@charset "utf-8";
/*common
-----------------------------------------------------------------------------------------*/
section{
	padding: 200px 0;
}

.contents-wrapper{
	width: calc(100% - 100px);
	max-width: 1500px;
	margin: 0 auto;
}


@media screen and (max-width:767px) {
    section{
        padding: 40px 0;
    }

    .contents-wrapper{
        width: calc(100% - 50px);
    }
}


/*home
-----------------------------------------------------------------------------------------*/
.fv-top{
    background-color: rgba(44, 50, 54, 1);
    height: 130vh;
    position: relative;
}

.fv-bg{
    background-image: url("../images/fv-bg.png");
    width: 90%;
    margin-left: auto;
    height: 100vh;
    background-position: bottom;
}

.fv-title{
    width: 50%;
    padding-top: 150px;
    margin: 0 0 0 -50px;
}

.fv-text{
    width: 40%;
    padding-top: 50px;
    margin: 0 0 0 -50px;
}

.fv-en{
    font-size: 8rem;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
    z-index: 3;
}

.fv-green{
    background: linear-gradient(to right, rgba(143, 163, 167, 1), rgba(55, 138, 155, 1));
    width: 1200px;
    margin: 100px 0 0;
    height: 250px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    z-index: 2;
    position: absolute;
    top: -220px;
}

.front-company-top{
    padding-top: 30px;
    background-image: url("../images/front-company-bg.png");
    position: relative;
    background-position: right top; 
    z-index: 1;
}

.front-company-flex{
    gap: 100px;
    position: relative;
    justify-content: end;
    align-items: flex-start;
}

.front-company-big{
    /* position: absolute;
    top: 20px;
    left: 200px; */
    width: 40%;
    margin: 0;
    position: relative;
    z-index: 3;
}

.front-company-mini{
    position: absolute;
    bottom: 50px;
    margin-left: calc(50% - 50vw);
    left: 0;
    width: 30%;
    z-index: 5;

}

.front-company-right{
    width: 600px;
    padding-top: 100px;
}

.front-company-title{
    font-size: 5.3rem;
    color: rgba(163, 163, 163, 1);
    text-transform: uppercase;
    text-align: right;
    margin: 0 0 50px;
}

.front-company-textimg1{
    width: 70%;
    margin: 0 0 50px;
}

.front-company-textimg2{
    width: 75%;
}

.front-company-text{
    font-size: 1.2rem;
    text-align: left;
}

.front-company-text span{
    padding: 30px 0 80px;
    display: inline-block;
}

.front-company-link{
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
    width: 350px;
    padding: 30px;
    display: block;
    position: relative;
}

.front-company-link2{
    margin-left: auto;
}

.front-company-link::after{
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255, 1);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 50px;
    height: 50px;
    right: -1px;
    bottom: 0;

}

.front-company-link:hover {
  transform: scale(0.9,0.9);
}

.front-business-top{
    /* background-image: url("../images/front-business-bg.jpg"); */
    position: relative;
    /* background-color: rgba(44, 50, 54, 1); */
}

.front-business-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    z-index: 1;
}

.front-business-flex{
    gap: 150px;
    align-items: flex-start;
    z-index: 3;
    position: relative;
}

.front-business-title{
    font-size: 5.3rem;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    line-height: 1;
}

.green-2{
    position: absolute;
    top: -100px;
    left: -105px;
    width: 600px;
    height: 100%;
    z-index: 2;
}

 .front-business-right{
    width: 60%;
 }

.front-business-text{
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 1);
    margin: 60px 0 150px;
    text-align: left;
}

.front-business-text span{
    display: inline-block;
    padding-top: 40px;
}

.front-business-img{
    gap: 50px;
}

.front-business-link{
    width: calc((100% - 50px)/2);
    display: block;
}

.front-business-link:hover {
  transform: scale(0.9,0.9);
}

.front-company-business{
    margin: 0 auto 0 0;
}

.front-img{
    width: calc(100%/3);
    z-index: 2;
}

.front-news-top{
    position: relative;
}

.front-news-img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    height: 60%;
}

.front-news-title{
    text-transform: uppercase;
    font-size: 5.3rem;
    text-align: left;
}

.front-home-right{
    width: 50%;
    margin-bottom: 75px;
}

.front-home-list{
    padding: 20px 40px;
	position: relative;
}

.front-home-link{
    color: rgba(44, 50, 54, 1);
}

.front-home-y{
    font-size: 0.8rem;
    padding-right: 5px;
}

.front-home-md{
    font-size: 1.1rem;
    font-weight: 600;
}

.front-home-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%;
    margin-left: 30px;
}

.front-works-top{
    overflow: hidden;
    position: relative;
    padding-top: 0;
    background-image: url("../images/front-business-bg.jpg");
}

.front-works-title{
    position: relative;
    font-size: 5.3rem;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    text-align: right;
    padding: 50px 200px;
    z-index: 2;
}

.green-3{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 230px;
    z-index: 1;
}

.front-works-text{
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 1);
    text-align: right;
    padding: 40px 100px 100px 0 ;
}

.front-works-img{
    position: relative;
}

.front-works-field{
    background-color: rgba(44, 50, 54, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 1.2rem;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 70%;
}

div.mySwiper-works{
    padding-bottom: 200px;
}

div.swiper-pagination-works{
    bottom: 0px;
    width: 150%; 
    position: relative;
    color: rgba(255, 255, 255, 1);
}

.swiper-pagination-works::after{
    position: absolute;
    content: '';
    background-image: url("../images/swiper-button-prev.png");
    right: 52%;
    bottom: 7px;
    width: 100px;
    height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
}

.swiper-pagination-works::before{
    position: absolute;
    content: '';
    background-image: url("../images/swiper-button-next.png");
    right: 42%;
    bottom: 7px;
    width: 100px;
    height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
}

.front-works-link{
    margin: auto;
}

@media screen and (min-width:1700px) {
    .green-2 {
        left: -35px;
        width: 40%;
    }
}


@media screen and (max-width:1400px) {
    .front-company-flex {
        gap: 50px;
    }

    .front-business-flex {
        gap: 100px;
    }
}

@media screen and (max-width:1200px) {
    .fv-en {
        font-size: 7rem;
    }

    .fv-green {
        width: 100%;
    }

    .front-company-flex {
        gap: 30px;
    }

    .front-company-right {
        width: 52%;
    }

    .front-company-big {
        width: 44%;
        margin-top: 50px;
    }

    .front-company-mini {
        bottom: 50px;
        width: 35%;
    }

    .green-2 {
        width: 570px;
    }

    .front-business-flex {
        gap: 59px;
    }

    .front-news-top{
        padding: 100px 0;
    }

}

@media screen and (max-width:1023px) {
    .fv-title {
        width: 60%;
    }

    .fv-text {
        width: 50%;
    }

    .fv-bg {
        height: 550px;
    }

    .fv-top{
        height: 660px;
    }

    .fv-en {
        font-size: 5rem;
    }

    .fv-green {
        height: 170px;
        top: -180px;
    }

    .front-company-mini {
        bottom: auto;
        width: 50%;
        height: 300px;
        top: 100px;
        margin-left: 0px;
    }

    .front-company-big {
        width: 55%;
        height: 300px;
        margin-top: 50px;
    }

    .front-company-right{
        width: 100%;
    }

    .front-company-textimg1 {
        width: 55%;
    }

    .front-business-top{
        padding: 100px 0;
    }

    .front-business-right{
        width: 100%;
    }

    .front-business-bg {
        height: 115%;
    }

    .front-home-right {
        width: 65%;
    }

    .green-3 {
        width: 70%;
    }

    .swiper-pagination-works::before {
        right: 39%;
    }

    div.mySwiper-works{
        padding-bottom: 100px;
    }

    .front-works-top{
        padding-bottom: 100px;
    }

}



@media screen and (max-width:767px) {
    .fv-bg {
        height: 330px;
    }

    .fv-title {
        padding-top: 90px;
        margin: 0 0 0 -20px;
        width: 75%;
    }

    .fv-text {
        width: 70%;
        padding-top: 15px;
        margin: 0 0 0 -10px;
    }

    .fv-top {
        height: 400px;
    }

    .fv-green {
        height: 80px;
        top: -140px;
    }

    .fv-en {
        font-size: 3rem;
    }

    .front-company-big {
        width: 60%;
        height: 200px;
        margin-top: -5px;
    }

    .front-company-mini {
        width: 55%;
        height: 200px;
        z-index: 1;
        top: 50px;
    }

    .front-company-right {
        padding-top: 25px;
    }

    .front-company-title {
        margin: 0 0 10px;
        text-align: center;
    }

    .front-company-textimg1 {
        width: 65%;
        margin-bottom: 20px;
    }

    .front-company-textimg2{
        width: 80%;
    }

    .front-company-text span {
        padding: 15px 0 30px;
    }

    .front-company-link{
        width: 100%;
    }

    .green-2 {
        width: 430px;
        top: -15px;
        left: -100px;
    }

    .front-business-top{
        padding: 40px 0;
    }

    .front-business-img{
        gap: 10px;
    }

    .front-business-link {
        width: 100%;
    }

    .front-business-link2{
        position: absolute;
        top: 430px;
    }

    .front-business-flex {
        gap: 32px;
    }

    .front-business-text {
        margin: 20px 0 25px;
    }

    .front-business-text span {
        padding-top: 170px;
    }

    .front-business-bg {
        height: 108%;
    }

    .front-news-top{
        padding: 20px 0 40px;
    }

    .front-home-right{
        width: 100%;
        margin-bottom: 25px;
    }

    .front-home-list{
        padding: 10px 0;
    }

    .front-news-img{
        bottom: auto;
        top: 0;
        height: auto;
    }

    .front-works-title {
        padding: 5px 30px;
    }

    .green-3 {
        width: 80%;
        height: 120px;
    }

    .front-works-text{
        padding: 25px;
        text-align: left;
    }

    div.swiper-pagination-works{
        width: auto;
    }

    .swiper-pagination-works::before {
        right: 15%;
    }

    .swiper-pagination-works::after {
        right: 58%;
    }

    div.mySwiper-works {
        padding-bottom: 40px;
    }

    .front-works-link{
        width: 90%;
    }

    .front-works-top{
        padding-bottom: 40px;
    }

}


/*会社概要
-----------------------------------------------------------------------------------------*/
.page-top{
    background-image: url("../images/page-top1.jpg");
    height: 700px;
    position: relative;
    z-index: 1;

}

.page-green{
    position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	width: 590px;
	height: 100%;

}

.page-title{
    font-size: 5.3rem;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11%;

}

.company-up-flex{
    align-items: center;
}

.company-up-img{
    width: 50%;
    margin-left: calc(50% - 50vw);
}

.company-up-text{
    width: 50%;
    text-align: left;
    line-height: 2;
}

.company-world-top{
    position: relative;
    background-image: url("../images/company-world-bg.jpg");
}

.company-world-title{
    position: absolute;
    width: 60%;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.company-world-flex{
    align-items: center;
}

.company-world-lrft{
    width: 50%;
}

.company-world-right{
    width: 50%;
}

.company-world-1{
    width: 50%;
    text-align: left;
    margin: 0 0 100px;
}

.company-world-2{
    width: 50%;
}

.company-world-black{
    font-size: 1.7rem;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    background-color:rgba(0, 0, 0, 1);
    padding: 15px 100px 15px 45px;
    width: 500px;
    margin-bottom: 20px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.company-world-text{
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 45px;
}

.company-world-text:last-child{
    margin-bottom: 0;
    line-height: 2;
}

.company-sustai-top{
    overflow: hidden;
    text-align: left;
    position: relative;
}


.company-sustai-title{
    font-size: 5rem;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}

.company-sustai-text{
    margin-left: 100px;
}

.company-sustai-sub{
    font-size: 3.2rem;
    font-weight: 500;
    margin: 50px 0;
}

.company-sustai-1{
    position: absolute;
    top: 220px;
    right: 20%;
    width: 30%;
    margin: 0;
}

.company-sustai-2{
    position: absolute;
    right: 0px;
    top: 150px;
    width: 27%;
}

.company-profile-top{
    padding-top: 0;
}

.company-profile-sub{
    font-size: 3.2rem;
    font-weight: 500;
    margin: -65px 0 80px;
}

.company-profile-flex{
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
}

.company-profile-title{
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    width: 200px;
    padding: 20px;
    background-color: rgba(163, 163, 163, 1);
}

.company-profile-text{
    border-bottom: 1px solid rgba(163, 163, 163, 1);
    padding: 20px 50px;
    text-align: left;
    width: calc(100% - 200px);
}

@media screen and (min-width:1600px) {
    .page-green{
        width: 620px;
    }

    .page-title{
        left: 10%;
    }
}

@media screen and (max-width:1400px) {
        .page-title{
        left: 12%;
    }

    .company-sustai-1 {
        top: 320px;
        right: 15%;
    }

}

@media screen and (max-width:1200px) {
    .page-title {
        left: 15%;
    }

    .company-world-right {
        width: 60%;
    }

    .company-world-lrft {
        width: 40%;
    }

    .company-world-2 {
        width: 60%;
    }

    .company-world-1{
        width: 60%;
    }

    .company-sustai-text {
        margin-left: 0px;
    }
}


@media screen and (max-width:1023px) {
    .page-top {
        height: 500px;
    }

    .page-green {
        left: -45px;
        width: 600px;
    }

    .company-up-flex {
        align-items: normal;
    }

    .company-up-img {
        object-fit: cover;
        width: 54%;
    }

    .company-world-lrft {
        width: 32%;
    }

    .company-world-right {
        width: 68%;
    }

    .company-world-title {
        top: -30px;
    }

    .company-world-1{
        width: 80%;
        margin-left: -20px;
    }

    .company-world-2{
        width: 80%;
        margin: 0;
    }

    .company-world-black {
        padding: 10px 33px 11px 10px;
        width: 430px;
        clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    }

    .company-sustai-title {
        font-size: 3.7rem;
    }

    .company-sustai-sub {
        font-size: 2.7rem;
    }

    .company-sustai-1 {
        top: 285px;
    }

    .company-profile-flex{
        width: 100%;
    }
}


@media screen and (max-width:767px) {
    .page-title {
    font-size: 4rem;
    }

    .page-green {
        left: -20px;
        width: 90%;
    }

    .page-top {
        height: 300px;
    }

    .company-up-img{
        width: 100%;
        margin-left: 0;
    }

    .company-up-text{
        width: 100%;
        margin-top: 20px;
    }

    .company-world-title {
        top: -15px;
        width: 70%;
    }

    .company-world-right{
        width: 100%;
    }

    .company-world-lrft{
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }

    .company-world-1 {
        width: 150px;
        text-align: left;
        margin: 0;
    }

    .company-world-2{
        width: 150px;
        position: absolute;
        top: 20px;
        right: 0;
    }

    .company-world-black{
        width: 100%;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .company-world-text{
        margin-bottom: 20px;
    }

    .company-sustai-title {
        font-size: 3.3rem;
    }

    .company-sustai-sub {
        font-size: 2.5rem;
        margin: 5px 0 20px;
    }

    .company-sustai-2 {
        top: 40px;
        width: 33%;
    }

    .company-sustai-1{
        display: none;
    }

    .company-profile-sub {
        font-size: 2.5rem;
        margin: -25px 0 25px;
    }

    .company-profile-title {
        width: 100%;
        padding: 10px;
    }

    .company-profile-text{
        width: 100%;
        padding: 15px 0 10px;
    }
    .company-profile-flex{
        margin-bottom: 25px;
    }
}



/*事業内容
-----------------------------------------------------------------------------------------*/
.page-top-2{
    background-image: url("../images/page-top2.jpg");
}

.business-up-top{
    background-image: url("../images/front-company-bg.png");
    text-align: left;
}

.business-up-flex{
    gap: 50px;
    align-items: center;
    justify-content: space-between;
}

.business-up-title{
    font-size: 3.2rem;
    width: 520px;
}

.business-up-text{
    line-height: 2;
    width: calc(100% - 520px - 50px);
}

.business-steel-top{
    padding-top: 200px;
}

.business-steel-black{
    font-size: 3.2rem;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    background-color:rgba(0, 0, 0, 1);
    padding: 20px 200px 20px 100px;
    margin-bottom: 20px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    margin-left: calc(50% - 50vw);
    width: fit-content;
}

.business-steel-flex{
    gap: 50px;
    align-items: center;
    margin-top: 100px;
}

.business-steel-left{
    gap: 50px;
    width: calc(100% - 30% - 50px);
}

.business-steel-box{
    width: 370px;
}

.business-steel-title{
    font-size: 1.7rem;
    margin-bottom: 25px;
}

.business-steel-mini{
    color: rgba(61, 140, 156, 1);
    padding-right: 30px;
}

.business-steel-text{
    line-height: 2;
    padding-left: 60px;
}

.business-steel-img{
    width: 30%;
}

.business-featu-top{
    background-color: rgba(255, 255, 255, 1);
}

.business-sustai-title{
    color: rgba(241, 241, 241, 1);
}

.business-featu-flex{
    gap: 40px 50px;
}

.business-featu-box{
    line-height: 2;
    text-align: left;
    background-color: rgba(241, 241, 241, 1);
    padding: 30px;
    width: calc((100% - 50px)/2);
}  

.business-featu-set{
    margin: auto;
    width: 465px;
}

.business-featu-title{
    font-size: 1.7rem;
    margin-bottom: 20px;
}

.business-featu-title span{
    padding-right: 30px;
}

.business-featu-text{
    margin-top: 20px;
}

.business-featu-mini{
    position: relative;

}

.business-featu-mini::after{
    position: absolute;
    content: '';
    height: 1px;
    width: 70px;
    background-color: rgba(44, 50, 54, 1);
    top: 50%;
    left: 80px;
}

.business-product-top{
    text-align: left;
    position: relative;
}

.business-product-wrapper{
    margin-left: 70px;
}

.business-product-flex{
    gap: 50px;
    align-items: flex-start;
    justify-content: space-between;
}

.business-product-img{
    width: 30%;
    margin: 0;
}

.business-product-en{
    font-size: 5.3rem;
    text-transform: uppercase;
}

.business-product-box{
    margin-top: 50px;
    justify-content: space-between;
    align-items: center;
}

.business-product-title{
    font-size: 1.7rem;
    margin-bottom: 20px;
}

.business-product-left{
    width: 50%;
    line-height: 2;
}

.business-product-link{
    position: relative;
    font-size: 1.5rem;
    margin-top: 50px;
    color: rgba(44, 50, 54, 1);
    display: inline-block;
}

.business-product-link::after{
    position: absolute;
    content: '';
    background-image: url("../images/business-product-arrow.png");
    left: 120px;
    top: 50%;
    width: 100px;
    height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
    /* width: 100px;
    height: 4px;
    border-bottom: 1px solid #000;
    border-right: 4px solid #000;
    transform: skew(80deg);  */
}

.business-product-right{
    width: 40%;
    margin: 0;
}

.business-product-flex2{
    margin-top: 150px;
}

.business-faq-top{
    background-image: url("../images/front-business-bg.jpg");
}

.business-faq-en{
    color: rgba(44, 50, 54, 1);
}

.business-faq-sub{
    color: rgba(255, 255, 255, 1);
}

.business-faq-flex{
    gap: 40px 50px;
    text-align: left;
    line-height: 2;
}

.business-faq-box{
    width: calc((100% - 50px)/2);
    padding: 30px;
    background-color: rgba(255, 255, 255, 1);
}

.business-faq-set{
    margin: auto;
    width: 410px;
}


.business-faq-title{
    font-size: 1.7rem;
    margin-bottom: 20px;
}

.business-faq-title span{
    padding-right: 10px;
}

.section-100{
    padding: 100px 0;
}

@media screen and (max-width:1300px) {
    .business-steel-text {
        padding-left: 0px;
    }

    .business-steel-box {
        width: 330px;
    }

    .business-product-en {
        font-size: 4.8rem;
    }
}

@media screen and (max-width:1200px) {
    .business-steel-mini {
        padding-right: 10px;
    }

    .business-steel-flex {
        gap: 10px;
        align-items: center;
    }

    .business-steel-left {
        gap: 30px;
        width: calc(100% - 30% - 10px);
    }

    .business-steel-box {
        width: 303px;
    }

    .business-featu-set {
        width: auto;
    }

    .business-product-wrapper{
        margin: 0;
    }

    .business-product-flex {
        gap: 40px;
        justify-content: flex-start;
    }

    .business-product-en {
        font-size: 4.2em;
    }

    .business-product-left {
        width: 55%;
    }

    .business-faq-set {
        width: auto;
    }

    .business-faq-title {
        font-size: 1.4rem;
    }
}

@media screen and (max-width:1023px) {
    .business-up-title {
        font-size: 3rem;
        width: auto;
    }

    .business-up-text{
        width: 100%;
    }

    .business-steel-left{
        width: 100%;
    }

    .business-steel-img {
        width: 60%;
    }

    .business-steel-flex {
        gap: 40px;
    }

    .business-steel-left{
        gap: 40px;
    }

    .business-steel-top{
        padding-top: 100px;
    }

    .business-featu-flex {
        gap: 40px 30px;
    }

    .business-featu-box{
        width: calc((100% - 30px) / 2);
        padding: 30px 12px 30px 20px;
    }

    .business-product-flex {
        gap: 25px;
    }

    .business-product-en {
        font-size: 3.1em;
    }

    .business-product-title{
        width: 510px;
    }

    .business-product-right {
        margin-top: 70px;
    }

    .business-faq-flex {
        gap: 40px 30px;
    }

    .business-faq-box {
        width: calc((100% - 30px) / 2);
    }

    .business-faq-title {
        font-size: 1.6rem;
    }
}



@media screen and (max-width:767px) {
    .business-up-title {
        font-size: 2.3rem;
    }

    .business-up-flex {
        gap: 15px;
    }

    .business-steel-top{
        padding-top: 40px;
    }

    .business-steel-black{
        padding: 20px 100px 20px 20px;
        font-size: 2rem;
        clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    }

    .business-steel-flex{
        margin-top: 20px;
    }

    .business-steel-title {
        margin-bottom: 10px;
    }

    .business-steel-left {
        gap: 20px;
    }

    .business-steel-img {
        width: 90%;
    }

    .section-100 {
        padding: 30px 0 40px;
    }

    .business-featu-box{
        width: 100%;
        padding: 10px 20px;
    }

    .business-featu-title {
        margin-bottom: 5px;
    }

    .business-featu-title span {
        padding-right: 15px;
    }

    .business-featu-flex{
        gap: 20px;
    }

    .business-featu-text {
        margin-top: 10px;
    }

    .business-title{
        line-height: 1;
    }

    .business-product-img{
        width: 100%;
    }

    .business-product-en {
        font-size: 2.6em;
        line-height: 1.3;
    }

    .business-product-flex{
        gap: 20px;
    }

    .business-product-box{
        margin-top: 10px;
    }

    .business-product-left{
        width: 100%;
    }

    .business-product-title{
        width: auto;
        margin-bottom: 10px;
        line-height: 1.6;
    }

    .business-product-link{
        margin-top: 20px;
    }

    .business-product-right{
        width: 90%;
        margin: 20px auto 0;
    }

    .business-product-flex2 {
        margin-top: 35px;
    }

    .business-faq-box{
        width: 100%;
        padding: 10px 20px;
    }

    .business-faq-title {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .business-faq-flex{
        gap: 20px;
    }

}


/*お問い合わせ
-----------------------------------------------------------------------------------------*/
.contact-box{
    text-align: left;
    width: 80%;
    margin: auto;
}

.contact-title{
    margin: 35px 0 10px;
}

.required{
    font-size: 0.8rem;
    color: rgba(222, 0, 0, 1);
}

.text-common{
    width: 100%;
    height: 60px;
    padding-left: 40px;
    border-radius: 15px;
    border: 1px solid rgba(59, 59, 59, 1);
}

.contact-common{
    width: 100%;
    height: 240px;
    padding: 20px 40px;
    border-radius: 15px;
    border: 1px solid rgba(59, 59, 59, 1);

}

.wpcf7-list-item:first-child{
    margin-left: 0;
}

.contact-privacy{
    color: rgba(59, 59, 59, 1);
    border-bottom: 1px solid rgba(59, 59, 59, 1);
}

.contact-sub{
    margin-top: 10px;
}

.button-submit{
    font-size: 1.2rem;
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    margin: 150px auto 0;
    width: 400px;
    padding: 20px;
    display: block;
    border: none;
    opacity: 0.5;
}

.button-submit.active {
    opacity: 1;
    cursor: pointer;
}

@media screen and (max-width:767px) {
    .contact-box{
        width: 100%;
    }

    .wpcf7-list-item{
        margin-left: 0;
        line-height: 2;
    }

    .wpcf7-list-item:last-child{
        margin-left: 20px;
    }

    .contact-title {
        margin: 20px 0 5px;
    }

    .contact-title:first-child{
        margin-top: 0;
    }

    .contact-top{
        padding-top: 20px;
    }

    .button-submit{
        width: 100%;
        margin-top: 30px;
    }

}



/*privacy-policy
-----------------------------------------------------------------------------------------*/
.privacy-top{
    width: 90%;
    text-align: left;
    margin: auto;
    line-height: 2;
}

.privacy-title{
    font-size: 1.7rem;
    margin: 50px 0 20px;
}

.privacy-title:first-child{
    margin-top: 0;
}


@media screen and (max-width:767px) {
    .privacy-top{
        width: 100%;
    }

    .privacy-title {
        margin: 20px 0 0px;
    }
}
