@charset "UTF-8";
* {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans", "Noto Sans CJK JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
}

html,
body {
    width: 100%;
}

/* font */
.fontb {
    font-weight: bold;
}
.fs10 {
    font-size: 10px;
}
.fs11 {
    font-size: 11px;
}
.fs12 {
    font-size: 12px;
}
.fs14 {
    font-size: 14px;
}
.fs15 {
    font-size: 15px;
}
.fs16 {
    font-size: 16px;
}
.fs18 {
    font-size: 18px;
}
.fs20 {
    font-size: 20px;
}
.fs22 {
    font-size: 22px;
}
.fs24 {
    font-size: 24px;
}
.fs30 {
    font-size: 30px;
}
.fc_red {
    color: #e90000;
}

.txt_c {
    text-align: center;
}
.txt_r {
    text-align: right;
}
.txt_l {
    text-align: left;
}

main {
    background: radial-gradient(#ffecdd 3px, transparent 4px), radial-gradient(#ffecdd 3px, transparent 4px), linear-gradient(#fff 4px, transparent 0), linear-gradient(45deg, transparent 74px, transparent 75px, #ffecdd 75px, #ffecdd 76px, transparent 77px, transparent 109px), linear-gradient(-45deg, transparent 75px, transparent 76px, #ffecdd 76px, #ffecdd 77px, transparent 78px, transparent 109px), #fff;
    background-size: 109px 109px, 109px 109px, 100% 6px, 109px 109px, 109px 109px;
    background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
}

svg {
    vertical-align: top;
}

section {
    width: 100%;
}

/*
section:nth-child(odd) {
    background: #fff;
}

section:nth-child(even) {
    background: #fbf6f4;
}
    */

h2 {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin: 0.5em 0;
    color: #ff5611;
}

p {
    font-weight: 500;
    margin-bottom: 1em;
    line-height: 1.8em;
}

a {
    transition: 0.5s;
    list-style-type: none;
    text-decoration: none;
    color: inherit;
}

.fontb {
    font-weight: bold;
}

.fs_s {
    font-size: 0.8em;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
    z-index: 1000;
    text-align: center;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
}

header h1 img {
    display: block;
    margin-inline: auto;
}

address {
    font-style: normal;
}

mark {
    background: linear-gradient(transparent 60%, #ffe87e 60%);
    font-weight: bold;
}

.txt_c {
    text-align: center;
}

.fc_red {
    color: #e90000;
}

.container {
    padding: 4em 0.5em;
    width: 100%;
    max-width: 1000px;
    margin-inline: auto;
}

.pc {
    display: block;
}
.sp {
    display: none;
}

@media screen and (max-width: 600px) {
    header h1 img {
        width: 50px;
    }
    .container {
        padding: 4em 1em;
    }
    h2 {
        font-size: 1.5em;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/*  */
.main_outline_container {
    text-align: center;
    font-size: 2em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    z-index: 10;
}
.main_outline_container p {
    line-height: 2em;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
    margin-bottom: 0;
    font-family: "Kosugi", sans-serif;
}
.video-wrap {
    position: relative;
    margin-top: 70px;
    overflow: hidden;
}
.video-wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
}

video {
    display: block;
    margin: 0 0 0 auto;
    width: 100vw;
    height: calc(100vh - 70px);
    object-fit: cover;
    text-align: center;
}

.main_outline_container .btn {
    font-size: 0.5em;
    color: #fff;
    background-color: #ff5611;
    display: block;
    text-decoration: none;
    border-radius: 10px;
    padding: 0.5em 1em;
    text-align: center;
    width: 50%;
    max-width: 300px;
    min-width: 100px;
    filter: drop-shadow(0px 3px 0px #a53d12);
}

@media screen and (max-width: 600px) {
    .video-wrap {
        margin-top: 70px;
    }
    .main_outline_container {
        font-size: 1.3em;
    }
    .main_outline_container .btn {
        font-size: 0.8em;
        width: 80%;
    }
}

/* JPREP A+とは */

.first-session {
    background: url(../img/session_back_01.jpg);
    background-repeat: unset;
    background-position: top;
    background-size: cover;
}

.info-wrap {
    margin-inline: auto;
    padding: 2em;
    line-height: 2em;
    display: flex;
}

.info-wrap div:first-child {
    width: 70%;
    padding: 0 1em;
    text-align: justify;
}
.info-wrap div:last-child {
    width: 30%;
}

.info-wrap p {
}

@media screen and (max-width: 600px) {
    .first-session {
        background-position: right;
    }
    .first-session .container {
        backdrop-filter: blur(3px);
        padding: 0;
    }
    .info-wrap {
        background: rgba(255, 255, 255, 0.9);
        padding: 2em 1em;
    }
    .info-wrap div:first-child {
        width: 100%;
        margin-bottom: 0;
    }
    .info-wrap div:last-child {
        width: 0;
    }
}

/* カリキュラム */
.explanation-wrap {
    margin-inline: auto;
    padding: 0 2em;
    line-height: 2em;
    display: flex;
}

.explanation-wrap h3 {
    display: block;
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.2em;
    margin: 0 auto 20px;
    color: #0b9c00;
    border-bottom: 2px solid #0b9c00;
    padding-bottom: 0.3em;
}

.explanation-wrap div:first-child img {
    border-radius: 50%;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.explanation-wrap div:first-child {
    width: 30%;
    padding: 0 1em;
}
.explanation-wrap div:last-child {
    width: 70%;
}

.page_outline {
    padding: 0 2em;
    background: #fff;
}
.curriculum-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.curriculum-wrap figure {
    max-width: 450px;
    background: #fff;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
    padding-bottom: 0.1em;
}

.curriculum-wrap h3 {
    color: #ff5611;
    background: none;
    padding: 0 0 0 0.7em;
    font-size: 1.5em;
    margin: 1em 0 0.5em 0;
    position: relative;
    font-weight: bold;
}

.curriculum-wrap h3::before {
    position: absolute;
    top: -13px;
    left: 0.3em;
    transform: rotate(77deg);
    height: 11px;
    width: 12px;
    background: #fa5410;
    content: "";
}

.curriculum-wrap h3::after {
    position: absolute;
    transform: rotate(15deg);
    top: 5px;
    left: 0;
    height: 8px;
    width: 8px;
    background: #fa5410;
    content: "";
}

.curriculum-wrap img {
    border-top: 6px solid #ff5611;
    margin-bottom: 1em;
}

.curriculum-wrap figcaption {
    font-weight: normal;
    padding: 0 1em;
}

.kodawari_wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.kodawari_wrap .box {
    width: calc(100% / 3);
    padding: 1em;
}

.kodawari_wrap .con_box {
    background: #fff;
    border-radius: 0;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
    position: relative;
    border-top: 5px solid #ff5611;
    padding-bottom: 0.5em;
}

.kodawari_wrap .con_box p {
    text-align: center;
    color: #ff5611;
    font-weight: bold;
}

.kodawari_wrap .con_box img {
}

.kodawari_wrap .con_box p {
    margin: 1em;
}

@media screen and (max-width: 930px) {
    .curriculum-wrap {
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {
    .explanation-wrap {
        flex-direction: column;
    }
    .explanation-wrap div:first-child {
        width: 100%;
        padding: 0;
    }
    .explanation-wrap div:first-child p {
        width: 250px;
        margin-inline: auto;
    }
    .explanation-wrap div:last-child {
        width: 100%;
        padding: 0;
    }
    .kodawari_wrap {
        flex-direction: column;
        align-items: center;
    }
    .kodawari_wrap .box {
        width: 100%;
        padding: 0 1em;
        margin-bottom: 1em;
    }
    .curriculum-wrap h3 {
        font-size: 1.2em;
    }
    .kodawari_wrap .con_box {
        margin-bottom: 1.5em;
    }
    .kodawari_wrap .con_box p {
        text-align: left;
    }
}

/**/
.sec_01 {
    width: 100%;
}

.sec_01 img {
    width: 100%;
}

/* 預かり保育 */

.schedule_wrap {
    border-radius: 10px;
    border: 3px solid #ff5611;
    background: #fff;
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
    margin: 1em 0;
    max-width: 1000px;
    margin-inline: auto;
}
h3.schedule_title {
    background: #ff5611;
    margin: 0;
    padding: 1em;
    color: #fff;
    margin-bottom: 1.5em;
    text-align: center;
}
.triangle {
    background: #ff5611;
    height: calc(50px / 2);
    width: 50px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 0 auto;
}
.schedule_wrap p {
    text-align: center;
    margin-bottom: 1em;
    padding: 0 1em;
}
.schedule_img {
    display: flex;
    margin: 2em 0;
    justify-content: space-around;
}
.schedule_img img {
    width: 100%;
    max-width: 300px;
    object-fit: contain;
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.2));
}
.schedule_img .img-box:first-child > img {
    border-radius: 70% 60% 50% 50% / 50% 60% 70% 80%;
}
.schedule_img .img-box > img {
    border-radius: 70% 40% 80% 60% / 40% 80% 50% 80%;
}
.schedule_img .img-box:last-child > img {
    border-radius: 90% 40% 60% 50% / 60% 60% 70% 70%;
}

@media screen and (max-width: 600px) {
    .schedule_wrap {
    }
    .schedule_wrap p {
        text-align: left;
    }
    h3.schedule_title {
        font-size: 1em;
    }
    .schedule_img .img-box:first-child > img,
    .schedule_img .img-box > img,
    .schedule_img .img-box:last-child > img {
        border-radius: 10px;
        padding: 5px;
    }
}

/* 学習・保育サービス */

.service_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.service_container div {
    width: calc(100% / 2);
}

.service_container .service_wrap {
    margin-bottom: 1em;
    margin-inline: auto;
    background: #fff;
    border: 1px solid #ccc;
    padding: 2em 1.5em;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
    width: 95%;
}

.service_container .service_wrap h3 {
    line-height: 1.2em;
    margin: 0 auto 20px;
    color: #0b9c00;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 0.5em 0;
    background: #f1ffed;
}

.service_container .service_wrap h3 span {
    background: #0b9c00;
    color: #fff;
    border-radius: 10px;
    padding: 0.3em 1em;
    margin-left: 1em;
    font-size: 0.8em;
}

.service_container .service_wrap img {
    margin-top: 1em;
    width: 100%;
    border-radius: 10px;
}

@media screen and (max-width: 600px) {
    .service_container {
        flex-direction: column;
    }

    .service_container div {
        width: 100%;
    }
    .service_container .service_wrap h3 {
        flex-direction: column;
    }
    .service_container .service_wrap h3 span {
        margin-left: 0;
        padding: 0.1em 1em;
        margin-top: 0.3em;
    }
}

/* 学習効果 */

.success {
    padding-bottom: 0;
}

.success h3 {
    color: #0b9c00;
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}

.fukidashi_wrap {
    display: flex;
    justify-content: center;
}

.fukidashi_wrap > .fukidashi {
    margin-top: 4em;
}

.fukidashi,
.fukidashi2 {
    position: relative;
    display: grid;
    place-items: center;
    width: 400px;
    max-width: 100%;
    height: 170px;
    border: 2px solid #333333;
    border-radius: 50%;
    text-align: center;
    font-size: 1.1em;
}
.fukidashi::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 190px;
    width: 15px;
    height: 15px;
    transform: rotate(135deg);
    box-sizing: border-box;
    background-color: #ffffff;
}
.fukidashi::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 180px;
    width: 30px;
    height: 2px;
    transform: rotate(50deg);
    box-sizing: border-box;
    background-color: #333333;
}
.fukidashi > .ornament {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(6px) translateY(6px); /* 位置をややズラす */
    border-radius: 50%;
    background-color: #fff9c7;
    pointer-events: none; /* クリック不可にする（下のテキストに触れるように） */
    mix-blend-mode: multiply; /* 乗算 */
}

.fukidashi2::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 130px;
    width: 15px;
    height: 15px;
    transform: rotate(135deg);
    box-sizing: border-box;
    background-color: #ffffff;
}
.fukidashi2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 130px;
    width: 30px;
    height: 2px;
    transform: rotate(120deg);
    box-sizing: border-box;
    background-color: #333333;
}
.fukidashi2 > .ornament {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(6px) translateY(6px); /* 位置をややズラす */
    border-radius: 50%;
    background-color: #fff9c7;
    pointer-events: none; /* クリック不可にする（下のテキストに触れるように） */
    mix-blend-mode: multiply; /* 乗算 */
}

@media screen and (max-width: 600px) {
    .fukidashi,
    .fukidashi2 {
        font-size: 1em;
    }
    .fukidashi_wrap {
        flex-direction: column;
        align-items: center;
    }
    .fukidashi_wrap > .fukidashi {
        margin-top: 1em;
    }
}

/* 校舎情報 */
.block-columns {
    display: flex;
}

iframe {
    width: 100%;
    max-width: 600px;
}

.map_wrap .block-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.map_wrap .block-columns address,
.map_wrap .block-columns .map_img,
.map_wrap .block-columns iframe {
    width: calc(100% / 3);
    height: auto;
}

.map_wrap .block-columns .map_img {
    margin-bottom: 0;
    padding-right: 1em;
}

.map_wrap img {
    vertical-align: top;
}

.map_access {
    font-size: 0.9em;
    line-height: 1.8em;
    margin-bottom: 1em;
}
.map_access_ttl {
    background: #ff5611;
    color: #fff;
    font-size: 0.9em;
    border-radius: 4px;
    padding: 3px 7px;
}

.slider-wrap {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.slider .slick-slide {
    height: auto;
    max-height: 600px;
    overflow: hidden;
}
.slider .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    border-radius: 10px;
    border: 10px solid #ff5611;
}
.thumbs_dots {
    margin: 10px 0 0;
}

.thumbs_list {
    display: flex;
    justify-content: space-evenly;
}
.thumbs_list li {
    display: inline-block;
    width: 120px;
    height: 70px;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity 0.3s;
    border-radius: 10px;
    border: 3px solid #ff5611;
}
.thumbs_list li.slick-active {
    opacity: 1;
}

h3.classroom_img {
    display: block;
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.2em;
    margin: 0 auto 20px;
    color: #ff5611;
    border-bottom: 2px solid #ff5611;
    padding-bottom: 0.3em;
}

.voice_wrap h3,
h3.course_title {
    display: block;
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.2em;
    margin: 0 auto 20px;
    color: #0b9c00;
    border-bottom: 2px solid #0b9c00;
    padding-bottom: 0.3em;
}

.voice_wrap h3 {
    margin-top: 2em;
}

ul.success {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

ul.success li {
    background: #fff7f4;
    border: 1px dotted #ff5611;
    border-radius: 8px;
    padding: 25px;
    font-size: 14px;
    line-height: 1.8em;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: -1;
    text-align: justify;
    list-style: none;
}

ul.success li span {
    font-weight: 700;
    margin-bottom: 1em;
    display: block;
    font-size: 1.2em;
    color: #ff5611;
}

@media screen and (max-width: 600px) {
    .map_wrap .block-columns {
        flex-direction: column;
    }
    .map_wrap .block-columns address,
    .map_wrap .block-columns .map_img,
    .map_wrap .block-columns iframe {
        width: 100%;
    }
    .map_wrap .block-columns iframe {
        height: 300px;
    }
    .block-columns {
        flex-direction: column;
    }
    .block-columns img {
        margin-bottom: 1em;
    }
    ul.success {
        flex-direction: column;
    }
    ul.success li {
        width: 100%;
    }
    address {
        margin-top: 2em;
    }
    .slider .slick-slide img {
        aspect-ratio: auto;
        border: 5px solid #ff5611;
    }
    .thumbs_list li {
        height: 40px;
        border: 2px solid #ff5611;
    }
}

/* よくあるご質問 */
.faq_scroll {
    height: 400px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 8px;
    max-width: 1000px;
    margin-inline: auto;

    h3 {
        display: block;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.2em;
        margin: 0 auto 20px;
        color: #0b9c00;
        border-bottom: 2px solid #0b9c00;
        padding-bottom: 0.3em;
    }

    .faq_container {
        padding: 2em;
        background: #fff;
    }

    .faq_q,
    .faq_a {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        position: relative;
        overflow: hidden;
        align-items: center;
        margin-bottom: 10px;
        padding: 30px;
        border: dotted #ff5611 1px;
        border-radius: 8px;
        font-size: 16px;
        line-height: 1.8em;
    }
    .faq_q .faq_no {
        float: left;
        flex-shrink: 0;
        width: 50px;
        background-color: #ffeee7;
        width: 50px;
        height: 50px;
        line-height: 50px;
        color: #ff5611;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        font-family: "Helvetica Neue", Arial;
    }
    .faq_a .faq_no {
        float: left;
        flex-shrink: 0;
        background-color: #ff5611;
        width: 50px;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        font-family: "Helvetica Neue", Arial;
    }
    .faq_txt {
        margin-left: 1em;
    }
    .faq_q .faq_txt {
        font-weight: bold;
    }
}

@media screen and (max-width: 600px) {
    .faq_scroll {
        h3 {
            margin: 2em auto 20px;
        }
        .faq_container {
            padding: 1em;
        }
        .faq_txt {
            margin-left: 0;
        }
        .faq_q,
        .faq_a {
            align-items: flex-start;
            flex-direction: column;
            padding: 1em;
        }
        .faq_q .faq_no {
            line-height: 1.5em;
            width: 100%;
            height: auto;
            border-radius: 0;
        }
        .faq_a .faq_no {
            line-height: 1.5em;
            width: 100%;
            height: auto;
            border-radius: 0;
        }
    }
}

.explanation_box {
    padding: 0 0.5em;
}

.info_flow_step span {
    font-size: 0.7em;
}

summary {
    display: block;
    list-style: none;
    cursor: pointer;
}
summary::-webkit-details-marker {
    display: none;
}

details {
    transition: 0.5s;
}

details[open] {
    transition: 0.5s;
}

/* コース一覧 */
.core_tbl {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 10px;
    background: #fff;
    border-collapse: collapse;
    border: 1px solid #e5e5e5;
}
.core_tbl th.class_name,
.core_tbl td.class_name {
    padding: 20px 5px;
    width: 15%;
}
.core_tbl tr:nth-child(even) {
    background: #fffbed;
}
.core_tbl th {
    background: #f68250;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
.core_tbl th,
.core_tbl td {
    padding: 20px 5px;
    border-right: dotted #fff 1px;
}
.core_tbl th {
    background: #f68250;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
    .core_tbl td {
        padding: 20px 0;
        width: 25%;
    }
}

@media screen and (max-width: 600px) {
    .tbl_scroll {
        overflow-x: auto;
        display: block;
    }
    .core_tbl {
        margin-bottom: 0 !important;
    }
    .core_tbl th,
    .core_tbl td {
        white-space: nowrap;
    }
    .info_flow_step {
        text-align: center;
    }
}

/* 開催日程 */
.aplus_info {
    width: 100%;
    font-size: 14px;
    line-height: 1.5em !important;
    margin-bottom: 40px;
    background: #fff;
    border-spacing: unset;
}
.aplus_info th {
    background: #f8f8f8;
    padding: 20px;
    width: 35%;
    border-right: #ccc dotted 1px;
    border-bottom: #ccc dotted 1px;
    font-weight: 700;
    text-align: left;
}
.aplus_info td {
    padding: 20px;
    width: 65%;
    border-bottom: #ccc dotted 1px;
}

.spotlight_box {
    border: 5px double #ff5611;
    background: #fff;
    padding: 2em;
}

.spotlight_box .strong_txt {
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    color: #ff5611;
    margin-bottom: 0.5em;
    position: relative;
}
.spotlight_box .strong_txt::before,
.spotlight_box .strong_txt::after {
    position: absolute;
    top: 0.8rem;
    height: 1.8rem;
    content: "";
}
.spotlight_box .strong_txt::before {
    border-left: solid 3px;
    left: 15%;
    transform: rotate(-30deg);
}
.spotlight_box .strong_txt::after {
    border-right: solid 3px;
    right: 15%;
    transform: rotate(30deg);
}

.onlineinfo_wrap summary {
    text-align: center;
    margin-bottom: 1em;
}
.onlineinfo_wrap .sum_btn {
    background: #e60000;
    color: #fff;
    padding: 1em 2em;
    border-radius: 10px;
    font-weight: bold;
    display: inline-block;
}

.online_form_btn {
    background: #e60000;
    color: #fff;
    font-size: 1.1em;
    padding: 0.5em 2em;
    width: 100%;
    max-width: 500px;
    border-radius: 50px;
}

@media screen and (max-width: 600px) {
    .spotlight_box .strong_txt {
        font-size: 1.4em;
    }
    .spotlight_box .strong_txt::before,
    .spotlight_box .strong_txt::after {
        display: none;
    }
}

/* 入会の流れ */
.frm_lgy {
    background: #fff;
    border-radius: 5px;
    padding: 1.5em;
    margin: 1em 0;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4));
}

.frm_dotted {
    border: 1px dotted #888;
    border-radius: 8px;
    background: #fff;
    padding: 2em;
}

p.info_flow_step_line {
    border-bottom: 1px solid #888;
    padding-bottom: 0.25em;
    font-weight: bold;
}

p.info_flow_step {
    background: #ff5611;
    color: #fff;
    padding: 0.5em;
    font-size: 1.3em;
    line-height: 1.6em !important;
    margin-top: 0 !important;
    border-radius: 5px;
}

.info_btn {
    background: #ff5611;
    padding: 20px 12px;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    text-align: center;
    line-height: 1.4em;
    display: block;
    position: relative;
}
.point {
    background: #fff;
    padding: 2em;
    margin-bottom: 20px;
    line-height: 1.5em;
    border-radius: 10px;
    font-size: 0.9em;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4));
}

.point ul li {
    margin-bottom: 1em;
}

.note_frm_gy {
    border: 1px dotted #ccc;
    padding: 2em 1em;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    font-size: 0.8em;
    border-radius: 10px;
}

/* フッター */
footer {
    background: #ff5611;
    color: #fff;
    overflow: hidden;
    padding: 50px 0 0;
}

.lp_footer .sp-order1 {
    order: 1;
}
.lp_footer .sp-order2 {
    order: 2;
}

.lp_company {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

@media screen and (max-width: 600px) {
    footer {
        padding: 20px 0 0;
    }
}

@media screen and (min-width: 600px) {
    .lp_company {
        width: 95%;
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: flex-start;
    }
    .lp_footer .sp-order1 {
        order: 2;
    }
    .lp_footer .sp-order2 {
        order: 1;
    }
}

.footer-contact {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(3px);
    position: fixed;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    transition: 0.5s;
}

.footer-contact .btn {
    font-size: 1em;
    color: #fff;
    background-color: #ff5611;
    display: block;
    text-decoration: none;
    border-radius: 10px;
    padding: 0.5em 1em;
    text-align: center;
    width: 50%;
    min-width: 200px;
    filter: drop-shadow(0px 3px 0px #a53d12);
}

.footer-contact .btn:hover {
    filter: none;
    transform: translateY(2px);
    transition: 0.2s;
}

/*フッターまでスクロールしたら消す*/
.is-hidden {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

/* エフェクト */
.box {
    margin: 0 0 50px; /* 下方向に適度な余白 */
    opacity: 0; /* 初期値は透明にしておく */
    transition: 0.5s; /* 動くスピードを0.5秒に指定 */
    position: relative; /* 相対位置の設定 */
    top: 50px; /* 事前に下に50pxずらしておく */
}

.active {
    top: 0;
    opacity: 1;
    translate: 0;
    transition-duration: 0.5s;
    transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
}

.deco_img01 {
    position: absolute;
    width: 150px;
    top: 2%;
    left: 10%;
}

.deco_img02 {
    position: absolute;
    width: 150px;
    top: 0%;
    right: 10%;
}

.deco_img03 {
    position: absolute;
    width: 120px;
    top: 0%;
    left: 10%;
    transform: scaleX(-1);
    animation: kiran 0.5s linear;
}
.deco_img04 {
    position: absolute;
    width: 120px;
    top: 0%;
    right: 10%;
    animation: kiran 0.5s linear;
}

.deco_img05 {
    position: absolute;
    width: 120px;
    top: -1%;
    left: 10%;
}
.deco_img06 {
    position: absolute;
    width: 120px;
    top: 0%;
    right: 10%;
}

@media screen and (max-width: 600px) {
    .deco_img01,
    .deco_img02,
    .deco_img03,
    .deco_img04,
    .deco_img05,
    .deco_img06 {
        display: none;
    }
}

.readmore {
    position: relative;
    padding: 0 0 40px;
}

.readmore h4 {
    color: #043d78;
    font-weight: bold;
    margin: 1em 0 0.5em 0 !important;
}

.readmore label {
    position: absolute;
    display: table;
    left: 50%;
    bottom: 0;
    margin: 0 auto;
    width: 150px;
    padding: 5px 0;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    border-radius: 5px;
    background-color: #ff5611;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
}

.readmore label::before {
    content: "続きを見る";
}

.readmore input[type="checkbox"]:checked ~ label::before {
    content: "元に戻す";
}

.readmore input[type="checkbox"] {
    display: none;
}

.readmore-content {
    position: relative;
    height: 8em;
    overflow: hidden;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
    height: auto;
}

.readmore-content::before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2em;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 247, 244, 0.8) 50%, #fff7f4 100%);
}

.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
    display: none;
}

.readmore p:empty {
    display: none;
}

/* スクロールダウン */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap");

.scroll_down {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 10;
    filter: drop-shadow(0px 1px 2px black);
}

.scroll_down a {
    position: absolute;
    left: 10px;
    bottom: 45px;
    color: #fff;
    font-size: 10px;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 0.2em;
    writing-mode: vertical-lr;
    text-decoration: none;
    text-transform: uppercase;
}

.scroll_down:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
    0% {
        bottom: 120px;
    }
    100% {
        bottom: 0px;
    }
}

@keyframes cirlemovehide {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}

.scroll_down:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 100px;
    background: #fff;
}
