@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: #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: 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;
}
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: 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 {
    background: url(slide_bg.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#_tu ._mainvisual img {
    width: 100%;
}
#_tu ._mainvisual ._slide1bg,
#_tu ._mainvisual ._slide1,
#_tu ._mainvisual ._slide2,
#_tu ._mainvisual ._slide3 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
}
#_tu ._mainvisual ._kv {
    position: relative;
    display: block;
    width: 100%;
    z-index: 50;
    opacity: 0;
}
#_tu ._mainvisual ._kv h1 {
    display: block;
    width: 100%;
}

#_tu ._mainvisual ._slide1bg.active {
    animation: scaleIn1 4.5s ease 1s 1 forwards;
}
#_tu ._mainvisual ._slide1.active {
    animation: fadeIn1 4.5s ease 1.5s 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 ._kv.active {
    animation: fadeIn2 1s ease 14s 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: #fff;
    width: 100%;
    padding: 40px 20px;
}
#_tu  ._read ._read_inner {
    max-width: 820px;
    margin: 0 auto;
}
#_tu  ._read ._read_inner ._text1 {
    display: block;
    font-size: 17px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 2;
    color: #00457e;
}
#_tu  ._read ._read_inner ._text2 {
    display: block;
    padding-top: 1em;
    font-size: 15px;
    line-height: 1;
    text-align: right;
    color: #00457e;
}

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

#_tu > ._contents ._ttl1 {
    margin-bottom: 1em;
    padding-top: 20px;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #363978;
}

#_tu > ._contents ._ttl2 {
    background-color: #fff;
    border-top: #00457e solid 2px;
    border-left: #00457e solid 2px;
    width: 100%;
    max-width: 820px;
    margin: 0 auto 30px;
    padding: 12px 0;
    position: relative;
}
#_tu > ._contents ._ttl2 h2 {
    font-size: 34px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.2;
    text-align: center;
    color: #00457e;
}

#_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 ._bodytext1 a {
    font-weight: bold;
    text-decoration: underline;
    color: #e6002d;
}

#_tu > ._contents ._body ._ph1 {
    width: 600px;
    margin: 0 auto 30px;
    position: relative;
}
#_tu > ._contents ._body ._ph1 figure {
    width: 100%;
}
#_tu > ._contents ._body ._ph1 .profile {
    background-color: #00457e;
    padding: 10px 20px;
}
#_tu > ._contents ._body ._ph1 .profile .proftext1 {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.5;
    color: #fff;
}
#_tu > ._contents ._body ._ph1 .profile .proftext2 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
#_tu > ._contents ._body ._ph1 .profile .proftext2 span {
    font-size: 60%;
}

#_tu > ._contents ._body ._ph2 {
    width: 500px;
    margin: 0 auto 30px;
    position: relative;
}
#_tu > ._contents ._body ._ph2 figure {
    border: #00457e solid 1px;
    width: 100%;
}

#_tu > ._contents ._body ._fig1 {
    width: 100%;
    max-width: 780px;
    margin: 0 auto 30px;
}
#_tu > ._contents ._body ._fig1  figure {
    width: 100%;
}
#_tu > ._contents ._body ._fig1 ._cap {
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    color: #00457e;
}

._matome {
    background: #00457e;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
._matome ._matome_body {
    max-width: 820px;
    margin: 0 auto;
    padding: 30px 0;
}
._matome ._matome_body ._ttl {
    border-bottom: #fff solid 2px;
    width: 360px;
    margin: 0 auto 30px;
    padding: 0 0 30px;
}
._matome ._matome_body ._ttl h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
}
._matome ._matome_body ._text1 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}
._matome ._matome_body ._text2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    text-align: right;
}
._matome ._matome_body ._text2 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}


._contact {
    background: #00457e url(bg2.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 1200px;
    height: 240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
._contact ._logo {
    width: 270px;
}
._contact ._logo a {
    display: block;
    transition: all ease .3s;
}
._contact ._logo a:hover {
    display: block;
    opacity: .8;
}


@media screen and (max-width:750px) {
    #_tu ._mainvisual ._series {
        width: 45vw;
        position: absolute;
        right: 3vw;
        top: 3vw;
        z-index: 50;
        opacity: 0;
    }

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

    #_tu > ._contents {
        background-color: #f7f8fa;
        width: 100%;
        margin: 0 auto;
        padding: 10vw 4vw 2vw;
    }

    #_tu > ._contents ._ttl1 {
        margin-bottom: 1em;
        padding-top: 4vw;
        font-size: 6.5vw;
        font-feature-settings: "palt";
        line-height: 1.3;
    }

    #_tu > ._contents ._ttl2 {
        background-color: #fff;
        border-top: #00457e solid 2px;
        border-left: #00457e solid 2px;
        width: 100%;
        max-width: inherit;
        margin: 0 auto 1.5em;
        padding: 2vw 0;
        position: relative;
    }
    #_tu > ._contents ._ttl2 h2 {
        font-size: 5.6vw;
        line-height: 1.3;
    }

    #_tu > ._contents ._body {
        max-width: inherit;
        margin: 0 auto;
    }
    #_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 {
        background-color: #00457e;
        display: block;
        border-radius: 0;
        padding: 0;
        position: relative;
        right: auto;
        bottom: auto;
        padding: 3vw;
    }
    #_tu > ._contents ._body ._ph1 .profile.posi_l {
        background-color: #00457e;
        display: block;
        border-radius: 0;
        padding: 0;
        position: relative;
        left: auto;
        bottom: auto;
        padding: 3vw;
    }
    #_tu > ._contents ._body ._ph1 .profile .proftext1 {
        display: block;
        margin-bottom: 1em;
        font-size: 10px;
        line-height: 1.4;
        color: #fff;
    }
    #_tu > ._contents ._body ._ph1 .profile .proftext2 {
        display: block;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
    }
    #_tu > ._contents ._body ._ph1 .profile .proftext2 span {
        font-size: 60%;
    }

    #_tu > ._contents ._body ._ph2 {
        width: 80%;
        margin: 0 auto 1.5em;
        position: relative;
    }

    #_tu > ._contents ._body ._fig1 {
        width: 100%;
        max-width: inherit;
        margin: 0 auto 1.5em;
    }
    #_tu > ._contents ._body ._fig1 ._fig1_inner {
        width: 70vw;
        margin: 0 auto;
        display: block;
        padding-top: 0;
    }
    #_tu > ._contents ._body ._fig1 ._fig1_inner ._fig1_item {
        padding-top: 3px;
        width: 100%;
    }
    #_tu > ._contents ._body ._fig1 ._fig1_inner ._fig1_item figure {
        width: 100%;
    }
    #_tu > ._contents ._body ._fig1 ._fig1_inner ._fig1_item ._item_text {
        background-color: #00457e;
        width: 100%;
        padding: 5px;
        font-size: 10px;
        font-feature-settings: "palt";
        line-height: 1;
        color: #fff;
    }
    #_tu > ._contents ._body ._fig1 ._cap {
        padding-top: 10px;
        font-size: 13px;
        line-height: 1.6;
        text-align: left;
        color: #00457e;
    }

    #_tu > ._fig {
        width: 100%;
        margin: 0 auto;
        padding: 0 4vw 4vw;
    }
    #_tu > ._fig ._fig_ttl {
        padding: 1em 0;
        font-size: 5vw;
        font-weight: bold;
        line-height: 1.3;
        text-align: center;
        color: #004380;
    }
    #_tu > ._fig figure {
        max-width: inherit;
        margin: 0 auto;
    }

    ._matome {
        background: #00457e;
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        padding: 0 5vw;
        position: relative;
    }
    ._matome ._matome_body {
        max-width: inherit;
        margin: 0 auto;
        padding: 10vw 0;
    }
    ._matome ._matome_body ._ttl {
        border-bottom: #fff solid 2px;
        width: 66vw;
        margin: 0 auto 6vw;
        padding: 0 0 6vw;
    }
    ._matome ._matome_body ._ttl h2 {
        font-size: 6.5vw;
    }
    ._matome ._matome_body ._text1 {
        font-size: 15px;
        line-height: 1.8;
        color: #fff;
        text-align: justify;
    }
    ._matome ._matome_body ._text2 {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
    }
    ._matome ._matome_body ._text2 span {
        font-size: 10px;
    }


    ._contact {
        background: #00457e url(bg2.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        max-width: inherit;
        height: 50vw;
    }
    ._contact ._logo {
        width: 60vw;
    }
}
