﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");

/* --------------------
Normalize
-------------------- */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
body {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* --------------------
Reset
-------------------- */
header,
nav,
main,
footer {
    width: 100%;
    display: block;
}

ul,
li {
    list-style-type: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

button,
button::before,
button::after {
    border: 0;
    outline: 0;
}

:focus {
    outline: 0;
}

small {
    font-size: inherit;
}

iframe {
    outline: none;
    border: none;
    background-color: transparent;
}

button {
    display: block;
    margin: 0;
    padding: 0;
    background: transparent;
}

select {
    border: none;
}

em {
    font-style: normal;
}

/* --------------------
Base
-------------------- */
html {
    font-size: 62.5%;
    font-family: "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.75;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

@media (max-width: 768px) {
    body {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

@media (min-width: 769px) {
    body {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

img {
    display: block;
}

@media (max-width: 768px) {
    img {
        width: 100%;
    }
}

a {
    color: #222;
}

/* --------------------
Layout
-------------------- */
/* body */
.l-body {
    position: relative;
}

/* header */
.l-header {
    position: relative;
}

/* footer */
.l-footer {
    color: white;
    background-color: #233a75;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .l-footer {
        padding: 32px 16px;
    }
}

@media (min-width: 769px) {
    .l-footer {
        padding: 24px 0;
    }
}

.l-footer a {
    color: white;
}

.l-footer__pageTop {
    position: absolute;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 768px) {
    .l-footer__pageTop {
        width: 16%;
        top: -5%;
        right: 2.5%;
    }
}

@media (min-width: 769px) {
    .l-footer__pageTop {
        top: -37px;
        right: 40px;
    }
}

.l-footer__pageTop:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.l-footer__pageTop a {
    display: block;
}

@media (min-width: 769px) {
    .l-footer__inner {
        width: 1024px;
        margin: 0 auto;
    }
}

@media (min-width: 769px) {
    .l-footer__flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 768px) {
    .l-footer__flexItem:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media (min-width: 769px) {
    .l-footer__flexItem:not(:last-child) {
        margin-right: 50px;
    }
}

.l-footer__border {
    width: 95%;
    height: 1px;
    margin: 40px auto;
    background-color: rgba(255, 255, 255, 0.5);
}

/* ローディング */
.l-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #467bbd;
    z-index: 999;
    -webkit-transition: 1s 0.2s;
    -moz-transition: 1s 0.2s;
    transition: 1s 0.2s;
}

.l-loader__obj {
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.l-loader__item {
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: loading 1s 0s ease-in-out infinite both;
    -moz-animation: loading 1s 0s ease-in-out infinite both;
    animation: loading 1s 0s ease-in-out infinite both;
}

.l-loader__item--1 {
    width: 35px;
    height: 35px;
    top: -20px;
    left: -20px;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.l-loader__item--2 {
    width: 15px;
    height: 15px;
    top: -10px;
    left: -10px;
    border-right-color: transparent;
    border-left-color: transparent;
    display: inline-block;
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.loaded .l-loader {
    opacity: 0;
    visibility: hidden;
}

.loaded .l-loader__obj {
    -webkit-animation: hidden 0s 0.2s both;
    -moz-animation: hidden 0s 0.2s both;
    animation: hidden 0s 0.2s both;
}

@-webkit-keyframes hidden {
    to {
        visibility: hidden;
        display: none;
    }
}

@-moz-keyframes hidden {
    to {
        visibility: hidden;
        display: none;
    }
}

@keyframes hidden {
    to {
        visibility: hidden;
        display: none;
    }
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        -moz-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        -moz-transform: rotate(180deg) scale(0.6);
        -ms-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        -moz-transform: rotate(360deg) scale(1);
        -ms-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        -moz-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        -moz-transform: rotate(180deg) scale(0.6);
        -ms-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        -moz-transform: rotate(360deg) scale(1);
        -ms-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        -moz-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        -moz-transform: rotate(180deg) scale(0.6);
        -ms-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        -moz-transform: rotate(360deg) scale(1);
        -ms-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

/* pcNavi */
.l-pcNavi {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(24, 48, 110, 0.9);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.l-pcNavi__inner {
    display: table;
    margin: 0 auto;
}

.l-pcNavi__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-pcNavi__logo {
    margin: -2px 40px 0 0;
}

.l-pcNavi__logo a {
    display: block;
}

.l-pcNavi__list {
    width: 620px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.l-pcNavi__closed {
    opacity: 0.25;
}

.l-pcNavi__item {
    position: relative;
}

.l-pcNavi__item:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 15px;
    position: absolute;
    top: 0;
    right: -13px;
    bottom: 0;
    margin: auto;
    background-color: white;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

.l-pcNavi__item a {
    position: relative;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.l-pcNavi__item a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.l-pcNavi__item a, .l-pcNavi__closed {
    display: table;
    padding: 28px 8px;
    margin-bottom: -1px;
}

/* spNaviButton */
.l-spNaviButton {
    width: 30px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    padding: 8px;
    cursor: pointer;
}

.l-spNaviButton__item {
    width: 100%;
    height: 2px;
    background-color: white;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center;
}

.l-spNaviButton__item:not(:last-child) {
    margin-bottom: 9px;
}

.l-spNaviButton__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(24, 48, 110, 0.9);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.l-spNaviButton.is-active .l-spNaviButton__item {
    width: 46px;
    background-color: rgba(24, 48, 110, 0.9);
}

.l-spNaviButton.is-active .l-spNaviButton__item:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 20px;
}

.l-spNaviButton.is-active .l-spNaviButton__item:nth-of-type(2) {
    opacity: 0;
}

.l-spNaviButton.is-active .l-spNaviButton__item:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.l-spNaviButton.is-active .l-spNaviButton__bg {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

/* spNavi */
.l-spNavi {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    padding-top: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.l-spNavi.is-active {
    opacity: 1;
    visibility: visible;
}

.l-spNavi__logo {
    width: 92%;
    margin: 0 auto 16px;
}

.l-spNavi__list {
    padding: 0 1%;
}

.l-spNavi__list::after {
    content: '';
    display: block;
    clear: both;
}

.l-spNavi__item {
    width: 50%;
    padding: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}

.l-spNavi__item:nth-of-type(1) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.l-spNavi__item:nth-of-type(2) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.l-spNavi__item:nth-of-type(3) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.l-spNavi__item:nth-of-type(4) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.l-spNavi__item:nth-of-type(5) {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.l-spNavi__item:nth-of-type(6) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.l-spNavi__item.is-closed {
    cursor: default;
    pointer-events: none;
}

.l-spNavi__item.is-closed img {
    opacity: 0.25;
}

.l-spNavi a {
    display: block;
}

.l-spNavi.is-active .l-spNavi__item {
    -webkit-animation-name: spNaviItem;
    -moz-animation-name: spNaviItem;
    animation-name: spNaviItem;
}

@-webkit-keyframes spNaviItem {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes spNaviItem {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes spNaviItem {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/* --------------------
Component
-------------------- */
/* flex */
.c-flex {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.c-flex--rowReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.c-flex--rowCenter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-flex--rowSpace {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-flex--columnCenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .c-flex--spDefault {
        display: block;
    }
}

/* hover */
@media (min-width: 769px) {
    .c-hover--a:hover {
        opacity: 0.65;
    }
}

@media (min-width: 769px) {
    .c-hover--b {
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

    .c-hover--b:hover {
        opacity: 0.65;
    }
}

.c-hover a {
    display: block;
}

/* grid */
.c-grid {
    display: table;
    letter-spacing: -1em;
}

.c-grid > * {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top;
}

/* movie */
.c-movie {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin-right: auto;
    margin-left: auto;
}

.c-movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

/* head */
.c-head-border {
    color: #233a75;
    line-height: 1.15;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 1px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: table;
    text-align: center;
    font-weight: bold;
}

.c-head-border__sub {
    display: block;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .c-head-border__sub {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

@media (min-width: 769px) {
    .c-head-border__sub {
        font-size: 20px;
        font-size: 2rem;
    }
}

.c-head-border__main {
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .c-head-border__main {
        font-size: 30px;
        font-size: 3rem;
    }
}

@media (min-width: 769px) {
    .c-head-border__main {
        font-size: 45px;
        font-size: 4.5rem;
    }
}

.c-head-border::before {
    content: '';
    width: 120%;
    background-color: #233a75;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .c-head-border::before {
        height: 3px;
    }
}

@media (min-width: 769px) {
    .c-head-border::before {
        height: 6px;
    }
}

.c-head-a {
    line-height: 1.35;
    font-weight: bold;
}

@media (max-width: 768px) {
    .c-head-a {
        letter-spacing: 0.5px;
    }
}

@media (min-width: 769px) {
    .c-head-a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.c-head-a__sub {
    color: white;
    background-color: #233a75;
    display: table;
    padding: 5px 10px;
}

@media (max-width: 768px) {
    .c-head-a__sub {
        font-size: 13px;
        font-size: 1.3rem;
        margin-bottom: 0.25em;
    }
}

@media (min-width: 769px) {
    .c-head-a__sub {
        font-size: 18px;
        font-size: 1.8rem;
        margin-right: 5px;
    }
}

.c-head-a__main {
    color: #233a75;
}

@media (max-width: 768px) {
    .c-head-a__main {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media (min-width: 769px) {
    .c-head-a__main {
        font-size: 30px;
        font-size: 3rem;
    }
}

.c-head-b {
    color: white;
    line-height: 1.5;
    font-weight: bold;
    background-color: #233a75;
    padding: 8px;
}

@media (max-width: 768px) {
    .c-head-b {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media (min-width: 769px) {
    .c-head-b {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.c-head-b__sub {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    background-color: #ff4e00;
    padding: 5px 10px;
}

@media (max-width: 768px) {
    .c-head-b__sub {
        margin-bottom: 5px;
    }
}

@media (min-width: 769px) {
    .c-head-b__sub {
        margin-right: 5px;
    }
}

/* box */
@media (max-width: 768px) {
    .c-box-column-medium {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

@media (min-width: 769px) {
    .c-box-column-medium {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

@media (max-width: 768px) {
    .c-box-column-large {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 769px) {
    .c-box-column-large {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .c-box-base-sp {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media (min-width: 769px) {
    .c-box-base-pc {
        width: 1024px;
        margin-right: auto;
        margin-left: auto;
    }
}

/* bg */
@media (min-width: 769px) {
    .c-bg-index {
        background: url(../img/common/bg-index_pc.jpg) no-repeat fixed;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .c-bg-index::before {
        content: '';
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        background: url(../img/common/bg-index_sp.jpg) no-repeat;
        background-size: 100% auto;
    }
}

.c-bg-sky {
    z-index: 1;
}

.c-bg-sky::before, .c-bg-sky::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.c-bg-sky::before {
    position: fixed;
    z-index: -2;
    background: url(../img/common/bg-sky.jpg) no-repeat;
    background-size: 100% auto;
}

.c-bg-sky::after {
    position: absolute;
    z-index: -1;
    background: url(../img/common/bg-lattice.png);
}

@media (max-width: 768px) {
    .c-bg-sky::after {
        background-size: 25px 25px;
    }
}

@media (min-width: 769px) {
    .c-bg-blur {
        background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(50%, rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 50%);
        background: -moz-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 50%);
        background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 50%);
        background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 50%);
        overflow: hidden;
    }
}

/* tabNavi */
.c-tabNavi {
    width: auto;
    display: table;
    border: 2px solid #233a75;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 769px) {
    .c-tabNavi__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.c-tabNavi__item {
    font-weight: 500;
    line-height: 1.5;
    color: #233a75;
    padding: 0.5em 1.5em;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .c-tabNavi__item {
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
    }
}

@media (min-width: 769px) {
    .c-tabNavi__item {
        font-size: 24px;
        font-size: 2.4rem;
        display: table;
    }
}

.c-tabNavi__item::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-color: transparent transparent #233a75 transparent;
    border-width: 0 0 10px 10px;
    -webkit-transform: translate(10px, 10px);
    -moz-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.c-tabNavi__item:hover::before {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.c-tabNavi__item.is-active {
    color: white;
    background-color: #233a75;
    cursor: default;
    pointer-events: none;
}

.c-tabNavi__item.is-closed {
    pointer-events: none;
    user-select: none;
    opacity: 0.25;
}

/* tabContent */
.c-tabContent {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: translateY(1em);
    -moz-transform: translateY(1em);
    -ms-transform: translateY(1em);
    transform: translateY(1em);
    overflow: hidden;
}

.c-tabContent.is-active {
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* button */
.c-button-detail {
    color: white;
    display: table;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    text-align: center;
}

.c-button-detail a {
    display: block;
    padding: 15px 50px;
    color: white;
    text-decoration: none;
    background-color: #233a75;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.c-button-detail a::after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: 4px;
    margin-left: 6px;
}

.c-button-detail a:hover {
    border-radius: 10px;
    background-color: #2f4d9c;
}

@media (max-width: 768px) {
    .c-button-detail--long a::after {
        position: absolute;
        top: 50%;
        right: 5%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 768px) {
    .c-button-detail--row {
        margin: 0 auto 12px;
    }
}

@media (min-width: 769px) {
    .c-button-detail--row {
        margin: 0 16px 0 0;
    }
}

@media (max-width: 768px) {
    .c-button-detail--row:last-of-type {
        margin: 0 auto;
    }
}

@media (min-width: 769px) {
    .c-button-detail--row:last-of-type {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .c-button-detail--row a {
        padding: 10px 50px;
    }
}

/* partition */
.c-partition {
    position: relative;
}

.c-partition::before, .c-partition::after {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #233a75;
    height: 10px;
}

.c-partition::before {
    width: 100%;
    left: 0;
}

.c-partition::after {
    width: 10px;
    left: -10px;
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    transform-origin: right top;
}

/* --------------------
Project
-------------------- */
/* copyright */
.p-copyright {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
}

/* share */
@media (min-width: 769px) {
    .p-share {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.p-share__title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .p-share__title {
        text-align: center;
        margin-bottom: 5px;
    }
}

@media (min-width: 769px) {
    .p-share__title {
        margin-right: 20px;
    }
}

.p-share__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .p-share__flex {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.p-share__item {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1;
    color: white;
    position: relative;
}

@media (max-width: 768px) {
    .p-share__item:not(:last-child) {
        margin-right: 24px;
    }
}

@media (min-width: 769px) {
    .p-share__item:not(:last-child) {
        margin-right: 16px;
    }
}

.p-share a {
    display: block;
}

.p-share span {
    width: 0;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    margin: auto;
    background-color: white;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.p-share__item:hover span {
    width: 100%;
}

/* link */
.p-link__title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .p-link__title {
        text-align: center;
    }
}

.p-link__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .p-link__flex {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .p-link__flexItem:not(:last-child) {
        margin-right: 5px;
    }
}

@media (min-width: 769px) {
    .p-link__flexItem:not(:last-child) {
        margin-right: 20px;
    }
}

.p-link__item {
    font-weight: 500;
    line-height: 1.5;
    margin-left: -5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 768px) {
    .p-link__item {
        font-size: 12px;
        font-size: 1.2rem;
        text-indent: -17px;
        padding-left: 17px;
    }
}

@media (min-width: 769px) {
    .p-link__item {
        font-size: 14px;
        font-size: 1.4rem;
        text-indent: -19px;
        padding-left: 19px;
    }
}

.p-link__item:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.p-link a {
    text-decoration: none;
    padding: 5px;
    display: block;
}

.p-link a::before {
    content: '＞';
    margin-right: 5px;
    font-weight: bold;
}

/* index */
.p-index {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .p-index {
        padding: 32px 16px;
    }
}

@media (min-width: 769px) {
    .p-index {
        padding: 40px 0;
        background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(60%, rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 60%);
        background: -moz-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 60%);
        background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 60%);
        background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%);
    }
}

@media (min-width: 769px) {
    .p-index__inner {
        width: 1000px;
        margin: 0 auto;
    }
}

.p-index__items {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

@media (min-width: 769px) {
    .p-index__items {
        height: 650px;
    }
}

@media (min-width: 769px) {
    .p-index__items > * {
        position: absolute;
    }
}

@media (min-width: 769px) {
    .p-index__title {
        top: 0;
        left: 0;
    }
}

@media (max-width: 768px) {
    .p-index__detail {
        padding: 0 5%;
        margin: 4px 0 32px;
    }
}

@media (min-width: 769px) {
    .p-index__detail {
        top: 265px;
        left: 140px;
    }
}

.p-index__character {
    z-index: -1;
}

@media (max-width: 768px) {
    .p-index__character {
        position: relative;
        margin: 0 -16px;
    }
}

@media (min-width: 769px) {
    .p-index__character {
        right: -75px;
        bottom: -175px;
    }
}

@media (max-width: 768px) {
    .p-index__news {
        margin: -80px 0 24px;
    }
}

@media (min-width: 769px) {
    .p-index__news {
        top: 340px;
        left: 0;
    }
}

@media (max-width: 768px) {
    .p-index__oldsite {
        padding: 0 10%;
    }
}

@media (min-width: 769px) {
    .p-index__oldsite {
        right: 0;
        bottom: 0;
    }
}

.p-index {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: 1s ease-in-out 0.25s;
    -moz-transition: 1s ease-in-out 0.25s;
    transition: 1s ease-in-out 0.25s;
}

.p-index__character {
    opacity: 0;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: 1s ease-in-out 0.65s;
    -moz-transition: 1s ease-in-out 0.65s;
    transition: 1s ease-in-out 0.65s;
}

.loaded .p-index {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.loaded .p-index__character {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* story */
.p-story {
    position: relative;
    z-index: 1;
}

@media (min-width: 769px) {
    .p-story {
        width: 1000px;
        margin: 0 auto;
    }
}

.p-story__text {
    color: white;
    background-color: rgba(6, 34, 106, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .p-story__text {
        padding: 12px 16px;
    }
}

@media (min-width: 769px) {
    .p-story__text {
        padding: 20px 24px;
    }
}

/* news */
.p-news__text {
    line-height: 1.5;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
}

@media (min-width: 769px) {
    .p-news__text {
        width: 375px;
        height: 300px;
    }
}

.p-news__item {
    border-bottom: 1px dotted #233a75;
    padding: 8px 0;
}

.p-news__date {
    color: #000000;
    font-size: 12px;
    font-size: 1.2rem;
    float: left;
}

@media (max-width: 768px) {
    .p-news__date {
        margin-right: 6px;
    }
}

@media (min-width: 769px) {
    .p-news__date {
        margin-right: 12px;
    }
}

.p-news__date::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 4px;
}

.p-news__topic {
    color: #233a75;
    font-size: 13px;
    font-size: 1.3rem;
    display: table;
}

.p-news__topic a {
    color: #233a75;
    text-decoration: none;
    padding: 2px;
    display: table;
}

.p-news__topic a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.p-news .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #233a75;
    background-color: rgba(35, 58, 117, 0.6);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.p-news .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #233a75;
    background-color: rgba(35, 58, 117, 0.6);
    filter: "alpha(opacity=70)";
    -ms-filter: "alpha(opacity=70)";
}

.p-news .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #233a75;
    background-color: rgba(35, 58, 117, 0.6);
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.p-news .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.p-news .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #233a75;
    background-color: rgba(35, 58, 117, 0.6);
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/* event */
.p-event__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .p-event__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (min-width: 769px) {
    .p-event__flex {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 769px) {
    .p-event__text {
        width: 600px;
    }
}

@media (min-width: 769px) {
    .p-event__text--pcFull {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .p-event__image {
        padding: 0 10%;
        margin-bottom: 24px;
    }
}

.p-event__xS {
    font-size: 12px;
    font-size: 1.2rem;
}

.p-event__s {
    font-size: 14px;
    font-size: 1.4rem;
}

.p-event__m {
    font-size: 16px;
    font-size: 1.6rem;
}

.p-event__l {
    font-size: 18px;
    font-size: 1.8rem;
}

.p-event__xL {
    font-size: 24px;
    font-size: 2.4rem;
}

/* special */
.p-special {
    background-color: rgba(227, 0, 0, 0.8);
    padding: 16px 16px 32px;
}

.p-special .c-head-a__sub {
    color: #e93636;
    background-color: white;
}

.p-special .c-head-a__main {
    color: white;
}

@media (min-width: 769px) {
    .p-special__list {
        width: 960px;
        margin: 0 auto;
    }
}

.p-special__item {
    position: relative;
}

@media (max-width: 768px) {
    .p-special__item {
        pointer-events: none;
        user-select: none;
    }
}

@media (max-width: 768px) {
    .p-special__item:not(:last-child) {
        margin-bottom: 8px;
    }
}

.p-special__text {
    color: white;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.65;
    padding: 0 8px;
}

.p-special i {
    position: absolute;
    right: 8px;
    bottom: 8px;
    color: #e93636;
    font-size: 30px;
    font-size: 3rem;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

@media (max-width: 768px) {
    .p-special i {
        display: none;
    }
}

.p-special__item:hover i {
    -webkit-transform: scale(1.2) rotate(135deg);
    -moz-transform: scale(1.2) rotate(135deg);
    -ms-transform: scale(1.2) rotate(135deg);
    transform: scale(1.2) rotate(135deg);
}

.p-special a {
    display: block;
    text-decoration: none;
}

/* articleNews */
.p-articleNews {
    display: table;
    width: auto;
}

.p-articleNews__item {
    color: #233a75;
    border: 3px solid #233a75;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .p-articleNews__item {
        padding: 8px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media (min-width: 769px) {
    .p-articleNews__item {
        padding: 16px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .p-articleNews__item::after {
        content: '';
        display: block;
        clear: both;
    }
}

.p-articleNews__item:not(:last-child) {
    margin-bottom: 16px;
}

.p-articleNews__date {
    letter-spacing: 0.5px;
    font-weight: bold;
}

@media (min-width: 769px) {
    .p-articleNews__date {
        float: left;
    }
}

.p-articleNews__topic {
    font-weight: 500;
    display: table;
}

.p-articleNews__closed {
    background-color: #ff4e00;
    color: white;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 5px;
    line-height: 1;
    padding: 2px 6px;
    letter-spacing: 0px;
}

.p-articleNews a {
    text-decoration: none;
    color: #233a75;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 768px) {
    .p-articleNews a {
        padding: 5px;
    }
}

@media (min-width: 769px) {
    .p-articleNews a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 10px 5px 5px;
        margin: -5px 0;
    }
}

.p-articleNews a::after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    vertical-align: -2px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    -webkit-transition: 0.2s 0.15s;
    -moz-transition: 0.2s 0.15s;
    transition: 0.2s 0.15s;
}

@media (max-width: 768px) {
    .p-articleNews a::after {
        margin-left: 10px;
    }
}

@media (min-width: 769px) {
    .p-articleNews a::after {
        display: table;
        margin: 0 0 -1px 20px;
    }
}

@media (min-width: 769px) {
    .p-articleNews a:hover {
        background-color: rgba(35, 58, 117, 0.2);
    }

    .p-articleNews a:hover::after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

/* article */
@media (max-width: 768px) {
    .p-article__title {
        margin-bottom: 12px;
    }
}

@media (min-width: 769px) {
    .p-article__title {
        margin-bottom: 24px;
    }
}

.p-article__text {
    color: #111;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
}

@media (min-width: 769px) {
    .p-article__text {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .p-article__text > *:not(:last-child) {
        margin-bottom: 12px;
    }
}

@media (min-width: 769px) {
    .p-article__text > *:not(:last-child) {
        margin-bottom: 24px;
    }
}

.p-article__strong {
    font-weight: 500;
}

@media (max-width: 768px) {
    .p-article__strong {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media (min-width: 769px) {
    .p-article__strong {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.p-article__indent > * {
    text-indent: 1em;
}

@media (min-width: 769px) {
    .p-article__image {
        display: table;
        margin-right: auto;
        margin-left: auto;
    }
}

.p-article__image--column {
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
}

@media (max-width: 768px) {
    .p-article__image--column {
        width: 50%;
    }
}

.p-article__image--right {
    margin-left: 1em;
}

@media (max-width: 768px) {
    .p-article__image--right {
        width: 85%;
        margin: 1em auto 0;
    }
}

.p-article__caption {
    color: #666;
    line-height: 1.5;
    margin-top: 6px;
    line-height: 1.5;
    display: block;
    text-align: center;
}

@media (max-width: 768px) {
    .p-article__caption {
        font-size: 10px;
        font-size: 1rem;
    }
}

@media (min-width: 769px) {
    .p-article__caption {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.p-article__border {
    width: 95%;
    height: 0;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px dashed #333;
}

.p-article a {
    color: #233a75;
    word-wrap: break-word;
}

/* movie */
@media (min-width: 769px) {
    .p-movie {
        -ms-flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
}

.p-movie__item {
    padding: 1em;
    pointer-events: none;
}

@media (min-width: 769px) {
    .p-movie__item {
        width: 480px;
    }
}

/*.p-movie__item:hover img {
  -webkit-transform: scale(1.15) rotateX(1deg);
  -moz-transform: scale(1.15) rotateX(1deg);
  -ms-transform: scale(1.15) rotateX(1deg);
  transform: scale(1.15) rotateX(1deg);
}

.p-movie__item:hover .p-movie__image::before, .p-movie__item:hover .p-movie__image::after {
  opacity: 1;
}*/

.p-movie__image {
    display: block;
    overflow: hidden;
    position: relative;
}

.p-movie__image::before, .p-movie__image::after {
    content: '';
    position: absolute;
    z-index: 1;
    /*opacity: 0;*/
    opacity: 1;
    pointer-events: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.p-movie__image::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
}

.p-movie__image::after {
    content: '▶';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: table;
    font-size: 4rem;
    color: #233a75;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 0.25em;
}

.p-movie__title {
    display: block;
    background-color: #233a75;
    padding: 1em;
    color: white;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.p-movie a {
    color: white;
    text-decoration: none;
    display: block;
    pointer-events: visible;
}

.p-movie img {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

/* gallery */
.p-gallery {
    overflow: hidden;
}

.p-gallery .c-tabNavi {
    margin-bottom: 2em;
}

@media (min-width: 769px) {
    .p-gallery .c-tabNavi__item:nth-of-type(1) {
        padding-right: 3.5em;
        padding-left: 3.5em;
    }
}

.p-gallery__section:not(:last-child) {
    margin-bottom: 2em;
}

@media (max-width: 768px) {
    .p-gallery__list {
        margin-right: -1em;
        margin-left: -1em;
    }
}

.p-gallery__title {
    color: #233a75;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
}

/* galleryItem */
.p-galleryItem {
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(2em);
    -moz-transform: translateY(2em);
    -ms-transform: translateY(2em);
    transform: translateY(2em);
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
}

@media (max-width: 768px) {
    .p-galleryItem {
        width: 50%;
        padding: 0.5em;
    }
}

@media (min-width: 769px) {
    .p-galleryItem {
        width: 341.33333px;
        padding: 0.75em;
    }
}

.p-galleryItem.is-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 768px) {
    .p-galleryItem:nth-of-type(2n - 1) {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;
    }
}

@media (max-width: 768px) {
    .p-galleryItem:nth-of-type(2n) {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
}

@media (min-width: 769px) {
    .p-galleryItem:nth-of-type(3n - 2) {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;
    }
}

@media (min-width: 769px) {
    .p-galleryItem:nth-of-type(3n - 1) {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
}

@media (min-width: 769px) {
    .p-galleryItem:nth-of-type(3n) {
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
}

.p-galleryItem::before {
    top: 3px;
    left: 3px;
    border-top: 2px solid #233a75;
    border-left: 2px solid #233a75;
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}

.p-galleryItem::after {
    right: 3px;
    bottom: 3px;
    border-right: 2px solid #233a75;
    border-bottom: 2px solid #233a75;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.p-galleryItem::before, .p-galleryItem::after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

@media (min-width: 769px) {
    .p-galleryItem:hover::before, .p-galleryItem:hover::after {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.p-galleryItem__image {
    display: block;
    background-color: rgba(35, 58, 117, 0.75);
    padding: 2em 1em;
}

.p-galleryItem__title {
    display: block;
    background-color: #233a75;
    padding: 1em;
    color: white;
    font-weight: 500;
    line-height: 1.5;
}

.p-galleryItem a {
    color: white;
    text-decoration: none;
    display: block;
    pointer-events: visible;
}

.p-galleryItem img {
    width: 100%;
}

/* --------------------
Utility
-------------------- */
/* margin-top */
.u-mt-8 {
    margin-top: 8px;
}

.u-mt-16 {
    margin-top: 16px;
}

.u-mt-24 {
    margin-top: 24px;
}

.u-mt-32 {
    margin-top: 32px;
}

.u-mt-40 {
    margin-top: 40px;
}

.u-nmt-8 {
    margin-top: -8px;
}

.u-nmt-16 {
    margin-top: -16px;
}

/* margin-right */
.u-mr-8 {
    margin-right: 8px;
}

.u-mr-16 {
    margin-right: 16px;
}

.u-mr-24 {
    margin-right: 24px;
}

.u-mr-32 {
    margin-right: 32px;
}

.u-mr-40 {
    margin-right: 40px;
}

.u-nmr-8 {
    margin-right: -8px;
}

.u-nmr-16 {
    margin-right: -16px;
}

/* margin-bottom */
.u-mb-4 {
    margin-bottom: 4px;
}

.u-mb-6 {
    margin-bottom: 6px;
}

.u-mb-8 {
    margin-bottom: 8px;
}

.u-mb-16 {
    margin-bottom: 16px;
}

.u-mb-24 {
    margin-bottom: 24px;
}

.u-mb-32 {
    margin-bottom: 32px;
}

.u-mb-40 {
    margin-bottom: 40px;
}

.u-mb-48 {
    margin-bottom: 48px;
}

.u-mb-56 {
    margin-bottom: 56px;
}

.u-mb-64 {
    margin-bottom: 64px;
}

.u-mb-72 {
    margin-bottom: 72px;
}

.u-mb-80 {
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .u-mb-8-16 {
        margin-bottom: 8px;
    }
}

@media (min-width: 769px) {
    .u-mb-8-16 {
        margin-bottom: 16px;
    }
}

@media (max-width: 768px) {
    .u-mb-8-32 {
        margin-bottom: 8px;
    }
}

@media (min-width: 769px) {
    .u-mb-8-32 {
        margin-bottom: 32px;
    }
}

@media (max-width: 768px) {
    .u-mb-16-32 {
        margin-bottom: 16px;
    }
}

@media (min-width: 769px) {
    .u-mb-16-32 {
        margin-bottom: 32px;
    }
}

@media (max-width: 768px) {
    .u-mb-16-24 {
        margin-bottom: 16px;
    }
}

@media (min-width: 769px) {
    .u-mb-16-24 {
        margin-bottom: 24px;
    }
}

@media (max-width: 768px) {
    .u-mb-24-48 {
        margin-bottom: 24px;
    }
}

@media (min-width: 769px) {
    .u-mb-24-48 {
        margin-bottom: 48px;
    }
}

@media (max-width: 768px) {
    .u-mb-24-32 {
        margin-bottom: 24px;
    }
}

@media (min-width: 769px) {
    .u-mb-24-32 {
        margin-bottom: 32px;
    }
}

@media (max-width: 768px) {
    .u-mb-32-64 {
        margin-bottom: 32px;
    }
}

@media (min-width: 769px) {
    .u-mb-32-64 {
        margin-bottom: 64px;
    }
}

@media (max-width: 768px) {
    .u-mb-40-80 {
        margin-bottom: 40px;
    }
}

@media (min-width: 769px) {
    .u-mb-40-80 {
        margin-bottom: 80px;
    }
}

/* margin-bottom-child */
.u-mbc-6 > :not(:last-child) {
    margin-bottom: 6px;
}

.u-mbc-8 > :not(:last-child) {
    margin-bottom: 8px;
}

.u-mbc-12 > :not(:last-child) {
    margin-bottom: 12px;
}

.u-mbc-16 > :not(:last-child) {
    margin-bottom: 16px;
}

.u-mbc-24 > :not(:last-child) {
    margin-bottom: 24px;
}

.u-mbc-32 > :not(:last-child) {
    margin-bottom: 32px;
}

.u-mbc-40 > :not(:last-child) {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .u-mbc-8-16 > :not(:last-child) {
        margin-bottom: 8px;
    }
}

@media (min-width: 769px) {
    .u-mbc-8-16 > :not(:last-child) {
        margin-bottom: 16px;
    }
}

@media (max-width: 768px) {
    .u-mbc-12-24 > :not(:last-child) {
        margin-bottom: 12px;
    }
}

@media (min-width: 769px) {
    .u-mbc-12-24 > :not(:last-child) {
        margin-bottom: 24px;
    }
}

@media (max-width: 768px) {
    .u-mbc-16-32 > :not(:last-child) {
        margin-bottom: 16px;
    }
}

@media (min-width: 769px) {
    .u-mbc-16-32 > :not(:last-child) {
        margin-bottom: 32px;
    }
}

@media (max-width: 768px) {
    .u-mbc-32-64 > :not(:last-child) {
        margin-bottom: 32px;
    }
}

@media (min-width: 769px) {
    .u-mbc-32-64 > :not(:last-child) {
        margin-bottom: 64px;
    }
}

/* margin-left */
.u-ml-8 {
    margin-left: 8px;
}

.u-ml-16 {
    margin-left: 16px;
}

.u-ml-24 {
    margin-left: 24px;
}

.u-nml-8 {
    margin-left: -8px;
}

.u-nml-16 {
    margin-left: -16px;
}

.u-nml-24 {
    margin-left: -24px;
}

.u-ml-1 {
    margin-left: 1em;
}

/* font-size */
.u-fs-80 {
    font-size: 80%;
}

.u-fs-90 {
    font-size: 90%;
}

.u-fs-100 {
    font-size: 100%;
}

.u-fs-110 {
    font-size: 110%;
}

.u-fs-120 {
    font-size: 120%;
}

.u-fs-130 {
    font-size: 130%;
}

.u-fs-140 {
    font-size: 140%;
}

.u-fs-150 {
    font-size: 150%;
}

.u-fs-160 {
    font-size: 160%;
}

/* font-weight */
.u-fw-b {
    font-weight: bold;
}

.u-fw-m {
    font-weight: 500;
}

/* font-style */
.u-fs-i {
    font-style: italic;
}

/* line-height */
.u-lh-1 {
    line-height: 1;
}

.u-lh-1_25 {
    line-height: 1.25;
}

.u-lh-1_35 {
    line-height: 1.35;
}

.u-lh-1_5 {
    line-height: 1.5;
}

.u-lh-1_65 {
    line-height: 1.65;
}

/* color */
.u-c-b {
    color: black;
}

.u-c-w {
    color: white;
}

.u-c-r {
    color: red;
}

/* text-align */
.u-ra-r {
    text-align: right;
}

.u-ta-l {
    text-align: left;
}

.u-ta-c {
    text-align: center;
}

/* display */
.u-d-b {
    display: block;
}

.u-d-n {
    display: none;
}

.u-d-i {
    display: inline;
}

.u-d-t {
    display: table;
}

/* float */
.u-fl-l {
    float: left;
}

.u-fl-r {
    float: right;
}

.i-fl-n {
    float: none;
}

/* icon */
.u-icon-r {
    vertical-align: super;
    font-size: 95%;
    line-height: 1;
}

/* other */
.u-center {
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.u-wide-full {
    width: 100%;
}

.u-wide-half {
    width: 50%;
}

.u-clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.u-z-1 {
    position: relative;
    z-index: 1;
}

.u-indent {
    float: left;
}

.u-indent + * {
    display: table;
}

.u-bullet {
    text-indent: -1em;
    padding-left: 1em;
}

.u-cBullet > * {
    text-indent: -1em;
    padding-left: 1em;
}

.u-grayBorder {
    border: 1px solid #afafaf;
}

@media (max-width: 768px) {
    .u-grayBorder {
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .u-pc {
        display: none;
    }
}

@media (min-width: 769px) {
    .u-sp {
        display: none;
    }
}

.u-ml-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 769px) {
    .u-pc-d-f {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.u-d-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 769px) {
    .u-pc-d-f {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.u-flex {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
}

@media (min-width: 769px) {
}
.u-pc-flex {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
}



/* --------------------
Plugin
-------------------- */
/* colorbox */
#cboxClose {
    top: -3em;
    background: url(../img/common/icon-close.png) no-repeat center center;
    background-size: 27px 27px;
}

#cboxClose:hover {
    background: url(../img/common/icon-close.png) no-repeat center center;
    background-size: 27px 27px;
}

#cboxPrevious,
#cboxNext {
    width: 27px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999px;
    background-size: cover;
}

#cboxPrevious {
    background-image: url(../img/common/icon-previous.png);
}

@media (max-width: 768px) {
    #cboxPrevious {
        left: 0;
    }
}

@media (min-width: 769px) {
    #cboxPrevious {
        left: -3em;
    }
}

#cboxNext {
    background-image: url(../img/common/icon-next.png);
}

@media (max-width: 768px) {
    #cboxNext {
        right: 0;
    }
}

@media (min-width: 769px) {
    #cboxNext {
        right: -3em;
    }
}

#cboxTitle {
    line-height: 1.5;
    color: #203976;
    text-align: center;
    top: auto;
    left: 0;
    width: 100%;
    padding: 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    #cboxTitle {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media (min-width: 769px) {
    #cboxTitle {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

/*# sourceMappingURL=style.css.map */