@charset "UTF-8";


/*----------------------------
  layout
-----------------------------*/
.sub-inner {
    max-width: calc(1120px + 2%);
    margin: 0 auto;
    padding: 0 1%;
}

.sub-inner__mid {
    max-width: calc(1500px + 2%);
    margin: 0 auto;
    padding: 0 1%;
}

.sub-inner__large {
    max-width: calc(1920px + 2%);
    margin: 0 auto;
    padding: 0 1%;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.flexwrap {
    flex-wrap: wrap;
    width: 100%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-45 {
    width: 45%;
}

.w-70 {
    width: 70%;
}

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

.block-center {
    display: block;
    margin: auto;
}

.jc-between {
    justify-content: space-between;
}

.jc-around {
    justify-content: space-around;
}

.jc-center {
    justify-content: center;
}

.jc-end {
    justify-content: flex-end;
}

.align-items {
    align-items: center;
}

.fd-reverse {
    flex-direction: row-reverse;
}

.icon:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
}

.of-hidden {
    overflow: hidden;
}

.wp-nowrap {
    white-space: nowrap;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-100 {
    margin-bottom: 100px;
}

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

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

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

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1e {
    margin-bottom: 1em;
}

.mr-1e {
    margin-right: 1em;
}

.mr-20 {
    margin-right: 20px;
}

.mt-1e {
    margin-top: 1em;
}

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

.pl-1 {
    padding-left: 1em;
}


@media screen and (max-width:750px) {
    .mb-150 {
        margin-bottom: 20vw;
    }

    .mb-100 {
        margin-bottom: 13.333vw;
    }

    .mb-80 {
        margin-bottom: 10.667vw;
    }

    .mb-60 {
        margin-bottom: 8vw;
    }

    .mb-50 {
        margin-bottom: 8vw;
    }

    .mb-40 {
        margin-bottom: 5.333vw;
    }

    .mb-30 {
        margin-bottom: 4vw;
    }

    .mb-20 {
        margin-bottom: 2.667vw;
    }


}


/*----------------------------
  text
-----------------------------*/
/* @font-face {
    font-family: 'agencyfb';
    src: url('../font/AgencyFB-Bold.ttf')format('truetype');
} */

.font-en {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.font-min {
    font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'MS Ｐ明朝', 'MS PMincho', serif;
}

.font-go {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Ｐゴシック', 'MS PGothic', sans-serif;
}

.font-ex {
    font-family: "Ephesis", cursive;
    font-weight: 400;
    font-style: normal;
}

.font-num {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Ｐゴシック', 'MS PGothic', sans-serif;
}

.wr-vt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: initial;
}

.fuchidori {
    text-shadow: 1px 1px 0 #00479f, -1px -1px 0 #00479f,
        -1px 1px 0 #00479f, 1px -1px 0 #00479f,
        0px 1px 0 #00479f, 0 -1px 0 #00479f,
        -1px 0 0 #00479f, 1px 0 0 #00479f;
}

.fuchidori02 {
    text-shadow: 1px 1px 0 #008def, -1px -1px 0 #008def,
        -1px 1px 0 #008def, 1px -1px 0 #008def,
        0px 1px 0 #008def, 0 -1px 0 #008def,
        -1px 0 0 #008def, 1px 0 0 #008def;
}

.bold {
    font-weight: bold;
}

.al-center {
    text-align: center;
}

.al-right {
    text-align: right;
}

.al-left {
    text-align: left;
}

.line-h-22 {
    line-height: 22px;
}

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

.fs-44 {
    font-size: 4.4rem;
}

.fs-40 {
    font-size: 4rem;
}

.fs-38 {
    font-size: 3.8rem;
}

.fs-36 {
    font-size: 3.6rem;
}

.fs-34 {
    font-size: 3.4rem;
}

.fs-32 {
    font-size: 3.2rem;
}

.fs-30 {
    font-size: 3rem;
}

.fs-28 {
    font-size: 2.8rem;
}

.fs-26 {
    font-size: 2.6rem;
}

.fs-24 {
    font-size: 2.4rem;
}

.fs-22 {
    font-size: 2.2rem;
}

.fs-20 {
    font-size: 2rem;
}

.fs-18 {
    font-size: 1.8rem;
}

.fs-16 {
    font-size: 1.6rem;
}

.fs-15 {
    font-size: 1.5rem;
}

.fs-14 {
    font-size: 1.4rem;
}

.fs-12 {
    font-size: 1.2rem;
}

.fs-10 {
    font-size: 1rem;
}

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

.fw-600 {
    font-weight: 600;
}

.pl-2e {
    padding-left: 2em;
}

.lh-2 {
    line-height: 2;
}

.lh-3 {
    line-height: 3;
}

.ls-05 {
    letter-spacing: .05em;
}

.ls-10 {
    letter-spacing: .1em;
}

.ls-15 {
    letter-spacing: .15em;
}

.ls-20 {
    letter-spacing: .2em;
}

.ls-30 {
    letter-spacing: .3em;
}

@media screen and (max-width:750px) {

    .fs-44 {
        font-size: 8.533vw;
    }

    .fs-40 {
        font-size: 10.667vw;
    }

    .fs-38 {
        font-size: 10.133vw;
    }

    .fs-36 {
        font-size: 9.6vw;
    }

    .fs-34 {
        font-size: 5.867vw;
    }

    .fs-32 {
        font-size: 8.533vw;
    }

    .fs-30 {
        font-size: 8vw;
    }

    .fs-28 {
        font-size: 7.467vw;
    }

    .fs-26 {
        font-size: 6.933vw;
    }

    .fs-24 {
        font-size: 6.4vw;
    }

    .fs-22 {
        font-size: 5.867vw;
    }

    .fs-20 {
        font-size: 5.333vw;
    }

    .fs-18 {
        font-size: 4.8vw;
    }

    .fs-16 {
        font-size: 4.267vw;
    }

    .fs-15 {
        font-size: 4.267vw;
    }

    .fs-14 {
        font-size: 3.733vw;
    }

    .fs-12 {
        font-size: 3.2vw;
    }

    .fs-10 {
        font-size: 2.667vw;
    }

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

    .fw-600 {
        font-weight: 600;
    }

    .pl-2e {
        padding-left: 2em;
    }

    .lh-2 {
        line-height: 2;
    }

}

/*============================
    color
============================*/
.bg__wh {
    background: #fff;
}

.bg-br {
    background: #F7F4F0;
}

.color-ma {
    color: #3D4F72;

}

.color-gold {
    color: #D0B005;
}

.color-gr {
    color: #7EBA79;
}

.color-yl {
    color: #fcf35f;
}

.color-or {
    color: #CE8B6F;
}

.color-red {
    color: #D54103;
}

.color-bl {
    color: #2d59c8;
}

.bg-ma {
    background: #3D4F72;
}

.bg-lg {
    background: linear-gradient(90deg, #0382c3, #00b9cf);
}

.bg_lg02 {
    background: -moz-linear-gradient(90deg, #ede4e4, #f7f4f4);
    background: -webkit-linear-gradient(90deg, #ede4e4, #f7f4f4);
    background: linear-gradient(90deg, #ede4e4, #f7f4f4);
}

.b_shadow {
    box-shadow: 0px 3px 20px rgba(175, 213, 163, .38);
}

/*----------------------------
  movie
-----------------------------*/
.ytwrap {
    position: relative;
    word-wrap: 100%;
    padding-bottom: 56.25%;

}

.ytwrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*----------------------------
  space
-----------------------------*/
.m-auto {
    margin: auto;
}


/*----------------------------
  position
-----------------------------*/
.ps-r {
    position: relative;
}

.ps-a {
    position: absolute;
}

/*----------------------------
  list
-----------------------------*/
.list-style {
    list-style: disc;
}

.scale {
    transition: 0.5s;
}

.scale:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.spbr {
    display: none;
}

/*----------------------------
  responsive
-----------------------------*/
@media screen and (min-width:751px) {
    .sp {
        display: none;
    }

    .sponly {
        display: none;
    }

}


@media screen and (max-width:750px) {
    .pc {
        display: none;
    }

    .pcbr {
        display: none;
    }

}

@media screen and (max-width:750px) {

    .flex {
        display: block;
    }

    .spbr {
        display: block;
    }

    .pcbr {
        display: none;
    }

    .sub-inner {
        max-width: 90vw;
        padding: 0;
    }

    .sub-inner__mid {
        max-width: 90vw;
        padding: 0;
    }

    .sub-inner__large {
        padding: 0;
        max-width: 90vw;
    }

    .sponly {
        display: block;
    }

    .spnone {
        display: none;
    }
}



/*----------------------------
scroll animation
-----------------------------*/
/* のびる背景 */

/*背景色が伸びて出現 */
.active.bgextend {
    animation-name: bgextendAnimeBase;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    opacity: 0;
    display: block;
}

@keyframes bgextendAnimeBase {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*中の要素*/
.bgappear {
    opacity: 0;
    display: block;
}

.active .bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: .5s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
}

@keyframes bgextendAnimeSecond {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*--------- 左から --------*/
.bgLRextend::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #d80b17;
    /*伸びる背景色の設定*/
}

.active.bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 1s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    background-color: #d80b17;
    z-index: 9;
    /*伸びる背景色の設定*/

}

@keyframes bgLRextendAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    50% {
        transform-origin: left;
        transform: scaleX(1);
        opacity: 1;
    }

    50.001% {
        transform-origin: right;
        opacity: 1;
    }

    100% {
        transform-origin: right;
        transform: scaleX(0);
        opacity: 1;
    }
}


/*--------- 右から --------*/
.bgRLextend::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #223a70;
    /*伸びる背景色の設定*/
}

.active.bgRLextend::before {
    animation-name: bgRLextendAnime;
    animation-duration: 1s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    background-color: #223a70;
    /*伸びる背景色の設定*/

}

@keyframes bgRLextendAnime {
    0% {
        transform-origin: right;
        transform: scaleX(0);
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    50% {
        transform-origin: right;
        transform: scaleX(1);
        opacity: 1;
    }

    50.001% {
        transform-origin: left;
        opacity: 1;
    }

    100% {
        transform-origin: left;
        transform: scaleX(0);
        opacity: 1;
    }
}

/*============================
	text-animation
============================*/
.smoothText {
    overflow: hidden;
    display: block;
}

/* アニメーションで傾斜がついている文字列を水平に戻す*/
.smoothTextTrigger {
    transition: 1s ease-in-out;
    transform: translate3d(0, 100%, 0) skewX(12deg);
    transform-origin: left;
    display: block;
}

.smoothTextTrigger.smoothTextAppear {
    transform: translate3d(0, 0, 0) skewX(0);
}

/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
    overflow: hidden;
    display: inline-block;
    opacity: 0;
}

.slide-in_inner {
    display: inline-block;

}

/*左右のアニメーション*/
.leftAnime {
    opacity: 0;
    /*事前に透過0にして消しておく*/
}

.slide-in-active {
    animation-name: slideTextX100;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
    from {
        transform: translateX(-100%);
        /*要素を左の枠外に移動*/
        opacity: 0;
    }

    to {
        transform: translateX(0);
        /*要素を元の位置に移動*/
        opacity: 1;
    }
}

.slide-inner.active {
    animation-name: slideTextX-100;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
    from {
        transform: translateX(100%);
        /*要素を右の枠外に移動*/
        opacity: 0;
    }

    to {
        transform: translateX(0);
        /*要素を元の位置に移動*/
        opacity: 1;
    }
}

/*============================
	parts
============================*/

.marker {
    background: linear-gradient(transparent 50%, #edb200 0%);
    display: inline;
    padding: 0 .5em .25em;
}

/* hover zoom */
/*　画像の拡大　*/

.zoomIn img {
    transform: scale(1);
    transition: .5s ease-in-out;
    /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn:hover img {
    /*hoverした時の変化*/
    transform: scale(1.05);
    /*拡大の値を変更したい場合はこの数値を変更*/
}

.mask {
    display: block;
    line-height: 0;
    /*行の高さを0にする*/
    overflow: hidden;
    /*拡大してはみ出る要素を隠す*/
}

.wow {
    animation-duration: 1s;
}


@media screen and (max-width:750px) {}



/*============================
	下層 共通
============================*/
.mainDetail {
    letter-spacing: .05em;
    font-size: 1.5rem;
}

.sub-section {
    padding: 100px 0;
}

.page__h2 {
    position: relative;
    line-height: 1;
    white-space: nowrap;
    font-size: 3.4rem;
    text-align: center;
}

.page__h2::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 2px;
    background: #3D4F72;
    color: #3D4F72;
    left: 50%;
    bottom: -.75em;
    transform: translate(-50%);
}

.page__h2.left {
    text-align: left;
}

.page__h2.left::before {
    transform: none;
    left: 0;
}

.page__mv--left {
    width: 80%;
    margin: 0 0 0 auto;
}

.section__ttl .-en {
    display: block;
}

.section__ttl::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 150%;
    bottom: 0;
    left: -1.5em;
    background: #3D4F72;
}

.page__mvwrap {
    padding-bottom: 60px;
    background: linear-gradient(transparent 0%, transparent 20%, #F7F4F0 20%, #F7F4F0 100%);
}

.page__mv--mid {
    max-width: 1500px;
    width: 90%;
    margin: 0 auto 60px;
}

/* link__items */

.link-item__atc {
    width: 48%;
    max-width: 510px;
}

.link-item__h3 {
    padding: .5em 0 .5em 2em;
    position: relative;
}

.link-item__h3 .-en {
    margin-left: 1em;
    font-size: 1rem;
}

.link-item__h3::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 200%;
    bottom: 0;
    left: 1em;
    background: #3D4F72;
}


@media screen and (max-width:750px) {

    .mainDetail {
        font-size: 4vw;
    }

    .sub-section {
        padding: 26vw 0;
    }

    .page__h2 {
        font-size: 9vw;
        margin-bottom: 15vw;
        line-height: 1.4;
    }

    .page__h2::before {
        bottom: -.75em;
    }

    .section__ttl::before {
        height: 150%;
        bottom: 0;
        left: -3%;
    }

    .section__ttl .txt {
        font-size: 5.333vw;
    }

    .page__mvwrap {
        padding-bottom: 10vw;
        background: linear-gradient(transparent 0%, transparent 20%, #F7F4F0 20%, #F7F4F0 100%);
    }

    .page__mv--mid {
        width: 100%;
        margin: 0 auto 10vw;
    }

    .page__mv--copy {
        font-size: 8vw;
    }

    .page__mv--txt {
        text-align: justify;
        padding: 0 5%;
    }

    .page__mv--mid {
        width: 90%;
        margin: 0 auto 60px;
    }

    .page__mv--left {
        width: 90%;
        margin: 0 0 0 auto;
    }

    /* link__items */
    .link-item__atc {
        width: 100%;
        margin: 0 auto 10vw;
    }

    .link-item__atc:last-child {
        margin-bottom: 0;
    }

    .link-item__h3 {
        display: flex;
        align-items: center;
    }

}
.ssc__box {
  padding: 2em;
}

.ssc__ul {
  list-style: disc;
  padding-left: 1em;
}

.ssc__ul li {
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .ssc__flex-txt {
    width: 100%;
  }

  .ssc__box {
    padding: 2em 5%;
  }

  .ssc__ul {
    padding-left: 1em;
  }
}