@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* ------------------------------------------------
  Base
------------------------------------------------- */
html,
body {
    overflow-x: clip;
    touch-action: pan-y;
    overscroll-behavior-x: none;
}

body {
    font-family:
        "Noto Sans", sans-serif,
        -apple-system, BlinkMacSystemFont,
        "游ゴシック体", YuGothic,
        "Yu Gothic M",
        "游ゴシック Medium", "Yu Gothic Medium",
        "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3,
        "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro",
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
        "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    line-height: 1.7;
    letter-spacing: .06em;
    font-weight: 400;
    font-feature-settings: "palt";
}

img {
    width: 100%;
}

h1,
h2 {
    margin: 0;
    padding: 0;
    line-height: 0;
}

h1 img,
h2 img {
    display: block;
}

.container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
}

.section01 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.section01 picture,
.section01 img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .section01 {
        max-width: 1200px;
    }
}

@media (max-width: 767px) {
    .section01 {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    body {
        margin: 0;
    }
}

.col-5col {
    position: relative;
    width: 20%;
    padding: 0 14px 0 14px;
}

/* タブレットでも5列 */
@media (max-width:991px) {
    .col-5col {
        width: 20%;
    }
}

/* スマホは2列 */
@media (max-width:767px) {
    .col-5col {
        width: 50%;
    }
}


.col-5col:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(50%);
    width: 1px;
    background: #009d85;
}

@media (max-width: 767px) {
    .col-5col::after {
        display: none;
    }
}

.card-effect {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0px 0px;
    /* padding: clamp(4px, 4vw, 12px); */
}

@media (max-width:575px) {
    .card-effect {
        margin: 4px -6px;
    }
}


.text01c {
    display: block;
    background: #009d85;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    width: 100%;
    padding: 22px 20px;
}

.text01 {
    display: block;
    background: #009d85;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    width: 100%;
    padding: 15px 20px;
    margin-top: 6px;
    margin-bottom: 18px;
}

.text02 {
    color: #595757;
    text-align: justify;
    text-justify: inter-ideograph;
    font-weight: 700;
    line-height: 1.6;
    font-size: 14px;
    margin: 12px 10px 8px 10px;
}

.text02n {
    color: #595757;
    text-align: justify;
    text-justify: inter-ideograph;
    font-weight: 700;
    line-height: 1.6;
    font-size: 16px;
    margin: 12px 10px 8px 10px;
}

.text03n {
    color: #009d85;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 2px;
}

.text03 {
    color: #595757;
    margin: 0 4px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.6;
    font-size: 14px;
}

.text04 {
    color: #595757;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.8;
    font-size: 12px;
    margin: 6px 10px 20px 10px;
}

.text05 {
    color: #595757;
    text-align: justify;
    text-justify: inter-ideograph;
    font-weight: 700;
    line-height: 1.3;
    font-size: 22px;
    margin: 12px 10px 8px 10px;
}

.text06 {
    color: #009d85;
    font-weight: 500;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 2;
    font-size: 16px;
    margin: 6px 10px;
}

@media (max-width:767px) {
    section {
        padding: 44px 0;
    }

    .text01c {
        padding: 24px 10px 26px 10px;
        font-size: 16px;
        line-height: 1.5;
    }

    .text01 {
        padding: 18px 30px;
        font-size: 16px;
        line-height: 1.5;
        margin-top: 8px;
        margin-bottom: 12px;
    }

    .text02 {
        font-size: 14px;
        padding: 0 20px 0 20px;
        line-height: 1.6;
        margin-top: 8px;
        margin-bottom: 4px;
    }

    .text02n {
        font-size: 16px;
        padding: 0 20px 0 20px;
        line-height: 1.6;
        margin-top: 8px;
        margin-bottom: 4px;
    }

    .text03n {
        font-size: calc(22px + (28 - 22) * ((100vw - 576px) / (767 - 576)));
        margin: 0 4px 2px 4px;
    }

    .text03 {
        font-size: 13px;
        line-height: 1.5;
        margin: 4px 4px 12px 4px;
    }

    .text04 {
        font-size: 13px;
        line-height: 1.6;
        padding: 6px 20px 0 20px;
    }

    .text06 {
        font-size: 16px;
        line-height: 2;
        padding: 6px 20px 0 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .text01 {
        font-size: calc(12px + (14 - 12) * ((100vw - 768px) / (991 - 768)));
    }

    .text01c {
        font-size: calc(16px + (18 - 16) * ((100vw - 768px) / (991 - 768)));
    }

    .text03n {
        font-size: calc(13px + (18 - 13) * ((100vw - 768px) / (991 - 768)));
    }

    .text03 {
        font-size: calc(11px + (13 - 11) * ((100vw - 576px) / (991 - 768)));
        line-height: 1.4;
    }

    .text04 {
        line-height: 1.4;
    }
}

.text04 a {
    color: inherit;
    text-decoration: underline;
}

.text04 a:hover {
    opacity: 0.7;
}

.text06 a {
    color: inherit;
    text-decoration: underline;
}

.text06 a:hover {
    opacity: 0.7;
}

.indent {
    display: inline-block;
    margin-left: 1em;
    /* PCの字下げ */
}

@media (max-width:767px) {
    .indent {
        margin-left: 0;
        /* SPでは消す */
    }
}

@media (min-width:576px) {
    .br-pc {
        display: block
    }

    .br-sp {
        display: none
    }
}

@media (max-width:575px) {
    .br-pc {
        display: none
    }

    .br-sp {
        display: block
    }
}

.br-tb {
    display: none;
}

@media (min-width:576px) and (max-width:767px) {

    .br-tb:first-of-type {
        display: none;
    }

    .br-tb:last-of-type {
        display: inline;
    }

}

@media (max-width:575px) {

    .br-tb {
        display: inline;
    }

}

.btn-cta {
    display: inline-block;
    background: #009d85;
    color: #fff;
    width: 420px;
    text-decoration: none;
    padding: 18px 18px;
    border-radius: 100px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-top: 10px;
    margin-bottom: 16px;
}

@media (max-width:767px) {
    .btn-cta {
        width: 80%;
    }
}

.btn-cta {
    transition: all .25s ease;
}

.btn-cta:hover {
    background: #26c0a8;
}

.btn-home {
    display: inline-block;
    background: #009d85;
    color: #fff;
    width: 340px;
    text-decoration: none;
    padding: 10px 10px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-top: 6px;
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .btn-home {
        width: 65%;
    }
}

.btn-home {
    transition: all .25s ease;
}

.btn-home:hover {
    background: #26c0a8;
}


footer {
    border-top: 5px solid #fabe00;
}

.copyright01 {
    color: #595757;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 10px;
    margin-top: 20px;
    margin-bottom: 50px;
}