:root {
    --Innovative-green: #3AAFC5;
    --gmo-blue: #005BAC;
    --gmo-blue-10: #E5EEF7;
}

.recommend-function-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding: 40px 15px;
    position: relative;
}

.recommend-function-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -29px;
    border-width: 30px 62.5px 0 62.5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    transform: translateX(-50%);
}

@media screen and (max-width:768px) {
    .recommend-function-title {
        font-size: 5vw;
    }
}

.feature-list-wrap {
    background-color: var(--gmo-blue-10);
    padding-top: 100px;
    padding-bottom: 80px;
}

.feature-list-wrap>div {
    max-width: 1200px;
    margin: 0 auto;
    width: 80%;
}

.feature-list {
    max-width: 1200px;
    display: flex;
    gap: 30px;
    margin: 0 auto 60px;
    flex-wrap: wrap;
}

.feature-list>li {
    background-color: #fff;
    width: calc(50% - 15px);
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px #3BBCCE57;
    display: flex;
    flex-direction: column;
}

.feature-detail img {
    max-width: 100%;
    height: auto;
}

.feature-detail {
    padding: 30px 40px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature-detail figure {
    margin-bottom: 20px;
}

.for-this-type {
    background-color: var(--Innovative-green);
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 15px 40px;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
}

.feature-list-type {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.feature-list-title {
    text-align: center;
    color: var(--gmo-blue);
    font-weight: 700;
    font-size: 34px;
    line-height: 51px;
    margin-bottom: 20px;
}

.feature-detail-sentence {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

.comment {
    margin-bottom: 30px;
}

.detail-link-button-wrap {
    display: flex;
    margin-top: auto;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.detail-link-button {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.return-button-wrap {
    text-align: center;
}

.return-button {
    font-size: 20px;
    font-weight: 700;
}

@media screen and (max-width:1000px) {
    .feature-list {
        flex-direction: column;
    }

    .feature-list>li {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .feature-list-wrap>div {
        width: 92%;
    }

    .feature-detail {
        padding: 20px 15px;
    }

    .feature-list-title {
        font-size: 28px;
    }
}

/*===============
reservation
================*/
.reservation {
    margin-top: 36px;
}

.reservation-title-wrap {
    margin-bottom: 40px;
}

.reservation-title-wrap p {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.reservation-title-wrap h2 {
    font-size: 40px;
    font-weight: 700;
}

.reservation .sec-inner .reservation-contents {
    display: flex;
}

.reservation .sec-inner .flow-inner {
    padding: 32px;
    margin-top: 60px;
}

.reservation .sec-inner .flow-inner .step {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.reservation .sec-inner .flow-inner .step:first-of-type {
    margin-top: 26px;
}

.reservation .sec-inner .flow-inner .step:not(:first-of-type),
.reservation .sec-inner .flow-inner .comment {
    margin-top: 26px;
}

.reservation .sec-inner .calendar div {
    width: 721px;
}

.reservation .sec-inner .calendar div iframe {
    max-height: 750px;
}

@media screen and (max-width:1300px) {
    .reservation .sec-inner .flow-inner .step {
        flex-direction: column;
        row-gap: 10px;
    }

    .reservation .sec-inner .flow-inner .bold {
        text-align: center;
    }
}

@media screen and (max-width:1200px) {
    .reservation .sec-inner .reservation-contents {
        flex-direction: column;
        align-items: center;
        row-gap: 60px;
    }

    .reservation .sec-inner .flow-inner {
        margin-top: 0;
    }

    .reservation .sec-inner .flow-inner .step {
        flex-direction: row;
    }

    .reservation .sec-inner .flow-inner .bold {
        text-align: left;
    }

    .reservation .sec-inner .calendar,
    .reservation .sec-inner .calendar div {
        width: 100%;
    }
}

@media screen and (max-width:900px) {
    .reservation .sec-inner .reservation-contents {
        row-gap: 30px;
    }
}

@media screen and (max-width:768px) {
    .reservation-title-wrap h2 {
        font-size: 32px;
    }

    .reservation .sec-inner .flow-inner .step img {
        width: 60px;
        height: auto;
    }

    .reservation .sec-inner .flow-inner .step:not(:first-of-type) {
        margin-top: 13px
    }
}

/*===============
answer
================*/
.answer .answer-box {
    max-width: 960px;
    margin: 32px auto 0;
}

.answer .answer-box .box-inner {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 32px 62px 32px 40px;
}

.answer .answer-box .answer-fig {
    display: block;
    width: 256px;
    height: auto;
}

.answer .btn a {
    padding: 27px 110px 27px 82px;
}

@media screen and (max-width:768px) {
    .answer .answer-box .box-inner {
        flex-direction: column;
    }

    .answer .answer-box .box-inner .ttl-h4 {
        text-align: center;
    }

    .answer .answer-box .answer-fig {
        max-width: 256px;
        width: 100%;
    }

    .answer .btn a {
        padding: 23px 35px 23px 25px;
    }
}

.form-link {
    padding-top: 80px;
    padding-bottom: 80px;
}

.form-link p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}