@charset "UTF-8";

/*================
施設案内の資料ご請求
================*/
.page-request .mv-lead {
    display: none;
}
.page-request .sec-request-phone {
    margin-top: 80px;
}
.page-request .sec-request-phone > .inner-1200,
.page-request .sec-request-form > .inner-1200 {
    gap: 0;
}
.page-request .sec-request-form {
    /* margin-top: 120px; */
}
.page-request .main > .sec-contact {
    margin-top: 160px;
}
.page-request .bc-wrap.sp-mode-01 + .sec-contact {
    margin-top: 160px;
}

/* section title
----------------------------------------------------------*/
.request-sec-ttl {
    margin: 0 0 20px;
    color: var(--color-main);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
}
.request-sec-lead {
    margin: 0 0 40px;
    color: var(--color-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
}

/* phone
----------------------------------------------------------*/
.request-phone-panel {
    box-sizing: border-box;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}
.request-phone-list {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}
.request-phone-panel.is-open {
    max-height: 495px;
    overflow-y: auto;
}
.request-phone-panel.is-open::-webkit-scrollbar {
    width: 8px;
}
.request-phone-panel.is-open::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--color-border);
}
.request-phone-panel.is-open::-webkit-scrollbar-track {
    background-color: transparent;
}
.request-phone-panel:not(.is-open) .request-phone-item-extra {
    display: none;
}
.request-phone-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px 350px;
    column-gap: 10px;
    align-items: center;
    padding: 10px 100px 10px 40px;
    min-height: 76px;
    box-sizing: border-box;
}
.request-phone-item-placeholder .request-phone-row {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.request-phone-expand-trigger {
    position: absolute;
    top: 50%;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    transform: translateY(-50%);
}
.request-phone-name {
    margin: 0;
    color: var(--color-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
}
.request-phone-toggle {
    display: block;
    flex-shrink: 0;
    width: 12px;
    height: 8px;
    background: url("/imgs/request/icn_select_arrow.svg") center / contain no-repeat;
}
.request-phone-panel.is-open .request-phone-toggle {
    transform: rotate(180deg);
}
.request-phone-row .btn-01 {
    margin: 0;
}
.request-phone-row .btn-01 a {
    width: 100%;
}
.request-phone-row .btn-01.tel a {
    width: 350px;
    min-width: 350px;
    justify-content: center;
    padding: 10px 50px;
}
.request-phone-row .btn-01:not(.tel) a {
    padding: 15px 40px;
}
.request-phone-row .btn-01:not(.tel) .arrow2 {
    right: 23px;
}

/* privacy
----------------------------------------------------------*/
.request-privacy {
    margin-top: 80px;
    margin-bottom: 0;
}
.request-privacy-box {
    box-sizing: border-box;
    height: 300px;
    overflow-y: auto;
    border: 1px solid var(--color-border);
    border-radius: 10px 10px 0 0;
    background-color: #fff;
}
.request-privacy-txt {
    padding: 40px;
    color: var(--color-text);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}
.request-privacy-txt .sec-wrap + .sec-wrap {
    margin-top: 1.5em;
}
.request-privacy-txt .sec-wrap.mb-160 {
    margin-bottom: 0;
}
.request-privacy-txt .ttl-03 {
    margin: 0 0 0.5em;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
}
.request-privacy-txt .txt-01 {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}
.request-privacy-txt .list-02 {
    margin-top: 0.5em;
}
.request-privacy-agree {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 37px;
    padding: 16px 20px;
    border-radius: 0 0 10px 10px;
    background-color: var(--color-main);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
}
.request-privacy-agree-ttl {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.request-privacy-agree label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.request-privacy-agree input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0;
    accent-color: #fff;
}

/* form
----------------------------------------------------------*/
.request-form {
    margin: 0;
}
.request-form-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--color-border);
}
.request-form-item {
    padding: 20px 50px;
    border-bottom: 1px solid var(--color-border);
}
.request-form-row {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
.request-form-row:has(.request-form-select) {
    align-items: center;
}
.request-form-label {
    display: flex;
    flex-shrink: 0;
    align-items: flex-start;
    gap: 10px;
    width: 278px;
    margin: 0;
    color: var(--color-main);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.request-form-label-txt {
    width: 200px;
}
.request-form-req {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 68px;
    height: 25px;
    padding: 2px 12px;
    border: 1px solid #d96b6b;
    border-radius: 8px;
    color: #d96b6b;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
    background-color: #fff;
}
.request-form-field {
    flex: 1 1 auto;
    min-width: 0;
}
.request-form-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}
.request-form-radio {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.request-form-radio input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: var(--color-main);
}
input.request-form-input,
select.request-form-select,
textarea.request-form-textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid var(--color-border);
    border-radius: 0;
    background-color: #fff;
    color: var(--color-text);
    font: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
input.request-form-input {
    height: 30px;
    padding: 0 20px;
}
select.request-form-select {
    height: 44px;
    padding: 0 20px;
}
.request-form-select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("/imgs/request/icn_select_arrow.svg");
    background-position: right 17px center;
    background-size: 10px 7px;
    background-repeat: no-repeat;
    padding-right: 44px;
}
.request-form-address {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.request-form-zip {
    display: flex;
    align-items: center;
    gap: 10px;
}
.request-form-zip-label {
    flex-shrink: 0;
    color: var(--color-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.request-form-zip .request-form-input {
    max-width: 200px;
}
.page-request .sec-request-form input:focus-visible,
.page-request .sec-request-form select:focus-visible,
.page-request .sec-request-form textarea:focus-visible,
.page-request .sec-request-form button:focus-visible,
.page-request .request-privacy-agree input:focus-visible,
.page-request .request-form-submit button:focus-visible,
.page-request .request-phone-expand-trigger:focus-visible {
    outline: auto;
    outline: auto -webkit-focus-ring-color;
    box-shadow: none;
}
.request-form-submit {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 80px;
    text-align: center;
}
.request-form-submit .btn-01.lg {
    margin: 0;
}
.request-form-submit .btn-01.lg a,
.request-form-submit .btn-01.lg button {
    min-width: 320px;
    padding: 10px 50px;
    font-size: 20px;
}
.request-form-submit .btn-01 button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    width: 350px;
    min-height: 56px;
    margin: 0;
    padding: 15px 40px;
    border: 2px solid #447D1A;
    border-radius: 100px;
    background: #fff;
    color: #447D1A;
    font: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
}
.request-form-submit .btn-01 button:hover {
    opacity: 0.5;
}
.request-form-submit .btn-01.type-02.bg-01 button {
    border-color: var(--color-accent);
    background-color: var(--color-accent);
    color: #fff;
}
.request-form-submit .btn-01 button .arrow2 {
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 10px;
    color: inherit;
    box-sizing: border-box;
}
.request-form-submit .request-form-back button .arrow2 {
    right: auto;
    left: 19px;
    transform: translateY(-50%) scaleX(-1);
}

/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    .page-request .sec-request-phone {
        margin-top: 10.417vw;
    }
    .page-request .sec-request-form {
        /* margin-top: 15.625vw; */
    }
    .page-request .main > .sec-contact,
    .page-request .bc-wrap.sp-mode-01 + .sec-contact {
        margin-top: 0;
    }

    .request-sec-ttl {
        margin-bottom: 5.208vw;
        font-size: 6.25vw;
    }
    .request-sec-lead {
        margin-bottom: 7.813vw;
        font-size: 4.167vw;
        line-height: 1.9;
    }

    .request-phone-panel {
        border-width: 0.26vw;
        border-radius: 2.605vw;
    }
    .request-phone-list {
        padding: 0;
    }
    .request-phone-panel.is-open {
        max-height: none;
        overflow-y: visible;
    }
    .request-phone-panel.is-open .request-phone-list {
        padding: 5.208vw 0 ;
    }
    .request-phone-row {
        display: flex;
        flex-direction: column;
        gap: 2.604vw;
        align-items: stretch;
        min-height: 0;
        padding: 0 7.813vw 5.208vw;
    }
    .request-phone-item:last-child .request-phone-row {
        padding-bottom: 0;
    }
    .request-phone-item-placeholder .request-phone-row {
        position: relative;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 2.604vw;
        min-height: 11.458vw;
        margin: 0;
        padding: 0 10.417vw 0 4.427vw;
        cursor: pointer;
    }
    .request-phone-panel.is-open .request-phone-item-placeholder .request-phone-row {
        margin-bottom: 0;
    }
    .request-phone-item-placeholder .request-phone-name {
        flex: 1 1 auto;
        min-width: 0;
        font-size: 4.167vw;
        font-weight: 600;
        line-height: 1.5;
    }
    .request-phone-item-placeholder .request-phone-expand-trigger {
        position: absolute;
        top: 50%;
        right: 3.906vw;
        flex-shrink: 0;
        width: 2.604vw;
        height: 11.458vw;
        margin: 0;
        padding: 0;
        transform: translateY(-50%);
    }
    .request-phone-item-extra .request-phone-name {
        font-size: 4.167vw;
        font-weight: 600;
        line-height: 1.9;
    }
    .request-phone-row .btn-01 {
        width: 100%;
        max-width: 100%;
    }
    .request-phone-row .btn-01.tel a {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        min-height: 14.583vw;
        justify-content: center;
        padding: 2.865vw 5.339vw 2.865vw 14.583vw;
        font-size: 5.208vw;
    }
    .request-phone-row .btn-01.tel .icon {
        left: 5.339vw;
        width: 5.859vw;
        height: 5.859vw;
    }
    .request-phone-row .btn-01:not(.tel) a {
        width: 100%;
        min-height: 14.583vw;
        padding: 2.604vw 5.208vw;
        border-width: 0.521vw;
        font-size: 4.167vw;
    }
    .request-phone-row .btn-01:not(.tel) .arrow2 {
        right: 5.339vw;
        width: 2.604vw;
        height: 2.604vw;
    }
    .request-phone-row .btn-01:not(.tel) .arrow2 > svg {
        width: 2.604vw;
        height: 2.604vw;
    }
    .request-phone-toggle {
        width: 2.604vw;
        height: 1.823vw;
    }

    .request-privacy {
        margin-top: 19.532vw;
        margin-bottom: 0;
    }
    .request-privacy-box {
        height: 85.938vw;
        border-width: 0.26vw;
        border-radius: 2.605vw 2.605vw 0 0;
    }
    .request-privacy-txt {
        padding: 7.813vw;
        font-size: 4.167vw;
        font-weight: 300;
        line-height: 1.8;
    }
    .request-privacy-txt .sec-wrap + .sec-wrap {
        margin-top: 1.8em;
    }
    .request-privacy-txt .sec-wrap.mb-160,
    .request-privacy-txt .mb-160 {
        margin-bottom: 0;
    }
    .request-privacy-txt .sec-wrap .ttl-03,
    .request-privacy-txt .ttl-03 {
        margin: 0 0 0;
        font-size: 4.167vw;
        font-weight: 600;
        line-height: 1.8;
    }
    .request-privacy-txt .sec-wrap .txt-01 + .ttl-03 {
        margin-top: 0;
    }
    .request-privacy-txt .txt-01 {
        margin: 0;
        font-size: 4.167vw;
        font-weight: 300;
        line-height: 1.8;
    }
    .request-privacy-txt .txt-01.txt-bold {
        font-weight: 600;
    }
    .request-privacy-txt .list-02 {
        margin: 0.5em 0 0;
        padding-left: 1.25em;
        font-size: 4.167vw;
        line-height: 1.8;
    }
    .request-privacy-txt .list-02 li + li {
        margin-top: 0;
    }
    .request-privacy-txt .mt-20 {
        margin-top: 0.5em;
    }
    .request-privacy-agree {
        flex-direction: column;
        justify-content: center;
        gap: 2.604vw;
        box-sizing: border-box;
        height: auto;
        min-height: 25.521vw;
        padding: 5.208vw 4.167vw;
        border-radius: 0 0 2.605vw 2.605vw;
        font-size: 3.906vw;
        line-height: 1.8;
    }
    .request-privacy-agree-ttl {
        flex-wrap: nowrap;
        gap: 2.083vw;
        max-width: 100%;
        white-space: nowrap;
    }
    .request-privacy-agree-ttl .request-form-req {
        flex-shrink: 0;
    }
    .request-privacy-agree input[type="checkbox"] {
        width: 3.906vw;
        height: 3.906vw;
    }

    .request-form-list {
        padding-top: 5.208vw;
        border-top: 1px solid var(--color-border);
    }
    .request-form-item {
        margin-bottom: 5.208vw;
        padding: 0 0 5.208vw;
        border-bottom: 1px solid var(--color-border);
    }
    .request-form-item:last-child {
        margin-bottom: 0;
    }
    .request-form-row {
        flex-direction: column;
        align-items: stretch;
        gap: 5.208vw;
    }
    .request-form-row:has(.request-form-select) {
        align-items: stretch;
    }
    .request-form-label {
        width: 100%;
        align-items: center;
        gap: 2.604vw;
    }
    .request-form-label-txt {
        flex-shrink: 0;
        width: 45.573vw;
        font-size: 4.167vw;
        line-height: 1.5;
    }
    .request-form-req {
        min-width: 0;
        height: auto;
        padding: 0.651vw 2.604vw;
        border-width: 0.26vw;
        border-radius: 2.083vw;
        font-size: 3.646vw;
        line-height: 1.5;
    }
    .request-form-radios {
        flex-direction: column;
        align-items: flex-start;
        gap: 2.604vw;
    }
    .request-form-radio {
        gap: 2.604vw;
        font-size: 4.167vw;
        line-height: 1.5;
    }
    .request-form-radio input {
        width: 3.125vw;
        height: 3.125vw;
    }
    input.request-form-input {
        height: 10.417vw;
        padding: 0 4.427vw;
        border: 0.26vw solid var(--color-border);
        font-size: 4.167vw;
    }
    select.request-form-select {
        height: 11.458vw;
        padding: 0 4.427vw;
        border: 0.26vw solid var(--color-border);
        font-size: 4.167vw;
    }
    .request-form-select {
        background-image: url("/imgs/request/icn_select_arrow.svg");
        background-position: right 3.906vw center;
        background-size: 2.604vw 1.823vw;
        padding-right: 10.417vw;
    }
    .request-form-address {
        gap: 2.604vw;
    }
    .request-form-zip {
        gap: 5.208vw;
    }
    .request-form-zip-label {
        font-size: 4.167vw;
        font-weight: 300;
        line-height: 1.5;
    }
    .request-form-zip .request-form-input {
        max-width: 45.573vw;
        flex: 0 1 45.573vw;
    }
    .request-form-submit {
        flex-direction: column;
        gap: 5.208vw;
        margin-top: 19.531vw;
    }
    .request-form-submit .btn-01.lg {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .request-form-submit .btn-01.lg a,
    .request-form-submit .btn-01.lg button {
        min-width: 0;
        width: 73.958vw;
        max-width: 100%;
        min-height: 17.448vw;
        padding: 2.865vw 5.339vw;
        font-size: 4.688vw;
        line-height: 1.25;
        text-align: center;
    }
    .request-form-submit .btn-01 button .arrow2 {
        right: 5.339vw;
        width: 2.604vw;
        height: 2.344vw;
    }
    .request-form-submit .request-form-back button .arrow2 {
        right: auto;
        left: 5.339vw;
    }
    .request-form-submit .btn-01 button .arrow2 > svg {
        width: 2.604vw;
        height: 2.344vw;
    }
    .request-form-submit .btn-01 button {
        width: 73.958vw;
        max-width: 100%;
    }
}

/*================
TransmitMail（確認・完了・エラー／バリデーション）
================*/
.request-form-errors {
    margin: 0 0 40px;
    padding: 20px 24px;
    border: 1px solid #d96b6b;
    border-radius: 10px;
    background: #fff5f5;
    color: #d96b6b;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
}
.request-form-errors p {
    margin: 0;
}
.request-form-errors ul {
    margin: 0.5em 0 0;
    padding-left: 1.2em;
}
.request-form-error {
    margin-top: 8px;
    color: #d96b6b;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}
.request-form-inline {
    display: contents;
}
.request-confirm-value {
    margin: 0;
    color: var(--color-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
}
.request-confirm-zip-label {
    font-weight: 600;
}
.finish-clm,
.error-clm {
    text-align: center;
}
.request-finish-lead {
    margin: 0;
    color: var(--color-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
}
.finish-clm .btn-01,
.error-clm .btn-01 {
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    .request-form-errors {
        margin-bottom: 7.813vw;
        padding: 5.208vw;
        border-width: 0.26vw;
        border-radius: 2.605vw;
        font-size: 4.167vw;
    }
    .request-form-error {
        margin-top: 2.083vw;
        font-size: 3.646vw;
    }
    .request-confirm-value {
        font-size: 4.167vw;
        line-height: 1.8;
    }
    .request-finish-lead {
        font-size: 4.167vw;
    }
    .finish-clm .btn-01,
    .error-clm .btn-01 {
        margin-top: 7.813vw;
    }
}
