@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 ._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 ._kv {
    position: relative;
    display: block;
    width: 100%;
    z-index: 50;
    opacity: 0;
}
#_tu ._mainvisual ._kv h1 {
    display: block;
    width: 100%;
}
#_tu ._mainvisual ._series {
    width: 250px;
    position: absolute;
    right: 50px;
    top: 40px;
    z-index: 50;
    opacity: 0;
}

#_tu ._mainvisual ._slide1.active {
    animation: fadeIn3 6s ease 1s 1 forwards;
}
#_tu ._mainvisual ._slide2.active {
    animation: fadeIn1 6s ease 4.5s 1 forwards;
}
#_tu ._mainvisual ._slide3.active {
    animation: fadeIn1 7s ease 9s 1 forwards;
}
#_tu ._mainvisual ._slide4.active {
    animation: fadeIn1 7s ease 14.5s 1 forwards;
}
#_tu ._mainvisual ._kv.active {
    animation: fadeIn2 1s cubic-bezier(.55,0,.45,1) 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)}
    15% {opacity: 1; transform: scale(1)}
    45% {opacity: 1; transform: scale(1)}
    62% {opacity: 1; transform: scale(1) translateY(-18%)}
    100% {opacity: 1; transform: scale(1) translateY(-18%)}
}
@keyframes slideIn {
    0% {opacity: 0; transform: translateY(30px)}
    100% {opacity: 1; transform: translateY(0)}
}
@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;
    color: #00457e;
}
#_tu > ._read ._text2 {
    padding-top: 1em;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    color: #00457e;
}

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

#_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 ._ph1 {
    width: 580px;
    margin: 0 auto 30px;
    position: relative;
}
#_tu > ._contents ._body ._ph1 figure {
    width: 100%;
}
#_tu > ._contents ._body ._ph1 .profile {
    background-color: #00457e;
    display: table;
    border-radius: 10px 0 0 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}
#_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 ._fig1 {
    background-color: #00457e;
    width: 100%;
    max-width: 750px;
    margin: 0 auto 30px;
    padding: 20px;
}
#_tu > ._contents ._body ._fig1 ._fig1_inner {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}
#_tu > ._contents ._body ._fig1 ._fig1_inner ._item {
    width: 50%;
    padding: 15px;
}
#_tu > ._contents ._body ._fig1 ._fig1_inner ._item ._item_ttl {
    width: 100%;
    margin-bottom: 12px;
}
#_tu > ._contents ._body ._fig1 ._fig1_inner ._item ._item_text {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
}
#_tu > ._contents ._body ._fig1 ._cap {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    color: #fff;
}

#_tu > ._contents ._body ._fig2 {
    width: 100%;
    max-width: 750px;
    margin: 0 auto 30px;
    position: relative;
}
#_tu > ._contents ._body ._fig2 figure {
    width: 100%;
    margin-bottom: 10px;
}
#_tu > ._contents ._body ._fig2 p {
    font-size: 14px;
    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 {
    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: 6vw 4vw 1px;
    }

    #_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: 6.5vw;
        line-height: 1.2;
    }

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

    #_tu > ._contents ._body ._fig1 {
        background-color: #00457e;
        width: 100%;
        margin: 0 auto 1.5em;
        padding: 5vw;
    }
    #_tu > ._contents ._body ._fig1 ._fig1_inner {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        display: block;
    }
    #_tu > ._contents ._body ._fig1 ._fig1_inner ._item {
        background-color: #edeff3 !important;
        border-bottom: #00457e solid 3vw;
        width: 100%;
        padding: 4vw;
    }
    #_tu > ._contents ._body ._fig1 ._fig1_inner ._item ._item_ttl {
        width: 100%;
        margin-bottom: 10px;
    }
    #_tu > ._contents ._body ._fig1 ._fig1_inner ._item ._item_text {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.5;
    }
    #_tu > ._contents ._body ._fig1 ._cap {
        padding-top: 0;
        font-size: 13px;
        line-height: 1.6;
        text-align: center;
        color: #fff;
    }

    #_tu > ._contents ._body ._fig2 {
        width: 100%;
        margin: 0 auto 1.5em;
        position: relative;
    }
    #_tu > ._contents ._body ._fig2 figure {
        width: 100%;
        margin-bottom: 10px;
    }
    #_tu > ._contents ._body ._fig2 p {
        font-size: 13px;
        line-height: 1.6;
        text-align: center;
        color: #00457e;
    }

    ._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;
    }
}
