/* block */
.block-inner {
    margin: 0 auto;
    width: 92%;
    max-width: var(--sub-column3);
}
/* features-mv */
.features-mv {
    background: url(../images/features/features-mv-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 460px;
    width: 100%;
}
.features-mv__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    margin: 0 auto;
    width: 92%;
    max-width: var(--sub-column2);
}
.features-mv__text {
    padding-left: 50px;
    width: 585px;
}
.features-mv__image {
    width: calc(100% - 650px);
}
.features-mv__text h2 {
    font-size: 36px;
    font-weight: 900;
}
.features-mv__text h2 span {
    background: #fff;
    color: var(--main-theme-color);
    font-size: 38px;
    font-weight: 500;
    margin: 0 0 45px 5px;
    padding: 0 5px;
}
.features-mv__text p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.8em;
}
@media screen and (max-width: 1168px) {
    .features-mv__text {
        padding-left: 0;
        width: 500px;
    }
    .features-mv__image {
        width: calc(100% - 550px);
    }
    .features-mv__text h2 {
        font-size: 30px;
    }
    .features-mv__text h2 span {
        font-size: 32px;
    }
}
@media screen and (max-width: 968px) {
    .features-mv__text {
        width: 385px;
    }
    .features-mv__image {
        width: calc(100% - 425px);
    }
    .features-mv__text h2 {
        font-size: 26px;
    }
    .features-mv__text h2 span {
        font-size: 28px;
    }
}
@media screen and (max-width: 768px) {
    .features-mv {
        height: auto;
        padding: 50px 0;
    }
    .features-mv__inner {
        width: 85%;
    }
    .features-mv__text {
        margin: 0 0 25px;
        text-align: center;
        width: 100%;
    }
    .features-mv__image {
        text-align: center;
        width: 100%;
    }
    .features-mv__text h2 {
        font-size: 36px;
    }
    .features-mv__text h2 span {
        font-size: 38px;
    }
    .features-mv__text p {
        text-align: left;
    }
}
/* features-point */
.features-about {
    padding: 80px 0;
}
.features-about__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 92%;
    max-width: var(--sub-column2);
}
.features-about__image {
    padding: 0 50px 0 40px;
    width: 500px;
}
.features-about__text {
    padding-right: 0;
    width: calc(100% - 500px);
}
.features-about__text p {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {
    .features-about__image {
        padding: 0 25px 0 0;
        width: 400px;
    }
    .features-about__text {
        padding-right: 0;
        width: calc(100% - 425px)
    }
    .features-about__text p {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .features-about {
        padding: 45px 0;
    }
    .features-about__inner {
        width: 85%;
    }
    .features-about__image {
        margin: 0 0 25px;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .features-about__text {
        width: 100%;
    }
}
/* features-point */
.features-point {
    background: #F2EEE7;
    padding: 80px 0;
}
.features-point__inner {
    margin: 0 auto;
    width: 100%;
    max-width: var(--sub-column2);
}
.features-point__head {
    margin: 0 0 25px;
    text-align: center;
}
.features-point__head p {
    background: url(../images/features/fukidashi3.svg) no-repeat;
    background-position: bottom;
    background-size: contain;
    color: #E77461;
    display: inline-block;
    font-size: 30px;
    font-weight: 900;
    margin: 0;
    padding: 30px 65px 55px;
}
.features-point__head h2 {
    font-size: 46px;
    font-weight: 900;
    margin: 0;
}
.features-point__head h2 span {
    color: #E77461;
    font-size: 60px;
}
.features-point__items {
    display: grid;
    gap: 75px;
}
.features-point__item {
    padding: 150px 50px 50px;
    position: relative;
}
.features-point__item:nth-child(even) {
    background: #fff;
}
.features-point__ttl {
    background: var(--main-theme-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin: auto;
    padding: 0px 0;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    width: 95%;
    max-width: 1100px;
}
.features-point__ttl h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    width: calc(100% - 118px);
    max-width: max-content;
}
.features-point__eyecatch {
    background: url(../images/features/features-eyecatch.svg) no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 118px;
    position: relative;
    top: -40px;
    right: 15px;
    width: 118px;
}
.features-point__eyecatch p {
    color: var(--main-theme-color);
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.features-point__eyecatch p span {
    color: var(--main-theme-color);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
}
.features-point__text {
    font-size: 20px;
    font-weight: 700;
    line-height: 2em;
    margin: 20px 0 45px;
}
.features-point__text span {
    background: rgb(231 116 97 / 50%);
    padding: 0 5px;
}
.features-point__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.features-point__cards.horizon {
    grid-template-columns: 1fr;
}
.features-point__card {
    background: #fff;
    border: 6px solid rgb(231 116 97 / 50%);
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
}
.features-point__card:hover {
    opacity: .8;
}
.features-point__cards.horizon .features-point__card {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.features-card__image {
    line-height: 0;
}
.features-point__cards.horizon .features-card__image {
    width: 400px;
}
.features-point__cards.horizon .features-card__text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 400px);
}
.feature-text__in {
    margin: 0 auto;
    width: 80%;
}
.features-card__ttl {
    background: rgb(231 116 97 / 10%);
    padding: 20px;
    text-align: center;
}
.features-card__ttl p {
    color: var(--main-theme-color);
    font-size: 18px;
    font-weight: 700;
}
.features-card__txt {
    padding: 20px;
}
.features-card__txt .post {
    font-size: 13px;
    font-weight: 700;
}
.features-card__txt .nameline {
    margin: 3px 0 0;
}
.features-card__txt .name {
    font-size: 18px;
    font-weight: 700;
}
.features-card__txt .honorific {
    font-size: 16px;
    font-weight: 700;
}
.features-card__txt .other {
    font-size: 15px;
    font-weight: 500;
}
.features-horizon__txt {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8em;
}
.features-card__btn {
    height: 60px;
    margin: 25px auto 0;
    text-align: center;
    width: 340px;
}
.features-card__btn a {
    background: var(--main-theme-color);
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 1px 2px rgb(0 0 0 / 8%));
    font-size: 24px;
    font-weight: 700;
    height: 100%;
    text-align: center;
    width: 100%;
}
.features-card__btn a::after {
    background: url(../images/features/icon-link.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    margin-left: 8px;
    width: 20px;
}
@media screen and (max-width: 1168px) {
    .features-point__item {
        padding: 150px 20px 35px;
    }
    .features-card__ttl {
        padding: 15px;
    }
    .features-card__txt {
        padding: 15px;
    }
}
@media screen and (max-width: 968px) {
    .features-point__ttl h3 {
        font-size: 30px;
    }
    .features-point__text {
        font-size: 18px;
    }
    .features-point__cards {
        gap: 10px;
    }
    .features-point__cards.horizon {
        grid-template-columns: 1fr;
    }
    .features-point__cards.horizon .features-card__image {
        width: 350px;
    }
    .features-point__cards.horizon .features-card__text {
        width: calc(100% - 350px);
    }
    .feature-text__in {
        width: 85%;
    }
    .features-horizon__txt {
        font-size: 16px;
    }
    .features-card__btn {
        height: 50px;
        margin: 20px auto 0;
        width: 275px;
    }
    .features-card__btn a {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .features-point {
        padding: 45px 0;
    }
    .features-point__head {
        margin-bottom: 0;
    }
    .features-point__head p {
        font-size: 20px;
        padding: 25px 45px 40px;
    }
    .features-point__head h2 {
        font-size: 30px;
    }
    .features-point__head h2 span {
        font-size: 50px;
    }
    .features-point__ttl {
        display: block;
        height: auto;
        padding: 12px 0;
        position: relative;
        top: 0;
        width: 100%;
    }
    .features-point__ttl h3 {
        font-size: 24px;
        width: 100%;
        max-width: none;
    }
    .features-point__eyecatch {
        height: 70px;
        position: absolute;
        top: -45px;
        right: inherit;
        left: 2%;
        width: 70px;
    }
    .features-point__eyecatch p {
        font-size: 10px;
    }
    .features-point__eyecatch p span {
        font-size: 32px;
    }
    .features-point__text {
        font-size: 16px;
        margin: 20px 0 35px;
        padding: 0 15px;
    }
    .features-point__items {
        gap: 0px;
    }
    .features-point__cards,
    .features-point__cards.horizon {
        grid-template-columns: 1fr;
    }
    .features-point__item {
        padding: 75px 8px 35px;
    }
    .features-card__image {
        height: 220px;
        overflow: hidden;
    }
    .features-card__image img {
        object-fit: cover;
        object-position: center -15px;
        height: 100%;
        width: 100%;
    }
    .features-point__cards.horizon .features-card__image {
        height: auto;
        width: 100%;
    }
    .features-point__cards.horizon .features-card__text {
        padding: 0 20px 20px;
        width: 100%;
    }
    .features-card__ttl {
        padding: 12px;
    }
    .features-card__txt {
        padding: 12px;
    }
    .feature-text__in {
        width: 100%;
    }
    .features-point__cards.horizon .features-card__text p br {
        display: none;
    }
    .features-card__btn a {
        font-size: 18px;
    }
    .features-image {
        margin-left: -10px;
        width: calc(100% + 20px);
    }
}

/* feature note */
.features-note {
    margin: 85px auto;
    width: 92%;
    max-width: var(--sub-column2);
}
.features-note__head {
    background: url(../images/features/features-note1.png) no-repeat;
    background-position: left 50px bottom -5px;
    background-size: 166px 166px;
    text-align: center;
}
.features-note__head h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.8em;
    margin: 0;
    padding: 25px 0;
}
.features-note__head h2 span {
    background:linear-gradient(transparent 70%, rgb(92 164 161 / 30%) 60%);
    font-size: 36px;
    font-weight: 900;
}
.features-note__head h2 span.spacer {
    display: none;
}
.features-note__body {
    background: url(../images/features/features-note2.png) no-repeat;
    background-position: right 60px bottom;
    background-color: #5CA4A1;
    background-size: 137px 170px;
    border-radius: 12px;
    padding: 50px;
}
.features-note__body h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.8em;
    margin: 0 0 35px;
    text-align: center;
}
.features-note__body p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8em;
    margin: 0 auto;
    width: 100%;
    max-width: 710px;
}
@media screen and (max-width: 1168px) {
    .features-note__head {
        background-position: left 10px bottom -5px;
        background-size: 130px 130px;
    }
}
@media screen and (max-width: 968px) {
    .features-note__head {
        background: url(../images/features/features-note1.png) no-repeat, url(../images/features/features-note2.png) no-repeat;
        background-position: left 15px bottom, right 15px bottom;
        background-size: 106.5px 106.5px, 77.24px 95.85px;
        padding-bottom: 115px;
    }
    .features-note__body {
        background-image: none;
        border-radius: 12px;
        padding: 50px;
    }
    .features-note__head h2 {
        font-size: 30px;
    }
    .features-note__head h2 span {
        font-size: 30px;
    }
}
@media screen and (max-width: 768px) {
    .features-note__head h2 {
        font-size: 26px;
    }
    .features-note__head h2 br {
        display: none;
    }
    .features-note__head h2 br.sp2 {
        display: block;
    }
    .features-note__head h2 span {
        font-size: 26px;
    }
    .features-note__head h2 span.spacer {
        background: none;
        display: inline;
    }
    .features-note__body {
        padding: 35px 25px;
    }
    .features-note__body h3 {
        font-size: 20px;
        margin: 0 0 30px;
        text-align: left;
    }
    .features-note__body h3 br {
        display: none;
    }
    .features-note__body p {
        font-size: 16px;
    }
}

/* modal */
.features-modal {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.modal-close {
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    height: 35px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 35px;
    z-index: 98;
}
.features-modal__bg {
    background: rgb(0 0 0 / 40%);
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.modal-content__inner {
    background: #fff;
    height: auto;
    margin: 0 auto;
    overflow-y: auto;
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 1200px;
}
.features-modal__content {
    background: #fff;
    height: 80%;
    max-height: max-content;
    position: relative;
    width: 100%;
    max-width: 1200px;
}
.modal-content__top {
    background: url(../images/features/mv-bg.svg) repeat top left / contain;
    background-size: 350px;
    padding: 60px 0 52px;
    position: relative;
}
.modal-content__bottom {
    padding: 35px 0;
}
.modal-content__profimage {
    border-radius: 12px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: absolute;
    right: 3%;
    top: 12%;
    width: 45%;
}
.modal-content__in {
    padding-left: 25px;
    width: 48.5%;
}
.modal-content__ttl h2 span {
    display: inline;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #37bbb6;
    background-color: #fff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-inline: 10px;
}
.modal-content__ttl h2 span:not(:last-child) {
    margin: 0 0 5px;
}
.modal-content__name {
    text-align: right;
}
.modal-content__name .name {
    font-size: 28px;
    font-weight: 500;
}
.modal-content__name span {
    font-size: 18px;
    font-weight: 500;
}
.modal-content__name .role {
    font-size: 24px;
    font-weight: 500;
}
.modal-content__name .post {
    font-size: 18px;
    font-weight: 500;
}
.modal-content__txt {
    margin: 0 0 45px;
}
.modal-content__txt p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8em;
}
.modal-content__image {
    width: 70%;
}
@media screen and (max-width: 1268px) {
    .modal-close {
        right: 5px;
        top: 5px;
    }
}
@media screen and (max-width: 768px) {
    .features-modal__content {
        height: 75%;
        width: 95%;
    }
    .modal-content__inner {
        height: 100%;
    }
    .modal-content__top {
        padding: 40px 0;
    }
    .modal-content__bottom {
        padding: 35px 0 20px;
    }
    .modal-content__in {
        padding: 0 25px;
        width: 100%;
    }
    .modal-content__profimage {
        padding: 0 25px;
        position: static;
        width: 100%;
    }
    .modal-content__profimage img {
        aspect-ratio: 16 / 9;
        object-fit: cover;
        object-position: left top;
    }
    .modal-content__ttl h2 span {
        font-size: 24px;
    }
    .modal-content__name .name {
        font-size: 24px;
    }
    .modal-content__name span {
        font-size: 16px;
    }
    .modal-content__name .role {
        font-size: 20px;
    }
    .modal-content__name .post {
        font-size: 16px;
    }
    .modal-content__txt {
        margin: 0 0 35px;
    }
    .modal-content__txt p {
        font-size: 16px;
    }
    .modal-content__image {
        width: 100%;
    }
}

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

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

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

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

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

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

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