@charset "UTF-8";



/*--------------------
hero
---------------------*/
.hero {
    display: flex;
    margin: 20px 0 100px;
}

.hero-img {
    width: 50%;
}

.hero-img img {
    width: 100%;
}

.section-title {
    width: 50%;
    text-align: center;
    margin: auto 0;
}

.section-title span {
    background: linear-gradient(180deg, #f2b7d6, #9ad7ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
    .hero {
        display: block;
        position: relative;
    }

    .hero-img {
        width: 100%;
        height: 30vh;
    }

    .hero-img::after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000000;
        top: 0;
        left: 0;
        opacity: 0.6;
    }

    .hero-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
    }

}


/*-------------------
our promise
---------------------*/
.our-title img {
    width: 80px;
}

.our-title {
    text-align: center;
    margin: 50px 0;
}

.our-title span {
    background: linear-gradient(180deg, #f2b7d6, #9ad7ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.our-title-text {
    text-align: center;
    margin: 20px 0 50px;
}

.our-wrapper {
    width: 100%;
    margin: 100px 0;
}

.aisatu-img {
    width: 350px;
    height: 350px;
    margin: 0 auto 50px;
}

.aisatu-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.aisatu-text p {
    margin: 0 20px 30px;
}

.aisatu-text {
    max-width: 100%;
    width: 1630px;
    margin: 0 auto;
}

/*===========================
===========================*/

@media (max-width: 1024px) {
    .our-wrapper {
        flex-direction: column;
    }

    .aisatu-img {
        width: 300px;
        height: 300px;
        margin: 0 auto 50px;
    }
}

@media (max-width: 768px) {
    .aisatu-img {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 599px) {
    .aisatu-img {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 499px) {
    .aisatu-img {
        width: 150px;
        height: 150px;
    }
}

/*--------------------
concept
--------------------*/
.concept-title img {
    width: 80px;
}

.concept-title {
    text-align: center;
    margin: 50px 0;
}

.concept-title span {
    background: linear-gradient(180deg, #f2b7d6, #9ad7ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.concept-title-text {
    text-align: center;
}

.concept-wrapper {
    padding: 50px 100px;
    max-width: 100%;
    width: 1630px;
    margin: 0 auto;
}

.joy {
    border: 1px solid #222;
    border-image: linear-gradient(to right, #f2b7d6 0%, #9ad7ff 100%)2;
    margin: 0 0 70px;
}

.numbur {
    font-size: 60px;
    margin-top: -40px;
    margin-left: -27px;
}

.numbur span {
    background: #fff;
    width: 78px;
    height: 78px;
    display: inline-block;
}

.title {
    display: flex;
    align-items: center;
    padding: 0 40px 20px;
}

.text {
    padding: 0 50px 40px;
}

.collaboration {
    border: 1px solid #222;
    border-image: linear-gradient(to right, #f2b7d6 0%, #9ad7ff 100%)2;
    margin: 0 0 70px;
}

.evolution {
    border: 1px solid #222;
    border-image: linear-gradient(to right, #f2b7d6 0%, #9ad7ff 100%)2;
    margin: 0 0 70px;
}

/*=========================
=========================*/

@media (max-width: 767px) {
    .concept-wrapper {
        padding: 40px;
    }

    .title {
        flex-direction: column;
        padding: 0 10px 20px;
    }


    .text {
        padding: 20px;
    }
}

/*---------------------
contact
----------------------*/
.contact {
    width: 100%;
    padding: 80px 5%;
    border-radius: 40% 40% 0 0;
    background: linear-gradient(180deg, #ffd7e6, #d8ecff);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px
}

.contact-title img {
    width: 80px;
}

.contact-title {
    text-align: center;
    flex: 1;
}

.contact-text {
    flex: 1.2;
}

.c-text {
    margin-bottom: 40px;
    margin-left: 20px;
}

.link {
    background: #fff;
    border-radius: 40px;
    padding: 18px 49px;
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px;
    width: 600px;
    z-index: 0;
    overflow: hidden;
    position: relative;
}

.link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #d7c1d0;
    transition: width 0.3s ease;
    z-index: -1;
}

.link:hover::before {
    width: 100%;
}

.link span {
    margin: 0 0 5px;
}

.link img {
    width: 40px;
}

.tel img {
    width: 40px;
}

.tel {
    background: #fff;
    border-radius: 40px;
    padding: 18px 49px;
    display: flex;
    align-items: center;
    gap: 44px;
    margin-bottom: 20px;
    width: 600px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.tel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #c8d3e7;
    transition: width 0.4s ease;
    z-index: -1;
}

.tel:hover::before {
    width: 100%;
}

.tel span {
    margin: 0 0 5px;
}

.link-arrow {
    position: relative;
}

.link-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-50%) skewX(45deg);
    width: 70px;
    height: 4px;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    transition: 0.4s ease, border-color 0.4s ease;
    display: inline-block;
    z-index: 1;
}

/*-------------------
footer
--------------------*/
#footer {
    background: #c1d7e7;
    /* height: 600px; */
}

.logo img {
    width: 50px;
}

.logo {
    display: flex;
    font-size: 1rem;
    gap: 20px;
    padding: 30px;
}

.logo h1 {
    margin: 10px 0 0 0;
}

.footer-text-wrapper {
    width: 400px;
    margin: 0 auto;
}

.footer-text {
    text-align: left;
    margin-left: 30px;
}

.footer-text2 {
    text-align: right;
    margin-right: 30px
}

.right {
    border-right: none;
    width: 333px;
    height: 100%;
    margin: 40px auto 0;
    border-top: 1px dashed #222;
    text-align: center;
}

.right p {
    border-bottom: 1px dashed #222;
    padding: 30px 0;
}

.right a:hover {
    color: #ffffff;
    transition: 0.25s ease;
    border-color: #222;
}

.sns img {
    width: 30px;
    height: 30px;
}

.sns {
    display: none;
    justify-content: center;
    gap: 15px;
    margin: 30px 0;
}

/*-------------------
back to tpo
--------------------*/
.btn {
    z-index: 100;
    position: fixed;
    right: 30px;
    bottom: 20px;
}

.btn a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

.btn a::before {
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    border-top: solid 1px #222;
    border-right: solid 1px #222;
    content: "";
    transform: rotate(-45deg) translateY(-40%);
    top: 50%;
    right: 110px;
}

/*========================
==========================*/

@media (max-width: 768px) {

    /*------------------
    contact
    -------------------*/
    .contact {
        flex-direction: column;
    }

    .c-text {
        text-align: center;
        padding: 20px 0 0;
    }
}

@media (max-width: 599px) {

    /*-----------------
    contact
    ----------------*/
    .link {
        width: 500px;
        margin: 0 auto 20px;
    }

    .tel {
        width: 500px;
        margin: 0 auto 20px;
    }
}

@media (max-width: 499px) {
    h1 {
        /* font-size: 2.8rem; */
    }

    h2 {
        font-size: 2.8rem;
    }

    .footer-text-wrapper {
        width: 100%;
        text-align: center;
    }

    .footer-text-wrapper>div {
        text-align: center;
        margin: 0;
    }

    /*-------------------
    contact
    -------------------*/
    .contact {
        border-radius: 100px 100px 0 0;
        background: linear-gradient(180deg, #ffd7e6, #d8ecff);
    }

    .link {
        flex-direction: column;
        width: 310px;
        height: 200px;
        position: relative;
    }

    .link-arrow::after {
        content: "";
        position: absolute;
        top: -10px;
        right: -33px;
        transform: translateY(-50%) skewX(45deg);
        width: 70px;
        height: 4px;
        border-bottom: 1px solid #222;
        border-right: 1px solid #222;
        transition: 0.4s ease, border-color 0.4s ease;
        display: inline-block;
        z-index: 1;
    }

    .tel {
        flex-direction: column;
        width: 310px;
        height: 160px;
    }
}

/*=========================
=========================*/