@font-face {
  font-family: 'foridephead';
  src: url("https://22565638.fs1.hubspotusercontent-na1.net/hubfs/22565638/idep-fonts/HelveticaNeue-Condensed.woff") format("woff")
  font-style: normal;
  font-display: swap;
}

.row-fluid {
    background-color: #000;
}

.hs_cos_wrapper.widget-type-form {
    background-color: #000;
}

.modal-content h2 {
    font-family: 'foridephead', "helvetica-neue-condensed", "Helvetica Neue", sans-serif;
}

form {
    background: #111;
    border-radius: 16px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 40px;
    width: 1144px;
}

@media screen and (max-width: 1144px) {
    form {
        width: 100%;
    }
}

form fieldset {
    width: 100%;
    max-width: 100% !important;
}

form .input {
    padding: 8px 0 16px 0;
}

.hs-error-msg {
    color: #fff;
}

.slide_inner_cont {
    height: 670px !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hs-form-field label span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    font-family: helvetica-neue-condensed, Helvetica Neue, Arial, Hiragino Sans, Hiragino Kaku Gothic ProN, BIZ UDPGothic, Meiryo, sans-serif;
    margin-bottom: 8px;
}

.hs-form-field label span.hs-form-required {
    color: #e54b4b;
    margin-left: 8px;
}

.hs-form-field input[type=email], .hs-form-field input[type=tel], .hs-form-field input[type=text], .hs-form-field select, .hs-form-field textarea {
    background: #1a1a1a;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    font-family: Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    outline: none;
    padding: 19px 24px;
    width: 100% !important;
}

.hs-form-booleancheckbox .hs-form-field label span {
    margin-left: 8px;
}

.form-columns-0 {
    text-align: center;
    color: #fff;
}

form .actions {
    text-align: center;
}

form .actions input[type=submit] {
    background: #d0fe04;
    border: none;
    border-radius: 8px;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 24px auto 0;
    padding: 20px 0;
    text-align: center;
    transition: background .2s;
    width: 350px;
}

@media screen and (max-width: 767px) {
    form .actions input[type=submit] {
        max-width: 280px;
    }
}

.marquee_logos {
    position: absolute;
    bottom: 0;
    left: auto;
    width: 100vw;
    height: 80px;  /* marqueeの高さを設定 */
    overflow: hidden;
    background: rgba(255, 255, 255, 0.611);  /* 背景を半透明に */
}

.marquee_logos .marquee-content {
    display: flex;
    animation: marquee 20s linear infinite;
    white-space: nowrap;
}

.marquee_logos .marquee-item {
    height: 80px;  /* marqueeと同じ高さ */
    margin-right: 0px;  /* 画像間のスペース */
    flex-shrink: 0;
}

.marquee_logos .marquee-item img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

li.hs-form-booleancheckbox {
    text-align: center;
}
li.hs-form-booleancheckbox span {
    margin-left: 8px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* アニメーションをスムーズにするために2つ目のアニメーションを追加 */
.marquee_logos .marquee-content:hover {
    animation-play-state: paused;
}

/* 画面幅が小さい場合はアニメーション速度を調整 */
@media (max-width: 767px) {
    .marquee_logos .marquee-content {
        animation-duration: 25s;
    }
    .slide_inner_cont {
        height: calc(100vh -38px) !important;
    }
    .slide_inner_cont {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (max-width: 1600px) {
    #flow {
        padding-bottom: 100px !important;
    }
}

@media (max-width: 1600px) {
    .flow-number {
        margin: 0 auto !important;
        margin-bottom: 40px !important;
    }
}

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

label.privacy-check-label {
    font-family: "helvetica-neue-condensed", "Helvetica Neue", sans-serif;
}

a.privacy-link {
    font-family: "helvetica-neue-condensed", "Helvetica Neue", sans-serif;
}

div.privacy-desc {
    font-family: "helvetica-neue-condensed", "Helvetica Neue", sans-serif;
}


p.research_supplement {
    font-family: "helvetica-neue-condensed", "Helvetica Neue", sans-serif;
}

.player-content .function-item img {
    margin-left: 30px
}

.my-html {
    background-color: #000;
    position: relative;
    overflow-x: hidden;
}

.content-wrapper {
    position: relative;
}

.mov_concept_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 600px;
    width: 800px;
    z-index: 10;
}

.mov_concept_container video {
  height: 600px;
}

@media screen and (max-width: 767px) {
  .mov_concept_container {
    width: 100%;
  }
}

#key__visual {
    position: relative;
    background: #000;
    height: 700px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
    z-index: 2;
}

.key-visual-content {
    position: relative;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.appeal-text {
    position: absolute;
    right: 20px;
    top: 154px;
    transform: none;
    font-family: "helvetica-neue-condensed", "Helvetica Neue", sans-serif;
    font-weight: 600;
    font-size: 56px;
    color: #fff;
    text-align: left;
}

.marquee {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    padding: 20px 0;
}

.marquee-content {
    display: flex;
    animation: marquee 20s linear infinite;
    white-space: nowrap;
}

.marquee-content span {
    font-family: "Copperplate", serif;
    font-weight: 700;
    font-size: 56px;
    color: rgba(208, 254, 4, 0.5);
    padding-right: 32px;
}

.store-buttons {
    position: absolute;
    right: 20px;
    top: calc(154px + 140px + 60px);
    display: flex;
    gap: 16px;
}

.store-btn img {
    height: 60px;
    width: auto;
    display: block;
    max-width: 100%;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* 再利用可能なセクションタイトルコンポーネント */
.section-title-container {
    text-align: center;
    padding-bottom: 60px;
}

/* スイッチラベルのコンテナ */
.switch-labels {
    display: inline-flex;
    background-color: #2B2B2B;
    padding: 3px 5px;
    border-radius: 18px;
    margin-bottom: 16px;
}

/* ラベルの基本スタイル */
.section-label {
    display: inline-block;
    background-color: #1C2107;
    color: #D0FE04;
    font-family: "Copperplate", serif;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 10px;
    border-radius: 14px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

/* ラベル間のスペース */
.section-label + .section-label {
    margin-left: 10px;
}

/* アクティブ状態のスタイル */
.function-section-label.active {
    background-color: #D0FE04;
    color: #000000;
}
.function-section-label {
    background-color: #1C2107;
    color: #D0FE04;
    cursor: pointer;
    margin-bottom: 0;
}
.function-section-label {
    min-width: 101px;
}

.section-heading {
    font-family: 'foridephead',"helvetica-neue-condensed", "Helvetica Neue", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    margin-bottom: 16px;
}

.section-description {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

/* リーズンセクション */
#reason {
    position: relative;
    padding: 120px 0;
    background: #000;
    z-index: 2;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

#reason > .section-title-container {
    max-width: 1400px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

#reason > .reason-cards {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.reason-cards {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.reason-card {
    background-color: #111111;
    border-radius: 20px;
    padding: 32px;
    width: calc((100% - 48px) / 3);
    position: relative;
}

.neon-circle {
    width: 32px;
    height: 32px;
    background-color: #D0FE04;
    border-radius: 50%;
    box-shadow: 0 0 24px #D0FE04;
    position: absolute;
    top: 32px;
    left: 32px;

    display: none;
}

.reason-card-title {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 24px;
    color: #fff;
    /* margin-top: 60px; */
    margin-top: 10px;
    color: #D0FE04;
    margin-bottom: 23px;
}

.reason-card-text {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}

/* 動画セクション */
#mov {
    position: relative;
    height: 600px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}

/* コンセプトセクション */
#concept {
    position: relative;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    padding: 0px 0 120px 0;
    z-index: 2;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

#concept .section-title-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 動画を隠すための背景 */
#concept::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh; /* ビューポートの高さ分の背景を追加 */
    background-color: #000;
}

/* コンセプトセクション内容 */
.concept-content {
    max-width: 1400px;
    margin: 120px auto 0;
    padding: 0 20px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.concept-text {
    flex: 1;
}

.concept-subtitle {
    font-family: "helvetica-neue-condensed", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 28px;
    color: #fff;
    margin-bottom: 24px;
}

.concept-description {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 24px;
}

.concept-points {
    list-style: none;
    padding: 0;
}

.concept-points li {
    display: flex;
    align-items: center;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.concept-points li:last-child {
    margin-bottom: 0;
}

.point-number {
    margin-right: 16px;
    padding: 4px 7px;
    font-family: "Copperplate", serif;
    font-size: 90px;
    font-weight: 700;
    color: #D0FE04;
}
.point-number-section {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.concept-points-subsection {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.point-header{
  color:#D0FE04;
  font-size: 30px;
}

.concept-image {
    flex: 1;
}

.concept-image img {
    height: 390px;
    width: auto;
    display: block;
}

/* ファンクションセクション */
#function {
    position: relative;
    z-index: 2;
    background: #000;
    padding: 120px 0 180px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

#function > .section-title-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.function-content {
    max-width: 1400px;
    margin: 60px auto 0;
    padding: 0 20px;
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.function-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.function-item {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
}

.function-item + .function-item {
    margin-top: 80px;
}

.function-item:nth-child(even) {
    flex-direction: row-reverse;
}

.function-text {
    flex: 1;
}

.player-content .function-item {
    max-width: 800px;
    margin: 0 auto;   
}

.function-number {
    display: inline-block;
    background-color: #1C2107;
    padding: 10px 8px;
    border-radius: 100px;
}

.function-number span {
    font-family: "Copperplate", serif;
    font-size: 20px;
    font-weight: 700;
    color: #D0FE04;
}

.function-title {
    font-family: "helvetica-neue-condensed", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: #fff;
    margin-top: 20px;
}

.function-subtitle {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 18px;
    color: #CCCCCC;
    margin-top: 18px;
}

.function-detail {
    display: flex;
    align-items: flex-start;
    margin-top: 18px;
}

.function-point {
    width: 10px;
    height: 10px;
    min-width: 10px;
    background-color: #D0FE04;
    border-radius: 50%;
    margin-top: 8px;
}

.function-description {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
    margin-left: 16px;
}

.function-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.function-image img {
    height: 400px;
    width: auto;
    display: block;
}

.manager-content .function-image img {
    width: 100%;
    height: auto;
}

.player-content .function-image {
    justify-content: flex-start;
}

.player-content .function-item:nth-child(2n) .function-image {
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .player-content .function-item:nth-child(2n) .function-image {
    justify-content: flex-start;
  }
}

/* フローセクション */
#flow {
    position: relative;
    z-index: 2;
    background: #F5F5F7;
    padding: 0 0 400px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

.support-image02 {
    position: absolute;
    top: 121px;
    left: calc(50% + 280px - 800px);
    height: 160px;
    width: auto;
    z-index: 1;
}

.support-image01 {
    position: absolute;
    top: calc(100px + 60px + 200px + 180px);
    left: calc(50% - 700px + 860px);
    height: 160px;
    width: auto;
    z-index: 1;
}

.flow-background {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 689px;
    width: auto;
    z-index: -1;
}

#flow .section-title-container {
    padding-top: 100px;
    position: relative;
    z-index: 2;
}

.flow-cards {
    position: relative;
    z-index: 2;
    max-width: 1600px;
    margin: 60px auto 0;
    padding: 0 20px;
    display: flex;
    gap: 60px;
    justify-content: center;
}

.flow-card {
    flex: 1;
    background: #fff;
    padding: 32px;
    display: flex;
    align-items: center;
    position: relative;
    height: 200px;
    box-sizing: border-box;
    white-space: nowrap;
}

/* 中央のカード */
.flow-card:nth-child(2) {
    background: transparent;
    position: relative;
    z-index: 1;
    background-color: #000;
}

.flow-card:nth-child(2)::before {
    content: '';
    position: absolute;
    right: -43px;
    top: 0;
    width: 85px;
    height: 200px;
    clip-path: polygon(100% 0, 0 0, 50% 200px);
    background-color: #000;
    rotate: 180deg;
    z-index: -1;
}

.flow-card:nth-child(2)::after {
    content: '';
    position: absolute;
    left: -44px;
    top: 0;
    width: 85px;
    height: 200px;
    clip-path: polygon(100% 0, 50% 200px, 0 0);
    background-color: #000;
    z-index: 1;
}

.flow-card:nth-child(2) h3,
.flow-card:nth-child(2) p {
    color: #fff;
}

/* 左のカード */
.flow-card:first-child::after {
    content: '';
    position: absolute;
    right: -43px;
    top: 0;
    width: 85px;
    height: 200px;
    clip-path: polygon(100% 0, 0 0, 50% 200px);
    background-color: #fff;
    z-index: 1;
    rotate: 180deg;
}

/* 右のカード */
.flow-card:last-child {
    padding-right: 79px;
}
.flow-card:last-child::before {
    content: '';
    position: absolute;
    left: -44px;
    top: 0;
    width: 85px;
    height: 200px;
    clip-path: polygon(100% 0, 50% 200px, 0 0);
    background-color: #fff;
    z-index: 1;
}

.flow-number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1C2107;
    padding: 20px 28px;
    border-radius: 100px;
    margin-right: 32px;
    flex-shrink: 0;
}

.flow-number span {
    font-family: "Copperplate", serif;
    font-size: 39px;
    font-weight: 700;
    color: #D0FE04;
}

.flow-content {
    flex-grow: 1;
    white-space: normal;
}

.flow-content h3 {
    font-family: "helvetica-neue-condensed", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #000;
    margin-bottom: 21px;
    white-space: nowrap;
}

.flow-content p {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

/* 中央のカードのテキスト色調整 */
.flow-card:nth-child(2) .flow-content h3,
.flow-card:nth-child(2) .flow-content p {
    color: #fff;
}

#flow .section-title-container .section-heading {
    color: #000;
}

#flow .section-title-container .section-description {
    color: #000;
}

.flow-support-text {
    position: absolute;
    top: calc(100px + 130px);
    right: calc(50% - 830px);
    width: 600px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1.6;
    z-index: 2;
    text-align: left;
}

.flow-support-text-left {
    position: absolute;
    top: calc(200px + 60px + 200px + 180px);
    left: calc(50% - 700px);
    width: 600px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1.6;
    z-index: 2;
}

#faq {
    position: relative;
    z-index: 2;
    background: #F5F5F7;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.faq-content {
    max-width: 1400px;
    margin: 60px auto 0;
    padding: 0 20px;
    display: flex;
    gap: 32px;
}

.faq-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.faq-item {
    background: #111111;
    border-radius: 12px;
    overflow: hidden;
}

.faq-question {
    padding: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.question-text {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.toggle-btn {
    background: #D0FE04;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding: 0 0 5px 0;
    line-height: 1;
    box-sizing: border-box;
}

.faq-answer {
    padding: 0 27px 27px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #CCCCCC;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .toggle-btn {
    padding: 3px 15px 9px 15px;
}

#faq .section-title-container .section-heading {
    color: #000;
}

#faq .section-title-container .section-description {
    color: #000;
}

#news {
    position: relative;
    z-index: 2;
    background: #000;
    padding: 100px 0 0 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
}

#news .section-title-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#news .title-wrapper {
    text-align: left;
}

#news .section-heading {
    color: #fff;
}

#news .section-description {
    color: #fff;
}

.view-more {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    margin-bottom: 4px;
}

.view-more span {
    font-family: "Copperplate", serif;
    font-size: 18px;
    font-weight: bold;
    color: #D0FE04;
}

.view-more img {
    width: 30px;
    height: 30px;
}

.news-cards {
    max-width: 1400px;
    margin: 32px auto 0;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 340px);
    gap: 32px;
    justify-content: flex-start;
}

.news-card {
    display: flex;
    background: #111111;
    text-decoration: none;
    height: 150px;
    border-radius: 12px;
    overflow: hidden;
}

.news-content {
    flex: 1;
    padding: 28px 19px;
}

.news-content h3 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
    max-width: 40ch;
}

.news-image {
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#interview {
    position: relative;
    z-index: 2;
    background: #000;
    padding: 80px 0 100px 0;
    margin-top: 0;
}

#interview .section-title-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#interview .title-wrapper {
    text-align: left;
    max-width: none;
}

#interview .section-label {
    color: #D0FE04;
    font-family: 'Copperplate', serif;
    font-size: 14px;
    font-weight: 700;
    background-color: #1C2107;
    padding: 8px 10px;
    border-radius: 14px;
    margin-bottom: 16px;
    display: inline-block;
}

#interview .section-heading {
    color: #fff;
    font-size: 40px;
    font-family: "helvetica-neue-condensed", "Helvetica Neue", sans-serif;
    font-weight: 900;
    margin-bottom: 16px;
}

#interview .section-description {
    color: #fff;
    font-size: 16px;
    font-family: "Helvetica Neue", sans-serif;
    max-width: 800px;
    margin: 0 auto;
}

#interview .view-more {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    margin-bottom: 4px;
    color: #D0FE04;
    font-family: 'Copperplate', serif;
    font-size: 18px;
    font-weight: bold;
}

#interview .view-more img {
    width: 30px;
    height: 30px;
}

#interview .news-cards {
    max-width: 1400px;
    margin: 32px auto 0;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 340px);
    gap: 32px;
    justify-content: flex-start;
}

#interview .news-card {
    display: flex;
    background: #111111;
    text-decoration: none;
    height: 150px;
    border-radius: 12px;
    overflow: hidden;
    flex-direction: row;
}

#interview .news-content {
    flex: 1;
    padding: 28px 19px;
    display: flex;
    align-items: center;
}

#interview .news-content h3 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
}

#interview .news-image {
    width: 150px;
    height: 150px;
    overflow: hidden;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#interview .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#contact {
    position: relative;
    z-index: 2;
    background: #000;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 180px 0 120px 0;
}
#contact .section-title-container {
    max-width: 1400px;
    margin: 0 auto 80px auto;
    padding: 0 20px;
}
.contact-card {
    background: #111111;
    border-radius: 16px;
    width: 1144px;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.contact-row {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}
.contact-row:last-child {
    margin-bottom: 0;
}
.contact-row-flex {
    flex-direction: row;
    gap: 24px;
}
.contact-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.contact-label {
    margin-bottom: 8px;
    font-family: "helvetica-neue-condensed", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
}
.required {
    margin-left: 8px;
    color: #E54B4B;
    font-size: 14px;
    font-weight: bold;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
    background: #1A1A1A;
    color: #fff;
    font-size: 14px;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: normal;
    border: none;
    border-radius: 8px;
    padding: 19px 24px;
    margin-bottom: 0;
    outline: none;
    box-sizing: border-box;
}
.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form textarea::placeholder {
    color: #666666;
    opacity: 1;
}
.contact-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><path d="M4 6l4 4 4-4" stroke="%23D0FE04" stroke-width="2" fill="none" stroke-linecap="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
    padding-right: 40px;
}
.contact-form select:valid {
    color: #fff;
}
.contact-form textarea {
    margin-bottom: 0;
}
.contact-privacy-row {
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
}
.privacy-desc {
    margin-top: 16px;
    margin-bottom: 24px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "Times New Roman";
}
.privacy-link {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}
.contact-submit {
    display: block;
    margin: 24px auto 0 auto;
    background: #D0FE04;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    width: 350px;
    padding: 20px 0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    transition: background 0.2s;
}

/* チェックボックスカスタム */
.privacy-check-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    width: 100%;
}
.privacy-check-label input[type="checkbox"] {
    display: none;
}
.custom-checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #D0FE04;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #D0FE04;
}
.privacy-check-label input[type="checkbox"]:checked + .custom-checkbox::after {
    content: '✔︎';
    font-size: 16px;
    color: #D0FE04;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
}

@media (max-width: 1200px) {
    .contact-card {
        width: 100%;
        min-width: 0;
    }
    #contact .section-title-container {
        padding: 0 10px;
    }
    .contact-card {
        padding: 20px;
    }
}
@media (max-width: 900px) {
    .contact-card {
        width: 100%;
        padding: 20px;
    }
    .contact-form {
        gap: 20px;
    }
    .contact-row-flex {
        flex-direction: column;
        gap: 0;
    }
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 60px;
    background: rgba(0,0,0,0);
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.3s;
}

.site-header.header-solid {
    background: #000;
}

.header-inner {
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 32px;
    justify-content: space-between;
}

.header-logo img {
    height: 40px;
    width: auto;
    display: block;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1;
    padding-left: 32px;
}

.header-nav a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.2s;
    padding: 4px 0;
    font-family: "helvetica-neue-condensed", "Helvetica Neue", sans-serif;
}

.header-nav a:hover {
    color: #D0FE04;
}

.header-demo-btn {
    background: linear-gradient(90deg, #FF6605 0%, #DB56D1 100%);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 32px;
    padding: 12px 0;
    text-decoration: none;
    margin-left: auto;
    margin-right: 0;
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    min-width: 120px;
    max-width: 200px;
    white-space: nowrap;
    text-align: center;
    font-family: "helvetica-neue-condensed", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
}

.header-demo-btn.green {
    background: #D0FE04;
    color: #000;
    margin-left: 16px;
}

.header-demo-btn:hover {
    opacity: 0.85;
}

.hamburger {
    display: none;
}

@media (max-width: 1500px) {
    .header-inner {
        max-width: 100vw;
        padding: 0 16px;
    }
}

@media (max-width: 1200px) {
    .header-inner {
        flex-direction: row;
        height: 60px;
        padding: 0 16px;
        justify-content: space-between;
        align-items: center;
    }

    .header-logo img {
        height: 30px;
        width: auto;
    }

    .store-btn img {
        height: 60px;
    }

    .header-nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        padding: 20px;
        gap: 16px;
        flex-direction: column;
        align-items: center;
        z-index: 1000;
        opacity: 0;
        transition: opacity 0.3s ease;
        visibility: hidden;
        margin: 0;
    }

    .header-nav.open {
        display: flex;
        opacity: 1;
        visibility: visible;
    }

    .header-nav a {
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .header-nav.open a {
        opacity: 1;
        transform: translateY(0);
    }

    .header-nav.open a:nth-child(1) { transition-delay: 0.1s; }
    .header-nav.open a:nth-child(2) { transition-delay: 0.2s; }
    .header-nav.open a:nth-child(3) { transition-delay: 0.3s; }
    .header-nav.open a:nth-child(4) { transition-delay: 0.4s; }
    .header-nav.open a:nth-child(5) { transition-delay: 0.5s; }
    .header-nav.open a:nth-child(6) { transition-delay: 0.6s; }

    .header-demo-btn {
        width: auto;
        margin: 0;
        padding: 8px 16px;
        font-size: 14px;
        min-width: auto;
        max-width: none;
    }

    .header-demo-btn.green {
        display: none;
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background: none;
        border: none;
        padding: 0;
        margin-left: 16px;
    }

    .hamburger span {
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        margin: 3px 0;
        border-radius: 2px;
        transition: 0.3s;
    }

    .hamburger.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}

body, .my-html {
    padding-top: 0;
}

.site-footer {
    background: #000;
    padding: 80px 0 0 0;
    color: #fff;
    font-family: "Helvetica Neue", sans-serif;
    position: relative;
    z-index: 1;
}
.footer-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 32px;
    position: relative;
    min-height: 320px;
}
.footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    justify-content: flex-start;
    min-width: 0;
}
.footer-logo-nav {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    gap: 32px;
}
.footer-logo {
    height: 40px;
    width: auto;
    display: block;
}
.footer-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}
.footer-nav a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
    transition: color 0.2s;
}
.footer-nav a:hover {
    color: #D0FE04;
    text-decoration: none !important;
}
.footer-info-pmark {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}
.footer-info {
    display: flex;
    align-items: flex-end;
    gap: 24px;
}
.footer-address {
    color: #CCCCCC;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    margin-right: 0;
    white-space: normal;
}
.footer-pmark {
    height: 92px;
    width: 92px;
    margin-left: 24px;
    margin-top: 0;
}
.footer-copyright {
    color: #666666;
    font-size: 14px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 40px;
    display: flex;
    align-items: flex-end;
    height: auto;
}
.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    min-width: 320px;
    height: 100%;
    position: absolute;
    right: 32px;
    bottom: 40px;
}
.footer-apps {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}
.footer-links {
    display: flex;
    gap: 65px;
    margin-bottom: 0;
}
.footer-link {
    color: #fff;
    font-size: 14px;
    text-decoration: none !important;
    transition: color 0.2s;
}
.footer-link:hover {
    color: #D0FE04;
    text-decoration: none !important;
    cursor: pointer;
}
.footer-apps .store-btn img {
    height: 40px;
}

@media (max-width: 1200px) {
    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 10px;
        min-height: 0;
    }
    .footer-right {
        align-items: flex-start;
        min-width: 0;
        margin-top: 40px;
        position: static;
        right: auto;
        bottom: auto;
    }
    .footer-links {
        gap: 32px;
    }
    .footer-copyright {
        position: static;
        margin-top: 40px;
    }
}
@media (max-width: 700px) {
    .footer-inner {
        padding: 0 4px;
    }
    .footer-logo-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .footer-nav {
        margin-left: 0;
        gap: 16px;
        flex-wrap: wrap;
    }
    .footer-info {
        flex-direction: column;
        gap: 8px;
    }
    .footer-apps {
        gap: 8px;
    }
    .footer-links {
        gap: 16px;
        flex-wrap: wrap;
    }
}

img, video {
    max-width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 1120px) {
    .news-cards {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 8px;
    }
}
@media (max-width: 767px) {
    #key__visual {
        height: 705px;
        /*background-image: url('images/key_1sp.png');*/
    }
    .reason-cards {
        flex-direction: column;
        gap: 20px;
    }
    .concept-content {
        flex-direction: column;
        gap: 24px;
    }
    .concept-image img {
        width: 100%;
        height: auto;
        max-width: 400px;
        margin: 0 auto;
    }
    .function-content {
        margin: 32px auto 0;
        padding: 0 8px;
    }
    .function-item {
        flex-direction: column !important;
        gap: 24px;
    }
    .function-image img {
        width: 100%;
        height: auto;
        max-width: 300px;
        margin: 0 auto;
    }
    .news-card {
        flex-direction: row;
        height: auto;
        min-height: 120px;
    }
    .news-image {
        width: 120px;
        height: 120px;
    }
    .faq-content {
        flex-direction: column;
        gap: 16px;
        padding: 0 8px;
    }
    .faq-column {
        gap: 16px;
    }
    .faq-item {
        background: #111111;
        border-radius: 8px;
        overflow: hidden;
    }
    .faq-question {
        padding: 19px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }
    .question-text {
        font-size: 13px;
        font-weight: bold;
        color: #fff;
    }
    .toggle-btn {
        background: #D0FE04;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        font-weight: bold;
        color: #000;
        padding: 0 0 4px 0;
        line-height: 1;
        box-sizing: border-box;
    }
    .faq-answer {
        padding: 0 19px 19px;
        font-size: 11px;
        font-weight: bold;
        color: #CCCCCC;
        display: none;
    }
    .faq-item.active .faq-answer {
        display: block;
    }
    .faq-item.active .toggle-btn {
        padding: 2px 11px 6px 11px;
    }
    .flow-cards {
        flex-direction: column;
        gap: 24px;
        padding: 0 8px;
    }
    .flow-card {
        height: auto;
        min-height: 160px;
        padding: 24px;
    }
    .footer-logo {
        max-width: 80px;
        height: auto;
    }
    .footer-pmark {
        max-width: 60px;
        height: auto;
    }
    .footer-apps .store-btn img {
        height: 40px;
        width: auto;
    }
    .header-logo img {
        max-width: 120px;
        height: auto;
    }
    .reason-card {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
    #interview .news-cards {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 8px;
    }
    #interview .news-card {
        flex-direction: row;
        height: auto;
        min-height: 120px;
    }
    #interview .news-image {
        width: 120px;
        height: 120px;
    }
    .contact-label {
        position: static;
        font-family: "helvetica-neue-condensed", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
        background: none;
        z-index: auto;
        padding: 0;
        margin-bottom: 8px;
        margin-top: 12px;
    }
    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        margin-top: 0;
    }
    .contact-form textarea {
        height: 180px;
    }
    .function-content {
        padding: 0 12px;
    }
    .function-point {
        width: 10px;
        height: 10px;
        min-width: 10px;
        min-height: 10px;
        max-width: 10px;
        max-height: 10px;
        border-radius: 50%;
        background: #D0FE04;
        display: inline-block;
    }
    .flow-cards {
        padding: 0 12px;
    }
    .flow-support-text,
    .flow-support-text-left,
    .flow-background {
        position: static !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        transform: none !important;
        height: auto !important;
        margin: 0 !important;
        z-index: auto !important;
        display: none !important;
    }
    #mov {
        height: 400px;
    }
    .section-title-container .section-heading,
    .section-heading {
        font-size: 32px !important;
    }
    .site-footer {
        font-size: 0.8em;
        padding: 10px 0 0 0;
    }
    .footer-inner {
        padding: 10px;
    }
    .footer-logo,
    .footer-pmark {
        font-size: 0.8em;
    }
    .footer-nav a,
    .footer-link,
    .footer-address,
    .footer-copyright {
        font-size: 0.8em !important;
    }
    .footer-left {
        width: 100%;
    }
    .header-inner {
        flex-direction: row;
        height: 60px;
        padding: 0 16px;
        justify-content: space-between;
        align-items: center;
    }
    .header-logo img {
        height: 30px;
        width: auto;
    }
    .header-nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        padding: 20px;
        gap: 16px;
        flex-direction: column;
        align-items: center;
        z-index: 1000;
        opacity: 0;
        transition: opacity 0.3s ease;
        visibility: hidden;
        margin: 0;
    }
    .header-nav.open {
        display: flex;
        opacity: 1;
        visibility: visible;
    }
    .header-nav a {
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
    .header-nav.open a {
        opacity: 1;
        transform: translateY(0);
    }
    .header-nav.open a:nth-child(1) { transition-delay: 0.1s; }
    .header-nav.open a:nth-child(2) { transition-delay: 0.2s; }
    .header-nav.open a:nth-child(3) { transition-delay: 0.3s; }
    .header-nav.open a:nth-child(4) { transition-delay: 0.4s; }
    .header-nav.open a:nth-child(5) { transition-delay: 0.5s; }
    .header-nav.open a:nth-child(6) { transition-delay: 0.6s; }
    .header-demo-btn {
        width: auto;
        margin: 0;
        padding: 8px 16px;
        font-size: 14px;
        min-width: auto;
        max-width: none;
    }
    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background: none;
        border: none;
        padding: 0;
        margin-left: 16px;
    }
    .hamburger span {
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        margin: 3px 0;
        border-radius: 2px;
        transition: 0.3s;
    }
    .hamburger.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: none;
    border: none;
    z-index: 1102;
    margin-left: 8px;
}
.hamburger span {
    display: block;
    width: 28px;
    height: 3px;
    background: #fff;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.3s;
}
.header-demo-btn {
    width: 320px;
    margin-left: auto;
    margin-right: 0;
    font-size: 16px;
    max-width: 200px;
    min-width: 120px;
    white-space: nowrap;
    text-align: center;
}
.pc_none {
    display: none;
}
@media (max-width: 1200px) {
    .hamburger {
        display: flex !important;
    }
    .header-demo-btn {
        width: 160px;
        font-size: 14px;
        max-width: none;
        min-width: 0;
    }
}
.hamburger.active span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
}

.header-nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #000000cc;
    padding: 20px;
    gap: 16px;
    align-items: center;
}

@media (max-width: 767px) {
    .store-buttons {
        position: absolute;
        left: 50%;
        right: auto;
        bottom: 90px; /* KV最下部に配置 */
        top: auto;
        transform: translateX(-50%); /* 中央揃え */
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
        justify-content: center;
        gap: 12px;
        z-index: 2; /* マーキーの上に表示 */
    }

    .store-btn img {
        height: 50px; /* SP表示ではさらに小さく */
        width: auto;
    }

    .section-title-container {
        padding: 0 20px;
    }

    .pc_none {
        display: inherit;
    }
}

@media (max-width: 767px) {
    .function-content {
        margin: 32px auto 0;
        padding: 0 8px;
    }

    .function-item {
        padding: 0 12px;
        flex-direction: column !important;
        gap: 24px;
    }

    .function-text {
        width: 100%;
    }

    .function-number {
        width: 49px; /* 70pxの70% */
        height: 49px; /* 70pxの70% */
        border-radius: 50%;
        background: #D0FE04;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px; /* 20pxの70% */
    }

    .function-number span {
        font-size: 21px; /* 30pxの70% */
        font-weight: bold;
        color: #000;
    }

    .function-title {
        font-size: 21px; /* 30pxの70% */
        font-weight: bold;
        color: #fff;
        margin-bottom: 7px; /* 10pxの70% */
    }

    .function-subtitle {
        font-size: 14px; /* 20pxの70% */
        font-weight: bold;
        color: #D0FE04;
        margin-bottom: 14px; /* 20pxの70% */
    }

    .function-detail {
        display: flex;
        gap: 7px; /* 10pxの70% */
        align-items: flex-start;
    }

    .function-point {
        width: 7px; /* 10pxの70% */
        height: 7px; /* 10pxの70% */
        min-width: 7px; /* 10pxの70% */
        min-height: 7px; /* 10pxの70% */
        max-width: 7px; /* 10pxの70% */
        max-height: 7px; /* 10pxの70% */
        border-radius: 50%;
        background: #D0FE04;
        display: inline-block;
        margin-top: 5px; /* 7pxの70% */
    }

    .function-description {
        font-size: 14px; /* 16pxの70% */
        color: #fff;
        line-height: 1.6;
    }
}

@media (max-width: 767px) {

    .neon-circle {
        height: 16px;
        width: 16px;
    }
    .reason-card-title {
        font-size: 18px;
        /* margin-top: 30px; */
        margin-top: 5px;
    }

    #flow {
        padding-bottom: 0;
    }

    .flow-support-text,
    .flow-support-text-left {
        position: static;
        width: 100%;
        padding: 0 16px;
        margin: 20px 0;
        box-sizing: border-box;
        font-size: 12px;
        display: block !important;
        text-align: center;
    }
  
    .flow-support-text-left {
        padding-top: 18px !important;
    }

    .flow-cards {
        margin-top: 30px;
    }

    /*     .flow-card {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 12px;
    } */

    .flow-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 12px;
     }

    .flow-number {
        margin: 0 auto;
        margin-bottom: 16px;
    }

    .flow-content h3 {
        white-space: normal;
    }
  
    .flow-card:last-child {
        padding-right: 24px; /* match mobile padding or just remove */
    }

    .flow-card:last-child::before {
        display: none; /* or reset other props if needed */
    }



    /* SP表示では擬似要素を非表示に */
    .flow-card::before,
    .flow-card::after {
        display: none;
    }

    /* flow-cardの中のテキストを折り返し可能に */
    .flow-card-title {
        font-size: 18px; /* 24pxの70% */
        margin-bottom: 10px;
        white-space: normal;
        word-wrap: break-word;
    }

    .flow-card-text {
        font-size: 11px; /* 16pxの70% */
        white-space: normal;
        word-wrap: break-word;
    }

    .flow-number {
        font-size: 20px; /* 16pxの70% */
        padding: 10px 16px;
    }

    .flow-number span {
        font-size: 20px; /* 16pxの70% */
    }

    .flow-content h3 {
        font-size: 18px;
    }

    .appeal-text {
        right: 20px;
        left: 20px;
        top: 80px;
        font-size: 33px;
    }

    .contact-submit {
        width: 100%;
    }
    .site-header {
        background-color: #000000cc;
    }
}

html {
    scroll-behavior: smooth;
}

#mov.archive_mov_section {
    height: 0;
}

#news.archive_section {
    background-color: transparent;
}

#news.archive_section .section-title-container {
    display: inherit;
    padding-bottom: 80px;
}
#news.archive_section .title-wrapper {
    text-align: center;
}

#contact.archive_contact_section {
    position: relative;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.5) 50%,
        rgba(0, 0, 0, 1) 100%
    );
    padding: 200px 0 120px 0;
    z-index: 2;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.archive-breadcrumbs {
    font-size: 14px;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    color: #CCCCCC;
    margin-bottom: 40px;
}
.archive-breadcrumbs a {
    color: #CCCCCC;
    text-decoration: none;
}
.archive-breadcrumbs a:hover {
    color: #D0FE04;
    text-decoration: none;
}

#contact.detail_contact_section {
    background-color: #fff;
}
#contact.detail_contact_section .section-heading {
    color: #000;
}
#contact.detail_contact_section .section-description {
    color: #000;
}

#post_detail {
    background-color: #fff;
    padding-top: 160px;
}

.post-detail-container {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 0 20px 60px 20px;
}

.archive-breadcrumbs.post-detail-breadcrumbs {
    width: 100%;
    padding: 0;
}
.post-detail-date {
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
}
h1.post-detail-title {
    margin-top: 32px;
}
.post-detail-thumbnail {
    padding: 40px 0 32px 0;
}

.post-detail-thumbnail img {
    width: 100%;
    height: auto;
}

.post-detail-content p {
    margin-bottom: 16px;
}

.post-detail-content h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    #contact.detail_contact_section .contact-card {
        border-radius: 0;
    }
}

#related_posts {
    background-color: #fff;
    padding-top: 100px;
}

#related_posts .title-wrapper {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 20px;
}

#related_posts .news-cards {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 32px;
}

 #related_posts .section-heading {
    color: #000;
}
#related_posts .section-description {
    color: #000;
}

.news-image {
    border: 1px solid #111111;
}


@media (max-width: 1600px) {
  .flow-cards {
    gap: 40px;
    padding: 0 32px;
  }

  .flow-card {
    padding: 24px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .flow-number {
    margin-right: 0;
    margin-bottom: 16px;
    padding: 16px 24px;
  }

  .flow-number span {
    font-size: 32px;
  }

  .flow-content h3 {
    font-size: 20px;
    white-space: normal;
    text-align: center;
  }

  .flow-content p {
    font-size: 13px;
  }

  /* shape fixes */
  .flow-card:first-child::after,
  .flow-card:last-child::before,
  .flow-card:nth-child(2)::before,
  .flow-card:nth-child(2)::after {
    display: none;
  }

  .flow-card:last-child {
    padding-right: 24px;
  }
}


@media (max-width: 1600px){
/*   .flow-cards{
      flex-wrap: wrap;
  } */
  .flow-support-text,
  .flow-support-text-left {
        position: static;
        width: 100%;
        padding: 0 16px;
        margin: 20px 0;
        box-sizing: border-box;
        font-size: 12px;
        display: block !important;
        text-align: center;
    }
  .support-image01 {
    display:none;
  }
}

@media (max-width: 1100px){
  .support-image02 {
    display:none;
  }
}


.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* dark semi-transparent overlay */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background-color: #1C1C1E; /* dark modal box */
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  position: relative;
  max-width: 90%;
  width: 500px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.modal-content h2 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 20px;
}

.modal-buttons {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.modal-button {
  flex: 1;
  padding: 12px 16px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  background-color: #D0FE04;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.modal-button:hover {
  background-color: #c0ee00;
}

.close-modal-icon {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

@media (max-width: 550px) {
  .modal-buttons {
    display: flex;
    flex-direction: column;
  }
  .modal-content h2 {
    font-size: 16px;
  }

  .modal-button {
    width: 100%;
  }
  #flow .section-description{
    font-size:14px;

  }
}




.text-no-wrap {
    white-space: nowrap !important;
}

/*
.row-fluid-wrapper {
    position: relative;
    z-index: 2;
}
*/