@charset "UTF-8";

/* ========================================
   meitetsu LP 統合スタイル
   - style-km-steplp.css
   - style-km02.css
   - 独自カスタマイズ
   ======================================== */

/* ===== from style-km-steplp.css ===== */
* {
    box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    vertical-align: middle;
    cursor: pointer;
}

select {
    cursor: pointer;
}

img {
    display: block;
}

@media screen and (min-width: 641px) {
    p {
        font-size: 0.8rem;
    }
}

h4 {
    margin: 0 0 15px 0;
}

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

.terms-link {
    text-align: right;
}

.catch-copy_main-image {
    margin: 0 auto;
}
@media screen and (max-width: 639px) {
    .catch-copy_main-image {
        width: 100%;
        height: auto;
    }
}

input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.button_solid,
.step__button-area > div > input[type="submit"] {
    /* width: 100%;*/
    /* height: 60px; */
    line-height: inherit;
    padding: 1.5em 2em;
    background: #4ec443;
    border: none;
    border-radius: 5px;
    color: white;
    display: block;
    /* font-size: 1.1rem; */
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 5px 0 #3caa31;
    margin: 10px auto 15px;
    cursor: pointer;
}
.button_solid:hover,
.step__button-area > div > input[type="submit"]:hover {
    background: #73d06a;
}
@media screen and (max-width: 639px) {
    .button_solid,
    .step__button-area > div > input[type="submit"] {
        margin: 0 auto 10px;
    }
}

@media screen and (min-width: 641px) {
    .button_solid,
    .step__button-area > div > input[type="submit"] {
        width: 350px !important;
    }
}

.button_solid:hover {
    padding: 1.5em 2em;
    background: #4ec443;
    border-radius: 5px;
    color: white;
    display: block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transform: translate3d(0, 5px, 0);
    box-shadow: 0 1px 0 #3caa31;
    margin: 10px auto 15px;
    cursor: pointer;
}
@media screen and (max-width: 639px) {
    .button_solid:hover {
        margin: 0 auto 10px;
    }
}

.change-with-device__sp {
    display: block;
}
@media screen and (min-width: 641px) {
    .change-with-device__sp {
        display: none;
    }
}

.change-with-device__pc {
    display: none;
}
@media screen and (min-width: 641px) {
    .change-with-device__pc {
        display: block;
    }
}

.form2 {
    background: white;
    width: 100%;
    margin: 30px auto;
    border-radius: 5px;
}
@media screen and (max-width: 639px) {
    .form2 {
        background: rgba(255, 255, 255, 0.6);
        width: 100%;
        margin: 0;
    }
}

.form__required {
    display: inline-block;
    font-size: 0.6rem;
    color: #202bb8;
    font-weight: normal;
    background: white;
    border: 1px solid #202bb8;
    padding: 2px 10px;
    margin: 0 5px 3px;
    border-radius: 2px;
}

.form__heading {
    font-size: 16px;
    font-weight: bold;
    color: #0099ff;
    padding: 15px 15px 0;
    text-align: left;
}
@media screen and (max-width: 639px) {
    .form__heading {
        padding: 10px 15px 0;
    }
}

input[type="email"] {
    border: 1px solid #c2c2c2;
    padding: 15px 10px;
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
}
input[type="email"]:placeholder-shown,
input[type="email"]::-webkit-input-placeholder {
    color: #d4d4d4;
}

select {
    width: 100%;
    height: 50px;
    background: white;
    border: 1px solid #c2c2c2;
    font-size: 16px;
    padding: 10px;
}
.step {
    width: 100%;
}

.step-flow {
    width: 100%;
    zoom: 1;
    content: " ";
    display: block;
    clear: both;
}
.step-flow:before,
.step-flow:after {
    content: "";
    display: table;
}
.step-flow:after {
    clear: both;
}

.step-flow__item {
    float: left;
    position: relative;
    width: 33.3%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    color: #004e8f;
    background: whitesmoke;
}
.step-flow__item::after {
    border-left: 10px solid whitesmoke;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    content: "";
    position: absolute;
    left: 39%;
    top: 25%;
    margin-left: 50px;
    z-index: 1;
}
@media screen and (max-width: 639px) {
    .step-flow__item::after {
        left: 41%;
    }
}
@media screen and (min-width: 641px) {
    .step-flow__item::after {
        margin-left: 95px;
    }
}

.step-flow__item_dark {
    background: #e8e8e8;
}
.step-flow__item_dark::after {
    border-left: 10px solid #e8e8e8;
}

.step-flow__item_now {
    background: #eee021;
    color: #004e8f;
    font-size: 16px;
    font-weight: bold;
}
.step-flow__item_now::after {
    border-left: 10px solid #202bb8;
}

.step-flow__step1 {
    z-index: 5;
}

.step-flow__step2 {
    z-index: 4;
}

.step-flow__step3 {
    z-index: 3;
}

.step-flow__text {
    position: relative;
    z-index: 10;
    font-size: 16px;
}

.step-flow__item_now .step-flow__text {
    font-size: 18px;
}

.step {
    width: 100%;
    margin: 0 auto;
}

.step__inner {
    width: 600px;
    height: 300px;
    margin: 0 auto;
}
@media screen and (max-width: 639px) {
    .step__inner {
        width: 100%;
        height: 290px;
        padding: 0 10px;
    }
}

.step__button-area {
    width: 100%;
    /* height: 115px; */
    height: auto;
    margin: 0 auto;
    padding: 0 15px;
}
@media screen and (max-width: 639px) {
    .step__button-area {
        /* height: 95px; */
        height: auto;
    }
}

.step__text {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    color: #202bb8;
}
@media screen and (max-width: 639px) {
    .step__text {
        font-size: 12px;
        margin-top: 0;
    }
}

.step-form01.wpforms-container .wpforms-page-indicator {
    display: none !important;
}

.step-form01.wpforms-container .form__heading,
.step-form01.wpforms-container .wpforms-error {
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
    display: block;
}

.step-form01.wpforms-container li.choice-1.depth-1 {
    display: flex;
    align-items: center;
}
.step-form01.wpforms-container li.choice-1.depth-1 label {
    padding: 0;
}

.step-form01.wpforms-container .wpforms-field-checkbox ul {
    display: flex;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
}
.step-form01.wpforms-container .wpforms-field {
    padding: 10px 0;
    overflow: visible !important;
}

.step-form01.wpforms-container .kiyaku {
    margin: 0 auto;
    width: fit-content;
    max-width: 90%;
}

.wpforms-screen-reader-announce {
    display: none;
}

.step-form01.wpforms-container .wpforms-field select,
.step-form01.wpforms-container .wpforms-field input[type="text"],
.step-form01.wpforms-container .wpforms-field input[type="email"],
.step-form01.wpforms-container .wpforms-field input[type="tel"] {
    display: block;
    margin-bottom: 10px;
    vertical-align: middle;
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    /* height: 50px; */
    background: white;
    border: 1px solid #c2c2c2;
    font-size: 16px;
    padding: 5px;
}

.step-form01.wpforms-container .wpforms-page-next,
.step-form01.wpforms-container .wpforms-submit {
    line-height: inherit;
    padding: 1.4em 2em;
    background: #4ec443;
    border: none;
    border-radius: 5px;
    color: white;
    display: block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 5px 0 #3caa31;
    margin: 10px auto 15px;
    cursor: pointer;
    font-size: 1rem;
    width: 90%;
}

.step-form01.wpforms-container .wpforms-page-next:hover,
.step-form01.wpforms-container .wpforms-submit:hover {
    background: #73d06a;
}

@media screen and (max-width: 639px) {
    .step-form01.wpforms-container .wpforms-page-next,
    .step-form01.wpforms-container .wpforms-submit {
        margin: 0 auto 10px;
    }
}

@media screen and (min-width: 641px) {
    .step-form01.wpforms-container .wpforms-page-next,
    .step-form01.wpforms-container .wpforms-submit {
        width: 350px !important;
    }
}

.step-form01.wpforms-container .wpforms-page-prev {
    margin: 0 auto;
    display: block;
    background: none !important;
    text-align: center;
    color: #145ea3 !important;
    font-size: 0.8rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    box-shadow: none !important;
    border: none !important;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    white-space: nowrap;
}

.wpforms-field-pagebreak[data-field-id="20"] {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: -140px;
    -webkit-column-width: 22px !important;
}
.wpforms-page.wpforms-page-3.last {
    position: relative;
}

/* ===== from style-km02.css ===== */
* {
    box-sizing: border-box;
}

body {
    font-family:
        "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
        Sans-Serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    background: #f1f1f1;
    color: #333333;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

fieldset {
    border: none;
}

input[type="checkbox"],
input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    vertical-align: middle;
    cursor: pointer;
}

select {
    cursor: pointer;
}

img {
    display: block;
    vertical-align: bottom;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

h4 {
    margin: 0 0 15px 0;
}

.bg2 {
    background: #f1f1f1;
    /* background: url('../images/bg2.jpg') no-repeat; */
    background-size: cover;
    padding: 20px 0 0;
}
@media screen and (max-width: 639px) {
    .bg2 {
        /* background: url('../images/bg_sp2.jpg') no-repeat; */
        background-size: cover;
        padding: 0;
    }
}

.terms-link {
    text-align: right;
}

.catch-copy_main-image {
    margin: 0 auto;
}
@media screen and (max-width: 639px) {
    .catch-copy_main-image {
        width: 100%;
        height: auto;
    }
}

input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.step__button-area {
    width: 100%;
    position: relative;
    height: 115px;
    margin: 0 auto 50px;
    /* padding: 90px 15px 0px; */
    padding: 0 15px;
}
@media screen and (max-width: 639px) {
    .step__button-area {
        height: 95px;
    }
}

.button_solid,
.step__button-area > div {
    position: relative !important;
}

.button_solid,
.step__button-area > div > input[type="submit"] {
    /* width: calc(100% - 30px); */
    width: auto;
    min-width: 300px;
    z-index: 99;
    top: 15px;
    position: absolute;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border: none;
    border-radius: 50px;
    color: #ff6800;
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 20px #ff6800;
    border: 1px solid #ff6800;
    margin: 0px auto 15px;
    padding: 0 20px;
    cursor: pointer;
    font-family:
        "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic",
        YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    border-color: #ff6800;
}

.step__button-area > button {
    position: relative;
    /* margin-top: 50px; */
}

.button_solid,
.step__button-area > div::after {
    position: absolute;
    content: "＞";
    color: #ff6800;
    width: 48%;
}
.step__button-area > button::after {
    position: absolute;
    content: "＞";
    color: #ff6800;
    width: 15%;
}

#step_div3 .step__button-area > div::after {
    display: none !important;
}

.button_solid:hover,
.step__button-area > div > input[type="submit"]:hover {
    background: #fff;
}

.button_solid:hover {
    height: 60px;
    line-height: 60px;
    background: #ff6800;
    border-radius: 50px;
    font-size: 22px;
    color: white;
    display: block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transform: translate3d(0, 5px, 0);
    box-shadow: 0 4px 20px #ff6800;
    margin: 0px auto 15px;
    cursor: pointer;
    max-width: 522px;
}

.button_solid:hover::after {
    color: #fff;
}

@media screen and (max-width: 639px) {
    .button_solid:hover {
        margin: 0 auto 10px;
    }
}

a:link.button_client1,
a:visited.button_client1 {
    display: block;
    background: #3399ff;
    border: 1px solid #08b1ff;
    font-size: 15px;
    color: white;
    margin-top: 5px;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
}

a:hover.button_client1 {
    color: white;
    background: #3399ff;
    border: 1px solid #08b1ff;
}

a:link.button_client2,
a:visited.button_client2 {
    display: block;
    width: 80%;
    margin: 0 auto;
    background: #336dff;
    border: 1px solid #08b1ff;
    font-size: 18px;
    color: white;
    margin-top: 10px;
    padding: 13px;
    border-radius: 4px;
    text-align: center;
}

a:hover.button_client2 {
    color: white;
    background: #36dfff;
    border: 1px solid #08b1ff;
}

.change-with-device__sp {
    display: block;
}
@media screen and (min-width: 641px) {
    .change-with-device__sp {
        display: none;
    }
}

.change-with-device__pc {
    display: none;
}
@media screen and (min-width: 641px) {
    .change-with-device__pc {
        display: block;
    }
}

.form2 {
    background: #f1f1f1;
    width: 650px;
    margin: 30px auto;
    border-radius: 5px;
}
@media screen and (max-width: 639px) {
    .form2 {
        background: rgba(255, 255, 255, 0.6);
        width: 100%;
        margin: 0;
    }
}

.form__required {
    display: inline-block;
    font-size: 0.6rem;
    color: #202bb8;
    font-weight: normal;
    background: white;
    border: 1px solid #202bb8;
    padding: 2px 10px;
    margin: 0 5px 3px;
    border-radius: 2px;
}

.form__heading {
    font-family:
        "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
        Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    /* color: #0099ff; */
    color: #000;
    padding: 30px 15px 15px;
    display: flex;
    align-items: center;
    text-align: left;
}
@media screen and (max-width: 639px) {
    .form__heading {
        padding: 30px 15px 10px;
    }
}

input[type="email"] {
    border: 1px solid #fff;
    padding: 15px 10px;
    width: 100%;
    font-size: 16px;
    border-radius: 6px;
    box-shadow: none;
}
input[type="email"]:placeholder-shown,
input[type="email"]::-webkit-input-placeholder {
    color: #d4d4d4;
}

select {
    width: 100%;
    height: 50px;
    background: #fff;
    border-color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 6px;
}

input[type="checkbox"] {
    display: none;
}

.step {
    width: 100%;
}

.step-flow {
    width: 100%;
    /* zoom: 1;
  content: ' '; */
    display: flex;
    /* clear: both; */
    justify-content: center;
    gap: 0 15px;
    padding-top: 20px;
}
.step-flow__item {
    position: relative;
    height: 36px;
    line-height: 38px;
    font-size: 0.9em;
    text-align: center;
    color: #ddd;
    background: #fff;
    border-radius: 12px;
    padding: 0 10px;
    letter-spacing: 2px;
    font-weight: bold;
    font-family: Barlow, sans-serif;
}

.step-flow__item_dark::after {
    border-left: 10px solid #e8e8e8;
}

.step-flow__item_now {
    background: #314c84;
    color: white;
    /* font-size: 16px; */
    font-size: 0.9em;
    font-weight: bold;
}
.step-flow__item_now::after {
    border-left: 10px solid #fff;
}

.step-flow__step1 {
    z-index: 5;
}

.step-flow__step2 {
    z-index: 4;
}

.step-flow__step3 {
    z-index: 3;
}

.step-flow__text {
    position: relative;
    z-index: 10;
    /* font-size: 16px; */
    font-size: 0.9em;
}

.step-flow__item_now .step-flow__text {
    /* font-size: 16px; */
    font-size: 0.9em;
}

.step {
    width: 100%;
    margin: 0 auto;
}

.step__inner {
    width: 600px;
    height: 300px;
    margin: 0 auto;
}
@media screen and (max-width: 639px) {
    .step__inner {
        width: 100%;
        height: 290px;
        padding: 0 10px;
    }
}

.step__text {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    color: #202bb8;
}
@media screen and (max-width: 639px) {
    .step__text {
        font-size: 12px;
        margin-top: 0;
    }
}

.fv_text {
    margin: 0;
    padding: 12px 0;
    color: #fff;
    background: #76cbbe;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

@media screen and (max-width: 639px) {
    .fv_text {
        font-size: 14px;
    }
}

.button_solid:hover {
    padding: 0;
}

.table {
    background-color: #f1f1f1;
    position: relative;
}

.table .inner {
    width: 1000px;
    margin: 0 auto;
    max-width: 90%;
}

.table h3 {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 40px;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 640px) {
    margin-bottom: 20px;
}

.km .foot {
    text-align: center;
    color: #fff;
    background-color: #314c84;
    padding: 10px 0;
    width: 100%;
}

.km .foot a {
    color: #fff;
}

/* ===== meitetsu custom ===== */

/* ========== HEADER ========== */
.head {
    width: 100%;
    height: 80px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.head__inner {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head__logo {
    width: 180px;
}

.head__logo img {
    width: 100%;
    height: auto;
}

.head__cta a {
    display: block;
    min-width: 185px;
    padding: 10px 35px 10px 20px;
    background:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'><circle cx='13' cy='13' r='13' fill='%23fff'/><path d='M10 7l9 6-9 6z' fill='%23df1c24'/></svg>")
            no-repeat center right 10px / 15px,
        linear-gradient(
            to top,
            #df1c24,
            #e49f00 50%,
            #ffa400 75%,
            #eda23b 100%
        );
    border-radius: 30px;
    border-bottom: rgba(159, 56, 58, 1) 2px solid;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    transition: all 0.3s ease;
}

.head__cta a:hover {
    background:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'><circle cx='13' cy='13' r='13' fill='%23fff'/><path d='M10 7l9 6-9 6z' fill='%2376cbbe'/></svg>")
            no-repeat center right 10px / 15px,
        linear-gradient(
            to top,
            #4ea99c,
            #76cbbe 50%,
            #8fd5ca 75%,
            #a5dcd2 100%
        );
}

/* ========== KEY VISUAL ========== */
.change-with-device {
    margin-top: 80px;
}

.change-with-device img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

/* フォームアンカーへのスクロール時にヘッダー分のオフセット確保 */
#IntroductionFormWrap {
    scroll-margin-top: 80px;
}

@media screen and (max-width: 640px) {
    .head {
        height: 60px;
    }

    .head__logo {
        width: 120px;
    }

    .head__cta a {
        font-size: 11px;
        padding: 8px 12px;
    }

    .head__inner {
        padding: 0 10px;
    }

    .change-with-device {
        margin-top: 60px;
    }

    #IntroductionFormWrap {
        scroll-margin-top: 60px;
    }
}

/* ========== RECRUIT INFO（応募資格・勤務地 等） ========== */
.recruit-info {
    width: 100%;
    margin: 40px auto 0;
}

.recruit-info__label {
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 15px 20px 10px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.recruit-info__body + .recruit-info__body {
    margin-top: 0;
}

.recruit-info__body + .recruit-info__label {
    margin-top: 40px;
}

.recruit-info__body {
    padding: 15px 20px 25px;
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    margin: 0;
    background: #fff;
}

@media screen and (max-width: 640px) {
    .recruit-info__body {
        font-size: 16px;
    }
}

.recruit-info__map {
    margin-top: 15px;
}

.recruit-info__map img {
    width: 100%;
    height: auto;
    display: block;
}

/* ========== ADVISOR CTA ========== */
.advisor-cta {
    margin: 40px auto 60px;
    text-align: center;
}

.advisor-cta__catch {
    margin: 0 0 15px;
    font-weight: bold;
    font-size: 22px;
    color: #000;
}

.advisor-cta__btn {
    display: block;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 50px 20px 30px;
    line-height: 1.5;
    background:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'><circle cx='13' cy='13' r='13' fill='%23fff'/><path d='M10 7l9 6-9 6z' fill='%23df1c24'/></svg>")
            no-repeat center right 20px / 25px,
        linear-gradient(
            to top,
            #df1c24,
            #e49f00 50%,
            #ffa400 75%,
            #eda23b 100%
        );
    border-radius: 50px;
    border-bottom: rgba(159, 56, 58, 1) 3px solid;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    transition: all 0.3s ease;
}

.advisor-cta__btn:hover {
    background:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'><circle cx='13' cy='13' r='13' fill='%23fff'/><path d='M10 7l9 6-9 6z' fill='%2376cbbe'/></svg>")
            no-repeat center right 20px / 25px,
        linear-gradient(
            to top,
            #4ea99c,
            #76cbbe 50%,
            #8fd5ca 75%,
            #a5dcd2 100%
        );
    border-bottom-color: #4ea99c;
    color: #fff;
}

.advisor-cta__btn-small {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
}

@media screen and (max-width: 640px) {
    .advisor-cta__catch {
        font-size: 15px;
        letter-spacing: -1px;
    }

    .advisor-cta__btn {
        font-size: 17px;
        padding: 15px 40px 15px 20px;
    }

    .advisor-cta__btn-small {
        font-size: 13px;
    }
}

/* ========== ACCORDION (勤務時間) ========== */
.accordion-001 {
    background-color: #ffffff;
}

.accordion-001:first-of-type {
    margin-top: 20px;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1.2em;
    border-radius: 5px;
    background-color: #76cbbe;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .accordion-001 summary {
        padding: 1em 0.8em;
    }
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    content: "";
    transition: transform 0.3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 1.2em 2em 1.2em;
    color: #000000;
    font-size: 18px;
    transition:
        transform 0.5s,
        opacity 0.5s;
}

@media screen and (max-width: 640px) {
    .accordion-001 p {
        padding: 1em 0.8em 2em 0.8em;
        font-size: 16px;
    }
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}

/* ========== COMPLETE (送信完了ページ) ========== */
.complete {
    position: relative;
}

.complete img {
    max-width: 100%;
}

.complete h2 {
    margin: 200px 0 50px;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 40px;
    text-align: center;
}

.complete .box {
    width: 90%;
    margin: 50px 5%;
    float: left;
    line-height: 30px;
    text-align: center;
}

.complete .return {
    width: 100%;
    margin: 50px 0 100px;
    float: left;
}

.complete .return a {
    width: 240px;
    height: 60px;
    margin: 0 auto;
    background-color: #004e8f;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s ease;
}

.complete .return a:hover {
    background-color: rgba(0, 78, 143, 0.7);
    font-size: 18px;
}

@media screen and (max-width: 640px) {
    .complete h2 {
        margin: 150px 0 0;
    }
}

/* ========== CAMPAIGN BANNER ========== */
.campaign-banner {
    width: 100%;
    margin: 20px auto;
    cursor: pointer;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.campaign-banner:hover {
    opacity: 0.85;
    transform: scale(1.01);
}

.campaign-banner img {
    width: 100%;
    height: auto;
    display: block;
}

/* ========== CAMPAIGN MODAL ========== */
.campaign-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.campaign-modal.is-open {
    display: flex;
}

.campaign-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.campaign-modal__dialog {
    position: relative;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    background: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.campaign-modal__header {
    padding: 15px 50px 10px 20px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.campaign-modal__heading {
    flex: 1;
}

.campaign-modal__subtitle {
    font-size: 14px;
    color: #333;
    margin: 0 0 4px;
}

.campaign-modal__title {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin: 0;
}

.campaign-modal__title-num {
    font-weight: bold;
}

.campaign-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    background: #e8e8e8;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    font-size: 26px;
    line-height: 1;
    color: #555;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.campaign-modal__close:hover {
    background: #d4d4d4;
}

.campaign-modal__body {
    padding: 15px 20px 20px;
    overflow-y: auto;
}

.campaign-benefit {
    width: 660px;
    max-width: 100%;
    margin: 0 auto 15px;
}

.campaign-benefit__title {
    background: #00a357;
    color: #fff;
    font-weight: bold;
    padding: 6px 12px;
    font-size: 20px;
}

.campaign-benefit__num {
    margin-right: 10px;
}

.campaign-benefit__text {
    margin: 8px 0 0;
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}

@media screen and (max-width: 640px) {
    .campaign-benefit__title {
        font-size: 18px;
    }

    .campaign-benefit__text {
        font-size: 16px;
    }
}

.campaign-modal__cta {
    display: block;
    width: 660px;
    max-width: 100%;
    background:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'><circle cx='13' cy='13' r='13' fill='%23fff'/><path d='M10 7l9 6-9 6z' fill='%23df1c24'/></svg>")
            no-repeat center right 20px / 18px,
        linear-gradient(
            to top,
            #df1c24,
            #e49f00 50%,
            #ffa400 75%,
            #eda23b 100%
        );
    border-radius: 50px;
    border-bottom: rgba(159, 56, 58, 1) 2px solid;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 14px 40px 14px 20px;
    font-weight: bold;
    margin: 35px auto 0;
    transition: all 0.3s ease;
}

.campaign-modal__cta:hover {
    background:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'><circle cx='13' cy='13' r='13' fill='%23fff'/><path d='M10 7l9 6-9 6z' fill='%2376cbbe'/></svg>")
            no-repeat center right 20px / 18px,
        linear-gradient(
            to top,
            #4ea99c,
            #76cbbe 50%,
            #8fd5ca 75%,
            #a5dcd2 100%
        );
    color: #fff;
}

.campaign-modal__cta-small {
    display: block;
    font-size: 14px;
}

.campaign-modal__cta-main {
    display: block;
    font-size: 17px;
    margin-top: 2px;
}

body.is-modal-open {
    overflow: hidden;
}

/* ========== FORM 生年月日フィールド ========== */
.wpforms-container
    .wpforms-field-date-time
    .wpforms-field-date-dropdown-wrap.wpforms-field-date-dropdown-wrap {
    width: 100%;
    gap: 5px;
}

.wpforms-container
    .wpforms-field-date-time
    .wpforms-field-date-dropdown-wrap.wpforms-field-date-dropdown-wrap
    select[aria-label="年"] {
    width: 100%;
}

.wpforms-container
    .wpforms-field-date-time
    .wpforms-field-date-dropdown-wrap.wpforms-field-date-dropdown-wrap
    select[aria-label="月"] {
    width: 60%;
}

.wpforms-container
    .wpforms-field-date-time
    .wpforms-field-date-dropdown-wrap.wpforms-field-date-dropdown-wrap
    select[aria-label="日"] {
    width: 60%;
}

.b_year {
    display: block;
    margin-bottom: 10px;
    vertical-align: middle;
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    font-size: 16px;
    padding: 5px;
}
