@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

/* ==========================================================================
   FV (First View)
   ========================================================================== */
.fv.c-box {
  justify-content: flex-start;
  padding-left: 12.3611111111vw;
}
@media screen and (max-width: 768px) {
  .fv.c-box {
    padding-left: 26px;
  }
}

.fv {
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  .fv {
    margin-top: 80px;
  }
}
.fv {
  position: relative;
  width: 100%;
  min-height: 735px;
}
@media screen and (max-width: 768px) {
  .fv {
    min-height: 680px;
  }
}
.fv {
  background-color: #ffffff;
  overflow: hidden;
}
.fv .bg-letters {
  position: absolute;
  bottom: -24px;
}
@media screen and (max-width: 768px) {
  .fv .bg-letters {
    bottom: 0px;
  }
}
.fv .bg-letters {
  left: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
.fv .bg-letters__viewport {
  overflow: hidden;
  width: 100%;
}
.fv .bg-letters__track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  width: max-content;
  animation: fv-bg-letters-marquee 45s linear infinite;
  will-change: transform;
}
.fv .bg-letters__text {
  flex-shrink: 0;
  box-sizing: border-box;
  padding-right: 0.35em;
  color: #f39800;
  font-family: "M PLUS 1p", sans-serif;
  font-size: clamp(80px, 14vw, 200px);
  font-style: normal;
  font-weight: 200;
  line-height: 100%;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .fv .bg-letters__text {
    font-size: 42px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fv .bg-letters .bg-letters__track {
    animation: none;
    transform: translateX(0);
  }
}
.fv__mv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: 640px;
}
.fv__mv-brand {
  position: relative;
  flex: 0 0 8.6805555556vw;
  width: 8.6805555556vw;
  height: 640px;
}
@media screen and (max-width: 768px) {
  .fv__mv-brand {
    flex: 0 0 20px;
    width: 20px;
  }
}
.fv__mv-brand-text {
  position: absolute;
  top: 165px;
  left: 3.4722222222vw;
  box-sizing: border-box;
  width: 1.7361111111vw;
  height: 310px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #000000;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fv__mv-brand-text {
    font-size: 12px;
    left: 5px;
  }
}
.fv__mv-slider {
  flex: 1;
  min-width: 0;
  height: 640px;
  overflow: hidden;
}
.fv__mv-swiper.swiper {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.fv__mv-slide.swiper-slide {
  flex-shrink: 0;
  position: relative;
  width: 328.75px;
  height: 640px;
}
.fv__mv-photo {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv__mv-photo-img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv .c-box__inner {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding-top: 135px;
  padding-bottom: 40px;
}
.fv__lead {
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-sizing: border-box;
  width: 100%;
}
.fv__lead-permit {
  margin: 0;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .fv__lead-permit {
    font-size: 18px;
  }
}
.fv__lead-permit {
  line-height: 160%;
  color: #ffffff;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.6);
}
.fv__lead-headings {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fv__lead-heading {
  align-self: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  color: #000000;
  text-align: left;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .fv__lead-heading {
    font-size: 26px;
  }
}
.fv__lead-services {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fv__lead-service {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fv__lead-service-box {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  flex-wrap: wrap;
  gap: 6px;
  padding: 3px 4px 3px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom: 5px solid #0081c0;
}
.fv__lead-service-text {
  margin: 0;
  padding: 2px 8px 3px;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.005em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .fv__lead-service-text {
    font-size: 16px;
    padding: 0;
  }
}

@keyframes fv-bg-letters-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* ==========================================================================
   News（お知らせ） Figma 3311:41490
   ========================================================================== */
.news {
  position: relative;
  overflow: hidden;
  min-height: 360px;
}
@media screen and (max-width: 768px) {
  .news {
    min-height: 0;
  }
}
.news__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 364px;
  background-image: url("../assets/images/news/news_bg.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  pointer-events: none;
}
.news__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.news__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 69px;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news__inner {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 40px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.news__side {
  flex: 0 0 232px;
  width: 232px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .news__side {
    flex: none;
    width: 100%;
    gap: 24px;
  }
}
.news__body {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .news__body {
    width: 100%;
    min-width: 0;
  }
}
.news__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 819px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .news__list {
    width: 100%;
  }
}
.news__item {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
}
.news__item + .news__item {
  padding-top: 16px;
}
.news__topic {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.news__date {
  display: block;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #000000;
}
.news__title {
  margin: 0;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .news__title {
    word-break: break-word;
  }
}

/* ==========================================================================
   Company（会社概要） Figma 3311:41518
   ========================================================================== */
.company {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 711px;
}
@media screen and (max-width: 768px) {
  .company {
    min-height: 0;
  }
}
.company {
  background-color: #ffffff;
}
.company__dec {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  line-height: 0;
}
.company__dec--dots1 {
  top: -115px;
  left: -137px;
  width: 1170px;
  max-width: none;
}
.company__dec--dots2 {
  top: 1px;
  left: 50.2083333333%;
  width: min(1004px, 69.722222vw);
  max-width: none;
}
.company {
  /* Figma 3311:41518 Group 6256504（ロゴのウォーターマーク） */
}
.company__watermark {
  position: absolute;
  z-index: 0;
  top: 4.5274261603%;
  left: 49.6527777778%;
  width: 59.7222222222%;
  min-width: 430px;
  max-width: none;
  pointer-events: none;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .company__watermark {
    top: 0;
    left: auto;
    right: -15%;
    width: 50%;
    min-width: 0;
    opacity: 0.85;
  }
}
.company__watermark-img {
  display: block;
  width: 100%;
  height: auto;
}
.company__dec-img {
  display: block;
  width: 100%;
  height: auto;
}
.company__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company__inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.company__stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company__stack {
    gap: 28px;
  }
}
.company__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.company__title-en {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 110px;
  line-height: 130%;
  color: #454d51;
}
@media screen and (max-width: 768px) {
  .company__title-en {
    font-size: 48px;
    line-height: 120%;
  }
}
.company__pillars {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.company__pillar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}
.company__pillar-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.company__pillar-icon-img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.company__pillar-text {
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #0081c0;
}
@media screen and (max-width: 768px) {
  .company__pillar-text {
    font-size: 18px;
    line-height: 140%;
  }
}
.company__detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  box-sizing: border-box;
  width: 100%;
  max-width: 504px;
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .company__detail {
    max-width: 100%;
    margin-left: 0;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    gap: 28px;
  }
}
.company__copy {
  margin: 0;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #000000;
}
.company__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .company__actions {
    flex-wrap: wrap;
    gap: 16px;
  }
}

/* ==========================================================================
   Business（事業案内） Figma 3311:50577 PRODUCTS
   ========================================================================== */
@media screen and (min-width: 1200px) {
  .business.c-box {
    padding-left: max(24px, (100vw - 1160px) / 2 + 20px);
    padding-right: max(24px, (100vw - 1160px) / 2 - 20px);
  }
}

.business .c-box__inner {
  max-width: 1160px;
}

.business {
  box-sizing: border-box;
  min-height: 918px;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .business {
    min-height: 0;
  }
}
.business .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
}
.business .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1440px) {
  .business .bg-img {
    height: 23.6111111111vw;
  }
}
@media screen and (max-width: 1100px) {
  .business .bg-img {
    height: 18.1818181818vw;
  }
}
@media screen and (max-width: 768px) {
  .business .bg-img {
    height: 150px;
  }
}
.business__inner {
  position: relative;
  box-sizing: border-box;
  padding-top: 200px;
  padding-bottom: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .business__inner {
    padding-top: 160px;
    padding-bottom: 48px;
  }
}
.business__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 40px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .business__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .business__content {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 32px;
  }
}
.business__intro {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1 1 240px;
  gap: 40px;
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .business__intro {
    flex: none;
    gap: 24px;
  }
}
.business {
  /* Figma: 事業案内は日本語ラベルが #000 */
}
.business .cmn-head1__jp {
  color: #000000;
}
.business__copy-group {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 20px;
}
.business__lead {
  margin: 0;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  text-align: left;
  color: #0081c0;
}
@media screen and (max-width: 768px) {
  .business__lead {
    font-size: 20px;
    line-height: 160%;
  }
}
.business__body {
  margin: 0;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: left;
  color: #000000;
}
.business__cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .business__cta {
    justify-content: flex-start;
  }
}
.business__card {
  flex: 0 0 auto;
  box-sizing: border-box;
  max-width: 100%;
}
.business__card-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  box-sizing: border-box;
  padding: 60px 80px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .business__card-inner {
    gap: 28px;
    padding: 28px 20px;
    align-items: stretch;
  }
}
.business__badge {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 160px;
  min-height: 38px;
  margin: 0;
  padding: 0;
  border: none;
  font-weight: inherit;
  background: linear-gradient(90deg, #0081c0 0%, #1d548c 100%);
}
.business__badge-text {
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .business__badge-text {
    font-size: 20px;
    line-height: 160%;
  }
}
.business__services {
  display: grid;
  grid-template-columns: repeat(2, 240px);
  column-gap: 50px;
  row-gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .business__services {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 24px;
    row-gap: 24px;
    width: 100%;
  }
}
.business__service {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  width: 240px;
  min-height: 40px;
  max-width: 100%;
  padding: 0 0 5px;
  border-bottom: 1.5px solid #7d7d7d;
}
@media screen and (max-width: 768px) {
  .business__service {
    width: 100%;
    max-width: 100%;
    gap: 12px;
  }
}
.business__service-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.business__service-icon-img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.business__service-label {
  flex: 1;
  min-width: 0;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #000000;
}

/* ==========================================================================
   Access（アクセス） Figma 3311:50805
   ========================================================================== */
.access {
  box-sizing: border-box;
  min-height: 441px;
  background-color: #ffffff;
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}
@media screen and (max-width: 768px) {
  .access {
    min-height: 0;
  }
}
.access__inner {
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .access__inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.access__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 30px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .access__content {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 28px;
  }
}
.access__side {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 310px;
  max-width: 100%;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .access__side {
    flex: none;
    width: 100%;
    max-width: 100%;
    gap: 24px;
  }
}
.access .cmn-head1__jp {
  color: #000000;
}
.access__address {
  margin: 0;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: left;
  color: #000000;
}
.access__cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  width: 100%;
}
.access__media {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  flex: 1 1 auto;
  justify-content: flex-start;
  gap: 20px;
  box-sizing: border-box;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .access__media {
    flex: none;
    width: 100%;
    justify-content: center;
  }
}
.access__thumb {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 380px;
  max-width: 100%;
  height: 220px;
  overflow: hidden;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .access__thumb {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    aspect-ratio: 380/220;
  }
}
.access__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
}
.access__embed {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ==========================================================================
   Contact（お問い合わせ） Figma 3311:50822 CONTACT③
   ========================================================================== */
.contact {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 538px;
}
@media screen and (max-width: 768px) {
  .contact {
    min-height: 0;
  }
}
.contact__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 538px;
  background-image: url("../assets/images/contact/contact_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.contact__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-top: 120px;
  padding-bottom: 90px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    padding-top: 64px;
    padding-bottom: 56px;
  }
}
.contact__stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
}
.contact__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 110px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 4px #000000;
  text-shadow: 6px 6px 8px rgba(0, 129, 192, 0.3);
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 52px;
    -webkit-text-stroke: 2px #000000;
    text-shadow: 4px 4px 6px rgba(0, 129, 192, 0.25);
  }
}
.contact__panels {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  box-sizing: border-box;
  padding-top: 35px;
  width: 100%;
  min-height: 208px;
}
@media screen and (max-width: 768px) {
  .contact__panels {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 28px;
    min-height: 0;
    gap: 24px;
  }
}
.contact__tell {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex: 0 1 550px;
  box-sizing: border-box;
  width: 550px;
  max-width: 100%;
  min-height: 0;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .contact__tell {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}
.contact__tell-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 7px;
  box-sizing: border-box;
  width: 100%;
  max-width: 408px;
}
.contact__icon {
  display: flex;
  flex-shrink: 0;
  align-self: center;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 0;
}
.contact__icon-img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.contact__tel {
  margin: 0;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000000;
}
.contact__tel a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .contact__tel {
    font-size: 32px;
    letter-spacing: 0.06em;
  }
}
.contact__fax {
  margin: 0;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000000;
}
.contact__divider {
  flex-shrink: 0;
  align-self: stretch;
  box-sizing: border-box;
  width: 0;
  min-height: 173px;
  border-left: 2px solid #000000;
}
@media screen and (max-width: 768px) {
  .contact__divider {
    align-self: center;
    width: min(240px, 80%);
    min-height: 0;
    height: 0;
    border-left: none;
    border-top: 2px solid #000000;
  }
}
.contact__form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex: 0 1 550px;
  box-sizing: border-box;
  width: 550px;
  max-width: 100%;
  min-height: 196px;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .contact__form {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }
}
.contact__form-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  box-sizing: border-box;
  max-width: 436px;
  padding: 0;
  text-decoration: none;
  color: #000000;
}
.contact__form-link:hover .contact__form-text {
  text-decoration: underline;
}
.contact__form-text {
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 175%;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .contact__form-text {
    font-size: 18px;
    line-height: 170%;
  }
}/*# sourceMappingURL=index.css.map */