@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

a {
  text-decoration: none;
}

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

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  font-size: 16px;
  color: #333333;
}

html {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 499px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  html {
    font-size: calc(16 / 375 * 500 * 1px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1379px) {
  html {
    font-size: calc(16 / 1380 * 100vw);
  }
}
@media screen and (min-width: 1380px) {
  html {
    font-size: 16px;
  }
}

button {
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
}

body.is-scroll {
  overflow: hidden;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.75rem;
  background: rgba(255, 255, 255, 0.67);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.875rem;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    height: 3.5rem;
    background: #fff;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.header__logo-link {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  color: #333333;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .header__logo-link {
    font-size: 1.125rem;
  }
}

.header__nav {
  height: 100%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-inline: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  color: #333333;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (any-hover: hover) {
  .header__nav-link:hover {
    color: #003f73;
  }
}
.header__contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 14.8125rem;
  margin-left: 1.875rem;
  border: 1px solid #003f73;
  background: #003f73;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .header__contact {
    display: none;
  }
}

.header__contact-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

@media (any-hover: hover) {
  .header__contact:hover {
    background: #fff;
    color: #003f73;
  }
  .header__contact:hover .header__contact-icon {
    -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(74%) saturate(1337%) hue-rotate(197deg) brightness(89%) contrast(103%);
            filter: brightness(0) saturate(100%) invert(16%) sepia(74%) saturate(1337%) hue-rotate(197deg) brightness(89%) contrast(103%);
  }
}
.header__hamburger {
  display: none;
  margin-left: auto;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__hamburger span {
  display: block;
  width: 1.5rem;
  height: 2px;
  background: #333333;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.header__hamburger.js-active span:nth-child(1) {
  -webkit-transform: translateY(0.5rem) rotate(45deg);
          transform: translateY(0.5rem) rotate(45deg);
}

.header__hamburger.js-active span:nth-child(2) {
  opacity: 0;
}

.header__hamburger.js-active span:nth-child(3) {
  -webkit-transform: translateY(-0.5rem) rotate(-45deg);
          transform: translateY(-0.5rem) rotate(-45deg);
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 3.5rem;
  background: #eff4f6;
  z-index: 90;
  overflow-y: auto;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 769px) {
  .drawer {
    display: none;
  }
}

.drawer.js-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.drawer__nav {
  padding: 0 1.5625rem;
}

.drawer__nav-item {
  border-bottom: 1px solid #fff;
}

.drawer__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 300;
  color: #333333;
  text-decoration: none;
}

.drawer__nav-link::before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.625rem;
  background: url(../../../img/common/arrow-bold.svg) no-repeat center center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.drawer__info {
  margin-top: 6.25rem;
  padding: 0 1.25rem 2.375rem;
  text-align: center;
}

.drawer__info-name {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #000;
}

.drawer__info-item.first {
  margin-top: 1.5rem;
}

.drawer__info-item {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
}

.footer__cta {
  position: relative;
  padding: 5.625rem 0 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__cta {
    padding: 3.25rem 0 6rem;
  }
}

.footer__cta::before {
  content: "";
  display: block;
  width: 30.5rem;
  aspect-ratio: 488/592;
  background: url(../../img/top/com_ill_left_02.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  bottom: -11.875rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .footer__cta::before {
    width: 11.625rem;
    bottom: -4.5rem;
  }
}

.footer__cta-inner {
  position: relative;
  z-index: 1;
  height: auto;
}

.footer__cta-link {
  display: block;
  width: 46.6875rem;
  aspect-ratio: 747/183;
  margin-inline: auto;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__cta-link {
    width: 100%;
    max-width: 500px;
  }
}

@media (any-hover: hover) {
  .footer__cta-link:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.footer__cta-img {
  width: 100%;
  display: block;
  border: 1px solid #808080;
}

.footer__main {
  background-color: #eff4f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 13.0625rem;
}
@media screen and (max-width: 768px) {
  .footer__main {
    min-height: 16.25rem;
  }
}

.footer__main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__main-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer__info {
    text-align: center;
  }
}

.footer__name {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #000;
}

.footer__address {
  margin-top: 0.75rem;
}

.footer__address-item {
  font-size: 1rem;
  line-height: 2;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .footer__nav {
    display: none;
  }
}

.footer__nav-item + .footer__nav-item {
  margin-top: 0.25rem;
}

.footer__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
  gap: 0.5rem;
  font-size: 1rem;
  color: #333333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__nav-link:hover {
  color: #003f73;
}

.footer__nav-link::before {
  content: "";
  display: block;
  width: 0.5rem;
  aspect-ratio: 8/14;
  background: url(../../img/common/arrow.svg) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.4375rem;
  background-color: #003f73;
}

.footer__copy-text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
}

.inner {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-inline: 1.5625rem;
  }
}

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

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19.25rem;
  height: 4rem;
  border: 1px solid #003f73;
  background-color: #fff;
  color: #333333;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  z-index: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 15.6875rem;
  }
}

.btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: #003f73;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  z-index: -1;
}

.btn:hover {
  color: #fff;
}

.btn:hover::before {
  width: 100%;
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -2.125rem;
  width: 4.3125rem;
  height: 1px;
  background-color: #003f73;
}

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

.section-title__en {
  font-size: 3.25rem;
  font-weight: 100;
  color: #003f73;
  line-height: 1;
}

.section-title__ja {
  font-size: 0.875rem;
  font-weight: 300;
  color: #333333;
  margin-top: 1.375rem;
}

.top-fv {
  position: relative;
}

.top-fv__img {
  display: block;
  width: 100%;
}

.top-fv__text {
  position: absolute;
  top: 16.9565217391vw;
  left: 9.4202898551vw;
}
@media screen and (max-width: 768px) {
  .top-fv__text {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1.5rem;
  }
}

.top-fv__catch-line {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1875rem 0.625rem;
  background: rgba(255, 255, 255, 0.85);
  display: block;
  font-size: 3.5507246377vw;
  font-weight: 300;
  color: #333333;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .top-fv__catch-line {
    font-size: 7.7333333333vw;
    padding: 0.125rem 0.375rem;
  }
}

.top-fv__catch-line + .top-fv__catch-line {
  margin-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .top-fv__catch-line + .top-fv__catch-line {
    margin-top: 0.375rem;
  }
}

.top-fv__catch-em {
  color: #003f73;
}

.top-concept {
  position: relative;
  padding: 6.875rem 0 6.625rem;
}
@media screen and (max-width: 768px) {
  .top-concept {
    padding: 6rem 0 2.9375rem;
  }
}

.top-concept__inner {
  position: relative;
  z-index: 1;
  height: auto;
}

.top-concept::before {
  content: "";
  display: block;
  width: 30.5rem;
  aspect-ratio: 488/593;
  background: url(../../img/top/com_ill_left_01.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: -8.5625rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-concept::before {
    width: 11.625rem;
    top: -0.375rem;
  }
}

.top-concept__heading {
  margin-top: 5.625rem;
  font-size: 2.25rem;
  font-weight: 300;
  color: #003f73;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-concept__heading {
    font-size: 1.8125rem;
    line-height: 1.7586206897;
    margin-top: 2.5rem;
  }
}

.top-concept__lead {
  margin-top: 3.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-concept__lead {
    text-align: left;
    margin-top: 1.25rem;
  }
}

.top-concept__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.25rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .top-concept__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
}

.top-concept__item {
  width: 19.9375rem;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eff4f6;
  border-radius: 50%;
  padding: 2.5rem 2.3125rem;
}
@media screen and (max-width: 768px) {
  .top-concept__item {
    width: 20.3125rem;
    height: auto;
    padding: 1.875rem;
  }
}

.top-concept__item-heading {
  font-size: 1.4375rem;
  font-weight: 300;
  color: #003f73;
  line-height: 1.347826087;
  text-align: center;
}

.top-concept__item-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: #333333;
  margin-top: 1rem;
}

.top-concept__btn-wrap {
  margin-top: 6.875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-concept__btn-wrap {
    margin-top: 2.5rem;
  }
}

.top-service {
  position: relative;
  padding: 6.25rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .top-service {
    padding: 3.75rem 0 3.75rem;
  }
}

.top-service__inner {
  position: relative;
  z-index: 1;
  height: auto;
}

.top-service__deco-right {
  position: absolute;
  right: 0;
  top: -10.375rem;
  width: 30.5rem;
  aspect-ratio: 488/593;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top-service__deco-right {
    width: 11.625rem;
    top: -0.375rem;
  }
}

.top-service__list {
  margin-top: 6.25rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 5rem;
}
@media screen and (max-width: 768px) {
  .top-service__list {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
    margin-top: 2.5rem;
  }
}

.top-service__item {
  grid-column: span 2;
  border-left: 1px solid #003f73;
  padding: 2.6875rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-service__item {
    grid-column: 1/-1;
    border-left: none;
    border-top: 1px solid #003f73;
  }
}

@media screen and (max-width: 768px) {
  .top-service__item:last-child {
    border-bottom: 1px solid #003f73;
  }
}

.top-service__item:nth-child(4) {
  grid-column: 2/4;
}
@media screen and (max-width: 768px) {
  .top-service__item:nth-child(4) {
    grid-column: 1/-1;
  }
}

.top-service__item:nth-child(5) {
  grid-column: 4/6;
}
@media screen and (max-width: 768px) {
  .top-service__item:nth-child(5) {
    grid-column: 1/-1;
  }
}

.top-service__item:nth-child(3),
.top-service__item:nth-child(5) {
  border-right: 1px solid #003f73;
}
@media screen and (max-width: 768px) {
  .top-service__item:nth-child(3),
  .top-service__item:nth-child(5) {
    border-right: none;
  }
}

.top-service__item-heading {
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  text-align: center;
}

.top-service__item-en {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  text-align: center;
}

.top-service__item-text {
  margin-top: 2.125rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8461538462;
  color: #333333;
}

.top-service__btn-wrap {
  margin-top: 6.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-service__btn-wrap {
    margin-top: 2.5rem;
  }
}

.page-fv {
  position: relative;
  margin-top: 3.75rem;
  padding-block: 3.125rem;
}
@media screen and (max-width: 768px) {
  .page-fv {
    margin-top: 3.5rem;
    padding-block: 1.875rem;
  }
}

.page-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75.9375rem;
  height: 9.6875rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(63, 59, 57, 0.2)), to(transparent));
  background: linear-gradient(to right, rgba(63, 59, 57, 0.2), transparent);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .page-fv::before {
    width: 100%;
    height: 5.625rem;
  }
}

.page-fv__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding: 4.375rem 3.375rem;
  margin-left: 7.8125rem;
  width: calc(100% - 7.8125rem);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(#003f73), to(#fff)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #003f73 0%, #fff 100%) border-box;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .page-fv__inner {
    margin-left: 1.5625rem;
    width: calc(100% - 1.5625rem);
    gap: 1rem;
    padding: 1.5rem 1.25rem;
  }
}

.page-fv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-fv__title {
    gap: 0.625rem;
  }
}

.page-fv__en {
  font-size: 2.5rem;
  font-weight: 500;
  color: #003f73;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-fv__en {
    font-size: 1.625rem;
  }
}

.page-fv__ja {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #003f73;
}
@media screen and (max-width: 768px) {
  .page-fv__ja {
    font-size: 0.75rem;
    margin-top: 0.125rem;
  }
}

.company-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  font-size: 1.9375rem;
  font-weight: 300;
  color: #003f73;
}
@media screen and (max-width: 768px) {
  .company-heading {
    font-size: 1.25rem;
    gap: 0.625rem;
  }
}

.company-heading::before {
  content: "";
  display: block;
  width: 1.375rem;
  height: 0.125rem;
  background-color: #003f73;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.company-intro {
  padding: 7.1875rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .company-intro {
    padding: 3.125rem 0 2.5rem;
  }
}

.company-intro__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .company-intro__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.company-intro__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company-intro__text {
  width: 47.5rem;
  margin-top: 2.5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .company-intro__text {
    width: 100%;
    font-size: 0.9375rem;
    margin-top: 1rem;
  }
}

.company-intro__img-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18.75rem;
  aspect-ratio: 300/350;
  background-color: #eff4f6;
}
@media screen and (max-width: 768px) {
  .company-intro__img-wrap {
    width: 100%;
    aspect-ratio: 4/3;
  }
}

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

.company-overview {
  padding: 6.25rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .company-overview {
    padding: 1.875rem 0 3.75rem;
  }
}

.company-overview__table {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 768px) {
  .company-overview__table {
    margin-top: 1.5rem;
  }
}

.company-overview__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-overview__term {
  width: 12.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.8125rem 0 1.625rem;
  font-size: 1rem;
  font-weight: 400;
  color: #003f73;
  border-bottom: 1px solid #003f73;
}
@media screen and (max-width: 768px) {
  .company-overview__term {
    width: 5.3125rem;
    padding: 1rem 0;
    font-size: 0.8125rem;
  }
}

.company-overview__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.75rem 4.125rem 1.5625rem;
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  line-height: 1.4;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  .company-overview__desc {
    padding: 1rem 0.75rem;
    font-size: 0.875rem;
  }
}

.service {
  padding: 5rem 0 5.625rem;
}
@media screen and (max-width: 768px) {
  .service {
    padding-block: 3.125rem;
  }
}

.service__catch {
  font-size: 2.25rem;
  font-weight: 300;
  color: #003f73;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service__catch {
    font-size: 1.8125rem;
    line-height: 1.7586206897;
  }
}

.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.75rem;
  padding: 6.25rem 0;
  border-bottom: 1px solid #003f73;
}
@media screen and (max-width: 768px) {
  .service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    padding: 3.125rem 0;
  }
}

.service__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .service__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service__item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service__item-heading {
  font-size: 2.25rem;
  font-weight: 300;
  color: #000;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .service__item-heading {
    font-size: 1.75rem;
  }
}

.service__item-heading-em {
  color: #003f73;
}

.service__item-en {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #808080;
}

.service__item-text {
  margin-top: 1.875rem;
  width: 45.625rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .service__item-text {
    width: 100%;
    margin-top: 1.25rem;
    font-size: 0.9375rem;
  }
}

.service__item-concern {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .service__item-concern {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.375rem;
    margin-top: 3.125rem;
  }
}

.service__concern-label {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  font-weight: 300;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .service__concern-label {
    font-size: 0.875rem;
  }
}

.service__concern-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5.4375rem;
  height: 5.4375rem;
  border-radius: 50%;
  background: #eff4f6;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .service__concern-label::before {
    width: 4.375rem;
    height: 4.375rem;
  }
}

.service__concern-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.service__concern-item {
  font-size: 1rem;
  font-weight: 300;
  color: #333333;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .service__concern-item {
    font-size: 0.875rem;
  }
}

.service__concern-item::before {
  content: "・";
}

.service__item-img-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 21.25rem;
}
@media screen and (max-width: 768px) {
  .service__item-img-wrap {
    width: 100%;
  }
}

.service__item-img {
  width: 100%;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 768px) {
  .service__item-img {
    height: 9.375rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media screen and (max-width: 768px) {
  .service__item-img.last {
    -o-object-position: bottom;
       object-position: bottom;
  }
}

.contact-section-title {
  max-width: 35rem;
  margin-inline: auto;
  text-align: center;
  font-size: 1.9375rem;
  font-weight: 400;
  color: #003f73;
  padding-bottom: 1.625rem;
  border-bottom: 1px solid #003f73;
}
@media screen and (max-width: 768px) {
  .contact-section-title {
    max-width: 100%;
    font-size: 1.375rem;
    padding-bottom: 1rem;
  }
}

.contact-tel {
  padding-top: 5rem;
  padding-bottom: 5.875rem;
}
@media screen and (max-width: 768px) {
  .contact-tel {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }
}

.contact-tel__link {
  margin-top: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .contact-tel__link {
    margin-top: 1.75rem;
    gap: 0.5rem;
  }
}

.contact-tel__icon {
  width: 2.4375rem;
  height: 2.4375rem;
}
@media screen and (max-width: 768px) {
  .contact-tel__icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.contact-tel__num {
  font-size: 2.5rem;
  font-weight: 500;
  color: #003f73;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact-tel__num {
    font-size: 1.75rem;
  }
}

.contact-form {
  padding-top: 5.875rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .contact-form {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.contact-form__lead {
  width: 62.25rem;
  margin: 3.125rem auto 0;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .contact-form__lead {
    width: 100%;
    margin-top: 1.875rem;
    font-size: 0.875rem;
  }
}

.contact-form__form {
  width: 62.5rem;
  margin: 4.8125rem auto 0;
}
@media screen and (max-width: 768px) {
  .contact-form__form {
    width: 100%;
    margin-top: 1.875rem;
  }
}

.contact-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.875rem 0 1.625rem;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 768px) {
  .contact-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 1.25rem;
  }
}

.contact-form__item:last-child {
  border-bottom: none;
}

.contact-form__label {
  width: 11.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #595757;
  padding-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .contact-form__label {
    width: 100%;
    padding-top: 0;
    font-size: 0.875rem;
  }
}

.contact-form__required {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #d43353;
  background: #eebfca;
  padding: 0.1875rem 0.375rem;
  border-radius: 3px;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact-form__field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .contact-form__field {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.contact-form__input {
  width: 42.1875rem;
  height: 2.75rem;
  margin-left: 1.875rem;
  padding-inline: 0.875rem;
  font-size: 1rem;
  color: #333333;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contact-form__input {
    width: 100%;
    margin-left: 0;
    font-size: 0.875rem;
    height: 2.5rem;
  }
}

.contact-form__input::-webkit-input-placeholder {
  color: #aaaaaa;
}

.contact-form__input::-moz-placeholder {
  color: #aaaaaa;
}

.contact-form__input:-ms-input-placeholder {
  color: #aaaaaa;
}

.contact-form__input::-ms-input-placeholder {
  color: #aaaaaa;
}

.contact-form__input::placeholder {
  color: #aaaaaa;
}

.contact-form__radios {
  margin-left: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  .contact-form__radios {
    margin-left: 0;
  }
}

.contact-form__radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 0.9375rem;
  color: #595757;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form__radio-label {
    font-size: 0.875rem;
  }
}

.contact-form__radio {
  width: 1.5rem;
  height: 1.5rem;
  accent-color: #003f73;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}

.contact-form__textarea {
  width: 100%;
  height: 18.375rem;
  padding: 0.75rem 0.875rem;
  font-size: 1rem;
  color: #333333;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  background: #fff;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .contact-form__textarea {
    font-size: 0.875rem;
    height: 10rem;
  }
}

.contact-form__textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}

.contact-form__textarea::-moz-placeholder {
  color: #aaaaaa;
}

.contact-form__textarea:-ms-input-placeholder {
  color: #aaaaaa;
}

.contact-form__textarea::-ms-input-placeholder {
  color: #aaaaaa;
}

.contact-form__textarea::placeholder {
  color: #aaaaaa;
}

.contact-form__privacy {
  margin-top: 4.625rem;
}
@media screen and (max-width: 768px) {
  .contact-form__privacy {
    margin-top: 1.875rem;
  }
}

.contact-form__privacy-box {
  width: 62.5rem;
  margin-inline: auto;
  height: 17.5rem;
  overflow-y: scroll;
  border: 1px solid #dddddd;
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .contact-form__privacy-box {
    width: 100%;
    height: 13.75rem;
    padding: 1.25rem;
  }
}

.contact-form__privacy-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #595757;
}
@media screen and (max-width: 768px) {
  .contact-form__privacy-title {
    font-size: 1rem;
  }
}

.contact-form__privacy-heading {
  font-size: 1rem;
  font-weight: 400;
  color: #595757;
  margin-top: 1.25rem;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 768px) {
  .contact-form__privacy-heading {
    font-size: 0.875rem;
  }
}

.contact-form__privacy-text {
  font-size: 1rem;
  color: #595757;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .contact-form__privacy-text {
    font-size: 0.8125rem;
  }
}

.contact-form__privacy-list {
  margin-top: 0.375rem;
}

.contact-form__privacy-list-item {
  font-size: 1rem;
  color: #595757;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .contact-form__privacy-list-item {
    font-size: 0.8125rem;
  }
}

.contact-form__privacy-list-item::before {
  content: "・";
}

.contact-form__submit {
  margin-top: 4.0625rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-form__submit {
    margin-top: 1.875rem;
  }
}

.contact-form__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24.75rem;
  height: 4.25rem;
  background: #003f73;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .contact-form__btn {
    width: 100%;
    height: 3.5rem;
    font-size: 1rem;
  }
}

.contact-form__btn:hover {
  opacity: 0.8;
}

.contact-tel__hours {
  margin-top: 2.875rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .contact-tel__hours {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}