@charset "utf-8";
/* CSS Document */


/* ======================================================================

    お客様へ / customers

====================================================================== */


/* .pg-customers-history
=================================================== */
.pg-customers-history{
    padding: 80px 0 140px;
    background: #fff;
}
@media screen and (max-width:768px){
    .pg-customers-history{
        padding: 65px 0 70px;
    }   
}
.pg-customers-history__title{
    margin: 0 0 0.5em;
}
.pg-customers-history__text{
    font-size: 1.25rem;
    margin: 0 0 2.0em;
}
@media screen and (max-width:768px){
    .pg-customers-history__text{
        font-size: 1.0rem;
    }   
}
.pg-customers-history__list{
    margin: 30px 0 56px;
    gap: 15px 1.25%;
}
@media screen and (max-width:768px){
    .pg-customers-history__list{
        flex-wrap: wrap;
        gap: 15px 2.0%;
    }   
}
.pg-customers-history__list-item{
    width: calc(100% / 4);
    background: #00A0E9;
    border: 5px solid #EBEBEB;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    padding: 35px 5px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
}
@media screen and (max-width:1000px){
    .pg-customers-history__list-item{
        font-size: min( 2.25vw, 1.5rem);
    }
}
@media screen and (max-width:768px){
    .pg-customers-history__list-item{
        width: calc(100% / 2 - 1.0%);
        font-size: min( 4.0vw, 1.125rem);
    }
}
.pg-customers-history__list-item span{
    font-size: 3.0rem;
    font-weight: 900;
    line-height: 0.75;
}
@media screen and (max-width:768px){
    .pg-customers-history__list-item span{
        font-size: 2.1875rem;
    }
}
.pg-customers-history__btn{
    margin: 60px 0 0;
}
.pg-customers-history__btn a{
    margin: 0 auto;
}


/* .pg-customers-approach
=================================================== */
.pg-customers-approach{
    background: var(--color_bg);
    padding: 110px 0 160px;
}
@media screen and (max-width:768px){
    .pg-customers-approach{
        padding: 65px 0 70px;
    }   
}
.pg-customers-approach__title{
    margin: 0 0 0.5em;
}
.pg-customers-approach__title span{
    font-size: 3.0rem;
}
@media screen and (max-width:768px){
    .pg-customers-approach__title span{
        font-size: 1.75rem;
    }   
}
.pg-customers-approach__text{
    font-size: 1.25rem;
    margin: 0 0 1.25em;
}
@media screen and (max-width:768px){
    .pg-customers-approach__text{
        font-size: 1.0rem;
        line-height: 1.625;
        margin: 0 0 2.0em;
    }   
}
.pg-customers-approach__card{
    gap: 40px 4.75%;
}
@media screen and (max-width:768px){
    .pg-customers-approach__card{
        flex-wrap: wrap;
    }
}
.pg-customers-approach__card-item{
    width: calc(100% / 3);
    background: #fff;
}
@media screen and (max-width:768px){
    .pg-customers-approach__card-item{
        width: 100%;
    }
}
.pg-customers-approach__card-item .img-cont{
    position: relative;
}
.pg-customers-approach__card-item .img-cont .title{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}
@media screen and (max-width:1100px){
    .pg-customers-approach__card-item .img-cont .title{
        font-size: min( 2.5vw, 1.625rem);
    }
}
@media screen and (max-width:768px){
    .pg-customers-approach__card-item .img-cont .title{
        font-size: min( 6.0vw, 1.3125rem);
    }
}
.pg-customers-approach__card-item .text-cont{
    padding: 18px 20px 40px;
}
@media screen and (max-width:768px){
    .pg-customers-approach__card-item .text-cont{
        padding: 18px 20px;
    }   
}
.pg-customers-approach__card-item .text-cont .text{
    line-height: 1.6;
}
.pg-customers-approach__card-item .text-cont .btn{
    margin: 27px 0 0;
}


/* .pg-customers-attempt
=================================================== */
.pg-customers-attempt{
    padding: 110px 0 100px;
    background: #fff;
}
@media screen and (max-width:768px){
    .pg-customers-attempt{
        padding: 65px 0 70px;
    }
}
.pg-customers-attempt__flex-img{
    width: 35.9%;
}
@media screen and (max-width:768px){
    .pg-customers-attempt__flex-img{
        width: 100%;
    }   
}
.pg-customers-attempt__flex-img .img{
    margin: 0 auto 30px;
}
.pg-customers-attempt__flex-text{
    width: 64.1%;
    padding: 0 7.5% 0 0;
    box-sizing: border-box;
}
@media screen and (max-width:768px){
    .pg-customers-attempt__flex-text{
        width: 100%;
        padding: 0;
    }   
}
.pg-customers-attempt__flex-text .text{
    margin: 0 0 1.5em;
    line-height: 2.0;
    font-size: calc(0.0625rem * 18);
}
@media screen and (max-width:768px){
    .pg-customers-attempt__flex-text .text{
        font-size: calc(0.0625rem * 16);
    }
    .pg-customers-attempt__flex-text .img{
        margin: 0 0 1.5em;
    }   
}



/* .pg-customers-contact
=================================================== */
.pg-customers-contact{
    background: var(--color_bg);
    padding: 120px 0;
}
@media screen and (max-width:768px){
    .pg-customers-contact{
        padding: 60px 0;
    }   
}
.pg-customers-contact .contact-box{
    border: 4px solid var(--color_main);
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
}
@media screen and (max-width:768px){
    .pg-customers-contact .contact-box{
        border: 2px solid var(--color_main);
    }   
}
.pg-customers-contact .contact-box__title{
    text-align: center;
    font-size: calc(0.0625rem * 32);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    background: var(--color_main);
    padding: 20px 20px 25px;
}
@media screen and (max-width:768px){
    .pg-customers-contact .contact-box__title{
        font-size: min( 5.5vw, calc(0.0625rem * 24));
        padding: 15px 10px;
    }
}
.pg-customers-contact .contact-box__text{
    padding: 43px 20px 40px;
}
@media screen and (max-width:768px){
    .pg-customers-contact .contact-box__text{
        padding: 28px 20px 25px;
    }
}
.pg-customers-contact .contact-box__text .tel{
    max-width: 460px;
    margin: 0 auto;
    text-align: right;
}
@media screen and (max-width:768px){
    .pg-customers-contact .contact-box__text .tel{
        text-align: center;
    }   
}
.pg-customers-contact .contact-box__text .tel a{
    font-size: calc(0.0625rem * 60);
    font-weight: 500;
    line-height: 1.0;
    color: var(--color_main);
    padding: 0 0 0 70px;
    position: relative
}
@media screen and (min-width:769px){
    .pg-customers-contact .contact-box__text .tel a{
        pointer-events: none;
    }
}
@media screen and (max-width:768px){
    .pg-customers-contact .contact-box__text .tel a{
        font-size: min( 9.0vw, calc(0.0625rem * 42));
        padding: 0 0 0 40px;
     }
}
.pg-customers-contact .contact-box__text .tel a::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-47.5%);
    content: '';
    width: 60px;
    height: 60px;
    background: url("../img/icon-phone.svg") no-repeat center center / 100% 100%;
}
@media screen and (max-width:768px){
    .pg-customers-contact .contact-box__text .tel a::before{
        width: 35px;
        height: 35px;
        background: url("../img/icon-phone.svg") no-repeat center center / 100% 100%;
    }   
}
.pg-customers-contact .contact-box__text .text{
    max-width: 460px;
    margin: 0 auto 1.4em;
    text-align: right;
    font-size: calc( 0.0625rem * 20);
    font-weight: 500;
}
@media screen and (max-width:768px){
    .pg-customers-contact .contact-box__text .text{
        text-align: center;
        font-size: min( 4.0vw, calc( 0.0625rem * 16));
    }
}
.pg-customers-contact .contact-box__text .btn a{
    margin: 0 auto;
}



/* ======================================================================

    お問い合わせ / contact

====================================================================== */
#page.contact footer{
    padding: 80px 0 130px;
}
@media screen and (max-width:825px){
    #page.contact footer{
        padding: 50px 0 60px;
    }
}


/* ======================================================================

    資料請求完了 / download_thanks

====================================================================== */
#page.download_thanks .pg-download_thanks-section{
    padding: 80px 0;
}
@media screen and (max-width:768px){
    #page.download_thanks .pg-download_thanks-section{
        padding: 50px 0;
    }
}
#page.download_thanks .pg-download_thanks-section__box{
    background: #fff;
    padding: 40px 20px;
    border-radius: 20px;
}
#page.download_thanks .pg-download_thanks-section__box .text{
    text-align: center;
    margin: 0 0 1.5em;
}
#page.download_thanks .pg-download_thanks-section__box .text.mb-0{
    margin: 0;
}
#page.download_thanks .pg-download_thanks-section__box .text .dummy{
    display: none;
}
@media screen and (max-width:540px){
    #page.download_thanks .pg-download_thanks-section__box .text{
        text-align: left;
    }   
}


