@charset "UTF-8";
/*!
Theme Name: 株式会社中専
Theme URI:
Description: 株式会社中専（なかせん）｜防水工事・シーリング・補修・塗装・現場管理サポート｜名古屋市天白区・東海6県。白×桃色／名刺の丸「専」印を継承。PEEES標準構成・ACF(無料版)フォールバック対応。
Author: PEEES
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: nakasen
*/
:root {
  --momo: #F2789B;
  --momo-deep: #C22F5F;
  --momo-pale: #FFF0F4;
  --momo-line: #FBD7E1;
  --ink: #1F141A;
  --slate: #8B7A81;
  --paper: #FFFFFF;
  --max: 1120px;
  --pad: clamp(20px, 5vw, 40px);
  --r: 14px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15.5px;
  line-height: 2;
  letter-spacing: 0.02em;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, p {
  margin: 0;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--momo-deep);
  outline-offset: 3px;
}

.disp {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.util {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.14em;
  line-height: 1;
}

.wrap {
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--pad);
}

.narrow {
  max-width: 800px;
}

.mark {
  flex: none;
  color: var(--momo);
}
.mark svg {
  width: 100%;
  height: 100%;
  display: block;
}
.mark circle {
  fill: none;
  stroke: currentColor;
}
.mark text {
  fill: currentColor;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
}
.mark--img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.line-ico {
  width: 1.5em;
  height: 1.5em;
  flex: none;
  color: #06C755;
}
.line-ico__bg {
  fill: currentColor;
}
.line-ico__tx {
  fill: var(--line-ico-tx, #fff);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14.5px;
  transition: 0.3s var(--ease);
}
.btn--fill {
  background: var(--momo-deep);
  color: #fff;
}
.btn--fill:hover {
  background: var(--ink);
  transform: translateY(-2px);
}
.btn--line {
  border: 1.5px solid currentColor;
}
.btn--line:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.btn--wht {
  background: #fff;
  color: var(--momo-deep);
}
.btn--wht:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}
.btn i {
  width: 18px;
  height: 1.5px;
  background: currentColor;
  position: relative;
  flex: none;
}
.btn i::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

@media (min-width: 821px) {
  a[href^="tel:"]:not(.btn) {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.sec {
  padding: clamp(72px, 10vw, 124px) 0;
}
.sec--pale {
  background: var(--momo-pale);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Bebas Neue";
  font-size: 14px;
  letter-spacing: 0.2em;
  color: var(--momo-deep);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--momo);
}

.sec__t {
  font-size: clamp(25px, 4.2vw, 38px);
  margin-bottom: clamp(28px, 4vw, 48px);
}

.lead {
  color: #40323a;
}

.svc-main {
  border: 1.5px solid var(--momo);
  border-radius: var(--r);
  overflow: hidden;
  background: #fff;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
}
@media (max-width: 900px) {
  .svc-main {
    grid-template-columns: 1fr;
  }
}
.svc-main__img {
  position: relative;
  min-height: 300px;
}
@media (max-width: 900px) {
  .svc-main__img {
    min-height: 220px;
  }
}
.svc-main__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.svc-main__body {
  padding: clamp(28px, 4vw, 48px);
}
.svc-main__t {
  font-size: clamp(24px, 3.4vw, 34px);
  margin-bottom: 6px;
}
.svc-main__c {
  color: var(--momo-deep);
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 15px;
}

.badge {
  display: inline-block;
  background: var(--momo-deep);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.tags li {
  background: var(--momo-pale);
  color: var(--momo-deep);
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 16px;
}
@media (max-width: 640px) {
  .svc-grid {
    grid-template-columns: 1fr;
  }
}

.svc-card {
  background: #fff;
  border: 1px solid var(--momo-line);
  border-radius: var(--r);
  padding: clamp(24px, 3vw, 34px);
  transition: 0.35s var(--ease);
}
.svc-card:hover {
  border-color: var(--momo);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(194, 47, 95, 0.09);
}
.svc-card h3 {
  font-size: 19px;
  margin-bottom: 4px;
}
.svc-card .c {
  color: var(--momo-deep);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 12px;
}
.svc-card p {
  font-size: 14px;
  color: #4a3b42;
  line-height: 1.95;
}

.works {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2vw, 26px);
}
@media (max-width: 900px) {
  .works {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .works {
    grid-template-columns: 1fr;
  }
}

.work {
  border-radius: var(--r);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--momo-line);
  transition: 0.35s var(--ease);
}
.work:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(31, 20, 26, 0.1);
}
.work:hover .work__ph img {
  transform: scale(1.07);
}
.work__ph {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.work__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.work__cat {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  background: #fff;
  color: var(--momo-deep);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
}
.work__b {
  padding: 20px 22px 24px;
}
.work__b h3 {
  font-size: 16.5px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.work__meta {
  font-size: 12.5px;
  color: var(--slate);
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.voices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2vw, 24px);
}
@media (max-width: 900px) {
  .voices {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .voices {
    grid-template-columns: 1fr;
  }
}

.voice {
  background: #fff;
  border-radius: var(--r);
  padding: clamp(26px, 3vw, 36px);
  position: relative;
  border: 1px solid var(--momo-line);
}
.voice::before {
  content: "“";
  position: absolute;
  top: 6px;
  right: 22px;
  font-family: "Zen Kaku Gothic New";
  font-weight: 900;
  font-size: 82px;
  color: var(--momo-line);
  line-height: 1;
}
.voice h3 {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 14px;
  position: relative;
}
.voice p {
  font-size: 14px;
  color: #4a3b42;
  line-height: 2;
}
.voice cite {
  display: block;
  margin-top: 18px;
  font-style: normal;
  font-size: 12.5px;
  color: var(--momo-deep);
  font-weight: 700;
}

.nums {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--momo-line);
  border: 1px solid var(--momo-line);
  border-radius: var(--r);
  overflow: hidden;
  margin-top: 36px;
}
@media (max-width: 640px) {
  .nums {
    grid-template-columns: 1fr;
  }
}
.nums div {
  background: #fff;
  padding: clamp(24px, 3.5vw, 36px) 18px;
  text-align: center;
}
.nums b {
  font-family: "Bebas Neue";
  font-size: clamp(44px, 7vw, 74px);
  color: var(--momo-deep);
  display: block;
  line-height: 0.9;
}
.nums b em {
  font-style: normal;
  font-size: 0.42em;
  margin-left: 4px;
}
.nums span {
  font-size: 12.5px;
  color: var(--slate);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.tbl {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid var(--momo-line);
}
.tbl th, .tbl td {
  border-bottom: 1px solid var(--momo-line);
  padding: 18px 8px;
  text-align: left;
  font-size: 14.5px;
  vertical-align: top;
}
@media (max-width: 640px) {
  .tbl th, .tbl td {
    padding: 14px 6px;
    font-size: 13.5px;
  }
}
.tbl th {
  width: min(30%, 190px);
  font-weight: 700;
  color: var(--momo-deep);
  white-space: nowrap;
}
@media (max-width: 640px) {
  .tbl th {
    width: 110px;
    font-size: 13px;
  }
}
.tbl td {
  color: #3d2f36;
}

.cta {
  background: linear-gradient(135deg, var(--momo) 0%, var(--momo-deep) 100%);
  color: #fff;
  text-align: center;
  padding: clamp(64px, 8vw, 100px) 0;
}
.cta h2 {
  font-size: clamp(23px, 3.8vw, 38px);
  line-height: 1.55;
  margin-bottom: 16px;
}
.cta p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}
.cta__btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.phead {
  padding: 130px 0 clamp(44px, 6vw, 72px);
  background: var(--momo-pale);
  border-bottom: 1px solid var(--momo-line);
}
.phead h1 {
  font-size: clamp(28px, 5vw, 46px);
}
.phead .util {
  color: var(--momo-deep);
  font-size: 14px;
  margin-bottom: 10px;
}
.phead p {
  margin-top: 14px;
  color: #4a3b42;
}

.rv {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.rv.on {
  opacity: 1;
  transform: none;
}

.mbar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #fff;
  border-top: 1px solid var(--momo-line);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.07);
}
@media (max-width: 820px) {
  .mbar {
    display: block;
  }
}
.mbar ul {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}
.mbar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 11px 4px;
  font-size: 11px;
  font-weight: 700;
}
.mbar li + li a {
  border-left: 1px solid var(--momo-line);
}
.mbar .util {
  font-size: 15px;
  color: var(--momo-deep);
}
.mbar__line .line-ico {
  width: 17px;
  height: 17px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
  .hero__h {
    background-position: 0 -46%;
  }
  .rv {
    opacity: 1;
    transform: none;
  }
}
.hd {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--momo-line);
}
.hd__in {
  max-width: 1280px;
  margin-inline: auto;
  padding: 0 clamp(16px, 4vw, 28px);
  height: 66px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.logo {
  display: flex;
  align-items: baseline;
  gap: 9px;
}
.logo .mark {
  width: 34px;
  height: 34px;
  color: var(--momo-deep);
  align-self: center;
}
.logo__mk {
  font-family: "Zen Kaku Gothic New";
  font-weight: 900;
  font-size: 23px;
  letter-spacing: 0.08em;
}
.logo__mk span {
  color: var(--momo-deep);
}
.logo__sub {
  font-size: 10px;
  color: var(--slate);
  letter-spacing: 0.14em;
}

.gnav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 30px);
}
.gnav a {
  font-size: 13.5px;
  font-weight: 700;
  position: relative;
  padding: 6px 0;
  white-space: nowrap;
}
.gnav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: var(--momo);
  transition: right 0.35s var(--ease);
}
.gnav a:hover::after, .gnav a[aria-current=page]::after {
  right: 0;
}
.gnav a[aria-current=page] {
  color: var(--momo-deep);
}
@media (max-width: 820px) {
  .gnav {
    position: fixed;
    inset: 66px 0 auto 0;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px var(--pad) 26px;
    border-bottom: 1px solid var(--momo-line);
    transform: translateY(-120%);
    transition: transform 0.45s var(--ease);
    margin-left: 0;
  }
  .gnav a {
    padding: 16px 0;
    border-bottom: 1px solid var(--momo-line);
    font-size: 15px;
  }
  .gnav a::after {
    display: none;
  }
}

.hd__tel {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  padding-left: 18px;
  border-left: 1px solid var(--momo-line);
}
.hd__tel b {
  font-family: "Bebas Neue";
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--momo-deep);
}
.hd__tel small {
  font-size: 9.5px;
  color: var(--slate);
  letter-spacing: 0.08em;
}
@media (max-width: 820px) {
  .hd__tel {
    display: none;
  }
}

.hd__line {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: none;
  padding: 9px 16px 9px 13px;
  border-radius: 999px;
  background: #06C755;
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: 0.3s var(--ease);
}
.hd__line .line-ico {
  width: 19px;
  height: 19px;
  color: #fff;
  --line-ico-tx: #06C755;
}
.hd__line:hover {
  background: #05A648;
  transform: translateY(-1px);
}
@media (max-width: 820px) {
  .hd__line {
    display: none;
  }
}

.burger {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  position: relative;
}
@media (max-width: 820px) {
  .burger {
    display: block;
  }
}
.burger i {
  position: absolute;
  left: 11px;
  width: 22px;
  height: 2px;
  background: var(--ink);
  transition: 0.3s var(--ease);
}
.burger i:nth-child(1) {
  top: 16px;
}
.burger i:nth-child(2) {
  top: 22px;
}
.burger i:nth-child(3) {
  top: 28px;
}

body.navopen .gnav {
  transform: none;
}
body.navopen .burger i:nth-child(1) {
  top: 22px;
  transform: rotate(45deg);
}
body.navopen .burger i:nth-child(2) {
  opacity: 0;
}
body.navopen .burger i:nth-child(3) {
  top: 22px;
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  min-height: min(100svh, 860px);
  display: flex;
  align-items: flex-end;
  padding: 150px 0 clamp(56px, 7vw, 90px);
  overflow: hidden;
}
@media (max-width: 640px) {
  .hero {
    min-height: auto;
    padding-top: 120px;
  }
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08) brightness(0.82);
  transform: scale(1.06);
  animation: kb 18s var(--ease) forwards;
}
.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(31, 20, 26, 0.58), rgba(31, 20, 26, 0.86) 72%);
}
.hero__in {
  position: relative;
  z-index: 1;
  color: #fff;
  width: 100%;
}
.hero__eye {
  font-family: "Bebas Neue";
  font-size: clamp(12px, 1.4vw, 15px);
  letter-spacing: 0.28em;
  color: #fff;
  opacity: 0.9;
  margin-bottom: 22px;
}
.hero__eye b {
  color: var(--momo);
}
.hero__h {
  font-size: clamp(40px, 10.2vw, 116px);
  line-height: 1.16;
  letter-spacing: 0.005em;
  background-image: linear-gradient(to top, var(--momo) 50%, #fff 50%);
  background-size: 100% 220%;
  background-position: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: rise 2.4s var(--ease) 0.25s both, bob 6s ease-in-out 2.8s infinite;
  text-shadow: none;
}
.hero__sub {
  margin-top: 26px;
  font-size: clamp(14px, 1.6vw, 17px);
  line-height: 2.1;
  max-width: 44em;
}
.hero__btns {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.hero__mark {
  position: absolute;
  right: calc(var(--pad) - 1vw);
  top: 14vh;
  z-index: 1;
  width: clamp(180px, 26vw, 340px);
  height: clamp(180px, 26vw, 340px);
  color: rgba(255, 255, 255, 0.16);
  pointer-events: none;
  animation: seal 1.4s var(--ease) 0.9s both;
}
.hero__mark.mark--img img {
  filter: brightness(0) invert(1);
  opacity: 0.16;
}
@media (max-width: 820px) {
  .hero__mark {
    top: auto;
    bottom: 2%;
    right: -12%;
    width: 62vw;
    height: 62vw;
    z-index: 0;
    color: rgba(255, 255, 255, 0.1);
  }
  .hero__mark.mark--img img {
    opacity: 0.1;
  }
}

@keyframes kb {
  to {
    transform: scale(1);
  }
}
@keyframes rise {
  from {
    background-position: 0 -100%;
  }
  to {
    background-position: 0 -46%;
  }
}
@keyframes bob {
  0%, 100% {
    background-position: 0 -46%;
  }
  50% {
    background-position: 0 -50%;
  }
}
@keyframes seal {
  from {
    opacity: 0;
    transform: scale(1.18) rotate(-8deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rec {
  background: var(--momo-deep);
  color: #fff;
  padding: clamp(64px, 8vw, 96px) 0;
  position: relative;
  overflow: hidden;
}
.rec::after {
  content: "RECRUIT";
  position: absolute;
  right: -0.06em;
  bottom: -0.28em;
  font-family: "Bebas Neue";
  font-size: clamp(120px, 22vw, 300px);
  color: rgba(255, 255, 255, 0.08);
  line-height: 0.8;
  pointer-events: none;
}
.rec__in {
  position: relative;
  z-index: 1;
}
.rec__t {
  font-size: clamp(22px, 3.6vw, 36px);
  line-height: 1.55;
  margin: 14px 0 22px;
}
.rec__p {
  max-width: 38em;
  line-height: 2.15;
  color: rgba(255, 255, 255, 0.92);
}
.rec__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 26px 0 32px;
}
.rec__tags li {
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 12.5px;
  font-weight: 700;
}
.rec .eyebrow {
  color: #fff;
}
.rec .eyebrow::before {
  background: #fff;
}

.origin {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}
@media (max-width: 900px) {
  .origin {
    grid-template-columns: 1fr;
  }
}
.origin__big {
  font-size: clamp(52px, 9vw, 110px);
  line-height: 1;
  color: var(--momo);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (min-width: 901px) {
  .origin__big {
    font-size: min(7.8vw - 6px, 80px);
  }
}
.origin__big small {
  display: block;
  white-space: normal;
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--slate);
  margin-top: 18px;
  font-family: "Noto Sans JP";
}
.origin__t {
  font-size: clamp(20px, 2.8vw, 28px);
  margin-bottom: 20px;
}

.feel {
  background: var(--ink);
  color: #fff;
}
.feel .eyebrow {
  color: var(--momo);
}
.feel .eyebrow::before {
  background: var(--momo);
}
.feel__t {
  font-size: clamp(23px, 3.6vw, 36px);
  line-height: 1.6;
  margin-bottom: 26px;
}
.feel__p {
  color: rgba(255, 255, 255, 0.86);
  line-height: 2.2;
  max-width: 40em;
}

.work__link {
  display: block;
  color: inherit;
}

.work__ba {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  background: rgba(31, 20, 26, 0.72);
  color: #fff;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  padding: 6px 11px;
  border-radius: 999px;
}

.ba + .ba {
  margin-top: clamp(30px, 4vw, 48px);
}
.ba__label {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 14px;
  padding-left: 14px;
  border-left: 3px solid var(--momo);
}
.ba__pair {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(10px, 1.8vw, 20px);
}
@media (max-width: 640px) {
  .ba__pair {
    grid-template-columns: 1fr;
  }
}
.ba__item {
  margin: 0;
  position: relative;
  background: #fff;
  border: 1px solid var(--momo-line);
  border-radius: var(--r);
  overflow: hidden;
}
.ba__item img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.ba__item figcaption {
  padding: 11px 10px;
  text-align: center;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--slate);
}
.ba__item--after figcaption {
  color: var(--momo-deep);
}
.ba__tag {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  background: rgba(31, 20, 26, 0.72);
  color: #fff;
  font-size: 12px;
  padding: 6px 13px;
  border-radius: 999px;
}
.ba__tag--after {
  background: var(--momo-deep);
}
.ba__arrow {
  justify-self: center;
  width: 22px;
  height: 22px;
  border-top: 2px solid var(--momo);
  border-right: 2px solid var(--momo);
  transform: rotate(45deg);
}
@media (max-width: 640px) {
  .ba__arrow {
    transform: rotate(135deg);
    margin: 6px 0;
  }
}

.nk-pager {
  margin-top: clamp(40px, 6vw, 64px);
}
.nk-pager .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.nk-pager .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid var(--momo-line);
  border-radius: 999px;
  font-family: "Bebas Neue";
  font-size: 16px;
  letter-spacing: 0.04em;
  color: var(--momo-deep);
  transition: 0.25s var(--ease);
}
.nk-pager .page-numbers:hover {
  background: var(--momo-pale);
}
.nk-pager .page-numbers.current {
  background: var(--momo-deep);
  color: #fff;
  border-color: var(--momo-deep);
}

.co-photo {
  margin-bottom: clamp(28px, 4vw, 48px);
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--momo-line);
  background: #fff;
}
.co-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (max-width: 640px) {
  .co-photo img {
    aspect-ratio: 4/3;
  }
}
.co-photo figcaption {
  padding: 12px 18px;
  font-size: 13px;
  color: #6E5A63;
  border-top: 1px solid var(--momo-line);
}

.map {
  margin-top: 44px;
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--momo-line);
  line-height: 0;
}
.map iframe {
  width: 100%;
  height: 380px;
  border: 0;
  filter: grayscale(0.35);
}

.ct-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 32px);
}
@media (max-width: 900px) {
  .ct-grid {
    grid-template-columns: 1fr;
  }
}

.ct-card {
  border: 1px solid var(--momo-line);
  border-radius: var(--r);
  padding: clamp(26px, 3.2vw, 38px);
  background: #fff;
  text-align: center;
}
.ct-card .util {
  color: var(--slate);
  font-size: 13px;
  margin-bottom: 10px;
}
.ct-card b {
  display: block;
  font-family: "Bebas Neue";
  font-size: clamp(32px, 5vw, 46px);
  color: var(--momo-deep);
  letter-spacing: 0.03em;
  line-height: 1.1;
}
.ct-card p {
  font-size: 13px;
  color: var(--slate);
  margin-top: 8px;
}

.ct-line {
  background: #06C755;
  color: #fff;
  border-radius: 999px;
  padding: 14px 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14.5px;
  margin-top: 14px;
  transition: 0.3s var(--ease);
}
.ct-line .line-ico {
  width: 22px;
  height: 22px;
  color: #fff;
  --line-ico-tx: #06C755;
}
.ct-line:hover {
  background: #05A648;
  transform: translateY(-2px);
}

.form {
  display: grid;
  gap: 20px;
  margin-top: 44px;
}
.form .f-row {
  display: grid;
  gap: 8px;
}
.form label {
  font-size: 13.5px;
  font-weight: 700;
}
.form label em {
  font-style: normal;
  color: #fff;
  background: var(--momo-deep);
  font-size: 10.5px;
  padding: 2px 7px;
  border-radius: 3px;
  margin-left: 8px;
  vertical-align: 2px;
  letter-spacing: 0.06em;
}
.form input, .form textarea, .form select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--momo-line);
  border-radius: 8px;
  font: inherit;
  font-size: 15px;
  background: var(--momo-pale);
  transition: 0.25s;
}
.form input:focus, .form textarea:focus, .form select:focus {
  background: #fff;
  border-color: var(--momo);
  outline: none;
}
.form .f-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 640px) {
  .form .f-2 {
    grid-template-columns: 1fr;
  }
}
.form .f-note {
  font-size: 12.5px;
  color: var(--slate);
}

.form span.req, .form .req {
  font-style: normal;
  color: #fff;
  background: var(--momo-deep);
  font-size: 10.5px;
  padding: 2px 7px;
  border-radius: 3px;
  margin-left: 8px;
  letter-spacing: 0.06em;
}

.form span.opt, .form .opt {
  font-style: normal;
  color: #fff;
  background: var(--slate);
  font-size: 10.5px;
  padding: 2px 7px;
  border-radius: 3px;
  margin-left: 8px;
  letter-spacing: 0.06em;
}

.policy__h {
  font-size: clamp(18px, 2.4vw, 22px);
  color: var(--momo-deep);
  margin: 40px 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--momo-line);
}
.policy__list {
  list-style: disc;
  padding-left: 1.4em;
  margin: 8px 0;
  color: #3d2f36;
}
.policy__list li {
  line-height: 1.9;
}
.policy p {
  color: #3d2f36;
  margin-bottom: 8px;
}

.ft {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.7);
  padding: clamp(48px, 6vw, 72px) 0 110px;
  font-size: 13.5px;
}
.ft__top {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 36px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
@media (max-width: 900px) {
  .ft__top {
    grid-template-columns: 1fr;
  }
}
.ft__logo {
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.ft__logo .mark {
  width: 38px;
  height: 38px;
  color: var(--momo);
}
.ft__logo span {
  color: var(--momo);
}
.ft__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 26px;
  align-content: start;
}
@media (max-width: 640px) {
  .ft__nav {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.ft__nav a {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}
.ft__nav a:hover {
  color: var(--momo);
}
.ft__cr {
  padding-top: 26px;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.45);
}
