@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: #975466;
}
.bgcolor2 {
    background-color: #7d6c9a;
}
.bgcolor3 {
    background-color: #6e9570;
}

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

@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: 1500px;
    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 {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#_tu ._mv {
    background: #000000 url(bg1.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 40px;
    position: relative;
}
#_tu ._mv::before {
    content: "";
    display: block;
    background-color: #a5cfed;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#_tu ._mv img {
    width: 100%;
}
#_tu ._mv ._mv_img {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#_tu ._mv ._h1_sub {
    display: block;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    z-index: 10;
}
#_tu ._mv ._h1 {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: -2.5% auto 30px;
    padding: 0 1%;
    position: relative;
    z-index: 10;
}
#_tu ._mv ._readtext1 {
    font-size: 16px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 2;
    text-align: center;
    color: #ffffff;
}
#_tu ._mv ._readtext2 {
    padding-top: 10px;
    font-size: 16px;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 1;
    text-align: center;
    color: #ffffff;
}

#_tu ._contents {
    background-color: #a5cfed;
    width: 100%;
    padding-top: 20px;
}
#_tu ._contents a {
    font-weight: bold;
    text-decoration: underline;
    color: #387dc8;
}
#_tu ._contents ._contents_inner_left {
    background-color: #ffffff;
    border-radius: 0 40px 40px 0;
    width: calc(100% - 80px);
    padding-bottom: 30px;
    overflow: hidden;
}
#_tu ._contents ._contents_inner_right {
    background-color: #ffffff;
    border-radius: 40px 0 0 40px;
    width: calc(100% - 80px);
    margin-left: 80px;
    padding-bottom: 30px;
    overflow: hidden;
}

#_tu ._contents ._contents_ttl {
    background-color: #000000;
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
}
#_tu ._contents ._contents_ttl h2 {
    display: block;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    z-index: 2;
}

#_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 ._name1 {
    font-weight: bold;
}
#_tu ._contents ._bodytext1 ._notes {
    display: block;
    font-size: 11px;
}

#_tu ._contents ._bodytext2 {
    margin-bottom: 2em;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    color: #d10000;
}

#_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 30px 0 50px;
}
#_tu ._contents ._contents_body_flexbox ._flexbox_text2 {
    width: calc(100% - 480px);
    padding: 0 50px 0 30px;
}

#_tu ._contents ._fig1 {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
#_tu ._contents ._fig2 {
    display: block;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}
#_tu ._contents ._fig3 {
    display: block;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}
#_tu ._contents ._img1 {
    display: block;
    width: 100%;
}
#_tu ._contents ._img2 {
    display: block;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
}
#_tu ._contents ._prof {
    background-color: #000000;
    border-top: #a5cfed solid 2px;
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#_tu ._contents ._prof ._prof_body {
    display: table;
    height: 60px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#_tu ._contents ._prof ._prof_body._line {
    border-right: #ffffff solid 1px;
}
#_tu ._contents ._prof ._prof_body ._prof_text1 {
    display: table;
    font-size: 13px;
    font-feature-settings: "palt";
    line-height: 1.5;
    color: #ffffff;
}
#_tu ._contents ._prof ._prof_body ._prof_text2 {
    display: table;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
}
#_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: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
#_tu ._contents ._contents_imgbody ._figcap {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}


#_tu ._matome {
    background: url(bg2.jpg) center center no-repeat;
    background-size: cover;
    border-top: #a5cfed solid 4px;
    border-bottom: #a5cfed solid 4px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px 40px;
    position: relative;
}
#_tu ._matome ._matome_head {
    width: 100%;
    margin: 0 auto 30px;
    padding: 50px 20px 40px;
    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: 250px;
    margin: 0 auto 20px;
    line-height: 1;
}
#_tu ._matome ._matome_text1 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
}
#_tu ._matome ._matome_text2 {
    display: block;
    max-width: 880px;
    margin: 0 auto 1em;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    color: #fff;
}

._contact {
    background-color: #ffffff;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 0;
}
._contact ._contact_logo1 {
    max-width: 320px;
    margin: 0 auto 20px;
    position: relative;
}
._contact ._contact_logo2 {
    max-width: 120px;
    margin: 0 auto;
    position: relative;
}


@media screen and (max-width:980px) {
    #_tu ._contents ._contents_inner_left {
        background-color: #ffffff;
        border-radius: 0 40px 40px 0;
        width: calc(100% - 20px);
        padding-bottom: 30px;
        overflow: hidden;
    }
    #_tu ._contents ._contents_inner_right {
        background-color: #ffffff;
        border-radius: 40px 0 0 40px;
        width: calc(100% - 20px);
        margin-left: 20px;
        padding-bottom: 30px;
        overflow: hidden;
    }
    #_tu ._contents ._contents_body_flexbox {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        position: relative;
        z-index: 10;
    }
    #_tu ._contents ._contents_body_flexbox ._flexbox_img {
        width: 480px;
        margin-bottom: 2em;
    }
    #_tu ._contents ._contents_body_flexbox ._flexbox_text1 {
        width: 100%;
        padding: 0 30px 0 50px;
    }
    #_tu ._contents ._contents_body_flexbox ._flexbox_text2 {
        width: 100%;
        padding: 0 50px 0 30px;
    }
}


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

    #_tu {
        max-width: inherit;
    }

    #_tu ._mv {
        background: #000000 url(bg1.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        padding-bottom: 20px;
        position: relative;
    }
    #_tu ._mv::before {
        height: 15vw;
    }
    #_tu ._mv img {
        width: 100%;
    }
    #_tu ._mv ._mv_img {
        max-width: inherit;
    }
    #_tu ._mv ._h1_sub {
        max-width: inherit;
        padding: 3vw;
        line-height: 0;
    }
    #_tu ._mv ._h1 {
        display: block;
        width: 100%;
        max-width: 1000px;
        margin: -4% auto 5vw;
        padding: 0 2%;
        position: relative;
        z-index: 10;
    }
    #_tu ._mv ._readtext1 {
        display: block;
        padding: 0 4vw;
        font-size: 15px;
        text-align: left;
    }
    #_tu ._mv ._readtext2 {
        padding-top: 15px;
        font-size: 15px;
        font-feature-settings: "palt";
        letter-spacing: .05em;
        line-height: 1;
        text-align: center;
        color: #ffffff;
    }

    #_tu ._contents {
        background-color: #a5cfed;
        width: 100%;
        padding-top: 2vw;
    }
    #_tu ._contents ._contents_inner_left {
        background-color: #ffffff;
        border-radius: 0 4vw 4vw 0;
        width: calc(100% - 2vw);
        padding-bottom: 20px;
        overflow: hidden;
    }
    #_tu ._contents ._contents_inner_right {
        background-color: #ffffff;
        border-radius: 4vw 0 0 4vw;
        width: calc(100% - 2vw);
        margin-left: 2vw;
        padding-bottom: 20px;
        overflow: hidden;
    }

    #_tu ._contents ._contents_ttl {
        background-color: #000000;
        width: 100%;
        margin: 0 auto 2em;
        position: relative;
    }
    #_tu ._contents ._contents_ttl h2 {
        display: block;
        max-width: inherit;
        margin: 0 auto;
        padding: 4vw;
        position: relative;
        z-index: 2;
    }

    #_tu ._contents ._contents_body {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        padding: 0 4vw;
        position: relative;
        z-index: 10;
    }

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

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

    #_tu ._contents ._bodytext2 {
        margin-bottom: 2em;
        font-size: 15px;
        font-weight: bold;
        line-height: 2;
        color: #d10000;
    }

    #_tu ._contents ._contents_body_flexbox {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        display: flex;
        z-index: 10;
    }
    #_tu ._contents ._contents_body_flexbox ._flexbox_img {
        width: 80vw;
    }
    #_tu ._contents ._contents_body_flexbox ._flexbox_text1 {
        width: 100%;
        padding: 0 4vw;
    }
    #_tu ._contents ._contents_body_flexbox ._flexbox_text2 {
        width: 100%;
        padding: 0 4vw;
    }

    #_tu ._contents ._fig1 {
        display: block;
        width: 88vw;
        max-width: inherit;
        margin: 0 auto;
    }
    #_tu ._contents ._img1 {
        display: block;
        width: 100%;
    }
    #_tu ._contents ._img2 {
        display: block;
        width: 100%;
        max-width: 440px;
        margin: 0 auto;
    }
    #_tu ._contents ._prof {
        background-color: #000000;
        border-top: #a5cfed solid 2px;
        width: 100%;
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    #_tu ._contents ._prof ._prof_body {
        display: table;
        height: 50px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #_tu ._contents ._prof ._prof_body._line {
        border-right: #ffffff solid 1px;
    }
    #_tu ._contents ._prof ._prof_body ._prof_text1 {
        display: table;
        font-size: 10px;
        font-feature-settings: "palt";
        line-height: 1.5;
        color: #ffffff;
    }
    #_tu ._contents ._prof ._prof_body ._prof_text2 {
        display: table;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        color: #ffffff;
    }
    #_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;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }
    #_tu ._contents ._contents_imgbody ._figcap {
        padding-top: 10px;
        font-size: 12px;
        line-height: 1.4;
        text-align: center;
    }


    #_tu ._matome {
        background: url(bg2.jpg) center center no-repeat;
        background-size: cover;
        border-top: #a5cfed solid 4px;
        border-bottom: #a5cfed solid 4px;
        width: 100%;
        margin: 0 auto;
        padding: 0 5vw 20px;
        position: relative;
    }
    #_tu ._matome ._matome_head {
        width: 100%;
        margin: 0 auto 20px;
        padding: 50px 20px 30px;
        position: relative;
    }
    #_tu ._matome ._matome_head::before {
        content: "";
        display: block;
        border-bottom: #f3f3f3 solid 2px;
        width: 40%;
        height: 1px;
    }
    #_tu ._matome ._matome_title {
        width: 210px;
        margin: 0 auto 20px;
        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 {
        display: block;
        max-width: 880px;
        margin: 0 auto 1.5em;
        font-size: 15px;
        font-weight: bold;
        line-height: 2;
        color: #fff;
    }

    ._contact {
        background-color: #ffffff;
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        padding: 40px 0;
    }
    ._contact ._contact_logo1 {
        max-width: 240px;
        margin: 0 auto 10px;
        position: relative;
    }
    ._contact ._contact_logo2 {
        max-width: 90px;
        position: relative;
    }
}
