@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: 940px;
    margin: 0 auto;
}
#__tu .__head {
    width: 100%;
    margin-bottom: 80px;
}
#__tu .__head h1 {
    width: 100%;
    padding: 15px 0 34px;
    margin-bottom: 30px;
    position: relative;
}
#__tu .__head h1::before {
    content: "";
    display: block;
    background-color: #009c36;
    width: 200px;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
#__tu .__head h1 span {
    display: block;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}
#__tu .__head .__read {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    color: #009c36;
}
#__tu .__head .__read__listener {
    display: table;
    background: #f3f3f3;
    padding: 6px 18px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1;
}


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

#__tu .__contents .__contents__title {
    background: url(title_bg.jpg) center center no-repeat;
    background-size: 1280px auto;
    width: 100%;
    margin-bottom: 50px;
}
#__tu .__contents .__contents__title h2 {
    display: block;
    max-width: 500px;
    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 .__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;
        position: relative;
    }
    #__tu .__mainvisual .__img {
        max-width: inherit;
    }
    #__tu .__head {
        width: 100%;
        margin-bottom: 40px;
    }
    #__tu .__head h1 {
        width: 100%;
        padding: 4vw 5vw 6vw;
        margin-bottom: 6vw;
        position: relative;
    }
    #__tu .__head h1::before {
        content: "";
        display: block;
        background-color: #009c36;
        width: 25vw;
        height: 3px;
    }
    #__tu .__head h1 span {
        display: block;
        width: 100%;
        max-width: inherit;
    }
    #__tu .__head .__read {
        padding: 0 4vw;
        margin-bottom: 10px;
        font-size: 15px;
        text-align: left;
    }
    #__tu .__head .__read__listener {
        display: table;
        background: #f3f3f3;
        padding: 5px 12px;
        margin: 0 auto;
        font-size: 12px;
        line-height: 1;
    }


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

    #__tu .__contents .__contents__title {
        background: url(title_bg.jpg) center center no-repeat;
        background-size: 200vw auto;
        width: 100%;
        margin-bottom: 30px;
    }
    #__tu .__contents .__contents__title h2 {
        display: block;
        max-width: inherit;
        width: 72vw;
    }


    #__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 .__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;
    }
}
