@charset "utf-8";
/*common
-----------------------------------------------------------------------------------------*/
section{
	padding: 100px 0;
}

.contents-wrapper{
	width: calc(100% - 200px);
	max-width: 1500px;
	margin: 0 auto;
}

@media screen and (max-width:1400px) {
.contents-wrapper{
    width: calc(100% - 100px);
}   
}


@media screen and (max-width:767px) {
    section{
        padding: 30px 0;
    }

    .contents-wrapper{
        width: calc(100% - 60px);
    }
}


/*home
-----------------------------------------------------------------------------------------*/
.fv-top{
    width: 95%;
    height: 700px;
    margin-left: auto;
    background-image: url("../images/fv-bg.jpg");
    display: flex;
    align-items: center;
    padding-left: 50px;
    text-align: left;
    border-left: 80px solid rgba(14, 6, 147, 1);
    border-bottom: 60px solid rgba(14, 6, 147, 1);
    position: relative;
    z-index: -1;
}

.fv-top::after{
    content: '';
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 80%;
    height: 60px;
    background:  rgba(28, 28, 58, 1);
}

.fv-en{
    font-size: 6rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.1;
    padding-bottom: 50px;
}

.fv-ja{
    font-size: 3rem;
    color: rgba(255, 255, 255, 1);
}

.scroll {
    position  : absolute;
    writing-mode : vertical-rl;
    bottom : 150px;
    left : -110px;
    transform: translateX(-50%) translateY(-50%);
}

.scroll::after {
    content : '';
    position : absolute;
    background-color: rgba(20, 20, 20, 1);
    right : 50%;
    bottom : -220px;
    transform : translateX(-50%);
    width : 1px;
    height : 200px;
}

.scroll::before {
    content : '';
    position : absolute;
    background-color: rgba(20, 20, 20, 1);
    right : 30%;
    bottom : -220px;
    width : 12px;
    height : 12px;
    border-radius: 50%;
    animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}


@keyframes circlemove{
0%{bottom:-30px;}
100%{bottom:-220px;}
}

@keyframes cirlemovehide{
0%{opacity:0}
50%{opacity:1;}
80%{opacity:0.9;}
100%{opacity:0;}
}

div.front-news-swiper{
    position: absolute;
    top: -100px;
    right: 0;
    width: 60%;
    margin-left: auto;
    align-items: center;
    box-shadow: 4px 4px 20px rgba(28, 28, 58, 0.08);
    gap: 40px;
    padding: 50px 30px 50px 50px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 100;
}

.front-news-ja{
    font-size: 1.2rem;
    font-weight: 700;
}

.front-home-ymd{
    color: rgba(28, 28, 58, 1);
    font-size: 0.8rem;
    width: 60px;
}

.front-news-title{
    width: 13%;
}

.mySwiper-news{
    width: 50%;
}

ul.front-news-box{
    height: 30px;
}

.front-home-title{
    width: 70%;
    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.front-about-top{
    position: relative;
    padding-bottom: 0;
}

.front-about-box{
    align-items: flex-start;
}

.front-about-1{
    width: 300px;
    padding-right: 20px;
    margin: 0;
}


.front-about-right{
    width: calc(100% - 300px);
}

.title-top{
    line-height: 0.9;
}

.front-about-title{
    margin: 100px auto 0 200px;
    width: 500px;

}

.title-en{
    font-size: 6rem;
    font-weight: 700;
    color: rgba(28, 28, 58, 0.1);
}

.title-ja{
    font-size: 2rem;
    font-weight: 700;
}

.front-about-flex{
    gap: 100px;
    margin-top: 50px;
    align-items: flex-start;
}

.front-about-2{
    width: 260px;
    margin: 0;
}

.front-about-text{
    width: 50%;
    margin-top: 50px;
}

.front-about-text p{
    text-align: left;
    line-height: 2;
    margin-bottom: 100px;
}

.front-about-3{
    position: absolute;
    width: 33%;
    right: 0;
    top: 33%;
}

.front-link{
    display: block;
    background-color: rgba(28, 28, 58, 1);
    width: 150px;
    color: rgba(255, 255, 255, 1);
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 4;
    border: 1px solid rgba(255, 255, 255, 1);
}

.front-link:hover{
    color: rgba(28, 28, 58, 1);
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid;
    font-weight: 700;
    border-image: linear-gradient(to right, rgba(28, 28, 58, 1), rgba(77, 77, 160, 1)) 1;
}

.front-about-link{
    margin-right: auto;
}

.arrow-right {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 3px solid rgba(255, 255, 255, 1);
  border-right: 3px solid rgba(255, 255, 255, 1);
  transform: rotate(45deg);
  margin-left: 20px;
}

.front-link:hover .arrow-right{
    border-top: 3px solid rgba(28, 28, 58, 1);
    border-right: 3px solid rgba(28, 28, 58, 1);
  
}

.front-features-top{
    background-image: url("../images/front-bg.jpg");
    overflow: hidden;
}

.front-features-title{
    text-align: left;
}

.front-features-flex{
    gap: 50px;
    align-items: flex-start;
    margin-top: 100px;
    justify-content: center;
}

.front-features-flex2{
    justify-content: space-between;
}

.front-features-img{
    width: 55%;
    margin: 0;
}

.front-features-img2{
    margin-right: calc(50% - 50vw);
    width: 60%;
}

.front-features-img3{
    margin-left: calc(50% - 50vw);
    width: 60%;
}

.front-features-text{
    width: 40%;
    text-align: left;
}

.front-features-number{
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.front-features-text p{
    line-height: 2;
}

.front-features-number span{
    font-size: 6rem;
    font-weight: 700;
    color: rgba(14, 6, 147, 1);
    padding-right: 20px;
}

.front-service-top{
    background-image: url("../images/front-service.jpg");
}

.front-service-en{
    color: rgba(255, 255, 255, 0.3);
}

.front-service-ja{
    color: rgba(255, 255, 255, 1);
}

.front-service-title{
    color: rgba(255, 255, 255, 1);
    margin: 50px auto 80px;
    width: 53%;
    text-align: left;
    line-height: 2;
}

.front-service-flex{
    gap: 60px;
    margin-bottom: 30px;
}

.front-service-box{
    width: calc((100% - 60px *3)/4);
}

.front-service-text{
    background-color: rgba(255, 255, 255, 1);
    padding: 20px;
    text-align: left;
    transform: translate(20px,-20px);
}

.front-service-text div{
    font-size: 1.2rem;
    font-weight: 700;
    padding-bottom: 20px;
}

.front-service-text p{
    font-size: 0.8rem;
}

.front-service-link{
    background-color: rgba(255, 255, 255, 1);
    color: rgba(28, 28, 58, 1);
    margin: 0 -20px 0 auto;
}

.front-service-link:hover{
    color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 255, 255, 1);
    background-color: rgba(14, 6, 147, 0.8);
}

.front-service-link:hover .arrow-right-black{
    border-top: 3px solid rgba(255, 255, 255, 1);
    border-right: 3px solid rgba(255, 255, 255, 1);
}

.arrow-right-black{
    border-top: 3px solid rgba(28, 28, 58, 1);
    border-right: 3px solid rgba(28, 28, 58, 1);
}

.group-flex{
    gap: 60px;
    margin-top: 80px;
}

.group-link{
    background-image: url("../images/group-1.jpg");
    width: calc((100% - 60px)/2);
    display: block;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 1);
    position: relative;
    color: rgba(255, 255, 255, 1);
}

.group-link2{
    background-image: url("../images/group-2.jpg");
}

.group-link3{
    background-image: url("../images/group-3.jpg");
}

.group-link4{
    background-image: url("../images/group-4.jpg");
}

.group-link::after{
    position: absolute;
    content: '';
    border: 1px solid rgba(255, 255, 255, 1);
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.group-logo{
    width: 100px;
}

.group-text{
    font-size: 2rem;
    font-weight: 700;
    padding-top: 10px;
}

.front-works-top{
    background-image: url("../images/front-works.jpg");
    position: relative;
}

.front-works-flex{
    gap: 40px;
}

.front-works-left{
    width: 30%;
}

.front-works-text{
    text-align: left;
    margin: 80px 0 40px;
    color: rgba(255, 255, 255, 1);
    line-height: 2;
}

.front-works-box{
    padding-top: 20px;
}


ul li.front-works-list{
    width: 65%;
    border-left: 30px solid rgba(14, 6, 147, 1);
    background-color: rgba(255, 255, 255, 1);
    padding: 40px 40px 40px 20px;

}

.front-works-category{
    position: absolute;
    top: -20px;
    left: 20px;
}

.front-flex-works{
    gap: 20px;
    text-align: left;
    justify-content: space-between;
    align-items: center;
}

.front-works-mein{
    width: 30%;
}

.front-works-img{
    width: 65%;
}

div.swiper-button-next, div.swiper-button-prev{
    color: rgba(28, 28, 58, 1);
    top: 75%;
}

div.swiper-button-prev::after, div.swiper-button-next::after{
    font-size: 1rem;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(28, 28, 58, 1);
    padding: 8px 10px;
    border-radius: 50%;
}

div.swiper-button-prev{
    left: 25%;
}

div.swiper-button-next{
    left: 30%;
}

.front-recruit-top{
    background-image: url("../images/front-bg.jpg");
}

.front-recruit-flex{
    align-items: center;
}

.front-recruit-img{
    width: 50%;
    margin-right: -90px;
    z-index: 1;
}

.front-recruit-box{
    width: 56%;
    background-color: rgba(28, 28, 58, 1);
    padding: 100px 100px;
}

.front-recruit{
    width: 80%;
    margin: auto;
}

.front-recruit-title{
    font-size: 2rem;
    font-weight: 700;
    padding: 50px 0 30px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
}

.front-recruit-text{
    font-weight: 700;
    line-height: 2;
    margin-bottom: 50px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
}

.front-recruit-link{
    margin: auto;
}

.front-instagram-flex{
    justify-content: space-between;
    align-items: flex-start;
}

.front-instagram-title{
    gap: 30px;
    align-items: baseline;
    font-size: 4rem;
    font-weight: 700;
}

.front-instagram-img{
    width: 40px;
}

.front-works-right {
    width: 64%;
}


@media screen and (max-width:1400px) {
    .front-features-number span {
        font-size: 4rem;
    }

    .front-features-text {
        width: 44%;
    }
    
    .front-features-img {
        width: 51%;
    }

    .front-features-img2 {
        width: 56%;
    }

    .front-features-img3 {
        width: 56%;
    }

    .no-14{
        display: none;
    }

    .front-service-text {
        padding: 20px 12px;
    }

    .front-works-left {
        width: 28%;
    }

    .front-works-right {
        width: 68%;
    }

    .front-recruit-box {
        padding: 100px 50px 100px 100px;
    }

    .front-recruit {
        width: 83%;
    }

    ul li.front-works-list {
    padding: 40px 22px 40px 20px;
}


}

@media screen and (max-width:1200px) {
    .fv-en {
        font-size: 5rem;
    }

    .fv-ja {
        font-size: 2.5rem;
    }

    div.front-news-swiper {
        width: 70%;
    }

    .front-about-title {
        margin: 100px auto 0 30px;
    }

    .front-about-flex {
        gap: 40px;
    }

    .front-features-number span {
        font-size: 3rem;
        padding-right: 10px;
    }

    .no-12{
        display: none;
    }

    .front-features-img {
        width: 50%;
    }

    .front-service-title {
        width: 57%;
    }

    .front-service-flex {
        gap: 30px;
    }

    .front-service-box {
        width: calc((100% - 30px * 3) / 4);
    }

    .front-service-text {
        height: 145px;
    }

    .front-works-left {
        width: 100%;
    }

    .front-works-right {
        width: 90%;
        margin-left: auto;
    }

    div.swiper-button-next, div.swiper-button-prev {
        top: 88%;
    }

    div.swiper-button-next {
        left: 10%;
    }

    div.swiper-button-prev {
        left: 5%;
    }

    .front-recruit-img {
        width: 45%;
    }

    .front-recruit-box {
        padding: 100px 30px 100px 100px;
        width: 64%;
    }

    .front-recruit {
        width: 95%;
    }

    
    
    
}

@media screen and (max-width:1023px) {
    .fv-top {
        border-left: 50px solid rgba(14, 6, 147, 1);
        padding-left: 30px;
        height: 550px;
        margin-top: 80px;
    }
    
    .scroll {
        left: -70px;
    }
    
    .fv-en {
        font-size: 3.8rem;
    }
    
    .fv-ja {
        font-size: 2rem;
    }
    
    div.front-news-swiper {
        width: 92%;
        top: -25px;
    }

    .front-about-top {
        padding: 200px 0 100px;
    }

    .front-about-2,.front-about-1{
        display: none;
    }

    .front-about-right{
        width: 100%;
    }

    .front-about-3 {
        width: 45%;
        top: 40%;
    }

    .front-about-text p {
        width: 85%;
        margin: 0px auto 100px;
    }

    .front-about-link{
        margin: auto;
    }
    
    .title-en {
        font-size: 5rem;
    }
    
    .front-about-title{
        margin: 0;
        width: auto;
    }
    
    .front-about-text {
        width: 100%;
    }

    .front-features-img {
        width: 90%;
    }

    .front-features-text {
        width: 65%;
        margin: 0 auto 0 50px;
    }

    .front-features-text2{
        order: 2;
        margin-left: auto;
    }

    .front-features-img2{
        order: 1;
        margin-left: auto;
    }

    .front-features-flex {
        gap: 10px;
    }

    .front-service-title {
        width: 80%;
    }

    .front-service-flex{
        gap: 50px;
    }

    .front-service-box{
        width: calc((100% - 50px)/2);
    }

    .front-service-text {
        padding: 20px;
        height: auto;
    }

    .group-flex {
        gap: 30px;
    }

    .group-link {
        width: calc((100% - 31px) / 2);
    }

    .front-works-mein {
        width: 100%;
    }

    .front-works-img {
        width: 100%;
    }

    .front-recruit-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        margin-right: 0;
    }

    .front-recruit-box {
        padding: 50px 100px;
        width: 100%;
    }

    .front-instagram-title {
        font-size: 3rem;
    }
    
    .front-instagram-title {
        gap: 10px;
    }
}

@media screen and (max-width:767px) {
    .fv-top {
        width: 100%;
        height: 300px;
        margin-top: 60px;
    }

    .scroll {
        display: none;
    }

    .fv-en {
        line-height: 1.5;
        font-size: 2rem;
        padding-bottom: 30px;
    }

    .fv-ja {
        font-size: 1.5rem;
    }

    div.front-news-swiper {
        width: 85%;
        top: -25px;
        right: 50%;
        transform: translateX(50%);
        padding: 20px;
        gap: 20px;
    }

    .front-news-title {
        width: 90%;
    }

    .mySwiper-news {
        width: 100%;
    }

    /* .front-link-news{
        margin: auto;
    } */

    .front-about-top {
        padding: 210px 0 30px;
    }

    .front-about-text {
        margin-top: 20px;
    }

    .front-about-flex{
        gap: 0;
        margin-top: 0;
    }

    .front-about-text p {
        margin: 0px auto 20px;
    }

    .front-about-3 {
        width: 60%;
        top: 50%;
    }

    .title-en {
        font-size: 4rem;
    }

    .title-ja {
        font-size: 1.7rem;
    }

    .front-features-img {
        width: 120%;
    }

    .front-features-flex {
        margin-top: 20px;
    }

    .front-features-text {
        width: 100%;
        margin: auto;
    }

    .front-features-number span {
        font-size: 2rem;
        padding-right: 5px;
    }

    .front-features-number {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

    .front-features-text p {
        line-height: 1.7;
    }

    .front-features-img3 {
        width: 109%;
    }

    .front-service-title {
        width: 100%;
        margin: 20px auto 25px;
    }

    .front-service-box{
        width: 100%;
    }

    .front-service-img{
        height: 150px;
        object-fit: cover;
        width: 90%;
        margin: 0;
    }

    .front-service-text {
        width: 90%;
    }

    .on-sp{
        display: block;
    }

    .front-service-text div {
        padding-bottom: 10px;
    }

    .front-service-flex {
        gap: 10px;
        margin-bottom: 10px;
    }

    .front-service-link {
        margin: auto;
    }

    .group-flex {
        margin-top: 25px;
    }

    .group-link{
        width: 100%;
    }

    .group-flex {
        gap: 20px;
    }

    .front-works-text {
        margin: 20px 0;
    }

    .front-works-right {
        width: 100%;
    }

    div.swiper-button-prev::after, div.swiper-button-next::after{
        display: none;
    }


    /* .works-mein-period {
        padding: 15px 0;
        margin-bottom: 15px;
    }

    .works-mein-place {
        margin-top: 15px;
    }

    .works-mein-img {
        width: 100%;
        height: 200px;
    } */

    .front-recruit-img {
        height: 180px;
    }

    .front-recruit-box {
        padding: 20px;
    }

    .front-recruit-title {
        font-size: 1.5rem;
        padding: 25px 0 15px;
    }

    .front-recruit-text {
        margin-bottom: 20px;
    }

    .front-instagram-title {
        font-size: 2rem;
        gap: 5px;
    }

    .front-instagram-img {
        width: 20px;
    }

    .front-instagram-img {
        width: 20px;
    }

}


/*会社情報
-----------------------------------------------------------------------------------------*/
.page-top{
    background-image: url("../images/page-1.jpg");
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    padding-left: 90px;
    margin-left: auto;
    height: 300px;
    border-left: 60px solid rgba(14, 6, 147, 1);
    text-align: left;
}

.page-title{
    line-height: 1.2;
    
}

.page-en{
    font-size: 6rem;
    font-weight: 700;
}

.page-ja{
    font-size: 1.2rem;
    font-weight: 700;

}

.bread{
    background-color: rgba(14, 6, 147, 1);
    padding: 20px;
    width: 92%;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

.bread li{
    display: inline;
}
.bread li a{
    color: inherit;
    text-decoration: none;
}
.bread li + li:before{
    content: ">";
    margin: 20px;
}

.pos-rel{
    position: relative;
}

.company-title{
    line-height: 0.9;
    text-align: left;
}

.company-en{
    font-size: 3rem;
    font-weight: 700;
    color: rgba(224, 224, 224, 1);
}

.company-ja{
    font-size: 2rem;
    font-weight: 700;
    color: rgba(14, 6, 147, 1);
}

.company-greeting-flex{
    align-items: flex-start;
}

.company-greeting-box{
    width: 58%;
    border-bottom: 100px solid rgba(14, 6, 147, 1);
}

.company-greeting-text{
    text-align: left;
    line-height: 2;
    margin: 40px 0 50px;
    width: 85%;
}

.company-greeting-text span{
    padding-top: 30px;
    display: inline-block;
}

.company-greeting-right{
    width: 42%;
}

.company-greeting-img{
    width: 300px;
    position: absolute;
    bottom: 70px;
    right: 25%;
}

.company-table{
    width: 80%;
    margin-top: 40px;
    text-align: left;
}

.company-table th{
    width: 200px;
    background-color: rgba(14, 6, 147, 1);
    color: rgba(255, 255, 255, 1);
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

th.company-table-title{
    border-bottom: 1px solid rgba(14, 6, 147, 1);

}

.company-table td{
    padding: 20px;
    border: 1px solid rgba(14, 6, 147, 1);
    border-bottom: none;

}

td.company-table-text{
    line-height: 2;
    border-bottom: 1px solid rgba(14, 6, 147, 1);
}

@media screen and (max-width:1300px) {
    .company-greeting-text {
        width: 90%;
    }

    .company-greeting-img {
        right: 22%;
    }

    .company-greeting-right {
        height: 500px;
        object-fit: cover;
    }
}

@media screen and (max-width:1150px) {
    .company-greeting-img {
        right: 18%;
    }

    .page-en {
        font-size: 5rem;
        }
}


@media screen and (max-width:1023px) {
    .company-greeting-box {
        width: 100%;
    }

    .company-greeting-text {
        width: 100%;
    }

    .company-greeting-right {
        margin: 0;
        height: 350px;
        width: 80%;
    }

    .company-greeting-img {
        width: 250px;
        bottom: 60px;
        right: 6%;
    }

    .company-table {
        width: 100%;
    }

    .page-top {
        height: 250px;
        margin-top: 80px;
    }
}

@media screen and (max-width:767px) {
    .page-top {
        height: 200px;
        margin-top: 60px;
        padding-left: 20px;
        border-left: 20px solid rgba(14, 6, 147, 1);
    }

    .page-en {
        font-size: 3rem;
    }

    .bread {
        padding: 20px 0;
        width: 100%;
    }

    .bread li + li:before {
        margin: 15px;
    }

    .company-greeting-text {
        line-height: 1.6;
        margin: 20px 0;
    }

    .company-greeting-text span {
        padding-top: 15px;
    }

    .company-greeting-box{
        border: none;
    }

    .company-greeting-img{
        display: none;
    }

    .company-greeting-right {
        height: 200px;
        width: 100%;
    }

    .company-table th {
        width: 100px;
        padding: 15px 10px;
    }

    .company-table td {
        padding: 15px;
    }
}


/*事業紹介 東方工業
-----------------------------------------------------------------------------------------*/
.page-top-2{
    background-image: url("../images/page-2.jpg");
}

.east-top{
    padding-top: 0;
}

.service-logo{
    position: absolute;
    left: 30%;
    top: 30px;
    width: 200px;
}

.service-flex{
    gap: 30px;
    align-items: flex-start;
}

.service-left{
    width: 63%;
    text-align: left;
}

.service-title{
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.service-title span{
    font-size: 1.2rem;
    font-weight: 700;
    padding-left: 10px;
}

.service-text{
    line-height: 2;
}

.service-text span{
    padding-top: 20px;
    display: inline-block;
}

.service-img{
    width: 33%;
    margin: 0;
    height: 300px;
    object-fit: cover;
}

.east-title{
    font-size: 2rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    padding: 15px 50px;
    text-align: left;
    background-image: linear-gradient(to right, rgba(14, 6, 147, 1) 20%, rgba(14, 6, 147, 0.8) 70%, rgba(14, 6, 147, 0));
}

.east-flex{
    gap: 30px;
    margin: 30px 0;
    align-items: flex-start;
}

.east-img{
    width: 45%;
    margin: 0;
}

.east-text{
    width: 50%;
    text-align: left;
    line-height: 2;
}

.east-text-title{
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.east-text-midst{
    margin: 20px 0;
}

.east-text-check{
    border: 1px solid rgba(14, 6, 147, 1);
    box-shadow: 4px 4px 20px rgba(28, 28, 58, 0.08);
    padding: 10px 20px;
    display: inline-block;
}

.fa-check-square{
    padding-right: 10px;
}

.east-area-top{
    position: relative;
}

.east-area{
    background-image: url("../images/east-area.jpg");
    width: 75%;
    padding: 35px 130px;
    margin-left: calc(50% - 50vw);
    margin-bottom: 70px;
}

.east-area-ja{
    color: rgba(255, 255, 255, 1);
}

.east-area-text{
    width: 40%;
    text-align: left;
    margin-left: 100px;
    line-height: 2;
}

.east-map{
    position: absolute;
    width: 35%;
    top: 0px;
    right: 100px;
    object-fit: contain;
}

.east-flow-box{
    width: calc(100%/3);
}

.east-flow-number{
    font-size: 1.2rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    padding: 10px 50px;
    margin-top: 50px;
    text-align: left;
    background-image: linear-gradient(to right, rgba(14, 6, 147, 1) 20%, rgba(14, 6, 147, 0.8) 70%, rgba(14, 6, 147, 0));
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);
}

.east-flow-set{
    padding: 30px 35px;
    height: 370px;
    box-shadow: 4px 4px 20px rgba(28, 28, 58, 0.08);
}

.east-flow-img{
    width: 180px;
}

.east-flow-title{
    font-size: 1.2rem;
    font-weight: 700;
    padding: 10px 0 20px;
}

.east-flow-text{
    line-height: 2;
    text-align: left;
}

.east-flow-gray{
    background-color: rgba(224, 224, 224, 1);
    padding: 10px;
    width: 80%;
    margin: 50px auto 0;
    line-height: 2;
    text-align: left;
}

.east-flow-gray p{
    margin: auto;
    width: fit-content;
}

.check-square{
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}

.check-square-text{
    vertical-align: middle;
}
@media screen and (max-width:1320px) {
    .east-flow-set {
        height: 410px;
    }
}

@media screen and (max-width:1200px) {
    .east-flow-title {
    font-size: 1.1rem;
    }

    .east-flow-set {
        height: 420px;
    }
}

@media screen and (max-width:1023px) {
    .service-left {
        width: 100%;
    }

    .service-img {
        width: 100%;
    }

    .east-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .east-text {
        width: 100%;
    }

    .east-map {
        width: 45%;
        top: -50px;
        right: 30px;
    }

    .east-area-text {
        width: 60%;
    }

    .east-flow-box {
        width: calc(100% / 2);
    }

    .east-flow-gray {
        width: 100%;
    }



}

@media screen and (max-width:767px) {
    .service-title {
        margin-bottom: 15px;
        line-height: 0.8;
        font-size: 2.5rem;
    }

    .service-text span {
        padding-top: 10px;
    }

    .service-flex {
        gap: 20px;
    }

    .service-img {
        height: 200px;
    }

    .east-img {
        height: 200px;
    }

    .east-flex {
        gap: 10px;
        margin: 20px 0;
    }

    .east-text-title {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .east-text-midst {
        margin: 10px 0;
    }

    .east-area {
        padding: 35px 30px;
        margin-bottom: 15px;
        width: 95;
    }

    .east-map {
        width: 50%;
        top: -30px;
        right: 20px;
    }

    .east-area-text {
        width: 100%;
        margin-left: 0px;
    }

    .east-flow-number {
        margin-top: 20px;
    }

    .east-flow-box{
        width: 100%;
    }

    .east-flow-set {
        height: auto;
        padding: 0 25px 20px;
    }

    .east-flow-title {
        font-size: 1.1rem;
    }

    .east-text-check {
        padding: 10px 9px;
    }

    .east-flow-gray {
        margin: 20px auto 0;
    }

    .company-table {
        margin-top: 25px;
    }

    .company-en {
        font-size: 2.6rem;
    }

    .service-logo {
        width: 250px;
    }

    .service-midst {
        padding: 15px 0;
    }

}


/*事業紹介 他
-----------------------------------------------------------------------------------------*/
.service-midst{
    padding: 30px 0;
    line-height: 2;
}

.service-mein span{
    width: 130px;
    display: inline-block;
}

.service-mein-box{
    line-height: 2.5;
}

.service-link{
    text-align: center;
    margin-top: 50px;
    font-weight: 700;

}

@media screen and (max-width:767px) {
        .service-mein span {
        width: 100%;
        display: inline-block;
    }

    .service-mein-box {
        line-height: 1.7;
    }

    .service-mein{
        margin-top: 15px;
    }

    .service-midst {
        padding: 10px 0 0;
    }

    .service-link {
        margin-top: 20px;
    }

}



/*採用情報
-----------------------------------------------------------------------------------------*/
.page-top-5{
    background-image: url("../images/page-5.jpg");
}

.recruit-fellow{
    font-size: 3rem;
    font-weight: 700;
    border-bottom: 3px solid rgba(14, 6, 147, 1);
    padding-bottom: 10px;
    display: inline-block;
    color: rgba(14, 6, 147, 1);
}

.recruit-fellow-flex{
    position: relative;
    align-items: flex-start;
    margin-top: 50px;
}

.recruit-fellow-img1{
    width: 47%;
    margin: 0;
    z-index: 1;
}

.recruit-fellow-text{
    width: 50%;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(28, 28, 58, 1);
    padding: 50px 70px 100px;
    text-align: left;
    margin: 50px 0 0 -100px;
    z-index: 2;
}

.recruit-fellow-img2{
    width: 30%;
    position: absolute;
    right: 0;
    top: 45%;
    z-index: 4;
}

.recruit-fellow-img3{
    width: 55%;
    position: absolute;
    left: 30%;
    top: 55%;
    z-index: 3;
}

.recruit-fellow-top{
    position: relative;
    padding-bottom: 180px;
}

.recruit-fellow-gray{
    background-color: rgba(224, 224, 224, 1);
    width: 750px;
    height: 400px;
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 0;
}

.recruit-charm-top{
    background-image: url("../images/front-bg.jpg");
}

.recruit-charm{
    color: rgba(255, 255, 255, 1);
    border-bottom: 3px solid rgba(255, 255, 255, 1);

}

.recruit-charm-box{
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    width: calc((100% - 25px*3)/4);
    padding: 30px;
}

.recruit-charm-flex{
    margin-top: 120px;
    gap: 25px;
}

.recruit-charm-number{
    width: 90px;
    height: 90px;
    position: absolute;
    top: -70px;
    left: 0px;
}

.recruit-charm-img{
    width: 180px;
    margin: 20px auto;
}

.recruit-charm-title{
    font-size: 1.2rem;
    font-weight: 700;

    height: 60px;
}

.recruit-charm-box p{
    text-align: left;
}

.recruit-people-box{
    box-shadow: 4px 4px 20px rgba(28, 28, 58, 0.08);
    width: 60%;
    background-color: rgba(255, 255, 255, 1);
    padding: 50px;
    z-index: 1;
    position: relative;
}

.recruit-people-text{
    margin-top: 30px;
    text-align: left;
}

.recruit-people-text span{
    font-weight: 700;
}

.recruit-people-1{
    position: absolute;
    width: 50%;
    top: 20%;
    right: 0;
}

.recruit-people-blue{
    background-color: rgba(28, 28, 58, 1);
    height: 160px;
    width: 920px;
    position: absolute;
    top: 40%;
    left: 0;
}

.recruit-people-next{
    margin-top: 150px;
}

.recruit-people-box2{
    margin-left: auto;
}

.recruit-people-2{
    width: 20%;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 2;
}

.recruit-people-3{
    width: 30%;
    position: absolute;
    top: 50%;
    left: 20%;
    z-index: 1;
}

.recruit-people-blue2{
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

.company-title-midst{
    margin: auto;
    width: fit-content;
    text-align: center;
}

.recruit-table td{
    line-height: 2;
}

.recruit-coopera-top{
    background-image: url("../images/recruit-coopera.jpg");

}

.recruit-coopera-box{
    background-color: rgba(255, 255, 255, 0.8);
    padding: 60px;
    width: 80%;
    margin: auto;
}

.recruit-coopera-text{
    line-height: 2;
    text-align: left;
    width: 70%;
    margin: 30px auto 0;
}

.recruit-link-text{
    font-size: 2rem;
    font-weight: 700;
}

.recruit-link{
    margin: 30px auto 0;
}

.recruit-people-top{
    overflow: hidden;
}

@media screen and (max-width:1300px) {
    .recruit-fellow-text {
        width: 60%;
    }

    .recruit-fellow-img3 {
        top: 55%;
    }

    .recruit-people-box {
        padding: 50px 35px;
    }

    .recruit-people-3 {
        top: 75%;
    }

    .company-table {
    width: 100%;
    }
}


@media screen and (max-width:1200px) {
    .recruit-fellow-img2 {
        top: 60%;
    }
    
    .recruit-fellow-img3 {
        top: 70%;
    }

    .recruit-charm-flex {
        gap: 10px;
    }

    .recruit-charm-number {
        width: 75px;
        height: 75px;
        top: -50px;
    }

    .recruit-charm-box {
        width: calc((100% - 10px * 3) / 4);
        padding: 30px 15px;
    }

    .recruit-fellow {
        font-size: 2.2rem;
    }

    .recruit-people-box {
        padding: 50px 20px;
    }

    .recruit-people-2 {
        width: 25%;
    }

    .recruit-people-3 {
        width: 35%;
    }
}

@media screen and (max-width:1023px) {
    .recruit-fellow-text {
        width: 67%;
        padding: 50px 30px 100px;
    }

    .recruit-fellow-img3 {
        width: 60%;
        left: 15%;
        top: 80%;
    }

    .recruit-fellow-img2 {
        width: 35%;
        right: -10px;
        top: 70%;
    }

    .recruit-charm-flex {
        gap: 70px 30px;
    }

    .recruit-charm-box {
        width: calc((100% - 30px) / 2);
        padding: 30px;
    }

    .recruit-fellow-gray {
        height: 300px;
    }

    .recruit-people-box {
        width: 95%;
        padding: 50px 20px;
    }

    .recruit-people-1 {
        width: 80%;
        top: 90%;
        z-index: 1;
    }

    .recruit-people-next {
        margin-top: 260px;
        padding-bottom: 50px;
    }

    .recruit-people-2 {
        top: -120px;
    }

    .recruit-people-blue {
        top: 30%;
    }

    .recruit-people-3 {
        top: 75%;
        z-index: 2;
        width: 60%;
        left: 30%;
        height: 150px;
        object-fit: cover;
    }

    .recruit-people-blue2 {
        height: 200px;
        top: auto;
    }

    .recruit-coopera-box {
        padding: 60px 30px;
        width: 100%;
    }

    .recruit-coopera-text {
        width: 90%;
    }
}

@media screen and (max-width:767px) {
    .recruit-fellow {
        font-size: 1.7rem;
    }

    .recruit-fellow-img1 {
        width: 100%;
        height: 170px;
        object-fit: cover;
    }

    .recruit-fellow-flex {
        margin-top: 25px;
    }

    .recruit-fellow-img3 {
        width: 70%;
        left: -10px;
        top: 85%;
    }

    .recruit-fellow-img2 {
        width: 50%;
        top: 75%;
    }

    .recruit-fellow-gray {
        top: 30%;
    }

    .recruit-fellow-top {
        padding-bottom: 70px;
    }

    .recruit-fellow-text {
        width: 100%;
        padding: 15px 15px 100px;
        margin: 0;
    }

    .recruit-charm-box {
        padding: 20px;
        width: 100%;
    }

    .recruit-charm-number {
        width: 70px;
        height: 70px;
        top: -30px;
    }

    .recruit-charm-img {
        margin: -20px auto 10px;
    }

    .recruit-charm-flex {
        gap: 45px;
        margin-top: 50px;
    }

    .recruit-people-box {
        width: 100%;
        padding: 20px 15px;
    }

    .recruit-people-1 {
        width: 100%;
        top: 100%;
    }

    .recruit-people-text {
        margin-top: 15px;
    }

    .recruit-people-next {
        margin-top: 170px;
        padding-bottom: 120px;
    }

    .recruit-people-2 {
        top: 220px;
        height: 120px;
        object-fit: cover;
        left: -10px;
        width: 55%;
    }

    .recruit-people-3 {
        top: 220px;
        width: 55%;
        left: auto;
        right: -10px;
        height: 120px;
    }

    .recruit-table tr{
        display: block;
    }

    .recruit-table th{
        display: block;
        width: 100%;
        padding: 10px 20px;
        border: none;
    }

    .recruit-table td{
        display: block;
        width: 100%;
        padding: 10px 15px;
    }

    .recruit-coopera-text {
        line-height: 1.5;
        width: 100%;
    }

    .recruit-coopera-box {
        padding: 20px 15px;
    }

    .recruit-link-text {
        font-size: 1.5rem;
    }

    .recruit-link {
        margin: 20px auto 0;
    }
}


/*お問い合わせ
-----------------------------------------------------------------------------------------*/
.page-top-6{
    background-image: url("../images/page-6.jpg");
}

.contact-gray{
    background-color: rgba(224, 224, 224, 1);
    padding: 30px;
    width: 60%;
    margin: auto;
}

.contact-gray-title{
    font-size: 1.2rem;
    font-weight: 700;
    margin: 20px 0 5px;
}

.contact-gray-tel span{
    font-size: 3rem;
    font-weight: 700;
    margin-left: 5px;
}

.contact-gray-tel{
    font-size: 1.2rem;
    font-weight: 700;
}

.contact-gray-time{
    font-size: 0.8rem;
    margin-top: 5px;
}

.contact-gray-text{
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 50px;
    line-height: 2;
}

.contact-table{
    text-align: left;
    margin-top: 50px;
}

.contact-table th ,.contact-table td{
    vertical-align: top;
}

.contact-title{
    width: 224px;
}

.required{
    background-color: rgba(14, 6, 147, 1);
    padding: 5px;
    color: rgba(255, 255, 255, 1);
    width: 45px;
    display: inline-block;
}

.any{
    border: 1px solid rgba(14, 6, 147, 1);
    padding: 5px;
    display: inline-block;
}

.text-common{
    width: 100%;
    height: 64px;
    padding: 10px;
    border: none;
    margin-bottom: 30px;
    background-color: rgba(224, 224, 224, 1);
}

.contact-common{
    width: 100%;
    padding: 10px;
    border: none;
    margin-bottom: 30px;
    background-color: rgba(224, 224, 224, 1);;
}

.contact-text{
    width: 69%;
    text-align: left;
    padding-left: 30px;
}

.contact-privacy-link{
    color: rgba(28, 28, 58, 1);
    margin-top: 20px;
    display: inline-block;

}

.contact-privacy{
    border-bottom: 1px solid rgba(28, 28, 58, 1);
}

.contact-privacy-line{
    border-bottom: 1px  solid rgba(51, 51, 51, 1);
}

.wpcf7 .wpcf7-submit{
    background-color: rgba(14, 6, 147, 1);
    width: 150px;
    padding: 20px;
    margin: auto;
    color: rgba(255, 255, 255, 1);
    border: none;
    font-weight: 700;
    opacity: 0.5;
    display: block;
    margin-top: 100px;
}

.wpcf7 .wpcf7-submit.active {
    opacity: 1;
    cursor: pointer;
}


.radio-common{
    margin-bottom: 60px;
    display: inline-block;
}

.contact-title-flex{
    align-items: flex-start;
    gap: 5px;
}

.contact-title-text{
    width: 69%;
    padding-left: 30px;
}

.wpcf7-list-item:first-child{
    margin-left: 0;
}



@media screen and (max-width:1023px) {

    .contact-title-text {
        width: 100%;
        padding-left: 0px;
    }

    .contact-text {
        width: 58%;
        padding-left: 15px;
    }

    .contact-gray {
        width: 70%;
    }
}

@media screen and (max-width:767px) {

    .contact-gray-sp{
        font-size: 0.9rem;
    }

    .contact-gray {
        padding: 15px;
        width: 100%;
    }

    .contact-gray-tel span {
        font-size: 2.5rem;
    }

    .contact-gray-text {
        text-align: left;
        margin-top: 20px;
        line-height: 1.5;
    }

    .contact-table {
        margin-top: 20px;
    }

    .text-common {
        margin-bottom: 20px;
    }

    .contact-text {
        width: 100%;
        padding-left: 0px;
    }

    .contact-common {
        margin-bottom: 20px;
    }

    .wpcf7 .wpcf7-submit {
        margin-top: 25px;
    }

    .radio-common {
        margin-bottom: 20px;
    }
}

/*プライバシーポリシー
-----------------------------------------------------------------------------------------*/
.page-top-7{
    background-image: url("../images/page-7.jpg");
}

.privacy-top{
    text-align: left;
    line-height: 2;
}

.privacy-text{
    font-size: 1.2rem;
    font-weight: 700;
}

.privacy-title{
    font-size: 2rem;
    font-weight: 700;
    color: rgba(14, 6, 147, 1);
    padding: 50px 0 30px;

}

.circle{
    background-color: rgba(28, 28, 58, 1);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 1px;
}

@media screen and (max-width:767px) {
    .privacy-title {
        font-size: 1.6rem;
        padding: 10px 0 5px;
    }

    .privacy-top {
        line-height: 1.6;
    }
}

/*
-----------------------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
}



/*
-----------------------------------------------------------------------------------------*/
