body {
    width: 100%;
    height: auto;
    margin: 0 auto;
    color: #000000;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

main {
    margin: 0 auto;
    max-width: 1000px;
}

p {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
    font-weight: 300;
}

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

/* main */
.sec1 {
    position: relative;

    /* 背景画像 */
    background: url("../images/fv3.png") center / cover no-repeat;

    /* 画像比率固定（1010 × 1309） */
    aspect-ratio: 1014 / 1690;

    /* 最低高さの保険（PC横長対策） */
    min-height: 520px;

    overflow: visible;
}


.cta__wrap {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: min(500px, 90%);
    text-align: center;
}

.cta__wrap img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width:768px) {
    .sec1 {
        /* 背景画像 */
        background: url("../images/fv3_sp.png") center / cover no-repeat;
        aspect-ratio: 774 / 3200;
    }

    .cta__wrap {
        top: 38%;
    }
}

.sec2 {
    position: relative;
    top: -48px;
    background: url(../images/sec2_wrap_bg.png) center bottom no-repeat;
    background-size: cover;
    z-index: -1;
    padding-bottom: 40px;
}

.sec2__wrap {
    background: url(../images/sec2_bg.png) center 55px no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}

.sec2__tttl {
    padding-top: 80px;
    width: 400px;
    margin: 0 auto;
    max-width: 80%;
}

.sec2__item {
    background: white;
    font-size: 14px;
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
}

.sec2__ttlsub {
    color: #901738;
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.sec2__item ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.sec2__item ul li {
    position: relative;
    padding-left: 28px;
    /* アイコン分の余白 */
    margin-bottom: 12px;
}

.sec2__item ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35em;
    /* 文字の中央あたり */
    width: 16px;
    height: 16px;

    background: url("../images/lipoint.png") center / contain no-repeat;
}

.sec2__itemwrap {
    width: 700px;
    max-width: 90%;
    margin: 20px auto;
}

.sec3 {
    position: relative;
    background: url(../images/sec3_bg.png) center bottom no-repeat;
    background-size: cover;
    top: -70px;
    padding-top: 70px;
    z-index: -2;
    padding-bottom: 50px;
}

.sec3__ttl {
    margin: 20px auto;
    width: 500px;
    max-width: 80%;
}

.sec3__itemwrap {
    background: white;
    width: 100%;
    margin: 40px auto;
    padding: 8px;
    background-color: #fefefe;
    border-radius: 10px;
}

.sec3__itemwrap_inner {
    padding: 50px 10px;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    position: relative;
}

.sec3__ttlab {
    width: 180px;
    position: absolute;
    top: -25px;
    left: -4px;
}

.sec3__txtarea {
    margin: 20px;
}

.sec3__img1wrap ._img1 {
    width: 234px !important;

}

.sec3__img1wrap ._img2 {
    width: 200px !important;

}

.sec3__img1wrap {
    text-align: center;
}

.sec3_txtlarge {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
}
.sec3__txtarea p {
    font-weight: bold;
}
.sec4 {
    position: relative;
    background: #EADAC8;
    padding-top: 40px;
    padding-bottom: 40px;
    top: -71px;
}

.sec4__ttl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.sec4__item {
    background: white;
    border-radius: 10px;
    padding: 30px 20px;
    margin: 20px auto;
}

hr {
    background-color: #eadac8;
    opacity: 1;
    border: 1px solid #eadac8;
}

.sec4 th {
    background: #FAE6E5;
    width: 20%;
    height: 40px;
    text-align: center;
    min-width: 70px;
}

.sec4 tr {
    border: 2px #E7E7E7 solid;
    width: 100%;
}

.sec4 td {
    padding: 10px 20px;
}

.sec4 table {
    font-size: 20px;
    width: 100%;
}

.small {
    font-size: 14px;
}

.red {
    color: #ab0315;
}

iframe {

    margin-top: 10px;
}

/* ===== FAQ base ===== */
.faq {
    position: relative;
    background: #EADAC8;
    padding-top: 40px;
    padding-bottom: 40px;
    top: -71px;
}

.faq__ttl {
    width: 185px;
    text-align: center;
    margin: 0 auto 30px;
}

.faq__title {
    font-size: 22px;
    margin: 0 0 14px;
}

/* ===== item ===== */
.faq__item {
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 12px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .06);
}

.faq__q {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;

    padding: 14px 16px;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.faq__q:focus-visible {
    outline: 3px solid rgba(144, 23, 56, .25);
    outline-offset: 2px;
    border-radius: 10px;
}

.faq__qmark {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "MS PMincho", serif;
    font-size: 26px;
    /* Qを大きく */
    line-height: 1;
    color: #901738;
    /* 指定色 */
    font-weight: 700;
    transform: translateY(-1px);
}

.faq__qtext {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

/* +/- icon */
.faq__icon {
    width: 22px;
    height: 22px;
    position: relative;
    border-radius: 999px;
    background: rgba(144, 23, 56, .08);
}

.faq__icon::before,
.faq__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #901738;
    transform: translate(-50%, -50%);
    border-radius: 2px;
}

/* 縦棒（＋） */
.faq__icon::after {
    width: 2px;
    height: 12px;
}

/* open時は「−」にする（縦棒を消す） */
.faq__item.is-open .faq__icon::after {
    opacity: 0;
}

/* answer area */
.faq__a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .28s ease;
}

.faq__aInner {
    padding: 0 16px 16px 52px;
    /* Qマークの分だけインデント */
    color: rgba(0, 0, 0, .82);
    line-height: 1.7;
}

.faq__aInner p {
    margin: 0;
}

@media (max-width: 480px) {
    .faq__qtext {
        font-size: 15px;
    }

    .faq__qmark {
        font-size: 24px;
    }

    .faq__aInner {
        padding-left: 46px;
    }
}

.site-footer {
    margin-top: 40px;
    padding: 16px 12px;
    text-align: center;

    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
    /* 暗め背景想定 */

    background: transparent;
}

.site-footer a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    margin: 0 8px;
}

.site-footer {
    color: rgba(0, 0, 0, 0.55);
}

.site-footer a:hover {
    color: rgba(0, 0, 0, 0.8);
}


/* form */
h1 {
    font-size: 27px;
    text-align: center;
    margin-top: 50px;
    background: #10c7f3;
    color: white;
    padding: 10px 0;
    font-weight: bold;
    border-radius: 50px;
}

input[type=text],
input[type=email],
input[type=tel],
select {
    padding: 8px 10px !important;
    font-size: 18px;
    margin: 3px !important;
}

.halfsize {
    width: 140px !important;
    max-width: 45% !important;
}

.fullsize {
    width: 300px !important;
    max-width: 100% !important;
}

p.form__label {
    background: #dff9ff;
    font-size: 16px;
    padding: 4px 8px;
    margin-top: 14px;
    margin-bottom: 6px;
    font-weight: bold;
}

.money_seminarinfo__commonttl {
    font-size: 15px;
    font-weight: bold;
    color: #e5025a;
    margin-bottom: 0px;
}

.money_seminarinfo__noticeul {
    margin: 4px auto;
    font-size: 14px;
    padding-left: 26px;
}

.rules {
    height: 160px;
    overflow: scroll;
    max-width: 100%;
    margin: 10px auto 10px;
    background: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    padding: 8px;
    font-size: 14px;
    line-height: 1.3;
    box-sizing: border-box;
}

.ruleBox01 {
    font-weight: 300;
}

.ruleBox01 strong {
    font-weight: bold;
}

.money_seminarinfo__notice {
    padding: 20px;
    margin: 10px auto;
    background: #f6f5ec;
}

@keyframes shiny {
    0% {
        left: -20%;
    }

    10% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

.shiny-btn {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);

    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

button#send {
    background: linear-gradient(45deg, rgba(229, 1, 90, 1) 0%, rgb(255 148 183) 100%);
    margin: 20px auto;
    width: 80%;
    min-width: 300px;
    max-width: 600px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    height: 60px;
    border-radius: 40px;
    font-size: 20px !important;
    font-weight: bold;
    color: white;
    line-height: 60px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    text-shadow: none;
    font-size: 16px;
    line-height: 50px;
    border: none;
}

/* =========================
   Thanks
========================= */
.thanks {
    padding: 80px 16px 96px;
    background: linear-gradient(to bottom,
            #fafafa 0%,
            #ffffff 100%);
}

.thanks .container {
    max-width: 760px;
    margin: 0 auto;
    padding: 40px 32px;

    background: #fff;
    border-radius: 16px;

    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 4px 10px rgba(0, 0, 0, 0.04);
}

.thanks h1 {
    margin: 0 0 24px;
    text-align: center;

    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;

    color: #222;
}

.thanks__txt {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.78);

    text-align: center;
}

/* メールアドレスだけ少し強調 */
.thanks__txt a,
.thanks__txt strong {
    color: #901738;
    font-weight: 600;
}

/* SP調整 */
@media (max-width: 480px) {
    .thanks {
        padding: 56px 12px 72px;
    }

    .thanks .container {
        padding: 28px 20px;
        border-radius: 12px;
    }

    .thanks h1 {
        font-size: 20px;
    }

    .thanks__txt {
        font-size: 14px;
    }
}

.voice {
    position: relative;
    top: -73px;
}
.sec2__enditemwrap {
    width: 700px;
    max-width: 90%;
    margin: 20px auto;
    position: relative;
}
.sec2_fl {
    position: absolute;
    bottom: -37px;
    right: -31px;
    width: 40%;
}


.sec_cta2 {
    position: relative;
    background: url("../images/cta2.png") center / cover no-repeat;
    aspect-ratio: 1006 / 561;
    min-height: 360px;
    top: -71px;
    overflow: visible;
}


.cta2__wrap {
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: min(500px, 90%);
    text-align: center;
}

.cta2__wrap img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width:768px) {
    .sec_cta2 {
        /* 背景画像 */
        background: url("../images/cta2_sp.png") center / cover no-repeat;
        aspect-ratio: 751 / 1022;
    }

    .cta2__wrap {
        top: 77%;
    }
}
