@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 {
    position: relative;
    z-index: 1000;
}

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

#tu_footer {
    background-color: #fff;
    width: 100%;
    position: relative;
    z-index: 2;
}

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

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

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

#__tu {
    width: 100%;
    overflow: hidden;
}
#__tu a {
    transition: all ease .3s;
}
#__tu .__tu__bg {
    background: #1b527d url(bg1.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}
#__tu .__container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#__tu .__mainvisual {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#__tu .__mainvisual h1 {
    width: 81.2%;
    margin: 0 auto;
    padding: 5% 0;
}
#__tu .__mainvisual .__mainvisual__logo {
    width: 28.3%;
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translateX(-50%);
    z-index: 3;
}
#__tu .__mainvisual .__mainvisual__img {
    width: 90.6%;
    margin: 0 auto;
}

#__tu .__read {
    background-color: #1868ac;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 60px;
    padding: 35px 100px;
    position: relative;
    z-index: 3;
}
#__tu .__read p {
    padding-bottom: .5em;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    text-align: justify;
    color: #ffffff;
}
#__tu .__read .__read__listener {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
#__tu .__read .__read__listener::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    border-bottom: #ffffff solid 1px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#__tu .__read .__read__listener span {
    background-color: #1868ac;
    display: block;
    padding-left: 1em;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    position: relative;
    z-index: 2;
}


#__tu .__contents {
    background-color: #ffffff;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 4;
}
#__tu .__contents.__end {
    margin: 0 auto;
}

#__tu .__contents .__contents__title {
    width: 100%;
    padding: 0 50px;
    margin-bottom: 50px;
    position: relative;
}
#__tu .__contents .__contents__title::before {
    content: "";
    display: block;
    border-left: #1868ac solid 10px;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50px;
    top: 0;
    z-index: 1;
}
#__tu .__contents .__contents__title .__contents__title__inner {
    width: 100%;
    padding: 70px 30px 0;
    position: relative;
    z-index: 2;
}
#__tu .__contents .__contents__title .__contents__title__inner h2 {
    display: block;
    width: 100%;
}


#__tu .__contents .__contents__body {
    width: 100%;
    padding: 0 50px 10px;
    position: relative;
}
#__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 .__img3 {
    display: block;
    width: 100%;
    max-width: 720px;
    margin: 0 auto 2em;
}

#__tu .__contents .__fig1 {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 2em;
}
#__tu .__contents .__fig1 figure {
    display: block;
    border: #1868ac solid 1px;
}
#__tu .__contents .__fig1 .__fig1__text {
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.6;
    color: #1868ac;
    text-align: center;
}

#__tu .__contents .__fig2 {
    display: block;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 2em;
}
#__tu .__contents .__fig2 figure {
    display: block;
    border: #1868ac solid 1px;
}
#__tu .__contents .__fig2 .__fig2__text {
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.6;
    color: #1868ac;
    text-align: center;
}

#__tu .__contents .__contents__img {
    background-color: #1868ac;
    width: 100%;
    margin-bottom: 2.5em;
    position: relative;
}
#__tu .__contents .__contents__img .__img1 {
    display: block;
    width: 100%;
    padding-right: 37.8%;
    position: relative;
    z-index: 1;
}
#__tu .__contents .__contents__img .__img1 figure {
    display: block;
}
#__tu .__contents .__contents__img .__img2 {
    display: block;
    width: 100%;
    padding-left: 37.8%;
    position: relative;
    z-index: 1;
}
#__tu .__contents .__contents__img .__img2 figure {
    display: block;
}
#__tu .__contents .__contents__img .__contents__img__text1 {
    display: block;
    width: 46.2%;
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
#__tu .__contents .__contents__img .__contents__img__text2 {
    display: block;
    width: 46.2%;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}


#__tu .__contents__matome {
    background: #0b488b url(bg2.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 60px;
    padding: 80px 100px;
    position: relative;
    z-index: 4;
}
#__tu .__contents__matome .__contents__matome__title {
    display: block;
    max-width: 600px;
    margin-bottom: 2em;
}
#__tu .__contents__matome .__contents__matome__text {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    text-align: justify;
    color: #ffffff;
}


#__tu .__container__inou {
    background-color: #f0f4f9;
    width: 100%;
    padding-top: 80px;
    position: relative;
    z-index: 3;
}
#__tu .__container__inou .__container__inou__title {
    width: 100%;
    padding-bottom: 50px;
    position: relative;
}
#__tu .__container__inou .__container__inou__title::before {
    content: "";
    display: block;
    background-color: #0767ab;
    width: 100%;
    height: 163px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#__tu .__container__inou .__container__inou__title h2 {
    display: block;
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#__tu .__container__inou .__container__inou__read {
    background-color: #ffffff;
    width: 100%;
    padding-bottom: 50px;
    position: relative;
}
#__tu .__container__inou .__container__inou__read .__container__inou__read__text {
    max-width: 960px;
    margin: 0 auto;
    padding: 35px 50px;
}
#__tu .__container__inou .__container__inou__read .__container__inou__read__text p {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    color: #0767ab;
}
#__tu .__container__inou .__container__inou__read .__container__inou__read__comment {
    max-width: 1060px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#__tu .__container__inou .__container__inou__read .__container__inou__read__comment .__comment__item {
    background-color: #0767ab;
    width: 32%;
}
#__tu .__container__inou .__container__inou__read .__container__inou__read__comment .__comment__item .__comment__item__title {
    border-bottom: #fff solid 2px;
    padding: 18px;
    line-height: 0;
}
#__tu .__container__inou .__container__inou__read .__container__inou__read__comment .__comment__item .__comment__item__text {
    display: block;
    min-height: 10em;
    padding: 18px;
}
#__tu .__container__inou .__container__inou__read .__container__inou__read__comment .__comment__item .__comment__item__text p {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
}
#__tu .__container__inou .__container__inou__read .__container__inou__read__comment .__comment__item .__comment__item__speaker {
    display: block;
}

#__tu .__container__inou .__container__inou__student {
    width: 100%;
    padding: 40px 0;
    position: relative;
}
#__tu .__container__inou .__container__inou__student .__container__inou__student__title {
    width: 100%;
    padding-bottom: 40px;
    position: relative;
}
#__tu .__container__inou .__container__inou__student .__container__inou__student__title::before {
    content: "";
    display: block;
    border-bottom: #005ea0 solid 2px;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 1;
}
#__tu .__container__inou .__container__inou__student .__container__inou__student__title h3 {
    display: block;
    background-color: #f0f4f9;
    max-width: 570px;
    margin: 0 auto;
    padding: 0 25px;
    line-height: 0;
    position: relative;
    z-index: 2;
}
#__tu .__container__inou .__container__inou__student .__container__inou__student__contents {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#__tu .__container__inou .__container__inou__student .__container__inou__student__contents .__student__comment {
    background-color: #005ea0;
    border-bottom: #005ea0 solid 2px;
    width: 49%;
}
#__tu .__container__inou .__container__inou__student .__container__inou__student__contents .__student__comment .__student__comment__text {
    padding: 18px;
}
#__tu .__container__inou .__container__inou__student .__container__inou__student__contents .__student__comment .__student__comment__text p {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
}
#__tu .__container__inou .__container__inou__student .__container__inou__student__contents .__student__comment .__student__comment__prof {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#__tu .__container__inou .__container__inou__student .__container__inou__student__contents .__student__comment .__student__comment__prof .__student__comment__prof__img {
    width: 140px;
}
#__tu .__container__inou .__container__inou__student .__container__inou__student__contents .__student__comment .__student__comment__prof .__student__comment__prof__text {
    width: calc(100% - 140px);
    padding: 12px;
}
#__tu .__container__inou .__container__inou__student .__container__inou__student__contents .__student__comment .__student__comment__prof .__student__comment__prof__text .__prof__text1 {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}
#__tu .__container__inou .__container__inou__student .__container__inou__student__contents .__student__comment .__student__comment__prof .__student__comment__prof__text .__prof__text2 {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}
#__tu .__container__inou .__container__inou__student .__container__inou__student__contents .__student__comment .__student__comment__prof .__student__comment__prof__text .__prof__text2 span {
    font-size: 66%;
}
#__tu .__container__inou .__container__inou__student .__container__inou__student__contents .__student__comment .__student__comment__prof .__student__comment__prof__text .__prof__text3 {
    font-size: 10px;
    line-height: 1.5;
}


#__tu .__contact {
    background-color: #ffffff;
    width: 100%;
    padding: 50px 0;
    position: relative;
    z-index: 5;
}
#__tu .__contact .__logo {
    display: table;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
#__tu .__contact .__logo a {
    display: block;
    width: 100%;
    transition: all ease .3s;
}
#__tu .__contact .__logo a:hover {
    opacity: .7;
}

@media screen and (max-width:768px) {
    
    #__tu .__tu__bg {
        background: #1b527d url(bg1_sp.jpg) top center no-repeat;
        background-size: cover;
        z-index: 1;
    }
    #__tu .__container {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

    #__tu .__mainvisual {
        max-width: inherit;
        z-index: 2;
    }
    #__tu .__mainvisual h1 {
        width: 92%;
        margin: 0 auto;
        padding: 8vw 0 6vw;
    }
    #__tu .__mainvisual .__mainvisual__logo {
        width: 33%;
        position: absolute;
        left: 50%;
        top: 36vw;
        transform: translateX(-50%);
        z-index: 3;
    }
    #__tu .__mainvisual .__mainvisual__img {
        width: 100%;
        margin: 0 auto;
    }

    #__tu .__read {
        max-width: inherit;
        margin: 0 auto 12vw;
        padding: 5vw 4vw;
        position: relative;
        z-index: 3;
    }
    #__tu .__read p {
        padding-bottom: .5em;
        font-size: 15px;
    }
    #__tu .__read .__read__listener span {
        font-size: 15px;
    }


    #__tu .__contents {
        width: 96vw;
        max-width: inherit;
        margin: 0 auto 12vw;
        z-index: 4;
    }

    #__tu .__contents .__contents__title {
        width: 100%;
        padding: 0 4vw 0 0;
        margin-bottom: 7vw;
        position: relative;
    }
    #__tu .__contents .__contents__title::before {
        content: "";
        display: block;
        border-left: #1868ac solid 5px;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 2vw;
        top: 0;
        z-index: 1;
    }
    #__tu .__contents .__contents__title .__contents__title__inner {
        width: 100%;
        padding: 10vw 0 0 6vw;
        position: relative;
        z-index: 2;
    }


    #__tu .__contents .__contents__body {
        width: 100%;
        padding: 0 4vw 2vw;
        position: relative;
    }
    #__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 .__img3 {
        max-width: inherit;
    }

    #__tu .__contents .__fig1 {
        max-width: inherit;
        margin: 0 auto 2em;
    }
    #__tu .__contents .__fig1 .__fig1__text {
        padding-top: 5px;
        font-size: 12px;
    }

    #__tu .__contents .__fig2 {
        max-width: inherit;
    }
    #__tu .__contents .__fig2 .__fig2__text {
        padding-top: 5px;
        font-size: 12px;
    }

    #__tu .__contents .__contents__img {
        background-color: #1868ac;
        width: 100%;
        margin-bottom: 2.5em;
        position: relative;
    }
    #__tu .__contents .__contents__img .__img1 {
        display: block;
        width: 100%;
        padding-right: 40%;
        position: relative;
        z-index: 1;
    }
    #__tu .__contents .__contents__img .__img1 figure {
        display: block;
    }
    #__tu .__contents .__contents__img .__img2 {
        display: block;
        width: 100%;
        padding-left: 40%;
        position: relative;
        z-index: 1;
    }
    #__tu .__contents .__contents__img .__img2 figure {
        display: block;
    }
    #__tu .__contents .__contents__img .__contents__img__text1 {
        display: block;
        width: 60%;
        position: absolute;
        left: 38%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }
    #__tu .__contents .__contents__img .__contents__img__text2 {
        display: block;
        width: 65%;
        position: absolute;
        left: 4%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }


    #__tu .__contents__matome {
        background: #0b488b url(bg2_sp.jpg) center center no-repeat;
        background-size: cover;
        width: 96vw;
        max-width: inherit;
        margin: 0 auto 12vw;
        padding: 10vw 4vw;
        position: relative;
        z-index: 4;
    }
    #__tu .__contents__matome .__contents__matome__title {
        display: block;
        width: 60vw;
        max-width: inherit;
        margin: 0 auto 1.5em;
    }
    #__tu .__contents__matome .__contents__matome__text {
        font-size: 15px;
        font-weight: bold;
        line-height: 2;
        text-align: justify;
        color: #ffffff;
    }


    #__tu .__container__inou {
        background-color: #f0f4f9;
        width: 100%;
        padding-top: 12vw;
        position: relative;
        z-index: 3;
    }
    #__tu .__container__inou .__container__inou__title {
        width: 100%;
        padding-bottom: 5vw;
        position: relative;
    }
    #__tu .__container__inou .__container__inou__title::before {
        display: none;
    }
    #__tu .__container__inou .__container__inou__title h2 {
        max-width: inherit;
        z-index: 2;
    }
    #__tu .__container__inou .__container__inou__read {
        padding-bottom: 2vw;
        position: relative;
    }
    #__tu .__container__inou .__container__inou__read .__container__inou__read__text {
        max-width: inherit;
        padding: 5vw 4vw;
    }
    #__tu .__container__inou .__container__inou__read .__container__inou__read__text p {
        font-size: 15px;
    }
    #__tu .__container__inou .__container__inou__read .__container__inou__read__comment {
        max-width: inherit;
        width: 92vw;
        margin: 0 auto;
        display: block;
    }
    #__tu .__container__inou .__container__inou__read .__container__inou__read__comment .__comment__item {
        background-color: #0767ab;
        width: 100%;
        margin: 0 auto 4vw;
    }
    #__tu .__container__inou .__container__inou__read .__container__inou__read__comment .__comment__item .__comment__item__title {
        border-bottom: #fff solid 2px;
        padding: 4vw;
        line-height: 0;
    }
    #__tu .__container__inou .__container__inou__read .__container__inou__read__comment .__comment__item .__comment__item__text {
        display: block;
        min-height: inherit;
        padding: 4vw;
    }
    #__tu .__container__inou .__container__inou__read .__container__inou__read__comment .__comment__item .__comment__item__text p {
        font-size: 14px;
        line-height: 1.6;
        color: #fff;
    }
    #__tu .__container__inou .__container__inou__read .__container__inou__read__comment .__comment__item .__comment__item__speaker {
        display: block;
    }

    #__tu .__container__inou .__container__inou__student {
        width: 100%;
        padding: 8vw 0;
        position: relative;
    }
    #__tu .__container__inou .__container__inou__student .__container__inou__student__title {
        width: 100%;
        padding-bottom: 6vw;
        position: relative;
    }
    #__tu .__container__inou .__container__inou__student .__container__inou__student__title::before {
        content: "";
        display: block;
        border-bottom: #005ea0 solid 2px;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        top: 3.5vw;
        z-index: 1;
    }
    #__tu .__container__inou .__container__inou__student .__container__inou__student__title h3 {
        display: block;
        background-color: #f0f4f9;
        max-width: inherit;
        width: 85vw;
        margin: 0 auto;
        padding: 0 4vw;
        line-height: 0;
        position: relative;
        z-index: 2;
    }
    #__tu .__container__inou .__container__inou__student .__container__inou__student__contents {
        width: 92vw;
        max-width: inherit;
        margin: 0 auto 6vw;
        display: block;
    }
    #__tu .__container__inou .__container__inou__student .__container__inou__student__contents .__student__comment {
        background-color: #005ea0;
        border-bottom: #005ea0 solid 2px;
        width: 100%;
        margin-bottom: 4vw;
    }
    #__tu .__container__inou .__container__inou__student .__container__inou__student__contents .__student__comment .__student__comment__text {
        padding: 4vw;
    }
    #__tu .__container__inou .__container__inou__student .__container__inou__student__contents .__student__comment .__student__comment__text p {
        font-size: 14px;
        line-height: 1.6;
        color: #fff;
    }
    #__tu .__container__inou .__container__inou__student .__container__inou__student__contents .__student__comment .__student__comment__prof {
        background-color: #ffffff;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #__tu .__container__inou .__container__inou__student .__container__inou__student__contents .__student__comment .__student__comment__prof .__student__comment__prof__img {
        width: 140px;
    }
    #__tu .__container__inou .__container__inou__student .__container__inou__student__contents .__student__comment .__student__comment__prof .__student__comment__prof__text {
        width: calc(100% - 140px);
        padding: 12px;
    }
    #__tu .__container__inou .__container__inou__student .__container__inou__student__contents .__student__comment .__student__comment__prof .__student__comment__prof__text .__prof__text1 {
        margin-bottom: 8px;
        font-size: 10px;
        font-weight: bold;
        line-height: 1;
    }
    #__tu .__container__inou .__container__inou__student .__container__inou__student__contents .__student__comment .__student__comment__prof .__student__comment__prof__text .__prof__text2 {
        margin-bottom: 8px;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
    }
    #__tu .__container__inou .__container__inou__student .__container__inou__student__contents .__student__comment .__student__comment__prof .__student__comment__prof__text .__prof__text2 span {
        font-size: 66%;
    }
    #__tu .__container__inou .__container__inou__student .__container__inou__student__contents .__student__comment .__student__comment__prof .__student__comment__prof__text .__prof__text3 {
        font-size: 10px;
        line-height: 1.5;
    }


    #__tu .__contact {
        background-color: #ffffff;
        width: 100%;
        padding: 10vw 0;
        position: relative;
        z-index: 5;
    }
    #__tu .__contact .__logo {
        display: table;
        width: 60vw;
        max-width: inherit;
        margin: 0 auto;
    }
    #__tu .__contact .__logo a {
        display: block;
        width: 100%;
        transition: all ease .3s;
    }
    #__tu .__contact .__logo a:hover {
        opacity: .7;
    }
}
