@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: #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 {
    border-bottom: #e8380d solid 5px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#_tu ._mainvisual img {
    width: 100%;
}
#_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 {
    width: 100%;
}

#_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 ._slide3.active {
    animation: fadeIn1 5s ease 10s 1 forwards;
}
#_tu ._mainvisual ._kv.active {
    animation: fadeIn2 1s ease 14.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: 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: 50px 20px;
}
#_tu  ._read ._read_inner {
    max-width: 820px;
    margin: 0 auto;
}
#_tu  ._read ._read_inner ._text1 {
    display: block;
    font-size: 17px;
    font-weight: bold;
    line-height: 2;
    text-align: justify;
}

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

#_tu > ._contents ._ttl {
    background-color: #e8380d;
    border-top: #f34217 solid 10px;
    border-bottom: #f34217 solid 10px;
    width: 100%;
    margin: 0 auto 40px;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}
#_tu > ._contents ._ttl::before {
    content: "";
    display: block;
    background-color: #fff;
    width: 250px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(350px);
}
#_tu > ._contents ._ttl::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 250px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(-350px);
}
#_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 40px;
    font-size: 16px;
    line-height: 2;
}
#_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 40px;
    position: relative;
}
#_tu > ._contents ._body ._ph1 figure {
    width: 100%;
}
#_tu > ._contents ._body ._ph1 .profile {
    display: table;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #e8380d;
    padding: 8px 30px;
}
#_tu > ._contents ._body ._ph1 .profile .proftext1 {
    display: block;
    margin-bottom: .5em;
    font-size: 12px;
    line-height: 1.3;
    color: #fff;
}
#_tu > ._contents ._body ._ph1 .profile .proftext2 {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
#_tu > ._contents ._body ._ph1 .profile .proftext2 span {
    font-size: 66%;
}

#_tu > ._contents ._body ._ph2 {
    margin: 0 auto 40px;
    position: relative;
}
#_tu > ._contents ._body ._ph2 ._item1 {
    max-width: 620px;
    margin: 0 auto;
}
#_tu > ._contents ._body ._ph2 ._item2_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 760px;
    margin: 0 auto;
}
#_tu > ._contents ._body ._ph2 ._item2_wrap ._item2a {
    width: 57.8%;
}
#_tu > ._contents ._body ._ph2 ._item2_wrap ._item2b {
    width: 40.7%;
}
#_tu > ._contents ._body ._ph2 ._item3 {
    max-width: 600px;
    margin: 0 auto;
}
#_tu > ._contents ._body ._ph2 ._item4_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 880px;
    margin: 0 auto;
}
#_tu > ._contents ._body ._ph2 ._item4_wrap ._item4a {
    width: 50%;
}
#_tu > ._contents ._body ._ph2 ._item4_wrap ._item4b {
    width: 50%;
}
#_tu > ._contents ._body ._ph2 ._item5 {
    max-width: 480px;
    margin: 0 auto;
}
#_tu > ._contents ._body ._ph2 p {
    display: block;
    padding-top: .8em;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #e8380d;
}

#_tu > ._matome {
    background: url(bg.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}
#_tu > ._matome ._matome_inner {
    max-width: 820px;
    margin: 0 auto;
}
#_tu > ._matome ._matome_inner ._matome_ttl {
    display: block;
    border-bottom: #e8380d solid 2px;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
#_tu > ._matome ._matome_inner ._matome_ttl h3 {
    margin-bottom: 18px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #e8380d;
}
#_tu > ._matome ._matome_inner ._matome_ttl p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
#_tu > ._matome ._matome_inner ._matome_body {
    display: block;
}
#_tu > ._matome ._matome_inner ._matome_body p {
    font-size: 16px;
    line-height: 2;
}

#_tu > ._link {
    background: #e8380d;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}
#_tu > ._link ._link_inner {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#_tu > ._link ._link_inner ._link_img {
    width: 54%;
}
#_tu > ._link ._link_inner ._link_img figure {
    border: #fff solid 1px;
}
#_tu > ._link ._link_inner ._link_body {
    width: 43%;
}
#_tu > ._link ._link_inner ._link_body ._link_body_ttl1 {
    width: 60%;
    margin-bottom: 10px;
}
#_tu > ._link ._link_inner ._link_body ._link_body_ttl2 {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.4;
    color: #fff;
}
#_tu > ._link ._link_inner ._link_body ._btn {
    width: 100%;
}
#_tu > ._link ._link_inner ._link_body ._btn a {
    display: block;
    background-color: #ffffff;
    width: 100%;
    padding: 18px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #e8380d;
    transition: all ease .3s;
}
#_tu > ._link ._link_inner ._link_body ._btn a:hover {
    display: block;
    background-color: #f18d00;
}

._contact {
    background: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
    position: relative;
}
._contact ._logo1 {
    width: 260px;
    margin: 0 auto 30px;
}
._contact ._logo1 a {
    display: block;
    transition: all ease .3s;
}
._contact ._logo1 a:hover {
    display: block;
    opacity: .8;
}
._contact ._logo2 {
    width: 196px;
    margin: 0 auto 30px;
}
._contact ._logo2 a {
    display: block;
    transition: all ease .3s;
}
._contact ._logo2 a:hover {
    display: block;
    opacity: .8;
}
._contact p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}


@media screen and (max-width:834px) {
    #_tu {
        padding: 0;
    }

    #_tu ._mainvisual {
        border-bottom: #e8380d solid 2px;
        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: auto;
        bottom: 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  ._read {
        background-color: #fff;
        width: 100%;
        padding: 8vw 5vw 0;
    }
    #_tu > ._read ._read_inner ._text1 {
        font-size: 15px;
        text-align: left;
        letter-spacing: 0;
    }

    #_tu > ._contents {
        width: 100%;
        margin: 0 auto;
        padding: 10vw 0 2vw;
    }

    #_tu > ._contents ._ttl {
        background-color: #e8380d;
        border-top: #f34217 solid 5px;
        border-bottom: #f34217 solid 5px;
        width: 100%;
        margin: 0 auto 2em;
        padding: 5vw 0;
        position: relative;
        overflow: hidden;
    }
    #_tu > ._contents ._ttl::before {
        content: "";
        display: block;
        background-color: #fff;
        width: 6vw;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateX(0);
    }
    #_tu > ._contents ._ttl::after {
        content: "";
        display: block;
        background-color: #fff;
        width: 6vw;
        height: 2px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateX(0);
    }
    #_tu > ._contents ._ttl h2 {
        font-size: 6.5vw;
        font-weight: bold;
        font-feature-settings: "palt";
        letter-spacing: .05em;
        line-height: 1.3;
        text-align: center;
        color: #fff;
    }

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

    #_tu > ._contents ._body ._ph1 {
        width: 90vw;
        margin: 0 auto 2em;
        position: relative;
    }
    #_tu > ._contents ._body ._ph1 figure {
        width: 100%;
    }
    #_tu > ._contents ._body ._ph1 .profile {
        display: block;
        padding: 0;
        padding: 2vw 5vw;
    }
    #_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: 90vw;
        margin: 0 auto 2em;
        position: relative;
    }
    #_tu > ._contents ._body ._ph2 ._item1 {
        max-width: 100%;
        margin: 0 auto;
    }
    #_tu > ._contents ._body ._ph2 ._item2_wrap {
        display: block;
        max-width: inherit;
        margin: 0 auto;
    }
    #_tu > ._contents ._body ._ph2 ._item2_wrap ._item2a {
        width: 84vw;
        margin: 0 auto 2vw;
    }
    #_tu > ._contents ._body ._ph2 ._item2_wrap ._item2b {
        width: 60vw;
        margin: 0 auto;
    }
    #_tu > ._contents ._body ._ph2 ._item3 {
        max-width: inherit;
        width: 100%;
        margin: 0 auto;
    }
    #_tu > ._contents ._body ._ph2 ._item4_wrap {
        display: block;
        max-width: inherit;
        width: 100%;
        margin: 0 auto;
    }
    #_tu > ._contents ._body ._ph2 ._item4_wrap ._item4a {
        width: 100%;
        margin-bottom: 1vw;
    }
    #_tu > ._contents ._body ._ph2 ._item4_wrap ._item4b {
        width: 100%;
    }
    #_tu > ._contents ._body ._ph2 ._item5 {
        max-width: inherit;
        width: 80vw;
        margin: 0 auto;
    }
    #_tu > ._contents ._body ._ph2 p {
        display: block;
        padding-top: .6em;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.5;
        text-align: left;
    }

    #_tu > ._matome {
        background: url(bg.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        margin: 0 auto;
        padding: 10vw 0;
    }
    #_tu > ._matome ._matome_inner {
        max-width: inherit;
        width: 90vw;
        margin: 0 auto;
    }
    #_tu > ._matome ._matome_inner ._matome_ttl {
        display: block;
        border-bottom: #e8380d solid 2px;
        margin-bottom: 5vw;
        padding-bottom: 5vw;
    }
    #_tu > ._matome ._matome_inner ._matome_ttl h3 {
        margin-bottom: 3vw;
        font-size: 10vw;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: #e8380d;
    }
    #_tu > ._matome ._matome_inner ._matome_ttl p {
        font-size: 3.6vw;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }
    #_tu > ._matome ._matome_inner ._matome_body {
        display: block;
    }
    #_tu > ._matome ._matome_inner ._matome_body p {
        font-size: 15px;
        font-feature-settings: "palt";
        letter-spacing: .05em;
        line-height: 2;
    }
    
    #_tu > ._link {
        background: #e8380d;
        width: 100%;
        margin: 0 auto;
        padding: 10vw 0;
    }
    #_tu > ._link ._link_inner {
        max-width: inherit;
        width: 90vw;
        margin: 0 auto;
        display: block;
    }
    #_tu > ._link ._link_inner ._link_img {
        width: 100%;
        margin-bottom: 5vw;
    }
    #_tu > ._link ._link_inner ._link_img figure {
        border: #fff solid 1px;
    }
    #_tu > ._link ._link_inner ._link_body {
        width: 100%;
    }
    #_tu > ._link ._link_inner ._link_body ._link_body_ttl1 {
        width: 60%;
        margin-bottom: 4vw;
    }
    #_tu > ._link ._link_inner ._link_body ._link_body_ttl2 {
        margin-bottom: 4vw;
        font-size: 6vw;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.4;
        color: #fff;
    }
    #_tu > ._link ._link_inner ._link_body ._btn {
        width: 100%;
    }
    #_tu > ._link ._link_inner ._link_body ._btn a {
        display: block;
        background-color: #ffffff;
        width: 100%;
        padding: 5vw 0;
        font-size: 5vw;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: #e8380d;
        transition: all ease .3s;
    }
    #_tu > ._link ._link_inner ._link_body ._btn a:hover {
        display: block;
        background-color: #f18d00;
    }
    
    ._contact {
        background: #fff;
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        padding: 15vw 0;
        position: relative;
    }
    ._contact ._logo1 {
        width: 54vw;
        margin: 0 auto 5vw;
    }
    ._contact ._logo1 a {
        display: block;
        transition: all ease .3s;
    }
    ._contact ._logo1 a:hover {
        display: block;
        opacity: .8;
    }
    ._contact ._logo2 {
        width: 40vw;
        margin: 0 auto 5vw;
    }
    ._contact ._logo2 a {
        display: block;
        transition: all ease .3s;
    }
    ._contact ._logo2 a:hover {
        display: block;
        opacity: .8;
    }
    ._contact p {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.6;
        text-align: center;
    }
}
