@charset "UTF-8";
/*============================
　共通設定
============================*/
main {
  color: #242424;
}

.unit_inquiryBox {
  container-type: inline-size;
  margin-top: clamp(4.375rem, -6.696rem + 23.095vw, 10.625rem);
}

.inquiryBox_cap {
  text-align: center;
  margin: 20px auto;
  font-size: clamp(0.75rem, 0.086rem + 1.386vw, 1.125rem);
}

.inquiryBox_column {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.inquiryBox_column .inquiryBox_mail {
  margin-left: auto;
  max-width: calc(var(--contents_wide_default) / 2);
  container-type: inline-size;
  width: 100%;
}

.inquiryBox_mail .txt_icon {
  font-size: clamp(0.5625rem, -0.434rem + 2.079vw, 1.125rem);
  display: flex;
  align-items: center;
  flex-direction: row;
}

.inquiryBox_mail .txt_icon::before {
  content: "";
  display: inline-flex;
  background-repeat: no-repeat;
  background-image: url("../image/icon_mail.png");
  background-size: contain;
  width: 20px;
  height: 16px;
  margin-right: 9px;
}

.inquiryBox_mail .button {
  margin-top: 10px;
}

.inquiryBox_mail .button a {
  border-radius: 100px;
  width: clamp(12.5rem, -20.713rem + 69.284vw, 31.25rem);
  padding: 6px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: clamp(0.9375rem, -0.723rem + 3.464vw, 1.875rem);
  border: 1px solid #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.inquiryBox_mail .button a:hover {
  background-color: #000;
  color: #fff;
}

.inquiryBox_column .inquiryBox_tell {
  border-left: 1px solid #ccc;
  margin-right: auto;
  max-width: calc(var(--contents_wide_default) / 2);
  container-type: inline-size;
  width: 100%;
}

.inquiryBox_tell .txt_icon {
  font-size: clamp(0.53125rem, -0.41rem + 1.963vw, 1.0625rem);
  display: flex;
  align-items: center;
  flex-direction: row;
}

.inquiryBox_tell .txt_icon::before {
  content: "";
  display: inline-flex;
  background-repeat: no-repeat;
  background-image: url("../image/icon_tel.png");
  background-size: contain;
  width: 24px;
  aspect-ratio: 1/1;
  margin-right: 9px;
}

.inquiryBox_tell .button a {
  color: #000;
  text-decoration: none;
  font-size: clamp(1.875rem, -1.446rem + 6.928vw, 3.75rem);
}

.inquiryBox_tell .txt {
  font-size: clamp(0.5rem, -0.497rem + 2.079vw, 1.0625rem);
  display: flex;
  align-items: center;
  flex-direction: row;
}

.inquiryBox_column .inquiryBox_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 360px;
}

@media (max-width: 767px) {
  .inquiryBox_column {
    flex-direction: column;
  }
  .inquiryBox_column .inquiryBox_mail {
    max-width: 100%;
  }
  .inquiryBox_column .inquiryBox_tell {
    border-left: none;
    border-top: 1px solid #ccc;
    max-width: 100%;
  }
  .inquiryBox_column .inquiryBox_inner {
    padding: 55px 0;
    min-height: auto;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  .inquiryBox_mail .button a {
    min-height: 50px;
  }
}
@media (min-width: 767px) {
  .button > a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .button > a[href*="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*============================
  /parts_kv_sub.php
============================*/
.unit_kv_sub {
  container-type: inline-size;
  position: relative;
  background-color: #333;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kv_inner {
  color: #fff;
  text-align: center;
}

/*  */
.unit_kv_sub.about {
  background-image: url(../image/kv_about.jpg);
}

.unit_kv_sub.company {
  background-image: url(../image/kv_company.jpg);
}

.unit_kv_sub.contact {
  background-image: url(../image/kv_contact.jpg);
}

.unit_kv_sub.privacy {
  background-image: url(../image/kv_privacy.jpg);
}

.unit_kv_sub.products {
  background-image: url(../image/kv_products.jpg);
}

.unit_kv_sub.products_detail {
  background-image: url(../image/kv_products_detail.jpg);
}

.unit_kv_sub.recruit {
  background-image: url(../image/kv_recruit.jpg);
}

.unit_kv_sub.works {
  background-image: url(../image/kv_works.jpg);
}

.CategoryN02 .unit_kv_sub.works {
  background-image: url(../image/kv_works_n02.jpg);
}

.unit_kv_sub.news {
  background-image: url(../image/kv_news.jpg);
}

/*  */
.inside_title {
  font-size: clamp(1.5625rem, -0.098rem + 3.464vw, 2.5rem);
}

.inside_p {
  font-size: clamp(0.9375rem, 0.605rem + 0.693vw, 1.125rem);
}

@media (max-width: 767px) {
  .unit_kv_sub {
    height: 300px;
  }
  .unit_kv_sub.about {
    background-image: url(../image/kv_about_sp.jpg);
  }
  .unit_kv_sub.company {
    background-image: url(../image/kv_company_sp.jpg);
  }
  .unit_kv_sub.contact {
    background-image: url(../image/kv_contact_sp.jpg);
  }
  .unit_kv_sub.privacy {
    background-image: url(../image/kv_privacy_sp.jpg);
  }
  .unit_kv_sub.products {
    background-image: url(../image/kv_products_sp.jpg);
  }
  .unit_kv_sub.products_detail {
    background-image: url(../image/kv_products_detail_sp.jpg);
  }
  .unit_kv_sub.recruit {
    background-image: url(../image/kv_recruit_sp.jpg);
  }
  .unit_kv_sub.works {
    background-image: url(../image/kv_works_sp.jpg);
  }
  .CategoryN02 .unit_kv_sub.works {
    background-image: url(../image/kv_works_n02_sp.jpg);
  }
  .unit_kv_sub.news {
    background-image: url(../image/kv_news_sp.jpg);
  }
  /*  */
}
/*============================
  /index.php
============================*/
/* 共通 */
.session {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sticky-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  margin-left: 40px;
  writing-mode: vertical-rl;
  font-size: clamp(1.875rem, -0.339rem + 4.619vw, 3.125rem);
  padding: 20px 0 20px 0;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: clamp(1.5625rem, -1.205rem + 5.774vw, 3.125rem);
}

.static-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  margin-left: 40px;
  left: 0;
  z-index: 10;
  writing-mode: tb;
  font-size: clamp(0.59375rem, -0.458rem + 2.194vw, 1.1875rem);
  padding: 20px 0;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: clamp(1.5625rem, -0.098rem + 3.464vw, 2.5rem);
}

.static-footer::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 25px;
  right: -3px;
  top: 0;
  background-image: url(../image/static_deco01.svg);
}

.session.ty6 .static-footer,
.session.ty4 .static-footer {
  padding-bottom: 40px;
}

.session.ty6 .static-footer::before,
.session.ty4 .static-footer::before {
  filter: invert(100%) brightness(100%);
}

.static-footer::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 25px;
  left: -3px;
  bottom: 0;
  background-image: url(../image/static_deco02.svg);
}

.session.ty6 .static-footer::after,
.session.ty4 .static-footer::after {
  filter: invert(100%) brightness(100%);
}

.session.ty6 .static-footer::after,
.session.ty4 .static-footer::after {
  margin-bottom: 20px;
}

.session.ty1 {
  margin-top: clamp(4.6875rem, -9.151rem + 28.868vw, 12.5rem);
  margin-bottom: clamp(5.9375rem, -4.58rem + 21.94vw, 11.875rem);
}

.session.ty2 {
  /* background-color: bisque; */
  margin-top: clamp(5.625rem, -6.553rem + 25.404vw, 12.5rem);
  margin-bottom: clamp(6.25rem, -4.821rem + 23.095vw, 12.5rem);
}

.session.ty3 {
  margin-top: clamp(6.25rem, -4.821rem + 23.095vw, 12.5rem);
  /* background-color: azure; */
}

.session.ty4 {
  margin-top: clamp(6.25rem, -4.821rem + 23.095vw, 12.5rem);
  width: 100%;
  color: #fff;
}

.ty4 .session_inner {
  background-image: url(../image/technique_backimg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.session.ty5 {
  margin-top: clamp(5.625rem, -1.018rem + 13.857vw, 9.375rem);
  /* background-color: azure; */
}

.session.ty6 {
  margin-top: clamp(6.25rem, -4.821rem + 23.095vw, 12.5rem);
  background-image: url(../image/company_backimg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  color: #fff;
}

.session.ty7 {
  margin-top: clamp(5.3125rem, -7.419rem + 26.559vw, 12.5rem);
  min-height: 300px;
}

@media (max-width: 767px) {
  .sticky-title {
    margin-left: 10px;
  }
  .static-footer {
    margin-left: 10px;
  }
}
/*  */
.general_link a {
  border: 1px solid #333;
  max-width: 36px;
  width: 100vw;
  display: flex;
  writing-mode: vertical-rl;
  text-decoration: none;
  color: #333;
  padding: 25px 0px 51px;
  line-height: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: clamp(0.875rem, -0.343rem + 2.54vw, 1.5625rem);
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.general_link a:hover {
  background-color: #333;
  color: #fff;
}

.general_link a::after {
  content: "";
  display: inline-block;
  background-image: url(../image/icon_viewmore.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 19px;
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
  margin-left: -3px;
}

.general_link a:hover::after {
  filter: brightness(200%) contrast(200%);
}

.ty4 .general_link a::after,
.ty6 .unit_company-box .general_link a::after {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(330deg) brightness(106%) contrast(101%);
}

.ty4 .general_link a:hover:after,
.ty6 .unit_company-box .general_link a:hover:after {
  filter: brightness(0%) contrast(100%);
}

.general_link a:hover:after {
  fill: #fff !important;
}

@media screen and (max-width: 767px) {
  .general_link a {
    writing-mode: horizontal-tb;
    border: 1px solid #333;
    max-width: none;
    width: 100vw;
    height: 30px;
    display: flex;
    text-decoration: none;
    color: #333;
    padding: 6px;
    line-height: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
    white-space: nowrap;
  }
  .general_link.wide_N a {
    max-width: 190px;
  }
  .general_link.wide_full.sty01 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .general_link.wide_full a {
    max-width: initial;
    width: 100%;
    padding-bottom: 0;
  }
  .general_link.wide_full.sty01 a {
    max-width: 190px;
    padding-bottom: 6px;
  }
  .general_link.wide_full.sty01 a::after {
    margin-bottom: -8px;
  }
  .general_link a:hover {
    background-color: #333;
    color: #fff;
  }
  .general_link a::after {
    content: "";
    display: inline-block;
    background-image: url(../image/icon_viewmore_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 10px;
    position: absolute;
    right: 0;
    margin-bottom: -4px;
    margin-right: 10px;
    margin-left: 0;
    bottom: initial;
  }
  .general_link a:hover:after {
    fill: #fff;
  }
}
/* 共通 */
/* top KV */
.topKv {
  margin-top: clamp(3.75rem, -0.678rem + 9.238vw, 6.25rem);
}

.unit_irregulCarousel {
  container-type: inline-size;
  position: relative;
}

.irregulCarousel_wrapper {
  container-type: inline-size;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.irregulCarousel_cap {
  font-family: "Jost", sans-serif;
  position: absolute;
  bottom: 0px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  font-size: clamp(0.625rem, -0.261rem + 1.848vw, 1.125rem);
  margin-left: 0px;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: #3e3e3e;
}

.irregulCarousel_body {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 10px;
}

.target {
  position: relative;
  /* overflow: hidden; */
}

.target.n01 {
  grid-column: 1/2;
  grid-row: 1/3;
  /*  */
  width: calc(60cqw + 60px);
  margin-right: -45cqw;
  z-index: 5;
  display: flex;
  margin-bottom: clamp(0.625rem, -2.696rem + 6.928vw, 2.5rem);
}

.irregulCarousel_decoration {
  border-left: 1px solid #c6c6c6;
  border-top: 1px solid #c6c6c6;
  position: absolute;
  height: 106%;
  width: 20vw;
  max-width: 220px;
  margin-left: -50px;
}

.target.n01 .slide li {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  bottom: 0;
  top: initial;
  height: initial;
  width: initial;
}

.target.n01 .slide li > .number {
  font-size: clamp(1.3125rem, -1.898rem + 6.697vw, 3.125rem);
}

.target.n01 .slide li > .number span {
  font-size: clamp(0.875rem, -1.45rem + 4.85vw, 2.1875rem);
}

.target.n01 .slide li > .text {
  font-size: clamp(1.75rem, -1.793rem + 7.39vw, 3.75rem);
}

.target.n02 {
  grid-column: 2/3;
  grid-row: 1/3;
  /*  */
  width: 55cqw;
}

.target.n03 {
  grid-column: 3/4;
  grid-row: 1/2;
  /*  */
  width: 35cqw;
  aspect-ratio: 1/1;
}

.target.n04 {
  grid-column: 3/4;
  grid-row: 2/3;
  /*  */
  width: 35cqw;
  aspect-ratio: 1/1;
}

.slide {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.slide li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.slide li img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  display: block;
}

/* 表示された時のワイプアニメーション */
.slide li.active {
  opacity: 1;
  z-index: 3;
  animation: wipeIn 0.8s ease-in-out forwards;
}

/* 一つ前の画像は背面に維持 */
.slide li.prev {
  opacity: 1;
  z-index: 2;
}

.slide_caption .slide li.prev {
  opacity: 0;
}

@keyframes wipeIn {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.irregulCarousel_nav {
  margin-top: -14px;
}

.irregulCarousel_nav ul {
  display: flex;
  align-items: center;
  /* 縦方向の中央揃え */
  gap: 1cqw;
  list-style: none;
  padding: 0;
  height: 20px;
  /* 高さ固定 */
}

.irregulCarousel_nav li {
  position: relative;
  width: 6px;
  /* 非選択時は丸のサイズ */
  height: 6px;
  /* 非選択時は丸のサイズ */
  background: rgba(0, 0, 0, 0.2);
  /* 薄黒色 */
  border-radius: 50%;
  /* 正円 */
  transition: width 0.3s ease, border-radius 0.3s ease, background 0.3s ease;
  overflow: hidden;
  cursor: pointer;
  /* マウスを乗せたら指マークにする */
  /* 他のスタイルは前回と同じ */
}

/* 選択された時：横長ゲージに変身 */
.irregulCarousel_nav li.current {
  width: 3cqw;
  /* 横長に伸びる */
  height: 6px;
  /* 少し太くする（お好みで） */
  border-radius: 3px;
  /* 角丸の棒状に */
  background: #eee;
  /* ゲージの土台の色 */
}

/* ゲージの中身（進捗） */
.irregulCarousel_nav li .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  /* 濃い黒（進捗色） */
  transform: scaleX(0);
  transform-origin: left;
}

/* アニメーション実行 */
.irregulCarousel_nav li.current .progress {
  /* 合計5秒 (1s + 1s + 3s) */
  animation: gageAnim 5s linear forwards;
}

@keyframes gageAnim {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 767px) {
  .irregulCarousel_wrapper {
    padding-left: 25px;
    padding-right: 15px;
  }
  .irregulCarousel_cap {
    margin-bottom: 30px;
  }
  .irregulCarousel_body {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2.5fr 1fr;
    margin-left: 14%;
  }
  .target.n01 {
    position: absolute;
    bottom: 0;
    margin-top: initial;
    grid-column: initial;
    grid-row: initial;
    margin-right: initial;
    left: initial;
    margin-left: -11vw;
    margin-bottom: -30vw;
    width: calc(100% + 8vw);
  }
  .target.n01 .slide {
    margin: 20px 10px;
  }
  .irregulCarousel_decoration {
    border-top: initial;
    border-bottom: 1px solid #c6c6c6;
    height: 68vw;
    max-width: initial;
    margin-left: 0;
    margin-top: 0;
    bottom: 0;
  }
  .target.n02 {
    grid-column: 1/3;
    grid-row: 1/2;
    width: initial;
    margin-left: -14%;
  }
  .target.n03 {
    grid-column: 1/2;
    grid-row: 2/3;
    width: initial;
    width: 99%;
  }
  .target.n04 {
    grid-column: 2/3;
    grid-row: 2/3;
    width: initial;
    width: 99%;
  }
  .irregulCarousel_nav {
    display: none;
  }
  .irregulCarousel_nav li.current {
    width: 10cqw;
  }
}
/* top KV */
/* top-aboutBox */
.top-aboutBox {
  margin-top: clamp(3.75rem, -3.446rem + 15.012vw, 7.8125rem);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  justify-items: center;
  align-items: end;
}

.top-aboutBox_title {
  grid-column: 2/3;
  grid-row: 1/2;
  width: clamp(13.75rem, -24.998rem + 80.831vw, 35.625rem);
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.top-aboutBox_title span {
  font-size: clamp(2.1875rem, -5.009rem + 15.012vw, 6.25rem);
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: inline-block;
}

.top-aboutBox_link {
  grid-column: 1/2;
  grid-row: 1/2;
}

.top-aboutBox_cap {
  grid-column: 1/3;
  grid-row: 2/3;
  text-align: center;
  margin-top: clamp(3.75rem, 1.536rem + 4.619vw, 5rem);
  font-size: clamp(0.625rem, -0.15rem + 1.617vw, 1.0625rem);
  line-height: 5cqw;
}

@media screen and (max-width: 767px) {
  .top-aboutBox {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .top-aboutBox_title {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .top-aboutBox_link {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 25px;
  }
  .top-aboutBox_cap {
    grid-column: 1/2;
    grid-row: 2/3;
    line-height: 1.8;
  }
}
/* top-aboutBox */
/* slideshow_wrap */
.marquee.block01 {
  background-image: url(../image/slideshow01_backimg.jpg);
  min-height: 600px;
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

.marquee.block01 .marquee_clone,
.marquee.block01 .marquee_text {
  color: #fff;
  font-size: clamp(2.8125rem, -2.17rem + 10.393vw, 5.625rem);
  text-align: right;
  font-family: "Jost", sans-serif;
  margin-right: 20px;
  line-height: 0.7;
}

.marquee.block02 {
  background-image: url(../image/slideshow02_backimg.jpg);
  min-height: 600px;
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

.marquee.block02 .marquee_clone,
.marquee.block02 .marquee_text {
  color: #fff;
  font-size: clamp(2.8125rem, -2.17rem + 10.393vw, 5.625rem);
  text-align: right;
  font-family: "Jost", sans-serif;
  margin-right: 20px;
  line-height: 0.7;
}

@media screen and (max-width: 767px) {
  .marquee.block01 {
    background-image: url(../image/slideshow01_backimg_sp.jpg);
    min-height: 390px;
  }
  .marquee.block02 {
    background-image: url(../image/slideshow02_backimg_sp.jpg);
    min-height: 390px;
  }
}
/* slideshow_wrap */
/* unit_enterlink */
.unit_enterlink {
  container-type: inline-size;
  position: relative;
}

.enterlink {
  margin-top: 200px;
  display: inline-grid;
  grid-template-columns: auto 1fr;
}

.enterlink.right {
  float: right;
}

.enterlink.left {
  direction: rtl;
  float: left;
}

.enterlink_columnLeft {
  position: relative;
  width: 90px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 1px;
}

.enterlink_columnLeft header {
  position: absolute;
  top: 0;
  width: clamp(9.375rem, -7.232rem + 34.642vw, 18.75rem);
  margin-top: -8cqw;
}

.enterlink_columnLeft h2 img {
  filter: drop-shadow(0px 0px 20px rgba(254, 255, 255, 0.7));
}

.enterlink.left .enterlink_columnLeft header {
  right: 0;
}

.enterlink.right .enterlink_columnLeft header {
  left: 0;
}

.enterlink_columnRight figure {
  width: 60cqw;
  max-width: 650px;
}

.enterlink_columnRight img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .enterlink_columnLeft header {
    margin-top: -60px;
  }
  .enterlink.left .general_link.wide_N {
    margin-bottom: -50px;
    margin-right: 90px;
  }
  .enterlink.right .general_link.wide_N {
    margin-bottom: -50px;
    margin-left: 90px;
  }
  .enterlink:nth-last-of-type(1) {
    margin-bottom: 100px;
  }
}
/* unit_enterlink */
/* unit_top-detailCap */
.top-detailCap_inner {
  max-width: 1100px;
  padding-left: 40px;
  padding-right: 40px;
  margin: clamp(2.8125rem, -5.491rem + 17.321vw, 7.5rem) auto 0;
}

.top-detailCap-body {
  display: grid;
  gap: 15px;
  margin: 0 auto;
  width: 100%;
  height: 600px;
  list-style: none;
  align-items: stretch;
}

.top-detailCap-body {
  grid-template-columns: 50% 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr auto;
}

.top-detailCap-body li:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}

.top-detailCap-body li:nth-child(2) {
  grid-column: 2/6;
  grid-row: 1/2;
  display: flex;
}

.top-detailCap-body li:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.top-detailCap-body li:nth-child(4) {
  grid-column: 3/4;
  grid-row: 2/3;
}

.top-detailCap-body li:nth-child(5) {
  grid-column: 4/5;
  grid-row: 2/3;
}

.top-detailCap-body li:nth-child(6) {
  grid-column: 5/6;
  grid-row: 2/3;
}

.top-detailCap-body li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-detailCap_cap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(0rem, -3.321rem + 6.928vw, 1.875rem);
}

.top-detailCap_cap header > h3 {
  font-size: clamp(1.25rem, -0.964rem + 4.619vw, 2.5rem);
  font-weight: 600;
}

.top-detailCap_cap header > p {
  font-size: clamp(0.78125rem, 0.062rem + 1.501vw, 1.1875rem);
  margin-top: clamp(0.625rem, -0.482rem + 2.309vw, 1.25rem);
  font-weight: 600;
}

.top-detailCap_cap p {
  font-size: clamp(0.65625rem, -0.063rem + 1.501vw, 1.0625rem);
  margin-top: clamp(0.9375rem, -1.277rem + 4.619vw, 2.1875rem);
  line-height: 2.1;
}

.unit_top-detailCap .general_link.wide_full {
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
}

.top-detailCap_slide {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.top-detailCap_slide img {
  opacity: 0;
  transition: opacity 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.top-detailCap_slide img.active {
  opacity: 1;
  transition: opacity 0.8s ease;
  position: relative;
}

@media screen and (max-width: 767px) {
  .slideshow_wrap .slideshow {
    height: 260px;
  }
  .slide li img {
    -o-object-fit: initial;
       object-fit: initial;
  }
  .top-detailCap-body {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .top-detailCap-body li:nth-child(1) {
    grid-column: initial;
    grid-row: initial;
  }
  .top-detailCap-body li:nth-child(2) {
    grid-column: initial;
    grid-row: initial;
  }
  .top-detailCap-body li:nth-child(3) {
    display: none;
  }
  .top-detailCap-body li:nth-child(4) {
    display: none;
  }
  .top-detailCap-body li:nth-child(5) {
    display: none;
  }
  .top-detailCap-body li:nth-child(6) {
    display: none;
  }
  .top-detailCap-body li:nth-child(2) {
    display: block;
  }
  .top-detailCap_cap {
    margin-bottom: 15px;
  }
  .top-detailCap_inner {
    padding-left: 40px;
    padding-right: 10px;
  }
}
/* unit_top-detailCap */
/* unit_hoverExtension */
.technique_box {
  display: flex;
  height: 100%;
  min-height: clamp(37.5rem, -21.176rem + 122.402vw, 70.625rem);
  flex-direction: column;
  justify-content: center;
}

.hoverExtension_title {
  display: flex;
  gap: 20px 70px;
  margin-bottom: clamp(0.9375rem, -4.045rem + 10.393vw, 3.75rem);
}

.hoverExtension_title h3 {
  flex: 0 0 auto;
  font-size: clamp(1.25rem, -0.964rem + 4.619vw, 2.5rem);
}

.hoverExtension_title p {
  font-size: clamp(0.6875rem, 0.023rem + 1.386vw, 1.0625rem);
  line-height: 2.1;
}

.technique_box .general_link a {
  border-color: #fff;
  background-color: initial;
  color: #fff;
}

.technique_box .general_link a:hover {
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 767px) {
  .hoverExtension_title {
    flex-direction: column;
  }
}
/* unit_hoverExtension */
/* unit_doorLink */
.doorLink {
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  margin: clamp(3.125rem, 2.018rem + 2.309vw, 3.75rem) auto;
}

.doorLink li {
  width: 100%;
  height: clamp(17.1875rem, -13.258rem + 63.51vw, 34.375rem);
  border: 1px solid #000;
  background-size: cover;
  background-repeat: no-repeat;
  list-style: none;
  position: relative;
}

.doorLink li:nth-of-type(1) {
  border-right: none;
}

.doorLink_title {
  position: absolute;
  writing-mode: tb-rl;
  line-height: 1;
  z-index: 3;
  font-size: clamp(5.3125rem, -4.098rem + 19.63vw, 10.625rem);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

li:nth-of-type(1) .doorLink_title {
  bottom: 0;
  right: 0;
}

li:nth-of-type(2) .doorLink_title {
  top: 0;
  right: 0;
}

li:hover .doorLink_title {
  color: #fff;
}

.doorLink_button_outer {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  margin: 20px;
}

.doorLink_button {
  writing-mode: horizontal-tb;
  border: 1px solid #333;
  width: clamp(11.875rem, 5.232rem + 13.857vw, 15.625rem);
  height: 36px;
  gap: 10px;
  display: flex;
  text-decoration: none;
  color: #333;
  padding: 6px 3px 6px 21px;
  line-height: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
  white-space: nowrap;
  font-size: clamp(1rem, 0.003rem + 2.079vw, 1.5625rem);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

li:hover .doorLink_button {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
}

.doorLink_button_icon {
  width: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}

li:hover .doorLink_button_icon {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(330deg) brightness(106%) contrast(101%);
}

/* Effect1
 *************************************** */
/* 擬似要素の共通スタイル */
.doorLink_button::after,
.doorLink_button::before,
.doorLink_button span::after,
.doorLink_button span::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.6s ease;
}

/* 左上へ配置 */
.doorLink_button::after {
  width: 0px;
  height: 2px;
  top: -1px;
  left: -1px;
}

/* 右下へ配置 */
.doorLink_button::before {
  width: 0px;
  height: 2px;
  right: -1px;
  bottom: -1px;
}

/* 左下へ配置 */
.doorLink_button span::after {
  width: 2px;
  height: 0px;
  left: -1px;
  bottom: -1px;
}

/* 右上へ配置 */
.doorLink_button span::before {
  width: 2px;
  height: 0px;
  top: -1px;
  right: -1px;
}

/* hover */
li:hover .doorLink_button::after,
li:hover .doorLink_button::before {
  width: 100%;
  width: calc(100% + 1px);
}

li:hover .doorLink_button span::after,
li:hover .doorLink_button span::before {
  height: 100%;
  height: calc(100% + 1px);
}

/*  */
/* ▼ 画像フェードイン用：li に重ねるレイヤー */
.doorLink li {
  position: relative;
  overflow: hidden;
}

/* 背景画像レイヤー（フェードイン） */
.doorLink li::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.9s ease;
  z-index: 1;
}

/* 黒フィルター */
.doorLink li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.9s ease;
  z-index: 2;
}

/* ▼ ホバー時に画像セット＋フェードイン */
.doorLink li:nth-of-type(1):hover::before {
  background-image: url(../image/doorLink_img01.png);
  opacity: 1;
}

.doorLink li:nth-of-type(2):hover::before {
  background-image: url(../image/doorLink_img02.png);
  opacity: 1;
}

/* 黒フィルターを濃くする */
.doorLink li:hover::after {
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .doorLink {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .doorLink li:nth-of-type(1) {
    border-right: 1px solid #000;
    border-bottom: none;
  }
  .doorLink li:nth-of-type(1) .doorLink_title {
    top: 0;
    right: 0;
  }
  .doorLink li:nth-of-type(2) .doorLink_title {
    top: 0;
    left: 0;
    right: initial;
  }
  .doorLink li:nth-of-type(2) .doorLink_button_outer {
    left: initial;
    right: 0;
  }
}
/* unit_doorLink */
/* unit_company-box */
.unit_company-box {
  position: relative;
}

.company-box {
  display: flex;
  height: 100%;
  align-items: flex-end;
}

.company-box_left {
  background-color: rgba(0, 0, 0, 0.6196078431);
  width: 70vw;
  height: 100%;
}

.company-box_left section h2 {
  font-size: clamp(1.25rem, -0.964rem + 4.619vw, 2.5rem);
}

.company-box_left section p {
  font-size: clamp(0.6875rem, 0.023rem + 1.386vw, 1.0625rem);
  margin-top: clamp(1.25rem, -2.071rem + 6.928vw, 3.125rem);
  line-height: 2.1;
}

.company-box_right {
  padding-left: clamp(8.125rem, -6.267rem + 30.023vw, 16.25rem);
}

.unit_company-box .general_link a {
  border-color: #fff;
  background-color: initial;
  color: #fff;
}

.unit_company-box .general_link a:hover {
  background-color: #fff;
  color: #000;
}

@media screen and (min-width: 767px) {
  .unit_company-box {
    margin: 0;
    min-height: 850px;
  }
  .company-box {
    position: absolute;
    left: 0;
    top: 0;
  }
  .company-box_left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
  .company-box_left section {
    text-align: left;
    margin-right: 15%;
  }
  .company-box_right {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .session.ty6 {
    background-color: rgba(0, 0, 0, 0.4509803922);
    background-blend-mode: overlay;
  }
  .company-box {
    flex-direction: column;
    width: 100%;
    margin: 0 65px 0 80px;
  }
  .company-box_left {
    background-color: initial;
    width: 100%;
  }
  .company-box_left section {
    margin-right: 0%;
  }
  .unit_company-box {
    min-height: 475px;
    display: flex;
    align-items: center;
  }
  .company-box_right {
    padding-left: initial;
    width: 100%;
    margin-top: 110px;
  }
}
/* unit_company-box */
/* unit_news */
.unit_news {
  margin-top: clamp(3.125rem, -4.625rem + 16.166vw, 7.5rem);
  min-height: 160px;
}

.news_wrapper {
  container-type: inline-size;
  position: relative;
  padding-left: 80px;
  padding-right: 45px;
  max-width: 1125px;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.unit_news ul {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.unit_news ul li {
  border-bottom: 1px dashed #333;
}

.unit_news ul li:nth-last-of-type(1) {
  border: none;
}

.unit_news .days {
  display: block;
  font-size: clamp(0.53125rem, -0.52rem + 2.194vw, 1.125rem);
}

.unit_news .caps {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(0.65625rem, -0.838rem + 3.118vw, 1.5rem);
}

.unit_news_link {
  margin-left: auto;
  writing-mode: horizontal-tb;
  border: 1px solid #333;
  width: clamp(11.875rem, 5.232rem + 13.857vw, 15.625rem);
  height: 36px;
  display: flex;
  text-decoration: none;
  color: #333;
  padding: 6px;
  line-height: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
  white-space: nowrap;
  font-size: clamp(0.625rem, -1.036rem + 3.464vw, 1.5625rem);
  max-width: 250px;
  width: 100%;
}

.unit_news_link::after {
  content: "";
  display: inline-block;
  background-image: url(../image/news_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 6px;
  background-position: bottom left;
  margin-right: -30px;
  margin-left: 10px;
}

@media screen and (min-width: 767px) {
  .unit_news {
    margin-top: 100px;
  }
  .unit_news ul {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .unit_news ul li {
    padding: 30px 60px;
  }
  .unit_news ul li:nth-last-of-type(1) {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .unit_news .caps {
    display: block;
  }
  .unit_news ul {
    padding-left: 0;
    padding-right: 0;
  }
  .unit_news ul li {
    padding: 30px;
  }
  .unit_news_link {
    border: none;
    padding: 0;
    display: block;
    text-align: right;
    margin-top: 10px;
  }
  .unit_news_link::after {
    margin-left: 5px;
    margin-right: 0;
  }
}
/* unit_news */
/* テクノロジー*/
.hoverExtension_outer {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}

.unit_hoverExtension {
  text-align: center;
  display: inline-block;
  width: 100%;
  --box-width-open: 500px;
  /* 開いた時の幅 */
  --box-width-closed: calc(60% - var(--box-width-closed));
  /* 閉じている時の見えている幅 */
  --total-boxes: 4;
  /* ボックスの数 */
}

.hoverExtension {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  width: 100%;
  text-align: left;
}

.hoverExtension_box {
  position: relative;
  height: 100%;
  /* 閉じている時の幅 */
  flex: 0 0 var(--box-width-closed);
  box-shadow: -10px 0 20px rgba(0, 0, 0, 0.05);
  transition: all 0.6s cubic-bezier(0.38, 0.12, 0.6, 1);
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}

/* --- 重なり順の設定（左を一番上にする） --- */
.hoverExtension_box:nth-child(1) {
  z-index: 6;
}

.hoverExtension_box:nth-child(2) {
  z-index: 5;
}

.hoverExtension_box:nth-child(3) {
  z-index: 4;
}

.hoverExtension_box:nth-child(4) {
  z-index: 3;
}

.hoverExtension_box:nth-child(5) {
  z-index: 2;
}

.hoverExtension_box:nth-child(6) {
  z-index: 1;
}

/* --- 初期状態：一番左（01）を開いておく --- */
.hoverExtension_box:first-child {
  flex: 0 0 var(--box-width-open);
}

/* --- ホバー時の挙動 --- */
.hoverExtension_box:hover {
  flex: 0 0 var(--box-width-open) !important;
}

.hoverExtension:has(.hoverExtension_box:not(:first-child):hover) .hoverExtension_box:first-child {
  flex: 0 0 var(--box-width-closed);
}

.hoverExtension_box_inner {
  width: var(--box-width-open);
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -20px;
  /* position: absolute;
          right: 0; */
}

.hoverExtension_box_inner a {
  text-decoration: none;
  color: #333;
}

/* .hoverExtension_box_inner p {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    font-weight: bold;
    white-space: nowrap;
  } */
.hoverExtension_box_inner img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(30%);
  /* サイト風に白黒に */
  transition: 0.5s;
}

.hoverExtension_box:hover img {
  filter: grayscale(0%);
}

@media screen and (max-width: 767px) {
  .hoverExtension_outer {
    display: initial;
    align-items: initial;
  }
  .unit_hoverExtension {
    display: block;
    width: auto;
    margin-bottom: 15px;
    position: relative;
  }
  .hoverExtension {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .hoverExtension_box {
    flex: 0 0 auto !important;
  }
  .hoverExtension_box:hover {
    flex: 0 0 auto !important;
  }
  .hoverExtension_box_inner {
    margin-left: 0;
    width: initial;
  }
  .hoverExtension_box_inner img {
    height: 300px;
  }
}
.scroll-hint {
  position: absolute;
  right: 5vw;
  bottom: 10px;
  z-index: 100;
  display: none;
}

.arrow {
  position: relative;
  display: block;
  width: 40px;
  height: 12px;
}

.arrow::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
}

.arrow::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: right center;
}

.arrow {
  animation: slideArrow 1.5s infinite;
}

@keyframes slideArrow {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  50% {
    transform: translateX(8px);
    opacity: 1;
  }
  100% {
    transform: translateX(16px);
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .scroll-hint {
    display: block;
  }
}
/* テクノロジー*/
/* 文字のみ無限スクロール */
.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: clamp(3.125rem, -2.41rem + 11.547vw, 6.25rem);
}

.marquee_inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.marquee_text {
  white-space: nowrap;
  padding-right: 2rem;
  font-family: "Jost", sans-serif;
  font-size: 90px;
}

.style02 .marquee_text {
  font-size: clamp(4.375rem, -3.375rem + 16.166vw, 8.75rem);
}

.marquee_clone {
  white-space: nowrap;
  padding-right: 2rem;
  font-family: "Jost", sans-serif;
  font-size: 90px;
}

.style02 .marquee_clone {
  font-size: clamp(4.375rem, -3.375rem + 16.166vw, 8.75rem);
}

@keyframes marquee_scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--scroll-width)));
  }
}
/* 文字のみ無限スクロール */
/* topRecruit */
.unit_topRecruit {
  background-image: url(../image/recruit_backimg.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

.topRecruit_inner {
  text-align: center;
}

.topRecruit_cap {
  color: #fff;
  font-size: clamp(0.6875rem, -0.088rem + 1.617vw, 1.125rem);
}

.topRecruit_button a {
  margin-top: clamp(0.625rem, -0.482rem + 2.309vw, 1.25rem);
  font-size: clamp(0.9375rem, -0.723rem + 3.464vw, 1.875rem);
  width: clamp(14.375rem, -15.517rem + 62.356vw, 31.25rem);
  height: clamp(3.125rem, -2.41rem + 11.547vw, 6.25rem);
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.topRecruit_button a:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .unit_topRecruit {
    min-height: 600px;
    width: 100%;
  }
  .topRecruit_button a {
    width: 500px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .unit_topRecruit {
    min-height: 300px;
  }
  .topRecruit_button a {
    width: 100%;
  }
}
/* topRecruit */
/*============================
  /about/ - 
============================*/
main.about {
  margin-top: clamp(1.25rem, -7.607rem + 18.476vw, 6.25rem);
}

.wrapper_title {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 50px;
  margin-top: 50px;
  z-index: 2;
}

.wrapper_title span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1;
}

.wrapper_title .en {
  writing-mode: vertical-rl;
  font-size: clamp(1.875rem, -0.339rem + 4.619vw, 3.125rem);
}

.wrapper_title .jp {
  writing-mode: tb;
  font-size: clamp(0.5625rem, -0.102rem + 1.386vw, 0.9375rem);
  margin: 10px 0 0 -10px;
  color: #35318f;
}

/* ページ内メニュー */
.unit_pageMenu {
  container-type: inline-size;
  text-align: center;
}

.pageMenu {
  max-width: 1100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  container-type: inline-size;
}

.pageMenu ul {
  display: flex;
}

.pageMenu ul li {
  width: 25cqw;
  border-left: 1px solid #333;
  font-size: clamp(0.625rem, -1.036rem + 3.464vw, 1.5625rem);
}

.pageMenu ul li:nth-of-type(1) {
  border-left: none;
}

@media screen and (max-width: 767px) {
  .pageMenu ul li:nth-of-type(2) {
    border-left: none;
  }
}
/* ページ内メニュー */
/* 大タイトル */
.wrapper.ly-about {
  margin-top: clamp(0.625rem, -6.018rem + 13.857vw, 4.375rem);
  padding-left: 80px;
  padding-right: 80px;
}

.wrapper.ly-tech {
  padding-left: 80px;
  padding-right: 80px;
}

.unit_aboutBox {
  container-type: inline-size;
}

.unit_aboutBox.sub {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 5vw;
}

.unit_aboutBox .aboutBox_sub {
  display: none;
}

.unit_aboutBox.sub .aboutBox_sub {
  display: block;
}

.aboutBox_main {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.aboutBox_title {
  margin-top: clamp(4.6875rem, -8.044rem + 26.559vw, 11.875rem);
  width: clamp(13.125rem, -14.553rem + 57.737vw, 28.75rem);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.aboutBox_title span {
  font-size: clamp(1.9375rem, -2.38rem + 9.007vw, 4.375rem);
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: inline-block;
}

.aboutBox_cap {
  margin-top: clamp(3.75rem, 1.536rem + 4.619vw, 5rem);
  font-size: clamp(0.6875rem, -0.088rem + 1.617vw, 1.125rem);
  line-height: 2;
}

.third .aboutBox_cap {
  margin-top: clamp(5.3125rem, 0.33rem + 10.393vw, 8.125rem);
}

@media screen and (max-width: 767px) {
  .unit_aboutBox {
    flex-direction: column;
    align-items: stretch;
  }
  .aboutBox_title {
    line-height: 1.2;
  }
}
/* 大タイトル */
/* KV画像群 */
.unit_keyvisual {
  margin-left: -10px;
  margin-right: -10px;
  /*  */
  --unit_wide_default: 1280px;
}

.keyvisual {
  container-type: inline-size;
}

.keyvisual.style01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  margin-top: 15vw;
}

.keyvisual_column {
  display: flex;
}

.keyvisual_column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.keyvisual.style01 .left-top {
  grid-column: 1/2;
  grid-row: 1/2;
  justify-content: flex-end;
  align-items: flex-end;
}

.keyvisual.style01 .left-top img {
  width: 30cqw;
  height: 30cqw;
  border: 1px solid #5a5a5a;
}

.keyvisual.style01 .left-bott {
  grid-column: 1/2;
  grid-row: 2/3;
  justify-content: flex-end;
  align-items: flex-start;
}

.keyvisual.style01 .left-bott img {
  width: 25cqw;
  height: 30cqw;
  border: 1px solid #5a5a5a;
}

.keyvisual.style01 .center {
  grid-column: 2/3;
  grid-row: 1/3;
  justify-content: center;
  align-items: center;
  position: relative;
}

.keyvisual.style01 .center::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 25vw;
  background-color: #333;
  margin: auto;
  position: absolute;
  top: 0;
  margin-top: -5vw;
  left: 50%;
  z-index: 1;
}

.keyvisual.style01 .center img {
  width: 100%;
  height: 40cqw;
  border: 1px solid #5a5a5a;
}

.keyvisual.style01 .right-top {
  grid-column: 3/4;
  grid-row: 1/2;
  justify-content: flex-start;
  align-items: flex-end;
}

.keyvisual.style01 .right-top img {
  width: 25cqw;
  height: 25cqw;
  border: 1px solid #5a5a5a;
}

.keyvisual.style01 .right-bott {
  grid-column: 3/4;
  grid-row: 2/3;
  justify-content: flex-start;
  align-items: flex-start;
}

.keyvisual.style01 .right-bott img {
  width: 30cqw;
  height: 30cqw;
  border: 1px solid #5a5a5a;
}

/* KV画像群 */
/* 挨拶 */
.wrapper.mess_outer {
  margin-top: clamp(4.6875rem, -4.723rem + 19.63vw, 10rem);
}

.wrapper.ly-message {
  margin-top: clamp(11.25rem, 2.393rem + 18.476vw, 16.25rem);
}

.unit_messageBox {
  container-type: inline-size;
}

.mess_outer .wrapper_outer {
  background-color: #f5f5f5;
}

.messageBox_column {
  display: grid;
  gap: 30px 4cqw;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  justify-items: end;
}

.messageBox_cap {
  grid-column: 1/2;
  grid-row: 1/3;
  min-width: 300px;
}

.messageBox_cap h2 {
  font-size: clamp(1.125rem, -0.868rem + 4.157vw, 2.25rem);
  font-weight: 500;
  line-height: 1.8;
}

.messageBox_cap p {
  margin-top: clamp(1.5625rem, -2.312rem + 8.083vw, 3.75rem);
  font-size: clamp(0.6875rem, -0.088rem + 1.617vw, 1.125rem);
  font-weight: 500;
  line-height: 2.1;
}

.messageBox_photo {
  grid-column: 2/3;
  grid-row: 1/2;
}

.messageBox_sign {
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-wrap: nowrap;
  font-size: clamp(0.625rem, -0.261rem + 1.848vw, 1.125rem);
  gap: 10px;
}

.messageBox_sign p {
  flex-shrink: 0;
  white-space: nowrap;
}

.messageBox_sign img {
  max-width: 250px;
  width: 30vw;
  flex-shrink: 1;
}

.messageBox_english {
  margin-top: clamp(5.625rem, 4.518rem + 2.309vw, 6.25rem);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #c2c2c2;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 10px;
  padding-right: 10px;
}

.messageBox_english p {
  font-size: clamp(1.25rem, -2.071rem + 6.928vw, 3.125rem);
  letter-spacing: -1.5px;
}

.messageBox_english strong {
  display: block;
  font-size: clamp(2.5rem, -1.928rem + 9.238vw, 5rem);
}

@media screen and (max-width: 767px) {
  .messageBox {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .messageBox_column {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    justify-items: center;
  }
  .messageBox_cap {
    grid-column: 1/2;
    grid-row: 2/3;
    min-width: auto;
  }
  .messageBox_cap h2 {
    text-align: center;
  }
  .messageBox_photo {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .messageBox_sign {
    margin-left: auto;
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    align-items: flex-end;
  }
  .messageBox_english {
    padding-left: 0;
    padding-right: 0;
  }
}
/* 品質 */
.wrapper.ly-quality {
  margin-top: clamp(6.25rem, -4.821rem + 23.095vw, 12.5rem);
}

/* 品質 */
/* 画像-説明 カラム */
.unit_columnsImgCap {
  container-type: inline-size;
  margin-top: clamp(0.9375rem, -0.723rem + 3.464vw, 1.875rem);
  /*  */
  --unit_wide_default: 1280px;
}

.unit_columnsImgCap.deco {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.unit_columnsImgCap.deco::before {
  content: "";
  display: inline-block;
  width: 0.5px;
  height: clamp(4.6875rem, -3.616rem + 17.321vw, 9.375rem);
  background-color: #333;
  margin: auto;
}

.columnsImgCap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 0.5px solid #333;
  border-top: none;
}

.columnsImgCap:nth-of-type(1) {
  border-top: 0.5px solid #333;
}

.columnsImgCap_img {
  border-right: 0.5px solid #333;
  overflow: hidden;
}

.columnsImgCap_img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.columnsImgCap_cap {
  padding: clamp(3.125rem, -2.41rem + 11.547vw, 6.25rem) clamp(2.5rem, 1.393rem + 2.309vw, 3.125rem);
}

.columnsImgCap_cap header > h2 {
  font-size: clamp(1rem, -0.55rem + 3.233vw, 1.875rem);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.columnsImgCap_cap header > h2 small {
  font-size: 60%;
  padding-left: 6px;
}

.columnsImgCap_cap header > p {
  margin-top: 5px;
  display: block;
  font-size: clamp(0.625rem, 0.182rem + 0.924vw, 0.875rem);
  color: #35318f;
}

.columnsImgCap_cap header > p.occupation {
  color: #000;
}

.columnsImgCap_cap p {
  font-size: clamp(0.6875rem, 0.134rem + 1.155vw, 1rem);
  margin-top: clamp(1.25rem, -2.071rem + 6.928vw, 3.125rem);
  line-height: 2;
}

.columnsImgCap_cap dl {
  font-size: clamp(0.6875rem, 0.134rem + 1.155vw, 1rem);
  margin-top: clamp(calc(0 / 1px)rem, -2.214rem + 4.619vw, 1.25rem);
}

.columnsImgCap_cap dl div {
  margin-top: clamp(1.5625rem, 0.456rem + 2.309vw, 2.1875rem);
}

.columnsImgCap_cap dl dt::before {
  content: "■";
  display: inline-block;
  width: 20px;
}

.columnsImgCap_cap dl dd {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .columnsImgCap {
    display: initial;
    grid-template-columns: initial;
  }
  .columnsImgCap_img {
    border-right: none;
  }
  .unit_columnsImgCap .columnsImgCap:nth-of-type(1) {
    margin-left: -35px;
    border-left: none;
  }
  .unit_columnsImgCap .columnsImgCap:nth-of-type(2) {
    margin-right: -35px;
    margin-top: 25px;
    border-top: 1px solid #000;
    border-right: none;
  }
  .unit_columnsImgCap .columnsImgCap:nth-of-type(3) {
    margin-left: -35px;
    margin-top: 25px;
    border-top: 1px solid #000;
    border-left: none;
  }
  .unit_columnsImgCap .columnsImgCap:nth-of-type(4) {
    margin-right: -35px;
    margin-top: 25px;
    border-top: 1px solid #000;
    border-right: none;
  }
}
/* 画像-説明 カラム */
/* 画像-画像-画像 カラム */
.columnsImgImg_outer {
  margin: clamp(6.25rem, -4.821rem + 23.095vw, 12.5rem) auto 10vw;
  padding-left: 20px;
  padding-right: 20px;
}

.columnsImgImg_cap {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.columnsImgImg_cap header > h2 {
  font-size: clamp(0.9375rem, -0.723rem + 3.464vw, 1.875rem);
}

.columnsImgImg_cap header > p {
  font-size: clamp(0.625rem, 0.182rem + 0.924vw, 0.875rem);
  margin-top: clamp(0.625rem, 0.071rem + 1.155vw, 0.9375rem);
  color: #35318f;
}

.columnsImgImg_cap p {
  margin-top: clamp(1.5625rem, -1.205rem + 5.774vw, 3.125rem);
  font-size: clamp(0.6875rem, -0.088rem + 1.617vw, 1.125rem);
}

.unit_columnsImgImg {
  margin-top: clamp(0.9375rem, -0.169rem + 2.309vw, 1.5625rem);
  container-type: inline-size;
  /*  */
  --unit_wide_default: 1000px;
  --unit_gap_default: 12.5px;
}

.columnsImgImg > ul {
  max-width: var(--unit_wide_default);
  display: grid;
  gap: var(--unit_gap_default);
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  margin: auto;
}

.columnsImgImg ul li {
  aspect-ratio: 1/1.06;
}

.columnsImgImg ul li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 画像-画像-画像 カラム */
@media screen and (max-width: 767px) {
  .columnsImgImg > ul {
    grid-template-columns: 1fr 1fr;
  }
}
/*============================
  /news/ - 
============================*/
body.update_detail .header_animation.menu {
  display: none;
}

/*  */
.update_detail main {
  min-height: calc(100vh - 60px - 80px);
  padding-top: 60px;
}

/*  */
.content {
  margin-top: 40px;
}

.content header {
  margin-bottom: clamp(1.5625rem, -1.205rem + 5.774vw, 3.125rem);
  display: block;
}

.content header h2 {
  line-height: 1.2;
}

.content header .day {
  border-top: 9px;
  font-size: 90%;
  margin-top: 6px;
  line-height: 1.2;
}

.content header .day strong {
  font-weight: normal;
}

.content p {
  line-height: 1.4;
}

.content ul {
  list-style: disc;
  padding-left: 1.5em;
  margin: 6px;
}

/*  */
.buck_button {
  display: block;
  text-align: left;
  margin: 20px auto;
}

.buck_button > a {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 6px 12px;
  text-decoration: none;
  background-color: #fff;
  font-size: clamp(0.75rem, 0.307rem + 0.924vw, 1rem);
}

/*  */
.noarticle {
  text-align: center;
  padding: 60px 0;
}

/*============================
  /company/ - 
============================*/
.unit_company {
  margin-top: clamp(4.6875rem, -1.402rem + 12.702vw, 8.125rem);
}

.unit_company dl {
  display: grid;
  gap: 12px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;
  font-size: 15px;
}

.unit_company dl > div {
  display: grid;
  grid-template-columns: 40% 1fr;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.unit_company dt {
  padding: 45px 100px;
}

.unit_company dd {
  margin: 0;
  padding: 45px;
}

@media (max-width: 767px) {
  .unit_company dl > div {
    grid-template-columns: 1fr;
  }
  .unit_company dt {
    font-weight: 900;
    padding: 0;
  }
  .unit_company dd {
    padding: 10px 0 20px;
  }
}
/*============================
  /contact/ - 
============================*/
.contact_header {
  text-align: center;
  margin-top: clamp(5rem, -4.964rem + 20.785vw, 10.625rem);
}

.contact_header-title {
  font-size: clamp(0.9375rem, 0.384rem + 1.155vw, 1.25rem);
}

.contact_header-txt {
  font-size: clamp(0.625rem, 0.182rem + 0.924vw, 0.875rem);
}

.contact_footer {
  text-align: center;
  margin-top: 35px;
}

.contact_footer_inner {
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.contact_footer a {
  text-decoration: underline;
}

.contact_footer-recap-text {
  font-size: clamp(0.75rem, 0.418rem + 0.693vw, 0.9375rem);
  margin-top: clamp(0.9375rem, -0.723rem + 3.464vw, 1.875rem);
}

.contact_footer-check {
  font-size: clamp(0.9375rem, 0.716rem + 0.462vw, 1.0625rem);
}

.contact_footer-btn {
  display: inline-block;
}

.contact_footer-btn a {
  margin-top: clamp(0.9375rem, -0.169rem + 2.309vw, 1.5625rem);
  background-color: #424242;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 400px;
  min-height: 80px;
  border-radius: 50px;
  text-decoration: none;
  font-size: clamp(0.78125rem, 0.172rem + 1.27vw, 1.125rem);
  color: #fff;
  position: relative;
}

.contact_footer-btn a::after {
  top: 50%;
  right: 0;
  margin-right: 30px;
  display: inline-block;
  position: absolute;
  content: "";
  width: 70px;
  height: 10px;
  background-image: url(../image/icon_viewmore_sp.svg);
  filter: brightness(200%) contrast(200%);
  background-repeat: no-repeat;
  background-size: contain;
}

.contact_footer-btn.back a::after {
  right: initial;
  left: 0;
  margin-right: 0;
  margin-left: 30px;
  transform: scaleX(-1);
}

.contact_footer-btn a:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.contact_footer-btn a:hover:after {
  filter: brightness(0%) contrast(0%);
}

/* その他 */
.contact .notice {
  color: #f00;
}

.contact .form input {
  border: 1px solid #858585;
  background-color: #f8f8f8;
  min-height: 60px;
  padding: 9px 12px;
}

.contact .form textarea {
  border: 1px solid #858585;
  background-color: #f8f8f8;
  min-height: 400px;
  padding: 9px 12px;
}

/* 一覧部分 */
.unit_contact-page dl {
  display: grid;
  gap: 12px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;
  font-size: 15px;
}

.unit_contact-page dl > div {
  display: grid;
  grid-template-columns: auto 650px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  align-items: center;
}

.unit_contact-page dl > div.topAlig {
  align-items: start;
  border: none;
}

.unit_contact-page dt {
  font-size: clamp(0.9375rem, 0.938rem + 0vw, 0.9375rem);
  padding: 45px;
}

.unit_contact-page dd {
  margin: 0;
  padding: 45px;
}

.unit_contact-page dd input {
  width: 100%;
}

.unit_contact-page dd textarea {
  width: 100%;
}

@media (max-width: 767px) {
  .unit_contact-page dl > div {
    grid-template-columns: 1fr;
  }
  .unit_contact-page dt {
    font-weight: 900;
    padding: 0;
  }
  .unit_contact-page dd {
    padding: 10px 0 20px;
  }
  .contact_footer {
    margin-top: 70px;
  }
  .contact_footer-btn a {
    min-width: 255px;
    min-height: 50px;
  }
  .contact_footer-btn a::after {
    width: 40px;
  }
}
/* 下層 */
.contact-page_thanks {
  text-align: center;
  margin-top: clamp(5rem, -2.75rem + 16.166vw, 9.375rem);
}

.contact-page_thanks_title {
  font-size: clamp(0.9375rem, -0.723rem + 3.464vw, 1.875rem);
}

.contact-page_thanks_txt {
  margin-top: clamp(1.25rem, -0.964rem + 4.619vw, 2.5rem);
  font-size: clamp(0.65625rem, -0.506rem + 2.425vw, 1.3125rem);
}

/*============================
  /privacy/ - 
============================*/
.unit_privacy {
  margin-top: clamp(5rem, -3.857rem + 18.476vw, 10rem);
  font-size: clamp(0.6875rem, 0.245rem + 0.924vw, 0.9375rem);
}

.unit_privacy h1 {
  font-size: clamp(0.875rem, 0.211rem + 1.386vw, 1.25rem);
  font-weight: 900;
}

.unit_privacy h2 {
  font-size: clamp(0.875rem, 0.211rem + 1.386vw, 1.25rem);
  font-weight: 900;
  margin-top: clamp(1.5625rem, -2.312rem + 8.083vw, 3.75rem);
  margin-bottom: clamp(0.625rem, -0.482rem + 2.309vw, 1.25rem);
}

.unit_privacy h2:nth-of-type(1) {
  margin-top: clamp(0.625rem, -2.696rem + 6.928vw, 2.5rem);
}

/*============================
  /recruit/ - 
============================*/
body.recruit {
  background-color: #fbfbfb;
}

.unit_recruit {
  margin-top: clamp(3.125rem, -3.518rem + 13.857vw, 6.875rem);
}

.recruit_header {
  background-color: #333;
  color: #fff;
  display: flex;
  min-height: 70px;
  padding: 9px 21px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 20px 20px 0 0;
  font-size: clamp(0.9375rem, 0.384rem + 1.155vw, 1.25rem);
}

.recruit_body {
  background-color: #fff;
}

.recruit_body dl {
  display: grid;
  gap: 12px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;
  font-size: 15px;
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
}

.recruit_body dl > div {
  display: grid;
  grid-template-columns: 40% 1fr;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.recruit_body dt {
  padding: 45px 100px;
}

.recruit_body dd {
  margin: 0;
  padding: 45px;
}

@media (max-width: 767px) {
  .recruit_body {
    padding-top: 20px;
  }
  .recruit_body dl > div {
    grid-template-columns: 1fr;
  }
  .recruit_body dt {
    font-weight: 900;
    padding: 0 35px;
  }
  .recruit_body dd {
    padding: 10px 35px 10px;
  }
}
/*============================
  /products/ - 
  /works/ - 
============================*/
.unit_categoryTop {
  position: relative;
  margin-top: clamp(7.8125rem, -11.562rem + 40.416vw, 18.75rem);
}

.products .unit_categoryTop:nth-of-type(1) {
  margin-top: clamp(1.875rem, -13.625rem + 32.333vw, 10.625rem);
}

.categoryTop {
  display: flex;
}

.categoryTop.left {
  flex-direction: row;
}

.categoryTop.right {
  flex-direction: row-reverse;
}

.categoryTop-header {
  position: relative;
  z-index: 2;
  width: clamp(9.375rem, -7.232rem + 34.642vw, 18.75rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.categoryTop-header::after {
  content: "";
  display: block;
  background-color: #000;
  width: 1px;
  position: absolute;
}

.left .categoryTop-header {
  margin-right: -15cqw;
}

.right .categoryTop-header {
  margin-left: -15cqw;
}

.left .categoryTop-header::after {
  bottom: 0;
  right: calc(15cqw + 23px);
  height: 40%;
}

.right .categoryTop-header::after {
  bottom: 0;
  left: calc(15cqw + 23px);
  height: 40%;
}

.categoryTop-header h2 {
  font-size: clamp(2.5rem, -1.928rem + 9.238vw, 5rem);
}

.categoryTop-header p {
  font-size: clamp(1.25rem, -0.964rem + 4.619vw, 2.5rem);
}

.categoryTop-body {
  display: flex;
  flex: 1;
  overflow: hidden;
}

.categoryTop-body.works {
  height: auto;
}

.cate01 .categoryTop-body {
  margin-top: clamp(3.125rem, -2.41rem + 11.547vw, 6.25rem);
}

.cate02 .categoryTop-body {
  margin-top: clamp(4.375rem, 1.054rem + 6.928vw, 6.25rem);
}

.cate03 .categoryTop-body {
  margin-top: clamp(4.375rem, 1.054rem + 6.928vw, 6.25rem);
}

.cate04 .categoryTop-body {
  margin-top: clamp(4.375rem, 1.054rem + 6.928vw, 6.25rem);
}

.cate05 .categoryTop-body {
  margin-top: 100px;
}

.cate06 .categoryTop-body {
  margin-top: 100px;
}

.categoryTop-body .categoryTop-body-deco {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}

.categoryTop-body .categoryTop-body-deco li {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.left .categoryTop-body .categoryTop-body-deco li:nth-of-type(1) {
  border-radius: 10cqw 0 0 0;
}

.right .categoryTop-body .categoryTop-body-deco li:nth-last-of-type(1) {
  border-radius: 0 10cqw 0 0;
}

.categoryTop-body .categoryTop-body-deco li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .categoryTop-body {
    display: initial;
    height: 160px;
  }
  .left .categoryTop-header {
    margin-right: -80px;
  }
  .right .categoryTop-header {
    margin-left: -80px;
  }
  .left .categoryTop-header::after {
    height: 40%;
    left: 30%;
  }
  .right .categoryTop-header::after {
    height: 40%;
    right: 30%;
    left: auto;
  }
  .categoryTop-body .categoryTop-body-deco {
    grid-template-columns: 1fr;
  }
  .categoryTop-body .categoryTop-body-deco li {
    border-radius: 10cqw 0 0 0;
  }
  .categoryTop-body .categoryTop-body-deco li:nth-of-type(2) {
    display: none;
  }
  .categoryTop-body .categoryTop-body-deco li:nth-of-type(3) {
    display: none;
  }
}
.unit_categoryList {
  container-type: inline-size;
  margin-top: clamp(2.1875rem, -3.902rem + 12.702vw, 5.625rem);
}

.categoryList-header {
  display: inline-flex;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.categoryList-header h2 {
  font-size: clamp(0.84375rem, -0.762rem + 3.349vw, 1.75rem);
  padding: clamp(0.625rem, 0.071rem + 1.155vw, 0.9375rem) clamp(1.875rem, -1.446rem + 6.928vw, 3.75rem) clamp(0.625rem, 0.071rem + 1.155vw, 0.9375rem) clamp(1.25rem, -1.518rem + 5.774vw, 2.8125rem);
}

.categoryList-body {
  border: 1px solid #ccc;
  padding: clamp(0.9375rem, -2.937rem + 8.083vw, 3.125rem) clamp(1.25rem, -1.518rem + 5.774vw, 2.8125rem);
}

.categoryList-body .categoryList-body-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.categoryList-body .categoryList-body-list li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.categoryList-body .categoryList-body-list li .product-link {
  display: block;
  width: 100%;
}

.categoryList-body .categoryList-body-list li .product-link_img {
  width: 100%;
  aspect-ratio: 1/0.8;
  background-color: #eee;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.categoryList-body .categoryList-body-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.categoryList-body .categoryList-body-list li p {
  font-size: clamp(0.625rem, -0.039rem + 1.386vw, 1rem);
  margin-top: clamp(0.3125rem, -0.241rem + 1.155vw, 0.625rem);
}

@media screen and (max-width: 767px) {
  .categoryList-body .categoryList-body-list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.unit_detailTop {
  container-type: inline-size;
  margin-top: clamp(2.8125rem, -12.133rem + 31.178vw, 11.25rem);
}

.unit_detailTop .wrapper {
  padding-left: clamp(2.1875rem, -12.758rem + 31.178vw, 10.625rem);
}

.detailTop {
  display: flex;
}

.detailTop-body {
  position: relative;
  z-index: 2;
  width: 33.3cqw;
  margin-right: -20cqw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 25px;
}

.detailTop-header {
  line-height: 1;
  margin-bottom: 30px;
}

.detailTop-header h2 {
  font-size: clamp(2.5rem, -2.593rem + 10.624vw, 5.375rem);
  margin-left: -20px;
}

.detailTop-header p {
  font-size: clamp(1.875rem, -0.118rem + 4.157vw, 3rem);
}

.product-info-section {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 30px;
  text-shadow: 0px 0px 1px rgb(255, 255, 255), 0px 0px 1px rgb(255, 255, 255), 0px 0px 1px rgb(255, 255, 255), 0px 0px 1px rgb(255, 255, 255), 0px 0px 1px rgb(255, 255, 255), 0px 0px 1px rgb(255, 255, 255), 0px 0px 2px rgb(255, 255, 255), 0px 0px 2px rgb(255, 255, 255), 0px 0px 2px rgb(255, 255, 255), 0px 0px 2px rgb(255, 255, 255), 0px 0px 2px rgb(255, 255, 255), 0px 0px 2px rgb(255, 255, 255);
  paint-order: stroke;
  font-size: clamp(0.625rem, -0.261rem + 1.848vw, 1.125rem);
}

.detailTop-img {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detailTop-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detailTop-img figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 2cqw 3cqw;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  margin-bottom: -10px;
  margin-right: -10px;
  font-size: clamp(0.875rem, 0.432rem + 0.924vw, 1.125rem);
  margin-left: 6%;
}

@media screen and (max-width: 767px) {
  .detailTop {
    flex-direction: column-reverse;
  }
  .detailTop-header::before {
    width: 35vw !important;
  }
  .detailTop-body {
    width: 100%;
    margin-right: auto;
    margin-top: -120px;
  }
  .product-info-section {
    margin-left: 17.5px;
    margin-right: 17.5px;
  }
}
.unit_detailCap {
  container-type: inline-size;
  margin-top: clamp(1.25rem, -5.393rem + 13.857vw, 5rem);
}

.unit_detailCap .wrapper {
  padding-left: clamp(2.1875rem, -12.758rem + 31.178vw, 10.625rem);
}

.detailCap-body {
  display: grid;
  gap: 30px;
  margin: 0 auto;
  width: 100%;
  list-style: none;
  align-items: stretch;
}

.detailCap-body {
  grid-template-columns: 1fr 1fr;
}

.detailCap-body li {
  aspect-ratio: 1/0.7;
}

.detailCap-body li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .detailCap-body {
    padding-left: 17.5px;
    padding-right: 17.5px;
    gap: 15px;
  }
  .detailCap-body li {
    aspect-ratio: 1/0.667;
  }
}
.back-to-list {
  margin-top: clamp(1.875rem, -2.553rem + 9.238vw, 4.375rem);
}

.back-to-list .wrapper {
  padding-left: clamp(2.1875rem, -12.758rem + 31.178vw, 10.625rem);
}

.back-to-list a {
  border: 1px solid #333;
  display: inline-flex;
  padding: 12px 21px;
  line-height: 1;
  background-color: #fff;
  font-size: clamp(0.75rem, 0.086rem + 1.386vw, 1.125rem);
}

.back-to-list a::before {
  content: "<";
  margin-right: 9px;
}

/*============================
  /products/ - 
  /works/ - 
============================*/
.unit_contact dl {
  display: grid;
  gap: 12px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;
  font-size: 15px;
}

.unit_contact dl > div {
  display: grid;
  grid-template-columns: 40% 1fr;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.unit_contact dt {
  padding: 45px 100px;
}

.unit_contact dd {
  margin: 0;
  padding: 45px;
}

@media (max-width: 767px) {
  .unit_contact dl > div {
    grid-template-columns: 1fr;
  }
  .unit_contact dt {
    font-weight: 900;
    padding: 0;
  }
  .unit_contact dd {
    padding: 10px 0 20px;
  }
}/*# sourceMappingURL=style.css.map */