@font-face {
    font-family: "futura-pt", sans-serif;
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "futura-pt", sans-serif;
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    font-style: normal;
}

@media screen and (max-width: 768px) {
    .hidden {
        display: none;
    }
    .block {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .md\:block {
        display: block;
    }
    .md\:hidden {
        display: none;
    }
}

.green {
    color: #16a085;
}
.mv {
    display: grid;
    gap: 21px;
    padding-block: 35px 0;
    background: url('../images/bg-fv.webp') no-repeat center top/1083px;
    margin-block-end: 24px;
}
@media screen and (min-width: 768px) {
    .mv {
        grid-template-columns: minmax(200px, 640px) 280px;
        gap: 40px;
        justify-content: center;
        align-items: center;
        background-size: cover;
        padding-block: 47px;
        margin-block-end: 80px;
    }
    .mv .spOnly {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .mv-container {

    }
}


.mv .mv_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
    color: #191919;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .mv .mv_title {
        align-items: flex-start;
        font-size: 56px;
        margin-block-end: 32px;
        text-align: left;
        gap: 0;
    }
}

.mv .mv_title_first .spOnly {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #c3314b;
    font-size: 20px;
}
@media (min-width: 455px) and (max-width: 768px) {
    .mv .mv_title_first {
        color: #c3314b;
        font-size: 18px;
    }
}
@media screen and (min-width: 769px) {
    .mv .mv_title_first {
        color: #c3314b;
        flex-direction: row;
        font-size: 28px;
        line-height: 1.5;
    }
}

@media screen and (min-width: 769px) {
    .mv .mv_title_first span{
        display: inline-block;
        margin-block-end: 13px;
    }
}


.mv-container-L {
    padding-block-start: 12px;
}

.mv .mv-main_title {
    font-size: 40px;
}
@media (min-width: 455px) and (max-width: 768px) {
    .mv .mv-main_title {
        font-size: 48px;
    }
}
@media screen and (min-width: 769px) {
    .mv .mv-main_title {
        font-size: 56px;
    }
}

.mv_description {
    margin-block-end: 48px;
    font-size: 12px;
    text-align: center;
    line-height: 1.9;
    margin-inline: 22px;
}

@media (min-width: 455px) and (max-width: 768px) {
    .mv_description {
        text-align: left;
        font-size: 12px;
        margin-block-end: 32px;
        margin-inline: 0;
    }
}
@media screen and (min-width: 769px) {
    .mv_description {
        text-align: left;
        font-size: 14px;
        margin-block-end: 32px;
        margin-inline: 0;
    }
}

.mv_info {
    margin-inline: 24px;
    padding-block: 20px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .mv_info {
        margin: 0;
    }
}

.mv_info p {
    text-align: center;
    line-height: 1.65;
}

@media screen and (min-width: 768px) {
    .mv_info p {
        text-align: left;
        padding-inline: 24px;
    }
}

.mv_info_strong {
    font-size: 18px;
    font-weight: bold;
}

.mv_info_strong.green {
    color: #16a085;
}

.mv_document {
    background: #00442d;
    padding-block: 12px 32px;
}

@media screen and (min-width: 768px) {
    .mv_document {
        padding: 24px;
    }
}

.mv_document_first {
    display: grid;
    grid-template-columns: 160px 150px;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-inline: 40px 20px;
}

@media screen and (min-width: 768px) {
    .mv_document_first {
        grid-template-columns: 1fr;
        margin-inline: 0;
        margin-block-end: 24px;
    }
}

.mv_document_first p {
    text-align: center;
    color: #fff;
    font-size: 22px;
}

.mv_document_first p span {
    color: #f9c67f;
    font-size: 18px;
}

.cta {
    width: 280px;
    margin-inline: auto;
}

@media screen and (min-width: 768px) {
    .cta {
        width: 100%;
    }
}

.cta a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    background: #c3314b;
    color: #fff;
    font-size: 18px;
    border-radius: 28px;
}

/**/
.image-intro {
    max-width: 960px;
    margin-inline: auto;
}

.pcOnly,
.spOnly {
    display: none;
}

.spOnly {
    display: block;
}

@media screen and (min-width: 768px) {
    .spOnly {
        display: none;
    }
    .pcOnly {
        display: block;
    }
}


/*リンクボタン↓*/

.cta {
    width: 313px;
    margin-inline: auto;
}
.feature-cta {
    width: 272px;
}
.flow-cta {
    width: 272px;
}
.mv_document .cta {
    width: 280px;
}
@media screen and (min-width: 768px) {
    .mv_document .cta {
        width: 216px;
    }
}

.section-document .cta {
    width: 280px;
}
@media screen and (min-width: 768px) {
    .section-document .cta {
        width: 578px;
    }
}



.cta.small a {
    height: 48px;
    font-size: 14px;
}


@media screen and (min-width: 768px) {
    .cta.small a {
        max-width: 578px;
        margin-inline: auto;
        height: 72px;
        border-radius: 36px;
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    .cta {
        width: 100%;
    }
}

.cta a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    background: #c3314b;
    color: #fff;
    font-size: 18px;
    border-radius: 28px;
}


/*リンクボタン↑*/


@media screen and (min-width: 768px) {
    .logo-list {
        grid-template-columns: repeat(6, 1fr);
        margin-inline: auto;
        gap: 20px;
        padding-block: 40px;
    }
}

.section-issue {
    padding: 40px 16px 36px;
}

@media screen and (min-width: 768px) {
    .section-issue {
        padding: 80px 0 109px;
    }
}



.issue {
    display: grid;
    gap: 56px;
}

@media screen and (min-width: 768px) {
    .issue {
        grid-template-columns: repeat(2, minmax(200px, 460px));
        gap: 109px 40px;
        justify-content: center;
        padding-inline: 24px;
    }
}

.issue-card {
    padding: 56px 16px 32px;
    background: #f6f3f1;
    position: relative;
}
@media (min-width: 455px) and (max-width: 768px) {
    .issue-card {
        padding: 64px 30px 40px;
    }
}
@media screen and (min-width: 769px) {
    .issue-card {
        padding: 64px 40px 40px;
    }
}

.issue-card h3 {
    margin-block-end: 23px;
    font-size: 16px;
    text-align: center;
}
@media (min-width: 455px) and (max-width: 768px) {
    .issue-card h3 {
        font-size: 16px;
    }
}
@media screen and (min-width: 769px) {
    .issue-card h3 {
        font-size: 20px;
    }
}

.issue-card_flame {
    border: solid 2px #16a085;
    text-align: center;
    background-color: #fff;
    color: #16a085;
    font-weight: bold;
    font-size: 17px;
    padding: 14px;
    margin-block-end: 21px;
}

@media screen and (min-width: 1000px) {
    .issue-card_flame {
        border: solid 2px #16a085;
        text-align: center;
        background-color: #fff;
        color: #16a085;
        font-weight: bold;
        font-size: 20px;
        padding: 14px;
        margin-block-end: 21px;
    }
}

.issue-card span{
    font-size: 14px;
    display: inline-block;
    margin-block-end: 10px;
}

@media screen and (min-width: 768px) {
    .issue-card span{
        font-size: 14px;
        display: inline-block;
        margin-block-end: 10px;
    }
}


.issue-card ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.issue-card:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 80px;
    height: 80px;
}

@media screen and (min-width: 768px) {
    .issue-card:before {
        transform: translate(-50%,-65%);
    }
}

@media screen and (min-width: 768px) {
    .issue-card:before {
        width: 120px;
        height: 120px;
    }
}

.issue-card:nth-of-type(1):before {
    background: url('../images/illust-01.webp') no-repeat center center/cover;
}

.issue-card:nth-of-type(2):before {
    background: url('../images/illust-02.webp') no-repeat center center/cover;
}

.issue-card:nth-of-type(3):before {
    background: url('../images/illust-03.webp') no-repeat center center/cover;
}

.issue-card:nth-of-type(4):before {
    background: url('../images/illust-04.webp') no-repeat center center/cover;
}

.issue-card ul li {
    font-size: 14px;
    font-weight: bold;
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 9px;
    color: #707070;
}
@media (min-width: 455px) and (max-width: 768px) {
    .issue-card ul li {
        font-size: 16px;
        font-weight: bold;
        display: grid;
        grid-template-columns: 16px 1fr;
        gap: 9px;
        color: #707070;
    }
}

@media screen and (min-width: 769px) {
    .issue-card ul li {
        font-size: 18px;
        font-weight: bold;
        display: grid;
        grid-template-columns: 16px 1fr;
        gap: 9px;
        color: #707070;
    }
}

.issue-card ul li:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-block-start: 6px;
    background: url(../images/icon-check-gray.svg) no-repeat;
}

@media screen and (min-width: 768px) {
    .issue-card ul li:before {
        margin-block-start: 8px;
    }
}




/*service ここから*/
.section-service {
    padding: 13px 24px 56px;
}
@media screen and (min-width: 768px) {
    .section-service {
        padding: 0 24px 105px;
    }
}
.fs11 {
    font-size: 11px;
}
.service-intro_subtitle {
    margin-block-end: 8px;
}
@media screen and (min-width: 768px) {
    .service-intro_subtitle {
        margin-block-end: 0;
    }
}

.service-intro_subtitle2 {
    line-height: 1.7;
}
@media screen and (min-width: 768px) {
    .service-intro_subtitle2 {
        font-size: 28px;
    }
}

.section_title {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
    margin-block-end: 40px;
    font-family: 'futura-pt-bold', sans-serif;
    font-weight: bold;
    color: #00442d;
    font-size: 46px;
}
@media screen and (min-width: 768px) {
    .section-title {
        font-size: 64px;
    }
}

.section-service .section_title {
    font-family: 'futura-pt-bold', sans-serif;
    margin-block-end: 41px;
    font-size: 45px;
}
@media screen and (min-width: 768px) {
    .section-service .section_title {
        font-size: 74px;
        margin-block-end: 50px;
    }
}


.section_title span {
    font-size: 14px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .section_title span {
        font-size: 18px;
        display: inline-block;
        margin-block-start: -2px;
    }
}

.section-service_intro {
    margin-block-end: 35px;
    min-width: 342px;
    padding: 24px 16px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .section-service_intro {
        margin-block-end: 65px;
        max-width: 960px;
        margin-inline: auto;
        padding: 43px 48px;
    }
}

.service-intro_title {
    font-size: 20px;
    font-weight:  bold;
    margin-block-end: 23px;
}
@media screen and (min-width: 768px) {
    .service-intro_title {
        font-size: 32px;
        font-weight:  bold;
        margin-block-end: 26px;
    }
}
@media screen and (min-width: 768px) {
    .section-service_intro .flexbox  {
        display: flex;
        justify-content: center;
    }
}

.service-intro_title .green {
    color: #16A085;
}
.service-intro_title .orange{
    color: #E08D1A;
}

.section-service_intro .service-intro_img {
    margin-block-end: 24px;
}
@media screen and (min-width: 768px) {
    .section-service_intro .service-intro_img{
        width: 320px;
        margin-inline-end: 32px;
    }
    .section-service_intro .service-intro_img img {
        max-width: 320px;
    }
}

.service-intro_description {
    font-size: 12px;
    text-align: left;
    padding-inline: 8px;
    line-height: 1.6;
}
@media (min-width: 455px) and (max-width: 768px) {
    .service-intro_description {
        font-size: 12px;
        padding: 0;
        margin-block-start: 5px;
    }
    .service-intro_description p {
        line-height: 2;
    }
}
@media screen and (min-width: 769px) {
    .service-intro_description {
        font-size: 14px;
        padding: 0;
        margin-block-start: 5px;
    }
    .service-intro_description p {
        line-height: 2;
    }
}


.section-service_list li .annotation {
    font-size: 12px;
    padding: 0;
}
@media screen and (min-width: 768px) {
    .section-service_list li .annotation {
        font-size: 12px;
        padding: 0;
    }
}

.section-service_list {
    display: grid;
    gap: 30px;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .section-service_list {
        gap: 25px;
        max-width: 920px;
        margin-inline: auto;
        margin-block-end: 56px;
    }
    .section-service_list .spOnly {
        display: none;
    }
}

.section-service_list .number {
    margin-block-end: 6px;
    font-family: 'futura-pt-bold', sans-serif;
    font-size: 32px;
    text-align: center;
    color: #00714B;
}
@media screen and (min-width: 768px) {
    .section-service_list .number {
        text-align: left;
        font-size: 48px;
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
    .section-service_list p {
        line-height: 1.6;
    }
}

.section-service_list li {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .section-service_list li {
        text-align: left;
        display: grid;
        grid-template-columns: 1fr 360px;
        align-items: center;
        gap: 45px;
    }

    .section-service_list li img {
        width: 100%;
        max-width: 100%;
        padding-block-start: 17px;
    }
}

.section-service_list li h4 {
   /* font-size: 18px;*/
    font-size: clamp(18px 2vw 24px);
    text-align: center;
    color: #00714b;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    margin-block-end: 16px;
    margin-inline: auto;
}
@media (min-width: 455px) and (max-width: 768px) {
    .section-service_list li h4 {
        align-items: flex-start;
        font-size: 18px;
        gap: 3px;
    }
}
@media screen and (min-width: 769px) {
    .section-service_list li h4 {
        align-items: flex-start;
        font-size: 24px;
        gap: 3px;
    }
}

.section-service_list li h4 span {
    display: inline-block;
    padding: 6px 8px;
    background: #dcf0e9;
}
@media screen and (min-width: 768px) {
    .section-service_list li h4 span {
        text-align: left;
    }
}


.section-service_list li p {
    max-width: 390px;
    margin-block-end: 18px;
    margin-inline: auto;
    font-size: 12px;
    text-align: left;

}
@media (min-width: 455px) and (max-width: 768px) {
    .section-service_list li p {
        max-width: 100%;
        font-size: 14px;
        margin: 0;
    }
}
@media screen and (min-width: 769px) {
    .section-service_list li p {
        max-width: 100%;
        font-size: 16px;
        margin: 0;
    }
}

.section-service_list li p span {
    font-weight: bold;
}


.section-service_list img {
    max-width: 342px;
}
@media screen and (min-width: 768px) {
    .section-service_list img {
        max-width: 300px;
    }
}


.section-service .cta {
    margin-block-end: 40px;
}
@media screen and (min-width: 768px) {
    .section-service .cta {
        margin-block-end: 63px;
    }
}
.section-note {
    font-size: 12px;
    color: #707070;
    margin-inline: auto;
    text-align: left;
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    .section-note {
        max-width: 960px;
    }
}
/*ここまでservice*/


/*ここからfeature*/
.section-feature .pcOnly {
    display: none;
}
.section-feature .spOnly {
    display: block;
}
@media screen and (min-width: 768px) {
    .section-feature .pcOnly {
        display: grid;
    }
    .section-feature .spOnly {
        display: none;
    }
}

.section-feature {
    padding: 51px 24px 56px;
    background: #ece6e2;
    margin-block-end: 50px;
}
@media screen and (min-width: 768px) {
    .section-feature {
        width: 100%;
        padding: 69px 40px 120px;
        margin-block-end: 70px;
    }
}

.section-feature .section_title {
    margin-block-end: 38px;
    font-size: 46px;
}
@media screen and (min-width: 768px) {
    .section-feature .section_title {
        margin-block-end: 47px;
        font-size: 72px;
    }
}

.section-feature_title {
    font-size: 20px;
    text-align: center;
    margin-block-end: 24px;
    line-height: 1.6;
}
@media screen and (min-width: 768px) {
    .section-feature_title{
        font-size:  32px;
        font-weight: bold;
        margin-block-end: 40px;
        line-height: 1.0;
    }
}

.section-issue .section-feature_title {
    margin-block-end: 68px;
    line-height: 1.5;
}
@media (min-width: 455px) and (max-width: 768px) {
    .section-issue .section-feature_title {
        margin-block-end: 128px;
        font-size: 24px
    }
}
@media screen and (min-width: 769px) {
    .section-issue .section-feature_title {
        margin-block-end: 128px;
        font-size: 32px
    }
}

.feature-style {
    max-width: 960px;
    margin-inline: auto;
    margin-block-end: 70px;
    gap: 24px;
}
@media screen and (min-width: 768px) {
    .feature-style {
        margin-inline: auto;
        margin-block-end: 80px;
        display:grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
    .feature-style .firstStyle{
        margin-block-end: 75px;
        width:100%;
    }
}
.feature-style:nth-of-type(2){
    margin-block-end: 32px;
}
.feature-style:nth-of-type(3){
    margin-block-end: 24px;
}

@media screen and (min-width: 768px) {
    .lastStyle {
        margin-block-end: 32px;
    }
}
.section-feature .feature-img{
    height: auto;
    max-width:80px;
}


.feature-style  .section-feature_list {
    background-color: #fff;
    padding: 24px 16px;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .feature-style  .section-feature_list {
        padding: 31px;
        margin-block-end: 0;
    }
}
.feature-style  .section-feature_list-b {
    background-color: #fff;
    padding: 32px 40px;
    margin-block-end: 16px;
    text-align: center;
}
.feature-style  .section-feature_List-c {
    background-color: #fff;
    padding: 31px;
    margin-block-end: 16px;
    text-align: center;
}
@media (min-width: 455px) and (max-width: 768px) {
    .feature-style  .section-feature_List-c {
        margin-block-end: 16px;
        padding: 20px;
    }
}
@media screen and (min-width: 769px) {
    .feature-style  .section-feature_List-c {
        margin-block-end: 0;
    }
}

.feature-style  .section-feature_list .ListStyle {
    text-align: center;
}
.feature-style  .section-feature_list-b .ListStyle {
    text-align: center;
}
.section-feature_list-b h4 {
    font-size:  20px;
    padding-block-end: 24px;
}
.section-feature_List-c h4 {
    font-size:  20px;
    padding-block-end: 24px;
}

@media screen and (min-width: 768px) {
    .feature-style .section-feature_List-c:last-child {
    }
}

.feature-flex {
    display: flex;
/*    justify-content: center;*/
    align-items: center;
    gap: 16px;
    background-color: #fff;
    padding: 25px 16px ;
    margin-block-end: 16px;
}
.feature-flex:last-child {
    margin-bottom: 40px;
}
@media (min-width: 455px) and (max-width: 768px) {
    .feature-flex {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 16px;
        background-color: #fff;
        padding: 25px 16.5vw ;
        margin-block-end: 16px;
    }
}
@media screen and (min-width: 768px) {
    .feature-flex {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 16px;
        background-color: #fff;
        padding: 25px 16px ;
        margin-block-end: 16px;
    }
}

.feature-style  .section-feature_list img {
}
@media screen and (min-width: 768px) {
    .feature-style  .section-feature_list img {
        width: 100%;
        height: auto;
        max-width: 224px;
        padding-block-end: 24px;
    }
}
.section-feature .green {
    color: #16a085;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .section-feature .green {
        color: #16a085;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
}
.feature-sp_list {
    margin-block-end: 8px;
}
.future-list_txt {
    font-size: 14px;
}


@media screen and (min-width: 768px) {
    .feature-style  .section-feature_list img{
        padding-block-end: 24px;
    }
}

@media screen and (min-width: 768px) {
    .feature-style-b {
        max-width: 960px;
        margin-inline: auto;
        margin-block-end: 80px;
        display:grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
}
.feature-style-b  .section-feature_list {
    background-color: #fff;
    padding: 32px 24px  24px 24px;
}


@media screen and (min-width: 769px) {
    .feature-style-b  .section-feature_list {
        padding: 24px;
    }
}



@media screen and (min-width: 768px) {
    .feature-style-b  .section-feature_list img{
        padding-block-end: 24px;
    }
}

@media screen and (min-width: 768px) {
    .feature-style-b  .section-feature_list img{
        padding-block-end: 24px;
    }
}

@media screen and (min-width: 769px) {
    .feature-style-b  .section-feature_list .green{
        font-size: 18px;
        padding-block-end: 8px;
    }
}


@media screen and (min-width: 769px) {
    .feature-style-b  .section-feature_list p{
        text-align: center;
        font-size: 14px;
    }
}


@media screen and (min-width: 769px) {
    .feature-style h4 {
        font-weight: bold;
        font-size: 20px;
        padding-block-end: 25px;
    }
}


.feature-style .fs16 {
    font-size: 16px;
    font-weight: bold;
}
@media (min-width: 455px) and (max-width: 768px) {
    .feature-style .fs16 {
        font-size: 14px;
        font-weight: bold;
    }
}
@media screen and (min-width: 769px) {
    .feature-style .fs16 {
        font-size: 16px;
        font-weight: bold;
    }
}

.feature-style .fs40 {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Futura', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.feature-style .fs-small {
    font-size: 20px;
}

.feature-style .border {
    height: 1px;
    background-color: #d9d9d9;
    margin-block: 12px 20px ;
    width: 100%;
}
.feature-style .note {
    font-size: 12px;
}
@media screen and (min-width: 768px) {
    .feature-style .note {
        font-size: 12px;
    }
}

.feature-List li{
    text-align: left;
    color: #16a085;
    font-size: 16px;
    margin-block-end: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-List li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #16a085;
    border-radius: 4px;
}

.feature-List li:nth-child(first) {
    margin-block-start: 8px;
}
@media (min-width: 455px) and (max-width: 768px) {
    .feature-flex {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 16px;
        background-color: #fff;
        padding: 25px 16px ;
        margin-block-end: 16px;
    }
}
@media screen and (min-width: 768px) {
    .feature-List li:nth-child(first){
        margin-block-start: 8px;
    }
}

.section-feature_List li {
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .section-feature_List li {
        background-color: #fff;
    }
}
@media screen and (min-width: 768px) {
    .section-feature_List li img {
        padding: 40px 40px 24px 40px;
    }
}
@media screen and (min-width: 768px) {
    .feature-style-a li span {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        color:  #16a085;
        padding-block-end: 32px;
    }
}

@media screen and (min-width: 768px) {
    .feature-style-b li span {
        display: block;
        text-align: center;
        font-size: 14px;
        color:  #191919;
        padding-block-end: 24px;
    }
}

.section-note_feature {
    font-size: 12px;
    color: #707070;
    margin-inline: auto;
    margin-block-end: 25px;
}
.section-feature .section-note_feature {
    margin-block-end: 80px;
}
@media screen and (min-width: 768px) {
    .section-note_feature{
        max-width: 960px;
        text-align: left;
        margin-block-end: 55px;
    }
    .feature-style .section-note {
        margin-block-end: 30px;
    }
}
/*ここまでfeature*/
/*ここからmenu*/
.section-menu .section_title {
    font-family: 'futura-pt-bold', sans-serif;
    margin-block-end: 41px;
    font-size: 45px;
}
@media screen and (min-width: 768px) {
    .section-menu .section_title {
        margin-block-end: 49px;
        font-size: 72px;
    }
}

.section-menu {
    padding-inline: 24px;
    margin-bottom: 56px;

}
.section-menu h3 {
    margin-block: 40px 43px;
}
@media screen and (min-width: 768px) {
    .section-menu h3 {
        margin-block: 40px;
    }
}

@media screen and (min-width: 768px) {
    .section-menu {
        margin-inline: auto;
        margin-block-end: 120px;
    }
}
.section-menu .menu-intro_text{
    font-size: 14px;
    text-align: left;
    margin-inline: auto;
    padding-block-end: 40px;
    line-height: 1.8;
}
@media screen and (min-width: 768px) {
    .section-menu .menu-intro_text {
        font-size: 16px;
        text-align: center;
        margin-inline: auto;
        padding-block-end: 40px;
        line-height: 1.8;
    }
}



.section-menu_style {
    margin-inline: auto;
    margin-block-end: 32px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .section-menu_style {
        max-width: 960px;
        text-align: center;
        margin-inline: auto;
        margin-block-end: 32px;
        display: grid;
        grid-template-columns: repeat(2, minmax(200px, 460px));
        gap: 40px;
        justify-content: center;
    }
}
.section-menu_box {
    background-color: #f6f3f1;
    padding-block-start: 15px;
    margin-block-end: 16px;
}
@media screen and (min-width: 768px) {
    .section-menu_box {
        margin-block-end: 0;
    }
}

.section-menu_box p {
    font-size: 20px;
    font-weight: bold;
    padding-block-end: 24px;
}
@media screen and (min-width: 768px) {
    .section-menu_box {
        background-color: #f6f3f1;
        padding-block: 30px 10px;
    }
    .section-menu_box p {
        font-size: 24px;
        font-weight: bold;
        padding-block-end: 35px;
    }
}

.section-menu_list {
    margin-inline: 40px;
    background-color: #fff;
}
.section-menu_list div {
    text-align: center;
    padding-block: 18px;
    margin-block-end: 16px;
}
@media screen and (min-width: 768px) {
    .section-menu_list div {
        text-align: center;
    }
}

.section-menu_list div span {
    font-size: 14px;
    color: #707070;
}
.section-menu_list div .section-menu_items {
    padding-inline:  40px 54px;
    font-size: 14px;
    font-weight: bold;
    color: #191919
}
@media screen and (min-width: 768px) {
    .section-menu_list div .section-menu_items {
        padding-inline:  40px 60px;
        font-size: 18px;
        font-weight: bold;
        color: #191919
    }
}
.section-menu_list div .section-menu_price {
    font-size: 24px;
    font-weight: bold;
    color: #707070;
}
@media screen and (min-width: 768px) {
    .section-menu_list div .section-menu_price {
        font-weight: bold;
        font-size: 32px;
        color: #707070;
    }
}
@media (min-width: 455px) and (max-width: 768px) {
    .section-menu_list {
        margin-inline: 40px;
        background-color: #fff;
    }
    .section-menu_list div {
        text-align: center;
        padding-block: 16px;
        margin-block-end: 16px;
    }
    .section-menu_list div span {
        font-size: 18px;
        color: #707070;
    }
    .section-menu_list div .section-menu_price {
        font-size: 32px;
        color: #707070;
    }
}
@media screen and (min-width: 769px) {
    .section-menu_list {
        margin-inline: 80px;
        background-color: #fff;
    }
    .section-menu_list div {
        text-align: left;
        padding-block: 16px;
        margin-block-end: 16px;
    }
    .section-menu_list div span {
        font-size: 18px;
        color: #707070;
    }
    .section-menu_list div .section-menu_price {
        font-size: 32px;
        color: #707070;
    }
}

.section-menu_box .menu-fs{
    font-size: 14px;
    color: #707070;
}
@media screen and (min-width: 768px) {
    .section-menu_box .menu-fs {
        font-size: 14px;
        color: #707070;
    }
}

@media screen and (min-width: 768px) {
    .fs-small {
        font-size: 20px;
    }
}



.section-menu .section-feature_title .fs-small{
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .section-menu .section-feature_title .fs-small{
        font-size: 20px;
    }
}

.section-menu_crowd {
    margin-inline: auto;
    margin-block-end:40px;
    justify-items: left;
}
@media (min-width: 455px) and (max-width: 768px) {
    .section-menu_crowd {
        max-width: 960px;
        display: grid;
        grid-template-columns: 48% auto;
        gap: 40px;
        margin-inline: auto;
        margin-block-end: 40px;
        justify-items: center;
    }
}
@media screen and (min-width: 769px) {
    .section-menu_crowd {
        max-width: 960px;
        display: grid;
        grid-template-columns: 54% auto;
        gap: 40px;
        margin-inline: auto;
        margin-block-end: 40px;
        justify-items: center;
    }
}

.crowd-title {
    font-size: 18px;
    color: #16a085;
    line-height: 1.8;
    font-weight: bold;
    margin-block-end: 16px;
}
.crowd-title span {
    display: inline-block;
    font-size: 15px;
}
@media (min-width: 455px) and (max-width: 768px) {
    .crowd-title {
        font-size: 18px;
        color: #16a085;
        line-height: 1.6;
        font-weight: bold;
        margin-block-end: 16px;
    }
    .crowd-title span {
        display: inline-block;
        font-size: 16px;
    }
}
@media screen and (min-width: 769px) {
    .crowd-title {
        font-size: 22px;
        color: #16a085;
        line-height: 1.6;
        font-weight: bold;
        margin-block-end: 16px;
    }
    .crowd-title span {
        display: inline-block;
        font-size: 16px;
    }
}

.section-menu_crowd li {
    font-size: 14px;
    text-indent: -1em;
    margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
    .section-menu_crowd li {
        font-size: 14px;
        text-indent: -1em;
        margin-left: 0.5em;
    }
}

.menu-List_dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #191919;
    border-radius: 50%;
    vertical-align: 4.5%;
    margin: 0 6px;
}
@media screen and (min-width: 768px) {
    .menu-List_dot {
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #191919;
        border-radius: 50%;
        vertical-align: 8.5%;
        margin: 0 6px;
    }
}

.menu-list {
    line-height: 1.8;
}
@media screen and (min-width: 768px) {
    .menu-list {
        line-height: 1.8;
    }
}

.section-menu_crowd .crowd-img {
    margin-block-end: 16px;
}

.section-menu .section-note_feature {
    margin-block-end: 64px;
}
@media screen and (min-width: 768px) {
    .section-menu .section-note_feature {
        margin-block-end: 80px;
    }
}

@media screen and (min-width: 768px) {
    .section-menu .spOnly {
        display: none;
    }
}


/*ここまでMENU*/

/*ここからFLOW*/
.section-flow .green {
    font-weight: bold;
}
.section-note-flow {
    font-size: 12px;
    color: #707070;
}
@media (min-width: 455px) and (max-width: 768px) {
    .section-note-flow {
        font-size: 14px;
        color: #707070;
        width: 300px;
    }
}
@media screen and (min-width: 769px) {
    .section-note-flow {
        font-size: 14px;
        color: #707070;
        width: 40vw;
    }
}

@media screen and (min-width: 768px) {
    .fs12 {
        font-size: 12px;
    }
}

.section-flow {
    background-color: #ece6e2;
    padding-block: 56px;
}
@media screen and (min-width: 768px) {
    .section-flow {
        background-color: #ece6e2;
        padding-block: 70px 120px;
    }
}

.section-flow h2{
    font-size: 45px;
    color: #00442d;
}
.section-flow .section-title span {
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .section-flow h2{
        font-size: 72px;
    }
    .section-flow .section-title span {
        font-size: 32px;
    }
}

.section-flow_content {
    max-width: 960px;
    margin-inline: 28px 30px;
    margin-block-end: 32px;
    padding: 22px;
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 768px) {
    .section-flow_content {
        max-width: 960px;
        margin-inline: auto;
        margin-block-end: 56px;
        padding: 35px 80px;
        background-color: #fff;
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    }
}

.section-flow_schedule {
    max-width: 800px;
}
@media screen and (min-width: 768px) {
    .section-flow_schedule {
        max-width: 800px;
    }
}

.section-flow_title {
    margin-block-end:  17px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .section-flow_title {
        margin-block-end:  40px;
        font-size: 24px;
        font-weight: bold;
    }
}

.flow {
    text-align: left;
}


.section-flow_content .section-note_feature {
    margin-block-end: 0px;
    text-align: left;
}


.section-flow .pcOnly {
    display: none;
}
@media screen and (min-width: 768px) {
    .section-flow .spOnly {
        display: none;
    }
}

.flow-1 {
    background-color: #d5eee2;
    padding: 16px;
    margin-block-end: 8px;
}
@media screen and (min-width: 768px) {
    .flow-1 {
        padding: 24px 40px;
        margin-block-end: 16px;
    }
}
.spOnly .flow-box{
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 8px;
}
@media screen and (min-width: 768px) {
    .section-flow .pcOnly {
        display: flex;
    }

}
.flow .flow-number {
    font-family: 'futura-pt-bold', sans-serif;
    font-size: 20px;
    font-weight:  bold;
}
@media (min-width: 455px) and (max-width: 768px) {
    .flow .flow-number {
        font-size: 24px;
        font-weight:  bold;
        padding-inline-end: 20px;
    }
}
@media screen and (min-width: 769px) {
    .flow .flow-number {
        font-size: 32px;
        font-weight:  bold;
        padding-inline-end: 20px;
    }
}
.flow-listname {
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
}
@media (min-width: 455px) and (max-width: 768px) {
    .flow-listname {
        font-size: 18px;
        padding-block-end: 8px;
        padding-inline-end: 56px;
    }
}
@media screen and (min-width: 769px) {
    .flow-listname {
        font-size: 24px;
        padding-block-end: 8px;
        padding-inline-end: 56px;
    }
}
.flow-line {
    border:  1px solid #888888;
    width: 1px;
    height: 100%;
    margin-inline-end: 40px;
}
@media (min-width: 455px) and (max-width: 768px) {
    .flow-line {
        border:  1px solid #888888;
        width: 1px;
        height: 90px;
        margin-inline-end: 23px;
    }
}
@media screen and (min-width: 769px) {
    .flow-line {
        border:  1px solid #888888;
        width: 1px;
        height: 90px;
        margin-inline-end: 40px;
    }
}


.flow-1 .green{
    display: block;
    font-size: 16px;
}
@media screen and (min-width: 768px) {
    .flow-1 .green{
        display: inline-block;
        font-size: 20px;
    }
}

.flowBox-item {
    justify-content: center;
}
.flow-2 {
    background-color: #cfeaf2;
    padding: 16px;
    display: flex;
    align-items: center;
    margin-block-end: 8px;
}
@media screen and (min-width: 768px) {
    .flow-2 {
        padding: 24px 40px;
        margin-block-end: 16px;
    }
    .flow-listname {
        font-size: 24px;
        padding-inline-end: 55px;
    }
}

.flow-2 .green{
    display: inline-block;
    font-size: 16px;
    padding-block-end: 8px;
}
@media (min-width: 455px) and (max-width: 768px) {
    .flow-2 .green{
        display: inline-block;
        font-size: 16px;
    }
}
@media screen and (min-width: 769px) {
    .flow-2 .green{
        display: inline-block;
        font-size: 20px;
    }
}

.flow-2 .flow-line {
    border:  1px solid #888888;
    width: 1px;
    height: 90px;
}
@media screen and (min-width: 768px) {
    .flow-2 .flow-line {
        border:  1px solid #888888;
        width: 1px;
        height: 90px;
        margin-inline-end: 40px;
    }
}
.flow-3 {
    background-color: #bcd1ec;
    padding: 16px;
    display: flex;
    align-items: center;
    margin-block-end: 8px;
}
@media screen and (min-width: 768px) {
    .flow-3 {
        padding: 24px 40px;
        margin-block-end: 16px;
    }
    .flow-listname {
        font-size: 24px;
        font-weight: bold;
        padding-inline-end: 40px;
    }
}
.flow-4 {
    background-color: #f5ede1;
    padding: 16px;
    display: flex;
    align-items: center;
    margin-block-end: 8px;
}
@media screen and (min-width: 768px) {
    .flow-4 {
        padding: 24px 40px;
        margin-block-end: 20px;
    }
    .flow-listname {
        font-size: 24px;
        padding-inline-end: 17px;
    }
}
.flow-4 .green{
    display: inline-block;
    font-size: 16px;
    margin-block-end: 8px;
}
@media screen and (min-width: 768px) {
    .flow-4 .green{
        display: inline-block;
        font-size: 20px;
        margin-block-end: 16px;
    }
}
.flow-4 .flow-line {
    border:  1px solid #888888;
    width: 1px;
    height: 90px;
    margin-inline-end: 40px;
}
@media (min-width: 455px) and (max-width: 768px) {
    .flow-4 .flow-line {
        border:  1px solid #888888;
        width: 1px;
        height: 90px;
        margin-inline-end: 23px;
    }
}
@media screen and (min-width: 769px) {
    .flow-4 .flow-line {
        border:  1px solid #888888;
        width: 1px;
        height: 90px;
        margin-inline-end: 40px;
    }
}

/*ここまでFROW*/


/*ここからFAQ*/
@media screen and (min-width: 768px) {
    .section-faq .section_title {
        margin-block-end: 50px;
        font-size: 72px;
    }
}
.section-faq {
    padding: 40px 24px 56px;
}

@media screen and (min-width: 768px) {
    .section-faq {
        padding: 70px 24px 120px;
    }
}

.section-faq_list {
    display: grid;
    gap: 16px;
}
@media screen and (min-width: 768px) {
    .section-faq_list {
        max-width: 960px;
        margin-inline: auto;
    }
}

.section-faq_list li {
    padding: 24px 32px 24px 56px;
    background: #f6f3f1;
    position: relative;
}

@media screen and (min-width: 768px) {
    .section-faq_list li {
        padding: 32px 40px 32px 128px;
    }
}

.section-faq_list li:before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 16px;
    width: 24px;
    height: 24px;
    background: url("../images/q.svg") no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
    .section-faq_list li:before {
        width: 40px;
        height: 40px;
        top: 50%;
        left: 48px;
        transform: translateY(-50%);
    }
}

.section-faq_list dt {
    color: #16a085;
    font-size: 16px;
    margin-block-end: 16px;
    font-weight: bold;
}

.section-faq_list dd {
    font-size: 14px;
    line-height: 1.6;
}

.section-faq_list dd span {
    font-weight: bold;
}
/*ここまでFAQ*/

/*ここから資料請求*/
.section-document {
    padding: 40px 24px 34px;
    background: #00442d;
    text-align: center;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .section-document {
        padding: 48px 24px 37px;
    }
}

.section-document_first p:first-of-type {
    margin-block-end: 24px;
    font-size: 22px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .section-document_first p:first-of-type {
        margin-block-end: 40px;
        font-size: 32px;
    }
}

.section-document_first p:first-of-type span {
    color: #f9c67f;
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .section-document_first p:first-of-type span {
        font-size: 24px;
    }
}

.section-document_first p:last-of-type {
    margin-block-end: 24px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .section-document_first p:last-of-type {
        margin-block-end: 40px;
        font-size: 16px;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .section-document .cta {
        max-width: 578px;
    }

    .section-document .cta a {
        height: 72px;
        border-radius: 40px;
        font-size: 20px;
    }
}
/*ここまで資料請求*/
/*メルマガなど*/
.section-btn {
    padding: 40px 24px 10px;
}

@media screen and (min-width: 768px) {
    .section-btn {
        padding: 48px 24px 0;
    }
}

.section-btn ul {
    display: grid;
    grid-template-columns: 272px;
    gap: 16px;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .section-btn ul {
        grid-template-columns: 240px 240px;
        gap: 24px;
    }
}

.section-btn li {
    max-width: 272px;
}

.section-btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 24px;
    color: #fff;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .section-btn li a {
        height: 56px;
        border-radius: 28px;
        font-size: 18px;
    }
}

.section-btn li:first-of-type a {
    background: #be9c6d;
}

.section-btn li:last-of-type a {
    background: #191919;
}
/*ここまで*/



/*ボタンここから*/


@media screen and (min-width: 768px) {
    .section-btn {
        padding: 48px 24px 0;
    }
}

.section-btn ul {
    display: grid;
    grid-template-columns: 272px;
    gap: 16px;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .section-btn ul {
        grid-template-columns: 240px 240px;
        gap: 24px;
    }
}

.section-btn li {
    max-width: 272px;
}

.section-btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 24px;
    color: #fff;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .section-btn li a {
        height: 56px;
        border-radius: 28px;
        font-size: 18px;
    }
}

.section-btn li:first-of-type a {
    background: #be9c6d;
}

.section-btn li:last-of-type a {
    background: #191919;
}




.mv {
    display: grid;
    gap: 0;
    padding-block: 40px 0;
    background: url('../images/bg-fv.webp') no-repeat center top/1180px;
}

@media (min-width: 455px) and (max-width: 768px) {
    .mv {
        grid-template-columns: minmax(200px, 600px) 280px;
        justify-content: center;
        align-items: center;
        background-size: cover;
        padding-block: 48px;
        padding-inline: 24px;
        gap: 40px;
    }
}
@media screen and (min-width: 769px) {
    .mv {
        grid-template-columns: minmax(200px, 600px) 280px;
        justify-content: center;
        align-items: center;
        background-size: cover;
        padding-block: 48px;
        padding-inline: 24px;
        gap: 80px;
    }
}

.mv .mv_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 30px;
}
@media (min-width: 455px) and (max-width: 768px) {
    .mv .mv_title {
        align-items: normal;
    }
}
@media screen and (min-width: 769px) {
    .mv .mv_title {
        align-items: flex-start;
        font-size: 56px;
        margin-block-end: 32px;
    }
}

.mv .mv_title_first {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    color: #c3314b;
    font-size: 28px;
}

@media (min-width: 455px) and (max-width: 768px) {
    .mv .mv_title_first {
        font-size: 18px;
    }
}


.mv .dots {
    background: top left / 1em .5em repeat-x radial-gradient(circle, #c3314b 0.1em, rgba(0, 0, 0, 0) .1em);
    padding-top: .5em;
    font-size: 20px;
    display: block;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .mv .dots {
        font-size: 32px;
    }
}


.mv_document {
    background: #00442d;
    padding-block: 12px 32px;
}

@media screen and (min-width: 768px) {
    .mv_document {
        padding: 24px;
    }
}

.mv_document_first {
    display: grid;
    grid-template-columns: 160px 150px;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-inline: 40px 20px;
}

@media screen and (min-width: 768px) {
    .mv_document_first {
        grid-template-columns: 1fr;
        margin-inline: 0;
        margin-block-end: 24px;
    }
}


.cta {
    width: 314px;
    margin-inline: auto;
}

@media screen and (min-width: 768px) {
    .cta {
        width: 100%;
    }
}

.cta a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    background: #c3314b;
    color: #fff;
    font-size: 18px;
    border-radius: 28px;
}
.issue span {
    color: #707070;
}

.section-feature_list .green {
    font-size: clamp(18px, 2vw, 20px);
}





.responsive-text {
    font-size: clamp(18px, 2vw, 20px); /* 768px〜1440pxで文字サイズが変化 */
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .responsive-text {
        font-size: 20px;
    }
}


.line-break {
    display: none;
}

@media (min-width: 1150px) {
    .line-break {
        display: block;
    }
}
.line-break-sp {
    display: block;
}

@media (min-width: 1150px) {
    .line-break-sp {
        display: none;
    }
}

.section-menu_list div .section-menu_items{
    padding-left: clamp(10px, 3vw, 40px); /* 40px固定でもOK */
    padding-right: clamp(24px, 3vw, 60px);
    font-size: clamp(14px, 1.5vw, 18px);
}

.section-menu_list div .section-menu_price {
    font-size: clamp(24px, 3vw, 32px);
}
.list-smallfs {
    font-size: 13.5px;
}
@media screen and (min-width: 768px) {
    .section-feature_List h4 {
        padding-block-end: 24px;
    }
}



/*タブレット*/
@media (min-width: 455px) and (max-width: 768px) {
    .issue-card_flame {
        font-size: 17px;
    }
}

@media (min-width: 455px) and (max-width: 768px) {
    .feature-style  .section-feature_list {
        padding: 20px 1.5vw;
    }
}
@media (min-width: 455px) and (max-width: 768px) {
    .feature-style-b  .section-feature_list {
        padding: 13px;
    }
}
@media (min-width: 455px) and (max-width: 768px) {
    .feature-style-b  .section-feature_list .green{
        font-size: 14px;
    }
}
@media (min-width: 455px) and (max-width: 768px) {
    .feature-style-b  .section-feature_list p{
        text-align: center;
        font-size: 11px;
    }
}

@media (min-width: 455px) and (max-width: 768px) {
    .feature-style h4 {
        font-size: 19px;
    }
}
@media screen and (min-width: 769px) {
        .feature-List li {
            text-align: left;
            color: #16a085;
            font-size: 16px;
            margin-block-end: 8px;
        }
    }


@media (min-width: 455px) and (max-width: 768px) {
    .feature-style .section-feature_list .responsive-text {
        font-size: 16px;
    }
}


.flow-list {
    display: grid;
    gap: 16px;
    margin-block-end: 24px;
}

@media screen and (max-width: 768px) {
    .flow-list {
        gap: 8px;
        margin-block-end: 16px;
    }
}
.flow-list-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 8px;
    align-items: center;
    padding: 20px 40px;
}

@media screen and (max-width: 768px) {
    .flow-list-item {
        grid-template-columns: 32px 1fr;
    }
}
.flow-list-number {
    line-height: 1;
    font-weight: bold;
    font-family: 'Futura', sans-serif;
    font-size: 32px;
}
@media screen and (max-width: 768px) {
    .flow-list-number {
        font-size: 24px;
    }
    .flow-list-item {
        align-items: start;
        padding: 16px;
    }
}
.flow-list-item:nth-child(1) {
    background: #d5eee2;
}
.flow-list-item:nth-child(2) {
    background: #cfeaf2;
}
.flow-list-item:nth-child(3) {
    background: #bcd1ec;
}
.flow-list-item:nth-child(4) {
    background: #f5ede1;
}
.flow-list-item-text {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 40px;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .flow-list-item-text {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}
.flow-item-title {
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .flow-item-title {
        font-size: 18px;
        line-height: 1.2;
    }
}
.flow-item-description {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #16a085;
    padding-left: 40px;
    border-left: 1px solid #888;
}
@media screen and (max-width: 768px) {
    .flow-item-description {
        border: none;
        padding: 0;
        font-size: 16px;
    }
}

.flow-item-description p {
    margin-block-start: 16px;
    line-height: 1.6;
    font-size: 16px;
    color: #707070;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .flow-item-description p {
        margin-block-start: 8px;
        font-size: 12px;
    }
}
.flow-annotation {
    color: #707070;
    font-size: 12px;
}