@charset "UTF-8";

/*==========================
start
==========================*/

.no-scroll {
    overflow: hidden;
    height: 100%;
}

.start {
    background-color: var(--primary-white);
    position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9000;
}

.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}

/*==========================
Article header
==========================*/
.container {
    position: relative;
    overflow: hidden;
}


.mainVisual__img1pc {
    display: none;
}

.mainVisual__img2pc {
    display: none;
}

.mainVisual__titlepc {
    display: none;
}

.mainVisual__img {
    position: relative;
    display: block;
    padding-top: 9%;
    z-index: 1;
}

.mainVisual__img1sp {
    display: block;
    width: 70.9%;
    margin-left: auto;
    animation: slideIn 1.5s cubic-bezier(0, 0, 0.58, 1) forwards;
}

@keyframes slideIn {
    0% {
      transform: translateX(180px);
      opacity: 0;
      filter: blur(8px);
    }
    100% {
      transform: translateX(0);
    }
    80%,100% {
      opacity: 1;
    }
}


.mainVisual__img2sp {
    width: 57%;
    top: 420px;
    margin-top: -40px;
    margin-left: 5.6vw;
    animation: slideIn2 1.5s cubic-bezier(0, 0, 0.58, 1) forwards;
}
   
@keyframes slideIn2 {
    0% {
      transform: translateX(-180px);
      opacity: 0;
      filter: blur(8px);
    }
    100% {
      transform: translateX(0);
    }
    80%,100% {
      opacity: 1;
    }
}

.mainVisual__titlesp {
    position: absolute;
    top: 55px;
    width: 17.4%;
    right: 75.4%;
}

.mainVisual__titlesp {
    animation: blur 2s forwards;   
    }

    @keyframes blur {
        0% {
          opacity: 0;
          filter: blur(8px);
        }
        80%,100% {
          opacity: 1;
        }
}

.container::before {
    position: absolute;
    content: '';
    background-image: url(../images/suisai4.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 97/139;
    width: 77.6%;
    height: auto;
    top: -75px;
    left: -58px;
    z-index: 0;
}

.container::after {
    position: absolute;
    content: '';
    background-image: url(../images/suisai3.webp);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 131/136;
    width: 76.8%;
    height: auto;
    top: 9%;
    left: 55vw;
    z-index: 0;
}

/* Article header pc */

@media screen and (min-width: 999px){

    .mainVisual__img {
        padding-top: 5.4%;
    }

    .mainVisual__titlepc {
        position: absolute;
        display: block;
        top: 79px;
        width: 7%;
        right: 77.3%;
        animation-name: blur;
        animation-duration: 2s;
        animation-fill-mode: forwards;
    }
        @keyframes blur {
            0% {
              opacity: 0;
              filter: blur(8px);
            }
            80%,100% {
              opacity: 1;
            }
    }

    .mainVisual__img1sp {
        display: none;
    }

    .mainVisual__img2sp {
        display: none;
    }

    .mainVisual__img1pc {
        display: block;
        margin-left: auto;
        width: 71vw;
        animation: slideIn;
        animation-duration: 1.5s;
        animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
        animation-fill-mode: forwards;
    }
       
    @keyframes slideIn {
        0% {
          transform: translateX(180px);
          opacity: 0;
          filter: blur(8px);
        }
        100% {
          transform: translateX(0);
        }
        80%,100% {
          opacity: 1;
        }
    }

    .mainVisual__img2pc {
        display: block;
        width: 36.1vw;
        margin-top: -18.6vw;
        margin-left: 9.7vw;
        animation: slideIn2;
        animation-duration: 1.5s;
        animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
        animation-fill-mode: forwards;
    }

  @keyframes slideIn2 {
    0% {
      transform: translateX(-180px);
      opacity: 0;
      filter: blur(8px);
    }
    100% {
      transform: translateX(0);
    }
    80%,100% {
      opacity: 1;
    }   
}

    .mainVisual__titlesp {
        display: none;
    }

    .container::before {
        width: 32.7%;
        height: auto;
        top: -119px;
        left: -71px;
        z-index: 0;
    }

    .container::after {
        width: 33.5%;
        height: auto;
        top: 9%;
        left: 73.6vw;
        z-index: 0;
    }
}

@media screen and (min-width: 1323px){

    .mainVisual__titlesp {
        display: block;
        top: 79px;
        width: 7%;
        right: 77.3%;
    }
    
    .mainVisual__titlepc {
        display: none;
    }

    .container::after {
        width: 33.5%;
        height: auto;
        top: 12%;
        left: 73.6vw;
        z-index: 0;
    }
    
}/* pc 769px */


/*==========================
About
==========================*/

.about__up {
    position: relative;
    margin: 29px 0 0 -3px;
    z-index: 10;
}

.section--about {
    position: relative;
    background-color: var(--primary-lightpink);
    padding: 70vw 0 200px;
    margin-top: -150px;
    z-index: 10;
    clip-path: url(#clipTopWave);
    -webkit-clip-path: url(#clipTopWave);
}

.section--about::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/background.webp);
    background-size: contain;
    background-position: center;
    opacity: 0.05;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 10;
}

.about__sentence {
    padding: 50px 6.3vw 0;
}

.title--spacing12 {
    letter-spacing: 1.2px;
}

.about__txt {
    color: var(--primary-black);
    font-size: clamp(1.6rem,4.2vw,2.4rem);
    font-style: normal;
    font-weight: 400;
    line-height: 2.5;
    letter-spacing: 3.2px;
    margin-top: 30px;
}

.about__content {
    padding: 0 22px;
}

.about__illustration {
    display: block;
    margin: 30px auto 0; 
    width: 87.2vw;
    max-width: 450px;
    animation: fuwafuwa1 3s ease-in-out infinite alternate;
    transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa1 {
    0% {
      transform:translate(0, 0) rotate(-3deg);
    }
    100% {
      transform:translate(0, 0) rotate(3deg);
    }
}

.about__content a {
    margin-top: 30px;
}

/* About pc */

@media screen and (min-width: 550px){
    .section--about {
        padding: 70vw 0 200px;
        margin-top: -150px;
    }
}

@media screen and (min-width: 666px){
    .section--about {
        padding: 60vw 0 200px;
        margin-top: -150px;
    }
}

@media screen and (min-width: 769px){

    .section--about {
        padding: 500px 0 100px;
        margin-top: -250px;
    }

    .about__sentence {
        padding: 0 60px;
    }

    .pcBr {
        display: none;
    }

    .title--spacing12 {
        font-size: clamp(3rem,6.4vw,4.0rem);
    }

    .about__txt {
        color: var(--primary-black);
        font-size: 1.8rem;
        line-height: 2.5;
        letter-spacing: 3.6px;
        margin-top:20px;
    }

    .about__content {
        padding: 0;
        margin-top: 30px;
    }

}
/* pc 769px */

@media screen and (min-width: 999px){

    .section--about {
        padding: 500px 0 150px;
        margin-top: -150px;
    }

    .about__sentence {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        gap: 3.8vw;
        max-width: 1280px;
        padding: 0 60px;
    }

    .pcBr {
        display: block;
    }

    .title--spacing12 {
        line-height: 2;
        letter-spacing: 1.8px;
    }

    .about__txt {
        color: var(--primary-black);
        font-size: 1.8rem;
        line-height: 2.5;
        letter-spacing: 3.6px;
        margin-top: 0;
    }

    .about__content {
        padding: 0;
        margin-top: 30px;
    }

}
/* pc 999px */

@media screen and (min-width: 1439px){
   .section--about {
        padding: 420px 0 100px;
        margin-top: -110px;
    }   
}


/*==========================
Service
==========================*/

.section--service {
    margin-top: 60px;
    padding: 60px 0;
    border-radius: 30px;
    background: #FFF0D9;
    background-blend-mode: multiply;
}

.l-container {
    width: 100%;
    margin: 0 auto;
}

.service__slider {
    display: flex;
    width: 317vw;
    position: relative;
    margin: 0 50px;
    justify-content: space-between;
}

.section--service h2 {
    padding-left: 8.5%;
}

.space {
    padding-left: 8.5%;
}

.m-sliderWrap {
    display: block;
    overflow: hidden;
    text-align: center;
}

.service__slider {
    margin-top: 30px;
}

.box {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    border: 3px solid var(--primary-pink);
    padding: 15px 0 25px;
    width: 72vw;
    z-index: 25;
}

.box__img img {
    width: 100%;
    padding: 0 15px;
}

.box__txtbtn {
    text-align: center;
}

.box__title {
    display: inline-block;
    position: relative;
    color: var(--primary-black);
    background-color: #fff;
    border-radius: 10px;
    font-size: clamp(2.0rem,5.3vw,3.2rem);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    padding: 4vw 5.5vw 5px;
    margin: -15px auto 0;
    z-index: 10;
}

.box__txt {
    color: var(--primary-black);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 2.4px;
    padding: 0 20px;
    margin-top: 15px;
    text-align: left;
}

.box__btn {
    position: relative;
    display: block;
    background-color: var(--primary-pink);
    border-radius: 30px;
    color: #FFF;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 20px 5.3vw 0;
    padding: 15px 0;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.box__btn::after {
    position: absolute;
    content: '';
    background-image: url(../images/btn_icon.webp);
    background-size: cover;
    background-position: center;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}

.box__btn:hover {
    transform: translateY(-5px);
}

.service__sidebtn {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 6.3%;
}

.sidebtn__left,.sidebtn__right {
    width: 9.3vw;
}

/* Service pc */

@media screen and (min-width: 444px){
    .service__suisai {
        position: relative;
        margin-top: -240px;
        left: -50px;
        z-index: 30;
        width: 53vw;
        height: auto;
        opacity: 0.7;
    }
}

@media screen and (min-width: 769px){
    .section--service {
        margin: 80px;
        padding: 80px 70px;
        border-radius: 40px;
    }

    .l-container {
        max-width: 1280px;
    }

    .service__slider {
        display: block;
        width: 100%;
        position: relative;
        margin: 60px auto 0;
        justify-content: space-between;
        gap: 40px 0;
        flex-wrap: wrap;
    }

    .section--service h2 {
        padding-left: 0;
    }

    .m-sliderWrap {
        display: block;
        overflow: visible;
        text-align: center;
    }

    .box {
        display: flex;
        background-color: #fff;
        border-radius: 15px;
        border: 3px solid var(--primary-pink);
        padding: 25px 20px;
        width: 100%;
        align-items: center;
        margin-top: 30px;
    }

    .box:first-of-type {
        margin-top: 0;
    }

    .box__img img {
        max-width: none;
        width: 20.4vw;
        height: auto;
        padding: 0;
    }

    .box__txtbtn {
        text-align: center;
        margin-left: 20px;
    }

    .box__title {
        display: inline-block;
        border-radius: 0;
        font-size: calc(2.4rem,3.0rem);
        line-height: 1.5;
        padding: 10px 10px 0;
        margin: 0 auto;
        text-align: center;
    }

    .box__txt {
        color: var(--primary-black);
        font-size: 1.8rem;
        line-height: 1.7;
        letter-spacing: 2.7px;
        padding: 0;
        margin-top: 1.6vw;
        text-align: left;
    }

    .box__btn {
        display: block;
        position: relative;
        background-color: var(--primary-pink);
        border-radius: 30px;
        color: #FFF;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        margin: 20px 0 0;
        padding: 19px 0;
    }

    .box__btn::after {
        position: absolute;
        content: '';
        background-image: url(../images/btn_icon.webp);
        background-size: cover;
        background-position: center;
        width: 16px;
        height: 16px;
        right: 20px;
    }

    .service__sidebtn {
        display: none;
    }

    .space {
        padding-left: 0;
    }

    .btn--margin {
        position: relative;
        margin: 60px auto 0;
    }

    .btn--margin::after {
        position: absolute;
        content:'';
        display: inline-block;
        text-align: center;
        width: 20px;
        height: 20px;
        background-image: url(../images/btn_icon.webp);
        background-size: contain;
        top: 50%;
        right: 130px;
        transform: translateY(-50%);
    }

    .service__suisai {
        position: relative;
        margin-top: -480px;
        left: -170px;
        z-index: 30;
        width: 45vw;
        height: auto;
        opacity: 0.7;
    }
}
/* pc 769px */

@media screen and (min-width: 1439px){
    .section--service {
        margin: 80px;
        padding: 100px 70px;
        border-radius: 40px;
    }

    .l-container {
        max-width: 1280px;
    }

    .service__slider {
        display: flex;
        width: 79.1vw;
        position: relative;
        margin: 60px auto 0;
        justify-content: space-between;
        gap: 40px 0;
        flex-wrap: wrap;
    }

    .section--service h2 {
        padding-left: 0;
    }

    .m-sliderWrap {
        display: block;
        overflow: visible;
        text-align: center;
    }

    .box {
        display: flex;
        background-color: #fff;
        border-radius: 15px;
        border: 3px solid var(--primary-pink);
        padding: 25px 20px;
        width: 38.5vw;
        margin-top: 0;
    }

    .box__img img {
        max-width: none;
        width: 20.4vw;
        height: auto;
        padding: 0;
    }

    .box__txtbtn {
        text-align: center;
        margin-left: 20px;
    }

    .box__title {
        display: inline-block;
        border-radius: 0;
        font-size: 2.4rem;
        line-height: 1.5;
        padding: 10px 10px 0;
        margin: 0 auto;
        text-align: center;
    }

    .box__txt {
        color: var(--primary-black);
        font-size: 1.8rem;
        line-height: 1.7;
        letter-spacing: 2.7px;
        padding: 0;
        margin-top: 20px;
        text-align: left;
    }

    .box__btn {
        display: block;
        position: relative;
        background-color: var(--primary-pink);
        border-radius: 30px;
        color: #FFF;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        margin: 20px 0 0;
        padding: 19px 0;
    }

    .box__btn::after {
        position: absolute;
        content: '';
        background-image: url(../images/btn_icon.webp);
        background-size: cover;
        background-position: center;
        width: 16px;
        height: 16px;
        right: 20px;
    }

    .service__sidebtn {
        display: none;
    }

    .btn--margin {
        position: relative;
        margin: 60px auto 0;
    }

    .btn--margin::after {
        position: absolute;
        content:'';
        display: inline-block;
        text-align: center;
        width: 20px;
        height: 20px;
        background-image: url(../images/btn_icon.webp);
        background-size: contain;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
    }

    .service__suisai {
        position: relative;
        margin-top: -480px;
        left: -170px;
        z-index: 30;
        width: 45vw;
        height: auto;
        opacity: 0.7;
    }
}
/* pc 1439px */

/*==========================
qa
==========================*/

.section--qa {
    position: relative;
    padding: 600px 7% 37px;
    clip-path: url(#clipTopWave2);
    -webkit-clip-path: url(#clipTopWave2);
    z-index: 10;
    background-color: var(--primary-white);
    margin-top: -660px;
}

.section--qa::after {
    position: absolute;
    content: '';
    background-image: url(../images/suisai5.webp);
    width: clamp(369px,98.4vw,726px);
    height: clamp(327px,87.2vw,642px);
    aspect-ratio: 123/109;
    z-index: -1;
    top: 58%;
    left: -27.2vw;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.6;

}

.engtitle--yellow {
    color: var(--primary-lightyellow);
}

.qa__title {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}

.qa__illustration {
    width: 24.8vw;
    animation: fuwafuwa1 3s ease-in-out infinite alternate;
    transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa1 {
    0% {
      transform:translate(0, 0) rotate(-3deg);
    }
    100% {
      transform:translate(0, 0) rotate(3deg);
    }
}

.qa__list li:first-of-type {
    margin-top: 15px;
}

.qa__list {
    position: relative;
}

.qa__item {
    border-radius: 15px;
    background-color: #FFF5E5;
    padding: 30px;
    margin-top: 30px;
}

.q,.a__content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.q {
    border-bottom: 1px dashed var(--primary-pink) ;
    padding-bottom: 30px;
}

.q h2, .q h3 {
    color: #E5797B;
}

.a__content {
    margin-top: 30px;
}

.icon {
    color: var(--primary-black);
    font-family: "Varela Round";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 3.2px;
}

.sentence {
    color: var(--primary-black);
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 3px;
}

.sentence--space {
    letter-spacing: 1px;
}

.a__txt {
    color: var(--primary-black);
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 1.6px;
    margin-top: 25px;
}

/* qa pc */

@media screen and (min-width: 550px){
    .section--qa {
    padding: 600px 5.8% 37px;
    margin-top: -600px;
    }
}


@media screen and (min-width: 769px){

    .section--qa {
        padding: 700px 0 60px;
        margin-top: -600px;
    }
    
    .qa__title {
        display: flex;
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 100px;
    }
    
    .qa__illustration {
        width: 12.3vw;
    }
    
    .qa__list {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 60px;
    }

    .qa__list li:first-of-type {
        margin-top: 10px;
    }
    
    .qa__item {
        border-radius: 15px;
        background-color: #FFF5E5;
        padding: 44px;
        margin-top: 60px;
    }
    
    .q,.a__content {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    
    .sentence {
        font-size: 2.2rem;
        font-weight: 500;
        letter-spacing: 3px;
        line-height: 1.5;
    }
    
    .sentence--space {
        letter-spacing: 1px;
    }
    
    .a__txt {
        font-size: 1.8rem;
        font-weight: 400;
        font-style: normal;
        line-height: 1.7;
        letter-spacing: 1.8px;
    }    

}/* pc 769px */

/*======================= 
slick 
=========================*/

.slider__box {
    position: relative;
}

.qa__suisai {
    position: absolute;
    width: 76.8vw;
    top: -17px;
    left: -99px;
    z-index: 0;
}

.slick-slide {
    width: 61.8vw;
    height: auto;
}

.img__slider {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1;

}

.img__slider .slick-list {
    margin: 0 -15px;
}

.img__slider .slick-slide {
    padding: 0 15px;
}

.img__slider img {
    width: 100%;
    height: auto;
    display: block;
}
/* pc 769px */


/* slick pc */

@media screen and (min-width: 769px){
    .slider__box {
        position: relative;
    }
    
    .qa__suisai {
        position: absolute;
        width: 30.9vw;
        top: 225px ;
        left: 0px;
        z-index: 0;
    }
    
    .slick-slide {
        width: 35.6vw;
        height: auto;
    }
}
/* pc 769px */

/*======================= 
contact
=========================*/

.contact__up {
    position: relative;
    margin-top: 45px;
    margin-bottom: -1px;
    z-index: 1;
}

.section--contact {
    position: relative;
    background-color: var(--primary-pink);
    padding: 25px 7% 60px;
    z-index: 1;
}

.contact__title {
    display: flex;
    align-items: center;
    gap: 2.6vw;
}

.title--white {
    color: var(--primary-white);
}

.contact__illustration {
    width: clamp(58px,15.4%,68px);
    height: auto;
    transform: rotate(-15deg) translateY(20%);
    animation: fuwafuwa 3s ease-in-out infinite alternate;
    transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
0% {
    transform:translate(0, -1px)rotate(-15deg);
}
100% {
    transform:translate(0, 3px)rotate(-15deg);
}
}

.contact__txt {
    color: var(--primary-white);
    font-size: 1.6rem;
    font-style: normal;
    margin-top: 36px;
}

.btn--white {
    position: relative;
    background-color: var(--primary-white);
    color: var(--primary-pink);
    margin-top: 36px;
}

.btn--white::after {
    position: absolute;
    content:'';
    display: inline-block;
    text-align: center;
    width: 18px;
    height: 18px;
    background-image: url(../images/btn_icon_pink.webp);
    background-size: contain;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/* contact pc */

@media screen and (min-width: 769px){

    .contact__up {
        position: relative;
        margin-top: 0;
        margin-bottom: -1px;
        z-index: 1;
    }
    
    .section--contact {
        position: relative;
        background-color: var(--primary-pink);
        padding: 0 0 100px;
        z-index: 1;
    }

    .contact__illustration {
        width: clamp(68px,5vw,75px);
        height: auto;
        transform: rotate(-15deg);
    }

    .contact__title {
        display: flex;
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 60px;
        align-items: center;
        gap: 1.0vw;
    }

    .contact__txtbtn {
        display: flex;
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 60px;
        align-items: center;
    }
    
    .contact__txt {
        color: var(--primary-white);
        font-size: 1.8rem;
        font-style: normal;
        margin-top: 0;
        line-height: 1.5;
    }
    
    .btn--white {
        margin-top: 0;
        width: 30.8vw;

    }
    
    .btn--white::after {
        position: absolute;
        content:'';
        display: inline-block;
        text-align: center;
        width: 20px;
        height: 20px;
        background-image: url(../images/btn_icon_pink.webp);
        background-size: contain;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
    }
}
/* pc 769px */

/*======================= 
footer
=========================*/

.footer__content {
    display: none;
}

.copy {
    color: var(--primary-black);
    font-family: "Varela Round";
    font-size: 12px;
    line-height: 1;
    text-align: center;
}

.footer {
    padding: 60px 20px;
}

/* contact pc */

@media screen and (min-width: 769px){

    .footer {
        padding: 100px 0 70px;
    }

    .footer__content {
        display: flex;
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 60px;
    }

    .footer__logo {
        width: 156px;
        height: auto;
        margin-right: 80px;
    }

    .footer__list {
        display: flex;
        gap: 80px;
    }
    
    .footer__item {
        color: var(--primary-black);
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 1.4px;
    }

    .service__item {
        color: var(--primary-black);
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 1.4px;
        margin-top: 20px;
    }

    .copy {
        max-width: 1280px;
        padding: 0 60px;
        margin: 120px auto 0;
        font-size: 14px;
        text-align: end;
    }
}

