:root {
  --bg-soft: #f8f8f8;
  --teal: #2cb2a2;
  --ink: #191919;
  --line: #e7e7e7;
  --blue: #435f83;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  color: var(--ink);
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
}

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

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

.container {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 20;
  background: #fff;
  height: 90px;
}

.header-inner {
  position: relative;
  height: 90px;
  width: min(1280px, 100%);
  padding: 0;
}

.logo-wrap {
  position: absolute;
  left: 20px;
  top: 28px;
  line-height: 0;
}

.logo-single {
  width: 327px;
  max-width: none;
}

.header-nav {
  position: absolute;
  left: 572px;
  top: 34px;
  display: flex;
  gap: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.header-nav__item:nth-child(1) { width: 64px; text-align: center; }
.header-nav__item:nth-child(2) { width: 144px; text-align: center; }
.header-nav__item:nth-child(3) { width: 64px; text-align: center; }

.header-actions {
  position: absolute;
  right: 20px;
  top: 15px;
  display: flex;
  gap: 10px;
}

.btn {
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 700;
  min-width: 170px;
  gap: 0;
  line-height: 32px;
  justify-content: flex-start;
  padding: 0;
  position: relative;
}

.btn-phone {
  border: 1px solid var(--ink);
  background: #fff;
}

.btn-mail {
  background: var(--teal);
  color: #fff;
}

.btn-ico {
  position: absolute;
  left: 22px;
  top: 11px;
  width: 25px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 32px;
}

.btn-phone .btn-ico {
  background-image: url("assets/images/header-icon-tel.png");
}

.btn-mail .btn-ico {
  background-image: url("assets/images/header-icon-mail.png");
}

.btn-phone {
  padding-left: 54px;
}

.btn-mail {
  padding-left: 51px;
}

.hero {
  position: relative;
  z-index: 3;
  padding: 0;
  background: #fff;
  overflow: visible;
}

.hero-stage {
  position: relative;
  height: 716px;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: visible;
}

.hero-copy {
  position: absolute;
  left: 53px;
  top: 60px;
  width: 336px;
  z-index: 3;
}

.hero-kicker {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}

.hero-copy h1 {
  margin: 15px 0 0;
  font-size: 48px;
  line-height: 65px;
  letter-spacing: 0.01em;
  font-weight: 700;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 27px 0 0 2px;
  display: grid;
  gap: 15px;
}

.hero-points li {
  width: 329px;
  background: #435f83;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 56px;
}

.hero-visual {
  position: absolute;
  left: 454px;
  top: 8px;
  width: 806px;
  height: 688px;
  overflow: hidden;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.message {
  position: relative;
  z-index: 1;
  padding: 0;
}

.message-stage {
  position: relative;
  width: 1280px;
  max-width: 100%;
  height: 855px;
  margin: 0 auto;
  background: linear-gradient(180deg, #efecec 21.635%, #ffffff 100%);
  overflow: hidden;
}

.message-watermark {
  position: absolute;
  left: 6.75px;
  top: -4.5px;
  width: 1269.523px;
  height: 119.125px;
  max-width: none;
  opacity: 0.9;
}

.message-lead {
  position: absolute;
  left: 144px;
  top: 175px;
  margin: 0;
  width: 444px;
  color: var(--teal);
  font-size: 30px;
  line-height: 58px;
  font-weight: 700;
}

.message-text {
  position: absolute;
  left: 144px;
  top: 335px;
  width: 444px;
}

.message-text p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 40px;
}

.message-photo {
  position: absolute;
  left: 696px;
  top: 76px;
  width: 444.266px;
  height: 680px;
  border-radius: 222px 222px 0 0;
  overflow: hidden;
}

.message-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.message-person {
  position: absolute;
  z-index: 3;
}

.message-person--left {
  left: 29px;
  top: 41px;
  width: 94px;
  height: 192px;
}

.message-person--right {
  left: 1038px;
  top: 666px;
  width: 164px;
  height: 148px;
}

.section {
  padding: 90px 0;
}

.section-title {
  margin: 0;
  text-align: center;
  font-size: clamp(44px, 7vw, 80px);
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Afacad", sans-serif;
}

.section-sub {
  margin: 12px 0 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.45em;
}

.business-f {
  background: #ffffff;
  padding: 0;
}

.business-f__stage {
  position: relative;
  width: 1280px;
  max-width: 100%;
  min-height: 1325px;
  margin: 0 auto;
  padding: 146px 20px 105px;
  background: #ffffff;
}

.business-f__person {
  position: absolute;
  left: 97px;
  top: 91px;
  width: 202px;
  height: 178px;
}

.business-f__title {
  margin: 0;
  text-align: center;
  font-size: 80px;
  line-height: 34px;
  font-family: "Afacad", sans-serif;
  font-weight: 400;
}

.business-f__sub {
  margin: 26px 0 56px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5em;
  line-height: 34px;
}

.business-f__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #d7d7d7;
}

.business-f__card {
  border-right: 1px solid #d7d7d7;
}

.business-f__card:nth-child(4n) {
  border-right: 0;
}

.business-f__card:nth-child(n + 5) {
  border-top: 1px solid #d7d7d7;
}

.business-f__card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.business-f__card h3 {
  margin: 16px 14px 10px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
}

.business-f__card p {
  margin: 0 16px 12px;
  font-size: 16px;
  line-height: 2;
}

.reform-f {
  position: relative;
  background: #f8f8f8;
  overflow: hidden;
}

.reform-f::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 114px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 68%, 0 0);
  z-index: 2;
  pointer-events: none;
}

.reform-f__stage {
  position: relative;
  width: 1280px;
  max-width: 100%;
  min-height: 1236px;
  margin: 0 auto;
  padding: 262px 20px 84px;
}

.reform-f__bg-main {
  position: absolute;
  left: 1px;
  top: 19px;
  width: 1280px;
  max-width: none;
  height: 3307px;
  object-fit: cover;
  object-position: top;
  pointer-events: none;
  z-index: 0;
}

.reform-f__title,
.reform-f__sub,
.reform-f__lead,
.reform-f__lead-small,
.reform-f__cards,
.reform-f__note {
  position: relative;
  z-index: 3;
}

.reform-f__title {
  margin: 0;
  text-align: center;
  font-size: 80px;
  line-height: 34px;
  font-family: "Afacad", sans-serif;
  font-weight: 400;
}

.reform-f__sub {
  margin: 26px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.5em;
}

.reform-f__lead {
  margin: 60px auto 0;
  width: min(1000px, 100%);
  text-align: center;
  color: var(--teal);
  font-size: 44px;
  line-height: 58px;
  font-weight: 700;
}

.reform-f__lead-small {
  margin: 14px 0 0;
  text-align: center;
  font-size: 32px;
  line-height: 72px;
  font-weight: 700;
}

.reform-f__cards {
  margin-top: 120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 31px;
}

.reform-f__card {
  background: #fff;
  border-radius: 200px 200px 0 0;
  min-height: 524px;
  padding: 72px 42px 34px;
}

.reform-f__card-image-wrap {
  width: 100%;
  display: grid;
  place-items: center;
  min-height: 238px;
}

.reform-f__card-image {
  max-width: 100%;
  width: auto;
  height: auto;
}

.reform-f__card:nth-child(3) .reform-f__card-image-wrap {
  width: 233.654px;
  height: 233.654px;
  min-height: 0;
  margin: 0 auto;
  overflow: hidden;
}

.reform-f__card:nth-child(2) .reform-f__card-image-wrap {
  width: 275px;
  height: 275px;
  min-height: 0;
  margin: 0 auto;
  overflow: hidden;
}

.reform-f__card:nth-child(3) .reform-f__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reform-f__card:nth-child(2) .reform-f__card-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reform-f__card h3 {
  margin: 30px 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

.reform-f__note {
  margin: 20px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.company {
  background: #f8f8f8;
}

.company-table {
  margin: 0;
}

.company-table > div {
  display: grid;
  grid-template-columns: 170px 1fr;
  border-top: 1px solid #d3d3d3;
}

.company-table dt,
.company-table dd {
  margin: 0;
  padding: 18px 14px;
  font-size: 16px;
}

.company-table dt {
  text-align: center;
  font-weight: 700;
}

.company-map {
  margin-top: 38px;
}

.company-map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 12px;
}

.contact {
  background: #fff;
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 28px;
  row-gap: 20px;
}

.contact-inner .section-title,
.contact-inner .section-sub {
  grid-column: 1 / -1;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 16px;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #d2d2d2;
  min-height: 50px;
  padding: 12px 16px;
  font: inherit;
}

.agree {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.agree input {
  min-height: 20px;
  width: 20px;
}

.btn-send {
  height: 52px;
  border: 0;
  border-radius: 50px;
  background: var(--teal);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.privacy-box {
  background: var(--bg-soft);
  padding: 28px;
  max-height: 570px;
  overflow: auto;
}

.privacy-box h3 {
  margin-top: 0;
  font-size: 18px;
}

.privacy-box p,
.privacy-box li {
  font-size: 12px;
  line-height: 1.8;
}

.site-footer {
  margin-top: 32px;
  padding: 38px 0 22px;
}

.footer-inner {
  border-radius: 100px 100px 0 0;
  background: var(--ink);
  color: #fff;
  padding: 40px 42px 22px;
  text-align: center;
}

.footer-phone p {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
}

.footer-phone a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 42px;
  font-weight: 700;
}

.footer-phone small {
  margin-top: 6px;
  display: block;
  font-size: 16px;
}

.copyright {
  margin: 24px 0 0;
  font-size: 12px;
}

@media (max-width: 1200px) {
  .site-header {
    height: auto;
    min-height: 90px;
  }

  .header-inner {
    height: auto;
    padding: 16px 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
  }

  .logo-wrap,
  .header-nav,
  .header-actions {
    position: static;
  }

  .header-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .btn {
    justify-content: center;
    padding: 0 18px;
    gap: 7px;
  }

  .btn-ico {
    position: static;
  }

  .btn-phone,
  .btn-mail {
    padding-left: 18px;
  }

}

@media (max-width: 860px) {
  .container {
    width: min(1280px, calc(100% - 28px));
  }

  .header-nav {
    display: none;
  }

  .logo-single {
    width: min(327px, 60vw);
    max-width: none;
  }

  .header-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .btn {
    min-width: 0;
    flex: 1 1 170px;
  }

  .message-grid,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .message-stage {
    height: auto;
    padding: 28px 14px 30px;
  }

  .message-watermark,
  .message-person {
    display: none;
  }

  .message-lead,
  .message-text,
  .message-photo {
    position: static;
    width: 100%;
  }

  .message-lead {
    font-size: 32px;
    line-height: 1.45;
    margin-bottom: 20px;
  }

  .message-text p {
    line-height: 2;
    margin-bottom: 10px;
  }

  .message-photo {
    margin-top: 14px;
    height: auto;
    border-radius: 180px 180px 0 0;
  }

  .message-photo img {
    width: 100%;
    height: auto;
  }

  .hero-stage {
    height: auto;
    min-height: 0;
    padding: 20px 14px 28px;
  }

  .hero-copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    z-index: 2;
  }

  .hero-copy h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  .hero-points {
    gap: 10px;
    margin-top: 18px;
  }

  .hero-points li {
    width: 100%;
    height: auto;
    min-height: 50px;
    padding: 8px 10px;
    font-size: 17px;
    line-height: 1.5;
  }

  .hero-visual {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    margin-top: 18px;
  }

  .hero-visual img {
    width: 100%;
    height: auto;
  }

  .section-title {
    font-size: 56px;
  }

  .section-sub {
    letter-spacing: 0.2em;
  }

  .business-f__stage {
    min-height: 0;
    padding: 70px 14px 28px;
  }

  .business-f__person {
    display: none;
  }

  .business-f__title {
    font-size: 56px;
    line-height: 1;
  }

  .business-f__sub {
    margin: 14px 0 24px;
    line-height: 1.6;
    letter-spacing: 0.22em;
  }

  .business-f__grid {
    grid-template-columns: 1fr;
  }

  .business-f__card {
    border-right: 0;
    border-top: 1px solid #d7d7d7;
  }

  .business-f__card:first-child {
    border-top: 0;
  }

  .business-f__card h3 {
    transform: none;
    margin: 14px 14px 8px;
    font-size: 24px;
    line-height: 1.45;
    white-space: normal;
  }

  .business-f__card p {
    transform: none;
    width: 100%;
    margin: 0 14px 16px;
    font-size: 15px;
    line-height: 1.9;
  }

  .reform-f__stage {
    min-height: 0;
    padding: 92px 14px 30px;
  }

  .reform-f__bg-main {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }

  .reform-f__title {
    font-size: 56px;
    line-height: 1;
  }

  .reform-f__sub {
    margin-top: 14px;
    letter-spacing: 0.22em;
    line-height: 1.6;
  }

  .reform-f__lead {
    margin-top: 34px;
    font-size: 34px;
    line-height: 1.45;
  }

  .reform-f__lead-small {
    margin-top: 2px;
    font-size: 24px;
    line-height: 1.7;
  }

  .reform-f__cards {
    margin-top: 36px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .reform-f__card {
    border-radius: 44px 44px 0 0;
    min-height: 0;
    padding: 20px 16px 20px;
  }

  .reform-f__card h3 {
    margin-top: 14px;
    font-size: 20px;
    line-height: 1.5;
  }

  .reform-f__card:nth-child(3) .reform-f__card-image-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .company-table > div {
    grid-template-columns: 120px 1fr;
  }

  .footer-inner {
    border-radius: 40px 40px 0 0;
    padding: 26px 18px 18px;
  }

  .footer-phone a {
    font-size: 32px;
  }
}
