@charset "utf-8";
/*common
-----------------------------------------------------------------------------------------*/
section{
	padding: 250px 0 0;
}

.section2{
    padding: 250px 0;
}

.contents-wrapper{
	width: calc(100% - 100px);
	max-width: 1500px;
	margin: 0 auto;
}

.text-gradation{
    color: transparent;
    background: repeating-linear-gradient( 90deg, rgba(46, 140, 255, 1) 0, rgba(113, 203, 255, 1) 100% );
    -webkit-background-clip: text;
}

p{
    text-align: left;
}

.link:hover{
    color: rgba(255, 255, 255, 1);
    background-image: linear-gradient(to right, rgba(46, 140, 255, 1) 0%, rgba(113, 203, 255, 1) 100%);
}

@media screen and (max-width:1023px) {
    section {
        padding: 100px 0 0;
    }
}



@media screen and (max-width:767px) {
    section{
        padding: 30px 0;
    }

    .contents-wrapper{
        width: calc(100% - 60px);
    }
}


/*home
-----------------------------------------------------------------------------------------*/
.mySwiper-fv{
    position: relative;
}

.fv-swiper{
    position: relative;
}

.mySwiper-fv .swiper-slide{
    height: 900px;
}

.fv-img{
    width: 80%;
    margin: 0 0 0 auto;
    height: 800px;
    object-fit: cover;
}

.fv-mini{
    position: absolute;
    width: 40%;
    height: 800px;
    top: 100px;
    left: 0;
    object-fit: cover;
    z-index: -1;

}

.x-img{
    width: 100px;
    margin-top: 50px;
}

.fv-flex{
    gap: 30px;
    position: absolute;
    bottom: 150px;
    right: 150px;
    z-index: 1;
    align-items: flex-start;
}

.fv-klee {
    font-family: "Klee One", cursive;
    padding: 10px 30px;
    font-size: 7.7rem;
}

.fv-klee-top{
    background-color: rgba(255, 255, 255, 1);
}

.fv-alegreya {
  font-family: "Alegreya", serif;
  color: rgba(255, 255, 255, 1);
  font-size: 2.6rem;
  text-shadow: 1px 1px 3px rgba(29, 64, 111, 0.45);
}

.scroll {
    position  : absolute;
    font-size : 1.4rem;
    writing-mode : vertical-rl;
    bottom: 200px;
    right: 30px;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.scroll p{
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 3px rgba(29, 64, 111, 0.45);
}

.scroll::after {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 1px 1px 3px rgba(29, 64, 111, 0.45);
    right : 50%;
    bottom : -115px;
    transform : translateX(-50%);
    width : 2px;
    height : 100px;
    animation: scroll 1.5s infinite;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.title-flex{
    gap: 50px;
    align-items: flex-end;
}

.title-flex-top{
    justify-content: center;
}

.title-gradation{
    font-size: 5.3rem;
}

.title-ja{
    font-size: 1.4rem;
    color: rgba(30, 102, 196, 1);
}

.front-company-top{
    position: relative;
    padding-bottom: 200px;
}

.front-company-top::after{
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0;
    width: 20%;
    height: 110%;
    background-color: rgba(229, 245, 253, 1);
    z-index: -1;
}

.front-company-img{
    width: 55%;
    margin-top: 100px;
}

.front-company-set{
    position: relative;
}

.front-company-set::after{
    position: absolute;
    content: '';
    bottom: -200px;
    left: 0;
    width: 100%;
    height: 550px;
    background-color: rgba(229, 245, 253, 1);
    z-index: -1;
}

.front-company-box{
    background-color: rgba(255, 255, 255, 1);
    padding: 50px;
    width: 40%;
    position: absolute;
    top: 50%;
    right: 0;
}

.link-view{
    color: rgba(30, 102, 196, 1);
    font-size: 1.4rem;
    padding: 20px 50px;
    margin-top: 50px;
    display: block;
    width: 235px;
    position: relative;
    border: 2px solid;
    border-image: linear-gradient(to right, rgba(46, 140, 255, 1), rgba(113, 203, 255, 1)) 1;
}

.link-view-company{
    margin-right: auto;
}

.link-view::after{
    position: absolute;
    content: '';
    width: 35px;
    height: 1px;
    top: 50%;
    right: -25px;
    background-color: rgba(30, 102, 196, 1);
}

.front-service-swiper{
    background-color: rgba(255, 255, 255, 1);
    padding: 50px 0 50px 50px;
    margin-top: 100px;
    margin-right: calc(50% - 50vw);
}

.front-bg-blue{
    position: relative;
}

.front-bg-blue::after{
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    top: 150px;
    background-color: rgba(229, 245, 253, 1);
    width: 90%;
    z-index: -1;
}

.front-service-title{
    justify-content: left;
}

.front-pdf-link{
    color: rgba(255, 255, 255, 1);
    font-size: 1.4rem;
    display: block;
    margin: auto;
    width: 1000px;
    padding: 60px;
    position: relative;
    border: 1px solid rgba(30, 102, 196, 1);
    background-color: rgba(30, 102, 196, 1);
}

.front-pdf-link::after{
    position: absolute;
    content: '';
    width: 15px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
    top: 50%;
    right: 0;
}

.front-pdf-link::before{
    position: absolute;
    content: '';
    width: 25px;
    height: 1px;
    background-color: rgba(30, 102, 196, 1);
    top: 50%;
    right: -25px;
}

.front-pdf-link:hover{
    background-color: rgba(255, 255, 255, 1);
    color: rgba(30, 102, 196, 1);
}


@media screen and (max-width:1300px) {
    .front-company-img{
        margin: 100px auto 0 20px;
        width: 60%;
    }

    .front-company-box {
        width: 60%;
    }

    .front-pdf-link{
        width: 80%;
    }

    .title-flex-top {
        justify-content: left;
    }
}

@media screen and (max-width:1023px) {
    .fv-klee {
        padding: 0px 20px;
        font-size: 6rem;
    }

    .x-img {
        width: 50px;
    }

    .fv-img {
        height: 700px;
    }

    .fv-mini{
        height: 700px;
    }

    .mySwiper-fv .swiper-slide {
        height: 800px;
    }

    .fv-flex {
        right: 100px;
        gap: 20px;
    }

    .title-gradation {
        font-size: 4rem;
    }

    .title-flex {
        gap: 30px;
    }

    .front-company-img {
        width: 70%;
        margin-top: 50px;
    }

    .front-company-box {
        width: 72%;
        top: 70%;
    }

    .front-company-set::after {
        bottom: -300px;
        height: 450px;
    }

    .front-company-top::after {
        height: 115%;
    }

    .front-company-top {
        padding-bottom: 300px;
    }

    .front-bg-blue::after {
        top: 100px;
    }

    .front-service-title{
        margin-top: 50px;
    }

    .front-service-swiper {
        margin-top: 50px;
    }

    .front-pdf-link {
        width: 100%;
    }

    .section2 {
        padding: 150px 0;
    }


}

@media screen and (max-width:767px) {
    .fv-mini{
        display: none;
    }

    .fv-img {
        height: 400px;
        width: 100%;
    }

    .mySwiper-fv .swiper-slide {
        height: 400px;
    }

    .fv-klee {
        padding: 0px 10px;
        font-size: 3rem;
    }

    .fv-flex {
        right: auto;
        left: 30px;
        gap: 10px;
        bottom: 20px;
    }

    .fv-alegreya {
        font-size: 1.5rem;
    }

    .x-img {
        width: 30px;
        margin-top: 10px;
    }

    .scroll {
        bottom: 85px;
        right: 10px;
    }

    .title-gradation {
        font-size: 2.7rem;
        width: 100%;
        text-align: left;
    }

    .title-flex {
        gap: 5px;
    }

    .front-company-img {
        width: 90%;
        margin: 20px 0 0;
    }

    .front-company-box {
        width: 92%;
        padding: 15px;
    }

    .link-view {
        margin-top: 20px;
    }

    .front-company-set::after {
        bottom: -220px;
        height: 200px;
    }

    .front-company-top {
        padding-bottom: 220px;
    }

    .front-bg-blue::after {
        top: 30px;
    }

    .front-service-title {
        margin-top: 25px;
    }

    .front-service-swiper {
        padding: 5px 20px 30px 10px;
        margin-top: 25px;
    }

    .front-service-top{
        padding-bottom: 0;
    }

    .section2 {
        padding: 30px 0;
    }

    .front-pdf-link {
        padding: 30px 20px;
    }


}



/*<?php get_template_part("parts/service-swiper"); ?>
-----------------------------------------------------------------------------------------*/
.service-swiper-flex{
    gap: 30px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    align-items: flex-end;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(46, 140, 255, 1), rgba(113, 203, 255, 1)) 1;
}
.service-swiper-title{
    font-size: 2.6rem;
}

.service-swiper-number{
    font-size: 8rem;
    color: rgba(255, 255, 255, 1);
    -webkit-text-stroke: 2px rgba(30, 102, 196, 1);
    line-height: 1;
}

.service-swiper-text{
    width: 396px;
}

.service-swiper-box{
    gap: 40px;
    text-align: left;
    justify-content: space-between;
}

.service-swiper-ja{
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.service-swiper-en{
    font-size: 2.6rem;
    color: rgba(30, 102, 196, 1);
    margin-bottom: 50px;
}

.service-swiper-link{
    margin-left: auto;
}

.service-swiper-img{
    width: 40%;
    object-fit: cover;
}

.service-swiper-top{
    margin-right: calc(50% - 50vw);
}
@media screen and (max-width:1300px) {

    .service-swiper-box {
        gap: 20px;
    }
}

@media screen and (max-width:1023px) {
    .service-swiper-img {
        width: 100%;
        height: 220px;
        margin: 0;
    }

}

@media screen and (max-width:767px) {
        .service-swiper-flex {
        gap: 15px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .service-swiper-number {
        font-size: 6rem;
    }

    .service-swiper-en {
        font-size: 2.3rem;
        margin-bottom: 15px;
    }

    .service-swiper-link {
        margin-right: auto;
    }

}

@media screen and (max-width:767px) {
}



/*footer-contact
-----------------------------------------------------------------------------------------*/
.footer-contact-top{
    background-image: url("../images/footer-contact.jpg");
    height: 750px;
    position: relative;
}

.footer-contact-flex{
    gap: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}

.footer-contact-en{
    color: rgba(255, 255, 255, 1);
    font-size: 5.2rem;
    margin-bottom: 20px;
}

.footer-contact-link{
    background-color: rgba(255, 255, 255, 1);
    padding: 55px 50px;
    border-radius: 50%;
    display: inline-block;
}

.footer-contact-link:hover{
    padding: 80px 75px;
}

.footer-contact-link img{
    width: 50px;
}
@media screen and (max-width:1023px) {
    .footer-contact-top {
        height: 500px;
    }
}

@media screen and (max-width:767px) {
    .footer-contact-en {
        font-size: 4rem;
        margin-bottom: 15px;
    }
    
    .footer-contact-top{
        text-align: left;
    }

    .footer-contact-flex {
        gap: 20px;
        position: absolute;
    }

    .footer-contact-top {
        height: 350px;
    }

    .footer-contact-link {
        padding: 30px 25px;
    }
    
    .footer-contact-link:hover{
        padding: 55px 50px;
    }


}
    




/*会社概要
-----------------------------------------------------------------------------------------*/
.page-top-img{
    width: 80%;
    margin: 0 0 0 auto;
    height: 500px;
    object-fit: cover;
}

.page-top{
    position: relative;
}

.page-top::after{
    position: absolute;
    content: '';
    width: 80%;
    height: 550px;
    background-color: rgba(229, 245, 253, 1);
    top: 100px;
    left: 0;
    z-index: -1;
}

.page-top-title{
    justify-content: left;
    margin-top: 20px;
}

.company-top{
    padding: 200px 0 250px;
}

.company-table{
    width: 70%;
    margin: auto;
}

.company-table-title,.company-table-sub{
    border-bottom: 1px solid rgba(30, 102, 196, 1);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.company-table-title{
    width: 250px;
    font-weight: 500;
}

.company-table-flex{
    gap: 25px;
}

.company-table-sub{
    width: calc(100% - 250px - 25px);
    text-align: left;
    padding-left: 50px;
}

.company-table-last{
    margin: 10px 0;
}

@media screen and (max-width:1023px) {
    .company-table {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .page-top-img {
        width: 100%;
        height: 200px;
        margin-top: 70px;
    }

    .page-top::after {
        width: 90%;
        height: 220px;
    }

    .company-top {
        padding: 50px 0 30px;
    }

    .company-table-sub {
        width: 100%;
        padding-left: 0px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }


    .company-table-title {
        text-align: left;
        border: none;
        padding: 0;
        margin: 0;
    }

    .company-table-flex {
        gap: 10px;
    }
}



/*事業内容
-----------------------------------------------------------------------------------------*/
.service-top{
    padding: 200px 0 150px;
    width: 55%;
    margin: auto;
}

.service-flex{
    gap: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    align-items: flex-end;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(46, 140, 255, 1), rgba(113, 203, 255, 1)) 1;
}

.service-en{
    font-size: 2.6rem;
    color: rgba(30, 102, 196, 1);
}

.service-text{
    font-size: 1.4rem;
    text-align: left;
    margin: 50px 0 30px;
}

.service-swiper-section{
    padding: 0 0 250px;
}
@media screen and (max-width:1250px) {
    .service-top {
        width: 70%;
    }
}

@media screen and (max-width:1023px) {
        .service-top {
        width: 90%;
    }

}

@media screen and (max-width:767px) {
    .service-top {
        padding: 50px 0 30px;
        width: 100%;
    }

    .service-flex {
        gap: 13px;
        padding-bottom: 9px;
        margin-bottom: 20px;
    }

    .service-number{
        font-size: 4rem;
    }

    .service-en{
        font-size: 1.8rem;
    }

    .service-text {
        margin: 20px 0 10px;
    }

    .service-swiper-section {
        padding: 0 0 30px;
    }
}



/*お問い合わせ
-----------------------------------------------------------------------------------------*/
.contact-top{
    padding: 200px 0  250px;
}

.contact-title{
    width: 350px;
}

.contact-flex{
    padding: 40px 0;
    border-bottom: 1px solid rgba(30, 102, 196, 1);
}

.contact-box{
    width: 80%;
    margin: 50px auto 0;
    border-top: 1px solid rgba(30, 102, 196, 1);
}

.contact-text{
    width: 65%;
}

.text-common{
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    border: none;
    background-color: rgba(229, 245, 253, 1);
}

.contact-common{
    width: 100%;
    height: 300px;
    padding: 10px 15px;
    border: none;
    background-color: rgba(229, 245, 253, 1);
}

.required{
    color: rgba(255, 255, 255, 1);
    margin-right: 25px;
    background-color: rgba(204, 62, 62, 1);
    padding: 5px 10px;
}

.any{
    color: rgba(255, 255, 255, 1);
    margin-right: 25px;
    background-color: rgba(30, 102, 196, 1);
    padding: 5px 10px;
}


.contact-privacy{
    color: rgba(30, 102, 196, 1);
}

.check-accept{
    margin-top: 20px;
}


.button-submit{
    margin: 50px auto 0;
    opacity: 0.5;
}

.button-submit.active {
    opacity: 1;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
}


@media screen and (max-width:1350px) {
    .contact-box {
        width: 100%;
    }

    .required,.any {
        margin-right: 10px;
    }

    .contact-title {
        width: 270px;
    }

    .contact-text {
        width: 70%;
    }

    .contact-sub{
        width: 60%;
        padding-left: 30px;
    }
}

@media screen and (max-width:1023px) {
    .contact-title {
        width: 300px;
        margin-bottom: 20px;
    }

    .contact-text {
        width: 100%;
    }

    .contact-sub {
        width: 100%;
        padding-left: 0px;
    }

    .contact-top {
        text-align: left;
    }
}

@media screen and (max-width:767px) {
    .contact-top {
        padding: 50px 0 30px;
    }

    .contact-box {
        margin: 20px auto 0;
    }

    .contact-flex {
        padding: 20px 0;
    }

    .contact-common {
        height: 200px;
    }

    .button-submit {
        margin: 20px auto 0;
    }
}



/*プライバシーポリシー
-----------------------------------------------------------------------------------------*/
.privacy-top{
    width: 70%;
    margin: auto;
}

.privacy-box{
    margin-top: 50px;
}

.privacy-box p{
    padding-left: 25px;
}

.privacy-title{
    text-align: left;
    padding-left: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    color: rgba(30, 102, 196, 1);
    font-weight: 500;
    border-bottom: 1px solid rgba(30, 102, 196, 1);
}

.privacy-name{
    font-weight: 500;
    margin-top: 10px;
    text-align: left;
    display: block;
}
@media screen and (max-width:1200px) {
    .privacy-top {
        width: 85%;
    }
}


@media screen and (max-width:1023px) {
    .privacy-top {
        width: 100%;
    }
}

@media screen and (max-width:767px) {

    .privacy-box p {
        padding-left: 0px;
    }

    .privacy-box {
        margin-top: 20px;
    }

    .privacy-title {
        padding-left: 0px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .privacy-box p {
        padding-left: 0px;
    }
}
/*
-----------------------------------------------------------------------------------------*/



/*
-----------------------------------------------------------------------------------------*/



/*
-----------------------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
}



/*
-----------------------------------------------------------------------------------------*/
