/* Base Styles */

@font-face {
    font-family: "Noto Sans JP";
    src: url("/fonts/NotoSansJP-VariableFont_wght.woff2")format("woff2-variations");
    font-weight: 100 900;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #4B3939;
    line-height: 1.6;
    overflow-x: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    /*フォントウェイトを入力*/
    font-weight: 500;
    font-style: normal;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

section.bg-wrapper {
    width: 100%;
    background-image: url('lp-images/background_main_sp.webp');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 122px;
}

.c-copy {
    text-align: left;
    font-size: 27px;
    padding: 80px 21px;
    color: #FF4B7E;
}

.font-serif {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}

.center {
    text-align: center;
}

.pset01 {
    margin: 16px 0 0;
    font-size: 14px;
    font-weight: 500;
}

.pset02 {
    margin: 9px 0 0;
    font-size: 16px;
    font-weight: 500;
}

.pset03 {
    font-size: 14px;
    width: 80%;
    font-weight: 500;
}

.pset04 {
    font-size: 12px;
    text-align: center;
    line-height: 35px;
    font-weight: 600;
    padding: 0 10px;
}

.pset05 {
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
}

.pset06 {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
}

.pset07 {
    font-size: 13px;
    line-height: 25px;
}

.pset08 {
    font-size: 14px;
    line-height: 25px;
}


.fz18 {
    font-size: 18px;
}

.pb28 {
    padding-bottom: 28px;
}

.mtn {
    margin-top: unset;
}

/* Header */
.header {
    background: #fff;
    padding: 6px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
}

.header-inner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 69px;
}

.logo img {
    max-width: 300px;
}

.header-contact img {
    max-width: 242px;
}

.tel-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* ------------------------
phone-modal
------------------------ */

.phone-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.phone-modal.is-open {
    display: block;
}

.phone-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.phone-modal__dialog {
    position: relative;
    width: min(92vw, 460px);
    margin: 18vh auto 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.25);
    padding: 18px 18px 16px;
}

.phone-modal__title {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #111;
}

.phone-modal__text {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}

.phone-modal__actions {
    display: flex;
    gap: 10px;
}

.phone-modal__btn {
    appearance: none;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
    padding: 12px 12px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    width: 100%;
    user-select: none;
}

.phone-modal__btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.phone-modal__btn:active {
    transform: translateY(1px);
}

.phone-modal__btn--sub {
    background: #fff;
}

.phone-modal__btn--main {
    background: #111;
    color: #fff;
    border-color: #111;
}

/* Fixed CTA */
.cta-fixed {
    position: fixed;
    z-index: 200;
}

.insert-cta {
    width: 30%;
    margin: 0 auto;
}

/* Sections */
.section {
    padding: 0;
    margin: 0 auto;
}

/* section-merit */

.merit-title {
    font-size: 0.7em;
    text-align: center;
}

.back-img01 img,
.back-img02 img,
.pink-box,
.blue-box {
    max-width: 98vw;
}

.pink-box {
    z-index: 20;
    background-size: cover;
    aspect-ratio: 309 / 190;
    min-height: auto;
    margin-left: auto;
    margin-top: -20vw;
    position: relative;
}

.blue-box {
    z-index: 30;
    background-size: cover;
    aspect-ratio: 889 / 570;
    min-height: auto;
    margin-right: auto;
    margin-top: -5vw;
    position: relative;
}

.overlay-text01 {
    position: absolute;
    top: 100%;
    right: 0;
    transform: translate(-5%, -50%);
    width: 80%;
}

p.circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 12px;
    width: 75%;
    line-height: 2.2;
    font-weight: 500;
}

.circle-area {
    display: flex;
}

.circle-items {
    max-width: 166px;
    position: relative;
}

/* section-problem */
picture.back-img02 {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
}

.cont01 {
    position: relative;
    width: 100%;
}

.cont02 {
    position: relative;
    width: 100%;
}

.heading-img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.cont02>.heading-img {
    max-width: 60%;
    transform: translate(-24vw, -2vw);
}

.overlay-text02 {
    position: absolute;
    top: 155%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.copy01 {
    color: #FF4B7E;
    font-size: 17px;
    font-weight: bold;
}

.copy02 {
    font-size: 20px;
    font-weight: bold;
}

.back-img02 {
    margin-top: -10vw;
}

.norisk {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 16px 8px;
    margin: 22px 20px 0px;
}

.highlight {
    background: linear-gradient(transparent 60%, #FFE6A3 60%);
}

/* section-merit */
.section-merit {
    margin-top: 30px;
}

.section-title {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 45px;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 200%);
    width: 60px;
    height: 5px;
    background-color: #6A55E3;
}

.merit-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 36px 60px;
    justify-content: center;
}

.grid-item {
    width: 100%;
    position: relative;
    border: 4px solid #6A55E3;
    box-shadow: 11px 11px 0px #6A55E3;
    margin-right: 11px;
    padding: 20px 16px;
}

.grid-item picture img {
    width: 55%;
    margin: 0 auto;
    display: block;
}

.merit-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}

.merit-copy {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #6A55E3;
    margin-bottom: 10px;
}

.merit-text {
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
}

/* section-flow */
.section-flow {
    padding: 110px 49px;
    background-image: linear-gradient(to top, #F0EEFF 90%, #F0EEFF00 100%);
}

.flow-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.flow-img {
    width: 35vw;
}

.flow-copy {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    color: #6A55E3;
    line-height: 2;
}

.arrow {
    margin: 20px 0;
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #6A55E3;
}

/* section-price */
.section-price {
    position: relative;
    margin: 43px 13px;
    padding: 47px 13px 54px;
    border: 3px solid #FF4B7E;
    outline: 3px solid #FF4B7E;
    outline-offset: 6px;
}

.price-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -70%);
    padding: 0 17px;
    background-color: #fff;
    color: #FF4B7E;
    font-size: 20px;
    font-weight: bold;
}

.price-group {
    margin-bottom: 45px;
}

.group-title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.group-title span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}

.price-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    text-align: center;
}

.price-table th,
.price-table td {
    border: 1px solid #FF4B7E;
    background: #FFF6F6;
    border-left: none;
    border-top: none;
    height: 40px;
}

.price-table th {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
}

.price-table td {
    font-size: 13px;
    line-height: 16px;
}

.price-table thead th,
.price-table .row-label {
    background-color: #FFCDCD;
    font-weight: bold;
}

.price-table .empty {
    border: none;
    background-color: unset;
}

.price-table thead th:not(.empty),
.price-table .round-inner-tl {
    border-top: 1px solid #FF4B7E;
}

.price-table tr th:first-child:not(.empty),
.price-table .round-tl {
    border-left: 1px solid #FF4B7E;
}

.price-table th:nth-child(1),
.price-table td:nth-child(1) {
    width: 18%;
}

.price-table th:nth-child(2),
.price-table td:nth-child(2) {
    width: 41%;
}

.price-table th:nth-child(3),
.price-table td:nth-child(3) {
    width: 41%;
}

.table02 th:nth-child(1),
.table02 td:nth-child(1) {
    width: 18%;
}

.table02 th:nth-child(2),
.table02 td:nth-child(2) {
    width: 20%;
}

.table02 th:nth-child(3),
.table02 td:nth-child(3) {
    width: 20%;
}

.table02 th:nth-child(4),
.table02 td:nth-child(4) {
    width: 42%;
}

.round-tl {
    border-radius: 5px 0 0 0;
}

.round-tr {
    border-radius: 0 5px 0 0;
}

.round-bl {
    border-radius: 0 0 0 5px;
}

.round-br {
    border-radius: 0 0 5px 0;
}

.round-inner-tl {
    border-radius: 5px 0 0 0;
}

.price-notes {
    text-align: left;
    font-size: 12px;
    line-height: 1.2;
}

/* section-caution */

.section-caution {
    background: #CECECE;
}

p.caution-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 9px;
}

.highlight02 {
    background: linear-gradient(transparent 60%, #FFBB00 60%);
}

.caution-box {
    position: relative;
}

.caution-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 26px 4px 33px;
}

img.caution-icon {
    width: 50vw;
    margin: auto;
    display: block;
    padding: 12px 0 26px;
}

.list-flex {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.caution-list li {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    list-style: none;
    position: relative;
    padding-left: 1em;
}

.caution-list li::before {
    content: "・";
    position: absolute;
    left: 0;
    color: #FFBB01;
    font-size: 13px;
    top: 50%;
    transform: translateY(-50%);
}

/* section-lawyer */

.section-lawyer {
    padding: 50px 30px 100px;
}

.section-lawyer>.section-title::after {
    background-color: #FF4B7E;
}

p.lawyer-title {
    font-size: 13px;
    line-height: 25px;
    width: 30%;
}

span.lawyer-name {
    display: inline-block;
    border-top: 1px solid;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
}

.layer-posi {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

.layer-posi img {
    width: 70%;
}

.lawyer-heading {
    margin: 30px 0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FF4B7E;
}

/* section-faq */

.section-faq {
    padding: 68px 20px;
    background: #FFEEEE;
}

.section-faq>.section-title::after {
    background-color: #FF4B7E;
}

.faq-item {
    margin-bottom: 20px;
    border: 4px solid #FF6B95;
    background: #fff;
}

.faq-question {
    width: 100%;
    padding: 4px 16px;
    display: flex;
    align-items: center;
    background: #FF6B95;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

img.q-icon {
    width: 32px;
    margin-right: 12px;
}

img.toggle-icon {
    width: 17px;
    margin-left: auto;
    transition: transform 0.3s ease;
}

.faq-answer {
    height: 0;
    overflow: hidden;
    background: #fff;
    transition: height 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
}

.faq-item.active .faq-answer {
    opacity: 1;
}

.faq-answer p {
    margin: 0;
    padding: 15px 20px 20px;
}

/* section-form-visual */

.section-form-visual {
    background-image: url('lp-images/second_back_sp.webp');
    aspect-ratio: 3 / 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 67px 0 58px;
}

.visual-text {
    width: 100%;
    color: #FFFFFF;
    font-family: 'Noto Serif JP', serif;
    text-shadow: 0 0 3px #000;
}

p.form-copy {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    padding-bottom: 12px;
}

p.pset09 {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 10px;
}

p.pset09 {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}

/* section-form */

.section-form {
    background-color: #FFEEEE;
    padding: 23px 15px 40px;
}

.form-container {
    margin: 0 auto;
    background: #FFFDF8;
    border-radius: 25px;
    padding: 40px 18px;
}

.form-container>.section-title::after {
    background: #FF4B7E;
}

.form-message {
    background-color: #FFC0D2;
    border-radius: 20px;
    padding: 11px 4px 9px;
    text-align: center;
    margin-bottom: 40px;
}

.form-message .pset11 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.form-message p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    display: block;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.4;
}

.badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    vertical-align: middle;
}

.badge-hissu {
    background-color: #FF4A7E;
    color: #fff;
}

.badge-any {
    background-color: #888988;
    color: #fff;
}

.form-note {
    font-size: 14px;
    color: #666;
    margin-top: -5px;
    margin-bottom: 15px;
    line-height: 1.4;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    background-color: #D9D9D9;
    font-size: 14px;
    box-sizing: border-box;
}

textarea {
    height: 120px;
    resize: vertical;
    line-height: 1.4;
}

.input-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.input-row select {
    width: 80px;
    text-align: center;
}

.radio-group label {
    display: block;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
    transform: scale(1.2);
    margin-right: 10px;
}

/* disabled時の見た目 */
.hidden_check:disabled + label {
  opacity: 0.45;
  cursor: not-allowed;
  background: #f5f5f5;
  border-color: #e0e0e0;
}

/* disabled時のチェック風ボックスも薄く */
.hidden_check:disabled + label::before {
  border-color: #d0d0d0;
  background: #eaeaea;
}

.form-divider {
    border: none;
    border-top: 1px solid #D9D9D9;
    margin: 40px 0;
}

.privacy-policy-scroll {
    height: 150px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 10px;
    background: #F2F2F2;
    margin-bottom: 15px;
}

.privacy-check {
    text-align: center;
    padding-top: 15px;
}

.form-submit {
    text-align: center;
}

.form-submit button {
    background-color: #FF4B7E;
    color: #fff;
    border: none;
    padding: 15px 32px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s;
}

.form-submit button:hover {
    background-color: #e04b79;
}

/* section-access */

.section-access {
    padding: 35px 20px 50px;
}

.company-info>.section-title::after {
    background-color: #FF4B7E;
}

.company-info dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 30px;
    font-size: 13px;
}

.company-info dt {
    width: 130px;
    font-weight: bold;
    margin-bottom: 5px;
}

.company-info dd {
    width: calc(100% - 130px);
    margin-left: 0;
    margin-bottom: 5px;
}

.center-line {
    border-bottom: 1px solid #939393;
    margin-bottom: 60px;
}

.fwb {
    font-weight: bold;
}

.access-detail {
    font-size: 14px;
    margin-bottom: 30px;
}

.access-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.subtitle,
.route-guide-title {
    font-weight: bold;
    margin-top: 15px;
}

.access-detail ul,
.access-detail ol {
    list-style: none;
    padding-left: 0;
    margin: 10px 0;
}

.access-detail ul li {
    margin-bottom: 3px;
}

.rainy-day-note {
    margin: 20px 0;
    font-weight: bold;
}

.access-detail ol li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 1.5em;
}

.access-detail ol {
    counter-reset: number;
}

.access-detail ol li::before {
    counter-increment: number;
    content: counter(number) ".";
    position: absolute;
    left: 0;
    font-weight: bold;
}

.map-area {
    margin-top: 30px;
}

.map-area iframe {
    width: 100%;
    max-width: 611px;
}


#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
    z-index: 9999; /* 最前面に表示 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
}

/* スピナー（Loadingアニメーション） */
.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* footer */

.footer {
    background-color: #FFCDCD;
    padding: 17px 0;
    text-align: center;
    height: 200px;
}

.footer p {
    font-size: 13px;
}

.error-msg {
    font-size: 0.9em;
    color: red;
}


/* PC only */
@media (min-width: 768px) {

    .sp-only {
        display: none;
    }

    .phone-link {
        pointer-events: none;
        cursor: default;
    }

    /* section-problem */
    .c-copy {
        text-align: center;
        font-size: 60px;
        padding: 150px 0 43px;
    }

    section.bg-wrapper {
        background-image: url('lp-images/background_main.webp');
    }

    .norisk {
        background-color: #ffffff;
        max-width: 657px;
        margin: 100px auto 185px;
        padding: 24px 8px;
    }

    .pset05 {
        font-size: 20px;
        line-height: 35px;
    }

    .copy01,
    .copy02 {
        font-size: 30px;
    }

    .copy02 {
        margin-bottom: 25px;
    }

    .overlay-text01 {
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: unset;
    }

    .overlay-text02 {
        top: 140%;
        transform: translate(-50%, -50%);
        left: 45%;
        width: unset;
    }

    .circle-area {
        justify-content: space-evenly;
    }

    p.circle-text {
        font-size: 18px;
    }

    .pset01 {
        margin: 25px 0 0;
        font-size: 20px;
    }

    .pset02 {
        margin: 13px 0 0;
        font-size: 24px;
    }

    .pset03 {
        margin: 13px 0 0;
        font-size: 20px;
        margin-top: 5px;
    }

    .pset04 {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        line-height: 50px;
    }

    .cta-fixed {
        position: sticky;
        top: 80%;
        float: right;
        margin-top: -59px;
    }

    .cta-content-pc {
        max-width: 900px;
        margin: 0 auto;
        padding: 20px 10px 20px 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        border-radius: 15px;
        background-size: cover;
        background-position: center;
    }

    .cta-text-pc {
        font-size: 28px;
        font-weight: bold;
        line-height: 34px;
        text-align: center;
    }

    .cta-buttons-pc {
        display: flex;
        gap: 5px;
    }

    .cta-buttons-pc img {
        max-height: 78px;
        width: auto;
    }

    .back-img01 img {
        max-width: 53vw;
        z-index: 10;
        position: relative;
    }

    .back-img02 img {
        max-width: 62vw;
        z-index: 10;
        margin-left: auto;
        margin-top: -10vw;
        position: relative;
    }

    .pink-box {
        max-width: 64vw;
    }

    .blue-box {
        max-width: 71vw;
    }

    .circle-items {
        max-width: 250px;
    }

    .heading-img {
        max-width: 70%;
        transform: none;
        max-width: 1200px;
    }

    .cont02>.heading-img {
        max-width: 55%;
        transform: translate(-10vw, 4vw);
    }

    /* section-merit */
    .merit-grid {
        margin: 0 auto;
    }

    .grid-item {
        width: 29%;
        max-width: 300px;
    }

    .merit-content {
        position: unset;
        transform: unset;
        width: 100%;
        padding: 25px;
    }

    .section-title {
        margin-bottom: 70px;
    }

    .section-title::after {
        width: 110px;
    }

    .flow-list {
        max-width: 1200px;
        margin: 0 auto;
        gap: 5vw;
        justify-content: flex-start;
    }

    .flow-img {
        width: 14vw;
        max-width: 140px;
    }

    .flow-item {
        text-align: left;
    }

    .flow-sub {
        max-width: 68vw;
    }

    .pset06 {
        font-size: 18px;
    }

    /* section-price */
    .section-price {
        margin: 120px 140px;
        padding: 100px 150px;
    }

    .group-title {
        margin-bottom: 18px;
        font-size: 24px;
        line-height: 1.8;
    }

    .group-title span {
        font-size: 18px;
        line-height: 18px;
    }

    .price-table th,
    .price-table td {
        height: 84px;
    }

    .price-table th {
        font-size: 24px;
        line-height: 32px;
    }

    .price-table td {
        font-size: 24px;
        line-height: 48px;
    }

    .price-notes {
        font-size: 18px;
    }

    .price-title {
        padding: 0 26px;
        font-size: 32px;
    }

    img.caution-icon {
        width: 16vw;
    }

    img.caution-icon {
        width: 16vw;
        transform: translateX(13vw);
    }

    p.caution-text {
        font-size: 24px;
        line-height: 32px;
    }

    .caution-list li {
        font-size: 20px;
        line-height: 30px;
    }

    .caution-list li::before {
        font-size: 20px;
    }

    .layer-posi {
        display: block;
    }

    /* section-lawyer */

    .lawyer-content {
        display: flex;
        justify-content: center;
        gap: 2%;
    }

    .lawyer-item01 {
        width: 30%;
    }

    .lawyer-item02 {
        width: 35%;
    }

    p.lawyer-title {
        font-size: 16px;
        margin-top: 15px;
        border-left: 1px solid;
        padding-left: 5px;
    }

    span.lawyer-name {
        border-top: none;
        font-size: 20px;
    }

    .lawyer-heading {
        font-size: 20px;
        margin: 16px 0 10px;
    }

    .pset07 {
        font-size: 16px;
        line-height: 35px;
    }

    .lawyer-item02>.section-title {
        text-align: left;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 36px;
    }

    .lawyer-item02>.section-title::after {
        left: 0;
        transform: translate(24%, 200%);
        background-color: #FF4B7E;
    }

    .pset08 {
        font-size: 16px;
        line-height: 38px;
    }

    .faq-container {
        width: 80%;
        margin: 0 auto 64px;
        max-width: 1000px;
    }

    h2.section-title {
        font-size: 32px;
    }

    .faq-item {
        margin-bottom: 40px;
    }

    .faq-question {
        padding: 20px 16px;
        font-size: 20px;
    }

    .section-form-visual {
        aspect-ratio: 625 / 217;
    }

    .sp-br {
        display: none;
    }

    p.form-copy {
        font-size: 40px;
        line-height: 51px;
        padding-bottom: 28px;
    }

    p.pset09 {
        font-size: 24px;
        line-height: 35px;
        padding-bottom: 20px;
    }

    p.pset10 {
        font-size: 28px;
        line-height: 51px;
    }

    /* section-form */

    .section-form {
        padding: 62px 0 87px;
    }

    .form-container {
        width: 80vw;
        max-width: 760px;
        padding: 56px 100px;
    }

    .form-container>.section-title {
        margin-bottom: 30px;
    }

    .section-access {
        padding: 110px 0 120px;
    }

    .company-info {
        width: 80vw;
        max-width: 650px;
        margin: 0 auto;
    }

    .access-title {
        font-size: 28px;
    }

    .company-info dl {
        font-size: 16px;
        line-height: 25px;
    }

    .company-info dt {
        width: 150px;
        margin-bottom: 0;
    }

    .company-info dd {
        width: calc(100% - 150px);
        margin-bottom: 0;
    }

    .access-detail {
        font-size: 16px;
        line-height: 1.6;
    }

    .footer {
        padding: 34px 0 120px;
        height: unset;
    }


    /* section-form-visual */
    .section-form-visual {
        background-image: url('lp-images/second_back_pc.webp');
        min-height: auto;

    }

}

/* tablet：768px〜1023px） */
@media (min-width: 768px) and (max-width: 1023px) {
    .cta-text-pc {
        font-size: 20px;
        line-height: 30px;
    }

    .cta-buttons-pc img {
        max-height: 60px;
    }

    .cta-fixed {
        top: 82%;
    }

    .c-copy {
        font-size: 30px;
        padding: 60px 0 43px;
    }

    .overlay-text01 {
        top: 74%;
    }

    .copy01,
    .copy02 {
        font-size: 24px;
    }

    .overlay-text01 {
        width: 80%;
    }

    .pset01 {
        margin: 10px 0 0;
        font-size: 16px;
    }

    .pset02 {
        margin: 8px 0 0;
        font-size: 20px;
    }

    .copy02 {
        margin-bottom: 0px;
    }

    p.circle-text {
        font-size: 12px;
    }

    .pset03 {
        font-size: 14px;
    }

    .pb28 {
        padding: 40px 0 30px;
    }

    .pset04 {
        font-size: 18px;
        line-height: 30px;
    }

    .norisk {
        margin: 50px auto 50px;
    }

    .merit-grid {
        gap: 28px;
    }

    .grid-item {
        padding: 10px 8px;
    }

    .grid-item picture img {
        width: 45%;
    }

    .merit-content {
        padding: 8px;
    }

    .merit-copy {
        font-size: 16px;
    }

    .section-price {
        margin: 80px 50px;
        padding: 30px;
    }

    p.caution-text {
        font-size: 20px;
    }

    .caution-list li {
        font-size: 18px;
    }

    img.caution-icon {
        width: 26vw;
    }

    .lawyer-item01 {
        width: 35%;
    }

    .lawyer-item02 {
        width: 55%;
    }

    .lawyer-content {
        justify-content: space-around;
        gap: 0%;
    }

    p.lawyer-title {
        width: 100%;
    }

    .faq-container {
        width: 95%;
    }

    p.form-copy {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 20px;
    }

    p.pset09 {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 14px;
    }

    p.pset10 {
        font-size: 24px;
        line-height: 36px;
    }

    .form-container {
        width: 90vw;
        padding: 56px 50px;
    }

}

/* tablet：1024px〜1439px） */
@media (min-width: 1024px) and (max-width: 1439px) {
    .cta-text-pc {
        font-size: 22px;
        line-height: 36px;
    }

    .cta-buttons-pc img {
        max-height: 68px;
    }

    .cta-fixed {
        top: 82%;
    }

    .c-copy {
        font-size: 40px;
        padding: 60px 0 43px;
    }

    .overlay-text01 {
        top: 76%;
    }

    .copy01,
    .copy02 {
        font-size: 26px;
    }

    .overlay-text01 {
        width: 70%;
    }

    .pset01 {
        margin: 14px 0 0;
        font-size: 18px;
    }

    .pset02 {
        margin: 10px 0 0;
        font-size: 22px;
    }

    p.circle-text {
        font-size: 16px;
    }

    section.bg-wrapper {
        padding-bottom: 10px;
    }

    .section-price {
        margin: 100px 70px;
        padding: 45px;
    }

    p.caution-text {
        font-size: 20px;
    }

    .caution-list li {
        font-size: 18px;
    }

    img.caution-icon {
        width: 22vw;
    }

    .lawyer-item01 {
        width: 30%;
    }

    .lawyer-item02 {
        width: 50%;
    }

    .lawyer-content {
        justify-content: space-around;
        gap: 0%;
    }

    .faq-container {
        width: 90%;
    }

    p.form-copy {
        font-size: 32px;
        line-height: 44px;
        padding-bottom: 24px;
    }

    p.pset09 {
        font-size: 22px;
        line-height: 34px;
        padding-bottom: 18px;
    }

    p.pset10 {
        font-size: 26px;
        line-height: 40px;
    }

    .form-container {
        width: 85vw;
        padding: 56px 50px;
    }
}

/* SP only */
@media (max-width: 767px) {
    .pc-only {
        display: none;
    }

    .header-inner {
        padding: 0 20px;
    }

    .logo img {
        max-width: 164px;
        padding-right: 10px;
        vertical-align: baseline;
    }

    .header-contact img {
        max-width: 148px;
    }

    .phone-link {
        pointer-events: auto;
        display: block;
    }

    .cta-fixed {
        bottom: 0;
    }

    .insert-cta {
        width: 80%;
        margin: 2em auto;
    }

    section.bg-wrapper {
        padding-bottom: 50px;
    }

    .cta-buttons-sp {
        display: flex;
        background: #fff;
        max-width: 100vw;
    }

    .cta-buttons-sp a {
        flex: 1;
    }

    .gad-sp-cta {
        padding: 10px;
        background: unset;
    }

    .cta-text-sp {
        font-size: 24px;
        text-align: center;
        font-weight: bold;
        padding-top: 10px;
        background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    }

    .pink-box {
        background-image: url('lp-images/back_item01_sp.webp') !important;
        aspect-ratio: 386 / 333;
    }

    .blue-box {
        background-image: url(lp-images/back_item02_sp.webp) !important;
        aspect-ratio: 386 / 333;
    }

    .company-info dt {
        width: 112px;
    }

}