@charset "UTF-8";
/** 文字の定義**/
/** Colorの定義**/
.bt-01 {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 260px;
  background: #283c95;
  color: #fff !important;
  font-weight: bold;
  padding: 0.9375rem 0.625rem 0.9375rem 1.875rem;
  border-radius: 999px;
  border: none;
  transition: 0.25s ease;
  letter-spacing: 1px;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .bt-01 {
    max-width: 200px;
  }
}
.bt-01 .text {
  position: relative;
  z-index: 2;
  font-size: 1.0625rem;
  transform: translateX(-5px);
  transition: 0.4s ease;
  display: block;
}
.bt-01 .icon {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: 15px;
  color: #fff;
  z-index: 2;
  transition: 0.4s ease;
  transform: translateX(0px);
}
.bt-01 .icon img {
  display: block;
  width: 20px;
}
.bt-01::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f03542;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s ease;
  transform: translateX(-100%);
}
@media (hover: hover) {
  .bt-01:hover .text {
    transform: translateX(0);
  }
  .bt-01:hover::after {
    transform: translateX(0);
  }
}
.bt-01:hover .icon {
  transform: translateX(5px);
}

.bt-02 {
  position: relative;
  display: block;
  background: #1b2d45;
  color: #fff !important;
  font-size: 16px;
  padding: 12px 40px 12px 50px;
  border-radius: 999px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 4px 20px rgba(27, 45, 69, 0.25);
  transition: background 0.25s ease, transform 0.2s ease;
}
@media (hover: hover) {
  .bt-02:hover {
    background: #152438;
    color: #fff !important;
    transform: translateY(-1px);
  }
}
.bt-02 img {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: auto;
}

/* 固定左サイドバー（デザイン: 上段ロゴ中央／中段グレー区切りナビ／下段ネイビー＋赤CTA） */
.side-menu {
  position: fixed;
  width: 244px;
  top: 0;
  left: 0;
  height: 100vh;
  background: #fff;
  border-right: 1px solid #e0e0e0;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .side-menu.no-img .logo-img,
  .side-menu.no-img .logo-en {
    filter: invert(1);
  }
}
.side-menu {
  /* タブレット・スマホ: サイドバー全体は使わず、ロゴだけ左上固定（メニュー展開時も前面に表示） */
}
@media screen and (max-width: 1024px) {
  .side-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    box-shadow: none;
    z-index: 1002;
    overflow: visible;
    pointer-events: none;
  }
  .side-menu .side-menu__inner {
    padding: 0;
    min-height: 0;
    display: block;
    width: auto;
    height: auto;
  }
  .side-menu .side-menu__nav,
  .side-menu .side-menu__contact {
    display: none !important;
  }
  .side-menu {
    /* PCサイドバーと同じ実効幅: inner 244px − 左右パディング 60px ≒ 184px、英字は max 120px 中央 */
  }
  .side-menu .side-menu__head {
    margin: 16px 0 0 16px;
    padding: 0;
    pointer-events: auto;
    max-width: min(184px, 100vw - 16px - 44px - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    background: none;
    border-radius: 0;
    box-shadow: none;
    filter: invert(1);
  }
  .side-menu .side-menu__logo {
    margin: 0;
    width: 100%;
    max-width: 184px;
  }
  .side-menu .side-menu__logo a {
    display: block;
    line-height: 0;
  }
  .side-menu .side-menu__logo .logo-img {
    width: 100%;
    height: auto;
    max-width: 184px;
    margin: 0;
    display: block;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) and (orientation: portrait) {
  .side-menu .side-menu__logo .logo-img {
    max-width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .side-menu .side-menu__logo .logo-svg {
    display: block;
    width: 100%;
    max-width: 184px;
    height: auto;
  }
  .side-menu .logo-en {
    display: block;
    width: 100%;
    max-width: 120px;
    height: auto;
    margin: 8px auto 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) and (orientation: portrait) {
  .side-menu .logo-en {
    max-width: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .side-menu .side-menu__en {
    margin: 8px auto 0;
    max-width: 120px;
    width: 100%;
    font-size: 9px;
    font-weight: 500;
    color: #111;
    letter-spacing: 0.06em;
    line-height: 1.3;
    text-align: center;
  }
}

.side-menu__inner {
  padding: 32px 30px 0 30px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-bottom: 0;
}

.side-menu__head {
  text-align: center;
  flex-shrink: 0;
  margin-bottom: 10vh;
}
@media screen and (max-width: 1500px) {
  .side-menu__head {
    margin-bottom: 50px;
  }
}
@media screen and (max-height: 700px) and (orientation: landscape) {
  .side-menu__head {
    margin-bottom: 20px;
  }
}

.side-menu__logo a {
  display: block;
}
.side-menu__logo .logo-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.logo-en {
  width: 100%;
  max-width: 120px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.side-menu__en {
  font-size: 10px;
  font-weight: 500;
  color: #111;
  letter-spacing: 0.08em;
  margin: 0;
  line-height: 1.4;
}

.side-menu__nav {
  flex-shrink: 0;
  margin-left: -30px;
  margin-right: -30px;
  width: calc(100% + 60px);
}
.side-menu__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e8e8e8;
}
.side-menu__nav li {
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
  background: #f5f5f5;
}
.side-menu__nav a {
  font-weight: 700;
  font-size: 0.875rem;
  color: #111;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px 14px 26px;
  transition: 0.4s ease;
}
@media screen and (max-height: 700px) and (orientation: landscape) {
  .side-menu__nav a {
    padding: 10px 28px 10px 26px;
    font-size: 12px;
  }
}
.side-menu__nav a.active {
  background: #ebebeb;
  color: #111;
}
.side-menu__nav a.active::before {
  width: 15px;
}
.side-menu__nav a::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #111;
  display: block;
  transition: width 0.4s ease;
}
@media (hover: hover) {
  .side-menu__nav a:hover {
    background: #ebebeb;
    color: #111;
  }
  .side-menu__nav a:hover::before {
    width: 15px;
  }
}

.side-menu__contact {
  margin-top: auto;
  flex-shrink: 0;
  margin-left: -30px;
  margin-right: -30px;
  width: calc(100% + 60px);
  padding: 28px 22px 32px;
  background: #1a334d;
  color: #fff;
}

.side-menu__tel-row,
.side-menu__addr-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.side-menu__tel-row {
  margin-bottom: 18px;
}

.side-menu__addr-row {
  margin-bottom: 22px;
}

.side-menu__contact-icon {
  flex-shrink: 0;
  color: #fff;
  opacity: 0.95;
  line-height: 0;
  margin-top: 2px;
}
.side-menu__contact-icon svg {
  display: block;
}

.side-menu__tel-body {
  flex: 1;
  min-width: 0;
}

.side-menu__tel {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.06em;
  margin: 0 0 6px;
  line-height: 1.2;
}
.side-menu__tel a {
  color: #fff !important;
  text-decoration: none;
}
.side-menu__tel a:hover {
  opacity: 0.85;
  color: #fff !important;
}

.side-menu__hours {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.04em;
  margin: 0;
  line-height: 1.5;
}

.side-menu__address {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.03em;
  margin: 0;
  line-height: 1.55;
}
.side-menu__address a {
  color: #fff;
}
.side-menu__address a:hover {
  color: #fff;
}

.side-menu__btn {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background: #ef4444;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  padding: 14px 16px;
  letter-spacing: 0.06em;
  border-radius: 4px;
  border: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
@media (hover: hover) {
  .side-menu__btn:hover {
    background: #dc2626;
    color: #fff !important;
    opacity: 1;
    transform: translateY(-1px);
  }
}

.side-menu__btn-icon {
  position: absolute;
  top: calc(50% - 10px);
  left: 15px;
}

/* スマホメニューボタン */
.sp-menu-btn {
  display: none;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 1003;
  width: 44px;
  height: 44px;
  background: #111;
  border: none;
  padding: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
}
.sp-menu-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  transform-origin: center;
  transition: transform 0.35s ease, opacity 0.25s ease;
}
.sp-menu-btn {
  /* ハンバーガー → ✕（JS の .on と同期） */
}
.sp-menu-btn.on span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.sp-menu-btn.on span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.sp-menu-btn.on span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .sp-menu-btn {
    display: flex;
  }
}

.sp-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 1000;
  padding: 80px 24px 32px;
  overflow-y: auto;
  box-sizing: border-box;
}
.sp-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-nav {
  /* ナビ一覧のリンクのみ（.sp-nav__contact 内の a は汚染しない） */
}
.sp-nav > ul a {
  display: block;
  color: #fff;
  font-size: 1rem;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* スマホメニュー内：ナビ下の連絡先（Figma系ネイビーパネル＋赤CTA） */
.sp-nav__contact {
  margin-top: 40px;
  padding: 24px 20px;
  background: #1a2332;
  border-radius: 8px;
}

.sp-nav__block {
  display: flex;
  align-items: center;
  gap: 14px;
}
.sp-nav__block + .sp-nav__block {
  margin-top: 18px;
}

.sp-nav__icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  line-height: 0;
  width: 26px;
}
.sp-nav__icon-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 22px;
  max-height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sp-nav__body {
  flex: 1;
  min-width: 0;
}

.sp-nav__tel {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff !important;
  letter-spacing: 0.02em;
  text-decoration: none;
  line-height: 1.3;
}

.sp-nav__hours {
  margin: 8px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.5;
}

.sp-nav__addr-link {
  display: block;
  font-size: 14px;
  color: #fff !important;
  line-height: 1;
  text-decoration: none;
}

.sp-nav__addr-line {
  display: block;
}

.sp-nav__cta {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
  padding: 14px 20px;
  box-sizing: border-box;
  background: #dc2626;
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  border-radius: 6px;
  border-bottom: none !important;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.sp-nav__cta img {
  flex-shrink: 0;
  width: 22px;
  height: auto;
  display: block;
}
.sp-nav__cta span {
  flex-shrink: 0;
}
@media (hover: hover) {
  .sp-nav__cta:hover {
    background: #b91c1c;
    opacity: 1;
  }
}

/** Loader **/
.loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 998;
  animation: loader-bg 0.8s 2.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.loader-bg .loader {
  width: 25px;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}
@keyframes loader-bg {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, -100%);
    opacity: 0.5;
    visibility: hidden;
  }
}
.loader-bg .in {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 200px;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 999;
}
.loader-bg .in .wrap-logo {
  overflow: hidden;
}
.loader-bg .in .logo-w {
  animation: logo-w 3.2s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transform: translate(0, 100px);
  display: block;
  width: 100%;
}
@keyframes logo-w {
  0% {
    transform: translate(0, 100px);
  }
  30% {
    transform: translate(0, 0);
  }
  70% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -50px);
  }
}
.loader-bg.loader-bg-2.on {
  animation: loader-bg 0.8s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  opacity: 1;
}
.loader-bg.loader-bg-2 .logo-w {
  animation: logo-s 3.2s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transform: translate(0, 0);
}
.loader-bg.loader-bg-2 .wrap-logo {
  overflow: visible;
}
.loader-bg.on {
  animation: loader-bg 0.8s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.loader-bg.on .logo-w {
  animation: logo-s 3.2s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transform: translate(0, 0);
}
.loader-bg.on .wrap-logo {
  overflow: visible;
}

.bg-loader {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  position: fixed;
  z-index: 99;
}
.bg-loader.on {
  animation: loader-bg 1.2s 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* Back to top */
#back-top,
.back-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.25s ease;
  transform: translateY(10px);
}
#back-top.is-visible,
.back-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0px);
}
#back-top a,
.back-top a {
  display: block;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s;
  border-radius: 100px;
}
#back-top a:hover,
.back-top a:hover {
  opacity: 0.9;
}
#back-top a img,
.back-top a img {
  display: block;
  width: 100%;
  height: auto;
}

/* Footer（Figma：node 21-63／ナビ帯＋2カラム＋下段） */
.footer {
  background: #000;
  color: #fff;
  padding: 0 0 32px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .footer .inner {
    padding: 0;
  }
}

.footer__nav-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .footer__nav-bar {
    padding: 0;
    border-bottom: none;
  }
}

.footer__nav-inner {
  max-width: 1200px;
}

.footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 28px;
}
@media screen and (max-width: 834px) {
  .footer__nav {
    gap: 10px 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .footer__nav {
    gap: 1px;
    background-color: #333;
  }
}
.footer__nav a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  letter-spacing: 1.5px;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .footer__nav a {
    display: block;
    background-color: #111;
    width: calc(50% - 1px);
    padding: 10px;
    text-align: center;
    font-size: 12px;
  }
}
.footer__nav a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  display: block;
  margin-top: 5px;
  transition: 0.4s;
}
@media (hover: hover) {
  .footer__nav a:hover {
    color: #fff;
  }
  .footer__nav a:hover::after {
    width: 100%;
    background-color: #fff;
  }
}

.footer__inner {
  max-width: 1200px;
  padding-top: 0;
}

.footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 400px);
  gap: 40px 56px;
  align-items: center;
  padding: 44px 0 36px;
}
@media screen and (max-width: 834px) {
  .footer__main {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 36px 0 32px;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .footer__main {
    padding: 36px 20px;
  }
}

.footer__company {
  min-width: 0;
}

.footer__logo {
  margin-bottom: 20px;
  max-width: 15rem;
}
.footer__logo .logo-img--white,
.footer__logo .logo-svg--white {
  max-width: 220px;
  display: block;
}
.footer__logo .logo-img--white text,
.footer__logo .logo-svg--white text {
  fill: #fff;
}

.footer__logo-img,
.footer__logo-en-img {
  display: block;
  filter: invert(1);
  max-width: 100%;
}

.footer__logo-en-img {
  max-width: 140px;
  margin: 12px auto 0;
}

.footer__logo-en,
.footer__logo > p {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.12em;
  margin: 12px 0 0;
  line-height: 1.5;
}

.footer__info {
  margin: 0 0 20px;
}
.footer__info p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 6px;
  letter-spacing: 0.04em;
  line-height: 1.65;
}
.footer__info p:last-child {
  margin-bottom: 0;
}

.footer__map-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 26px;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff !important;
  text-decoration: none;
  background: #1b4f9e;
  border-radius: 999px;
  transition: background 0.25s ease, transform 0.2s ease;
}
.footer__map-btn:hover {
  background: #163d7a;
  color: #fff !important;
  transform: translateY(-1px);
}

.footer__map-icon {
  display: flex;
  line-height: 0;
}
.footer__map-icon img {
  display: block;
  width: 0.9375rem;
  height: auto;
}

.footer__msplan-card {
  display: flex;
  align-items: center;
  gap: 20px 24px;
  flex-wrap: wrap;
  padding: 20px 20px;
  background: #fff;
  color: #111;
  position: relative;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .footer__msplan-card {
    gap: 20px 14px;
  }
}
.footer__msplan-card .msplan__banner-external {
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  width: 1.125rem;
  height: auto;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .footer__msplan-card .msplan__banner-external {
    right: 10px;
  }
  .footer__msplan-card .msplan__banner-external img {
    width: 14px;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .footer__msplan-card {
    padding: 20px;
  }
}

.footer__msplan-logo {
  flex-shrink: 0;
  display: block;
  width: 7.1875rem;
  height: auto;
}

.footer__msplan-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.footer__msplan-line {
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.35;
  color: #111;
}
.footer__msplan-line--brand {
  font-size: 16px;
  letter-spacing: 0.08em;
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
  }
}

.footer__policy {
  margin: 0;
}
.footer__policy a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.footer__policy a:hover {
  color: #fff;
}

.footer__copy {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
  letter-spacing: 0.06em;
  text-align: right;
  font-weight: normal;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .footer__copy {
    text-align: left;
  }
}

/* ==============================

	  共通

  ============================== */
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(14px, 1vw, 18px);
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

a {
  text-decoration: none;
  overflow: hidden;
  color: #0071bc;
}
a:hover {
  color: #ffb700;
}

img {
  border: none;
  line-height: 0;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.space10 {
  height: 10px;
}

.space20 {
  height: 20px;
}

.space30 {
  height: 30px;
}

.space40 {
  height: 40px;
}

.space100 {
  height: 100px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.bold {
  font-weight: bold;
}

.txt-left {
  text-align: left;
}

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

.txt-right {
  text-align: right;
}

.red {
  color: #c00;
}

ul li {
  list-style: none;
}

.alpha {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .alpha:hover {
    opacity: 0.7;
  }
}

.wrap-alpha a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .wrap-alpha a:hover {
    opacity: 0.7;
  }
}

.bd-01 {
  background: linear-gradient(transparent 60%, rgba(252, 238, 33, 0.6) 0%);
  font-weight: bold;
}

.bd-02 {
  background: linear-gradient(transparent 60%, rgba(228, 0, 3, 0.4) 0%);
  font-weight: bold;
}

.bd-03 {
  background: linear-gradient(transparent 60%, rgba(0, 65, 219, 0.5) 0%);
  font-weight: bold;
}

.cursor {
  cursor: pointer;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

.link a {
  color: #0071bc;
}
.link a:hover {
  color: #ffb700;
}

/** Loader 

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999999;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  cursor: progress;
  &.on {
    left: 100%;
  }
  .loader-w {
    width: 25px;
    height: auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 50px;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9999;
  overflow: hidden;
  @include mq-600 {
    width: 60%;
  }
  img {
    width: 100%;
    height: auto;
  }
  &::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    background-color: #fff;
  }
  &.on {
    &::after {
      left: 100%;
    }
    .loader-w {
      display: none;
    }
  }
}
**/
/** ***********************************************

COMMON

*********************************************** **/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  body {
    font-size: 14px;
  }
}
body {
  letter-spacing: 0.5px;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.bebas {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}

#wrapper {
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .inner {
    padding: 0 20px;
  }
}

.wrap-flex {
  display: flex;
}
.wrap-flex .col {
  width: 50%;
}
.wrap-flex.flex-3 .col {
  width: 33.3333333333%;
}
.wrap-flex.flex-4 .col {
  width: 25%;
}

/* ==============================

	  トップページ

  ============================== */
/* メインコンテンツ（サイドバー分オフセット） */
.main-content {
  margin-left: 244px;
}
@media screen and (max-width: 1024px) {
  .main-content {
    margin-left: 0;
  }
}

/* Hero スライダー（Figma node 90-46）— 背景 Ken Burns 風のゆっくりズーム */
@keyframes hero-bg-zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.hero__stage {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #000;
  height: calc(100dvh - 48px);
}
@media screen and (orientation: portrait) {
  .hero__stage {
    height: calc(60dvh - 48px);
  }
}
@media screen and (orientation: portrait) and (max-width: 834px) {
  .hero__stage {
    height: calc(80dvh - 48px);
  }
}
@media screen and (orientation: portrait) and (max-width: 600px) and (orientation: portrait) {
  .hero__stage {
    height: calc(100dvh - 48px);
  }
}

.hero__slider {
  position: absolute;
  inset: 0;
}

.hero__slide {
  position: absolute;
  inset: 0;
  background: #1b3655;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.2s ease-in-out;
}
.hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.7;
  transform-origin: center center;
  /* transform: 切替時にカクつかないよう、ズーム中は JS が退場スライドの値をインライン固定 */
}

.hero__slide.is-active .hero__bg {
  animation: hero-bg-zoom 6.5s linear forwards;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .hero__bg {
    transform: scale(1);
  }
  .hero__slide.is-active .hero__bg {
    animation: none;
    transform: scale(1);
    will-change: auto;
  }
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0.45) 100%);
}

.hero__content {
  position: absolute;
  left: 5%;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 1024px) {
  .hero__content {
    left: 40px;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .hero__content {
    left: 20px;
    width: calc(100% - 40px);
  }
}

.hero__sub {
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.hero__title {
  max-width: 100%;
  height: auto;
  margin: 0 0 20px -6px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .hero__title {
    max-width: 100%;
  }
}
.hero__title--svg {
  display: block;
}
.hero__title-line {
  display: block;
  font-size: 3.75rem;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .hero__title-line {
    font-size: 35px;
    display: inline;
  }
}

.hero__desc {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.85;
  letter-spacing: 0.06em;
  margin: 0 0 28px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .hero__desc {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 30px;
  }
  .hero__desc br {
    display: none;
  }
}

.hero__cta {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 260px;
  background: #283c95;
  color: #fff !important;
  font-weight: bold;
  padding: 0.9375rem 0.625rem 0.9375rem 1.875rem;
  border-radius: 999px;
  border: none;
  transition: 0.25s ease;
  letter-spacing: 1px;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .hero__cta {
    max-width: 200px;
  }
}
.hero__cta .hero__cta-text {
  position: relative;
  z-index: 2;
  font-size: 1.0625rem;
  transform: translateX(-5px);
  transition: 0.4s ease;
  display: block;
}
.hero__cta .hero__cta-icon {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: 15px;
  color: #fff;
  z-index: 2;
  transition: 0.4s ease;
  transform: translateX(0px);
}
.hero__cta .hero__cta-icon img {
  display: block;
  width: 20px;
}
.hero__cta::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f03542;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s ease;
  transform: translateX(-100%);
}
@media (hover: hover) {
  .hero__cta:hover .hero__cta-text {
    transform: translateX(0);
  }
  .hero__cta:hover::after {
    transform: translateX(0);
  }
}
.hero__cta:hover .hero__cta-icon {
  transform: translateX(5px);
}

.hero__nav {
  position: absolute;
  bottom: 28px;
  left: 50px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 15px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .hero__nav {
    left: 20px;
    bottom: 20px;
    gap: 14px;
    font-size: 14px;
  }
}
.hero__nav .hero__counter {
  margin-right: 10px;
}

.hero__prev,
.hero__next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #fff;
  min-width: 30px;
  min-height: 30px;
  transition: opacity 0.2s ease;
}
.hero__prev:hover,
.hero__next:hover {
  opacity: 0.85;
}
.hero__prev img,
.hero__next img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  display: block;
}

/* Hero固定カタログ（Figma: NEW左上・閉じる右上はみ出し・タイトルは画像下） */
.hero-catalog {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 100;
  background: #fff;
  padding: 10px 10px 10px;
  max-width: 160px;
  --hero-catalog-pad-x: 18px;
  --hero-catalog-pad-y: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  transition: opacity 0.6s ease, transform 0.6s ease;
  overflow: visible;
  transform: translateX(20px);
  opacity: 0;
}
.hero-catalog.on {
  transform: translateX(0);
  opacity: 1;
}
.hero-catalog.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .hero-catalog {
    bottom: 54px;
    right: 16px;
    max-width: 140px;
    padding: 10px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .hero-catalog {
    bottom: 54px;
    right: 16px;
    max-width: 120px;
    padding: 10px;
  }
}

.hero-catalog__close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: #333;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease, transform 0.2s ease;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .hero-catalog__close {
    transform: scale(0.7);
  }
}
.hero-catalog__close:hover {
  background: #333;
  transform: scale(1.05);
}

.hero-catalog__close-icon {
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-catalog__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #111 !important;
  position: relative;
}

.hero-catalog__badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #e31b2b;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 5px 9px;
  pointer-events: none;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .hero-catalog__badge {
    transform: scale(0.6);
    top: -4px;
    left: -9px;
  }
}

.hero-catalog__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.hero-catalog__label {
  font-size: 11px;
  color: #111;
  line-height: 1.45;
  margin: 12px 0 0;
  width: 100%;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .hero-catalog__label {
    font-size: 11px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .hero-catalog__label {
    display: none;
  }
}

/* お知らせバー */
.news-bar {
  background: #333;
  padding: 16px 0;
}

.news-bar .inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 50px;
  max-width: inherit;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .news-bar .inner {
    flex-wrap: nowrap;
    padding: 0 20px;
  }
}

/* ヒーロー直下 NEWS（Figma: 黄帯） */
.news-bar--hero {
  flex-shrink: 0;
  background: #ffdd00;
  padding: 14px 0;
}
.news-bar--hero .news-bar__label {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #111;
}
.news-bar--hero .news-bar__text {
  font-weight: bold;
  font-size: 14px;
  color: #111;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .news-bar--hero .news-bar__text {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.news-bar--hero .news-bar__text a {
  color: #111;
  text-decoration: underline;
}
.news-bar--hero .news-bar__date {
  font-size: 13px;
  color: #111;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .news-bar--hero .news-bar__date {
    display: none;
  }
}

.top-title-img {
  width: -moz-fit-content;
  width: fit-content;
  max-height: 50px;
  margin-bottom: 30px;
}

/* About（Figma：section-about.svg・右ブリッジ画像） */
.about {
  padding: 0;
  overflow: visible;
  position: relative;
}

.about__top {
  padding: 150px 0 250px;
  background: #fff;
  overflow: visible;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .about__top {
    padding: 64px 0 32px;
  }
}

.about-top__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.08fr);
  gap: 40px 48px;
  align-items: start;
  position: relative;
}
@media screen and (max-width: 834px) {
  .about-top__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.about-top__grid i.bg {
  display: block;
  width: 50%;
  height: 400px;
  background-color: #f5f5f5;
  position: absolute;
  right: 8%;
  top: 23%;
  z-index: 0;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .about-top__grid i.bg {
    left: -20px;
    width: 90%;
  }
}

.about-top__text-panel {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .about-top__text-panel {
    padding: 32px 0px 36px;
  }
}

.about-top__en-img {
  display: block;
  width: 100%;
  max-width: 19.5625rem;
  height: auto;
  margin: 0 0 20px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .about-top__en-img {
    width: auto;
    max-width: min(24.8125rem, 100%);
    height: 30px;
    margin-left: 0;
  }
}

.about-top__heading {
  font-weight: bold;
  font-size: 16px;
  color: #111;
  letter-spacing: 0.06em;
  margin: 0 0 80px;
}

.about-top__lead {
  font-size: clamp(16px, 2vw, 24px);
  color: #111;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin: 0 0 40px;
  font-weight: bold;
}

.about-top__body {
  font-size: 1rem;
  color: #333;
  line-height: 1.85;
  letter-spacing: 1px;
  margin: 0 0 60px;
}

.about-top__cta {
  position: relative;
  display: block;
  background: #1b2d45;
  color: #fff !important;
  font-size: 16px;
  padding: 0.75rem 1.25rem 0.75rem 3.125rem;
  border-radius: 999px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 4px 20px rgba(27, 45, 69, 0.25);
  transition: background 0.25s ease, transform 0.2s ease;
}
.about-top__cta:hover {
  background: #152438;
  color: #fff !important;
  transform: translateY(-1px);
}
.about-top__cta img {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: auto;
}

.about-top__img-02 {
  position: absolute;
  bottom: -80px;
  right: -30px;
  width: 9.375rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  aspect-ratio: 1/1;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .about-top__img-02 {
    display: none;
  }
}

.about-top__img-03 {
  position: absolute;
  bottom: -180px;
  right: 150px;
  width: 8.75rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  aspect-ratio: 1/1;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .about-top__img-03 {
    display: none;
  }
}

.about-top__img-04 {
  position: absolute;
  bottom: -420px;
  right: -10px;
  width: 11.625rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  aspect-ratio: 1/1;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .about-top__img-04 {
    display: none;
  }
}

.about-top__cta-text {
  padding-right: 12px;
}

.about-top__cta-icon {
  display: flex;
  color: #fff;
  line-height: 0;
}

.about-top__visual {
  position: relative;
  z-index: 2;
}

.about-top__hero {
  margin: 30px 20px 0 0;
  overflow: hidden;
  position: relative;
}
.about-top__hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s ease;
  background: #fff;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .about-top__hero::after {
    transition: 0.6s ease 0s;
  }
}
.about-top__hero.on::after {
  left: 101%;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .about-top__hero {
    margin: 0;
  }
}
.about-top__hero img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}

/* About 下段：取り組み（ネイビー）＋右ブリッジ */
.about__bottom {
  position: relative;
  z-index: 0;
  background: #1b2d45;
  padding: 80px 40px;
  overflow: visible;
  border-radius: 50px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .about__bottom {
    padding: 56px 20px;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .about__bottom {
    padding: 40px 0 64px;
  }
}

.about-efforts__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(220px, 0.72fr);
  gap: 32px 28px;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .about-efforts__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.about-efforts__title {
  font-size: clamp(18px, 2.5vw, 24px);
  color: #fff;
  letter-spacing: 1.5px;
  margin: 0 0 40px;
  line-height: 1.4;
}

.about-efforts__list {
  margin: 0;
  padding: 0 0 0 30px;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .about-efforts__list {
    padding-left: 0;
    max-width: 80%;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .about-efforts__list {
    max-width: 100%;
  }
}

.about-efforts__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.about-efforts__item:last-child {
  margin-bottom: 0;
}

.about-efforts__arrow {
  flex-shrink: 0;
  color: #fff;
  margin-top: 4px;
  opacity: 0.95;
}
.about-efforts__arrow img {
  display: block;
  width: 20px;
}

.about-efforts__item-body {
  flex: 1;
  min-width: 0;
}

.about-efforts__item-title {
  font-weight: bold;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(255, 255, 255);
  display: inline-block;
  width: 100%;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
.about-efforts__item-title a {
  color: #fff;
}
.about-efforts__item-title.about-efforts__item-title-bk a {
  color: #111;
}

.about-efforts__item-text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.75;
  letter-spacing: 0.03em;
  margin: 0;
}
.about-efforts__item-text.about-efforts__item-text-bk {
  color: #111;
}

.section-en {
  display: block;
  margin-bottom: 16px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 80px;
  color: #666;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .section-en {
    font-size: 48px;
  }
}
.section-en--white {
  color: #f5f5f5;
}

/* 三島精器の強みバナー */
.strength-section {
  padding: 0 0 60px;
}

.strength-banner {
  background: #111;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: inherit;
}
.strength-banner:hover {
  opacity: 0.95;
}
.strength-banner .section-en {
  color: #fff;
  margin: 0;
}
.strength-banner h2 {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin: 0;
}

/* Business（Figma：section-business.svg／2×2・ネイビーカード） */
.business {
  padding: 150px 0;
  background: #f5f5f5;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .business {
    padding: 56px 0 72px;
  }
}

.business__header {
  margin: 0 0 100px;
}

.business__title-img {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 50px;
  height: auto;
  margin: 0 0 20px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .business__title-img {
    width: auto;
    max-width: min(24.8125rem, 100%);
    height: 30px;
  }
}

.business__heading {
  font-weight: bold;
  font-size: 16px;
  color: #111;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.business__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 28px;
}
@media screen and (max-width: 834px) {
  .business__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.business__card {
  background: #1b2d45;
  padding: 40px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .business__card {
    padding: 20px;
  }
}
.business__card .business-page__desc {
  color: rgba(255, 255, 255, 0.92);
}
.business__card .business-page__list {
  color: rgba(255, 255, 255, 0.95);
}
.business__card .business-page__list li {
  color: rgba(255, 255, 255, 0.95);
}
.business__card .business-page__list li::before {
  color: #fff;
}

.business__card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.business__card-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 20px;
  position: relative;
}

.business__num {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(48px, 5vw, 60px);
  line-height: 1;
  color: #fff;
  letter-spacing: 0.02em;
}

.business__card-title {
  font-weight: bold;
  font-size: clamp(22px, 2.2vw, 28px);
  color: #fff;
  letter-spacing: 0.06em;
  margin: 0;
  line-height: 1.35;
}

.business__thumb {
  flex-shrink: 0;
}
.business__thumb img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 120px;
  display: block;
  margin: -20px -10px 0 0;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .business__thumb img {
    max-width: 100px;
    max-height: 100px;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .business__thumb {
    max-width: 120px;
  }
}

.business__desc {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin: 0 0 20px;
}

.business__content {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin: 0 0 28px;
  flex: 1;
  border-top: solid 1px rgba(255, 255, 255, 0.35);
  padding-top: 20px;
  color: #fff;
}
.business__content p {
  margin: 0 0 20px;
}
.business__content p:last-child {
  margin-bottom: 0;
}
.business__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
}
.business__content ul li {
  margin-bottom: 4px;
  color: #fff;
}
.business__content ul li:last-child {
  margin-bottom: 0;
}

.business__rule {
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  margin: 0 0 18px;
}

.business__card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: flex-start;
  padding: 8px 28px 8px 32px;
  font-size: 15px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}
.business__card-cta:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  transform: translateY(-1px);
}

.business__card-cta-text {
  line-height: 1.2;
}

.business__card-cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.business__card-cta-icon img {
  display: block;
}

/* M's plan（Figma：node 86-46） */
.msplan {
  padding: 100px 40px;
  background: #cbd5e1;
}
@media screen and (max-width: 1024px) {
  .msplan {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan {
    padding: 56px 0 72px;
  }
}
.msplan .inner {
  max-width: 1200px;
}

.msplan__head {
  margin-bottom: 32px;
  position: relative;
}

.msplan__head-main {
  flex: 1;
}

.msplan__ordermade {
  display: block;
  width: 100%;
  max-width: 14.25rem;
  height: auto;
  margin-bottom: 20px;
  margin-left: 12%;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__ordermade {
    max-width: 140px;
    margin-left: 20%;
    margin-bottom: 10px;
  }
}

.msplan__tagline {
  display: flex;
  align-items: center;
  gap: 12px 16px;
}

.msplan__hand {
  flex-shrink: 0;
  display: block;
  width: 48px;
  height: auto;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__hand {
    width: 40px;
  }
}

.msplan__tagline-text {
  margin: 0;
  font-size: clamp(17px, 3vw, 40px);
  font-weight: bold;
  color: #111;
  line-height: 1.45;
  letter-spacing: 5px;
}

.msplan__logo {
  position: absolute;
  top: 0;
  right: 0;
}
.msplan__logo img {
  display: block;
  width: 7.1875rem;
  height: auto;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__logo img {
    width: 60px;
  }
}

.msplan__panel {
  background: #fff;
  border-radius: 12px;
  padding: 80px 50px;
}
@media screen and (max-width: 1024px) {
  .msplan__panel {
    padding: 56px 20px;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__panel {
    padding: 28px 0px 36px;
    border-radius: 8px;
  }
}

.msplan__row {
  position: relative;
}
.msplan__row + .msplan__row {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__row + .msplan__row {
    margin-top: 32px;
    padding-top: 32px;
  }
}
.msplan__row--bubble-left {
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .msplan__row {
    flex-direction: column;
    align-items: stretch;
  }
  .msplan__row--bubble-left {
    flex-direction: column;
  }
}

.msplan__product {
  position: relative;
}

.msplan__cat {
  font-size: 13px;
  font-weight: bold;
  color: rgba(17, 17, 17, 0.75);
  letter-spacing: 0.06em;
  margin: 0 0 6px;
}

.msplan__product-name {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 900;
  color: #111;
  letter-spacing: 0.06em;
  margin: 0 0 16px;
  line-height: 1.3;
}

.msplan__photo {
  text-align: center;
  max-width: 75%;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__photo {
    max-width: 100%;
    padding-top: 10%;
  }
}
.msplan__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.msplan__photo.photo-03 img {
  margin-bottom: 20px;
}

.msplan__photo--02 {
  margin: 0 0 0 auto;
}
.msplan__photo--02 img {
  margin: 0 0 0 auto;
}

.msplan__arrow {
  position: absolute;
  top: 200px;
  right: 180px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__arrow {
    top: 80px;
    right: 0;
  }
}
.msplan__arrow img {
  display: block;
  width: clamp(38px, 8vw, 65px);
  height: auto;
}
.msplan__arrow--flip {
  transform: scaleX(-1);
  right: inherit;
  left: 140px;
  top: 260px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__arrow--flip {
    top: 80px;
    left: 0;
  }
}

.msplan__bubble {
  position: absolute;
  top: 0;
  right: 80px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__bubble {
    top: -10%;
    right: -10%;
    max-width: 170px;
  }
}

.msplan__bubble-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 17.5rem;
}

.msplan__bubble-shape {
  width: 100%;
  max-width: 17.5rem;
  height: auto;
  display: block;
}

.msplan__bubble-text {
  position: absolute;
  left: 9%;
  right: 7%;
  top: 18%;
  margin: 0;
  font-size: clamp(12px, 1.65vw, 15px);
  font-weight: bold;
  line-height: 1.55;
  color: #231815;
  letter-spacing: 0.02em;
}

.msplan__bubble--2 {
  position: absolute;
  left: 0;
  top: 60px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__bubble--2 {
    left: -10%;
    top: -5%;
  }
}
.msplan__bubble--2 .msplan__bubble-shape {
  max-width: 250px;
  transform: rotate(3deg);
}

.msplan__bubble--3 {
  top: 150px;
  right: 0;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__bubble--3 {
    top: -5%;
    right: -10%;
  }
}

.msplan__arrow-03 {
  top: 350px;
  right: 100px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__arrow-03 {
    top: 80px;
    right: 0;
  }
}

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

.msplan__closing {
  font-size: 1.875rem;
  font-weight: bold;
  color: #111;
  padding-bottom: 5px;
  margin: 0 auto 30px;
  letter-spacing: 2px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.msplan__closing::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: #111;
  transition: 0.6s ease;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__closing::after {
    height: 1px;
  }
}
.msplan__closing.on::after {
  width: 100%;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__closing {
    font-size: 18px;
    text-align: left;
    margin: 0 auto 20px;
  }
}

.msplan__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  margin: 50px auto 0;
  padding: 50px 20px;
  background: #fff;
  text-decoration: none;
  color: #111 !important;
  width: 100%;
  max-width: 700px;
  transition: box-shadow 0.25s ease, transform 0.2s ease;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__banner {
    gap: 0px;
    padding: 20px;
    border-radius: 6px;
  }
}
.msplan__banner:hover {
  box-shadow: 0 16px 44px rgba(27, 45, 69, 0.16);
  transform: translateY(-2px);
}
.msplan__banner br {
  display: none;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__banner br {
    display: block;
  }
}

.msplan__banner-logo {
  flex-shrink: 0;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__banner-logo {
    margin-right: 20px;
  }
}
.msplan__banner-logo img {
  display: block;
  width: 150px;
  height: auto;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__banner-logo img {
    width: 80px;
  }
}

.msplan__banner-lead {
  font-size: 14px;
  color: #111;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__banner-lead {
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
  }
}

.msplan__banner-linktext {
  font-size: clamp(15px, 1.8vw, 24px);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: #111;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__banner-linktext {
    font-size: 15px;
    text-align: left;
    display: block;
  }
}

.msplan__banner-external {
  flex-shrink: 0;
  line-height: 0;
  opacity: 0.85;
}
.msplan__banner-external img {
  display: block;
  width: 16px;
  height: auto;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .msplan__banner-external img {
    width: 12px;
  }
}

/* Case Study */
.casestudy {
  padding: 80px 0 100px;
}

.casestudy__header {
  margin: 0 0 40px;
}

.casestudy__title-img {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  margin: 0 0 20px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .casestudy__title-img {
    width: auto;
    max-width: min(24.8125rem, 100%);
    height: 30px;
  }
}

.casestudy__title {
  font-weight: bold;
  font-size: 18px;
  color: #111;
  letter-spacing: 0.9px;
  margin: 0;
}

.casestudy__slider {
  position: relative;
  margin-bottom: 24px;
}

/* Slick: 1400px以上は3枚表示・1枚ずつ送り（breakpoint 1399 以下で2枚 → 1023 以下で1枚） */
.casestudy__slider.js-casestudy-slick .slick-list {
  margin: 0 -12px;
}
.casestudy__slider.js-casestudy-slick {
  /* 表示行内のスライド高さを最も高いカードに揃える */
}
.casestudy__slider.js-casestudy-slick .slick-track {
  display: flex !important;
  align-items: stretch;
}
.casestudy__slider.js-casestudy-slick .slick-slide {
  float: none !important;
  height: auto !important;
  padding: 0 12px;
  box-sizing: border-box;
  display: flex !important;
  align-items: stretch;
}
.casestudy__slider.js-casestudy-slick .slick-slide .casestudy__card {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.casestudy__slider.js-casestudy-slick .casestudy__card .casestudy__link {
  margin-top: auto;
}

.casestudy__card {
  border: 1px solid #ddd;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  transition: 0.4s;
}
.casestudy__card:hover {
  border: solid 1px #111;
}

.casestudy__card img {
  width: 100%;
  aspect-ratio: 1.6/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.casestudy__tag {
  background: #f5f5f5;
  font-weight: bold;
  font-size: 12px;
  padding: 4px 12px;
  width: -moz-fit-content;
  width: fit-content;
}

.casestudy__card h3 {
  font-weight: bold;
  font-size: 18px;
  color: #111;
  margin: 16px 24px 12px;
}

.casestudy__card p {
  font-size: 15px;
  color: #111;
  line-height: 1.6;
  margin: 0 24px 16px;
}

.casestudy__link {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
  font-weight: bold;
  font-size: 14px;
  color: #111 !important;
  margin: 0 24px 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #111;
}
.casestudy__link img {
  width: 18px;
}

.casestudy__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  position: relative;
  /* Slick は prev を prepend するため DOM 順は「前→数字→次」。表示は 数字→前→後 にする */
}
.casestudy__nav .casestudy__counter {
  order: 1;
  margin-right: 16px;
}
.casestudy__nav .slick-prev {
  order: 2;
}
.casestudy__nav .slick-next {
  order: 3;
}
.casestudy__nav {
  /* _option.scss の .slick-arrow 絶対配置をナビ内では解除 */
}
.casestudy__nav .slick-arrow {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  margin-top: 0;
  transform: none;
  z-index: auto;
  font-size: 0;
  line-height: 0;
}

.casestudy__counter {
  color: #111;
  white-space: nowrap;
}
.casestudy__counter.casestudy__counter--hidden {
  display: none !important;
}

.casestudy__prev,
.casestudy__next {
  box-sizing: border-box;
  background: #fff;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  width: 30px;
}
.casestudy__prev img,
.casestudy__next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Recruit（Figma：node 95-71／section-recruit.svg・IMG_7854・右モザイク） */
.recruit {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #1b3655;
}

.recruit__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(../images/IMG_7854.jpg);
  background-size: cover;
  background-position: center;
}

.recruit__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #1b3655;
  opacity: 0.8;
}

.recruit__inner {
  position: relative;
  z-index: 1;
  padding: 100px 0px;
  max-width: 1200px;
}
@media screen and (max-width: 1500px) {
  .recruit__inner {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit__inner {
    padding: 56px 20px 0;
  }
}

.recruit__content {
  max-width: 80%;
}
@media screen and (max-width: 1500px) {
  .recruit__content {
    max-width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .recruit__content {
    max-width: none;
    padding-right: 0;
  }
}

.recruit__header {
  margin: 0 0 28px;
}

.recruit__title-img {
  display: block;
  width: 100%;
  max-width: 397px;
  height: auto;
  margin: 0 0 16px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit__title-img {
    width: auto;
    max-width: min(24.8125rem, 100%);
    height: 30px;
    margin-left: 0;
  }
}

.recruit__title {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.06em;
  margin: 0;
}

.recruit__lead {
  font-weight: bold;
  font-size: clamp(20px, 2.5vw, 28px);
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin: 0 0 24px;
}

.recruit__text {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.85;
  letter-spacing: 0.04em;
  margin: 0 0 36px;
}

.recruit__features {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 36px;
}

.recruit__feature-title {
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  line-height: 1.4;
}

.recruit__feature-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
  letter-spacing: 0.03em;
  margin: 0;
}

.recruit__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 28px 10px 32px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: #f03542;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  transition: background 0.25s ease, transform 0.2s ease;
}
.recruit__cta:hover {
  color: #fff;
  transform: translateY(-1px);
}

.recruit__cta-text {
  line-height: 1.2;
}

.recruit__cta-icon {
  display: block;
}
.recruit__cta-icon img {
  width: 20px;
  height: auto;
  display: block;
}

.recruit__mosaic {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(72px, 10.5vw));
  width: 100%;
  max-width: 558px;
  margin-left: auto;
}
@media screen and (max-width: 1500px) {
  .recruit__mosaic {
    grid-template-rows: repeat(5, minmax(72px, 12.5vw));
  }
}
@media screen and (max-width: 1024px) {
  .recruit__mosaic {
    margin-left: 0;
    max-width: 50%;
    grid-template-rows: repeat(5, minmax(64px, 18vw));
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit__mosaic {
    grid-template-rows: repeat(5, minmax(56px, 22vw));
    display: none;
  }
}

/* SP：採用セクション下部・モザイク画像の横スクロール（Slick）— mq-600 と同条件 */
.recruit__mosaic-sp {
  display: none;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit__mosaic-sp {
    display: block;
    position: relative;
    z-index: 1;
    width: calc(100% + 40px);
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
    padding: 50px 0 0;
    box-sizing: border-box;
  }
}

.recruit__mosaic-slick.slick-initialized .slick-track {
  display: flex;
  align-items: stretch;
}
.recruit__mosaic-slick .slick-slide {
  height: auto;
  margin: 0 0.5px;
  padding: 0;
}
.recruit__mosaic-slick .slick-slide > div {
  height: 100%;
}

.recruit__mosaic-slick-slide {
  width: 132px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.recruit__mosaic-slick-slide img {
  display: block;
  width: 132px;
  height: 132px;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
  border-radius: 0;
}

.recruit__cell {
  position: relative;
  overflow: hidden;
}
.recruit__cell img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border: solid 0.5px #fff;
}

/* スクロール視差：img に .parallax または .parallax ラッパの直下 img（JS が --parallax-y を更新） */
img.parallax,
.parallax > img {
  will-change: transform;
  transform: translateY(var(--parallax-y, 0px));
}

.recruit__cell img.parallax,
.parallax > img {
  inset: auto;
  left: 0;
  top: -9%;
  width: 100%;
  height: 118%;
  bottom: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.parallax:not(img):not(.recruit__cell) {
  position: relative;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  img.parallax,
  .parallax > img {
    transform: none !important;
    will-change: auto;
  }
  .recruit__cell img.parallax,
  .parallax > img {
    inset: 0;
    top: 0;
    height: 100%;
  }
}
/* Contact（全ページ共通・フッター直上） */
.contact {
  padding: 72px 0 88px;
  background: #ebeff2;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .contact {
    padding: 56px 0 72px;
  }
}

.contact__header {
  margin: 0 0 40px;
}

.contact__title-img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 0 16px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .contact__title-img {
    width: auto;
    max-width: min(24.8125rem, 100%);
    height: 30px;
  }
}

.contact__title-en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  color: #111;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.contact__title {
  font-weight: bold;
  font-size: 16px;
  color: #111;
  letter-spacing: 0.06em;
  margin: 0;
}

.contact__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px 40px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .contact__row {
    flex-direction: column;
    align-items: stretch;
  }
}

.contact__tel-block {
  display: flex;
  gap: 16px 20px;
  min-width: 0;
}

.contact__tel-icon {
  flex-shrink: 0;
  line-height: 0;
  margin-top: 10px;
}
.contact__tel-icon img {
  display: block;
  width: 35px;
  height: auto;
  filter: brightness(0);
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .contact__tel-icon img {
    width: 24px;
  }
}

.contact__tel-body {
  min-width: 0;
}

.contact__tel {
  font-family: "Bebas Neue", sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  color: #111;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .contact__tel {
    font-size: 50px;
  }
}
.contact__tel a {
  color: #111;
  text-decoration: none;
}

.contact__hours {
  font-size: 15px;
  color: #111;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.5;
  text-align: center;
}

.contact__btn-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px 18px;
  flex-shrink: 0;
  width: 100%;
  max-width: 50%;
  padding: 36px;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.04em;
  background: #ef454a;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .contact__btn-mail {
    max-width: 100%;
    font-size: 18px;
    padding: 20px 10px;
  }
}
@media (hover: hover) {
  .contact__btn-mail:hover {
    background: #d93a3f;
    color: #fff !important;
    box-shadow: 0 10px 28px rgba(232, 72, 72, 0.42);
    transform: translateY(-1px);
  }
}
@media screen and (max-width: 900px) {
  .contact__btn-mail {
    width: 100%;
    box-sizing: border-box;
  }
}

.contact__btn-mail-icon {
  flex-shrink: 0;
  line-height: 0;
}
.contact__btn-mail-icon img {
  display: block;
  width: 2.5rem;
  height: auto;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .contact__btn-mail-icon img {
    width: 24px;
  }
}

.contact__btn-mail-text {
  line-height: 1.3;
  text-align: left;
}

/* 三島精器の強みページ */
.page-hero {
  position: relative;
  height: 400px;
  overflow: hidden;
  background-color: #000;
}
.page-hero::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: translateX(0);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
  height: 100%;
}
.page-hero.on::after {
  transform: translateX(101%);
}
@media screen and (max-width: 1024px) {
  .page-hero {
    height: 320px;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .page-hero {
    height: 280px;
  }
}
.page-hero.no-img {
  height: auto;
  background-color: #1b3655;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .page-hero.no-img {
    padding-top: 50px;
  }
}
.page-hero.no-img .page-hero__content {
  display: block;
  padding: 30px 40px;
  text-align: left;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .page-hero.no-img .page-hero__content {
    padding: 30px 20px;
  }
}
.page-hero.no-img .page-hero__sub {
  font-size: 40px;
  letter-spacing: 2px;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .page-hero.no-img .page-hero__sub {
    font-size: 40px;
  }
}
.page-hero.no-img .page-hero__title {
  font-size: 13px;
}

.page-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
}
.page-hero__bg.aboutus {
  opacity: 0.8;
}

.page-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 40px 20px;
  text-align: center;
}

.page-hero__sub {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 3.125rem;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 12px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .page-hero__sub {
    font-size: 2rem !important;
  }
}
.page-hero__sub span {
  display: block;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
}
.page-hero__sub.on span {
  transform: translateY(0);
}

.page-hero__title {
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 0 16px;
  position: relative;
  overflow: hidden;
}
.page-hero__title span {
  display: block;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
}
.page-hero__title.on span {
  transform: translateY(0);
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .page-hero__title {
    font-size: 14px;
  }
}

.page-hero__lead {
  font-size: 1rem;
  color: #fff;
  margin: 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .page-hero__lead {
    font-size: 0.875rem;
  }
}
.page-hero__lead::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #fff;
}
.page-hero__lead::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #fff;
}

.strength-page {
  padding: 100px 0 0;
}

.strength-page__grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.strength-page__card {
  margin-bottom: 100px;
}

.strength-page__card-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  min-height: 400px;
}
@media screen and (max-width: 1024px) {
  .strength-page__card-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

.strength-page__card--reverse .strength-page__card-inner .strength-page__thumb {
  order: 2;
  box-shadow: -80px 50px 0 #f5f5f5;
}
.strength-page__card--reverse .strength-page__card-inner .strength-page__body {
  order: 1;
  position: relative;
  z-index: 2;
}
.strength-page__card--reverse .strength-page__card-inner .strength-page__body .strength-page__num {
  right: inherit;
  left: 24px;
}
@media screen and (max-width: 1024px) {
  .strength-page__card--reverse .strength-page__card-inner .strength-page__thumb {
    order: 0;
  }
  .strength-page__card--reverse .strength-page__card-inner .strength-page__body {
    order: 1;
  }
}

.strength-page__thumb {
  position: relative;
  overflow: visible;
  aspect-ratio: 1.6/1;
  box-shadow: 80px 50px 0 #f5f5f5;
}
.strength-page__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.strength-page__num {
  position: absolute;
  top: 0px;
  right: 24px;
  font-size: 100px;
  line-height: 1;
  color: #f5f5f5;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .strength-page__num {
    font-size: 48px;
    bottom: 12px;
    left: 16px;
  }
}

.strength-page__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .strength-page__body {
    padding: 32px 24px;
  }
}

.strength-page__heading {
  font-weight: bold;
  font-size: 26px;
  color: #111;
  letter-spacing: 1.2px;
  line-height: 1.5;
  margin: 0 0 40px;
  z-index: 2;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .strength-page__heading {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.strength-page__text {
  font-size: 1.0625rem;
  line-height: 1.8;
  margin: 0 0 24px;
}

.strength-page__link {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #0071bc;
  text-decoration: none;
  transition: color 0.2s ease;
}
.strength-page__link:hover {
  color: #ffb700;
}

.wrap-page-bns {
  display: flex;
  gap: 1px;
  margin-bottom: 10px;
}
.wrap-page-bns .col {
  width: 50%;
  background-color: #1b3655;
}
.wrap-page-bns .col a {
  display: block;
  position: relative;
}
.wrap-page-bns .col a:hover .bn-img {
  transform: scale(1.05);
  opacity: 0.4;
}
.wrap-page-bns .col a:hover h3 {
  transform: translateX(5px) translateY(-50%);
}
.wrap-page-bns .col a h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
  letter-spacing: 2px;
  transition: 0.4s ease;
}
.wrap-page-bns .col a h3 .bn-icon {
  width: 24px;
  display: block;
}
.wrap-page-bns .col a .bn-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.6/0.8;
  opacity: 0.2;
  transition: 0.4s ease;
}

/* 実績紹介ページ */
.works-page {
  padding: 80px 0 100px;
}

.works-page__title {
  font-weight: 700;
  font-size: 18px;
  color: #111;
  letter-spacing: 0.9px;
  margin: 0 0 40px;
}

.works-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .works-page__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .works-page__grid {
    grid-template-columns: 1fr;
  }
}

/* お知らせ一覧ページ */
.news-page {
  padding: 30px 0 64px;
  min-height: 500px;
}

.news-page__head {
  padding: 50px 0 80px;
}

.news-page__title {
  font-weight: 700;
  font-size: 30px;
  color: #111;
  letter-spacing: 1.2px;
  text-align: center;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .news-page__title {
    font-size: 44px;
  }
}

.news-page__subtitle {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #111;
  line-height: 1;
  color: #999;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .news-page__subtitle {
    width: auto;
    margin-bottom: 10px;
    font-size: 13px;
  }
}

.news-page__list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 1000px;
}

.news-page__item {
  display: flex;
  align-items: center;
  gap: 38px;
  padding: 28px 2px;
  border-bottom: 1px solid #efefef;
  transition: 0.4s ease;
}
@media (hover: hover) {
  .news-page__item:hover {
    padding-left: 7px;
    background-color: #f5f5f5;
    cursor: pointer;
    opacity: 0.8;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .news-page__item {
    display: block;
    padding: 10px 0;
  }
}

.news-page__date {
  display: block;
  flex-shrink: 0;
  width: 110px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #111;
  line-height: 1;
  color: #999;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .news-page__date {
    width: auto;
    margin-bottom: 10px;
    font-size: 13px;
  }
}

.news-page__link {
  display: block;
  color: #111;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .news-page__link:hover {
    opacity: 0.7;
    color: #111;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .news-page__link {
    font-size: 14px;
    line-height: 1.8;
  }
}

.pagination {
  margin: 48px auto 0;
  display: flex;
  gap: 8px;
  max-width: 1000px;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background: #b2b2b2;
  transition: opacity 0.2s ease;
}
.pagination .page-numbers.current {
  background: #111;
}
.pagination .page-numbers:hover {
  opacity: 0.75;
  color: #fff;
}

.news-page__breadcrumb {
  margin: 0 0 12px;
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-page__breadcrumb a {
  color: #111;
  text-decoration: none;
}
.news-page__breadcrumb a:hover {
  text-decoration: underline;
}

/*　お知らせ詳細ページ　*/
.wrap-detail {
  max-width: 800px;
  margin: 50px auto 100px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .wrap-detail {
    margin: 0 auto;
  }
}
.wrap-detail .news-page__date {
  font-size: 0.9375rem;
  color: #999;
  margin-bottom: 15px;
  text-align: center;
  display: block;
  width: 100%;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .wrap-detail .news-page__date {
    text-align: left;
  }
}
.wrap-detail .title-news {
  font-weight: 700;
  font-size: 30px;
  color: #111;
  letter-spacing: 1.2px;
  margin: 0 0 70px;
  text-align: center;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .wrap-detail .title-news {
    font-size: 24px;
    text-align: left;
    margin-bottom: 35px;
  }
}
.wrap-detail .post {
  font-size: 1rem;
  color: #111;
  margin: 0 0 60px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .wrap-detail .post {
    margin-bottom: 40px;
  }
}
.wrap-detail .post p {
  margin: 0 0 24px;
  line-height: 1.8;
  letter-spacing: 1px;
  justify-content: justify;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .wrap-detail .post p {
    line-height: 1.6;
  }
}
.wrap-detail .post p:last-child {
  margin-bottom: 0;
}
.wrap-detail .post img {
  display: block;
  max-width: 100%;
  max-height: 600px;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.wrap-detail .bt-02 {
  font-size: 15px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .wrap-detail .bt-02 {
    font-size: 13px;
  }
}

/* 実績詳細ページ */
.works-detail {
  padding: 80px 0 100px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .works-detail {
    padding: 40px 0 60px;
  }
}

.works-detail__breadcrumb {
  font-size: 14px;
  color: #666;
  margin: 0 0 24px;
}
.works-detail__breadcrumb a {
  color: #666;
}

.works-detail__tag {
  display: inline-block;
  background: #d9d9d9;
  font-weight: 700;
  font-size: 14px;
  padding: 4px 12px;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .works-detail__tag {
    font-size: 12px;
    padding: 4px 8px;
    margin-bottom: 10px;
  }
}

.works-detail__title {
  font-weight: 700;
  font-size: 24px;
  color: #111;
  letter-spacing: 1.2px;
  margin: 0 0 32px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .works-detail__title {
    font-size: 20px;
  }
}

.works-detail__gallery {
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .works-detail__gallery {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.works-detail__slider-wrap {
  position: relative;
  padding: 0 48px;
}
@media screen and (max-width: 700px) {
  .works-detail__slider-wrap {
    padding: 0;
  }
}
.works-detail__slider-wrap > .slick-slider {
  width: 100%;
}
.works-detail__slider-wrap > .slick-prev, .works-detail__slider-wrap > .slick-next {
  position: absolute !important;
  top: 0;
  left: auto;
  right: auto;
  margin: 0;
  z-index: 2;
  transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 700px) {
  .works-detail__slider-wrap > .slick-prev, .works-detail__slider-wrap > .slick-next {
    display: none !important;
  }
}
.works-detail__slider-wrap > .slick-prev {
  left: 0;
}
.works-detail__slider-wrap > .slick-next {
  right: 0;
}

.works-detail__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .works-detail__arrow {
    width: 24px;
    height: 24px;
  }
}
.works-detail__arrow:hover {
  opacity: 0.7;
}
.works-detail__arrow.slick-disabled {
  opacity: 0.35;
  cursor: default;
}
.works-detail__arrow img {
  display: block;
  width: 100%;
  height: auto;
}

.works-detail__figure {
  margin: 0;
}

.works-detail__figure-img {
  width: 100%;
  aspect-ratio: 1400/859;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.works-detail__figure-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 700px) {
  .works-detail__figure-img.is-landscape {
    aspect-ratio: auto;
    height: auto;
    background: transparent;
  }
  .works-detail__figure-img.is-landscape img {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .works-detail__figure-img.is-portrait {
    aspect-ratio: 1400/859;
  }
}

.works-detail__caption {
  margin: 12px 0 0;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 700px) {
  .works-detail__caption {
    padding: 0 20px;
  }
}

.works-detail__dots {
  margin-top: 16px;
  min-height: 12px;
}
.works-detail__dots .slick-dots {
  position: static;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.works-detail__dots .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  background: #d5dbe3;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.2s ease;
}
.works-detail__dots .slick-dots li button {
  display: none;
}
.works-detail__dots .slick-dots li.slick-active {
  background: #111;
}

.works-detail__img {
  margin-bottom: 40px;
  overflow: hidden;
}
.works-detail__img img {
  width: 100%;
  height: auto;
  display: block;
}

.works-detail__body {
  margin-bottom: 50px;
}
.works-detail__body p {
  font-size: 16px;
  color: #111;
  line-height: 1.9;
  letter-spacing: 0.5px;
  margin: 0 0 24px;
}
.works-detail__body p:last-child {
  margin-bottom: 0;
}

.works-detail__back {
  margin-top: 48px;
}
.works-detail__back a {
  font-size: 16px;
  color: #111 !important;
}

/* 会社案内ページ */
.company-page {
  padding: 80px 0 100px;
}

.wrap-page-nav {
  margin: 0 auto 60px;
}
.wrap-page-nav ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .wrap-page-nav ul {
    flex-wrap: wrap;
    gap: 10px 10px;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .wrap-page-nav ul li {
    width: calc(50% - 10px);
    border-bottom: solid 1px #1b3655;
  }
}
.wrap-page-nav ul a {
  font-weight: bold;
  font-size: 0.875rem;
  color: #111;
  letter-spacing: 1.2px;
  text-decoration: none;
  transition: 0.3s ease;
  display: flex;
  gap: 10px;
  padding-right: 10px;
  align-items: center;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .wrap-page-nav ul a {
    font-size: 12px;
    padding: 10px 0;
  }
}
.wrap-page-nav ul a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1.5px #111;
  border-right: solid 1.5px #111;
  transform: rotate(135deg);
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .wrap-page-nav ul a::after {
    width: 5px;
    height: 5px;
    border-top: solid 1px #111;
    border-right: solid 1px #111;
  }
}

.company-page__title {
  font-weight: 700;
  font-size: 24px;
  color: #111;
  letter-spacing: 1.2px;
  margin: 0 0 48px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .company-page__title {
    font-size: 20px;
    margin-bottom: 32px;
  }
}

.company-section {
  margin-bottom: 100px;
}

.company-section__heading {
  margin: 0 0 60px;
  position: relative;
}
.company-section__heading::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.6s ease;
}
.company-section__heading .ja {
  display: block;
  font-weight: 700;
  font-size: 24px;
  color: #111;
  letter-spacing: 1.5px;
  background-color: #fff;
  padding-right: 30px;
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
}
.company-section__heading .en {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  color: #999;
  position: relative;
  z-index: 2;
  margin-left: 2px;
  letter-spacing: 1px;
}
.company-section__heading.on::after {
  width: 100%;
}

.company-section__content {
  max-width: 1000px;
  margin: 0 auto;
}
.company-section__content.message p {
  font-size: 18px;
  color: #111;
  line-height: 2.4;
  margin: 0 0 24px;
  font-weight: bold;
}
.company-section__content.message .signature {
  font-size: 16px;
  color: #111;
  text-align: right;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  max-width: 1000px;
  margin: 0 auto;
}
.company-table th,
.company-table td {
  padding: 16px 24px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.8;
}
.company-table th {
  background: #1b3655;
  color: #fff;
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
}
.company-table th.address {
  border-right: solid 1px #ddd;
}
.company-table td {
  background: #fff;
  color: #111;
}
.company-table tr:last-child th,
.company-table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .company-table th,
  .company-table td {
    padding: 12px 16px;
    font-size: 14px;
  }
  .company-table th {
    width: 120px;
  }
}

.map-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff !important;
  background-color: #1b3655;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 20px;
  margin-top: 10px;
  border-radius: 3px;
  transition: 0.3s ease;
  font-size: 13px;
  font-weight: bold;
}
.map-link img {
  display: block;
  width: 13px;
}
.map-link:hover {
  opacity: 0.7;
  color: #fff;
}

.company-note {
  color: #d60000;
  font-size: 14px;
  display: block;
  margin-top: 8px;
  font-weight: bold;
}

.company-facilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .company-facilities {
    grid-template-columns: 1fr;
  }
}

.company-facility__img {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 16px;
}
.company-facility__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.company-facility__title {
  font-weight: 700;
  font-size: 16px;
  color: #111;
  margin: 0 0 8px;
}
.company-facility__info {
  font-size: 14px;
  color: #111;
  margin: 0 0 4px;
}

.wrap-history-list {
  max-width: 1000px;
  margin: 0 auto;
}
.wrap-history-list .history-list {
  margin-left: 30px;
}
.wrap-history-list .history-list li {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.wrap-history-list .history-list li .year {
  font-size: 16px;
  color: #111;
  display: block;
  width: 20%;
  position: relative;
}
.wrap-history-list .history-list li .year::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #1b3655;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.wrap-history-list .history-list .content {
  font-size: 16px;
  color: #111;
  font-weight: bold;
}

/* 事業紹介ページ */
.business-hero {
  position: relative;
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .business-hero {
    height: 320px;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .business-hero {
    height: 280px;
  }
}

.business-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.business-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 40px 20px;
  text-align: center;
}

.business-hero__sub {
  font-family: "Bebas Neue", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 12px;
}

.business-hero__title {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  letter-spacing: 1.2px;
  margin: 0 0 16px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .business-hero__title {
    font-size: 28px;
  }
}

.business-hero__lead {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .business-hero__lead {
    font-size: 14px;
  }
}

.business-page {
  padding: 60px 0 100px;
}

.business-page__intro {
  max-width: 720px;
  margin: 0 auto 60px;
  text-align: center;
}

.business-page__lead {
  font-size: 18px;
  color: #111;
  line-height: 1.9;
  margin: 0;
}

.business-page__grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.business-page__card {
  margin-bottom: 100px;
}
.business-page__card:last-of-type {
  margin-bottom: 0;
}

.business-page__card-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: flex-start;
  min-height: 400px;
}
@media screen and (max-width: 1024px) {
  .business-page__card-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

.business-page__card--reverse .business-page__card-inner .business-page__thumb {
  order: 2;
}
.business-page__card--reverse .business-page__card-inner .business-page__body {
  order: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .business-page__card--reverse .business-page__card-inner .business-page__thumb {
    order: 0;
  }
  .business-page__card--reverse .business-page__card-inner .business-page__body {
    order: 1;
  }
}

.business-page__thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.6/1;
}
@media screen and (max-width: 1024px) {
  .business-page__thumb {
    aspect-ratio: 16/9;
  }
}
.business-page__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.business-page__num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1;
  color: #ddd;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .business-page__num {
    font-size: 48px;
    bottom: 12px;
    left: 16px;
  }
}

.business-page__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .business-page__body {
    padding: 32px 24px;
  }
}

.business-page__title {
  font-weight: 900;
  font-size: 34px;
  color: #111;
  letter-spacing: 1.2px;
  margin: 0 0 20px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .business-page__title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.business-page__desc {
  font-size: 16px;
  color: #111;
  line-height: 1.8;
  margin: 0 0 20px;
}

.business-page__content p {
  margin-bottom: 20px;
}

.business-page__body ul {
  font-size: 15px;
  color: #111;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  list-style: none;
}
.business-page__body ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}
.business-page__body ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #111;
}

.page-catalog {
  background-color: #f5f5f5;
  padding: 30px;
  margin: 100px auto 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.page-catalog a {
  display: block;
  text-align: center;
  color: #111;
}
.page-catalog img {
  display: block;
  width: 100%;
  height: auto !important;
  max-width: 300px;
  margin: 0 auto;
}
.page-catalog .page-catalog__label {
  margin-top: 20px;
}

/* 企画から出荷までページ */
.process-hero {
  position: relative;
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .process-hero {
    height: 320px;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .process-hero {
    height: 280px;
  }
}

.process-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.process-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.process-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 40px 20px;
  text-align: center;
}

.process-hero__sub {
  font-family: "Bebas Neue", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 12px;
}

.process-hero__title {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  letter-spacing: 1.2px;
  margin: 0 0 16px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .process-hero__title {
    font-size: 28px;
  }
}

.process-hero__lead {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .process-hero__lead {
    font-size: 14px;
  }
}

.process-page {
  padding: 60px 0 100px;
}

.process-page__intro {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.process-page__lead {
  font-size: 18px;
  color: #111;
  line-height: 1.9;
  margin: 0;
}

.process-page__flow {
  position: relative;
  margin-bottom: 60px;
  padding: 0 20px;
}

.process-page__flow-line {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  height: 2px;
  background: linear-gradient(90deg, #111 0%, #e5e5e5 100%);
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .process-page__flow-line {
    display: none;
  }
}

.process-page__flow-steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .process-page__flow-steps {
    flex-direction: column;
    gap: 12px;
  }
}

.process-page__flow-step {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #111;
  background: #fff;
  border: 2px solid #111;
  border-radius: 4px;
  white-space: nowrap;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .process-page__flow-step {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.process-page__grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.process-page__card {
  border-bottom: 1px solid #e5e5e5;
}
.process-page__card:last-of-type {
  border-bottom: none;
}

.process-page__card-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  min-height: 380px;
}
@media screen and (max-width: 1024px) {
  .process-page__card-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

.process-page__card--reverse .process-page__card-inner .process-page__thumb {
  order: 2;
}
.process-page__card--reverse .process-page__card-inner .process-page__body {
  order: 1;
}
@media screen and (max-width: 1024px) {
  .process-page__card--reverse .process-page__card-inner .process-page__thumb {
    order: 0;
  }
  .process-page__card--reverse .process-page__card-inner .process-page__body {
    order: 1;
  }
}

.process-page__thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 1024px) {
  .process-page__thumb {
    aspect-ratio: 16/9;
  }
}
.process-page__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.process-page__card:hover .process-page__thumb img {
  transform: scale(1.05);
}

.process-page__num {
  position: absolute;
  bottom: 20px;
  left: 24px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 72px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .process-page__num {
    font-size: 48px;
    bottom: 12px;
    left: 16px;
  }
}

.process-page__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 40px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .process-page__body {
    padding: 32px 24px;
  }
}

.process-page__title {
  font-weight: 900;
  font-size: 24px;
  color: #111;
  letter-spacing: 1.2px;
  margin: 0 0 16px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .process-page__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.process-page__desc {
  font-size: 16px;
  color: #111;
  line-height: 1.8;
  margin: 0;
}

/* 設備紹介ページ */
.equipment-page {
  padding: 80px 0 100px;
}

.equipment-page__title {
  font-weight: 700;
  font-size: 24px;
  color: #111;
  letter-spacing: 1.2px;
  margin: 0 0 24px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .equipment-page__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.equipment-page__lead {
  font-size: 16px;
  color: #111;
  line-height: 1.8;
  max-width: 1000px;
  margin: 0 auto 48px;
}

.equipment-section {
  max-width: 1000px;
  margin: 0 auto 48px;
}

.equipment-section__heading {
  font-weight: 700;
  font-size: 18px;
  color: #111;
  letter-spacing: 0.9px;
  margin: 0 0 16px;
}

.equipment-section__intro {
  margin-bottom: 24px;
}
.equipment-section__intro p {
  font-size: 16px;
  color: #111;
  line-height: 1.8;
  margin: 0;
}

.equipment-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.equipment-table th,
.equipment-table td {
  padding: 12px 20px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  line-height: 1.6;
}
.equipment-table thead th {
  background: #1b3655;
  font-weight: bold;
  color: #fff;
}
.equipment-table tbody th {
  width: 50%;
  background: #f5f5f5;
  font-weight: bold;
  color: #111;
}
.equipment-table td {
  background: #fff;
  color: #111;
  text-align: center;
}
.equipment-table tr:last-child th,
.equipment-table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .equipment-table th,
  .equipment-table td {
    padding: 10px 14px;
    font-size: 14px;
  }
}

/* 採用ページ */
.recruit-page {
  padding: 48px 0 0;
  background: #fff;
}

.recruit-page__inner {
  max-width: 1200px;
}

/* メッセージ（代表挨拶） */
.recruit-message-section {
  padding: 16px 0 96px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-message-section {
    padding-bottom: 48px;
  }
}
.recruit-message-section__heading-block {
  position: relative;
  text-align: center;
  padding: 0 0 60px;
}
.recruit-message-section__title-en {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: clamp(64px, 14vw, 100px);
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e4ebf6;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.recruit-message-section__title-front {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -54%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recruit-message-section__title-ja {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #093d73;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-message-section__title-ja {
    font-size: 22px;
  }
}
.recruit-message-section__title-accent {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 10px;
  background: #093d73;
  border-radius: 1px;
}
.recruit-message-section__body {
  display: grid;
  grid-template-columns: minmax(240px, 400px) 1fr;
  gap: 56px;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .recruit-message-section__body {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.recruit-message-section__body--text-only {
  grid-template-columns: 1fr;
  max-width: 820px;
  margin-inline: auto;
}
.recruit-message-section__figure {
  margin: 0;
  text-align: center;
}
.recruit-message-section__photo-frame {
  position: relative;
  margin: 0 auto 28px;
}
.recruit-message-section__photo-frame::after {
  content: "";
  position: absolute;
  left: 20px;
  right: -16px;
  top: 20px;
  bottom: -20px;
  background: #e8eef4;
  z-index: 0;
  border-radius: 2px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-message-section__photo-frame::after {
    left: 12px;
    right: -10px;
    top: 12px;
    bottom: -12px;
  }
}
.recruit-message-section__photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-message-section__caption {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-message-section__caption {
    font-size: 13px;
  }
}
.recruit-message-section__text {
  padding-top: 8px;
}
.recruit-message-section__text p {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #222;
  font-weight: 500;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-message-section__text p {
    font-size: 14px;
    line-height: 1.92;
  }
}
.recruit-message-section__text p:last-child {
  margin-bottom: 0;
}

/* 仕事内容 */
.recruit-job-section__panel {
  display: flex;
  align-items: stretch;
  max-width: 100%;
  background: #eef4fb;
  border: 1px solid #dce6f4;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}
.recruit-job-section__accent-bar {
  flex-shrink: 0;
  width: 5px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-job-section__accent-bar {
    display: none;
  }
}
.recruit-job-section__accent-bar {
  background: #c7d8ee;
}
.recruit-job-section__list {
  flex: 1;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.recruit-job-section__row {
  display: grid;
  grid-template-columns: minmax(128px, 192px) 1fr;
  align-items: stretch;
  margin: 0;
  border-bottom: 1px solid #d4dfea;
}
.recruit-job-section__row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 700px) {
  .recruit-job-section__row {
    grid-template-columns: 1fr;
  }
}
.recruit-job-section__term {
  margin: 0;
  padding: 28px 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1b3655;
  letter-spacing: 0.1em;
  border-right: 1px solid #d4dfea;
  background: transparent;
  text-align: center;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-job-section__term {
    padding: 14px 20px;
    border-right: none;
    font-size: 16px;
  }
}
.recruit-job-section__desc {
  margin: 0;
  padding: 28px 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.045em;
  color: #2a3138;
  background-color: #fff;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-job-section__desc {
    padding: 14px 20px;
    font-size: 14px;
    line-height: 1.7;
  }
}

/* 数字で見る三島精器（インフォグラフィックス） */
.recruit-infographics {
  position: relative;
  padding: 0 0 96px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-infographics {
    padding-bottom: 56px;
  }
}
.recruit-infographics__heading {
  padding-bottom: 72px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-infographics__heading {
    padding-bottom: 48px;
  }
}
.recruit-infographics__heading-front {
  transform: translate(-50%, -50%);
}
.recruit-infographics__heading-en {
  color: #e6f0fa;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-infographics__heading-en {
    letter-spacing: 0.06em;
  }
}
.recruit-infographics__heading-ja {
  color: #002b5b;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-infographics__heading-ja {
    letter-spacing: 0.08em;
  }
}
.recruit-infographics__heading-accent {
  width: 72px;
  height: 4px;
  margin-top: 12px;
  background: #005bac;
  border-radius: 2px;
}
.recruit-infographics__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 28px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .recruit-infographics__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
  }
}
@media screen and (max-width: 700px) {
  .recruit-infographics__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 420px;
  }
}

.recruit-infographics-card {
  position: relative;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  box-sizing: border-box;
  isolation: isolate;
  overflow: visible;
}
.recruit-infographics-card__accent-bar {
  position: absolute;
  inset: -1px auto -1px -1px;
  width: 10px;
  background: #d1e8ff;
  border-radius: 2px 0 0 2px;
  z-index: 0;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-infographics-card__accent-bar {
    width: 8px;
  }
}
.recruit-infographics-card__inner {
  position: relative;
  z-index: 1;
  padding: 36px 28px 32px 42px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-infographics-card__inner {
    padding: 28px 20px 28px 36px;
  }
}
.recruit-infographics-card__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-align: center;
  color: #002b5b;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-infographics-card__title {
    font-size: 15px;
    letter-spacing: 0.08em;
  }
}
.recruit-infographics-card__rule {
  display: block;
  width: 48px;
  height: 1px;
  margin: 16px auto 0;
  background: #c8d9ec;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-infographics-card__rule {
    margin-top: 14px;
  }
}
.recruit-infographics-card__figure-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0 0;
  margin: 26px 0 0;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-infographics-card__figure-row {
    margin-top: 20px;
  }
}
.recruit-infographics-card__figure-row--tight-unit .recruit-infographics-card__unit--long {
  margin-left: 0.06em;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-infographics-card__figure-row--tight-unit .recruit-infographics-card__unit--long {
    letter-spacing: 0.06em;
  }
}
.recruit-infographics-card__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.recruit-infographics-card__unit {
  flex: 0 0 auto;
  margin-left: 0.5em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #002b5b;
  transform: translateY(6px);
}
.recruit-infographics-card__unit--long {
  transform: translate(10px, 6px);
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-infographics-card__unit {
    font-size: 14px;
    transform: translateY(5px);
  }
}
.recruit-infographics-card__desc {
  margin: 24px auto 0;
  max-width: 300px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.045em;
  text-align: center;
  color: #4f5863;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-infographics-card__desc {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.72;
    max-width: none;
    padding: 0 8px;
  }
}
.recruit-infographics-card--chart .recruit-infographics-card__inner {
  padding-bottom: 28px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-infographics-card--chart .recruit-infographics-card__inner {
    padding-bottom: 24px;
  }
}
.recruit-infographics-card--chart + .recruit-infographics-card--chart .recruit-infographics-card__chart {
  --chart-delay: 0.28s;
}
.recruit-infographics-card__chart {
  --chart-delay: 0.1s;
  display: block;
  width: 100%;
  max-width: min(100%, 260px);
  height: auto;
  margin: 26px auto 0;
  padding: 0;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.42s ease-out, transform 0.42s cubic-bezier(0.22, 1, 0.32, 1);
  transition-delay: var(--chart-delay);
  will-change: opacity, transform;
}
.recruit-infographics-card__chart.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-infographics-card__chart {
    margin-top: 20px;
    max-width: min(100%, 220px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .recruit-infographics-card__chart {
    opacity: 1;
    transform: none;
    transition: none !important;
    will-change: auto;
  }
}

.recruit-infographics__slot-machine {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
  gap: 0;
  padding: 0;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1;
  color: #002b5b;
  font-size: 100px;
}
@media screen and (max-width: 900px) {
  .recruit-infographics__slot-machine {
    font-size: clamp(48px, 11vw, 88px);
  }
}
@media screen and (max-width: 700px) {
  .recruit-infographics__slot-machine {
    font-size: clamp(42px, 14vw, 76px);
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-infographics__slot-machine {
    font-size: clamp(42px, 17vw, 68px);
  }
}

.recruit-infographics__digit-reel {
  position: relative;
  display: inline-block;
  height: 1em;
  overflow: hidden;
  vertical-align: baseline;
  /* 桁は詰めすぎず、細いすき間が均等に見える程度 */
  margin-right: 0.028em;
}
.recruit-infographics__digit-reel:last-child {
  margin-right: 0;
}

.recruit-infographics__digit-reel-strip {
  display: block;
  transition-property: none;
}

.recruit-infographics__digit-reel-cell {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  height: 1em;
  padding: 0;
  font: inherit;
  line-height: 1;
}

.recruit-infographics__digit-dot {
  display: inline-block;
  margin: 0 0.02em;
  font: inherit;
  line-height: 1;
}

/* 先輩社員インタビュー（Slickカルーセル） */
.recruit-interview-section__heading-inner {
  max-width: 96vw;
}
.recruit-interview-section__heading-inner .recruit-message-section__title-ja {
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .recruit-interview-section__heading-inner .recruit-message-section__title-ja {
    font-size: 20px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 700px) {
  .recruit-interview-section__heading-inner .recruit-message-section__title-ja {
    white-space: normal;
    font-size: 17px;
    line-height: 1.35;
  }
}
.recruit-interview-section__lead {
  margin: -36px auto 80px;
  max-width: 720px;
  padding: 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.82;
  letter-spacing: 0.06em;
  text-align: center;
  color: #093d73;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-interview-section__lead {
    margin-top: 0px;
    margin-bottom: 32px;
    font-size: 14px;
  }
}
.recruit-interview-section__carousel {
  margin: 0 -8px;
}
@media screen and (max-width: 700px) {
  .recruit-interview-section__carousel {
    margin: 0;
  }
}
.recruit-interview-section__carousel-wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0 8px;
  position: relative;
  padding: 0 50px 44px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-interview-section__carousel-wrap {
    padding: 0 0px 40px;
    gap: 0 4px;
  }
}
.recruit-interview-section__carousel-wrap > .slick-slider, .recruit-interview-section__carousel-wrap > .recruit-interview-section__slick.slick-slider {
  flex: 1 1 auto;
  min-width: 0;
  order: 2;
}
.recruit-interview-section__carousel-wrap > .slick-prev {
  order: 1;
  flex: 0 0 auto;
  align-self: center;
}
.recruit-interview-section__carousel-wrap > .slick-next {
  order: 3;
  flex: 0 0 auto;
  align-self: center;
}
.recruit-interview-section__carousel-wrap > .recruit-interview-section__dots-host {
  order: 4;
  flex: 1 1 100%;
  min-height: 20px;
}
.recruit-interview-section__carousel-wrap .slick-list {
  margin: 0 -6px;
}
.recruit-interview-section__carousel-wrap .slick-slide {
  padding: 0 6px;
}
.recruit-interview-section__carousel-wrap .slick-dots {
  position: static;
  margin: 16px 0 0;
  padding: 0;
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
}
.recruit-interview-section__carousel-wrap .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  background: #d5dbe3;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.2s ease;
}
.recruit-interview-section__carousel-wrap .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.recruit-interview-section__carousel-wrap .slick-dots li.slick-active {
  background: #2f7fd4;
}
.recruit-interview-section__arrow {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  margin: 0;
  z-index: 3;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #9ec5eb;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(9, 61, 115, 0.06);
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-interview-section__arrow {
    width: 38px;
    height: 38px;
  }
}
.recruit-interview-section__arrow:hover, .recruit-interview-section__arrow:focus-visible {
  border-color: #2f7fd4;
  background: #f5fafe;
  outline: none;
}
.recruit-interview-section__arrow.slick-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.recruit-interview-section__arrow::before {
  display: none;
}
.recruit-interview-section__arrow .recruit-interview-section__arrow-chevron {
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #2f7fd4;
  border-bottom: 2px solid #2f7fd4;
}
.recruit-interview-section__arrow--prev {
  left: -10px !important;
}
.recruit-interview-section__arrow--next {
  right: -10px !important;
  left: inherit;
}
.recruit-interview-section__arrow--prev .recruit-interview-section__arrow-chevron {
  transform: rotate(135deg);
  margin-left: 3px;
}
.recruit-interview-section__arrow--next .recruit-interview-section__arrow-chevron {
  transform: rotate(-45deg);
  margin-right: 3px;
}

.recruit-interview-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 340px;
  padding: 0 0 4px;
  background: #fff;
  border: 1px solid #b9d9f3;
  text-align: center;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.recruit-interview-card__media {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 400/260;
  background: #dde9f7;
}
.recruit-interview-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  display: block;
}
.recruit-interview-card__tag {
  display: inline-flex;
  align-self: center;
  margin: 14px auto 12px;
  padding: 6px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: #2f7fd4;
  border-radius: 999px;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 6px rgba(9, 61, 115, 0.12);
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-interview-card__tag {
    margin-top: 12px;
    font-size: 12px;
    padding: 5px 16px;
  }
}
.recruit-interview-card__name {
  margin: 10px 16px 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #093d73;
  line-height: 1.3;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-interview-card__name {
    font-size: 19px;
  }
}
.recruit-interview-card__join {
  margin: 0 16px 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #093d73;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-interview-card__join {
    font-size: 13px;
  }
}
.recruit-interview-card__quote {
  margin: 0 18px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.045em;
  color: #1f6abf;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-interview-card__quote {
    margin-left: 14px;
    margin-right: 14px;
    font-size: 13px;
  }
}
.recruit-interview-card__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: center;
  margin: auto 16px 20px;
  width: calc(100% - 56px);
  max-width: 240px;
  padding: 12px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #093d73;
  text-decoration: none;
  border: 1px solid #9ec5eb;
  border-radius: 999px;
  background: #fff;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.recruit-interview-card__more:hover, .recruit-interview-card__more:focus-visible {
  border-color: #2f7fd4;
  background: #f5fafe;
  color: #0b4f96;
  outline: none;
}
.recruit-interview-card__more-icon {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #2f7fd4;
  border-bottom: 2px solid #2f7fd4;
  transform: rotate(-45deg) translateX(-2px);
}
.recruit-interview-card.js-open-interview-modal {
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.recruit-interview-card.js-open-interview-modal:hover {
  border-color: #74b9ec;
  box-shadow: 0 10px 28px rgba(9, 61, 115, 0.1);
}
.recruit-interview-card.js-open-interview-modal:focus-visible {
  outline: 2px solid #2f7fd4;
  outline-offset: 3px;
}

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

/* インタビューモーダル（開く：フェード／閉じる：即時） */
.recruit-interview-modal[hidden] {
  display: none !important;
}
.recruit-interview-modal[hidden] .recruit-interview-modal__backdrop,
.recruit-interview-modal[hidden] .recruit-interview-modal__panel {
  transition: none !important;
}
.recruit-interview-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 99990;
  padding: clamp(16px, 4vw, 40px);
}
.recruit-interview-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 45, 80, 0.48);
  opacity: 0;
  transition: opacity 0.36s ease-out;
}
.recruit-interview-modal:not([hidden]).recruit-interview-modal--open .recruit-interview-modal__backdrop {
  opacity: 1;
}
.recruit-interview-modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  max-height: min(640px, 100vh - 32px);
  overflow-x: hidden;
  overflow-y: auto;
  margin: auto;
  padding: clamp(36px, 6vw, 52px) clamp(24px, 5vw, 44px) clamp(36px, 5vw, 48px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(9, 45, 80, 0.18), 0 8px 20px rgba(9, 45, 80, 0.08);
  outline: none;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.38s cubic-bezier(0.22, 1, 0.32, 1), transform 0.38s cubic-bezier(0.22, 1, 0.32, 1);
  transition-delay: 0.02s;
  transform-origin: 50% 0;
}
.recruit-interview-modal:not([hidden]).recruit-interview-modal--open .recruit-interview-modal__panel {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.04s;
}
@media (prefers-reduced-motion: reduce) {
  .recruit-interview-modal:not([hidden]) .recruit-interview-modal__backdrop {
    opacity: 1 !important;
    transition: none !important;
  }
  .recruit-interview-modal:not([hidden]) .recruit-interview-modal__panel {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    transition-delay: 0s !important;
  }
}
.recruit-interview-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.15s ease;
}
.recruit-interview-modal__close:hover, .recruit-interview-modal__close:focus-visible {
  opacity: 0.75;
  outline: none;
}
.recruit-interview-modal__close:focus-visible::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 6px;
  border: 2px solid #2f7fd4;
}
.recruit-interview-modal__close-icon {
  position: relative;
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
}
.recruit-interview-modal__close-icon::before, .recruit-interview-modal__close-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #093d73;
  border-radius: 1px;
}
.recruit-interview-modal__close-icon::before {
  width: 2px;
  height: 18px;
  transform: translate(-50%, -50%);
}
.recruit-interview-modal__close-icon::after {
  width: 18px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.recruit-interview-modal__header {
  display: grid;
  grid-template-columns: minmax(120px, 200px) 1fr;
  gap: clamp(18px, 4vw, 36px);
  align-items: start;
  margin-bottom: clamp(26px, 4vw, 36px);
}
@media screen and (max-width: 700px) {
  .recruit-interview-modal__header {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.recruit-interview-modal__photo {
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #e8eef6;
  aspect-ratio: 1;
  border: 1px solid #d4e4f7;
}
@media screen and (max-width: 700px) {
  .recruit-interview-modal__photo {
    max-width: 220px;
    margin-inline: auto;
  }
}
.recruit-interview-modal__photo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-interview-modal__profile {
  position: relative;
  padding-top: 4px;
}
@media screen and (max-width: 700px) {
  .recruit-interview-modal__profile {
    padding-right: 0;
  }
}
.recruit-interview-modal__badge {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 5px 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: linear-gradient(180deg, #4a93e8 0%, #2f7fd4 100%);
  border-radius: 6px;
  padding-inline: 18px;
}
@media screen and (max-width: 700px) {
  .recruit-interview-modal__badge {
    margin-inline: auto;
    display: table;
  }
}
.recruit-interview-modal__name {
  margin: 0 0 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 3.5vw, 28px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0a2947;
  line-height: 1.3;
}
.recruit-interview-modal__join {
  margin: 0 0 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #6b7785;
  letter-spacing: 0.04em;
}
.recruit-interview-modal__rule {
  display: block;
  width: 36px;
  height: 1px;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  background: #ddd;
  border-radius: 1px;
}
@media screen and (max-width: 700px) {
  .recruit-interview-modal__rule {
    margin-inline: auto;
  }
}
.recruit-interview-modal__quote {
  margin: 0;
  line-height: 1.65;
}
@media screen and (max-width: 700px) {
  .recruit-interview-modal__quote {
    justify-content: center;
    text-align: center;
  }
}
.recruit-interview-modal__quote-bracket {
  font-size: 16px;
  display: inline;
  font-weight: 700;
  line-height: 0.72;
  color: #2f7fd4;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.recruit-interview-modal__quote-bracket--open {
  margin-right: -2px;
}
.recruit-interview-modal__quote-bracket--close {
  margin-left: -2px;
}
.recruit-interview-modal__quote-inner {
  align-self: center;
  flex: 1 1 auto;
  min-width: min(360px, 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.035em;
  color: #1f60b8;
  line-height: 1.75;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-interview-modal__quote-inner {
    font-size: 14px;
  }
}
.recruit-interview-modal__intro {
  margin: 0 0 clamp(28px, 4vw, 36px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.92;
  letter-spacing: 0.04em;
  color: #3a454f;
}
.recruit-interview-modal__intro p {
  margin: 0 0 1em;
}
.recruit-interview-modal__intro p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-interview-modal__intro {
    font-size: 14px;
  }
}
.recruit-interview-modal__qa-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recruit-interview-modal__qa-row {
  display: flex;
  gap: 18px 20px;
  align-items: flex-start;
  padding: 22px 0;
  margin: 0;
  border-top: 1px dotted #9ecbf0;
}
.recruit-interview-modal__qa-row--last {
  padding-bottom: 0;
}
.recruit-interview-modal__qa-row:first-child {
  border-top: none;
  padding-top: 0;
}
.recruit-interview-modal__qa-row:nth-child(2) {
  border-top-color: rgba(158, 203, 240, 0.85);
}
.recruit-interview-modal__qa-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-interview-modal__qa-icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-interview-modal__qa-icon {
    width: 48px;
    height: 48px;
  }
}
.recruit-interview-modal__qa-body {
  flex: 1;
  min-width: 0;
}
.recruit-interview-modal__qa-title {
  margin: 0 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #2f7fd4;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-interview-modal__qa-title {
    font-size: 14px;
  }
}
.recruit-interview-modal__qa-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.035em;
  color: #3d4853;
}
.recruit-interview-modal__qa-text p {
  margin: 0 0 1em;
}
.recruit-interview-modal__qa-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-interview-modal__qa-text {
    font-size: 13px;
  }
}

/* 採用「よくある質問」 */
.recruit-faq-section {
  padding: 0 0 96px;
  margin-bottom: 96px;
  position: relative;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-faq-section {
    padding: 48px 0;
    margin-bottom: 48px;
  }
}
.recruit-faq-section__heading-inner .recruit-message-section__title-en {
  font-size: clamp(56px, 12vw, 96px);
}
.recruit-faq-section__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
  position: relative;
  isolation: isolate;
}
.recruit-faq-section__row {
  margin: 0;
  border: 1px solid #dce8f4;
  border-radius: 2px;
  background: #fff;
  overflow: hidden;
}
.recruit-faq-section__term {
  margin: 0;
}
.recruit-faq-section__trigger {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 48px;
  align-items: stretch;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: #fff;
  cursor: pointer;
  text-align: left;
  font: inherit;
  min-height: 56px;
  color: inherit;
  transition: background 0.15s ease;
}
.recruit-faq-section__trigger:hover {
  background: #fbfdff;
}
.recruit-faq-section__trigger:focus-visible {
  outline: 2px solid #2f7fd4;
  outline-offset: -2px;
  z-index: 1;
  position: relative;
}
.recruit-faq-section__trigger[aria-expanded=true] .recruit-faq-section__toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}
.recruit-faq-section__q-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 17px;
  color: #093d73;
  background: #e3f0fc;
  letter-spacing: 0.02em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.recruit-faq-section__question {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-faq-section__question {
    font-size: 14px;
    padding: 12px 12px;
  }
}
.recruit-faq-section__toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 12px auto 0;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.recruit-faq-section__toggle::before, .recruit-faq-section__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #093d73;
  border-radius: 1px;
}
.recruit-faq-section__toggle::before {
  width: 13px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.recruit-faq-section__toggle::after {
  width: 2px;
  height: 13px;
  transform: translate(-50%, -50%);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-faq-section__toggle {
    margin-right: 8px;
  }
}
.recruit-faq-section__detail {
  margin: 0;
  padding: 0;
  border-top: 1px solid #dce8f4;
  background: #f5faff;
}
.recruit-faq-section__detail[hidden] {
  display: none !important;
}
.recruit-faq-section__answer {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: stretch;
  min-height: 0;
}
.recruit-faq-section__a-mark {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  font-weight: 700;
  font-size: 16px;
  color: #2f7fd4;
  background: #dceaf8;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-faq-section__a-mark {
    font-size: 15px;
    padding-top: 13px;
  }
}
.recruit-faq-section__answer-body {
  padding: 15px 20px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.035em;
  color: #3a454f;
  border-left: 1px solid #dce8f4;
  background: #fff;
}
.recruit-faq-section__answer-body p {
  margin: 0;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-faq-section__answer-body {
    padding: 12px 14px 16px;
    font-size: 13px;
  }
}

.recruit-requirements-section__heading-inner .recruit-message-section__title-en {
  font-size: clamp(52px, 11vw, 96px);
  letter-spacing: 0.06em;
}
.recruit-requirements-section__table-wrap {
  margin-top: 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 2px;
}
.recruit-requirements-section__table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  border: 1px solid #dfe4ea;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-requirements-section__table {
    min-width: 0;
  }
}
.recruit-requirements-section__table th,
.recruit-requirements-section__table td {
  padding: 20px 24px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  .recruit-requirements-section__table th,
  .recruit-requirements-section__table td {
    padding: 14px 16px;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-requirements-section__table th,
  .recruit-requirements-section__table td {
    padding: 12px 12px;
    display: block;
  }
}
.recruit-requirements-section__table th {
  width: 26%;
  min-width: 168px;
  font-size: 15px;
  font-weight: 700;
  color: #093d73;
  letter-spacing: 0.045em;
  line-height: 1.68;
  background: #eef6fc;
  border-style: none;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-requirements-section__table th {
    font-size: 13px;
    min-width: 112px;
    width: 100%;
  }
}
.recruit-requirements-section__table td {
  font-size: 15px;
  font-weight: 400;
  color: #0c3d62;
  letter-spacing: 0.038em;
  line-height: 1.82;
  background: #fff;
  border-style: none;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-requirements-section__table td {
    font-size: 13px;
    line-height: 1.78;
    width: 100%;
  }
}
.recruit-requirements-section__table tbody tr + tr th,
.recruit-requirements-section__table tbody tr + tr td {
  border-top: 1px solid #e2e8f0;
}

.recruit-entry-section {
  padding: 0 0 96px;
  position: relative;
}
.recruit-entry-section__title-front.recruit-entry-section__title-front {
  transform: translate(-50%, -52%);
}
.recruit-entry-section__lead {
  margin: 0 auto 44px;
  max-width: 640px;
  font-size: 15px;
  line-height: 1.92;
  color: #353d4a;
  text-align: center;
  letter-spacing: 0.04em;
  isolation: isolate;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-entry-section__lead {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
.recruit-entry-section .contact-form__badge--required {
  border-radius: 3px;
  padding: 3px 8px;
}
.recruit-entry-section__form.contact-form {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  gap: 28px !important;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-entry-section__form.contact-form {
    gap: 24px !important;
  }
}
.recruit-entry-section__form.contact-form {
  /* .contact-form__row が後続で column になるため詳細度を上げて横並び */
}
.recruit-entry-section__form.contact-form .contact-form__row.recruit-entry-section__layout-row {
  flex-direction: row;
  align-items: flex-start;
  gap: 20px 28px;
}
@media screen and (max-width: 700px) {
  .recruit-entry-section__form.contact-form .contact-form__row.recruit-entry-section__layout-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}
.recruit-entry-section__form.contact-form .contact-form__label.recruit-entry-section__label-col {
  align-items: flex-start;
  cursor: default;
  flex-shrink: 0;
}
.recruit-entry-section__card {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.8vw, 28px);
  padding: clamp(24px, 4vw, 40px);
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(9, 61, 115, 0.05);
}
.recruit-entry-section__label-col {
  flex: 0 0 clamp(136px, 24%, 200px);
  max-width: 200px;
  padding-top: 13px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-self: stretch;
}
.recruit-entry-section__label-col.recruit-entry-section__label-col--textarea {
  padding-top: 14px !important;
}
.recruit-entry-section__label-col .contact-form__label-text {
  font-weight: 700 !important;
  color: #0c3766 !important;
  font-size: 15px !important;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 700px) {
  .recruit-entry-section__label-col {
    max-width: none;
    flex: 0 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 0 !important;
    align-self: flex-start;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-entry-section__label-col .contact-form__label-text {
    font-size: 14px !important;
  }
}
.recruit-entry-section__fields-col {
  flex: 1 1 auto;
  min-width: 0;
}
.recruit-entry-section__fields-col.recruit-entry-section__name-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-entry-section__fields-col.recruit-entry-section__name-pair {
    grid-template-columns: 1fr;
  }
}
.recruit-entry-section__control {
  width: 100%;
  background: #fff !important;
  border-color: #c5ccd6 !important;
  border-radius: 6px !important;
}
.recruit-entry-section__hidden-inquiry {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.recruit-entry-section__hidden-inquiry input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.recruit-entry-section__dob-row .contact-form__label.recruit-entry-section__label-col {
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
.recruit-entry-section__dob-row.recruit-entry-section__layout-row {
  align-items: flex-start;
}
.recruit-entry-section__dob {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px 10px;
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-entry-section__dob {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.recruit-entry-section__dob {
  /* .contact-form__input の width:100% を打ち消して1行に並べる */
}
.recruit-entry-section__dob .contact-form__input.recruit-entry-section__control {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto;
  min-width: 0;
}
.recruit-entry-section__dob-suffix {
  font-size: 15px;
  font-weight: 500;
  color: #454e5f;
  flex-shrink: 0;
  white-space: nowrap;
  margin-right: 0;
}
.recruit-entry-section__dob-suffix:last-child {
  margin-right: 0;
}
.recruit-entry-section__dob .recruit-entry-section__select--year {
  min-width: 100px;
  flex: 0 0 auto;
}
.recruit-entry-section__dob .recruit-entry-section__select--sm {
  min-width: 68px;
  flex: 0 0 auto;
}
.recruit-entry-section__select {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: menulist;
  min-height: 50px !important;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-entry-section__select {
    min-height: 48px !important;
  }
}
.recruit-entry-section__select--sm {
  min-width: 76px;
  flex-shrink: 0;
}
.recruit-entry-section__textarea {
  color: inherit;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 200px !important;
}
.recruit-entry-section__textarea::-moz-placeholder {
  white-space: pre-wrap;
  line-height: 1.62;
  color: #9aa5b8;
}
.recruit-entry-section__textarea::placeholder {
  white-space: pre-wrap;
  line-height: 1.62;
  color: #9aa5b8;
}
.recruit-entry-section__privacy {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  gap: 0 !important;
  padding-top: 6px !important;
  padding-bottom: 2px !important;
}
.recruit-entry-section__privacy-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #293241;
  line-height: 1.5 !important;
}
.recruit-entry-section__privacy-label input[type=checkbox] {
  position: relative;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  flex-shrink: 0;
  margin: 0 !important;
  accent-color: #0c3766 !important;
  cursor: pointer;
}
.recruit-entry-section__privacy-text {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.recruit-entry-section__privacy-link {
  color: #2f7fd4;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.recruit-entry-section__privacy-link:hover {
  text-decoration: none;
}
.recruit-entry-section__submit {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.recruit-entry-section__submit.contact-form__submit {
  margin-top: 4px !important;
}
.recruit-entry-section__privacy-hint {
  margin: 12px auto 0;
  max-width: 480px;
  font-size: 13px;
  line-height: 1.56;
  color: #697386;
  text-align: center;
}
.recruit-entry-section__submit .contact-form__btn {
  max-width: 100%;
  width: auto;
  min-width: min(384px, 100%);
  margin: 50px auto 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 48px;
  border-radius: 999px !important;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff !important;
  background: linear-gradient(180deg, #103c6f 0%, #0c2f54 100%) !important;
  border: none !important;
  box-shadow: 0 3px 10px rgba(12, 55, 102, 0.22);
}
.recruit-entry-section__submit .contact-form__btn:hover:not(:disabled):not([disabled]) {
  background: linear-gradient(180deg, #174a82 0%, #103c6f 100%) !important;
}
.recruit-entry-section__submit .contact-form__btn:disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
  transform: none;
  box-shadow: none !important;
}
.recruit-entry-section__submit .contact-form__btn:focus-visible {
  outline: 3px solid #2f7fd4 !important;
  outline-offset: 3px !important;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-entry-section__submit .contact-form__btn {
    padding: 17px 40px;
    font-size: 16px;
  }
}
.recruit-entry-section__confirm-chevron {
  display: inline-flex;
  width: 11px;
  height: 11px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg) translate(-1px, -1px);
  margin-left: 2px;
  vertical-align: middle;
}
.recruit-entry-section__confirmed {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 36px);
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(9, 61, 115, 0.06);
}
.recruit-entry-section__confirmed[hidden] {
  display: none !important;
}
.recruit-entry-section__confirm-lead {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.74;
  color: #444;
  text-align: center;
}
.recruit-entry-section__confirm-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.recruit-entry-section__confirm-list > div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px 20px;
  padding: 16px 0;
  border-bottom: 1px solid #e2e8f0;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-entry-section__confirm-list > div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 0;
  }
}
.recruit-entry-section__confirm-list > div:first-of-type {
  border-top: 1px solid #e2e8f0;
}
.recruit-entry-section__confirm-list > div dt {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #093d73;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-entry-section__confirm-list > div dt {
    font-size: 13px;
  }
}
.recruit-entry-section__confirm-list > div dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #222;
  word-break: break-word;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-entry-section__confirm-list > div dd {
    font-size: 14px;
  }
}
.recruit-entry-section__confirm-motivation dd {
  white-space: pre-wrap;
  line-height: 1.8;
}
.recruit-entry-section__confirm-actions {
  margin-top: 36px !important;
}
.recruit-entry-section__confirm-actions.contact-form__submit {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px 20px;
  max-width: 380px;
  margin: 0 auto;
}
.recruit-entry-section__confirm-actions.contact-form__submit .contact-form__btn {
  max-width: none;
  margin: 0;
}
.recruit-entry-section__btn-back {
  background: transparent !important;
  color: #093d73 !important;
  padding: 14px 32px;
  font-size: 15px !important;
}
.recruit-entry-section__btn-back:hover {
  background: #f2f8fe !important;
}
.recruit-entry-section__btn-send {
  padding: 16px 40px !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: linear-gradient(180deg, #103c6f 0%, #0c2f54 100%) !important;
  border: none !important;
  box-shadow: 0 3px 10px rgba(12, 55, 102, 0.22);
}
.recruit-entry-section__btn-send:hover:not(:disabled):not([disabled]) {
  background: linear-gradient(180deg, #174a82 0%, #103c6f 100%) !important;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .recruit-entry-section__btn-send {
    flex: 1 1 calc(50% - 12px);
  }
}
.recruit-entry-section .recruit-message-section__title-en {
  color: #d6e3f8;
}

/* お問い合わせページ */
.contact-page {
  padding: 80px 0 100px;
  max-width: 720px;
  margin: 0 auto;
}
.contact-page__form-shell.recruit-entry-section {
  padding: 0;
}
.contact-page .recruit-entry-section__form.contact-form {
  max-width: none;
  margin: 0;
  gap: 32px !important;
}

.contact-page__title {
  font-weight: 700;
  font-size: 24px;
  color: #111;
  letter-spacing: 1.2px;
  margin: 0 0 40px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .contact-page__title {
    font-size: 20px;
    margin-bottom: 32px;
  }
}

.contact-page__intro {
  margin-bottom: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.contact-page__thanks {
  font-size: 16px;
  color: #111;
  line-height: 1.8;
  margin: 0 0 12px;
}

.contact-page__lead {
  font-size: 16px;
  color: #111;
  line-height: 1.8;
  margin: 0 0 24px;
}

.contact-page__tel {
  margin: 0 0 8px;
}
.contact-page__tel a {
  font-weight: 700;
  font-size: 28px;
  color: #111;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.contact-page__tel a:hover {
  color: #0071bc;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .contact-page__tel a {
    font-size: 24px;
  }
}

.contact-page__hours {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* お問い合わせフォーム */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-form__row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.contact-form__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #111;
  cursor: pointer;
}

.contact-form__label-text {
  flex-shrink: 0;
}

.contact-form__badge {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #d60000;
  border-radius: 2px;
}
.contact-form__badge--required {
  background: #d60000;
}

.contact-form__checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}

.contact-form__checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #111;
  cursor: pointer;
}
.contact-form__checkbox input {
  width: 20px;
  height: 20px;
  min-width: 20px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #111;
  appearance: auto; /* グローバル appearance:none を上書きしてチェックボックスを表示 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}

.contact-form__input {
  width: 100%;
  max-width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  color: #111;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.2s ease;
}
.contact-form__input::-moz-placeholder {
  color: #999;
}
.contact-form__input::placeholder {
  color: #999;
}
.contact-form__input:focus {
  outline: none;
  border-color: #111;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .contact-form__input {
    padding: 12px 14px;
    font-size: 16px;
  }
}

.contact-form__input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.contact-form__input-wrap .contact-form__input {
  padding-right: 48px;
}

.contact-form__icon {
  position: absolute;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 14px;
  font-weight: 700;
  color: #111;
  background: #ffd700;
  border-radius: 50%;
  pointer-events: none;
}

.contact-form__textarea {
  width: 100%;
  min-height: 160px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  transition: border-color 0.2s ease;
}
.contact-form__textarea::-moz-placeholder {
  color: #999;
}
.contact-form__textarea::placeholder {
  color: #999;
}
.contact-form__textarea:focus {
  outline: none;
  border-color: #111;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .contact-form__textarea {
    padding: 12px 14px;
    font-size: 16px;
    min-height: 140px;
  }
}

.contact-form__submit {
  margin-top: 16px;
}

.contact-form__btn {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #0071bc;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.contact-form__btn:hover {
  background: #005a9e;
}
.contact-form__btn:focus {
  outline: 2px solid #0071bc;
  outline-offset: 2px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .contact-form__btn {
    padding: 14px 24px;
    font-size: 16px;
    max-width: 100%;
  }
}

/* フォームエラー表示 */
.contact-form__errors {
  margin-bottom: 24px;
  padding: 16px 20px;
  background: #fff5f5;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
}
.contact-form__errors ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.contact-form__errors li {
  color: #d60000;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 4px;
}
.contact-form__errors li:last-child {
  margin-bottom: 0;
}

/* 送信完了ページ */
.contact-page--thanks .contact-page__title {
  margin-bottom: 32px;
}

.contact-thanks {
  padding: 40px 0;
  text-align: center;
}

.contact-thanks__lead {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin: 0 0 16px;
}

.contact-thanks__text {
  font-size: 16px;
  color: #111;
  line-height: 1.8;
  margin: 0 0 24px;
}

.contact-thanks__note {
  font-size: 14px;
  color: #666;
  margin: 0 0 32px;
}

.contact-thanks__btn {
  display: inline-block;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #0071bc;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.contact-thanks__btn:hover {
  background: #005a9e;
}

.bg-blue {
  position: relative;
  isolation: isolate;
  padding: 96px 0 96px;
  margin-bottom: 96px;
  background-color: transparent;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .bg-blue {
    padding: 48px 0 48px;
    margin-bottom: 48px;
  }
}
.bg-blue > * {
  position: relative;
  z-index: 1;
}
.bg-blue::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  background-color: #fafbfe;
  pointer-events: none;
}

/**  Slick Base  fadeする場合はslick.cssの読み込みが必要 **/
.slick {
  width: 100%;
  position: relative;
}
.slick li.slick-slide {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.slick li.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/**  チラツキ防止 **/
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  perspective: 1000;
  backface-visibility: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 50px;
  margin-top: -50px;
  z-index: 2;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.fa-angle-left {
  width: 50px;
  height: 50px;
  display: block;
  border-top: solid 1px #333;
  border-left: solid 1px #333;
  transform: rotate(-45deg);
}

.fa-angle-right {
  width: 50px;
  height: 50px;
  display: block;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
}

.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ddd;
  border-radius: 100%;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #0071bc;
}

.visible {
  opacity: 1;
  transition: opacity 1s;
}

.invisible {
  opacity: 0;
}

.fromTopIn {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.6s, transform 0.6s;
}

.fromTopOut {
  transform: translate(0, -20px);
  opacity: 0;
}

.fromBottomIn {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.6s, transform 0.6s;
}

.fromBottomOut {
  transform: translate(0, 10px);
  opacity: 0;
}

.fromLeftIn {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.6s, transform 0.6s;
}

.fromLeftOut {
  transform: translate(-20px, 0);
  opacity: 0;
}

.fromRightIn {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.6s, transform 0.6s;
}

.fromRightOut {
  transform: translate(20px, 0);
  opacity: 0;
}

.scaleUpIn {
  transform: scale(1, 1);
  opacity: 1;
  transition: opacity 0.6s, transform 0.6s;
}

.scaleUpOut {
  transform: scale(1.2, 1.2);
  opacity: 0;
}

.scaleDownIn {
  transform: scale(1, 1);
  opacity: 1;
  transition: opacity 0.6s, transform 0.6s;
}

.scaleDownOut {
  transform: scale(0.7, 0.7);
  opacity: 0;
}

.rotateIn {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  transition: opacity 0.6s, transform 0.6s;
}

.rotateOut {
  transform: rotate(-30deg) scale(0.9);
  opacity: 0;
}

.rotateIn2 {
  transform: rotate(0deg) scale(1) scaleX(-1);
  opacity: 1;
  transition: opacity 0.6s, transform 0.6s;
}

.rotateOut2 {
  transform: rotate(30deg) scale(0.9) scaleX(-1);
  opacity: 0;
}

.delay1 {
  transition-delay: 0.1s;
}

.delay2 {
  transition-delay: 0.2s;
}

.delay3 {
  transition-delay: 0.3s;
}

.delay4 {
  transition-delay: 0.4s;
}

.delay5 {
  transition-delay: 0.5s;
}

.delay6 {
  transition-delay: 0.4s;
}

.delay7 {
  transition-delay: 0.7s;
}

.delay8 {
  transition-delay: 0.8s;
}

.delay9 {
  transition-delay: 0.9s;
}

.delay10 {
  transition-delay: 1s;
}

.speed1 {
  transition-duration: 0.1s;
}

.speed2 {
  transition-duration: 0.2s;
}

.speed3 {
  transition-duration: 0.3s;
}

.speed4 {
  transition-duration: 0.4s;
}

.speed5 {
  transition-duration: 0.5s;
}

.speed6 {
  transition-duration: 0.6s;
}

.speed7 {
  transition-duration: 0.7s;
}

.speed8 {
  transition-duration: 0.8s;
}

.speed9 {
  transition-duration: 0.9s;
}

.speed10 {
  transition-duration: 1s;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}/*# sourceMappingURL=common.css.map */