.performance-video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.performance-video-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.performance-video-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.page-performance-main {
    margin-top: 120px;
}

@media (max-width: 767px) {
    .page-performance-main {
        margin-top: 90px;
    }
}

.page-head--video {
    position: relative;
    background: none;
    background-color: transparent;
}
.page-head--video::after {
    display: none;
}
@media (max-width: 767px) {
    .page-head--video {
        margin-top: 0 !important;
    }
}

.performance-breadcrumb {
    position: relative;
    z-index: 1;
}
.performance-breadcrumb .breadcrumb__item,
.performance-breadcrumb .breadcrumb__item a {
    color: #fff;
}
.performance-breadcrumb .breadcrumb__item:nth-of-type(n + 2)::after {
    color: #fff;
}

.page-performance {
    position: relative;
    background-color: transparent !important;
}

.page-block {
    max-width: 124rem;
    margin: 0 auto;
    padding: 10rem 2rem;
}
@media (max-width: 767px) {
    .page-block {
        padding: 6rem 1.6rem;
    }
}

.page-block__title {
    /* text-align: center; */
}

.page-block__title .title {
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.1em;
}
@media (max-width: 767px) {
    .page-block__title .title {
        font-size: 2.6rem;
    }
}

.page-block__title .title.en {
    margin: 20px 0 0;
    padding-bottom: 14px;
    font-size: 20px;
    color: #fff;
    position: relative;
    font-family: Futura, 'Century Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
}

.page-block__title .title.en::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 1px;
    background: #fff;
    right: auto;
}

@media (max-width: 767px) {
    .page-block__title .title.en {
        font-size: 1.4rem;
    }
}

.page-block__text {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    margin-top: 40px;
}
@media (max-width: 767px) {
    .page-block__text {
        font-size: 14px;
        margin-top: 30px;
    }
}

.page-block__content {
    margin-top: 60px;
}
@media (max-width: 767px) {
    .page-block__content {
        margin-top: 40px;
    }
}

.second-header {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    position: relative;
}
@media (max-width: 767px) {
    .second-header {
        font-size: 20px;
    }
}

.page-block__flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 3rem;
}
@media (max-width: 1024px) {
    .page-block__flex {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}
@media (max-width: 767px) {
    .page-block__flex {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

.page-card {
    border: none;
}

.page-card__top-title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
    line-height: 1.2;
    color: #fff;
}
@media (max-width: 767px) {
    .page-card__top-title {
        font-size: 18px;
        padding-bottom: 6px;
    }
}

.page-card__img {
    width: 100%;
    aspect-ratio: 4/3;
}

.page-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-card__detail-title {
    margin-top: 8px;
    border-bottom: 1px solid #999999;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
    color: #fff;
    line-height: 1.2;
}

.page-card__dl {
    display: flex;
    padding: 6px 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    align-items: flex-start;
    font-size: 16px;
}

.page-card__dl:last-child {
    border-bottom: none;
    padding-bottom: 15px;
}

.page-card__dt {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 60px;
    flex-shrink: 0;
    line-height: 1.6;
}
@media (max-width: 767px) {
    .page-card__dt {
        font-size: 16px;
        width: 55px;
    }
}

.page-card__dd {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}
@media (max-width: 767px) {
    .page-card__dd {
        font-size: 16px;
    }
}

/* ========================================
   Form Section
   ======================================== */

.form-container {
    /* max-width: 100rem; */
    margin: 0 auto;
}

.form-step {
    margin-top: 0;
}
@media (max-width: 767px) {
    .form-step {
        margin-top: 60px;
    }
}

.form-step__title-container {
    text-align: center;
    margin-bottom: 40px;
    background-color: #fff;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 40px 20px;
}

.form-step__title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 1.8;
}
@media (max-width: 767px) {
    .form-step__title {
        font-size: 16px;
    }
}

.form-step__title .text-big {
    display: block;
    font-size: 40px;
    line-height: 1.2;
    margin-top: 8px;
    letter-spacing: 0.1em;
    color: #333;
}
@media (max-width: 767px) {
    .form-step__title .text-big {
        font-size: 24px;
    }
}

.form-step__inner {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}
@media (max-width: 767px) {
    .form-step__inner {
        flex-direction: column;
        gap: 20px;
    }
}

.form-step-item {
    flex: 1;
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.form-step-item__title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding-bottom: 12px;
}

.form-step-item__title-number {
    display: inline;
    font-size: 42px;
    color: #fff;
    font-family: Futura, 'Century Gothic', sans-serif;
    line-height: 1;
    font-weight: bold;
}
@media (max-width: 767px) {
    .form-step-item__title-number {
        font-size: 34px;
    }
}

.form-step-item__content {
    background-color: #fff;
    padding: 24px 20px;
    margin-top: 0;
    flex: 1;
}

.form-step-item__top {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
    min-height: 70px;
    display: flex;
    align-items: center;
    min-height: 80px;
}
@media (max-width: 767px) {
    .form-step-item__top {
        font-size: 16px;
        min-height: auto;
    }
}

.form-step-item__text {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin-top: 8px;
    text-align: left;
}

/* Page Form */

.page-form {
    margin-top: 60px;
    padding: 40px 160px 80px;
    background-color: #fff;
}
@media (max-width: 767px) {
    .page-form {
        margin-top: 40px;
        padding: 2rem 1.6rem 3rem;
    }
}

.page-form__dl {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 24px 0;
    border-top: 1px solid #000;
}
.page-form__dl:last-child {
    border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
    .page-form__dl {
        flex-direction: column;
        gap: 12px;
        padding: 20px 0;
    }
}

.page-form__dt {
    width: 22rem;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 1.6;
    padding-top: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}
@media (max-width: 767px) {
    .page-form__dt {
        width: 100%;
        font-size: 15px;
    }
}

.page-form__dd {
    flex: 1;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    width: 100%;
}
.page-form__dd p {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.label-require {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #CC3301;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 2px;
    line-height: 1;
}

.page-form__checkbox {
    margin-bottom: 12px;
}
.page-form__checkbox:last-child {
    margin-bottom: 0;
}

.page-form .checkbox-label {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.page-form .wpcf7-list-item-label {
    color: #000;
    font-size: 16px;
    line-height: 1.6;
}

.page-form label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #000;
}

.page-form input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #1d55ae;
    flex-shrink: 0;
}

.wpcf7cf-hidden {
    display: none;
}

.open {
    margin-top: 16px;
    padding: 20px 24px;
    background-color: #fff;
    border: 1px solid #000;
}
@media (max-width: 767px) {
    .open {
        padding: 16px;
    }
}

.open__dl {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px solid #000;
}
.open__dl:last-child {
    border-bottom: none;
}
@media (max-width: 767px) {
    .open__dl {
        flex-direction: column;
        gap: 8px;
    }
}

.open__dt {
    width: 12rem;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1.6;
    padding-top: 4px;
}
@media (max-width: 767px) {
    .open__dt {
        width: 100%;
    }
}

.open__dd {
    flex: 1;
    font-size: 16px;
        color: #000;
}
.open__dd p {
    color: #000;
    font-size: 16px;
    margin-bottom: 6px;
}

.page-form__text {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.page-form__text input[type="text"],
.page-form__text input[type="tel"] {
    padding: 10px 12px;
    border: 1px solid #000;
    background-color: rgba(255, 255, 255, 0.1);
    color: #000;
    font-size: 16px;
    border-radius: 4px;
    width: 200px;
    max-width: 100%;
}
@media (max-width: 767px) {
    .page-form__text input[type="text"],
    .page-form__text input[type="tel"] {
        width: 100%;
    }
}

.page-form__text input::placeholder {
    color: #000;
}

.page-form__unit {
    font-size: 14px;
    color: #000;
    white-space: nowrap;
}

.page-form__flex {
    display: flex;
    align-items: center;
    gap: 8px;
}
@media (max-width: 767px) {
    .page-form__flex {
        flex-wrap: wrap;
    }
}

.page-form__flex-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.page-form__fullWidth {
    width: 100%;
}
.page-form__fullWidth input {
    width: 100% !important;
}

.page-form__textarea textarea {
    padding: 8px;
    border: 1px solid #ccc;
    background-color: #eeeeee;
    border-radius: 2px;
    width: 100%;
    margin-bottom: 0;
}

.page-form__name input,
.page-form__email input,
.page-form__tel input,
.page-form__address input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    background-color: #eeeeee;
    font-size: 16px;
    border-radius: 4px;
}
.page-form__post-number {
    display: flex;
    align-items: center;
    gap: 8px;
}
.page-form__post-number input {
    width: 160px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    background-color: #eeeeee;
    font-size: 16px;
    border-radius: 4px;
}

.mt16 {
    margin-top: 16px;
}

.mb-3 {
    margin-bottom: 12px;
}

.page-form__bottom {
    margin-top: 40px;
    text-align: center;
}
.page-form__bottom p {
    font-size: 14px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 24px;
}

.text-link {
    color: #000;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}
.text-link:hover {
    opacity: 0.7;
}

.page-form__btn {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-black {
    width: 100%;
    height: 80px;
    font-weight: bold;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    cursor: pointer;
}

.btn-black:hover {
    background-color: #fff;
    color: #000;
}

.btn-white {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 60px;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #000;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn-white:hover {
    background-color: #fff;
    color: #000;
}
@media (max-width: 767px) {
    .btn-white {
        width: 100%;
        height: 50px;
    }
}

.wpcf7c-force-hide {
    display: none !important;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 24px;
}