@charset "UTF-8";


@media screen and (min-width:1600px) {

  /* 固定ページデフォルトテンプレート用コンテンツ幅 */
  .main-contents--page {
    padding: 0 290px;
  }


  .menu {
    display: none;
  }


  /* ハンバーガー */
  .slide-menu-back {
    display: none;
  }

  .site-header__left {
    width: 203px;
  }

  .site-footer__left {
    width: 203px;
  }


  .site-header {
    width: 100%;
    height: 94px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  .site-header__logo-img {
    width: 80px;
    height: auto;
    margin-left: 60px;
  }


  .gnav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }

  .gnav-link {
    color: #FF9B45;
    text-decoration: none;
    font-size: 14px;
    font-weight: 450;
    transition: 0.5s;
  }

  .gnav-link:hover {
    color: #E74407;
  }

  .site-header__right {
    width: 210px;
    display: flex;
    justify-content: space-between;
    margin-right: 60px;
  }

  .language-menu {
    display: flex;
    justify-content: center;
    gap: 16px;
  }

  .language-menu__link {
    color: #FF9B45;
    text-decoration: none;
    font-size: 12px;
    font-weight: 450;
    display: block;
    width: 28px;
    aspect-ratio: 1 /1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    border: 1.5px transparent solid;
  }

  .language-menu__link:hover {
    color: #E74407;
  }

  .language-menu__jp-link {
    text-indent: 2px;
  }

  .lanuage-selected {
    border: 1.5px #FF9B45 solid;
  }

  .lanuage-selected:hover {
    border: 1.5px #E74407 solid;
  }


  .preload-icons::before {
    content: "";
    position: fixed;
    inset: -9999px;
    /* 画面外に追い出す */
    width: 1px;
    height: 1px;
    background:
      url("images/tsubu-icon--hover.png") no-repeat -9999px -9999px,
      url("images/insta-icon-b.png") no-repeat -9999px -9999px;
  }

  .site-header__icon-menu {
    display: flex;
    width: 78px;
    justify-content: space-between;
    align-items: center;
  }

  .site-header__icon-insta {
    display: block;
    aspect-ratio: 30 / 29.6;
    width: 24px;
    height: auto;
    background-image: url(../images/insta-icon-a.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.5s;
  }

  .site-header__icon-insta:hover {
    background-image: url(../images/insta-icon-b.png);
  }


  .site-header__icon-tsubu {
    display: block;
    width: 35px;
    aspect-ratio: 50 / 38.1;
    height: auto;
    background-image: url(../images/tsubu-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.5s;
  }

  .site-header__icon-tsubu:hover {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/tsubu-icon--hover.png);
  }


  /* 親を相対配置に、ベースライン余白を無効化 */
  .site-header__icon-link {
    position: relative;
    display: inline-block;
    line-height: 0;
  }

  /* 共通パーツ */
  .heading-main {
    font-size: 28px;
    font-weight: 450;
    letter-spacing: 0.5px;
    color: #fff;
    text-align: center;
  }


  /* HOME WORKS */

  .heading-main-works {
    margin: 0 0 60px;
  }

  .works-list {
    padding: 0 290px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 40px;
  }

  .works-thumb-wrap {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }

  .works-play-btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8%;
    height: auto;
    transition: 0.5s;
  }

  .works-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    position: absolute;
    transform: scale(1);
    transition:
      opacity 0.6s ease,
      transform 0.5s cubic-bezier(.5, .61, .36, 1);
    display: block;
    width: 100%;
    height: auto;
  }

  .works-client {
    font-size: 12px;
    font-weight: 350;
    color: #fff;
    margin: 5px 0 0 0;
  }

  .works-composer {
    font-size: 12px;
    font-weight: 350;
    color: #fff;
    margin: 3px 0 0 0;
  }

  .works-title {
    font-family: "Jost", "Zen Kaku Gothic New",
        system-ui, -apple-system, "Segoe UI",
        "Hiragino Sans", "Hiragino Kaku Gothic ProN",
        "Noto Sans JP", "Meiryo", sans-serif;
    font-size: 16px;
    font-weight: 450;
    color: #fff;
    margin: 6px 0 2px 0;
    line-height: 1.35;
  }

  .works-producer {
    font-size: 12px;
    font-weight: 350;
    margin: 3px 0 2px 0;
    color: #fff;
  }

  .colon {
    margin: 0 2px;
  }

  .viewall-btn {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 450;
    color: #FF9B45;
    text-decoration: none;
    letter-spacing: 0.5px;
    margin: 80px auto 200px auto;
    text-align: center;
    line-height: 1.2;
    transition: 0.5s;
  }

  .viewall-btn:hover {
    color: #E74407;

  }

  /* HOME COMPANY */

  .company-content-home {
    margin: 0 0 200px 0;
    scroll-margin-top: 40px;
  }

  .heading-main-company {
    margin: 0 0 60px;
  }

  .company-content-wrapper {
    padding: 0 290px;
    display: flex;
    justify-content: center;
    gap: 42px;
  }

  .company-content-left {
    width: 50%;
  }

  .company-content-left__map {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;

  }

  .company-content-right {
    width: 50%;
  }

  /* ベース */
  .googlemap {
    position: relative;
    isolation: isolate;
    contain: paint;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;

    /* 調整用の変数（18系/Chromeの基準） */
    --map-overlay: #ff7b00;
    --map-opacity: .6;
    --map-mode: color;
  }

  /* Safariが背面まで染めるのを防ぐ白下地 */
  .googlemap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    z-index: 0;
  }

  /* iframe本体 */
  .googlemap iframe {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    /* 親の aspect-ratio にフィット */
    display: block;
    filter: grayscale(1) contrast(1.0) brightness(1.00);
    transform: translateZ(0);
    /* 合成分離で霞軽減 */
  }

  /* オレンジ被せ */
  .googlemap::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    background: var(--map-overlay);
    mix-blend-mode: var(--map-mode);
    opacity: var(--map-opacity);
    will-change: opacity;
    transform: translateZ(0);
  }

  /* —— Safari 17系だけ“安全策B”に切替 —— */

  /* var() をやめて、疑似要素と iframe を直接上書きする */
  .googlemap.safari-safe::after {
    mix-blend-mode: multiply;
    /* color だと霞む */
    background: #ff9f55;
    /* 明るめオレンジに変更 */
    opacity: .34;
    /* 0.25〜0.34で現物調整 */
  }

  /* var() 経由ではなく、直接 iframe に上書き */
  .googlemap.safari-safe>iframe.company-content-left__map {
    -webkit-filter: grayscale(1) brightness(1.00) contrast(1.00) !important;
    filter: grayscale(1) brightness(1.15) contrast(1.05) !important;
  }


  /* 会社情報 */

  .company-info-list {
    display: grid;
    grid-template-columns: 95px 1fr;
    gap: 10px 0;
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;

  }

  /* 英語コンテンツ切り替え時 */
  .is-lang-en .company-info-list {
    grid-template-columns: 150px 1fr;
  }


  .company-info-content__position {
    margin-bottom: 10px;
  }

  .company-info-heading {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
  }

  .company-info-address {
    font-style: normal;
  }

  .our-business {
    font-size: 14px;
    color: #fff;
    line-height: 200%;
    list-style: decimal;
    margin-left: 1.50em;
  }


  /* MEMBER HOME */

  .member-content-home {
    margin: 0 0 200px 0;
  }

  .heading-main-member {
    margin: 80px 0 60px;
  }

  .member-list {
    width: 65%;
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 78px 90px;
  }


  .member-img {
    width: 100%;
    max-width: 240px;
    height: auto;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
  }

  .member-profession {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin: 8px 0 0 0;
    width: 100%;
    height: 12px;
    /* height: 1em; */
  }

  .member-name {
    font-size: 18px;
    font-weight: 450;
    color: #fff;
    margin: 10px 0 0 0;
    line-height: 100%;
  }


  .member-info-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .member-info-wrap-right {
    align-self: flex-end;
  }

  .member-more-btn {
    display: block;
    width: 70px;
    height: 18px;
    background-color: #F27A3E;
    border: 1px solid #fff;
    border-radius: 18px;
    text-decoration: none;
    /* display: flex;
        justify-content: center;
        align-items: center; */
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    color: #fff;
    transition: 0.5s;
  }

  .member-more-btn:hover {
    background-color: #E74407;
  }

  /* トップページ slick PC版 */
  .heading-pagetitle {
    text-align: center;
    margin: 55px 0 0 0;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
  }

  .release-title {
    margin: 8px 0 0 0;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    width: 184px;
    /* word-break: break-all; */
    line-height: 1.35;
  }

  .release-producer-name {
    margin: 2px 0 0 0;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    width: 184px;
    line-height: 1.4;
  }

  .carousel {
    margin: 55px auto 0 auto;
    overflow-y: hidden;
  }

  .slick-wrapper {
    padding: 0 290px;
    position: relative;
  }


  /* サムネイルのサイズ調整 */
  .slide-item {
    width: 184px;
    max-width: 100%;
    margin: 0 35px 0 0;
    display: flex;
    flex-direction: column;
  }

  .slide-inner {
    aspect-ratio: 1 / 1;
    /* 画像の比率を統一したい場合に便利（任意） */
    overflow: hidden;
  }

  .slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* 矢印の位置調整 */
  .slick-wrapper .slick-prev {
    left: 15px;
    top: 92px;
  }

  .slick-wrapper .slick-next {
    right: 15px;
    top: 92px;
  }

  .viewall-btn-release {
    color: #E74407;
  }

  .viewall-btn-release:hover {
    color: #FF9B45;
  }

  /* RECRUIT HOME */

  .recruit-block__label--br {
    display: block;
  }

  .recruit-content-home {
    font-size: 14px;
    width: 18em;
    margin: 0 auto;
    margin-bottom: 200px;
  }

  .is-lang-en .recruit-content-home {
    font-size: 14px;
    width: 24em;
    margin: 0 auto;
    margin-bottom: 200px;
  }

  .heading-main-recruit {
    margin-bottom: 60px;
  }

  .text--main-recruit {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .list-main-recruit {
    list-style: disc;
    font-size: 14px;
    color: #fff;
    line-height: 200%;
    margin-left: 2em;

  }

  /* CONTACT HOME */
  .contact-content-home {
    margin: 0 auto 0;
    font-size: 14px;
    text-align: center;
    /* width: 63em; */
  }

  .heading-main-contact {
    margin-bottom: 60px;
  }

  .text--main-contact {
    color: #fff;
    font-size: 14px;
  }

  /* リクルートとコンタクトのボタン */
  .btn-home {
    display: block;
    width: 240px;
    height: 35px;
    background-color: #fff;
    margin: 70px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #EC5218;
    font-family: "Jost", "Zen Kaku Gothic New",
      system-ui, -apple-system, "Segoe UI",
      "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "Noto Sans JP", "Meiryo", sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
  }

  .btn-home:hover {
    transform: scale(1.02);
    box-shadow: 0 0 3px #3a3a3a;
  }

  .contact-content-home__mail-link {
    color: #fff;
    text-decoration: none;
  }

  .contact-content-home__mail-link:hover {
    text-decoration: underline;
  }

  /* フッター */
  .site-footer {
    width: 100%;
    height: 137px;
    padding-top: 36px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .site-footer>*:last-child {
    flex: 0 0 100%;
    /* ここで改行＝1行占有 */
    display: flex;
    /* 中身を右寄せするため内側をflex化 */
    justify-content: flex-end;
    /* 右端に配置 */
  }

  .site-footer__logo-img {
    width: 80px;
    height: auto;
    margin-left: 60px;
  }

  .site-footer__right {
    width: 210px;
    display: flex;
    justify-content: space-between;
    margin-right: 60px;
  }



  .site-footer__language-menu {
    display: flex;
    justify-content: center;
    gap: 16px;
  }

  .site-footer__icon-menu {
    display: flex;
    width: 78px;
    justify-content: space-between;
    align-items: center;
  }

  .copyright {
    color: #FF9B45;
    font-size: 12px;
    font-weight: normal;
    padding-right: 40px;
  }

  .totop-btn-wrapper {
    position: fixed;
    /* ふだんは画面固定 */
    right: 30px;
    bottom: 30px;
    z-index: 50;
    opacity: 0;
    /* フェード用 */
    visibility: hidden;
    transition: opacity .5s ease, visibility .5s;
    pointer-events: none;
    /* 非表示時はクリック不可 */
  }

  .totop-btn-wrapper.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  /* フッターが見えたら、親(.main-contents)基準で「中に固定」= フッターと重ならない */
  .totop-btn-wrapper.is-stuck {
    position: absolute;
    /* ← ここで親基準に切替 */
    right: 30px;
    bottom: 30px;
    /* 親の下端から30px = フッターに重ならない */
  }

  /* （お好み）iOSのタップハイライトを消す */
  .totop-btn-link {
    -webkit-tap-highlight-color: transparent;
  }


  /* WORKSページ */

  .workspage-heading-works {
    margin: 0 0 60px;
  }

  .works__category-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0 0 70px 0;
  }

  .works__category-menu-link {
    color: #fff;
    font-size: 13px;
    font-weight: 450;
    text-decoration: none;
    padding: 2px 12px;
    transition: 0.3s;
  }

  .works__category-menu-link:hover {
    color: #E74407;
    font-size: 13px;
    font-weight: 450;
    text-decoration: none;
  }

  .works__category-menu-link--current-page {
    color: #fff;
    background-color: #F36A2D;
    border-radius: 40px;
  }

  .works__category-menu-link--current-page:hover {
    color: #fff;
  }

  .works__category-menu .current-menu-item>.works__category-menu-link {
    color: #fff;
    background-color: #F36A2D;
    border-radius: 40px;
  }

  .works__category-menu .current-menu-item>.works__category-menu-link:hover {
    color: #fff;
  }

  /* WORKS個別ページ */
  .works-single-contents {
    max-width: 1024px;
    width: 60%;
    margin: 0 auto;
  }

  .works-single-heading {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 11px;
  }

  .works-single-thumbnail-img-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
  }

  .works-single-thumbnail-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .play-btn__youtube {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: auto;
  }

  .works-single-contents__info {
    margin-top: 15px;
  }

  .works-text {
    color: #fff;
    line-height: 1.75;
    margin: 15px 0 100px;
    font-size: 14px;
    font-weight: normal;
  }



  .pagination-menu {
    padding: 0 290px;
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
  }

  /* Previous Work 側だけ、左の余白を自動で広げる */
  .pagination-item-prev {
    margin-left: auto;
  }

  .pagination-link {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s;
  }

  .pagination-link:hover {
    color: #ffac38;
  }

  .pagination-link-previous::after {
    content: ">";
    margin-left: 5px;
  }

  .pagination-link-next::before {
    content: "<";
    margin-right: 5px;
  }


  /* RELEASEページ */

  .release-page-list {
    padding: 0 290px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 80px 35px;
  }

  .release-page-thumb-wrap {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .release-page-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    position: absolute;
    transform: scale(1);
    transition:
      opacity 0.6s ease,
      transform 0.5s cubic-bezier(.5, .61, .36, 1);
    display: block;
    width: 100%;
    height: auto;
  }

  .release-page-title {
    font-family: "Jost", "Zen Kaku Gothic New",
      system-ui, -apple-system, "Segoe UI",
      "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "Noto Sans JP", "Meiryo", sans-serif;
    font-size: 14px;
    font-weight: 450;
    color: #fff;
    margin: 10px 0 2px 0;
    line-height: 1.35;
  }

  .release-page-producer {
    font-size: 12px;
    font-weight: 350;
    color: #fff;
  }

  .release-page-p-name {
    font-size: 12px;
    font-weight: 350;
    color: #fff;
  }

  /* MEMBERページ */

  .member-contents {
    padding: 0 290px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 117px 120px;
  }



  .member-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
    color: #fff;
    padding-bottom: 40px;
    border-bottom: 2px solid #fff;
    /* background-color: rgb(69, 255, 118); */
  }

  .sns-icon-list--member-page {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 11px;
    margin-top: 12%;
  }

  .member-info--member-page {
    margin-top: 8%;
    width: 55%;
    position: relative;
  }

  .member-face--member-page-wrapper {
    width: calc(45% - 40px);
  }

  .member-face--member-page {
    width: 100%;
    height: auto;
    border-radius: 50%;
  }

  .member-profession--member-page {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px;
  }

  .member-name-en--member-page {
    font-size: 22px;
    font-weight: 450;
    margin-bottom: 4px;
  }

  .member-name-jp--member-page {
    font-size: 14px;
    font-weight: 400;
    /* margin-bottom: 10%; */
  }

  .member-info-text {
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.5;

    /* ★フェード用（現状維持） */
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    /* ← translateY を3D化して滑らかに */
    transition:
      max-height .22s ease,
      opacity .12s ease,
      transform .15s ease;

    /* ★閉じ側は遅延なし（現状維持） */
    transition-delay: 0s, 0s, 0s;

    /* ★最適化：描画範囲を絞り、GPU合成を促す */
    will-change: max-height, opacity, transform;
    contain: layout paint;
    /* ←効くことが多い（問題出たら外す） */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-origin: top;
  }

  /* ★「上の余白40px」は要素内に持つ（max-heightで一緒に開閉） */
  .member-info-text::before {
    content: "";
    display: block;
    height: 40px;
  }

  /* ★開いているとき：フェードイン（現状維持） */
  .member-container.is-open .member-info-text {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    /* ← 3Dのまま戻す */

    /* ★開く側のみディレイ（現状維持） */
    transition-delay: 0s, .1s, .1s;
    /* max-height, opacity, transform の順 */
  }

  /* ★アクセシビリティ：動きを減らす設定（任意だが推奨） */
  @media (prefers-reduced-motion: reduce) {
    .member-info-text {
      transition: none !important;
      transform: none !important;
    }
  }

  .member-container {
    scroll-margin-top: 120px;
  }

  /* ★本文は別クラスで表示（フェードイン時だけ少し遅らせる） */
  .member-container.is-visible .member-info-text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s, 0s, .08s, .08s;
    /* max-height/marginは遅延なし、本文だけ遅延 */
  }

  /* 任意：動きを減らす設定の人向け */
  @media (prefers-reduced-motion: reduce) {
    .member-info-text {
      transition: none;
    }
  }

  /* RECRUITページ */
  .recruit-contents {
    width: 80%;
    max-width: 1024px;
    margin: 0 auto;
    color: #fff;
    font-family: "Jost", "Zen Kaku Gothic New",
      system-ui, -apple-system, "Segoe UI",
      "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "Noto Sans JP", "Meiryo", sans-serif;
  }

  .recruit-block__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid #fff;
  }

  .recruit-block__inner2 {
    padding: 37px 0 0 0;
    border-bottom: none;
  }

  /* h3 */
  .recruit-block__label {
    width: 200px;
    font-size: 18px;
    font-weight: 450;
    font-family: "Jost", "Zen Kaku Gothic New",
      system-ui, -apple-system, "Segoe UI",
      "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "Noto Sans JP", "Meiryo", sans-serif;
    /* background-color: cornflowerblue; */
  }

  .recruit-block__content {
    width: calc(100% - 200px);
    /* padding-right: 20px; */
    /* background-color: rgb(58, 200, 200); */
  }

  /* h4 */
  .recruit-job__title {
    font-size: 16px;
    font-weight: 450;
    font-family: "Jost", "Zen Kaku Gothic New",
      system-ui, -apple-system, "Segoe UI",
      "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "Noto Sans JP", "Meiryo", sans-serif;
  }


  .recruit-job__header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 32px;
  }

  /* アコーディオン本体のアニメーション用 */
  /* .recruit-job__body {
    font-size: 14px;
  } */

  /* 開いているときの状態 */
  /* .recruit-job__body.is-open {
    opacity: 1;
  } */

  /* Recruit accordion（MEMBERと同じ動き） */
  .recruit-job__body {
    max-height: 0;
    overflow: hidden;

    font-size: 14px;

    /* ★フェード用 */
    opacity: 0;
    transform: translateY(30px);

    transition:
      max-height .22s ease,
      opacity .12s ease,
      transform .15s ease;

    /* ★閉じ側は遅延なし */
    transition-delay: 0s, 0s, 0s;

    will-change: max-height, opacity, transform;
  }

  /* ★「上の余白40px」は要素内に持つ（max-heightで一緒に開閉） */
  .recruit-job__body::before {
    content: "";
    display: block;
  }

  /* ★開いているとき：フェードイン（開くときだけ少し遅らせる） */
  .recruit-job.is-open .recruit-job__body {
    opacity: 1;
    transform: translateX(0);
    /* MEMBERに合わせて同じ指定（必要なら translateY(0) でもOK） */

    /* max-height, opacity, transform の順 */
    transition-delay: 0s, .1s, .1s;
  }


  .recruit-job__list {
    width: 87%;
  }


  .recruit-job__text {
    width: 87%;
    line-height: 1.7;
    margin-top: 25px;
    margin-left: 1em;
  }

  .recruit-job__term {
    margin-bottom: 10px;
    font-weight: 500;
  }

  .recruit-job__desc {
    /* text-indent: 1em; */
    margin-left: 1em;
  }

  .recruit-job__docs {
    line-height: 1.7;
  }

  .recruit-application__heading {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
  }

  .recruit-application__subheading {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .recruit-application__address {
    font-size: 14px;
    font-style: normal;
    line-height: 1.7;
    /* margin-left: 1em; */
    margin-bottom: 16px;
  }

  .recruit-application__body {
    font-size: 14px;
    font-style: normal;
    line-height: 1.7;
    margin-left: 1em;
    margin-bottom: 37px;
  }

  .recruit-application__text {
    font-size: 14px;
    font-style: normal;
    line-height: 1.7;
    /* margin-left: 1em; */
    margin-bottom: 37px;
  }

  .recruit-application__email {
    font-size: 14px;
    /* margin-left: 1em; */
    margin-bottom: 16px;
  }

  .recruit-application__email-link {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
  }

  .recruit-application__email-link:hover {
    text-decoration: underline;
  }

  .recruit-application__notes {
    font-size: 14px;
    font-style: normal;
    line-height: 1.7;
    /* margin-left: 1em; */
    margin-bottom: 37px;
  }

  .recruit-application__cta {
    margin-left: 1em;
    margin-top: 50px;
  }

  /* Recruit 追加コンテンツ */

  /* 2つ目以降の recruit-job だけ header に適用 */
  .recruit-job:not(:first-child)>.recruit-job__header {
    border-top: 1px solid #ffffff;
    padding-top: 37px;
  }

  .recruit-job__row:not(:last-child) {
    margin-bottom: 35px;
  }

  /* パネルの“中”に余白を作る（scrollHeightに含まれる） */
  .recruit-job__panel::after {
    content: "";
    display: block;
    height: 35px;
  }


  /* 「応募する」ボタン */
  .btn-apply {
    display: block;
    width: 240px;
    height: 35px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #EC5218;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    font-family: "Jost", "Zen Kaku Gothic New",
      system-ui, -apple-system, "Segoe UI",
      "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "Noto Sans JP", "Meiryo", sans-serif;
  }

  .btn-apply:hover {
    transform: scale(1.02);
    box-shadow: 0 0 3px #636363;

  }

  .not-recruiting-text {
    text-align: center;
    font-size: 18px;
  }

  /* CONTACTページ */
  .contact-contents {
    max-width: 1280px;
    width: 65%;
    margin: 0 auto;
  }

  .contact-text-wrap {
    text-align: center;
  }

  .contact-text {
    font-size: 14px;
    line-height: 175%;
    color: #fff;
    margin: 0 0 70px 0;
    display: inline-block;
    text-align: left;
  }

  /* 参考　https://ferret-plus.com/9120?page=2 */

  .radiobtn-wrap {
    border-bottom: 1px solid #fff;
    padding-bottom: 27px;
    margin-bottom: 30px;

  }

  .form-parts-wrap {
    display: grid;
    grid-template-columns: 280px 1fr !important;
    margin-bottom: 23px;
  }

  .form-label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
  }

  .form-label-radio {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
  }

  .form-comfirm-text {
    font-size: 14px;
    color: #313131;
    font-weight: 400;
    line-height: 40px;
  }

  .form-comfirm-text--textarea {
    line-height: 175%;
    padding-top: 8px;
  }

  .form-singleline {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #D3D3D3;
    font-size: 14px;
    color: #313131;
    padding: 8px;
  }

  .checkbox-span {
    display: flex;
  }

  .form-border {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .form-multiline {
    width: 100%;
    height: 240px;
    background-color: #ffffff;
    border: 1px solid #D3D3D3;
    font-size: 14px;
    color: #313131;
    line-height: 175%;
    padding: 8px;
    /* margin-bottom: 23px; */
  }

  .radiobtn-span {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
  }

  .redio-btn {
    margin-right: 4px;
  }

  /*確認画面*/
  .confirm-text-single {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    line-height: 40px;
  }

  .confirm-text-multi {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    line-height: 175%;
    white-space: pre-wrap;
    /* 改行を保持しつつ、折り返しもする */
    overflow-wrap: anywhere;
    /* 長いURL等もはみ出さない */
    word-break: break-word;
    /* 古いブラウザ向け保険 */
  }

  .confirm-back {
    margin: 50px 0;
  }

  .confirm-backlink {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.5s;
  }

  .confirm-backlink:hover {
    text-decoration: underline
  }

  .wpcf7-previous {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.5s;
    background: none;
    border: none;
  }

  .wpcf7-previous:hover {
    text-decoration: underline
  }


  /* エラーメッセージ */
  /* .error-message {
    margin-top: 10px;
    font-size: 14px;
    color: #ffffff !important;
    background-color: #EC5218;
    display: inline-block;
    padding: 2px 4px;
  }

  .wpcf7-not-valid-tip {
    margin: 8px 0 0 0 !important;
    font-size: 14px !important;
    color: #ffffff !important;
    display: inline-block !important;
  }

  .wpcf7-response-output {
    margin: 40px 0 0 0 !important;
    color: #313131 !important;
    font-size: 12px !important;
    width: 100%;
    padding: 12px !important;
    border: 1px solid #cc0000 !important;
    background: transparent !important;
  } */


  .form-submitbtn-wrap {
    display: flex;
    justify-content: flex-end;
    margin: 47px 0 0 0;
    padding: 0;
    position: relative;
  }


  .form-submitbtn {
    display: block;
    width: 240px;
    height: 35px;
    background-color: #fff;
    border: 0;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #EC5218;
    font-family: "Jost", "Zen Kaku Gothic New",
      system-ui, -apple-system, "Segoe UI",
      "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "Noto Sans JP", "Meiryo", sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
  }

  .form-submitbtn:hover {
    transform: scale(1.02);
    box-shadow: 0 0 3px #636363;

  }


  input:focus,
  textarea:focus {
    outline: none;
  }


  input:focus,
  textarea:focus {
    outline: none;
  }

  /*STUDIOページ*/
  .studio-photo-wrapper {
    border-bottom: 2px solid #fff;
  }

  .studio-photo {
    display: block;
    padding-bottom: 80px;
  }

  .studio-contents {
    max-width: 1024px;
    width: 55%;
    margin: 0 auto;
  }

  .studio-block__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 80px;
    border-bottom: 2px solid #fff;
  }

  .studio-name {
    font-size: 18px;
    font-weight: 450;
    color: #fff;
    margin-bottom: 10px;
  }

  .studio-block__label {
    width: 160px;
    font-size: 16px;
    font-weight: 450;
    color: #fff;
    /* background-color: cornflowerblue; */
  }

  .studio-gear-type {
    font-size: 16px;
    font-weight: 450;
    margin-bottom: 4px;
  }

  .studio-gear-model {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 160%;
  }

  .studio-block__content {
    width: calc(100% - 160px);
    font-size: 16px;
    color: #fff;
    /* padding-right: 20px; */
    /* background-color: rgb(58, 200, 200); */
  }

}