@charset "UTF-8";

/* main */
.catch-copy {
    position: absolute;
    top: 46%;
    left: 0;
    background-color: #00A882;
    color: #fff;
    width: 55%;
    z-index: 100;
    border-radius: 0 20px 20px 0;
    opacity: 0.9;
}

.catch-copy h2 {
    font-size: 1.65rem;
    margin: 14% 0 0 14%;
}

.wave {
    position: absolute;
    width: 200%;
    top: 71%;
    z-index: 101;
}

.mainvisual {
    position: absolute;
    width: 74%;
    background-color: #E9F7EE;
    top: 0;
    right: 0;
    z-index: 99;
    border-radius: 0 0 0 20px;
}

.mainvisual img {
    width: 78%;
    height: 30%;
    margin: 16% 0 0 22%;
    object-fit: cover;
    object-position: 0 30%;
    border-radius: 20px 0 0 20px;
}

#message {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    margin: 62% 0 0 0;
}

#message .title {
    width: 30%;
}

#message .section-title {
    color: #fff;
    margin: 0 0 20px 20%;
}

#message img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: 0 10%;
    border-radius: 0 20px 20px 0;
}

#message .text {
    width: 60%;
    background-color: #fff;
    border-radius: 20px;
    line-height: 3;
    padding: 8% 2% 8% 8%;
    filter: drop-shadow(0 0 20px rgba(106, 106, 106, 0.2));
}

#message .text p {
    margin: 0 0 10% 0;
}

#message .text p:last-of-type {
    margin: 0;
}

/* plan */

.plan {
    position: relative;
    width: 100%;
    z-index: 200;
}

.plan .title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 16% 0 0 0;
    color: #fff;
}

.plan .title .section-title {
    margin: 120px 0 0 20%;
}

.plan .title img {
    width: 36%;
    height: 700px;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
    z-index: 1001;
}

.plan .text {
    margin: -500px auto 200px auto;
    padding: 80px;
    background-color: #fff;
    width: 80%;
    filter: drop-shadow(0 0 20px rgba(106, 106, 106, 0.2));
    z-index: 1000;
    border-radius: 20px;
}

.plan .text .menu {
    display: flex;
    align-items: center;
}

.plan .text .menu .icon {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0;
    border: 1.5px solid #00A882;
    border-radius: 100%;
}

.plan .text .icon .phone-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.4rem;
    color: #00A882;
}

.plan .text .menu-name {
    font-size: 2.5rem;
}

.plan .text .caution {
    margin: 20px 0 40px 10px;
    color: #a8a8a8;
    font-size: 0.875rem;
}

.plan .text .sub-title {
    background-color: #fff;
    margin: 0 0 10px 10px;
}

.plan .text .sub-title .icon {
    font-size: 1.2rem;
    margin: 0 10px 0 0;
    color: #00A882;
}

.plan .text .list {
    width: 60%;
    border: 1px solid #00A882;
    border-radius: 20px;
    padding: 40px 20px;
    margin: 0 0 60px 0;
}

.plan .text .list li {
    margin: 0 0 10px 0;
    list-style: inside;
}

.plan .text .list li:last-of-type {
    margin: 0;
}

.plan .text .content p {
    margin: 0 0 10px 0;
    line-height: 3;
}

.plan .text .content .link a {
    margin: 30px 20px 40px 0;
    text-decoration: underline;
    color: #00A882;
    transition: all 0.2s ease;
}

.plan .text .content .link a:hover {
    opacity: 0.6;
}

/* about */
#about {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 200px auto;
}

#about .content {
    width: 48%;
}

#about .section-title span {
    font-size: 1rem;
    margin: 0 0 0 5px;
}

#about .text {
    margin: 0 0 20px 0;
}

#about .text:last-of-type {
    margin: 0 0 30px 0;
}

#about img {
    width: 50%;
    height: 310px;
    border-radius: 20px;
    object-fit: cover;
    object-position: right top;
}

/* form */
#form {
    background-color: #E9F7EE;
    border-radius: 20px 20px 0 0;
}

#form .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 120px 2% 140px 2%;
    width: 90%;
}

#form img {
    width: 46%;
    height: 310px;
    border-radius: 20px;
    object-fit: cover;
}

#form .text {
    width: 50%;
    text-align: center;
}

#form .text .section-title {
    font-size: 2.1rem;
}

#form .text p {
    margin: 0 0 30px 0;
}

@media screen and (max-width: 1023px) {
    @media (orientation: portrait) {
        .catch-copy {
            top: 54%;
        }

        .catch-copy h2 {
            font-size: 1.45rem;
            line-height: 1.8;
        }

        .mainvisual {
            width: 100%;
            border-radius: 0;
        }
    
        .mainvisual img {
            width: 70%;
            height: 26%;
            margin: 200px 0 0 30%;
            object-position: 0 50%;
        }
    
        #message {
            flex-direction: column;
            margin: 140% 0 0 0;
        }

        #message .title {
            width: 100%;
            display: flex;
            justify-content: flex-end;
            flex-direction: row-reverse;
            align-items: center;
        }

        #message .section-title {
            color: #00A882;
            margin: 0;
        }
        
        #message img {
            width: 58%;
            height: 500px;
            margin: 0 60px 60px 0;
        }

        #message .text {
            width: 90%;
        }

        .plan .title {
            justify-content: flex-end;
            align-items: center;
            width: 100%;
        }
        
        .plan .title .section-title {
            margin: 0;
        }
        
        .plan .title img {
            width: 58%;
            height: 500px;
            margin: 0 0 60px 60px;
        }
        
        .plan .text {
            margin: 0 auto 200px auto;
            padding: 80px 60px;
            width: 90%;
        }

        #about {
            width: 90%;
        }

        #about .link-btn {
            width: 280px;
            padding: 10px 0;
        }

        #form .content {
            flex-direction: column;
        }

        #form img {
            width: 100%;
            margin: 0 0 60px 0;
        }

        #form .text {
            width: 100%;
        }
      }
}

@media screen and (max-width: 600px) {
    .mainvisual img {
        width: 75%;
        height: 26%;
        margin: 140px 0 0 25%;
        object-position: 30% 50%;
    }

    #message {
        margin: 220% 0 0 0;
    }

    #message img {
        height: 300px;
        margin: 0 20px 60px 0;
    }

    .catch-copy {
        width: 62%;
        top: 64%;
    }

    .catch-copy h2 {
        font-size: 0.9rem;
        margin: 22% 0 0 8%;
    }

    .wave {
        top: 84%;
    }

    .plan .title img {
        width: 52%;
        height: 300px;
        margin: 0 0 60px 20px;
    }

    .plan .text .menu-name {
        font-size: 1.45rem;
    }

    .plan .text {
        padding: 40px 25px;
    }

    .plan .text .list {
        width: 100%;
        padding: 20px 20px;
        margin: 0 0 20px 0;
    }

    .plan .text .content .link a {
        margin: 10px 20px 20px 0;
    }

    #about .section-title span {
        font-size: 0.8rem;
    }

    #about .link-btn {
        width: 160px;
        padding: 7px 0;
    }

    #about img {
        width: 46%;
        height: 240px;
        object-position: 28% top;
    }

    #form .text .section-title {
        font-size: 1.8rem;
    }
}