.wpcf7,
.wpcf7-no-js {
  max-width: 100%; 
  margin: 0 auto;  
  width: 100%;
}
.wpcf7-response-output {
  display: block;
  margin: 24px 0 0;
}
.wpcf7 .hidden-fields-container {
  display: none !important;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.contact-form .wpcf7-not-valid-tip {
  display: none;
}

.dp-plus,
.dp-plus *,
.dp-plus *::before,
.dp-plus *::after {
    box-sizing: border-box;
}

.layout-fix {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.dp-plus a {
    text-decoration: none;
    cursor: pointer;
}

.dp-plus button {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

h1.visually-hidden,
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

/*====================
フォントの振り分け
====================*/
:root {
    --font-sans: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-serif: "Noto Serif JP", "Noto Sans JP", serif;
}

.dp-plus {
    font-family: var(--font-serif);
}

.d-sans {
    font-family: var(--font-sans);
}

/*====================
ボタンアクション
====================*/
.dp-plus a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.dp-plus p {
    margin: 0;
    padding: 0;
}

.text-layout-fix,
.text-layout-fix li,
.athlete-detail-list,
.athlete-detail-item,
.athlete-career-area dt,
.athlete-career-area dd,
.comment-area,
.comment-area dt,
.comment-area dd {
    margin: 0;
    padding: 0;
}

.text-layout-fix {
    list-style: none;
}

.border-run {
    max-width: 250px;
    z-index: 10;
}

.btn-style {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 250px;
    height: 42px;
}

.dp-plus .btn-style-text {
    margin-left: 34px;
    font-weight: 400;
    font-feature-settings: "palt";
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.dp-plus .btn-style-text-delta {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.dp-plus .btn-style-text-color-white {
    color: #FFFFFF;
}

.text-passive {
    opacity: 0;
    transition: all 0.3s linear;
}


.border-run {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #000000;
    text-decoration: none;

}

.border-run-color-white {
    color: #FFFFFF;
}

.border-run-line {
    position: absolute;
    background: currentColor;
    opacity: 1;
}

.border-run-line.t {
    left: 0;
    top: 0;
    height: 2px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .18s ease .18s;
}

.border-run-line.r {
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .18s ease .36s;
}

.border-run-line.b {
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    transform: scaleX(1);
    transform-origin: right;
    transition: none;
}

.border-run-line.l {
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .18s ease 0s;
}

.border-run:hover .border-run-line.t,
.border-run:hover .border-run-line.r,
.border-run:hover .border-run-line.l,
.border-run:focus-visible .border-run-line.t,
.border-run:focus-visible .border-run-line.r,
.border-run:focus-visible .border-run-line.l {
    transform: scale(1);
}

.border-run:hover .text-passive {
    opacity: 1;
}

.border-run:focus-visible {
    outline: none;
}

.dp-plus a.border-run {
    margin-top: 20px;
}

@media screen and (max-width:1030px) {
    .dp-plus a.border-run-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 6px;
        padding-bottom: 10px;
        border: 1px solid #000000;
        max-width: 320px;
        width: 100%;
        gap: 10px;
        z-index: 10;
    }

    .dp-plus a.btn-border-color {
        border: 1px solid #FFFFFF;
    }

    .border-run-mobile p.d-sans {
        font-size: 14px;
        line-height: normal;
    }

    .height-fix {
        height: 24px;
    }
}

/*====================
contents　汎用CSS
====================*/
.contents-item-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1520px;
    width: 100%;
    gap: clamp(40px, calc(37.45px + 8.5106vw), 80px);
}

.contents-item-area.area-fix {
    margin-top: clamp(30px, calc(18.43px + 1.1236vw), 40px);
}

.contents-item {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(50px, calc(18.09px + 4.2662vw), 100px);
    width: 100%;
}

.contents-item-text-area {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contents-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    max-width: clamp(500px, calc(199.10px + 29.2135vw), 760px);
    width: 100%;
    z-index: 2;
}

.contents-img img {
    display: block;
    width: 100%;
}

.contents-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: clamp(420px, calc(142.25px + 26.9663vw), 660px);
    width: 100%;
    gap: clamp(10px, calc(6.48px + 0.7042vw), 20px);
    z-index: 3;
}

.contents-text h2.c-text-heder {
    font-size: clamp(24px, calc(5.48px + 1.7978vw), 40px);
    line-height: clamp(40px, calc(0.00px + 3.1250vw), 60px);
    font-weight: 600;
    color: #004097;
    width: 100%;
}

.contents-text h3.c-text-label {
    font-size: clamp(20px, calc(16.48px + 0.7042vw), 30px);
    line-height: clamp(36px, calc(31.07px + 0.9859vw), 50px);
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #000000;
    width: 100%;
}

.contents-deco-line {
    width: 100%;
    height: 1px;
    background-color: #000000;
}

.contents-text h4.c-text-notes {
    font-size: clamp(16px, calc(12.00px + 0.3125vw), 18px);
    line-height: clamp(34px, calc(31.89px + 0.4225vw), 40px);
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: justify;
    width: 100%;
}

.contents-movie-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
    max-width: clamp(970px, calc(333.48px + 61.7978vw), 1520px);
    width: 100%;
}

.contents-movie-item {
    overflow: hidden;
    display: flex;
    border-radius: 20px;
    width: 48%;
    aspect-ratio: 16 / 9;
}

.contents-movie-item iframe.iframe-style {
    width: 100%;
}

@media screen and (max-width:1030px) {
    .dp-uniqueness-area {
        max-width: 430px;
        padding: 50px 20px;
    }

    .contents-item {
        flex-direction: column;
        gap: 20px;
    }

    .contents-img {
        border-radius: 12px;
    }

    .contents-img img {
        width: 100%;
    }

    .contents-text h2.c-text-heder {
        font-feature-settings: "halt";
        text-align: center;
    }

    .contents-text h3.c-text-label {
        font-size: clamp(18px, calc(4.36px + 3.6364vw), 20px);
        line-height: clamp(32px, calc(31.74px + 0.8511vw), 36px);
        font-feature-settings: "halt";
    }

    .contents-text h4.c-text-notes {
        font-size: clamp(14px, calc(8.00px + 1.6000vw), 16px);
        line-height: clamp(16px, calc(14.85px + 3.8298vw), 34px);
        font-feature-settings: "palt";
    }

    .contents-item-area.area-fix {
        margin: 0;
    }

    .contents-movie-area {
        flex-direction: column;
        margin-top: 20px;
        gap: 20px;
    }

    .contents-movie-item {
        width: 100%;
        border-radius: 12px;
    }
}

/*====================
#dp-side-item
====================*/
.dp-side-item-fix {
    position: fixed;
    top: clamp(90px, 6.9vw, 120px);
    left: 0;
    z-index: 100;
}

@media screen and (min-width:1921px) {
    .dp-side-item-fix {
        left: calc((100% - 1920px) / 2);
    }
}

.dp-side-item-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: clamp(500px, calc(-100.00px + 46.8750vw), 800px);
    width: 100%;
    gap: clamp(10px, calc(-20.00px + 2.0833vw), 20px);
}

.dp-side-item-area img {
    width: 100%;
}

@media screen and (max-width:1030px) {
    .dp-side-item-fix {
        display: none;
    }

    .dp-side-item-area {
        flex-direction: row;
        max-width: 1000px;
        align-items: flex-end;
        padding: 50px 20px;
    }

    .dp-side-item-area {
        flex-direction: column;
        max-width: 430px;
        margin-top: 100px;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 0;
    }

    .dp-side-item-area h2.label {
        text-align: center;
    }

    .dp-side-item-area p.notes {
        width: 290px;
    }
}


/*====================
contact
====================*/
.close-btn {
    position: fixed;
    top: calc(40px + clamp(90px, 6.9vw, 120px));
    right: 40px;
    z-index: 9999;
}

@media screen and (min-width:1921px) {
    .close-btn {
        right: calc((100% - 1880px) / 2);
    }
}

@media screen and (max-width:768px) {
    .close-btn {
        top: calc(20px + clamp(70px, 8vw, 80px));
        right: 20px;
    }
}

.contact-ara {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 1000px;
    width: 100%;
    padding: 100px 20px;
    padding-bottom: 200px;
    gap: 30px;
}

.contact-ara h2.label {
    margin-bottom: 60px;
    font-size: clamp(20px, calc(16.48px + 0.7042vw), 30px);
    line-height: clamp(36px, calc(31.07px + 0.9859vw), 50px);
    font-weight: 600;
    max-width: 560px;
    width: 100%;
    text-align: center;
    color: #000000;
}

.contact-item-area {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 560px;
    width: 100%;
    height: fit-content;
    gap: 50px;
    transition: all 0.2s linear;
}

.contact-item-area img.scroll-img {
    position: absolute;
    top: 0;
    right: -90px;
    width: 30px;
} 

.foam-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 40px;
}

.toggle-btn-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.toggle-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
    border: 1px solid #6B6B6B;
    background-color: #D6D6D6;
    border-radius: 50px;
    max-width: 250px;
    width: 100%;
    height: 46px;
}

.btn-active {
    border: none;
    background-color: #000000;
}

.toggle-btn .btn-text {
    font-size: 22px;
    line-height: 22px;
    color: #6B6B6B;
}

.toggle-btn .text-active {
    color: #FFFFFF;
}

.input-area-01 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 6px 20px;
    width: 100%;
    height: 46px;
    border: 1px solid #000000;
    border-radius: 10px;
}

.foam-area .in-text {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    color: #6B6B6B;
}

.foam-area .check-text {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #000000;
}

.foam-area .label-text {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
}

.input-area-02 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
}

.check-box-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.check-box {
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border: 1px solid #000000;
    border-radius: 6px;
}

.input-area-03 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    width: 100%;
    height: 200px;
    border: 1px solid #000000;
    border-radius: 10px;
}

.input-area-04 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    width: 100%;
    height: 300px;
    border: 1px solid #000000;
    border-radius: 10px;
}

.input-area-05 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.check-box-area-fix {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
}

.check-box-area-fix-02 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 12px;
    column-gap: 50px;
}

.check-box-area-fix-03 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.input-area-06 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.flie-area-fix {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.flie-area {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
    width: 100px;
    height: 30px;
    border: 1px solid #000000;
    border-radius: 6px;
}


.foam-area .check-with-fix {
    width: 210px;
}


@media screen and (max-width:1030px) {
    .contact-ara {
        max-width: 430px;
        padding: 50px 20px;
        align-items: center;
        padding-bottom: 100px;
    }

    .foam-area {
        gap: 20px;
    }

    .foam-area .in-text {
        font-size: 18px;
    }

    .toggle-btn .btn-text {
        font-size: 18px;
        line-height: 18px;
    }

    .toggle-btn {
        max-width: 180px;
        height: 36px;
    }

    .input-area-02 {
        gap: 30px;
    }

    .input-area-04 {
        height: 300px;
    }

    .input-area-05 {
        margin-top: 20px;
    }

    .foam-area .label-text {
        font-size: 20px;
    }

    .input-area-06 {
        margin-top: 20px;
    }

    .foam-area .check-text {
        font-size: 16px;
    }

    .input-area-fix {
        margin-top: 20px;
    }

    .contact-ara h2.label {
        margin: 0;
    }
}

@media screen and (max-width:500px) {
    .toggle-btn {
        width: clamp(160px, calc(40.00px + 32.0000vw), 200px);
    }
}



/*====================
レスポンシブ切り替え
====================*/
.d-pc {
    display: flex;
}

.d-mobile {
    display: none;
}

img.d-pc {
    display: block;
}

img.d-mobile {
    display: none;
}

.hero-area img.d-pc {
    display: block;
}

.hero-area img.d-mobile {
    display: none;
}

.d-pc-s {
    display: inline-block;
}

.d-mobile-s {
    display: none;
}

@media screen and (max-width:1030px) {
    .d-pc {
        display: none;
    }

    .d-mobile {
        display: flex;
    }

    img.d-pc {
        display: none;
    }

    img.d-mobile {
        display: block;
    }

    .d-pc-s {
        display: none;
    }

    .d-mobile-s {
        display: inline-block;
    }
}

@media screen and (max-width:500px) {
    .hero-area img.d-pc {
        display: none;
    }

    .hero-area img.d-mobile {
        display: block;
    }
}

/*====================
contact　フォーム実装用追記
====================*/
.form-block {
    width: 100%;
}

.toggle-btn {
    position: relative;
    cursor: pointer;
}

.toggle-input,
.choice-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.toggle-btn.btn-active {
    border: none;
    background-color: #000000;
}

.toggle-btn .btn-text.text-active {
    color: #FFFFFF;
}

.form-input,
.form-textarea {
    display: block;
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    font-family: var(--font-serif);
    font-weight: 400;
    color: #000000;
}

.form-input {
    height: 100%;
    font-size: 22px;
    line-height: 22px;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #6B6B6B;
    opacity: 1;
}

.choice-input:checked + .check-box::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 2px;
    background: #004097;
}

.form-textarea {
    resize: none;
    height: 100%;
    font-size: 22px;
    line-height: 1.5;
}

.contact-submit-btn,
.contact-submit-btn-mobile {
    align-self: center;
}

.dp-plus button.border-run {
    margin-top: 20px;
}

.dp-plus button.border-run-mobile {
    display: none;
}

.form-error-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.contact-form-error-summary {
    width: 100%;
    margin-top: 6px;
    margin-bottom: -10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: #B51515;
}

.contact-form-error-summary[hidden] {
    display: none !important;
}

.form-block.is-error .input-area-01,
.form-block.is-error .input-area-04 {
    border-color: #B51515;
    background-color: #FFCECE;
}

.form-block.is-error .form-input,
.form-block.is-error .form-textarea,
.form-block.is-error .form-input::placeholder,
.form-block.is-error .form-textarea::placeholder {
    color: #B51515;
}

.form-block.is-error .input-area-05 .label-text,
.form-block.is-error .input-area-05 .check-text {
    color: #000000;
}

.form-block.is-error .input-area-05 .check-box {
    border-color: #B51515;
    background-color: #FFCECE;
}

@media screen and (max-width:1030px) {
    .form-input {
        font-size: 18px;
    }

    .form-textarea {
        font-size: 18px;
    }

    .contact-form-error-summary {
        font-size: 16px;
        line-height: 24px;
        margin-top: 6px;
        margin-bottom: -4px;
    }

    .dp-plus button.border-run-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 6px;
        padding-bottom: 10px;
        border: 1px solid #000000;
        max-width: 320px;
        width: 100%;
        gap: 10px;
        z-index: 10;
        background-color: transparent;
    }
}


/*====================
contact　完了表示追記
====================*/
.contact-ara.is-complete-view {
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.contact-ara.is-complete-view > h2.label {
    display: none;
}

.contact-item-area.is-complete-view {
    width: 100%;
}

.contact-item-area.is-complete-view .scroll-img {
    display: none;
}

.recruit-complete-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 80px 40px;
    border: 1px solid #000000;
    border-radius: 20px;
    background: #FFFFFF;
    text-align: center;
}

.complete-title {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 500;
    color: #004097;
}

.complete-text {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
}

@media screen and (max-width:1030px) {
    .contact-ara.is-complete-view {
        max-width: 430px;
        padding: 50px 20px 100px;
        align-items: center;
        justify-content: flex-start;
        height: auto;
    }

    .recruit-complete-area {
        padding: 50px 20px;
        border-radius: 12px;
    }

    .complete-title {
        font-size: 22px;
    }

    .complete-text {
        font-size: 16px;
    }
}


/*====================
hidden切り替え補正
====================*/
[hidden] {
    display: none !important;
}
