@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-pconly {
    display: block !important;
}
.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) {
}

/* ================================================= */
/* header */
/* ================================================= */

#tu_header {
}

/* ================================================= */
/* 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 {
    background: #ffffff url(bg1.png) left center repeat-y;
    background-size: 160px auto;
    border-bottom: #efefef solid 40px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
#__tu a {
    transition: all ease .3s;
}
#__tu .__container {
    background: url(bg2.png) right center repeat-y;
    background-size: 200px auto;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#__tu .__mainvisual {
    background: #000000 url(mainbg.jpg) center top no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 1280px;
    height: 420px;
    margin: 0 auto;
    position: relative;
}
#__tu .__mainvisual .__series__logo {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto 25px;
}
#__tu .__mainvisual .__series__logo span {
    display: block;
    max-width: 290px;
}
#__tu .__mainvisual h1 {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 40px;
}

#__tu .__read {
    background: url(bg3.png) center top repeat-y;
    background-size: 100% auto;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 30px 350px 30px 40px;
    position: relative;
}
#__tu .__read p {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
#__tu .__read .__navi {
    width: 300px;
    position: absolute;
    right: 20px;
    top: -10px;
}
#__tu .__read .__navi .__navi__logo {
    box-shadow: 3px 3px 10px 0px rgba(50, 60, 130, 0.3);
    border: #fff solid 2px;
    border-bottom: none;
    width: 66.6666%;
    position: relative;
    z-index: 1;
}
#__tu .__read .__navi .__navi__list {
    background-color: #fff;
    box-shadow: 3px 3px 10px 0px rgba(50, 60, 130, 0.3);
    border: #fff solid 2px;
    border-top: none;
    width: 100%;
    position: relative;
    z-index: 2;
}
#__tu .__read .__navi .__navi__list li {
    width: 100%;
}
#__tu .__read .__navi .__navi__list li a {
    opacity: 1;
    transition: opacity ease .3s;
}
#__tu .__read .__navi .__navi__list li a:hover {
    opacity: .8;
}


#__tu .__contents {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#__tu .__contents .__contents__title {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}
#__tu .__contents .__contents__title::before {
    content: "";
    display: block;
    border-bottom: #2f3d80 solid 5px;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#__tu .__contents .__contents__title .__contents__title__inner {
    max-width: 1020px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#__tu .__contents .__contents__title .__contents__title__inner h2 {
    background-color: #ffffff;
    border-bottom: #2f3d80 solid 1px;
    display: table;
    padding: 20px 30px;
    font-size: 32px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .03em;
    line-height: 1.3;
    color: #2f3d80;
}


#__tu .__contents .__contents__body {
    background: url(bg3.png) center top repeat-y;
    background-size: 100% auto;
    overflow: hidden;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 40px;
}

#__tu .__contents .__flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#__tu .__contents .__flex .__flex__img {
    width: 400px;
}
#__tu .__contents .__flex .__flex__text {
    width: calc(100% - 430px);
}

#__tu .__contents .__text1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
}
#__tu .__contents .__text1 .__notes {
    display: block;
    font-size: 60%;
    text-indent: 0;
}

#__tu .__contents .__img1 {
    width: 100%;
    position: relative;
}
#__tu .__contents .__img1 figure {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
#__tu .__contents .__img1 .__prof {
    position: absolute;
    left: 0;
    bottom: 10px;
}
#__tu .__contents .__img1 .__prof a {
    border-bottom: #fff solid 1px;
    color: #fff;
}
#__tu .__contents .__img1 .__prof .__prof__text1 {
    background-color: #2f3d80;
    display: table;
    padding: 8px 10px;
    font-size: 10px;
    line-height: 1.3;
    color: #fff;
}
#__tu .__contents .__img1 .__prof .__prof__text2 {
    background-color: #000000;
    display: table;
    padding: 10px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
}
#__tu .__contents .__img1 .__prof .__prof__text2 span {
    font-size: 60%;
    padding-left: .5em;
}

#__tu .__contents .__fig1 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 2em;
    position: relative;
}
#__tu .__contents .__fig1 figure {
    display: block;
    border: #000000 solid 1px;
}
#__tu .__contents .__fig1 p {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #2f3d80;
}

#__tu .__contents .__fig2 {
    width: 100%;
    max-width: 580px;
    margin: 0 auto 2em;
    position: relative;
}
#__tu .__contents .__fig2 figure {
    display: block;
    border: #000000 solid 1px;
}
#__tu .__contents .__fig2 p {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #2f3d80;
}



#__tu .__contact {
    width: 100%;
    padding: 60px 0;
    position: relative;
}
#__tu .__contact .__btn {
    max-width: 500px;
    margin: 0 auto 40px;
    position: relative;
}
#__tu .__contact .__btn a {
    background-color: #ee9a9e;
    box-shadow: 0px 0px 5px 0px rgba(238, 154, 158, 1);
    border-radius: 55px;
    display: block;
    width: 100%;
    height: 110px;
    padding: 18px 0 0;
    transition: all ease .3s;
    cursor: pointer;
}
#__tu .__contact .__btn a:hover {
    background-color: #fff;
}
#__tu .__contact .__btn a .__btn__text1 {
    display: block;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    transition: all ease .3s;
}
#__tu .__contact .__btn a .__btn__text2 {
    background-color: #f2b3b6;
    display: table;
    border-radius: 18px;
    margin: 0 auto;
    padding: 9px 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
#__tu .__contact .__btn a:hover .__btn__text1 {
    color: #ee9a9e;
}

#__tu .__contact .__logo {
    display: table;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
#__tu .__contact .__logo a {
    display: block;
    width: 100%;
    transition: all ease .3s;
}
#__tu .__contact .__logo a:hover {
    opacity: .7;
}

#__tu .__contact .__othersession {
    background-color: #2f3d80;
    width: 100%;
    margin-bottom: 40px;
    padding: 60px 0;
    position: relative;
}
#__tu .__contact .__othersession h3 {
    max-width: 290px;
    margin: 0 auto 40px;
}
#__tu .__contact .__othersession .__othersession__link {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#__tu .__contact .__othersession .__othersession__link .__othersession__link__item {
    width: 50%;
    padding: 0 20px;
}
#__tu .__contact .__othersession .__othersession__link .__othersession__link__item a {
    background-color: #ffffff;
    display: block;
}
#__tu .__contact .__othersession .__othersession__link .__othersession__link__item a img {
    transition: opacity ease .3s;
}
#__tu .__contact .__othersession .__othersession__link .__othersession__link__item a:hover img {
    opacity: .75;
}

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

    #__tu {
        background: #ffffff url(bg1.png) left center repeat-y;
        background-size: 16vw auto;
        border-bottom: none;
    }
    #__tu .__container {
        background: url(bg2.png) right center repeat-y;
        background-size: 20vw auto;
    }

    #__tu .__mainvisual {
        background: #000000 url(mainbg.jpg) center top no-repeat;
        background-size: cover;
        height: auto;
    }
    #__tu .__mainvisual .__series__logo {
        width: 100%;
        margin: 0 auto;
    }
    #__tu .__mainvisual .__series__logo span {
        display: block;
        max-width: 42%;
    }
    #__tu .__mainvisual h1 {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        padding: 5vw;
    }

    #__tu .__read {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        padding: 5vw;
    }
    #__tu .__read p {
        font-size: 15px;
        font-weight: bold;
        line-height: 2;
    }
    #__tu .__read .__navi {
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
        display: none;
    }
    #__tu .__read .__navi .__navi__logo {
        box-shadow: 3px 3px 10px 0px rgba(50, 60, 130, 0.3);
        border: #fff solid 2px;
        border-bottom: none;
        width: 50%;
        position: relative;
        z-index: 1;
    }
    #__tu .__read .__navi .__navi__list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
        z-index: 2;
    }
    #__tu .__read .__navi .__navi__list li {
        width: 100%;
    }
    #__tu .__read .__navi .__navi__list li a {
        opacity: 1;
        transition: opacity ease .3s;
    }
    #__tu .__read .__navi .__navi__list li a:hover {
        opacity: .8;
    }
    #__tu .__read .__navi .__navi__list li:last-child a {
        display: block;
        background-color: #2f3d80;
        width: 100%;
    }
    #__tu .__read .__navi .__navi__list li:last-child a img {
        display: block;
        width: 66%;
        margin: 0 auto;
    }


    #__tu .__contents {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    #__tu .__contents .__contents__title {
        width: 100%;
        margin-bottom: 10vw;
        padding: 0 5vw;
        position: relative;
    }
    #__tu .__contents .__contents__title::before {
        content: "";
        display: block;
        border-bottom: #2f3d80 solid 4px;
    }
    #__tu .__contents .__contents__title .__contents__title__inner {
        max-width: inherit;
    }
    #__tu .__contents .__contents__title .__contents__title__inner h2 {
        background-color: #ffffff;
        border-bottom: #2f3d80 solid 1px;
        display: table;
        padding: 3vw;
        font-size: 6vw;
    }


    #__tu .__contents .__contents__body {
        padding: 0 5vw;
    }

    #__tu .__contents .__flex {
        display: block;
    }
    #__tu .__contents .__flex .__flex__img {
        display: none;
    }
    #__tu .__contents .__flex .__flex__text {
        width: 100%;
    }

    #__tu .__contents .__text1 {
        margin-bottom: 2em;
        font-size: 15px;
        line-height: 2;
    }
    #__tu .__contents .__text1 .__notes {
        display: block;
        font-size: 60%;
        text-indent: 0;
    }

    #__tu .__contents .__img1 {
        width: 70vw;
        margin: 0 auto 2em;
        position: relative;
    }
    #__tu .__contents .__img1 figure {
        display: block;
        border-radius: 10px;
        overflow: hidden;
    }
    #__tu .__contents .__img1 .__prof {
        position: absolute;
        left: 0;
        bottom: 10px;
    }
    #__tu .__contents .__img1 .__prof .__prof__text1 {
        background-color: #2f3d80;
        display: table;
        padding: 6px;
        font-size: 10px;
        line-height: 1.3;
        color: #fff;
    }
    #__tu .__contents .__img1 .__prof .__prof__text2 {
        background-color: #000000;
        display: table;
        padding: 6px;
        font-size: 16px;
        line-height: 1;
        color: #fff;
        font-weight: bold;
    }
    #__tu .__contents .__img1 .__prof .__prof__text2 span {
        font-size: 60%;
        padding-left: .5em;
    }

    #__tu .__contents .__fig1 {
        max-width: inherit;
    }
    #__tu .__contents .__fig1 p {
        padding-top: 5px;
        font-size: 13px;
        text-align: justify;
    }

    #__tu .__contents .__fig2 {
        max-width: inherit;
    }
    #__tu .__contents .__fig2 p {
        padding-top: 5px;
        font-size: 13px;
        text-align: justify;
    }



    #__tu .__contact {
        width: 100%;
        padding: 12vw 0;
        position: relative;
    }
    #__tu .__contact .__btn {
        width: 86vw;
        max-width: inherit;
        margin: 0 auto 30px;
        position: relative;
    }
    #__tu .__contact .__btn a {
        border-radius: 11vw;
        display: block;
        width: 100%;
        height: 22vw;
        padding: 4vw 0 0;
        transition: all ease .3s;
        cursor: pointer;
    }
    #__tu .__contact .__btn a:hover {
        background-color: #fff;
    }
    #__tu .__contact .__btn a .__btn__text1 {
        display: block;
        margin-bottom: 2vw;
        font-size: 4.8vw;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: #fff;
        transition: all ease .3s;
    }
    #__tu .__contact .__btn a .__btn__text2 {
        display: table;
        border-radius: 3.8vw;
        margin: 0 auto;
        padding: 2vw 4vw;
        font-size: 3.6vw;
        font-weight: bold;
        line-height: 1;
    }
    #__tu .__contact .__btn a:hover .__btn__text1 {
    }

    #__tu .__contact .__logo {
        display: table;
        width: 40vw;
        max-width: 200px;
        margin: 0 auto;
    }
    #__tu .__contact .__logo a {
        display: block;
        width: 100%;
        transition: all ease .3s;
    }
    #__tu .__contact .__logo a:hover {
        opacity: .7;
    }

    #__tu .__contact .__othersession {
        width: 100%;
        margin-bottom: 8vw;
        padding: 12vw 0 8vw;
    }
    #__tu .__contact .__othersession h3 {
        max-width: 60vw;
        margin: 0 auto 8vw;
    }
    #__tu .__contact .__othersession .__othersession__link {
        width: 85vw;
        max-width: inherit;
        margin: 0 auto;
        padding: 0;
        display: block;
    }
    #__tu .__contact .__othersession .__othersession__link .__othersession__link__item {
        width: 100%;
        margin-bottom: 5vw;
        padding: 0;
    }
}
