@charset "utf-8";
/*common
-----------------------------------------------------------------------------------------*/
section{
	padding: 150px 0;
}



.contents-wrapper{
	width: calc(100% - 100px);
	max-width: 1200px;
	margin: 0 auto;
}

.contents-wrapper.big{
    max-width: 1500px;
}

p{
    text-align: left;
}

.color-blue{
    color: rgba(14, 150, 221, 1);
}


@media screen and (max-width:767px) {
    section{
        padding: 30px 0;
    }

    .contents-wrapper{
        width: calc(100% - 50px);
    }
}


/*home
-----------------------------------------------------------------------------------------*/
.mySwiper-fv{
    position: relative;
}

.mySwiper-fv img{
    height: calc(100vh - 100px);
    object-fit: cover;
}

.swiper-horizontal>div.swiper-pagination-bullets, div.swiper-pagination-bullets{
    bottom: 50px;
    left: auto;
    right: 0;
    width: 10%;
}

.fv-title{
    color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.fv-title-ja{
    font-size: 2.5rem;
    padding: 40px 50px 0px 10%;
    border-radius: 0 20px 0 0;
    background-color: rgba(14, 150, 221, 1);
    width: fit-content;
    margin-right: auto;
}

.fv-title-en{
    font-size: 3.3rem;
    padding: 40px 100px 40px 10%;
    background-color: rgba(14, 150, 221, 1);
    border-radius: 0 20px 20px 0;
    width: 90%;
    margin-right: auto;
    margin-top: -1px;
    text-align: left;
}

.front-company-top{
    position: relative;
}

.front-company-flex{
    align-items: end;
    justify-content: space-between;
}

.front-company-left{
    width: 650px;
}

.title-top{
    text-align: left;
}

.title-ja{
    font-size: 1.4rem;
}

.title-en{
    font-size: 4.2rem;
}

.front-company-text{
    font-size: 1.1rem;
    width: 80%;
    padding-top: 100px;
    line-height: 1.7;
}

.front-company-text span{
    padding-top: 20px;
    display: block;
}

.front-link{
    font-size: 1.2rem;
    border: 2px solid rgba(14, 150, 221, 1);
    border-radius: 50px;
    padding: 20px 100px 20px 35px;
    margin-top: 100px;
    display: inline-block;
    position: relative;
    background-color: rgba(255, 255, 255, 1);
}

.front-link::after {
    position: absolute;
    content: '';
    top: 38%;
    right: 35px;
    width: 40px;
    height: 8px;
    border-bottom: 2px solid rgba(14, 150, 221, 1);
    border-right: 2px solid rgba(14, 150, 221, 1);
    transform: skew(45deg);
    transition: 0.6s;

}

.front-link:hover:after {
    right: 10px;
    width: 60px;
}

.front-company-1{
    width: 25%;
    margin: 50px 0 0;
    align-self: flex-start;
}

.front-company-2{
    width: 20%;
    margin: 0;
}

.front-our-top{
    background-color: rgba(14, 150, 221, 1);
    padding: 50px 0 250px;
    border-radius: 0px 20px 0 0;
    position: relative;
    margin-top: 100px;
}

.front-our-top::after{
    position: absolute;
    content: '';
    width: calc(100% - 100px);
    height: 100px;
    top: -99px;
    left: 0;
    background-color: rgba(14, 150, 221, 1);
    border-radius: 20px 20px 0 0;
}

.front-our-flex{
    gap: 50px;
    justify-content: space-between;
    align-items: flex-start;
}

.front-our-1{
    width: 27%;
    margin: 0;
    z-index: 1;
}

.front-our-img{
    width: 20%;
}

.front-our-2{
    margin: 50px 0 0 0;
}

.front-our-3{
    margin: 50px 0 0 -50px;
}

.front-our-right{
    width: 600px;
}

.front-carrer-top{
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px 0 0 0;
    margin-top: -50px;
    padding: 50px 0 100px;
}

.front-carrer-top::after{
    position: absolute;
    content: '';
    width: calc(100% - 100px);
    height: 100px;
    top: -99px;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px 20px 0 0;

}

.front-carrer-en{
    font-size: 4.8rem;
    color: rgba(255, 255, 255, 1);
    -webkit-text-stroke: 1.5px rgba(14, 150, 221, 1);
    paint-order: stroke;
    text-align: left;
    margin-left: 50px;
    letter-spacing: 0;
    margin-top: -100px;
    line-height: 1;
}

.front-carrer-text{
    font-size: 1.1rem;
    margin-top: 50px;
}

.front-carrer-flex{
    gap: 50px;
    align-items: flex-end;
    z-index: 1;
    position: relative;
    justify-content: center;
    margin-top: 50px;
}

.front-link-blue{
    background-color: rgba(14, 150, 221, 1);

}

.front-link-blue::after{
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, 1);
}

.front-carrer-img{
    width: 15%;
    margin: 0;
}

.front-carrer-2{
    width: 23%;
    margin: 0;
}

@media screen and (max-width:1880px) {
    .fv-title-ja{
        padding-left: 5%;
    }

    .fv-title-en{
        padding-left: 5%;

    }
}

@media screen and (max-width:1420px) {
    .front-our-img {
        width: 15%;
    }

    .front-our-right {
        width: 581px;
    }

    .front-our-3{
        z-index: 1;
        position: relative;
    }

    .front-our-flex{
        gap: 0;
    }

    .front-carrer-en {
        font-size: 4rem;
    }
}

@media screen and (max-width:1300px) {
    .front-company-left {
        width: 620px;
    }

    .front-company-flex{
        justify-content: flex-start;
        align-items: flex-start;
    }

    .front-company-1 {
        width: 30%;
        z-index: 1;
        margin: 0;
    }

    .front-company-2 {
        position: absolute;
        width: 20%;
        bottom: 120px;
        right: 50px;
    }
}

@media screen and (max-width:1200px) {
    .fv-title-ja {
        font-size: 2rem;
    }

    .fv-title-en {
        font-size: 3rem;
    }

    .title-en {
        font-size: 3.5rem;
    }

    .front-company-flex {
        gap: 50px;
    }

    .front-company-left {
        width: 500px;
    }

    .front-company-text {
        width: 100%;
        padding-top: 50px;
    }

    .front-company-2 {
        bottom: 150px;
    }

    .front-our-right {
        width: 468px;
    }

    .front-our-img {
        width: 18%;
    }

    .front-our-3 {
        margin-top: 30px;
    }

    .front-carrer-flex {
        gap: 20px;
    }

    .front-carrer-img {
        width: 17%;
    }

    .front-carrer-en {
        font-size: 3.5rem;
        margin-top: -80px;
    }

}


@media screen and (max-width:1023px) {
    .mySwiper-fv img{
        height: 500px;
    }

    .fv-title-ja {
        padding: 20px 10px 10px 30px;
        font-size: 1.8rem;
    }

    .fv-title-en{
        padding: 20px 50px 10px 30px;
        font-size: 2.5rem;
    }

    .front-company-left{
        width: 100%;
    }

    .front-link {
        margin-top: 40px;
    }

    .front-company-1 {
        width: 40%;
        margin: 30px;
    }

    .front-company-2 {
        position: static;
        width: 41%;
        margin-top: 30px;
    }

    .front-our-1 {
        width: 50%;
    }

    .front-our-img {
        width: 30%;
    }

    .front-our-2{
        margin: -50px 0 0 -90px;
    }

    .front-our-3 {
        margin-left: 0;
    }

    .front-our-right{
        width: 100%;
    }

    .front-carrer-text{
        width: 90%;
        margin: auto;
        text-align: left;
    }

    .front-carrer-img {
        width: 16%;
    }

    .front-carrer-en {
        font-size: 2.5rem;
        margin-top: -50px;
    }

    .front-carrer-flex{
        margin-top: 50px;
    }

}

@media screen and (max-width:767px) {
    .mySwiper-fv img{
        height: 300px;
    }

    .swiper-horizontal>div.swiper-pagination-bullets, div.swiper-pagination-bullets{
        bottom: 115px;
    }


    .fv-title-ja {
        padding: 10px;
        font-size: 1.1rem;
        border-radius: 0 10px 0 0;
    }

    .fv-title-en {
        padding: 10px 18px 10px 10px;
        font-size: 1.4rem;
        border-radius: 0 10px 0px 0;
        width: 100%;
    }

    .swiper-horizontal>div.swiper-pagination-bullets, div.swiper-pagination-bullets{
        width: 15%;
    }

    .title-en {
        font-size: 2.2rem;
    }

    .front-company-flex{
        gap: 0;
    }

    .front-company-text {
        width: 100%;
        padding-top: 10px;
    }

    .front-company-text span {
        padding-top: 10px;
    }

    .front-link {
        margin-top: 20px;
    }

    .front-company-1 {
        width: 46%;
        margin: 20px 0 0;
    }

    .front-company-2 {
        width: 47%;
        margin: 20px 0 0 20px;
    }

    .front-our-top::after {
        width: calc(100% - 50px);
        height: 50px;
        top: -49px;
        border-radius: 0px 15px 0 0;
    }

    .front-our-top {
        padding: 50px 0;
        border-radius: 0px 15px 0 0;
        margin-top: 50px;
    }

    .front-our-img {
        width: 40%;
    }

    .front-our-2{
        margin: -70px 0 0 -60px;
        z-index: 1;
        position: relative;    }

    .front-our-3 {
        margin: -20px 0 0 10px;
    }

    .front-our-right {
        margin-top: 20px;
    }

    .front-carrer-top::after{
        width: calc(100% - 50px);
        height: 50px;
        top: -49px;
        border-radius: 15px 0 0 o;
    }

    .front-our-top{
        padding-bottom: 130px;
    }

    .front-carrer-top {
        border-radius: 15px 0 0 0;
        padding: 0px 0 31px;
    }

    .front-carrer-flex {
        margin-top: 20px;
        gap: 5px;
    }

    .front-carrer-img {
        width: 17%;
    }

    .front-carrer-en{
        margin-left: 10px;
        font-size: 2rem;
    }
}


/*会社概要
-----------------------------------------------------------------------------------------*/
.page-top-1{
    position: absolute;
    width: 25%;
    top: -40px;
    right: 21%;
    z-index: 1;
}

.page-top-2{
    position: absolute;
    width: 20%;
    top: 200px;
    right: 3%;
}

.company-title{
    font-size: 2rem;
    margin-bottom: 30px;
}

.company-text{
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 130px;
}

.page-title{
    font-size: 3.3rem;
    font-weight: 700;
}

.company-overview-flex1{
    margin-top: 100px;
}

.company-overview-flex{
    background-color: rgba(235, 242, 248, 1);
    font-weight: 500;
    text-align: left;
    padding: 30px 50px;
    border-radius: 20px;
    margin-bottom: 50px;
}

.company-overview-title{
    width: 20%;
}

@media screen and (max-width:1340px) {
    .page-top-1-home {
        right: 15%;
    }

}

@media screen and (max-width:1023px) {
    .page-top-1 {
        width: 27%;
        top: -60px;
        right: 5%;
    }

    .page-top-1-home{
        width: 25%;
        top: -85px;
    }

    .page-top-2 {
        top: 150px;
    }

    .front-carrer-top {
        padding: 50px 0 0;
    }

    .company-text {
        margin-bottom: 100px;
    }

    .company-overview-flex1 {
        margin-top: 50px;
    }
}

@media screen and (max-width:767px) {
    .front-carrer-top {
        padding: 20px 0 30px;
    }

    .page-top-1 {
        width: 25%;
        top: -45px;
        right: 30%;
    }

    .page-top-2 {
        top: -25px;
        z-index: 1;
    }

    .company-title {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .company-text {
        margin-bottom: 30px;
        text-align: left;
    }

    .page-title {
        font-size: 1.8rem;
    }

    .company-overview-flex1 {
        margin-top: 20px;
    }

    .company-overview-flex {
        padding: 20px;
        margin-bottom: 10px;
    }

    .company-overview-title{
        width: 100%;
        margin-bottom: 5px;
    }
}
    


/*採用情報
-----------------------------------------------------------------------------------------*/
.page-top-text{
    font-size: 1.5rem;
    padding-top: 100px;
    z-index: 1;
    position: relative;
    width: 50%;
}

.carrer-title{
    font-size: 1.5rem;
    margin: 10px 0 50px;
}

.carrer-job-top{
    padding-bottom: 50px;
}

.carrer-job-driver{
    font-size: 1.5rem;
    margin: 130px 0 45px;
    text-align: left;
}

.carrer-job-table{
    border: 2px solid rgba(235, 242, 248, 1);
    
}
.carrer-job-title{
    background-color: rgba(235, 242, 248, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    width: 25%;
    padding: 40px 0;
    font-weight: 400;
}
.carrer-job-text{
    border-bottom: 2px solid rgba(235, 242, 248, 1);
    text-align: left;
    padding-left: 70px;
}

.carrer-job-last{
    border: none;
}

.carrer-envi-flex{
    gap: 100px;
    margin-top: 120px;
}

.carrer-envi-box{
    background-color: rgba(235, 242, 247, 1);
    padding: 100px 0 30px;
    width: calc((100% - 100px*2)/3);
    border-radius: 20px;
}

.carrer-envi-img{
    width: 100px;
}

.carrer-envi-3{
    width: 130px;
}

.carrer-envi-text{
    margin: auto;
    width: fit-content;
}

.carrer-envi-title{
    font-size: 1.5rem;
    padding: 30px 0 10px;
}

.carrer-entry-top{
    background-image: url("../images/carrer-entry-bg.jpg");
    padding: 180px 0 50px;
    position: relative;
}

.carrer-entry-title{
    font-size: 2rem;
    margin: 40px 0;
}

.carrer-entry-link{
    background-color: rgba(2, 166, 149, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 2rem;
    padding: 20px 60px;
    display: inline-block;
    width: 450px;
    text-align: left;
    border-radius: 50px;
}

.carrer-entry-link:hover{
    transform: scale(1.1);
}

.carrer-entry-img{
    width: 50px;
    display: inline;
    vertical-align: middle;
    margin-left: 40px;
}

.carrer-entry-en{
    margin-top: 25px;
}

.carrer-entry-garnish{
    position: absolute;
    width: 20%;
    top: -50px;
    right: 5%;
}


@media screen and (max-width:1200px) {
    .carrer-envi-box {
        width: calc((100% - 50px * 2) / 3);
    }

    .carrer-envi-flex {
        gap: 50px;
    }

    .page-top-text {
        width: 60%;
    }
}

@media screen and (max-width:1023px) {
    .page-top-text {
        width: 80%;
    }
    
    .carrer-job-title {
        width: 20%;
    }

    .carrer-job-text{
        padding: 0 20px;
    }

    .carrer-envi-flex{
        gap: 10px;
    }

    .carrer-envi-box {
        width: calc((100% - 10px * 2) / 3);
    }

    .carrer-entry-garnish {
        width: 25%;
    }

    

}

@media screen and (max-width:767px) {
    .page-top-text {
        padding-top: 20px;
        font-size: 1rem;
        font-weight: 700;
        width: 100%;
    }

    .carrer-title {
        margin: 10px 0 20px;
    }

    .carrer-text{
        text-align: left;
    }

    .carrer-job-driver {
        margin: 20px 0 10px;
    }

    .carrer-job-title{
        width: 100%;
        display: block;
        padding: 10px 0;
    }

    .carrer-job-text{
        width: 100%;
        display: block;
        padding: 10px;
        margin-bottom: 10px;
        border: 2px solid rgba(235, 242, 248, 1);
        border-top: none;
    }

    .carrer-job-table{
        border: none;
    }

    .carrer-job-top{
        padding-bottom: 0;
    }

    .carrer-envi-flex{
        margin-top: 20px;
    }

    .carrer-envi-box{
        width: 90%;
        padding: 20px;
        margin: auto;
    }

    .carrer-envi-title {
        padding: 10px 0 5px;
    }

    .carrer-entry-top {
        padding: 30px 0;
    }

    .carrer-entry-title {
        font-size: 1.5rem;
        margin: 15px 0;
    }

    .carrer-entry-link{
        width: 100%;
        font-size: 1.5rem;
        padding: 20px 50px;
    }

    .carrer-entry-img {
        width: 35px;
        margin-left: 20px;
    }

    .carrer-entry-garnish {
        top: -20px;
    }


}



/*事業案内
-----------------------------------------------------------------------------------------*/
.business-top{
    padding-top: 200px;
}

.business-wrapper{
    position: relative;
    margin-top: 180px;
}

.business-wrapper:first-child{
    margin-top: 0;
}

.business-box{
    background-color: rgba(235, 242, 248, 1);
    border-radius: 20px;
    padding: 70px 50px 100px;
    width: 70%;
}    

.business-title{
    width: 62%;
    font-size: 2rem;
    padding: 0 0 15px 50px; 
    margin-bottom: 40px;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    text-align: left;
}

.business-text{
    padding-left: 50px;
    width: 70%;
}

.business-text span{
    padding-top: 20px;
    display: inline-block;
}

.business-img{
    position: absolute;
    width: 43%;
    top: -50px;
    right: 0;
    border-radius: 20px;
}

.business-img-logo{
    position: absolute;
    width: 210px;
    top: -15px;
    left: 60%;
}
@media screen and (max-width:1300px) {
    .business-top{
        padding-top: 150px;
    }

    .business-box {
        padding: 50px 30px;
        width: 80%;
    }

    .business-title{
        padding-left: 0;
    }

    .business-text{
        padding-left: 0;
        width: 70%;
    }

    .business-img-logo {
        position: absolute;
        width: 160px;
        top: -30px;
        left: 59%;
    }

}

@media screen and (max-width:1023px) {
    .business-img {
        top: -120px;
        width: 55%;
    }

    .business-img-logo {
        top: -100px;
        left: 50%;
    }

    .business-wrapper {
        margin-top: 200px;
    }

    .business-box{
        width: 100%;
    }

    .business-text{
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .business-top{
        padding-top: 30px;
    }

    .business-box{
        padding: 20px 20px 210px;
    }

    .business-title{
        padding-bottom: 10px;
        margin-bottom: 15px;
        width: 90%;
    }

    .business-img{
        width: 90%;
        top: auto;
        bottom: 20px;
        right: 17px;
    }

    .business-wrapper {
        margin-top: 20px;
    }

    .business-img-logo {
        width: 150px;
        top: auto;
        left: 10%;
        bottom: 110px;
    }
}



/*お問い合わせ
-----------------------------------------------------------------------------------------*/
.contact-top{
    padding-top: 50px;
}

.contact-top-box{
    background-color: rgba(235, 242, 248, 1);
    padding: 50px 0;
    font-weight: 500;
    margin-bottom: 140px;
}

.contact-top-title{
    font-size: 2rem;
    padding-bottom: 15px;
}

.contact-top-tel{
    font-size: 1.3rem;
    padding: 30px 0 15px;
}

.contact-top-number{
    font-size: 2.5rem;
    font-weight: 700;
}

.contact-mell{
    font-size: 1.3rem;
    font-weight: 500;
}

.contact-box{
    margin-top: 80px;
}

.wpcf7-list-item:first-child{
    margin: 0;
}

.contact-title{
    margin: 35px 0 10px;
    font-weight: 500;
}  

.contact-flex{
    justify-content: space-between;
    align-items: flex-end;
}

.contact-red{
    color: rgba(255, 56, 60, 1);
    margin-bottom: 5px;
}

.required{
    font-size: 0.7rem;
    color: rgba(255, 56, 60, 1);
    padding-left: 10px;
    vertical-align: text-top;
}

.text-common{
    width: 100%;
    height: 80px;
    padding-left: 20px;
    border: none;
    background-color: rgba(235, 242, 248, 1);
}

.contact-common{
    width: 100%;
    height: 300px;
    padding: 20px;
    border: none;
    background-color: rgba(235, 242, 248, 1);
}

.contact-privacy-box p{
    font-size: 0.8rem;
    margin-top: 100px;
    text-align: center;
    font-weight: 500;
}

.contact-privacy{
    color: rgba(2, 166, 149, 1);
    border-bottom: 1px solid rgba(2, 166, 149, 1);
    font-size: 0.9rem;
}

.contact-check p{
    text-align: center;
    margin-top: 30px;
    font-weight: 500;
}

.button-submit{
    font-weight: 500;
    background-color: rgba(1, 133, 204, 1);
    color: rgba(255, 255, 255, 1);
    margin: 90px auto 0;
    width: 250px;
    padding: 20px;
    display: block;
    border: none;
    opacity: 0.5;
    border-radius: 50px;
}

.button-submit.active {
    opacity: 1;
    cursor: pointer;
}


@media screen and (max-width:767px) {
    .contact-top-box{
        padding: 20px;
        margin-bottom: 30px;
    }

    .contact-top-title{
        font-size: 1.2rem;
        font-weight: 700;
    }

    .contact-top-text{
        text-align: left;
    }

    .contact-top-number{
        font-size: 1.8rem;
    }

    .contact-top{
        padding-top: 30px;
    }

    .contact-title {
        margin: 20px 0 5px;
    }

    .text-common{
        height: 60px;
    }

    .contact-privacy-box p{
        margin-top: 20px;
        text-align: left;
    }

    .contact-check p{
        margin-top: 15px;
    }

    .button-submit{
        margin-top: 20px;
    }
}

/*プライバシーポリシー
-----------------------------------------------------------------------------------------*/
.privacy-top{
    padding-top: 50px;
}

.privacy-text{
    font-size: 1.1rem;
    font-weight: 500;
}

.privacy-text span{
    font-size: 1rem;
    font-size: 500;

}

.privacy-title{
    font-size: 2.1rem;
    padding: 80px 0 30px;
    text-align: left;
}
@media screen and (max-width:767px) {
    .privacy-top{
        padding-top: 30px;
    }

    .privacy-title{
        font-size: 1.4rem;
        font-weight: 700;
        padding: 20px 0 10px;
    }
}
