@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: '游明朝', 'Yu Mincho', YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

figure {
    display: block;
    margin: 0;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.is-pc {
    display: block !important;
}
.tab-only {
    display: none !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: 1024px) {
    .is-pc.no-tab {
        display: none !important;
    }
    .tab-only {
        display: block !important;
    }
}

@media only screen and (max-width: 750px) {
    .is-pc {
        display: none !important;
    }
    .tab-only {
        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: #ffffff;
}
body.preload {
    background: #ffffff url(loading.gif) no-repeat calc(50vw - 20px) calc(50vh - 20px);
    background-size: 40px 40px;
    overflow: hidden;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

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

/* ===================== */
/* body
/* ===================== */


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

#_footer {
    background-color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.localFooter {
    background:#fff;
    padding-top:20px !important;
    line-height: 150%;
}

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

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

#_tu {
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    opacity: 1;
    transition: all ease .5s;
    position: relative;
    z-index: 2;
}

body.preload #_tu {
    max-width: 1200px;
    opacity: 0;
}

#_tu ._mainvisual {
    width: 100%;
    padding-top: 12%;
    position: relative;
    overflow: hidden;
}
#_tu ._mainvisual img {
    width: 100%;
}
#_tu ._mainvisual ._slide1,
#_tu ._mainvisual ._slide2,
#_tu ._mainvisual ._slide3,
#_tu ._mainvisual ._slide4 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
}
#_tu ._mainvisual ._logo {
    width: 24%;
    position: absolute;
    right: 12.8%;
    top: 3.5%;
    z-index: 1000;
}
#_tu ._mainvisual ._slide_mainimg {
    display: block;
    width: 100%;
    z-index: 300;
    opacity: 0;
}
#_tu ._mainvisual ._slide_subtitle {
    display: block;
    width: 45%;
    position: absolute;
    left: 12.5%;
    top: 4.5%;
    z-index: 400;
    opacity: 0;
}
#_tu ._mainvisual ._slide_title {
    display: block;
    width: 75%;
    position: absolute;
    left: 12.5%;
    top: 12%;
    z-index: 500;
    opacity: 0;
}

#_tu ._mainvisual ._slide1.active {
    animation: fadeIn1 5s ease 1s 1 forwards;
}
#_tu ._mainvisual ._slide2.active {
    animation: fadeIn1 5s ease 5.5s 1 forwards;
}
#_tu ._mainvisual ._slide3.active {
    animation: fadeIn1 5s ease 10s 1 forwards;
}
#_tu ._mainvisual ._slide4.active {
    animation: fadeIn1 5s ease 14.5s 1 forwards;
}
#_tu ._mainvisual ._slide_mainimg.active {
    animation: fadeIn2 1s ease 19s 1 forwards;
}
#_tu ._mainvisual ._slide_subtitle.active {
    animation: fadeIn3 .6s ease 20.1s 1 forwards;
}
#_tu ._mainvisual ._slide_title.active {
    animation: fadeIn3 .6s ease 20.3s 1 forwards;
}

@keyframes fadeIn1 {
    0% {opacity: 0; transform: scale(1.1);}
    15% {opacity: 1; transform: scale(1)}
    85% {opacity: 1; transform: scale(1)}
    100% {opacity: 0; transform: scale(.9);}
}
@keyframes fadeIn2 {
    0% {opacity: 0; transform: scale(1.1); }
    100% {opacity: 1; transform: scale(1);}
}
@keyframes fadeIn3 {
    0% {opacity: 0; transform: translateX(-10%);}
    100% {opacity: 1; transform: translateX(0);}
}

.scl-fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all ease .8s;
}
.scl-fade-in.scl-anim-init {
    opacity:1;
    transform: translateY(0);
}


#_tu  ._read {
    background-color: #f5f5f5;
    margin: 0 auto;
    padding: 50px 20px;
}
#_tu  ._read ._read_body {
    margin: 0 auto;
}
#_tu  ._read ._read_body ._read_text {
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 2;
    text-align: center;
}
#_tu  ._read ._read_body ._read_text span {
    display: table;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 10px auto 0;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
}
#_tu ._read ._movie {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 40px;
}
#_tu ._read ._movie ._movie_item {
    display: block;
    width: 100%;
}
#_tu ._read ._movie ._movie_text {
    display: block;
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

#_tu ._contents {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}
#_tu ._contents ._ttl {
    background-color: #008d54;
    margin-bottom: 40px;
    position: relative;
}
#_tu ._contents ._ttl h2 {
    display: block;
    max-width: 710px;
    margin: 0 auto;
    padding: 12px 30px;
    position: relative;
}
#_tu ._contents ._ttl h2::before {
    content: "";
    display: block;
    border-left: #fff solid 4px;
    border-top: #fff solid 4px;
    width: 30px;
    height: calc(100% - 24px);
    position: absolute;
    left: 0;
    top: 10px;
}
#_tu ._contents ._ttl h2::after {
    content: "";
    display: block;
    border-right: #fff solid 4px;
    border-bottom: #fff solid 4px;
    width: 30px;
    height: calc(100% - 24px);
    position: absolute;
    right: 0;
    top: 10px;
}
#_tu ._contents ._ttl h2 span {
    background-color: #fff;
    padding-right: 25px;
    position: relative;
    z-index: 20;
}


#_tu ._contents ._contents_body {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
    z-index: 10;
}

#_tu ._contents ._contents_imgbody {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 2em;
    position: relative;
    z-index: 1;
}

#_tu ._contents ._bodytext1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
}
#_tu ._contents ._bodytext1 ._notes {
    display: block;
    font-size: 11px;
}

#_tu ._contents ._contents_body_flexbox {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
#_tu ._contents ._contents_body_flexbox ._flexbox_img {
    width: 480px;
}
#_tu ._contents ._contents_body_flexbox ._flexbox_text1 {
    width: calc(100% - 480px);
    padding: 0 40px 0 50px;
}
#_tu ._contents ._contents_body_flexbox ._flexbox_text2 {
    width: calc(100% - 480px);
    padding: 0 50px 0 40px;
}

#_tu ._contents ._fig1 {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
#_tu ._contents ._fig1 figure {
    border: #000000 solid 1px;
}
#_tu ._contents ._img1 {
    display: block;
    width: 100%;
}
#_tu ._contents ._prof {
    width: 100%;
    padding: 9px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#_tu ._contents ._prof._bgcolor1 {
    background-color: #f2f9f6;
    color: #008d54 !important;
}
#_tu ._contents ._prof._bgcolor2 {
    background-color: #eaeaea;
    color: #000000 !important;
}
#_tu ._contents ._prof ._prof_body {
    display: table;
    padding: 0 10px;
}
#_tu ._contents ._prof ._prof_body ._prof_text1 {
    display: table;
    font-size: 11px;
    font-feature-settings: "palt";
    line-height: 1.5;
}
#_tu ._contents ._prof ._prof_body ._prof_text2 {
    display: table;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
#_tu ._contents ._prof ._prof_body ._prof_text2 span {
    font-size: 60%;
}
#_tu ._contents ._prof ._prof_body ._prof_text2 a {
    color: #ffffff;
}

#_tu ._contents ._contents_imgbody h3 {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.4;
    color: #033691;
    text-align: center;
}
#_tu ._contents ._contents_imgbody ._imgcap {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.5;
}


#_tu ._matome {
    background-color: #f2f9f6;
    border-top: #008d54 solid 5px;
    border-bottom: #008d54 solid 5px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
}
#_tu ._matome ._matome_head {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
}
#_tu ._matome ._matome_title {
    width: 275px;
    margin: 0 auto 20px;
    line-height: 1;
}
#_tu ._matome ._matome_text1 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #008d54;
}
#_tu ._matome ._matome_text2 {
    font-size: 17px;
    font-weight: bold;
    line-height: 2.2;
    text-align: center;
}

#_tu ._contact {
    width: 100%;
    padding: 50px 0;
}
#_tu ._contact ._logo {
    width: 200px;
    margin: 0 auto;
}


@media screen and (max-width:750px) {
    
    #_tu {
    }
    

    #_tu ._mainvisual {
        padding-top: 26vw;
    }
    #_tu ._mainvisual img {
        width: 100%;
    }
    #_tu ._mainvisual ._slide_bg {
        width: 100%;
    }
    #_tu ._mainvisual ._slide1,
    #_tu ._mainvisual ._slide2,
    #_tu ._mainvisual ._slide3,
    #_tu ._mainvisual ._slide4 {
        position: absolute;
        left: 0;
        top: 25vw;
        z-index: 1;
        opacity: 0;
    }
    #_tu ._mainvisual ._logo {
        width: 50vw;
        position: absolute;
        right: 3.5vw;
        top: 2vw;
        z-index: 1000;
    }
    #_tu ._mainvisual ._slide_mainimg {
        display: block;
        width: 100%;
        z-index: 300;
        opacity: 0;
    }
    #_tu ._mainvisual ._slide_subtitle {
        display: block;
        width: 80vw;
        position: absolute;
        left: 3vw;
        top: 12vw;
        z-index: 400;
        opacity: 0;
    }
    #_tu ._mainvisual ._slide_title {
        display: block;
        width: 94vw;
        position: absolute;
        left: 3vw;
        top: 22vw;
        z-index: 500;
        opacity: 0;
    }

    #_tu  ._read {
        display: block;
        margin: 0 auto;
        padding: 10vw 5vw;
    }
    #_tu  ._read ._read_body {
        max-width: inherit;
        margin: 0 auto;
    }
    #_tu  ._read ._read_body ._read_text {
        display: block;
        font-size: 15px;
        font-weight: bold;
        font-feature-settings: normal;
        letter-spacing: 0;
        line-height: 2;
        text-align: justify;
    }
    #_tu  ._read ._read_body ._read_text span {
        display: table;
        background-color: #ffffff;
        border-radius: 4px;
        margin: 10px auto 0;
        padding: 8px;
        font-size: 14px;
        font-feature-settings: "palt";
        line-height: 1.5;
        letter-spacing: 0;
        text-align: center;
    }
    #_tu ._read ._movie {
        max-width: inherit;
        margin: 0 auto;
        padding-top: 8vw;
    }
    #_tu ._read ._movie ._movie_item {
        display: block;
        width: 100%;
    }
    #_tu ._read ._movie ._movie_text {
        display: block;
        padding-top: 10px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.3;
        text-align: center;
    }

    #_tu ._contents {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 2em;
    }
    
    #_tu ._contents ._ttl {
        background-color: #008d54;
        margin-bottom: 30px;
        position: relative;
    }
    #_tu ._contents ._ttl h2 {
        display: block;
        max-width: 710px;
        margin: 0 auto;
        padding: 12px 30px;
        position: relative;
    }
    #_tu ._contents ._ttl h2::before {
        content: "";
        display: block;
        border-left: #fff solid 2px;
        border-top: #fff solid 2px;
        width: 16px;
        height: calc(100% - 20px);
        position: absolute;
        left: 10px;
        top: 10px;
    }
    #_tu ._contents ._ttl h2::after {
        content: "";
        display: block;
        border-right: #fff solid 2px;
        border-bottom: #fff solid 2px;
        width: 16px;
        height: calc(100% - 20px);
        position: absolute;
        right: 10px;
        top: 10px;
    }
    #_tu ._contents ._ttl h2 span {
        background-color: #fff;
        padding-right: 25px;
        position: relative;
        z-index: 20;
    }

    #_tu ._contents ._contents_body {
        width: 100%;
        max-width: inherit;
        padding: 0 4vw;
    }

    #_tu ._contents ._contents_imgbody {
        width: 100%;
        max-width: inherit;
    }

    #_tu ._contents ._bodytext1 {
        margin-bottom: 2em;
        font-size: 15px;
        line-height: 2;
    }
    #_tu ._contents ._bodytext1 ._notes {
        display: block;
        font-size: 10px;
    }

    #_tu ._contents ._bodytext2 {
        margin-bottom: 2em;
        font-size: 15px;
    }

    #_tu ._contents ._contents_body_flexbox {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        padding: 0 4vw;
        display: flex;
        flex-wrap: wrap;
    }
    #_tu ._contents ._contents_body_flexbox ._flexbox_img {
        width: 100%;
        margin-bottom: 2em;
    }
    #_tu ._contents ._contents_body_flexbox ._flexbox_text1 {
        width: 100%;
        padding: 0;
    }
    #_tu ._contents ._contents_body_flexbox ._flexbox_text2 {
        width: 100%;
        padding: 0;
    }
    #_tu ._contents ._contents_body_flexbox ._order1 {
        order: 1;
    }
    #_tu ._contents ._contents_body_flexbox ._order2 {
        order: 2;
    }

    #_tu ._contents ._fig1 {
        display: block;
        width: 92%;
        margin: 0 auto;
    }
    #_tu ._contents ._img1 {
        display: block;
        width: 100%;
    }
    #_tu ._contents ._prof {
        width: 100%;
        padding: 10px;
        display: block;
        position: relative;
    }
    #_tu ._contents ._prof ._prof_text1 {
        font-size: 10px;
    }
    #_tu ._contents ._prof ._prof_text2 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    #_tu ._contents ._contents_imgbody h3 {
        margin-bottom: 10px;
        font-size: 17px;
        font-weight: bold;
        line-height: 1.4;
        color: #033691;
        text-align: center;
    }
    #_tu ._contents ._contents_imgbody ._imgcap {
        padding-top: 6px;
        font-size: 11px;
        line-height: 1.4;
    }


    #_tu ._matome {
        background-color: #f2f9f6;
        border-top: #008d54 solid 4px;
        border-bottom: #008d54 solid 4px;
        width: 100%;
        margin: 0 auto;
        padding: 40px 4vw;
        position: relative;
    }
    #_tu ._matome ._matome_head {
        width: 100%;
        margin: 0 auto 20px;
        position: relative;
    }
    #_tu ._matome ._matome_title {
        width: 220px;
        margin: 0 auto 20px;
        line-height: 1;
    }
    #_tu ._matome ._matome_text1 {
        font-size: 15px;
        font-feature-settings: "palt";
    }
    #_tu ._matome ._matome_text2 {
        font-size: 15px;
        line-height: 2;
        text-align: justify;
    }

    #_tu ._contact {
        width: 100%;
        padding: 30px 0;
    }
    #_tu ._contact ._logo {
        width: 150px;
        margin: 0 auto;
    }
}



/* ===================== */
/* portal bnr
/* ===================== */

#_tu ._portal_bnr {
    background-color: #f4f4f4;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
}
#_tu ._portal_bnr ._bnr {
    max-width: 600px;
    margin: 0 auto;
}
#_tu ._portal_bnr ._bnr a {
    display: block;
    box-shadow: 0px 0px 15px 0px #eaeeee;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    position: relative;
    transition: all ease .3s;
}
#_tu ._portal_bnr ._bnr a:hover {
    opacity: .8;
}

@media only screen and (max-width: 750px) {
    #_tu ._portal_bnr {
        padding: 5vw;
    }
}