/* block */
.en {
    font-family: var(--ft-mr);
}
.block-head {
    text-align: center;
}
.block-head .en {
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 -30px;
    transform: rotate(-10deg);
}
.block-head h2 {
    font-family: var(--ft-serif);
    font-size: 35px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* mv */
.mv-bg {
    background: url(../images/mv-bg.webp) no-repeat;
    background-color: #DEF1EC;
    background-position: center;
    background-size: cover;
    padding: 35px 0 25px;
}
.mv-inner {
    line-height: 0;
}
.mv-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
}
.mv-logo p {
    font-family: var(--ft-serif);
    font-size: 21px;
    font-weight: 400;
    margin-left: 15px;
    opacity: .6;
}
.mv-text {
    padding: 0 15px;
}
.mv-text h1 {
    font-family: var(--ft-serif);
    font-size: 23px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0 0 50px;
}
.mv-text h2 {
    width: 56%;
}
.mv-bottom {
    background: #86CFB7;
    padding: 0 0 25px;
    text-align: center;
}
.mv-btn {
    margin: 25px auto 0;
    width: 90%;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* worries */
.worries {
    line-height: 0;
    margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
    .worries {
        margin: 0 0 15px;
    }
}

/* about */
.about {
    padding: 0 0 25px;
}
.about-inner {
    margin: 0 auto;
    width: 90%;
}
.about-head {
    margin: 0 0 20px;
}
.about-head .en {
    color: #86CFB7;
}
.about-image {
    margin: 0 auto 20px;
    width: 75%;
}
.about-text p {
    font-size: 15px;
}
@media screen and (max-width: 468px) {
    .about-inner {
        width: 95%;
    }
}

/* point */
.point {
    background: #DEF1EC;
    padding: 35px 0;
}
.point-inner {
    margin: 0 auto;
    width: 90%;
}
.point-head {
    margin: 0 0 35px;
    text-align: center;
}
.point-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.point-logo__img {
    width: 110px;
}
.point-logo p {
    font-family: var(--ft-serif);
    font-size: 23px;
    position: relative;
    bottom: -5px;
}
.point-ttl {
    margin: 0 auto;
    max-width: 138px;
}
.point-head__txt {
    font-size: 15px;
}
.point-head h2 {
    font-family: var(--ft-serif);
    font-size: 39px;
    font-weight: 400;
}
.point-img {
    margin: 20px 0 0;
}
.point-cards {
    display: grid;
    gap: 35px;
}
.point-card {
    background: #fff;
    padding: 10px 25px 15px;
    position: relative;
}
.point-card::after {
    background: url(../images/leaf.webp) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 46px;
    position: absolute;
    right: 5px;
    top: -23px;
    width: 41px;
}
.point-num {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.point-num span {
    color: #86CFB7;
    font-family: var(--ft-mr);
    font-size: 36px;
    font-weight: 400;
    margin-right: 25px;
}
.point-num p {
    color: #86CFB7;
    font-family: var(--ft-robo);
    font-size: 58px;
    font-weight: 400;
    font-style: italic;
}
.point-card__ttl h3 {
    color: #86CFB7;
    font-family: var(--ft-serif);
    font-size: 21px;
    font-weight: 400;
}
.point-card__ttl h3 span {
    color: #1E1E1E;
    font-family: var(--ft-serif);
    font-size: 19px;
    font-weight: 400;
}
.point-card__image {
    line-height: 0;
    margin: 0 0 10px;
}
.point-card__text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
}
.point-cta {
    margin: 25px auto 0;
    width: 95%;
}
@media screen and (max-width: 768px) {
    .point-head__txt {
        font-size: 14px;
    }
    .point-head h2 {
        font-size: 32px;
    }
    .point-card {
        padding: 10px 15px 15px;
    }
    .point-num span {
        font-size: 32px;
        margin-right: 20px;
    }
    .point-num p {
        font-size: 48px;
    }
    .point-card__ttl h3 {
        font-size: 18px;
    }
    .point-card__ttl h3 span {
        font-size: 16px;
    }
    .point-card__text p {
        font-size: 15px;
    }
}
@media screen and (max-width: 468px) {
    .point-inner {
        width: 95%;
    }
} 

/* price */
.price {
    background: #FFF6EE;
    padding: 45px 0 35px;
}
.price-inner {
    margin: 0 auto;
    width: 90%;
}
.price-head {
    margin: 0 0 25px;
}
.price-head .en {
    color: #ED999A;
}
.price-body p {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 15px;
    text-align: center;
}
.price-body p.c {
    font-size: 15px;
    font-weight: 400;
    margin: 20px 0 0;
}
.price-table {
    border: 1px solid #90D3BD;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
.price-table th,
.price-table td {
    border: 1px solid #90D3BD;
    font-weight: 400;
    padding: 15px 10px;
    text-align: center;
}
.price-table th {
    background: #DEF1EC;
    color: #6A899E;
    font-size: 12px;
}
.price-table tr:first-child th {
    padding: 10px;
}
.price-table td {
    background: #fff;
    font-size: 16px;
}
.price-cta {
    margin: 25px auto 0;
    width: 95%;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 468px) {
    .price-inner {
        width: 95%;
    }
}

/* recommend */
.recommend {
    background: #F3FFFC;
    padding: 65px 0 25px;
}
.recommend-inner {
    background: #fff;
    margin: 0 auto;
    padding: 35px 0 0;
    position: relative;
    text-align: center;
    width: 90%;
}
.recommend-floating {
    background: #fff;
    border-radius: 50%;
    height: 104px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    width: 104px;
}
.recommend-floating p {
    background: url(../images/ttl-bg.webp) no-repeat;
    background-position: center bottom 10px;
    background-size: contain;
    color: #86CFB7;
    font-size: 29px;
    font-weight: 400;
    transform: rotate(-10deg);
}
.recommend-head,
.recommend-body {
    position: relative;
    z-index: 1;
}
.recommend-head img {
    width: 90%;
    max-width: 274px;
}
.recommend-head p {
    font-size: 13px;
    font-weight: 500;
    margin: 15px 0 0;
}
.recommend-image {
    margin: 25px auto 0;
    width: 90%;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 468px) {
    .recommend-inner {
        width: 95%;
    }
}

/* voice */
.voice {
    padding: 0 0 25px;
}
.voice-head {
    background: url(../images/voice-bg.webp) no-repeat;
    background-position: center bottom;
    background-size: contain;
    margin: 0 0 90px;
    padding: 15px 0 0;
}
.voice-head__tag {
    margin: 0 0 20px;
    text-align: center;
}
.voice-head__tag span:not(:last-child) {
    margin: 0 0 10px;
}
.voice-head__tag span {
    background: #86CFB7;
    color: #fff;
    display: inline-block;
    font-family: var(--ft-serif);
    font-size: 17px;
    padding: 4px 25px;
}
.voice-head .en {
    color: #ED999A;
    margin: 0 0 -25px;
}
.voice-head h2 {
    background: url(../images/ttl-bg.webp) no-repeat;
    background-position: center bottom;
    background-size: contain;
    display: inline-block;
}
.voice-cards {
    display: grid;
    gap: 65px;
    margin: 0 auto;
    width: 90%;
}
.voice-card__head {
    background: #D6EDE4;
    padding: 10px;
    position: relative;
    text-align: center;
}
.voice-card__num {
    background: #D6EDE4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 86px;
    margin: auto;
    padding: 0 0 25px;
    position: absolute;
    left: 0;
    right: 0;
    top: -43px;
    width: 86px;
}
.voice-card__num::before {
    background: url(../images/crown.webp) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 22px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    width: 33px;
}
.voice-card__num p {
    color: #86CFB7;
    font-family: var(--ft-robo);
    font-size: 24px;
}
.voice-card__num p span {
    color: #86CFB7;
    font-family: var(--ft-mr);
    font-size: 11px;
}
.voice-card__head h3 {
    font-family: var(--ft-serif);
    font-size: 18px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.voice-card__body {
    background: url(../images/voice-item.webp) repeat-y;
    background-position: center;
    background-size: cover;
    padding: 15px 20px 20px;
}
.voice-card__prof {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
}
.voice-card__user {
    width: 88px;
}
.voice-card__proftxt {
    text-align: right;
    width: calc(100% - 93px);
}
.voice-card__proftxt .top {
    color: #86CFB7;
    font-family: var(--ft-serif);
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 10px;
    text-align: left;
}
.voice-card__proftxt .bottom {
    border-bottom: 2px solid #1E1E1E;
    display: inline-block;
    font-family: var(--ft-serif);
    font-size: 13px;
    font-weight: 400;
    padding: 0 10px 5px;
}
.voice-card__text p {
    font-size: 12px;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 468px) {
    .voice-cards {
        width: 95%;
    }
}

/* reserve */
.reserve {
    background: #E1F3EE;
    padding: 25px 0;
}
.reserve-inner {
    margin: 0 auto;
    width: 90%;
}
.reserve-cta {
    margin: 25px auto 0;
    width: 95%;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 468px) {
    .reserve-inner {
        width: 95%;
    }
}

/* promise */
.promise {
    padding: 0 0 25px;
    position: relative;
}
.promise::before,
.promise::after {
    background: url(../images/promise-bg2.webp) repeat-x;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
}
.promise::before {
    top: 0;
}
.promise::after {
    bottom: 0;
    transform: rotate(-180deg);
}
.promise-head {
    background: url(../images/promise-bg.webp) no-repeat;
    background-position: center bottom;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 222px;
    padding: 35px 0 45px;
}
.promise-head .en {
    margin: 0;
}
.promise-body {
    margin: 0 auto;
    padding: 25px 0;
    width: 90%;
}
.promise-items {
    display: grid;
    gap: 20px;
}
.promise-item {
    background: url(../images/promise-itembg.webp) no-repeat;
    background-position: center;
    background-size: contain;
    padding: 10px 25px 10px 75px;
    position: relative;
}
.promise-item p {
    color: #ED999A;
    font-family: var(--ft-serif);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8em;
}
.promise-item__num {
    background: url(../images/flag.webp) no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 45px;
    padding: 3px 0 0;
    position: absolute;
    left: 20px;
    top: 0;
    text-align: center;
    width: 36px;
}
.promise-item__num p {
    color: #fff;
    font-family: var(--ft-robo);
    font-size: 9.5px;
    font-weight: 400;
}
.promise-item__num span {
    color: #fff;
    display: block;
    font-family: var(--ft-robo);
    font-size: 22px;
    font-weight: 400;
}
.promise-image {
    margin: 20px 0 0;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* faq */
.faq {
    background: #DEF1EC;
    padding: 35px 0;
}
.faq-inner {
    margin: 0 auto;
    width: 95%;
}
.faq-head {
    background: url(../images/faq-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
}
.faq-head .en {
    color: #86CFB7;
    margin: 0;
}
.faq-head h2 {
    background: url(../images/ttl-bg.webp) no-repeat;
    background-position: center bottom;
    background-size: contain;
    color: #86CFB7;
    display: inline-block;
}
.faq-body {
    padding: 35px 0 0;
}
.faq-list {
    display: grid;
    gap: 25px;
    margin: 0 auto;
    width: 95%;
}
.faq-list__item {
    background: #fff;
    border: 1px solid #86CFB7;
    border-radius: 8px;
    padding: 25px 15px;
    position: relative;
}
.faq-list__item::before {
    background: url(../images/tape.webp) no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    height: 31px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    width: 89px;
    z-index: 1;
}
.faq-list__item dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 15px;
}
.faq-list__item dt .faq-icon {
    color: #86CFB7;
    font-family: var(--ft-robo);
    font-size: 30px;
    font-weight: 400;
    margin-right: 10px;
    width: 30px;
}
.faq-list__item dt p {
    color: #86CFB7;
    font-size: 18px;
    font-weight: 400;
    width: calc(100% - 40px);
}
.faq-list__item dd {
    background: #F3FFFC;
    padding: 10px 10px 10px 65px;
    position: relative;
}
.faq-list__item dd .faq-icon {
    background: #86CFB7;
    border-radius: 8px 0 8px 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--ft-robo);
    font-size: 30px;
    font-weight: 400;
    height: 44px;
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
}
.faq-list__item dd p {
    color: #6A899E;
    font-size: 13px;
    font-weight: 500;
}
.faq-cta {
    margin: 25px auto 0;
    width: 95%;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* profile */
.profile {
    padding: 45px 0;
}
.profile-head {
    margin: 0 0 25px;
}
.profile-head .en {
    margin: 0;
}
.profile-head h2 {
    color: #86CFB7;
}
.profile-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile-image {
    width: 147px;
}
.profile-text {
    border: 2px dotted #86CFB7;
    border-left: 0;
    border-right: 0;
    padding: 12px 10px;
    width: calc(100% - 152px);
}
.profile-text .name {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 8px;
}
.profile-text .past {
    font-family: var(--ft-serif);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2em;
}
.profile-comment {
    margin: 0 auto;
    padding: 5px 0 10px;
    width: 90%;
}
.profile-comment p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* access */
.access {
    padding: 0 0 25px;
}
.access-inner {
    margin: 0 auto;
    width: 90%;
}
.access-head {
    margin: 0 0 25px;
}
.access-head .en {
    color: #86CFB7;
    margin: 0;
}
.access-list {
    margin: 0 0 45px;
}
.access-list__item {
    border-bottom: 1px solid #90D3BD;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}
.access-list__item dt {
    color: #6A899E;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    width: 75px;
}
.access-list__item dd {
    font-size: 12px;
    font-weight: 400;
    width: calc(100% - 75px);
}
.access-map__frame {
    aspect-ratio: 16 / 9;
}
.access-map__frame iframe {
    height: 100%;
    width: 100%;
}
.access-cta {
    margin: 25px auto 0;
    width: 95%;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 468px) {
    .access-inner {
        width: 95%;
    }
}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}