/* mv */
body.home{
    background-color: #FAFAFA;
}
body.home::after{
    content: "";
    position: absolute;
    width: 70%;
    right: 0;
    height: 854px;
    background-color: #EEF5F9;
    z-index: -1;
    top: 0;
}
@media screen and (max-width:768px){
    body.home::after{
        height: 567px;
    }
}
.mv{
    position: relative;
}
.mv__bg{
    width: 87%;
    margin: 0 0 0 auto;
}
.mv__img{
    position: absolute;
    max-width: 355px;
    height: auto;
    bottom: -1px;
    left: 24%;
}
.mv__img img{
    vertical-align:top;
}
@media screen and (max-width:1280px){
    .mv__img{
        left: 30%;
    }
}
@media screen and (max-width:1050px){
    .mv__img{
        left: 38%;
        max-width: 260px;
    }
}
@media screen and (max-width:768px){
    .mv__img{
        left: 50%;
    }
}
@media screen and (max-width:570px){
    .mv__img{
        width: 159px;
        height: 142px;
        left: 40%;
    }
}
@media screen and (max-width:480px){
    .mv__img{
        left: auto;
        right: 8px;
    }
}
.mv__txt{
    font-size: 29px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.02em;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    background: linear-gradient(110deg, #85D4EC, #589CD0);
    padding: 55px 0px 55px 52px;
    width: 488px;
    position: absolute;
    bottom: 104px;
    left: 0;
    box-sizing: border-box;
}
@media screen and (max-width:1050px){
    .mv__txt{
        font-size: 27px;
        padding: 40px 0 40px 40px;
        bottom: 20%;
    }
}
@media screen and (max-width:570px){
    .mv__txt{
        font-size: 20px;
        padding: 24px 48px 24px 16px; 
        width: fit-content;
        bottom: 50px;
    }
}
/* problem */
.problem{
    padding-top: 94px;
}
@media screen and (max-width:768px){
    .problem{
        padding-top: 60px;
    }
    .problem-list{
        padding: 0 20px;
    }
}
.problem-list__item{
    border: 3px solid #DFEAF0;
    padding: 48px 42px;
    background-color: #fff;
    max-width: 672px;
    margin: 0 auto;
}
@media screen and (max-width:768px){
    .problem-list__item{
        padding: 24px;
    }
}
.problem-list__item li{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-left: 36px;
    position: relative;
}
@media screen and (max-width:768px){
    .problem-list__item li{
        font-size: 16px;
    }
}
.problem-list__item li:last-of-type{
    margin-bottom: 0;
}
.problem-list__item li::before{
    content: "";
    position: absolute;
    background-image: url(../../image/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: inline-block;
}

/* partner */
.partner{
    padding: 58px 20px;
}
.partner-list{
    display: flex;
    gap: 34px;
}
@media screen and (max-width:768px) {
    .partner-list{
        flex-direction: column;
    }
}
.partner-list__item{
    background-color: #fff;
    padding: 64px 10px 34px;
    flex-basis: 33%;
    position: relative;
}
@media screen and (max-width:768px) {
    .partner-list__item{
        flex-basis: 100%;
    }
    .partner-list__img{
        width: 60%;
        margin: auto;
    }
}
.partner-list__txt{
    font-weight: 700;
    font-size: 22px;
}
@media screen and (max-width:768px) {
    .partner-list__txt{
        font-size: 18px;
    }
}
.partner-list__item::before {
    position: absolute;
    content:"";
    left: -3px;
    top: 10px;
    background-color: #619DCB;
    height: calc(60px / 2);
    width: 60px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transform: rotate(-45deg);
}

/* sale */
.sale{
    padding: 100px 20px;
}
@media screen and (max-width:768px) {
    .sale{
        padding: 60px 20px;
    }
}
.sale-list{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 1182px;
    margin: auto;
    justify-content: space-between;
}
@media screen and (max-width:880px) {
    .sale-list{
        gap: 16px;
        justify-content: center;
    }
}
@media screen and (max-width:768px) {
    .sale-list{
        flex-direction: column;
    }
}
.sale-list__item{
    flex-basis: 48%;
    border: 2px solid #D9D9D9;
    padding: 118px 20px 20px;
    box-sizing: border-box;
    position: relative;
}
@media screen and (max-width:880px) {
    .sale-list__item{
        flex-basis: 48%;
        padding: 98px 16px 20px;
    }
}
.sale-list__ttl{
    padding: 16px 32px;
    font-weight: 700;
    font-size: 24px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 28px;
}
@media screen and (max-width:850px) {
    .sale-list__ttl{
        font-size: 22px;
        padding: 14px 22px;
    }
}
@media screen and (max-width:768px) {
    .sale-list__ttl{
        font-size: 20px;
        padding: 12px 20px;
        top: 18px;
    }
}
.sale-list__ttl .number{
    font-family: "Open Sans", serif;
    margin-right: 34px;
    position: relative;
    font-size: 26px;
    font-weight: 700;
}
.sale-list__ttl .number::after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 1px;
    background-color: #fff;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}
.sale-list__img{
    max-width: 466px;
    margin: auto;
}
.sale-list__txt{
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding-top: 12px;
    line-height: 1.6;
}
@media screen and (max-width:850px) {
    .sale-list__txt{
        font-size: 18px;
    }
}
@media screen and (max-width:768px) {
    .sale-list__txt{
        font-size: 18px;
        width: 80%;
        margin: auto;
    }
}
@media screen and (max-width:540px) {
    .sale-list__txt{
        font-size: 16px;
        width: 90%;
    }
}

.sale-list__merit{
    padding: 30px 44px;
}
@media screen and (max-width:768px) {
    .sale-list__merit{
        padding: 24px 20px;
    }
}
.sale-list__merit li{
    padding-left: 36px;
    position: relative;
}
.sale-list__merit li:first-of-type{
    margin-bottom: 20px;
}
.sale-list__merit li::before{
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sale-list__merit li:first-of-type::before{
    background-image: url(../../image/merit.svg);
}
.sale-list__merit li:last-of-type::before{
    background-image: url(../../image/demerit.svg);
}

/* company */
.company{
    padding: 100px 0;
}
@media screen and (max-width:768px) {
    .company{
        padding: 60px 0;
    }
}
.company-content{
    padding: 0 20px;
}
.company-info__wrap{
    background-color: #fff;
    padding: 68px 0;
    max-width: 1120px;
    margin: auto;
}
@media screen and (max-width:768px) {
    .company-info__wrap{
        padding: 40px 26px;
    }
}
.company-info{
    max-width: 890px;
    margin: auto;
    width: 79%;
}
@media screen and (max-width:768px) {
    .company-info{
        width: 100%;
    }
}
.company-info__item{
    display: flex;
    border-bottom: 2px solid #D9D9D9;
    padding-bottom: 26px;
    position: relative;
    margin-bottom: 26px;
}
@media screen and (max-width:768px) {
    .company-info__item{
        flex-direction: column;
        margin-bottom: 16px;
    }
}
.company-info__item:last-of-type{
    margin-bottom: 0;
}
.company-info__item::after{
    content: "";
    display: block;
    position: absolute;
    background-color: #619DCB;
    height: 2px;
    width: 178px;
    bottom: -2px;
    left: 0;
}
@media screen and (max-width:768px) {
    .company-info__item::after{
        display: none;
    }
}
.company-info__item dt{
    width: 20%;
    padding-left: 18px;
    font-weight: bold;
    box-sizing: border-box;
}
@media screen and (max-width:768px) {
    .company-info__item dt{
        border-bottom: 2px solid #619DCB;
        padding-bottom: 16px;
        margin-bottom: 16px;
        width: 100%;
        padding-left: 10px;
    }
}
.company-info__item dd{
    padding-left: 65px;
}
@media screen and (max-width:768px) {
    .company-info__item dd{
        padding-left: 10px;
    }    
}

/* contact */
.contact{
    padding: 100px 20px;
}
@media screen and (max-width:768px){
    .contact{
        padding: 60px 20px;
    }     
}
.contact-content{
    padding: 43px 0 50px;
    box-shadow: 3px 4px 16px rgba(0, 0, 0, 0.1);
    position: relative;
}
@media screen and (max-width:768px){
    .contact-content{
        padding: 43px 0 130px;
    }
}
.contact-content::after{
    content: "";
    position: absolute;
    background-image: url(../../image/contact-woman.png);
    width: 276px;
    height: 277px;
    background-size:contain;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
}
@media screen and (max-width:768px){
    .contact-content::after{
        width: 156px;
        height: 157px;   
    }
}
.contact-info{
    max-width: 727px;
    margin: auto;
    display: flex;
    gap: 37px;
}
@media screen and (max-width:1180px){
    .contact-info{
        flex-direction: column;
        width: 74%;
    }
}
@media screen and (max-width:768px){
    .contact-info{
        width: 90%;
    }
}
.section__ttl.contact__ttl{
    margin-top: 0;
}
.contact-info__txt{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}
.contact-info__txt::before,
.contact-info__txt::after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 2px;
    height: 20px;
}
.contact-info__txt::before{
    transform: translateY(-50%)rotate(-30deg);
    left: 0;
}
.contact-info__txt::after{
    transform: translateY(-50%)rotate(30deg);
    right: 0;
}
.contact-info__tel{
    color: #619DCB;
    width: 100%;
    text-align: center;
}
.contact-info__form{
    color: #EE954D;
    width: 100%;
    text-align: center;
}

.contact-info__tel .contact-info__txt::before,
.contact-info__tel .contact-info__txt::after{
    background-color: #619DCB;
}

.contact-info__form .contact-info__txt::before,
.contact-info__form .contact-info__txt::after{
    background-color: #EE954D;
}
.contact-info__tel .contact-info__btn,
.contact-info__form .contact-info__btn{
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    height: 99px;
}
@media screen and (max-width:768px){
    .contact-info__tel .contact-info__btn,
    .contact-info__form .contact-info__btn{
        height: 80px;
    }    
}
.contact-info__tel .contact-info__btn{
    background-color: #619DCB;
    transition: .2s;
    border: 2px solid #619DCB;
    box-sizing: border-box;
}
.contact-info__form .contact-info__btn{
    background-color: #EE954D;
    transition: .2s;
    border: 2px solid #EE954D;
    box-sizing: border-box;
}
.contact-info__tel .contact-info__btn:hover{
    background-color: #fff;
    border: 2px solid #619DCB;
}
.contact-info__form .contact-info__btn:hover{
    background-color: #fff;
    border: 2px solid #EE954D;
}
.contact-info__tel .contact-info__btn:hover a{
    color: #619DCB;
}
.contact-info__form .contact-info__btn:hover a{
    color: #EE954D;
}
.contact-info__btn a{
    color: #fff;
    display: block;
    max-width: 345px;
    width: 100%;
    text-align: center;
    line-height: 99px;
}
@media screen and (max-width:768px){
    .contact-info__btn a{
        line-height: 80px;
    }
    .contact-info__tel .contact-info__btn:hover{
        background-color: #619DCB;
        border: 2px solid #619DCB;
    }
    .contact-info__form .contact-info__btn:hover{
        background-color: #EE954D;
        border: 2px solid #EE954D;
    }
    .contact-info__tel .contact-info__btn:hover a{
        color: #fff;
    }
    .contact-info__form .contact-info__btn:hover a{
        color: #fff;
    }
}
.contact-info__btn a span{
    position: relative;
    padding-left: 44px;
}
.contact-info__tel .contact-info__btn a{
    font-size: 28px;
    font-family: "Roboto Flex", serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: auto;
}
@media screen and (max-width:768px){
    .contact-info__tel .contact-info__btn a{
        font-size: 20px;
    }
}
.contact-info__form .contact-info__btn a{
    font-size: 20px;
    font-weight: 700;
    margin: auto;
}
@media screen and (max-width:768px){
    .contact-info__form .contact-info__btn a{
        font-size: 16px;
    }
}
.contact-info__tel .contact-info__btn a span::before,
.contact-info__form .contact-info__btn a span::before{
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
}
.contact-info__tel .contact-info__btn a span::before{
    background-image: url(../../image/tel-icon.svg);
}
.contact-info__form .contact-info__btn a span::before{
    background-image: url(../../image/mail-icon.svg);
}

.contact-info__tel .contact-info__btn:hover a span::before{
    background-image: url(../../image/tel-icon-blue.svg);
}
.contact-info__form .contact-info__btn:hover a span::before{
    background-image: url(../../image/mail-icon-orange.svg);
}
@media screen and (max-width:768px) {
    .contact-info__tel .contact-info__btn:hover a span::before{
        background-image: url(../../image/tel-icon.svg);
    }
    .contact-info__form .contact-info__btn:hover a span::before{
        background-image: url(../../image/mail-icon.svg);
    }
}
/* -------------
お問い合わせページ
----------------*/
.contact-page-section{
    max-width: 730px;
    margin: auto;
}
@media screen and (max-width:768px) {
    .contact-page-section{
        width: 90%;
    }
}
.contact-page__description{
    padding-bottom: 54px;
}
.contact-form{
    width: 100%;
}
.contact-form tr{
    display: flex;
    gap: 40px;
}
@media screen and (max-width:768px) {
    .contact-form tr{
        flex-direction: column;
        gap: 16px;
    }
}
.contact-form th{
    text-align: left;
    flex-basis: 30%;
    margin-bottom: 32px;
}
@media screen and (max-width:768px) {
    .contact-form th{
        margin-bottom: 0;
    }
}
.contact-form tr:last-of-type th{
    margin-bottom: 0;
}
.contact-form th p{
    display: flex;
    justify-content: space-between;
}
.contact-form th span{
    background-color: #EE954D;
    border-radius: 2px;
    color: #fff;
    padding: 3px 12px;
    font-weight: 500;
    text-align: right;
    font-size: 12px;
}
.contact-form td {
    flex-basis: 70%;
    margin-bottom: 32px;
}
.contact-form tr:last-of-type td{
    margin-bottom: 0;
}
.contact-form td input{
    border: 1px solid #CECECE;
    background-color: #FBFBFB;
    height: 32px;
    width: 100%;
    border-radius: 4px;
}
.contact-form td textarea{
    border: 1px solid #CECECE;
    background-color: #FBFBFB;
    width: 100%;
    border-radius: 4px;
    height: 226px;
}
.contact-form td .post-code{
    margin-bottom: 15px;
}
.contact-form td .post-code input{
    width: 70%;
    margin-left: 8px;
}
.acceptance-check{
    text-align: center;
}
.submit{
    margin-top: 30px;
    text-align: center;
}
.submit:hover input{
    background-color: #fff;
    border: 2px solid #619DCB;
    color: #619DCB;
}
.submit input[disabled]{
    background-color: #7b7b7b;
    border: 2px solid #7b7b7b;
    color: #fff;
}
.submit input{
    background-color: #619DCB;
    width: 254px;
    padding: 16px 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid #619DCB;
}
.wpcf7-spinner{
    display: block;
    margin: auto;
}
/* 個人情報保護方針 */
.privacy{
    background-color: #EEF5F9;
    padding: 36px 28px;
    border-radius: 4px;
    margin: 70px auto 43px;
    max-width: 700px;
    box-sizing: border-box;
    font-size: 14px;
}
.privacy-item{
    height: 195px;
    overflow: scroll;
}
.privacy-content:first-of-type{
    padding-bottom: 20px;
}
.privacy-content dt,
.privacy-content dd{
    padding-bottom: 14px;
}
.privacy-content>dl>dt{
    font-weight: 500;
}
.privacy-content>p,
.privacy-content li{
    padding-bottom: 10px;
}
.privacy-content li{
    padding-left: 20px;
}
.privacy__ttl{
    font-size: 16px;
    padding-bottom: 10px;
}

/* --------
完了画面
-----------*/
.thanks-page-section{
    padding: 64px 20px 100px;
}
.thanks-page-section__inner{
    max-width: 840px;
    margin: auto;
}
.thanks-page__description{
    /* text-align: center; */
    font-size: 18px;
    line-height: 2.0;
}
.thanks-page__description p{
    padding-bottom: 20px;
}
.thanks-page__link {
    /* text-align: center; */
    padding-top: 40px;
}
.thanks-page__link a{
    text-decoration: underline;
    font-size: 18px;
    font-weight: 700;
    color: #619DCB;
}
.thanks-page__link:hover{
    opacity: 0.8;
}

@media screen and (max-width:768px){
    .thanks-page__description,
    .thanks-page__link a{
        font-size: 16px;
    }
    .thanks-page-section{
        padding-top: 90px;
    }
}