/* reset.css */
@charset "UTF-8";
caption,td,th{text-align:left}dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,table,th,tr,ul{margin:0;padding:0;font-size:100%}blockquote,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,li,ol,p,pre,span,td,th,ul{margin:0;padding:0}code,kbd,pre,samp,tt{font-family:monospace;line-height:100%}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ol,ul{list-style-type:none}q:after,q:before{content:''}button,fieldset,form,input,label,legend,select,textarea{margin:0;padding:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;vertical-align:baseline}table{border-collapse:collapse;border-spacing:0;font-size:100%}td,th{vertical-align:top}input[type=submit]::-moz-focus-inner{border:0}

/*-----------------------------
共通スタイル
-----------------------------*/
:root{
    --base-color: #000;
    --base-font: "Noto Sans JP", sans-serif;
    --mincho: "Noto Serif JP", serif;
    --orange:#d76852;
    --pink:#ca4f84;
    --green:#01b1a9;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--base-color);
    font-family: var(--base-font);
    font-style: normal;
}

a{
    transition: 0.3s;
}

a:hover,a:focus{
    opacity: 0.7;
    transition: 0.3s;
}

a[href^="tel:"] {
    pointer-events: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.inbl,.br{
    display: inline-block;
}

.block{
    display: block;
}

.sp-none{
    display: none;
}

header .button .inner{
    width: auto;
}
footer .inner{
    max-width: unset;
}

@media screen and (max-width: 767px){
    a[href^="tel:"] {
        pointer-events:all;
    }

    .pc-none{
        display: none;
    }

    .sp-none{
        display: block;
    }
}


/*** 共通 ***/
.page-construction{
    color: #000;
    font-family: var(--base-font);
  }
  .inner{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .page-construction section{
    padding: 120px 0;
  }
 
  .txt-orange{
    color: var(--orange);
    font-weight: 600;
  }
  .txt-pink{color: var(--pink);}
  .txt-blue{color: var(--blue);}
  .txt-red{color: var(--red);}
  .txt-green{color: var(--green);}

  .txt-box{
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 1.8;
  }
  .txt-box p + p{
    margin-top: 1em;
  }

  .page-construction h2{
    font-size: 52px;
    font-family: var(--mincho);
    text-align: center;
    line-height: 1.3;
    margin-bottom: 60px;
    font-weight: 600;
  }
  .page-construction h2 .txt-bg{
    background: linear-gradient(transparent 70%, rgb(255, 253, 191) 70%);
    line-height: 1.2;
    display: inline-block;
  }

  @media screen and (max-width: 1023px){
    .page-construction section {
        padding: 100px 0;
    }
    .page-construction h2 {
        font-size: 42px;
        margin-bottom: 50px;
    }

  }
  @media screen and (max-width: 767px){
    .page-construction section {
        padding: 80px 0;
    }
    .page-construction h2 {
        font-size: 6vw;
        margin-bottom: 40px;
    }
    .txt-box{
        font-size: 16px;
    }
  }
  @media screen and (max-width: 499px){
    .page-construction section {
        padding: 60px 0;
    }
    .page-construction h2 {
        font-size: 7.5vw;
        margin-bottom: 30px;
    }


  }


/*------------------------------------
MV
------------------------------------*/
.page-construction-mv{
    width: 100%;
    height: 800px;
    background: url("../image/one-stop-construction-industry/mv-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-construction-mv-box{
    max-width: 920px;
    width: 90%;
    height: 460px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.page-construction-mv h1{
    font-family: var(--mincho);
    font-size: 36px;
    font-weight: 500;
    text-align: center;
}
.page-construction-mv h1 .big{
    font-size: 50px;
}
.page-construction-mv h1 .txt-bg{
    font-size: 90px;
    color: #d76852;
    display: inline-block;
    margin-top: 20px;
    font-weight: 600;
    background: linear-gradient(transparent 70%, rgb(255, 253, 191) 70%);
    padding: 0 5px 10px;
    margin-right: 10px;
}
.page-construction-mv-box-info{
    font-size: 24px;
    margin: 40px 0 15px;
    font-weight: 500;
}
.page-construction-mv-box-list{
    display: flex;
    justify-content: center;
    gap: 10px 7px;
}
.page-construction-mv-box-list li{
    width: 118px;
    height: 50px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    background-color: #d76852;
    padding-bottom: 2px;
}
.page-construction-mv-box-list li.page-construction-mv-box-list-li02{background-color: #00b1a9;}
.page-construction-mv-box-list li.page-construction-mv-box-list-li03{background-color: #bc9a01;}
.page-construction-mv-box-list li.page-construction-mv-box-list-li04{background-color: #cb5084;}
.page-construction-mv-box-list li.page-construction-mv-box-list-li05{background-color: #6764a4;}




@media screen and (max-width: 1023px){
    .page-construction-mv{
        height: 60vw;
    }
    .page-construction-mv h1{
        font-size: 3.5vw;
    }
    .page-construction-mv h1 .big {
        font-size: 5vw;
    }
    .page-construction-mv h1 .txt-bg {
        font-size: 9vw;
    }
    .page-construction-mv-box-info {
        font-size: 2.5vw;
        margin: 3vw 0 1.5vw;
    }
    .page-construction-mv-box-list {
        gap: 1vw 0.7vw;
    }
    .page-construction-mv-box-list li {
        width: 12vw;
        height: 5vw;
        font-size: 3vw;
        padding-bottom: 0.2vw;
    }
    .page-construction-mv-box{
        height: 38vw;
        width: 86%;
    }

}
@media screen and (max-width: 767px){
    .page-construction-mv{
        height: 100vw;
        background: url("../image/one-stop-construction-industry/mv-bg-sp.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .page-construction-mv-box {
        height: 50vw;
        width: 90%;
    }
    .page-construction-mv h1 {
        font-size: 4.8vw;
    }
    .page-construction-mv h1 .big {
        font-size: 5vw;
    }
    .page-construction-mv h1 .txt-bg{
        margin-top: 3vw;
        padding: 0 0 1vw;
        margin-right: 1vw;
        font-weight: 700;
        font-size: 9.5vw;
    }
    .page-construction-mv-box-info {
        margin: 4vw 0 2.5vw;
        font-size: 2.8vw;
    }
    .page-construction-mv-box-list {
        gap: 1vw;
    }
    .page-construction-mv-box-list li {
        width: 14.2vw;
        height: 5.5vw;
        font-size: 3vw;
        font-weight: 400;
        padding-bottom: 0.2vw;
    }

}
@media screen and (max-width: 499px){
    .page-construction-mv-box {
        height: 52vw;
        width: 94%;
    }
    .page-construction-mv h1 {
        font-size: 5.2vw;
    }
    .page-construction-mv h1 .big {
        font-size: 5.5vw;
    }
    .page-construction-mv h1 .txt-bg{
        font-size: 10vw;
        margin-left: 2vw;
    }
    .page-construction-mv-box-info {
        margin: 4vw 0 2.5vw;
        font-size: 3.2vw;
    }
    .page-construction-mv-box-list li {
        width: 16.5vw;
        height: 8vw;
        font-size: 4vw;
        padding-bottom: 0.2vw;
    }
}



/*------------------------------------
CV
------------------------------------*/
.cv{
    padding: 80px 0;
    background: linear-gradient(to right, #45535c 0%, #75848e 100%);
}
.cv-box{
    background-color: #fff;
    border-radius: 20px;
    padding: 35px 0 40px;
}
.cv-info{
    text-align: center;
    font-family: var(--mincho);
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 20px;
}
.cv-flex{
    max-width: 900px;
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.cv-flex-tel{
    width: 440px;
    text-align: right;
    position: relative;
    left: -10px;
}
.cv-flex-tel-btn{
    font-size: 56px;
    font-family: var(--mincho);
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.cv-flex-tel-btn::before{
    content: "";
    background: url("../image/one-stop-construction-industry/icon-tel.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    position: relative;
    top:-0.05em;
}
.cv-flex-tel-info{
    font-size: 16px;
    font-family: var(--mincho);
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-top: -3px;
}
.cv-flex-mail{
    width: calc(100% - 460px);
    height: 80px;
    border-radius: 100px;
    background: linear-gradient(to right, #cb5284 0%, #fca591 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 22px;
    font-family: var(--mincho);
    font-weight: 600;
}
.cv-flex-mail::before{
    content: "";
    background: url("../image/one-stop-construction-industry/icon-mail.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 0.5em;
    margin-top: 0.05em;
}
@media screen and (max-width: 1023px){
    .cv{
        padding: 60px 0;
    }
    .cv-box {
        padding: 25px 0 30px;
    }
    .cv-info{
        font-size: 20px;
    }
    .cv-flex {
        max-width: 780px;
    }
    .cv-flex-tel-btn {
        font-size: 46px;
    }
    .cv-flex-tel-info {
        font-size: 14px;
    }
    .cv-flex-tel {
        width: 340px;
        left: 0;
    }
    .cv-flex-mail {
        width: calc(100% - 360px);
        height: 70px;
        font-size: 20px;
    }
}
@media screen and (max-width: 767px){
    .cv{
        padding: 50px 0;
    }
    .cv-info {
        font-size: 3vw;
    }
    .cv-flex{
        flex-direction: column;
        align-items: center;
    }
    .cv-flex-tel{
        width: 100%;
        text-align: center;
    }
    .cv-flex-tel-btn{
        justify-content: center;
    }
    .cv-flex-tel-btn {
        font-size: 7.5vw;
    }
    .cv-flex-tel-info {
        font-size: 2.5vw;
    }
    .cv-flex-mail {
        width: 56vw;
        height: 9vw;
        font-size: 3vw;
        margin-top: 3vw;
    }
}
@media screen and (max-width: 499px){
    .cv{
        padding: 30px 0;
    }
    .cv-box {
        padding: 20px 0 25px;
    }
    .cv-info {
        font-size: 4.5vw;
    }
    .cv-flex-tel-btn {
        font-size: 10vw;
    }
    .cv-flex-tel-info {
        font-size: 3.5vw;
        margin-top: 0;
    }
    .cv-flex-mail {
        width: 80vw;
        height: 12vw;
        font-size: 4.5vw;
        margin-top: 4vw;
    }
}

















/* キャプション */
.page-construction-caption{
    width: 100%;
    height: 485px;
    background: url("../image/one-stop-construction-industry/page-construction-caption-bg.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.page-construction-caption-title{
    font-family: var(--mincho);
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
}
.page-construction-caption-title .txt-bg{
    background-color: #fff;
    display: inline-block;
    padding: 5px 8px;
    line-height: 1;
}
.page-construction-caption-title .maru{
    margin-right: -20px;
    display: inline-block;
}
.page-construction-caption-info{
    margin: 30px 0 20px;
    font-size: 22px;
    font-weight: 600;
    color: var(--pink);
    position: relative;
    padding: 0 28px;
    display: inline-block;
}
.page-construction-caption-info::before{
    content: "―";
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
}
.page-construction-caption-info::after{
    content: "―";
    position: absolute;
    top:50%;
    right: 0;
    transform: translateY(-50%);
}
.page-construction-caption-txt{
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}
@media screen and (max-width: 1023px){
    .page-construction-caption{
        height: 450px;
    }
    .page-construction-caption-title{
        font-size: 30px;
    }
    .page-construction-caption-info{
        margin: 25px 0 15px;
        font-size: 20px;
        line-height: 1.3;
    }


}
@media screen and (max-width: 800px){
    .page-construction-caption-info{
        display: inline-grid;
    }

}
@media screen and (max-width: 767px){
    .page-construction-caption {
        height: auto;
        background: url(../image/one-stop-construction-industry/page-construction-caption-bg.jpg);
        background-size: cover;
        background-position: center right -10vw;
        background-repeat: no-repeat;
    }
    .page-construction-caption-box{
        padding: 12vw 0;
    }
    .page-construction-caption-title{
        font-size: 4.5vw;
    }
    .page-construction-caption-info{
        font-size: 3vw;
    }
    .page-construction-caption-txt{
        font-size: 16px;
    }
}
@media screen and (max-width: 499px){
    .page-construction-caption {
        height: auto;
        background: url(../image/one-stop-construction-industry/page-construction-caption-bg.jpg);
        background-size: cover;
        background-position: center right -50vw;
        background-repeat: no-repeat;
    }
    .page-construction-caption-title{
        font-size: 6.2vw;
    }
    .page-construction-caption-info{
        font-size: 5vw;
        padding: 0 5vw;
    }
    .page-construction-caption-info::before{
        left: 5vw;
    }
    .page-construction-caption-info::after{
        right: 5vw;
    }
}


/* お客様の“あるある”悩み */
.section-worry{

}
.section-worry-list{
    width: 100%;
    background-color: #eff4f8;
    border-radius: 20px;
    padding: 50px 20px;
    position: relative;
    margin-bottom: 100px;
}
.section-worry-list::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 61px solid #eff4f8;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.section-worry-list li{
    max-width: 850px;
    width: 95%;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    padding-left: 35px;
    position: relative;
}
.section-worry-list li + li{
    margin-top: 30px;
}
.section-worry-list li::before{
    content: "";
    width: 20px;
    height: 20px;
    background-color: #00b1a9;
    border-radius: 50%;
    position: absolute;
    top:5px;
    left: 0;
}
.section-worry-h3{
    text-align: center;
    font-size: 50px;
    line-height: 1.3;
    font-family: var(--mincho);
    margin-bottom: 50px;
    font-weight: 600;
}
.section-worry-h3 .txt-gradient{
    position: relative;
    display: inline-block;
    color: transparent;
}
.section-worry-h3 .txt-gradient::before{
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #d86752 0%, #eeaf4f 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    z-index: 1;
}
.section-worry-h3 .txt-gradient::after{
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}
.section-worry-img{
    text-align: center;
}
.section-worry-h3 .txt-sp{
    display: none;
}
.section-worry-img .sp-img{
    display: none;
}

@media screen and (max-width: 1023px){
    .section-worry-list{
        padding: 40px 20px;
    }
    .section-worry-list li + li {
        margin-top: 25px;
    }
    .section-worry-list li {
        font-size: 20px;
        padding-left: 30px;
    }
    .section-worry-list li::before {
        width: 18px;
        height: 18px;
        top: 4px;
    }
    .section-worry-list li .txt-orange{
        display: inline-block;
    }
    .section-worry-h3 {
        margin-bottom: 40px;
        font-size: 36px;
    }

}
@media screen and (max-width: 767px){
    .section-worry-list{
        margin-bottom: 80px;
    }
    .section-worry-list::after {
        border-left: 55px solid transparent;
        border-right: 55px solid transparent;
        border-top: 41px solid #eff4f8;
        bottom: -40px;
    }
    .section-worry-list li {
        font-size: 18px;
        padding-left: 25px;
        width: 100%;
    }
    .section-worry-list li::before {
        width: 16px;
        height: 16px;
        top: 3px;
    }
    .section-worry-list li + li {
        margin-top: 20px;
    }
    .section-worry-h3{
        font-size: 5vw;
        margin-bottom: 10px;
    }
    /*.section-worry-img {
        overflow: scroll;
    }
    .section-worry-img img{
        width: 800px;
        max-width: unset;
    }*/
    .section-worry-img .pc-img{
        display: none;
    }
    .section-worry-img .sp-img{
        display: block
    }
}
@media screen and (max-width: 499px){
    .section-worry-list {
        padding: 30px 15px;
        margin-bottom: 60px;
    }
    .section-worry-list li {
        font-size: 16px;
        padding-left: 22px;
    }
    .section-worry-list li::before {
        width: 14px;
        height: 14px;
        top: 3px;
    }
    .section-worry-list li + li {
        margin-top: 15px;
    }
    .section-worry-h3 {
        font-size: 6.5vw;
    }
    .section-worry-img img{
        width: 650px;
    }
    .section-worry-h3 .txt-sp{
        display: block;
    }
    .section-worry-h3 .txt-pc{
        display: none;
    }
}


/* キークレアだからできること */
.section-wearing{
    background-color: #f8f8f2;
}
.section-wearing-list .section-wearing-list-box + .section-wearing-list-box{
    margin-top: 60px;
}
.section-wearing-list-box{
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 0px 10px);
    display: flex;
}
.section-wearing-list-box-img{
    width: 400px;
}
.section-wearing-list-box-content{
    width: calc(100% - 400px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-wearing-list-box-img img{
    border-radius: 20px 0 0 20px;
}
.section-wearing-list-box-content h3{
    font-size: 28px;
    font-family: var(--mincho);
    font-weight: 500;
    line-height: 1.3;
    max-width: 520px;
    width: 90%;
    margin: 0 auto 20px;
}
.section-wearing-list-box-content p{
    font-weight: 500;
    max-width: 520px;
    width: 90%;
    margin: 0 auto;
}
.section-wearing-list-box-img .sp-img{
    display: none;
}

@media screen and (max-width: 1199px){
    .section-wearing-list-box-img {
        width: 300px;
        overflow: hidden;
        border-radius: 20px 0 0 20px;
        background: url(../image/one-stop-construction-industry/section-wearing-list-box-img01.jpg);
        background-repeat: no-repeat;
        background-position: center;
    }
    .section-wearing-list-box:nth-child(2) .section-wearing-list-box-img{
        background: url(../image/one-stop-construction-industry/section-wearing-list-box-img02.jpg);
        background-repeat: no-repeat;
        background-position: center;
    }
    .section-wearing-list-box:nth-child(3) .section-wearing-list-box-img{
        background: url(../image/one-stop-construction-industry/section-wearing-list-box-img03.jpg);
        background-repeat: no-repeat;
        background-position: center;
    }
    .section-wearing-list-box:nth-child(4) .section-wearing-list-box-img{
        background: url(../image/one-stop-construction-industry/section-wearing-list-box-img04.jpg);
        background-repeat: no-repeat;
        background-position: center;
    }
    .section-wearing-list-box:nth-child(5) .section-wearing-list-box-img{
        background: url(../image/one-stop-construction-industry/section-wearing-list-box-img05.jpg);
        background-repeat: no-repeat;
        background-position: center;
    }
    .section-wearing-list-box:nth-child(6) .section-wearing-list-box-img{
        background: url(../image/one-stop-construction-industry/section-wearing-list-box-img06.jpg);
        background-repeat: no-repeat;
        background-position: center;
    }
    .section-wearing-list-box:nth-child(7) .section-wearing-list-box-img{
        background: url(../image/one-stop-construction-industry/section-wearing-list-box-img07.jpg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .section-wearing-list-box-img img {
        border-radius: 20px 0 0 20px;
        max-width: unset;
        height: 110%;
        width: 110%;
        display: none;
    }
    .section-wearing-list-box-content {
        width: calc(100% - 300px);
        padding: 20px 0;
    }
    .section-wearing-list-box-content h3{
        font-size: 24px;
    }
}
@media screen and (max-width: 1023px){
    .section-wearing-list .section-wearing-list-box + .section-wearing-list-box{
        margin-top: 50px;
    }
    .section-wearing-list-box-img {
        width: 240px;
        padding-bottom: 3%;
    }
    .section-wearing-list-box-img img {
        height: 125%;
        width: 125%;
    }
    .section-wearing-list-box-content {
        width: calc(100% - 240px);
    }
    .section-wearing-list-box-content h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px){
    .section-wearing-list-box{
        flex-direction:column-reverse;
    }
    .section-wearing-list-box-img .pc-img{
        display: none;
    }
    .section-wearing-list-box-img .sp-img{
        display: block;
    }
    .section-wearing-list-box-img {
        width: 100%;
        padding-bottom: 0;
        border-radius: 0 0 20px 20px;
    }
    .section-wearing-list-box-img img {
        border-radius: 0;
        max-width: 100%;
        height: auto;
        width: 100%;
    }
    .section-wearing-list-box-content {
        width: 100%;
        padding: 40px 0;
    }
    .section-wearing-list-box-content h3 {
        font-size: 4vw;
        margin-bottom: 20px;
        max-width: unset;
        text-align: center;
    }
    .section-wearing-list-box-content p{
        width: 90%;
    }
}
@media screen and (max-width: 499px){
    .section-wearing-list-box-content {
        padding: 30px 0;
    }
    .section-wearing-list-box-content h3 {
        font-size: 6vw;
    }
}


/* 実際の導入事例 */
.section-jirei{
    background-color: #eff4f8;
}
.section-jirei-swiper{

}
.section-jirei .swiper {
    width: 140%;
    padding-bottom: 60px;
    margin-left: -20%;
}
.section-jirei-swiper-box{
    padding: 20px 20px 0;
}
.section-jirei-swiper-box-inner{
    /*max-width: 800px;*/
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    padding: 60px 0 55px;
    min-height: 405px;
}
.section-jirei-swiper-box .inner-box{
    width: 86%;
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.section-jirei-swiper-box-case{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(to right, #d86752 0%, #eeaf4f 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top:-20px;
    left: -20px;
    font-family: var(--mincho);
}
.section-jirei-swiper-box-case .title{
    font-size: 20px;
}
.section-jirei-swiper-box-case .munber{
    font-size: 46px;
    font-weight: 600;
}
.section-jirei-swiper-box .inner-box .img-box{
    width: 150px;
}
.section-jirei-swiper-box .inner-box .content-box{
    width: calc(100% - 190px);
}
.section-jirei-swiper-box .inner-box h3{
    font-family: var(--mincho);
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 600;
}
.section-jirei-swiper-box .inner-box h3 .txt-bg{
    background: linear-gradient(transparent 70%, rgb(255, 253, 191) 70%);
}
.section-jirei-swiper-box .inner-box .txt-box{
    letter-spacing: 0;
    font-weight: 500;
    width: 103%;
    margin-bottom: 10px;
}
.section-jirei-swiper-box .inner-box .note{
    font-size: 14px;
    text-align: right;
    width: 103%;
}

.swiper-button-next, .swiper-button-prev {
    top: 40%;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 31.8%;
}
.swiper-button-next, .swiper-button-prev {
    width: 65px;
    height: 65px;
}
.swiper-button-next:after, .swiper-button-prev::after {
    background-position: center;
    width: 54px;
    height: 54px;
    text-indent: -9999px;
    z-index: 9999;
    content: '';
    background: url(../image/one-stop-construction-industry/slider-arw_left.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-button-next:after {
    background: url(../image/one-stop-construction-industry/slider-arw_right.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-family: unset;
    font-size: 1em;
}
.section-jirei .swiper-button-prev{
    left: 33%;
    right: unset;
    top:44%;
    width: 54px;
    height: 54px;
}
.section-jirei .swiper-button-next{
    right: 33%;
    top:44%;
    width: 54px;
    height: 54px;
}

@media screen and (max-width: 1399px){
    .section-jirei .swiper {
        width: 180%;
        padding-bottom: 60px;
        margin-left: -40%;
    }
    .section-jirei-swiper-box .inner-box .img-box{
        width: 120px;
    }
    .section-jirei-swiper-box .inner-box .content-box{
        width: calc(100% - 150px);
    }
}
@media screen and (max-width: 1023px){
    .section-jirei-swiper-box .inner-box .img-box{
        width: 100px;
    }
    .section-jirei-swiper-box .inner-box .content-box{
        width: calc(100% - 120px);
    }
    .section-jirei-swiper-box .inner-box h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .section-jirei-swiper-box-case{
        width: 80px;
        height: 80px;
        top:-15px;
        left: -15px;
    }
    .section-jirei-swiper-box-case .title{
        font-size: 18px;
    }
    .section-jirei-swiper-box-case .munber{
        font-size: 38px;
    }
    .section-jirei .swiper-button-prev{
        left: 31%;
        top:44%;
        width: 54px;
        height: 54px;
    }
    .section-jirei .swiper-button-next{
        right: 31%;
        top:44%;
        width: 54px;
        height: 54px;
    }


}
@media screen and (max-width: 767px){
    .section-jirei .swiper {
        width: 220%;
        padding-bottom: 50px;
        margin-left: -60%;
    }
    .section-jirei-swiper-box-inner {
        padding: 40px 0;
    }
    .section-jirei-swiper-box .inner-box{
        flex-direction: column;
    }
    .section-jirei-swiper-box .inner-box .img-box {
        width: 140px;
        margin: 0 auto 30px;
    }
    .section-jirei-swiper-box .inner-box .content-box{
        width: 100%;
    }
    .section-jirei-swiper-box .inner-box h3{
        font-size: 22px;
        text-align: center;
    }
    .section-jirei-swiper-box .inner-box .txt-box{
        width: 100%;
    }
    .section-jirei-swiper-box .inner-box .note{
        width: 100%;
    }
    .section-jirei .swiper-button-prev{
        left: 33%;
        top:44%;
        width: 42px;
        height: 42px;
    }
    .section-jirei .swiper-button-next{
        right: 33%;
        top:44%;
        width: 42px;
        height: 42px;
    }
    .swiper-button-prev:after{
        width: 42px;
        height: 42px;
    }


}
@media screen and (max-width: 499px){
    .section-jirei .swiper {
        width: 300%;
        padding-bottom: 50px;
        margin-left: -100%;
    }
    .section-jirei-swiper-box .inner-box .img-box {
        width: 120px;
        margin: 0 auto 25px;
    }
    .section-jirei-swiper-box .inner-box h3 {
        font-size: 20px;
    }
    .section-jirei-swiper-box .inner-box .note {
        font-size: 12px;
    }
    .section-jirei .swiper-button-prev{
        left: 34%;
        top:44%;
        width: 42px;
        height: 42px;
    }
    .section-jirei .swiper-button-next{
        right: 34%;
        top:44%;
        width: 42px;
        height: 42px;
    }

}

/* わたしたちが選ばれる理由 */
.page-construction section.section-reason{
    padding-bottom: 0;
}
.section-reason-info{
    text-align: center;
    font-family: var(--mincho);
    font-size: 36px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 50px;
}

.section-reason-list-box{
    display: flex;
    background-color: #f8f8f2;
}
.section-reason-list-box:nth-child(even){
    background-color: #fff;
    flex-direction: row-reverse;
}
.section-reason-list-box:nth-child(even) .section-reason-list-box-content{
    align-items: flex-end;
}
.section-reason-list-box:nth-child(even) .section-reason-list-title,
.section-reason-list-box:nth-child(even) .txt-box{
    padding-left: 0;
    padding-right: 60px;
}

.section-reason-list-box-img{
    width: 800px;
}
.section-reason-list-box-content{
    width:calc(100% - 800px);
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.section-reason-list-title{
    max-width: 680px;
    width: 90%;
    padding-left: 60px;
    display: flex;
    align-items: center;
    gap:0 20px;
    margin-bottom: 30px;
}
.section-reason-list-title h3{
    font-size: 28px;
    font-family: var(--mincho);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}
.section-reason-list-title-reason{
    width: 90px;
    height: 100px;
    border-radius: 10px;
    background: linear-gradient(to right, #d86752 0%, #eeaf4f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 20px;
    font-family: var(--mincho);
}
.section-reason-list-title-reason .big{
    font-size: 46px;
    font-weight: 600;
}
.section-reason-list-box .txt-box{
    max-width: 680px;
    width: 90%;
    padding-left: 60px;
    font-weight: 500;
}
@media screen and (max-width: 1599px){
    .section-reason-list-box-img {
        width: calc(100% - 700px);
    }
    .section-reason-list-box-content {
        width: 700px;
        padding: 60px 0;
    }
    .section-reason-list-box-img img{
        display: none;
    }
    .section-reason-list-box-img{
        background: url(../image/one-stop-construction-industry/section-reason-img01.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .section-reason-list-box:nth-child(2) .section-reason-list-box-img{
        background: url(../image/one-stop-construction-industry/section-reason-img02.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
    }
    .section-reason-list-box:nth-child(3) .section-reason-list-box-img{
        background: url(../image/one-stop-construction-industry/section-reason-img03.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .section-reason-list-box:nth-child(4) .section-reason-list-box-img{
        background: url(../image/one-stop-construction-industry/section-reason-img04.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
    }
    .section-reason-list-box:nth-child(5) .section-reason-list-box-img{
        background: url(../image/one-stop-construction-industry/section-reason-img05.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}
@media screen and (max-width: 1199px){
    .section-reason-list-box-content {
        padding: 50px 0;
    }
    .section-reason-list-title,
    .section-reason-list-box .txt-box{
        padding-left: 30px;
    }
    .section-reason-list-box:nth-child(even) .section-reason-list-title,
    .section-reason-list-box:nth-child(even) .txt-box{
        padding-left: 0;
        padding-right: 30px;
    }
}
@media screen and (max-width: 1023px){
    .section-reason-info {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .section-reason-list-box-img {
        width: calc(100% - 550px);
    }
    .section-reason-list-box-content {
        width:550px;
    }
    .section-reason-list-title h3{
        font-size: 24px;
    }
    .section-reason-list-title-reason{
        width: 72px;
        height: 80px;
        font-size: 16px;
    }
    .section-reason-list-title-reason .big {
        font-size: 38px;
    }
    .section-reason-list-title{
        width: 95%;
        margin-bottom: 20px;
    }
    .section-reason-list-box .txt-box{
        width: 95%;
    }

}
@media screen and (max-width: 767px){
    .section-reason-info {
        font-size: 4vw;
    }
    .section-reason-list-box,
    .section-reason-list-box:nth-child(even) {
        flex-direction: column;
    }
    .section-reason-list-box-img{
        width: 100%;
        height: 30vw;
        background: url(../image/one-stop-construction-industry/section-reason-img01-sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .section-reason-list-box:nth-child(2) .section-reason-list-box-img{
        background: url(../image/one-stop-construction-industry/section-reason-img02-sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .section-reason-list-box:nth-child(3) .section-reason-list-box-img{
        background: url(../image/one-stop-construction-industry/section-reason-img03-sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .section-reason-list-box:nth-child(4) .section-reason-list-box-img{
        background: url(../image/one-stop-construction-industry/section-reason-img04-sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .section-reason-list-box:nth-child(5) .section-reason-list-box-img{
        background: url(../image/one-stop-construction-industry/section-reason-img05-sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .section-reason-list-box-content {
        width: 100%;
        padding-bottom: 50px;
    }
    .section-reason-list-title,.section-reason-list-box:nth-child(even) .section-reason-list-title{
        width: 90%;
        padding-left: 0;
        margin: 0 auto 20px;
    }
    .section-reason-list-title h3 {
        font-size: 4.5vw;
    }
    .section-reason-list-box:nth-child(2) .section-reason-list-title br,
    .section-reason-list-box:nth-child(4) .section-reason-list-title br,
    .section-reason-list-box:nth-child(5) .section-reason-list-title br{
        display: none;
    }
    .section-reason-list-title-reason {
        width: 14vw;
        height: 15vw;
        font-size: 3vw;
    }
    .section-reason-list-title-reason .big {
        font-size: 8vw;
    }
    .section-reason-list-title{
        max-width: none;
    }
    .section-reason-list-title h3{
        width: calc(100% - 14vw);
    }
    .section-reason-list-box .txt-box,.section-reason-list-box:nth-child(even) .section-reason-list-title, .section-reason-list-box:nth-child(even) .txt-box{
        width: 90%;
        padding-right: 0;
        padding-left:0;
        margin: 0 auto 20px;
        max-width: none;
    }
}
@media screen and (max-width: 499px){
    .section-reason-info {
        font-size: 5vw;
        margin-bottom: 30px;
    }
    .section-reason-list-box-img {
        height: 40vw;
    }
    .section-reason-list-box-content {
        padding-bottom: 30px;
    }
    .section-reason-list-title{
        gap: 0 3vw;
    }
    .section-reason-list-title h3{
        font-size: 5.8vw;
        width: calc(100% - 18vw);
    }
    .section-reason-list-title-reason {
        width: 18vw;
        height: 20vw;
        font-size: 3.5vw;
    }
    .section-reason-list-title-reason .big {
        font-size: 9.5vw;
    }
    .section-reason-list-title h3 .nowrap{
        white-space: nowrap;
    }


}


/* よくあるご質問 */

.section-qanda-box{
    padding: 32px 30px 32px 100px;
    background-color: #fff;
    border: 2px solid #d76852;
    border-radius: 20px;
}
.section-qanda-box + .section-qanda-box{
    margin-top: 40px;
}
.section-qanda-box-btn{
    position: relative;
    font-family: var(--mincho);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
    padding-right: 50px;
}
.section-qanda-box-btn::before{
    content: "";
    background: url(../image/one-stop-construction-industry/icon-qanda.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 60px;
    height: 60px;
    position: absolute;
    top:-13px;
    left: -75px;
}
.section-qanda-box-btn::after{
    content: "";
    background: url(../image/one-stop-construction-industry/qanda-btn-bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top:-5px;
    right: 0;
    transition: all 0.5s ease 0s;
}
.section-qanda-box-btn.active::after{
    background: url(../image/one-stop-construction-industry/qanda-btn-top.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.5s ease 0s;
}
.section-qanda-box-area{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 30px;
    display: none;
}

@media screen and (max-width: 1023px){
    .section-qanda-box{
        padding: 32px 25px 32px 80px;
    }
    .section-qanda-box-btn{
        font-size: 24px;
    }
    .section-qanda-box-btn::before{
        width: 48px;
        height: 48px;
        top:-8px;
        left: -60px;
    }
    .section-qanda-box-btn::after{
        width: 32px;
        height: 32px;
        top:0;
    }
}
@media screen and (max-width: 767px){
    .section-qanda-box{
        padding: 25px 20px 25px 60px;
    }
    .section-qanda-box + .section-qanda-box{
        margin-top: 30px;
    }
    .section-qanda-box-btn {
        font-size: 20px;
        padding-right: 25px;
    }
    .section-qanda-box-area {
        font-size: 16px;
        margin-top: 25px;
        width: calc(100% + 40px);
        margin-left: -40px;
    }
    .section-qanda-box-btn::before{
        width: 36px;
        height: 36px;
        top:-4px;
        left: -45px;
    }
    .section-qanda-box-btn::after{
        width: 24px;
        height: 24px;
        top:1px;
    }
}
@media screen and (max-width: 499px){
    .section-qanda-box{
        padding: 22px 20px 22px 50px;
    }
    .section-qanda-box-btn {
        font-size: 18px;
    }
    .section-qanda-box-btn::before{
        width: 30px;
        height: 30px;
        top:-2px;
        left: -38px;
    }
    .section-qanda-box-area{
        margin-top: 20px;
        margin-left: -35px;
    }
}

/* 「経営の数字に強くないから、資金の話は不安…」 */
.section-bottom-info{
    background: url(../image/one-stop-construction-industry/section-bottom-info.png),#f1f6f9;
    background-repeat: no-repeat;
    background-position: right 200px bottom;
}
h2.section-bottom-info-h2{
    font-size: 36px;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 30px;
}
h2.section-bottom-info-h2 .pink-bg{
    background-color: #cb5084;
    color: #fff;
    padding-left: 10px;
    padding-bottom: 3px;
}
h2.section-bottom-info-h2 .maru{
    display: inline-block;
    width: 25px;
}
.section-bottom-info .txt-box{
    font-weight: 500;
    text-align: left;
}
.section-bottom-info .txt-box .txt-pink{
    font-weight: 600;
}


@media screen and (max-width: 1699px){
    .section-bottom-info {
        background: url(../image/one-stop-construction-industry/section-bottom-info.png), #f1f6f9;
        background-repeat: no-repeat;
        background-position: right 100px bottom;
    }
}
@media screen and (max-width: 1499px){
    .section-bottom-info {
        background: url(../image/one-stop-construction-industry/section-bottom-info.png), #f1f6f9;
        background-repeat: no-repeat;
        background-position: right 0px bottom;
    }
}
@media screen and (max-width: 1299px){
    .section-bottom-info {
        background: url(../image/one-stop-construction-industry/section-bottom-info.png), #f1f6f9;
        background-repeat: no-repeat;
        background-position: right -100px bottom;
    }
}
@media screen and (max-width: 1199px){
    h2.section-bottom-info-h2{
        /*padding-right: 130px;*/
        font-size: 30px;
    }
}
@media screen and (max-width: 1023px){
    .section-bottom-info {
        background: url(../image/one-stop-construction-industry/section-bottom-info.png), #f1f6f9;
        background-size: 45%;
        background-repeat: no-repeat;
        background-position: right -100px bottom;
    }
    h2.section-bottom-info-h2{
        padding-right: 60px;
    }
}
@media screen and (max-width: 767px){
    .page-construction section.section-bottom-info{
        padding: 40px 0 140px;
        background: url(../image/one-stop-construction-industry/section-bottom-info.png), #f1f6f9;
        background-size: 300px auto;
        background-repeat: no-repeat;
        background-position: right 10vw bottom;
    }
    h2.section-bottom-info-h2 {
        padding-right: 0;
        font-size: 4.2vw;
        text-align: center;
    }
    .section-bottom-info .txt-box{
        padding-right: 240px;
    }
}
@media screen and (max-width: 569px){
    .page-construction section.section-bottom-info{
        background: url(../image/one-stop-construction-industry/section-bottom-info.png), #f1f6f9;
        background-size: 300px auto;
        background-repeat: no-repeat;
        background-position: right 5vw bottom;
    }
    .section-bottom-info .txt-box{
        padding-right: 150px;
    }
}
@media screen and (max-width: 499px){
    .page-construction section.section-bottom-info{
        padding: 30px 0 220px;
        background: url(../image/one-stop-construction-industry/section-bottom-info.png), #f1f6f9;
        background-size: 250px auto;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    h2.section-bottom-info-h2 {
        font-size: 5.5vw;
    }
    .section-bottom-info .txt-box{
        padding-right: 0;
    }
    .section-bottom-info .txt-box .br{
        display: inline;
    }
}









