@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-pc {
    display: block !important;
}
.is-sp {
    display: none !important;
}
.bgcolor1 {
    background-color: #edeff3;
}
.bgcolor2 {
    background-color: #e4e8ed;
}

.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: 834px) {
    .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: #efefef;
}
body.preload {
    background: #efefef 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: 834px) {
}

/* ===================== */
/* 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: #f5f8ee;
    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 {
    background-color: #009045;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#_tu ._mainvisual img {
    width: 100%;
}
#_tu ._mainvisual ._slide1,
#_tu ._mainvisual ._slide2 {
    width: 91.6666%;
    position: absolute;
    left: 4.1666%;
    top: 4.1666%;
    z-index: 3;
    opacity: 0;
}
#_tu ._mainvisual ._kv {
    position: relative;
    display: block;
    width: 100%;
    z-index: 50;
    opacity: 0;
}
#_tu ._mainvisual ._kv figure {
    display: block;
    width: 100%;
}
#_tu ._mainvisual ._kv h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    position: relative;
}
#_tu ._mainvisual ._kv h1::before {
    content: "";
    display: block;
    border-bottom: #fff solid 3px;
    width: 480px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
#_tu ._mainvisual ._kv h1 span {
    display: block;
    max-width: 748px;
}

#_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 ._kv.active {
    animation: fadeIn2 1s ease 10s 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(.95)}
}
@keyframes fadeIn2 {
    0% {opacity: 0; transform: translateY(8%)}
    100% {opacity: 1; transform: translateY(0)}
}
@keyframes scaleIn1 {
    0% {opacity: 1; transform: scaleX(0)}
    20% {opacity: 1; transform: scaleX(1)}
    90% {opacity: 1; transform: scaleX(1)}
    100% {opacity: 0; transform: scaleX(1)}
}

.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: #009045;
    width: 100%;
    padding: 40px 20px;
}
#_tu  ._read ._read_inner {
    max-width: 840px;
    margin: 0 auto;
}
#_tu  ._read ._read_inner ._text1 {
    display: block;
    font-size: 17px;
    font-weight: bold;
    line-height: 2;
    text-align: justify;
    color: #fff;
}

#_tu > ._contents {
    background-color: #f5f8ee;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px 1px;
}

#_tu > ._contents ._ttl {
    max-width: 900px;
    background: #009045 url(title_bg1.jpg) left center no-repeat;
    background-size: auto 100%;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto 40px;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}
#_tu > ._contents ._ttl._bg2 {
    background: #009045 url(title_bg2.jpg) left center no-repeat;
    background-size: auto 100%;
}
#_tu > ._contents ._ttl h2 {
    font-size: 34px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 1.3;
    text-align: center;
    color: #fff;
}

#_tu > ._contents ._body {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
#_tu > ._contents ._body ._bodytext1 {
    margin-bottom: 2em;
    padding: 0 30px;
    font-size: 16px;
    line-height: 2;
    text-indent: 1em;
}
#_tu > ._contents ._body ._bodytext1 .notes {
    display: block;
    font-size: 11px;
}
#_tu > ._contents ._body ._bodytext1 a {
    font-weight: bold;
    text-decoration: underline;
    color: #e6002d;
}


#_tu > ._contents ._body ._fig {
    margin: 0 auto 40px;
    position: relative;
}
#_tu > ._contents ._body ._fig ._item1 {
    max-width: 700px;
    margin: 0 auto;
}
#_tu > ._contents ._body ._fig p {
    display: block;
    padding-top: .8em;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #009045;
}


._contact {
    background: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
}
._contact ._logo1 {
    width: 360px;
    margin: 0 auto 30px;
    padding-bottom: 30px;
    position: relative;
    line-height: 0;
}
._contact ._logo1::before {
    content: "";
    display: block;
    border-bottom: #004497 solid 2px;
    width: 240px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
._contact ._logo2 {
    width: 375px;
    margin: 0 auto 15px;
    line-height: 0;
}
._contact ._logo2 a {
    display: block;
    transition: all ease .3s;
}
._contact ._logo2 a:hover {
    display: block;
    opacity: .8;
}
._contact p {
    margin-bottom: 40px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
._contact p a {
    color: #004497;
}
._contact ._btn {
    width: 300px;
    margin: 0 auto;
}
._contact ._btn a {
    background-color: #009045;
    box-shadow: 5px 5px 10px 0 #d2e1ae;
    border-radius: 4px;
    display: block;
    padding: 12px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    transition: all ease .3s;
}
._contact ._btn a:hover {
    background-color: #01a851;
}


@media screen and (max-width:834px) {
    
    #_tu ._mainvisual {
        background-color: #009045;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    #_tu ._mainvisual img {
        width: 100%;
    }
    #_tu ._mainvisual ._slide1,
    #_tu ._mainvisual ._slide2 {
        width: 100%;
        position: absolute;
        left: 0%;
        top: 0%;
    }
    #_tu ._mainvisual ._kv {
        position: relative;
        display: block;
        width: 100%;
        z-index: 50;
        opacity: 0;
    }
    #_tu ._mainvisual ._kv figure {
        display: block;
        width: 100%;
    }
    #_tu ._mainvisual ._kv h1 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 26.6666vw;
        position: relative;
    }
    #_tu ._mainvisual ._kv h1::before {
        content: "";
        display: block;
        border-bottom: #fff solid 3px;
        width: 50vw;
        height: 10px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
    #_tu ._mainvisual ._kv h1 span {
        display: block;
        max-width: 90vw;
    }
    
    
    #_tu  ._read {
        background-color: #009045;
        width: 100%;
        padding: 5vw;
    }
    #_tu  ._read ._read_inner {
        max-width: inherit;
        margin: 0 auto;
    }
    #_tu  ._read ._read_inner ._text1 {
        display: block;
        font-size: 15px;
    }
    
    #_tu > ._contents {
        background-color: #f5f8ee;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 0 1px;
    }
    
    #_tu > ._contents ._ttl {
        max-width: inherit;
        background: #009045 url(title_bg1.jpg) left center no-repeat;
        background-size: auto 100%;
        border-top: #d2e1ae solid 1px;
        border-radius: 0;
        overflow: hidden;
        margin: 0 auto 5vw;
        padding: 4vw 0;
        position: relative;
        overflow: hidden;
    }
    #_tu > ._contents ._ttl._bg2 {
        background: #008045 url(title_bg2.jpg) left center no-repeat;
        background-size: auto 100%;
    }
    #_tu > ._contents ._ttl h2 {
        filter: drop-shadow(0px 0px 2px #009045);
        font-size: 5.5vw;
        font-weight: bold;
        font-feature-settings: "palt";
        letter-spacing: .05em;
        line-height: 1.3;
        text-align: center;
        color: #fff;
    }
    
    #_tu > ._contents ._body {
        padding: 0 5vw 1px;
    }
    #_tu > ._contents ._body ._bodytext1 {
        margin-bottom: 2em;
        padding: 0;
        font-size: 15px;
        line-height: 2;
        text-indent: 1em;
    }
    
    
    #_tu > ._contents ._body ._fig {
        margin: 0 auto 2em;
        position: relative;
    }
    #_tu > ._contents ._body ._fig ._item1 {
        max-width: inherit;
        width: 100%;
    }
    #_tu > ._contents ._body ._fig p {
        display: block;
        padding-top: .8em;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        color: #009045;
    }
    
    
    ._contact {
        background: #fff;
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        padding: 10vw  5vw;
        position: relative;
    }
    ._contact ._logo1 {
        width: 75vw;
        margin: 0 auto 6vw;
        padding-bottom: 6vw;
        position: relative;
        line-height: 0;
    }
    ._contact ._logo1::before {
        content: "";
        display: block;
        border-bottom: #004497 solid 2px;
        width: 36vw;
        height: 10px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
    ._contact ._logo2 {
        width: 80vw;
        margin: 0 auto 3vw;
        line-height: 0;
    }
    ._contact ._logo2 a {
        display: block;
        transition: all ease .3s;
    }
    ._contact ._logo2 a:hover {
        display: block;
        opacity: .8;
    }
    ._contact p {
        margin-bottom: 8vw;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }
    ._contact p a {
        color: #004497;
    }
    ._contact ._btn {
        width: 75vw;
        margin: 0 auto;
    }
    ._contact ._btn a {
        background-color: #009045;
        box-shadow: 5px 5px 10px 0 #d2e1ae;
        border-radius: 4px;
        display: block;
        padding: 3vw;
        font-size: 4.5vw;
        font-weight: bold;
        line-height: 1.3;
        text-align: center;
        color: #fff;
        transition: all ease .3s;
    }
    ._contact ._btn a:hover {
        background-color: #01a851;
    }
}
