@charset "utf-8";


/* For modern browsers */

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.cf {
    zoom: 1;
}



/* tags
---------------------------------------------------- */

body {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #000;
    text-decoration: none;
    transition: all .4s;
}

a:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.6;
    transition: all .4s;
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
div,
img {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: normal;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
    margin: 0px;
    padding: 0px;
}


/* common
---------------------------------------------------- */

.inner1 {
    max-width: 1080px;
    margin: 0px auto;
}

.inner2 {
    max-width: 1100px;
    margin: 0px auto;
}

@media screen and (max-width: 1080px) {
    .inner1 {
        padding: 0 20px;
    }

    .inner2 {
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .inner1 {
        padding: 0px;
    }

    .inner2 {
        padding: 0 16px;
    }
}

.center {
    text-align: center;
}

.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
        margin: 0 auto;
    }
}

/* header
---------------------------------------------------- */
#header {
    height: 60px;
    box-sizing: border-box;
    padding: 8px 0 0 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

#header .logo {
    float: left;
    font-size: 10px;
    line-height: 1;
    margin-top: 12px;
}

.header_tel {
    box-sizing: border-box;
    border: 1.5px solid #0B4C95;
    float: left;
    padding: 5px 9px 6px 11px;
    margin: 0 0 0 73px;
}

.header_tel a,
.header_tel a:hover {
    color: #0b4c95;
}

.header_tel img {
    float: left;
    margin: 3px 0 0 0;
}

.header_tel .p1 {
    float: left;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: #0b4c95;
    margin: 0 0 0 9px;
}

.header_tel .p2 {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 23px;
    color: #0b4c95;
    margin: 4px 0 0 10px;
}

.header_time {
    float: left;
}

.header_time .p1 {
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    float: left;
    margin: 14px 0 0 19px;
}

.header_time .p2 {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    float: left;
    margin: 4px 0 0 11px;
}

.header_btn a {
    float: right;
    display: block;
    font-weight: 700;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    width: 250px;
    height: 40px;
    border-radius: 13px;
    background: #fcec4f;
    border-bottom: 4px solid #EDC82B;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1080px) {

    .header_tel,
    .header_time {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #header {
        height: 50px;
        padding: 6px 9px 0 11px;
    }

    #header .logo {
        width: 136px;
        margin-top: 10px;
    }

    .header_btn a {
        line-height: 35px;
        width: 150px;
        height: 35px;
        border-radius: 8px;
        border-bottom: 3px solid #EDC82B;
    }

    .header_btn a span {
        display: none;
    }
}

/* mv
---------------------------------------------------- */
#mv {
    background: #1555C9 url(../images/mv_back.png) no-repeat center bottom;
    padding: 33px 0 30px;
    margin-top: 60px;
}

#mv .mv_txt {
    width: 44.44%;
    float: left;
    text-align: center;
    margin-top: 24px;
}

#mv h1 span.p1 {
    font-weight: 700;
    font-size: 59px;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #fff;
}

#mv h1 span.p1 span {
    font-family: Roboto;
    font-weight: 700;
    font-size: 85px;
    letter-spacing: -0.05em;
    display: inline-block;
    margin: -15px 10px 0 5px;
    vertical-align: middle;
}

#mv h1 span.p2 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 85px;
    line-height: 1;
    color: #fcec4f;
    margin: 0 0 10px;
}

#mv h1 span.p2 span {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 12px;
    color: #fff;

}

#mv h1 span.p3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    color: #fff;
    border-top: 2px solid #fff;
    padding-top: 20px;
    margin-bottom: 15px;
    display: block;
}

#mv h1 span.p4 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    display: block;
}

#mv .p5 {
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
}

#mv .btn a {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 69px;
    text-align: center;
    max-width: 426px;
    height: 69px;
    border-radius: 20px;
    background: #fcec4f;
    border-bottom: 6px solid #EDC82B;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    margin: 29px auto 25px;
}

#mv figure {
    float: right;
    width: 54.44%;
}

@media screen and (max-width: 1080px) {
    #mv h1 span.p1 {
        font-size: 37px;
    }

    #mv h1 span.p1 span {
        font-size: 54px;
    }

    #mv h1 span.p2 {
        font-size: 60px;
    }

    #mv h1 span.p3 {
        font-size: 18px;
    }

    #mv h1 span.p4 {
        font-size: 37px;
    }

    #mv .btn a {
        font-size: 16px;
    }

    #mv .p5 {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    #mv {
        background: #1555C9 url(../images/mv_back_sp.png) no-repeat center bottom 20%;
        background-size: 100% auto;
        padding: 25px 0 22px;
        margin-top: 50px;
    }

    #mv .mv_txt {
        width: 94.66%;
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    #mv h1 span.p1 span {
        margin: -12px 8px 0 3px;
    }

    #mv h1 span.p2 {
        margin: 0 0 7px;
    }

    #mv h1 span.p3 {
        padding-top: 15px;
        margin-bottom: 12px;
    }

    #mv h1 span.p4 {
        padding-bottom: 12px;
        margin-bottom: 13px;
    }

    #mv .btn a {
        line-height: 54px;
        max-width: 325px;
        height: 54px;
        border-radius: 8px;
        border-bottom: 5px solid #EDC82B;
        margin: 30px auto 16px;
    }

    #mv figure {
        float: none;
        width: 94.66%;
        margin: 0 auto;
        text-align: center;
    }
}

/* section1
---------------------------------------------------- */
#section1 {
    padding: 49px 0 74px;
}

#section1 h2 {
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-align: center;
    color: #1555c9;
}

#section1 h2+p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    margin: 20px 0 0;
}

#section1 h2 br,
#section1 h2+p br {
    display: none;
}

#section1 .inner1 {
    position: relative;
}

.section1_1,
.section1_2 {
    background: url(../images/section1_back.png) no-repeat left top;
    background-size: 60% 300px;
    margin: 70px 0 0;
    min-height: 300px;
}

.section1_3 {
    margin: 149px 0 0;
}

.section1_2 {
    background: url(../images/section1_back.png) no-repeat right top;
    background-size: 60% 300px;
}

#section1 dl {
    width: 49.53%;
    padding-top: 65px;
}

#section1 .section1_2 dl {
    float: right;
    position: relative;
    z-index: 2;
}

#section1 dt {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.03em;
    line-height: 45px;
}

#section1 dt span {
    background: linear-gradient(transparent 75%, #FCEC4F 75%);
}

#section1 dd {
    font-size: 15px;
    line-height: 28px;
    margin: 27px 0 0;
}

.section1_1 figure {
    position: absolute;
    right: 0;
    top: -80px;
    width: 46%;
}

.section1_2 figure {
    position: absolute;
    left: 0;
    top: 98px;
    width: 46%;
}

.section1_3 figure {
    top: -44px;
    width: 50%;
}

#section1 .btn a {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 70px;
    text-align: center;
    width: 450px;
    height: 70px;
    border-radius: 20px;
    background: #fcec4f;
    border-bottom: 6px solid #EDC82B;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    margin: 86px auto 0;
}

@media screen and (max-width: 768px) {
    #section1 {
        padding: 35px 0 45px;
    }

    #section1 h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    #section1 h2+p {
        font-size: 18px;
        line-height: 1.6;
        margin: 16px 0 0;
    }

    #section1 h2 br,
    #section1 h2+p br {
        display: inline;
    }

    .section1_1,
    .section1_2 {
        background: url(../images/section1_back.png) no-repeat left top;
        background-size: 88% 310px;
        margin: 20px 0 0;
        min-height: 0px;
    }

    .section1_3 {
        margin: 30px 0 0;
    }

    .section1_2 {
        background: url(../images/section1_back.png) no-repeat right top;
        background-size: 88% 310px;
    }

    #section1 dl {
        width: 77%;
        margin-left: 5%;
        padding-top: 30px;
    }

    #section1 .section1_2 dl {
        margin-left: 0;
        margin-right: 5%;
    }

    #section1 dt {
        font-size: 20px;
        line-height: 1.6;
    }

    #section1 dd {
        font-size: 14px;
        line-height: 1.8;
        margin: 15px 0 0;
    }

    .section1_1 figure {
        position: static;
        right: auto;
        top: auto;
        width: auto;
        text-align: right;
        margin: -5px 15px 0;
    }

    .section1_1 figure img {
        width: 72%;
        height: auto;
        max-width: 350px;
    }

    .section1_2 figure {
        position: static;
        left: auto;
        top: auto;
        width: auto;
        text-align: left;
        margin: 0 15px;
    }

    .section1_2 figure img {
        width: 72%;
        height: auto;
        max-width: 350px;
        margin-top: 10px;
    }

    .section1_3 figure {
        top: auto;
        width: auto;
        text-align: right;
        margin: -5px 15px 0;
    }

    .section1_3 figure img {
        width: 92%;
        height: auto;
        max-width: 350px;
    }

    #section1 .btn a {
        font-size: 16px;
        line-height: 54px;
        width: 90%;
        max-width: 345px;
        height: 54px;
        border-radius: 8px;
        border-bottom: 5px solid #EDC82B;
        margin: 30px auto 0;
    }
}

/* section2
---------------------------------------------------- */
#section2 {
    background: #E9F4FE url(../images/section2_ar1.png) no-repeat center top;
    padding: 109px 0 0;
}

#section2 h2 {
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-align: center;
    color: #1555C9;
}

#section2 h2 br,
#section2 h2+p br {
    display: none;
}

#section2 h2+p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    margin: 20px 0 0;
}

.section2_box {
    max-width: 1185px;
    margin: 30px auto 0;
    background: #1555C9;
    box-sizing: border-box;
    padding: 36px 42px 36px 43px;
    position: relative;
}

.section2_box::after {
    content: '';
    width: 260px;
    height: 58px;
    background: url(../images/section2_ar2.png) no-repeat left top;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: -58px;
    transform: translate(-50%, 0);
}

.section2_box li {
    display: block;
    background: #fff;
    float: left;
    width: 32%;
    margin-right: 2%;
    min-height: 498px;
    box-sizing: border-box;
    padding: 35px 2.5% 30px;
}

.section2_box li:nth-child(3) {
    margin-right: 0px;
}

.section2_box h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
}

.section2_box h3 span {
    background: linear-gradient(transparent 75%, #FCEC4F 75%);
}

.section2_box figure {
    text-align: center;
}

.section2_box li:nth-child(1) figure {
    margin: 56px 0 66px;
}

.section2_box li:nth-child(2) figure {
    margin: 27px 0 19px;
}

.section2_box li:nth-child(3) figure {
    margin: 32px 0 43px;
}

.section2_box p {
    font-size: 14px;
    line-height: 1.8;
}

.section2_box p.p1 {
    font-size: 10px;
    margin-top: 6px;
}

#section2 .p2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    margin: 89px 0 54px;
}

#section2 .p2 br,
#section2 .br_sp {
    display: none;
}

#section2 .p2 span {
    background: linear-gradient(transparent 75%, #FCEC4F 75%);
}

.section2_box2 {
    background: #1555C9;
    padding: 0 0 56px;
    text-align: center;
}

.section2_box2 h3 {
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 0.03em;
    line-height: 55px;
    color: #fff;
    margin: 40px 0 30px;
}

.section2_box2 .p4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.section2_box2 .btn a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 55px;
    text-align: center;
    width: 350px;
    height: 55px;
    border-radius: 15px;
    background: #FA8B1B;
    border-bottom: 5px solid #A25A12;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    margin: 45px auto 0;
    color: #fff;
}

@media screen and (max-width: 768px) {
    #section2 {
        background-size: 100px auto;
        padding: 57px 0 0;
    }

    #section2 h2 {
        font-size: 28px;
        line-height: 1.4;
    }

    #section2 h2 br,
    #section2 h2+p br {
        display: inline;
    }

    #section2 h2+p {
        font-size: 18px;
        line-height: 1.6;
        margin: 15px 0 0;
    }

    .section2_box {
        width: 97%;
        margin: 20px auto 0;
        padding: 15px;
    }

    .section2_box::after {
        width: 150px;
        height: 35px;
        bottom: -35px;
    }

    .section2_box li {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 15px;
        min-height: 0;
        padding: 30px 17px;
    }

    .section2_box li:nth-child(3) {
        margin-bottom: 0px;
    }

    .section2_box h3 {
        font-size: 22px;
        line-height: 1.4;
    }

    .section2_box li:nth-child(1) figure,
    .section2_box li:nth-child(2) figure,
    .section2_box li:nth-child(3) figure {
        margin: 20px 0;
    }

    #section2 .p2 {
        font-size: 24px;
        line-height: 1.5;
        margin: 65px 0 30px;
    }

    #section2 .p2 br,
    #section2 .br_sp {
        display: inline;
    }

    #section2 .br_pc {
        display: none;
    }

    .section2_box2 {
        padding: 25px 0 20px;
    }

    .section2_box2 h3 {
        font-size: 18px;
        line-height: 1.7;
        margin: 20px 0;
    }

    .section2_box2 .p4 {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .section2_box2 .btn a {
        width: 100%;
        max-width: 345px;
        margin: 30px auto 0;
        height: 54px;
    }
}

/* section3
---------------------------------------------------- */
#section3 {
    padding: 111px 0 94px;
    overflow: hidden;
}

#section3 h2 {
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-align: center;
    color: #3167C9;
}

#section3 h2+p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    margin: 20px 0 56px;
}

#section3 h2+p br {
    display: none;
}

#section3 .btn a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 55px;
    text-align: center;
    width: 350px;
    height: 55px;
    border-radius: 15px;
    background: #FA8B1B;
    border-bottom: 5px solid #A25A12;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    margin: 60px auto 0;
    color: #fff;
}

/*.swiper-container {
    max-width: 1620px;
    margin: 0 auto;
    margin-bottom: 0 !important;
}*/

@media screen and (max-width: 768px) {
    #section3 {
        padding: 56px 0 59px;
    }

    #section3 h2 {
        font-size: 28px;
    }

    #section3 h2+p {
        font-size: 16px;
        line-height: 1.8;
        margin: 19x 0 33px;
    }

    #section3 h2+p br {
        display: inline;
    }

    #section3 .btn a {
        width: 90%;
        max-width: 345px;
        height: 54px;
        margin: 43x auto 0;
    }

    .swiper-container {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1024px) {
    .swiper-container {
        width: 100%;
        max-width: 1360px;
    }
}


/* section3 review */
.review {
    padding: 30px 0;
}

@media (min-width: 1024px) {
    .review {
        padding: 80px 0;
    }
}

.review .pc {
    display: none;
}

.review .sp {
    display: block;
}

@media (min-width: 1024px) {
    .review .pc {
        display: block;
    }

    .review .sp {
        display: none;
    }
}

.review .article-list {
    /*display: block;*/
    gap: 40px;
}

@media (min-width: 1024px) {
    .review .article-list {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        justify-content: space-between;
        margin: 0 auto;
    }

}

.inner3 {
    max-width: 1620px;
    padding: 0 40px;
}

@media (max-width: 1024px) {
    .inner3 {
        padding: 0px 20px;
    }

}

.review .swiper-container+p {
    text-align: left;
    font-size: 12px;
    margin: 20px auto 50px auto;
}

@media (min-width: 1024px) {
    .review .swiper-container+p {
        text-align: right;
        font-size: 12px;
    }
}

.review .description {
    text-align: center;
}

.review .article-item {
    width: 100%;
    padding: 30px;
    height: 380px;
    background: #ffffff;
    border: 1px solid #000000;
}

@media (min-width: 1024px) {
    .review .article-item {
        margin: 0;
        border: 1px solid #999999;
        padding: 40px;
        max-height: 480px;
        height: 100%;
    }
}

.review .article-item-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

.review .article-item-inner+p {
    font-size: 16px;
    padding: 10px 0 0 0;
    text-align: left;
    line-height: 1.8;
}

@media (min-width: 1024px) {
    .review .article-item-inner+p {
        font-size: 16px;
        padding: 10px 0 0 0;
    }
}

.review .article-item .image {
    width: 80px;
}

@media (min-width: 1024px) {
    .review .article-item .image {
        width: 110px;
    }
}

.review .article-item .item {
    padding: 0 0 0 10px;
    text-align: left;
}

@media (min-width: 1024px) {
    .review .article-item .item {
        flex: 1;
    }
}

.review .article-item .item p {
    font-size: 16px;
    margin: 0;
}

@media (min-width: 1024px) {
    .review .article-item .item p {
        font-size: 32px;
    }
}

.review .article-item .item .overview {
    text-align: left;
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}

@media (min-width: 1024px) {
    .review .article-item .item .overview {
        text-align: left;
        font-size: 16px;
        margin: 0;
        font-weight: bold;
    }
}

.review .article-item .item .overview span {
    background: #000000;
    margin: 5px 5px 5px 0;
    color: #ffffff;
    width: 64px;
    display: inline-block;
    text-align: center;
    font-size: 11px;
}

@media (min-width: 1024px) {
    .review .article-item .item .overview span {
        background: #000000;
        margin: 5px 10px 5px 0;
        padding: 3px 0;
        color: #ffffff;
        width: 70px;
        display: inline-block;
        text-align: center;
        font-size: 11px;
    }
}

.liner {
    background: linear-gradient(transparent 60%, #BED3FF 60%);
}

.star5_rating {
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC;
}

.star5_rating:before,
.star5_rating:after {
    content: '★★★★★';
}

.star5_rating:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32;
}

.star5_rating[data-rate="5"]:after {
    width: 100%;
}

/* 星5 */
.star5_rating[data-rate="4.5"]:after {
    width: 90%;
}

/* 星4.5 */
.star5_rating[data-rate="4"]:after {
    width: 80%;
}

/* 星4 */

.review .swiper-slide {
    text-align: left;
}

.review .swiper-slide .swiper-slide-inner {
    display: block;
}

.review .swiper-container .swiper-slide {
    height: auto;
    padding: 0px 20px 0;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    background: none;
}

.review .swiper-container {
    padding: 0;
}

.review .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* section4
---------------------------------------------------- */
#section4 {
    padding: 133px 0 74px;
    background: #E9F4FE url(../images/section4_ar.png) no-repeat center top;
}

#section4 h2 {
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-align: center;
    color: #1555C9;
}

#section4 h3 {
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
    margin: 30px 0;
}

#section4 h3 .br_sp {
    display: none;
}

#section4 h3 .span1 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 3px;
}

#section4 h3 .span2 {
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px;
}

#section4 h3 .span3 {
    background: linear-gradient(transparent 75%, #FCEC4F 75%);
}

#section4 .p2 {
    width: 624px;
    height: 73px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 30px auto;
    background: url(../images/section4_serif.png) no-repeat center top;
    background-size: contain;
    box-sizing: border-box;
    padding-top: 15px;
}

#section4 .p2 br {
    display: none;
}

#section4 .ul1 {
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    #section4 {
        padding: 88px 0 45px;
        background-size: 162px auto;
    }

    #section4 h2 {
        font-size: 28px;
    }

    #section4 h3 {
        font-size: 16px;
        margin: 25px 0;
    }

    #section4 h3 .span1 {
        font-size: 16px;
        margin: 0;
    }

    #section4 h3 .span2 {
        font-size: 10px;
        margin-right: 5px;
    }

    #section4 h3 .br_sp {
        display: inline;
    }

    #section4 .p2 {
        width: 100%;
        height: 110px;
        font-size: 20px;
        line-height: 1.4;
        text-align: center;
        margin: 30px auto 20px;
        background: url(../images/section4_serif_sp.png) no-repeat center top;
        background-size: contain;
        padding-top: 12.5px;
    }

    #section4 .p2 br {
        display: inline;
    }

    #section4 .ul1 {
        width: 95%;
        margin: 25px auto 0;
        font-size: 11px;
    }

    #section4 .ul1 li {
        text-indent: -1em;
        padding-left: 1em;
    }
}

/* section5
---------------------------------------------------- */
#section5 {
    padding: 121px 0 50px;
    background: #1555C9 url(../images/section5_ar.png) no-repeat center top;
}

#section5 h2 {
    font-weight: 500;
    font-size: 38px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

#section5 h2 span.point {
    background: linear-gradient(transparent 75%, #0c3175 75%);
    color: #FCEC4F;
    font-size: 38px;
}

#section5 h2 br,
#section5 h2+p br {
    display: none;
}

#section5 h2 span {
    font-size: 12px;
}

#section5 h2+p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    margin: 30px 0 55px;
    color: #fff;
}

#section5 .cf {
    background: #ffffff;
}

#section5 .cf+p {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    margin: 50px 0 0;
    color: #fff;
}

@media screen and (max-width: 768px) {
    #section5 {
        padding: 80px 0 55px;
        background-size: 162px auto;
    }

    #section5 h2 {
        font-size: 28px;
        line-height: 1.4;
    }

    #section5 h2 br,
    #section5 h2+p br {
        display: inline;
    }

    #section5 h2+p {
        font-size: 16px;
        line-height: 1.6;
        margin: 20px 0 31px;
    }

    #section5 ul li {
        float: none;
        width: 97%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    #section5 ul li:last-child {
        float: none;
        margin-top: 13px;
    }

    #section5 .cf+p {
        font-weight: 700;
        font-size: 18px;
        line-height: 1.4;
        text-align: center;
        margin: 30px 0 0;
        color: #fff;
    }
}

/* section6
---------------------------------------------------- */
#section6 {
    background: url(../images/section6_ar.png) no-repeat center top;
    padding: 108px 0 72px;
}

#section6 .p1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    margin: 0 0 59px;
}

#section6 .p1 .br_sp {
    display: none;
}

#section6 .p1 span {
    font-size: 12px;
}

#section6 .btn a {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 70px;
    text-align: center;
    width: 450px;
    height: 70px;
    border-radius: 20px;
    background: #fcec4f;
    border-bottom: 6px solid #EDC82B;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}

#section6 .section6_box {
    border: 1px solid #C9C6C6;
    height: 300px;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 25px;
    margin: 60px 0 0;
}

#section6 .section6_box p {
    font-size: 12px;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    #section6 {
        background-size: 160px auto;
        padding: 65px 0 37px;
        width: 100%;
        margin: 0 auto;
    }

    #section6 .p1 {
        font-size: 15px;
        line-height: 1.8;
        margin: 0 0 40px;
    }

    #section6 .p1 .br_sp {
        display: inline;
    }

    #section6 .btn a {
        font-size: 16px;
        line-height: 54px;
        width: 100%;
        max-width: 345px;
        height: 54px;
        border-radius: 8px;
        border-bottom: 5px solid #EDC82B;
    }

    #section6 .section6_box {
        height: 258px;
        padding: 20px;
        margin: 43px 0 0;
    }

    #section6 .section6_box p {
        font-size: 11px;
    }
}

/* footer
---------------------------------------------------- */
#footer {
    background: #2389ca;
    padding: 22px 0 160px;
}

#footer .p1 {
    float: left;
    padding-top: 9px;
}

#footer .p2 {
    float: left;
    margin-left: 58px;
}

#footer .p3 {
    float: left;
    margin-left: 9px;
}

#footer .footer_navi {
    float: right;
    padding-top: 5px;
}

#footer li {
    float: left;
    margin-left: 1em;
    font-size: 11px;
    line-height: 1.2;
}

#footer li a {
    color: #fff;
}

#footer .copyright {
    text-align: right;
    color: #fff;
    font-size: 11px;
    line-height: 1.5;
    margin: 15px 0 0;
}

@media screen and (max-width: 768px) {
    #footer {
        padding: 40px 10px 155px;
        text-align: center;
    }

    #footer .p1 {
        float: none;
        padding-top: 3px;
        display: inline-block;
        vertical-align: top;
    }

    #footer .p2 {
        float: none;
        margin-left: 15px;
        display: inline-block;
        vertical-align: top;
    }

    #footer .p3 {
        float: none;
        margin-left: 5px;
        display: inline-block;
        vertical-align: top;
    }

    #footer .footer_navi {
        float: none;
        padding-top: 25px;
    }

    #footer li {
        float: none;
        display: inline-block;
        line-height: 2;
    }

    #footer .copyright {
        text-align: center;
        font-size: 10px;
        margin: 15px 0 0;
    }
}

@media screen and (max-width: 480px) {
    #footer .p1 img {
        width: 150px;
        height: auto;
    }

    #footer .p2 img {
        width: 100px;
        height: auto;
    }

    #footer .p3 img {
        width: 35px;
        height: auto;
    }
}

@media screen and (max-width: 320px) {
    #footer .p1 img {
        width: 130px;
        height: auto;
    }

    #footer .p2 {
        margin-left: 10px;
    }

    #footer .p3 {
        margin-left: 3px;
    }

    #footer .p2 img {
        width: 90px;
        height: auto;
    }

    #footer .p3 img {
        width: 30px;
        height: auto;
    }
}


/* swiper
---------------------------------------------------- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

.swiper-container {
    margin-bottom: 50px;
}

.swiper-slide {
    text-align: left;
    height: auto;
}

.swiper-slide a {
    display: block;
    height: 100%;
    color: #000000;
    background: #E9F4FE;
}

.swiper-slide .text {
    padding: 19px 17px 20px;
}

.swiper-slide .tag {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
}

.swiper-slide .store-name {
    margin: 0 0 10px;
    font-weight: 700;
    color: #1555C9;
    font-size: 16px;
}

.swiper-slide .description {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.8;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    background-color: #ff4343;
    color: #fff;
    font-weight: bolder;
    border: 5px solid #fff;
    box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.2);
    padding: 15px 22px;
    font-size: 30px;
}

.swiper-button-next {
    right: 5px;
}

.swiper-button-prev {
    left: 5px;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    -webkit-transform: translate3d(0, 0, 2);
    transform: translate3d(0, 2px, 0);
}

@media (max-width: 580px) {

    .swiper-button-prev:after,
    .swiper-button-next:after {
        border: 3px solid #fff;
        padding: 10px 15px;
        font-size: 20px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 20px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 20px;
    }
}

@media (max-width: 430px) {

    .swiper-button-prev:after,
    .swiper-button-next:after {
        padding: 8px 12px;
        font-size: 15px;
    }
}



/* fee
---------------------------------------------------- */

@media (min-width: 1024px) {
    .fee .tabbox {
        position: relative;
    }
}

.fee .tab {
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
}

.fee .tabbox .tab li {
    margin-right: 12px;
    padding-left: 24px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .fee .tabbox .tab li {
        margin-right: 30px;
        padding-left: 27px;
    }
}

.fee .tabbox .tab li::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: 1px solid #D3D3D3;
}

.fee .tabbox .tab li.select::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #F3CD31;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
}


.fee .tabbox .content {
    padding-top: 30px;
}

.fee .tabbox .content .hide {
    display: none;
}

.fee .article-item {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
}

@media (min-width: 769px) {
    .fee .article-item {
        flex-direction: row;
        grid-gap: 25px;
        gap: 25px;
    }
}

.fee .article-item dl {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    background: #fff;
    padding: 25px 30px;
    text-align: center;
    margin: 0 auto;
}

@media (min-width: 769px) {
    .fee .article-item dl {
        display: block;
        padding: 36px 0px 43px;
        width: 33%;
    }
}

.fee .article-item dt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.fee .article-item dd {
    position: relative;
    text-align: center;
}

@media (min-width: 769px) {
    .fee .article-item dt {
        font-size: 24px;
        margin-bottom: 45px;
    }
}

.fee .article-item dd .off {
    font-size: 20px;
    color: #e00c53;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

@media (min-width: 769px) {
    .fee .article-item dd .off {
        position: absolute;
        width: 100%;
        font-size: 20px;
        top: -30px;
        left: 0;
        margin-top: -8px;
        color: #e00c53;
        font-weight: 700;
        line-height: 1;
    }
}

.fee .article-item dd .off span {
    font-size: 20px;
}

.fee .article-item dd .price {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #1555C9;
}

@media (min-width: 769px) {
    .fee .article-item dd .price {
        font-size: 36px;
    }
}

.fee .article-item dd .price span {
    font-size: 38px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: -9px 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    letter-spacing: -0.5px;
}

@media (min-width: 769px) {
    .fee .article-item dd .price span {
        font-size: 65px;
        margin: -16px 5px 0 0;
    }
}

.fee .article-item dd .sub {
    font-size: 15px;
    color: #1555C9;
    font-weight: 500;
    line-height: 1;
    margin: 5px 0 0;
}

@media (min-width: 769px) {
    .fee .article-item dd .sub {
        font-size: 22px;
        margin: 10px 0 0;
    }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 固定CTA */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#follow {
    width: 100%;
    height: 150px;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    bottom: -150px;
    left: 0;
    z-index: 10;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#follow.show {
    bottom: 0;
}

#follow h2 {
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 10px;
    font-weight: 700;
}

#follow .ctabtn {
    width: 450px;
    margin: auto;
}

#follow .ctabtn a {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 70px;
    text-align: center;
    width: 450px;
    height: 70px;
    border-radius: 20px;
    background: #fcec4f;
    border-bottom: 6px solid #EDC82B;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    margin: 0 auto;
}

#follow .ctabtn a span {
    font-size: 1.8rem;
}

#follow .ctabtn a:hover {
    opacity: 0.8;
}

#follow h2 .br_sp {
    display: none;
}


@media screen and (max-width: 768px) {
    #follow .ctabtn {
        width: 100%;
        margin: auto;
    }

    #follow h2 {
        font-size: 15px;
        text-align: center;
        padding-top: 15px;
        margin: 10px;
        font-weight: 700;
    }

    #follow .ctabtn a {
        font-size: 16px;
        line-height: 54px;
        width: 90%;
        max-width: 345px;
        height: 54px;
        border-radius: 8px;
        border-bottom: 5px solid #EDC82B;
    }

    #follow h2 .br_sp {
        display: block;
    }
}

@media screen and (max-width: 580px) {
    .review .article-item {
        padding: 30px 50px;
    }
}

@media screen and (max-width: 430px) {
    .review .article-item {
        padding: 30px 50px;
        height: 320px;
    }

    .review .article-item-inner+p {
        font-size: 14px;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        border: 3px solid #fff;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    }
}

@media screen and (max-width: 430px) {
    .review .article-item {
        padding: 20px 44px;
        height: 380px;
    }
}
