@charset "UTF-8";
.fv {
  position: relative;
  height: 100vh;
}

.fv__video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -2;
}
.fv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__inner {
  padding: 40px 24px 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fv__copy {
  color: #FFF;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  text-shadow: 0 0 24px #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 7.68px;
}
@media screen and (max-width: 960px) {
  .fv__copy {
    font-size: 32px;
    letter-spacing: 3.84px;
  }
}

.fv__text {
  margin-top: 64px;
  color: #FFF;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  text-shadow: 0 0 8px #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 960px) {
  .fv__text {
    margin-top: 32px;
    font-size: 14px;
    letter-spacing: 1.12px;
  }
}

.fv__news {
  position: absolute;
  right: 48px;
  bottom: 40px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(2px);
  max-width: 420px;
  padding: 24px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
}
@media screen and (max-width: 960px) {
  .fv__news {
    padding: 8px 16px;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 48px);
  }
}

.fv__news-title {
  padding-right: 32px;
  font-family: "Crimson Pro", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .fv__news-title {
    font-size: 16px;
  }
}

.fv__news-content {
  padding: 12px 0 12px 32px;
  border-left: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 960px) {
  .fv__news-content {
    padding: 8px 0 8px 16px;
    gap: 8px;
  }
}
.fv__news-content:hover {
  opacity: 0.7;
}

.fv__news-date {
  font-family: "Crimson Pro", serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .fv__news-date {
    font-size: 10px;
  }
}

.fv__news-text {
  text-align: justify;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 960px) {
  .fv__news-text {
    font-size: 14px;
    font-style: normal;
  }
}

.about {
  background: url("../img/top/about-bg.webp") no-repeat center center/cover #fff;
}

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 960px) {
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}
.about__content .section__title--jp,
.about__content h2 {
  white-space: nowrap;
}

.about__movie {
  margin-top: 80px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .about__movie {
    margin-top: 48px;
  }
}

.videomodalembed {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.videomodalembed__media {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.videomodalembed__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.videomodalembed__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
          transform: translate(-50%, -50%) translateZ(0);
  border-radius: 100px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  width: 100%;
  max-width: 188px;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 6px 10px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  .videomodalembed__btn {
    padding: 8px 3px 8px 12px;
    max-width: 112px;
    gap: 5px;
    font-size: 8px;
  }
}
@media screen and (max-width: 960px) {
  .videomodalembed__btn svg {
    max-width: 36px;
    max-height: 36px;
  }
}
.videomodalembed__btn svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.videomodalembed__btn:hover svg path {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/* モーダルスタイル - チカチカ完全対策 */
.videomodalembed__modal {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  /* スムーズなトランジション */
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* フリッカー完全防止 */
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* GPU加速強制 */
  will-change: opacity, visibility;
}

.videomodalembed__modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}

.videomodalembed__modal-content {
  position: relative;
  width: 80%;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  /* スムーズなアニメーション */
  -webkit-animation: modalSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: modalSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.videomodalembed__modal-media {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /* 動画の完全フリッカー防止 */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  /* 動画描画最適化 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  image-rendering: optimizeQuality;
  /* 動画専用最適化 */
  will-change: auto;
  pointer-events: auto;
}

.videomodalembed__modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  /* フリッカー防止 */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media screen and (max-width: 960px) {
  .videomodalembed__modal-close {
    top: -8px;
    right: -10px;
    width: 25px;
    height: 25px;
  }
}

.videomodalembed__modal-close:hover {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(1.1) translateZ(0);
          transform: scale(1.1) translateZ(0);
}

.videomodalembed__modal-close::before {
  content: "×";
}

/* 最適化されたアニメーション */
@-webkit-keyframes modalSlideIn {
  from {
    -webkit-transform: scale(0.96) translateZ(0);
            transform: scale(0.96) translateZ(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    opacity: 1;
  }
}
@keyframes modalSlideIn {
  from {
    -webkit-transform: scale(0.96) translateZ(0);
            transform: scale(0.96) translateZ(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    opacity: 1;
  }
}
/* Safariでの追加対策 */
@supports (-webkit-appearance: none) {
  .videomodalembed__modal {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
  }
  .videomodalembed__modal-media {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}
/* パフォーマンス最適化 */
.videomodalembed__modal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 動画読み込み中の表示 */
.videomodalembed__modal-media:not([src]) {
  background: #000 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><circle cx="20" cy="20" r="18" fill="none" stroke="%23ffffff" stroke-width="2" stroke-dasharray="90 90" stroke-linecap="round"><animateTransform attributeName="transform" type="rotate" values="0 20 20;360 20 20" dur="1s" repeatCount="indefinite"/></circle></svg>') center no-repeat;
}

.business {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.72)), to(rgba(255, 255, 255, 0.72))), url("../img/top/business-bg.webp") lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.72) 100%), url("../img/top/business-bg.webp") lightgray 50%/cover no-repeat;
}

.business__list {
  margin-top: 120px;
}
@media screen and (max-width: 960px) {
  .business__list {
    margin-top: 48px;
  }
}

.business__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 960px) {
  .business__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.business__item + .business__item {
  margin-top: 120px;
}
@media screen and (max-width: 960px) {
  .business__item + .business__item {
    margin-top: 48px;
  }
}
.business__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .business__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .business__item:nth-child(2n) .business__num {
    text-align: right;
  }
}
.business__item:nth-child(2n) .business__img {
  margin-right: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.business__item:nth-child(2n) .business__content {
  margin-right: 0;
  margin-left: 22px;
  max-width: 420px;
}
@media screen and (max-width: 960px) {
  .business__item:nth-child(2n) .business__content {
    margin-left: 0;
    max-width: 100%;
  }
}

.business__num {
  font-family: "Crimson Pro", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (min-width: 961px) {
  .business__num {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 960px) {
  .business__num {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.business__content {
  margin-right: 22px;
  max-width: 413px;
}
@media screen and (max-width: 960px) {
  .business__content {
    margin-right: 0;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.business__kinds {
  font-weight: 700;
}

.business__title {
  margin-top: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 960px) {
  .business__title {
    margin-top: 20px;
    font-size: 24px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.business__text {
  margin-top: 32px;
}
@media screen and (max-width: 960px) {
  .business__text {
    margin-top: 20px;
  }
}

.business__img {
  margin-right: calc((100vw - 100%) / 2 * -1);
}
@media screen and (max-width: 960px) {
  .business__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.business__img img {
  width: 100%;
}

.business__brand {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  padding-bottom: 12px;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
@media screen and (max-width: 960px) {
  .business__brand {
    margin-top: 24px;
  }
}
.business__brand::before {
  background: #333C43;
  content: "";
  width: 32px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.business__brandList {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .business__brandList {
    gap: 16px;
  }
}

.business__brandItem {
  padding: 12px;
  height: 127px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .business__brandItem {
    height: 104px;
  }
}
.business__brandItem:nth-child(1) {
  background: url("../img/top/business-brand-img01.webp") no-repeat center center/cover;
}
.business__brandItem:nth-child(2) {
  background: url("../img/top/business-brand-img02.webp") no-repeat center center/cover;
}

.business__brandItem-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.business__brandItem-link:hover .btn svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.business__brandItem-en {
  font-family: "Crimson Pro", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  display: block;
}
@media screen and (max-width: 960px) {
  .business__brandItem-en {
    font-size: 10px;
  }
}

.business__brandItem-jp {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  display: block;
}
@media screen and (max-width: 960px) {
  .business__brandItem-jp {
    font-size: 14px;
  }
}

.business__brandItem-wrapper {
  margin-top: auto;
  margin-left: auto;
  display: block;
}
.business__brandItem-wrapper .btn {
  padding-bottom: 0;
  gap: 8px;
  font-size: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: none;
}
@media screen and (max-width: 960px) {
  .business__brandItem-wrapper .btn {
    font-size: 10px;
  }
}
.business__brandItem-wrapper .btn::before {
  content: none;
}
@media screen and (max-width: 960px) {
  .business__brandItem-wrapper .btn svg {
    max-width: 12px;
    max-height: 12px;
  }
}
.business__brandItem-wrapper .btn rect {
  fill: #000;
}
.business__brandItem-wrapper .btn path {
  fill: #fff;
}

.our-strength {
  background: #fff;
}
.our-strength .inner {
  padding-bottom: 0;
}

.our-strength__list {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .our-strength__list {
    margin-top: 48px;
  }
}

.our-strength__item {
  height: 480px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .our-strength__item {
    padding: 48px 24px;
    margin: 0 calc(50% - 50vw);
    height: auto;
  }
}
.our-strength__item::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  margin: 0 calc((100vw - 100%) / 2 * -1);
}
@media screen and (max-width: 960px) {
  .our-strength__item::before {
    content: none;
  }
}
.our-strength__item:nth-child(1)::before {
  background: url("../img/top/our-strength-bg01.webp") center center/cover no-repeat;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .our-strength__item:nth-child(1) {
    background: url("../img/top/our-strength-bg01-sp.webp") center center/cover no-repeat;
  }
}
.our-strength__item:nth-child(2)::before {
  background: url("../img/top/our-strength-bg02.webp") center center/cover no-repeat;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .our-strength__item:nth-child(2) {
    background: url("../img/top/our-strength-bg02-sp.webp") center center/cover no-repeat;
  }
}
.our-strength__item:nth-child(3)::before {
  background: url("../img/top/our-strength-bg03.webp") center center/cover no-repeat;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .our-strength__item:nth-child(3) {
    background: url("../img/top/our-strength-bg03-sp.webp") center center/cover no-repeat;
  }
}
.our-strength__item + .our-strength__item {
  margin-top: 4px;
}

.our-strength__num {
  font-family: "Crimson Pro", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

.our-strength__title {
  margin-top: 32px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 960px) {
  .our-strength__title {
    font-size: 24px;
  }
}

.our-strength__text {
  margin-top: 32px;
  text-align: justify;
  max-width: 515px;
}
@media screen and (max-width: 960px) {
  .our-strength__text {
    max-width: 100%;
  }
}

.news {
  background: #fff;
}
.news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}

.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .news__content {
    display: contents;
  }
}

.news__btn-wrapper {
  margin-top: auto;
}
@media screen and (max-width: 960px) {
  .news__btn-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .news__btn-wrapper .btn {
    margin-right: 0;
  }
}

.news__list {
  max-width: 721px;
}
@media screen and (max-width: 960px) {
  .news__list {
    max-width: 100%;
  }
}

.news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 960px) {
  .news__item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}
.news__item-link:hover {
  opacity: 0.7;
}

.news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 48px;
  width: 192px;
}
@media screen and (max-width: 960px) {
  .news__info {
    width: initial;
    gap: 8px;
  }
}

.news__date {
  font-family: "Crimson Pro", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
  width: 64px;
  min-width: 64px;
}
@media screen and (max-width: 960px) {
  .news__date {
    font-size: 12px;
  }
}

.news__category {
  background: #D9D9D9;
  font-family: "Crimson Pro", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 12px 3px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 80px;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .news__category {
    font-size: 12px;
  }
}

.news__title {
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company {
  background: #F2F2F2;
}

.company__grid {
  border-top: 1px solid #D9D9D9;
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .company__grid {
    margin-top: 48px;
  }
}

.company__grid--two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .company__grid--two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.company__item {
  margin: 40px 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .company__item {
    padding: 48px 0;
    margin: 0;
  }
}

.company__grid--two-columns .company__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company__grid--two-columns .company__item:nth-of-type(1) {
  padding-right: 54px;
  border-right: 1px solid #D9D9D9;
}
@media screen and (max-width: 960px) {
  .company__grid--two-columns .company__item:nth-of-type(1) {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #D9D9D9;
  }
}
.company__grid--two-columns .company__item:nth-of-type(2) {
  padding-left: 54px;
}
@media screen and (max-width: 960px) {
  .company__grid--two-columns .company__item:nth-of-type(2) {
    padding-left: 0;
  }
}

.company__num {
  font-family: "Crimson Pro", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

.company__title {
  margin-top: 32px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.company__subtitle {
  margin-top: 32px;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.company__text {
  margin-top: 16px;
}

.company__history {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 36px 1fr;
  position: relative;
}
@media screen and (max-width: 960px) {
  .company__history {
    grid-template-columns: 1fr;
  }
}
.company__history.collapsed::before {
  position: absolute;
  width: 100%;
  height: 88px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 242, 0)), to(rgba(242, 242, 242, 0.8)));
  background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.8) 100%);
  content: "";
  z-index: 1;
  pointer-events: none;
}

/* 初期表示は3項目のみ */
.company__history.collapsed dt:nth-of-type(n+4),
.company__history.collapsed dd:nth-of-type(n+4) {
  display: none;
}

.company__item dt {
  padding-block: 16px;
  font-family: "Crimson Pro", serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  border-bottom: 1px solid #FFF;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .company__item dt {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: none;
  }
}

.company__item dd {
  padding-left: 32px;
  padding-block: 16px;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 960px) {
  .company__item dd {
    padding-top: 8px;
    padding-left: 0;
  }
}

.company__btn-wrapper {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .company__btn-wrapper {
    margin-top: 32px;
  }
}
.company__btn-wrapper .btn {
  margin-right: 0;
  min-width: initial;
}
.company__btn-wrapper .btn:hover svg {
  -webkit-transform: translatey(4px);
          transform: translatey(4px);
}
.company__btn-wrapper .btn.is-open svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.company__btn-wrapper .btn.is-open:hover svg {
  -webkit-transform: rotate(180deg) translatey(4px);
          transform: rotate(180deg) translatey(4px);
}

.company__grid--full {
  margin-top: 0;
  padding-block: 40px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 960px) {
  .company__grid--full {
    padding-bottom: 0;
  }
}
.company__grid--full .company__item {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 54px;
}
@media screen and (max-width: 960px) {
  .company__grid--full .company__item {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.company__info {
  display: grid;
  grid-template-columns: 70px 1fr;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 960px) {
  .company__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company__info dt {
  font-size: 14px;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 960px) {
  .company__info dt {
    padding-top: 16px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.company__info dd {
  padding-left: 64px;
  padding-block: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .company__info dd {
    padding-top: 0;
    padding-bottom: 16px;
    padding-left: 0;
    border-bottom: 1px solid #FFF;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company__info dd p + p {
  margin-top: 16px;
}
.company__info dd p + p span {
  margin-top: 5px;
  display: block;
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (min-width: 961px) {
  .company__info:nth-of-type(1) dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.partner {
  background: #fff;
}

.partner__box {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 960px) {
  .partner__box {
    margin-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.partner__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .partner__logo {
    margin-top: 48px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 153px;
  }
}

.partner__content {
  max-width: 721px;
}
@media screen and (max-width: 960px) {
  .partner__content {
    display: contents;
  }
}

.partner__en {
  font-family: "Crimson Pro", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 960px) {
  .partner__en {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.partner__copy {
  margin-top: 32px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 960px) {
  .partner__copy {
    margin-top: 48px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.partner__text {
  margin-top: 32px;
}
@media screen and (max-width: 960px) {
  .partner__text {
    margin-top: 16px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.partner__btn-wrapper {
  margin-top: 80px;
  text-align: right;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .partner__btn-wrapper {
    margin-top: 48px;
  }
}
.partner__btn-wrapper .btn svg {
  max-width: 117px;
}

.wide-img {
  height: 100vh;
}

.contact {
  background: linear-gradient(95deg, #646F73 0%, #A4A9AC 100%);
}

.contact__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .contact__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}

.contact .section__title {
  color: #fff;
}

.contact__description {
  color: #FFF;
}

.contact__wrapper {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 54px;
  color: #FFF;
}
@media screen and (max-width: 960px) {
  .contact__wrapper {
    margin-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 48px;
  }
}

.contact__tel {
  padding: 48px 40px;
  width: 50%;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(2px);
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 960px) {
  .contact__tel {
    padding: 32px 24px;
    width: 100%;
  }
}

.contact__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 960px) {
  .contact__title {
    font-size: 20px;
  }
}

.contact__tel-num {
  margin-top: 32px;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .contact__tel-num {
    font-size: 40px;
  }
}

.contact__tel-text {
  margin-top: 8px;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .contact__tel-text {
    font-size: 14px;
  }
}

.contact__form {
  padding: 48px 40px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(2px);
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .contact__form {
    padding: 32px 24px;
    width: 100%;
  }
}

.contact__area {
  margin-top: 32px;
}

.contact__area::-webkit-input-placeholder {
  color: #BABABA;
}

.contact__area::-moz-placeholder {
  color: #BABABA;
}

.contact__area:-ms-input-placeholder {
  color: #BABABA;
}

.contact__area::-ms-input-placeholder {
  color: #BABABA;
}

.contact__area::placeholder {
  color: #BABABA;
}

.contact__item + .contact__item {
  margin-top: 20px;
}

.contact__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  position: relative;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .contact__label {
    font-size: 14px;
  }
}

.contact__label--required::after {
  padding: 3px 6px 4px 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E50013;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  gap: 10px;
  content: "必須";
  border: 1px solid #E50013;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .contact__label--required::after {
    font-size: 12px;
  }
}

.en-US .contact__label--required::after {
  content: "required";
}

.contact__label--optional::after {
  padding: 3px 6px 4px 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  gap: 10px;
  content: "任意";
  border: 1px solid #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .contact__label--optional::after {
    font-size: 12px;
  }
}

.en-US .contact__label--optional::after {
  content: "optional";
}

.contact__input {
  margin-top: 8px;
  display: inline-block;
  width: 100%;
}

.contact__input input,
.contact__input textarea {
  border: 1px solid #909090;
  background: #FFF;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333C43;
  height: 49px;
  padding: 12px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  font-family: inherit;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .contact__input input,
  .contact__input textarea {
    font-size: 14px;
    line-height: 180%;
  }
}

.contact__item--textarea textarea {
  height: 200px;
  resize: none;
}

.contact__item--textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item:not(:last-child) {
  margin-right: 20px;
}
.wpcf7-checkbox .wpcf7-list-item-label {
  margin-left: 0;
}
.wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  text-align: left;
}
.wpcf7-checkbox label .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-checkbox input[type=checkbox] {
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  border-radius: 2px;
  border: 1px solid #909090;
  background: #FFF;
  cursor: pointer;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wpcf7-checkbox input[type=checkbox]:checked {
  background: #333;
  border-color: #333;
}
.wpcf7-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.wpcf7-checkbox input[type=checkbox]:hover {
  border-color: #666;
}
.wpcf7-checkbox input[type=checkbox]:focus {
  outline: 2px solid rgba(0, 0, 0, 0.1);
  outline-offset: 2px;
}

.contact__privacy-check {
  margin-top: 24px;
  text-align: center;
}
.contact__privacy-check .wpcf7-checkbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__privacy-check .wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  cursor: pointer;
  text-align: left;
}
.contact__privacy-check .wpcf7-acceptance a {
  text-decoration: underline;
}
.contact__privacy-check .wpcf7-acceptance a:hover {
  text-decoration: none;
}
.contact__privacy-check .wpcf7-acceptance input[type=checkbox] {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  border-radius: 2px;
  border: 1px solid #909090;
  background: #FFF;
  cursor: pointer;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact__privacy-check .wpcf7-acceptance input[type=checkbox]:checked {
  background: #333;
  border-color: #333;
}
.contact__privacy-check .wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact__privacy-check .wpcf7-acceptance input[type=checkbox]:hover {
  border-color: #666;
}
.contact__privacy-check .wpcf7-acceptance input[type=checkbox]:focus {
  outline: 2px solid rgba(0, 0, 0, 0.1);
  outline-offset: 2px;
}
.contact__privacy-check .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.contact__btn {
  margin: 32px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 57px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .contact__btn {
    height: 49px;
    width: 100%;
    max-width: 327px;
  }
}
.contact__btn input[type=submit] {
  border-radius: 50px;
  border: 1px solid #333C43;
  background: #333C43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 57px;
  padding: 16px 22px;
  font-family: "Shippori Mincho B1", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 960px) {
  .contact__btn input[type=submit] {
    width: 100%;
    max-width: 327px;
    height: 49px;
    padding: 12px 22px;
  }
}
.contact__btn::after {
  background: url("../img/top/contact-arrow.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact__btn:hover::after {
  -webkit-transform: translateX(10px) translateY(-50%);
          transform: translateX(10px) translateY(-50%);
}

.wpcf7-not-valid-tip {
  text-align: left;
}