﻿/*
Theme Name: f-tankouzouki-Theme
*/

/* =========================
   リセットCSS
========================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  color: #333;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

p {
  color: #333;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 1024px) {
  body {
    padding-bottom: 55px;
  }
}

:root {
  --recruit-gradient: linear-gradient(109deg, #73b1e1, #009fd2, #00c0c1);
  --font-outfit: "Outfit", sans-serif;
  --anchor-offset: 64px;
  --home-section-slant-depth: clamp(40px, 6vw, 92px);
}

html {
  scroll-padding-top: var(--anchor-offset);
}

section[id] {
  scroll-margin-top: var(--anchor-offset);
}

.font-outfit {
  font-family: var(--font-outfit);
}
.klee-one-regular {
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
}
.yuji-syuku-regular {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}
/* =========================
   共通レイアウト
========================= */
.section-white {
  background: #ffffff;
}

.section-gray {
  background: #f2f2f2;
}

.section-gradient {
  background: linear-gradient(19deg, #73b1e1, #009fd2, #00c0c1);
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.container800 {
  width: 800px;
  margin: 0 auto;
  & h4 {
    margin-bottom: 50px;
  }
}
.container900 {
  max-width: 900px;
  margin: 0 auto;
}
.container1080 {
  max-width: 1080px;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media screen and (max-width: 1024px) {
  :root {
    --anchor-offset: 88px;
    --home-section-slant-depth: clamp(32px, 7vw, 72px);
  }
}
.sp-only{
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-only{
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sp-only{
    display: block;
  }
}
/* =========================
   ヘッダー
========================= */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    visibility 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.site-header.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.site-header--recruit.scrolled {
  background: rgba(255, 255, 255, 0.8);
}

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

.header-left img {
  height: 60px;
  padding-top: 10px;
}

.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header-top {
  display: none;
  align-items: center;
  gap: 0;
  margin-bottom: 8px;
}

.tel {
  font-size: 26px;
  font-weight: 600;
}

.btn-catalog {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e60012;
  color: #fff;
  padding: 8px 16px;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}

.header-action-buttons {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-left: 20px;
}

.btn-recruit-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 19px 10px 25px;
  background: #0324d0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.header-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
}

.global-nav ul {
  display: flex;
  gap: clamp(20px,3vw,24px);
  list-style: none;
  margin-top: 20px;
  padding-right: 20px;
}

.global-nav > ul > li {
  position: relative;
}

.global-nav a {
  text-decoration: none;
  font-size: clamp(12px, 1.2vw, 15px);
  position: relative;
  padding-bottom: 4px;
}

.global-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.global-nav__arrow {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.3s ease;
}

.global-nav__mega {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  width: max-content;
  min-width: 220px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;
  z-index: 1001;
}

.global-nav__mega--recruit {
  --recruit-menu-blue: #0029d8;
  --recruit-menu-light-blue: #73b1e1;
  position: fixed;
  top: 70px;
  left: 0;
  right: auto;
  width: 100vw;
  min-width: 0;
  height: min(478px, max(340px, 38vw));
  padding: 0;
  background: #f2f2f2;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  transform: translateY(8px);
}

.global-nav__mega--product {
  position: fixed;
  top: 70px;
  left: 0;
  right: auto;
  width: 100vw;
  min-width: 0;
  height: min(478px, max(340px, 33.2vw));
  padding: 0;
  background: #f2f2f2;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  transform: translateY(8px);
}

.global-nav__mega--product::before,
.global-nav__mega--recruit::before {
  top: -18px;
  height: 18px;
}

.product-mega-menu {
  width: fit-content;
  max-width: calc(100% - 48px);
  height: 100%;
  margin: 0 auto;
  padding: clamp(28px, 2.8vw, 40px) 0 clamp(24px, 2.5vw, 36px);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  color: #0029d8;
}

.product-mega-menu__head {
  grid-column: 1 / -1;
  justify-self: start;
  width: 400px;
  max-width: 100%;
}

.product-mega-menu__title-link,
.product-mega-menu__text-link {
  width:100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #0029d8;
  color: #333;
}

.product-mega-menu__title-link {
  min-height: 54px;
  padding-bottom: 10px;
  color: #0029d8;
}

.product-mega-menu__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}

.product-mega-menu__circle-arrow {
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0029d8;
}

.product-mega-menu__circle-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-62%, -50%) rotate(45deg);
}

.product-mega-menu__grid {
  grid-column: 1 / -1;
  grid-row: 2 / 3;
  display: grid;
  grid-template-columns: repeat(4, 180px);
  gap: 20px;
  align-content: start;
  padding-top: 30px;
}

.product-mega-menu__card {
  position: relative;
  display: block;
  height: clamp(86px, 8.4vw, 121px);
  overflow: hidden;
  background: #d8d8d8;
  padding-bottom: 0 !important;
}

.product-mega-menu__top-link {
  display: none;
}

.product-mega-menu__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-mega-menu__card span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.product-mega-menu__card:hover img,
.product-mega-menu__card:focus-visible img {
  transform: scale(1.05);
}

.product-mega-menu__side {
  align-self: start;
  padding-top: 0;
}

.product-mega-menu__text-link {
  padding-bottom: 9px;
  font-size: 18px !important;
  font-weight: 500;
}

.product-mega-menu__circle-arrow--light {
  background: #73b1e1;
}

.product-mega-menu__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 143px;
  height: 43px;
  margin-top: 10px;
  background: #e60012;
  color: #fff;
  font-size: 16px !important;
  font-weight: 700;
  display: none;
}

.global-nav__mega--product a::after {
  display: none;
}

.global-nav .has-mega-menu:hover .global-nav__mega--recruit,
.global-nav .has-mega-menu:focus-within .global-nav__mega--recruit {
  transform: translateY(0);
}

.global-nav__mega--recruit .recruit-mobile-menu__body {
  width: min(888px, calc(100% - 48px));
  margin: 0;
  padding: clamp(28px, 2.8vw, 40px) 0 clamp(24px, 2.5vw, 36px);
  gap: 26px 46px;
}

.global-nav__mega--recruit .recruit-mobile-menu__title {
  font-size: 22px;
}

.global-nav__mega--recruit .recruit-mobile-menu__contact {
  width: 170px;
  height: 46px;
  font-size: 16px;
}

.recruit-mobile-menu__top-link {
  display: none;
}

.global-nav__mega--recruit .recruit-mobile-menu__item {
  margin-bottom: 22px;
}

.global-nav__mega--recruit .recruit-mobile-menu__en {
  font-size: 18px;
}

.global-nav__mega--recruit .recruit-mobile-menu__ja,
.global-nav__mega--recruit .recruit-mobile-menu__sublist li {
  font-size: 12px;
}

.global-nav__mega--recruit a::after {
  display: none;
}

.global-nav__mega--recruit .recruit-mobile-menu__sublist a {
  display: inline;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
}

.global-nav__mega::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.global-nav .global-nav__submenu {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 10px 18px;
}

.global-nav__submenu a {
  display: block;
  padding: 4px 0;
  color: inherit;
  font-size: 13px;
  line-height: 1.6;
  white-space: nowrap;
}

.global-nav__submenu a::after {
  display: none;
}

.global-nav .has-mega-menu:hover .global-nav__mega,
.global-nav .has-mega-menu:focus-within .global-nav__mega {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.global-nav .has-mega-menu.is-mega-suppressed .global-nav__mega,
.global-nav .has-mega-menu.is-mega-suppressed:hover .global-nav__mega,
.global-nav .has-mega-menu.is-mega-suppressed:focus-within .global-nav__mega {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.global-nav .has-mega-menu:hover .global-nav__mega.global-nav__mega--recruit,
.global-nav .has-mega-menu:focus-within .global-nav__mega.global-nav__mega--recruit {
  transform: translateY(0);
}

.global-nav .has-mega-menu:hover .global-nav__mega.global-nav__mega--product,
.global-nav .has-mega-menu:focus-within .global-nav__mega.global-nav__mega--product {
  transform: translateY(0);
}

.global-nav .has-mega-menu:hover .global-nav__arrow,
.global-nav .has-mega-menu:focus-within .global-nav__arrow {
  transform: translateY(2px) rotate(225deg);
}

.global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 3px;
  background: var(--recruit-gradient);
  transition: 0.3s ease;
}

.global-nav a:hover::after {
  width: 100%;
}

.global-nav > ul > li.is-active > .global-nav__link::after {
  width: 100%;
}

.global-nav > ul > li.is-active .global-nav__mega a::after {
  width: 0;
}

.global-nav--mobile {
  display: none;
}

.global-nav--mobile-recruit {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.92);
  transition: 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 998;
}

.global-nav--mobile-recruit.open {
  right: 0;
}

.global-nav--mobile-recruit ul {
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.global-nav--mobile-recruit a {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.no-scroll {
  overflow: hidden;
}

body.benefit-modal-open {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  div.header-inner {
    display: flex;
    padding: 16px 20px; /* 左右余白: 20px */
    align-items: center;
  }

  .header-right {
    flex-direction: row;
    align-items: center;
  }

  .header-top {
    display: none; /* スマホでは電話・カタログボタンを非表示 */
  }

  .header-bottom {
    gap: 0;
  }

  .global-nav--desktop {
    display: none;
  }

  .global-nav--mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    padding: 88px 20px 32px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #f4f4f4;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
  }

  .global-nav--mobile.open {
    transform: translateX(0);
  }

  .global-nav--mobile ul {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    min-height: max-content;
  }
  .global-nav--mobile a {
    max-width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .global-nav--mobile .has-mega-menu {
    width: 100%;
  }

  .global-nav--mobile .global-nav__link {
    justify-content: center;
  }

  .global-nav--mobile .global-nav__mega {
    position: static;
    width: 100%;
    min-width: 0;
    padding: 12px 0 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .global-nav--mobile .global-nav__mega::before {
    display: none;
  }

  .global-nav--mobile .global-nav__submenu {
    display: grid;
    width: min(100%, 320px);
    margin: 0 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .global-nav--mobile .global-nav__submenu a {
    display: block;
    padding: 8px 10px;
    background: #fff;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    white-space: normal;
  }

  .global-nav--mobile .global-nav__mega--product {
    position: static;
    width: 100%;
    height: auto;
    min-width: 0;
    padding: 12px 0 0;
    background: transparent;
    box-shadow: none;
    display: block;
    transform: none;
  }

  .global-nav--mobile .product-mega-menu {
    width: min(100%, 360px);
    height: auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .global-nav--mobile .product-mega-menu__head {
    display: none;
  }

  .global-nav--mobile .product-mega-menu__grid {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-top: 0;
  }

  .global-nav--mobile .product-mega-menu__card {
    height: 74px;
  }

  .global-nav--mobile .product-mega-menu__card span {
    font-size: 12px;
  }

  .global-nav--mobile .product-mega-menu__side {
    grid-column: auto;
    grid-row: auto;
    padding-top: 0;
  }

  .global-nav--mobile .product-mega-menu__text-link {
    min-height: 34px;
    font-size: 14px;
  }

  .global-nav--mobile .product-mega-menu__cta {
    width: 140px;
    height: 40px;
    margin-top: 14px;
    font-size: 13px;
  }

  .global-nav--mobile .global-nav__mega--recruit {
    width: 100%;
    padding: 12px 0 0;
    transform: none;
  }

  .global-nav--mobile .global-nav__mega--recruit .recruit-mobile-menu__body {
    width: min(100%, 360px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .global-nav--mobile .global-nav__mega--recruit .recruit-mobile-menu__lead,
  .global-nav--mobile .global-nav__mega--recruit .recruit-mobile-menu__contact,
  .global-nav--mobile .global-nav__mega--recruit .recruit-mobile-menu__grid {
    grid-column: auto;
  }

  .global-nav--mobile .global-nav__mega--recruit .recruit-mobile-menu__title-link,
  .global-nav--mobile .global-nav__mega--recruit .recruit-mobile-menu__item-link {
    padding: 8px 34px 8px 0;
    text-align: left;
  }

  .global-nav--mobile .global-nav__mega--recruit .recruit-mobile-menu__contact {
    position: static !important;
    width: 140px;
    height: 42px;
    margin: 0 auto;
    padding: 0;
    font-size: 17px;
  }

  .global-nav--mobile .global-nav__mega--recruit .recruit-mobile-menu__item {
    margin-bottom: 18px;
  }

  .global-nav--mobile .global-nav__mega--recruit .recruit-mobile-menu__title {
    font-size: 20px;
  }

  .global-nav--mobile .global-nav__mega--recruit .recruit-mobile-menu__en {
    font-size: 16px;
  }

  .site-header.is-menu-open {
    z-index: 1002;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    overflow: visible;
  }

  .site-header.is-menu-open .global-nav--mobile {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: none;
  }

  body.mobile-nav-open .global-nav--mobile {
    position: fixed;
    inset: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    padding: 88px 20px 32px;
    overflow-y: auto;
    transform: translateX(0);
  }
}

/* =========================
   ハンバーガーメニュー
========================= */

.hamburger {
  width: 24px;
  height: 18px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  position: relative;
  z-index: 1001;
}

.hamburger span {
  height: 2px;
  background: #000;
  display: block;
}

.hamburger {
  width: 28px;
  height: 20px;
  position: relative;
  cursor: pointer;
}

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 9px;
}
.hamburger span:nth-child(3) {
  bottom: 0;
}

/* アクティブ時*/
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

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

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 9px;
}
.nav-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 997;
}

/* オーバーレイ表示時*/
.nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

.home-menu-button {
  position: absolute;
  top: 28px;
  right: 32px;
  z-index: 1001;
  display: flex;
  width: 34px;
  height: 24px;
  & span{
    background: #fff;
  }
  & span:nth-child(2) {
  top: 11px;
}
}

body.mobile-nav-open .home-menu-button {
  z-index: 1001;
}

@media screen and (min-width: 1025px) {
  body.home .global-nav--mobile,
  body.front-page .global-nav--mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    padding: 88px 20px 32px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #f4f4f4;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
  }

  body.home .global-nav--mobile.open,
  body.front-page .global-nav--mobile.open,
  body.home.mobile-nav-open .global-nav--mobile,
  body.front-page.mobile-nav-open .global-nav--mobile {
    transform: translateX(0);
  }

  body.home .global-nav--mobile ul,
  body.front-page .global-nav--mobile ul {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    min-height: max-content;
  }

  body.home .global-nav--mobile a,
  body.front-page .global-nav--mobile a {
    max-width: 100%;
    font-size: 20px;
    /* font-weight: 600; */
    text-align: center;
    overflow-wrap: anywhere;
  }

  body.home .global-nav--mobile .has-mega-menu,
  body.front-page .global-nav--mobile .has-mega-menu {
    width: 100%;
  }

  body.home .global-nav--mobile .global-nav__mega,
  body.front-page .global-nav--mobile .global-nav__mega {
    position: static;
    width: 100%;
    min-width: 0;
    padding: 12px 0 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  body.home .global-nav--mobile .global-nav__mega::before,
  body.front-page .global-nav--mobile .global-nav__mega::before {
    display: none;
  }

  body.home .global-nav--mobile .global-nav__submenu,
  body.front-page .global-nav--mobile .global-nav__submenu {
    display: grid;
    width: min(100%, 360px);
    margin: 0 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.home .global-nav--mobile .global-nav__submenu a,
  body.front-page .global-nav--mobile .global-nav__submenu a {
    display: block;
    padding: 8px 10px;
    background: #fff;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    white-space: normal;
  }

  body.home .global-nav--mobile .global-nav__mega--product,
  body.front-page .global-nav--mobile .global-nav__mega--product {
    position: static;
    width: 100%;
    height: auto;
    min-width: 0;
    padding: 12px 0 0;
    background: transparent;
    box-shadow: none;
    display: block;
    transform: none;
  }

  body.home .global-nav--mobile .product-mega-menu,
  body.front-page .global-nav--mobile .product-mega-menu {
    width: min(100%, 360px);
    height: auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.home .global-nav--mobile .product-mega-menu__head,
  body.front-page .global-nav--mobile .product-mega-menu__head {
    display: none;
  }

  body.home .global-nav--mobile .product-mega-menu__grid,
  body.front-page .global-nav--mobile .product-mega-menu__grid {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-top: 0;
  }

  body.home .global-nav--mobile .product-mega-menu__card,
  body.front-page .global-nav--mobile .product-mega-menu__card {
    height: 74px;
  }

  body.home .global-nav--mobile .product-mega-menu__card span,
  body.front-page .global-nav--mobile .product-mega-menu__card span {
    font-size: 12px;
  }

  body.home .global-nav--mobile .product-mega-menu__side,
  body.front-page .global-nav--mobile .product-mega-menu__side {
    grid-column: auto;
    grid-row: auto;
    padding-top: 0;
  }

  body.home .global-nav--mobile .global-nav__mega--recruit,
  body.front-page .global-nav--mobile .global-nav__mega--recruit {
    width: 100%;
    padding: 12px 0 0;
    transform: none;
  }

  body.home .global-nav--mobile .global-nav__mega--recruit .recruit-mobile-menu__body,
  body.front-page .global-nav--mobile .global-nav__mega--recruit .recruit-mobile-menu__body {
    width: min(100%, 360px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.home .global-nav--mobile .global-nav__mega--recruit .recruit-mobile-menu__lead,
  body.home .global-nav--mobile .global-nav__mega--recruit .recruit-mobile-menu__contact,
  body.home .global-nav--mobile .global-nav__mega--recruit .recruit-mobile-menu__grid,
  body.front-page .global-nav--mobile .global-nav__mega--recruit .recruit-mobile-menu__lead,
  body.front-page .global-nav--mobile .global-nav__mega--recruit .recruit-mobile-menu__contact,
  body.front-page .global-nav--mobile .global-nav__mega--recruit .recruit-mobile-menu__grid {
    grid-column: auto;
  }

  body.home .global-nav--mobile .global-nav__mega--recruit .recruit-mobile-menu__contact,
  body.front-page .global-nav--mobile .global-nav__mega--recruit .recruit-mobile-menu__contact {
    position: static !important;
    width: 140px;
    height: 42px;
    margin: 0 auto;
    padding: 0;
    font-size: 17px;
  }
}

@media screen and (max-width: 1024px) {
  .home-menu-button {
    top: 24px;
    right: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .hamburger {
    display: flex;
  }
}
/* =========================
   フッター
========================= */

.site-footer__body {
  text-align: center;
  padding: 0 50px;
}
.site-footer__container {
  display: flex;
  justify-content: space-between;
  /* gap: 24px; */
}
.site-footer__container span {
  font-weight: 400;
}

.site-footer__company {
  width: max-content;
  text-align: left;
  & img{
    width: 370px;
    max-width: none;
  }
  & p.site-footer__add {
    margin: 10px 0 10px 30%;
    text-align: left;
    line-height: 1;
  }
  & .site-footer__tel {
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-left: 30%;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1;
  }
}
.site-footer__links_wrap {
    width: 510px;
    height: 50px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 20px;
  & p{
    width: 40%;
    font-size: 15px;
  }
}
.site-footer__links {
  text-align: left;
  line-height: 3;
  font-size: smaller;
}

.site-footer__copyright {
  padding-bottom: 30px;
  margin-top: 100px;
}

.page-top-button {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 900;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(1, 141, 231, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  color: #018de7;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease;
}

.page-top-button::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
}

.page-top-button__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  font-family: var(--font-outfit);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.page-top-button.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.page-top-button:hover,
.page-top-button:focus-visible {
  background: #ffffff;
  outline: none;
}

.page-top-button:focus-visible {
  box-shadow:
    0 0 0 3px rgba(1, 141, 231, 0.24),
    0 8px 20px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 1024px) {
  .site-footer__nav-item{
    line-height: 2;
  }
}
@media screen and (max-width: 860px) {
  .site-footer__links_wrap {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: right;
  & p.site-footer__nav-item{
    width: 100%;
    margin-left: 50%;
    margin-bottom: 0;
  }
  }
}

@media screen and (max-width: 768px) {
  .site-footer__container {
    flex-direction: column;
    gap: 20px;
  }

  .site-footer__links_wrap{
    display: none;
  }
  .page-top-button {
    right: 16px;
    bottom: 72px;
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 480px) {
  .site-footer__copyright {
    font-size: 14px;
    margin-top: 50px;
  }
}
/* =========================
   モバイル固定コンタクトバー
========================= */
.sp-contact-bar {
  display: none;
}

.subpage-fixed-nav-wrap {
  position: relative;
  width: 100%;
}

.subpage-header-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: none;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.subpage-header-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 10px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.subpage-header-left img {
  height: 60px;
  padding-top: 10px;
}

.subpage-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.subpage-header-top {
  display: none;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}

.subpage-header-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
}

.subpage-fixed-nav {
  background: transparent;
}

.subpage-fixed-nav__list {
  width: auto;
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.subpage-fixed-nav a {
  /* display: inline-flex; */
  align-items: center;
  min-height: auto;
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 400;
  white-space: nowrap;
  padding-bottom: 4px;
}

.subpage-fixed-nav > li.is-active > .global-nav__link {
  color: #0a77b7;
}
@media screen and (max-width: 1024px) {
  .subpage-header-top {
    display: none;
  }

  .subpage-header-content {
    padding: 16px 20px;
    align-items: center;
  }

  .subpage-header-bottom .subpage-fixed-nav {
    display: none;
  }
}

.subpage-breadcrumb {
  background: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(217, 226, 232, 0.7);
}

.subpage-main-visual {
  width: 100%;
}

.subpage-main-visual__inner {
  width: 100%;
  min-height: clamp(320px, 34vw, 460px);
  position: relative;
  overflow: hidden;
}

.subpage-main-visual__image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  display: block;
}

.subpage-main-visual__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.subpage-main-visual__overlay {
  width: min(100%, 802px);
  margin: 0 auto;
  min-height: clamp(320px, 34vw, 460px);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 24px;
  text-align: center;
}

.subpage-main-visual__title,
.subpage-main-visual__subtitle {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.subpage-main-visual__title {
  font-family: var(--font-outfit);
  font-size: clamp(24px, 9vw, 48px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin-top: 200px;
}

.subpage-main-visual__subtitle {
  margin: 30px 0 10%;
  font-size: clamp(12px, 2vw, 16px);
  font-weight: 500;
  line-height: 1.4;
  text-align: justify;
}

.subpage-main-visual__subtitle--top-child {
  min-height: 40px;
}

.subpage-main-visual__subtitle.subpage-main-visual__subtitle--product-child {
  font-size: 26px;
}

.subpage-main-visual__subtitle.subpage-main-visual__subtitle--product-index {
  max-width: 980px;
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: 1.8;
  text-align: justify;
}

.subpage-breadcrumb__inner {
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
}

.subpage-breadcrumb__list {
  min-height: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 12px;
  color: #58707d;
}

.subpage-breadcrumb__item {
  position: relative;
}

.subpage-breadcrumb__item + .subpage-breadcrumb__item::before {
  content: ">";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  color: #93aab6;
}

.subpage-breadcrumb__item.is-current span {
  color: #1c2f39;
}

.subpage-fixed-nav-wrap--recruit {
  position: relative;
}

.recruit-static-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.recruit-static-header__inner {
  width: 100%;
  margin: 0 auto;
  padding-left: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.recruit-static-header__brand-group {
  display: flex;
  align-items: center;
  gap: 27px;
  padding: 10px 0;
}

.recruit-static-header__logo img {
  width: 310px;
  height: 50px;
  object-fit: contain;
}

.recruit-static-header__top-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 20px;
  background: #73b1e1;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.recruit-static-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.recruit-static-header__menu-button {
  width: 74px;
  height: 60px;
  padding: 0;
  border: none;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
}

.recruit-static-header__menu-button span {
  display: block;
  width: 30px;
  height: 2px;
  background: #222;
}

.recruit-static-header__cta {
  width: 184px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.recruit-static-header__cta--contact {
  background: #0324d0;
}

.recruit-static-header__cta--entry {
  background: #018ce7;
}

@media screen and (max-width: 768px) {
  .sp-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 999;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition:
      transform 0.3s ease,
      opacity 0.3s ease,
      visibility 0.3s ease;
  }

  .sp-contact-bar.is-visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .sp-tel,
  .sp-catalog {
    flex: 1;
    text-align: center;
    padding: 16px 0;
    font-size: 14px;
    text-decoration: none;
  }

  .sp-tel {
    background: #333;
    color: #fff;
  }

  .sp-catalog {
    background: #e60012;
    color: #fff;
  }

  .sp-tel.sp-recruit {
    background: #00C8EC;
    color: #fff;
  }

  .sp-catalog.sp-recruit {
    background: #0C04C6;
    color: #fff;
  }

  .subpage-header-inner {
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
  }

  .subpage-header-right {
    flex: 0 0 auto;
    margin-left: 16px;
    align-items: center;
  }

  .subpage-header-bottom {
    width: auto;
    gap: 0;
  }

  .subpage-header-bottom .subpage-fixed-nav {
    display: none;
  }

  .recruit-static-header__inner {
    padding-left: 20px;
  }

  .recruit-static-header__brand-group {
    gap: 16px;
  }

  .recruit-static-header__cta {
    width: 148px;
    font-size: 20px;
  }

  .subpage-fixed-nav__list {
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .subpage-fixed-nav__list::-webkit-scrollbar {
    display: none;
  }

  .subpage-fixed-nav a {
    min-height: auto;
    font-size: 12px;
  }

  .subpage-breadcrumb__inner {
    width: calc(100% - 40px);
  }

  .subpage-main-visual__inner,
  .subpage-main-visual__overlay {
    min-height: clamp(240px, 58vw, 320px);
  }

  .subpage-main-visual__overlay {
    padding: 16px;
  }

  .subpage-main-visual__title {
    font-size: clamp(24px, 8vw, 38px);
    margin-top: 230px;
  }

  .subpage-main-visual__subtitle {
    font-size: clamp(13px, 3.6vw, 18px);
  }

  .subpage-main-visual__subtitle.subpage-main-visual__subtitle--product-child {
    font-size: 26px;
  }

  .subpage-main-visual__subtitle.subpage-main-visual__subtitle--product-index {
    max-width: 100%;
    font-size: clamp(12px, 3.2vw, 15px);
    line-height: 1.65;
  }

  .recruit-static-header__inner {
    padding: 0;
    align-items: stretch;
  }

  .recruit-static-header__brand-group {
    justify-content: space-between;
    gap: 12px;
    padding: 8px 16px 12px;
  }

  .recruit-static-header__top-link {
    min-height: 34px;
    padding: 6px 12px;
    font-size: 12px;
  }

  .recruit-static-header__actions {
    width: auto;
    align-self: flex-end;
  }

  .recruit-static-header__menu-button {
    width: 64px;
    /* height: 52px; */
    flex: 0 0 64px;
  }

  .recruit-static-header__cta {
    width: 148px;
    /* height: 52px; */
    flex: 0 0 148px;
    font-size: 18px;
  }

  .subpage-breadcrumb__list {
    min-height: 36px;
    font-size: 11px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-static-header__cta{
    display: none;
  }
}
/* =========================
   メインビジュアル
========================= */

.home-hero {
  position: relative;
  height: 100vh;
  padding-top: 160px;

  /* 上辺の斜めカット */
  /* clip-path: polygon(
    0 5%,
    100% 0,
    100% 100%,
    0 100%
  ); */
}

/* =========================
   MVレイヤー
========================= */

.home-hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.home-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.home-hero__content {
  position: absolute;
  left: 40px;
  bottom: 80px;
  z-index: 3;
}

.home-hero__copy {
  color: #ffffff;
}

@media (max-width: 480px) {
  .home-hero__video {
    height: 50vh;
  }
  .home-hero__overlay {
    background: rgba(0, 0, 0, 0);
  }
}

/* =========================
   メインビジュアル文字組み
========================= */
.logo-white {
  width: clamp(240px, 40vw, 330px);
  position: relative;
  top: -13vh;
  left: 5%;
  z-index: 4;
}
.home-hero__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #ff0000;
  font-size: clamp(16px, 1.8vw, 30px);
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.home-hero__title {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.2;
  font-size: clamp(32px, 3vw, 90px);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.2em;
}

.home-hero__lead,
.home-hero__title {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1.2s ease forwards;
}

.home-hero__title {
  animation-delay: 0.4s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-hero__scroll {
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 3;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
}

.home-hero__scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #fff;
  margin: 10px auto 0;
  animation: scrollLine 1.5s infinite;
}

@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

@media (max-width: 480px) {
  .logo-white {
    width: 220px;
    top: -85px;
  }
  .home-hero__title {
    letter-spacing: 0;
  }
}
/* =========================
   セクション斜め区切り
========================= */

.section-slant {
  /* position: relative;
  padding: 160px 0;
  clip-path: polygon(
    0 5%,
    100% 0,
    100% 100%,
    0 100%
  );
  margin-top: -5vw; セクションを上に重ねる*/
  padding: 80px 0;
}

/* 最初のセクションは斜めにしない*/
/* .section-slant:first-of-type {
  clip-path: none;
} */
/* 区切り */

/* 下層ページのみ: divider と footer 間の白い隙間を除去 */
.divider {
  line-height: 0;
}

.divider svg {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -1px;
}

.site-footer {
  background: #f2f2f2;
}

/* プライマリボタン */
.btn-primary {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px; /* ピル形*/
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #2a6fb3;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #7fb3e6;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  margin-top: 20px;
}

.btn-primary::after {
  content: "〉";
  margin-left: 2em;
}

/* ホバー */
.btn-primary:hover {
  background: linear-gradient(135deg, #4da3e6, #1e73be);
  color: #fff;
  border-color: #1e73be;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* 押下時 */
.btn-primary:active {
  transform: translateY(0);
  box-shadow: none;
}

/* ガラスボタン */

.btn-glass {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  transition: 0.3s;
}

.btn-glass:hover {
  background: #fff;
  color: #1e73be;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 24px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s;
}

.btn:hover {
  opacity: 0.85;
}
.btn-white-line {
  min-width: 250px;
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
/* 中央寄せユーティリティ */

.btn-center {
  text-align: center;
}

/* カラーユーティリティ */

.blue {
  color: #4f8dbe;
}
.white {
  color: #fff;
}

.container p {
  font-weight: 400;
  margin-bottom: 20px;
  text-align: justify;
}
h2 {
  font-family: var(--font-outfit);
  font-weight: 500;
}
h3 {
  font-size: 26px;
}
.container h2 {
  font-size: 46px;
}
.container h2 + p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
.container h3 {
  margin: 15px 0 40px;
}
h4 {
  font-size: 36px;
  text-align: center;
}
h5 {
  font-size: 26px;
}
h6 {
  font-size: 24px;
}
.fs30 {
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  h4 {
    font-size: 6vw;
  }
}
/* =========================
   セクション背景
========================= */

.section-gray {
  background: #f2f2f2;
}

.section-white {
  background: #ffffff;
}

.section-blue {
  background: #eaf3fa;
}
.section-gradient {
  background: linear-gradient(19deg, #73b1e1, #009fd2, #00c0c1);
}

.section-bg-image {
  background: url("assets/img/strengths_bg.png") center/cover no-repeat;
}

body.home,
body.front-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

body.home main,
body.front-page main,
body.home .home-hero,
body.front-page .home-hero,
body.home .home-about,
body.front-page .home-about,
body.home .home-strengths,
body.front-page .home-strengths,
body.home .home-company,
body.front-page .home-company,
body.home .home-products,
body.front-page .home-products,
body.home .home-recruit,
body.front-page .home-recruit,
body.home .home-topics,
body.front-page .home-topics,
body.home .home-contact,
body.front-page .home-contact,
body.home .divider,
body.front-page .divider {
  max-width: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

.home-about,
.home-contact {
  overflow-x: hidden;
}

.home-recruit {
  overflow-x: clip;
}

/* =========================
   ページ別セクション
========================= */

/* 会社紹介セクション */

.home-about__container {
  --viewport-overhang: max(0px, calc(50vw - 50%));
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: visible;
}

.home-about__body {
  width: 60%;
}

.js-ready .js-reveal-left-once {
  opacity: 0;
  transform: translateX(-48px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: opacity, transform;
}

.js-ready .js-reveal-left-once.is-revealed {
  opacity: 1;
  transform: translateX(0);
}

.js-ready .js-reveal-right-once {
  opacity: 0;
  transform: translateX(48px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: opacity, transform;
}

.js-ready .js-reveal-right-once.is-revealed {
  opacity: 1;
  transform: translateX(0);
}

.js-ready .js-reveal-top-once {
  opacity: 0;
  transform: translateY(-48px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: opacity, transform;
}

.js-ready .js-reveal-top-once.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.js-ready .js-reveal-bottom-once {
  opacity: 0;
  transform: translateY(48px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: opacity, transform;
}

.js-ready .js-reveal-bottom-once.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.js-ready .js-reveal-bottom-early-once {
  opacity: 0;
  transform: translateY(48px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: opacity, transform;
}

.js-ready .js-reveal-bottom-early-once.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.home-about__image1 {
  width: clamp(96px, 16vw, 240px);
  height: auto;
  position: absolute;
  top: -95px;
  left: 50%;
  transform: none;
}

.js-ready .home-about__container.js-about-sequence .home-about__image1 {
  opacity: 0;
  transform: translateY(-48px);
}

.js-ready
  .home-about__container.js-about-sequence.is-revealed
  .home-about__image1 {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.8s ease 1.8s,
    transform 0.8s ease 1.8s;
}
.home-about__image2 {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.home-about__image2-stage {
  width: 30%;
  align-self: flex-start;
  position: relative;
  overflow: visible;
  line-height: 0;
  flex-shrink: 0;
}

.home-about__image2-stage--mobile {
  display: none;
}

.home-about__image2-stage::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-1 * var(--viewport-overhang));
  bottom: 0;
  left: 0;
  background: #009fd2;
  box-shadow: 3px 0 0 #009fd2;
  transform-origin: left center;
  transform: translateX(101%);
  z-index: 1;
  pointer-events: none;
}

.home-about__image2-mask {
  width: 100%;
  height: fit-content;
  flex-shrink: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.js-ready
  .home-about__image2-stage.js-mask-reveal-right-once
  .home-about__image2 {
  opacity: 0;
}

.js-ready
  .home-about__image2-stage.js-mask-reveal-right-once.is-revealed::before {
  animation: homeAboutImageMask 1.8s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.js-ready
  .home-about__image2-stage.js-mask-reveal-right-once.is-revealed
  .home-about__image2 {
  animation: homeAboutImageReveal 0s linear 0.9s forwards;
}

@keyframes homeAboutImageMask {
  0% {
    transform: translateX(101%);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0) scaleX(0);
  }
}

@keyframes homeAboutImageReveal {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

/* 強みセクション */

.home-strengths__intro {
  display: flex;
  gap: 50px;
}

.home-strengths__title {
  margin-top: 16px;
}

/* .home-strengths-wrapper {
  position: relative;
  z-index: 5;
} */

.home-strengths__list {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 60px 00px;
}

.home-strengths__item:last-child {
  position: relative;
  & .home-strengths__image {
    position: absolute;
    bottom: -338px;
    width: clamp(75px, 20vw, 145px);
    max-width: none;
    height: auto;
    left: auto;
    transform: none;
    z-index: 100;
    pointer-events: none;
  }
}

.js-ready .home-strengths__image.js-reveal-top-once {
  opacity: 0;
  transform: translateY(-48px);
}

.js-ready .home-strengths__image.js-reveal-top-once.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.home-strengths__item {
  width: 280px;
  aspect-ratio: 1 / 1;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #4f8dbe;
  box-shadow: 12px 12px 5px rgba(0, 0, 0, 0.4);
  padding: 20px;
}

.home-strengths__label {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

.home-strengths__value {
  line-height: 1.4;
}

.home-strengths__number {
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
}

.load .home-strengths__number {
  letter-spacing: -0.05em;
  margin-left: 24px;
}

.home-strengths__unit {
  font-size: 28px;
  margin-left: 4px;
}

.home-strengths__sub {
  font-size: 15px;
  margin-top: 10px;
}
.home-strengths__to {
  position: relative;
  display: inline-block;
}
.home-strengths__to-small {
  position: absolute;
  top: 30px;
  left: -20px;
  font-size: 20px;
}
/* 70%と10%の表記 */
.home-strengths__share {
  position: relative;
  display: inline-block;
}

.home-strengths__share-small {
  position: absolute;
  top: 10px;
  right: -30px;
  font-size: 16px;
}
.home-strengths__share-number {
  font-size: 24px;
}

.home-strengths.section-bg-image {
  position: relative;
  isolation: isolate;
  padding-top: clamp(104px, 11vw, 144px);
  padding-bottom: clamp(104px, 10vw, 136px);
}

.home-strengths.section-bg-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom right, #f2f2f2 0 49.5%, transparent 50%) top
      center / 100% var(--home-section-slant-depth) no-repeat,
    rgba(30, 170, 190, 0.45);
  z-index: 0;
}

.home-strengths.section-bg-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: calc(var(--home-section-slant-depth) + 2px);
  background: #ffffff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 0;
  pointer-events: none;
}

.home-strengths.section-bg-image > * {
  position: relative;
  z-index: 1;
}

/* 会社情報セクション */

.home-company__container {
  --viewport-overhang: max(0px, calc(50vw - 50%));
}

.home-company__panel-stage {
  position: relative;
  overflow: visible;
}

.home-company__panel-stage::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(-1 * var(--viewport-overhang));
  background: #009fd2;
  transform-origin: right center;
  transform: translateX(-101%);
  z-index: 1;
  pointer-events: none;
}

.home-company__panel-mask {
  overflow: hidden;
}

.home-company__panel {
  background-image: url("assets/img/company_bg.png");
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  & h3 {
    margin-bottom: 8vw;
  }
}

.js-ready
  .home-company__panel-stage.js-mask-reveal-right-once
  .home-company__panel {
  clip-path: inset(0 100% 0 0);
  aspect-ratio: 1200 / 350;
}

.js-ready
  .home-company__panel-stage.js-mask-reveal-right-once.is-revealed::before {
  animation: homeCompanyPanelMask 1.8s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.js-ready
  .home-company__panel-stage.js-mask-reveal-right-once.is-revealed
  .home-company__panel {
  animation: homeCompanyPanelReveal 0.9s ease 0.9s forwards;
}

@keyframes homeCompanyPanelMask {
  0% {
    transform: translateX(-101%);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0) scaleX(0);
  }
}

@keyframes homeCompanyPanelReveal {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

.home-company__actions {
  display: flex;
  align-items: flex-end;
}

.home-company h3,
.home-company__body p {
  text-shadow:
    1px 1px 3px rgba(0, 0, 0, 0.58),
    -1px -1px 3px rgba(0, 0, 0, 0.58),
    -1px 1px 3px rgba(0, 0, 0, 0.58),
    1px -1px 3px rgba(0, 0, 0, 0.58),
    0 1px 3px rgba(0, 0, 0, 0.58),
    0 -1px 3px rgba(0, 0, 0, 0.58),
    -1px 0 3px rgba(0, 0, 0, 0.58),
    1px 0 3px rgba(0, 0, 0, 0.58);
}
/* 製品セクション */

.home-products {
  padding-bottom: 80px;
  position: relative;
  overflow-x: clip;
  & h3 {
    margin-top: 5px;
  }
}

.home-products__slider {
  padding: 20px 0 28px;
}
.swiper-wrapper {
  height: auto;
}
.top-product-image-1 {
  position: absolute;
  bottom: -15vw;
  left: 0;
  z-index: 5;
  pointer-events: none;
}

.top-product-image-1 img {
  width: clamp(100px, 25vw, 350px);
  height: auto;
}

.home-products__container {
  position: relative;
}
.top-product-title {
  display: flex;
  gap: 10%;
}

.top-product-title-sub {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.home-products__slider {
  position: relative;
  z-index: 30;
  touch-action: pan-y;
}

.home-products__slider .swiper-slide {
  background: #f2f2f2;
  /* border-radius: 12px; */
  overflow: hidden;
  /* box-shadow: 0 6px 20px rgba(0,0,0,0.08); */
  /* transition: .3s; */
}

.home-products__slider .swiper-slide a {
  display: block;
  width: 100%;
}

.home-products__slider .swiper-slide:hover {
  transform: translateY(-6px);
}

.home-products__slider img {
  width: 100%;
  height: 200px;
  background: #e0e0e0;
  object-fit: contain;
  display: block;
}

p.home-products__card-title {
  padding: 12px 0;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

/* ナビゲーション矢印 */
.swiper-button-next,
.swiper-button-prev {
  color: #1e73be;
}
.home-products__container > .btn-primary-wrapper {
  display: flex;
  justify-content: center;
}

.home-products__slider .swiper-pagination {
  position: static;
  margin-top: 12px;
  bottom: auto;
  display: none;
  z-index: 5;
}

.home-products__slider .swiper-pagination-bullet {
  background: #1e73be;
  opacity: 0.4;
}

.home-products__slider .swiper-pagination-bullet-active {
  opacity: 1;
}
/* リクルートセクション*/
#recruit .home-recruit__container {
  --viewport-overhang: max(0px, calc(50vw - 50%));
  display: flex;
  justify-content: space-between;
  gap: 5%;
  align-items: center;
  position: relative;
  overflow: visible;
}

.top-recruit-image-1-stage {
  width: 40%;
  position: relative;
  overflow: visible;
  line-height: 0;
  flex-shrink: 0;
}

.top-recruit-image-1-stage::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-1 * var(--viewport-overhang));
  bottom: 0;
  left: 0;
  background: #009fd2;
  transform-origin: left center;
  transform: translateX(101%);
  z-index: 1;
  pointer-events: none;
}

.top-recruit-image-1-mask {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 2px;
}

#recruit .home-recruit__container .top-recruit-image-1 {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.js-ready
  .top-recruit-image-1-stage.js-mask-reveal-right-once
  .top-recruit-image-1 {
  opacity: 0;
}

.js-ready
  .top-recruit-image-1-stage.js-mask-reveal-right-once.is-revealed::before {
  animation: topRecruitImageMask 1.8s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.js-ready
  .top-recruit-image-1-stage.js-mask-reveal-right-once.is-revealed
  .top-recruit-image-1 {
  animation: topRecruitImageReveal 0s linear 0.9s forwards;
}

@keyframes topRecruitImageMask {
  0% {
    transform: translateX(101%);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0) scaleX(0);
  }
}

@keyframes topRecruitImageReveal {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.top-recruit-image-2 {
  position: absolute;
  width: clamp(200px, 30vw, 300px);
  right: 30px;
  bottom: -250px;
}

.home-recruit {
  position: relative;
  isolation: isolate;
  padding-top: clamp(104px, 11vw, 144px);
  padding-bottom: clamp(104px, 10vw, 136px);
}

.home-recruit::before,
.home-recruit::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--home-section-slant-depth);
  z-index: 0;
  pointer-events: none;
}

.home-recruit::before {
  top: 0;
  background: linear-gradient(
    to bottom right,
    #f2f2f2 0 49.5%,
    transparent 50%
  );
}

.home-recruit::after {
  bottom: 0;
  background: linear-gradient(to top left, #f7f9fb 0 49.5%, transparent 50%);
}

.home-recruit > * {
  position: relative;
  z-index: 1;
}
/* トピックス/ブログ一覧 */

.home-topics {
  padding: 80px 0;
  background: #f7f9fb;
}

.home-topics__container {
  width: 800px;
}

.home-topics__column {
  display: flex;
  flex-direction: column;
}
#topics .home-topics__header {
  display: flex;
  flex:;
  align-items: flex-end;
  & h2 {
    margin-bottom: 0;
  }
  & p {
    margin: 0 0 22px 20px;
  }
}

/* スマホ */
@media (max-width: 768px) {
  .home-topics__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.home-topics__title {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}

.home-topics__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ddd;
  flex: 1;
}

.home-topics__item {
  border-bottom: 1px solid #eee;
}

.home-topics__link {
  display: flex;
  gap: 20px;
  padding: 30px 0;
  text-decoration: none;
  color: #333;
  transition: 0.2s;
}

.home-topics__link:hover {
  color: #1e73be;
}

.home-topics__date {
  min-width: 95px;
  font-size: 14px;
  color: #888;
}

.home-topics__text {
  flex: 1;
  font-size: 15px;
}

.home-topics__link--news {
  align-items: flex-start;
}

.home-topics__thumb {
  width: 150px;
  flex-shrink: 0;
}

.home-topics__thumb img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  border-radius: 6px;
}

.home-topics__meta {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6px;
}

.home-topics__more {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.home-topics__more a {
  display: flex;
  align-items: center;
  /* color: #73b1e1; */
}

.home-topics__more a::after {
  content: "〉";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(19deg, #73b1e1, #009fd2, #00c0c1);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  padding-left: 7px;
  padding-bottom: 2px;
  margin-left: 10px;
}

/* メンテナンス/ガイドライン */
#maintenance {
  position: relative;
  padding: 40px 0;
  margin-top: var(--home-section-slant-depth);
}

#maintenance::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(-1 * var(--home-section-slant-depth));
  width: 100%;
  height: var(--home-section-slant-depth);
  background: linear-gradient(
    to bottom right,
    #f7f9fb 0 49.5%,
    #f2f2f2 50% 100%
  );
  pointer-events: none;
}

#maintenance::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(-1 * var(--home-section-slant-depth));
  width: 100%;
  height: var(--home-section-slant-depth);
  background: #f2f2f2;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  pointer-events: none;
}
.home-banners__container {
  --viewport-overhang: max(0px, calc(50vw - 50%));
  display: flex;
  gap: 5%;
}
.maintenance_img {
  width: 100%;
  display: flex;
  align-items: stretch;
  padding: 40px 0;
  & img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.maintenance_img__stage {
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
  line-height: 0;
}

.maintenance_img__stage::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(-1 * var(--viewport-overhang));
  background: #009fd2;
  box-shadow: -3px 0 0 #009fd2;
  transform-origin: right center;
  transform: translateX(-101%);
  z-index: 1;
  pointer-events: none;
}

.maintenance_img__mask {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.js-ready .maintenance_img__stage.js-mask-reveal-left-once img {
  opacity: 1;
  transform-origin: left center;
  transform: scaleX(0) scaleY(1.06);
}

.js-ready .maintenance_img__stage.js-mask-reveal-left-once.is-revealed::before {
  animation: maintenanceImageMask 1.8s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.js-ready .maintenance_img__stage.js-mask-reveal-left-once.is-revealed img {
  animation: maintenanceImageReveal 0.9s ease 0.9s forwards;
}

@keyframes maintenanceImageMask {
  0% {
    transform: translateX(-101%);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0) scaleX(0);
  }
}

@keyframes maintenanceImageReveal {
  0% {
    transform: scaleX(0) scaleY(1.06);
  }

  100% {
    transform: scaleX(1) scaleY(1);
  }
}

.home-banners__item {
  padding: 20px;
  & a {
    margin-top: 100px;
  }
}
#maintenance .btn-primary {
  margin-top: 20px;
}
/* .home-banners__item--guidelines{
  background-image: url("assets/img/your-image.jpg");
} */

/* お問い合わせ */
.home-contact__container {
  --viewport-overhang: max(0px, calc(50vw - 50%));
  margin-top: 48px;
  position: relative;
  & img {
    position: absolute;
    width: clamp(100px, 20vw, 200px);
    left: 10%;
    bottom: -230px;
  }
}

.home-contact__panel-stage {
  margin: 10% auto ;
  position: relative;
  filter: drop-shadow(2px 2px 4px #555);
}

.home-contact__panel-mask {
  position: relative;
  overflow: hidden;
}

.home-contact__panel-mask::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-1 * var(--viewport-overhang));
  bottom: 0;
  left: 0;
  background: #009fd2;
  transform-origin: left center;
  transform: translateX(101%);
  z-index: 1;
  pointer-events: none;
}

.home-contact__panel {
  width: 100%;
  background-image: url("assets/img/footer_submit.jpg");
  background-size: cover;
  background-position: 50% 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7%;
}

.home-contact__panel.submit {
  background-image: url("assets/img/footer_submit.jpg");
  background-position: 50% 80%;
}
.js-ready
  .home-contact__container.js-mask-reveal-right-once
  .home-contact__panel {
  clip-path: inset(0 0 0 100%);
}

.js-ready
  .home-contact__container.js-mask-reveal-right-once.is-revealed
  .home-contact__panel-mask::before {
  animation: homeContactPanelMask 1.8s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.js-ready
  .home-contact__container.js-mask-reveal-right-once.is-revealed
  .home-contact__panel {
  animation: homeContactPanelReveal 0.9s ease 0.9s forwards;
}

@keyframes homeContactPanelMask {
  0% {
    transform: translateX(101%);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0) scaleX(0);
  }
}

@keyframes homeContactPanelReveal {
  0% {
    clip-path: inset(0 0 0 100%);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

.home-contact__panel:hover {
  translate: -1px -1px;
  /* transition:all .3s ease; */
}

.home-contact__panel h2 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  filter: drop-shadow(2px 2px 4px #555);
}

/* .home-contact__panel h2::before {
  content: "\2709";
  font-size: 1.2em;
  line-height: 1;
  padding-bottom: 3px;
} */

p.btn-primary {
  font-weight: 500;
  margin: 0;
}

  /* =========================
   Responsive Overrides
========================= */
@media screen and (max-width: 1024px) {
  .section-slant {
    padding: 64px 0;
  }

  .home-about__container {
    flex-direction: column-reverse;
    gap: 24px;
  }

  .home-about__body {
    width: 100%;
  }

  .home-about__image1 {
    width: clamp(88px, 20vw, 200px);
    top: 0;
    left: 80%;
  }

  .home-about__image2 {
    max-height: 50vw;
  }

  .home-about__image2-mask {
    width: 100%;
    max-height: 50vw;
  }

  .home-about__image2-stage {
    width: 100%;
  }

  .home-about__image2-stage--desktop {
    display: none;
  }

  .home-about__image2-stage--mobile {
    display: block;
    margin: 24px 0;
  }

  .home-strengths__intro {
    flex-direction: column;
    gap: 0;
  }

  .home-strengths.section-bg-image,
  .home-recruit {
    padding-top: clamp(84px, 11vw, 112px);
    padding-bottom: clamp(84px, 10vw, 108px);
  }

  .home-strengths__list {
    flex-wrap: wrap;
    gap: 16px;
    padding: 32px 0;
  }

  .home-strengths__item {
    width: calc(50% - 8px);
    aspect-ratio: auto;
    min-height: 220px;
  }

  #strengths .home-strengths__image {
    bottom: -286px;
    left: 80%;
    width: min(34vw, 130px);
  }
  .home-company__panel {
    flex-direction: column;
    gap: 20px;
    padding: 24px;
  }

  .home-company__actions {
    width: 100%;
    justify-content: flex-end;
  }

  .home-products__slider img {
    height: 180px;
  }

  .top-product-image-1 {
    left: 8px;
  }

  #recruit .home-recruit__container {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
  }

  #recruit .home-recruit__container .top-recruit-image-1 {
    height: 50vw;
  }

  .top-recruit-image-1-stage {
    width: 100%;
  }

  .top-recruit-image-2 {
    bottom: -180px;
    right: 20px;
  }

  .home-topics__grid {
    flex-direction: column;
    gap: 32px;
  }

  .home-topics__column {
    width: 100%;
  }

  .home-banners__container {
    flex-direction: column;
  }

  .maintenance_img img {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .maintenance_img {
    width: 100%;
  }
  .maintenance_img__stage {
    width: 100%;
  }
  .home-banners__item {
    width: 100%;
    /* min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px; */
    padding: 0;
  }

  a.btn-primary {
    align-self: flex-start;
    /* margin: 20px 0 0 auto; */
  }
  .about_btn {
    display: flex;
    margin-top: 40px;
  }
  .home-banners__item--guidelines > .btn-primary {
    align-self: flex-end;
  }

  .home-contact__panel {
    width: 100%;
    align-items: center;
    gap: 16px;
    margin: auto;
  }
  .home-contact__container img {
    width: clamp(100px 15vw 150px);
    left: 3%;
    bottom: -120px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --home-section-slant-depth: clamp(28px, 8vw, 56px);
  }

  .home-strengths.section-bg-image::after,
  .home-recruit::before,
  .home-recruit::after {
    height: calc(var(--home-section-slant-depth) + 3px);
  }

  .home-strengths.section-bg-image {
    margin-top: 0;
    background:
      linear-gradient(rgba(30, 170, 190, 0.45), rgba(30, 170, 190, 0.45)),
      url("assets/img/strengths_bg.png") center/cover no-repeat;
  }

  .home-strengths.section-bg-image::before {
    inset: -1px 0 auto;
    height: calc(var(--home-section-slant-depth) + 3px);
    background: #f2f2f2;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }

  .home-strengths.section-bg-image::after {
    bottom: -2px;
  }

  .js-ready
  .home-company__panel-stage.js-mask-reveal-right-once
  .home-company__panel{
    min-height: 25vh;
    aspect-ratio: auto;
  }
  .home-recruit::before {
    top: -1px;
    background: linear-gradient(
      to bottom right,
      #f2f2f2 0 50.5%,
      transparent 50.5%
    );
  }

  .home-recruit::after {
    bottom: -2px;
    background: linear-gradient(
      to top left,
      #f7f9fb 0 50.5%,
      transparent 50.5%
    );
  }

  .divider {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .divider svg {
    margin-top: -1px;
    margin-bottom: -2px;
  }

  .container h2 {
    font-size: 28px;
  }

  .home-strengths.section-bg-image,
  .home-recruit {
    padding-top: 72px;
    padding-bottom: 80px;
  }

  .container h2 + p {
    font-size: 14px;
  }

  .home-hero {
    padding-top: 120px;
  }

  .home-hero__content {
    left: 20px;
    right: 20px;
    bottom: 72px;
  }

  .home-hero__title {
    font-size: clamp(24px, 8.2vw, 36px);
    line-height: 1.35;
  }

  .home-hero__lead {
    margin-bottom: 12px;
  }

  .home-hero__scroll {
    display: none;
  }

  .home-strengths__item {
    width: calc(50% - 8px);
    min-height: 180px;
    padding: 16px;
  }

  .home-strengths__number {
    font-size: 56px;
  }

  .home-strengths__unit {
    font-size: 22px;
  }

  .home-strengths__share-small {
    top: 0;
    right: -37px;
  }

  .home-strengths__to-small {
    top: 15px;
  }

  #strengths .home-strengths__image {
    width: min(100px, 52vw);
    bottom: -200px;
    transform: none;
  }

  .top-product-title {
    flex-direction: column;
  }

  .home-products__slider {
    padding: 16px 0 0;
  }

  .home-products__slider img {
    height: 160px;
  }

  .top-product-image-1 img {
    width: 200px;
  }
  .home-topics {
    padding: 56px 0;
  }
  #topics .home-topics__header p {
    margin-bottom: 10px;
  }
  .home-topics__list--topics .home-topics__item {
    flex: none;
    display: block;
  }

  .home-topics__link {
    gap: 12px;
    padding: 12px 0;
  }

  .home-topics__date {
    min-width: 84px;
    font-size: 12px;
  }

  .home-topics__more {
    margin-top: 12px;
  }
  .home-contact__container {
    width: 100%;
  }
  div.site-footer__company {
    width: 100%;
    text-align: center;
    & p {
      text-align: center;
      margin: 0;
    }
    & p:last-of-type {
      margin-bottom: 20px;
    }
    & img {
      margin: 0 auto;
    }
  }

  p.site-footer__add , a.site-footer__tel{
    margin-left: 0 !important;
  }  
  .add_and_tel{
    display: inline-block;
    margin: 0 auto;
  }
  .site-footer__links {
    display: none;
  }

  .logo-white {
    width: min(220px, 48vw);
    top: -48px;
    left: 20px;
  }

  .home-about__container,
  .home-strengths__intro,
  .top-product-title,
  .home-company__panel,
  #recruit .home-recruit__container,
  .home-banners__container,
  .home-contact__panel {
    gap: 20px;
  }

  .home-about__image2,
  #recruit .home-recruit__container .top-recruit-image-1,
  .maintenance_img img {
    border-radius: 12px;
  }

  .home-strengths__list {
    gap: 12px;
  }

  .home-strengths__item {
    min-height: 0;
    aspect-ratio: auto;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.18);
  }
 
  .home-products__container > .btn-primary-wrapper {
    justify-content: center;
  }
 .home-company__actions {
  justify-content: flex-end;
 }

  .top-product-title-sub {
    margin-top: 0;
  }
/* 
  .home-products__slider .swiper-slide {
    border-radius: 12px;
  } */

  .recruit_txt {
    text-align: left;
  }

  .top-recruit-image-2 {
    width: min(180px, 38vw);
  }

  #topics .home-topics__header {
    display: block;
  }

  #topics .home-topics__header p {
    margin: 6px 0 0;
  }

  .home-topics__link--news {
    align-items: center;
  }

  .home-topics__thumb {
    width: 110px;
  }

  .home-topics__thumb img {
    height: 76px;
    object-fit: cover;
  }

  .home-banners__item {
    padding: 12px 0 0;
  }

  .home-banners__item a {
    margin-top: 20px;
  }

  .home-contact__panel{
    padding: 10% 7%;
  }

  .home-contact__panel h2 {
    justify-content: center;
    text-align: center;
  }

  .home-contact__container{
    margin-top: 0;
  }

  .home-contact__container img {
    position: static;
    display: block;
    margin: 0 auto 20px;
    width: min(180px, 38vw);
  }
}

@media screen and (max-width: 480px) {
  :root {
    --home-section-slant-depth: 32px;
  }

  .container h2 {
    font-size: 36px;
  }

  .home-strengths.section-bg-image,
  .home-recruit {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .home-hero {
    height: 50vh;
  }

  .home-hero__content {
    left: 14px;
    right: 14px;
    bottom: 5%;
  }

  .home-hero__lead {
    font-size: 2.5vw;
    margin-bottom: 5px;
  }

  .home-hero__title {
    font-size: 5vw;
    line-height: 1.35;
  }

  h3.home-strengths__title.white {
    margin-top: 0;
  }

  .header-left img {
    height: 40px;
    padding-top: 0;
  }

  .home-about__image1 {
    width: 120px;
    top: 48vw;
    left: 72%;
  }
  .btn-primary {
    padding: 10px 18px;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
  }
  .load .home-strengths__number {
    margin-left: 45px;
  }
  .home-strengths__share-small {
    font-size: smaller;
    right: -34px;
  }
.home-strengths__to-small {
    left: -6px;
}
  #strengths .home-strengths__image {
    bottom: -145px;
    left: 22vw;
    width: min(60px, 20vw);
  }

  .home-products__slider img {
    height: 200px;
  }
  #products .home-products__card-title {
    margin-bottom: 0;
  }

  #products .home-products__pagination {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .top-product-image-1 {
    right: 2px;
    bottom: -135px;
    & img {
      width: 160px;
    }
  }
  .home-about__body a,
  .home-recruit__container a,
  .home-banners__item--maintenance a {
    /* position: relative;
    left: 50%;
    translate: -50%; */
  }
  .top-recruit-image-2 {
    bottom: -128px;
    right: 0;
  }

  #topics .home-topics__header p {
    margin-bottom: 15px;
  }
  .home-topics__link--news {
    align-items: center;
  }

  .home-topics__text {
    font-size: 13px;
  }

  .home-banners__item--maintenance h2 {
    line-height: 1.5;
  }
  .home-contact__container img {
    width: min(140px, 42vw);
    margin-bottom: 12px;
  }

  .home-hero {
    min-height: 420px;
  }

  .home-about__image1 {
    width: 96px;
    top: 44vw;
    left: auto;
    right: 8px;
  }

  .home-strengths__item {
    padding: 16px 8px;
  }

  .home-strengths__label {
    margin-bottom: 12px;
  }

  .home-company__panel,
  .home-contact__panel {
    padding: 10% 4% 6%;
  }

  .home-topics__link {
    align-items: flex-start;
  }

  .home-topics__thumb {
    width: 92px;
  }

  .home-topics__thumb img {
    height: 68px;
  }

  .top-recruit-image-2 {
    width: min(132px, 34vw);
    bottom: -130px;
  }
.home-contact__panel {
  display: block;
  & h2{
    justify-content: start;
  }
  & div{
    text-align: right;
    margin-top: 18px;
  }
}
  .maintenance_img {
    padding: 20px 0;
  }

  .home-contact .btn-primary {
    padding: 6px 10px;
  }
  .btn-primary::after {
    margin-left: 1em;
  }
  .about_btn{
    margin-top: 0;
  }
  .site-footer__body {
    padding: 0 20px;
  }
}

@media screen and (max-width: 410px) {
  .container {
    /* width: 94%; */
  }

  .container.site-footer__container {
    width: 100%;
    margin: 0 auto;
  }
  .site-footer__company.js-reveal-left-once.is-revealed img {
    width: 85%;
  }
  .header-inner {
    padding: 12px 14px;
  }

  .home-hero {
    padding-top: 104px;
  }

  /* .home-hero__lead {
    font-size: 13px;
    margin-bottom: 0;
  } */

  /* .home-hero__title {
    font-size: clamp(21px, 7.4vw, 30px);
    line-height: 1.32;
  } */

  .section-slant {
    padding: 52px 0;
  }

  .container h2 + p {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .container h3 {
    margin-bottom: 14px;
    font-size: 19px;
    line-height: 1.45;
    letter-spacing: -1px;
  }

  .container p {
    /* font-size: 20px; */
    line-height: 1.75;
    text-align: justify;
    margin-bottom: 30px;
  }

  p.contact-cta__en {
    font-size: 32px;
  }

  a.btn-primary,
  p.btn-primary {
    padding: 9px 14px;
    font-size: 12px;
  }

  .btn-primary::after {
    margin-left: 1em;
  }

  h3.home-strengths__title {
    letter-spacing: -1.5px;
  }

  .home-strengths__item {
    width: calc(50% - 8px);
    min-height: 170px;
    padding: 12px;
  }

  .home-strengths__number {
    font-size: 46px;
  }

  .home-strengths__share .home-strengths__number{
    margin-left: -30px;
  }

  .home-strengths__unit {
    font-size: 18px;
  }

  .home-products {
    padding-bottom: 56px;
  }

  .home-products__slider {
    padding: 12px 0 0;
  }
  
  p.home-products__card-title{
    text-align: center;
  }

  .home-topics__link {
    gap: 10px;
    padding: 10px 0;
  }

  .home-topics__date {
    min-width: 76px;
    font-size: 13px;
  }

  .home-topics__text {
    font-size: 14px;
    line-height: 1.5;
  }

  .home-topics__more {
    margin-top: 10px;
  }

  .home-banners__item {
    min-height: 168px;
    margin: 0;
  }

  p.home-strengths__label {
    font-size: 14px;
    text-align: center;
  }

}

/* =========================
   下層ページ
========================= */
/* .subpage,
.archive-page {
  min-height: 1024px;
} */
/*.subpage *,.archive-page *{
  display: none;
} */
.subpage-about h4 + p{
  font-family: "Klee One";
  font-size: 20px;
  font-weight: 600;
}
/* .subpage-about h4 + p + p{
  display: block;
  font-family: "Yuji Syuku";
  font-size: 28px;
} */

.subpage-about p + img{
  width: 350px;
  margin-left: auto;
}
.privacy-policy-content {
  margin-top: 32px;
}

.privacy-policy-content ul,
.privacy-policy-content ol {
  margin: 0 0 20px 1.5em;
  padding: 0;
}

.privacy-policy-content ul {
  list-style: disc;
}

.privacy-policy-content ol {
  list-style: decimal;
}

.privacy-policy-content li {
  margin-bottom: 8px;
}

.privacy-policy-content h2,
.privacy-policy-content h3,
.privacy-policy-content h4 {
  margin: 40px 0 16px;
}

.archive-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.archive-pagination li {
  margin: 0;
}

.archive-pagination a,
.archive-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #d7dfe5;
  background: #fff;
  color: #333;
}

.archive-pagination .current {
  border-color: #4f8dbe;
  background: #4f8dbe;
  color: #fff;
}

.archive-topics__pagination ul {
  gap: 20px;
  margin-top: 100px;
}

.archive-topics__pagination a,
.archive-topics__pagination span {
  min-width: 64px;
  width: 64px;
  min-height: 64px;
  height: 64px;
  padding: 0;
  border: 1px solid #bcbcbc;
  border-radius: 6px;
  color: #bcbcbc;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.archive-topics__pagination .current {
  border-color: #73b1e1;
  background: #73b1e1;
  color: #fff;
}

.archive-topics__pagination .prev,
.archive-topics__pagination .next {
  border-color: #73b1e1;
  color: #73b1e1;
}

.archive-topics__pagination .disabled {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .archive-topics__pagination ul {
    gap: 10px;
  }

  .archive-topics__pagination a,
  .archive-topics__pagination span {
    min-width: 48px;
    width: 48px;
    min-height: 48px;
    height: 48px;
    font-size: 14px;
  }
  .subpage-about h4 + p{
  font-family: "Klee One";
  font-size: 16px;
  font-weight: 600;
}
}

.post-archive__container {
  padding: 80px 40px 40px;
}

.post-archive__header {
  display: flex;
  gap: 30px;
  align-items: center;
}
.post-archive__list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  border-top: 1px solid #ddd;
}

.post-archive__item {
  border-bottom: 1px solid #eee;
}

.post-archive__link {
  display: flex;
  color: #333;
}

.post-archive__link--topics {
  gap: 20px;
  padding: 30px 0;
}

.post-archive__link--news {
  gap: 16px;
  padding: 14px 0;
  align-items: center;
}

.post-archive__date {
  color: #888;
}

.post-archive__date--topics {
  min-width: 95px;
}

.post-archive__date--news {
  font-size: 13px;
}

.post-archive__thumb {
  /* width: 96px; */
  flex-shrink: 0;
}

.post-archive__thumb img {
  display: block;
  width: auto;
  height: 150px;
}

.post-archive__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.post-archive__pagination {
  margin-top: 24px;
}

.post-single__container {
  max-width: 800px;
  padding-top: 80px;
  padding-bottom: 80px;
  & .post-single__back {
    text-align: center;
    margin-top: 80px;
  }
}

.post-single__label {
  margin-bottom: 0;
}

.post-single__title {
  margin-bottom: 20px;
}

.post-single__title {
  color: #555;
  padding-bottom: 20px;
  border-bottom: 1px solid currentColor;
}

.post-single__date {
  color: inherit;
}

.post-single__date--topics {
  margin: 8px 0 40px;
}

.post-single__date--news {
  margin: 8px 0;
}

.post-single__thumbnail {
  margin-bottom: 24px;
}

.post-single__content {
  font-size: 16px;
  overflow-wrap: anywhere;
}

.post-single__back {
  margin-top: 32px;
}

.post-single__sub-link {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
.post-archive__container {
  padding: 40px;
  & h1{
    text-align: center;
  }
  & p {
    text-align: center;
  }
}
  .post-archive__link--topics {
    gap: 12px;
    padding: 20px 0;
    flex-direction: column;
  }

  .post-archive__link--news {
    gap: 12px;
    align-items: flex-start;
  }

  .post-archive__thumb {
    width: 80px;
  }

  .post-single__container--topics,
  .post-single__container--news {
    padding-top: 80px;
  }

  .post-single__back--topics {
    margin-top: 56px;
  }

  /* .subpage-about p + img{
  width: 250px;
  margin-left: auto;
} */
}
@media screen and (max-width: 480px) {
  .subpage-about p + img{
  width: 250px;
  }
}

.archive-top__category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 110px;
}

.archive-top__category-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e8f3fb;
  color: #4f8dbe;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.archive-top__category-badge--topics {
  background: #e7f4ec;
  color: #2d8a57;
}

.archive-top__category-badge--news {
  background: #e8f3fb;
  color: #4f8dbe;
}

.archive-top__title {
  flex: 1;
}

/*
お問い合わせ
*/
.contact_box {
  max-width: 600px;
  background: #51a4ce;
  padding: 30px 0;
  margin: 0 auto;
  & p {
    color: #fff;
    text-align: center;
    line-height: 1;
    margin: 0;
  }
  & .contact_text_1 {
    font-size: 22px;
  }
  & .contact_text_2 {
    font-size: 46px;
    padding: 10px 0 5px;
  }
  & .contact_text_2 a,
  & .contact_text_2 a[x-apple-data-detectors] {
    color: inherit;
    text-decoration: none;
  }
  & .contact_text_3 {
    font-size: 16px;
    padding-bottom: 30px;
  }
}
.cform {
  max-width: 800px;
  /* padding: 80px 0; */
  margin: 0 auto 100px;
  & p {
    text-align: center;
  }
  & p:nth-child(1) {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  & p:nth-child(2) {
    font-size: 1rem;
  }
  & p:nth-child(3) {
    font-size: 0.8rem;
    margin: 10px 0;
  }
  & tr{
    line-height: 6;
  }
  & th, td {
    text-align: left;
    vertical-align: middle;
    margin: 30px 0;
  }
  & th {
    width: 35%;
    font-size: 0.8rem;
    text-align: left;
    & span {
      color: #fff;
      font-size: 0.6rem;
      font-weight: 400;
      background: #ff9c2c;
      padding: 0 3px;
      margin-left: 10px;
    }
  }
  & td {
    width: 65%;
    & input {
      height: 40px;
      margin: 10px 0;
    }
    & textarea {
      width: 100%;
      height: 100px;
      margin: 10px 0;
    }
    & [type="checkbox"] {
      margin: 0;
    }
    &.center {
      width: 100% !important;
      display: flex;
      align-items: center;
      gap: 1%;
    }
    & input:focus-visible,textarea:focus-visible {
      outline: 2px solid #51a4ce;
    }
  }
  & .mwform-checkbox-field label {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  & div.center {
    text-align: center;
    & input {
      width: 200px;
      height: 50px;
      font-size: 16px;
      color: #fff;
      background: #51a4ce;
      border: none;
      margin: 40px 20px;
    }
  }
}

  .cform {
    & tr :last-child{
        & [type="checkbox"] {
          width:50px;
          height: auto;
        }
  }
            & a:link {
 color: #0000EE;
 text-decoration: underline;
}
& a:visited {
 color: #551A8B;
 text-decoration: underline;
}
& a:active {
 color: #FF0000;
 text-decoration: underline;
}
}

.contact-confirm__container,
.contact-thanks__container {
  padding: 80px 0 120px;
}

.contact-confirm__box,
.contact-thanks__box {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 56px;
  text-align: center;
  /* background: #f7fbfe;
  border: 1px solid #d7e9f5; */
}

.contact-thanks__en {
  margin: 0 0 12px;
  color: #51a4ce;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}

.contact-thanks__title {
  margin: 0 0 24px;
  color: #1d3f58;
  font-size: 30px;
  line-height: 1.5;
}

.contact-thanks__lead,
.contact-thanks__note {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.9;
}

.contact-thanks__note {
  margin-top: 12px;
  font-size: 14px;
}

.contact-thanks__actions {
  margin-top: 36px;
  text-align: center;
}

.contact-thanks__button {
  margin-top: 0;
}

.contact-confirm__content,
.contact-thanks__content {
  max-width: 800px;
  margin: 40px auto 0;
}
.mw_wp_form_complete h4{
  font-size: 28px;
  margin-bottom: 50px;
}
.mw_wp_form_direct_access_error{
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  main.subpage-contact-confirm .center input{
    margin: 20px auto;
  }
  
}
/*
プライバシーポリシー
*/
.subpage-privacy {
  & p {
    font-size: 0.8rem;
    max-width: 800px;
    margin: 0 auto;
  }
  & span {
    font-size: 1rem;
  }
}

/*
製品案内・技術情報
*/

.product-overview {
  padding: 0;
  background: #fff;
}
.product-overview__header{
  position: relative;
  width: 100%;
  margin: 0;
}
.product-overview__header > h4{
  position: absolute;
  top: 150px;
  left: 50%;
  z-index: 1;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.35;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
}
.product-overview__header .fb_banner {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.product-overview__header p {
  width: min(100%, 800px);
  margin: 0 auto 50px;
  padding: 50px 20px 0;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
.product-overview__inner {
  width: min(100%, 1000px);
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  justify-content: center;
  gap: 30px;
}

.product-overview__item {
  grid-column: span 2;
  width: 100%;
  min-height: 360px;
  margin: 0;
  display: grid;
  grid-template-rows: 300px auto;
  align-items: center;
  justify-items: center;
  row-gap: 30px;
}

.product-overview__item:nth-child(1) {
  grid-column: 2 / span 2;
}

.product-overview__item:nth-child(2) {
  grid-column: 4 / span 2;
}

.product-overview__image {
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-overview__item--hook .product-overview__image {
  width: 196px;
}

.product-overview__item--wide .product-overview__image {
  width: 250px;
}

.product-overview__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-overview__caption {
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.product-scroll-toc {
  position: fixed;
  top: 50%;
  right: 16px;
  z-index: 40;
  width: 164px;
  padding: 10px;
  border: 1px solid rgba(79, 141, 191, 0.25);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-50%);
}

.product-scroll-toc__label {
  margin: 0 0 6px;
  color: #4f8dbf;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.product-scroll-toc__list {
  display: grid;
  gap: 4px;
}

.product-scroll-toc__link {
  display: block;
  overflow: hidden;
  padding: 5px 8px;
  border-radius: 999px;
  color: #333;
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.product-scroll-toc__link br {
  display: block;
}

.product-scroll-toc__link:hover,
.product-scroll-toc__link.is-active {
  background: #4f8dbf;
  color: #fff;
}

.product-catalog-band {
  padding: 50px 20px;
  background: #eaf3fa;
}

.product-catalog-card {
  width: min(100%, 350px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.product-catalog-card__image {
  width: min(100%, 368px);
  height: 368px;
  object-fit: contain;
}

.product-catalog-card__title {
  min-height: 44px;
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.product-download-button {
  width: 222px;
  height: 44px;
  border: 1px solid #4f8dbf;
  border-radius: 22px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: #4f8dbf;
  font-size: 14px;
  line-height: 1;
}

.product-download-button::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.product-download-button--disabled {
  opacity: 0.55;
}

.product-section__hero {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-section__hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-section__hero h2 {
  position: relative;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.35;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.product-section__content {
  padding: 50px 20px;
}

.product-section__lead {
  width: min(100%, 800px);
  margin: 0 auto 50px;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.product-grid {
  width: min(100%, 1000px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 310px));
  justify-content: center;
  gap: 30px;
}

.product-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 230px));
}

.product-grid--two {
  grid-template-columns: repeat(2, minmax(0, 310px));
  /* column-gap: 80px; */
}

.product-grid--single {
  grid-template-columns: minmax(0, 310px);
}

.product-grid__item {
  min-height: 330px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.product-grid__image {
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-grid--compact .product-grid__image {
  width: 230px;
}

.product-grid__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#product-lock .product-grid--two {
  column-gap: 90px;
}

#product-lock .product-grid__image {
  width: 260px;
  height: 260px;
}

.product-grid__item figcaption {
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.product-achievements {
  padding: 100px 20px 0;
  background: #fff;
}

.product-achievements__title {
  margin: 0 0 50px;
  color: #333;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  & span{
    font-size: 18px;
  }
}

.product-achievements__lead {
  width: min(100%, 800px);
  margin: 0 auto 50px;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.product-achievements__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 32px;
}

.product-achievements__grid {
  width: min(100%, 1200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 590px));
  gap: 20px;
  justify-content: center;
}

.product-achievements__grid img {
  width: 100%;
  height: 262px;
  object-fit: cover;
}

.ft-products-page {
  /* max-width: 1040px; */
  margin: 0 auto;
  padding: 120px 0 80px;
  color: #111;
}

.ft-products-hero {
  text-align: center;
  margin-bottom: 40px;
}

.ft-products-home {
  text-align: left;
  font-size: 13px;
  margin-bottom: 12px;
}

.ft-products-home a {
  color: #333;
  text-decoration: underline;
}

.ft-products-hero h1 {
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.ft-products-banner {
  display: inline-block;
}

.ft-products-list-wrap {
  border: 1px solid #c5dce8;
  background: #fff;
  padding: 20px;
}
p.product_text_1 {
  font-size: 16px;
  margin: 50px 0;
}
.ft-products-list {
  width: 1000px;
  list-style: none;
  padding: 0 0 100px;
  margin: 0 auto;
  display: grid;
  gap: 5%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* .ft-products-item {
  min-height: 206px;
} */

.ft-products-item a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 14px;
  text-align: center;
  color: #111;
}

.ft-products-item img {
  width: auto;
  /* max-width: 100%;
  max-height: 148px; */
  object-fit: contain;
}

.ft-products-item span {
  font-size: 15px;
  line-height: 1.5;
}

.ft-products-caution {
  margin-top: 20px;
  /* border: 1px solid #111; */
  padding: 100px 0;
  /* background: #fff; */
}

.ft-products-caution-title {
  color: #c40000;
  font-weight: 700;
  margin-top: 12px;
}

.ft-products-caution-title:first-child {
  margin-top: 0;
}

.ft-products-caution p {
  /* margin: 0; */
  font-size: 16px;
  line-height: 1.8;
}
.ft-products-caution {
  & p {
    text-align: center;
  }
  & a {
    & img {
      width: 18%;
      margin: 15px auto 24px;
    }
    & span {
      display: block;
      width: fit-content;
      margin: 24px auto 0;
    }
  }
}

p.product_sub_title {
  font-size: 20px;
  margin-top: 15px;
}
.product_text_2 {
  font-size: 20px;
  margin: 15px 0;
}
.ft-products-page .btn-primary {
  font-size: 12px;
  padding: 10px 5px 10px 20px;
}

@media screen and (max-width: 1280px) {
  .product-scroll-toc {
    top: auto;
    right: 12px;
    bottom: 10px;
    left: 12px;
    width: auto;
    padding: 8px 10px;
    transform: none;
  }

  .product-scroll-toc__label {
    display: none;
  }

  .product-scroll-toc__list {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-padding: 0 50%;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    & li {
      margin:auto 0;
    }
  }

  .product-scroll-toc__list::-webkit-scrollbar {
    display: none;
  }

  .product-scroll-toc__link {
    min-width: max-content;
  }
}

@media screen and (max-width: 1040px) {
  .product-overview__inner,
  .product-grid,
  .product-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 310px));
    justify-content: center;
  }

  .product-overview__item,
  .product-overview__item:nth-child(1),
  .product-overview__item:nth-child(2) {
    grid-column: auto;
  }

  .product-achievements__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-grid--single {
    grid-template-columns: minmax(0, 310px);
  }
}

@media screen and (max-width: 900px) {
  .ft-products-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .product-achievements__grid{
    margin-bottom: 60px;
  }

  .product-overview__item,
  .product-grid__item {
    width: 100%;
    height: auto;
    min-height: 300px;
    justify-content: center;
    row-gap: 0;
  }

  .product-overview__image,
  .product-overview__item--hook .product-overview__image,
  .product-overview__item--wide .product-overview__image,
  .product-grid__image,
  .product-grid--compact .product-grid__image {
    width: min(72vw, 250px);
    height: 250px;
  }
  .product-scroll-toc{
    bottom: 60px;
  }

  #product-lock .product-grid--two {
    column-gap: 30px;
  }

  #product-lock .product-grid__image {
    width: min(72vw, 250px);
    height: 250px;
  }
  }
@media screen and (max-width: 520px) {
  .product-overview {
    padding: 0 0 48px;
  }

  /* .product-overview__inner {
    grid-template-columns: 1fr;
  } */

  /* .product-overview__inner,
  .product-grid,
  .product-grid--compact {
    grid-template-columns: 1fr;
    gap: 28px;
  } */

  .product-overview__item,
  .product-grid__item {
    width: 100%;
    height: auto;
    min-height: 300px;
    justify-content: center;
  }

  .product-overview__image,
  .product-overview__item--hook .product-overview__image,
  .product-overview__item--wide .product-overview__image,
  .product-grid__image,
  .product-grid--compact .product-grid__image {
    width: min(72vw, 250px);
    height: 250px;
  }
.product-grid__image img {
    width: 80%;
    height: 80%;
}
  .product-overview__caption,
  .product-grid__item figcaption {
    font-size: 14px;
    line-height: 1.8;
  }

  .product-catalog-band,
  .product-section__content,
  .product-achievements {
    padding: 48px 20px;
  }

  .product-catalog-card__image {
    height: 300px;
  }

  .product-section__hero,
  .product-overview__header .fb_banner {
    height: 220px;
  }

  .product-section__hero h2,
  .product-overview__header > h4 {
    font-size: 32px;
  }

  .product-section__lead,
  .product-achievements__lead,
  .product-overview__header p {
    margin-bottom: 36px;
    font-size: 15px;
    line-height: 1.9;
  }

  .product-achievements__title {
    margin-bottom: 28px;
    font-size: 30px;
  }

  .product-achievements__grid {
    grid-template-columns: 1fr;
  }

  .product-achievements__list {
    grid-template-columns: 1fr;
  }

  .product-achievements__grid img {
    height: 190px;
  }

  .ft-products-page {
    padding: 96px 16px 48px;
  }

  .ft-products-list {
    grid-template-columns: 1fr;
  }
}
.ft-products-extra {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .product-overview__inner {
    padding: 0 20px;
  }
  .product-achievements__grid{
    margin-bottom: 0;
  }
      #product-lock .product-grid__image{
    width: 100%;
    height: 190px;
  }
  }
/*
COMPANY
*/
.company-profile {
  padding: 120px 120px 100px;
}

.company-profile__inner {
  /* max-width: 1200px; */
  margin: 0 auto;
}

.company-profile__title {
  margin: 0 0 50px;
}

.company-profile__table-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.company-profile__table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d9d9d9;
}

.company-profile__table th,
.company-profile__table td {
  padding: 20px 10px;
  border-bottom: 1px solid #d9d9d9;
  color: #333333;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  vertical-align: top;
  text-align: left;
}

.company-profile__table th {
  width: 200px;
  white-space: nowrap;
}

.company-profile__table td {
  width: calc(100% - 200px);
}

.company-profile__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 32px;
}
.Compression{
  letter-spacing: -3px;
}
/* タブレット */
@media screen and (max-width: 1024px) {
  .company-profile {
    padding: 80px 40px;
  }

  .company-profile__title {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .company-profile__table th,
  .company-profile__table td {
    padding: 16px 10px;
    font-size: 15px;
  }

  .company-profile__table th {
    width: 180px;
  }

  .company-profile__table td {
    width: calc(100% - 180px);
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .company-profile {
    padding: 60px 20px;
  }

  .company-profile__title {
    margin-bottom: 30px;
  }

  .company-profile__table,
  .company-profile__table tbody,
  .company-profile__table tr,
  .company-profile__table th,
  .company-profile__table td {
    display: block;
    width: 100%;
  }

  .company-profile__table {
    border-top: 1px solid #d9d9d9;
  }

  .company-profile__table tr {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
  }

  .company-profile__table th,
  .company-profile__table td {
    border-bottom: none;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.7;
  }

  .company-profile__table th {
    font-weight: 700;
  }

  .company-profile__list {
    grid-template-columns: 1fr;
  }
}

.history-section {
  padding: 100px 120px;
}

.history-container {
  max-width: 1200px;
  margin: 0 auto;
}

.history-title {
  margin: 0 0 50px;
  text-align: center;
  color: #333333;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 36px;
  line-height: 1.4;
}

.history-table-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.history-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.history-table tr {
  position: relative;
}

.history-table tr.is-history-hidden {
  display: none;
}

.history-table th,
.history-table td {
  padding: 18px 16px;
  vertical-align: top;
  color: #333333;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  text-align: left;
}

.history-table th {
  width: 220px;
  position: relative;
  padding-left: 48px;
  font-weight: 500;
  vertical-align: middle;
}

/* 丸 */
.history-table th::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #73b1e1;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(115, 177, 225, 0.3);
  transform: translateY(-50%);
  z-index: 2;
}

/* 破線 */
.history-table th::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 0;
  bottom: -18px;
  border-left: 2px dashed #b7d3ea;
  opacity: 0.7;
  z-index: 1;
}

.history-table tr:first-child th::after {
  top: calc(50% + 8px);
}

/* 最後の行だけ線を消す */
.history-table tr:last-child th::after {
  display: none;
}

.history-table td {
  width: calc(100% - 220px);
}

.history-more {
  margin-top: 40px;
  text-align: center;
}

.history-more__button {
  min-width: 240px;
  min-height: 50px;
  padding: 12px 28px;
  border: 1px solid #73b1e1;
  border-radius: 999px; /* ピル形*/
  background: #ffffff;
  color: #4f8dbf;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  transition: 0.3s;
}

.history-more__button:hover {
  background: linear-gradient(135deg, #4da3e6, #1e73be);
  color: #ffffff;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .subpage-about h4{
    font-size: 28px;
  }
  .history-section {
    padding: 60px 20px;
  }

  .history-title {
    margin-bottom: 30px;
  }

  .history-table,
  .history-table tbody,
  .history-table tr,
  .history-table th,
  .history-table td {
    display: block;
    width: 100%;
  }

  .history-table tr {
    position: relative;
    padding: 14px 0;
  }

  .history-table tr::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 0;
    bottom: -14px;
    border-left: 2px dashed #b7d3ea;
    opacity: 0.7;
    z-index: 0;
  }

  .history-table tr:first-child::after {
    top: 32px;
  }

  .history-table tr:last-child::after {
    display: none;
  }

  .history-table th {
    position: relative;
    padding: 0 0 8px 36px;
    font-size: 15px;
    z-index: 1;
  }

  .history-table th::before {
    left: 8px;
    top: 50%;
    width: 14px;
    height: 14px;
    box-shadow: 0 0 0 4px rgba(115, 177, 225, 0.3);
    z-index: 2;
  }

  .history-table th::after {
    display: none;
  }

  .history-table td {
    position: relative;
    padding: 0 0 0 36px;
    font-size: 15px;
    line-height: 1.8;
    z-index: 1;
  }

  .history-more {
    margin-top: 28px;
  }

  .history-more__button {
    font-size: 15px;
  }
}

.company-download {
  padding: 0 20px;
}

.company-download__inner {
  max-width: 1200px;
  margin: 100px auto 0;
}

.company-download__hero {
  position: relative;
  min-height: 470px;
}

.company-download__bg img {
  display: none;
  /* width: 100%;
  height: 250px;
  object-fit: cover; */
}

.company-download__book {
}

.company-download__book img {
  display: block;
  width: 300px;
  height: auto;
  margin: 0 auto;
}

.company-download__content {
  width: 100%;
  text-align: center;
}

.company-download__title {
  margin: 0 0 34px;
  color: #000;
  text-align: center;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
}

.company-download__lead {
  margin: 0 0 80px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.6;
  margin-left: 50%;
}

.company-download__text {
  margin: 0 0 29px;
  color: #333333;
  font-size: 16px;
  line-height: 1.625;
  margin-left: 40%;
}

.company-download__button.btn-primary {
  margin: 20px auto 0;
}

.company-download__products {
  margin-top: 150px;
  text-align: center;
}

.company-download__products-title {
  margin: 0 0 26px;
  color: #333333;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
}

.company-download__products-lead {
  margin: 0;
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
}

.company-download__product-grid {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 57px;
}

.company-download__product-card {
  width: 200px;
}

.company-download__product-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.company-download__product-image {
  margin: 0 0 15px;
  aspect-ratio: 200 / 260;
  background: #d9d9d9;
  overflow: hidden;
}

.company-download__product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-download__product-name {
  margin: 0;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .company-download {
    padding-bottom: 40px;
  }

  .company-download__hero {
    min-height: 350px;
  }

  .company-download__book {
    left: 32px;
  }

  .company-download__title {
    font-size: 32px;
  }

  .company-download__lead {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .company-download__products-title {
    font-size: 32px;
  }

  .company-download__products-lead {
    font-size: 18px;
  }

  .company-download__product-grid {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .company-download {
    padding: 0 20px;
  }

  /* .company-download__hero {
    display: flex;
    flex-direction: column;
    align-items: center;
  } */

  .company-download__bg {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }

  .company-download__bg img {
    height: 200px;
  }

  .company-download__book img {
    width: min(220px, 58vw);
  }

  .company-download__content {
    position: static;
    width: 100%;
    margin-top: 24px;
    text-align: center;
    transform: translateX(0);
  }

  .company-download__title {
    font-size: min(28px, 6vw);
    /* position: relative;
    top: -415px; */
  }

  .company-download__lead {
    width: 100%;
    color: #333333;
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
    margin: -70px 0 24px;
  }

  .company-download__text {
    width: 100%;
    margin:0 0 24px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .company-download__products {
    margin-top: 56px;
  }

  .company-download__products-title {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .company-download__products-lead {
    font-size: 15px;
    line-height: 1.8;
  }

  .company-download__product-grid {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: 36px;
  }

  .company-download__product-card {
    width: min(220px, 100%);
  }

  .company-download__product-name {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .subpage-about{
    & h4{
      font-size: 6vw;
      margin-bottom: 30px;
    }
    & .section-blue{
      padding-top: 0;
    }
    & .company-profile__title{
      padding-top: 60px;
    }
  }
  .company-download__inner{
    margin: 50px 0;
  }
      .company-download__book {
    }
    .company-download__title{
      text-align: center;
    }
  .company-download__button.btn-primary {
    width: 230px;
  }
  .site-footer .section-blue {
    padding-top: 0;
  }
}
/*
about
*/
.subpage-about .ceo {
  text-align: right;
}
.m-policy h4 {
  padding: 100px 0 50px;
}
.m-policy .container800 {
  margin-bottom: 100px;
  padding: 50px 0;
}
.m-policy_inner {
  width: 220px;
  margin: 0 auto;
  & p {
    font-size: 20px;
    text-align: left;
    line-height: 2em;
  }
}
.company-greeting {
  padding: 100px 0;
}

.company-greeting__inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 50px 40px;
}

.company-greeting__item {
  width: min(350px, 100%);
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.company-greeting__media {
  width: 100%;
  aspect-ratio: 350 / 246;
  background: #c4c4c4;
}

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

.company-greeting__caption {
  /* color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center; */
  display: none;
}

.introduction {
  background-image: url("assets/img/introduction_bg.png");
  padding-bottom: 10px;
  position: relative;
  & h4 {
    color: #ffffff;
    font-size: clamp(24px, 4vw, 48px);
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: #000000 2px 4px 4px;
  & + img {
    width: 100%;
    margin: 0 auto;
    /* padding-top: 100px; */
  }
  }
  & .introduction__buildings{
    max-width: 1200px;
    display: flex;
    justify-content: center;
    gap: 5%;
    margin: 50px auto;
    padding: 0 2%;
  }
  & ul {
    width: 30%;
  }
  & li {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 36px;
    text-align: center;
  }
}
.features {
  max-width: 1200px;
  margin: 100px auto 0;
  & h4 {
    color: #333333;
    font-size: clamp(24px, 4vw, 48px);
    text-shadow: #eee 2px 4px 4px;
    margin-bottom: 50px;
  }
  & .square {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    & li {
      width: 30%;
      font-size: 16px;
      line-height: 3;
      margin-bottom: 36px;
    }
  }
  & .circle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
    & li {
      width: 30%;
      font-size: 20px;
      text-align: center;
      margin: 25px 0;
      & img {
        margin: 0 auto 10px;
      }
      & span {
        text-align: left;
      }
    }
  }
}

.process {
  padding: 100px 0;
  & p {
    font-size: 20px;
    text-align: center;
    margin: 30px 0 80px;
  }
}
.process-list {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  flex-wrap: wrap;
}

.process-list__item {
  width: 130px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
}

/* ▶ を追加 */
.process-list__item:not(:last-child)::after {
  content: "▶";
  position: absolute;
  right: -20px; /* 矢印の位置調整 */
  top: 50%;
  transform: translateY(-50%);
  color: #00c0c1;
  font-size: 14px;
}
.efforts {
  max-width: 1200px;
  margin: 100px auto;
  & h4 + p {
    font-size: 20px;
    text-align: center;
    margin: 50px 0 30px;
  }
}
.efforts-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.effort-item {
  width: calc(25% - 15px);
  min-height: 284px;
  padding: 50px 20px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.effort-title {
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
  color: #000000;
  font-size: 20px;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.effort-text {
  width: 100%;
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
}
.about_img {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.about_strengths {
  max-width: 1200px;
  margin: 100px auto;
  & h4 + p {
    text-align: center;
    margin: 30px 0 50px;
  }
}
.strength-list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 15px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.strength-item {
  width: 390px;
  /* min-height: 239px; */
  padding: 50px 41px 39px 35px;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  display: flex;
  & span {
    width: 46px;
    height: 46px;
    font-size: 30px;
    color: #fff;
    background: #00a4d3;
    padding: 0 0 0 7px;
  }
}

.strength-item__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.strength-item__head {
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.strength-item__title {
  width: 100%;
  margin: 0;
  text-align: center;
  color: #333333;
  font-size: 26px;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 600;
  line-height: 1.4;
}

.strength-item__subtitle {
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.strength-item__text {
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 14px;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
.access {
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0 0 100px;
  margin: 0 auto;
  & h4 {
    margin-bottom: 50px;
  }
  & .access_inner {
    display: flex;
    justify-content: space-around;
    & iframe {
      width: 55%;
    }
    & .access_txt {
      width: 40%;
      display: flex;
    }
    & .access_txt_inner {
      width: 100%;
      & > div{
        height: 57%;
        display: flex;
        align-items: center;
      }
      & img {
        width: 100%;
      }
    }
  }
}
.intro {
  max-width: 1200px;
  margin-bottom: 50px;
  & h4 {
    margin-bottom: 50px;
  }
}
.intro_flex {
  display: flex;
  gap: 5%;
  & img {
    width: 40%;
    height: auto;
    object-fit: cover;
  }
  & p {
    width: 55%;
  }
}
.overview {
  & > p {
    max-width: 800px;
    font-size: 16px;
    margin: 50px auto;
  }
}
.inspection-list {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap: 40px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.inspection-item {
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.inspection-item img {
  width: 350px;
  height: 246px;
  display: block;
  object-fit: cover;
}

.inspection-item p {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
.advantage {
  & h4 {
    margin-bottom: 50px;
  }
  & > div {
    max-width: 800px;
    margin: 50px auto;
  }
}
.advan_contact {
  & p {
    text-align: center;
    & span {
      display: block;
      font-size: 30px;
    }
  }
}

@media screen and (max-width: 1024px) {
  .access .access_txt .access_txt_inner > div{
    height: 65%;
  }
  .subpage-privacy .container[style] {
    padding: 32px 20px !important;
  }

  .subpage-privacy p,
  .subpage-privacy .privacy-policy-content {
    max-width: calc(100% - 40px);
  }
}

@media screen and (max-width: 767px) {
  .access .access_inner {
    display: block;
    & iframe {
      width: 100%;
    }
    & .access_txt {
      width: 100%;
    }
    & .access_txt_inner {
      width: 100%;
      & img {
        width: 100%;
      }
    }
  }
  .subpage-privacy .container[style] {
    padding: 24px 20px !important;
  }

  .subpage-privacy p,
  .subpage-privacy .privacy-policy-content {
    max-width: 100%;
  }

  .subpage-privacy p {
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }

  .subpage-privacy span {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
  }

  .privacy-policy-content h2,
  .privacy-policy-content h3,
  .privacy-policy-content h4 {
    margin: 28px 0 12px;
  }

  .privacy-policy-content li {
    line-height: 1.8;
  }
}

@media screen and (max-width: 1024px) {
  .subpage-about .container[style] {
    padding: 60px 20px 60px !important;
  }

  .container800,
  .features,
  .efforts,
  .about_strengths,
  .inspection-list {
    width: auto;
    max-width: calc(100% - 40px);
  }

  .company-greeting__inner {
    justify-content: space-around;
  }

  .introduction {
    min-height: auto;
    padding: 0 20px 40px;
  }

  .introduction > img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 32px;
  }

.introduction .introduction__buildings{
  width:100%;
  & ul {
    width: 30%;
  }
}
  .introduction li {
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px;
    & img {
      margin: 0 auto;
    }
  }

  .features .square,
  .features .circle,
  .efforts-list,
  .strength-list {
    gap: 20px;
  }

  .features .square li,
  .effort-item,
  .strength-item,
  .inspection-item {
    width: calc(50% - 10px);
  }

  .features .circle li {
    width: calc(33.333% - 14px);
  }

  .process {
    padding: 70px 20px;
  }

  .process p {
    margin: 24px 0 40px;
    font-size: 18px;
  }

  .process-list {
    gap: 18px 24px;
  }

  .about_img,
  .access img {
    width: calc(100% - 40px);
    max-width: 100%;
  }

  .access {
    width: 100%;
    padding: 0 20px 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .introduction > .js-reveal-bottom-once > img[src*="overall.png"] {
    display: block;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  .subpage-about .container[style] {
    padding: 40px 0px 40px !important;
  }

  .introduction {
    padding: 0 20px 10px;
  }

  .introduction h4,
  .process h4,
  .efforts h4,
  .about_strengths h4,
  .access h4 {
    margin-bottom: 24px;
  }
.introduction .introduction__buildings{
  display: block;
  & ul {
    width: 100%;
    margin-bottom: 40px;
  }
}
  .introduction ul,
  .features .square,
  .features .circle,
  .efforts-list,
  .strength-list,
  .inspection-list {
    display: flex;
    flex-direction: column;
  }

  .introduction li,
  .features .square li,
  .features .circle li,
  .effort-item,
  .strength-item,
  .inspection-item {
    width: 100%;
  }

  .features .square li {
    line-height: 1.8;
    margin-bottom: 0;
  }

  .features .circle li {
    margin: 0;
  }

  .process {
    padding: 56px 20px;
  }

  .process p,
  .efforts h4 + p,
  .about_strengths h4 + p {
    font-size: 16px;
    margin: 20px 0 24px;
  }

  .process-list {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .process-list__item {
    width: 100%;
    height: 48px;
  }

  .process-list__item:not(:last-child)::after {
    content: "▼";
    right: 50%;
    top: auto;
    bottom: -14px;
    transform: translateX(50%);
  }

  .efforts,
  .about_strengths {
    margin: 56px auto;
  }

  .effort-item,
  .strength-item {
    min-height: 0;
    padding: 24px 20px;
  }

  .strength-item {
    padding-left: 72px;
  }

  .strength-item span {
    width: 38px;
    height: 38px;
    font-size: 24px;
    left: 18px;
    padding-left: 6px;
  }

  .strength-item__inner {
    gap: 16px;
  }

  .strength-item__head {
    width: 100%;
  }

  .strength-item__title {
    font-size: 22px;
  }

  .strength-item__subtitle {
    font-size: 17px;
  }

  .access {
    padding: 56px 20px;
  }
  .company-greeting {
    padding: 60px 0;
}

  .introduction {
    width: calc(100% + 40px);
    margin: 0 -20px 32px;
  & h4 {
    top: 17vh;
    font-size: clamp(24px, 8vw, 38px);
  }
    & h4 + img {
    height: 38vh;
    object-fit: cover;
    padding-top: 0;
    }
    & li{
      width: 80%;
      margin: 0 auto 20px;
    }
  .company-greeting__item {
    gap: 0;
}
  .company-greeting__inner{
    gap: 30px;
  }

  .features{
    margin: 60px 20px;
    & .circle{
    flex-direction: row;
    gap: 10%;
    & li {
      width: 45%;
      font-size: 16px;
    }
  }
  }
}
}
@media screen and (max-width: 480px) {
  .company-greeting__item{
    display: block;
    /* margin-bottom: -80px; */
    }
  
  .company-greeting__media{
    width: 80%;
    height: 100%;
    margin: 0 auto;
    & img{
    }
  }
  .introduction h4{
    font-size: clamp(24px, 8vw, 38px);
  }
  .history-title {
    font-weight: 700;
  }
  .access .access_inner {
    & iframe {
      height: 30vh;
    & .access_txt {
      letter-spacing: -1px;
    }
  }
    .introduction {
  & h4 {
    top: 0;
  }
    & > img {
    height: 20vh;
    }
  }
}
.features h4{
  font-size: clamp(24px, 8vw, 38px);
}
}
@media screen and (max-width: 1024px) {
  .subpage-company .container[style] {
    padding: 80px 20px 60px !important;
  }

  .subpage-company .container800 {
    width: auto;
    max-width: calc(100% - 40px);
  }

  .subpage-company .container800 p {
    font-size: 15px;
    line-height: 1.9;
  }

  .company-profile__table-wrap,
  .history-table-wrap {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .subpage-company .container[style] {
    padding: 48px 20px 40px !important;
  }

  .subpage-company .container800 {
    max-width: 100%;
  }

  .subpage-company .container800 h4 {
    margin-bottom: 24px;
    font-size: 30px;
  }

  .subpage-company .container800 p {
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
  }

  .company-profile__table-wrap,
  .history-table-wrap {
    overflow: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .subpage-products-fixed .container[style] {
    padding: 0 20px 60px !important;
  }

  .subpage-products-fixed .container800 {
    width: auto;
    max-width: calc(100% - 40px);
  }

  .ft-products-page {
    padding: 80px 20px 60px;
  }

  .ft-products-list {
    width: 100%;
    padding: 0 0 60px;
    gap: 24px 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ft-products-item a {
    padding: 18px 14px;
  }

  .ft-products-caution {
    padding: 72px 20px;
  }

  .ft-products-caution a img {
    width: min(220px, 32vw);
  }

  .ft-products-extra {
    margin: 24px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .subpage-products-fixed .container[style] {
    padding: 0 20px 40px !important;
  }

  .subpage-products-fixed .container800 {
    max-width: 100%;
  }

  .ft-products-page {
    padding: 56px 16px 40px;
  }

  p.product_title {
    font-size: 30px;
  }

  p.product_text_1,
  .product_text_2 {
    font-size: 15px;
    line-height: 1.85;
    margin: 24px 0;
    text-align: left;
  }

  p.product_sub_title {
    font-size: 18px;
    line-height: 1.6;
  }

  .ft-products-list {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 0 40px;
  }

  .ft-products-item a {
    min-height: 0;
    gap: 12px;
    padding: 16px 12px;
  }

  .ft-products-item img {
    max-height: 180px;
  }

  .ft-products-item .btn-primary {
    margin-top: 8px;
  }

  .ft-products-caution {
    padding: 56px 16px;
  }

  .ft-products-caution a img {
    width: min(180px, 48vw);
  }

  .ft-products-caution a span.btn-primary {
    margin-top: 12px;
  }

  .ft-products-extra {
    margin: 20px 0 0;
    padding: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .subpage-contact .container[style] {
    padding: 24px 20px 48px !important;
  }

  .contact-confirm__container,
  .contact-thanks__container {
    padding: 56px 20px 88px;
  }

  .contact-confirm__box,
  .contact-confirm__content,
  .contact-thanks__box,
  .contact-thanks__content {
    max-width: calc(100% - 40px);
  }

  .contact-confirm__box,
  .contact-thanks__box {
    padding: 48px 32px;
  }

  .subpage-contact .contact_box {
    max-width: calc(100% - 40px);
    padding: 28px 20px;
  }

  .subpage-contact .cform {
    max-width: calc(100% - 40px);
    padding: 64px 0;
    margin-bottom: 72px;
  }
}

@media screen and (max-width: 767px) {
  .subpage-contact .container[style] {
    padding: 20px 20px 36px !important;
  }

  .contact-confirm__container,
  .contact-thanks__container {
    padding: 40px 20px 64px;
  }

  .contact-confirm__box,
  .contact-confirm__content,
  .contact-thanks__box,
  .contact-thanks__content {
    max-width: 100%;
  }

  .contact-confirm__box,
  .contact-thanks__box {
    padding: 40px 20px;
  }

  .contact-thanks__title {
    font-size: 24px;
  }

  .contact-thanks__lead,
  .contact-thanks__note {
    text-align: left;
  }

  .contact-thanks__button {
    width: 100%;
    max-width: 280px;
  }

  .subpage-contact .contact_box {
    max-width: 100%;
    padding: 24px 16px;
  }

  .subpage-contact .contact_box .contact_text_1 {
    font-size: 18px;
    line-height: 1.4;
  }

  .subpage-contact .contact_box .contact_text_2 {
    font-size: 28px;
    line-height: 1.3;
    word-break: break-word;
  }

  .subpage-contact .contact_box .contact_text_3 {
    font-size: 14px;
    line-height: 1.6;
  }

  .subpage-contact .cform {
    max-width: 100%;
    padding: 48px 20px;
    margin-bottom: 48px;
  }

  .subpage-contact .cform th {
    margin-bottom: 6px;
    font-size: 14px;
  }


  .subpage-contact .cform div.center input {
    width: 100%;
    max-width: 280px;
  }
}
@media screen and (max-width: 480px) {
  
  .subpage-contact .cform th,
  .subpage-contact .cform td {
    display: block;
    width: 100%;
    margin: 0;
  }

  .subpage-contact .cform td:last-of-type {
    display: flex;
    }

  .subpage-contact .cform td {
    margin-bottom: 18px;
  }
  .subpage-contact-confirm .cform tr:last-child td{
    display: block;
    position: relative;
    top: -60px;
  }
  }

.telinput span{
  display: flex;
  gap: 8px;
  align-items: center;
}
  .subpage-contact .cform td input,
  .subpage-contact .cform td textarea,
  .subpage-contact .cform td select {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .subpage-maintenance > .container[style] {
    padding: 80px 20px 0 !important;
  }

  .subpage-maintenance .intro,
  .subpage-maintenance .overview,
  .subpage-maintenance .advantage {
    max-width: calc(100% - 40px);
  }

  .subpage-maintenance .intro_flex {
    display: block;
  }

  .subpage-maintenance .intro_flex img,
  .subpage-maintenance .intro_flex p {
    width: 100%;
  }

  .subpage-maintenance .intro_flex img {
    margin-bottom: 24px;
  }

  .subpage-maintenance .overview > p {
    max-width: 100%;
    margin: 32px 0;
  }

  .subpage-maintenance .inspection-list {
    width: 100%;
    gap: 24px 20px;
  }

  .subpage-maintenance .inspection-item {
    width: calc(50% - 10px);
  }

  .subpage-maintenance .inspection-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 350 / 246;
  }

  .subpage-maintenance .advantage > div {
    margin: 40px auto;
  }
}

@media screen and (max-width: 767px) {
  .subpage-maintenance > .container[style] {
    padding: 48px 20px 0 !important;
  }

  .subpage-maintenance .intro,
  .subpage-maintenance .overview,
  .subpage-maintenance .advantage {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .subpage-maintenance .intro h4,
  .subpage-maintenance .overview h4,
  .subpage-maintenance .advan h4,
  .subpage-maintenance .Target h4,
  .subpage-maintenance .advan_contact h4 {
    margin-bottom: 24px;
  }

  .subpage-maintenance .inspection-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .subpage-maintenance .inspection-item {
    width: 100%;
  }

  .subpage-maintenance .overview > p,
  .subpage-maintenance .advantage p {
    font-size: 15px;
    line-height: 1.85;
    text-align: left;
  }

  .subpage-maintenance .advan_contact p {
    text-align: center;
  }
}

/*
recruit
*/
.subpage-recruit .section {
  padding: 100px 0;
}
p.section-heading__en {
  color: rgba(115, 177, 225, 0.3);
  font-family: Outfit;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
p.section-heading__en.white2 {
  color: rgba(255, 255, 255, 0.7);
}
.section-heading p + h4 {
  margin-top: -60px;
  margin-bottom: 50px;
}
.section-intro p {
  text-align: center;
}
p.section-intro__lead {
  color: #73b1e1;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
}
p.section-intro__text {
  font-size: 16px;
  margin-bottom: 50px;
}
.section-blue {
  background: #eaf3fa;
  padding-top: 100px;
}
.section p + h3 {
  margin-top: -50px;
}
/* =========================
  ANCHOR NAV
========================= */
/* .page-anchor-nav {
  margin-bottom: 100px;
} */

.anchor-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 70px;
  justify-content: center;
  margin-top: 60px;
}

.anchor-nav-list li {
  width: 250px;
}

.anchor-nav-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
}

.anchor-nav-list a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  transform: rotate(45deg);
  margin-top: -4px;
}

/* =========================
  ENVIRONMENT
========================= */
#environment .container {
  position: relative;
  & > img {
    position: absolute;
    width: 200px;
    height: auto;
    object-fit: cover;
  }
  & .recruit_img__svg {
    top: 100px;
    right: 20px;
  }
  & .recruit_img__png {
    top: 180px;
    right: 0;
  }
}
.environment-block {
  display: grid;
  grid-template-columns: 463px 1fr;
  gap: 50px;
  align-items: start;
}

.environment-image img {
  width: 100%;
  height: auto;
}

.environment-text {
  font-size: 16px;
  line-height: 1.9;
}

.text-group + .text-group {
  margin-top: 24px;
}

.text-group h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #environment .container {
    & .recruit_img__png {
      top: 0;
    }
    & .recruit_img__svg {
      top: -70px;
    }
  }
}
@media screen and (max-width: 767px) {
.subpage-recruit .section {
  padding: 0 0 100px;
  & .container {
    padding-top: 100px;
    }
}
}

/* =========================
  MEMBER
========================= */

.member-grid {
  overflow: visible;
}

.member-slider-wrap {
  width: 100%;
}

.member-slider__controls {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 1000px;
  margin: 0 auto;
}

.member-slider .swiper-wrapper {
  align-items: stretch;
}

.member-slider .swiper-slide {
  height: auto;
}

.member-slider {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.member-card {
  height: 100%;
}

.member-card a {
  display: block;
  height: 100%;
  color: #333;
  overflow: hidden;
}

.member-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.35s ease;
  transform-origin: center center;
}

.member-card a:hover img,
.member-card a:focus-visible img {
  transform: scale(1.05);
}

.member-card p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.member-slider__pagination {
  position: static;
  /* margin-top: 32px; */
  text-align: center;
}

.member-slider__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  color: #73b1e1;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.member-slider__button--prev {
  flex: 0 0 40px;
}

.member-slider__button--next {
  flex: 0 0 40px;
}

.member-slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.member-slider__pagination .swiper-pagination-bullet-active {
  background: #73b1e1;
}

.member-grid__empty {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 767px) {
  .member-card img {
  width: 60%;
  margin: 0 auto;
  }
  .member-slider__controls {
    gap: 8px;
  }

  .member-slider__button {
    width: 28px;
    height: 28px;
    font-size: 22px;
  }

  .member-slider__button--prev,
  .member-slider__button--next {
    flex-basis: 28px;
  }
}

#member .container {
  padding-bottom: 150px;
  position: relative;
  & > img {
    position: absolute;
    height: auto;
    object-fit: cover;
  }
  & .recruit_img__svg {
    width: 260px;
    right: 540px;
    bottom: -90px;
  }
  & .recruit_img__png {
    width: 540px;
    right: 0;
    bottom: -130px;
  }
}
/* =========================
  BENEFITS NAV
========================= */
.benefit-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 70px;
  justify-content: center;
  margin-bottom: 80px;
}

.benefit-nav li {
  width: 250px;
}

.benefit-nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  line-height: 1.5;
}

.benefit-nav a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  transform: rotate(45deg);
  margin-top: -4px;
}

/* =========================
  BENEFIT SECTION
========================= */
.benefit-section + .benefit-section {
  margin-top: 100px;
}

.benefit-section__head {
  display: grid;
  grid-template-columns: 1fr 542px;
  gap: 46px;
  align-items: start;
  margin-bottom: 40px;
}

.benefit-section--reverse .benefit-section__head {
  grid-template-columns: 542px 1fr;
}

.benefit-section__title-block {
  aspect-ratio: 1 / 1;
  padding: 40px 50px;
  background: #d5e8f6;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.benefit-section__title-block--right {
  text-align: right;
  align-items: flex-end;
}

.benefit-section__en {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}

.benefit-section__ja {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}

.benefit-section__text {
  padding-top: 30px;
}

.benefit-section__text--right {
  text-align: right;
}

.benefit-section__lead {
  margin-bottom: 10px;
  color: #4f8dbf;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

.benefit-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.benefit-card {
  padding: 26px 20px;
  background: #ffffff;
  border: 1px solid #4f8dbf;
  border-radius: 20px;
  cursor: default;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  & div {
    display: flex;
    gap: 20px;
    & img {
      width: 60px;
      height: 60px;
    }
  }
}

/* .benefit-card:hover,
.benefit-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(79, 141, 191, 0.18);
} */

.benefit-card h4 {
  color: #4f8dbf;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.4;
  margin-bottom: 20px;
}

.benefit-card p {
  color: #555555;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0;
}

.benefit-card-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1100;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  overflow-y: auto;
  transition: opacity 0.2s ease;
}

.benefit-card-modal.is-open {
  display: flex;
}

.benefit-card-modal.show {
  opacity: 1;
}

.benefit-card-modal__dialog {
  position: relative;
  width: min(700px, 100%);
  margin: auto;
}

.benefit-card-modal__close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: gray;
  color: #000;
  cursor: pointer;
  font-size: 32px;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.benefit-card-modal .benefit-card {
  display: flex;
  gap: 50px;
  background: transparent;
  border: none;
  align-items: center;
  cursor: default;
  transform: none;
  & .benefit-ttl {
    & h4 {
      width: auto;
      color: #fff;
    }
  }
  & p {
    display: block;
    color: #fff;
    font-size: 20px;
    flex: 1;
    margin-bottom: 18px;
  }
}

.benefit-card-modal .benefit-card:hover {
  transform: none;
  box-shadow: none;
}

.benefit-note {
  max-width: 1080px;
  margin: 26px 0 0 auto;
  padding: 20px 30px;
  background: #ffffff;
  border: 1px solid #73b1e1;
  border-radius: 20px;
  position: relative;
}

.benefit-note h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.benefit-note p {
  font-size: 15px;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 0;
}
#benefits .container1080 {
  width: 1080px;
  margin: -600px 0 0 auto;
}
#benefits .benefit-card-grid {
  width: 1080px;
  margin: 0 0 0 auto;
}
.benefit-section__text--right p {
  text-align: right;
}
#benefits .right.container1080 {
  width: 1080px;
  margin: -600px auto 0 0;
  & p,
  h3 {
    text-align: right;
  }
}
#benefits .benefit-card-grid.right {
  width: 1080px;
  margin: 0 auto 0 0;
}
#benefit-culture {
  margin-top: 300px;
}
#requirements .container {
  position: relative;
  & > img {
    position: absolute;
    height: auto;
    object-fit: cover;
  }
  & .recruit_img__svg {
    width: 250px;
    top: -250px;
    right: 410px;
  }
  & .recruit_img__png {
    width: 500px;
    top: -260px;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #benefits .container1080 {
    width: 100%;
    margin: -930px 20px auto;
  }
  #benefits .right.container1080 {
    width: 100%;
    margin: -1030px auto 0 -20px;
  }

  #benefits .left.container1080 {
    width: 100%;
    margin: -1060px 20px auto;
  }
  .benefit-section--reverse .benefit-section__head {
    display: block;
    text-align: center;
  }

  .benefit-section__title-block {
    width: max-content;
    margin: 0 auto;
  }

  .benefit-section__title-block--right {
    text-align: center;
    align-items: center;
    margin-bottom: 150px;
  }
  .benefit-section__title-block--left {
  }
  .benefit-section__text,
  .benefit-section__text--right {
    padding-top: 20px;
    text-align: center;
  }

  .benefit-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: auto;
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }

  .benefit-card-grid.right {
    margin: 0 auto;
  }
  #requirements .container {
    & .recruit_img__svg {
      top: -170px;
    }
    & .recruit_img__png {
      top: -200px;
    }
  }
}
/* =========================
  JOB CARD
========================= */
.job-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.job-card {
  background: #ffffff;
  border: 1px solid #d5e8f6;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.job-card__head {
  padding: 10px;
  background: #73b1e1;
}

.job-card__head h3 {
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.job-card__image {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.job-card__body {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.job-card dl {
  display: grid;
  gap: 15px;
}

.job-card dl > div {
  text-align: center;
}

.job-card dt {
  color: #73b1e1;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.job-card dd {
  margin: 4px 0 0;
  color: #000000;
  font-size: 16px;
  line-height: 1.8;
}

.job-card__button {
  width: 50%;
  text-align: center;
  margin: auto auto 0;
}

p.requirements-note {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
}

.job-single .container {
  max-width: 1000px;
  padding: 80px 0;
}

.job-single__inner {
  max-width: 800px;
  margin: 0 auto;
}

.job-single__header {
  margin-bottom: 32px;
  text-align: center;
}

.job-single__title {
  font-size: 20px;
}

p.job-single__eyebrow {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.job-single__image-wrap {
  margin-bottom: 40px;
}

.job-single__image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.job-single_table_title {
  display: block;
  font-size: 26px;
  text-align: center;
  margin: 80px 0 30px;
}

.job-single__table-wrap {
  background: #ffffff;
  border: 1px solid #000;
  overflow: hidden;
}

.job-single__table {
  width: 100%;
  border-collapse: collapse;
}

.job-single__table th,
.job-single__table td {
  padding: 20px 24px;
  border-bottom: 1px solid #000;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
}

.job-single__table th {
  width: 220px;
  background: #d5e8f6;
  font-weight: 700;
  border-right: 1px solid #000;
}

.job-single__table tr:last-child th,
.job-single__table tr:last-child td {
  border-bottom: none;
}

p.job-single__back {
  margin-top: 100px;
  text-align: center;
}

.job-single__back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 110px;
  padding: 14px 24px;
  color: #fff;
  background: #73b1e1;
  font-weight: 700;
}

.member-interview-hero {
  position: relative;
  padding: 102px 0 0;
  background: #fff;
  overflow: hidden;
}

.member-interview-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 272px;
  z-index: 0;
  width: 100%;
  height: 300px;
  background: #d5e8f6;
}

.member-interview-hero__inner {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.member-interview-hero__image-wrap {
  position: relative;
  flex: 0 0 750px;
  width: 750px;
  height: 600px;
  margin-right: -93px;
  overflow: hidden;
}

.member-interview-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}

.member-interview-hero__body {
  position: relative;
  z-index: 1;
  flex: 0 0 443px;
  width: 443px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.member-interview-hero__label {
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Outfit", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

.member-interview-hero__name {
  width: 100%;
  margin: 0;
  color: #000;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 80px;
  text-align: right;
  text-transform: uppercase;
}

.member-interview-content {
  padding: 60px 0 100px;
}

.member-interview-content__inner {
  width: 1100px;
  display: flex;
  flex-direction: row-reverse;
  /* grid-template-columns: 600px 1fr; */
  gap: 30px;
  align-items: center;
}
.member-interview-content__image{
  width: 55%;
  aspect-ratio: 4 / 3;
}

.member-interview-content__image img {
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
}

.member-interview-content__body {
  width: 41%;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.member-interview-qa {
  display: flex;
  flex-direction: column;
  gap: 0px;
  &:last-child .member-interview-qa__answer{
    margin-bottom: 0;
  }
}

.member-interview-qa__question {
  position: relative;
  padding-left: 20px;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.member-interview-qa__question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 5px;
  height: 22px;
  background: #4f8dbf;
}

.member-interview-qa__answer {
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.member-daily-section {
  padding: 100px 0;
  background: #73b1e1;
  /* margin-bottom: 100px; */
}
.member-daily-container {
  width: 1100px;
  display: flex;
  gap: 30px;
  margin: 0 auto;
}
.member-daily-section__inner {
  width: 600px;
}

.member-daily-images__small {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.member-daily-card {
  padding: 34px 52px;
  background: #fff;
  border-radius: 20px;
  & p {
    margin-bottom: 0;
  }
}

.member-daily-card__head {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}

.member-daily-card__title {
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.member-daily-card__subtitle {
  color: #4f8dbf;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

.member-daily-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.member-daily-item {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 30px;
  align-items: start;
}

.member-daily-item::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 18px;
  bottom: -35px;
  width: 1px;
  background: #4f8dbf;
}

.member-daily-item:last-child::after {
  display: none;
}

.member-daily-time {
  position: relative;
  padding-left: 24px;
  color: #4f8dbf;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.member-daily-time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 8px;
  height: 8px;
  background: #4f8dbf;
  border-radius: 50%;
  transform: translateY(-50%);
}

.member-daily-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.member-daily-detail__block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.member-daily-detail__title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.member-daily-detail__text {
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.member-daily-detail__note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.member-daily-detail__note::before {
  content: "";
  flex: 0 0 24px;
  height: 1px;
  margin-top: 12px;
  background: #555;
}

.member-daily-images {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.member-daily-images__small img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.member-daily-images__small img.is-portrait {
  height: 100%;
  object-fit: cover;
}

.member-daily-images__small img.is-landscape {
  height: 100%;
}

.member-daily-images__large img {
  width: 100%;
}

#contact-job {
  background-image: url("assets/img/footer_submit.jpg");
  background-position: 50% 80%;
  & .contact-cta__inner {
    padding: 0;
  }
}
/* =========================
  FLOW
========================= */
.flow-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.flow-step {
  position: absolute;
  left: 5%;
  top: 50%;
  width: 80px;
  height: 80px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ffffff;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-align: center;
  text-transform: uppercase;
}

.flow-step__label {
  width: 100%;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.flow-step__number {
  width: 100%;
  color: #73b1e1;
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.flow-box {
  max-width: 800px;
  min-height: 100px;
  background: #73b1e1;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
  position: relative;
}
.flow-box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #73b1e1;
  transform: translateX(-50%);
}
.flow-item:last-child .flow-box::after {
  display: none;
}
/* =========================
  FAQ
========================= */
.faq-list {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #73b1e1;
}

.faq-item summary {
  position: relative;
  padding: 24px 60px 24px 24px;
  cursor: pointer;
  list-style: none;
  color: #4f8dbf;
  font-size: 20px;
  font-weight: 500;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before,
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #73b1e1;
  transition: 0.3s;
}

.faq-item summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(0);
  opacity: 0;
}

.faq-item summary::before {
  transform: translateY(-50%);
}

.faq-answer {
  padding: 0 24px 24px;
}

.faq-answer p {
  padding: 20px;
  background: #f2f2f2;
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .subpage-recruit .section {
    padding-bottom: 72px;
  }
#member .container {
    padding-bottom: 0;
}
  p.section-heading__en {
    font-size: 64px;
  }

  .section-heading p + h4 {
    margin-top: -60px;
    margin-bottom: 36px;
  }

  .member-slider__controls {
    width: 100%;
    max-width: calc(100% - 40px);
  }

  .benefit-section__head {
    gap: 24px;
  }
  
  .benefit-section__en {
    width: 350px;
    height: 350px;
    display: inline-block;
    background: #d5e8f6;
    padding: 8px 16px;
  }
  #benefits .benefit-section__ja{
    padding: 0 16px;
    margin-top: -330px;
  }
  .benefit-card-grid,
  #benefits .benefit-card-grid,
  #benefits .benefit-card-grid.right,
  .job-grid {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .subpage-recruit .section {
    padding-bottom: 56px;
  }
  p.section-heading__en {
    font-size: 44px;
  }

  .section-heading p + h4 {
    margin-top: -58px;
    margin-bottom: 28px;
  }

  .section-intro__text,
  .environment-text,
  .benefit-card p,
  .benefit-note p,
  .job-card dd,
  .faq-answer p {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
  }
  .job-card dd {
    text-align: center;
  }
  .section-intro p,
  .benefit-section__text,
  .benefit-section__text--right {
    text-align: left;
  }

  #environment .container,
  #member .container,
  #requirements .container {
    overflow: hidden;
  }

  #environment .container > img,
  #member .container > img,
  #requirements .container > img {
    width: 110px;
    opacity: 0.7;
  }

  #environment .container .recruit_img__svg {
    width: 130px;
    top: 25px;
    right: 90px;
  }

  #environment .container .recruit_img__png {
    width: 200px;
    top: 20px;
    right: 0px;
  }

  #member .container .recruit_img__svg {
    width: 220px;
    right: 50%;
    bottom: 0px;
  }

  #member .container .recruit_img__png {
    width: 350px;
    right: 0px;
    bottom: 0px;
  }

  #requirements .container img.recruit_img__svg {
    width: 120px;
    top: 0px;
    left: 60%;
  }

  #requirements .container img.recruit_img__png {
    width: 190px;
    top: 0px;
    right: 0;
  }

  .anchor-nav-list {
    gap: 12px;
  }

  .anchor-nav-list a,
  .benefit-nav a {
    font-size: 16px;
  }

  .environment-block {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .member-slider__controls {
    max-width: 100%;
    gap: 4px;
  }

  .member-card p {
    font-size: 16px;
  }

  .benefit-nav,
  .benefit-card-grid,
  #benefits .benefit-card-grid,
  #benefits .benefit-card-grid.right,
  .job-grid {
    gap: 16px;
  }

  .benefit-section + .benefit-section {
    margin-top: 56px;
  }

  .benefit-section__en {
    font-size: 34px;
  }

  .benefit-section__ja {
    font-size: 24px;
  }

  .benefit-card,
  .benefit-note {
    padding: 20px 16px;
  }

  .benefit-card-modal {
    align-items: flex-start;
    padding: 56px 16px 24px;
  }

  .benefit-card-modal__close {
    top: -42px;
    right: 0;
  }

  .benefit-card h4,
  .benefit-note h4,
  .job-card dt {
    font-size: 18px;
    text-align: center;
  }

  .job-card__button {
    width: 100%;
  }

  .flow-box {
    min-height: 88px;
    padding: 18px 16px 18px 22%;
    font-size: 22px;
  }

  .flow-step {
    width: 72px;
    height: 72px;
  }

  .flow-step__label {
    font-size: 16px;
    line-height: 18px;
  }

  .flow-step__number {
    font-size: 36px;
    line-height: 36px;
  }

  .faq-item summary {
    padding: 18px 48px 18px 16px;
  }
  #benefits .container1080 {
    margin: -700px 20px auto;
    & p {
      font-size: 48px;
    }
    & h3 {
      margin-top: -335px;
    }
  }
}
@media screen and (max-width: 480px) {
  #environment .container .recruit_img__png {
    width: 90px;
    top: 0;
  }
  #environment .container .recruit_img__svg {
    width: 100px;
    top: 15px;
    right: 60px;
  }
  #member .container .recruit_img__png {
    width: 50%;
  }
  #member .container .recruit_img__svg {
    width: 50%;
    right: 0;
    left: 0;
    bottom: 0px;
  }

  p.section-intro__lead {
    font-size: 20px;
  }

  .benefit-section__en {
    width: 100%;
  }
  .benefit-card-modal .benefit-card {
    display: block;
  }
.faq-item summary {
  font-size: 18px;
}

}
/* =========================
  CATALOG
========================= */
.catalog-section {
  /* position: relative; */
  padding: 120px 0;
}

.catalog-bg {
  height: 350px;
  background-image: url("assets/img/catalog.png");
  inset: 0 auto auto 50%;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  & h4 {
    color: #fff;
    padding: 70px 0 50px;
  }
  & p {
    font-size: 20px;
    line-height: 1.4;
    position: absolute;
    left: 50%;
    /* transform: translateX(-50%); */
    z-index: 0;
  }
  & img {
    margin-left: 10%;
  }
}

.catalog-book {
  width: 263px;
  transform: rotate(-5deg);
  flex-shrink: 0;
}

.catalog-text {
  max-width: 714px;
  margin-left: 50%;
}

.catalog-text h2 {
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
}

.catalog-text__lead {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.8;
  color: #000000;
}

.catalog-text p {
  margin: 24px 0;
  font-size: 16px;
  line-height: 1.8;
}

/* =========================
  CONTACT CTA
========================= */

.contact-cta {
  background-image: url("assets/img/footer_submit.jpg");
  background-size: cover;
  background-position:  50% 80%;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}

.contact-cta__overlay {
  background: rgba(0, 0, 0, 0.1);
  padding: 60px 0;
}

.contact-cta__inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}

.contact-cta__text {
  max-width: 366px;
}

.contact-cta__en {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

.contact-cta__lead {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.contact-cta__actions {
  color: #ffffff;
  text-align: right;
}

.contact-cta__actions p {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.contact-cta__buttons {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-end;
  & a::after {
    content: "▶";
    width: 12px;
    height: 12px;
    margin: -10px 0 0 20px;
  }
}
}
/* =========================
  RESPONSIVE
========================= */
@media (max-width: 1200px) {
  .header-inner,
  .footer-main__top,
  .contact-cta__inner,
  .catalog-content,
  .environment-block,
  .benefit-section__head {
    display: block;
  }

  .header-right,
  .header-top {
    align-items: flex-start;
  }

  .header-right {
    margin-top: 20px;
  }

  .global-nav ul {
    justify-content: flex-start;
  }

  .environment-image {
    margin-bottom: 30px;
  }

  .benefit-section__title-block {
    width: 100%;
  }

  .benefit-section__text--left {
    width: 50%;
    text-align: left;
    position: relative;
    top: -920px;
    margin-left: 50%;
  }
  .benefit-section__text--right {
    width: 50%;
    text-align: left;
    position: relative;
    top: 160px;
  }

  .catalog-content {
    padding: 30px;
  }

  .catalog-book {
    margin: 0 auto 30px;
    transform: none;
  }

  .catalog-text {
    max-width: 100%;
  }

  .catalog-text h2 {
    color: #333333;
  }

  .contact-cta__text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:1024px){
  .member-daily-images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 0;
  }
}
@media (max-width: 900px) {
  .job-single .container {
    padding: 64px 20px 56px;
  }

  .job-single__inner {
    max-width: 100%;
  }

  .job-single__header {
    margin-bottom: 24px;
  }

  .job-single__title {
    font-size: 28px;
    line-height: 1.6;
  }

  p.job-single__eyebrow {
    font-size: 15px;
    line-height: 1.9;
  }

  .job-single_table_title {
    margin: 56px 0 24px;
  }

  p.job-single__back {
    margin-top: 64px;
  }

  .member-interview-hero {
    padding: 72px 0 0;
  }

  .member-interview-hero::after {
    top: 220px;
    height: 220px;
  }

  .member-interview-hero__inner {
    align-items: flex-end;
  }

  .member-interview-hero__image-wrap {
    flex: 1 1 auto;
    width: auto;
    height: 480px;
    margin-right: -70px;
  }

  .member-interview-hero__image {
    width: 100%;
  }

  .member-interview-hero__body {
    flex: 0 0 min(42vw, 360px);
    width: min(42vw, 360px);
    padding-bottom: 40px;
  }

  .member-interview-hero__label {
    font-size: clamp(44px, 8vw, 72px);
  }

  .member-interview-hero__name {
    font-size: 22px;
    line-height: 2.2;
  }

  .member-interview-content__inner {
    width: 100%;
    max-width: calc(100% - 40px);
    grid-template-columns: 1fr;
    display: grid;
    gap: 24px;
  }

  .member-interview-content__image {
    max-width: 640px;
    margin: 0 auto;
  }

  .member-daily-section {
    padding: 72px 0;
    margin-bottom: 72px;
  }

  .member-daily-section__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .member-daily-images__small img,
  .member-daily-images__large img {
    width: 100%;
  }

  .section {
    padding: 70px 0;
  }

  .job-single .container {
    padding: 80px 20px 60px;
  }

  .job-single__title {
    font-size: 32px;
  }

  .job-single__table th,
  .job-single__table td {
    padding: 16px;
  }

  .job-single__table th {
    width: 180px;
  }

  .member-interview-content__inner,
  .member-daily-section__inner {
    grid-template-columns: 1fr;
    display: block;
  }

  .member-interview-content__image,
  .member-daily-card {
    margin-bottom: 40px;
  }
.member-interview-content__body{
  width: 100%;
}
  .member-daily-images {
    margin-top: 40px;
  }

  .benefit-card-grid,
  .job-grid {
    grid-template-columns: 1fr;
  }

  .anchor-nav-list,
  .benefit-nav {
    gap: 16px 20px;
  }

  /* .anchor-nav-list li, */
  .benefit-nav li {
    width: 100%;
  }

  /* .flow-item {
    padding-left: 0;
    padding-top: 100px;
  } */

  /* .flow-step {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  } */

  /* .flow-box {
    font-size: 24px; */
  }

  .contact-cta__buttons {
    justify-content: flex-start;
  }

  .btn-white-line {
    min-width: auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .job-single .container {
    padding: 48px 16px 40px;
  }

  .job-single__header {
    margin-bottom: 20px;
  }

  .job-single__title {
    font-size: 22px;
    line-height: 1.75;
  }

  p.job-single__eyebrow {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }

  .job-single__image-wrap {
    margin-bottom: 28px;
  }

  .job-single_table_title {
    margin: 40px 0 20px;
    font-size: 22px;
  }

  .job-single__table-wrap {
    border-width: 1px;
  }

  .job-single__table th,
  .job-single__table td {
    font-size: 14px;
    line-height: 1.8;
  }

  p.job-single__back {
    margin-top: 40px;
  }

  .job-single__back-link {
    height: 64px;
    font-size: 16px;
  }

  .member-interview-hero {
    padding: 40px 0 0;
  }

  .member-interview-hero::after {
    top: 36vw;
    height: 34vw;
  }

  .member-interview-hero__inner {
    width: calc(100% - 32px);
    display: block;
  }

  .member-interview-hero__image-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 4;
    margin-right: 0;
  }

  .member-interview-hero__body {
    width: 100%;
    padding: 14px 0 0;
    align-items: flex-end;
  }

  .member-interview-hero__label {
    margin-top: -100px;
    padding-bottom: 8px;
    font-size: clamp(42px, 13vw, 64px);
  }

  .member-interview-hero__name {
    font-size: 20px;
    line-height: 1.8;
  }

  .member-interview-content {
    padding: 32px 0 56px;
  }

  .member-interview-content__inner {
    width: calc(100% - 32px);
    max-width: 100%;
    gap: 20px;
  }

  .member-interview-content__body {
    gap: 24px;
  }

  .member-interview-qa {
    gap: 14px;
  }

  .member-interview-qa__answer {
    font-size: 14px;
    line-height: 1.9;
  }

  .member-daily-section {
    padding: 56px 0;
    margin-bottom: 56px;
  }

  .member-daily-section__inner {
    width: calc(100% - 32px);
    margin: 0 auto;
    gap: 24px;
  }

  .member-daily-card {
    padding: 24px 18px;
    border-radius: 16px;
  }

  .member-daily-card__title {
    font-size: 28px;
  }

  .member-daily-card__subtitle {
    font-size: 14px;
  }

  .member-daily-images {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .job-single__table,
  .job-single__table tbody,
  .job-single__table tr,
  .job-single__table th,
  .job-single__table td {
    display: block;
    width: 100%;
  }

  .job-single__title {
    font-size: 28px;
  }

  .job-single__table th {
    padding-bottom: 6px;
    border-bottom: none;
  }

  .job-single__table td {
    padding-top: 0;
  }

  .job-single__back-link {
    width: 100%;
    min-width: 0;
  }

  .member-interview-content {
    padding: 40px 0 70px;
  }

  .member-daily-section {
    padding: 70px 0;
  }

  .member-daily-card {
    padding: 24px 20px;
  }

  .member-daily-card__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
  }

  .member-daily-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .member-daily-item::after {
    top: 18px;
  }

  .member-daily-time {
    padding-left: 18px;
    font-size: 22px;
  }

  .member-interview-qa__question {
    font-size: 20px;
  }

  .member-interview-content__body {
    width: 100%;
  }

  .member-interview-content__image {
  width: 100%;
  }

  .header-top {
    flex-direction: column;
    gap: 12px;
  }

  .header-tel {
    font-size: 20px;
  }

  .page-hero,
  .page-hero__overlay {
    min-height: 320px;
  }

  .catalog-content {
    padding: 20px;
  }

  .catalog-text h2 {
    font-size: 28px;
  }

  .section-heading__ja {
    font-size: 28px;
  }

  .benefit-card h4,
  .job-card__head h3 {
    font-size: 22px;
  }

  .faq-item summary {
    font-size: 18px;
  }

  .contact-cta__en {
    font-size: 36px;
  }
  #benefits .right.container1080 {
    margin: -820px auto 0 -20px;
  }
  .benefit-section__head {
    & .benefit-section__lead {
      font-size: 18px;
      margin-bottom: 8px;      
    }
    & .benefit-section__lead + p{
      font-size: 14px;
      line-height: 1.4;     
    }
  }
  .benefit-section__text--right {
    width: 52%;
  }
  #benefits .left.container1080 {
    width: 100%;
    margin: -880px 20px auto;
  }
  .benefit-section__text--left {
    width: 52%;
    top: -700px;
  }
}
@media screen and (max-width: 480px) {
  .header-right {
    margin-top: 0;
  }
  #benefits .container1080 {
    margin: -400px 20px auto;
  }
  #benefits .right.container1080 {
    margin: -520px auto 100px -20px;
  }
  .benefit-section__text--right {
    width: 100%;
    top: 190px;
  }
  #benefits .left.container1080 {
    margin: -550px 0px 140px;
  }
  .benefit-section__text--left {
    width: 100%;
    top: -300px;
    margin-left: 0;
  }
  #requirements .container .recruit_img__png {
    width: 160px;
  }
  #requirements .container .recruit_img__svg {
    left: 28%;
  }
  .flow-step {
    width: 48px;
    height: 48px;
    left: 16px;
    top: 48px;
    padding-top: 5px;
  }
  .flow-step__label {
    font-size: 12px;
    line-height: 8px;
  }
  .flow-step__number {
    font-size: 24px;
    line-height: 24px;
  }
  .member-interview-hero__label {
	width: auto;
    margin-top: -90px;
  }
  .member-interview-hero__name {
    margin-top: -40px;
  }
  .member-daily-images img{
    aspect-ratio: 4 / 3;
  }
}
@media screen and (max-width: 480px) {
  .contact-cta__overlay {
    padding: 10px 0;
  }
  .contact-cta__inner{
    display: block;
    & .contact-cta__text  p{
      line-height: 1.4;
    }
    & .contact-cta__actions {
      & p {
        text-align: right;
      }
      .contact-cta__buttons {
        justify-content: flex-end;
      }
    }
  }
  .btn-white-line{
    width: auto;
    padding: 12px;
  }
}

/* Recruit benefits responsive reset */
@media screen and (max-width: 1024px) {
  #member .container {
    & .recruit_img__png {
        width: 350px;
        right: 38%;
        bottom: -150px;
    }
    & .recruit_img__svg {
        width: 220px;
        right: 0;
        bottom: -130px;
    }
}
  #benefits {
    overflow-x: hidden;
  }

  #benefits .container {
    width: min(100%, calc(100% - 40px));
    margin: 0 auto;
  }

  #benefits .section-intro {
    margin-bottom: 40px;
  }

  #benefits .benefit-nav {
    width: 100%;
    margin: 0 auto 56px;
    gap: 16px;
  }

  #benefits .benefit-nav li {
    width: calc(50% - 8px);
  }

  #benefits .benefit-section,
  #benefit-culture {
    margin-top: 72px;
  }

  #benefits .benefit-section:first-of-type {
    margin-top: 0;
  }

  #benefits .benefit-section__head,
  #benefits .benefit-section--reverse .benefit-section__head {
    display: block;    
    position: relative;
    margin: 0 0 20px;
    text-align: left;
  }

  #benefits .benefit-section__title-block,
  #benefits .benefit-section__title-block--right,
  #benefits .benefit-section__title-block--left {
    display: none;
  }

  #benefits .container1080,
  #benefits .right.container1080,
  #benefits .left.container1080 {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 24px;
    padding: 0;
  }

  #benefits .right.container1080 p,
  #benefits .right.container1080 h3,
  #benefits .left.container1080 p,
  #benefits .left.container1080 h3,
  #benefits .container1080 p,
  #benefits .container1080 h3 {
    text-align: left;
  }

  #benefits .benefit-section__text,
  #benefits .benefit-section__text--right,
  #benefits .benefit-section__text--left {
    display: inline-block;
    position:absolute;
    top: -20px;
    left: 45%;
  }

  #benefits .benefit-section__text p,
  #benefits .benefit-section__text--right p,
  #benefits .benefit-section__text--left p {
    text-align: left;
  }

  #benefits .benefit-card-grid,
  #benefits .benefit-card-grid.right {
    width: 100%;
    max-width: none;
    padding: 0 20px;
    margin: 0 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  #benefits .benefit-note {
    max-width: none;
    margin: 20px 0 0;
  }
  #requirements .container {
        & .recruit_img__png {
          width: 380px;
            top: -220px;
        }
        & .recruit_img__svg {
          width: 220px;
            top: -160px;
            right: 50%;
        }
    }
}

@media screen and (max-width: 767px) {
  #benefits .container {
    width: min(100%, calc(100% - 32px));
  }

  #benefits .benefit-nav {
    margin-bottom: 44px;
  }

  #benefits .benefit-nav li {
    width: 45%;
  }

  #benefits .benefit-section,
  #benefit-culture {
    margin-top: 56px;
  }

  #benefits .benefit-section__en {
    font-size: clamp(30px, 10vw, 40px);
    line-height: 1.05;
    word-break: break-word;
  }

  #benefits .benefit-section__ja {
    margin-top: 8px;
    font-size: 22px;
  }

  #benefits .benefit-card-grid,
  #benefits .benefit-card-grid.right {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #benefits .benefit-card {
    border-radius: 14px;
  }

  #benefits .benefit-card .benefit-ttl {
    align-items: center;
    gap: 14px;
  }

  #benefits .benefit-card .benefit-ttl img {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }

  #benefits .benefit-card h4 {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.45;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .subpage-recruit .section .container {
          padding-top: 60px;
        }

      #member {
        padding-bottom: 0;
        & .member-card {
          padding-bottom: 100px;
        }
    }
    
      #member .container {
        & .recruit_img__png {
            width: 180px;
            right: 0;
            bottom: 0;
        }
                & .recruit_img__svg {
            width: 130px;
            right: 0;
            left: 15%;
            bottom: 0;
        }
    }
    #benefits .container{
      padding-top:50px;
    }
  #requirements .container {
        & img.recruit_img__png {
            width: 160px;
            top: 0;
        }
                & img.recruit_img__svg {
            width: 120px;
            top: 10px;
            right: 0;
            left: 27%;
        }
    }
}
/* ----------------------------------------
   Product Legacy Child Pages
----------------------------------------- */
.product-legacy-page {
  padding: 0 20px 80px;
  overflow-x: auto;
}

.product-legacy-table {
  width: min(100%, 720px);
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
}

.product-legacy-table--header {
  border-spacing: 0;
}

.product-legacy-table--content {
  width: min(100%, 780px);
  border-spacing: 2px;
}

.product-legacy-table--content-strong {
  border-spacing: 2px;
}

.product-legacy-table--inner {
  width: 100%;
  border: 1px solid;
  border-spacing: 2px;
}

.product-legacy-cell {
  padding: 2px;
  border: 1px solid;
}

.product-legacy-table--header .product-legacy-cell {
  padding: 0;
}

.product-legacy-table--content-strong .product-legacy-cell {
  padding: 5px;
}

.product-legacy-align-center {
  text-align: center;
}

.product-legacy-align-left {
  text-align: left;
}

.product-legacy-align-right {
  text-align: right;
}

.product-legacy-valign-top {
  vertical-align: top;
}

.product-legacy-valign-middle {
  vertical-align: middle;
}

.product-legacy-bg-sky {
  background: #ccffff;
}

.product-legacy-bg-stripe {
  background: #d9ecff;
}

.product-legacy-bg-cream {
  background: #ffffdd;
}

.product-legacy-bg-yellow {
  background: #ffff00;
}

.product-legacy-bg-green {
  background: #66ff66;
}

.product-legacy-bg-mint {
  background: #b3ffcb;
}

.product-legacy-bg-white {
  background: #ffffff;
}

.product-legacy-border-dark {
  border-color: #000000;
}

.product-legacy-row--h16 {
  height: 16px;
}

.product-legacy-row--h19 {
  height: 19px;
}

.product-legacy-row--h28 {
  height: 28px;
}

/* Product Legacy Size Utilities */
.product-legacy-w-26 {
  width: 26px;
}
.product-legacy-w-31 {
  width: 31px;
}
.product-legacy-w-63 {
  width: 63px;
}
.product-legacy-w-154 {
  width: 154px;
}
.product-legacy-w-156 {
  width: 156px;
}
.product-legacy-w-168 {
  width: 168px;
}
.product-legacy-w-178 {
  width: 178px;
}
.product-legacy-w-181 {
  width: 181px;
}
.product-legacy-w-186 {
  width: 186px;
}
.product-legacy-w-192 {
  width: 192px;
}
.product-legacy-w-196 {
  width: 196px;
}
.product-legacy-w-198 {
  width: 198px;
}
.product-legacy-w-199 {
  width: 199px;
}
.product-legacy-w-202 {
  width: 202px;
}
.product-legacy-w-209 {
  width: 209px;
}
.product-legacy-w-225 {
  width: 225px;
}
.product-legacy-w-237 {
  width: 237px;
}
.product-legacy-w-248 {
  width: 248px;
}
.product-legacy-w-256 {
  width: 256px;
}
.product-legacy-w-267 {
  width: 267px;
}
.product-legacy-w-269 {
  width: 269px;
}
.product-legacy-w-285 {
  width: 285px;
}
.product-legacy-w-286 {
  width: 286px;
}
.product-legacy-w-288 {
  width: 288px;
}
.product-legacy-w-289 {
  width: 289px;
}
.product-legacy-w-292 {
  width: 292px;
}
.product-legacy-w-296 {
  width: 296px;
}
.product-legacy-w-305 {
  width: 305px;
}
.product-legacy-w-309 {
  width: 309px;
}
.product-legacy-w-320 {
  width: 320px;
}
.product-legacy-w-324 {
  width: 324px;
}
.product-legacy-w-354 {
  width: 354px;
}
.product-legacy-w-428 {
  width: 428px;
}
.product-legacy-w-487 {
  width: 487px;
}
.product-legacy-w-579 {
  width: 579px;
}
.product-legacy-h-2 {
  height: 2px;
}
.product-legacy-h-11 {
  height: 11px;
}
.product-legacy-h-14 {
  height: 14px;
}
.product-legacy-h-16 {
  height: 16px;
}
.product-legacy-h-18 {
  height: 18px;
}
.product-legacy-h-19 {
  height: 19px;
}
.product-legacy-h-20 {
  height: 20px;
}
.product-legacy-h-21 {
  height: 21px;
}
.product-legacy-h-22 {
  height: 22px;
}
.product-legacy-h-23 {
  height: 23px;
}
.product-legacy-h-25 {
  height: 25px;
}
.product-legacy-h-26 {
  height: 26px;
}
.product-legacy-h-28 {
  height: 28px;
}
.product-legacy-h-36 {
  height: 36px;
}
.product-legacy-h-37 {
  height: 37px;
}
.product-legacy-h-39 {
  height: 39px;
}
.product-legacy-h-45 {
  height: 45px;
}
.product-legacy-h-50 {
  height: 50px;
}
.product-legacy-h-52 {
  height: 52px;
}
.product-legacy-h-63 {
  height: 63px;
}
.product-legacy-h-78 {
  height: 78px;
}
.product-legacy-h-89 {
  height: 89px;
}
.product-legacy-h-116 {
  height: 116px;
}
.product-legacy-h-120 {
  height: 120px;
}
.product-legacy-h-139 {
  height: 139px;
}
.product-legacy-h-144 {
  height: 144px;
}
.product-legacy-h-188 {
  height: 188px;
}
.product-legacy-h-211 {
  height: 211px;
}
.product-legacy-h-215 {
  height: 215px;
}
.product-legacy-h-221 {
  height: 221px;
}
.product-legacy-h-229 {
  height: 229px;
}
.product-legacy-h-236 {
  height: 236px;
}
.product-legacy-h-237 {
  height: 237px;
}
.product-legacy-h-239 {
  height: 239px;
}
.product-legacy-h-241 {
  height: 241px;
}
.product-legacy-h-242 {
  height: 242px;
}
.product-legacy-h-265 {
  height: 265px;
}
.product-legacy-h-271 {
  height: 271px;
}
.product-legacy-h-295 {
  height: 295px;
}
.product-legacy-h-301 {
  height: 301px;
}
.product-legacy-h-307 {
  height: 307px;
}
.product-legacy-h-330 {
  height: 330px;
}
.product-legacy-h-331 {
  height: 331px;
}
.product-legacy-h-456 {
  height: 456px;
}
.product-legacy-col-w-20 {
  width: 20px;
}
.product-legacy-col-w-64 {
  width: 64px;
}
/* End Product Legacy Size Utilities */

/* Product Legacy Image Utilities */
.product-legacy-img-w-103 {
  width: 103px;
}
.product-legacy-img-w-113 {
  width: 113px;
}
.product-legacy-img-w-125 {
  width: 125px;
}
.product-legacy-img-w-131 {
  width: 131px;
}
.product-legacy-img-w-134 {
  width: 134px;
}
.product-legacy-img-w-152 {
  width: 152px;
}
.product-legacy-img-w-162 {
  width: 162px;
}
.product-legacy-img-w-163 {
  width: 163px;
}
.product-legacy-img-w-169 {
  width: 169px;
}
.product-legacy-img-w-172 {
  width: 172px;
}
.product-legacy-img-w-200 {
  width: 200px;
}
.product-legacy-img-w-234 {
  width: 234px;
}
.product-legacy-img-w-260 {
  width: 260px;
}
.product-legacy-img-w-266 {
  width: 266px;
}
.product-legacy-img-w-267 {
  width: 267px;
}
.product-legacy-img-w-268 {
  width: 268px;
}
.product-legacy-img-w-269 {
  width: 269px;
}
.product-legacy-img-w-273 {
  width: 273px;
}
.product-legacy-img-w-346 {
  width: 346px;
}
.product-legacy-img-w-354 {
  width: 354px;
}
.product-legacy-img-w-500 {
  width: 500px;
}
.product-legacy-img-w-508 {
  width: 508px;
}
.product-legacy-img-w-590 {
  width: 590px;
}
.product-legacy-img-h-98 {
  height: 98px;
}
.product-legacy-img-h-118 {
  height: 118px;
}
.product-legacy-img-h-138 {
  height: 138px;
}
.product-legacy-img-h-200 {
  height: 200px;
}
.product-legacy-img-h-217 {
  height: 217px;
}
.product-legacy-img-h-265 {
  height: 265px;
}
.product-legacy-img-h-266 {
  height: 266px;
}
.product-legacy-img-h-267 {
  height: 267px;
}
.product-legacy-img-h-268 {
  height: 268px;
}
.product-legacy-img-h-295 {
  height: 295px;
}
.product-legacy-img-h-352 {
  height: 352px;
}
.product-legacy-img-h-353 {
  height: 353px;
}
.product-legacy-img-h-354 {
  height: 354px;
}
.product-legacy-img-h-496 {
  height: 496px;
}
.product-legacy-img-h-500 {
  height: 500px;
}
.product-legacy-img-h-600 {
  height: 600px;
}
.product-legacy-img-border-0 {
  border: 0;
}
.product-legacy-font-size-3 {
  font-size: 18px;
}
/* End Product Legacy Image Utilities */

.product-legacy-page img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.product-legacy-page .style5 {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.product-legacy-page .style7,
.product-legacy-page .style9,
.product-legacy-page .style15,
.product-legacy-page .style23 {
  font-size: 12px;
  color: #000;
}

.product-legacy-page .style10,
.product-legacy-page .style11 {
  color: #0000ff;
  font-weight: 700;
}

.product-legacy-page .style10 {
  font-size: 12px;
}

.product-legacy-page .style12 {
  font-size: 12px;
  color: #ff9900;
  font-weight: 700;
}

.product-legacy-page .style14 {
  color: #000;
}

.product-legacy-page .style16,
.product-legacy-page .style19 {
  font-size: 14px;
  font-weight: 700;
}

.product-legacy-page .style17,
.product-legacy-page .style21 {
  font-size: 14px;
}

.product-legacy-page .style18 {
  font-family: "MS Gothic", "ＭＳ ゴシック", sans-serif;
}

.product-legacy-page .style20 {
  color: #0033ff;
  font-size: 14px;
  font-weight: 700;
}

.product-legacy-page .style34 {
  color: #fff;
}

.product-legacy-page .seihin-notfound {
  max-width: 640px;
  margin: 40px auto;
  padding: 24px;
  border: 1px solid #ccc;
  background: #fff;
}

.product-legacy-page .seihin-notfound h1 {
  margin: 0 0 16px;
  font-size: 24px;
}

.product-detail-page {
  padding: 0 20px 80px;
}

.product-detail-page__inner {
  width: min(100%, 680px);
  margin: 0 auto;
}

.product-detail-page__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 12px;
  color: #000;
}

.product-detail-page__header {
  margin-bottom: 28px;
}

.product-detail-page__title {
  margin: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.35em;
  color: #000;
}

.product-detail-page__link {
  margin-top: 20px;
  font-size: 12px;
}

.product-detail-page__link a {
  color: #ff9900;
  font-weight: 700;
}

.product-detail-card {
  border: 3px solid #ccc;
  background: #fff;
  padding: 0;
}

.product-detail-card__heading {
  margin: 0;
  padding: 10px 16px;
  background: #ccffff;
  color: #0000ff;
  font-size: 14px;
  font-weight: 700;
}

.product-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  background: #ccc;
}

.product-detail-gallery__item {
  margin: 0;
  min-height: 236px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
}

.product-detail-gallery__item--wide {
  grid-column: 1 / -1;
  min-height: 242px;
}

.product-detail-gallery__item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.product-detail-feature {
  display: grid;
  grid-template-columns: 234px 1fr;
  gap: 2px;
  background: #ccc;
}

.product-detail-feature__image,
.product-detail-feature__body {
  background: #fff;
}

.product-detail-feature__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 271px;
  padding: 16px;
}

.product-detail-feature__image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.product-detail-feature__body {
  min-height: 271px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  text-align: center;
}

.product-detail-feature__title,
.product-detail-feature__name,
.product-detail-feature__sub {
  margin: 0;
  color: #000;
  font-weight: 700;
  line-height: 1.8;
}

.product-detail-feature__name {
  margin-top: 6px;
}

.product-detail-feature__sub {
  margin-top: 6px;
  letter-spacing: 0.08em;
}

.product-detail-feature__notice {
  margin: 18px 0 0;
  color: #ff0000;
  font-size: 14px;
  font-weight: 700;
}

.product-detail-feature__code {
  margin: 8px 0 0;
  color: #000;
  font-size: 12px;
  line-height: 1.8;
}

.product-detail-body {
  padding: 28px 24px 32px;
  background: #fff;
}

.product-detail-body__lead {
  margin: 0 0 20px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.product-detail-body__text {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.9;
}

.product-detail-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.product-detail-list li {
  position: relative;
  padding-left: 20px;
  color: #333;
  font-size: 15px;
  line-height: 1.9;
}

.product-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4f8dbf;
  transform: translateY(-50%);
}

.product-detail-card--spaced {
  margin-top: 24px;
}

.product-detail-feature-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #d7e7f4;
}

.product-detail-feature-list__item {
  display: grid;
  grid-template-columns: 220px 1fr;
  background: #fff;
}

.product-detail-feature-list__item + .product-detail-feature-list__item {
  border-top: 1px solid #d7e7f4;
}

.product-detail-feature-list__item--accent {
  background: #ffffdd;
}

.product-detail-feature-list__title,
.product-detail-feature-list__text {
  margin: 0;
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.9;
}

.product-detail-feature-list__title {
  border-right: 1px solid #d7e7f4;
  color: #000;
  font-weight: 700;
}

.product-detail-feature-list__text {
  color: #333;
}

.product-detail-page--nsp {
  padding-top: 100px;
}

.product-detail-page--nsp .product-detail-page__inner {
  width: min(100%, 1100px);
}

.product-detail-page__header--nsp {
  margin-bottom: 100px;
}

.product-detail-page--nsp .product-detail-page__title {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  color: #333;
}

.product-detail-page__nav,
.product-detail-page__tech-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-detail-page__nav a,
.product-detail-page__tech-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-size: 18px;
  line-height: 1.6;
  text-decoration: none;
}

.product-detail-page__nav a::after,
.product-detail-page__tech-nav a::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transform: rotate(45deg);
}

.product-detail-page__section + .product-detail-page__section {
  margin-top: 100px;
}

.product-detail-page__section-bar {
  margin-bottom: 80px;
  padding: 10px;
  background: #b3b3b3;
}

.product-detail-page__section-bar h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.product-detail-page__block + .product-detail-page__block,
.product-detail-page__tech-block + .product-detail-page__tech-block {
  margin-top: 80px;
}

.product-detail-page__block-heading {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.product-detail-page__feature {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 30px;
}

.product-detail-page__feature-media {
  flex: 0 0 300px;
  margin: 0;
  text-align: center;
}

.product-detail-page__feature-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.product-detail-page__feature-media figcaption {
  margin-top: 16px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.product-detail-page__feature-body {
  flex: 1;
  min-width: 0;
}

.product-detail-page__feature-item + .product-detail-page__feature-item {
  margin-top: 20px;
}

.product-detail-page__feature-item h4,
.product-detail-page__feature-item p,
.product-detail-page__text-block p {
  margin: 0;
  color: #333;
}

.product-detail-page__feature-item h4 {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
}

.product-detail-page__feature-item p,
.product-detail-page__text-block p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
}

.product-detail-page__feature-item p {
  text-indent: 1em;
}
.product-detail-page__text-block {
  margin-top: 30px;
}

.product-detail-page__text-block p + p {
  margin-top: 18px;
}

.product-detail-page__section--technical .product-detail-page__tech-nav {
  margin-bottom: 80px;
}

.product-detail-page__tech-layout {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 30px;
}

.product-detail-page__tech-main {
  flex: 0 0 150px;
  margin: 0;
}

.product-detail-page__tech-main img,
.product-detail-page__tech-sub img {
  display: block;
  width: 100%;
  height: auto;
}

.product-detail-page__tech-sub {
  flex: 1;
  min-width: 0;
}

.product-detail-page__tech-sub figure {
  margin: 0;
}

.product-detail-page__catalog {
  padding: 120px 20px 80px;
}

.product-detail-page__catalog-inner {
  position: relative;
  width: min(100%, 1200px);
  margin: 0 auto;
}

.product-detail-page__catalog-inner,
.product-detail-page .catalog-section__inner {
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}

.product-detail-page__catalog-bg img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.product-detail-page__catalog-book {
  position: absolute;
  top: 40px;
  left: 65px;
  margin: 0;
  transform: rotate(-5deg);
}

.product-detail-page__catalog-book,
.product-detail-page .catalog-section__book {
  left: 65px;
}

.product-detail-page__catalog-book img {
  display: block;
  width: 263px;
  height: auto;
}

.product-detail-page__catalog-content {
  position: absolute;
  top: 56px;
  right: 48px;
  width: min(612px, calc(100% - 410px));
}

.product-detail-page__catalog-content,
.product-detail-page .catalog-section__content {
  right: 48px;
}

.product-detail-page__catalog-content h2 {
  margin: 0 0 40px;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.product-detail-page__catalog-lead {
  margin: 0 0 120px;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}

.product-detail-page__catalog-text {
  margin: 0 0 29px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.product-detail-page__catalog-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 26px;
  border-radius: 999px;
  border-color: #4f8dbf;
  color: #4f8dbf;
  background: #fff;
}

.product-detail-page--wheel {
  padding-top: 100px;
}

.product-detail-page--wheel .product-detail-page__inner {
  width: min(100%, 1100px);
}

.product-detail-page__header--wheel {
  margin-bottom: 100px;
}

.product-detail-page--wheel .product-detail-page__title {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  color: #333;
}

.product-detail-page__wheel-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.product-detail-page__wheel-card {
  margin: 0;
  text-align: center;
}

.product-detail-page__wheel-card img {
  display: block;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1;
  margin: 0 auto;
  object-fit: contain;
}

.product-detail-page__wheel-card figcaption {
  margin-top: 16px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.product-detail-page__wheel-copy {
  margin-top: 30px;
}

.product-detail-page__wheel-copy h4,
.product-detail-page__wheel-copy p {
  margin: 0;
  color: #333;
}

.product-detail-page__wheel-copy h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.product-detail-page__wheel-copy p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
}

.product-detail-page__tech-block--wheel .product-detail-page__block-heading {
  line-height: 1.6;
}

.product-detail-page__tech-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.product-detail-page__tech-stack figure {
  width: min(100%, 600px);
  margin: 0;
}

.product-detail-page__tech-stack img {
  display: block;
  width: 100%;
  height: auto;
}

.product-detail-page--rotating-hook {
  padding-top: 100px;
}

.product-detail-page--rotating-hook .product-detail-page__inner {
  width: min(100%, 1100px);
}

.product-detail-page__header--rotating-hook {
  margin-bottom: 100px;
}

.product-detail-page--rotating-hook .product-detail-page__title {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  color: #333;
}

.product-detail-page__rotating-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.product-detail-page__rotating-card {
  margin: 0;
  text-align: center;
}

.product-detail-page__rotating-card img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: 300px;
  margin: 0 auto;
  object-fit: contain;
}

.product-detail-page__rotating-card figcaption {
  margin-top: 16px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.product-detail-page__tech-nav--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 20px;
}

.product-detail-page__tech-nav--six a {
  font-size: 16px;
}

.product-detail-page__tech-block--hook .product-detail-page__block-heading {
  line-height: 1.6;
}

.product-detail-page__catalog-book--hook img {
  object-fit: contain;
}

.product-detail-page--coil-lifter {
  padding-top: 100px;
}

.product-detail-page--coil-lifter .product-detail-page__inner {
  width: min(100%, 1100px);
}

.product-detail-page__header--coil-lifter {
  margin-bottom: 80px;
}

.product-detail-page--coil-lifter .product-detail-page__title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  color: #333;
}

.product-detail-page__nav--two {
  grid-template-columns: repeat(2, minmax(0, 250px));
  justify-content: center;
  gap: 80px;
}

.product-detail-page__coil-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.product-detail-page__coil-card {
  margin: 0;
  text-align: center;
}

.product-detail-page__coil-card a {
  display: block;
}

.product-detail-page__coil-card img {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 300px;
  margin: 0 auto;
  object-fit: contain;
}

.product-detail-page__coil-card figcaption {
  margin-top: 16px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.product-detail-page__coil-copy {
  margin-top: 30px;
}

.product-detail-page__coil-copy h4 {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.product-detail-page__coil-points,
.product-detail-page__coil-details {
  margin: 0;
  padding: 0 0 0 15px;
}

.product-detail-page__coil-points {
  list-style: none;
}

.product-detail-page__coil-points li,
.product-detail-page__coil-details p {
  color: #000;
  font-size: 14px;
  line-height: 30px;
}

.product-detail-page__coil-details {
  margin-top: 4px;
}

.product-detail-page__coil-details p {
  margin: 0;
}

.product-detail-page__block--mechanism {
  margin-top: 48px;
}

.product-detail-page__mechanism-title {
  margin: 0 0 20px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.product-detail-page__mechanism-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px 20px;
}

.product-detail-page__mechanism-card {
  border: 1px solid #ccc;
  background: #fff;
}

.product-detail-page__mechanism-card img {
  display: block;
  width: 100%;
  height: 135px;
  object-fit: cover;
}

.product-detail-page__mechanism-body {
  padding: 10px;
}

.product-detail-page__mechanism-body h4,
.product-detail-page__mechanism-body p {
  margin: 0;
  color: #000;
}

.product-detail-page__mechanism-body h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.product-detail-page__mechanism-body p {
  font-size: 12px;
  line-height: 20px;
}

.product-detail-page__catalog--coil-lifter
  .product-detail-page__catalog-book--coil-left {
  left: 90px;
  top: 190px;
}

.product-detail-page__catalog--coil-lifter
  .product-detail-page__catalog-book--coil-right {
  left: auto;
  right: 40px;
  top: 286px;
  transform: rotate(5deg);
}

.product-detail-page__catalog-button--secondary {
  margin-top: 18px;
}

.product-detail-page--slab-tong {
  padding-top: 100px;
}

.product-detail-page--slab-tong .product-detail-page__inner {
  width: min(100%, 1100px);
}

.product-detail-page__header--slab-tong {
  margin-bottom: 80px;
}

.product-detail-page--slab-tong .product-detail-page__title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  color: #333;
}

.product-detail-page__slab-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.product-detail-page__slab-card {
  margin: 0;
  text-align: center;
}

.product-detail-page__slab-card img {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 300px;
  margin: 0 auto;
  object-fit: contain;
}

.product-detail-page__slab-card figcaption {
  margin-top: 16px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.product-detail-page__catalog--slab-tong
  .product-detail-page__catalog-book--slab {
  left: 80px;
  top: 210px;
  transform: rotate(-8deg);
}

.product-detail-page__catalog--slab-tong
  .product-detail-page__catalog-book--slab
  img {
  object-fit: contain;
}

.product-detail-page--beam {
  padding-top: 100px;
}

.product-detail-page--beam .product-detail-page__inner {
  width: min(100%, 1100px);
}

.product-detail-page__header--beam {
  margin-bottom: 80px;
}

.product-detail-page--beam .product-detail-page__title {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  color: #333;
  text-align: center;
}

.product-detail-page__beam-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.product-detail-page__beam-card {
  margin: 0;
  text-align: center;
}

.product-detail-page__beam-card img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 300px;
  margin: 0 auto;
  object-fit: contain;
}

.product-detail-page__beam-card figcaption {
  margin-top: 16px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.product-detail-page--truck-block {
  padding-top: 100px;
}

.product-detail-page--truck-block .product-detail-page__inner {
  width: min(100%, 1100px);
}

.product-detail-page__header--truck-block {
  margin-bottom: 80px;
}

.product-detail-page--truck-block .product-detail-page__title {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  color: #333;
  text-align: center;
}

.product-detail-page__truck-block-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.product-detail-page__truck-block-card {
  margin: 0;
  text-align: center;
}

.product-detail-page__truck-block-card img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 300px;
  margin: 0 auto;
  object-fit: contain;
}

.product-detail-page__truck-block-card figcaption {
  margin-top: 16px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.product-detail-page--tasukaruw {
  padding-top: 100px;
}

.product-detail-page--tasukaruw .product-detail-page__inner {
  width: min(100%, 1100px);
}

.product-detail-page__header--tasukaruw {
  margin-bottom: 80px;
}

.product-detail-page--tasukaruw .product-detail-page__title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  color: #333;
}

.product-detail-page__tasukaruw-lead {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 30px;
}

.product-detail-page__tasukaruw-media {
  flex: 0 0 300px;
  margin: 0;
}

.product-detail-page__tasukaruw-media img {
  display: block;
  width: 100%;
  height: auto;
}

.product-detail-page__tasukaruw-copy {
  flex: 1;
  min-width: 0;
}

.product-detail-page__tasukaruw-copy h4,
.product-detail-page__tasukaruw-copy p {
  margin: 0;
  color: #333;
}

.product-detail-page__tasukaruw-patent {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

.product-detail-page__tasukaruw-patent span {
  color: #ff0000;
  font-weight: 700;
}

.product-detail-page__tasukaruw-copy h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.product-detail-page__tasukaruw-copy p {
  font-size: 14px;
  line-height: 24px;
}

.product-detail-page__tasukaruw-copy p + p {
  margin-top: 6px;
}

.product-detail-page__tasukaruw-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-top: 30px;
}

.product-detail-page__tasukaruw-step {
  border: 1px solid #ccc;
  background: #fff;
}

.product-detail-page__tasukaruw-step img {
  display: block;
  width: 100%;
  height: 135px;
  object-fit: cover;
}

.product-detail-page__tasukaruw-step-body {
  padding: 10px;
}

.product-detail-page__tasukaruw-step-body h4,
.product-detail-page__tasukaruw-step-body p {
  margin: 0;
  color: #000;
}

.product-detail-page__tasukaruw-step-body h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.product-detail-page__tasukaruw-step-body p {
  font-size: 12px;
  line-height: 20px;
}

.product-detail-page__catalog--tasukaruw
  .product-detail-page__catalog-book--tasukaruw {
  left: 90px;
  top: 215px;
  transform: rotate(-5deg);
}

.product-detail-page__catalog--tasukaruw
  .product-detail-page__catalog-book--tasukaruw
  img {
  width: 260px;
  height: auto;
  object-fit: contain;
}

.product-detail-page--new-ws {
  padding-top: 100px;
}

.product-detail-page--new-ws .product-detail-page__inner {
  width: min(100%, 1100px);
}

.product-detail-page__header--new-ws {
  margin-bottom: 90px;
}

.product-detail-page--new-ws .product-detail-page__title {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  color: #333;
}

.product-detail-page__new-ws-stack {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.product-detail-page__new-ws-lead {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 30px;
}

.product-detail-page__new-ws-main-figure {
  flex: 0 0 300px;
  margin: 0;
}

.product-detail-page__new-ws-main-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.product-detail-page__new-ws-copy {
  flex: 1;
  min-width: 0;
}

.product-detail-page__new-ws-copy p {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}

.product-detail-page__new-ws-copy p + p {
  margin-top: 6px;
}

.product-detail-page__new-ws-patent {
  margin-bottom: 20px !important;
  color: #ff0000 !important;
  font-size: 18px !important;
  font-weight: 500;
}

.product-detail-page__new-ws-diagrams {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 30px;
}

.product-detail-page__new-ws-diagram {
  margin: 0;
}

.product-detail-page__new-ws-diagram img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.product-detail-page__new-ws-text {
  margin-top: 30px;
}

.product-detail-page__new-ws-text h4,
.product-detail-page__new-ws-text p {
  margin: 0;
  color: #000;
}

.product-detail-page__new-ws-text h4 {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.product-detail-page__new-ws-text p {
  font-size: 14px;
  line-height: 30px;
}

.product-detail-page__new-ws-feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.product-detail-page__new-ws-feature-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  min-height: 285px;
  margin: 0;
  border: 1px solid #ccc;
  background: #fff;
  padding: 1px;
}

.product-detail-page__new-ws-feature-card img {
  display: block;
  width: min(220px, 100%);
  height: auto;
  object-fit: contain;
}

.product-detail-steps {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 2px;
  background: #ccc;
}

.product-detail-step {
  display: grid;
  grid-template-columns: minmax(0, 354px) 1fr;
  gap: 2px;
}

.product-detail-step__image,
.product-detail-step__body {
  background: #fff;
}

.product-detail-step__image {
  margin: 0;
  min-height: 295px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.product-detail-step__image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.product-detail-step__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px;
}

.product-detail-step__number {
  margin: 0 0 12px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.product-detail-step__text {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.9;
}

.product-detail-step__text + .product-detail-step__text {
  margin-top: 10px;
}

.ft-products-page__intro {
  padding: 0 0 80px;
}

.gijutsu-page {
  padding: 0 20px 80px;
}

.gijutsu-page__inner {
  width: min(100%, 760px);
  margin: 0 auto;
}

.gijutsu-page__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 12px;
  color: #000;
}

.gijutsu-page__header {
  margin-bottom: 28px;
  text-align: center;
}

.gijutsu-page__title {
  margin: 0;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.6;
}

.gijutsu-page__subtitle {
  margin: 12px 0 0;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
}

.gijutsu-page__link {
  margin: 20px 0 0;
  font-size: 12px;
  text-align: left;
}

.gijutsu-page__link a {
  color: #ff9900;
  font-weight: 700;
}

.gijutsu-notfound {
  max-width: 640px;
  margin: 40px auto;
  padding: 24px;
  border: 1px solid #ccc;
  background: #fff;
}

.gijutsu-notfound h1 {
  margin: 0 0 16px;
  font-size: 24px;
}

.gijutsu-card-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border: 2px solid #ccffff;
  background: #ccffff;
}

.gijutsu-card-list__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 2px;
}

.gijutsu-card-list__label,
.gijutsu-card-list__media {
  background: #fff;
}

.gijutsu-card-list__label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 12px;
  text-align: center;
}

.gijutsu-card-list__label a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.gijutsu-card-list__label-sub {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
}

.gijutsu-card-list__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  padding: 16px;
}

.gijutsu-card-list__media img {
  display: block;
  max-width: 100%;
  height: auto;
}

.gijutsu-card-group + .gijutsu-card-group {
  margin-top: 24px;
}

.gijutsu-card-group__title {
  margin: 0 0 12px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.gijutsu-size-page .style13,
.gijutsu-size-page .style15,
.gijutsu-size-page .style16,
.gijutsu-size-page .style17,
.gijutsu-size-page .style19,
.gijutsu-size-page .style20,
.gijutsu-size-page .style21,
.gijutsu-size-page .style22,
.gijutsu-size-page .style23,
.gijutsu-size-page .style24,
.gijutsu-size-page .style25,
.gijutsu-size-page .style26,
.gijutsu-size-page .style28,
.gijutsu-size-page .style29,
.gijutsu-size-page .style33,
.gijutsu-size-page .style39,
.gijutsu-size-page .style41 {
  color: #000;
  font-size: 12px;
}

.gijutsu-size-page .style18,
.gijutsu-size-page .style30 {
  font-family: "MS Gothic", "ＭＳ ゴシック", sans-serif;
}

.gijutsu-size-page .style20,
.gijutsu-size-page .style21,
.gijutsu-size-page .style28,
.gijutsu-size-page .style29,
.gijutsu-size-page .style33,
.gijutsu-size-page .style17 {
  color: #0000ff;
}

.gijutsu-size-page .style21,
.gijutsu-size-page .style24,
.gijutsu-size-page .style26,
.gijutsu-size-page .style28,
.gijutsu-size-page .style17,
.gijutsu-size-page .style29,
.gijutsu-size-page .style33 {
  font-weight: 700;
}

.gijutsu-size-page .style21,
.gijutsu-size-page .style24,
.gijutsu-size-page .style28,
.gijutsu-size-page .style17,
.gijutsu-size-page .style29 {
  font-size: 14px;
}

.gijutsu-size-page {
  padding: 24px 20px 72px;
  overflow-x: auto;
  background: linear-gradient(180deg, #f7fcff 0%, #ffffff 120px);
}

.gijutsu-size-page__header {
  width: min(100%, 1120px);
  margin: 0 auto 16px;
}

.gijutsu-size-page__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  color: #000;
  font-size: 12px;
}

.gijutsu-size-page__title {
  margin: 0;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1.6;
  text-align: center;
}

.gijutsu-size-page > table {
  margin: 0 auto 20px;
  background: #fff;
}

.gijutsu-size-page > table:last-of-type {
  margin-bottom: 0;
}

.gijutsu-size-page table {
  border-color: #bfefff;
}

.gijutsu-size-page td {
  padding: 6px 8px;
  line-height: 1.55;
  vertical-align: middle;
}

.gijutsu-size-page td[bordercolor="#000000"] {
  border-color: #a6b7c3;
}

.gijutsu-size-page td[bgcolor="#33FF66"] {
  background: #dff7df;
}

.gijutsu-size-page td[bgcolor="#99FFFF"] {
  background: #dff7ff;
}

.gijutsu-size-page td[bgcolor="#EEEEEE"] {
  background: #f3f5f7;
}

.gijutsu-size-page a {
  text-decoration: none;
}

.gijutsu-size-page a:hover {
  text-decoration: underline;
}

.gijutsu-size-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.gijutsu-size-page__intro {
  width: min(100%, 1120px);
  margin: 0 auto 16px;
  padding: 18px 20px;
  border-left: 6px solid #4f8dbf;
  background: #eaf6ff;
  box-shadow: 0 10px 24px rgba(46, 88, 122, 0.08);
}

.gijutsu-size-page__intro-title {
  margin: 0;
  color: #0f3a5a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.gijutsu-size-page__intro-text {
  margin: 8px 0 0;
  color: #24445c;
  font-size: 13px;
  line-height: 1.8;
}

.gijutsu-size-page__section-nav {
  width: min(100%, 1120px);
  margin: 0 auto 20px;
  padding: 18px 20px 20px;
  background: #fff;
  border: 1px solid #d7e7f4;
  box-shadow: 0 10px 24px rgba(46, 88, 122, 0.08);
}

.gijutsu-size-page__section-nav-title {
  margin: 0 0 14px;
  color: #0f3a5a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.gijutsu-size-page__section-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gijutsu-size-page__section-nav-list a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #b9d8ec;
  background: #f7fcff;
  color: #0f3a5a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.gijutsu-size-page__section-nav-list a:hover {
  background: #eaf6ff;
  text-decoration: none;
}

.gijutsu-size-page__block-heading {
  background: #dff7df;
}

.gijutsu-size-page__block-meta {
  background: #fff;
}

.gijutsu-size-page__block-heading,
.gijutsu-size-page__block-meta {
  border-color: #a6b7c3;
}

.gijutsu-size-page__cell-accent {
  background: #dff7ff;
  border-color: #a6b7c3;
}

.gijutsu-size-page__cell-muted {
  background: #f3f5f7;
  border-color: #a6b7c3;
}

.product-detail-page .hb-tech-table {
  width: calc(100% - 320px);
  --hb-tech-table-border: #a6b7c3;
  --hb-tech-table-accent-bg: #dff7ff;
  --hb-tech-table-muted-bg: #f3f5f7;
  --hb-tech-table-accent-color: #0000ff;
  --hb-tech-table-base-color: #000;
}

.product-detail-page .hb-tech-table__cell {
  border-color: var(--hb-tech-table-border);
}

.product-detail-page .hb-tech-table__cell,
.product-detail-page .hb-tech-table__cell div,
.product-detail-page .hb-tech-table__cell span {
  font-size: 12px;
  line-height: 1.4;
}

/* .product-detail-page .hb-tech-table__cell--accent,
.product-detail-page .hb-tech-table__cell--accent div,
.product-detail-page .hb-tech-table__cell--accent span,
.product-detail-page .hb-tech-table__cell--line,
.product-detail-page .hb-tech-table__cell--line div,
.product-detail-page .hb-tech-table__cell--line span {
  color: var(--hb-tech-table-accent-color);
  font-weight: 700;
} */

.product-detail-page .hb-tech-table__cell--accent {
  color: var(--hb-tech-table-accent-color);
  font-weight: 700;
  background: var(--hb-tech-table-accent-bg);
}

/* .product-detail-page .hb-tech-table__cell--muted,
.product-detail-page .hb-tech-table__cell--muted div,
.product-detail-page .hb-tech-table__cell--muted span {
  color: var(--hb-tech-table-base-color);
  font-weight: 700;
} */

.product-detail-page .hb-tech-table__cell--muted {
  background: var(--hb-tech-table-muted-bg);
}

.legacy-tech-table {
  --legacy-tech-border: #a6b7c3;
  --legacy-tech-accent-bg: #dff7ff;
  --legacy-tech-muted-bg: #f3f5f7;
  --legacy-tech-line-color: #000;
  --legacy-tech-muted-color: #000;
  --legacy-tech-accent-color: #0000ff;
  --legacy-tech-line-size: 12px;
  --legacy-tech-muted-size: 12px;
  --legacy-tech-accent-size: 14px;
  --legacy-tech-line-weight: 400;
  --legacy-tech-muted-weight: 400;
  --legacy-tech-accent-weight: 700;
}

.legacy-tech-table__cell {
  border-color: var(--legacy-tech-border);
}

.legacy-tech-table__cell--line,
.legacy-tech-table__cell--line div,
.legacy-tech-table__cell--line span {
  color: var(--legacy-tech-line-color);
  font-size: var(--legacy-tech-line-size);
  font-weight: var(--legacy-tech-line-weight);
}

.legacy-tech-table__cell--muted,
.legacy-tech-table__cell--muted div,
.legacy-tech-table__cell--muted span {
  /* color: var(--legacy-tech-muted-color); */
  font-size: var(--legacy-tech-muted-size);
  font-weight: var(--legacy-tech-muted-weight);
}

.legacy-tech-table__cell--accent,
.legacy-tech-table__cell--accent div,
.legacy-tech-table__cell--accent span {
  color: var(--legacy-tech-accent-color);
  font-size: var(--legacy-tech-accent-size);
  font-weight: var(--legacy-tech-accent-weight);
}

.legacy-tech-table__cell--accent {
  background: var(--legacy-tech-accent-bg);
}

.legacy-tech-table__cell--muted {
  background: var(--legacy-tech-muted-bg);
}

.legacy-tech-table--nsp {
  --legacy-tech-muted-color: #000;
  --legacy-tech-muted-weight: 400;
}

.legacy-tech-table--wheel {
  --legacy-tech-muted-color: #0000ff;
}

.legacy-tech-table--hook {
  --legacy-tech-accent-size: 12px;
  --legacy-tech-muted-weight: 400;
}

.legacy-tech-table--hook .gijutsu-row-border td,
.legacy-tech-table--hook .gijutsu-row-border td div,
.legacy-tech-table--hook .gijutsu-row-border td span {
  color: var(--legacy-tech-line-color);
  font-size: var(--legacy-tech-line-size);
  font-weight: var(--legacy-tech-line-weight);
}

.gijutsu-align-left {
  text-align: left;
}

.gijutsu-align-center {
  text-align: center;
}

.gijutsu-cell-center-top {
  text-align: center;
  vertical-align: top;
}

.gijutsu-table-centered {
  margin-right: auto;
  margin-left: auto;
}

.gijutsu-table-cyan {
  border-color: #bfefff;
}

.gijutsu-cell-blank {
  border-color: #fff;
}

.gijutsu-cell-border {
  border-color: #a6b7c3;
}

.gijutsu-row-border {
  border-color: #a6b7c3;
}

.gijutsu-valign-top {
  vertical-align: top;
}

.gijutsu-valign-middle {
  vertical-align: middle;
}

.gijutsu-cell-panel {
  background: #ccffff;
}

.gijutsu-w-64 {
  width: 64px;
}

.gijutsu-w-66 {
  width: 66px;
}

.gijutsu-w-68 {
  width: 68px;
}

.gijutsu-w-73 {
  width: 73px;
}

.gijutsu-w-75 {
  width: 75px;
}

.gijutsu-w-83 {
  width: 83px;
}

.gijutsu-w-265 {
  width: 265px;
}

.gijutsu-w-354 {
  width: 354px;
}

.gijutsu-w-379 {
  width: 379px;
}

.gijutsu-w-97p {
  width: 97%;
}

.gijutsu-w-99p {
  width: 99%;
}

.gijutsu-h-16 {
  height: 16px;
}

.gijutsu-h-17 {
  height: 17px;
}

.gijutsu-h-25 {
  height: 25px;
}

.gijutsu-h-240 {
  height: 240px;
}

.gijutsu-h-2434 {
  height: 2434px;
}

.gijutsu-h-2761 {
  height: 2761px;
}

.gijutsu-w-70 {
  width: 70px;
}

.gijutsu-w-94 {
  width: 94px;
}

.gijutsu-w-150 {
  width: 150px;
}

.gijutsu-w-688 {
  width: 688px;
}

.gijutsu-w-702 {
  width: 702px;
}

.gijutsu-w-718 {
  width: 718px;
}

.gijutsu-w-719 {
  width: 719px;
}

.gijutsu-w-530 {
  width: 530px;
}

.gijutsu-w-531 {
  width: 531px;
}

.gijutsu-w-832 {
  width: 832px;
}

.gijutsu-h-2 {
  height: 2px;
}

.gijutsu-h-19 {
  height: 19px;
}

.gijutsu-h-26 {
  height: 26px;
}

.gijutsu-h-28 {
  height: 28px;
}

.gijutsu-h-29 {
  height: 29px;
}

.gijutsu-h-64 {
  height: 64px;
}

.gijutsu-h-600 {
  height: 600px;
}

.gijutsu-h-3112 {
  height: 3112px;
}

.gijutsu-h-3124 {
  height: 3124px;
}

.gijutsu-w-9 {
  width: 9px;
}

.gijutsu-w-37 {
  width: 37px;
}

.gijutsu-w-44 {
  width: 44px;
}

.gijutsu-w-46 {
  width: 46px;
}

.gijutsu-w-53 {
  width: 53px;
}

.gijutsu-w-60 {
  width: 60px;
}

.gijutsu-w-69 {
  width: 69px;
}

.gijutsu-w-80 {
  width: 80px;
}

.gijutsu-w-98 {
  width: 98px;
}

.gijutsu-w-400 {
  width: 400px;
}

.gijutsu-w-1100 {
  width: 900px;
}

.gijutsu-w-1107 {
  width: 1107px;
}

.gijutsu-w-1121 {
  width: 1121px;
}

.gijutsu-h-13 {
  height: 13px;
}

.gijutsu-h-23 {
  height: 23px;
}

.gijutsu-h-30 {
  height: 30px;
}

.gijutsu-h-35 {
  height: 35px;
}

.gijutsu-h-250 {
  height: 250px;
}

.gijutsu-h-3272 {
  height: 3272px;
}

.gijutsu-h-3305 {
  height: 3305px;
}

.gijutsu-h-3 {
  height: 3px;
}

.gijutsu-h-6 {
  height: 6px;
}

.gijutsu-h-8 {
  height: 8px;
}

.gijutsu-h-32 {
  height: 32px;
}

.gijutsu-h-183 {
  height: 183px;
}

.gijutsu-h-201 {
  height: 201px;
}

.gijutsu-h-215 {
  height: 215px;
}

.gijutsu-h-2025 {
  height: 2025px;
}

.gijutsu-h-2039 {
  height: 2039px;
}

.catalog-page {
  padding: 120px 20px 80px;
}

.catalog-page__inner {
  width: min(100%, 760px);
  margin: 0 auto;
}

.catalog-page__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #000;
}

.catalog-page__header {
  text-align: center;
}

.catalog-page__title {
  margin: 0;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.6;
}

.catalog-page__lead {
  margin: 24px 0 0;
  text-align: center;
}

.catalog-page__lead img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.catalog-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  margin-top: 28px;
  border: 2px solid #ccffff;
  background: #ccffff;
}

.catalog-page__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 24px 20px;
  background: #fff;
  text-align: center;
}

.catalog-page__item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.catalog-page__item-title {
  margin: 16px 0 0;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.catalog-page__notes {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 2px;
  border: 2px solid #ccffff;
  border-top: 0;
  background: #ccffff;
}

.catalog-page__note {
  padding: 20px 24px;
  background: #fff;
}

.catalog-page__note-lead {
  margin: 0;
  color: #ff0000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

.catalog-page__note-text {
  margin: 10px 0 0;
  color: #000;
  font-size: 12px;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .product-detail-page {
    padding: 0 12px 56px;
  }

  .product-detail-page__title {
    font-size: 24px;
    letter-spacing: 0.2em;
  }

  .product-detail-gallery {
    grid-template-columns: 1fr;
  }

  .product-detail-feature {
    grid-template-columns: 1fr;
  }

  .product-detail-feature__image,
  .product-detail-feature__body {
    min-height: auto;
  }

  .product-detail-step {
    grid-template-columns: 1fr;
  }

  .product-detail-step__image {
    min-height: auto;
  }

  .product-detail-step__body {
    padding: 18px 16px 22px;
  }

  .product-detail-gallery__item,
  .product-detail-gallery__item--wide {
    min-height: auto;
  }

  .product-detail-gallery__item--wide {
    grid-column: auto;
  }

  .product-detail-body {
    padding: 24px 18px 28px;
  }

  .product-detail-card--spaced {
    margin-top: 16px;
  }

  .product-detail-feature-list__item {
    grid-template-columns: 1fr;
  }

  .product-detail-feature-list__title {
    border-right: none;
    border-bottom: 1px solid #d7e7f4;
  }

  .product-detail-page--nsp {
    padding-top: 32px;
  }

  .product-detail-page__header--nsp {
    margin-bottom: 56px;
  }

  .product-detail-page--nsp .product-detail-page__title {
    margin-bottom: 32px;
    font-size: 28px;
  }

  .product-detail-page__nav,
  .product-detail-page__tech-nav {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .product-detail-page__nav a,
  .product-detail-page__tech-nav a {
    font-size: 16px;
    line-height: 1.5;
  }

  .product-detail-page__section + .product-detail-page__section {
    margin-top: 56px;
  }

  .product-detail-page__section-bar,
  .product-detail-page__section--technical .product-detail-page__tech-nav {
    margin-bottom: 40px;
  }

  .product-detail-page__section-bar h2 {
    font-size: 24px;
  }

  .product-detail-page__block + .product-detail-page__block,
  .product-detail-page__tech-block + .product-detail-page__tech-block {
    margin-top: 48px;
  }

  .product-detail-page__block-heading {
    font-size: 20px;
  }

  .product-detail-page__feature,
  .product-detail-page__tech-layout {
    flex-direction: column;
  }

  .product-detail-page__feature-media,
  .product-detail-page__tech-main {
    flex-basis: auto;
    width: 100%;
  }

  .product-detail-page__feature-media img {
    max-width: 300px;
    margin: 0 auto;
  }

  .product-detail-page__catalog {
    padding: 72px 12px 56px;
  }

  .product-detail-page__catalog-bg img {
    height: auto;
    min-height: 280px;
  }

  .product-detail-page__catalog-book,
  .product-detail-page__catalog-content {
    position: static;
  }

  .product-detail-page__catalog-book {
    margin: -56px auto 24px;
    transform: rotate(-5deg);
    width: fit-content;
  }

  .product-detail-page__catalog-book img {
    width: 180px;
    height: auto;
  }

  .product-detail-page__catalog-content {
    width: 100%;
    padding: 0 12px 24px;
  }

  .product-detail-page__catalog-content h2 {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .product-detail-page__catalog-lead {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .product-detail-page__catalog-text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.9;
  }

  .product-detail-page--wheel {
    padding-top: 32px;
  }

  .product-detail-page__header--wheel {
    margin-bottom: 56px;
  }

  .product-detail-page--wheel .product-detail-page__title {
    margin-bottom: 32px;
    font-size: 28px;
  }

  .product-detail-page__wheel-gallery {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-detail-page__tech-stack {
    gap: 24px;
  }

  .product-detail-page--rotating-hook {
    padding-top: 32px;
  }

  .product-detail-page__header--rotating-hook {
    margin-bottom: 56px;
  }

  .product-detail-page--rotating-hook .product-detail-page__title {
    margin-bottom: 32px;
    font-size: 28px;
  }

  .product-detail-page__rotating-gallery,
  .product-detail-page__tech-nav--six {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-detail-page__rotating-card img {
    height: auto;
    max-width: 220px;
  }

  .product-detail-page--coil-lifter {
    padding-top: 32px;
  }

  .product-detail-page__header--coil-lifter {
    margin-bottom: 56px;
  }

  .product-detail-page--coil-lifter .product-detail-page__title {
    margin-bottom: 32px;
    font-size: 28px;
  }

  .product-detail-page__nav--two,
  .product-detail-page__coil-gallery,
  .product-detail-page__mechanism-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-detail-page__coil-card img {
    height: auto;
    max-width: 280px;
  }

  .product-detail-page__catalog--coil-lifter
    .product-detail-page__catalog-book--coil-left,
  .product-detail-page__catalog--coil-lifter
    .product-detail-page__catalog-book--coil-right {
    left: auto;
    right: auto;
    top: auto;
    margin: 0 auto 24px;
    transform: rotate(0);
  }

  .product-detail-page__catalog-button--secondary {
    margin-top: 12px;
  }

  .product-detail-page--slab-tong {
    padding-top: 32px;
  }

  .product-detail-page__header--slab-tong {
    margin-bottom: 56px;
  }

  .product-detail-page--slab-tong .product-detail-page__title {
    margin-bottom: 32px;
    font-size: 28px;
  }

  .product-detail-page__slab-gallery {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-detail-page__slab-card img {
    height: auto;
  }

  .product-detail-page__catalog--slab-tong
    .product-detail-page__catalog-book--slab {
    left: auto;
    top: auto;
    transform: rotate(0);
  }

  .product-detail-page--beam {
    padding-top: 32px;
  }

  .product-detail-page__header--beam {
    margin-bottom: 56px;
  }

  .product-detail-page--beam .product-detail-page__title {
    font-size: 28px;
  }

  .product-detail-page__beam-gallery {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-detail-page__beam-card img {
    height: auto;
  }

  .product-detail-page--truck-block {
    padding-top: 32px;
  }

  .product-detail-page__header--truck-block {
    margin-bottom: 56px;
  }

  .product-detail-page--truck-block .product-detail-page__title {
    font-size: 28px;
  }

  .product-detail-page__truck-block-gallery {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-detail-page__truck-block-card img {
    height: auto;
  }

  .product-detail-page--tasukaruw {
    padding-top: 32px;
  }

  .product-detail-page__header--tasukaruw {
    margin-bottom: 56px;
  }

  .product-detail-page--tasukaruw .product-detail-page__title {
    margin-bottom: 32px;
    font-size: 28px;
  }

  .product-detail-page__tasukaruw-lead {
    flex-direction: column;
  }

  .product-detail-page__tasukaruw-media {
    flex-basis: auto;
    width: 100%;
  }

  .product-detail-page__tasukaruw-media img {
    max-width: 300px;
    margin: 0 auto;
  }

  .product-detail-page__tasukaruw-steps {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-detail-page__catalog--tasukaruw
    .product-detail-page__catalog-book--tasukaruw {
    left: auto;
    top: auto;
    transform: rotate(0);
  }

  .product-detail-page--new-ws {
    padding-top: 32px;
  }

  .product-detail-page__header--new-ws {
    margin-bottom: 56px;
  }

  .product-detail-page--new-ws .product-detail-page__title {
    font-size: 28px;
  }

  .product-detail-page__new-ws-stack {
    gap: 56px;
  }

  .product-detail-page__new-ws-lead {
    flex-direction: column;
  }

  .product-detail-page__new-ws-main-figure {
    flex-basis: auto;
    width: 100%;
  }

  .product-detail-page__new-ws-main-figure img {
    max-width: 300px;
    margin: 0 auto;
  }

  .product-detail-page__new-ws-diagrams {
    grid-template-columns: 1fr;
  }

  .product-detail-page__new-ws-feature-grid {
    gap: 24px;
  }

  .product-detail-page__new-ws-feature-card {
    width: 100%;
    min-height: auto;
    padding: 16px;
  }

  .product-legacy-page {
    padding: 0 12px 56px;
  }

  .product-legacy-page .seihin-notfound {
    margin-top: 24px;
    padding: 20px;
  }

  .ft-products-page__intro {
    padding-bottom: 56px;
  }

  .gijutsu-page {
    padding: 0 12px 56px;
  }

  .gijutsu-page__title {
    font-size: 24px;
    letter-spacing: 0.18em;
  }

  .gijutsu-notfound {
    margin-top: 24px;
    padding: 20px;
  }

  .gijutsu-card-list__row {
    grid-template-columns: 1fr;
  }

  .gijutsu-card-list__label {
    padding: 16px 12px;
  }

  .gijutsu-card-list__media {
    min-height: auto;
  }

  .gijutsu-card-group + .gijutsu-card-group {
    margin-top: 16px;
  }

  .gijutsu-size-page {
    padding: 16px 12px 48px;
    -webkit-overflow-scrolling: touch;
  }

  .gijutsu-size-page > table {
    margin-bottom: 16px;
  }

  .gijutsu-size-page td {
    padding: 5px 6px;
    white-space: nowrap;
  }

  .gijutsu-size-page__title {
    font-size: 24px;
    letter-spacing: 0.16em;
  }

  .gijutsu-size-page__intro,
  .gijutsu-size-page__section-nav {
    padding: 16px;
  }

  .gijutsu-size-page__intro-title {
    font-size: 16px;
  }

  .gijutsu-size-page__intro-text,
  .gijutsu-size-page__section-nav-list a {
    font-size: 12px;
  }

  .catalog-page {
    padding: 80px 12px 56px;
  }

  .catalog-page__title {
    font-size: 24px;
    letter-spacing: 0.18em;
  }

  .catalog-page__grid {
    grid-template-columns: 1fr;
  }

  .catalog-page__item {
    min-height: auto;
    padding: 20px 16px;
  }

  .catalog-page__note {
    padding: 18px 16px;
  }

  .catalog-page__note-lead {
    font-size: 16px;
  }
}
/*
  Product フックブロック
*/
.product-detail-page .container {
  width: 1100px;
}
.product-detail-page .page-header {
  padding: 100px 0 70px;
}

/* .product-detail-page .page-header__inner {
  max-width: 900px;
} */

.product-detail-page .page-title {
  margin-bottom: 50px;
  text-align: center;
  color: #333333;
  font-size: 36px;
  font-weight: 400;
}

/* .product-detail-page .page-anchor-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
} */

.product-detail-page .page-anchor-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 8px;
  color: #000000;
  font-size: 18px;
  line-height: 50px;
}

.product-detail-page .page-anchor-nav a::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  transform: rotate(45deg);
}

.product-detail-page .section-bar {
  background: #b3b3b3;
  margin-bottom: 80px;
}

.product-detail-page .fs30 {
  display: block;
  color: #fff;
  text-align: center;
}

.product-detail-page .product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
  margin-bottom: 80px;
}

.product-detail-page .product-card {
  text-align: center;
}

.product-detail-page .product-card img {
  width: 220px;
  height: 300px;
  margin: 0 auto 10px;
  object-fit: cover;
}

.product-detail-page .product-card h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.product-detail-page .product-detail {
  margin-bottom: 80px;
}

.product-detail-page .product-detail-list,
.product-detail-page .product-detail + .product-detail {
  margin-top: 80px;
}

.product-detail-page .product-detail.table {
  width: 1100px;
  margin: 0 auto;
}

.product-detail-page .product-detail__title {
  padding: 80px 0 30px;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.product-detail-page .product-detail__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* gap: 30px; */
  margin-top: 30px;
}

.product-detail-page .product-detail__content img:first-child {
  width: 320px;
  /* height: 250px; */
  object-fit: cover;
}

.product-detail-page .product-detail__content img:last-child {
  width: 552px;
  height: 329px;
  object-fit: cover;
}

.product-detail-page .product-detail__content--text {
  align-items: flex-start;
}

.product-detail-page .product-detail__content--text img {
  width: 300px !important;
  height: 300px !important;
  object-fit: cover;
}

.product-detail-page .product-detail__text {
  flex: 1;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.product-detail-page .section-tech {
  padding-top: 60px;
}

.product-detail-page .tech-link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 45px;
  margin-bottom: 20px;
}

.product-detail-page .tech-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  border-bottom: 1px solid #cccccc;
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
}

.product-detail-page .tech-link::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  transform: rotate(45deg);
}

.product-detail-page .catalog-section {
  padding: 120px 0 80px;
}

.product-detail-page .catalog-section__inner,
.product-detail-page .catalog-section__inner.container {
  position: relative;
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}

.product-detail-page .catalog-section__bg img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.product-detail-page .catalog-section__book {
  position: absolute;
  top: 130px;
  left: 160px;
}

.product-detail-page .catalog-section__book img {
  width: 263px;
  height: auto;
}

.product-detail-page .catalog-section__book .yoko {
  width: 400px;
  height: auto;
  margin-left: -50px;
}

.product-detail-page .catalog-section__content {
  width: 100%;
  position: absolute;
  top: 56px;
  left: 0;
  /* width: min(612px, calc(100% - 410px)); */
}

.product-detail-page .catalog-section__content h2 {
  margin-bottom: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
}

.product-detail-page .catalog-section__lead {
  margin-left: 45%;
  margin-bottom: 50px;
  color: #000000;
  font-size: 20px;
  line-height: 1.8;
}

.product-detail-page .catalog-section__text {
  margin-left: 40%;
  margin-bottom: 29px;
  color: #000000;
  font-size: 16px;
  line-height: 26px;
}

.catalog-section__content .btn-primary {
  margin-left: 50%;
  transform: translateX(-50%);
}
.product-detail-page__catalog--coil-lifter {
  margin-bottom: 220px;
  & .product-detail-page__catalog-book--coil-right {
    top: 300px;
    left: 73%;
  }
  & .product-detail-page__catalog-button--secondary {
    margin: 120px 0 0 60%;
  }
}
@media (max-width: 1100px) {
  .product-detail-page .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-detail-page .page-anchor-nav,
  .product-detail-page .tech-link-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-detail-page .product-detail__content {
    flex-direction: column;
    align-items: center;
  }

  .product-detail-page .catalog-section__content {
    position: static;
    width: 100%;
    margin-top: 30px;
  }

  .product-detail-page .catalog-section__book {
    position: static;
    width: fit-content;
    margin: 30px auto 0;
    transform: none;
  }

  .product-detail-page .catalog-section__content h2 {
    color: #333333;
  }

  .product-detail-page .catalog-section__lead {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .product-detail-page .page-anchor-nav,
  .product-detail-page .tech-link-grid,
  .product-detail-page .product-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-page .page-title {
    font-size: 28px;
  }

  .product-detail-page .section {
    padding: 70px 0;
  }

  .product-detail-page .section-bar h2 {
    font-size: 24px;
  }

  .product-detail-page .product-detail__title {
    font-size: 20px;
  }
}

.entry-form-page {
  padding: 100px 20px;
  background: rgba(213, 232, 246, 0.5);
}

.entry-form-page__inner {
  width: min(100%, 800px);
  margin: 0 auto;
}

.entry-form-page__header {
  margin-bottom: 74px;
  text-align: center;
}

.entry-form-page__en {
  margin-bottom: -14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(52px, 8vw, 80px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

.entry-form-page__title {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.12em;
}

.entry-form-page__lead,
.entry-form-page__sublead {
  color: #000000;
  text-align: center;
  letter-spacing: 0.12em;
}

.entry-form-page__lead {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.entry-form-page__sublead {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.entry-form-page__custom-content {
  width: 100%;
}

.entry-form-page__form {
  width: 100%;
}

.entry-form-page__rows {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.entry-form-page__row {
  display: grid;
  grid-template-columns: 220px minmax(0, 500px);
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.entry-form-page__row--privacy {
  align-items: start;
  margin-top: 2px;
}

.entry-form-page__label-block {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 40px;
}

.entry-form-page__label-block--stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  min-height: 91px;
}

.entry-form-page__label-line {
  display: flex;
  align-items: center;
  gap: 15px;
}

.entry-form-page__label {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.entry-form-page__label--required::after {
  content: "必須";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 3px;
  margin-left: 15px;
  background: #ff9c2c;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.entry-form-page__note {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.entry-form-page__field {
  width: 100%;
}

.entry-form-page__field--inline {
  display: flex;
  align-items: center;
}

.entry-form-page__checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}

.entry-form-page__option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.entry-form-page__option--radio + .entry-form-page__option--radio {
  margin-left: 50px;
}

.entry-form-page__option input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #018de7;
}

.entry-form-page__input,
.entry-form-page__textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  color: #333333;
  font-size: 14px;
  font-family: inherit;
  padding: 10px 14px;
  outline: none;
}

.entry-form-page__input {
  height: 40px;
}

.entry-form-page__textarea {
  min-height: 150px;
  resize: vertical;
}

.entry-form-page__field--privacy {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-top: 8px;
}

.entry-form-page__privacy-link {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-decoration: underline;
}

.entry-form-page__actions {
  margin-top: 74px;
  text-align: center;
}

.entry-form-page__submit {
  width: 200px;
  min-height: 50px;
  border: 0;
  background: #018de7;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.entry-form-page__submit:hover {
  opacity: 0.9;
}

.recruit-contact-page,contact-page {
  padding: 100px 20px 100px;
  background: rgba(213, 232, 246, 0.5);
  margin-bottom: 100px;
}

.recruit-contact-page__inner ,.contact-page__inner {
  width: min(100%, 800px);
  margin: 0 auto;
}

.recruit-contact-page__header ,.contact-page__header {
  margin-bottom: 74px;
  text-align: center;
}

.recruit-contact-page__en ,.contact-page__en {
  margin-bottom: -14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(52px, 8vw, 80px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

.recruit-contact-page__title ,.contact-page__title {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.12em;
  margin-top: -40px;
}

.recruit-contact-page__lead,
.recruit-contact-page__sublead {
  color: #000000;
  text-align: center;
  letter-spacing: 0.12em;
}

.recruit-contact-page__lead {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.recruit-contact-page__sublead {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.recruit-contact-page__custom-content,
.recruit-contact-page__form,
.recruit-contact-page__field {
  width: 100%;
}

.recruit-contact-page__rows {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.recruit-contact-page__field {
    & input:focus-visible,textarea:focus-visible {
      outline: 2px solid #51a4ce;
    }
  }
.recruit-contact-page__row {
  display: grid;
  grid-template-columns: 240px minmax(0, 500px);
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.recruit-contact-page__row--privacy {
  align-items: start;
  margin-top: 2px;
}

.recruit-contact-page__label-block {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 40px;
}

.recruit-contact-page__label {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.recruit-contact-page__label--required::after {
  content: "必須";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 3px;
  margin-left: 15px;
  background: #ff9c2c;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.recruit-contact-page__input,
.recruit-contact-page__textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  color: #333333;
  font-size: 14px;
  font-family: inherit;
  padding: 10px 14px;
  outline: none;
}

.recruit-contact-page__input {
  height: 40px;
  border: 1px solid #ccc;
}

.recruit-contact-page__textarea {
  min-height: 150px;
  resize: vertical;
  border: 1px solid #ccc;
}

.recruit-contact-page__field--privacy {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-top: 8px;
}

.recruit-contact-page__option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.recruit-contact-page__option input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #018de7;
}

.recruit-contact-page__privacy-link {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-decoration: underline;
}

.recruit-contact-page__actions {
  margin-top: 74px;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.recruit-contact-page__submit {
  width: 200px;
  min-height: 50px;
  border: 0;
  background: #018de7;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.recruit-contact-page__submit:hover {
  opacity: 0.9;
}
.mwform-checkbox-field-text{
  vertical-align: 20%;
}
  .mwform-tel-field input {
      width: auto !important;
  }
@media screen and (max-width: 1024px) {
  .entry-form-page {
    padding: 80px 20px;
  }

  .recruit-contact-page ,.contact-page {
    padding: 80px 20px;
  }

  .entry-form-page__header {
    margin-bottom: 56px;
  }

  .recruit-contact-page__header ,.contact-page__header {
    margin-bottom: 56px;
  }

  .entry-form-page__rows {
    gap: 24px;
  }

  .recruit-contact-page__rows {
    gap: 24px;
  }

  .entry-form-page__row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .entry-form-page__label-block,
  .entry-form-page__label-block--stacked {
    min-height: 0;
  }

  .recruit-contact-page__label-block {
    min-height: 0;
  }

  .entry-form-page__field--privacy {
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 0;
  }

  .recruit-contact-page__field--privacy {
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 0;
  }

  .entry-form-page__actions {
    margin-top: 56px;
  }

  .recruit-contact-page__actions {
    margin-top: 56px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-contact-page__header h1,.contact-page__header h1{
    margin-top: 20px;
  }
  .entry-form-page {
    padding: 60px 20px;
  }

  .recruit-contact-page ,.contact-page {
    padding: 60px 20px;
  }

  .entry-form-page__title {
    font-size: 24px;
    line-height: 1.6;
  }

  .recruit-contact-page__title,.contact-page__title {
    font-size: 24px;
    line-height: 1.6;
  }

  .recruit-contact-page__lead {
    font-size: 15px;
  }

  .entry-form-page__sublead {
    font-size: 13px;
  }

  .recruit-contact-page__sublead {
    font-size: 14px;
  }

  .entry-form-page__checkboxes {
    gap: 10px 18px;
  }

  .entry-form-page__option {
    width: calc(50% - 9px);
    min-width: 132px;
  }

  .entry-form-page__field--inline {
    display: block;
  }

  .entry-form-page__option--radio + .entry-form-page__option--radio {
    margin-left: 0;
    margin-top: 12px;
  }

  .entry-form-page__field--privacy {
    display: block;
  }

  .recruit-contact-page__field--privacy {
    vertical-align: 20%;
  }

  .entry-form-page__privacy-link {
    display: inline-block;
    margin-top: 12px;
  }

  .recruit-contact-page__privacy-link {
    display: inline-block;
  }

  .entry-form-page__actions {
    margin-top: 48px;
  }

  .recruit-contact-page__actions {
    margin-top: 48px;
  }

  .entry-form-page__submit {
    width: 100%;
    max-width: 280px;
  }

  .recruit-contact-page__submit {
    width: 100%;
    max-width: 280px;
  }
}
@media screen and (max-width: 480px) {  
  .recruit-contact-page__row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .mwform-tel-field{
    display: flex;
    gap: 5px;
    & input {
      width: 25% !important;
    }
  }
  .recruit-contact-page__header,.contact-page__header {
    padding: 0 20px;
  }
}
/* =========================
  Responsive balance update
========================= */
@media screen and (max-width: 1024px) {
  .subpage-main-visual__overlay {
    width: min(100%, calc(100% - 40px));
  }

  .subpage-main-visual__subtitle {
    max-width: 680px;
  }

  /* .home-hero {
    min-height: 640px;
  } */

  .home-hero__content {
    max-width: calc(100% - 40px);
  }

  .home-about__container,
  #recruit .home-recruit__container {
    align-items: stretch;
  }

  .home-about__image2-stage,
  .top-recruit-image-1-stage {
    max-width: 720px;
    margin: 0 auto;
  }

  .home-strengths__item {
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.22);
  }

  .home-topics__container {
    width: min(92%, 800px);
  }

  .ft-products-list {
    width: min(100%, 920px);
    gap: 32px 24px;
  }

  .ft-products-caution {
    padding: 72px 0;
  }

  .subpage-about .container800,
  .company-profile__table-wrap,
  .history-table-wrap {
    max-width: min(100%, 800px);
  }

  .member-daily-container {
    width: min(100%, calc(100% - 40px));
    flex-direction: column;
  }

  .member-daily-section__inner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .subpage-main-visual__inner,
  .subpage-main-visual__overlay {
    min-height: clamp(220px, 64vw, 300px);
  }

  .subpage-main-visual__subtitle {
    line-height: 1.7;
    text-align: justify;
  }

  .subpage-main-visual__subtitle.subpage-main-visual__subtitle--product-child {
    font-size: clamp(18px, 5.4vw, 24px);
    text-align: center;
  }

  .subpage-main-visual__subtitle.subpage-main-visual__subtitle--product-index {
    font-size: clamp(13px, 3.6vw, 18px);
    line-height: 1.6;
    text-align: justify;
  }

  .home-hero {
    height: auto;
    min-height: 560px;
    padding-top: 50px;
  }

  .home-hero__video {
    height: 100%;
  }

  .home-hero__overlay {
    background: rgba(0, 0, 0, 0.42);
  }

  .logo-white {
    top: 0;
    left: 20px;
  }

  .home-hero__lead {
    font-size: clamp(13px, 3.2vw, 18px);
    line-height: 1.7;
    letter-spacing: 0.08em;
  }

  .home-hero__title {
    font-size: clamp(28px, 7vw, 40px);
    line-height: 1.45;
    letter-spacing: 0.04em;
  }

  .section-slant,
  .home-topics {
    padding: 64px 0;
  }

  .container h3,
  .top-product-title-sub h3 {
    /* font-size: clamp(22px, 6vw, 24px); */
    line-height: 1.55;
  }

  .container p,
  .top-product-title-sub p,
  .recruit_txt p {
    /* line-height: 1.9; */
  }

  .home-about__image1,
  .top-product-image-1,
  .top-recruit-image-2 {
    opacity: 0.85;
  }

  .home-about__image2-mask,
  .home-about__image2,
  #recruit .home-recruit__container .top-recruit-image-1 {
    max-height: none;
    height: 60vw;
  }

  .home-strengths__list {
    padding: 28px 0 8px;
  }

  .home-strengths__item {
    align-items: flex-start;
    text-align: left;
    & p{
      margin: 0 auto 10px;
    }
  }
.home-strengths__item.par{
  & .home-strengths__number{
    letter-spacing: -0.05em;
    margin-left:20px;
  }
  & .home-strengths__to-small{
    left: -10px;
  }
}
  .home-strengths__value {
    width: 100%;
    text-align: center;
  }

  .home-products {
    padding-bottom: 64px;
  }

  .home-products__slider img {
    height: 180px;
  }

  .home-topics__container {
    width: min(92%, 800px);
  }

  .home-topics__link {
    align-items: flex-start;
  }

  .product-section__hero,
  .product-overview__header .fb_banner {
    height: 220px;
  }

  .product-section__hero h2,
  .product-overview__header > h4 {
    padding: 0 20px;
    font-size: clamp(28px, 8vw, 38px);
  }

  .product-overview__header > h4 {
    width: 100%;
    top: 110px;
  }

  .product-section__lead,
  .product-achievements__lead,
  .product-overview__header p {
    font-size: 15px;
    line-height: 1.9;
  }

  .ft-products-page {
    padding: 56px 20px;
  }

  .ft-products-list {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 56px;
  }

  .ft-products-item img {
    max-width: 100%;
    max-height: 220px;
  }

  .ft-products-caution {
    padding: 48px 0;
  }

  .ft-products-caution a img {
    width: min(42%, 150px);
  }

  .subpage-about .container800 p,
  .company-profile__table th,
  .company-profile__table td,
  .history-table th,
  .history-table td {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .company-profile,
  .history-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .member-daily-container {
    width: min(100%, calc(100% - 32px));
    gap: 24px;
  }

  .member-daily-card {
    padding: 24px 18px;
  }

  .member-daily-card__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
  }

  .member-daily-item {
    grid-template-columns: 92px 1fr;
    gap: 18px;
  }

  .member-daily-time {
    font-size: 20px;
  }

  .flow-box {
    /* padding: 18px 16px; */
    justify-content: center;
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.6;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .logo-white {
        top: -120px;
  }
  .subpage-header-content {
    padding: 10px 20px;
  }
  p.subpage-main-visual__subtitle {
    line-height: 1.5;
    margin:20px 0 30%;
  }
  .subpage-header-left img {
    height: 40px;
    padding-top: 0;
  }
  .subpage-main-visual__title {
    margin-top: 200px;
  }
  .home-hero {
    min-height: 90vh;
    padding-top: 140px;
  }

  .home-hero__content {
    bottom: 48px;
  }

  .home-about__image1 {
    width: 80px;
    top: -5vw;
    left: auto;
    right: 8px;
  }

  .home-products__slider img {
    height: 160px;
  }

  .product-overview__image,
  .product-overview__item--hook .product-overview__image,
  .product-overview__item--wide .product-overview__image,
  .product-grid__image,
  .product-grid--compact .product-grid__image {
    width: min(68vw, 230px);
    height: 220px;
  }

  .product-grid--two {
    column-gap: 30px;
  }

  .member-daily-item {
    /* grid-template-columns: 1fr; */
    gap: 8px;
  }

  .member-daily-item::after {
    /* display: none; */
  }

  .member-daily-container {
    gap: 0;
  }
  .flow-box {
    font-size: 16px;
    min-height: 96px;
    padding: 18px 0 18px 20%;
    justify-content: center;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  body.subpage-company-body,
  body.subpage-product-body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body.subpage-company-body .site-header,
  body.subpage-company-body .subpage-header-inner,
  body.subpage-product-body .site-header,
  body.subpage-product-body .subpage-header-inner {
    left: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
  }

  body.subpage-company-body .site-header .header-inner,
  body.subpage-company-body .subpage-header-content,
  body.subpage-product-body .site-header .header-inner,
  body.subpage-product-body .subpage-header-content {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  body.subpage-company-body .global-nav--mobile,
  body.subpage-company-body.mobile-nav-open .global-nav--mobile,
  body.subpage-product-body .global-nav--mobile,
  body.subpage-product-body.mobile-nav-open .global-nav--mobile {
    left: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  body.subpage-company-body .subpage-company {
    max-width: 100%;
    overflow-x: clip;
  }

  body.subpage-product-body .subpage-products-fixed {
    max-width: 100%;
    overflow-x: clip;
  }
}

/* @media screen and (max-width: 1024px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body.subpage-mobile-menu-fix {
    overflow-x: hidden;
  }

  body.subpage-mobile-menu-fix .site-header {
    left: 0;
    right: 0;
    width: auto;
    max-width: 100vw;
  }

  body.subpage-mobile-menu-fix .site-header .header-inner {
    width: 100%;
    max-width: 100%;
  }

  body.subpage-mobile-menu-fix .global-nav--mobile {
    left: 0;
    right: 0;
    width: auto;
    max-width: none;
  }

  body.no-scroll .product-scroll-toc {
    opacity: 0;
    pointer-events: none;
  }

  body.subpage-about-body .subpage-about,
  body.subpage-about-body .subpage-about .section-white,
  body.subpage-about-body .subpage-about .section-blue,
  body.subpage-about-body .subpage-about .company-download,
  body.subpage-about-body .subpage-about .access,
  body.subpage-mobile-menu-fix .subpage-company,
  body.subpage-mobile-menu-fix .subpage-company .section-white,
  body.subpage-mobile-menu-fix .subpage-company .section-blue,
  body.subpage-mobile-menu-fix .subpage-company .introduction,
  body.subpage-mobile-menu-fix .subpage-company .features,
  body.subpage-mobile-menu-fix .subpage-company .company-greeting {
    overflow-x: clip;
  }

  body.subpage-about-body .subpage-about iframe {
    max-width: 100%;
  }
} */

/* @media screen and (max-width: 1024px) {
  body.mobile-nav-open .global-nav--mobile,
  body.subpage-mobile-menu-fix.mobile-nav-open .global-nav--mobile {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: auto !important;
    max-width: none !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    padding: 84px 20px 28px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    transform: none !important;
    translate: none !important;
    z-index: 2000 !important;
  }

  body.mobile-nav-open .global-nav--mobile ul {
    width: 100% !important;
    max-width: 320px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px !important;
    box-sizing: border-box !important;
  }

  body.mobile-nav-open .global-nav--mobile a {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 6px 0 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: anywhere !important;
  }

  body.mobile-nav-open .site-header,
  body.mobile-nav-open .subpage-header-inner {
    max-width: 100% !important;
    overflow: visible !important;
  }
} */

/* @media screen and (max-width: 1024px) {
  body.mobile-nav-open .nav-overlay.active {
    z-index: 1990;
    background: rgba(0, 0, 0, 0.52);
    backdrop-filter: blur(3px);
  }

  body.mobile-nav-open .global-nav--mobile,
  body.subpage-mobile-menu-fix.mobile-nav-open .global-nav--mobile {
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    width: min(360px, calc(100vw - 40px)) !important;
    height: auto !important;
    max-height: calc(100dvh - 48px) !important;
    min-height: 0 !important;
    padding: 64px 28px 28px !important;
    display: block !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24) !important;
    transform: translate(-50%, -50%) scale(1) !important;
    z-index: 2000 !important;
  }

  body.mobile-nav-open .global-nav--mobile ul {
    width: 100% !important;
    max-width: none !important;
    gap: 0 !important;
  }

  body.mobile-nav-open .global-nav--mobile li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }

  body.mobile-nav-open .global-nav--mobile a {
    padding: 13px 0 !important;
    color: #111 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  body.mobile-nav-open .global-nav--mobile a::after {
    display: none;
  }

  .mobile-nav-close {
    position: absolute;
    top: 14px;
    right: 16px;
    z-index: 1;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.06);
    color: #111;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
  }

  .mobile-nav-close:hover,
  .mobile-nav-close:focus-visible {
    background: rgba(0, 0, 0, 0.12);
    outline: none;
  }
}

body.home.mobile-nav-open .nav-overlay.active,
body.front-page.mobile-nav-open .nav-overlay.active {
  z-index: 1990;
  background: rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(3px);
}

body.home.mobile-nav-open .global-nav--mobile,
body.front-page.mobile-nav-open .global-nav--mobile {
  position: fixed !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
  width: min(360px, calc(100vw - 40px)) !important;
  height: auto !important;
  max-height: calc(100dvh - 48px) !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 64px 28px 28px !important;
  display: block !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-sizing: border-box !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24) !important;
  transform: translate(-50%, -50%) scale(1) !important;
  z-index: 2000 !important;
}

body.home.mobile-nav-open .global-nav--mobile ul,
body.front-page.mobile-nav-open .global-nav--mobile ul {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0 !important;
  box-sizing: border-box !important;
}

body.home.mobile-nav-open .global-nav--mobile li + li,
body.front-page.mobile-nav-open .global-nav--mobile li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

body.home.mobile-nav-open .global-nav--mobile a,
body.front-page.mobile-nav-open .global-nav--mobile a {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 13px 0 !important;
  color: #111 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  text-align: center !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

body.home.mobile-nav-open .global-nav--mobile a::after,
body.front-page.mobile-nav-open .global-nav--mobile a::after {
  display: none;
} */

body.mobile-nav-open .site-header,
body.mobile-nav-open .recruit-static-header,
body.mobile-nav-open .subpage-header-inner,
body.mobile-nav-open .home-menu-button {
  z-index: 990 !important;
}

body.mobile-nav-open .site-header,
body.mobile-nav-open .recruit-static-header,
body.mobile-nav-open .subpage-header-inner,
body.mobile-nav-open .home-menu-button {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.recruit-mobile-menu {
  --recruit-menu-blue: #0029d8;
  --recruit-menu-light-blue: #73b1e1;
  position: fixed;
  inset: 0;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 70px 120px 64px;
  background: #f4f4f4;
  display: block;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 2100;
}

.recruit-mobile-menu.open {
  right: auto;
  opacity: 1;
  visibility: visible;
}

.recruit-mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recruit-mobile-menu__brand-group {
  display: flex;
  align-items: center;
  gap: 40px;
}

.recruit-mobile-menu__logo img {
  width: 310px;
  height: 50px;
  object-fit: contain;
}

.recruit-mobile-menu__home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 83px;
  min-height: 31px;
  padding: 4px 20px 10px;
  background: var(--recruit-menu-light-blue);
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.recruit-mobile-menu__close {
  position: relative;
  width: 30px;
  height: 30px;
  top: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.recruit-mobile-menu__close span {
  position: absolute;
  top: 14px;
  left: -4px;
  width: 38px;
  height: 2px;
  background: #111;
}

.recruit-mobile-menu__close span:first-child {
  transform: rotate(45deg);
}

.recruit-mobile-menu__close span:last-child {
  transform: rotate(-45deg);
}

.recruit-mobile-menu__body {
  width: min(100%, 888px);
  margin: 96px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 70px;
  position: relative;
}

.recruit-mobile-menu__lead {
  grid-column: 1 / 2;
}

.recruit-mobile-menu__title-link,
.recruit-mobile-menu__item-link {
  position: relative;
  display: block;
  padding-right: 44px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--recruit-menu-light-blue);
}

.recruit-mobile-menu__title {
  display: block;
  color: var(--recruit-menu-blue);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
}

.recruit-mobile-menu__contact {
  grid-column: 2 / 3;
  justify-self: center;
  width: 184px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--recruit-menu-blue);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 0 auto;
}

.recruit-mobile-menu__item {
  min-width: 0;
  margin-bottom: 34px;
}

.recruit-mobile-menu__en {
  display: block;
  color: var(--recruit-menu-light-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.recruit-mobile-menu__ja {
  display: block;
  margin-top: 2px;
  color: #111;
  font-size: 14px;
  line-height: 1.5;
}

.recruit-mobile-menu__arrow {
  position: absolute;
  right: -2px;
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--recruit-menu-blue);
  transform: translateY(-50%);
}

.recruit-mobile-menu__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-60%, -50%) rotate(45deg);
}

.recruit-mobile-menu__arrow--light {
  width: 22px;
  height: 22px;
  background: var(--recruit-menu-light-blue);
}

.recruit-mobile-menu__sublist {
  margin: 14px 0 0 30px;
  padding: 0;
  display: grid;
  gap: 6px;
}

ul.recruit-mobile-menu__sublist--two {
  display: block;
  grid-template-columns: 1fr 1fr;
  gap: 6px 28px;
  margin-top: 10px;
  padding-left: 40px;
}

.recruit-mobile-menu__sublist li {
  position: relative;
  color: #111;
  font-size: 13px;
  line-height: 1.5;
}

.recruit-mobile-menu__sublist li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: -17px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  transform: rotate(45deg);
}

.recruit-mobile-menu a::after {
  display: none;
}

.recruit-mobile-menu .recruit-mobile-menu__sublist a {
  display: inline;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
}
.recruit-mobile-menu__subgrid{
  display: flex;
}
.global-nav--mobile-recruit ul{
  display: block;
  margin: 20px auto 0;
}
.recruit-mobile-menu__sublist.member-sublist{
  display: block;
  margin-top: 10px;
  padding-left:10%;
}
@media screen and (max-width: 1024px) {
  .global-nav--mobile-recruit{
    & a{
    text-align: left;
    }
    & ul{
      width: auto;
    }
  }
}
@media screen and (max-width: 767px) {
  .nav-recruit{
    max-width: 410px;
    margin: 0 auto;
  }
  .recruit-mobile-menu {
    padding: 32px 28px 120px;
  }

  body.mobile-nav-open .global-nav--mobile-recruit.recruit-mobile-menu {
    transform: none;
  }

  .recruit-mobile-menu__brand-group {
    gap: 18px;
  }

  .recruit-mobile-menu__close {
  top: -50px;
  }
  .recruit-mobile-menu__logo img {
    width: min(90%, 300px);
    height: auto;
  }
    .global-nav--mobile-recruit {
        & a {
            padding: 0;
        }
    }
  /* .recruit-mobile-menu__home {
    min-width: 68px;
    min-height: 30px;
    padding: 6px 12px;
  } */

  .recruit-mobile-menu__body {
    margin-top: 56px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .recruit-mobile-menu__lead,
  .recruit-mobile-menu__contact,
  .recruit-mobile-menu__grid {
    grid-column: auto;
  }

  a.recruit-mobile-menu__contact {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  .recruit-mobile-menu__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

@media screen and (max-width: 600px) {
  /* .recruit-mobile-menu {
    padding: 24px 20px 40px;
  }

  .recruit-mobile-menu__header {
    align-items: flex-start;
  }

  .recruit-mobile-menu__brand-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .recruit-mobile-menu__sublist--two {
    grid-template-columns: 1fr;
  } */
}

.mobile-menu-panel__header,
.mobile-menu-panel__actions {
  display: none;
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit),
body.home.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit),
body.front-page.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  margin: 0 !important;
  padding: 23px 27px 44px !important;
  display: block !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: #f2f2f2 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  transform: translateX(0) !important;
  z-index: 2100 !important;
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .mobile-menu-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.mobile-menu-panel__logo {
  display: block;
  width: min(205px, calc(100vw - 110px));
  padding: 0 !important;
}

.mobile-menu-panel__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.mobile-menu-panel__close {
  position: relative;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  margin: -1px 1px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.mobile-menu-panel__close span {
  position: absolute;
  top: 16px;
  left: 2px;
  width: 31px;
  height: 2px;
  background: #111;
  transform-origin: center;
}

.mobile-menu-panel__close span:first-child {
  transform: rotate(45deg);
}

.mobile-menu-panel__close span:last-child {
  transform: rotate(-45deg);
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) > ul,
body.home.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) > ul,
body.front-page.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) > ul {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(100%, 310px) !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  transform: translate(-50%, -50%);
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__item {
  width: 100%;
  border-bottom: 1px solid #73b1e1;
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__link,
body.home.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__link,
body.front-page.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__link {
  position: relative;
  width: 100% !important;
  min-height: 50px;
  padding: 17px 32px 14px 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between !important;
  box-sizing: border-box !important;
  color: #2d84c7 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  text-align: left !important;
  letter-spacing: 0;
  white-space: normal !important;
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__link::after,
body.home.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__link::after,
body.front-page.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  left: auto;
  bottom: auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid #2d84c7;
  border-right: 1px solid #2d84c7;
  background: transparent;
  transform: translateY(-50%) rotate(45deg);
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .has-mega-menu > .global-nav__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 11px;
  height: 1px;
  background: #2d84c7;
  transform: translateY(-50%);
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .has-mega-menu > .global-nav__link::after {
  right: 10px;
  width: 1px;
  height: 11px;
  border: 0;
  background: #2d84c7;
  transform: translateY(-50%);
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .has-mega-menu.is-accordion-open > .global-nav__link::after {
  opacity: 0;
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__arrow {
  display: none;
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__mega {
  position: static !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  max-height: 0;
  padding: 0 !important;
  display: block !important;
  overflow: hidden;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: max-height 0.25s ease;
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .is-accordion-open > .global-nav__mega {
  max-height: 560px;
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__mega::before,
body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .product-mega-menu__head,
body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .product-mega-menu__card img,
body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .product-mega-menu__cta,
body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__mega--recruit .recruit-mobile-menu__lead,
body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__mega--recruit .recruit-mobile-menu__contact,
body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__mega--recruit .recruit-mobile-menu__en,
body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__mega--recruit .recruit-mobile-menu__sublist,
body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__mega--recruit .recruit-mobile-menu__subgrid {
  display: none !important;
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .product-mega-menu,
body.home.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .product-mega-menu,
body.front-page.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .product-mega-menu,
body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__mega--recruit .recruit-mobile-menu__body {
  width: 100% !important;
  margin: 0 !important;
  padding: 1px 0 23px !important;
  display: block !important;
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .product-mega-menu__grid,
body.home.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .product-mega-menu__grid,
body.front-page.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .product-mega-menu__grid,
body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__mega--recruit .recruit-mobile-menu__grid {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .product-mega-menu__card,
body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .product-mega-menu__top-link,
body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .product-mega-menu__text-link,
body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__mega--recruit .recruit-mobile-menu__top-link,
body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__mega--recruit .recruit-mobile-menu__item-link {
  position: relative;
  width: 100% !important;
  height: auto !important;
  min-height: 24px;
  margin: 0 !important;
  padding: 3px 28px 3px 35px !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border: 0 !important;
  background: transparent !important;
  color: #666 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .product-mega-menu__card::after,
body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .product-mega-menu__top-link::after,
body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .product-mega-menu__text-link::after,
body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__mega--recruit .recruit-mobile-menu__top-link::after,
body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__mega--recruit .recruit-mobile-menu__item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  left: auto;
  bottom: auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid #2d84c7;
  border-right: 1px solid #2d84c7;
  background: transparent;
  transform: translateY(-50%) rotate(45deg);
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .product-mega-menu__card span,
body.home.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .product-mega-menu__card span,
body.front-page.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .product-mega-menu__card span {
  position: static !important;
  inset: auto !important;
  padding: 0 !important;
  display: block !important;
  color: inherit !important;
  font-size: 14px !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-align: left !important;
  text-shadow: none !important;
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .product-mega-menu__side {
  padding: 0 !important;
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .product-mega-menu__circle-arrow,
body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .recruit-mobile-menu__arrow {
  display: none;
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__mega--recruit .recruit-mobile-menu__item {
  margin: 0 !important;
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .global-nav__mega--recruit .recruit-mobile-menu__ja {
  margin: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) .mobile-menu-panel__actions {
  width: min(100%, 194px);
  margin: 40px auto 0;
  display: grid;
  gap: 8px;
}

.mobile-menu-panel__cta {
  min-height: 47px;
  padding: 12px 10px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff !important;
  font-size: 16px !important;
  /* font-weight: 700 !important; */
  line-height: 1.15 !important;
  text-align: center !important;
  text-decoration: none;
}

.mobile-menu-panel__cta::after {
  display: none !important;
}

.mobile-menu-panel__cta--catalog {
  background: #ff0000;
}

.mobile-menu-panel__cta--recruit {
  background: #0029d8;
}

@media screen and (max-width: 480px) {
  body.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit),
  body.home.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit),
  body.front-page.mobile-nav-open .global-nav--mobile:not(.global-nav--mobile-recruit) {
    padding-right: 26px !important;
    padding-left: 27px !important;
  }
}
