@charset "UTF-8";
html{box-sizing: border-box;overflow-y: scroll;background: #f6f4f1;}
body {font-weight: 400;line-height: 1.4;color: #4b4b4b;position: relative;width: 100%;max-width: 100%;font-family: 'Noto Sans JP', sans-serif;font-size: 14px;-moz-font-feature-settings: "palt";-ms-font-feature-settings: "palt";font-feature-settings: "palt";}
body,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,div,span {padding: 0;margin: 0;}
img {width: 100%; vertical-align: middle;border: none;}
li {list-style-type: none;}
a {display: block;text-decoration: none;transition: 0.3s;}
a:hover{transition: all 0.5s;opacity: .5;}
body {position: relative;width: 100%;}

/* -----共通 */
.disp_pc {display: block !important;}
.disp_tab, .disp_sp {display: none !important;}

.inner {
    max-width: 1000px;
    margin: 0 auto;
}
.logo {
    max-width: 262px;
    position: absolute;
    top: 18px;
    left: 24px;
    z-index: 2;
}
.swiper {
    z-index: 1;
}
.kv_txt {
    position: absolute;
    top: 0;
    z-index: 2;
}
section {
    clear: both;
}
/*----- banner -----*/
.banner_wrapper {
    padding: 20px 0;
    background-color: #ffe100;
    position: sticky;
    position: -webkit-sticky; /* Safari */
    bottom: 0;
    z-index: 2;
}
.banner {
    padding: 0 50px;
}
.banner a:hover {
    opacity: 1;
}
/*----- /banner -----*/
/*----- read -----*/
#read .read__top_bg {
    background: url(../img/read_bg.png) repeat-y top center;
    background-size: 1000px;
    padding-top: 75px;
}
#read .read__top_wrapper {
    max-width: 878px;
    margin: 0 auto;
    border: 1px solid #ec243a;
    border-radius: 20px;
    background-color: #fff;
    padding: 50px 60px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
}
#read .read__top_content {
    text-align: center;
}
#read .read__top_content .read__ttl {
    font-size: 3rem;
    font-weight: 400;
    color: #ec243a;
    letter-spacing: 8px;
}
#read .read__top_content .read__txt {
    font-size: 1.6rem;
    padding: 15px 0 20px;
    letter-spacing: 4px;
}
#read .read__top_list {
    border-top: 1px dashed #4b4b4b;
    border-bottom: 1px dashed #4b4b4b;
    padding: 20px 10px;
}
#read .read__top_list li {
    background: url(../img/read_icon.png) no-repeat 0 7px;
    background-size: auto 27px;
    padding-left: 40px;
    line-height: 2;
    font-size: 1.3rem;
    letter-spacing: 3px;
    font-weight: 300;
}
#read .read__top_list li strong {
    color: #ec243a;
}
#read .read__top_list + p {
    color: #ec243a;
    text-align: center;
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: 10px;
    line-height: 2.4;
}
#read .read__top_arrow {
    max-width: 68px;
    margin: 0 auto;
}
#read .read__btm_txt {
    text-align: center;
    color: #fff;
}
#read .read__btm_txt .read__ttl {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 8px;
    padding: 70px 0 50px;
}
#read .read__btm_txt .read__txt {
    line-height: 2;
    font-size: 1.25rem;
    letter-spacing: 4px;
}
#read .read__btm_list {
    overflow: hidden;
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 50px;
}
#read .read__btm_list li {
    background-color: #fff;
    border-radius: 20px;
    width: 223px;
    float: left;
    padding: 30px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
}
#read .read__btm_list li dt {
    color: #ec243a;
    font-weight: 600;
    font-size: 1.9rem;
    text-align: center;
    letter-spacing: 3px;
}
#read .read__btm_list li dt div {
    max-width: 130px;
    margin: 0 auto;
    padding-bottom: 15px;
}
#read .read__btm_list li dd {
    font-size: 1.15rem;
    line-height: 1.7;
    padding-top: 15px;
    font-weight: 300;
}
#read .read__btm_list li dd small {
    font-size: .8rem;
}
#read > .read__txt {
    clear: both;
    text-align: center;
    color: #ec243a;
    font-size: 2.5rem;
    padding: 70px 0;
    letter-spacing: 7px;
    line-height: 1.6;
}
/*----- /read -----*/

#reason, #style, #interview {
    padding: 100px 0;
}
.ttl_wrapper {
    text-align: center;
}
#reason .reason__ttl_top, #style .style__ttl_top, #interview .interview__ttl_top  {
    width: 106px;
    margin: 0 auto;
}
#reason .reason__ttl, #style .style__ttl, #interview .interview__ttl {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 2;
}

/*----- reason -----*/
#reason {
    background: #fff;
}
#reason .reason__list > li {
    padding-top: 90px;
    position: relative;
}
#reason .reason__list > li .reason__list_bg {
    background: #f6f4f1;
    position: absolute;
    width: 1070px;
    height: 360px;
}
#reason .reason__list > li:nth-child(odd) .reason__list_bg {
    left: 0;
    border-radius: 0 20px 20px 0;
}
#reason .reason__list > li:nth-child(2) .reason__list_bg {
    right: 0;
    border-radius: 20px 0 0 20px;
}
#reason .reason__list > li:nth-child(4) .reason__list_bg {
    right: 0;
    border-radius: 20px 0 0 20px;
    height: 435px;
}
#reason .reason__list .reason__list_content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
#reason .reason__list li:nth-child(even) .reason__list_content div:first-child {
    order: 2;
}
#reason li:nth-child(odd) .reason__list_content dl {
    position: relative;
    display: block;
    padding: 60px 0 60px 75px;
}
#reason li:nth-child(even) .reason__list_content dl {
    position: relative;
    display: block;
    padding: 60px 75px 60px 0;
    width: 420px;
}
#reason .reason__list_content dt img {
    width: 37px;
    padding-right: 20px;
}
#reason .reason__list_content dt {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 3px;
}
#reason .reason__list_content dl .reason__list_txt {
    font-size: 1.15rem;
    line-height: 1.7;
    padding-top: 25px;
    font-weight: 300;
}
#reason .reason__list_content .reason__list_img {
    max-width: 460px;
    position: relative;
    z-index: 1;
    margin-top: -40px;
    padding-bottom: 40px;
}
#reason .reason__list_content .reason__list_img img {
    border-radius: 20px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
}
#reason .reason__list li:nth-child(even) .reason__list_img {
    order: 1;
}
#reason .reason__list_content dl .reason__list_txt small {
    font-size: .8rem;
    display: block;
    padding-top: 30px;
}
/*----- /reason -----*/
/*----- style -----*/
#style .style__ttl_txt {
    font-size: 1.25rem;
    letter-spacing: 4px;
    line-height: 1.5;
    padding: 10px 0;
}
#style .style__list li {
    position: relative;
    padding-top: 20px;
}
#style .style__list .style__list_bg {
    background: #fff;
    border-radius: 20px;
    height: 210px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
#style .style__list .style__list_content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 20px 70px 55px 50px;
}
#style .style__list li:nth-child(odd) .style__list_content {
    flex-direction: row-reverse;
}
#style .style__list .style__list_content dt {
    width: 425px;
    color: #64c3d7;
    font-size: 2.15rem;
    font-weight: 600;
    padding: 20px 0;
    letter-spacing: 2px;
}
#style .style__list .style__list_content dd {
    font-size: 1.1rem;
    line-height: 1.7;
    font-weight: 400;
}
#style .style__list_content .style__list_img {
    max-width: 400px;
}
#style .style__list_content .style__list_img img {
    border-radius: 20px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
}

/*----- /style -----*/
/*----- interview -----*/
#interview {
    background: #fff;
}
#interview .ttl_wrapper + div {
    padding-top: 20px;
    overflow: hidden;
}
.interview__img {
    float: right;
    max-width: 195px;
}
.interview__content {
    float: left;
    background: url(../img/interview_bg_pc.png) no-repeat top left;
    background-size: contain;
    padding: 43px 0 43px 50px;
    width: 740px;
}
.interview__content dt {
    font-size: 1.55rem;
    font-weight: 500;
    letter-spacing: 3px;
    padding-bottom: 20px;
    color: #64c3d7;
}
.interview__content dd {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 1px;
}
/*----- /interview -----*/
/*----- site_banner -----*/
#site_banner {
    background: #f6f4f1;
    text-align: center;
    padding: 90px 0;
}
#site_banner .site_banner__ttl {
    font-size: 1.9em;
    font-weight: 500;
    letter-spacing: 5px;
    padding-bottom: 15px;
}
#site_banner a {
    margin: 0 auto;
    height: 80px;
    width: 720px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 3.3;
    letter-spacing: 2px;
    background: url(../img/site_banner_pc.png) no-repeat top left;
    background-size: 100%;
    border-radius: 20px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
    position: relative;
}
#site_banner a:hover {opacity: 1;}
#site_banner a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 20px;
    background-color: rgba(0,0,0,1);
    transition: all .3s ease;
    opacity: 0;
}
#site_banner a:hover:before {
    opacity: .1;
}
/*----- /site_banner -----*/
/*----- support -----*/
#support {
    background: #fff;
    text-align: center;
    padding: 90px 0;
}
#support .inner {
    border: 2px solid #64c3d7;
    border-radius: 20px;
    width: 850px;
    padding: 40px 0 60px;
}
#support .support__ttl {
    color: #64c3d7;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 5px;
}
#support p {
    font-size: 3.1rem;
    letter-spacing: 7px;
    padding: 24px 0 15px;
    font-weight: 300;
    color: #ec243a;
}
#support a {
    margin: 0 auto;
    height: 80px;
    width: 720px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 3.3;
    letter-spacing: 2px;
    background: url(../img/site_banner_pc.png) no-repeat top left;
    background-size: 100%;
    border-radius: 20px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
    position: relative;
}
#support a:hover {opacity: 1;}
#support a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 20px;
    background-color: rgba(0,0,0,1);
    transition: all .3s ease;
    opacity: 0;
}
#support a:hover:before {
    opacity: .1;
}

/*----- /support -----*/

.totop {
    opacity: 0;
    visibility: hidden;
    position: sticky;
    position: -webkit-sticky; /* Safari */
    bottom: 55px;
    z-index: 3;
    transition: all 0.5s;
}
.totop.active{
    opacity: 1;
    visibility: visible;
    bottom: 55px;
}
.totop a {
    width: 80px;
    position: absolute;
    bottom: 7vw;
    right: 1vw;
}

footer {
    background: #ec243a;
    color: #fff;
    text-align: center;
    padding: 40px 0 140px;
}
footer small {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
}

/*--- 1920px〜 ---*/
@media only screen and (min-width: 1920px) {
    #reason .reason__list > li .reason__list_bg {
        width: 70%;
    }
}
/*--- 〜1280px ---*/
@media only screen and (max-width: 1280px) {
    #reason .reason__list > li .reason__list_bg {
        width: 80%;
    }
    .totop.active {
        bottom: 8vw;
    }
}
/*--- 〜1024px ---*/
@media only screen and (max-width: 1024px) {
    /*----- read -----*/
    #read .read__top_bg {
        padding: 75px 3vw 0;
    }
    #read .read__top_wrapper {
        padding: 5vw;
    }
    #read .read__top_list {
        padding: 2vw 1vw;
    }
    #read .read__top_list li {
        font-size: 2vw;
        padding-left: 4vw;
        letter-spacing: 2px;
    }
    #read .read__top_content .read__ttl {
        font-size: 4vw;
    }
    #read .read__top_content .read__txt {
        font-size: 2.3vw;
    }
    #read .read__top_list + p {
        font-size: 3vw;
    }
    #read .read__top_arrow {
        width: 4vw;
    }
    #read .read__btm_list {
        width: 100%;
        padding: 5vw 0;
    }
    /*----- /read -----*/
    /*----- reason -----*/
    #reason .reason__list > li .reason__list_bg {
        height: 34vw;
    }
    #reason .reason__list .reason__list_content {
        padding: 0 3vw;
    }
    #reason li:nth-child(odd) .reason__list_content dl {
        padding: 5vw 0 5vw 2vw;
    }
    #reason li:nth-child(even) .reason__list_content dl {
        padding: 5vw 0 5vw 2vw;
        width: 46vw;
    }
    #reason .reason__list_content dt {
        font-size: 4vw;
    }
    #reason .reason__list_content dl .reason__list_txt {
        font-size: 2vw;
    }
    #reason .reason__list_content .reason__list_img {
        width: 45vw;
    }
    /*----- /reason -----*/
    /*----- style -----*/
    #style .style__list .style__list_bg {
        margin: 0 3vw;
        width: 92vw;;
    }
    #style .style__list .style__list_content {
        padding: 2vw 5vw 5vw 5vw;
    }
    #style .style__list .style__list_content dt {
        width: 44vw;
        font-size: 4vw;
    }
    #style .style__list_content .style__list_img {
        width: 40vw;
    }
    /*----- /style -----*/
    /*----- interview -----*/
    #interview .ttl_wrapper + div {
        padding: 2vw 3vw 0;
    }
    .interview__img {
        width: 15vw;
    }
    .interview__content {
        padding: 3vw 0 3vw 3vw;
        width: 72vw;
        background-size: 100% 100%;
    }
    .interview__content dd {
        width: 66vw;
        font-size: 1.8vw;
    }
    /*----- /interview -----*/
}

/*--- 〜980px ---*/
@media only screen and (max-width: 980px) {
    /*----- read -----*/
    #read .read__top_list li {
        background-size: auto 21px;
    }
    #read .read__btm_list {
        display: block;
        padding: 4vw;
        width: 84vw;
    }
    #read .read__btm_list li {
        width: 80vw;
        padding: 2vw;
        margin-bottom: 3vw;
    }
    #read .read__btm_list li dt {
        float: left;
        width: 20vw;
        padding: 4vw 7vw 4vw 10vw;
    }
    #read .read__btm_list li dd {
        padding-left: 37vw;
    }
    #read > .read__txt {
        font-size: 4.5vw;
        letter-spacing: 4px;
    }
    /*----- /read -----*/
    #style .style__list .style__list_content dd {
        font-size: 2vw;
    }

    #site_banner a {
        width: 85vw;
        height: 9.5vw;
        line-height: 3;
    }

    #support {
        padding: 9vw 3vw;
    }
    #support .inner {
        width: 85vw;
        padding: 3vw;
    }
    #support a {
        width: auto;
        height: 9vw;
        line-height: 2.9;
    }
}
/*--- /〜980px---*/

/*--- 〜768px*//*--- sp*/
@media only screen and (max-width: 768px) {
    .disp_sp {display: block !important;}
    .disp_pc, .disp_tab {display: none !important;}

    /*----- banner_wrapper -----*/
    .banner_wrapper {
        padding: 3vw 0;
    }
    .banner {
        padding: 0 4vw;
    }
    /*----- /banner_wrapper -----*/
    /*----- read -----*/
    #read .read__top_bg {
        background-size: 130vw;
        padding: 10vw 3vw 0;
    }
    #read .read__top_wrapper {
        padding: 10vw 5vw 7vw;
        border-radius: 3vw;
    }
    #read .read__top_content .read__ttl {
        font-size: 6.7vw;
        letter-spacing: 2px;
        font-weight: 300;
    }
    #read .read__top_content .read__txt {
        font-size: 4vw;
        padding: 7vw 0 4vw;
        letter-spacing: 2px;
    }
    #read .read__top_list li {
        font-size: 4.3vw;
        letter-spacing: 2px;
        background-size: auto 4vw;
        line-height: 1.5;
        padding: 1vw 0 2vw 5vw;
        white-space: nowrap;
    }
    #read .read__top_list + p {
        font-size: 5vw;
        letter-spacing: 4px;
        line-height: 3;
    }
    #read .read__top_arrow {
        width: 9vw;
    }
    #read .read__btm_list {
        width: 100%;
        display: block;
        padding: 3vw 0 0;
    }
    #read .read__btm_txt .read__ttl {
        padding: 8vw 0 4vw;
        font-size: 8vw;
    }
    #read .read__btm_txt .read__txt {
        font-size: 3.75vw;
        letter-spacing: 2px;
        font-weight: 500;
        line-height: 1.7;
    }
    #read .read__btm_list li {
        width: 78vw;
        border-radius: 3vw;
        padding: 5vw;
        margin: 5vw 3vw 0;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    }
    #read .read__btm_list li:last-child {
        margin-bottom: 15vw;
    }
    #read .read__btm_list li dl {
        position: relative;
    }
    #read .read__btm_list li dt {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        float: left;
        width: 19vw;
        padding: 5vw;
        font-size: 4.5vw;
        letter-spacing: 2px;
    }
    #read .read__btm_list li dt p {
        margin-top: -2vw;
    }
    #read .read__btm_list li dd {
        font-size: 4vw;
        padding: 0 0 2vw 30vw;
        line-height: 1.5;
        font-weight: 400;
    }
    #read .read__btm_list li dd small {
        font-size: 2.8vw;
    }
    #read > .read__txt {
        font-size: 5.5vw;
        letter-spacing: 3px;
        padding: 10vw 0;
    }
    /*----- /read -----*/
    #reason, #style, #interview {
        padding: 15vw 0;
    }
    #reason .reason__ttl_top, #style .style__ttl_top, #interview .interview__ttl_top {
        width: 22vw;
    }
    #reason .reason__ttl, #style .style__ttl, #interview .interview__ttl {
        font-size: 8vw;
        letter-spacing: 3px;
        line-height: 2.4;
    }
    /*----- reason -----*/
    #reason .reason__list > li:not(:last-child) {
        padding: 20vw 0 7vw;
    }
    #reason ol.reason__list li div.reason__list_content {
        flex-flow: column;
        padding: 0 12vw;
    }
    #reason .reason__list .reason__list_content div:nth-child(1) {
        order: 2;
    }
    #reason .reason__list .reason__list_content div:nth-child(2) {
        order: 1;
        margin-top: -15vw;
        padding-bottom: 5vw;
        width: 100%;
    }
    #reason .reason__list > li .reason__list_bg {
        width: 92vw;
    }
    #reason .reason__list > li:nth-child(odd) .reason__list_bg {
        border-radius: 0 3vw 3vw 0;
        height: 70vw;
    }
    #reason .reason__list > li:nth-child(even) .reason__list_bg {
        border-radius: 3vw 0 0 3vw;
        height: 70vw;
    }
    #reason .reason__list_content dt {
        font-size: 5.3vw;
        letter-spacing: 2px;
        font-weight: 700;
    }
    #reason .reason__list_content dt img {
        width: 6vw;
        padding-right: 2vw;
    }
    #reason .reason__list_content dl .reason__list_txt {
        font-size: 4vw;
        padding-top: 3vw;
        font-weight: 400;
        white-space: nowrap;
    }
    #reason .reason__list_content .reason__list_img img {
        border-radius: 3vw;
    }
    #reason li:nth-child(odd) .reason__list_content dl {
        width: 100%;
        padding: 0;
    }
    #reason li:nth-child(even) .reason__list_content dl {
        width: 100%;
        padding: 0;
    }
    #reason .reason__list_content dl .reason__list_txt small {
        font-size: 3vw;
        padding-top: 3.5vw;
    }
    /*----- /reason -----*/
    /*----- style -----*/
    #style .style__ttl_txt {
        font-size: 4vw;
        letter-spacing: 2px;
        padding: 0;
    }
    #style .style__list li {
        width: 86vw;
        margin: 11vw 7vw 0;
    }
    #style .style__list li:last-child {
        margin-bottom: 5vw;
    }
    #style .style__list .style__list_bg {
        top: 0;
        border-radius: 3vw;
        height: 87vw;
        width: 100%;
        margin: 0;
    }
    #style .style__list .style__list_content {
        width: 100%;
        display: block;
        padding: 0;
    }
    #style .style__list .style__list_content dt {
        width: 100%;
        text-align: center;
        font-size: 5.25vw;
        padding: 0;
    }
    #style .style__list .style__list_content dd {
        font-size: 3.75vw;
        font-weight: 400;
        padding: 2vw 5vw 3vw;
    }
    #style .style__list_content .style__list_img {
        padding: 0 3vw;
        width: 80vw;
        max-width: none;
    }
    /*----- /style -----*/
    /*----- interview -----*/
    #interview .ttl_wrapper + div {
        padding: 1vw 8vw 0;
    }
    .interview__img {
        float: none;
        margin: 0 auto;
        width: 27vw;
    }
    .interview__content {
        width: 70vw;
        background: url(../img/interview_bg_sp.png) no-repeat top center;
        background-size: contain;
        padding: 12.5vw 7vw 5vw;
    }
    .interview__content dt {
        font-size: 4vw;
        font-weight: 600;
        letter-spacing: 2px;
        text-align: center;
        padding-bottom: 4vw;
    }
    .interview__content dd {
        font-size: 3.75vw;
        font-weight: 400;
        width: auto;
        white-space: nowrap;
    }
    /*----- /interview -----*/
    /*----- site_banner -----*/
    #site_banner {
        padding: 14vw 0;
    }
    #site_banner .site_banner__ttl {
        font-size: 4vw;
        letter-spacing: 3px;
        line-height: 1.6;
        padding-bottom: 3vw;
    }
    #site_banner a {
        height: 13.6vw;
        width: 85vw;
        background: url(../img/site_banner_sp.png) no-repeat top left;
        background-size: 100% 100%;
        border-radius: 2vw;
        font-size: 3.75vw;
        line-height: 3.6;
    }
    /*----- /site_banner -----*/
    /*----- support -----*/
    #support {
        background: none;
        padding: 0;
        margin-bottom: 13vw;
    }
    #support .inner {
        border: 1px solid #64c3d7;
        width: 86vw;
        border-radius: 3vw;
        background: #fff;
        padding: 7vw 3vw;
    }
    #support .support__ttl {
        font-size: 4vw;
        letter-spacing: 3px;
    }
    #support p {
        font-size: 7vw;
        letter-spacing: 3px;
        padding: 3vw 0;
    }
    #support a {
        height: 13.6vw;
        width: 85vw;
        background: url(../img/site_banner_sp.png) no-repeat top left;
        background-size: 100% 100%;
        border-radius: 2vw;
        font-size: 3.75vw;
        line-height: 3.6;
    }
    /*----- /support -----*/
    .totop a {
        width: 14vw;
        bottom: 3vw;
        right: 3vw;
    }
    .totop.active {
        bottom: 24vw;
    }
    footer {
        padding: 5vw 0 22vw;
    }
    footer small {
        font-size: 3vw;
    }

}