@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  color: #222222;
  font-size: 18px;
}
@media screen and (max-width: 650px) {
  body {
    font-size: 16px;
  }
}

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

.pc-none {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .pc-none {
    display: block !important;
  }
}

@media screen and (max-width: 990px) {
  .sp-none {
    display: none !important;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 40px;
}
@media (min-width: 651px) and (max-width:990px) {
  .site-header__inner {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 990px) {
  .site-header__inner {
    padding: 5px 10px;
    gap: 12px;
  }
}
.site-header__brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 0;
}
.site-header__logo {
  display: block;
  flex-shrink: 0;
  line-height: 0;
}
.site-header__logo img {
  display: block;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
@media screen and (max-width: 990px) {
  .site-header__logo img {
    width: 52px;
    height: 52px;
  }
}
.site-header__company {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
@media screen and (max-width: 990px) {
  .site-header__company {
    gap: 2px;
  }
}
.site-header__tagline {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #222222;
}
@media screen and (max-width: 990px) {
  .site-header__tagline {
    font-size: 10px;
    line-height: 1.3;
  }
}
.site-header__name {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #222222;
}
@media (min-width: 651px) and (max-width:990px) {
  .site-header__name {
    font-size: 26px;
  }
}
@media screen and (max-width: 990px) {
  .site-header__name {
    font-size: 17px;
    letter-spacing: 0.02em;
  }
}
.site-header__contact {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-shrink: 0;
}
@media (min-width: 651px) and (max-width:990px) {
  .site-header__contact {
    gap: 16px;
  }
}
@media screen and (max-width: 990px) {
  .site-header__contact {
    display: none;
  }
}
.site-header__tel {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-header__tel-icon {
  display: block;
  flex-shrink: 0;
  width: 45px;
  height: auto;
}
.site-header__tel-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.site-header__tel-number {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #222222;
}
@media (min-width: 651px) and (max-width:990px) {
  .site-header__tel-number {
    font-size: 26px;
  }
}
.site-header__tel-hours {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
}
.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 14px 24px;
  border-radius: 8px;
  background-color: #0a66c2;
  color: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: background-color 0.2s, opacity 0.2s;
}
@media (min-width: 651px) and (max-width:990px) {
  .site-header__cta {
    padding: 12px 18px;
    font-size: 16px;
  }
}
.site-header__cta:hover {
  background-color: rgb(8, 81.6, 155.2);
}
.site-header__cta-icon {
  display: block;
  flex-shrink: 0;
  width: 22px;
  height: auto;
  margin-top: 5px;
}
.site-header__menu-btn {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 7px;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  .site-header__menu-btn {
    display: flex;
  }
}
.site-header__menu-btn.is-open .site-header__menu-line {
  width: 26px;
}
.site-header__menu-btn.is-open .site-header__menu-line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.site-header__menu-btn.is-open .site-header__menu-line:nth-child(2) {
  opacity: 0;
}
.site-header__menu-btn.is-open .site-header__menu-line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.site-header__menu-line {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  transition: transform 0.25s ease, opacity 0.25s ease, width 0.25s ease;
}
.site-header__menu-line--middle {
  width: 28px;
}

.site-nav {
  visibility: hidden;
  pointer-events: none;
}
.site-nav.is-open {
  visibility: visible;
  pointer-events: auto;
}
.site-nav.is-open .site-nav__panel {
  opacity: 1;
  visibility: visible;
}
.site-nav__panel {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  height: 100dvh;
  padding: 14px 32px 32px;
  padding-top: max(14px, env(safe-area-inset-top));
  padding-bottom: max(32px, env(safe-area-inset-bottom));
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  overflow-y: auto;
}
@media screen and (max-width: 650px) {
  .site-nav__panel {
    padding-inline: 24px;
  }
}
.site-nav__close {
  position: absolute;
  top: max(16px, env(safe-area-inset-top));
  right: 24px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.site-nav__close span {
  position: absolute;
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
}
.site-nav__close span:nth-child(1) {
  transform: rotate(45deg);
}
.site-nav__close span:nth-child(2) {
  transform: rotate(-45deg);
}
.site-nav__head {
  flex-shrink: 0;
}
.site-nav__logo {
  display: inline-block;
  line-height: 0;
}
.site-nav__logo img {
  display: block;
  width: auto;
  height: 56px;
  max-width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.site-nav__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  gap: 8px;
  min-height: 0;
}
.site-nav__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.site-nav__link {
  display: block;
  padding: 20px 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(20px, 5.3vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #222222;
  transition: color 0.2s;
}
.site-nav__link:hover {
  color: #0a66c2;
}
.site-nav__footer {
  flex-shrink: 0;
  padding-top: 32px;
}
.site-nav__tel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 60px;
  padding: 16px 24px;
  border-radius: 8px;
  background-color: #0a66c2;
  color: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  transition: background-color 0.2s;
}
.site-nav__tel-btn img {
  display: block;
  width: 24px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.site-nav__tel-btn:hover {
  background-color: rgb(8, 81.6, 155.2);
}

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

.site-footer {
  background-color: #faf7f3;
}
.site-footer__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 72px 20px 64px;
}
@media screen and (max-width: 990px) {
  .site-footer__brand {
    padding: 48px 20px 40px;
  }
}
.site-footer__logo-link {
  display: block;
  line-height: 0;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .site-footer__logo-link:hover {
    opacity: 0.85;
  }
}
.site-footer__logo {
  display: block;
  width: clamp(120px, 18vw, 180px);
  height: auto;
}
.site-footer__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 20px 24px;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .site-footer__bottom {
    padding: 16px 20px 20px;
  }
}
.site-footer__copy {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(11px, 1.2vw, 15px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #222222;
}

@keyframes fv-zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.fv {
  position: relative;
  height: min(90vh, 900px);
  min-height: 520px;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .fv {
    height: min(94vh, 1000px);
    min-height: 640px;
  }
}
@media screen and (max-width: 990px) {
  .fv {
    overflow: hidden;
  }
}
.fv__swiper {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 990px) {
  .fv__swiper {
    height: 100svh;
  }
}
.fv__swiper .swiper-slide {
  height: 100%;
}
@media screen and (max-width: 990px) {
  .fv__swiper .swiper-slide {
    display: block !important;
    height: 100% !important;
  }
}
.fv__slide {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 990px) {
  .fv__slide {
    background-color: #faf7f3;
  }
}
.fv__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  .fv__bg {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 68vh;
    min-height: 480px;
  }
  .fv__bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 55%;
    background: linear-gradient(180deg, rgba(250, 247, 243, 0) 0%, rgba(250, 247, 243, 0.35) 35%, rgba(250, 247, 243, 0.75) 60%, #faf7f3 100%);
    pointer-events: none;
  }
}
.fv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  transform: scale(1);
}
@media screen and (max-width: 990px) {
  .fv__bg img {
    mask-image: linear-gradient(180deg, #000 0%, #000 38%, rgba(0, 0, 0, 0.85) 52%, rgba(0, 0, 0, 0.45) 68%, rgba(0, 0, 0, 0.12) 82%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 38%, rgba(0, 0, 0, 0.85) 52%, rgba(0, 0, 0, 0.45) 68%, rgba(0, 0, 0, 0.12) 82%, transparent 100%);
	-o-object-position: center top;
     object-position: center top;
  }
}
.swiper-slide-active .fv__bg img {
  animation: fv-zoom 7s ease-out forwards;
}
.fv__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.92) 28%, rgba(255, 255, 255, 0.55) 48%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}
@media screen and (max-width: 990px) {
  .fv__overlay {
    display: none;
  }
}
.fv__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 180px 40px 56px;
}
@media screen and (max-width: 990px) {
  .fv__inner {
    align-items: stretch;
    justify-content: flex-start;
    height: auto;
    min-height: 100svh;
    margin-top: 0;
    padding: 46vh 20px 36px;
    background-color: transparent;
    text-align: left;
  }
}
@media screen and (max-width: 990px) {
  .fv__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
  }
}
.fv__title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(28px, 4.3vw, 45px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.06em;
  color: #222222;
}
@media screen and (max-width: 990px) {
  .fv__title {
    font-size: clamp(22px, 5.8vw, 26px);
    line-height: 1.65;
    letter-spacing: 0.04em;
  }
}
.fv__lead {
  margin-top: 28px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #444;
}
@media screen and (max-width: 990px) {
  .fv__lead {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.95;
  }
}
.fv__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 36px;
  min-height: 56px;
  padding: 16px 28px;
  border-radius: 6px;
  background-color: #0a66c2;
  box-shadow: 0 4px 16px rgba(10, 102, 194, 0.28);
  color: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  transition: background-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
@media screen and (max-width: 990px) {
  .fv__cta {
    width: 100%;
    max-width: 100%;
    margin-top: 28px;
    min-height: 52px;
    padding: 14px 20px;
    font-size: 16px;
  }
}
.fv__cta:hover {
  background-color: rgb(8, 81.6, 155.2);
  box-shadow: 0 6px 20px rgba(10, 102, 194, 0.35);
  transform: translateY(-1px);
}
.fv__cta-arrow {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  line-height: 1;
}

.about {
  background-color: #ffffff;
}
.about__inner {
  display: grid;
  grid-template-columns: clamp(240px, 22vw, 320px) minmax(0, 1fr) clamp(240px, 22vw, 320px);
  -moz-column-gap: clamp(32px, 4.5vw, 64px);
       column-gap: clamp(32px, 4.5vw, 64px);
  row-gap: 32px;
  align-items: start;
  max-width: 1600px;
  margin: 0 auto;
  padding: 120px 0px 96px;
}
@media screen and (max-width: 990px) {
  .about__inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 56px 20px 48px;
  }
}
.about__media-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 990px) {
  .about__media-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    order: 2;
    margin-top: 32px;
  }
}
.about__media-right {
  width: 100%;
  justify-self: end;
}
@media screen and (max-width: 990px) {
  .about__media-right {
    display: none;
  }
}
.about__main {
  grid-column: 2;
  justify-self: center;
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 990px) {
  .about__main {
    grid-column: auto;
    order: 1;
    max-width: 100%;
  }
}
.about__header {
  margin-bottom: 40px;
}
@media screen and (max-width: 990px) {
  .about__header {
    margin-bottom: 32px;
    text-align: center;
  }
}
.about__title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(28px, 3.8vw, 44px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #222222;
}
.about__subtitle {
  margin-top: 20px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: #222222;
}
@media screen and (max-width: 990px) {
  .about__subtitle {
    margin-top: 16px;
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (max-width: 990px) {
  .about__subtitle-pc {
    display: none;
  }
}
.about__subtitle-sp {
  display: none;
}
@media screen and (max-width: 990px) {
  .about__subtitle-sp {
    display: block;
  }
}
.about__text {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.04em;
  color: #222222;
  text-align: left;
}
@media screen and (max-width: 990px) {
  .about__text {
    font-size: 16px;
    line-height: 2;
  }
}
.about__text p + p {
  margin-top: 1.6em;
}
@media screen and (max-width: 990px) {
  .about__text p + p {
    margin-top: 1.5em;
  }
}
.about__text strong {
  font-weight: 700;
}
.about__figure {
  margin: 0;
  line-height: 0;
  overflow: hidden;
}
.about__figure img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__figure--top {
  width: 100%;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 990px) {
  .about__figure--top {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.about__figure--bottom {
  width: calc(100% - 40px);
  margin-left: 40px;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 990px) {
  .about__figure--bottom {
    width: 100%;
    margin-left: 0;
    aspect-ratio: 1/1;
  }
}
.about__figure--main {
  position: relative;
  width: 100%;
  margin-left: auto;
  min-height: 520px;
}
@media (min-width: 651px) and (max-width:990px) {
  .about__figure--main {
    min-height: 420px;
  }
}
.about__figure--main img {
  width: 100%;
  min-height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 651px) and (max-width:990px) {
  .about__figure--main img {
    min-height: 420px;
  }
}
.about__figure--main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 6%, rgba(255, 255, 255, 0.45) 16%, rgba(255, 255, 255, 0) 32%), linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 88%, #ffffff 100%);
  pointer-events: none;
}

.feature {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background-color: #FBF8F3;
}
@media screen and (max-width: 990px) {
  .feature {
    padding: 64px 0 72px;
  }
}
.feature__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.feature__bg-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(68%, 640px);
  margin: 0;
  padding: 0;
  will-change: transform;
}
@media screen and (max-width: 990px) {
  .feature__bg-inner {
    width: min(88%, 420px);
  }
}
.feature__bg-inner img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.feature__inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 990px) {
  .feature__inner {
    padding: 0 20px;
  }
}
.feature__header {
  margin-bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .feature__header {
    margin-bottom: 40px;
  }
}
.feature__label {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(28px, 4.5vw, 48px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #222222;
}
.feature__sub {
  margin-top: 8px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(16px, 2.5vw, 26px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #222222;
}
.feature__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 990px) {
  .feature__list {
    gap: 24px;
  }
}
.feature__card {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px 44px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 990px) {
  .feature__card {
    flex-direction: column;
    gap: 24px;
    padding: 24px 20px;
    border-radius: 28px;
  }
}
.feature__media {
  flex: 0 0 42%;
  max-width: 420px;
  margin: 0;
  line-height: 0;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  .feature__media {
    flex: none;
    width: 100%;
    max-width: none;
  }
}
.feature__media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature__body {
  flex: 1;
  min-width: 0;
}
.feature__title {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(26px, 2.4vw, 32px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #222222;
}
@media screen and (max-width: 990px) {
  .feature__title {
    font-size: 22px;
  }
}
.feature__text {
  margin-top: 16px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #444;
  text-align: left;
}
@media screen and (max-width: 990px) {
  .feature__text {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.95;
  }
}
.feature__em {
  font-weight: 700;
  color: #00a0e9;
}

.brand {
  background-color: #ffffff;
  padding: 80px 0;
}
@media screen and (max-width: 990px) {
  .brand {
    padding: 56px 0 64px;
  }
}
.brand__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 990px) {
  .brand__inner {
    padding: 0 16px;
  }
}
.brand__header {
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .brand__header {
    margin-bottom: 32px;
  }
}
.brand__title {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #222222;
}
.brand__lead {
  margin-top: 16px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(16px, 1.4vw, 16px);
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #222222;
}
@media screen and (max-width: 990px) {
  .brand__lead {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.85;
  }
}
.brand__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: clamp(10px, 2.5vw, 28px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.brand__item {
  flex: 1 1 0;
  min-width: 0;
  max-width: 280px;
  line-height: 0;
  background-color: #ffffff;
}
@media screen and (max-width: 990px) {
  .brand__item {
    max-width: none;
  }
}
.brand__logo {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.flow {
  background-color: #ffffff;
  padding: 120px 0;
}
@media screen and (max-width: 990px) {
  .flow {
    padding: 56px 0 64px;
  }
}
.flow__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 990px) {
  .flow__inner {
    padding: 0 20px;
  }
}
.flow__header {
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .flow__header {
    margin-bottom: 36px;
  }
}
.flow__title {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(28px, 4.5vw, 48px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #222222;
}
.flow__en {
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: clamp(16px, 2.5vw, 26px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: lowercase;
  color: #222;
}
.flow__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flow__item:not(:last-child) {
  margin-bottom: 8px;
}
.flow__card {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 32px 40px;
  border-radius: 4px;
  background-color: #f5f2ed;
  background-image: url("../../img/step-item-bg.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 990px) {
  .flow__card {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px 16px;
    text-align: center;
  }
}
.flow__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 95px;
}
@media screen and (max-width: 990px) {
  .flow__icon {
    width: 72px;
    height: 72px;
  }
}
.flow__icon img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.flow__body {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 990px) {
  .flow__body {
    flex: none;
    width: 100%;
    text-align: center;
  }
}
.flow__step {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #222;
}
@media screen and (max-width: 990px) {
  .flow__step {
    text-align: center;
  }
}
.flow__name {
  margin-top: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #222222;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #222222;
}
@media screen and (max-width: 990px) {
  .flow__name {
    display: block;
    width: 100%;
    margin-top: 6px;
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
  }
}
.flow__desc {
  margin-top: 14px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #222222;
  text-align: left;
}
@media screen and (max-width: 990px) {
  .flow__desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
  }
}
.flow__arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 16px auto;
  border-top: 16px solid #0a66c2;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
@media screen and (max-width: 990px) {
  .flow__arrow {
    margin: 14px auto;
    border-top-width: 14px;
    border-right-width: 10px;
    border-left-width: 10px;
  }
}

.company {
  background-color: #faf7f3;
  padding: 88px 0 96px;
}
@media screen and (max-width: 990px) {
  .company {
    padding: 56px 0 64px;
  }
}
.company__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 990px) {
  .company__inner {
    padding: 0 20px;
  }
}
.company__header {
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .company__header {
    margin-bottom: 32px;
  }
}
.company__title {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(28px, 4.5vw, 48px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #222222;
}
.company__en {
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: clamp(16px, 2.5vw, 26px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: lowercase;
  color: #222;
}
.company__figure {
  margin: 0 0 48px;
  line-height: 0;
}
@media screen and (max-width: 990px) {
  .company__figure {
    margin-bottom: 32px;
  }
}
.company__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.company__list {
  margin: 0;
  padding: 0;
}
.company__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(16px, 3vw, 40px);
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 990px) {
  .company__row {
    gap: 12px;
    padding: 16px 0;
  }
}
.company__term {
  flex: 0 0 clamp(72px, 18vw, 120px);
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(15px, 1.5vw, 16px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #222222;
}
.company__desc {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(15px, 1.5vw, 16px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #222222;
}

.access-map {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  background-color: #e8e4df;
}

.access-map__frame {
  display: block;
  width: 100%;
  max-width: none;
  height: clamp(280px, 42vw, 450px);
  border: 0;
}

.cta {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 96px 0;
}
@media screen and (max-width: 990px) {
  .cta {
    padding: 64px 0;
  }
}
.cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cta__bg img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.cta__inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 990px) {
  .cta__inner {
    padding: 0 20px;
  }
}
.cta__header {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .cta__header {
    margin-bottom: 28px;
  }
}
.cta__title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #ffffff;
}
.cta__lead {
  margin-top: 16px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media screen and (max-width: 990px) {
  .cta__lead {
    margin-top: 12px;
    font-size: 15px;
  }
}
.cta__panel {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 32px 36px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 990px) {
  .cta__panel {
    flex-direction: column;
    gap: 20px;
    padding: 24px 20px;
  }
}
.cta__col {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
}
.cta__label {
  margin-bottom: 12px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #222222;
}
@media screen and (max-width: 990px) {
  .cta__label {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.cta__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 88px;
  padding: 20px 24px;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  color: #ffffff;
  text-align: center;
  transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
}
@media screen and (max-width: 990px) {
  .cta__btn {
    min-height: 80px;
    padding: 18px 20px;
  }
}
.cta__btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
}
.cta__btn--form {
  background-color: #0a66c2;
}
.cta__btn--tel {
  background-color: #00a0e9;
}
.cta__btn-main {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 990px) {
  .cta__btn-main {
    font-size: 18px;
  }

  .cta__btn--tel .cta__btn-main {
    font-size: 26px;
    letter-spacing: 0.06em;
  }
}
.cta__btn-sub {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  opacity: 0.95;
}
@media screen and (max-width: 990px) {
  .cta__btn-sub {
    font-size: 11px;
  }
}

/* 電話リンク：PC（991px以上）では発信不可 */
@media screen and (min-width: 991px) {
  a.tel-link--disabled {
    pointer-events: none;
    cursor: default;
  }

  .site-footer__info a.tel-link--disabled {
    text-decoration: none;
    color: inherit;
  }

  .cta__btn--tel.tel-link--disabled:hover {
    opacity: 1;
    transform: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  }

  .policy-page__contact-row a.tel-link--disabled {
    text-decoration: none;
    color: #222222;
  }
}/*# sourceMappingURL=main.css.map */