@charset "UTF-8";


html{
    font-size: 625%;
}
body {
    position: relative;
    width: 100%;
    color: #111;
    text-align: left;
    font-size: .16em;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
    line-height: 1.5;
    overscroll-behavior: none;
}

.sans-serif {
    font-family: 'Oswald', sans-serif;
}
.serif {
    font-family: Times New Roman, Georgia, serif;
}
.mincho {
    font-family:"Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
}

figure {
    display: block;
    margin: 0;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.is-pc {
    display: block !important;
}
.is-sp {
    display: none !important;
}

.is-hide {
    display: none;
}
sup {
    font-size: 60%;
    vertical-align: top;
    position: relative;
    top: 0;
}
sub {
    font-size: 80%;
    vertical-align: bottom;
    position: relative;
    bottom: -0.3em;
}

@media only screen and (max-width: 768px) {
    .is-pc {
        display: none !important;
    }
    .is-sp {
        display: block !important;
    }
    sup {
        font-size: 60%;
        vertical-align: top;
        position: relative;
        top: 0;
    }
    sub {
        font-size: 60%;
        vertical-align: bottom;
        position: relative;
        bottom: 0;
    }
}



/* ===================== */
/* body
/* ===================== */
body {
    background-color: #efefef;
}

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

/* ================================================= */
/* footer */
/* ================================================= */

#tu_footer {
    background-color: #fff;
    width: 100%;
}

.localFooter {
    background:#fff;
    padding-top:20px !important;
    line-height: 150%;
}

#bpGlobalFooter {
    background:#fff;
    padding-top:10px;
    padding-bottom: 30px !important;
}

/* ===================== */
/* wrapper
/* ===================== */

#tu_wrap {
    background-color: #fff;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#tu_wrap a {
    transition: all ease .3s;
}

#tu_wrap > .__mainvisual {
    margin: 0 auto;
    position: relative;
}

#tu_wrap > .__mainvisual h1 {
    display: block;
    width: 100%;
}

#tu_wrap > .__mainvisual .__page {
    border: #fff solid 3px;
    border-right: none;
    width: 21%;
    position: absolute;
    right: 0;
    top: 6%;
    z-index: 10;
    line-height: 1 !important;
}
#tu_wrap > .__mainvisual .__page .__page__text {
    width: 100%;
    padding: 10%;
}
#tu_wrap > .__mainvisual .__page .__page__text img {
    width: 33%;
}

#tu_wrap > .__mainvisual .__navi {
    border: #fff solid 3px;
    border-right: none;
    width: 21%;
    position: absolute;
    right: 0;
    top: 16.5%;
    z-index: 10;
    line-height: 1 !important;
}
#tu_wrap > .__mainvisual .__navi .__navi__text {
    width: 100%;
    padding: 10% 10% 0;
}
#tu_wrap > .__mainvisual .__navi .__navi__text img {
    width: 55%;
}
#tu_wrap > .__mainvisual .__navi .__navi__num {
    padding: 6% 10% 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#tu_wrap > .__mainvisual .__navi .__navi__num li {
    width: 13%;
}
#tu_wrap > .__mainvisual .__navi .__navi__coming {
    width: 100%;
    padding: 0 5% 6% 60%;
}

#tu_wrap > .__read {
    width: 100%;
    position: relative;
}
#tu_wrap > .__read .__read__bg1 {
    width: 100%;
}
#tu_wrap > .__read .__read__contents {
    width: 100%;
    padding-bottom: 20%;
    position: relative;
}
#tu_wrap > .__read .__read__contents .__en__text1 {
    width: 6%;
    position: absolute;
    left: 9.2%;
    top: -3%;
    z-index: 50;
}
#tu_wrap > .__read .__read__contents__bg1 {
    background-color: #d4d8d4;
    width: 77%;
    height: 100%;
    position: absolute;
    left: 14%;
    top: 0;
    z-index: 10;
}
#tu_wrap > .__read .__read__contents__bg2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}
#tu_wrap > .__read .__read__contents_inner1 {
    width: 100%;
    padding-top: 9.5%;
    padding-left: 21%;
    position: relative;
    z-index: 30;
}
#tu_wrap > .__read .__read__contents_inner1 .__read__contents__title1 {
    width: 33%;
    position: absolute;
    top: -6%;
    left: 25%;
    z-index: 100;
}
#tu_wrap > .__read .__read__contents_inner1 .__read__contents__img {
    width: 100%;
}
#tu_wrap > .__read .__read__contents__text {
    width: 100%;
    padding-top: 30px;
    padding-left: 25%;
    position: relative;
    z-index: 40;
}
#tu_wrap > .__read .__read__contents__text p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    color: #283c28;
}

#tu_wrap > .__img {
    width: 100%;
    position: relative;
    z-index: 100;
}
#tu_wrap > .__img img {
    width: 100%;
}
#tu_wrap > .__img .__read__contents__title2 {
    width: 42%;
    position: absolute;
    top: -21%;
    right: 18.5%;
    z-index: 100;
}
#tu_wrap > .__img .__en__text2 {
    width: 6%;
    position: absolute;
    right: 9%;
    top: -23%;
    z-index: 50;
}

#tu_wrap > .__read2 {
    background-color: #d4d8d4;
    width: 100%;
    padding: 0 14%;
    position: relative;
}
#tu_wrap > .__read2 .__read__contents2 {
    background-color: #ffffff;
    width: 100%;
    padding: 6% 8% 4%;
}
#tu_wrap > .__read2 .__read__contents2 p {
    margin-bottom: 2em;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    color: #283c28;
}

#tu_wrap > .__contents {
    padding-top: 8%;
}
#tu_wrap > .__contents.__layout1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
#tu_wrap > .__contents.__layout2 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
#tu_wrap > .__contents.__layout1 .__contents__body {
    width: 45%;
    margin-right: 3%;
    order: 1;
}
#tu_wrap > .__contents.__layout2 .__contents__body {
    width: 45%;
    margin-left: 3%;
    order: 2;
}
#tu_wrap > .__contents .__contents__body .__body__title {
    border-bottom: #283c28 solid 8px;
    width: 100%;
    padding-bottom: 2%;
    margin-bottom: 20px;
    line-height: 1;
}
#tu_wrap > .__contents .__contents__body .__body__title img {
    width: 80%;
}
#tu_wrap > .__contents .__contents__body .__contents__body__img {
    display: none;
}
#tu_wrap > .__contents .__contents__body p {
    margin-bottom: 2em;
    font-size: 18px;
    font-weight: bold;
    text-indent: 1em;
    line-height: 1.7;
    color: #283c28;
}
#tu_wrap > .__contents .__contents__body .__body__linklist {
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
#tu_wrap > .__contents .__contents__body .__body__linklist li {
    display: block;
    width: 250px;
    margin-left: 20px;
}
#tu_wrap > .__contents .__contents__body .__body__linklist li a {
    background-color: #283c28;
    display: block;
    width: 100%;
    padding: 14px;
    position: relative;
}
#tu_wrap > .__contents .__contents__body .__body__linklist li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    height: calc(tan(60deg) * 8px);
    width: 12px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#tu_wrap > .__contents .__contents__body .__body__linklist li a span {
    display: block;
    padding-left: 16px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
#tu_wrap > .__contents.__layout1 .__contents__img {
    width: 42%;
    order: 2;
}
#tu_wrap > .__contents.__layout2 .__contents__img {
    width: 42%;
    order: 1;
}
#tu_wrap > .__contents .__contents__img figure {
    width: 100%;
}



#tu_wrap > .__footer {
    position: relative;
    padding-top: 6.5%;
}
#tu_wrap > .__footer .__footer__inner {
    background-color: #283c28;
    padding-top: 16%;
    padding-bottom: 15%;
}
#tu_wrap > .__footer .__en__text3 {
    width: 6%;
    position: absolute;
    left: 9.2%;
    top: 0;
    z-index: 10;
}
#tu_wrap > .__footer .__en__text4 {
    width: 55%;
    position: absolute;
    left: 10%;
    bottom: 7%;
    z-index: 10;
}
#tu_wrap > .__footer .__footer__contents {
    width: 400px;
    margin-left: 18.5%;
}
#tu_wrap > .__footer .__footer__contents .__footer__contents__title {
    width: 66%;
    margin-bottom: 40px;
}
#tu_wrap > .__footer .__footer__contents p {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.7;
    color: #fff;
    text-indent: 1em;
}
#tu_wrap > .__footer .__footer__navi {
    border: #fff solid 7px;
    border-right: none;
    width: 35%;
    padding: 1.5% 3% 1.5% 1.5%;
    position: absolute;
    right: 0;
    bottom: 3%;
    line-height: 1;
}
#tu_wrap > .__footer .__footer__navi .__footer__navi__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__logo {
    width: 28%;
}
#tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__navi {
    width: 66%;
}
#tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__navi ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__navi ul li {
    width: 14%;
}
#tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__navi .__next {
    width: 35%;
    margin-left: 11%;
    padding-bottom: 2%;
}
#tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__navi .__comingsoon {
    width: 110%;
    padding-top: 3%;
    padding-left: 63%;
}


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

    #tu_wrap > .__mainvisual {
        margin: 0 auto;
        position: relative;
    }

    #tu_wrap > .__mainvisual h1 {
        display: block;
        width: 100%;
    }

    #tu_wrap > .__mainvisual .__page {
        border: #fff solid .3vw;
        border-left: none;
        width: 20%;
        padding: 2vw 0;
        position: absolute;
        right: auto;
        left: 0;
        top: 3vw;
        z-index: 10;
        font-size: 1px;
        line-height: 1 !important;
    }
    #tu_wrap > .__mainvisual .__page .__page__text {
        width: 50%;
        padding: 0;
        margin: 0 auto;
    }
    #tu_wrap > .__mainvisual .__page .__page__text img {
        width: 100%;
    }

    #tu_wrap > .__mainvisual .__navi {
        border: #fff solid .3vw;
        border-left: none;
        width: 20%;
        padding: 3vw 0;
        position: absolute;
        right: auto;
        left: 0;
        top: 13vw;
        z-index: 10;
        font-size: 1px;
        line-height: 1 !important;
    }
    #tu_wrap > .__mainvisual .__navi .__navi__text {
        width: 50%;
        padding: 0;
        margin: 0 auto 2vw;
    }
    #tu_wrap > .__mainvisual .__navi .__navi__text img {
        width: 100%;
    }
    #tu_wrap > .__mainvisual .__navi .__navi__num {
        padding: 0;
        display: block;
        width: 5vw;
        margin: 0 auto;
    }
    #tu_wrap > .__mainvisual .__navi .__navi__num li {
        width: 100%;
        margin-bottom: 3vw;
    }
    #tu_wrap > .__mainvisual .__navi .__navi__num li:last-child {
        width: 100%;
        margin-bottom: 0;
    }
    #tu_wrap > .__mainvisual .__navi .__navi__coming {
        width: 2vw;
        padding: 0;
        position: absolute;
        left: 68%;
        top: 63%;
    }

    #tu_wrap > .__read {
        width: 100%;
        position: relative;
    }
    #tu_wrap > .__read .__read__bg1 {
        display: none;
    }
    #tu_wrap > .__read .__read__contents {
        width: 100%;
        padding-bottom: 20%;
        position: relative;
    }
    #tu_wrap > .__read .__read__contents .__en__text1 {
        width: 10vw;
        position: absolute;
        left: 6.5vw;
        top: 3vw;
        z-index: 50;
    }
    #tu_wrap > .__read .__read__contents__bg1 {
        background-color: #d4d8d4;
        width: 84.8vw;
        height: 100%;
        position: absolute;
        left: 15.2vw;
        top: 0;
        z-index: 10;
    }
    #tu_wrap > .__read .__read__contents__bg2 {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 20;
    }
    #tu_wrap > .__read .__read__contents_inner1 {
        width: 78vw;
        padding-top: 22vw;
        padding-left: 0;
        margin-left: 22vw;
        position: relative;
        z-index: 30;
    }
    #tu_wrap > .__read .__read__contents_inner1 .__read__contents__title1 {
        width: 46vw;
        position: absolute;
        top: 3vw;
        left: 0;
        z-index: 100;
    }
    #tu_wrap > .__read .__read__contents_inner1 .__read__contents__img {
        width: 100%;
    }
    #tu_wrap > .__read .__read__contents__text {
        width: 78vw;
        padding-top: 4vw;
        padding-left: 0;
        margin-left: 22vw;
        position: relative;
        z-index: 40;
    }
    #tu_wrap > .__read .__read__contents__text p {
        font-size: 14px;
        font-feature-settings: "palt";
        font-weight: bold;
        line-height: 1.8;
        color: #283c28;
    }

    #tu_wrap > .__img {
        width: 100%;
        position: relative;
        z-index: 100;
    }
    #tu_wrap > .__img img {
        width: 100%;
    }
    #tu_wrap > .__img .__read__contents__title2 {
        width: 58vw;
        position: absolute;
        top: -11.5vw;
        right: auto;
        left: 22vw;
        z-index: 100;
    }
    #tu_wrap > .__img .__en__text2 {
        width: 10vw;
        position: absolute;
        right: 6vw;
        top: -20vw;
        z-index: 50;
    }

    #tu_wrap > .__read2 {
        background-color: #fff;
        width: 100%;
        padding: 0;
        position: relative;
    }
    #tu_wrap > .__read2 .__read__contents2 {
        background-color: #ffffff;
        width: 79vw;
        margin: 0 auto;
        padding: 5vw 0;
    }
    #tu_wrap > .__read2 .__read__contents2 p {
        margin-bottom: 2em;
        font-size: 14px;
        font-weight: bold;
        font-feature-settings: "palt";
        letter-spacing: .05em;
        line-height: 1.8;
        color: #283c28;
        text-align: justify;
    }

    #tu_wrap > .__contents {
        width: 79vw;
        padding-top: 10vw;
        margin: 0 auto;
    }
    #tu_wrap > .__contents.__layout1 {
        display: block;
    }
    #tu_wrap > .__contents.__layout2 {
        display: block;
    }
    #tu_wrap > .__contents.__layout1 .__contents__body {
        width: 100%;
        margin: 0;
    }
    #tu_wrap > .__contents.__layout2 .__contents__body {
        width: 100%;
        margin: 0;
    }
    #tu_wrap > .__contents .__contents__body .__body__title {
        border-bottom: #283c28 solid .8vw;
        width: 100%;
        padding-bottom: 2vw;
        margin-bottom: 5vw;
        line-height: 1;
    }
    #tu_wrap > .__contents .__contents__body .__body__title img {
        width: 100%;
    }
    #tu_wrap > .__contents .__contents__body .__contents__body__img {
        display: block;
        width: 100%;
        margin-bottom: 2em;
    }
    #tu_wrap > .__contents .__contents__body p {
        margin-bottom: 2em;
        font-size: 14px;
        font-weight: normal;
        font-feature-settings: "palt";
        letter-spacing: .05em;
        text-indent: 1em;
        line-height: 1.7;
        color: #283c28;
        text-align: justify;
    }
    #tu_wrap > .__contents .__contents__body .__body__linklist {
        padding-bottom: 60px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
    }
    #tu_wrap > .__contents .__contents__body .__body__linklist li {
        display: block;
        width: 200px;
        margin-left: 0;
        margin-bottom: 10px;
    }
    #tu_wrap > .__contents .__contents__body .__body__linklist li a {
        background-color: #283c28;
        display: block;
        width: 100%;
        padding: 10px;
        position: relative;
    }
    #tu_wrap > .__contents .__contents__body .__body__linklist li a::before {
        content: "";
        display: block;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        background: #ffffff;
        height: calc(tan(60deg) * 6px);
        width: 10px;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
    }
    #tu_wrap > .__contents .__contents__body .__body__linklist li a span {
        display: block;
        padding-left: 14px;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
    }
    #tu_wrap > .__contents.__layout1 .__contents__img {
        display: none;
    }
    #tu_wrap > .__contents.__layout2 .__contents__img {
        display: none;
    }
    #tu_wrap > .__contents .__contents__img figure {
        width: 100%;
    }



    #tu_wrap > .__footer {
        position: relative;
        padding-top: 10vw;
    }
    #tu_wrap > .__footer .__footer__inner {
        background-color: #283c28;
        padding-top: 8vw;
        padding-bottom: 5vw;
    }
    #tu_wrap > .__footer .__en__text3 {
        width: 86vw;
        position: absolute;
        left: 8vw;
        top: .2vw;
        z-index: 10;
    }
    #tu_wrap > .__footer .__en__text4 {
        width: 10vw;
        position: absolute;
        left: 10.5vw;
        bottom: auto;
        top: 12vw;
        z-index: 10;
    }
    #tu_wrap > .__footer .__footer__contents {
        width: 65vw;
        margin-left: 25vw;
        margin-bottom: 5vw;
    }
    #tu_wrap > .__footer .__footer__contents .__footer__contents__title {
        width: 40vw;
        margin-bottom: 5vw;
    }
    #tu_wrap > .__footer .__footer__contents p {
        font-size: 14px;
        font-weight: bold;
        font-feature-settings: "palt";
        letter-spacing: .05em;
        line-height: 2;
        color: #fff;
        text-indent: 0;
        text-align: justify;
    }
    #tu_wrap > .__footer .__footer__navi {
        border: #fff solid .8vw;
        width: 79vw;
        margin: 0 auto;
        padding: 3vw 5vw;
        position: relative;
        right: auto;
        bottom: auto;
        line-height: 1;
    }
    #tu_wrap > .__footer .__footer__navi .__footer__navi__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__logo {
        width: 28%;
    }
    #tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__navi {
        width: 66%;
    }
    #tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__navi ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__navi ul li {
        width: 14%;
    }
    #tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__navi .__next {
        width: 35%;
        margin-left: 11%;
        padding-bottom: 2%;
    }
    #tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__navi .__comingsoon {
        width: 104%;
        padding-top: 3%;
        padding-left: 62%;
    }
}
