@charset "UTF-8";

/*--------------------
 Base
--------------------*/

body {
    overflow-x: hidden;
}

html {
    min-width: 365px;
}

img {
    vertical-align: bottom;
}

.inner {
    max-width: 1176px;
    margin: 0 auto;
    padding: 0 24px;
}

.main-content {
    color: #222;
    font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6",
        "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
        sans-serif;
}

.main-content em {
    font-weight: inherit;
    font-style: normal;
}

.main-content a {
    transition: opacity 0.3s;
}

.main-content a:hover {
    opacity: 0.7;
}

.main-content a img {
    transition: none;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .inner {
        padding: 0 20px;
    }

    .main-content h2 {
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        padding: inherit;
        margin: inherit;
        background-color: inherit;
    }
}

/*--------------------
 Common
--------------------*/
@media screen and (min-width: 768px) {
    .sp-only {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }
}

/*--------------------
 hero
--------------------*/
.hero {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.hero>h1 {
    display: none;
}

.hero .hero-bg {
    height: 600px;
    background: url("") no-repeat center top / contain;
}

.hero .hero-logo {
    position: absolute;
    top: 12px;
    right: 33px;
    font-size: 0;
}

.hero .hero-logo a {
    display: inline-block;
    width: 176px;
    height: 44px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .hero .hero-bg {
        height: auto;
        padding-top: 50%;
        /* (画像の高さ / 画像の横幅) × 100 */
        background: url("") no-repeat center top / cover;
    }

    .hero .hero-logo {
        top: 1vw;
        right: 2.75vw;
    }

    .hero .hero-logo a {
        width: 14.667vw;
        height: 3.667vw;
    }
}

@media screen and (max-width: 767px) {
    .hero .hero-bg {
        /*height: 0;*/
        width: 100%;
        padding-top: 75.4666%;
        /* (画像の高さ / 画像の横幅) × 100 */
        background: url("") no-repeat center top / cover;
    }

    .hero .hero-logo {
        top: 0.5vw;
        right: 2.4vw;
    }

    .hero .hero-logo a {
        width: 19vw;
        height: 6vw;
    }
}

/*--------------------
 anchor
--------------------*/
.anchor .inner {
    max-width: 1030px;
    padding: 27px 0 24px;
}

.anchor .anchor-nav {
    margin-top: 27px;
}

.anchor .anchor-nav .anchor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
}

.anchor .anchor-nav .anchor-item a {
    display: inline-block;
    width: 250px;
    height: 62px;
    padding: 0 24px 6px 16px;
    background: url("/LP/202508cp/img/bg_anchor_button.png") no-repeat left top / contain;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 56px;
    text-align: center;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .anchor .inner {
        max-width: 85.833vw;
        padding: 2.25vw 0 2vw;
    }

    .anchor .anchor-nav {
        margin-top: 2.25vw;
    }

    .anchor .anchor-nav .anchor-list {
        gap: 0 0.833vw;
    }

    .anchor .anchor-nav .anchor-item a {
        width: 20.833vw;
        height: 5.167vw;
        padding: 0 2vw 0.5vw 1.333vw;
        font-size: 1.667vw;
        line-height: 4.667vw;
    }
}

@media screen and (max-width: 767px) {
    .anchor .inner {
        padding: 14px 0 10px;
    }

    .anchor .anchor-nav {
        margin-top: 0px;
    }

    .anchor .anchor-nav .anchor-list {
        gap: 1vw;
        flex-wrap: nowrap;
    }

    .anchor .anchor-nav .anchor-item {
        width: 30%;
        text-align: center;
    }

    .anchor .anchor-nav .anchor-item a {
        width: 100%;
        height: 11.2vw;
        padding: 0;
        background: url("/LP/202508cp/img/bg_anchor_button_sp.png") no-repeat top / contain;
        font-size: 3.3vw;
        letter-spacing: 0;
        line-height: 9.6vw;
    }

    .anchor .anchor-nav .anchor-item a:hover {
        opacity: 1;
    }

    .anchor .anchor-nav .anchor-item a span {
        display: inline-block;
        margin-left: -35px;
    }
}

/*--------------------
 present
--------------------*/
.present {
    padding: 22px 0 0;
}

.present-inner {
    background-color: #017ddf;
    border-radius: 20px;
    padding: 20px 20px 40px;
}

.present-inner .title {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
}

.present-wrap {
    margin-top: 20px;
}

.present-img {
    width: 100%;
}

.present-text {
    padding: 10px 20px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {}

@media screen and (max-width: 767px) {
    .present {
        padding: 20px 0 0;
    }

    .present-inner {
        padding: 30px 20px 60px;
        max-width: fit-content;
    }

    .present-inner .title {
        font-size: 30px;
    }

    .present-wrap {
        margin-top: 15px;
    }

    .present-text {
        font-size: 0.7em;
    }
}

/*--------------------
 apply
--------------------*/
.apply {
    margin: 49px 0 0;
}

.apply .inner {
    padding: 59px 24px 0;
}

.apply .apply-title {
    margin: 0;
    color: #017ddf;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.apply .apply-step {
    margin: 21px 0 0;
    color: #017ddf;
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
}

.apply .apply-next-step .apply-step {
    margin: 28px 0 0;
}

.apply .apply-text {
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: calc(24 / 18);
    text-align: center;
}

.apply .apply-text_small {
    font-size: 10px;
    vertical-align: super;
}

.apply .last_apply-text {
    margin-top: 57px;
}

.apply .apply-btnBox {
    margin-top: 15px;
    text-align: center;
}

.apply .apply-btn {
    display: inline-block;
    padding: 20px 30px;
    background-color: #f31200;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    width: 353px;
    text-align: center;
}

.apply .apply-btn:hover {
    opacity: 0.7;
}

.apply .apply-btn-text {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: calc(36 / 18);
    letter-spacing: 0.05em;
    display: block;
}

.apply .apply-btn-text::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.apply .apply-btn-text::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #f31200;
    border-right: 1px solid #f31200;
    right: 13px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    z-index: 1;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .apply {
        margin: 4.083vw 0 0;
    }

    .apply .inner {
        padding: 1.667vw 2vw 0;
    }

    .apply .apply-title {
        font-size: 3.333vw;
    }

    .apply .apply-step {
        margin: 1.75vw 0 0;
        font-size: 2em;
    }

    .apply .apply-next-step .apply-step {
        margin: 2.333vw 0 0;
    }

    .apply .apply-text {
        font-size: 1.5vw;
        line-height: 2em;
    }
}

@media screen and (max-width: 767px) {
    .apply {
        margin: 0;
    }

    .apply .inner {
        padding: 30px 20px 0;
    }

    .apply .apply-title {
        font-size: 30px;
    }

    .apply .apply-step {
        margin: 16px 0 3px;
        font-size: 24px;
    }

    .apply .apply-next-step .apply-step {
        margin: 20px 0 0;
    }

    .apply .apply-text {
        margin: 0;
        /* font-size: clamp(12px, 3.2vw, 16px); */
    }

    .apply .last_apply-text {
        margin-top: 30px;
    }

    .apply .apply-btn {
        padding: 5px 15px;
        width: 300px;
    }

    .apply .apply-btn-text::after {
        width: 20px;
        height: 20px;
    }

    .apply .apply-btn-text::before {
        width: 7px;
        height: 7px;
        right: 12px;
    }
}

/*--------------------
 benefits
--------------------*/
.benefits {
    margin: 71px 0 0;
}

.benefits .benefits-hr {
    max-width: 1160px;
    margin: 0 auto 59px;
    border-top: 1px solid #707070;
}

.benefits .benefits-note {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.benefits .benefits-title {
    margin: 0;
    color: #0eb91c;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.02em;
}

.benefits .benefits-title em {
    display: inline-block;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.benefits .benefits-title em::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    width: 100%;
    height: 19px;
    background-color: #fff152;
}

.benefits .benefits-step-wrapper {
    max-width: 960px;
    margin: 0 auto;
}

.benefits .benefits-step-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.benefits .benefits-step-item {
    position: relative;
    width: 440px;
    margin: 96px 0 0;
    padding: 60px 20px 20px;
    border: 1px solid #0eb91c;
    border-radius: 10px;
    background: url("/LP/202508cp/img/benefits_step_bg.png") no-repeat left top;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.04);
    text-align: center;
}

.benefits .benefits-step-no {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 86px;
    height: 86px;
    border-radius: 100px;
    background-color: #0eb91c;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.benefits .benefits-step-no em {
    display: block;
    margin-top: 2px;
    font-size: 32px;
}

.benefits .benefits-step-item-inner {
    padding: 20px 24px 24px;
    background-color: #fff;
}

.benefits .benefits-step-title {
    display: inline-block;
    position: relative;
    font-size: 26px;
    font-weight: bold;
}

.benefits .benefits-step-title em {
    background: linear-gradient(transparent 70%, #fff152 70%);
}

.benefits .benefits-step-text {
    margin-top: 4px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;
}

.benefits .benefits-step-text em {
    color: #f00;
}

.benefits .benefits-step-image {
    margin: 16px auto 0;
    width: 230px;
}

.benefits .benefits-step-item:nth-child(3) .benefits-step-image,
.benefits .benefits-step-item:nth-child(4) .benefits-step-image {
    margin: 30px auto 16px;
}

.benefits .benefits-line {
    margin-top: 75px;
    text-align: center;
    transition: all 0.3s;
}

.benefits .benefits-line-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 353px;
    padding: 23px 16px 25px calc(16px + 16px + 21px);
    border-radius: 6px;
    background-color: #017ddf;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    text-decoration: none;
    transition: opacity 0.3s;
}

.benefits .benefits-line-btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}

.benefits .benefits-line-btn::after {
    display: inline-block;
    content: "";
    width: 21px;
    height: 21px;
    margin: 1px 0 0 16px;
    background: url("/LP/202508cp/img/btn_arrow_r.png") no-repeat left top / contain;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .benefits {
        margin: 5.917vw 0 0;
    }

    .benefits .benefits-hr {
        max-width: 96.667vw;
        margin: 0 auto 4.917vw;
    }

    .benefits .benefits-note {
        font-size: 1.5vw;
    }

    .benefits .benefits-title {
        font-size: 5vw;
    }

    .benefits .benefits-title em::before {
        bottom: 0.417vw;
        height: 1.583vw;
    }

    .benefits .benefits-step-wrapper {
        max-width: 80vw;
    }

    .benefits .benefits-step-item {
        width: 36.667vw;
        margin: 8vw 0 0;
        padding: 5vw 1.667vw 1.667vw;
        border-radius: 0.833vw;
        box-shadow: inset 0 0.25vw 0.5vw rgba(0, 0, 0, 0.04);
    }

    .benefits .benefits-step-no {
        top: -4vw;
        width: 7.167vw;
        height: 7.167vw;
        border-radius: 8.333vw;
        font-size: 1.333vw;
    }

    .benefits .benefits-step-no em {
        margin-top: 0.167vw;
        font-size: 2.667vw;
    }

    .benefits .benefits-step-item-inner {
        padding: 1.667vw 2vw 2vw;
    }

    .benefits .benefits-step-title {
        font-size: 2.167vw;
    }

    .benefits .benefits-step-text {
        margin-top: 0.333vw;
        font-size: 1.333vw;
    }

    .benefits .benefits-step-image {
        margin: 1.333vw auto 0;
        width: 19.167vw;
    }

    .benefits .benefits-step-item:nth-child(3) .benefits-step-image,
    .benefits .benefits-step-item:nth-child(4) .benefits-step-image {
        margin: 2.5vw auto 1.333vw;
    }

    .benefits .benefits-line {
        margin-top: 6.25vw;
    }

    .benefits .benefits-line-btn {
        width: 29.417vw;
        padding: 1.917vw 1.333vw 2.083vw calc(1.333vw + 1.333vw + 1.75vw);
        border-radius: 0.5vw;
        font-size: 1.5vw;
    }

    .benefits .benefits-line-btn::after {
        width: 1.75vw;
        height: 1.75vw;
        margin: 0.083vw 0 0 1.333vw;
    }
}

@media screen and (max-width: 767px) {
    .benefits {
        margin-top: 40px;
    }

    .benefits .benefits-hr {
        margin: 0 auto 36px;
    }

    .benefits .benefits-note {
        font-size: 16px;
    }

    .benefits .benefits-title {
        font-size: 52px;
    }

    .benefits .benefits-step-list {
        display: block;
    }

    .benefits .benefits-step-item {
        width: 100%;
        margin: 80px 0 0;
        padding: 56px 10px 20px;
        background: url("/LP/202508cp/img/benefits_step_bg.png") no-repeat left top / cover;
    }

    .benefits .benefits-step-item-inner {
        padding: 20px 8px 24px;
    }

    .benefits .benefits-step-item:nth-child(2) .benefits-step-title {
        /*font-size: 24px;*/
        font-size: 5.797vw;
    }

    .benefits .benefits-step-text {
        margin-top: 8px;
    }

    .benefits .benefits-step-image {
        margin: 8px auto 0;
        width: 230px;
    }

    .benefits .benefits-step-item:nth-child(2) .benefits-step-image {
        width: 240px;
    }

    .benefits .benefits-step-item:nth-child(3) .benefits-step-image,
    .benefits .benefits-step-item:nth-child(4) .benefits-step-image {
        width: 260px;
        margin: 8px auto 0;
    }

    .benefits .benefits-line {
        margin-top: 48px;
    }

    .benefits .benefits-line-btn {
        width: calc(100% - 20px);
        margin: 0 10px;
        /*padding: 16px 8px 17px calc(8px + 24px);*/
        padding: 3.865vw 1.932vw 4.106vw calc(1.932vw + 5.797vw);
        /*font-size: 19px;*/
        font-size: 4.589vw;
    }

    .benefits .benefits-line-btn::after {
        width: 25px;
        height: 25px;
    }
}

/*--------------------
 Overview
--------------------*/
.overview {
    margin: 20px 0 0;
    padding: 80px 0;
    background-color: #f8f8f8;
}

.overview-wrap {
    padding: 64px 76px;
    background-color: #fff;
    border-radius: 24px;
}

.overview .overview-title {
    margin: 0 0 64px;
    padding: 0;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
}

.overview-content {
    max-width: 1090px;
    width: 100%;
    margin: 48px auto;
}

.overview-content:not(:first-child) {
    margin-top: 24px;
}

.overview .overview-sub-title {
    margin: 0 0 24px;
    padding: 18px 16px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    background-color: #f2f2f2;
}

.overview .overview-lead {
    margin: 24px 24px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.overview .overview-lead.mt {
    margin-top: 40px;
}

.overview .overview-lead strong {
    font-weight: 700;
}

.overview .overview-list {
    margin: 16px 24px 0 calc(24px + 1.5em);
}

.overview ol.overview-list {
    margin-left: 46px;
}

.overview .overview-list.mt {
    margin-top: 40px;
}

.overview .overview-list .overview-item {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.overview ol.overview-list .overview-item {
    list-style-type: decimal;
}

.overview .overview-list.notes {
    margin: 24px 24px 0;
}

.overview .overview-list.notes.mt {
    margin-top: 16px;
}

.overview .overview-list.notes .overview-item {
    margin-top: 4px;
    text-indent: -1.3em;
    padding-left: 1.3em;
}

.overview .overview-list.notes .overview-item.mt {
    margin-top: 6px;
}

.overview .overview-list.notes>.overview-item::before {
    content: "※";
    /* padding-right: 0.3em; */
}

.overview .overview-list.lists>.overview-item {
    list-style-type: disc;
}

.overview .overview-item>.overview-list.lists {
    margin: 4px 0 0 20px;
}

.overview .overview-item>.overview-list.lists.mb {
    margin-bottom: 4px;
}

.overview .overview-item>.overview-list.lists>.overview-item {
    margin-top: 4px;
}

.overview .overview-inner-list {
    margin: 8px 0 0 0;
}

.overview .overview-inner-list .overview-item {
    margin-top: 4px;
    text-indent: -0.95em;
    padding-left: 1em;
}

.overview .overview-inner-list .overview-item::before {
    content: "-";
    /* padding: 0 0.4em 0 0.1em; */
}

.overview .overview-details {
    max-width: 1090px;
    margin: 24px auto 0;
    padding: 0 24px;
    box-sizing: border-box;
}

.overview .overview-details p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-align: right;
}

.overview .overview-details p:not(:first-child) {
    margin-top: 6px;
}

.overview .overview-item>.overview-list.notes {
    margin: 0px;
}


@media screen and (max-width: 1200px) and (min-width: 768px) {
    .overview {
        margin: 6.667vw 0 0;
        padding: 6.667vw 0;
    }

    .overview-wrap {
        padding: 5.333vw 6.333vw;
        border-radius: 2vw;
    }

    .overview .overview-title {
        margin: 0 0 5.333vw;
        font-size: 2.917vw;
    }

    .overview-content {
        max-width: 90.833vw;
        margin: 4vw auto;
    }

    .overview-content:not(:first-child) {
        margin-top: 2vw;
    }

    .overview .overview-sub-title {
        margin: 0 0 2vw;
        padding: 1.5vw 1.333vw;
        font-size: 1.5vw;
    }

    .overview .overview-lead {
        margin: 2vw 2vw 0;
        font-size: 1.333vw;
    }

    .overview .overview-lead.mt {
        margin-top: 3.333vw;
    }

    .overview .overview-list {
        margin: 1.333vw 2vw 0 calc(2vw + 1.5em);
    }

    .overview ol.overview-list {
        margin-left: 3.833vw;
    }

    .overview .overview-list.mt {
        margin-top: 3.333vw;
    }

    .overview .overview-list .overview-item {
        margin-top: 0.667vw;
        font-size: 1.333vw;
    }

    .overview .overview-list.notes {
        margin: 2vw 2vw 0;
    }

    .overview .overview-list.notes.mt {
        margin-top: 1.333vw;
    }

    .overview .overview-list.notes .overview-item {
        margin-top: 0.333vw;
    }

    .overview .overview-list.notes .overview-item.mt {
        margin-top: 0.5vw;
    }

    .overview .overview-item>.overview-list.lists {
        margin: 0.333vw 0 0 1.667vw;
    }

    .overview .overview-item>.overview-list.lists.mb {
        margin-bottom: 0.333vw;
    }

    .overview .overview-item>.overview-list.lists>.overview-item {
        margin-top: 0.333vw;
    }

    .overview .overview-inner-list {
        margin: 0.667vw 0 0 0;
    }

    .overview .overview-inner-list .overview-item {
        margin-top: 0.333vw;
    }

    .overview .overview-details {
        max-width: 90.833vw;
        margin: 2vw auto 0;
        padding: 0 2vw;
    }

    .overview .overview-details p {
        font-size: 1.333vw;
        line-height: 1.6;
    }

    .overview .overview-details p:not(:first-child) {
        margin-top: 0.5vw;
    }
}

@media screen and (max-width: 767px) {
    .overview {
        margin: 40px 0 0;
        padding: 40px 0;
    }

    .overview-wrap {
        padding: 40px 0 40px 0;
        border-radius: 10px;
    }

    .overview .overview-title {
        margin: 0 10px 40px;
        padding: 0;
        font-size: 22px;
    }

    .overview-content {
        margin: 40px auto;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .overview-content:not(:first-child) {
        margin-top: 16px;
    }

    .overview .overview-sub-title {
        margin: 0 0 16px;
        padding: 10px 8px;
        font-size: 16px;
    }

    .overview .overview-lead {
        margin: 16px 10px 0;
        font-size: 14px;
    }

    .overview .overview-lead.mt {
        margin-top: 32px;
    }

    .overview .overview-lead strong {
        font-size: 16px;
    }

    .overview .overview-list {
        margin: 12px 10px 0;
    }

    .overview ol.overview-list {
        margin-left: 30px;
    }

    .overview .overview-list.mt {
        margin-top: 32px;
    }

    .overview .overview-list .overview-item {
        font-size: 14px;
    }

    .overview .overview-list.notes {
        margin: 16px 10px 0;
    }

    .overview .overview-list.notes.mt {
        margin-top: 12px;
    }

    .overview .overview-list.notes .overview-item.mt {
        margin-top: 4px;
    }

    .overview .overview-list.lists {
        margin-left: 32px;
    }

    .overview .overview-details {
        margin: 48px auto 0;
        padding: 0 20px;
    }

    .overview .overview-details p {
        margin: 8px 0 0;
        font-size: 14px;
        text-align: left;
    }
}

/*--------------------
 footer
--------------------*/
.footer .block-page-top {
    display: none;
    position: fixed;
    top: auto;
    bottom: 10px;
    right: 40px;
    z-index: 1;
}

.footer .block-page-top a {
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 50px;
    background-color: rgba(112, 112, 112, 0.5);
}

.footer .block-page-top a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-top: -5px;
    margin-left: -9px;
    border-radius: 3px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.footer .block-copyright {
    padding: 24px 0;
    background-color: #22ab37;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .footer .block-page-top {
        right: 20px;
        z-index: 3;
    }

    .footer .block-page-top a {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        line-height: 1;
    }

    .footer .block-page-top a:after {
        width: 14px;
        height: 14px;
        margin-left: -7px;
    }

    .footer .block-copyright {
        padding: 12px 0;
        background-color: #22ab37;
        font-size: 10px;
        text-align: center;
        line-height: 1.8;
        letter-spacing: 0.05em;
    }
}

/*--------------------
2025/08
--------------------*/
.kv-bg img {
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.step-img {
    text-align: center;
}

.entry-method {
    background: #ffffff;
    padding: 2em;
    border-radius: 12px;
    max-width: 800px;
    margin: 2em auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.entry-method h2 {
    text-align: center;
    font-size: 2em;
    color: #017ddf;
    margin-bottom: 1.5em;
}

.steps {
    list-style: none;
    padding: 0;
    margin: 0;
}

.steps li {
    background: #fefefe;
    border-top: 6px solid #017ddf;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    position: relative;
}

.badge {
    position: absolute;
    top: -10px;
    left: -6px;
    background: #f31200;
    color: #fff;
    font-weight: bold;
    padding: 0.3em 0.8em;
    border-radius: 0 0 8px 0;
    font-size: 0.9em;
}

.steps h3 {
    margin-top: 0.5em;
    color: #017ddf;
    font-size: 1.2em;
}

.steps p {
    margin: 0.5em 0 0;
    font-size: 1em;
    color: #333;
}

@media (max-width: 600px) {
    .entry-method {
        padding: 1em;
    }

    .steps li {
        padding: 1em;
    }

    .steps h3 {
        font-size: 1em;
    }
}

/*--------------------
header-logo
--------------------*/

.block-header-logo {
    width: auto;
    display: flex;
    align-items: center;
    margin: 10px;
}

.block-header-logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.block-header-logo p {
    width: 78px;
    height: 36px;
    text-align: center;
    border-radius: 2px;
    background: #22AB37;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-left: 8px;
}

.block-header-logo span {
    display: block;
    margin-left: 8px;
    color: #707070;
    font-size: 16px;
    font-weight: 400;
}

.pc-block-header .block-header-logo {
    width: 445px;
}

.sp-block-header .block-header-logo {
    width: 200px;
}