@charset "utf-8";
/*common
-----------------------------------------------------------------------------------------*/
section{
	padding: 150px 0 0;
}

.section-last{
    padding: 150px 0;
}

.contents-wrapper{
	width: calc(100% - 100px);
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width:1023px) {
    section{
        padding: 100px 0 0;
    }

    .section-last{
        padding: 100px 0;
    }

}


@media screen and (max-width:767px) {
    section{
        padding: 50px 0 0;
    }

    .section-last{
        padding: 50px 0;
    }

    .contents-wrapper{
        width: calc(100% - 60px);
    }
}


/*home
-----------------------------------------------------------------------------------------*/
.fv-top{
    background-image: url("../images/fv-bg.jpg");
    height: 700px;
}

.fv-text{
    color: rgba(249, 101, 11, 1);
    font-weight: 900;
    font-size: 4.4rem;
    padding-top: 10px;
}

.fv-mini{
    font-size: 3.1rem;
}

.front-fire-title{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

.front-fire-mini{
    color: rgba(249, 101, 11, 1);
}

.front-fire-box{
    gap: 20px 50px;
    width: 85%;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 150px;
}

.front-fire-flex{
    gap: 20px;
    text-align: left;
    padding-bottom: 10px;
    width: 47%;
    border-bottom: 2px solid rgba(170, 170, 170, 1);
    justify-content: flex-start;
    align-items: center;
}

.front-fire-check{
    width: 25px;
    margin: 0;
}

.front-point-box{
    border: 3px solid rgba(249, 101, 11, 1);
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 1);
    padding: 100px 100px 80px;
    line-height: 2;
    position: relative;
    width: 90%;
    margin: auto;
}

.front-point-flex{
    background-color: rgba(249, 101, 11, 1);
    padding: 5px 100px 5px 50px;
    color: rgba(255, 255, 255, 1);
    font-size: 2rem;
    font-weight: 700;
    gap: 10px;
    width: fit-content;
    align-items: center;
    position: absolute;
    top: -40px;
    left: -3px;
}

.front-point-check{
    width: 45px;
    margin: 0;
}

.front-point-text{
    font-size: 1.2rem;
}
.front-point-big{
    font-size: 1.5rem;
    font-weight: 700;
}

.front-point-mini{
    font-weight: 700;
}

.front-point-orange{
    color: rgba(249, 101, 11, 1);
    font-weight: 700;
}

.front-point-orange-big{
    font-size: 1.7rem;
}

.front-point-last{
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
}

.front-point-last-orange{
    color: rgba(249, 101, 11, 1);
    font-size: 2.6rem;
}

.front-about-top{
    color: rgba(249, 101, 11, 1);
}

.front-about-title {
    font-size: 3.1rem;
    font-weight: 700;
    margin-bottom: 100px;
    text-align: center;
    color: rgba(249, 101, 11, 1);
}

.title {
  clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
}

.title.is-active {
    animation: title-reveal 1.5s ease-out forwards;
}

.title-1.is-active {
    animation: title-reveal 0.5s ease-out forwards;

}

@keyframes title-reveal {
    0% {
        clip-path: inset(0 100% 0 0);
    }

    /* 最初の1文字くらいまで一気に出す */
    10% {
        clip-path: inset(0 90% 0 0);
    }

    /* そこからゆっくり */
    100% {
        clip-path: inset(0 0 0 0);
    }
}

@-webkit-keyframes title-reveal {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
    }

    10% {
        -webkit-clip-path: inset(0 85% 0 0);
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
    }


}.front-about-flex{
    justify-content: space-between;
    gap: 50px;
    align-items: center;
    margin: 0 auto 20px;
    width: 90%;
    margin: auto;

}

.front-about-box{
    align-items: flex-start;
}

.front-about-mini{
    width: 50px;
    margin: 0;
    display: inline;
    margin-right: 15px;
}

.front-about-sub{
    font-size: 2.6rem;
    font-weight: 700;
    border-bottom: 3px solid rgba(249, 101, 11, 1);
    margin-bottom: 40px;
    width: fit-content;
    padding-bottom: 10px;
    line-height: 1;
}

.front-about-text{
    font-size: 1.3rem;
    font-weight: 700;
}

.front-about-big{
    width: 30%;
    margin: 0;
}

.front-link{
    color: rgba(255, 255, 255, 1);
    background-color: rgba(249, 101, 11, 1);
    font-size: 1.2rem;
    font-weight: 700;
    width: 300px;
    padding: 20px;
    display: block;
    text-align: center;
    margin: 100px 0 0 auto;
}

.front-link:hover {
  transform: scale(1.1,1.1);
}


.front-link-mini{
    padding-left: 20px;
}

.front-circle-flex{
    gap: 30px;
    align-items: flex-start;
}

.front-circle-box{
    background-color: rgba(255, 198, 87, 1);
    border-radius: 50%;
    width: calc((100% - 30px*2)/3);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: 30px;
    aspect-ratio: 1 / 1;
}

.front-circle-box1{
    margin-top: 50px;
}

.front-circle-sub{
    font-size: 1.2rem;
}

.front-circle-title{
    font-size: 1.7rem;
    font-weight: 700;
    width: 150px;
    text-align: center;
    padding-bottom: 15px;
    margin: 0 auto 15px;
    border-bottom: 3px solid rgba(255, 255, 255, 1);
}

.front-circle-img{
    width: 100px;
    margin-bottom: 20px;
}

.front-circle-2{
    width: 220px;
}

.front-circle-last{
    width: 80%;
    margin: 60px auto 0;
}

.front-circle-mini{
    color: rgba(249, 101, 11, 1);
    font-weight: 700;
}

.front-blog-flex{
    gap: 60px;
    justify-content: center;
}

.front-blog-box{
    width: 45%;
}

.front-blog-set{
    margin-bottom: 80px;
    position: relative;
}

.front-blog-title{
    font-size: 4.4rem;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.front-home-flex{
    gap: 30px;
    margin-bottom: 20px;
    color: rgba(69, 69, 69, 1) ;
}

.front-home-img{
    width: 30%;
}

.front-home-img img{
    object-fit: cover;
    height: 120px;
}

.front-home-text{
    width: 63%;
}

.ront-blog-up{
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.front-blog-text{
    font-size: 1.1rem;
    font-weight: 700;
     overflow: hidden;
    overflow: hidden;         
    white-space: nowrap;      
    text-overflow: ellipsis;
}

.front-blog-content{
    margin-top: 10px;
     overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

@media screen and (max-width:1220px) {
    .fv-top {
        height: 600px;
    }

    .front-fire-box{
        width: 100%;
        gap: 20px;
    }

    .front-fire-flex {
        gap: 10px;
        width: 48%;
    }

    .front-point-box {
        padding: 100px 85px 80px;
        width: 100%;
    }

    .front-circle-title {
        padding-bottom: 10px;
    }

    .front-circle-title3{
        margin-bottom: 5px;
    }

    .front-circle-img {
        width: 60px;
        margin-bottom: 5px;
    }

    .front-circle-img3 {
        width: 75px;
        margin-bottom: 0px;
    }

    .front-circle-box {
        padding: 20px 15px;
    }

    .front-circle-box2{
        padding: 33px;
    }

    .front-circle-2 {
        width: 120px;
    }

    .front-blog-flex {
        gap: 20px;
    }

    .front-blog-box {
        width: 48%;
    }
}

@media screen and (max-width:1023px) {
    .fv-top {
        height: 500px;
    }

    .front-fire-title {
        font-size: 1.8rem;
    }

    .front-fire-flex{
        width: 100%;
        gap: 20px;
    }

    .front-fire-box{
        gap: 30px;
    }

    .front-point-flex {
        padding: 5px 10px;
    }

    .front-point-box {
        padding: 75px 30px 50px;
    }

    .front-point-last{
        font-size: 1.8rem;
    }

    .front-about-flex {
        gap: 0px;
        margin: 0 auto 50px;
        width: 100%;
    }

    .front-about-sub {
        font-size: 2.3em;
        margin-bottom: 20px;
    }

    .front-about-big {
        width: 34%;
    }

    .front-circle-flex{
        gap: 0;
        justify-content: space-between;
        position: relative;
    }

    .front-circle-box{
        width: auto;
        padding: 30px;
    }

    .front-circle-box2{
        position: absolute;
        top: -80px;
        left: 50%;
        transform: translateX(-50%);
        padding: 40px 50px;

    }

    .front-circle-box1 {
        margin-top: 180px;
    }

    .front-circle-last{
        width: 100%;
    }

    .front-link{
        margin-top: 70px;
    }

    .front-blog-box{
        width: 100%;
    }

    .front-blog-img{
        height: 300px;
        object-fit: cover;
    }
}




@media screen and (max-width:767px) {
    .fv-text {
        font-size: 2.5em;
    }

    .fv-mini {
        font-size: 2rem;
    }

    .fv-top {
        height: 300px;
    }

    .front-fire-flex{
        gap: 10px;
       
    }

    .front-fire-text {
        width: 85%;
    }

    .front-fire-title {
        margin-bottom: 30px;
    }

    .front-fire-box {
        gap: 20px;
        margin-bottom: 90px;
    }

    .front-point-title{
        width: 80%;
    }

    .front-point-title {
        width: 80%;
        line-height: 1.5;
        font-size: 1.5rem;
    }

    .front-point-flex{
        width: 102%;
    }

    .front-point-box {
        padding: 50px 20px 20px;
        line-height: 1.7;
    }

    .front-point-big {
        font-size: 1.4rem;
    }

    .front-point-last {
        font-size: 1.7rem;
        text-align: left;
        margin-top: 30px;
    }

    .front-about-title {
        margin-bottom: 30px;
        text-align: left;
    }

    .front-about-sub {
        font-size: 2em;
        margin-bottom: 20px;
    }

    .front-about-set{
        width: 80%;
    }

    .front-about-mini {
        width: 45px;
    }

    .front-about-big{
        width: 100%;
    }

    .front-about-flex {
        gap: 15px;
        margin: 0 auto 35px;
    }

    .front-about-text{
        margin-left: -40px;
    }

    .front-link {
        margin-top: 30px;
    }

    .front-about-title {
        font-size: 2.5rem;
    }

    .front-circle-box2{
        position: static;
        transform: none;
    }

    .front-circle-box1{
        margin: 0;
    }

    .front-circle-flex {
        gap: 20px;
    }

    .front-circle-last{
        margin-top: 30px;
    }

    .front-blog-img {
        height: 200px;
    }

    .front-blog-set {
        margin-bottom: 30px;
    }

    .front-home-flex {
        gap: 15px;
    }

    .front-blog-title{
        width: 60%;
    }
}


/*parts-contactお問い合わせ
-----------------------------------------------------------------------------------------*/
.parts-contact-top{
    background-color: rgba(249, 101, 11, 1);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: 90px 0;
    border-radius: 30px;
    margin: 0 20px;
}

.parts-contact-title{
    font-size: 3.1rem;
    font-weight: 700;
    margin-bottom: 80px;
}

.parts-contact-flex{
    gap: 200px;
    justify-content: center;
}

.parts-contact-sub{
    font-size: 1.2rem;
    font-weight: 700;
}

.parts-contact-set{
    padding: 15px 0 12px;
}

.parts-contact-tel{
    width: 25px;
    display: inline;
    margin-right: 10px;
}

.parts-contact-number{
    font-size: 2rem;
    font-weight: 700;
}

a.parts-contact-link{
    width: 330px;
}


@media screen and (max-width:1023px) {
    a.parts-contact-link {
        width: 280px;
    }

    .parts-contact-flex {
        gap: 60px;
    }

}

@media screen and (max-width:767px) {
    .parts-contact-top {
        padding: 50px 0;
    }
    
    .parts-contact-title{
        margin-bottom: 30px;
    }
    
    .parts-contact-flex {
        gap: 40px;
    }
    
    a.parts-contact-link {
        width: 100%;
        margin-top: 20px;
    }

    .parts-contact-set {
        padding: 10px 0;
    }

}


/*業務内容
-----------------------------------------------------------------------------------------*/
.page-top{
    overflow: hidden;
}

.page-title{
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 10;
    color: rgba(249, 101, 11, 1);
    position: absolute;
    text-shadow: 2px 2px 10px rgba(255, 255, 255, 1);

}

.page-img{
    margin-right: calc(50% - 50vw);
    width: 80%;
    height: 400px;
    object-fit: cover;
}

.about-top-box{
    background-color: rgba(255, 255, 255, 1);
}

.about-top-text{
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 2;
    padding: 50px 0;
    width: 85%;
    margin: auto;
}

.about-top-text span{
    color: rgba(249, 101, 11, 1);
}

.about-fire-box{
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 100px;
}

.about-fire-flex{
    align-items: center;
    gap: 20px;
}

.about-fire-subu{
    color: rgba(249, 101, 11, 1);
}

.about-fire-title{
    color: rgba(249, 101, 11, 1);
    font-size: 2.5rem;
    font-weight: 700;
    padding: 10px;
    line-height: 1;
    margin: 10px 0 30px;
    border-bottom: 2px solid rgba(249, 101, 11, 1);
}

.about-fire-text{
    font-size: 1.2rem;
    font-weight: 700;
}

.about-fire-big{
    width: 50%;
    margin-right: calc(50% - 50vw);

}

.about-table-title{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.about-table th{
    border: 2px solid rgba(249, 101, 11, 1);
    border-right: none;
    padding: 17px 40px;
    width: 300px;
}

.about-table td{
    border: 2px solid rgba(170, 170, 170, 1);
    border-left: none;
    padding: 17px;
}

.about-table-up{
    background-color: rgba(217, 217, 217, 1);
}

.about-table-bold{
    font-weight: 700;
}

.about-consuitation-title{
    font-size: 1.5rem;
    font-weight: 700;
    background-color: rgba(249, 101, 11, 1);
    color: rgba(255, 255, 255, 1);
    padding: 20px 30px;
    border-radius: 20px;
    width: fit-content;
    margin: 100px 0 30px;
}

.about-consuitation-box{
    background-color: rgba(255, 255, 255, 1);
    padding: 0 40px 25px;
}

.about-consuitation-sub{
    position: relative;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0 10px 5px 40px;
    margin: 25px 0 10px;
    display: inline-block;
    border-bottom: 1px solid rgba(170, 170, 170, 1);
}

.about-consuitation-sub::before{
    position: absolute;
    content: '';
    top: 5px;
    left: 10px;
    width: 20px;
    height: 20px;
    background-color: rgba(244, 204, 77, 1);
}

.about-consuitation-text{
    padding-left: 40px;
}

.about-checking-flex{
    gap: 50px;
}

.about-checking-box{
    width: calc((100% - 50px*2)/3);
    text-align: center;
}

.about-checking-title{
    background-color: rgba(249, 101, 11, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    padding: 10px;
}

.about-checking-set{
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 20px;
    line-height: 2;
}

.about-checking-sub{
    margin-bottom: 10px;
}

.about-security-box{
    text-align: left;
}

.about-security-text{
    font-weight: 700;
    margin: 20px 0 10px;
    text-align: center;
}

.about-flow-title{
    color: rgba(249, 101, 11, 1);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 50px;
}

.about-flow-orange{
    background-color: rgba(249, 101, 11, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 1.7rem;
    font-weight: 700;
    padding: 30px;
    text-align: center;
}

.about-flow-box{
    background-color: rgba(255, 255, 255, 1);
    padding: 40px;
}

.about-flow-text{
    text-align: center;
    font-weight: 700;
    line-height: 1.8;
}

.about-flow-contact{
    background-color: rgba(249, 101, 11, 1);
    padding: 40px;
    color: rgba(255, 255, 255, 1);
    width: 85%;
    margin: auto;
    text-align: center;
    margin-top: 35px;
}

.about-flow-flex{
    gap: 100px;
    justify-content: center;
}

.about-flow-wrapper{
    text-align: center;
    margin-top: 80px;
    position: relative;
}

.about-flow-wrapper::after{
    position: absolute;
    content: '';
    background-color: rgba(249, 101, 11, 1);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 30px;
}
@media screen and (max-width:1120px) {
    .about-top-text{
        width: 100%;
    }

    .about-fire-big2 {
        width: 48%;
    }

    .about-checking-flex {
        gap: 30px;
        align-items: stretch;
    }

    .about-checking-box {
        width: calc((100% - 30px * 2) / 3);
    }

    .about-checking-set {
        padding: 30px 16px;
    }

    .about-checking-set3{
        padding: 35px 16px;
    }

    .about-fire-big3{
        width: 41%;
    }

    .about-flow-flex {
        gap: 30px;
    }

    a.about-contact-link{
        width: 260px;
    }



}

@media screen and (max-width:1023px) {
    .br-pad{
        display: none;
    }

    .about-fire-big{
        width: 100%;
        margin: 0;
        height: 300px;
        object-fit: cover;
    }

    .about-table th {
        padding: 20px;
        width: 170px;
    }

    .about-checking-flex {
        gap: 10px;
    }

    .about-checking-box {
        width: calc((100% - 10px * 2) / 3);
    }

    .about-checking-set3 {
        padding: 19px 16px;
    }

    .about-security-text{
        text-align: left;
    }

    .about-consuitation-sub {
        font-size: 1.1rem;
    }

    .about-flow-flex {
        gap: 50px;
    }

    .about-flow-orange {
        font-size: 1.5rem;
    }


}

@media screen and (max-width:767px) {
    .page-title{
        line-height: 5;
    }

    .page-img{
        width: 100%;
        height: 200px;
    }

    .about-top-text{
        font-size: 1.1rem;
        line-height: 1.8;
    }

    .about-fire-flex {
        gap: 12px;
    }

    .about-fire-title {
        font-size: 2rem;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .about-fire-box {
        gap: 20px;
    }

    .about-fire-big {
        height: 200px;
    }

    .about-fire-box {
        margin-bottom: 40px;
    }

    .about-table-title {
        margin-bottom: 20px;
    }

    .about-table-up{
        display: none;
    }

    .about-table th {
        width: 100%;
        display: block;
        padding: 10px;
        border: 2px solid rgba(249, 101, 11, 1);
    }

    .about-table td{
        width: 100%;
        display: block;
        border: none;
        border-left: 2px solid rgba(249, 101, 11, 1);
        border-right: 2px solid rgba(249, 101, 11, 1);
    }

    td.last-td{
        border-bottom: 2px solid rgba(249, 101, 11, 1);
        }

    .about-consuitation-title {
        font-size: 1.5rem;
        padding: 20px;
        margin: 40px 0 20px;
    }

    .about-consuitation-box {
        padding: 0 15px 20px;
    }

    .about-consuitation-sub {
        margin: 20px 0 10px;
    }

    .about-table-title {
        font-size: 1.3rem;
    }

    .about-checking-box{
        width: 100%;
    }

    .about-checking-set{
        padding: 20px;
    }

    .about-flow-title{
        margin-bottom: 20px;
    }

    .about-flow-box {
        padding: 20px;
    }

    .about-flow-text{
        text-align: left;
    }

    .about-flow-contact {
        padding: 20px 17px;
        width: 100%;
        margin-top: 20px;
    }

    .about-flow-flex {
        gap: 30px;
    }

    .about-flow-orange {
        padding: 20px;
        text-align: left;
    }

    .about-flow-wrapper::after {
        top: -40px;
    }

    .about-flow-wrapper {
        margin-top: 50px;
    }
}




/*私たちの強み
-----------------------------------------------------------------------------------------*/
.business-top{
    text-align: center;
}

.business-top-title{
    font-size: 1.7rem;
    font-weight: 700;
    color: rgba(249, 101, 11, 1);
    margin-bottom: 30px;
}

.business-top-sub{
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.business-circle-flex{
    margin: 100px 0 200px;
}

.business-circle-box{
    padding-top: 60px;
}

.business-circle-img{
    width: 150px;
    margin-top: 30px;
}

.business-circle-img2{
    width: 270px;
    margin-top: 25px;
}

.business-circle-img3{
    width: 170px;
    margin-top: 20px;
}

.business-speed-title{
    font-size: 1.7rem;
    font-weight: 700;
    color: rgba(249, 101, 11, 1);
    margin-bottom: 20px;
}

.business-speed-sub{
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    white-space: nowrap;
}

.business-speed-point{
    font-weight: 700;
    margin: 10px 0;
}

.business-speed-flex{
    gap: 50px;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    position: relative;
    margin-bottom: 100px;
}

.business-speed-flex:last-child{
    margin-bottom: 0;
}

.business-speed-mini{
    position: absolute;
    width: 180px;
    top: -70px;
    left: -80px;
    z-index: 0;
}

.business-speed-text{
    width: 500px;
    position: relative;
}

.business-speed-box{
    z-index: 1;
    position: relative;
}

.business-speed-mini2{
    position: absolute;
    width: 180px;
    top: -70px;
    left: -80px;
    z-index: 0;

}

.business-speed-big{
    width: 40%;
    margin: 0;
}

.business-compare-wrapper{
    background-color: rgba(250, 250, 250, 1);
    padding: 60px 100px;
}

.business-compare-title{
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

.business-scrollable{
     overflow-x: scroll;
}
    
div.scroll-hint-icon-wrap{
    z-index: 10;
}

.business-table{
    min-width: 800px;
}

.business-table tr{
    z-index: 2;
    position: relative;
    border-bottom: 1px solid rgba(188, 188, 188, 1);
    height: 130px;
    font-size: 1.2rem;
}

.business-table tr:last-child{
    border: none;
}

.business-table-title{
    width: 150px;
    border-bottom: 1px solid rgba(249, 101, 11, 1);
}

.business-table-title:last-child{
    border: none;
}

.business-table-mini{
    width: 100px;
}

.business-table-th{
    width: 330px;
    padding: 37px 25px;
    text-align: center;
    color: rgba(249, 101, 11, 1);
    z-index: 2;
    position: relative;
    border-left:  5px solid rgba(249, 101, 11, 1);
    background-color: rgba(255, 255, 255, 1);
    border-right:  5px solid rgba(249, 101, 11, 1);
    display: block;
    margin: auto;
} 

.business-table-th-top{
    border-top:  5px solid rgba(249, 101, 11, 1);
    display: block;
    width: 330px;
    padding: 57px 25px 39px;
    border-radius: 30px 30px 0 0;
}

.business-table-th-last{
    border-bottom:  5px solid rgba(249, 101, 11, 1);
    display: block;
    width: 330px;
    padding: 37px 25px;
    border-radius: 0 0 30px 30px;
}

.business-table-td{
    text-align: center;
    width: 250px;
}
@media screen and (max-width:1200px) {

    .business-circle-img {
        width: 100px;
        margin-top: 20px;
    }

    .business-circle-img2 {
        width: 180px;
        margin-top: 10px;
    }

    .business-circle-img3 {
        width: 120px;
        margin-top: -10px;
    }

    .business-speed-mini2 {
        left: -45px;
    }

    .business-compare-wrapper {
        padding: 60px 70px;
    }
}

    
@media screen and (max-width:1023px) {
    .business-circle-img2 {
        width: 140px;
    }

    .business-circle-img {
        width: 90px;
    }

    .business-circle-img3 {
        width: 100px;
    }

    .business-circle-box {
        width: 40%;
    }

    .business-circle-box2{
        position: absolute;
        left: 50%;
        top: -170px;
        transform: translateX(-50%);
    }

    .business-top{
        text-align: left;
    }

    .business-circle-flex {
        margin: 180px 0 150px;
    }

    .business-speed-text{
        width: 100%;
    }

    .business-speed-big{
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .business-speed-big{
        order: 2;
    }

    .business-speed-box{
        order: 1;
    }

    .business-speed-mini {
        left: -50px;
    }

    .business-speed-sub{
        white-space: normal; 
    }

}

@media screen and (max-width:767px) {
    .business-top-title {
        margin-bottom: 20px;
    }

    .business-top-sub {
        margin-bottom: 15px;
    }

    .business-circle-box2{
        position: static;
        transform: none;
    }

    .business-circle-box {
        width: 90%;
    }

    .business-circle-flex {
        margin: 30px 0 50px;
    }

    .business-speed-mini {
        left: -30px;
        top: -30px;
    }

    .business-speed-flex {
        gap: 30px;
        margin-bottom: 50px;
    }

    .business-compare-wrapper {
        padding: 30px;
    }

        .business-compare-wrapper{
        padding: 30px;
    }

    .business-table-title {
        width: 120px;
    }

    .business-table-th {
        width: 281px;
        padding: 20px;
        margin-right: 30px;
    }

    .business-table tr {
    height: 90px;
    }

    .business-table-th-top{
        padding: 30px 20px;
    }

    .business-table-td{
        text-align: left;
    }

    .business-table {
        min-width: 650px;
    }


}


/*弊社が見る未来
-----------------------------------------------------------------------------------------*/
.future-top-title{
    text-align: center;
}

.future-top-box{
    background-color: rgba(255, 255, 255, 1);
    padding: 50px 100px 50px 400px;
    width: 90%;
    margin-left: auto;
    margin-top: 200px;
    line-height: 2;
    border-radius: 30px;
}

.future-top-name{
    font-size: 1.2rem;
    margin: 30px 0 0 auto;
    width: fit-content;
}

.future-top-name span{
    font-size: 1.5rem;
    padding-left: 10px;
}

.future-wrapper{
    position: relative;
}

.future-img{
    position: absolute;
    width: 45%;
    top: -100px;
    margin-left: calc(50% - 50vw);
}

.future-three-flex{
    gap: 50px;
    margin-top: 80px;
}

.future-three-box{
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 40px;
    line-height: 2;
    width: calc((100% - 50px*2)/3);
    position: relative;
}

.future-three-number{
    position: absolute;
    top: -40px;
    left: 0;
    color: rgba(249, 101, 11, 1);
    font-size: 2.5rem;
    font-weight: 700;
}

.future-three-title{
    font-size: 1.2rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(249, 101, 11, 1);
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: rgba(249, 101, 11, 1);
    text-align: center;
}
@media screen and (max-width:1200px) {
    .future-top-box {
        padding: 50px 50px 50px 350px;
    }

    .future-img {
        height: 500px;
        object-fit: cover;
    }

    .future-three-flex {
        gap: 20px;
    }

    .future-three-box {
        padding: 40px 20px;
        width: calc((100% - 20px * 2) / 3);
    }
}

@media screen and (max-width:1023px) {
    .business-top-sub{
        text-align: left;
    }

    .future-top-box {
        padding: 50px 30px 50px 207px;
    }

    .future-three-box{
        width: 100%;
        padding: 40px 80px;
    }

    .future-three-flex {
        gap: 50px;
    }
}

@media screen and (max-width:767px) {
    .future-img{
        width: 100%;
        height: 200px;
    }

    .future-top-box {
        padding: 120px 20px 30px 20px;
        width: 100%;
        margin-top: 130px;
    }

    .future-three-box {
        padding: 30px 20px;
    }

    .future-top-name{
        margin-top: 10px;
    }

    .future-three-flex {
        gap: 40px;
        margin-top: 30px;
    }
}

/*会社概要
-----------------------------------------------------------------------------------------*/
.company-top{
    width: 80%;
    margin: auto;
}

.company-overview-title{
    font-weight: 700;
    padding: 50px;
    text-align: center;
    width: 250px;
    color: rgba(249, 101, 11, 1);
    border-bottom: 1px solid rgba(249, 101, 11, 1);
}

.company-overview-title1{
    border-top: 1px solid rgba(249, 101, 11, 1);

}

.company-overview-text{
    border-bottom: 1px solid rgba(188, 188, 188, 1);
    padding: 50px;
    width: calc(100% - 250px);
}

.company-overview-text1{
    border-top: 1px solid rgba(188, 188, 188, 1);

}

.company-overview-text3{
    padding: 27px 50px;
}

.company-overview-text2{
    padding: 40px 50px;
}

.company-map{
    height: 450px;
}

.company-map-text{
    padding-top: 50px;
}
@media screen and (max-width:1200px) {
    .company-top{
        width: 100%;
    }
}

@media screen and (max-width:1023px) {
    .company-overview-title {
        padding: 50px 20px;
        width: 150px;
    }

    .company-overview-text {
        padding: 50px 20px;
        width: calc(100% - 150px);
    }
}

@media screen and (max-width:767px) {
    .company-overview-title {
        padding: 30px 0px;
        width: 70px;
    }

    .company-overview-text {
        padding: 30px 0 30px 10px;
        width: calc(100% - 70px);
    }

    .company-map {
        height: 300px;
    }

    .company-map-text {
        padding-top: 30px;
    }
}



/*お問い合わせ
-----------------------------------------------------------------------------------------*/
.contact-top-title{
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 70px;
}

.contact-sub{
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-form{
    width: 80%;
    margin: auto;
}

.contact-flex{
    padding: 20px;
    border-bottom: 1px solid rgba(188, 188, 188, 1);
}

.contact-flex2{
    border: none;
}

.required{
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    padding: 5px 20px;
    margin-left: 10px;
    background-color: rgba(249, 101, 11, 1);
}

.contact-title{
    font-weight: 700;
    width: 400px;
}

.contact-input{
    width: calc(100% - 400px);
}

.text-common{
    height: 50px;
    width: 100%;
}

.contact-common{
    height: 300px;
    width: 100%;
}
.contact-check{
    text-align: center;
    margin-top: 50px;
    font-weight: 700;
}

.contact-privacy{
    color: rgba(249, 101, 11, 1);
    border-bottom: 1px solid rgba(249, 101, 11, 1);
}

.contact-agree{
    font-size: 0.8rem;
    text-align: center;
    margin: 10px 120px 0 0;
}
.button-submit{
    margin: 50px auto 0;
    width: 300px;
    display: block;
    color: rgba(249, 101, 11, 1);
    background-color: rgba(255, 255, 255, 1);
    padding: 15px;
    font-weight: 700;
    border: none;
    opacity: 0.5;
    border-radius: 30px;
}

.button-submit.active {
    opacity: 1;
    cursor: pointer;
}

.contact-tel{
    background-color: rgba(249, 101, 11, 1);
    color: rgba(255, 255, 255, 1);
    padding: 100px;
}

.contact-tel-flex{
    gap: 150px;
    justify-content: center;
    align-items: center;
}

.contact-tel-title{
    font-size: 1.7rem;
    font-weight: 700;
}

.contact-tel-text{
    text-align: center;
}
@media screen and (max-width:1200px) {
    .contact-form{
        width: 100%;
    }
}

@media screen and (max-width:1023px) {
    .contact-flex{
        padding: 20px 0;
    }

    .required {
        padding: 2px 10px;
    }
    .contact-title {
        width: 270px;
    }

    .contact-input {
        width: calc(100% - 270px);
    }

    .contact-top-title{
        text-align: left;
    }

    .contact-tel-flex {
        gap: 5px;
    }
}

@media screen and (max-width:767px) {
        .contact-input {
        width: 100%;
        margin-top: 15px;
    }

    .contact-top-title {
        margin-bottom: 20px;
        font-size: 1.6rem;
    }

    .contact-sub {
        margin-bottom: 10px;
    }

    .contact-flex{
        padding-bottom: 10px;
    }

    .contact-common {
        height: 200px;
    }

    .contact-check {
        margin-top: 30px;
    }

    .button-submit{
        margin-top: 40px;
    }

    .contact-tel {
        padding: 30px 25px;
    }

}


/*プライバシー ポリシー
-----------------------------------------------------------------------------------------*/
.page-title-privacy{
    line-height: 1.5;
    margin-top: 160px;
}

.page-img-privacy{
    object-position: left;
}

.privacy-top{
    width: 70%;
    margin: auto;
}

.privacy-title{
    font-size: 1.5rem;
    font-weight: 700;
    margin: 30px 0 20px 50px;
    position: relative;
}

.privacy-title::after{
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background-color: rgba(249, 101, 11, 1);
    top: 0;
    left: -50px;
}

.privacy-text{
    line-height: 2;
}

.privacy-text-big{
    line-height: 3;
}

.privacy-link{
    margin: 100px auto 0;
    width: 300px;
    display: block;
    color: rgba(249, 101, 11, 1);
    background-color: rgba(255, 255, 255, 1);
    padding: 15px;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 30px;
    text-align: center;

}
@media screen and (max-width:1200px) {
    .privacy-top{
        width: 100%;
    }
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:767px) {
    .page-title-privacy {
        margin-top: 40px;
    }

    .privacy-title{
        margin: 20px 0 15px 30px;
    }

    .privacy-text-big {
        line-height: 2.5;
    }

    .privacy-text-sp{
        line-height: 2;
    }

    .privacy-title::after {
        width: 30px;
        height: 30px;
        left: -35px;
    }

    .privacy-link{
        margin-top: 40px;
    }
}





/*
-----------------------------------------------------------------------------------------*/
