@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

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

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  color: #333;
  font-size: 10px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}

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

.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.image--h-auto {
  height: auto;
}

body:not(.is-top-page) {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  body:not(.is-top-page) {
    padding-top: 50px;
  }
}

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

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  min-height: 150px;
  background: #fff;
  transition: transform 0.4s ease, min-height 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .header {
    min-height: 75px;
  }
}
.header--hidden {
  transform: translateY(-100%);
}
.header--compact {
  min-height: 75px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(18px) saturate(180%);
  backdrop-filter: blur(18px) saturate(180%);
}
.header--compact .header__logo-img {
  width: 128px;
}
@media screen and (max-width: 767px) {
  .header--compact .header__logo-img {
    width: 88px;
  }
}
.header__inner {
  display: flex;
  flex: 1 1 auto;
  gap: 24px;
  padding-block: 16px;
  padding-inline: 50px 35px;
}
@media screen and (max-width: 1200px) {
  .header__inner {
    padding-inline: 35px 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-inline: 15px;
  }
}
.header__logo {
  position: relative;
  flex: 0 0 auto;
  align-self: center;
  transition: 0.3s ease;
}
.header__logo:hover {
  opacity: 0.8;
}
.header__logo-img {
  display: block;
  width: 148px;
  height: auto;
  transition: width 0.3s ease, opacity 0.4s ease;
}
@media screen and (max-width: 767px) {
  .header__logo-img {
    width: 98px;
  }
}
.header__logo-img--white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.header__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
@media screen and (max-width: 1080px) {
  .header__body {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 90;
    height: 100vh;
    height: 100dvh;
    align-items: stretch;
    gap: 0;
    padding: 150px 35px 48px;
    color: #fff;
    background: rgba(17, 44, 75, 0.8);
    backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.4s ease;
  }
}
@media screen and (max-width: 767px) {
  .header__body {
    padding-top: 92px;
    padding-inline: 15px;
  }
}
.header__utility {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .header__utility {
    order: 3;
    justify-content: flex-start;
    gap: 24px;
    margin-top: 28px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header__utility {
    font-size: 13px;
  }
}
.header__news {
  position: relative;
  display: inline-block;
}
.header__news::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 1px;
  background: currentcolor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s ease-out;
}
.header__news:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.header__sns {
  display: inline-flex;
  transition: 0.3s ease;
}
.header__sns::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: currentcolor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.header__sns--fb::before {
  -webkit-mask-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%2029.89'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20%23112c4b;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%20id='Logo'%3e%3cpath%20id='Initiator'%20class='cls-1'%20d='M30,15C30,6.72,23.28,0,15,0S0,6.72,0,15c0,7.03,4.84,12.94,11.38,14.56v-9.97h-3.09v-4.58h3.09v-1.98c0-5.11,2.31-7.47,7.32-7.47.95,0,2.59.19,3.26.37v4.16c-.35-.04-.97-.06-1.73-.06-2.46,0-3.41.93-3.41,3.35v1.62h4.9l-.84,4.58h-4.06v10.31c7.43-.9,13.18-7.22,13.18-14.89Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%2029.89'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20%23112c4b;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%20id='Logo'%3e%3cpath%20id='Initiator'%20class='cls-1'%20d='M30,15C30,6.72,23.28,0,15,0S0,6.72,0,15c0,7.03,4.84,12.94,11.38,14.56v-9.97h-3.09v-4.58h3.09v-1.98c0-5.11,2.31-7.47,7.32-7.47.95,0,2.59.19,3.26.37v4.16c-.35-.04-.97-.06-1.73-.06-2.46,0-3.41.93-3.41,3.35v1.62h4.9l-.84,4.58h-4.06v10.31c7.43-.9,13.18-7.22,13.18-14.89Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.header__sns--ig::before {
  -webkit-mask-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2026%2026'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20%23112c4b;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cpath%20class='cls-1'%20d='M13,2.34c3.47,0,3.88.01,5.25.08,1.27.06,1.96.27,2.41.45.61.24,1.04.52,1.49.97.45.45.74.89.97,1.49.18.46.39,1.15.45,2.41.06,1.37.08,1.78.08,5.25s-.01,3.88-.08,5.25c-.06,1.27-.27,1.96-.45,2.41-.24.61-.52,1.04-.97,1.49s-.89.74-1.49.97c-.46.18-1.15.39-2.41.45-1.37.06-1.78.08-5.25.08s-3.88-.01-5.25-.08c-1.27-.06-1.96-.27-2.41-.45-.61-.24-1.04-.52-1.49-.97-.45-.45-.74-.89-.97-1.49-.18-.46-.39-1.15-.45-2.41-.06-1.37-.08-1.78-.08-5.25s.01-3.88.08-5.25c.06-1.27.27-1.96.45-2.41.24-.61.52-1.04.97-1.49s.89-.74,1.49-.97c.46-.18,1.15-.39,2.41-.45,1.37-.06,1.78-.08,5.25-.08M13,0c-3.53,0-3.97.01-5.36.08-1.38.06-2.33.28-3.16.6-.85.33-1.58.78-2.3,1.5-.72.72-1.17,1.45-1.5,2.3-.32.83-.54,1.77-.6,3.16-.06,1.39-.08,1.83-.08,5.36s.01,3.97.08,5.36c.06,1.38.28,2.33.6,3.16.33.85.78,1.58,1.5,2.3.72.72,1.45,1.17,2.3,1.5.83.32,1.77.54,3.16.6,1.39.06,1.83.08,5.36.08s3.97-.01,5.36-.08c1.38-.06,2.33-.28,3.16-.6.85-.33,1.58-.78,2.3-1.5.72-.72,1.17-1.45,1.5-2.3.32-.83.54-1.77.6-3.16.06-1.39.08-1.83.08-5.36s-.01-3.97-.08-5.36c-.06-1.38-.28-2.33-.6-3.16-.33-.85-.78-1.58-1.5-2.3-.72-.72-1.45-1.17-2.3-1.5-.83-.32-1.77-.54-3.16-.6-1.39-.06-1.83-.08-5.36-.08h0Z'/%3e%3cpath%20class='cls-1'%20d='M13,6.32c-3.69,0-6.68,2.99-6.68,6.68s2.99,6.68,6.68,6.68,6.68-2.99,6.68-6.68-2.99-6.68-6.68-6.68ZM13,17.33c-2.39,0-4.33-1.94-4.33-4.33s1.94-4.33,4.33-4.33,4.33,1.94,4.33,4.33-1.94,4.33-4.33,4.33Z'/%3e%3ccircle%20class='cls-1'%20cx='19.94'%20cy='6.06'%20r='1.56'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2026%2026'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20%23112c4b;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cpath%20class='cls-1'%20d='M13,2.34c3.47,0,3.88.01,5.25.08,1.27.06,1.96.27,2.41.45.61.24,1.04.52,1.49.97.45.45.74.89.97,1.49.18.46.39,1.15.45,2.41.06,1.37.08,1.78.08,5.25s-.01,3.88-.08,5.25c-.06,1.27-.27,1.96-.45,2.41-.24.61-.52,1.04-.97,1.49s-.89.74-1.49.97c-.46.18-1.15.39-2.41.45-1.37.06-1.78.08-5.25.08s-3.88-.01-5.25-.08c-1.27-.06-1.96-.27-2.41-.45-.61-.24-1.04-.52-1.49-.97-.45-.45-.74-.89-.97-1.49-.18-.46-.39-1.15-.45-2.41-.06-1.37-.08-1.78-.08-5.25s.01-3.88.08-5.25c.06-1.27.27-1.96.45-2.41.24-.61.52-1.04.97-1.49s.89-.74,1.49-.97c.46-.18,1.15-.39,2.41-.45,1.37-.06,1.78-.08,5.25-.08M13,0c-3.53,0-3.97.01-5.36.08-1.38.06-2.33.28-3.16.6-.85.33-1.58.78-2.3,1.5-.72.72-1.17,1.45-1.5,2.3-.32.83-.54,1.77-.6,3.16-.06,1.39-.08,1.83-.08,5.36s.01,3.97.08,5.36c.06,1.38.28,2.33.6,3.16.33.85.78,1.58,1.5,2.3.72.72,1.45,1.17,2.3,1.5.83.32,1.77.54,3.16.6,1.39.06,1.83.08,5.36.08s3.97-.01,5.36-.08c1.38-.06,2.33-.28,3.16-.6.85-.33,1.58-.78,2.3-1.5.72-.72,1.17-1.45,1.5-2.3.32-.83.54-1.77.6-3.16.06-1.39.08-1.83.08-5.36s-.01-3.97-.08-5.36c-.06-1.38-.28-2.33-.6-3.16-.33-.85-.78-1.58-1.5-2.3-.72-.72-1.45-1.17-2.3-1.5-.83-.32-1.77-.54-3.16-.6-1.39-.06-1.83-.08-5.36-.08h0Z'/%3e%3cpath%20class='cls-1'%20d='M13,6.32c-3.69,0-6.68,2.99-6.68,6.68s2.99,6.68,6.68,6.68,6.68-2.99,6.68-6.68-2.99-6.68-6.68-6.68ZM13,17.33c-2.39,0-4.33-1.94-4.33-4.33s1.94-4.33,4.33-4.33,4.33,1.94,4.33,4.33-1.94,4.33-4.33,4.33Z'/%3e%3ccircle%20class='cls-1'%20cx='19.94'%20cy='6.06'%20r='1.56'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.header__sns:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1080px) {
  .header__nav {
    order: 1;
    width: 100%;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: clamp(1rem, 1vw + 0.1rem, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1280px) {
  .header__nav-list {
    gap: 24px;
  }
}
@media screen and (max-width: 1080px) {
  .header__nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    font-size: 16px;
  }
  .header__nav-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .header__nav-list li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.header__nav-list a {
  position: relative;
  display: inline-block;
}
.header__nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 1px;
  background: currentcolor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s ease-out;
}
.header__nav-list a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}
@media screen and (max-width: 1080px) {
  .header__nav-list a {
    display: block;
    width: 100%;
    padding: 18px 2px;
  }
}
.header__panel-cta {
  display: none;
}
@media screen and (max-width: 1080px) {
  .header__panel-cta {
    order: 2;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    padding: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    background-image: linear-gradient(90deg, #0087d5 0%, #0000a2 50%, #0087d5 100%);
    background-size: 200% 100%;
    background-position: 0% 50%;
    transition: background-position 0.5s ease;
  }
  .header__panel-cta:hover {
    background-position: 100% 50%;
  }
}
.header__contact {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 85px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-image: linear-gradient(90deg, #0087d5 0%, #0000a2 50%, #0087d5 100%);
  background-size: 200% 100%;
  background-position: 0% 50%;
  transition: background-position 0.5s ease;
}
.header__contact:hover {
  background-position: 100% 50%;
}
@media screen and (max-width: 1080px) {
  .header__contact {
    display: none;
  }
}
.header__toggle {
  display: none;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  width: 36px;
  align-self: center;
  background: transparent;
  border: none;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header__toggle {
    margin-right: 15px;
  }
}
.header__toggle span {
  display: block;
  width: 36px;
  height: 2px;
  background: #0a0fa6;
  transition: 0.3s ease;
}
@media screen and (max-width: 1080px) {
  .header__toggle {
    display: flex;
  }
}
.header--open .header__body {
  transform: translateX(0);
}
.header--open .header__logo {
  z-index: 100;
}
.header--open .header__logo-img--dark {
  opacity: 0;
}
.header--open .header__logo-img--white {
  opacity: 1;
}
.header--open .header__toggle {
  position: relative;
  z-index: 100;
}
.header--open .header__toggle span {
  background: #fff;
}
.header--open .header__toggle span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.header--open .header__toggle span:nth-child(2) {
  opacity: 0;
}
.header--open .header__toggle span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.is-top-page .header:not(.header--compact) {
  color: #fff;
  background: transparent;
}
.is-top-page .header:not(.header--compact) .header__logo-img--dark {
  opacity: 0;
}
.is-top-page .header:not(.header--compact) .header__logo-img--white {
  opacity: 1;
}
.is-top-page .header:not(.header--compact) .header__toggle span {
  background: #fff;
}

.footer {
  color: #fff;
  background: #112c4b;
}
.footer__inner {
  max-width: calc(1100px + 8%) !important;
  padding-block: 60px 50px;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding-block: 40px 30px;
  }
}
.footer__main {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .footer__main {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .footer__main {
    grid-template-columns: 1fr;
  }
}
.footer__logo {
  display: inline-block;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin-bottom: 24px;
  }
}
.footer__logo img {
  width: 148px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer__logo img {
    width: 98px;
  }
}
.footer__name {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .footer__name {
    font-size: 18px;
  }
}
.footer__address {
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.75em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer__address {
    font-size: 14px;
  }
}
.footer__map {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
  width: 100%;
  max-width: 230px;
  height: 60px;
  padding: 12px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  border-radius: 999px;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__map {
    font-size: 14px;
    max-width: 180px;
    height: 50px;
    gap: 16px;
  }
}
.footer__map::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 25px;
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016.47%2025'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20%23fff;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cpath%20class='cls-1'%20d='M0,8.54C0,3.6,3.99-.24,8.59.01c4.85.27,8.38,4.42,7.82,9.19-.25,2.11-1.02,4.06-2.05,5.87-1.81,3.21-3.74,6.35-5.64,9.51-.32.53-.65.55-.96.06-2.37-3.75-4.82-7.46-6.59-11.55C.51,11.56-.01,9.99,0,8.54ZM8.19,12.07c2.1,0,3.75-1.63,3.74-3.68,0-2.01-1.68-3.66-3.72-3.67-2.03,0-3.67,1.65-3.67,3.69,0,2,1.65,3.66,3.64,3.65Z'/%3e%3c/g%3e%3c/svg%3e") no-repeat center/contain;
          mask: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016.47%2025'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20%23fff;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cpath%20class='cls-1'%20d='M0,8.54C0,3.6,3.99-.24,8.59.01c4.85.27,8.38,4.42,7.82,9.19-.25,2.11-1.02,4.06-2.05,5.87-1.81,3.21-3.74,6.35-5.64,9.51-.32.53-.65.55-.96.06-2.37-3.75-4.82-7.46-6.59-11.55C.51,11.56-.01,9.99,0,8.54ZM8.19,12.07c2.1,0,3.75-1.63,3.74-3.68,0-2.01-1.68-3.66-3.72-3.67-2.03,0-3.67,1.65-3.67,3.69,0,2,1.65,3.66,3.64,3.65Z'/%3e%3c/g%3e%3c/svg%3e") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .footer__map::before {
    width: 14px;
    height: 20px;
  }
}
.footer__map:hover {
  color: #112c4b;
  background: #fff;
}
.footer__map:hover .footer__map-text::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.footer__map-text {
  position: relative;
}
.footer__map-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 1px;
  background: currentcolor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s ease-out;
}
.footer__nav {
  display: contents;
}
.footer__col {
  margin-top: 120px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .footer__col {
    margin-top: 0;
    font-size: 14px;
  }
}
.footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__col li a {
  font-weight: 500;
  letter-spacing: 0.18em;
  position: relative;
  display: inline-block;
}
.footer__col li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 1px;
  background: currentcolor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s ease-out;
}
.footer__col li a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.footer__col-head {
  margin-bottom: 18px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer__col-head {
    font-size: 14px;
  }
}
.footer__sublist li {
  position: relative;
  font-size: 1.4rem;
  padding-left: 28px;
}
@media screen and (max-width: 767px) {
  .footer__sublist li {
    font-size: 12px;
  }
}
.footer__sublist li::before {
  content: "－";
  position: absolute;
  left: 8px;
}
.footer__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  min-height: 60px;
  margin-top: 48px;
  padding: 16px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #099;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__contact {
    font-size: 16px;
    max-width: 100%;
    min-height: 50px;
  }
}
.footer__contact:hover .footer__contact-text::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.footer__contact-text {
  position: relative;
}
.footer__contact-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 1px;
  background: currentcolor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s ease-out;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 48px;
  margin-top: 48px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a0abb7;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    margin-top: 32px;
    gap: 24px;
  }
}
.footer__sns {
  display: flex;
  gap: 22px;
}
.footer__sns a {
  display: inline-flex;
  transition: 0.3s ease;
}
.footer__sns a:hover {
  opacity: 0.7;
}
.footer__sns img {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .footer__sns img {
    width: 24px;
    height: 24px;
  }
}
.footer__policy {
  position: relative;
  display: inline-block;
}
.footer__policy::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 1px;
  background: currentcolor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s ease-out;
}
.footer__policy:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.footer__policy {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .footer__policy {
    font-size: 12px;
  }
}
.footer__copy {
  padding-top: 32px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    padding-top: 24px;
    font-size: 14px;
  }
}

.section {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}
.section--gray {
  background: #f7f8f5;
}
.section--navy {
  color: #fff;
  background: #112c4b;
}
.section__head {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .section__head {
    margin-bottom: 32px;
  }
}

.divider {
  width: 60px;
  height: 4px;
  margin: 0 auto;
  background: #112c4b;
}
@media screen and (max-width: 767px) {
  .divider {
    width: 40px;
    height: 2px;
  }
}

.section-title {
  text-align: center;
}
.section-title::before {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  margin: 0 auto 28px;
  background: #112c4b;
}
.section-title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3529411765em;
}
@media screen and (max-width: 767px) {
  .section-title__jp {
    font-size: 28px;
  }
}
.section-title__sub {
  margin-top: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .section-title__sub {
    font-size: 14px;
  }
}
.section-title--plain::before {
  display: none;
}
.section-title--left {
  text-align: left;
}
.section-title--left::before {
  margin-left: 0;
}

.view-more {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}
.view-more__label {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  color: #112c4b;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .view-more__label {
    font-size: 18px;
  }
}
.view-more__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 105%;
  height: 1px;
  background: currentcolor;
}
.view-more__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #112c4b;
  border-radius: 50%;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .view-more__arrow {
    width: 50px;
    height: 50px;
  }
}
.view-more__arrow::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 10px;
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.14%2012.29'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20stroke:%20%230087d5;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%202px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cline%20class='cls-1'%20x1='1'%20y1='6.14'%20x2='18.14'%20y2='6.14'/%3e%3cline%20class='cls-1'%20x1='18.14'%20y1='6.14'%20x2='12.83'%20y2='1'/%3e%3cline%20class='cls-1'%20x1='12.83'%20y1='11.29'%20x2='18.14'%20y2='6.14'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center/contain;
          mask: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.14%2012.29'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20stroke:%20%230087d5;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%202px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cline%20class='cls-1'%20x1='1'%20y1='6.14'%20x2='18.14'%20y2='6.14'/%3e%3cline%20class='cls-1'%20x1='18.14'%20y1='6.14'%20x2='12.83'%20y2='1'/%3e%3cline%20class='cls-1'%20x1='12.83'%20y1='11.29'%20x2='18.14'%20y2='6.14'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center/contain;
  background-color: #fff;
}
.view-more:hover .view-more__arrow {
  transform: translateX(6px);
}

.button {
  --btn-fg: #fff;
  --btn-bg: #0a0fa6;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 17px;
  color: var(--btn-fg);
  min-width: 270px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: var(--btn-bg);
  border: 1px solid var(--btn-bg);
  border-radius: 999px;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 14px;
  }
}
.button__text {
  position: relative;
}
.button__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 1px;
  background: currentcolor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s ease-out;
}
.button__icon {
  display: inline-block;
  width: 20px;
  height: 16px;
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.14%2012.29'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20stroke:%20%230087d5;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%202px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cline%20class='cls-1'%20x1='1'%20y1='6.14'%20x2='18.14'%20y2='6.14'/%3e%3cline%20class='cls-1'%20x1='18.14'%20y1='6.14'%20x2='12.83'%20y2='1'/%3e%3cline%20class='cls-1'%20x1='12.83'%20y1='11.29'%20x2='18.14'%20y2='6.14'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center/contain;
          mask: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.14%2012.29'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20stroke:%20%230087d5;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%202px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cline%20class='cls-1'%20x1='1'%20y1='6.14'%20x2='18.14'%20y2='6.14'/%3e%3cline%20class='cls-1'%20x1='18.14'%20y1='6.14'%20x2='12.83'%20y2='1'/%3e%3cline%20class='cls-1'%20x1='12.83'%20y1='11.29'%20x2='18.14'%20y2='6.14'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .button__icon {
    width: 16px;
    height: 12px;
  }
}
.button__icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}
.button:hover {
  color: var(--btn-bg);
  background: var(--btn-fg);
  border-color: var(--btn-bg);
}
.button:hover .button__text::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.button--outline {
  --btn-fg: #112c4b;
  --btn-on-fill: #fff;
  --btn-bg: transparent;
  color: var(--btn-fg);
  border-color: var(--btn-fg);
}
.button--outline:hover {
  color: var(--btn-on-fill);
  background: var(--btn-fg);
  border-color: var(--btn-fg);
}
.button--teal {
  --btn-bg: #099;
}
.button--cta {
  display: flex;
  width: 100%;
  max-width: 600px;
  height: 150px;
  margin-inline: auto;
  padding: 24px 64px;
  border-radius: 15px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .button--cta {
    height: 100px;
    padding: 20px 40px;
    font-size: 24px;
    border-radius: 10px;
  }
}
.button--cta .button__icon {
  right: 69px;
}
@media screen and (max-width: 767px) {
  .button--cta .button__icon {
    right: 24px;
  }
}

.banner {
  position: relative;
  padding-top: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .banner {
    padding-top: 40px;
  }
}
.banner__inner {
  position: relative;
  width: 87%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .banner__inner {
    width: 96%;
  }
}
.banner__en {
  position: absolute;
  top: 24px;
  right: 4%;
  z-index: 0;
  color: #dbdfe4;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(9rem, 8.78vw, 12rem);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .banner__en {
    font-size: 48px;
    top: 32px;
  }
}
.banner__title {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(4rem, 4.2vw, 5.8rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .banner__title {
    font-size: 32px;
  }
}
.banner__breadcrumb {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb {
    margin-top: 40px;
  }
}
.banner__breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb ul {
    font-size: 12px;
  }
}
.banner__breadcrumb .banner__crumb-sep {
  margin: 0 12px;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb .banner__crumb-sep {
    margin: 0 8px;
  }
}
.banner__breadcrumb a {
  position: relative;
  display: inline-block;
}
.banner__breadcrumb a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 1px;
  background: currentcolor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s ease-out;
}
.banner__breadcrumb a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.banner__image {
  position: relative;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .banner__image {
    margin-top: 20px;
  }
}
.banner__image figure {
  position: relative;
  width: 80.7%;
  aspect-ratio: 960/540;
  overflow: hidden;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .banner__image figure {
    width: 100%;
  }
}
.banner__image figure::after {
  content: "";
  background: #0087d5;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  mix-blend-mode: overlay;
}
.banner__image-bg-gray::after {
  content: "";
  background: #f7f8f5;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.business-nav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .business-nav__list {
    grid-template-columns: 1fr;
  }
}
.business-nav__link {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 85px;
  padding: 16px;
  background: #fff;
  border: 1px solid #e6e6e6;
  transition: 0.3s ease;
}
.business-nav__link:hover {
  background: #0000a2;
  border-color: #0000a2;
}
.business-nav__link:hover .business-nav__label {
  color: #fff;
}
.business-nav__link:hover .business-nav__icon,
.business-nav__link:hover .business-nav__arrow {
  background-color: #fff;
}
.business-nav__icon {
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
  background-color: #0087d5;
  transition: background-color 0.3s ease;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.business-nav__icon--building {
  -webkit-mask-image: url("/assets/svg/building.svg");
          mask-image: url("/assets/svg/building.svg");
  height: 40px;
}
.business-nav__icon--bridge {
  -webkit-mask-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064.9%2045'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20%2380c3ea;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cpath%20class='cls-1'%20d='M.82,16.49h63.3c.4-.02.73-.32.76-.72v-.06c.05-.41-.28-.77-.69-.77l-4.59.06c-.31,0-.6-.16-.76-.42C51.4,2.25,36.21-2.94,22.6,1.65c-6.84,2.31-12.33,6.65-16.47,13.05-.14.22-.39.36-.65.36l-4.96.1c-.35,0-.6.34-.5.68v.04c.1.36.43.62.8.62ZM49.31,7.38c0-.56.69-.84,1.09-.44l6.85,6.9c.4.4.12,1.08-.45,1.08l-6.94.04c-.35,0-.64-.29-.64-.64l.09-6.94ZM39.02,2.54c0-.37.37-.62.71-.48l8.01,3.33c.19.08.32.27.32.48v8.62c0,.28-.23.52-.52.52h-8.01c-.28,0-.52-.23-.52-.52V2.54ZM27.3,2.32c0-.36.29-.65.65-.65h9.43c.36,0,.65.29.65.65v12.01c0,.36-.29.65-.65.65h-9.43c-.36,0-.65-.29-.65-.65V2.32ZM16.89,6.04c0-.3.19-.57.47-.68l7.92-3.14c.49-.19,1.01.17,1.01.69v11.35c0,.41-.33.74-.74.74h-8.04c-.41,0-.75-.34-.74-.75l.12-8.2ZM7.92,13.79l6.54-6.65c.45-.45,1.22-.15,1.23.49l.1,6.64c0,.4-.32.73-.72.73h-6.64c-.64.01-.96-.76-.52-1.21Z'/%3e%3cpath%20class='cls-1'%20d='M64.18,21.64c0-.42-.34-.75-.75-.75l-62.18.11c-.42,0-.75.34-.75.75v.02c0,.42.34.75.75.75l62.18-.11c.42,0,.75-.34.75-.75v-.02Z'/%3e%3cpath%20class='cls-1'%20d='M16.58,34.24c-1.23-4.18-4.89-6.67-9.17-7.24-.76-.1-2.47-.13-5.14-.09-.4,0-.72.33-.73.73v.03c0,.41.32.74.73.74.79,0,2.29,0,4.5.03,4.28.03,8.54,3.27,8.63,7.67.04,1.82.06,4.57.07,8.24,0,.35.29.64.65.64h7.21c.38,0,.69-.31.7-.69,0-1.37,0-3.57.01-6.59,0-2.66.42-4.58,2.24-6.22,4.56-4.08,11.42-3.19,14.11,2.41.45.93.65,2.38.61,4.37-.01.72-.01,2.8,0,6.24,0,.25.21.46.46.46h7.27c.43,0,.77-.34.77-.77.06-4.52.08-6.95.06-7.28-.2-5.03,4.09-8.3,8.81-8.46.37-.01,1.69-.01,3.95,0,.42,0,.77-.31.81-.73v-.09c.05-.4-.26-.74-.66-.75-2.09-.04-3.44-.05-4.04-.02-3.98.22-8.16,2.66-9.67,6.45-.43,1.09-.62,2.68-.54,4.77.06,1.52.06,3.14.01,4.88,0,.31-.26.55-.56.55h-4.83c-.25,0-.46-.2-.47-.45-.06-1.73-.07-3.46-.04-5.17.03-1.81-.14-3.19-.52-4.15-.55-1.4-1.33-2.54-2.35-3.43-3.6-3.16-7.45-3.72-11.54-1.67-2.16,1.08-3.78,2.85-4.86,5.29-.43.96-.6,2.43-.54,4.39,0,.19,0,1.75,0,4.69,0,.28-.22.5-.5.5h-4.79c-.19,0-.35-.16-.36-.35-.03-.92-.03-2.7,0-5.35.01-1.67-.08-2.86-.29-3.57Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064.9%2045'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20%2380c3ea;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cpath%20class='cls-1'%20d='M.82,16.49h63.3c.4-.02.73-.32.76-.72v-.06c.05-.41-.28-.77-.69-.77l-4.59.06c-.31,0-.6-.16-.76-.42C51.4,2.25,36.21-2.94,22.6,1.65c-6.84,2.31-12.33,6.65-16.47,13.05-.14.22-.39.36-.65.36l-4.96.1c-.35,0-.6.34-.5.68v.04c.1.36.43.62.8.62ZM49.31,7.38c0-.56.69-.84,1.09-.44l6.85,6.9c.4.4.12,1.08-.45,1.08l-6.94.04c-.35,0-.64-.29-.64-.64l.09-6.94ZM39.02,2.54c0-.37.37-.62.71-.48l8.01,3.33c.19.08.32.27.32.48v8.62c0,.28-.23.52-.52.52h-8.01c-.28,0-.52-.23-.52-.52V2.54ZM27.3,2.32c0-.36.29-.65.65-.65h9.43c.36,0,.65.29.65.65v12.01c0,.36-.29.65-.65.65h-9.43c-.36,0-.65-.29-.65-.65V2.32ZM16.89,6.04c0-.3.19-.57.47-.68l7.92-3.14c.49-.19,1.01.17,1.01.69v11.35c0,.41-.33.74-.74.74h-8.04c-.41,0-.75-.34-.74-.75l.12-8.2ZM7.92,13.79l6.54-6.65c.45-.45,1.22-.15,1.23.49l.1,6.64c0,.4-.32.73-.72.73h-6.64c-.64.01-.96-.76-.52-1.21Z'/%3e%3cpath%20class='cls-1'%20d='M64.18,21.64c0-.42-.34-.75-.75-.75l-62.18.11c-.42,0-.75.34-.75.75v.02c0,.42.34.75.75.75l62.18-.11c.42,0,.75-.34.75-.75v-.02Z'/%3e%3cpath%20class='cls-1'%20d='M16.58,34.24c-1.23-4.18-4.89-6.67-9.17-7.24-.76-.1-2.47-.13-5.14-.09-.4,0-.72.33-.73.73v.03c0,.41.32.74.73.74.79,0,2.29,0,4.5.03,4.28.03,8.54,3.27,8.63,7.67.04,1.82.06,4.57.07,8.24,0,.35.29.64.65.64h7.21c.38,0,.69-.31.7-.69,0-1.37,0-3.57.01-6.59,0-2.66.42-4.58,2.24-6.22,4.56-4.08,11.42-3.19,14.11,2.41.45.93.65,2.38.61,4.37-.01.72-.01,2.8,0,6.24,0,.25.21.46.46.46h7.27c.43,0,.77-.34.77-.77.06-4.52.08-6.95.06-7.28-.2-5.03,4.09-8.3,8.81-8.46.37-.01,1.69-.01,3.95,0,.42,0,.77-.31.81-.73v-.09c.05-.4-.26-.74-.66-.75-2.09-.04-3.44-.05-4.04-.02-3.98.22-8.16,2.66-9.67,6.45-.43,1.09-.62,2.68-.54,4.77.06,1.52.06,3.14.01,4.88,0,.31-.26.55-.56.55h-4.83c-.25,0-.46-.2-.47-.45-.06-1.73-.07-3.46-.04-5.17.03-1.81-.14-3.19-.52-4.15-.55-1.4-1.33-2.54-2.35-3.43-3.6-3.16-7.45-3.72-11.54-1.67-2.16,1.08-3.78,2.85-4.86,5.29-.43.96-.6,2.43-.54,4.39,0,.19,0,1.75,0,4.69,0,.28-.22.5-.5.5h-4.79c-.19,0-.35-.16-.36-.35-.03-.92-.03-2.7,0-5.35.01-1.67-.08-2.86-.29-3.57Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  width: 64px;
}
.business-nav__icon--house {
  -webkit-mask-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050.35%2046.5'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20stroke:%20%2380c3ea;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%201.5px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cpolygon%20class='cls-1'%20points='4.28%2024.3%2025.17%208.04%2046.06%2024.3%2049.6%2019.76%2025.17%20.75%20.75%2019.76%204.28%2024.3'/%3e%3cline%20class='cls-1'%20x1='6.94'%20y1='45.75'%20x2='6.94'%20y2='22.24'/%3e%3cline%20class='cls-1'%20x1='43.41'%20y1='45.75'%20x2='43.41'%20y2='22.24'/%3e%3cpolyline%20class='cls-1'%20points='14.12%209.35%2014.12%203.58%208.36%203.58%208.36%2013.83'/%3e%3cline%20class='cls-1'%20x1='2.09'%20y1='45.75'%20x2='48.26'%20y2='45.75'/%3e%3cpath%20class='cls-1'%20d='M29.04,32.34h0c0-3.42,2.77-6.19,6.19-6.19h0c-3.42,0-6.19-2.77-6.19-6.19h0c0,3.42-2.77,6.19-6.19,6.19h0c3.42,0,6.19,2.77,6.19,6.19Z'/%3e%3cpath%20class='cls-1'%20d='M20.65,40.51h0c0-2.62,2.13-4.75,4.75-4.75h0c-2.62,0-4.75-2.13-4.75-4.75h0c0,2.62-2.13,4.75-4.75,4.75h0c2.62,0,4.75,2.13,4.75,4.75Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050.35%2046.5'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20stroke:%20%2380c3ea;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%201.5px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cpolygon%20class='cls-1'%20points='4.28%2024.3%2025.17%208.04%2046.06%2024.3%2049.6%2019.76%2025.17%20.75%20.75%2019.76%204.28%2024.3'/%3e%3cline%20class='cls-1'%20x1='6.94'%20y1='45.75'%20x2='6.94'%20y2='22.24'/%3e%3cline%20class='cls-1'%20x1='43.41'%20y1='45.75'%20x2='43.41'%20y2='22.24'/%3e%3cpolyline%20class='cls-1'%20points='14.12%209.35%2014.12%203.58%208.36%203.58%208.36%2013.83'/%3e%3cline%20class='cls-1'%20x1='2.09'%20y1='45.75'%20x2='48.26'%20y2='45.75'/%3e%3cpath%20class='cls-1'%20d='M29.04,32.34h0c0-3.42,2.77-6.19,6.19-6.19h0c-3.42,0-6.19-2.77-6.19-6.19h0c0,3.42-2.77,6.19-6.19,6.19h0c3.42,0,6.19,2.77,6.19,6.19Z'/%3e%3cpath%20class='cls-1'%20d='M20.65,40.51h0c0-2.62,2.13-4.75,4.75-4.75h0c-2.62,0-4.75-2.13-4.75-4.75h0c0,2.62-2.13,4.75-4.75,4.75h0c2.62,0,4.75,2.13,4.75,4.75Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  width: 48px;
}
.business-nav__icon--metal {
  -webkit-mask-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2053.55%2045'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20%2380c3ea;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cpath%20class='cls-1'%20d='M53.47,17.3c-.08-.66-.51-.99-1.28-.99-1.18,0-2.24-.12-3.18-.39-.16-.05-.27-.19-.27-.36v-7.81c0-.13.07-.25.18-.31l4.06-2.2c.24-.13.38-.37.39-.64l.1-3.49c0-.24-.19-.44-.43-.45-1.64-.02-3.36-.41-5.1-.4-2.29.02-4.28-.07-5.96-.25-.63-.07-1.88.03-2.27.24-2.81,1.49-6.39,2.97-8.8,4.09C15.17,11.64,5.04,16.33.56,18.4c-.33.15-.55.49-.55.85,0,1.14,0,2.16-.01,3.06-.01.81.27,1.16,1.13,1.17,3.37.05,5.32.05,5.84.01.14-.01.26.1.26.24v11.89c0,.08-.04.14-.11.18L.23,39.31c-.13.06-.21.19-.21.34v3.28c0,.51.38.94.89.98,3.06.29,8.4.65,16.03,1.07,1.25.07,2.36-.23,3.36-.9,5.05-3.41,10.75-7.02,15.98-10.74,3.92-2.78,8.51-5.99,13.79-9.62,1.09-.75,2.05-1.53,2.9-2.33.08-.07.14-.16.19-.25.53-.97.42-3.08.32-3.86ZM52.22,2.63l-.04,1.41c0,.1-.06.18-.14.23L18.99,22.15c-.18.1-.4-.03-.4-.24l.05-1.84c0-.1.06-.18.14-.23L51.82,2.38c.18-.1.4.04.4.25ZM47.67,8.65v6.87c0,.13-.07.24-.18.31-1.45.84-2.74,1.61-3.86,2.33-11.78,7.46-21.77,13.95-29.99,19.48-.26.18-.79.55-1.58,1.12-.12.09-.29,0-.29-.14v-14.57c0-.13.1-.22.23-.22.41,0,2.28.02,5.61.04.69,0,1.35-.18,2-.54,4.27-2.39,9.04-4.76,12.85-6.89,3.78-2.12,8.73-4.77,14.85-7.98.16-.08.35.03.35.21ZM3.35,18.63c.03-.1.12-.19.29-.26,1.47-.61,2.92-1.25,4.36-1.92C18.8,11.41,29.62,6.42,40.46,1.49c.11-.05.23-.07.35-.07l9,.35c.15,0,.19.21.05.27-.7.31-1.25.56-1.65.77-10.28,5.23-20.28,10.55-30,15.95-.17.1-.37.14-.57.15-4.37.02-9.06.02-14.07-.01-.15,0-.26-.14-.22-.29ZM3.86,39.08c.06-.11.12-.19.16-.21,1.05-.54,2.03-1.07,2.95-1.61.13-.08.29.02.29.17l-.05,1.66c0,.13-.12.24-.25.24l-3.01-.1c-.08,0-.12-.08-.08-.14ZM17.49,43.44c0,.19-.17.32-.35.29-1.75-.3-3.35-.44-4.8-.42-.98.02-2.1-.06-3.36-.23-.55-.08-1.67-.13-3.36-.16-1.29-.02-2.6-.19-3.9-.3-.26-.02-.46-.24-.46-.51v-1.1c0-.23.19-.42.42-.42h6.18c.39,0,.71-.32.71-.71v-17.09c0-.32-.26-.58-.58-.58H1.69c-.25,0-.45-.2-.45-.45v-1.07c0-.19.16-.35.36-.35h15.67c.13,0,.23.1.23.23v1.85c0,.08-.07.16-.16.15l-6.59-.18c-.18,0-.34.14-.34.32v17.53c0,.29.23.53.52.54l6.23.17c.18,0,.33.16.33.34v2.16ZM18.45,39.79l-4.83-.36c-.12,0-.16-.16-.06-.22l34.01-21.99s.05-.02.08-.02l3.35.54c.11.02.14.16.05.22l-32.53,21.81s-.05.02-.08.02ZM52.25,20.13c-.01.31-.16.6-.42.78-1.19.85-3.61,2.34-5.19,3.48-9.21,6.64-18.43,12.92-27.66,18.84-.16.1-.37-.02-.37-.21l.04-1.32c0-.24.13-.46.33-.59l32.96-22.09c.15-.1.35,0,.34.19l-.03.93Z'/%3e%3c/g%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2053.55%2045'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20%2380c3ea;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cpath%20class='cls-1'%20d='M53.47,17.3c-.08-.66-.51-.99-1.28-.99-1.18,0-2.24-.12-3.18-.39-.16-.05-.27-.19-.27-.36v-7.81c0-.13.07-.25.18-.31l4.06-2.2c.24-.13.38-.37.39-.64l.1-3.49c0-.24-.19-.44-.43-.45-1.64-.02-3.36-.41-5.1-.4-2.29.02-4.28-.07-5.96-.25-.63-.07-1.88.03-2.27.24-2.81,1.49-6.39,2.97-8.8,4.09C15.17,11.64,5.04,16.33.56,18.4c-.33.15-.55.49-.55.85,0,1.14,0,2.16-.01,3.06-.01.81.27,1.16,1.13,1.17,3.37.05,5.32.05,5.84.01.14-.01.26.1.26.24v11.89c0,.08-.04.14-.11.18L.23,39.31c-.13.06-.21.19-.21.34v3.28c0,.51.38.94.89.98,3.06.29,8.4.65,16.03,1.07,1.25.07,2.36-.23,3.36-.9,5.05-3.41,10.75-7.02,15.98-10.74,3.92-2.78,8.51-5.99,13.79-9.62,1.09-.75,2.05-1.53,2.9-2.33.08-.07.14-.16.19-.25.53-.97.42-3.08.32-3.86ZM52.22,2.63l-.04,1.41c0,.1-.06.18-.14.23L18.99,22.15c-.18.1-.4-.03-.4-.24l.05-1.84c0-.1.06-.18.14-.23L51.82,2.38c.18-.1.4.04.4.25ZM47.67,8.65v6.87c0,.13-.07.24-.18.31-1.45.84-2.74,1.61-3.86,2.33-11.78,7.46-21.77,13.95-29.99,19.48-.26.18-.79.55-1.58,1.12-.12.09-.29,0-.29-.14v-14.57c0-.13.1-.22.23-.22.41,0,2.28.02,5.61.04.69,0,1.35-.18,2-.54,4.27-2.39,9.04-4.76,12.85-6.89,3.78-2.12,8.73-4.77,14.85-7.98.16-.08.35.03.35.21ZM3.35,18.63c.03-.1.12-.19.29-.26,1.47-.61,2.92-1.25,4.36-1.92C18.8,11.41,29.62,6.42,40.46,1.49c.11-.05.23-.07.35-.07l9,.35c.15,0,.19.21.05.27-.7.31-1.25.56-1.65.77-10.28,5.23-20.28,10.55-30,15.95-.17.1-.37.14-.57.15-4.37.02-9.06.02-14.07-.01-.15,0-.26-.14-.22-.29ZM3.86,39.08c.06-.11.12-.19.16-.21,1.05-.54,2.03-1.07,2.95-1.61.13-.08.29.02.29.17l-.05,1.66c0,.13-.12.24-.25.24l-3.01-.1c-.08,0-.12-.08-.08-.14ZM17.49,43.44c0,.19-.17.32-.35.29-1.75-.3-3.35-.44-4.8-.42-.98.02-2.1-.06-3.36-.23-.55-.08-1.67-.13-3.36-.16-1.29-.02-2.6-.19-3.9-.3-.26-.02-.46-.24-.46-.51v-1.1c0-.23.19-.42.42-.42h6.18c.39,0,.71-.32.71-.71v-17.09c0-.32-.26-.58-.58-.58H1.69c-.25,0-.45-.2-.45-.45v-1.07c0-.19.16-.35.36-.35h15.67c.13,0,.23.1.23.23v1.85c0,.08-.07.16-.16.15l-6.59-.18c-.18,0-.34.14-.34.32v17.53c0,.29.23.53.52.54l6.23.17c.18,0,.33.16.33.34v2.16ZM18.45,39.79l-4.83-.36c-.12,0-.16-.16-.06-.22l34.01-21.99s.05-.02.08-.02l3.35.54c.11.02.14.16.05.22l-32.53,21.81s-.05.02-.08.02ZM52.25,20.13c-.01.31-.16.6-.42.78-1.19.85-3.61,2.34-5.19,3.48-9.21,6.64-18.43,12.92-27.66,18.84-.16.1-.37-.02-.37-.21l.04-1.32c0-.24.13-.46.33-.59l32.96-22.09c.15-.1.35,0,.34.19l-.03.93Z'/%3e%3c/g%3e%3c/svg%3e");
  width: 53px;
}
.business-nav__icon--garden {
  -webkit-mask-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2048.73%2046.13'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20stroke:%20%2380c3ea;%20stroke-width:%201.5px;%20}%20.cls-1,%20.cls-2%20{%20fill:%20none;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20}%20.cls-2%20{%20stroke:%20%23000;%20stroke-width:%201.13px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cg%3e%3cpolyline%20class='cls-2'%20points='31.3%2022.04%2048.16%2031.78%2024.28%2045.57%20.57%2031.88%2017.48%2022.11'/%3e%3cpolyline%20class='cls-2'%20points='35.71%2029.98%2034.32%2031.36%2032.94%2029.98'/%3e%3cline%20class='cls-2'%20x1='34.32'%20y1='31.36'%20x2='34.32'%20y2='29.45'/%3e%3cpolyline%20class='cls-2'%20points='15.51%2031.89%2014.13%2033.27%2012.74%2031.89'/%3e%3cline%20class='cls-2'%20x1='14.13'%20y1='33.27'%20x2='14.13'%20y2='31.36'/%3e%3cpolyline%20class='cls-2'%20points='28.35%2036.13%2026.97%2037.51%2025.59%2036.13'/%3e%3cline%20class='cls-2'%20x1='26.97'%20y1='37.51'%20x2='26.97'%20y2='35.6'/%3e%3cg%3e%3cpath%20class='cls-2'%20d='M33.47,13.44c0,5.03-4.08,9.11-9.11,9.11s-9.11-4.08-9.11-9.11S19.34.57,24.36.57s9.11,7.85,9.11,12.88Z'/%3e%3cline%20class='cls-2'%20x1='24.36'%20y1='9.9'%20x2='24.36'%20y2='28.57'/%3e%3cline%20class='cls-2'%20x1='27.84'%20y1='15.86'%20x2='24.36'%20y2='19.21'/%3e%3cline%20class='cls-2'%20x1='20.89'%20y1='12.84'%20x2='24.36'%20y2='16.2'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpolyline%20class='cls-1'%20points='31.3%2022.04%2048.16%2031.78%2024.28%2045.57%20.57%2031.88%2017.48%2022.11'/%3e%3cpolyline%20class='cls-1'%20points='35.71%2029.98%2034.32%2031.36%2032.94%2029.98'/%3e%3cline%20class='cls-1'%20x1='34.32'%20y1='31.36'%20x2='34.32'%20y2='29.45'/%3e%3cpolyline%20class='cls-1'%20points='15.51%2031.89%2014.13%2033.27%2012.74%2031.89'/%3e%3cline%20class='cls-1'%20x1='14.13'%20y1='33.27'%20x2='14.13'%20y2='31.36'/%3e%3cpolyline%20class='cls-1'%20points='28.35%2036.13%2026.97%2037.51%2025.59%2036.13'/%3e%3cline%20class='cls-1'%20x1='26.97'%20y1='37.51'%20x2='26.97'%20y2='35.6'/%3e%3cg%3e%3cpath%20class='cls-1'%20d='M33.47,13.44c0,5.03-4.08,9.11-9.11,9.11s-9.11-4.08-9.11-9.11S19.34.57,24.36.57s9.11,7.85,9.11,12.88Z'/%3e%3cline%20class='cls-1'%20x1='24.36'%20y1='9.9'%20x2='24.36'%20y2='28.57'/%3e%3cline%20class='cls-1'%20x1='27.84'%20y1='15.86'%20x2='24.36'%20y2='19.21'/%3e%3cline%20class='cls-1'%20x1='20.89'%20y1='12.84'%20x2='24.36'%20y2='16.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2048.73%2046.13'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20stroke:%20%2380c3ea;%20stroke-width:%201.5px;%20}%20.cls-1,%20.cls-2%20{%20fill:%20none;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20}%20.cls-2%20{%20stroke:%20%23000;%20stroke-width:%201.13px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cg%3e%3cpolyline%20class='cls-2'%20points='31.3%2022.04%2048.16%2031.78%2024.28%2045.57%20.57%2031.88%2017.48%2022.11'/%3e%3cpolyline%20class='cls-2'%20points='35.71%2029.98%2034.32%2031.36%2032.94%2029.98'/%3e%3cline%20class='cls-2'%20x1='34.32'%20y1='31.36'%20x2='34.32'%20y2='29.45'/%3e%3cpolyline%20class='cls-2'%20points='15.51%2031.89%2014.13%2033.27%2012.74%2031.89'/%3e%3cline%20class='cls-2'%20x1='14.13'%20y1='33.27'%20x2='14.13'%20y2='31.36'/%3e%3cpolyline%20class='cls-2'%20points='28.35%2036.13%2026.97%2037.51%2025.59%2036.13'/%3e%3cline%20class='cls-2'%20x1='26.97'%20y1='37.51'%20x2='26.97'%20y2='35.6'/%3e%3cg%3e%3cpath%20class='cls-2'%20d='M33.47,13.44c0,5.03-4.08,9.11-9.11,9.11s-9.11-4.08-9.11-9.11S19.34.57,24.36.57s9.11,7.85,9.11,12.88Z'/%3e%3cline%20class='cls-2'%20x1='24.36'%20y1='9.9'%20x2='24.36'%20y2='28.57'/%3e%3cline%20class='cls-2'%20x1='27.84'%20y1='15.86'%20x2='24.36'%20y2='19.21'/%3e%3cline%20class='cls-2'%20x1='20.89'%20y1='12.84'%20x2='24.36'%20y2='16.2'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpolyline%20class='cls-1'%20points='31.3%2022.04%2048.16%2031.78%2024.28%2045.57%20.57%2031.88%2017.48%2022.11'/%3e%3cpolyline%20class='cls-1'%20points='35.71%2029.98%2034.32%2031.36%2032.94%2029.98'/%3e%3cline%20class='cls-1'%20x1='34.32'%20y1='31.36'%20x2='34.32'%20y2='29.45'/%3e%3cpolyline%20class='cls-1'%20points='15.51%2031.89%2014.13%2033.27%2012.74%2031.89'/%3e%3cline%20class='cls-1'%20x1='14.13'%20y1='33.27'%20x2='14.13'%20y2='31.36'/%3e%3cpolyline%20class='cls-1'%20points='28.35%2036.13%2026.97%2037.51%2025.59%2036.13'/%3e%3cline%20class='cls-1'%20x1='26.97'%20y1='37.51'%20x2='26.97'%20y2='35.6'/%3e%3cg%3e%3cpath%20class='cls-1'%20d='M33.47,13.44c0,5.03-4.08,9.11-9.11,9.11s-9.11-4.08-9.11-9.11S19.34.57,24.36.57s9.11,7.85,9.11,12.88Z'/%3e%3cline%20class='cls-1'%20x1='24.36'%20y1='9.9'%20x2='24.36'%20y2='28.57'/%3e%3cline%20class='cls-1'%20x1='27.84'%20y1='15.86'%20x2='24.36'%20y2='19.21'/%3e%3cline%20class='cls-1'%20x1='20.89'%20y1='12.84'%20x2='24.36'%20y2='16.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  width: 47px;
}
.business-nav__label {
  flex: 1 1 auto;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: color 0.3s ease;
  justify-self: center;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .business-nav__label {
    font-size: 1.8rem;
  }
}
.business-nav__arrow {
  flex: 0 0 auto;
  display: inline-block;
  width: 17px;
  height: 10px;
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.14%2012.29'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20stroke:%20%230087d5;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%202px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cline%20class='cls-1'%20x1='1'%20y1='6.14'%20x2='18.14'%20y2='6.14'/%3e%3cline%20class='cls-1'%20x1='18.14'%20y1='6.14'%20x2='12.83'%20y2='1'/%3e%3cline%20class='cls-1'%20x1='12.83'%20y1='11.29'%20x2='18.14'%20y2='6.14'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center/contain;
          mask: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.14%2012.29'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20stroke:%20%230087d5;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%202px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cline%20class='cls-1'%20x1='1'%20y1='6.14'%20x2='18.14'%20y2='6.14'/%3e%3cline%20class='cls-1'%20x1='18.14'%20y1='6.14'%20x2='12.83'%20y2='1'/%3e%3cline%20class='cls-1'%20x1='12.83'%20y1='11.29'%20x2='18.14'%20y2='6.14'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center/contain;
  background-color: #0087d5;
  transition: background-color 0.3s ease;
}
.business-nav__item--active .business-nav__link {
  background: #0a0fa6;
  border-color: #0a0fa6;
}
.business-nav__item--active .business-nav__link:hover {
  box-shadow: none;
}
.business-nav__item--active .business-nav__label {
  color: #fff;
}
.business-nav__item--active .business-nav__icon,
.business-nav__item--active .business-nav__arrow {
  background-color: #fff;
}

.contact-cta__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  padding: 60px 24px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.contact-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.contact-cta__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #999;
  mix-blend-mode: multiply;
}
.contact-cta__body {
  position: relative;
  z-index: 1;
}
.contact-cta__jp {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact-cta__jp {
    font-size: 32px;
  }
}
.contact-cta__en {
  margin-top: 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}
.contact-cta__lead {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 2.25em;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .contact-cta__lead {
    font-size: 14px;
  }
}
.contact-cta__btn {
  --btn-fg: #112c4b;
  --btn-bg: #fff;
  margin-top: 40px;
}
.contact-cta__btn:hover {
  border-color: var(--btn-fg);
}
.contact-cta__tel {
  padding: 32px 24px 28px;
  color: #333;
  text-align: center;
  background: #fff;
}
.contact-cta__tel-label {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .contact-cta__tel-label {
    font-size: 14px;
  }
}
.contact-cta__tel-num {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 4.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact-cta__tel-num {
    font-size: 32px;
  }
}
.contact-cta__tel-icon {
  width: 40px;
  height: 40px;
  margin-bottom: -12px;
}
@media screen and (max-width: 767px) {
  .contact-cta__tel-icon {
    margin-top: -6px;
    width: 28px;
    height: 28px;
  }
}
.contact-cta__tel-hours {
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact-cta__tel-hours {
    font-size: 12px;
  }
}

.link-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 28px 32px 40px;
  background: #fff;
  border: 1px solid #b8c0c9;
  border-radius: 15px;
  transition: 0.3s ease;
}
.link-card:hover {
  border-color: #0087d5;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.link-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.link-card__title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .link-card__title {
    font-size: 1.6rem;
  }
}
.link-card__sub {
  font-size: 1.4rem;
  color: #0087d5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .link-card__sub {
    font-size: 1.2rem;
  }
}
.link-card__arrow img {
  width: 17px;
  height: 10px;
}

.l-main h1 a,
.l-main h2 a,
.l-main h3 a,
.l-main h4 a,
.l-main h5 a,
.l-main h6 a {
  position: relative;
  display: inline-block;
}
.l-main h1 a::after,
.l-main h2 a::after,
.l-main h3 a::after,
.l-main h4 a::after,
.l-main h5 a::after,
.l-main h6 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 1px;
  background: currentcolor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s ease-out;
}
.l-main h1 a:hover::after,
.l-main h2 a:hover::after,
.l-main h3 a:hover::after,
.l-main h4 a:hover::after,
.l-main h5 a:hover::after,
.l-main h6 a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.l-main a:not(.button, [class*=btn], [class*=cta], [class*=tab], [class*=nav-link]) :is(h1, h2, h3, h4, h5, h6, [class$=__title], [class$=-title], [class$=__ttl]) {
  position: relative;
  display: inline-block;
}
.l-main a:not(.button, [class*=btn], [class*=cta], [class*=tab], [class*=nav-link]) :is(h1, h2, h3, h4, h5, h6, [class$=__title], [class$=-title], [class$=__ttl])::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 1px;
  background: currentcolor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s ease-out;
}
.l-main a:not(.button, [class*=btn], [class*=cta], [class*=tab], [class*=nav-link]):hover :is(h1, h2, h3, h4, h5, h6, [class$=__title], [class$=-title], [class$=__ttl])::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.flow {
  padding-block: 80px 100px;
  background: #d8dbca;
}
@media screen and (max-width: 767px) {
  .flow {
    padding-block: 40px 60px;
  }
}
.flow__steps {
  text-align: center;
}
.flow__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 42px;
  margin-block: 40px 72px;
}
@media screen and (max-width: 767px) {
  .flow__list {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-block: 32px 48px;
  }
}
.flow__item {
  position: relative;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 36px 8px;
  color: #112c4b;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .flow__item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 320px;
    padding: 24px 12px;
  }
}
.flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  width: 10px;
  height: 10px;
  border-top: 4px solid #bbb8ab;
  border-right: 4px solid #bbb8ab;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .flow__item:not(:last-child)::after {
    top: calc(100% + 8px);
    left: 50%;
    width: 8px;
    height: 8px;
    transform: translateX(-50%) rotate(135deg);
  }
}
.flow__num {
  display: block;
  margin-bottom: 16px;
  color: #66c2c2;
  font-family: "Allura", cursive;
  font-size: 4.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .flow__num {
    margin-bottom: 8px;
    font-size: 40px;
  }
}
.flow__label {
  display: block;
  writing-mode: vertical-rl;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .flow__label {
    writing-mode: horizontal-tb;
    font-size: 18px;
  }
}
.flow__policy {
  text-align: center;
}
.flow__policy-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 56px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .flow__policy-list {
    gap: 28px;
    margin-top: 32px;
  }
}
.flow__policy-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 230px;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .flow__policy-item {
    width: 180px;
    height: 180px;
    gap: 9px;
  }
}
.flow__policy-icon {
  display: block;
  width: auto;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .flow__policy-icon {
    height: 60px;
  }
}
.flow__policy-label {
  display: block;
  color: #112c4b;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow__policy-label {
    font-size: 16px;
  }
}

@keyframes top-scroll-line {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.01% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.top__heading {
  display: flex;
  align-items: baseline;
  gap: 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .top__heading {
    flex-wrap: wrap;
    gap: 4px 12px;
    margin-bottom: 24px;
  }
}
.top__heading-jp {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top__heading-jp {
    font-size: 24px;
  }
}
.top__heading-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #0087d5;
}
@media screen and (max-width: 767px) {
  .top__heading-en {
    font-size: 20px;
  }
}
.top__navy-btn {
  --btn-bg: #112c4b;
}
.top__navy-btn-arrow img {
  width: 24px;
  height: 16px;
}
.top__more-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}
.top__more-link:hover .top__more-arrow {
  transform: translateX(6px);
}
.top__more-label {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  color: #112c4b;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top__more-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 105%;
  height: 1px;
  background: currentcolor;
}
.top__more-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #112c4b;
  border-radius: 50%;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top__more-arrow {
    width: 50px;
    height: 50px;
  }
}
.top__more-arrow img {
  width: 17px;
  height: 10px;
}
.top__hero {
  position: relative;
  min-height: 100vh;
  color: #fff;
  overflow: hidden;
}
.top__hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100%;
}
.top__hero-slider .splide__track,
.top__hero-slider .splide__list {
  height: 100%;
}
.top__hero-slide {
  height: 100%;
}
.top__hero-slide.is-active .top__hero-picture img {
  transform: scale(1.12);
  transition: transform 13s ease-out;
}
.top__hero-figure {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top__hero-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 25, 50, 0) 0%, rgba(0, 25, 50, 0.8) 100%);
  mix-blend-mode: multiply;
}
.top__hero-picture {
  display: block;
  width: 100%;
  height: 100%;
}
.top__hero-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0s ease 2.6s;
}
.top__hero-inner {
  position: relative;
  z-index: 1;
  max-width: 620px;
  height: 100%;
  min-height: inherit;
  margin: 0 auto;
}
.top__hero-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  transform: translate(-50%, -52%);
}
@media screen and (max-width: 767px) {
  .top__hero-copy {
    gap: 24px;
  }
}
.top__hero-title {
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(6rem, 4.4688vw + 0.8rem, 10.5rem);
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .top__hero-title {
    font-size: 42px;
  }
}
.top__hero-title span {
  display: block;
}
.top__hero-place {
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.8rem, 1.3438vw + 1rem, 4.5rem);
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .top__hero-place {
    font-size: 18px;
  }
}
.top__hero-place .hori {
  writing-mode: horizontal-tb;
}
.top__hero-script {
  position: absolute;
  top: 57%;
  left: 52.5%;
  font-family: "Above the Beyond Script", "Great Vibes", cursive;
  font-size: clamp(1.8rem, 2.3438vw + 1rem, 4.5rem);
  color: #99d6d6;
  transform: rotate(-20deg);
}
@media screen and (max-width: 767px) {
  .top__hero-script {
    top: 55%;
    font-size: 24px;
  }
}
.top__hero-lead {
  position: absolute;
  left: 50%;
  bottom: 6%;
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.4rem, 1.3542vw + 0.4rem, 2.6rem);
  letter-spacing: 0.14em;
  text-align: center;
  text-shadow: 0 2px 20px rgba(17, 44, 75, 0.4);
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top__hero-lead {
    font-size: 12px;
  }
}
.top__hero-scroll {
  position: absolute;
  right: 3%;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  writing-mode: vertical-rl;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top__hero-scroll {
    font-size: 12px;
  }
}
.top__hero-scroll-line {
  position: relative;
  width: 1px;
  height: 180px;
  background: rgba(255, 255, 255, 0.3);
}
.top__hero-scroll-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  animation: top-scroll-line 2.2s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .top__hero-scroll-line {
    height: 120px;
  }
}
.top__intro {
  position: relative;
  padding-block: 70px 225px;
}
@media screen and (max-width: 767px) {
  .top__intro {
    padding-block: 50px 180px;
  }
}
.top__intro-container {
  width: 86.61%;
  margin-left: auto;
}
.top__intro-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6111111111em;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .top__intro-heading {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top__intro-heading {
    font-size: 28px;
  }
}
.top__intro-content {
  display: grid;
  grid-template-columns: auto 57.4%;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .top__intro-content {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
@media screen and (max-width: 767px) {
  .top__intro-content {
    gap: 48px;
  }
}
.top__intro-text {
  padding-top: 12px;
}
.top__intro-text p {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .top__intro-text p {
    font-size: 14px;
  }
}
.top__intro-text .top__navy-btn {
  margin-top: 42px;
}
.top__intro-figure {
  position: relative;
}
.top__intro-figure img {
  display: block;
  width: 100%;
  height: auto;
}
.top__intro-vertical {
  position: absolute;
  right: 3.6%;
  top: 55%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 15px;
}
.top__intro-vertical span {
  writing-mode: vertical-rl;
  padding: 15% 6.7% 2%;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.4rem, 2.48vw, 3.4rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #112c4b;
  background: #fff;
  border: 1px solid #b8c0c9;
}
.top__intro-vertical span:last-child {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top__intro-vertical {
    right: 8px;
  }
  .top__intro-vertical span {
    padding: 18px 10px;
    font-size: 16px;
  }
  .top__intro-vertical span:last-child {
    margin-top: 28px;
  }
}
.top__intro-watermark {
  position: absolute;
  left: 4%;
  bottom: 0;
  z-index: -1;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(6rem, 6.5vw, 9rem);
  font-weight: 500;
  line-height: 1em;
  color: #dbdfe4;
}
@media screen and (max-width: 767px) {
  .top__intro-watermark {
    font-size: clamp(36px, 6.2vw, 6rem);
  }
}
.top__services {
  position: relative;
  margin-top: 45px;
  padding-block: 75px 135px;
  background: #f7f8f5;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .top__services {
    padding-block: 45px 85px;
  }
}
.top__services-bg {
  position: absolute;
  top: -5%;
  right: 0;
  z-index: 0;
  width: 75%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top__services-bg {
    top: -3%;
    width: 100%;
  }
}
.top__services-inner {
  position: relative;
  z-index: 1;
}
.top__services-nav .business-nav__list {
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .top__services-nav .business-nav__list {
    margin-bottom: 56px;
  }
}
.top__services-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.top__service {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.top__service--img-right .top__service-figure {
  order: 2;
}
.top__service--img-right .top__service-body {
  order: 1;
}
@media screen and (max-width: 767px) {
  .top__service {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .top__service--img-right .top__service-figure, .top__service--img-right .top__service-body {
    order: 0;
  }
}
.top__service .view-more {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.top__service-figure {
  width: 100%;
  aspect-ratio: 500/380;
  overflow: hidden;
}
.top__service-head {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .top__service-head {
    gap: 24px;
  }
}
.top__service-icon {
  display: inline-flex;
}
.top__service-icon img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .top__service-icon img {
    width: 38px;
    height: 38px;
  }
}
.top__service-title {
  color: #112c4b;
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .top__service-title {
    font-size: 24px;
  }
}
.top__service-desc {
  margin-bottom: 12px;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top__service-desc {
    font-size: 14px;
  }
}
.top__works {
  padding-block: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__works {
    padding: 60px 0;
  }
}
.top__works-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 35px;
}
.top__works-head .top__heading {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .top__works-head {
    margin-bottom: 24px;
  }
}
.top__works-nav {
  display: flex;
  flex: 0 0 auto;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .top__works-nav {
    gap: 12px;
  }
}
.top__works-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid #b8c0c9;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top__works-arrow {
    width: 50px;
    height: 50px;
  }
}
.top__works-arrow::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 12px;
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.14%2012.29'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20stroke:%20%230087d5;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%202px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cline%20class='cls-1'%20x1='1'%20y1='6.14'%20x2='18.14'%20y2='6.14'/%3e%3cline%20class='cls-1'%20x1='18.14'%20y1='6.14'%20x2='12.83'%20y2='1'/%3e%3cline%20class='cls-1'%20x1='12.83'%20y1='11.29'%20x2='18.14'%20y2='6.14'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center/contain;
          mask: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.14%2012.29'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20stroke:%20%230087d5;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%202px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cline%20class='cls-1'%20x1='1'%20y1='6.14'%20x2='18.14'%20y2='6.14'/%3e%3cline%20class='cls-1'%20x1='18.14'%20y1='6.14'%20x2='12.83'%20y2='1'/%3e%3cline%20class='cls-1'%20x1='12.83'%20y1='11.29'%20x2='18.14'%20y2='6.14'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center/contain;
  background-color: #112c4b;
  transition: background-color 0.3s ease;
}
.top__works-arrow--prev::before {
  transform: rotate(180deg);
}
.top__works-arrow:hover {
  border-color: #0087d5;
  background: #0087d5;
}
.top__works-arrow:hover::before {
  background-color: #fff;
}
.top__works-carousel {
  overflow: visible;
}
.top__work {
  display: block;
  width: 100%;
  max-width: 320px;
}
.top__work:hover .top__work-picture img {
  transform: scale(1.05);
}
.top__work:hover .top__work-figure::after {
  opacity: 0.3;
}
.top__work:hover .top__work-title::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.top__work-figure {
  position: relative;
  overflow: hidden;
}
.top__work-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #0a0fa6;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.top__work-picture {
  display: block;
}
.top__work-picture img {
  width: 100%;
  aspect-ratio: 320/240;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.top__work-cat {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 140px;
  margin-top: 14px;
  padding: 12px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1em;
  color: #112c4b;
  text-align: center;
  border: 1px solid #b8c0c9;
  border-radius: 999px;
}
.top__work-title {
  position: relative;
}
.top__work-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0 !important;
  display: block;
  width: 100%;
  height: 1px;
  background: currentcolor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s ease-out;
}
.top__work-title {
  display: inline-block;
  margin-top: 14px;
  padding-bottom: 4px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875em;
  letter-spacing: 0.1em;
}
.top__works-more {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .top__works-more {
    margin-top: 24px;
  }
}
.top__steel {
  position: relative;
  padding-block: 75px;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__steel {
    padding-block: 60px;
  }
}
.top__steel .container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6%;
}
@media screen and (max-width: 1024px) {
  .top__steel .container {
    flex-direction: column;
    align-items: stretch;
    gap: 60px;
  }
}
.top__steel-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.top__steel-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #333;
  mix-blend-mode: multiply;
}
.top__steel-bg-img {
  display: block;
  width: 100%;
  height: 100%;
}
.top__steel-body {
  flex: 1 1 auto;
  max-width: 520px;
}
@media screen and (max-width: 1024px) {
  .top__steel-body {
    max-width: none;
  }
}
.top__steel-title {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7058823529em;
}
@media screen and (max-width: 767px) {
  .top__steel-title {
    font-size: 24px;
  }
}
.top__steel-desc {
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .top__steel-desc {
    margin-top: 40px;
    font-size: 14px;
  }
}
.top__steel-btn {
  --btn-fg: #fff;
  --btn-on-fill: #112c4b;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top__steel-btn {
    margin-top: 40px;
  }
}
.top__steel-btn-arrow img {
  width: 24px;
  height: 16px;
}
.top__steel-figure {
  flex: 0 0 44%;
  max-width: 44%;
}
.top__steel-figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .top__steel-figure {
    flex-basis: auto;
    max-width: none;
  }
}
.top__news {
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  .top__news {
    padding-block: 60px;
  }
}
.top__news-list {
  border-top: 1px solid #8895a5;
}
.top__news-item {
  border-bottom: 1px solid #8895a5;
}
.top__news-link {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 8px;
  transition: 0.3s ease;
}
.top__news-link:hover {
  opacity: 0.8;
}
.top__news-link:hover .top__news-text::after {
  transform: scaleX(1);
  transform-origin: left center;
}
@media screen and (max-width: 767px) {
  .top__news-link {
    flex-wrap: wrap;
    padding: 20px 4px;
  }
}
.top__news-date {
  flex: 0 0 auto;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .top__news-date {
    font-size: 16px;
  }
}
.top__news-tag {
  flex: 0 0 auto;
  min-width: 120px;
  padding: 6px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
.top__news-tag--info {
  background: #5b79cb;
}
.top__news-tag--works {
  background: #69b5a2;
}
.top__news-tag--event {
  background: #f49c92;
}
.top__news-tag--realestate {
  background: #cc7cb1;
}
.top__news-tag--recruit {
  background: #6dc3dc;
}
@media screen and (max-width: 767px) {
  .top__news-tag {
    min-width: 100px;
    font-size: 12px;
  }
}
.top__news-text {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  margin-left: 15px;
}
.top__news-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentcolor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .top__news-text {
    flex: 1 1 100%;
    font-size: 14px;
    margin-left: 0;
  }
}
.top__news-more {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.top__consult {
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .top__consult {
    padding-block: 60px;
  }
}
.top__consult-title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top__consult-title {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top__consult-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.top__consult-badge {
  width: 180px;
  height: auto;
  position: absolute;
  top: -125px;
  right: 13.3%;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .top__consult-badge {
    top: -115px;
    right: 7%;
    width: 160px;
  }
}
@media screen and (max-width: 980px) {
  .top__consult-badge {
    top: -95px;
    right: 2.5%;
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .top__consult-badge {
    top: -20px;
    right: 1.5%;
    width: 100px;
  }
}
.top__consult-slide {
  position: relative;
}
.top__consult-slide .splide__arrow {
  width: 25px;
  height: 100px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  transition: background 0.3s ease;
}
.top__consult-slide .splide__arrow:hover {
  background: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 767px) {
  .top__consult-slide .splide__arrow {
    width: 15px;
    height: 60px;
  }
}
.top__consult-slide .splide__arrow svg {
  display: none;
}
.top__consult-slide .splide__arrow::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
}
@media screen and (max-width: 767px) {
  .top__consult-slide .splide__arrow::before {
    width: 6px;
    height: 6px;
    border-top-width: 1px;
    border-right-width: 1px;
  }
}
.top__consult-slide .splide__arrow--prev {
  left: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.top__consult-slide .splide__arrow--prev::before {
  margin-left: 4px;
  transform: rotate(-135deg);
}
.top__consult-slide .splide__arrow--next {
  right: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.top__consult-slide .splide__arrow--next::before {
  margin-right: 4px;
  transform: rotate(45deg);
}
.top__consult-slide .splide__pagination {
  left: auto;
  right: 2.9%;
  bottom: 24px;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .top__consult-slide .splide__pagination {
    right: 5%;
    bottom: 12px;
  }
}
.top__consult-slide .splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 0;
  background: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .top__consult-slide .splide__pagination__page {
    width: 10px;
    height: 10px;
  }
}
.top__consult-slide .splide__pagination__page.is-active {
  background: #099;
  transform: scale(1);
}
.top__consult-figure img {
  display: block;
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top__consult-figure img {
    height: 400px;
  }
}
.top__consult-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(480px, 100%);
  padding: 40px 40px 32px;
  background: rgba(255, 255, 255, 0.85);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__consult-copy {
    padding: 20px 20px 16px;
    width: min(400px, 80%);
  }
}
.top__consult-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.7142857143em;
  letter-spacing: 0.1em;
  color: #333;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top__consult-lead {
    font-size: 18px;
  }
}
.top__consult-sub {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top__consult-sub {
    margin-top: 12px;
    font-size: 12px;
  }
}
.top__consult-btn {
  --btn-bg: #ff4b2e;
  margin-top: 32px;
  width: 100%;
  min-width: unset;
  max-width: 270px;
}
@media screen and (max-width: 767px) {
  .top__consult-btn {
    margin-top: 24px;
    font-size: 14px;
  }
}
.top__recruit {
  padding-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .top__recruit {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top__recruit {
    padding-bottom: 60px;
  }
}
.top__recruit-inner {
  display: flex;
  align-items: center;
  gap: clamp(32px, 6vw, 75px);
}
@media screen and (max-width: 1024px) {
  .top__recruit-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 64px;
  }
}
@media screen and (max-width: 767px) {
  .top__recruit-inner {
    gap: 32px;
  }
}
.top__recruit-figure {
  position: relative;
  flex: 0 0 57.5%;
  max-width: 57.5%;
}
@media screen and (max-width: 1024px) {
  .top__recruit-figure {
    flex-basis: auto;
    max-width: none;
  }
}
.top__recruit-body {
  flex: 1 1 auto;
  max-width: calc(320px + 4%);
  padding-right: 4%;
}
@media screen and (max-width: 1024px) {
  .top__recruit-body {
    max-width: 100%;
    padding-inline: 4%;
  }
}
.top__recruit-body .top__heading {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .top__recruit-body .top__heading {
    margin-bottom: 24px;
  }
}
.top__recruit-watermark {
  position: absolute;
  left: 4%;
  bottom: -13.5%;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(10rem, 14.6vw, 20rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #099;
  mix-blend-mode: color-burn;
}
@media screen and (max-width: 1024px) {
  .top__recruit-watermark {
    left: 3.5%;
    bottom: -7.5%;
  }
}
@media screen and (max-width: 767px) {
  .top__recruit-watermark {
    font-size: 80px;
    bottom: -30px;
  }
}
.top__recruit-title {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6875em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top__recruit-title {
    font-size: 24px;
  }
}
.top__recruit-desc {
  margin-top: 35px;
  font-size: 1.6rem;
  line-height: 1.875em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top__recruit-desc {
    margin-top: 20px;
    font-size: 14px;
  }
}
.top__recruit-body .top__navy-btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top__recruit-body .top__navy-btn {
    margin-top: 25px;
  }
}

.about {
  display: block;
}
.about__heading {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7058823529em;
}
@media screen and (max-width: 767px) {
  .about__heading {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
.about__intro {
  position: relative;
  padding-block: 60px 80px;
}
@media screen and (max-width: 767px) {
  .about__intro {
    padding-block: 40px 60px;
  }
}
.about__intro .divider {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .about__intro .divider {
    margin-top: 40px;
  }
}
.about__intro-title {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.45em;
}
@media screen and (max-width: 767px) {
  .about__intro-title {
    font-size: 32px;
  }
}
.about__intro-lead {
  margin-top: 24px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about__intro-lead {
    font-size: 13px;
  }
}
.about__since {
  flex-shrink: 0;
  width: 31.6%;
  max-width: 433px;
  height: auto;
  position: absolute;
  bottom: 13.5%;
  right: 10.2%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .about__since {
    position: static;
    width: 100%;
    max-width: 220px;
    margin: 20px 0 0 auto;
  }
}
.about__message {
  padding-top: 0;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about__message {
    padding-bottom: 80px;
  }
}
.about__message .divider {
  margin-block: 80px;
}
@media screen and (max-width: 767px) {
  .about__message .divider {
    margin-block: 40px;
  }
}
.about__president-text {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about__president-text {
    font-size: 14px;
  }
}
.about__president-sign {
  margin-top: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .about__president-sign {
    margin-top: 28px;
    font-size: 14px;
  }
}
.about__president-sign .fs-20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .about__president-sign .fs-20 {
    font-size: 18px;
  }
}
.about__philosophy {
  position: relative;
}
.about__label {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about__label {
    font-size: 28px;
  }
}
.about__quote {
  font-family: "Noto Serif JP", serif;
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about__quote {
    font-size: 36px;
  }
}
.about__philosophy-lead {
  margin-top: 32px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .about__philosophy-lead {
    font-size: 16px;
  }
}
.about__principle-box {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 40px;
  color: #112c4b;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  background: #fff;
}
.about__principle-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 1.8rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .about__principle-list {
    font-size: 16px;
  }
}
.about__principle-list li {
  position: relative;
  padding-left: 28px;
}
.about__principle-list li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 16px;
  height: 2px;
  background: #099;
}
.about__message-deco {
  position: absolute;
  right: -50px;
  bottom: 74px;
  z-index: 0;
  width: 60.3%;
  max-width: 824px;
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .about__message-deco {
    display: block;
    position: relative;
    width: 80%;
    bottom: -40px;
    right: unset;
    margin-left: auto;
  }
}
.about__profile {
  padding-block: 100px 50px;
}
@media screen and (max-width: 767px) {
  .about__profile {
    padding-block: 50px 30px;
  }
}
.about__table {
  width: 100%;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .about__table {
    font-size: 14px;
  }
}
.about__table th,
.about__table td {
  padding: 16px 24px;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  letter-spacing: 0.05em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .about__table th,
  .about__table td {
    display: block;
    width: 100%;
    padding: 12px;
  }
}
.about__table th {
  width: 210px;
  text-align: center;
  background: #e7eaed;
}
@media screen and (max-width: 767px) {
  .about__table th {
    width: 100%;
    text-align: left;
  }
}
.about__table td p + p {
  margin-top: 8px;
}
.about__table tr {
  border-top: 1px solid #b8c0c9;
}
@media screen and (max-width: 767px) {
  .about__table tr {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .about__table tr {
    display: block;
  }
}
.about__table tr:last-child {
  border-bottom: 1px solid #b8c0c9;
}
@media screen and (max-width: 767px) {
  .about__table tr:last-child {
    border-bottom: none;
  }
}
.about__table--zebra th,
.about__table--zebra td {
  background: rgba(0, 135, 213, 0.05);
  border-bottom-color: #fff;
}
.about__table--zebra th {
  border-right: 1px dashed #e6e6e6;
}
@media screen and (max-width: 767px) {
  .about__table--zebra th {
    border-right: none;
  }
}
.about__table--plain {
  font-family: "Noto Sans JP", sans-serif;
}
.about__table--plain th {
  background: none;
  border-right: 1px dashed #b8c0c9;
}
@media screen and (max-width: 767px) {
  .about__table--plain th {
    border-right: none;
    background: #e7eaed;
  }
}
.about__officers {
  display: grid;
  grid-template-columns: repeat(2, 210px);
  gap: 8px 40px;
}
@media screen and (max-width: 767px) {
  .about__officers {
    grid-template-columns: 1fr;
  }
}
.about__license-panel {
  display: flex;
  gap: 50px;
  padding: 30px;
  background: #f2f9fd;
}
@media screen and (max-width: 767px) {
  .about__license-panel {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }
}
.about__license-panel.mt-30 {
  margin-top: 30px;
}
.about__panel-label {
  flex-shrink: 0;
  width: 150px;
  padding-right: 30px;
  border-right: 1px solid #e6e6e6;
  color: #112c4b;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__panel-label {
    font-size: 20px;
  }
}
.about__panel-label h3 {
  font-weight: 500;
}
.about__panel-label span {
  display: block;
  margin-top: 8px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about__panel-label {
    width: 100%;
    padding-right: 0;
    padding-bottom: 16px;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
  }
}
.about__license-content {
  display: flex;
  flex: 1;
  gap: 38px;
}
@media screen and (max-width: 767px) {
  .about__license-content {
    flex-direction: column;
    gap: 24px;
  }
}
.about__license-content.qualif {
  gap: 14.5%;
}
.about__license-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about__license-item h4 {
  margin-bottom: 6px;
  color: #0087d5;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about__license-item h4 {
    font-size: 16px;
  }
}
.about__license-item p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .about__license-item p {
    font-size: 14px;
  }
}
.about__qualif-col {
  gap: 0;
}
.about__qualif-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 0;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about__qualif-row {
    font-size: 14px;
  }
}
.about__qualif-row span:last-child {
  flex-shrink: 0;
}
.about__history {
  padding-block: 85px 70px;
}
@media screen and (max-width: 767px) {
  .about__history {
    padding-block: 50px 35px;
  }
}
.about__access-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 560px);
  gap: 55px;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .about__access-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.about__access-info .view-more {
  margin-top: 24px !important;
}
.about__access-info .view-more__label {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about__access-info .view-more__label {
    font-size: 14px;
  }
}
.about__access-address {
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .about__access-address {
    font-size: 14px;
  }
}
.about__access-sub {
  margin-top: 32px;
  margin-bottom: 12px;
  color: #0087d5;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .about__access-sub {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.about__access-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .about__access-list {
    font-size: 12px;
  }
}
.about__access-list li {
  position: relative;
  padding-left: 16px;
  line-height: 2.1428571429em;
  letter-spacing: 0.1em;
}
.about__access-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #80c3ea;
}
@media screen and (max-width: 767px) {
  .about__access-list li::before {
    top: 8px;
    width: 12px;
    height: 12px;
  }
}
.about__access-text {
  font-size: 1.4rem;
  line-height: 2.1428571429em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about__access-text {
    font-size: 12px;
  }
}
.about__access-map {
  position: relative;
  width: 100%;
  aspect-ratio: 560/520;
  overflow: hidden;
}
.about__access-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.about__links {
  padding-block: 80px 125px;
}
@media screen and (max-width: 767px) {
  .about__links {
    padding-block: 40px 80px;
  }
}
.about__links .divider {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .about__links .divider {
    margin-bottom: 40px;
  }
}
.about__links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .about__links-grid {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about__links-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 20px;
  }
}

.architecture {
  display: block;
}
.architecture__catch {
  padding: 62px 0 80px;
}
@media screen and (max-width: 767px) {
  .architecture__catch {
    padding: 36px 0 40px;
  }
}
.architecture__catch .divider {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .architecture__catch .divider {
    margin-top: 40px;
  }
}
.architecture__catch-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.45em;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .architecture__catch-text {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.architecture__lead {
  padding-block: 0 80px;
}
@media screen and (max-width: 767px) {
  .architecture__lead {
    padding-block: 0 40px;
  }
}
.architecture__lead .divider {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .architecture__lead .divider {
    margin-top: 40px;
  }
}
.architecture__lead-grid {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .architecture__lead-grid {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .architecture__lead-grid {
    flex-direction: column;
  }
}
.architecture__lead-text {
  width: 100%;
  max-width: 470px;
}
.architecture__lead-heading {
  padding-left: 30px;
  margin-bottom: 32px;
  border-left: 4px solid #41566f;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 1.4117647059em;
  letter-spacing: 0.1em;
}
.architecture__lead-heading span {
  display: block;
}
@media screen and (max-width: 767px) {
  .architecture__lead-heading {
    padding-left: 16px;
    border-left-width: 3px;
    font-size: 28px;
  }
}
.architecture__lead-body {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .architecture__lead-body {
    font-size: 14px;
  }
}
.architecture__lead-figure {
  flex: 1 1 50%;
  min-width: 0;
  aspect-ratio: 450/600;
  overflow: hidden;
}
.architecture__lead-picture {
  display: block;
  width: 100%;
  height: 100%;
}
.architecture__scope {
  padding-block: 0 120px;
}
@media screen and (max-width: 767px) {
  .architecture__scope {
    padding-block: 0 60px;
  }
}
.architecture__scope .section-title::before {
  display: none;
}
.architecture__scope-container {
  max-width: calc(800px + 8%) !important;
}
.architecture__scope-head {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .architecture__scope-head {
    margin-bottom: 24px;
  }
}
.architecture__scope-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .architecture__scope-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }
}
.architecture__scope-card {
  padding: 48px;
  background: #fff;
  border: 1px solid #d8dbca;
}
@media screen and (max-width: 767px) {
  .architecture__scope-card {
    padding: 32px 24px;
  }
}
.architecture__scope-title {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #d8dbca;
  color: #787157;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .architecture__scope-title {
    padding-bottom: 16px;
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.architecture__scope-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.architecture__scope-item {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .architecture__scope-item {
    font-size: 16px;
  }
}
.architecture__scope-item--note {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.architecture__scope-item .fs-16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .architecture__scope-item .fs-16 {
    font-size: 14px;
  }
}
.architecture__scope-cta {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .architecture__scope-cta {
    margin-top: 40px;
  }
}
.architecture__scope-btn {
  --btn-bg: #ff4b2e;
}
.architecture__voice {
  padding-block: 115px 130px;
}
@media screen and (max-width: 767px) {
  .architecture__voice {
    padding-block: 65px 80px;
  }
}
.architecture__voice .section__head {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .architecture__voice .section__head {
    margin-bottom: 35px;
  }
}
.architecture__voice .section-title::before {
  display: none;
}
.architecture__voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .architecture__voice-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
.architecture__voice-figure {
  aspect-ratio: 300/300;
  margin-bottom: 20px;
  overflow: hidden;
}
.architecture__voice-heading {
  margin-bottom: 11px;
  color: #0087d5;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5454545455em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .architecture__voice-heading {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.architecture__voice-heading span {
  display: block;
}
.architecture__voice-body {
  font-size: 1.4rem;
  line-height: 1.7142857143em;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .architecture__voice-body {
    font-size: 12px;
  }
}

.civil__lead {
  padding: 60px 0 70px;
}
@media screen and (max-width: 767px) {
  .civil__lead {
    padding: 40px 0 50px;
  }
}
.civil__lead .divider {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .civil__lead .divider {
    margin-top: 50px;
  }
}
.civil__lead-text {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.45em;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .civil__lead-text {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.civil__intro {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .civil__intro {
    padding-bottom: 40px;
  }
}
.civil__intro-row {
  display: grid;
  grid-template-columns: 49% 1fr;
  gap: 9.3%;
}
@media screen and (max-width: 1024px) {
  .civil__intro-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.civil__intro-heading {
  margin-bottom: 60px;
  padding-left: 28px;
  border-left: 4px solid #112c4b;
  color: #112c4b;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4117647059em;
}
@media screen and (max-width: 767px) {
  .civil__intro-heading {
    margin-bottom: 40px;
    padding-left: 20px;
    font-size: 28px;
  }
}
.civil__intro-text {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .civil__intro-text {
    font-size: 14px;
  }
}
.civil__intro-figure {
  width: 100%;
  aspect-ratio: 600/450;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .civil__intro-figure {
    order: -1;
  }
}
.civil__field {
  width: 100%;
  max-width: 600px;
  margin: 50px auto 0;
  padding: 50px;
  background: #fff;
  border: 1px solid #d8dbca;
}
@media screen and (max-width: 767px) {
  .civil__field {
    margin-top: 35px;
    padding: 24px;
  }
}
.civil__field-title {
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #787157;
  color: #787157;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .civil__field-title {
    padding-bottom: 14px;
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.civil__field-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .civil__field-list {
    gap: 14px;
  }
}
.civil__field-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .civil__field-row {
    font-size: 16px;
  }
}
.civil__field-row dd {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .civil__field-row {
    grid-template-columns: 90px 1fr;
    font-size: 14px;
  }
}
.civil__field-note {
  flex: 0 0 auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .civil__field-note {
    font-size: 14px;
  }
}
.civil__services {
  padding-bottom: 100px;
  background: #f7f8f5;
}
@media screen and (max-width: 767px) {
  .civil__services {
    padding-bottom: 60px 0;
  }
}
.civil__services-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 230px));
  justify-content: center;
  gap: 24px;
  margin-top: 56px;
}
@media screen and (max-width: 1024px) {
  .civil__services-list {
    grid-template-columns: repeat(2, minmax(0, 230px));
  }
}
@media screen and (max-width: 767px) {
  .civil__services-list {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 32px;
  }
}
.civil__services-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 230px;
  height: 230px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .civil__services-item {
    width: 180px;
    height: 180px;
  }
}
.civil__services-icon {
  height: 75px;
}
@media screen and (max-width: 767px) {
  .civil__services-icon {
    height: 60px;
  }
}
.civil__services-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.civil__services-label {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .civil__services-label {
    font-size: 16px;
  }
}
.civil__services-cta {
  --btn-bg: #ff4b2e;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .civil__services-cta {
    margin-top: 40px;
  }
}

.contact__section {
  margin-top: 32px;
  padding-block: 80px 140px;
  background: #f7f8f5;
}
@media screen and (max-width: 767px) {
  .contact__section {
    margin-top: 24px;
    padding-block: 60px 100px;
  }
}
.contact__lead {
  margin-bottom: 34px;
  text-align: center;
}
.contact__lead p {
  font-size: 2rem;
  line-height: 1.6em;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .contact__lead p {
    font-size: 18px;
  }
}
.contact__lead p .fs-16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .contact__lead p .fs-16 {
    font-size: 14px;
  }
}
.contact__form {
  max-width: 830px;
  margin: 0 auto;
}
.contact__row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contact__row {
    flex-direction: column;
    align-items: unset;
    gap: 12px;
    margin-bottom: 30px;
  }
}
.contact__row:last-child {
  margin-bottom: 0;
}
.contact__row.mb-24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .contact__row.mb-24 {
    margin-bottom: 40px;
  }
}
.contact__row.ai-start {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .contact__row.ai-start {
    align-items: unset;
  }
}
.contact__label {
  flex: 0 0 235px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contact__label {
    flex: none;
  }
}
.contact__required {
  color: #e8562f;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
}
.contact__field {
  flex: 1;
  min-width: 0;
}
.contact__input, .contact__textarea, .contact__select {
  width: 100%;
  padding: 16px;
  color: #333;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #dbdcdc;
  transition: border-color 0.3s ease;
}
.contact__input:focus, .contact__textarea:focus, .contact__select:focus {
  border-color: #0a0fa6;
  outline: none;
}
.contact__textarea {
  min-height: 120px;
  resize: vertical;
}
.contact__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23333' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.contact__radio-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 205px));
  gap: 18px 32px;
}
@media screen and (max-width: 767px) {
  .contact__radio-group {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.contact__radio {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.6rem;
  cursor: pointer;
}
.contact__radio input {
  width: 18px;
  height: 18px;
  accent-color: #0a0fa6;
}
.contact__zip-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .contact__zip-row {
    flex-wrap: wrap;
  }
}
.contact__zip-btn {
  flex: none;
  padding: 12px;
  color: #3e3a39;
  font-size: 1.4rem;
  white-space: nowrap;
  background: #dbdcdc;
  transition: opacity 0.3s ease;
  outline: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.contact__zip-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .contact__zip-btn {
    width: 100%;
  }
}
.contact__notice {
  margin-top: 36px;
  font-size: 1.4rem;
  line-height: 1.8571428571em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contact__notice {
    margin-top: 24px;
  }
}
.contact__notice a {
  text-decoration: underline;
  transition: 0.3s ease;
}
.contact__notice a:hover {
  opacity: 0.7;
}
.contact__actions {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contact__actions {
    margin-top: 40px;
  }
}
.contact__submit {
  min-width: 290px;
  border-radius: 6px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact__submit {
    min-width: 0;
    width: 100%;
  }
}
.contact__tel-card {
  max-width: 830px;
  margin: 60px auto 0;
  padding: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid #d8dbca;
}
@media screen and (max-width: 767px) {
  .contact__tel-card {
    margin-top: 40px;
    padding: 24px;
  }
}
.contact__tel-card-label {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .contact__tel-card-label {
    font-size: 14px;
  }
}
.contact__tel-card-num {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 4.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact__tel-card-num {
    font-size: 32px;
  }
}
.contact__tel-card-icon {
  width: 40px;
  height: 40px;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .contact__tel-card-icon {
    width: 28px;
    height: 28px;
    margin-top: 12px;
  }
}
.contact__tel-card-hours {
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact__tel-card-hours {
    font-size: 12px;
  }
}
.contact__privacy {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .contact__privacy {
    margin-top: 80px;
  }
}
.contact__privacy-heading {
  padding: 18px 30px;
  color: #231815;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #d9edf9;
}
@media screen and (max-width: 767px) {
  .contact__privacy-heading {
    padding: 16px 24px;
    font-size: 18px;
  }
}
.contact__privacy-body {
  padding: 18px 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contact__privacy-body {
    padding: 16px 24px;
  }
}
.contact__privacy-body p {
  font-size: 1.6rem;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .contact__privacy-body p {
    font-size: 14px;
  }
}
.contact__privacy-body h3 {
  margin-top: 32px;
  margin-bottom: 8px;
  color: #0087d5;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact__privacy-body h3 {
    margin-top: 24px;
    font-size: 16px;
  }
}
.contact__privacy-body ul {
  margin-top: 8px;
}
.contact__privacy-body li {
  position: relative;
  padding-left: 18px;
  font-size: 1.6rem;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .contact__privacy-body li {
    font-size: 14px;
  }
}
.contact__privacy-body li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #80c3ea;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .contact__privacy-body li::before {
    width: 12px;
    height: 12px;
    top: 7px;
  }
}
.contact__privacy-company {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .contact__privacy-company {
    margin-top: 24px;
  }
}
.contact__privacy-company p {
  font-size: 1.6rem;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .contact__privacy-company p {
    font-size: 14px;
  }
}

.home {
  display: block;
}
.home__nav {
  padding-block: 60px 120px;
}
@media screen and (max-width: 767px) {
  .home__nav {
    padding-block: 40px 80px;
  }
}
.home__nav .divider {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .home__nav .divider {
    margin-top: 40px;
  }
}
.home__nav-head {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.01em;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .home__nav-head {
    font-size: 32px;
    margin-bottom: 35px;
  }
}
.home__band {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 520px;
  padding: 24px 48px;
  margin-inline: auto;
  text-align: center;
  background: #d8dbca;
}
@media screen and (max-width: 767px) {
  .home__band {
    min-width: unset;
    padding: 16px 24px;
  }
}
.home__band-text {
  color: #112c4b;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4117647059em;
}
@media screen and (max-width: 767px) {
  .home__band-text {
    font-size: 24px;
  }
}
.home__section-head {
  display: flex;
  align-items: baseline;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .home__section-head {
    gap: 24px;
  }
}
.home__section-head-jp {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home__section-head-jp {
    font-size: 24px;
  }
}
.home__section-head-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #0087d5;
}
@media screen and (max-width: 767px) {
  .home__section-head-en {
    font-size: 18px;
  }
}
.home__cta-btn {
  --btn-bg: #ff4b2e;
}
.home__catch {
  position: relative;
  padding-block: 110px 60px;
}
@media screen and (max-width: 767px) {
  .home__catch {
    padding-block: 60px;
  }
}
.home__catch .home__band {
  margin-top: -145px;
}
@media screen and (max-width: 767px) {
  .home__catch .home__band {
    margin-top: -105px;
  }
}
.home__intro {
  display: flex;
  gap: 80px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .home__intro {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .home__intro {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
}
.home__intro-col {
  flex: 1 1 50%;
  min-width: 0;
  text-align: center;
}
.home__intro-title {
  margin-bottom: 45px;
  color: #112c4b;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home__intro-title {
    margin-bottom: 32px;
    font-size: 28px;
  }
}
.home__intro-title::after {
  content: "";
  display: block;
  width: 272px;
  height: 4px;
  margin: 16px auto 0;
  background: #339fdd;
}
@media screen and (max-width: 767px) {
  .home__intro-title::after {
    width: 200px;
    height: 2px;
    margin-top: 12px;
  }
}
.home__intro-heading {
  margin-bottom: 32px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.7777777778em;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .home__intro-heading {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.home__intro-text {
  margin-bottom: 24px;
  text-align: justify;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .home__intro-text {
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.home__intro-photo {
  margin-bottom: 30px;
  aspect-ratio: 460/345;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home__intro-photo {
    margin-bottom: 20px;
  }
}
.home__intro-picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__intro-btn {
  --btn-fg: #112c4b;
  min-width: 270px;
  padding: 16px 40px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-color: #b8c0c9;
}
@media screen and (max-width: 767px) {
  .home__intro-btn {
    padding: 14px 32px;
    font-size: 16px;
  }
}
.home__intro-btn:hover .home__intro-btn-arrow {
  background-color: #fff;
}
.home__intro-btn-arrow {
  display: inline-block;
  width: 18px;
  height: 14px;
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.14%2012.29'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20stroke:%20%230087d5;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%202px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cline%20class='cls-1'%20x1='1'%20y1='6.14'%20x2='18.14'%20y2='6.14'/%3e%3cline%20class='cls-1'%20x1='18.14'%20y1='6.14'%20x2='12.83'%20y2='1'/%3e%3cline%20class='cls-1'%20x1='12.83'%20y1='11.29'%20x2='18.14'%20y2='6.14'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center/contain;
          mask: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.14%2012.29'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20stroke:%20%230087d5;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%202px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cline%20class='cls-1'%20x1='1'%20y1='6.14'%20x2='18.14'%20y2='6.14'/%3e%3cline%20class='cls-1'%20x1='18.14'%20y1='6.14'%20x2='12.83'%20y2='1'/%3e%3cline%20class='cls-1'%20x1='12.83'%20y1='11.29'%20x2='18.14'%20y2='6.14'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  background-color: #339fdd;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}
.home__new {
  padding-top: 100px;
  text-align: center;
  background: #f7f8f5;
}
@media screen and (max-width: 767px) {
  .home__new {
    padding-top: 50px;
  }
}
.home__new-hero {
  margin-top: 48px;
  width: 100%;
  aspect-ratio: 1366/768;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home__new-hero {
    margin-top: 24px;
  }
}
.home__new-hero-picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__reasons {
  padding-block: 50px 150px;
}
@media screen and (max-width: 767px) {
  .home__reasons {
    padding-block: 40px 100px;
  }
}
.home__reasons .section-title {
  color: #112c4b;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .home__reasons .section-title {
    margin-bottom: 24px;
  }
}
.home__reason {
  padding: 48px;
  margin-bottom: 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .home__reason {
    padding: 24px 20px;
    margin-bottom: 24px;
  }
}
.home__reason:last-child {
  margin-bottom: 0;
}
.home__reason-head {
  display: flex;
  align-items: baseline;
  gap: 32px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .home__reason-head {
    gap: 24px;
  }
}
.home__reason-num {
  display: block;
  color: #66b7e6;
  font-family: "Allura", cursive;
  font-size: 6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .home__reason-num {
    font-size: 40px;
  }
}
.home__reason-title {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home__reason-title {
    font-size: 24px;
  }
}
.home__reason-text {
  font-size: 1.6rem;
  line-height: 1.875em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home__reason-text {
    font-size: 14px;
  }
}
.home__reason-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .home__reason-photos {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 24px;
  }
}
.home__reason-photo figcaption {
  margin-top: 8px;
  color: #0087d5;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .home__reason-photo figcaption {
    font-size: 18px;
  }
}
.home__reason-picture {
  display: block;
  width: 100%;
  aspect-ratio: 280/210;
  overflow: hidden;
}
.home__reason-tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .home__reason-tags {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
}
.home__reason-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  color: #0087d5;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.75em;
  background: #d9edf9;
}
@media screen and (max-width: 767px) {
  .home__reason-tag {
    padding: 18px 16px;
    font-size: 18px;
  }
}
.home__spec-heading {
  display: block;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home__spec-heading {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.home__spec-list {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .home__spec-list {
    margin-top: 20px;
  }
}
.home__spec-item {
  padding: 16px 0;
  border-bottom: 1px dashed #8895a5;
}
.home__spec-item:last-child {
  border-bottom: none;
}
.home__spec-item-title {
  color: #0087d5;
  font-weight: 500;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home__spec-item-title {
    font-size: 15px;
  }
}
.home__spec-item-sub {
  margin-top: 5px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home__spec-item-sub {
    font-size: 14px;
  }
}
.home__spec-box-item {
  text-align: center;
}
.home__spec-box-item .view-more {
  align-self: center;
  padding-top: 24px;
}
.home__spec-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .home__spec-boxes {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.home__spec-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px;
  text-align: center;
  border: 1px solid #80c3ea;
}
.home__spec-box-icon {
  height: 60px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home__spec-box-label {
  color: #0087d5;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home__spec-box-label {
    font-size: 18px;
  }
}
.home__consult {
  position: relative;
  padding-block: 80px 110px;
}
@media screen and (max-width: 767px) {
  .home__consult {
    padding-block: 40px 80px;
  }
}
.home__consult .container {
  position: relative;
}
.home__consult-badge {
  width: 180px;
  height: auto;
  position: absolute;
  top: -10px;
  right: 0;
}
@media screen and (max-width: 1080px) {
  .home__consult-badge {
    position: relative;
    top: unset;
    right: unset;
    margin-left: auto;
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 980px) {
  .home__consult-badge {
    margin-bottom: 20px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .home__consult-badge {
    width: 120px;
  }
}
.home__consult-head {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .home__consult-head {
    margin-bottom: 20px;
  }
}
.home__consult-title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .home__consult-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.home__consult-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .home__consult-tags {
    gap: 8px;
    margin-bottom: 20px;
  }
}
.home__consult-tag {
  padding: 8px 24px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #333;
}
@media screen and (max-width: 767px) {
  .home__consult-tag {
    padding: 8px 16px;
    font-size: 18px;
  }
}
.home__consult-lead {
  margin-bottom: 28px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home__consult-lead {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.home__consult-rule {
  padding: 24px 0;
  margin-bottom: 24px;
  text-align: center;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
}
@media screen and (max-width: 767px) {
  .home__consult-rule {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.home__consult-sub {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home__consult-sub {
    font-size: 24px;
  }
}
.home__consult-text {
  margin: 0 auto 32px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home__consult-text {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.home__consult-photo {
  margin-bottom: 56px;
  width: 100%;
  aspect-ratio: 1000/562;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home__consult-photo {
    margin-bottom: 40px;
  }
}
.home__recommend {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .home__recommend {
    margin-bottom: 24px;
  }
}
.home__recommend-title {
  position: relative;
  margin-bottom: 40px;
  margin-inline: auto;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.7rem;
  letter-spacing: 0.1em;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .home__recommend-title {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.home__recommend-title::before, .home__recommend-title::after {
  content: "";
  background: #000;
  width: 2px;
  height: 46px;
  display: block;
  position: absolute;
  transform: rotate(25deg) translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 767px) {
  .home__recommend-title::before, .home__recommend-title::after {
    height: 40px;
  }
}
.home__recommend-title::before {
  left: -24px;
  transform: scaleX(-1) translateY(-50%) rotate(20deg);
}
@media screen and (max-width: 767px) {
  .home__recommend-title::before {
    left: -20px;
  }
}
.home__recommend-title::after {
  right: -24px;
}
@media screen and (max-width: 767px) {
  .home__recommend-title::after {
    right: -20px;
  }
}
.home__recommend-body {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 740px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .home__recommend-body {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.home__recommend-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .home__recommend-list {
    gap: 14px;
  }
}
.home__recommend-item {
  position: relative;
  font-size: 1.6rem;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .home__recommend-item {
    font-size: 14px;
    padding-left: 14px;
  }
}
.home__recommend-item::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #28b4e6;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .home__recommend-item::before {
    width: 6px;
    height: 6px;
    top: 7px;
  }
}
.home__recommend-illust {
  width: 100%;
  max-width: 285px;
}
@media screen and (max-width: 767px) {
  .home__recommend-illust {
    max-width: 200px;
  }
}
.home__schedule {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .home__schedule {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.home__schedule-item {
  flex: 1 1 0;
  min-width: 0;
  max-width: 235px;
}
@media screen and (max-width: 767px) {
  .home__schedule-item {
    max-width: none;
  }
}
.home__schedule-img {
  display: block;
  width: 100%;
  height: auto;
}
.home__quote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home__quote {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.home__quote-brace {
  flex: 0 0 auto;
  width: auto;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .home__quote-brace {
    height: 60px;
  }
}
.home__quote-brace--left {
  transform: scaleX(-1);
}
.home__quote-text {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.7407407407em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home__quote-text {
    font-size: 18px;
  }
}
.home__consult-cta {
  text-align: center;
}
.home__flow {
  padding: 70px 0;
  background: #d8dbca;
}
.home__flow + .home__flow {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .home__flow {
    padding: 60px 0;
  }
}
.home__flow-title {
  margin-bottom: 55px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home__flow-title {
    margin-bottom: 35px;
    font-size: 24px;
  }
}
.home__flow-top {
  display: flex;
  gap: 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .home__flow-top {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }
}
.home__flow-intro {
  flex: 1 1 49%;
  min-width: 0;
}
.home__flow-intro-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home__flow-intro-title {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.home__flow-intro-text {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .home__flow-intro-text {
    font-size: 14px;
  }
}
.home__flow-contact {
  flex: 1 1 45%;
  min-width: 0;
  padding: 24px 24px 32px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .home__flow-contact {
    padding: 20px 20px 28px;
  }
}
.home__flow-form-btn {
  --btn-fg: #112c4b;
  --btn-bg: #fff;
  margin-bottom: 24px;
  border-color: transparent;
}
.home__flow-form-btn .button__icon {
  background-color: #0087d5;
}
.home__flow-form-btn:hover {
  border-color: transparent;
}
.home__flow-form-btn:hover .button__icon {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .home__flow-form-btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.home__flow-tel-label {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .home__flow-tel-label {
    font-size: 14px;
  }
}
.home__flow-tel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 4.6rem;
  font-weight: 600;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .home__flow-tel {
    font-size: 36px;
  }
}
.home__flow-tel-icon {
  width: 39px;
  height: 39px;
}
@media screen and (max-width: 767px) {
  .home__flow-tel-icon {
    width: 30px;
    height: 30px;
  }
}
.home__flow-hours {
  margin-top: 6px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home__flow-hours {
    font-size: 12px;
  }
}
.home__flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .home__flow-grid {
    grid-template-columns: 1fr;
  }
}
.home__flow-step {
  position: relative;
  padding: 0 24px 24px;
  background: #fff;
  width: 100%;
  max-width: 312px;
  min-height: 270px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .home__flow-step {
    padding: 0 20px 20px;
  }
}
.home__flow-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 60px;
  margin: 0 auto 20px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home__flow-num {
    width: 60px;
    height: 40px;
    font-size: 28px;
    margin-bottom: 18px;
  }
}
.home__flow-step--blue .home__flow-num {
  background: #66b7e6;
}
.home__flow-step--blue .home__flow-step-title {
  color: #0087d5;
}
.home__flow-step--teal .home__flow-num {
  background: #66c2c2;
}
.home__flow-step--teal .home__flow-step-title {
  color: #099;
}
.home__flow-step-title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  white-space: pre-line;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home__flow-step-title {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.home__flow-step-text {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .home__flow-step-text {
    font-size: 14px;
  }
}
.home__flow-arrow {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .home__flow-arrow {
    margin: 32px 0;
  }
}
.home__flow-arrow::before {
  content: "";
  width: 26px;
  height: 26px;
  border-right: 8px solid #fff;
  border-bottom: 8px solid #fff;
  border-radius: 4px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .home__flow-arrow::before {
    width: 24px;
    height: 24px;
    border-right-width: 6px;
    border-bottom-width: 6px;
  }
}
.home__flow-after {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 16px 48px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .home__flow-after {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 20px;
  }
}
.home__flow-after-label {
  flex: 0 0 auto;
  border-right: 3px solid #66c2c2;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  padding: 13px 28px 13px 0;
}
@media screen and (max-width: 767px) {
  .home__flow-after-label {
    align-self: center;
    padding: 0 0 8px;
    border-right: none;
    border-bottom: 3px solid #66c2c2;
    font-size: 18px;
  }
}
.home__flow-after-text {
  font-size: 1.6em;
  line-height: 2em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .home__flow-after-text {
    font-size: 14px;
  }
}
.home__flow-cta {
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .home__flow-cta {
    margin-top: 40px;
  }
}
.home__reform {
  padding-top: 75px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .home__reform {
    padding-top: 40px;
  }
}
.home__reform .divider {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .home__reform .divider {
    margin-bottom: 30px;
  }
}
.home__reform-hero {
  margin-top: 40px;
  width: 100%;
  aspect-ratio: 1366/768;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home__reform-hero {
    margin-top: 20px;
  }
}
.home__reform-hero-picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__reform-content {
  padding-block: 45px 90px;
  background: #f7f8f5;
}
@media screen and (max-width: 767px) {
  .home__reform-content {
    padding-block: 40px 60px;
  }
}
.home__reform-catch {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #112c4b;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home__reform-catch {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.home__reform-lead {
  margin-bottom: 56px;
  font-size: 1.8rem;
  line-height: 2.2222222222em;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home__reform-lead {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.home__icon-grid {
  width: 100%;
  max-width: 745px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 50px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .home__icon-grid {
    max-width: 375px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    margin-bottom: 35px;
  }
}
.home__icon-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 230px;
  height: 230px;
  background: #fff;
  border-radius: 50%;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home__icon-item {
    gap: 12px;
    max-width: 140px;
    height: 140px;
  }
}
.home__icon {
  width: auto;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .home__icon {
    height: 50px;
  }
}
.home__icon-label {
  color: #112c4b;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4444444444em;
  letter-spacing: 0.2em;
  white-space: pre-line;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home__icon-label {
    font-size: 12px;
  }
}
.home__icon-label .fs-14 {
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .home__icon-label .fs-14 {
    font-size: 8px;
  }
}
.home__reform-note {
  padding: 35px 4%;
  background: #fff;
  color: #112c4b;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2222222222em;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home__reform-note {
    padding: 20px 4%;
    font-size: 16px;
  }
}
.home__qa {
  padding-block: 100px 0;
}
@media screen and (max-width: 767px) {
  .home__qa {
    padding-block: 50px 0;
  }
}
.home__qa-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
  margin-block: 48px;
}
@media screen and (max-width: 767px) {
  .home__qa-tabs {
    gap: 20px;
    margin-block: 40px;
  }
}
.home__qa-tab {
  min-width: 230px;
  padding: 18px 28px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-color: #b8c0c9;
}
@media screen and (max-width: 767px) {
  .home__qa-tab {
    padding: 16px 24px;
    font-size: 14px;
  }
}
.home__qa-tab .button__icon {
  background-color: #0087d5;
}
.home__qa-tab:hover .button__icon {
  background-color: #fff;
}
.home__qa-category {
  margin-bottom: 32px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home__qa-category {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.home__qa-category.mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .home__qa-category.mt-80 {
    margin-top: 40px;
  }
}
.home__qa-category.mt-50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .home__qa-category.mt-50 {
    margin-top: 25px;
  }
}
.home__qa-category:first-of-type {
  margin-top: 0;
}
.home__faq {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .home__faq {
    margin-bottom: 24px;
  }
}
.home__faq:last-child {
  margin-bottom: 0;
}
.home__faq-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 30px;
  cursor: pointer;
  list-style: none;
  background: #d9edf9;
}
.home__faq-summary::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 767px) {
  .home__faq-summary {
    padding: 15px 20px;
  }
}
.home__faq-label {
  flex: 0 0 auto;
  color: #0087d5;
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .home__faq-label {
    font-size: 18px;
  }
}
.home__faq-q {
  flex: 1 1 auto;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.75em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home__faq-q {
    font-size: 16px;
  }
}
.home__faq-caret {
  flex: 0 0 auto;
  display: inline-flex;
}
.home__faq-caret img {
  width: 24px;
  height: 14px;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .home__faq-caret img {
    width: 16px;
    height: 10px;
  }
}
.home__faq[open] .home__faq-caret img {
  transform: rotate(0deg);
}
.home__faq-body {
  position: relative;
  padding: 20px 30px 20px 60px;
  background: #fff;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .home__faq-body {
    padding: 18px 24px 18px 48px;
  }
}
.home__faq-body::before {
  content: "A.";
  position: absolute;
  top: 24px;
  left: 28px;
  color: #0087d5;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .home__faq-body::before {
    top: 22px;
    left: 24px;
    font-size: 14px;
  }
}
.home__faq-body--plain {
  padding: 28px;
}
.home__faq-body--plain::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .home__faq-body--plain {
    padding: 18px 16px;
  }
}
.home__faq-text {
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home__faq-text {
    font-size: 14px;
  }
}
.home__faq-text + .home__faq-text {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .home__faq-text + .home__faq-text {
    margin-top: 14px;
  }
}
.home__faq-subhead {
  margin-top: 16px;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .home__faq-subhead {
    font-size: 13px;
  }
}
.home__faq-list li {
  padding: 2px 0;
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home__faq-list li {
    font-size: 14px;
  }
}
.home__faq-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0000a2;
}
.home__faq-link-text {
  color: #0000a2;
  font-size: 1.6rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .home__faq-link-text {
    font-size: 14px;
  }
}
.home__faq-link-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20%230000a2;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cpath%20class='cls-1'%20d='M3.75,0v16.25h16.25V0H3.75ZM18.44,14.69H5.31V1.56h13.12v13.12Z'/%3e%3cpolygon%20class='cls-1'%20points='1.56%2018.44%201.56%2011.56%201.56%205.31%201.56%203.75%200%203.75%200%2020%2016.25%2020%2016.25%2018.44%2014.69%2018.44%201.56%2018.44'/%3e%3cpolygon%20class='cls-1'%20points='9.09%2012.22%2013.7%207.62%2013.7%2010.93%2015.26%2010.93%2015.26%204.95%209.28%204.95%209.28%206.51%2012.59%206.51%207.99%2011.12%209.09%2012.22'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center/contain;
          mask: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20%230000a2;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cpath%20class='cls-1'%20d='M3.75,0v16.25h16.25V0H3.75ZM18.44,14.69H5.31V1.56h13.12v13.12Z'/%3e%3cpolygon%20class='cls-1'%20points='1.56%2018.44%201.56%2011.56%201.56%205.31%201.56%203.75%200%203.75%200%2020%2016.25%2020%2016.25%2018.44%2014.69%2018.44%201.56%2018.44'/%3e%3cpolygon%20class='cls-1'%20points='9.09%2012.22%2013.7%207.62%2013.7%2010.93%2015.26%2010.93%2015.26%204.95%209.28%204.95%209.28%206.51%2012.59%206.51%207.99%2011.12%209.09%2012.22'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center/contain;
  flex: 0 0 auto;
  background-color: currentcolor;
}
@media screen and (max-width: 767px) {
  .home__faq-link-icon {
    width: 18px;
    height: 18px;
  }
}
.home__warranty {
  padding-block: 80px 120px;
}
@media screen and (max-width: 767px) {
  .home__warranty {
    padding-block: 40px 80px;
  }
}
.home__warranty .section-title__jp {
  font-size: 2.8rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .home__warranty .section-title__jp {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.home__warranty-sub {
  text-align: center;
  color: #0000a2;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .home__warranty-sub {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.home__warranty-sub.mt-50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .home__warranty-sub.mt-50 {
    margin-top: 25px;
  }
}

.news__section {
  margin-top: 32px;
  padding-block: 80px;
  background: #f7f8f5;
}
@media screen and (max-width: 767px) {
  .news__section {
    margin-top: 24px;
    padding-block: 60px;
  }
}
.news__list {
  border-top: 1px solid #8895a5;
}
.news__item {
  border-bottom: 1px solid #8895a5;
}
.news__link {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 8px;
  transition: 0.3s ease;
}
.news__link:hover {
  opacity: 0.8;
}
.news__link:hover .news__text::after {
  transform: scaleX(1);
  transform-origin: left center;
}
@media screen and (max-width: 767px) {
  .news__link {
    flex-wrap: wrap;
    padding: 20px 4px;
  }
}
.news__date {
  flex: 0 0 auto;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .news__date {
    font-size: 16px;
  }
}
.news__tag {
  flex: 0 0 auto;
  min-width: 120px;
  padding: 6px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
.news__tag--info {
  background: #5b79cb;
}
.news__tag--works {
  background: #69b5a2;
}
.news__tag--event {
  background: #f49c92;
}
.news__tag--realestate {
  background: #cc7cb1;
}
.news__tag--recruit {
  background: #6dc3dc;
}
@media screen and (max-width: 767px) {
  .news__tag {
    min-width: 100px;
    font-size: 12px;
  }
}
.news__text {
  position: relative;
  margin-left: 15px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.news__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentcolor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .news__text {
    flex: 1 1 100%;
    margin-left: 0;
    font-size: 14px;
  }
}

.news-detail__article {
  max-width: 960px;
  margin: 0 auto;
}
.news-detail__head {
  padding-bottom: 24px;
  margin-bottom: 50px;
  border-bottom: 1px solid #8895a5;
}
@media screen and (max-width: 767px) {
  .news-detail__head {
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
}
.news-detail__date {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .news-detail__date {
    font-size: 16px;
  }
}
.news-detail__title {
  margin-top: 14px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.75em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .news-detail__title {
    margin-top: 20px;
    font-size: 20px;
  }
}
.news-detail__figure {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 900/506;
  margin: 0 auto 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news-detail__figure {
    margin-bottom: 35px;
  }
}
.news-detail__figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .news-detail__figure {
    margin-bottom: 28px;
  }
}
.news-detail__body p {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .news-detail__body p {
    font-size: 14px;
  }
}
.news-detail__body p + p {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .news-detail__body p + p {
    margin-top: 20px;
  }
}
.news-detail__back {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .news-detail__back {
    margin-top: 48px;
  }
}
.news-detail__back-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}
.news-detail__back-link:hover .news-detail__back-arrow {
  transform: translateX(6px);
}
.news-detail__back-label {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  color: #112c4b;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.news-detail__back-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 105%;
  height: 1px;
  background: currentcolor;
  transform: translateX(-50%);
}
.news-detail__back-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #112c4b;
  border-radius: 50%;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .news-detail__back-arrow {
    width: 50px;
    height: 50px;
  }
}
.news-detail__back-arrow img {
  width: 17px;
  height: 10px;
}

.partners__intro {
  padding-block: 60px 100px;
  background: #f7f8f5;
}
@media screen and (max-width: 767px) {
  .partners__intro {
    padding-block: 40px 80px;
  }
}
.partners__intro .divider {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .partners__intro .divider {
    margin-top: 60px;
  }
}
.partners__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.45em;
}
@media screen and (max-width: 767px) {
  .partners__lead {
    font-size: 32px;
  }
}
.partners__invoice {
  padding-bottom: 100px;
  background: #f7f8f5;
}
@media screen and (max-width: 767px) {
  .partners__invoice {
    margin-bottom: 80px;
  }
}
.partners__invoice .divider {
  margin-block: 100px;
}
@media screen and (max-width: 767px) {
  .partners__invoice .divider {
    margin-block: 80px;
  }
}
.partners__invoice-grid {
  margin-left: max(4%, (100% - 1080px) / 2 + 40px);
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .partners__invoice-grid {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .partners__invoice-grid {
    flex-direction: column;
    gap: 40px;
  }
}
.partners__invoice-title {
  padding-left: 32px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.4117647059em;
  letter-spacing: 0.1em;
  color: #112c4b;
  border-left: 4px solid #112c4b;
}
@media screen and (max-width: 767px) {
  .partners__invoice-title {
    padding-left: 24px;
    font-size: 28px;
  }
}
.partners__invoice-body {
  margin-top: 56px;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .partners__invoice-body {
    margin-top: 40px;
    font-size: 14px;
  }
}
.partners__invoice-figure {
  flex-shrink: 0;
  width: 50.6%;
  aspect-ratio: 600/450;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .partners__invoice-figure {
    width: 100%;
    order: -1;
  }
}
.partners__section-divider {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .partners__section-divider {
    margin-top: 48px;
  }
}
.partners__mark {
  margin-bottom: 60px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .partners__mark {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
.partners__list {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .partners__list {
    margin-top: 28px;
  }
}
.partners__list-item {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 12px 32px;
  background: #fff;
  border: 1px solid #d8dbca;
}
@media screen and (max-width: 767px) {
  .partners__list-item {
    gap: 24px;
    padding: 12px 24px;
  }
}
.partners__list-num {
  flex: none;
  padding-right: 32px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #0087d5;
  border-right: 1px solid #d8dbca;
}
@media screen and (max-width: 767px) {
  .partners__list-num {
    padding-right: 24px;
    font-size: 24px;
  }
}
.partners__list-text {
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .partners__list-text {
    font-size: 16px;
  }
}
.partners__list-link {
  color: #0a0fa6;
}
.partners__contact-box {
  margin-top: 46px;
  padding: 36px 80px 48px;
  text-align: center;
  background: #fff;
  border: 1px solid #d8dbca;
}
@media screen and (max-width: 767px) {
  .partners__contact-box {
    margin-top: 32px;
    padding: 20px 24px;
  }
}
.partners__contact-title {
  font-size: 1.8rem;
  line-height: 1.7777777778em;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
  margin-bottom: 28px;
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (max-width: 767px) {
  .partners__contact-title {
    font-size: 16px;
    padding-bottom: 32px;
    margin-bottom: 24px;
  }
}
.partners__contact-name {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .partners__contact-name {
    font-size: 18px;
  }
}
.partners__contact-dept {
  margin-top: 5px;
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .partners__contact-dept {
    font-size: 16px;
  }
}
.partners__contact-tel {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 36px;
  font-family: "Noto Serif JP", serif;
  font-size: 4.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .partners__contact-tel {
    font-size: 32px;
  }
}
.partners__contact-tel-icon {
  width: 40px;
  height: 40px;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .partners__contact-tel-icon {
    width: 28px;
    height: 28px;
    margin-top: 14px;
  }
}
.partners__contact-hours {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .partners__contact-hours {
    font-size: 12px;
  }
}
.partners__eof {
  margin-top: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  text-align: right;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .partners__eof {
    margin-top: 32px;
    font-size: 18px;
  }
}
.partners__download {
  background: #d8dbca;
}
.partners__download-card {
  margin-top: 48px;
  padding: 48px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .partners__download-card {
    margin-top: 32px;
    padding: 24px 20px;
  }
}
.partners__download-lead {
  font-size: 1.6rem;
  line-height: 2em;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .partners__download-lead {
    font-size: 14px;
  }
}
.partners__table-wrap {
  margin-top: 32px;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .partners__table-wrap {
    margin-top: 24px;
  }
}
.partners__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .partners__table {
    font-size: 14px;
  }
}
.partners__table th,
.partners__table td {
  width: 33.3333333333%;
  font-weight: 400;
  padding: 16px;
  text-align: center;
  border: 1px solid #b8c0c9;
}
.partners__table thead th {
  background: #e7eaed;
}
.partners__table tbody td {
  background: #fff;
}
.partners__table-name {
  vertical-align: middle;
}
.partners__download-link {
  color: #ff4b2e;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.3s ease;
}
.partners__download-link:hover {
  opacity: 0.7;
}

.realestate {
  display: block;
}
.realestate__catch {
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .realestate__catch {
    padding: 40px 0 60px;
  }
}
.realestate__catch .divider {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .realestate__catch .divider {
    margin-top: 35px;
  }
}
.realestate__catch-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.45em;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .realestate__catch-text {
    font-size: 32px;
    margin-bottom: 35px;
  }
}
.realestate__lead {
  padding-block: 0 80px;
}
@media screen and (max-width: 767px) {
  .realestate__lead {
    padding-block: 0 60px;
  }
}
.realestate__lead .divider {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .realestate__lead .divider {
    margin-top: 40px;
  }
}
.realestate__lead-grid {
  margin-left: max(4%, (100% - 1080px) / 2 + 43.2px);
  display: flex;
  align-items: flex-start;
  gap: 110px;
}
@media screen and (max-width: 1024px) {
  .realestate__lead-grid {
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .realestate__lead-grid {
    flex-direction: column;
    gap: 40px;
  }
}
.realestate__lead-text {
  flex: 1 1 39.7%;
  min-width: 0;
}
.realestate__lead-heading {
  padding-left: 30px;
  margin-bottom: 50px;
  border-left: 4px solid #112c4b;
  color: #112c4b;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 1.4117647059em;
  letter-spacing: 0.04em;
}
.realestate__lead-heading span {
  display: block;
}
@media screen and (max-width: 767px) {
  .realestate__lead-heading {
    padding-left: 16px;
    margin-bottom: 35px;
    border-left-width: 2px;
    font-size: 28px;
  }
}
.realestate__lead-body {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .realestate__lead-body {
    font-size: 14px;
  }
}
.realestate__lead-figure {
  flex: 1 1 50%;
  min-width: 0;
  width: 100%;
  aspect-ratio: 600/450;
  overflow: hidden;
}
.realestate__lead-cta {
  margin-top: 95px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .realestate__lead-cta {
    margin-top: 40px;
  }
}
.realestate__lead-btn {
  --btn-bg: #ff4b2e;
}
.realestate__lead-btn-arrow {
  font-size: 1.8rem;
  line-height: 1;
}
.realestate__uses {
  padding-block: 0 50px;
}
@media screen and (max-width: 767px) {
  .realestate__uses {
    padding-block: 0 40px;
  }
}
.realestate__uses .section-title {
  color: #283250;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .realestate__uses .section-title {
    margin-bottom: 40px;
  }
}
.realestate__uses .section-title::before {
  display: none;
}
.realestate__uses-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .realestate__uses-list {
    gap: 40px;
  }
}
.realestate__uses-item {
  display: grid;
  grid-template-columns: 50% 46%;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .realestate__uses-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.realestate__uses-figure {
  min-width: 0;
  aspect-ratio: 500/333;
  overflow: hidden;
}
.realestate__uses-heading {
  padding-left: 20px;
  margin-bottom: 20px;
  border-left: 4px solid #099;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .realestate__uses-heading {
    padding-left: 16px;
    margin-bottom: 16px;
    font-size: 28px;
  }
}
.realestate__uses-body {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .realestate__uses-body {
    font-size: 14px;
  }
}
.realestate__map {
  padding-block: 50px 40px;
}
.realestate__map .section-title::before {
  display: none;
}
.realestate__map-figure {
  width: 100%;
  max-width: 680px;
  aspect-ratio: 680/500;
  overflow: hidden;
  margin: 20px auto 0;
}
.realestate__qa-band {
  max-width: 420px;
  margin: 0 auto 50px;
  padding: 24px;
  text-align: center;
  background: #d8dbca;
}
@media screen and (max-width: 767px) {
  .realestate__qa-band {
    margin-bottom: 32px;
    padding: 20px;
  }
}
.realestate__qa-band-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.4rem;
  letter-spacing: 0.11em;
  color: #112c4b;
}
@media screen and (max-width: 767px) {
  .realestate__qa-band-title {
    font-size: 28px;
  }
}
.realestate__qa-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .realestate__qa-list {
    gap: 20px;
  }
}
.realestate__qa-question {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 20px 30px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #d9edf9;
}
@media screen and (max-width: 767px) {
  .realestate__qa-question {
    padding: 16px 24px;
    font-size: 18px;
  }
}
.realestate__qa-answer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .realestate__qa-answer {
    padding: 16px 24px;
  }
}
.realestate__qa-label {
  flex: none;
  font-weight: 500;
  font-size: 2rem;
  color: #0087d5;
}
@media screen and (max-width: 767px) {
  .realestate__qa-label {
    font-size: 18px;
  }
}
.realestate__qa-label.answer {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .realestate__qa-label.answer {
    font-size: 14px;
  }
}
.realestate__qa-answer-text {
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.08em;
}
.realestate__qa-answer-text p + p {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .realestate__qa-answer-text {
    font-size: 14px;
  }
}

.recruit {
  display: block;
}
.recruit__lead-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5333333333em;
}
@media screen and (max-width: 767px) {
  .recruit__lead-text {
    font-size: 20px;
    line-height: 1.6em;
  }
}
.recruit__philosophy-head {
  margin-bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit__philosophy-head {
    margin-bottom: 32px;
  }
}
.recruit__philosophy-title {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .recruit__philosophy-title {
    gap: 8px;
  }
}
.recruit__philosophy-box {
  padding: 16px 32px;
  border: 1px solid #112c4b;
  color: #112c4b;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .recruit__philosophy-box {
    padding: 10px 16px;
    font-size: 17px;
  }
}
.recruit__philosophy-main, .recruit__philosophy-sub {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media screen and (max-width: 1024px) {
  .recruit__philosophy-main, .recruit__philosophy-sub {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__philosophy-main, .recruit__philosophy-sub {
    flex-direction: column;
    gap: 24px;
  }
}
.recruit__philosophy-main {
  align-items: flex-start;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .recruit__philosophy-main {
    margin-bottom: 32px;
  }
}
.recruit__philosophy-sub {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .recruit__philosophy-sub {
    flex-direction: column-reverse;
    margin-bottom: 32px;
  }
}
.recruit__philosophy-text {
  flex: 1 1 50%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.recruit__philosophy-text p {
  font-size: 1.5rem;
  line-height: 1.8666666667em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .recruit__philosophy-text p {
    font-size: 14px;
  }
}
.recruit__philosophy-figure {
  flex: 1 1 45%;
  min-width: 0;
  overflow: hidden;
}
.recruit__philosophy-figure--main {
  aspect-ratio: 4/5;
}
.recruit__philosophy-figure--sub {
  flex: 0 0 340px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .recruit__philosophy-figure--sub {
    flex: 1 1 auto;
    width: 100%;
  }
}
.recruit__philosophy-picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit__jobs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .recruit__jobs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .recruit__jobs-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }
}
.recruit__job-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.recruit__job-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  padding: 24px;
}
.recruit__job-card-icon img {
  max-width: 90px;
  max-height: 90px;
}
.recruit__job-card-title {
  padding: 18px 16px;
  background: rgba(201, 201, 164, 0.55);
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit__job-card-title {
    font-size: 15px;
  }
}
.recruit__job-card-text {
  flex: 1;
  padding: 20px 24px;
  font-size: 1.4rem;
  line-height: 1.7142857143em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .recruit__job-card-text {
    font-size: 13px;
  }
}
.recruit__jobs-cta, .recruit__requirements-cta {
  text-align: center;
}
.recruit__entry-btn {
  --btn-bg: #ff4b2e;
}
.recruit__voice {
  display: flex;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .recruit__voice {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .recruit__voice--reverse .recruit__voice-figure {
    order: -1;
  }
}
.recruit__voice-figure {
  flex: 1 1 50%;
  min-width: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.recruit__voice-picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit__voice-quote {
  display: flex;
  flex: 1 1 50%;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 48px 32px;
  color: #fff;
  text-align: center;
}
.recruit__voice-quote--purple {
  background: #856bbc;
}
.recruit__voice-quote--pink {
  background: #dc91cb;
}
@media screen and (max-width: 767px) {
  .recruit__voice-quote {
    padding: 32px 24px;
    gap: 12px;
  }
}
.recruit__voice-quote-text {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5454545455em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .recruit__voice-quote-text {
    font-size: 18px;
    line-height: 1.5555555556em;
  }
}
.recruit__voice-quote-divider {
  width: 100px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.recruit__voice-quote-job {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .recruit__voice-quote-job {
    font-size: 14px;
  }
}
.recruit__voice-quote-year {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .recruit__voice-quote-year {
    font-size: 12px;
  }
}
.recruit__voice-body {
  margin-bottom: 56px;
  font-size: 1.5rem;
  line-height: 1.8666666667em;
  letter-spacing: 0.02em;
}
.recruit__voice-body:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit__voice-body {
    margin-bottom: 36px;
    font-size: 14px;
  }
}
.recruit__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .recruit__stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.recruit__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  text-align: center;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .recruit__stat {
    padding: 28px 20px;
  }
}
.recruit__stat-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .recruit__stat-title {
    margin-bottom: 16px;
    font-size: 15px;
  }
}
.recruit__stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  margin-bottom: 20px;
}
.recruit__stat-icon img {
  max-width: 64px;
  max-height: 64px;
}
.recruit__stat-value {
  color: #112c4b;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .recruit__stat-value {
    font-size: 22px;
  }
}
.recruit__stat-pie {
  display: flex;
  gap: 28px;
}
.recruit__stat-pie-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.recruit__stat-pie-label {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .recruit__stat-pie-label {
    font-size: 12px;
  }
}
.recruit__stat-pie-value {
  color: #112c4b;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .recruit__stat-pie-value {
    font-size: 15px;
  }
}
.recruit__selection {
  background: rgba(0, 135, 213, 0.2);
}
.recruit__selection-block {
  margin-top: 48px;
}
.recruit__selection-block:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .recruit__selection-block {
    margin-top: 32px;
  }
}
.recruit__selection-heading {
  margin-bottom: 32px;
  color: #112c4b;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit__selection-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.recruit__steps {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .recruit__steps {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .recruit__steps {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
  }
}
.recruit__step {
  flex: 1 1 0;
  min-width: 180px;
  padding: 32px 20px;
  text-align: center;
  background: #fff;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .recruit__step {
    padding: 20px 16px;
  }
}
.recruit__step-num {
  color: #112c4b;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
.recruit__step-line {
  display: block;
  width: 20px;
  height: 2px;
  margin: 12px auto;
  background: #0087d5;
}
.recruit__step-title {
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .recruit__step-title {
    font-size: 14px;
  }
}
.recruit__step-text {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.5384615385em;
}
@media screen and (max-width: 767px) {
  .recruit__step-text {
    font-size: 12px;
  }
}
.recruit__selection-note {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit__selection-note {
    font-size: 12px;
  }
}
.recruit__selection-panel {
  padding: 40px 44px;
  background: #fff;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .recruit__selection-panel {
    padding: 24px 20px;
  }
}
.recruit__selection-row {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6;
}
.recruit__selection-row:first-child {
  padding-top: 0;
}
.recruit__selection-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .recruit__selection-row {
    flex-direction: column;
    gap: 8px;
    padding: 16px 0;
  }
}
.recruit__selection-label {
  flex: 0 0 140px;
  color: #0087d5;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .recruit__selection-label {
    font-size: 14px;
  }
}
.recruit__selection-value {
  flex: 1;
  min-width: 0;
}
.recruit__selection-value p {
  font-size: 1.4rem;
  line-height: 1.7142857143em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .recruit__selection-value p {
    font-size: 13px;
  }
}
.recruit__selection-value p + p {
  margin-top: 6px;
}
.recruit__requirements-tag {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 60px;
  margin: 0 auto 40px;
  color: #112c4b;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  background: rgba(0, 135, 213, 0.2);
}
.recruit__requirements-tag:not(:first-child) {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .recruit__requirements-tag {
    padding: 10px 32px;
    margin-bottom: 24px;
    font-size: 16px;
  }
  .recruit__requirements-tag:not(:first-child) {
    margin-top: 48px;
  }
}
.recruit__job {
  padding: 40px 44px;
  margin-bottom: 32px;
  background: #fff;
}
.recruit__job:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit__job {
    padding: 24px 20px;
    margin-bottom: 20px;
  }
}
.recruit__job-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  margin-bottom: 8px;
  color: #0a0fa6;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .recruit__job-title {
    padding-bottom: 16px;
    font-size: 16px;
  }
}
.recruit__job-toggle {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #112c4b;
  border-radius: 50%;
}
.recruit__job-toggle img {
  width: 14px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .recruit__job-toggle {
    width: 32px;
    height: 32px;
  }
  .recruit__job-toggle img {
    width: 10px;
  }
}
.recruit__job-table {
  width: 100%;
  border-collapse: collapse;
}
.recruit__job-table th,
.recruit__job-table td {
  padding: 20px 24px;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .recruit__job-table th,
  .recruit__job-table td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
.recruit__job-table th {
  width: 220px;
  background: rgba(17, 44, 75, 0.04);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .recruit__job-table th {
    width: 100%;
    padding-bottom: 2px;
    background: none;
    font-weight: 700;
  }
}
.recruit__job-table td {
  font-size: 1.4rem;
  line-height: 1.7142857143em;
  color: #333;
}
.recruit__job-table td p + p {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .recruit__job-table td {
    padding-top: 0;
    font-size: 13px;
  }
}

.steel {
  display: block;
}
.steel__catch {
  padding-block: 60px 80px;
}
@media screen and (max-width: 767px) {
  .steel__catch {
    padding-block: 40px 60px;
  }
}
.steel__catch .divider {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .steel__catch .divider {
    margin-top: 50px;
  }
}
.steel__lead {
  margin-bottom: 56px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.45em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .steel__lead {
    margin-bottom: 36px;
    font-size: 32px;
  }
}
.steel__intro {
  padding-block: 0;
}
.steel__quality-heading {
  padding-left: 35px;
  margin-bottom: 60px;
  border-left: 4px solid #112c4b;
  color: #112c4b;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 1.4117647059em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .steel__quality-heading {
    padding-left: 24px;
    margin-bottom: 40px;
    border-left-width: 2px;
    font-size: 28px;
  }
}
.steel__quality {
  margin-left: max(4%, (100% - 1080px) / 2 + 40px);
  display: flex;
  gap: 110px;
}
@media screen and (max-width: 1024px) {
  .steel__quality {
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .steel__quality {
    flex-direction: column;
    gap: 40px;
  }
}
.steel__quality-text {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .steel__quality-text {
    font-size: 14px;
  }
}
.steel__quality-figure {
  flex-shrink: 0;
  width: 50.7%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .steel__quality-figure {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
  }
}
.steel__quality-picture {
  display: block;
  overflow: hidden;
}
.steel__features-sec {
  padding-block: 80px 0;
}
@media screen and (max-width: 767px) {
  .steel__features-sec {
    padding-block: 60px 0;
  }
}
.steel__features-sec .section-title {
  color: #112c4b;
  margin-block: 80px 48px;
}
@media screen and (max-width: 767px) {
  .steel__features-sec .section-title {
    margin-block: 60px 32px;
  }
}
.steel__features-sec .section-title::before {
  display: none;
}
.steel__features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 800px;
  margin: 0 auto 75px;
}
@media screen and (max-width: 767px) {
  .steel__features {
    margin-bottom: 35px;
  }
}
.steel__features-item {
  position: relative;
  padding: 16px 30px;
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.7777777778em;
  letter-spacing: 0.1em;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .steel__features-item {
    font-size: 16px;
    padding: 16px 24px;
  }
}
.steel__features-item::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: #80cccc;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .steel__features-item::before {
    width: 14px;
    height: 14px;
  }
}
.steel__cta {
  text-align: center;
}
.steel__cta-btn {
  --btn-bg: #ff4b2e;
}
.steel__process {
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .steel__process {
    padding-block: 60px;
  }
}
.steel__process .section-title {
  color: #112c4b;
  margin-block: 80px 40px;
}
@media screen and (max-width: 767px) {
  .steel__process .section-title {
    margin-block: 60px 32px;
  }
}
.steel__process .section-title::before {
  display: none;
}
.steel__process-list {
  counter-reset: step;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .steel__process-list {
    gap: 20px;
  }
}
.steel__process-step {
  padding: 24px 50px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .steel__process-step {
    padding: 16px 24px;
  }
}
.steel__process-head {
  display: flex;
  align-items: baseline;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .steel__process-head {
    gap: 20px;
  }
}
.steel__process-num {
  flex: 0 0 auto;
  color: #66b7e6;
  font-family: "Allura", cursive;
  font-weight: 400;
  font-size: 5rem;
  font-variant-numeric: lining-nums;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .steel__process-num {
    font-size: 40px;
  }
}
.steel__process-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 2.0769230769em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .steel__process-title {
    font-size: 20px;
  }
}
.steel__process-photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
  margin-block: 28px 12px;
}
@media screen and (max-width: 767px) {
  .steel__process-photos {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-block: 20px 10px;
  }
}
.steel__process-photo figcaption {
  margin-top: 12px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .steel__process-photo figcaption {
    margin-top: 8px;
    font-size: 14px;
  }
}
.steel__process-picture {
  display: block;
  width: 100%;
  aspect-ratio: 428/321;
  overflow: hidden;
}
.steel__qualifications {
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .steel__qualifications {
    padding-block: 60px;
  }
}
.steel__band {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 340px;
  padding: 24px 48px;
  margin: 0 auto 40px;
  text-align: center;
  background: #d8dbca;
}
@media screen and (max-width: 767px) {
  .steel__band {
    min-width: unset;
    padding: 16px 48px;
    margin-bottom: 24px;
  }
}
.steel__band:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .steel__band:not(:first-child) {
    margin-top: 40px;
  }
}
.steel__band-title {
  color: #112c4b;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .steel__band-title {
    font-size: 28px;
  }
}
.steel__panel {
  padding: 30px 80px;
  margin-bottom: 30px;
  background: #f2f9fd;
}
@media screen and (max-width: 767px) {
  .steel__panel {
    padding: 20px 40px;
    margin-bottom: 20px;
  }
}
.steel__panel:last-child {
  margin-bottom: 0;
}
.steel__panel-title {
  margin-bottom: 28px;
  color: #112c4b;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .steel__panel-title {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.steel__panel-title::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 275px;
  height: 1px;
  margin: 16px auto 0;
  background: #112c4b;
}
@media screen and (max-width: 767px) {
  .steel__panel-title::after {
    max-width: 250px;
    margin-top: 14px;
  }
}
.steel__qual-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media screen and (max-width: 1024px) {
  .steel__qual-table {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .steel__qual-table {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.steel__qual-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 2px dotted #b8c0c9;
}
.steel__qual-row:last-child {
  border-bottom: none;
}
.steel__qual-name {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .steel__qual-name {
    font-size: 14px;
  }
}
.steel__qual-count {
  flex: 0 0 auto;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .steel__qual-count {
    font-size: 14px;
  }
}
.steel__equip-table {
  overflow-x: auto;
}
.steel__equip-row {
  display: grid;
  grid-template-columns: minmax(270px, 2fr) minmax(200px, 1fr) 80px minmax(285px, 1fr);
  min-width: 840px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  border-top: 1px solid #b8c0c9;
}
@media screen and (max-width: 767px) {
  .steel__equip-row {
    font-size: 14px;
  }
}
.steel__equip-row:last-child {
  border-bottom: 1px solid #b8c0c9;
}
.steel__equip-row span {
  padding: 10px 20px;
}
.steel__equip-row span + span {
  border-left: 1px dashed #b8c0c9;
}
.steel__equip-row span:nth-child(3) {
  text-align: center;
}

.strengths {
  display: block;
}
.strengths__catch {
  padding-block: 65px 85px;
  background: #f7f8f5;
}
@media screen and (max-width: 767px) {
  .strengths__catch {
    padding-block: 35px 45px;
  }
}
.strengths__catch-text {
  margin-bottom: 100px;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .strengths__catch-text {
    margin-bottom: 50px;
    font-size: 32px;
  }
}
.strengths__body {
  padding-bottom: 100px;
  background: #f7f8f5;
}
@media screen and (max-width: 767px) {
  .strengths__body {
    padding-bottom: 60px;
  }
}
.strengths__section-head {
  padding: 100px 0 40px;
}
@media screen and (max-width: 767px) {
  .strengths__section-head {
    padding: 50px 0 28px;
  }
}
.strengths__lead-top {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 6.7%;
  padding-right: 4%;
}
@media screen and (max-width: 1024px) {
  .strengths__lead-top {
    flex-direction: column;
    gap: 40px;
  }
}
.strengths__lead-top .strengths__lead-photo {
  width: 67.2%;
  aspect-ratio: 864/486;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .strengths__lead-top .strengths__lead-photo {
    width: 100%;
  }
}
.strengths__lead-bottom {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 36px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .strengths__lead-bottom {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .strengths__lead-bottom {
    align-items: stretch;
    gap: 28px;
    margin-top: 32px;
    margin-bottom: 50px;
  }
}
.strengths__lead-photo--sub {
  flex-shrink: 0;
  width: 36%;
  aspect-ratio: 360/270;
}
@media screen and (max-width: 1024px) {
  .strengths__lead-photo--sub {
    width: 100%;
  }
}
.strengths__lead-text {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .strengths__lead-text {
    font-size: 14px;
  }
}
.strengths__quote {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .strengths__quote {
    justify-content: center;
  }
}
.strengths__quote-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
  padding: 18px 16px;
  color: #112c4b;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: #fff;
  border: 1px solid #b8c0c9;
}
@media screen and (max-width: 767px) {
  .strengths__quote-box {
    padding: 16px 8px;
    font-size: 28px;
  }
}
.strengths__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .strengths__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 50px;
  }
}
.strengths__card {
  display: flex;
  flex-direction: column;
}
.strengths__card-photo {
  position: relative;
  margin-bottom: 14px;
  aspect-ratio: 460/306;
  overflow: hidden;
}
.strengths__card-title {
  margin-bottom: 10px;
  color: #112c4b;
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .strengths__card-title {
    font-size: 32px;
  }
}
.strengths__card-sub {
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  text-align: center;
  color: #787157;
}
@media screen and (max-width: 767px) {
  .strengths__card-sub {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.strengths__card-text {
  font-size: 1.6rem;
  line-height: 1.875em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .strengths__card-text {
    font-size: 14px;
  }
}
.strengths__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.strengths__stat {
  display: flex;
  flex: 1 1 312px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 312px;
  padding: 40px 24px;
  text-align: center;
  background: #fff;
  border: 3px solid #dbdfe4;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .strengths__stat {
    flex: 1 1 100%;
    padding: 32px 24px;
    border-radius: 10px;
  }
}
.strengths__stat-title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .strengths__stat-title {
    font-size: 24px;
  }
}
.strengths__stat-line {
  width: 40px;
  height: 4px;
  margin: 24px 0;
  background: #099;
}
@media screen and (max-width: 767px) {
  .strengths__stat-line {
    height: 2px;
  }
}
.strengths__stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin-bottom: 20px;
}
.strengths__stat-icon img {
  max-height: 100px;
}
@media screen and (max-width: 767px) {
  .strengths__stat-icon img {
    max-height: 80px;
  }
}
.strengths__stat-value {
  color: #0087d5;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .strengths__stat-value {
    font-size: 28px;
  }
}
.strengths__stat-value .fs-46 {
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .strengths__stat-value .fs-46 {
    font-size: 40px;
  }
}

.works__filter {
  padding-block: 40px 60px;
}
.works__filter .container {
  max-width: calc(840px + 8%) !important;
}
.works__filter-label {
  margin-bottom: 32px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .works__filter-label {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
.works__tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 270px));
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .works__tabs {
    grid-template-columns: 1fr;
  }
}
.works__tab-link {
  --btn-fg: #112c4b;
  --btn-bg: #fff;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-color: #b8c0c9;
}
.works__tab-link .button__icon {
  background-color: #0087d5;
}
.works__tab-link:hover {
  color: #fff;
  background: #0a0fa6;
  border-color: #0a0fa6;
}
.works__tab-link:hover .button__icon {
  background-color: #fff;
}
.works__tab--active .works__tab-link {
  color: #fff;
  background: #0a0fa6;
  border-color: #0a0fa6;
}
.works__tab--active .works__tab-link .button__icon {
  background-color: #fff;
}
.works__list {
  padding-block: 80px 110px;
  background: #f7f8f5;
}
@media screen and (max-width: 767px) {
  .works__list {
    padding-block: 60px 80px;
  }
}
.works__list .container {
  max-width: calc(1040px + 8%) !important;
}
.works__category-band {
  padding: 18px 24px;
  margin-bottom: 68px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  background: #d8dbca;
}
@media screen and (max-width: 767px) {
  .works__category-band {
    padding: 16px 20px;
    margin-bottom: 48px;
    font-size: 28px;
  }
}
.works__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .works__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .works__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.works__card-link {
  display: block;
}
.works__card-figure {
  position: relative;
  width: 100%;
  aspect-ratio: 320/240;
  overflow: hidden;
  background: #dbdfe4;
}
.works__card-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #0a0fa6;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.works__card-picture {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s ease;
}
.works__card-link:hover .works__card-picture {
  transform: scale(1.05);
}
.works__card-link:hover .works__card-figure::after {
  opacity: 0.3;
}
.works__card-tag {
  display: block;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  min-width: 140px;
  padding: 9px 24px;
  color: #112c4b;
  font-size: 1.4rem;
  font-weight: 500;
  background: #fff;
  border: 1px solid #b8c0c9;
  border-radius: 999px;
}
.works__card-title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 6px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.875em;
  position: relative;
}
.works__card-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 1px;
  background: currentcolor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .works__card-title {
    font-size: 14px;
  }
}
.works__card-link:hover .works__card-title::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.works__pagination {
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .works__pagination {
    margin-top: 45px;
  }
}
.works__pagination-count {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #333;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .works__pagination-count {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.works__pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.works__pagination-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #112c4b;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1em;
  background: #fff;
  border: 1px solid #b8c0c9;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .works__pagination-item a {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
.works__pagination-item a:hover {
  border-color: #0a0fa6;
}
.works__pagination-item a:hover::before {
  background: #0a0fa6;
}
.works__pagination-item:not(.works__pagination-item--arrow) a:hover {
  border-color: #0a0fa6;
}
.works__pagination-item--arrow a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.14%2012.29'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20stroke:%20%230087d5;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%202px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cline%20class='cls-1'%20x1='1'%20y1='6.14'%20x2='18.14'%20y2='6.14'/%3e%3cline%20class='cls-1'%20x1='18.14'%20y1='6.14'%20x2='12.83'%20y2='1'/%3e%3cline%20class='cls-1'%20x1='12.83'%20y1='11.29'%20x2='18.14'%20y2='6.14'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center/contain;
          mask: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.14%2012.29'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20stroke:%20%230087d5;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%202px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_文字'%20data-name='文字'%3e%3cg%3e%3cline%20class='cls-1'%20x1='1'%20y1='6.14'%20x2='18.14'%20y2='6.14'/%3e%3cline%20class='cls-1'%20x1='18.14'%20y1='6.14'%20x2='12.83'%20y2='1'/%3e%3cline%20class='cls-1'%20x1='12.83'%20y1='11.29'%20x2='18.14'%20y2='6.14'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center/contain;
  background: #708093;
  width: 20px;
  height: 12px;
  display: block;
}
.works__pagination-item--prev a::before {
  transform: translate(-50%, -50%) scaleX(-1);
}
.works__pagination-item--active a {
  color: #fff;
  background: #0a0fa6;
  border-color: #0a0fa6;
}

.works-detail {
  display: block;
}
.works-detail__project {
  padding-block: 100px 120px;
  background: #f7f8f5;
}
@media screen and (max-width: 767px) {
  .works-detail__project {
    padding-block: 80px 100px;
  }
}
.works-detail__head {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .works-detail__head {
    margin-bottom: 24px;
  }
}
.works-detail__title {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .works-detail__title {
    font-size: 28px;
  }
}
.works-detail__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-block: 20px 40px;
}
@media screen and (max-width: 767px) {
  .works-detail__meta {
    gap: 16px;
    margin-block: 18px 32px;
  }
}
.works-detail__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 10px 12px;
  color: #112c4b;
  font-size: 1.4rem;
  font-weight: 500;
  background: #fff;
  border: 1px solid #b8c0c9;
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .works-detail__tag {
    padding: 8px 10px;
    font-size: 12px;
  }
}
.works-detail__date {
  color: #808080;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .works-detail__date {
    font-size: 12px;
  }
}
.works-detail__main-figure {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .works-detail__main-figure {
    margin-bottom: 30px;
  }
}
.works-detail__spec {
  margin: 0 0 56px;
}
@media screen and (max-width: 767px) {
  .works-detail__spec {
    margin-bottom: 32px;
  }
}
.works-detail__spec-row {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #b8c0c9;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .works-detail__spec-row {
    gap: 20px;
  }
}
.works-detail__spec-row:first-child {
  border-top: 1px solid #b8c0c9;
}
.works-detail__spec-label, .works-detail__spec-value {
  padding-block: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .works-detail__spec-label, .works-detail__spec-value {
    padding-block: 14px;
    font-size: 14px;
  }
}
.works-detail__spec-label {
  flex: 0 0 210px;
  padding-left: 56px;
  border-right: 1px dashed #b8c0c9;
}
@media screen and (max-width: 767px) {
  .works-detail__spec-label {
    flex: 0 0 90px;
    padding-inline: 8px;
  }
}
.works-detail__spec-value {
  flex: 1;
  padding-right: 56px;
}
@media screen and (max-width: 767px) {
  .works-detail__spec-value {
    padding-right: 8px;
  }
}
.works-detail__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 65px;
}
@media screen and (max-width: 767px) {
  .works-detail__gallery {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.works-detail__gallery-figure {
  width: 100%;
  aspect-ratio: 460/305;
  overflow: hidden;
}
.works-detail__gallery-picture {
  display: block;
  width: 100%;
  height: 100%;
}
.works-detail__gallery-caption {
  margin-top: 20px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .works-detail__gallery-caption {
    font-size: 14px;
  }
}
.works-detail__band {
  padding: 18px 24px;
  margin-bottom: 100px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  background: #d8dbca;
}
@media screen and (max-width: 767px) {
  .works-detail__band {
    padding: 16px 20px;
    margin-bottom: 60px;
    font-size: 28px;
  }
}
.works-detail__year-block {
  background: #fff;
  padding: 40px 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .works-detail__year-block {
    padding: 30px 40px;
    margin-bottom: 40px;
  }
}
.works-detail__year-block:last-child {
  margin-bottom: 0;
}
.works-detail__year {
  margin-bottom: 36px;
  color: #0087d5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .works-detail__year {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.works-detail__record-table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .works-detail__record-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.works-detail__record-table thead {
  border-block: 1px solid #b8c0c9;
}
.works-detail__record-th {
  padding: 18px 24px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  background: #e7eaed;
}
@media screen and (max-width: 767px) {
  .works-detail__record-th {
    padding: 16px 20px;
    font-size: 14px;
  }
}
.works-detail__record-row {
  background: #fff;
  border-bottom: 1px solid #b8c0c9;
}
.works-detail__record-td {
  padding: 18px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6em;
  border-right: 1px solid #b8c0c9;
}
@media screen and (max-width: 767px) {
  .works-detail__record-td {
    padding: 16px 20px;
    font-size: 14px;
  }
}
.works-detail__record-td.name {
  padding-left: 0;
}
.works-detail__record-td.quantity {
  text-align: center;
}
.works-detail__record-td:last-child {
  border-right: none;
}

.container {
  width: 100%;
  max-width: calc(1000px + 8%);
  margin: 0 auto;
  padding-inline: 4%;
  box-sizing: border-box;
}

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

.pc-flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: none;
  }
}

.tb-980 {
  display: none;
}
@media screen and (max-width: 980px) {
  .tb-980 {
    display: block;
  }
}

.tb-980-flex {
  display: none;
}
@media screen and (max-width: 980px) {
  .tb-980-flex {
    display: flex;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sp-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: flex;
  }
}

.block {
  display: block;
}

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

.white {
  color: #fff;
}

.black {
  color: #000;
}

.blue-sky {
  color: #0087d5;
}

.blue-80 {
  color: #80c3ea;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  margin-top: 5px;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  background: #ff2c2c;
  color: #fff;
  padding: 15px 10px;
  font-size: 1.4rem;
  margin: 2em auto 1em !important;
  width: -moz-fit-content;
  width: fit-content;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
}

.wpcf7-form-control-wrap {
  width: 100%;
}