@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 {
    padding-bottom: 40px;
}
#__tu a {
    transition: all ease .3s;
}
#__tu .__container {
    background-color: #fff;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#__tu .__mainvisual {
    background: #ffffff url(bg1.jpg) center top no-repeat;
    background-size: 1280px auto;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
#__tu .__mainvisual .__img {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
#__tu .__mainvisual h1 {
    width: 85%;
    position: absolute;
    left: 0;
    top: 110px;
}
#__tu .__mainvisual .__read {
    background-color: rgba(0, 0, 0,  .8);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
}
#__tu .__mainvisual .__read .__read__body {
    max-width: 800px;
    margin: 0 auto;
}
#__tu .__mainvisual .__read .__read__body .__read__text {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    color: #fff;
}
#__tu .__mainvisual .__read .__read__body .__read__listener {
    border-top: #fff solid 1px;
    border-bottom: #fff solid 1px;
    padding: 5px 15px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-align: center;
}


#__tu .__contents {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0 40px;
    position: relative;
}

#__tu .__contents .__contents__title {
    background: #f4f4f4;
    border-bottom: #009c36 solid 2px;
    width: 100%;
    margin-bottom: 60px;
    padding: 40px 0;
    position: relative;
}
#__tu .__contents .__contents__title::before {
    content: "";
    display: block;
    background: url(title_arr.png) center bottom no-repeat;
    background-size: 100% auto;
    width: 44px;
    height: 65px;
    position: absolute;
    left: calc(50% - 22px);
    bottom: -40px;
}
#__tu .__contents .__contents__title h2 {
    display: block;
    max-width: 550px;
    margin: 0 auto;
}


#__tu .__contents .__contents__body {
    overflow: hidden;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}

#__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.__fontbold {
    font-weight: bold;
}
#__tu .__contents .__text1 .__name {
    font-weight: bold;
    color: #009c36;
}
#__tu .__contents .__text1 .__notes {
    display: block;
    font-size: 60%;
    text-indent: 0;
}
#__tu .__contents .__text1 a {
    font-weight: bold;
    color: #009c36;
    text-decoration: underline;
}

#__tu .__contents .__img1 {
    width: 100%;
}
#__tu .__contents .__img1 figure {
    display: block;
    margin-bottom: 10px;
}
#__tu .__contents .__img1 .__prof1 {
    margin-bottom: 6px;
    padding-left: 5px;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.33;
    color: #000;
}
#__tu .__contents .__img1 .__prof2 {
    padding-left: 5px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    color: #009c36;
}
#__tu .__contents .__img1 .__prof2 span {
    font-size: 60%;
    padding-left: .5em;
}

#__tu .__contents .__img2 {
    width: 100%;
    margin-bottom: 40px;
}
#__tu .__contents .__img2 figure {
    display: block;
    max-width: 680px;
    margin: 0 auto 12px;
}
#__tu .__contents .__img2 h3 {
    margin-bottom: .5em;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #009c36;
}
#__tu .__contents .__img2 p {
    font-size: 14px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.6;
    text-align: center;
    color: #009c36;
}

#__tu .__contents .__fesimg {
    width: 90%;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#__tu .__contents .__fesimg .__fesimg__img1 {
    width: 48%;
}
#__tu .__contents .__fesimg .__fesimg__img1 figure {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
#__tu .__contents .__fesimg .__fesimg__img1 p {
    font-size: 14px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.6;
    text-align: center;
    color: #009c36;
}
#__tu .__contents .__fesimg .__fesimg__img2 {
    width: 50%;
}
#__tu .__contents .__fesimg .__fesimg__img2 figure {
    display: block;
    width: 100%;
}


#__tu .__matome {
    background: url(bg2.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0 60px;
    position: relative;
}
#__tu .__matome .__matome__head {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 30px;
    padding: 50px 20px 35px;
    position: relative;
}
#__tu .__matome .__matome__head::before {
    content: "";
    display: block;
    border-bottom: #f3f3f3 solid 2px;
    width: 30%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
#__tu .__matome .__matome__title {
    width: 300px;
    margin: 0 auto 20px;
    line-height: 1;
}
#__tu .__matome .__matome__text1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
}
#__tu .__matome .__matome__text2 {
    font-size: 17px;
    font-weight: bold;
    line-height: 2.2;
    text-align: center;
    color: #fff;
}

#__tu .__contact {
    width: 100%;
    padding: 50px 0;
    position: relative;
}
#__tu .__contact .__bnr {
    max-width: 600px;
    margin: 0 auto 40px;
}
#__tu .__contact .__bnr a {
    display: block;
    width: 100%;
    transition: all ease .3s;
}
#__tu .__contact .__bnr a:hover {
    opacity: .7;
}
#__tu .__contact .__logo {
    display: table;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
}
#__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 {
        padding-bottom: 0;
    }
    #__tu a {
        transition: all ease .3s;
    }

    #__tu .__mainvisual {
        background: none;
        width: 100%;
        position: relative;
    }
    #__tu .__mainvisual .__img {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
    }
    #__tu .__mainvisual h1 {
        width: 100%;
        position: absolute;
        left: 0;
        top: 12vw;
    }
    #__tu .__mainvisual .__read {
        background-color: rgba(0, 0, 0, 1);
        width: 100%;
        position: relative;
        left: auto;
        bottom: auto;
        padding: 6vw 4vw;
    }
    #__tu .__mainvisual .__read .__read__body {
        max-width: inherit;
    }
    #__tu .__mainvisual .__read .__read__body .__read__text {
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.8;
        color: #fff;
    }
    #__tu .__mainvisual .__read .__read__body .__read__listener {
        border-top: #fff solid 1px;
        border-bottom: #fff solid 1px;
        padding: 5px 15px;
        margin: 0 auto;
        font-size: 13px;
        line-height: 1;
        color: #fff;
        text-align: center;
    }


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

    #__tu .__contents .__contents__title {
        width: 100%;
        margin-bottom: 12vw;
        padding: 9vw 0;
        position: relative;
    }
    #__tu .__contents .__contents__title::before {
        content: "";
        display: block;
        background: url(title_arr.png) center bottom no-repeat;
        background-size: 100% auto;
        width: 8.8vw;
        height: 13vw;
        position: absolute;
        left: calc(50% - 4.4vw);
        bottom: -8vw;
    }
    #__tu .__contents .__contents__title h2 {
        display: block;
        max-width: inherit;
        width: 95%;
        margin: 0 auto;
    }


    #__tu .__contents .__contents__body {
        overflow: hidden;
        max-width: inherit;
        margin: 0 auto;
        padding: 0 4vw;
    }

    #__tu .__contents .__flex {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #__tu .__contents .__flex .__flex__img {
        order: 1;
        width: 75vw;
        margin: 0 auto 2em;
    }
    #__tu .__contents .__flex .__flex__text {
        width: 100%;
        order: 2;
    }

    #__tu .__contents .__text1 {
        margin-bottom: 2em;
        font-size: 15px;
        line-height: 2;
    }
    #__tu .__contents .__text1.__fontbold {
        font-weight: bold;
    }
    #__tu .__contents .__text1 .__name {
        font-weight: bold;
        color: #009c36;
    }
    #__tu .__contents .__text1 .__notes {
        display: block;
        font-size: 60%;
        text-indent: 0;
    }
    #__tu .__contents .__text1 a {
        font-weight: bold;
        color: #009c36;
        text-decoration: underline;
    }

    #__tu .__contents .__img1 {
        width: 100%;
    }
    #__tu .__contents .__img1 figure {
        display: block;
        margin-bottom: 10px;
    }
    #__tu .__contents .__img1 .__prof1 {
        margin-bottom: 6px;
        padding-left: 5px;
        font-size: 11px;
        font-weight: bold;
        font-style: italic;
        line-height: 1.33;
        color: #000;
    }
    #__tu .__contents .__img1 .__prof2 {
        padding-left: 5px;
        font-size: 17px;
        font-weight: bold;
        font-style: italic;
        line-height: 1;
        color: #009c36;
    }
    #__tu .__contents .__img1 .__prof2 span {
        font-size: 60%;
        padding-left: .5em;
    }

    #__tu .__contents .__img2 {
        width: 100%;
        margin-bottom: 40px;
    }
    #__tu .__contents .__img2 figure {
        display: block;
        max-width: inherit;
        margin: 0 auto 12px;
    }
    #__tu .__contents .__img2 h3 {
        margin-bottom: .5em;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: #009c36;
    }
    #__tu .__contents .__img2 p {
        font-size: 12px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.6;
        text-align: left;
        color: #009c36;
    }

    #__tu .__contents .__fesimg {
        width: 90%;
        margin: 0 auto 20px;
        display: block;
    }
    #__tu .__contents .__fesimg .__fesimg__img1 {
        width: 100%;
    }
    #__tu .__contents .__fesimg .__fesimg__img1 figure {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    #__tu .__contents .__fesimg .__fesimg__img1 p {
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.6;
        text-align: center;
        color: #009c36;
    }
    #__tu .__contents .__fesimg .__fesimg__img2 {
        width: 100%;
    }
    #__tu .__contents .__fesimg .__fesimg__img2 figure {
        display: block;
        width: 100%;
    }


    #__tu .__matome {
        background: url(bg2_sp.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 60px;
        position: relative;
    }
    #__tu .__matome .__matome__head {
        margin: 0 auto 30px;
        padding: 50px 5vw 35px;
        position: relative;
    }
    #__tu .__matome .__matome__head::before {
        content: "";
        display: block;
        border-bottom: #f3f3f3 solid 2px;
        width: 75%;
    }
    #__tu .__matome .__matome__title {
        width: 250px;
        margin: 0 auto 15px;
        line-height: 1;
    }
    #__tu .__matome .__matome__text1 {
        font-size: 17px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: #fff;
    }
    #__tu .__matome .__matome__text2 {
        font-size: 15px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 2.2;
        text-align: center;
        color: #fff;
    }

    #__tu .__contact {
        width: 100%;
        padding: 50px 0;
        position: relative;
    }
    #__tu .__contact .__bnr {
        width: 90vw;
        margin: 0 auto 20px;
    }
    #__tu .__contact .__logo {
        display: table;
        width: 100%;
        max-width: 240px;
        margin: 0 auto 30px;
    }
}
