@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;
}
.tab-only {
    display: none !important;
}
.is-sp {
    display: none !important;
}
.bgcolor1 {
    background-color: #7baa39;
}
.bgcolor2 {
    background-color: #e0eef5;
}
.txtcolor1 {
    color: #fff;
}
.txtcolor2 {
    color: #000;
}

.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 {
}
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;
    padding: 20px 30px 0;
    opacity: 1;
    transition: all ease .5s;
    position: relative;
    z-index: 2;
}

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

#_tu ._mainvisual {
    width: 100%;
    position: relative;
}
#_tu ._mainvisual img {
    width: 100%;
}
#_tu ._mainvisual ._slide1,
#_tu ._mainvisual ._slide2,
#_tu ._mainvisual ._slide3,
#_tu ._mainvisual ._slide4 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 3;
    opacity: 0;
}
#_tu ._mainvisual ._slide_bg {
    background: url(slide_bg.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 52.7527527%;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 2;
    opacity: 0;
}
#_tu ._mainvisual ._slide3 ._slide3_text {
    width: 60%;
    position: absolute;
    left: -2%;
    top: 25%;
    opacity: 0;
}
#_tu ._mainvisual ._slide4 ._slide4_text {
    width: 60%;
    position: absolute;
    right: -2%;
    top: 25%;
    opacity: 0;
}
#_tu ._mainvisual ._kv {
    position: relative;
    display: block;
    width: 100%;
    z-index: 50;
    opacity: 0;
}
#_tu ._mainvisual ._kv h1 {
    background-color: #fff;
    display: block;
    width: 100%;
    padding-bottom: 20px;
}
#_tu ._mainvisual ._kv ._kv_ph {
    width: 100%;
}
#_tu ._mainvisual ._kv ._kv_ph figure {
    display: block;
    width: 100%;
}
#_tu ._mainvisual ._kv ._kv_ph ._prof {
    display: block;
    width: 100%;
    display: flex;
}
#_tu ._mainvisual ._kv ._kv_ph ._prof ._prof_item {
    width: 50%;
    padding: 8px;
}
#_tu ._mainvisual ._kv ._kv_ph ._prof ._prof_item._posi_l {
    background-color: #e0eef5;
    padding-right: 60px !important;
    text-align: right;
    color: #000 !important;
}
#_tu ._mainvisual ._kv ._kv_ph ._prof ._prof_item._posi_r {
    background-color: #7baa39;
    padding-left: 60px;
    text-align: left;
    color: #fff !important;
}
#_tu ._mainvisual ._kv ._kv_ph ._prof ._prof_item ._prof_text1 {
    display: block;
    padding-bottom: 8px;
    font-size: 10px;
    line-height: 1;
}
#_tu ._mainvisual ._kv ._kv_ph ._prof ._prof_item ._prof_text2 {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
#_tu ._mainvisual ._kv ._kv_ph ._prof ._prof_item ._prof_text2 span {
    padding-left: .75em;
    font-size: 60%;
}

#_tu ._mainvisual ._slide_bg.active {
    animation: fadeIn2 1s ease 1s 1 forwards;
}
#_tu ._mainvisual ._slide1.active {
    animation: fadeIn3 8s ease 1s 1 forwards;
}
#_tu ._mainvisual ._slide2.active {
    animation: fadeIn1 5s ease 4s 1 forwards;
}
#_tu ._mainvisual ._slide3.active {
    animation: fadeIn1 7s ease 9s 1 forwards;
}
#_tu ._mainvisual ._slide3 ._slide3_text.active {
    animation: slideIn2 5.5s ease 9.5s 1 forwards;
}
#_tu ._mainvisual ._slide4.active {
    animation: fadeIn1 7s ease 14.5s 1 forwards;
}
#_tu ._mainvisual ._slide4 ._slide4_text.active {
    animation: slideIn1 5.5s ease 15s 1 forwards;
}
#_tu ._mainvisual ._kv.active {
    animation: fadeIn2 1s ease 20s 1 forwards;
}
#_tu ._mainvisual ._series.active {
    animation: fadeIn2 1s ease 20.5s 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: scale(1.1)}
    100% {opacity: 1; transform: scale(1)}
}
@keyframes fadeIn3 {
    0% {opacity: 0; transform: scale(1.1)}
    6% {opacity: 1; transform: scale(1)}
    30% {opacity: 1; transform: scale(1)}
    43% {opacity: 1; transform: scale(0.80) translateY(-30%)}
    90% {opacity: 1; transform: scale(0.80) translateY(-30%)}
    100% {opacity: 0; transform: scale(0.75) translateY(-30%)}
}
@keyframes slideIn1 {
    0% {opacity: 0; transform: translateX(50px)}
    15% {opacity: 1; transform: translateX(0)}
    85% {opacity: 1; transform: translateX(0)}
    100% {opacity: 0; transform: translateX(-50px)}
}
@keyframes slideIn2 {
    0% {opacity: 0; transform: translateX(-50px)}
    15% {opacity: 1; transform: translateX(0)}
    85% {opacity: 1; transform: translateX(0)}
    100% {opacity: 0; transform: translateX(50px)}
}
@keyframes zoomIn {
    0% {opacity: 0; transform: scale(1.4)}
    100% {opacity: 1; transform: scale(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: #fff;
    width: 100%;
    padding: 40px 0;
}
#_tu > ._read ._text1 {
    display: block;
    font-size: 17px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}
#_tu > ._read ._text2 {
    padding-top: 1em;
    font-size: 15px;
    line-height: 1;
    text-align: center;
}

#_tu > ._contents {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px 1px;
}

#_tu > ._contents ._ttl {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding: 20px 0;
}
#_tu > ._contents ._ttl::before {
    content: "";
    display: block;
    border-top: #7baa39 solid 5px;
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    z-index: 1;
}
#_tu > ._contents ._ttl h2 {
    display: table;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 1.5em;
    font-size: 34px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.3;
    text-align: center;
    color: #000;
    position: relative;
    z-index: 10;
}

#_tu > ._contents ._body {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}
#_tu > ._contents ._body ._bodytext1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
    text-indent: 1em;
}
#_tu > ._contents ._body ._bodytext1 .notes {
    display: block;
    font-size: 11px;
}

#_tu > ._contents ._body ._ph1 {
    width: 600px;
    margin: 0 auto 40px;
    position: relative;
}
#_tu > ._contents ._body ._ph1 figure {
    width: 100%;
}
#_tu > ._contents ._body ._ph1 ._profile {
    padding: 8px 20px;
}
#_tu > ._contents ._body ._ph1 ._profile ._profile_inner {
    display: table;
    margin: 0 auto;
}
#_tu > ._contents ._body ._ph1 ._profile ._proftext1 {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    line-height: 1.4;
}
#_tu > ._contents ._body ._ph1 ._profile ._proftext2 {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
#_tu > ._contents ._body ._ph1 ._profile ._proftext2 span {
    font-size: 60%;
}


._contact {
    background: #f7f6e7;
    width: 100%;
    max-width: 1200px;
    height: 240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
._contact ._logo {
    width: 250px;
}
._contact ._logo a {
    display: block;
    transition: all ease .3s;
}
._contact ._logo a:hover {
    display: block;
    opacity: .8;
}


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

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

    body.preload #_tu {
        padding: 0;
    }

    #_tu ._mainvisual {
        width: 100%;
        height: 120vw;
        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;
        top: 0;
        z-index: 3;
        opacity: 0;
    }
    #_tu ._mainvisual ._slide_bg {
        background: url(slide_bg_sp.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        padding-top: 120%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        opacity: 0;
    }
    #_tu ._mainvisual ._slide3 ._slide3_text {
        display: none !important;
    }
    #_tu ._mainvisual ._slide4 ._slide4_text {
        display: none !important;
    }
    #_tu ._mainvisual ._kv {
        position: relative;
        display: block;
        width: 100%;
        z-index: 50;
        opacity: 0;
    }
    #_tu ._mainvisual ._kv h1 {
        background-color: #fff;
        display: block;
        width: 100%;
        padding-bottom: 0;
    }
    #_tu ._mainvisual ._kv ._kv_ph {
        width: 100%;
    }
    #_tu ._mainvisual ._kv ._kv_ph figure {
        display: block;
        width: 100%;
    }
    #_tu ._mainvisual ._kv ._kv_ph ._prof {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 100;
        width: 100%;
        display: flex;
    }
    #_tu ._mainvisual ._kv ._kv_ph ._prof ._prof_item {
        width: 50%;
        padding: 2vw;
    }
    #_tu ._mainvisual ._kv ._kv_ph ._prof ._prof_item._posi_l {
        background-color: #e0eef5;
        padding-right: 2vw !important;
        text-align: right;
        color: #000 !important;
    }
    #_tu ._mainvisual ._kv ._kv_ph ._prof ._prof_item._posi_r {
        background-color: #7baa39;
        padding-left: 2vw !important;
        text-align: left;
        color: #fff !important;
    }
    #_tu ._mainvisual ._kv ._kv_ph ._prof ._prof_item ._prof_text1 {
        display: block;
        padding-bottom: 5px;
        font-size: 10px;
        font-feature-settings: "palt";
        line-height: 1.2;
    }
    #_tu ._mainvisual ._kv ._kv_ph ._prof ._prof_item ._prof_text2 {
        display: block;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
    }
    #_tu ._mainvisual ._kv ._kv_ph ._prof ._prof_item ._prof_text2 span {
        padding-left: .75em;
        font-size: 60%;
    }
    @keyframes fadeIn3 {
        0% {opacity: 0; transform: scale(1.1)}
        6% {opacity: 1; transform: scale(1)}
        30% {opacity: 1; transform: scale(1)}
        43% {opacity: 1; transform: scale(0.90) translateY(-15%)}
        90% {opacity: 1; transform: scale(0.90) translateY(-15%)}
        100% {opacity: 0; transform: scale(0.85) translateY(-15%)}
    }

    #_tu  ._read {
        background-color: #fff;
        width: 100%;
        padding: 5vw 5vw;
    }
    #_tu > ._read ._text1 {
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
    }
    #_tu > ._read ._text2 {
        padding-top: 1em;
        font-size: 13px;
    }

    #_tu > ._contents {
        width: 100%;
        margin: 0 auto;
        padding: 6vw 0 1px;
    }

    #_tu > ._contents ._ttl {
        display: block;
        position: relative;
        margin-bottom: 5vw;
        padding: 0;
    }
    #_tu > ._contents ._ttl::before {
        content: "";
        display: block;
        border-top: #7baa39 solid 4px;
        width: 100%;
        position: absolute;
        left: 0;
        top: calc(50% - 2px);
        z-index: 1;
    }
    #_tu > ._contents ._ttl h2 {
        display: table;
        background-color: #fff;
        margin: 0 auto;
        padding: 0 .6em;
        font-size: 6vw;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.3;
        text-align: center;
        color: #000;
        position: relative;
        z-index: 10;
    }

    #_tu > ._contents ._body {
        max-width: inherit;
        margin: 0 auto;
        padding: 0 4vw;
    }
    #_tu > ._contents ._body ._bodytext1 {
        margin-bottom: 1.5em;
        font-size: 15px;
    }
    #_tu > ._contents ._body ._bodytext1 .notes {
        display: block;
        font-size: 10px;
    }

    #_tu > ._contents ._body ._ph1 {
        width: 100%;
        margin: 0 auto 1.5em;
        position: relative;
    }
    #_tu > ._contents ._body ._ph1 figure {
        width: 100%;
    }
    #_tu > ._contents ._body ._ph1 ._profile {
        padding: 2vw;
    }
    #_tu > ._contents ._body ._ph1 ._profile ._profile_inner {
        display: table;
        margin: 0 auto;
    }
    #_tu > ._contents ._body ._ph1 ._profile ._proftext1 {
        display: block;
        margin-bottom: 4px;
        font-size: 10px;
        line-height: 1.4;
    }
    #_tu > ._contents ._body ._ph1 ._profile ._proftext2 {
        display: block;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
    }
    #_tu > ._contents ._body ._ph1 ._profile ._proftext2 span {
        font-size: 60%;
    }


    ._contact {
        width: 100%;
        max-width: inherit;
        height: 40vw;
    }
    ._contact ._logo {
        width: 50vw;
    }
}



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

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

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