@charset "UTF-8";

#content_Wrap {
    position: relative;
}
#parallax_box {
    width: 100%;
    position: absolute;
/*    perspective: 1px;*/
    overflow: hidden;
/*    overflow-x: hidden;*/
/*    overflow-y: auto;*/
    mix-blend-mode: multiply;
    pointer-events: none;
}
#parallax_box [class^="circle"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#parallax_box [class^="circle"] div {
    position: absolute;
    aspect-ratio: 1/1;
}
#parallax_box .circle01 {
    /*-webkit-transform: translateZ(0px);
    transform: translateZ(0px);*/
    animation: floating-y01 2.0s ease-in-out infinite alternate-reverse;
}
#parallax_box .circle01 div {
    width: 63.59375%;
    background: url(../img/circle01.svg) no-repeat center center;
    background-size: contain;
    top: 22%;
    left: -16%;
}
#parallax_box .circle02 {
    /*-webkit-transform: translateZ(-5px);
    transform: translateZ(-5px);*/
    animation: floating-y02 2.5s ease-in-out infinite alternate-reverse;
}
#parallax_box .circle02 div {
    width: 23.28125%;
    background: url(../img/circle02.svg) no-repeat center center;
    background-size: contain;
    top: 42%;
    right: 3%;
}
#parallax_box .circle03 {
    /*-webkit-transform: translateZ(-1px);
    transform: translateZ(-1px);*/
    animation: floating-y03 2.0s ease-in-out infinite alternate-reverse;
}
#parallax_box .circle03 div {
    width: 43.07291667%;
    background: url(../img/circle03.svg) no-repeat center center;
    background-size: contain;
/*    bottom: -15%;*/
    bottom: -23%;
    left: -4%;
}
#parallax_box .circle04 {
    /*-webkit-transform: translateZ(-2px);
    transform: translateZ(-2px);*/
    animation: floating-y04 2.5s ease-in-out infinite alternate-reverse;
}
#parallax_box .circle04 div {
    width: 28.80208333%;
    background: url(../img/circle04.svg) no-repeat center center;
    background-size: contain;
/*    bottom: 18%;*/
    bottom: 10%;
    right: -10%;
}
@keyframes floating-y01 {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes floating-y02 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(15px);
  }
}
@keyframes floating-y03 {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes floating-y04 {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(-15px);
  }
}

#main_Wrap {
    overflow: hidden;
    position: relative;
    z-index: 2;
}
#main_Wrap .mv_slide img.sp { display: none; }
#main_Wrap .tel_box {
    background: #006fbc;
    color: #fff;
    padding: 40px 0;
    justify-content: center;
    gap: 40px;
}
#main_Wrap .tel_box .txt {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 10px 35px;
}
#main_Wrap .tel_box .txt span {
    font-size: min(2.14vw,24px);
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.08em;
}
#main_Wrap .tel_box .txt p {
    font-size: min(1.25vw,14px);
    line-height: 1.71428571;
    letter-spacing: 0.05em;
}
#main_Wrap .tel_box .tel p {
    font-size: min(1.25vw,14px);
}
#main_Wrap .tel_box .tel a {
    display: block;
    color: #fff;
    letter-spacing: 0.07em;
    font-size: min(6.25vw,70px);
    pointer-events: none;
    margin: 0 0 5px;
}

#concept_Wrap > *,
.sec-wrap > * {
    position: relative;
    z-index: 2;
}

#concept_Wrap {
    padding: 80px 0 110px;
    text-align: center;
}
#concept_Wrap .c-logo {
    width: 470px;
    margin: 0 auto 80px;
}
#concept_Wrap h2 {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.87081081;
    margin-bottom: 50px;
    letter-spacing: 0.08em;
}
#concept_Wrap p {
    font-size: 22px;
    line-height: 2.43902439;
    letter-spacing: 0.05em;
}

.sec-wrap {
    padding: 130px 0 110px;
}
.sec-ttl.sp { display: none; }
.sec-ttl {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0 4.25em 10px;
    border-bottom: 2px solid #ef0000;
    display: block;
    margin: 0 auto 60px;
    width: fit-content;
}
.link_list {
    display: flex;
    text-align: center;
}
.link_list a {
    display: block;
    overflow: hidden;
}
.link_list a img {
    transition: .3s;
}
.link_list a:hover img {
    transform: scale(1.1);
    transform-origin: center center;
}
.link_list p {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}

#business_Wrap {
    background: rgb(245,242,241);
    background: radial-gradient(circle, rgba(245,242,241,1) 81%, rgba(239,234,232,1) 100%);
}
#business_Wrap .link_list {
    gap: 2%;
}

#company_Wrap {
    position: relative;
}
#company_Wrap .link_list {
    max-width: 944px;
    gap: 8%;
}
#company_Wrap .link_list a {
    border-radius: 50vh;
}
#company_Wrap::before,
#company_Wrap::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    aspect-ratio: 748/948;
    z-index: 1;
    width: min(19%,374px);
}
#company_Wrap::before {
    background: url(../img/leaves01.png) no-repeat left bottom;
    background-size: contain;
    left: 0;
}
#company_Wrap::after {
    background: url(../img/leaves02.png) no-repeat left bottom;
    background-size: contain;
    right: 0;
}


/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (max-width: 1024px) {

    #concept_Wrap {
        padding: 50px 0 70px;
    }
    #concept_Wrap .c-logo {
        width: 300px;
        margin: 0 auto 50px;
    }
    #concept_Wrap h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    #concept_Wrap p {
        font-size: 16px;
    }

    .sec-wrap {
        padding: 80px 0 70px;
    }
    .sec-ttl {
        font-size: 20px;
        padding: 0 4.25em 10px;
        margin: 0 auto 60px;
    }
    .link_list p {
        font-size: 16px;
        margin-top: 15px;
    }

}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {

    #parallax_box .circle01 {
        animation: floating-y01 2.0s ease-in-out infinite alternate-reverse;
    }
    #parallax_box .circle01 div {
        width: 101.86666667%;
        background: url(../img/circle01_sp.svg) no-repeat center center;
        background-size: contain;
/*        top: 21%;*/
        top: 24%;
        left: -40%;
    }
    #parallax_box .circle02 {
        animation: floating-y02 2.5s ease-in-out infinite alternate-reverse;
    }
    #parallax_box .circle02 div {
        width: 49.33333333%;
        background: url(../img/circle02_sp.svg) no-repeat center center;
        background-size: contain;
/*        top: 13%;*/
        top: 16%;
        right: -18%;
    }
    #parallax_box .circle03 {
        animation: floating-y03 2.0s ease-in-out infinite alternate-reverse;
    }
    #parallax_box .circle03 div {
        width: 81.06666667%;
        background: url(../img/circle03_sp.svg) no-repeat center center;
        background-size: contain;
/*        bottom: 12%;*/
        bottom: 15%;
        left: -19%;
    }
    #parallax_box .circle04 {
        animation: floating-y04 2.5s ease-in-out infinite alternate-reverse;
    }
    #parallax_box .circle04 div {
        width: 79.2%;
        background: url(../img/circle04_sp.svg) no-repeat center center;
        background-size: contain;
/*        bottom: 35%;*/
        bottom: 38%;
        right: -28%;
    }
    @keyframes floating-y01 {
      0% {
        transform: translateY(-20px);
      }
      100% {
        transform: translateY(20px);
      }
    }
    @keyframes floating-y02 {
      0% {
        transform: translateY(-15px);
      }
      100% {
        transform: translateY(15px);
      }
    }
    @keyframes floating-y03 {
      0% {
        transform: translateY(20px);
      }
      100% {
        transform: translateY(-20px);
      }
    }
    @keyframes floating-y04 {
      0% {
        transform: translateY(20px);
      }
      100% {
        transform: translateY(-20px);
      }
    }

    #main_Wrap .mv_slide img.pc { display: none; }
    #main_Wrap .mv_slide img.sp { display: block; }
    #main_Wrap .tel_box {
        padding: 15px 9.6%;
        gap: 15px;
        flex-direction: column;
    }
    #main_Wrap .tel_box .txt {
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #fff;
        padding: 0 0 10px;
    }
    #main_Wrap .tel_box .txt span {
        font-size: 15.86px;
        margin-bottom: 10px;
    }
    #main_Wrap .tel_box .txt p {
        font-size: 9.25px;
    }
    #main_Wrap .tel_box .tel p {
        font-size: 9.25px;
    }
    #main_Wrap .tel_box .tel a {
        letter-spacing: 0.07em;
        font-size: 42px;
        pointer-events: auto;
        margin: 5px 0;
    }

    #concept_Wrap {
        padding: 100px 0;
        text-align: justify;
    }
    #concept_Wrap .c-logo {
/*        width: 195px;*/
        width: 215px;
        margin: 0 auto 60px;
    }
    #concept_Wrap h2 {
        font-size: 19px;
        margin-bottom: 30px;
        line-height: 1.84210526;
    }
    #concept_Wrap p {
        font-size: 14px;
        line-height: 2.28571429;
    }

    .sec-wrap {
        padding: 110px 0;
    }
    .sec-ttl.pc { display: none; }
    .sec-ttl.sp {
        display: block;
        font-size: 24.5px;
        padding: 0 3.6em 20px;
        margin: 0 auto 45px;
    }

    #business_Wrap .link_list {
        flex-direction: column;
        gap: 50px;
        width: 93.6%;
    }


    #company_Wrap .link_list {
        flex-wrap: wrap;
        gap: 50px 35px;
    }
    #company_Wrap .link_list li {
        width: calc((100% - 35px) / 2);
    }
    #company_Wrap::before,
    #company_Wrap::after {
        content: none;
    }


}
