@charset "UTF-8";
/*=================================================
 *  CSS Custom Properties
 *================================================*/
:root {
  /* --- 初期値設定 ここから ------------------------ */
  --font-family-base: "Noto Sans JP", sans-serif; /* FontFamily（日本語） */
  --font-family-second: "YuMincho", serif; /* FontFamily（日本語） */
  --font-family-third: "Sofia Sans Extra Condensed", sans-serif;
  --font-family-en: "Josefin Sans", "Noto Sans JP", sans-serif; /* FontFamily（英字） */
  --line-height-base: 1.6; /* 基本のline-height */
  --color-bg: #fff; /* 背景色 */
  --color-accent: #0f244d; /* アクセントカラー */
  --color-font-base: #333; /* 文字色 */
  /* --- 初期値設定 ここまで ------------------------ */
}

/*=================================================
 *  Base ベーススタイル
 *================================================*/
html {
  min-height: -webkit-fill-available;
}

body {
  font-family: var(--font-family-base);
  font-weight: 400;
  line-height: var(--line-height-base);
  color: var(--color-font-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--color-bg);
  word-wrap: break-word;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

[lang=en] {
  font-family: var(--font-family-en);
  text-transform: uppercase;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a {
  transition: 0.2s linear;
}

/* フォーカス時のアウトライン */
:focus-visible {
  outline: 1px solid var(--color-accent);
}

/* アンカー位置をヘッダーの高さ分ずらす */
:target {
  scroll-margin-top: calc(var(--height-header) * 1px);
}

/* PC */
@media screen and (min-width: 768px) {
  html {
    font-size: min(8 / var(--l-inner) * 100vw + 0.5em, 1em);
  }
  /* 電話番号リンクをクリック不可 */
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*=================================================
 *  Utility
 *================================================*/
.u-pc-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-pc-only {
    display: block;
  }
}
.u-sp-only {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}
/*=================================================
 *  Top
 *================================================*/
.l-top-main {
  overflow: clip;
}

.p-top-mv {
  position: relative;
  aspect-ratio: 2/3;
}

@media screen and (min-width: 767px) {
  .p-top-mv {
    aspect-ratio: 10/7;
  }
}
@media screen and (min-width: 1048px) {
  .p-top-mv {
    aspect-ratio: 1440/800;
  }
}
.p-top-mv-slider {
  height: 100%;
}

.p-top-mv .splide__track {
  height: 100%;
}

.p-top-mv .splide__slide {
  height: 100%;
}

.p-top-mv-logo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv-logo {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 20px;
  width: 120px;
}

@media screen and (min-width: 1048px) {
  .p-top-mv-logo {
    top: 51px;
    left: 60px;
    width: 346px;
  }
}
.p-top-mv__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv .splide__pagination__page {
  margin: unset;
  width: 8px;
  height: 8px;
  margin-inline: 5px;
  background: unset;
  background-color: #707070;
  opacity: 1;
}

.p-top-mv .splide__pagination__page.is-active {
  background-color: #fff;
  transform: unset !important;
  opacity: 1;
}

.p-top-mv .splide__pagination {
  bottom: 30px;
}

.p-top-mv-catchcopy {
  position: absolute;
  right: 0;
  z-index: 2;
  bottom: 76px;
  padding: 21px 12px 7px;
  background-color: rgba(255, 255, 255, 0.4);
}

@media screen and (min-width: 1048px) {
  .p-top-mv-catchcopy {
    padding: 40px 50px;
  }
}
.p-top-mv-catchcopy__text--top {
  display: flex;
  align-items: flex-end;
}

.p-top-mv-catchcopy__text--bottom {
  display: flex;
  align-items: flex-end;
  margin-top: -0.9lh;
}

@media screen and (min-width: 1048px) {
  .p-top-mv-catchcopy__text--bottom {
    margin-top: -1.8lh;
  }
}
.p-top-mv-catchcopy__text--top__left {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1;
}

@media screen and (min-width: 1048px) {
  .p-top-mv-catchcopy__text--top__left {
    font-size: 20px;
  }
}
.p-top-mv-catchcopy__text--top__right {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1;
}

@media screen and (min-width: 1048px) {
  .p-top-mv-catchcopy__text--top__right {
    font-size: 28px;
  }
}
.p-top-mv-catchcopy__text--bottom__left {
  font-size: 44px;
  font-family: var(--font-family-third);
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #000;
  translate: 0 -0.2lh;
  line-height: 1;
}

@media screen and (min-width: 1048px) {
  .p-top-mv-catchcopy__text--bottom__left {
    font-size: 102px;
  }
}
.p-top-mv-catchcopy__text--bottom__right {
  font-size: 77px;
  font-family: var(--font-family-third);
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1;
}

@media screen and (min-width: 1048px) {
  .p-top-mv-catchcopy__text--bottom__right {
    font-size: 170px;
  }
}
.p-lp-header {
  position: absolute;
  z-index: 100;
  right: 15px;
  top: 96px;
}

@media screen and (min-width: 1048px) {
  .p-lp-header {
    right: 60px;
    top: 51px;
  }
}
.p-lp-header-list {
  display: none;
  flex-direction: column;
  gap: 0px;
  align-items: flex-end;
}

@media screen and (min-width: 1048px) {
  .p-lp-header-list {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-direction: row;
  }
}
.p-lp-header-list-item {
  color: #fff;
  font-family: var(--font-family-third);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.p-lp-header-list-sp {
  position: fixed;
  top: 0;
  right: 0;
  translate: 100% 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  padding: 96px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 1;
  transition: translate 0.3s;
}

.p-lp-header-list-sp[aria-hidden=false] {
  translate: 0 0;
  transition: translate 0.3s;
}

@media screen and (min-width: 1048px) {
  .p-lp-header-list-sp {
    display: none;
  }
}
.p-lp-header-sp-trigger {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 2;
  background-color: #fff;
  width: 30px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1048px) {
  .p-lp-header-sp-trigger {
    display: none;
  }
}
.p-lp-header-sp-trigger[aria-expanded=false] .p-lp-header-sp-trigger__icon--close {
  display: none;
}

.p-lp-header-sp-trigger[aria-expanded=true] .p-lp-header-sp-trigger__icon--close {
  display: block;
}

.p-lp-header-sp-trigger[aria-expanded=false] .p-lp-header-sp-trigger__icon--open {
  display: block;
}

.p-lp-header-sp-trigger[aria-expanded=true] .p-lp-header-sp-trigger__icon--open {
  display: none;
}

.p-lp-header-list-sp-item__link {
  font-size: 18px;
  font-weight: 700;
}

.p-top-news {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1280px;
  width: 90%;
  margin-inline: auto;
  display: flex;
  gap: 130px;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 767px) {
  .p-top-news {
    padding-top: 120px;
    flex-direction: row;
    padding-bottom: 100px;
  }
}
.p-top-news-logo {
  display: none;
}

@media screen and (min-width: 767px) {
  .p-top-news-logo {
    display: block;
  }
}
.p-top-news-box {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-top-news-box {
    width: 100%;
  }
}

.p-top-news-box__title {
  font-family: var(--font-family-third);
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
  color: #000;
  margin-right: 0px;
  text-align: right;
}

@media screen and (min-width: 767px) {
  .p-top-news-box__title {
    font-size: 128px;
    margin-right: 100px;
  }
}
.p-top-news-list {
  background-color: #f8f8f8;
  padding: 0 16px 16px;
  position: relative;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .p-top-news-list {
    padding: 0 16px 16px;
  }
}
.p-top-news-list::after {
  content: "";
  width: 50vw;
  height: 100%;
  display: block;
  background: #f8f8f8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-news-list::after {
    content: none;
  }
}

@media screen and (min-width: 767px) {
  .p-top-news-list {
    padding: 50px 90px 50px 54px;
    padding-right: 0;
  }
}
.p-top-news-list-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 767px) {
  .p-top-news-list-box {
    gap: 40px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.p-top-news-list-box__term {
  font-family: var(--font-family-third);
  font-weight: 500;
  color: #000;
  font-size: 20px;
}

.p-top-news-list-box__description {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

@media screen and (min-width: 767px) {
  .p-top-news-list-box__description {
    font-size: 16px;
  }
}
.p-top-news-detail {
  position: relative;
  display: block;
  margin-top: 24px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  width: 180px;
  padding: 8px 8px;
  transition: opacity 0.3s;
}

@media screen and (min-width: 767px) {
  .p-top-news-detail {
    width: 250px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: unset;
    padding: 15px 8px;
  }
}
.p-top-news-detail:hover {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.p-top-news-detail__text {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  font-family: var(--font-family-third);
  letter-spacing: 0.05em;
}

@media screen and (min-width: 767px) {
  .p-top-news-detail__text {
    font-size: 24px;
  }
}
.p-top-news-detail__icon {
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  width: 4px;
  height: 8px;
}

.p-top-concept {
  background-image: url("../img/top/concept-background.png");
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 767px) {
  .p-top-concept {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.p-top-concept__title {
  font-size: 64px;
  font-family: var(--font-family-third);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 767px) {
  .p-top-concept__title {
    font-size: 128px;
    margin-bottom: 100px;
  }
}
.p-top-concept-box {
  width: 90%;
  max-width: 1280px;
  margin-inline: auto;
  gap: 42px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 767px) {
  .p-top-concept-box {
    flex-direction: row;
    gap: 82px;
  }
}
.p-top-concept-box-catchcopy {
  width: 60%;
  margin-inline: auto;
}

@media screen and (min-width: 767px) {
  .p-top-concept-box-catchcopy {
    width: 46%;
    margin-inline: unset;
  }
}
.p-top-concept-box-sentence {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .p-top-concept-box-sentence {
    width: 54%;
  }
}
.p-top-concept-box-sentence {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.p-top-concept-box-sentence__text {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media screen and (min-width: 767px) {
  .p-top-concept-box-sentence__text {
    font-size: 18px;
  }
}
.p-top-concept-box-sentence-readmore {
  margin-top: 52px;
  width: 250px;
  display: block;
  margin-left: auto;
  transition: opacity 0.3s;
}

.p-top-concept-box-sentence-readmore:hover {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.p-top-method {
  max-width: 1280px;
  width: 90%;
  margin-inline: auto;
  margin-top: 60px;
}

@media screen and (min-width: 1048px) {
  .p-top-method {
    margin-top: 150px;
  }
}
.p-top-method-subtitle {
  font-size: 24px;
  font-family: var(--font-family-third);
  font-weight: 900;
  color: #9e9e9e;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (min-width: 1048px) {
  .p-top-method-subtitle {
    font-size: 50px;
  }
}
.p-top-method-title {
  font-size: 64px;
  color: #000;
  font-weight: 900;
  font-family: var(--font-family-third);
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (min-width: 1048px) {
  .p-top-method-title {
    font-size: 128px;
  }
}
.p-top-method-description {
  display: flex;
  gap: 3px;
  margin-top: 16px;
  align-items: center;
}

@media screen and (min-width: 1048px) {
  .p-top-method-description {
    gap: 10px;
    margin-top: 30px;
  }
}
.p-top-method-description__first-letter {
  font-size: 36px;
  font-weight: 900;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (min-width: 1048px) {
  .p-top-method-description__first-letter {
    font-size: 96px;
  }
}
.p-top-method-description__text {
  font-size: 15px;
  color: #000;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1048px) {
  .p-top-method-description__text {
    font-size: 36px;
  }
}
.p-top-method-slider {
  position: relative;
  translate: 0 0;
  position: relative;
  margin-top: 62px;
  padding-bottom: 10px;
}

@media screen and (min-width: 1048px) {
  .p-top-method-slider {
    translate: 100px 0;
    padding-bottom: 100px;
  }
}
.p-top-method-slider:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  aspect-ratio: 1440/875;
  background-color: #f3f3f3;
}

@media screen and (min-width: 1048px) {
  .p-top-method-slider:before {
    bottom: 0px;
    width: calc(100% + 200px);
    aspect-ratio: 1440/495;
    bottom: 32px;
  }
}
.p-top-method-slider .splide__arrow {
  position: static;
  top: unset;
  right: unset;
  left: unset;
  bottom: unset;
  background: unset;
  opacity: unset;
  width: 32px;
  height: 32px;
  transform: unset;
}

@media screen and (min-width: 1048px) {
  .p-top-method-slider .splide__arrow {
    width: 84px;
    height: 84px;
  }
}
.p-top-method-slider .splide__arrow svg {
  width: 100%;
  height: 100%;
  transform: unset;
}

.p-top-method-slider .splide__arrows {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  translate: 0 calc(-100% - 9px);
}

@media screen and (min-width: 1048px) {
  .p-top-method-slider .splide__arrows {
    translate: 0 calc(-100% - 73px);
    right: 173px;
  }
}
.p-top-method-slider__image {
  width: 100%;
  aspect-ratio: 500/390;
  -o-object-fit: cover;
     object-fit: cover;
}

.splide__slide__title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 900;
  color: #000;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1048px) {
  .splide__slide__title {
    font-size: 36px;
    margin-top: 30px;
  }
}
.splide__slide__description {
  font-size: 14px;
  font-weight: 900;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

@media screen and (min-width: 1048px) {
  .splide__slide__description {
    font-size: 18px;
    margin-top: 20px;
  }
}
.c-contact {
  background-image: url("../img/top/contact-background.png");
  background-size: cover;
  padding-top: 48px;
  margin-top: 60px;
  padding-bottom: 48px;
}

@media screen and (min-width: 767px) {
  .c-contact {
    padding-top: 116px;
    margin-top: 100px;
    padding-bottom: 116px;
  }
}
.c-contact__title {
  font-size: 64px;
  font-family: var(--font-family-third);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 32px;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .c-contact__title {
    font-size: 128px;
    margin-bottom: 50px;
  }
}
.c-contact__description {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 24px;
  text-align: center;
  width: 80%;
  margin-inline: auto;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 767px) {
  .c-contact__description {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
.c-contact-link {
  display: flex;
  width: 70%;
  max-width: 400px;
  margin-inline: auto;
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (min-width: 767px) {
  .c-contact-link {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.c-contact-link__text {
  font-size: 24px;
  font-family: var(--font-family-third);
  font-weight: 900;
  color: #000;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 767px) {
  .c-contact-link__text {
    font-size: 44px;
  }
}
.c-contact-link__icon {
  position: absolute;
  top: 50%;
  right: 17px;
  translate: 0 -50%;
  width: 8px;
  height: 17px;
}

.p-lp-footer {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #000;
}

@media screen and (min-width: 767px) {
  .p-lp-footer {
    padding-top: 101px;
    padding-bottom: 106px;
  }
}
.p-lp-footer-container {
  max-width: 1260px;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  flex-direction: column;
}

@media screen and (min-width: 767px) {
  .p-lp-footer-container {
    flex-direction: row;
  }
}
.p-lp-footer-left__logo {
  display: block;
  width: 160px;
  margin-inline: auto;
  margin-bottom: 39px;
}

@media screen and (min-width: 767px) {
  .p-lp-footer-left__logo {
    width: 285px;
    margin-inline: unset;
  }
}
.p-lp-footer-left-address__text {
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
}

@media screen and (min-width: 767px) {
  .p-lp-footer-left-address__text {
    text-align: left;
    font-size: 15px;
  }
}
.p-lp-footer-left-link {
  display: none;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border: 1px solid #fff;
  padding: 8px 32px;
  margin-top: 24px;
  margin-inline: auto;
}

@media screen and (min-width: 767px) {
  .p-lp-footer-left-link {
    display: block;
    margin-inline: unset;
    padding: 13px 29px 15px;
    margin-top: 83px;
  }
}
.p-lp-footer-left-link__text {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.p-lp-footer-left-link__icon {
  position: absolute;
  top: 50%;
  right: 9px;
  translate: 0 -50%;
  width: 7px;
}

.p-lp-footer-right-links {
  display: none;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 40px;
  margin-top: 24px;
}

@media screen and (min-width: 767px) {
  .p-lp-footer-right-links {
    display: flex;
    flex-direction: row;
    margin-top: unset;
    align-items: unset;
    gap: 40px;
  }
}
.p-lp-footer-right-links-item__link {
  color: #fff;
  font-size: 24px;
  font-family: var(--font-family-third);
  font-weight: 900;
  letter-spacing: 0.05em;
}

.p-lp-footer-right {
  display: flex;
  flex-direction: column;
}

.p-lp-footer-right__copyright {
  font-weight: 800;
  font-family: var(--font-family-third);
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.05em;
  margin-top: 24px;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .p-lp-footer-right__copyright {
    text-align: right;
    margin-top: auto;
  }
}
.p-lp-footer-right__privacy-polocy {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-family: var(--font-family-third);
}

@media screen and (min-width: 767px) {
  .p-lp-footer-right__privacy-polocy {
    text-align: right;
  }
}
.p-lp-case-study {
  margin-top: 60px;
  max-width: 1440px;
  margin-inline: auto;
}

@media screen and (min-width: 767px) {
  .p-lp-case-study {
    margin-top: 100px;
  }
}
.p-lp-case-study-container {
  max-width: 1340px;
  width: 100%;
  margin-left: auto;
}

.p-lp-case-study__title {
  font-size: 64px;
  font-family: var(--font-family-third);
  font-weight: 900;
  color: #000;
  line-height: 1;
  margin-bottom: 32px;
  text-align: right;
  margin-right: 16px;
}

@media screen and (min-width: 767px) {
  .p-lp-case-study__title {
    font-size: 128px;
    margin-bottom: 50px;
    margin-right: 102px;
  }
}
.p-lp-case-study-article-wrap {
  background-color: #f8f8f8;
  padding: 16px;
}

@media screen and (min-width: 767px) {
  .p-lp-case-study-article-wrap {
    padding: 70px 100px;
  }
}
@media screen and (min-width: 767px) {
  .p-lp-case-study-article-wrap:nth-of-type(even) .p-lp-case-study-article {
    flex-direction: row-reverse;
  }
}
.p-lp-case-study-article {
  display: flex;
  gap: 50px;
  flex-direction: column;
}

@media screen and (min-width: 767px) {
  .p-lp-case-study-article {
    flex-direction: row;
  }
}
.p-lp-case-study-article-left {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .p-lp-case-study-article-left {
    width: 60%;
  }
}
.p-lp-case-study-article-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media screen and (min-width: 767px) {
  .p-lp-case-study-article-right {
    width: 40%;
  }
}
.p-lp-case-study-article-left__image--1 {
  width: 100%;
  aspect-ratio: 620/400;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-lp-case-study-article-left__image--2 {
  flex-grow: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-lp-case-study-article-left__image--3 {
  flex-grow: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-lp-case-study-article-left__subtitle {
  margin-top: 20px;
  font-size: 24px;
  font-family: var(--font-family-third);
  font-weight: 800;
  color: #000;
  letter-spacing: 0.05em;
  display: flex;
  gap: 7px;
  align-items: center;
}

@media screen and (min-width: 767px) {
  .p-lp-case-study-article-left__subtitle {
    margin-top: 40px;
  }
}
.p-lp-case-study-article-left__subtitle:before {
  content: "";
  width: 18px;
  aspect-ratio: 1/1;
  background-color: #000;
  display: block;
}

.p-lp-case-study-article-left-title {
  margin-top: 8px;
  display: flex;
  align-items: end;
}

@media screen and (min-width: 767px) {
  .p-lp-case-study-article-left-title {
    margin-top: 24px;
  }
}
.p-lp-case-study-article-left-title__left {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .p-lp-case-study-article-left-title__left {
    font-size: 90px;
  }
}
.p-lp-case-study-article-left-title__right {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 767px) {
  .p-lp-case-study-article-left-title__right {
    font-size: 36px;
  }
}
.p-lp-case-study-article-left__description {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (min-width: 767px) {
  .p-lp-case-study-article-left__description {
    font-size: 16px;
    margin-top: 32px;
  }
}
.p-lp-case-study-container-viewmore {
  margin-top: 32px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 15px;
  font-size: 18px;
  color: #000;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-family: var(--font-family-third);
  max-width: 100%;
  margin-left: auto;
  align-items: center;
}

@media screen and (min-width: 767px) {
  .p-lp-case-study-container-viewmore {
    margin-top: 40px;
    font-size: 28px;
  }
}
.p-lp-case-study-container-viewmore:before {
  content: "";
  width: 58px;
  height: 3px;
  background-color: #000;
}

@media screen and (min-width: 767px) {
  .p-lp-case-study-container-viewmore:before {
    width: 118px;
  }
}
.p-lp-case-study-articles {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/*=================================================
 *  CONTACT
 *================================================*/
.p-sub-fv-logo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sub-fv-logo {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 20px;
  width: 120px;
}

@media screen and (min-width: 1048px) {
  .p-sub-fv-logo {
    top: 51px;
    left: 60px;
    width: 346px;
  }
}
.p-sub-fv {
  position: relative;
}

.p-sub-fv__title {
  position: absolute;
  font-family: var(--font-family-third);
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  background-color: #000;
  padding: 12px 24px;
  line-height: 1;
  right: 20px;
  bottom: 20px;
}

@media screen and (min-width: 767px) {
  .p-sub-fv__title {
    right: 200px;
    bottom: -30px;
    font-size: 48px;
  }
}
@media screen and (min-width: 1048px) {
  .p-sub-fv__title {
    font-size: 96px;
    padding: 18px 40px;
    right: 100px;
    left: unset;
    bottom: -30px;
  }
}
.p-sub-fv__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/226;
}

@media screen and (min-width: 767px) {
  .p-sub-fv__image {
    aspect-ratio: 1440/600;
  }
}
@media screen and (min-width: 1048px) {
  .p-sub-fv__image {
    aspect-ratio: 1440/350;
  }
}
.p-sub-contact-inner {
  max-width: 1272px;
  padding-inline: 16px;
  margin-inline: auto;
}

.p-sub-contact-container {
  background-color: #f3f3f3;
  padding-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

@media screen and (min-width: 767px) {
  .p-sub-contact-container {
    padding-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 100px;
  }
}
.p-sub-contact-container-form {
  max-width: 920px;
  width: 90%;
  margin-inline: auto;
}

.c-form__radio-input {
  opacity: 1 !important;
}

.c-form__radio {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.c-form__radio label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-form__row {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4px;
  -moz-column-gap: 0px;
       column-gap: 0px;
}

@media screen and (min-width: 767px) {
  .c-form__row {
    grid-template-columns: 320px 1fr;
    row-gap: 22px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
.p-sub-contact-container-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 767px) {
  .p-sub-contact-container-form {
    gap: 45px;
  }
}
.c-form__ttl {
  font-size: 18px;
  font-weight: 700;
}

.c-form__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

@media screen and (min-width: 767px) {
  .c-form__head {
    justify-content: space-between;
    gap: 0;
  }
}
.c-form__required {
  background-color: #d26d5f;
  padding: 4px 6px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
}

.c-form__input {
  border: none;
  width: 100%;
}

.c-form__input--half {
  max-width: 246px;
}

.c-form__check-input {
  opacity: 1 !important;
}

.c-form__checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 12px;
}

.c-form__checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-form__checkbox-label {
  font-size: 18px;
}

.c-form__radio-label {
  font-size: 18px;
}

.c-form__privacy {
  display: inline;
  justify-content: center;
}

.c-form__privacy a {
  text-decoration: underline;
}

.p-sub-contact__pp-box {
  margin-top: 35px;
}

.p-form-button {
  position: relative;
  display: block;
  margin-top: 24px;
  width: 80%;
  max-width: min(400px, 90vw);
  text-align: center;
  margin-inline: auto;
  padding: 16px;
  background-color: #000;
}

@media screen and (min-width: 767px) {
  .p-form-button {
    margin-top: 30px;
    padding: 31px;
  }
}
.p-form-button svg {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  translate: 0 -50%;
}

.p-form-button span {
  font-size: 20px;
  color: #fff;
  font-weight: 900;
}

@media screen and (min-width: 767px) {
  .p-form-button {
    font-size: 24px;
  }
}
.c-form__privacy-checkbox {
  opacity: 1 !important;
}

.p-sub-contact__pp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.p-sub-contact-inner__title {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 50px;
}

@media screen and (min-width: 767px) {
  .p-sub-contact-inner__title {
    font-size: 22px;
  }
}
.p-sub-contact-container-form.p-sub-contact-container-form--confirm {
  gap: unset;
}

.p-sub-contact-container-form.p-sub-contact-container-form--confirm .c-form__row {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #999999;
}

.p-sub-contact__btn {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

@media screen and (min-width: 767px) {
  .p-sub-contact__btn {
    margin-top: 80px;
    gap: 60px;
  }
}
.p-sub-contact__btn .p-form-button {
  margin-top: unset;
  width: 340px;
}

.p-form-button.p-form-button--return {
  background-color: #999999;
}

.p-sub-contact__thanks {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 42px;
  margin-top: 80px;
}

@media screen and (min-width: 767px) {
  .p-sub-contact__thanks {
    font-size: 32px;
    margin-bottom: 80px;
  }
}
.p-sub-contact-inner--thanks {
  padding-bottom: 80px;
}

@media screen and (min-width: 767px) {
  .p-sub-contact-inner--thanks {
    padding-bottom: 160px;
  }
}
/*=================================================
 *  パンくず
 *================================================*/
.c-breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 16px;
  margin-top: 32px;
}

@media screen and (min-width: 767px) {
  .c-breadcrumb {
    margin-top: 90px;
    margin-bottom: 60px;
  }
}
.c-breadcrumb__item a {
  font-size: 18px;
  display: flex;
  align-items: center;
  font-family: var(--font-family-third);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #777777;
}

@media screen and (min-width: 767px) {
  .c-breadcrumb__item a {
    font-size: 14px;
  }
}
.c-breadcrumb__item:not(:last-of-type) a:after {
  content: "/";
  padding-inline: 4px;
}

.c-breadcrumb__item:last-of-type a {
  color: #000;
}

/*=================================================
 *  アニメーション
 *================================================*/
.clip-from-left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.clip-from-left.is-shown {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: clip-path 0.3s ease-in-out;
}

.clip-from-right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.clip-from-right.is-shown {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: clip-path 0.3s ease-in-out;
}

.clip-from-bottom {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: clip-path 0.3s ease-in-out;
}

.clip-from-bottom.is-shown {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

/*=================================================
 *  お知らせ
 *================================================*/
.p-sub-news-articles {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 767px) {
  .p-sub-news-articles {
    gap: 50px;
  }
}
.p-sub-news-articles-article {
  background-color: #f8f8f8;
  padding: 32px 16px;
}

@media screen and (min-width: 767px) {
  .p-sub-news-articles-article {
    padding: 70px 136px;
  }
}
.p-sub-news-articles-article__date {
  font-size: 14px;
  margin-bottom: 16px;
}

@media screen and (min-width: 767px) {
  .p-sub-news-articles-article__date {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p-sub-news-articles-article__title {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

@media screen and (min-width: 767px) {
  .p-sub-news-articles-article__title {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.p-sub-news-articles-article__text {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
}

.p-sub-news-articles-article-link {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  align-items: center;
  margin-top: 25px;
  gap: 11px;
  padding: 13px 15px;
  border: 1px solid #000;
}

.p-sub-news-articles-article-link__text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .p-sub-news-articles-article-link__text {
    font-size: 15px;
  }
}
.p-sub-news-articles-article-link__icon {
  width: 7px;
  display: block;
}

.c-pagination {
  display: flex;
  align-items: center;
  width: 90%;
  margin-inline: auto;
  justify-content: center;
  margin-top: 32px;
  gap: 5px;
}

@media screen and (min-width: 767px) {
  .c-pagination {
    margin-top: 100px;
  }
}
.c-pagination-item {
  width: 52px;
  aspect-ratio: 1/1;
}

.c-pagination-item:has(.c-pagination-item__link--text) {
  width: -moz-max-content;
  width: max-content;
  aspect-ratio: unset;
}

.c-pagination-item:has(.c-pagination__arrow--back) {
  margin-right: 15px;
}

.c-pagination-item:has(.c-pagination__arrow--next) {
  margin-left: 15px;
}

.c-pagination__arrow--back {
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.c-pagination__arrow--next {
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.c-pagination-item__link--text {
  display: block;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: var(--font-family-third);
  padding: 8px 16px;
  background-color: #000;
}

@media screen and (min-width: 767px) {
  .c-pagination-item__link--text {
    font-size: 24px;
    padding: 15px 66px;
  }
}
.c-pagination-item__link {
  background-color: #b9b9b9;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-pagination-item__link[aria-current=page] {
  background-color: #000;
  color: #fff;
}

.c-pagination__arrow--next__icon {
  width: 10px;
}

@media screen and (min-width: 767px) {
  .c-pagination__arrow--next__icon {
    width: 19px;
  }
}
.c-pagination__arrow--back__icon {
  width: 10px;
}

@media screen and (min-width: 767px) {
  .c-pagination__arrow--back__icon {
    width: 19px;
  }
}
/*=================================================
 *  CASE STUDY
 *================================================*/
.p-sub-case-study-filters {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 16px;
  background: #f3f3f3;
  padding: 60px 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-sub-case-study-filters {
    width: calc(100% - 32px);
    padding: 24px 16px;
  }
}
.p-sub-case-study-filters h3 {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-sub-case-study-filters h3 {
    font-size: 16px;
  }
}
.p-sub-case-study-filters h3::after {
  content: "";
  height: 24px;
  width: 24px;
  display: block;
  background: url(../img/case-study/icon-arrow.svg) no-repeat;
  background-size: cover;
  margin-left: 0.5rem;
  transform: rotate(180deg);
}
.p-sub-case-study-filters h3:hover {
  cursor: pointer;
}
.p-sub-case-study-filters .filters-o-wrap {
  max-height: 0;
  overflow: hidden;
}
.p-sub-case-study-filters .filters-o-wrap dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #999999;
}
.p-sub-case-study-filters .filters-o-wrap dl:first-child {
  align-items: flex-start;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sub-case-study-filters .filters-o-wrap dl:first-child {
    padding-bottom: 0;
  }
}
.p-sub-case-study-filters .filters-o-wrap dl:first-child dt {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-sub-case-study-filters .filters-o-wrap dl:first-child dt {
    padding-top: 0;
  }
}
.p-sub-case-study-filters .filters-o-wrap dl:nth-child(3) {
  border-bottom: none;
}
.p-sub-case-study-filters .filters-o-wrap dl dt {
  width: 203px;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 5%;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-sub-case-study-filters .filters-o-wrap dl dt {
    width: 100%;
    font-size: 16px;
    padding-top: 24px;
  }
}
.p-sub-case-study-filters .filters-o-wrap dl dd {
  width: calc(100% - 203px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-sub-case-study-filters .filters-o-wrap dl dd {
    width: 100%;
  }
}
.p-sub-case-study-filters .filters-o-wrap dl dd label {
  display: flex;
  align-items: center;
  margin: 20px 0;
  margin-right: 25px;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-sub-case-study-filters .filters-o-wrap dl dd label {
    font-size: 14px;
    margin: 16px 0;
    margin-right: 16px;
  }
}
.p-sub-case-study-filters .filters-o-wrap dl dd label.plus-margin {
  width: 250px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sub-case-study-filters .filters-o-wrap dl dd label.plus-margin {
    margin-right: 16px;
    width: 100%;
  }
}
.p-sub-case-study-filters .filters-o-wrap dl dd label.plus-margin::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #999999;
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-sub-case-study-filters .filters-o-wrap dl dd label.plus-margin::after {
    content: none;
  }
}
.p-sub-case-study-filters .filters-o-wrap dl dd label:hover {
  cursor: pointer;
}
.p-sub-case-study-filters .filters-o-wrap dl dd label .filter-category {
  width: 18px;
  height: 18px;
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  margin-right: 10px;
  accent-color: #000;
}
.p-sub-case-study-filters .filters-o-wrap dl dd label .filter-category:hover {
  cursor: pointer;
}
.p-sub-case-study-filters .filters-o-wrap dl dd .filters-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-sub-case-study-filters .filters-o-wrap dl dd .filters-wrap {
    border-bottom: 1px solid #999;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-case-study-filters .filters-o-wrap dl dd .filters-wrap:last-child {
    border-bottom: none;
  }
}
.p-sub-case-study-filters .btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-sub-case-study-filters .btns .p-sub-case-study-filters-btn {
  width: 190px;
  height: 40px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 16px;
  margin-left: 203px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sub-case-study-filters .btns .p-sub-case-study-filters-btn {
    margin: 32px auto 0;
  }
}
.p-sub-case-study-filters .btns #clearButton {
  width: 190px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid;
  position: relative;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sub-case-study-filters .btns #clearButton {
    margin: 32px auto 0;
  }
}
.p-sub-case-study-filters .btns #clearButton img {
  position: absolute;
  top: 50%;
  right: 17px;
  translate: 0 -50%;
  width: 8px;
  height: 17px;
}
.p-sub-case-study-filters.active h3 {
  margin-bottom: 3rem;
  transition: 0.3s ease;
}
.p-sub-case-study-filters.active h3::after {
  transform: rotate(0deg);
  transition: 0.3s ease;
}
.p-sub-case-study-filters.active .filters-o-wrap {
  max-height: 20000px;
  transition: 0.3s ease;
}

.p-sub-case-study-category {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
  flex-wrap: wrap;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 16px;
}

@media screen and (min-width: 767px) {
  .p-sub-case-study-category {
    flex-wrap: wrap;
    margin-bottom: 70px;
    gap: 20px;
  }
}
.p-sub-case-study-category-item__link {
  display: block;
  background-color: #000;
  color: #fff;
  font-family: var(--font-family-third), var(--font-family-base);
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  padding: 8px 12px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

@media screen and (min-width: 767px) {
  .p-sub-case-study-category-item__link {
    font-size: 28px;
    padding: 12px 22px 10px;
  }
}
.p-sub-case-study-category-item__link[aria-current=page] {
  background-color: #000;
}

.p-sub-case-study-category-item__link:hover {
  color: #fff;
  background-color: #000;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.p-sub-case-study-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 16px;
  max-width: 1280px;
  padding-inline: 16px;
  margin-inline: auto;
}

@media screen and (min-width: 767px) {
  .p-sub-case-study-list {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 35px;
         column-gap: 35px;
    row-gap: 70px;
  }
}
.p-sub-case-study-list-item-thumbnailbox {
  position: relative;
  width: 100%;
  aspect-ratio: 390/261;
  margin-bottom: 24px;
}

.p-sub-case-study-list-item-thumbnailbox:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: clip-path 0.3s ease-in-out;
}

.p-sub-case-study-list-item-thumbnailbox:after {
  content: "VIEW MORE";
  position: absolute;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 3;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  font-family: var(--font-family-third);
  pointer-events: none;
  transition: clip-path 0.3s ease-in-out;
}

.p-sub-case-study-list-item-thumbnailbox:hover:after,
.p-sub-case-study-list-item-thumbnailbox:hover:before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: clip-path 0.3s ease-in-out;
}

.p-sub-case-study-list-item-thumbnailbox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: gray;
}

.p-sub-case-study-list-item__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-sub-case-study-content {
  padding: 24px 16px;
  background-color: #f8f8f8;
}

@media screen and (min-width: 767px) {
  .p-sub-case-study-content {
    padding: 100px 148px;
  }
  .p-sub-case-study-content.p-sub-case-study-content-non-pdbtm {
    padding-bottom: 0;
  }
}
.p-sub-case-study-content__subtitle {
  font-size: 18px;
  font-weight: 800;
  color: #000;
  letter-spacing: 0.05em;
  display: flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 16px;
  font-family: var(--font-family-third);
}

@media screen and (min-width: 767px) {
  .p-sub-case-study-content__subtitle {
    font-size: 24px;
    margin-bottom: 27px;
  }
}
.p-sub-case-study-content__subtitle:before {
  content: "";
  width: 18px;
  aspect-ratio: 1/1;
  background-color: #000;
  display: block;
}

.p-sub-case-study-content__thumbnail {
  width: 100%;
  aspect-ratio: 960/620;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  background-color: gray;
}

.p-sub-case-study-content-datas {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-sub-case-study-content-datas > * {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
}
.p-sub-case-study-content-datas dt {
  width: 100px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.p-sub-case-study-content-datas dd {
  width: calc(100% - 100px);
}

.p-sub-case-study-content-youtube-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.p-sub-case-study-content-youtube-wrap .youtube-box {
  width: calc(33.33333333% - 20px);
  margin-bottom: 30px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .p-sub-case-study-content-youtube-wrap .youtube-box {
    width: 100%;
  }
}
.p-sub-case-study-content-youtube-wrap .youtube-box iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 767px) {
  .p-sub-case-study-content__thumbnail {
    margin-bottom: 54px;
  }
}
.p-sub-case-study-content__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

@media screen and (min-width: 767px) {
  .p-sub-case-study-content__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.p-sub-case-study-content__description {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

@media screen and (min-width: 767px) {
  .p-sub-case-study-content__description {
    font-size: 16px;
    margin-bottom: 70px;
  }
}
.p-sub-case-study-content-images {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 767px) {
  .p-sub-case-study-content-images {
    flex-direction: column;
    gap: 70px;
  }
}
.p-sub-case-study-content-images-item {
  width: 100%;
}

.p-sub-case-study-content-images-item__image {
  width: 100%;
  aspect-ratio: 960/620;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: gray;
}

/*=================================================
 *  404
 *================================================*/
.p-sub-4o4-content-title {
  font-size: 42px;
  font-weight: 900;
  font-family: var(--font-family-third);
  margin-bottom: 32px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .p-sub-4o4-content-title {
    font-size: 128px;
    margin-bottom: 80px;
  }
}
.p-sub-4o4-content-description {
  font-size: 14px;
  font-weight: 900;
  font-family: var(--font-family-third);
  text-align: center;
  line-height: 1.6;
}

@media screen and (min-width: 767px) {
  .p-sub-4o4-content-description {
    font-size: 18px;
  }
}
.p-sub-404-content-link {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 340px;
  margin-inline: auto;
  padding: 16px;
  position: relative;
  background-color: #999999;
  transition: background-color 0.3s ease-in-out;
}

@media screen and (min-width: 767px) {
  .p-sub-404-content-link {
    padding: 31px 18px;
    margin-top: 80px;
  }
}
.p-sub-404-content-link:hover {
  background-color: #000;
  transition: background-color 0.3s ease-in-out;
}

.p-sub-404-content-link__text {
  color: #fff;
  font-size: 16px;
  font-family: var(--font-family-third);
  font-weight: 900;
  transition: color 0.3s ease-in-out;
}

@media screen and (min-width: 767px) {
  .p-sub-404-content-link__text {
    font-size: 24px;
  }
}
.p-sub-404-content-link:hover .p-sub-404-content-link__text {
  color: #fff;
  transition: color 0.3s ease-in-out;
}

.p-sub-404-content-link__icon {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  filter: invert(1);
  translate: 0 -50%;
}

.p-sub-404-content {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 16px;
}

/*=================================================
 *  CONCEPT
 *================================================*/
.p-sub-concept-catchcopy {
  padding: 21px 12px 7px;
  background-color: rgba(255, 255, 255, 0.4);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-catchcopy {
    padding: 40px 50px;
  }
}
.p-sub-concept-catchcopy__text--top {
  display: flex;
  align-items: flex-end;
}

.p-sub-concept-catchcopy__text--bottom {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -0.9lh;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-catchcopy__text--bottom {
    margin-top: -1.8lh;
  }
}
.p-sub-concept-catchcopy__text--top__left {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-catchcopy__text--top__left {
    font-size: 22px;
  }
}
.p-sub-concept-catchcopy__text--top__right {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-catchcopy__text--top__right {
    font-size: 30px;
  }
}
.p-sub-concept-catchcopy__text--bottom__left {
  font-size: 44px;
  font-family: var(--font-family-third);
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #000;
  translate: 0 -0.2lh;
  line-height: 1;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-catchcopy__text--bottom__left {
    font-size: 112px;
  }
}
.p-sub-concept-catchcopy__text--bottom__right {
  font-size: 77px;
  font-family: var(--font-family-third);
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-catchcopy__text--bottom__right {
    font-size: 187px;
  }
}
.p-concept-catchcopy--2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-direction: column;
  margin-bottom: 64px;
}

@media screen and (min-width: 1048px) {
  .p-concept-catchcopy--2 {
    gap: 34px;
    margin-bottom: 150px;
  }
}
.p-concept-catchcopy--2__top {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1048px) {
  .p-concept-catchcopy--2__top {
    font-size: 64px;
  }
}
.p-concept-catchcopy--2__middle {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1048px) {
  .p-concept-catchcopy--2__middle {
    font-size: 64px;
  }
}
.p-concept-catchcopy--2__middle svg {
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 1048px) {
  .p-concept-catchcopy--2__middle svg {
    width: 43px;
    height: 43px;
  }
}
.p-concept-catchcopy--2__bottom {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1048px) {
  .p-concept-catchcopy--2__bottom {
    font-size: 64px;
  }
}
.p-sub-concept-introduction {
  max-width: 1190px;
  margin-inline: auto;
  width: 100%;
  position: relative;
  padding: 16px;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-introduction {
    padding: 70px 50px;
  }
}
.p-sub-concept-introduction:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% + 100px);
  height: 100%;
  background-color: #f8f8f8;
}

.p-sub-concept-introduction-sentence {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-introduction-sentence {
    flex-direction: row;
  }
}
.p-sub-concept-introduction-sentence-text {
  width: 100%;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-introduction-sentence-text {
    width: 48%;
  }
}
.p-sub-concept-introduction-sentence__image {
  width: 100%;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-introduction-sentence__image {
    width: 43%;
  }
}
.p-sub-concept-introduction__subtitle {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #9e9e9e;
  font-weight: 900;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-introduction__subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.p-sub-concept-introduction__catchcory {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  text-align: center;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-introduction__catchcory {
    font-size: 36px;
    margin-bottom: 80px;
  }
}
.p-sub-concept-introduction-sentence-text__passage {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-introduction-sentence-text__passage {
    font-size: 16px;
  }
}
.p-sub-concept-introduction-sentence-text {
  display: flex;
  flex-direction: column;
  gap: 1lh;
  margin-top: 8px;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-introduction-sentence-text {
    margin-top: unset;
  }
}
.p-sub-concept-important {
  max-width: 1190px;
  margin-inline: auto;
  width: 100%;
  position: relative;
  padding: 16px;
  margin-top: 32px;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-important {
    padding: 70px 50px;
    margin-top: 93px;
  }
}
.p-sub-concept-important:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(100% + 100px);
  height: 100%;
  background-color: #f8f8f8;
}

.p-sub-concept-important__subtitle {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #9e9e9e;
  font-weight: 900;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-important__subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.p-sub-concept-important__catchcory {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  text-align: center;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-important__catchcory {
    font-size: 36px;
    margin-bottom: 80px;
  }
}
.p-sub-concept-important-description-text__passage {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 500;
  text-align: left;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-important-description-text__passage {
    font-size: 16px;
    text-align: center;
  }
}
.p-sub-concept-important-description-text {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 1lh;
  align-items: center;
}

.p-sub-concept-important-sentence {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-important-sentence {
    flex-direction: row;
  }
}
.p-sub-concept-important-sentence-text {
  width: 100%;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-important-sentence-text {
    width: 48%;
  }
}
.p-sub-concept-important-sentence__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-important-sentence__image {
    width: 43%;
  }
}
.p-sub-concept-important-sentence-text__passage {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-important-sentence-text__passage {
    font-size: 16px;
  }
}
.p-sub-concept-important-sentence-text {
  margin-top: 8px;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-important-sentence-text {
    margin-top: unset;
  }
}
.p-sub-concept-important-sentence-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-important-sentence-box {
    flex-direction: row;
    gap: 80px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1048px) {
  .p-sub-concept-important-sentence-box:nth-of-type(even) .p-sub-concept-important-sentence {
    flex-direction: row-reverse;
  }
}
.p-sub-concept-important-sentence__subtitle {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-important-sentence__subtitle {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.p-sub-concept-important-sentence__title {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-important-sentence__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.p-sub-concept-challenge {
  max-width: 1190px;
  margin-inline: auto;
  width: 100%;
  position: relative;
  padding: 16px;
  margin-top: 32px;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-challenge {
    padding: 70px 50px;
    margin-top: 93px;
  }
}
.p-sub-concept-challenge:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% + 100px);
  height: 100%;
  background-color: #f8f8f8;
}

.p-sub-concept-challenge__subtitle {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #9e9e9e;
  font-weight: 900;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-challenge__subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.p-sub-concept-challenge__catchcory {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  text-align: center;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-challenge__catchcory {
    font-size: 36px;
    margin-bottom: 80px;
  }
}
.p-sub-concept-challenge-description-text__passage {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 500;
  text-align: left;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-challenge-description-text__passage {
    font-size: 16px;
    text-align: center;
  }
}
.p-sub-concept-challenge-description-text {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 1lh;
  align-items: center;
}

.p-sub-concept-challenge-sentence {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-challenge-sentence {
    flex-direction: row;
  }
}
.p-sub-concept-challenge-sentence-text {
  width: 100%;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-challenge-sentence-text {
    width: 48%;
  }
}
.p-sub-concept-challenge-sentence__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-challenge-sentence__image {
    width: 43%;
  }
}
.p-sub-concept-challenge-sentence-text__passage {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-challenge-sentence-text__passage {
    font-size: 16px;
  }
}
.p-sub-concept-challenge-sentence-text {
  margin-top: 8px;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-challenge-sentence-text {
    margin-top: unset;
  }
}
.p-sub-concept-challenge-sentence-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-challenge-sentence-box {
    flex-direction: row;
    gap: 80px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1048px) {
  .p-sub-concept-challenge-sentence-box:nth-of-type(even) .p-sub-concept-challenge-sentence {
    flex-direction: row-reverse;
  }
}
.p-sub-concept-challenge-sentence__subtitle {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-challenge-sentence__subtitle {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.p-sub-concept-challenge-sentence__title {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-challenge-sentence__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.p-sub-concept-challenge__message {
  font-size: 18px;
  margin-bottom: 24px;
  margin-top: 32px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-challenge__message {
    font-size: 30px;
    margin-bottom: 116px;
    margin-top: 138px;
  }
}
.p-sub-concept-challenge-products__title {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 24px;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-challenge-products__title {
    font-size: 30px;
    margin-top: 94px;
    margin-bottom: 60px;
  }
}
.p-sub-concept-challenge-products {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-challenge-products {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
  }
}
.p-sub-concept-challenge-products-item__caption {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 8px;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-challenge-products-item__caption {
    font-size: 16px;
    margin-top: 15px;
  }
}
.p-sub-concept-challenge-products__annotation {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1048px) {
  .p-sub-concept-challenge-products__annotation {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */