@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;
}

html {
  scroll-padding-top: 7.625rem;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 3.75rem;
  }
}
@media screen and (max-width: 499px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  html {
    font-size: calc(16 / 390 * 500 * 1px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #555555;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

body.is-scroll {
  overflow: hidden;
}

main {
  padding-top: 7.625rem;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 3.75rem;
  }
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

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

p {
  text-align: justify;
}

.header {
  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;
  height: 7.5rem;
  padding-left: 2.5rem;
  padding-right: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    height: 3.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.header__logo {
  width: 5rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 2.5rem;
    padding-block: 0.625rem;
  }
}

.header__logo a {
  display: block;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 1.375rem;
}
@media screen and (max-width: 768px) {
  .header__body {
    display: none;
  }
}

.header__nav {
  height: 100%;
}

.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: 0.625rem;
  text-decoration: none;
  color: #2A2A2A;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (any-hover: hover) {
  .header__nav-link:hover {
    color: #EC0000;
  }
}
.header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.header__cta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.header .header__cta .btn a {
  border-radius: 0;
  padding: 0.5rem 0.625rem 0.5rem 1rem;
}

.header .btn .btn__text {
  font-size: 0.875rem;
  width: 100%;
  text-align: center;
}

.btn.header__cta-full {
  width: 100%;
}

.header .header__cta .btn.header__cta-full a {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.4375rem 0.625rem 0.4375rem 1rem;
}

.drawer__icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .drawer__icon {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.3125rem;
    width: 2rem;
    height: 2rem;
    border-radius: 0.0625rem;
    background-color: #2A2A2A;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.drawer__icon--bar {
  display: block;
  width: 1.125rem;
  height: 1px;
  background-color: #fff;
  -webkit-transition: rotate 0.3s, translate 0.3s, opacity 0.3s;
  transition: rotate 0.3s, translate 0.3s, opacity 0.3s;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.375rem;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  opacity: 0;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.375rem;
}

.drawer {
  position: fixed;
  top: 3.75rem;
  left: 0;
  z-index: 90;
  width: 100%;
  height: calc(100vh - 3.75rem);
  height: calc(100svh - 3.75rem);
  background-color: #fff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.drawer.js-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.drawer__body {
  padding: 2.375rem 2rem 4.75rem;
}

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

.drawer__item {
  border-bottom: 1px solid #ededed;
}

.drawer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 1.5rem;
  text-decoration: none;
  color: #2A2A2A;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.drawer__tel-wrap {
  display: block;
  margin-top: 1.5rem;
}

.drawer__tel {
  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.5rem;
}

.drawer__tel-icon {
  display: block;
  width: 2.75rem;
  aspect-ratio: 45/34;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/common/drawer-tel-icon.svg) no-repeat center center/contain;
}

.drawer__tel-number {
  color: #2A2A2A;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.drawer__tel-time {
  margin-top: 0.25rem;
  text-align: center;
  color: #2A2A2A;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.drawer__cta {
  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;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.drawer__cta .btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 5rem 3.5rem;
  background-color: #2A2A2A;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 4.25rem;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 5rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding-inline: 1.5rem;
  }
}

.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10.25rem;
}
@media screen and (max-width: 768px) {
  .footer__main {
    -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.625rem;
  }
}

.footer__copyright {
  margin-top: 2.5rem;
  text-align: right;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
}

.footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .footer__brand {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.footer__logo {
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.footer__logo a {
  display: block;
}

.footer__logo img {
  display: block;
  width: 23.6875rem;
  aspect-ratio: 342/84;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__logo img {
    width: 100%;
  }
}

.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

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

.footer__tel {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 0.25rem;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 768px) {
  .footer__tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 0.25rem;
  }
}

.footer__tel-icon {
  display: block;
  width: 2.5rem;
  aspect-ratio: 40/30;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/common/footer-tel-icon.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .footer__tel-icon {
    width: 2.75rem;
  }
}

.footer__tel-number {
  color: #fff;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footer__tel-number {
    font-size: 2.625rem;
    letter-spacing: 0.04em;
  }
}

.footer__tel-time {
  grid-column: 1/3;
  grid-row: 2/3;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .footer__tel-time {
    grid-column: 2/3;
    text-align: left;
    font-size: 0.8125rem;
    letter-spacing: 0.06em;
  }
}

.footer__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .footer__cta {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.footer__cta-item a {
  padding: 0.375rem 0;
}
@media screen and (max-width: 768px) {
  .footer__cta-item a {
    padding: 0.75rem 0;
  }
}

.footer__cta-link {
  display: block;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (any-hover: hover) {
  .footer__cta-link:hover {
    color: #EC0000;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.5rem;
  padding-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .footer__links {
    padding-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
    row-gap: 2rem;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

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

.footer__links-item a {
  padding-block: 0.875rem;
}
@media screen and (max-width: 768px) {
  .footer__links-item a {
    padding-block: 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  .footer__links-list:nth-child(1) {
    width: 8.75rem;
  }
}

@media screen and (max-width: 768px) {
  .footer__links-list:nth-child(2) {
    width: 5.4375rem;
  }
}

@media screen and (max-width: 768px) {
  .footer__links-list:nth-child(3) {
    width: 10rem;
  }
}

.footer__links-link {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (any-hover: hover) {
  .footer__links-link:hover {
    color: #EC0000;
  }
}
.footer__pagetop {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

.footer__pagetop a {
  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;
  width: 3rem;
  height: 3rem;
  border-radius: 0.125rem;
  background-color: #383838;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .footer__pagetop a:hover {
    opacity: 0.8;
  }
}
.footer__pagetop-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.footer__pagetop-icon::before,
.footer__pagetop-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1.1875rem;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow.svg) no-repeat center center/contain;
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
}

.footer__pagetop-icon::before {
  top: 3.90625rem;
}

.footer__pagetop-icon::after {
  top: 0.90625rem;
}

@media (any-hover: hover) {
  .footer__pagetop a:hover .footer__pagetop-icon::before {
    top: 0.90625rem;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
  .footer__pagetop a:hover .footer__pagetop-icon::after {
    top: -2.09375rem;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
}
.page-fv {
  background-color: #FF0000;
  padding: 4.125rem 0 2.75rem;
}
@media screen and (max-width: 768px) {
  .page-fv {
    padding: 2.5rem 0 2rem;
  }
}

.inner.page-fv__inner {
  max-width: 75rem;
}

.page-fv__breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.25rem;
}

.page-fv__breadcrumb-link {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.09em;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .page-fv__breadcrumb-link:hover {
    opacity: 0.7;
  }
}
.page-fv__breadcrumb-item {
  min-width: 0;
}

.page-fv__breadcrumb-current {
  display: block;
  min-width: 0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.09em;
}

.page-fv__breadcrumb-item:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin-inline: 0.6875rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.page-fv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.5rem;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .page-fv__title {
    margin-top: 2rem;
    font-size: 1.875rem;
  }
}

.page-fv__title-logotype {
  display: block;
  width: 30rem;
  aspect-ratio: 547/57;
}
@media screen and (max-width: 768px) {
  .page-fv__title-logotype {
    width: 13.75rem;
  }
}

.page-fv__lead {
  margin-top: 1.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .page-fv__lead {
    margin-top: 1rem;
    font-size: 0.8125rem;
  }
}

.page-fv__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .page-fv__meta {
    margin-top: 2rem;
  }
}

.page-fv__meta-date {
  color: #fff;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.page-fv__meta-tag {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  border: 1px solid #fff;
  border-radius: 3.125rem;
  padding: 0.5rem 1rem;
}

.page-fv__article-title {
  margin-top: 0.5rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .page-fv__article-title {
    font-size: 1.375rem;
  }
}

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

.inner--1280 {
  max-width: 85rem;
}

.inner--1170 {
  max-width: 78.125rem;
}

.inner--1120 {
  max-width: 75rem;
}

.inner--925 {
  max-width: 62.8125rem;
}

@media screen and (max-width: 768px) {
  .inner--sp-24 {
    padding-inline: 1.5rem;
  }
}

.page-fade {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.page-fade__bg {
  position: absolute;
  inset: 0;
  background-color: #fff;
  opacity: 1;
  -webkit-animation: page-fade-reveal 0.3s ease-in-out 0.2s forwards;
          animation: page-fade-reveal 0.3s ease-in-out 0.2s forwards;
}

@-webkit-keyframes page-fade-reveal {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes page-fade-reveal {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.page-fade.is-leaving .page-fade__bg {
  display: block;
  -webkit-animation: page-fade-hide 0.3s ease-in-out forwards;
          animation: page-fade-hide 0.3s ease-in-out forwards;
}

@-webkit-keyframes page-fade-hide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes page-fade-hide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.entry-tel {
  background-color: #fff;
  padding: 7.5rem 1.5rem 3.75rem;
}
@media screen and (max-width: 768px) {
  .entry-tel {
    padding: 3rem 1.5rem;
  }
}

.entry-tel__inner {
  max-width: 65rem;
  padding-inline: 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;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .entry-tel__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}

.entry-tel__title {
  width: 100%;
  color: #2A2A2A;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-tel__title {
    font-size: 1.625rem;
    text-align: left;
  }
}

.entry-tel__lead {
  width: 100%;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-tel__lead {
    font-size: 0.9375rem;
    letter-spacing: 0.04em;
    text-align: left;
  }
}

.entry-tel__phone {
  width: 100%;
  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;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .entry-tel__phone {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.375rem;
  }
}

.entry-tel__number {
  width: 100%;
  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.5rem;
}
@media screen and (max-width: 768px) {
  .entry-tel__number {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.375rem;
  }
}

.entry-tel__icon {
  display: block;
  width: 3.75rem;
  aspect-ratio: 60/42;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/contact/tel-icon_red.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .entry-tel__icon {
    width: 2.8125rem;
  }
}

.entry-tel__number-text {
  min-width: 0;
  color: #FF0000;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .entry-tel__number-text {
    font-size: 2.625rem;
  }
}

.entry-tel__time {
  color: #2A2A2A;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .entry-tel__time {
    font-size: 0.9375rem;
  }
}

.entry-form-section {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), color-stop(6.25rem, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0) 6.25rem);
  padding: 5rem 1.5rem 10rem;
}
@media screen and (max-width: 768px) {
  .entry-form-section {
    padding: 3rem 1.5rem;
  }
}

.entry-form-section__inner {
  max-width: 55rem;
  padding-inline: 0;
}

.entry-form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .entry-form__fields {
    gap: 2rem;
  }
}

.entry-form__bottom {
  margin-top: 2.5rem;
  padding-top: 3.5rem;
  border-top: 1px solid #D1D1D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .entry-form__bottom {
    margin-top: 2rem;
    padding-top: 2.5rem;
  }
}

.entry-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.entry-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding-block: 1rem;
}
@media screen and (max-width: 768px) {
  .entry-form__head {
    padding-block: 0.5rem;
  }
}

.entry-form__label {
  color: #2A2A2A;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .entry-form__label {
    font-size: 0.9375rem;
  }
}

.entry-form__badge {
  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;
  padding: 0.125rem 0.5rem;
  border-radius: 0.125rem;
  background-color: #FF0000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.entry-form__row .wpcf7-form-control-wrap {
  display: block;
}

.entry-form__row input.wpcf7-text,
.entry-form__row input.wpcf7-email,
.entry-form__row input.wpcf7-tel,
.entry-form__row input.wpcf7-url,
.entry-form__row textarea.wpcf7-textarea {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: #F3F3F2;
  border: none;
  color: #2A2A2A;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .entry-form__row input.wpcf7-text,
  .entry-form__row input.wpcf7-email,
  .entry-form__row input.wpcf7-tel,
  .entry-form__row input.wpcf7-url,
  .entry-form__row textarea.wpcf7-textarea {
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
  }
}

.entry-form__row input.wpcf7-text::-webkit-input-placeholder, .entry-form__row input.wpcf7-email::-webkit-input-placeholder, .entry-form__row input.wpcf7-tel::-webkit-input-placeholder, .entry-form__row input.wpcf7-url::-webkit-input-placeholder, .entry-form__row textarea.wpcf7-textarea::-webkit-input-placeholder {
  color: #888888;
}

.entry-form__row input.wpcf7-text::-moz-placeholder, .entry-form__row input.wpcf7-email::-moz-placeholder, .entry-form__row input.wpcf7-tel::-moz-placeholder, .entry-form__row input.wpcf7-url::-moz-placeholder, .entry-form__row textarea.wpcf7-textarea::-moz-placeholder {
  color: #888888;
}

.entry-form__row input.wpcf7-text:-ms-input-placeholder, .entry-form__row input.wpcf7-email:-ms-input-placeholder, .entry-form__row input.wpcf7-tel:-ms-input-placeholder, .entry-form__row input.wpcf7-url:-ms-input-placeholder, .entry-form__row textarea.wpcf7-textarea:-ms-input-placeholder {
  color: #888888;
}

.entry-form__row input.wpcf7-text::-ms-input-placeholder, .entry-form__row input.wpcf7-email::-ms-input-placeholder, .entry-form__row input.wpcf7-tel::-ms-input-placeholder, .entry-form__row input.wpcf7-url::-ms-input-placeholder, .entry-form__row textarea.wpcf7-textarea::-ms-input-placeholder {
  color: #888888;
}

.entry-form__row input.wpcf7-text::placeholder,
.entry-form__row input.wpcf7-email::placeholder,
.entry-form__row input.wpcf7-tel::placeholder,
.entry-form__row input.wpcf7-url::placeholder,
.entry-form__row textarea.wpcf7-textarea::placeholder {
  color: #888888;
}

.entry-form__row textarea.wpcf7-textarea {
  height: 10rem;
  resize: none;
}

.entry-form__radios .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 1rem;
}

.entry-form__radios--split .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(3, 15rem);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .entry-form__radios--split .wpcf7-radio {
    grid-template-columns: 1fr;
  }
}

.entry-form__radios--split .wpcf7-list-item {
  width: 100%;
}

.entry-form__radios--split .wpcf7-list-item:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
}

.entry-form__radios--split .wpcf7-list-item:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .entry-form__radios--split .wpcf7-list-item:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }
}

.entry-form__radios--split .wpcf7-list-item:nth-child(3) {
  grid-row: 2;
  grid-column: 1;
}
@media screen and (max-width: 768px) {
  .entry-form__radios--split .wpcf7-list-item:nth-child(3) {
    grid-row: 3;
  }
}

.entry-form__radios--split .wpcf7-list-item:nth-child(4) {
  grid-row: 2;
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .entry-form__radios--split .wpcf7-list-item:nth-child(4) {
    grid-row: 4;
    grid-column: 1;
  }
}

.entry-form__radios--split .wpcf7-list-item:nth-child(5) {
  grid-row: 2;
  grid-column: 3;
}
@media screen and (max-width: 768px) {
  .entry-form__radios--split .wpcf7-list-item:nth-child(5) {
    grid-row: 5;
    grid-column: 1;
  }
}

.entry-form__radios .wpcf7-list-item {
  margin: 0;
}

.entry-form__radios label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.entry-form__radios input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #2A2A2A;
  border-radius: 50%;
}

.entry-form__radios input[type=radio]::before {
  content: "";
  position: absolute;
  inset: 0.1875rem;
  border-radius: 50%;
  background-color: #2A2A2A;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.entry-form__radios input[type=radio]:checked::before {
  opacity: 1;
}

.entry-form__radios .wpcf7-list-item-label {
  color: #2A2A2A;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.entry-form__agree .wpcf7-form-control-wrap {
  display: contents;
}

.entry-form__agree .wpcf7-list-item {
  margin: 0;
}

.entry-form__agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  cursor: pointer;
}

.entry-form__agree input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 1.375rem;
  height: 1.375rem;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #ACACAC;
  border-radius: 0.125rem;
}

.entry-form__agree input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 0.625rem;
  height: 0.375rem;
  border-left: 2px solid #2A2A2A;
  border-bottom: 2px solid #2A2A2A;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
}

.entry-form__agree input[type=checkbox]:checked::before {
  opacity: 1;
}

.entry-form__agree .wpcf7-list-item-label {
  display: none;
}

.entry-form__agree-text {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.entry-form__agree-text a {
  color: #57595B;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media (any-hover: hover) {
  .entry-form__agree-text a:hover {
    opacity: 0.7;
  }
}
.entry-form__agree .wpcf7-not-valid-tip {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  margin-top: 0;
}

.entry-form__submit {
  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;
  gap: 0.5rem;
  width: 100%;
  height: 3.625rem;
  background-color: #2A2A2A;
  overflow: hidden;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}

.entry-form__submit-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.entry-form__submit-icon {
  position: relative;
  display: block;
  width: 0.875rem;
  aspect-ratio: 14/18;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}

.entry-form__submit-icon::before,
.entry-form__submit-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.875rem;
  aspect-ratio: 14/18;
  background: url(../img/contact/send-icon.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.entry-form__submit-icon::before {
  left: -0.875rem;
}

.entry-form__submit-icon::after {
  left: 0;
}

@media (any-hover: hover) {
  .entry-form__submit:hover .entry-form__submit-icon::before {
    left: 0;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  .entry-form__submit:hover .entry-form__submit-icon::after {
    left: 0.875rem;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
}
.entry-form__submit .wpcf7-submit {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  opacity: 0;
  cursor: pointer;
}

.entry-form__submit .wpcf7-spinner {
  display: none;
}

@media (any-hover: hover) {
  .entry-form__submit:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.entry-form-section .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.5rem;
  color: #FF0000;
  font-size: 0.8125rem;
}

.entry-form-section .wpcf7-response-output {
  display: none;
}

.thanks {
  background-color: #fff;
  padding: 6.25rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .thanks {
    padding: 3rem 1.5rem;
  }
}

.thanks__inner {
  max-width: 70rem;
  padding-inline: 0;
  text-align: center;
}

.thanks__headline {
  color: #FF0000;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .thanks__headline {
    font-size: 3.5rem;
  }
}

.thanks__text {
  margin-top: 2.5rem;
  color: #3A3A3A;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .thanks__text {
    margin-top: 1.5rem;
    color: #2A2A2A;
    font-size: 1rem;
    text-align: left;
  }
}

.thanks__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .thanks__cta {
    margin-top: 2.5rem;
  }
}

.split-card {
  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;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .split-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2.5rem;
  }
}

.split-card--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 12.5rem;
}
@media screen and (max-width: 768px) {
  .split-card--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.split-card__photo {
  position: relative;
  isolation: isolate;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 27.5rem;
}
@media screen and (max-width: 768px) {
  .split-card__photo {
    width: 21.375rem;
    margin-inline: auto;
  }
}

.split-card__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .split-card__photo::before {
    inset: auto;
    top: 0;
    left: 0;
    width: 12.5rem;
    height: 7.5rem;
  }
}

.split-card__photo picture {
  display: block;
  width: 100%;
  position: relative;
  top: 1.5rem;
  left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .split-card__photo picture {
    top: 1rem;
    left: 1rem;
  }
}

.split-card--reverse .split-card__photo picture {
  left: -1.5rem;
}
@media screen and (max-width: 768px) {
  .split-card--reverse .split-card__photo picture {
    left: 1rem;
  }
}

.split-card__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 440/560;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .split-card__photo img {
    width: calc(100% - 1rem);
    aspect-ratio: 326/220;
  }
}

.split-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}

.split-card__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5rem;
}

.split-card__label-text {
  color: #FF0000;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.split-card__label-num {
  color: #FF0000;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.8;
}

.split-card__heading {
  margin-top: 1rem;
  color: #2A2A2A;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .split-card__heading {
    font-size: 1.875rem;
  }
}

.split-card__divider {
  display: block;
  margin-top: 2rem;
  height: 1px;
  background-color: #E1E1E1;
}

.split-card__text {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.split-card__text p {
  color: #3A3A3A;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .split-card__text p {
    font-size: 1rem;
  }
}

.split-card__text p + p {
  margin-top: 1.5rem;
}

.case-card__photo {
  display: block;
}

.case-card__photo picture {
  display: block;
}

.case-card__tag-row {
  margin-top: 1.5rem;
  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;
}

.case-card__tag {
  display: inline-block;
  color: #FF0000;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  border: 1px solid #FF0000;
  border-radius: 3.125rem;
  padding: 0.5rem 1rem;
}

.case-card__num {
  color: #FF0000;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
}

.case-card__title {
  margin-top: 1rem;
  color: #2A2A2A;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.case-card__divider {
  display: block;
  margin-top: 1rem;
  height: 1px;
  background-color: #E1E1E1;
}

.case-card__text {
  margin-top: 1rem;
  color: #3A3A3A;
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.achievement-card {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 2.5rem;
  -webkit-box-shadow: 0 0.0625rem 1.375rem 0 rgba(59, 1, 5, 0.1);
          box-shadow: 0 0.0625rem 1.375rem 0 rgba(59, 1, 5, 0.1);
}
@media screen and (max-width: 768px) {
  .achievement-card {
    padding: 2.5rem 1rem;
  }
}

.achievement-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.achievement-card__tag {
  display: inline-block;
  color: #FF0000;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  border: 1px solid #FF0000;
  border-radius: 3.125rem;
  padding: 0.5rem 1rem;
}

.achievement-card__title {
  margin-top: 1rem;
  color: #2A2A2A;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.achievement-card__divider {
  display: block;
  margin-top: 1rem;
  height: 1px;
  background-color: #E1E1E1;
}
@media screen and (max-width: 768px) {
  .achievement-card__divider {
    margin-top: 2rem;
  }
}

.achievement-card__text {
  margin-top: 1rem;
  color: #3A3A3A;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .achievement-card__text {
    margin-top: 2rem;
  }
}

.achievement-card__table {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .achievement-card__table {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.achievement-card__table-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.achievement-card__table-header {
  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: 1rem 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .achievement-card__table-header {
    font-size: 0.9375rem;
  }
}

.achievement-card__table-header--dark {
  background-color: #2F3131;
}

.achievement-card__table-header--gray {
  background-color: #57595B;
}

.achievement-card__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F3F3F2;
  border-bottom: 1px solid #E0E0E0;
}

.achievement-card__table-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.125rem;
  border-right: 1px solid #E0E0E0;
  padding: 1.125rem 0 1.125rem 1.5rem;
  color: #2A2A2A;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .achievement-card__table-label {
    width: 5.625rem;
    padding: 0.875rem 0 0.875rem 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}

.achievement-card__table-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 1.125rem 1rem 1.125rem 2rem;
  color: #3A3A3A;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .achievement-card__table-data {
    padding: 0.875rem 0.5rem 0.875rem 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}

.achievement-card__table-col:first-child .achievement-card__table-data {
  border-right: 1px solid #E0E0E0;
}

.top-fv {
  position: relative;
  aspect-ratio: 1440/762;
}
@media screen and (max-width: 768px) {
  .top-fv {
    aspect-ratio: 390/700;
    overflow: hidden;
    margin-top: -3.75rem;
  }
}

.top-fv__slider {
  width: 100%;
  height: 100%;
}

.top-fv__slide {
  position: relative;
}

.top-fv__slide picture {
  display: block;
}

.top-fv__slide-img {
  display: block;
  width: 100%;
  aspect-ratio: 1440/762;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-fv__slide-img {
    aspect-ratio: 390/835;
  }
}

.top-fv__slide-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.top-fv__slide-overlay--10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.top-fv__slide-overlay--20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.top-fv__slide-overlay--28 {
  background-color: rgba(0, 0, 0, 0.28);
}

.top-fv__content {
  position: absolute;
  left: 4.4444444444vw;
  top: 22.0138888889vw;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .top-fv__content {
    left: 4.1025641026vw;
    top: 82.0512820513vw;
    width: calc(100% - 1rem);
  }
}

.top-fv__catch {
  color: #fff;
  font-size: 6.8055555556vw;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .top-fv__catch {
    font-size: 2.6875rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
}

.top-fv__lead {
  color: #fff;
}

.top-fv__lead-pc {
  margin-top: 3.1875rem;
  padding-left: 0.9375rem;
  font-size: 1.25vw;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-fv__lead-pc {
    display: none;
  }
}

.top-fv__lead-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-fv__lead-sp {
    display: block;
    width: 21.375rem;
    max-width: calc(100vw - 3rem);
    margin-top: 2.5rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}

.top-vision {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  background-color: #FF0000;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .top-vision {
    background-color: #FF0000;
    padding-top: 6.25rem;
  }
}

.top-vision__intro {
  grid-row: 1;
  grid-column: 1;
  min-width: 0;
}

.top-vision__body {
  grid-row: 2;
  grid-column: 1;
  min-width: 0;
}

.top-vision__intro-inner {
  padding-inline: 5rem;
}
@media screen and (max-width: 768px) {
  .top-vision__intro-inner {
    padding-right: 0;
    padding-left: 1rem;
  }
}

.top-vision__catch {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .top-vision__catch {
    font-size: 1.625rem;
    line-height: 1.6;
    letter-spacing: -0.01em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.top-vision__highlight {
  display: inline-block;
  background-color: #fff;
  color: #FF0000;
  line-height: 1.1667;
  padding-inline: 0.15em;
  margin-left: -0.1em;
}
@media screen and (max-width: 768px) {
  .top-vision__highlight {
    color: #FF0000;
    line-height: 1.2833;
  }
}

.top-vision__highlight--ma {
  margin-right: -0.1em;
}

.top-vision__highlight--kaiketsu {
  margin-right: -0.1em;
}

.top-vision__lead {
  margin-top: 2.5rem;
  width: 44.875rem;
}
@media screen and (max-width: 768px) {
  .top-vision__lead {
    width: 100%;
    padding-right: 4.5rem;
  }
}

.top-vision__lead p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-vision__lead p {
    letter-spacing: 0;
  }
}

.top-vision__lead p + p {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .top-vision__lead p + p {
    margin-top: 1.25rem;
  }
}

.top-vision__label-wrap {
  grid-row: 1/3;
  grid-column: 1;
  z-index: 4;
  justify-self: end;
  min-width: 0;
  margin-top: -8.9375rem;
  margin-right: 0.0625rem;
}
@media screen and (max-width: 768px) {
  .top-vision__label-wrap {
    display: none;
  }
}

.top-vision__label-wrap_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-vision__label-wrap_sp {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    min-width: 0;
    margin-top: -6.5rem;
  }
}

.top-vision__label {
  position: sticky;
  top: calc(7.625rem + 1.0625rem);
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  white-space: nowrap;
  color: #fff;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-vision__label {
    top: calc(5rem + 1.0625rem);
    font-size: 3.5rem;
    width: 2.8125rem;
  }
}

.top-vision__body {
  position: relative;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .top-vision__body {
    margin-top: 10rem;
  }
}

.top-vision__body-inner {
  position: relative;
  padding: 0 0 11.5rem 5rem;
  margin-left: 0;
}
@media screen and (min-width: 1441px) {
  .top-vision__body-inner {
    max-width: 85rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .top-vision__body-inner {
    max-width: none;
    padding: 13.75rem 4.5rem 6.25rem 1rem;
  }
}

.inner.top-vision__body-inner::before {
  content: "";
  width: calc(100vw - 7.8125rem);
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  background-color: #fff;
}
@media screen and (min-width: 1441px) {
  .inner.top-vision__body-inner::before {
    width: calc(100vw - 7.8125rem);
    left: calc(42.5rem - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .inner.top-vision__body-inner::before {
    left: 0;
    width: calc(100% - 2.8125rem);
  }
}

.top-vision__blocks {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 42.5rem;
  padding-top: 8.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.25rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .top-vision__blocks {
    width: 84.358974359vw;
    padding-top: 0;
    gap: 3.125rem;
  }
}

.top-vision__block-title {
  color: #2A2A2A;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .top-vision__block-title {
    font-size: 1.75rem;
    letter-spacing: 0.05em;
  }
}

.top-vision__block-title .narrow01 {
  margin-left: -1rem;
}

.top-vision__block-title .narrow02 {
  letter-spacing: -0.24em;
}

@media screen and (max-width: 768px) {
  .top-vision__block-title .narrow03 {
    margin-left: -1rem;
  }
}

.top-vision__block-title-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .top-vision__block-title-pc {
    display: none;
  }
}

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

.top-vision__block-text {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .top-vision__block-text {
    padding-right: 1rem;
    margin-top: 2rem;
  }
}

.top-vision__block-text p {
  color: #3A3A3A;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .top-vision__block-text p {
    font-size: 1rem;
    letter-spacing: 0.09em;
  }
}

.top-vision__photo {
  position: absolute;
  top: -5rem;
  right: 2.8125rem;
  width: 27.5rem;
  z-index: 3;
}
@media screen and (min-width: 1441px) {
  .top-vision__photo {
    right: calc(50.3125rem - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .top-vision__photo {
    top: -6.875rem;
    right: 2.8125rem;
    width: 12.5rem;
  }
}

.top-vision__photo picture {
  display: block;
}

.top-vision__photo img {
  display: block;
  width: 100%;
  height: 51.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-vision__photo img {
    height: 17.8125rem;
  }
}

@media screen and (max-width: 768px) {
  .top-vision__cta .btn a {
    width: 19rem;
    padding: 1rem 1rem 1rem 1.5rem;
    gap: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .top-vision__cta .btn__text {
    width: auto;
    text-align: left;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .top-vision__cta-text-pc {
    display: none;
  }
}

.top-vision__cta-text-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-vision__cta-text-sp {
    display: inline;
  }
}

.top-strengths {
  padding: 0 0 5rem;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), color-stop(6.25rem, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0) 6.25rem);
}
@media screen and (max-width: 768px) {
  .top-strengths {
    padding: 0 0 3.75rem;
  }
}

.top-strengths__intro {
  padding-top: 8.75rem;
}
@media screen and (max-width: 768px) {
  .top-strengths__intro {
    display: none;
  }
}

.top-strengths__intro-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  color: #FF0000;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.top-strengths__intro-logotype {
  display: block;
  width: 42.125rem;
  aspect-ratio: 674/70;
}

.top-strengths__intro-highlight {
  display: inline-block;
  background-color: #FF0000;
  color: #fff;
  padding-inline: 0.15em;
  font-weight: 500;
}

.top-strengths__intro-lead {
  margin-top: 2.5rem;
}

.top-strengths__intro-lead p {
  color: #3A3A3A;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.top-strengths__intro-lead p + p {
  margin-top: 1.25rem;
  font-weight: 600;
}

.top-strengths__intro-photo {
  margin-top: 5rem;
  margin-right: 5.25rem;
}

.top-strengths__intro-photo picture {
  display: block;
}

.top-strengths__intro-photo img {
  display: block;
  width: 100%;
  height: 27.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-strengths__intro-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-strengths__intro-sp {
    display: block;
    padding: 6.25rem 1.5rem 0;
  }
}

.top-strengths__intro-sp-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
  color: #FF0000;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.top-strengths__intro-sp-logotype {
  display: block;
  width: 16.625rem;
  aspect-ratio: 674/70;
}
@media screen and (max-width: 768px) {
  .top-strengths__intro-sp-logotype {
    width: 18.8125rem;
  }
}

.top-strengths__intro-sp-highlight {
  display: inline-block;
  background-color: #FF0000;
  color: #fff;
  padding-inline: 0.15em;
  font-weight: 500;
}

.top-strengths__intro-sp-lead {
  margin-top: 2.5rem;
}

.top-strengths__intro-sp-lead p {
  color: #3A3A3A;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.top-strengths__intro-sp-lead p + p {
  margin-top: 1.25rem;
  font-weight: 600;
}

.top-strengths__intro-sp-photo {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-strengths__intro-sp-photo {
    display: block;
    width: 100%;
    margin-top: 3.5rem;
  }
}

.top-strengths__intro-sp-photo picture {
  display: block;
}

.top-strengths__intro-sp-photo img {
  display: block;
  width: 100%;
  height: 14.6875rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-strengths__list {
  margin-top: 5rem;
}

.inner.top-strengths__inner {
  padding: 0;
  max-width: 90rem;
}
@media screen and (max-width: 768px) {
  .inner.top-strengths__inner {
    padding: 0 1.5rem 0 1rem;
  }
}

.top-strengths__card {
  padding-left: 0;
  padding-right: 7.5rem;
}
@media screen and (max-width: 768px) {
  .top-strengths__card {
    padding-inline: 0;
  }
}

@media (min-width: 769px) {
  .top-strengths__card--01 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.top-strengths__card + .top-strengths__card {
  margin-top: 5rem;
}

.top-strengths__card--reverse {
  padding-left: 5rem;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .top-strengths__card--reverse {
    padding-inline: 0;
  }
}

@media screen and (max-width: 768px) {
  .top-strengths__photo {
    padding-bottom: 1rem;
  }
}

.top-strengths__photo img {
  background-color: #2A2A2A;
}

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

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

.top-strengths__heading-sub {
  display: block;
  font-size: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .top-strengths__heading-sub {
    font-size: 1.375rem;
  }
}

.top-strengths__highlight {
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .top-strengths__highlight {
    color: #FF0000;
  }
}

@media screen and (max-width: 768px) {
  .top-strengths__text {
    margin-top: 2rem;
  }
}

.top-strengths__text p + p {
  margin-top: 0;
}

.top-strengths__link {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-strengths__link .sub-btn__text {
  font-weight: 500;
}

.top-service__intro {
  padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .top-service__intro {
    display: none;
  }
}

.top-service__heading {
  color: #FF0000;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.top-service__lead {
  margin-top: 2.5rem;
}

.top-service__lead p {
  color: #3A3A3A;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.top-service__lead p + p {
  margin-top: 1.25rem;
}

.top-service__list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 19.4375rem);
  grid-template-rows: auto auto auto auto;
  gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .top-service__list {
    display: none;
  }
}

.top-service__card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  border: 1px solid #D5D5D5;
  border-radius: 1px;
  padding: 1.75rem 1.9375rem;
}

.top-service__card-content {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding-bottom: 1.5rem;
}

.top-service__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-service__card-num {
  display: block;
  color: #FF0000;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.8;
}

.top-service__card-en {
  display: block;
  color: #2A2A2A;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.top-service__card-title {
  padding: 1rem 0 0.5rem 0;
  -ms-flex-item-align: center;
      align-self: center;
  color: #2A2A2A;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.top-service__card-text {
  border-top: 1px solid #E1E1E1;
  padding-top: 1.5rem;
  color: #2A2A2A;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: justify;
}

.top-service__card-note {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.top-service__card-link {
  -ms-flex-item-align: end;
      align-self: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.3125rem;
}

.top-service__cta {
  margin-top: 5rem;
  margin-bottom: 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-service__cta {
    display: none;
  }
}

.top-service__cta .btn a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-service__intro-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-service__intro-sp {
    display: block;
    padding: 3.75rem 0 0;
  }
}

.top-service__intro-sp-heading {
  color: #FF0000;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.top-service__intro-sp-lead {
  margin-top: 2.5rem;
}

.top-service__intro-sp-lead p {
  color: #3A3A3A;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.top-service__intro-sp-lead p + p {
  margin-top: 1.25rem;
}

.top-service__list-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-service__list-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
    margin-top: 3.5rem;
    padding: 0 0 3.5rem;
  }
}

.top-service__card-sp {
  border: 1px solid #D5D5D5;
  border-radius: 0.0625rem;
  padding: 1.75rem 2rem;
}

.top-service__card-sp-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-service__card-sp-num {
  display: block;
  color: #FF0000;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.8;
}

.top-service__card-sp-en {
  display: block;
  color: #2A2A2A;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.top-service__card-sp-title {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5rem;
  color: #2A2A2A;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.top-service__card-sp-divider {
  display: block;
  margin-top: 0.5rem;
  height: 1px;
  background-color: #E1E1E1;
}

.top-service__card-sp-text {
  margin-top: 1.5rem;
  color: #2A2A2A;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.top-service__card-sp-note {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.top-service__card-sp-link {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-service__cta-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-service__cta-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 1.5rem 6.25rem;
  }
}

.top-service__cta-sp .btn a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-service-photo picture {
  display: block;
}

.top-service-photo img {
  display: block;
  width: 100%;
  height: 27.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-service-photo img {
    height: 14.6875rem;
  }
}

.top-consult {
  background-color: #FF0000;
  padding: 7.5rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .top-consult {
    display: none;
  }
}

.top-consult__heading {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.top-consult__lead {
  margin-top: 2.5rem;
}

.top-consult__lead p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.top-consult__lead p + p {
  margin-top: 1.25rem;
  font-weight: 600;
}

.top-consult__list {
  margin-top: 5rem;
  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;
}

.top-consult__card {
  background-color: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 0.5rem;
  padding: 3rem 5rem;
}

.top-consult__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.top-consult__card-icon {
  display: block;
  width: 2.5rem;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/top/consult-person-icon.svg) no-repeat center center/contain;
}

.top-consult__card-title {
  color: #2A2A2A;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.top-consult__card-divider {
  display: block;
  margin-top: 2rem;
  height: 1px;
  background-color: #E1E1E1;
}

.top-consult__tags {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2.5rem;
}

.top-consult__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.top-consult__tag-icon {
  display: block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/top/consult-check-icon.svg) no-repeat center center/contain;
}

.top-consult__tag-text {
  color: #2A2A2A;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.top-consult__cta {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.top-consult__cta .btn a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
}

.top-consult .top-consult__cta .btn__text {
  font-size: 1rem;
}

.top-consult__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-consult__sp {
    display: block;
    background-color: #FF0000;
    padding: 6.25rem 1.5rem;
  }
}

.top-consult__sp-heading {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.top-consult__sp-lead {
  margin-top: 2.5rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.top-consult__sp-list {
  margin-top: 2.5rem;
  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;
}
@media screen and (max-width: 768px) {
  .top-consult__sp-list {
    max-width: 500px;
    margin-inline: auto;
  }
}

.top-consult__sp-card {
  background-color: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 0.5rem;
  padding: 2rem 1rem;
}

.top-consult__sp-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.top-consult__sp-card-icon {
  display: block;
  width: 2.5rem;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/top/consult-person-icon.svg) no-repeat center center/contain;
}

.top-consult__sp-card-title {
  color: #2A2A2A;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.top-consult__sp-card-divider {
  display: block;
  margin-top: 1.5rem;
  height: 1px;
  background-color: #E1E1E1;
}

.top-consult__sp-tags {
  margin-top: 1.5rem;
  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;
}

.top-consult__sp-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.top-consult__sp-tag-icon {
  display: block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/top/consult-check-icon.svg) no-repeat center center/contain;
}

.top-consult__sp-tag-text {
  color: #2A2A2A;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.top-consult__sp-cta {
  margin-top: 2.5rem;
  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;
}

.top-consult__sp-cta .btn a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-case {
  display: none;
  padding: 0 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .top-case {
    padding: 0 0 6.25rem;
  }
}

.inner.top-case__inner {
  padding: 0 1.5rem;
}

.top-case__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .top-case__contents {
    display: block;
  }
}

.top-case__intro {
  width: 22.5rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 13.75rem;
}
@media screen and (max-width: 768px) {
  .top-case__intro {
    display: none;
  }
}

.top-case__heading {
  color: #2A2A2A;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
}

.top-case__lead {
  margin-top: 2.5rem;
  color: #3A3A3A;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.top-case__note {
  margin-top: 1.5rem;
  color: #555555;
  font-size: 0.875rem;
  font-weight: 400;
}

.top-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .top-case__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.5rem;
  }
}

.top-case__card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  max-width: 25rem;
}
@media screen and (max-width: 768px) {
  .top-case__card {
    width: 100%;
    max-width: none;
  }
}

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

.top-case__intro-sp-heading {
  color: #2A2A2A;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.top-case__intro-sp-lead {
  margin-top: 2.5rem;
  color: #3A3A3A;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.top-case__intro-sp-note {
  margin-top: 1.25rem;
  color: #555555;
  font-size: 0.75rem;
  font-weight: 400;
}

.top-achievement {
  padding: 6.25rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .top-achievement {
    padding: 6.25rem 0;
  }
}

.inner.top-achievement__inner {
  padding: 0 1.5rem;
}

.top-achievement__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .top-achievement__contents {
    display: block;
  }
}

.top-achievement__intro {
  width: 22.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .top-achievement__intro {
    width: 100%;
  }
}

.top-achievement__heading {
  color: #2A2A2A;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .top-achievement__heading {
    font-size: 2.25rem;
    letter-spacing: 0.04em;
  }
}

.top-achievement__lead {
  margin-top: 1.5rem;
}

.top-achievement__lead p {
  color: #3A3A3A;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.top-achievement__cta {
  margin-top: 2.375rem;
}
@media screen and (max-width: 768px) {
  .top-achievement__cta {
    display: none;
  }
}

.top-achievement__cta .btn a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-achievement__cta .btn__text {
  font-weight: 600;
}

.top-achievement__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .top-achievement__content {
    margin-top: 2.5rem;
    padding-top: 0;
  }
}

.top-achievement__note {
  margin-top: 1.5rem;
  color: #555555;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .top-achievement__note {
    font-size: 0.75rem;
    text-align: left;
  }
}

.top-achievement__cta-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-achievement__cta-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.5rem;
  }
}

.top-achievement__cta-sp .btn a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-news-photo picture {
  display: block;
}

.top-news-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 2880/880;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-news-photo img {
    aspect-ratio: 780/470;
  }
}

.top-news {
  padding: 4.25rem 0;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 6.25rem 0;
  }
}

.top-news__inner {
  max-width: 90rem;
  padding-inline: 5rem;
}
@media screen and (max-width: 768px) {
  .top-news__inner {
    padding-inline: 1.5rem;
  }
}

.top-news__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.5rem;
}
@media screen and (max-width: 768px) {
  .top-news__contents {
    display: block;
  }
}

.top-news__intro {
  width: 22.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .top-news__intro {
    width: 100%;
  }
}

.top-news__heading {
  color: #2A2A2A;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .top-news__heading {
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
}

.top-news__cta {
  margin-top: 2.375rem;
}
@media screen and (max-width: 768px) {
  .top-news__cta {
    display: none;
  }
}

.top-news__cta .btn a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-news__cta .btn__text {
  font-weight: 500;
}

.top-news__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .top-news__list {
    margin-top: 3.5rem;
  }
}

.top-news__item a {
  display: grid;
  grid-template-columns: 7.75rem 1fr;
  grid-template-areas: "thumb meta" "thumb title";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 0.5rem;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .top-news__item a {
    grid-template-areas: "thumb meta" "title title";
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem;
  }
}

.top-news__item + .top-news__item {
  border-top: 1px solid #E1E1E1;
}

.top-news__item-thumb {
  grid-area: thumb;
  display: block;
  width: 7.75rem;
  height: 4.75rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-news__item-thumb {
    height: 4.375rem;
  }
}

.top-news__item-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -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 (any-hover: hover) {
  .top-news__item a:hover .top-news__item-thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.top-news__item-meta {
  grid-area: meta;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .top-news__item-meta {
    -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;
  }
}

.top-news__item-date {
  color: #555555;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.top-news__item-tag {
  display: inline-block;
  color: #FF0000;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 400;
  border: 1px solid #FF0000;
  border-radius: 3.125rem;
  padding: 0.5rem 1rem;
}

.top-news__item-title-row {
  grid-area: title;
  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;
  gap: 2.5rem;
}

.top-news__item-title {
  color: #3A3A3A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .top-news__item-title {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
  }
}

.top-news__item-icon {
  position: relative;
  display: block;
  width: 1.75rem;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.125rem;
  overflow: hidden;
  background-color: #FF0000;
}

.top-news__item-icon::before,
.top-news__item-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.75rem;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-news__item-icon::before {
  left: -0.75rem;
}

.top-news__item-icon::after {
  left: 0.5rem;
}

@media (any-hover: hover) {
  .top-news__item a:hover .top-news__item-icon::before {
    left: 0.5rem;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  .top-news__item a:hover .top-news__item-icon::after {
    left: 1.75rem;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  .top-news__item a:hover .top-news__item-title {
    color: #FF0000;
  }
}
.top-news__empty {
  display: block;
  color: #555555;
  font-size: 0.9375rem;
  text-align: center;
  padding: 2.5rem 0;
}

.top-news__cta-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-news__cta-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.5rem;
  }
}

.top-news__cta-sp .btn a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cta {
  position: relative;
  background-color: #FF0000;
  overflow: hidden;
}

.cta__watermark {
  position: absolute;
  top: 0;
  left: -1.25rem;
  margin: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 7.5rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cta__watermark {
    display: none;
  }
}

.inner.cta__inner {
  position: relative;
  padding-inline: 0;
  max-width: 90rem;
}

.cta__content {
  padding: 5rem 10rem;
}
@media screen and (max-width: 768px) {
  .cta__content {
    display: none;
  }
}

.cta__heading {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.cta__lead {
  margin-top: 1.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.cta__contact {
  margin-top: 2rem;
}

.cta__tel-wrap {
  display: block;
}

.cta__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.cta__tel-icon {
  display: block;
  width: 3.75rem;
  aspect-ratio: 60/44;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/common/cta-tel-icon.svg) no-repeat center center/contain;
}

.cta__tel-number {
  color: #fff;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.cta__tel-time {
  margin-top: 0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.cta__tel-note {
  margin-top: 0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.cta__buttons {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 0.25rem;
}

.cta__buttons .btn a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 0.75rem 1.5rem 1.5rem;
}

.cta__buttons .btn__white-gray a {
  padding: 1.15625rem 0.75rem 1.15625rem 1.5rem;
}

.cta .cta__buttons .btn__text {
  font-size: 1rem;
}

.cta__photo {
  position: absolute;
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  width: 25rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cta__photo {
    display: none;
  }
}

.cta__photo picture {
  display: block;
  height: 100%;
}

.cta__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .cta__sp {
    display: block;
    position: relative;
    padding: 2.5rem 1rem 5rem;
  }
}

.cta__sp-photo {
  margin: -2.5rem -1.5rem 0;
}

.cta__sp-photo picture {
  display: block;
}

.cta__sp-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 780/548;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta__sp-intro {
  position: relative;
  margin-top: 2.5rem;
}

.cta__sp-heading {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .cta__sp-heading {
    font-size: 1.625rem;
  }
}

.cta__sp-lead {
  margin-top: 2.5rem;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.cta__sp-tel-wrap {
  display: block;
  margin-top: 3.5rem;
  position: relative;
}

.cta__sp-tel {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.cta__sp-tel-icon {
  display: block;
  width: 2.75rem;
  aspect-ratio: 60/44;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/common/cta-tel-icon_sp.svg) no-repeat center center/contain;
}

.cta__sp-tel-number {
  color: #fff;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.cta__sp-tel-time {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-top: 0.25rem;
  text-align: left;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.cta__sp-tel-note {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-top: 0.25rem;
  text-align: left;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.cta__sp-buttons {
  margin-top: 2rem;
  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;
  gap: 0.5rem;
  position: relative;
  background: #fff;
  padding: 0.5rem;
  max-width: 460px;
  margin-inline: auto;
  border-radius: 4px;
}

.company {
  background-color: #fff;
  padding: 6.25rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 3rem 1.5rem;
  }
}

.company__inner {
  max-width: 70rem;
  padding-inline: 0;
}

.company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E1E1E1;
}
@media screen and (max-width: 768px) {
  .company__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
  }
}

.company__row + .company__row {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .company__row + .company__row {
    margin-top: 1.5rem;
  }
}

.company__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 11.25rem;
  color: #FF0000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .company__label {
    width: auto;
    font-size: 0.875rem;
  }
}

.company__value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #3A3A3A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .company__value {
    font-size: 0.875rem;
  }
}

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

.company__map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1120/731;
  border: 0;
}
@media screen and (max-width: 768px) {
  .company__map iframe {
    aspect-ratio: 652/440;
  }
}

.company-network {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), color-stop(6.25rem, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0) 6.25rem);
  padding: 6.25rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .company-network {
    padding: 3rem 1.5rem;
  }
}

.company-network__inner {
  max-width: 70rem;
  padding-inline: 0;
}

.company-network__heading {
  color: #2A2A2A;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .company-network__heading {
    font-size: 1.625rem;
  }
}

.company-network__highlight {
  color: #FF0000;
}

.company-network__lead {
  margin-top: 2.5rem;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .company-network__lead {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}

.company-network__map {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .company-network__map {
    margin-top: 2rem;
  }
}

.company-network__map img {
  display: block;
  width: 100%;
  height: auto;
}

.about-mission {
  position: relative;
  z-index: 1;
  background-color: #FF0000;
}
@media screen and (max-width: 768px) {
  .about-mission {
    background-color: #fff;
    padding: 2.5rem 0;
  }
}

.about-mission__inner {
  position: relative;
  padding-inline: 10rem;
  margin-left: 0;
}
@media screen and (min-width: 1441px) {
  .about-mission__inner {
    margin-inline: auto;
    max-width: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .about-mission__inner {
    padding-inline: 1.5rem;
  }
}

.inner.about-mission__inner::before {
  content: "";
  width: calc(100vw - 5rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
}
@media screen and (min-width: 1441px) {
  .inner.about-mission__inner::before {
    width: calc(100vw - 5rem);
    left: calc(42.5rem - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .inner.about-mission__inner::before {
    display: none;
  }
}

.about-mission__blocks {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7.5rem 0;
}
@media screen and (max-width: 768px) {
  .about-mission__blocks {
    padding: 0;
  }
}

.about-mission__block + .about-mission__block {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #E1E1E1;
}
@media screen and (max-width: 768px) {
  .about-mission__block + .about-mission__block {
    margin-top: 3.5rem;
    padding-top: 3.5rem;
  }
}

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

.about-mission__label-en {
  color: #2A2A2A;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .about-mission__label-en {
    font-size: 1.25rem;
  }
}

.about-mission__label-jp {
  color: #2A2A2A;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .about-mission__label-jp {
    font-size: 1rem;
  }
}

.about-mission__heading {
  margin-top: 4rem;
  color: #FF0000;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .about-mission__heading {
    margin-top: 2rem;
    font-size: 2.25rem;
  }
}

.about-mission__text {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .about-mission__text {
    margin-top: 1.5rem;
    gap: 1rem;
  }
}

.about-mission__text p {
  color: #2A2A2A;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about-mission__text p {
    font-size: 1rem;
  }
}

.about-why {
  position: relative;
  z-index: 1;
  height: 73.875rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about-why {
    height: 50rem;
  }
}

.about-why__bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 55.125rem;
  z-index: -1;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .about-why__bg {
    height: 37.5rem;
    background-position: center center;
  }
}

.about-why__bg.is-fixed {
  position: fixed;
}

.about-why__panel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55.125rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about-why__panel-frame {
    height: 37.5rem;
  }
}

.about-why__panel {
  position: absolute;
  left: 10rem;
  bottom: 11.4375rem;
  width: 65.75rem;
}
@media screen and (min-width: 1441px) {
  .about-why__panel {
    left: calc(50% - 35rem);
  }
}
@media screen and (max-width: 768px) {
  .about-why__panel {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 4rem;
    width: auto;
  }
}

.about-why__label-en,
.about-why__label-jp {
  display: block;
}

.about-why__label-en {
  color: #fff;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .about-why__label-en {
    font-size: 2.5rem;
  }
}

.about-why__label-jp {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .about-why__label-jp {
    font-size: 1rem;
  }
}

.about-why__catch {
  margin-top: 7.5rem;
  color: #fff;
  font-size: 6.125rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .about-why__catch {
    margin-top: 3.5rem;
    font-size: 3rem;
  }
}

.about-why__catch-tight {
  letter-spacing: -0.39em;
}

.about-reason {
  position: relative;
  z-index: 1;
  padding: 5rem 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .about-reason {
    padding: 3.5rem 0;
  }
}

.inner.about-reason__inner {
  padding: 0;
  max-width: 90rem;
}

.about-reason__card + .about-reason__card {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .about-reason__card + .about-reason__card {
    margin-top: 3.5rem;
  }
}

.about-reason__card {
  padding-right: 10rem;
}
@media screen and (max-width: 768px) {
  .about-reason__card {
    padding-inline: 1.5rem;
  }
}

.about-reason__card.split-card--reverse {
  padding-left: 10rem;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .about-reason__card.split-card--reverse {
    padding-inline: 1.5rem;
  }
}

.about-message {
  position: relative;
  padding: 6.25rem 0 5.625rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .about-message {
    padding: 3.5rem 0 5rem;
  }
}

.about-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6.25rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.about-message__inner {
  max-width: 75rem;
}
@media screen and (max-width: 768px) {
  .about-message__inner {
    padding-inline: 1.5rem;
  }
}

.about-message__label-en,
.about-message__label-jp {
  display: block;
}

.about-message__label-en {
  color: #FF0000;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .about-message__label-en {
    font-size: 2rem;
  }
}

.about-message__label-jp {
  color: #2A2A2A;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .about-message__label-jp {
    font-size: 1rem;
  }
}

.about-message__quote {
  margin-top: 5rem;
  color: #2A2A2A;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .about-message__quote {
    margin-top: 2.5rem;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .about-message__quote span {
    display: block;
    margin-top: 1rem;
  }
}

.about-message__text {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .about-message__text {
    margin-top: 2.5rem;
  }
}

.about-message__text p {
  color: #2A2A2A;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.about-message__signature {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .about-message__signature {
    margin-top: 2rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.about-message__signature img {
  display: block;
  width: 20.5rem;
  aspect-ratio: 328/125;
}
@media screen and (max-width: 768px) {
  .about-message__signature img {
    width: 12.5rem;
  }
}

.strengths-intro {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .strengths-intro {
    padding: 2.5rem 0 3.75rem;
  }
}

.inner.strengths-intro__inner {
  padding: 0;
  max-width: 90rem;
  padding-right: 10rem;
}
@media screen and (max-width: 768px) {
  .inner.strengths-intro__inner {
    padding-right: 0;
  }
}

.strengths__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .strengths__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
  }
}

.strengths-intro__photo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  aspect-ratio: 510/640;
}
@media screen and (max-width: 768px) {
  .strengths-intro__photo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: auto;
    aspect-ratio: 4/3;
  }
}

.strengths-intro__photo picture {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .strengths-intro__photo picture {
    height: auto;
    aspect-ratio: 4/3;
  }
}

.strengths-intro__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.strengths-intro__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 43.125rem;
}
@media screen and (max-width: 768px) {
  .strengths-intro__content {
    width: auto;
    padding: 2.5rem 1.5rem 0;
  }
}

.strengths-intro__heading {
  color: #FF0000;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .strengths-intro__heading {
    font-size: 1.75rem;
  }
}

.strengths-intro__highlight {
  color: #FF0000;
}

.strengths-intro__text {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .strengths-intro__text {
    margin-top: 1.5rem;
  }
}

.strengths-intro__text p {
  color: #2A2A2A;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .strengths-intro__text p {
    font-size: 0.9375rem;
  }
}

.strengths-intro__text p + p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .strengths-intro__text p + p {
    margin-top: 1rem;
  }
}

.strengths-strength {
  padding: 6.25rem 0;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), color-stop(6.25rem, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0) 6.25rem);
}
@media screen and (max-width: 768px) {
  .strengths-strength {
    padding: 2.5rem 0 3.75rem;
  }
}

.inner.strengths-strength__inner {
  padding-inline: 10rem;
  max-width: 90rem;
}
@media screen and (max-width: 768px) {
  .inner.strengths-strength__inner {
    padding-inline: 1.5rem;
  }
}

.strengths-strength__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .strengths-strength__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2.5rem;
  }
}

.strengths-strength__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 43.125rem;
}
@media screen and (max-width: 768px) {
  .strengths-strength__block {
    width: auto;
  }
}

.strengths-strength__heading {
  margin-top: 1rem;
}

.strengths-strength__highlight {
  color: #FF0000;
}

.strengths-strength__text.top-vision__block-text {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .strengths-strength__text.top-vision__block-text {
    margin-top: 2rem;
  }
}

.strengths-strength__text.top-vision__block-text p + p {
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  .strengths-strength__text.top-vision__block-text p + p {
    margin-top: 1rem;
  }
}

.strengths-strength__photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .strengths-strength__photo {
    width: 100%;
    padding-bottom: 1rem;
  }
}

.strengths-strength__photo picture {
  aspect-ratio: 880/1120;
}
@media (min-width: 769px) {
  .strengths-strength__photo picture {
    left: -1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .strengths-strength__photo picture {
    aspect-ratio: 652/440;
  }
}

.strengths-strength__photo img {
  height: 100%;
}

.strengths-strength__banner {
  margin-top: 5rem;
  padding: 2.5rem 2rem;
  background-color: #FF0000;
}
@media screen and (max-width: 768px) {
  .strengths-strength__banner {
    margin-top: 3.5rem;
    padding: 2rem 1.25rem;
    max-width: 500px;
    margin-inline: auto;
  }
}

.strengths-strength__banner-heading {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .strengths-strength__banner-heading {
    font-size: 1.375rem;
  }
}

.strengths-strength__banner-heading--03 {
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .strengths-strength__banner-heading--03 {
    font-size: 1.375rem;
  }
}

.strengths-strength__banner-text {
  margin-top: 2.5rem;
}

.strengths-strength__banner-text p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .strengths-strength__banner-text p {
    text-align: justify;
  }
}

.strengths-strength__banner-text p + p {
  margin-top: 0.5rem;
}

.strengths-strength__banner-text p:last-child {
  margin-top: 1.5rem;
}

.strengths-strength__problems {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .strengths-strength__problems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }
}

.strengths-strength__problem {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 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;
  gap: 1rem;
  background-color: #fff;
  border: 1px solid #E1E1E1;
  padding: 1.25rem 1.5rem;
}

.strengths-strength__problem-icon {
  display: block;
  width: 5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #F3F3F2;
  background-image: url(../img/strength/problem-icon01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3rem 3rem;
}

.strengths-strength__problem-icon--02 {
  background-image: url(../img/strength/problem-icon02.svg);
}

.strengths-strength__problem-icon--03 {
  background-image: url(../img/strength/problem-icon03.svg);
}

.strengths-strength__problem-divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E1E1E1;
}

.strengths-strength__problem-text {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2A2A2A;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .strengths-strength__problem-text {
    font-size: 1rem;
  }
}

.strengths-strength__support {
  margin-top: 2.5rem;
  background-color: #fff;
  border: 1px solid #D5D5D5;
  padding: 3rem 4rem;
}
@media screen and (max-width: 768px) {
  .strengths-strength__support {
    padding: 2rem 1.25rem;
  }
}

.strengths-strength__support-head {
  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: 1rem;
}
@media screen and (max-width: 768px) {
  .strengths-strength__support-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.strengths-strength__support-icon {
  display: block;
  width: 2.5rem;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/strength/handshake-icon.svg) no-repeat center center/contain;
}

.strengths-strength__support-heading {
  color: #2A2A2A;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .strengths-strength__support-heading {
    font-size: 1.25rem;
  }
}

.strengths-strength__support-text {
  margin-top: 2.5rem;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .strengths-strength__support-text {
    text-align: justify;
  }
}

.strengths-strength__support-divider {
  display: block;
  margin-top: 2.5rem;
  height: 1px;
  background-color: #E1E1E1;
}

.strengths-strength__tags {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 5rem;
}
@media screen and (max-width: 768px) {
  .strengths-strength__tags {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.strengths-strength__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.strengths-strength__tag-icon {
  display: block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/common/check-icon.svg) no-repeat center center/contain;
}

.strengths-strength__tag-text {
  color: #2A2A2A;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .strengths-strength__tag-text {
    font-size: 1rem;
  }
}

.strengths-case {
  display: none;
  padding: 0 0 6.25rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .strengths-case {
    padding: 0 0 6.25rem;
  }
}

.inner.strengths-case__inner {
  padding-inline: 10rem;
  max-width: 90rem;
}
@media screen and (max-width: 768px) {
  .inner.strengths-case__inner {
    padding-inline: 1.5rem;
  }
}

.strengths-case__heading {
  text-align: center;
  color: #2A2A2A;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .strengths-case__heading {
    font-size: 1.75rem;
  }
}

.strengths-case__lead {
  margin-top: 1.5rem;
  text-align: center;
}

.strengths-case__lead p {
  color: #3A3A3A;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.strengths-case__lead p + p {
  margin-top: 1.25rem;
  font-weight: 600;
}

.strengths-case__row {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .strengths-case__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.case-card.strengths-case__card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 768px) {
  .case-card.strengths-case__card {
    width: 100%;
  }
}

.strengths-case .case-card__photo picture {
  aspect-ratio: 1080/717;
}

.strengths-case__note {
  margin-top: 2.5rem;
  text-align: center;
  color: #555555;
  font-size: 0.875rem;
  font-weight: 400;
}

.strengths-strength--stat {
  padding: 6.25rem 0 0;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), color-stop(6.25rem, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0) 6.25rem);
}
@media screen and (max-width: 768px) {
  .strengths-strength--stat {
    padding: 2.5rem 0 0;
  }
}

.strengths-strength__stats {
  margin-top: 5rem;
  background-color: #FF0000;
  padding: 3rem 2rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .strengths-strength__stats {
    width: 21.375rem;
    margin-top: 4.4375rem;
    padding: 1.5625rem;
    max-width: 500px;
    margin-inline: auto;
  }
}

.strengths-strength__stats-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .strengths-strength__stats-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.strengths-strength__stats-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  height: 13.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .strengths-strength__stats-item {
    height: auto;
    padding: 1.875rem 1.25rem;
  }
}

.strengths-strength__stats-value-wrap {
  height: 6.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .strengths-strength__stats-value-wrap {
    height: 2.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0.8125rem;
  }
}

.strengths-strength__stats-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  padding-bottom: 0.75rem;
  color: #2A2A2A;
  font-size: 2.3125rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .strengths-strength__stats-headline {
    font-size: 2rem;
    padding-bottom: 0;
  }
}

.strengths-strength__stats-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  padding-bottom: 1.125rem;
  color: #2A2A2A;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .strengths-strength__stats-value {
    font-size: 1.25rem;
    padding-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.strengths-strength__stats-num {
  color: #FF0000;
  font-family: Helvetica, Inter, sans-serif;
  font-weight: 700;
}

.strengths-strength__stats-num--01 {
  font-size: 3.625rem;
  line-height: 0.7;
  padding-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  .strengths-strength__stats-num--01 {
    font-size: 3.1875rem;
    padding-top: 0.1875rem;
  }
}

.strengths-strength__stats-num--02 {
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-top: 0.125rem;
}
@media screen and (max-width: 768px) {
  .strengths-strength__stats-num--02 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}

.strengths-strength__stats-num--03 {
  font-size: 3.375rem;
  line-height: 0.7;
  padding-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .strengths-strength__stats-num--03 {
    font-size: 2.875rem;
    line-height: 0.45;
    padding-top: 0;
  }
}

.strengths-strength__stats-divider {
  display: block;
  margin-inline: 1.5rem;
  height: 1px;
  background-color: #E1E1E1;
}
@media screen and (max-width: 768px) {
  .strengths-strength__stats-divider {
    margin: 0;
  }
}

.strengths-strength__stats-caption-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}

.strengths-strength__stats-caption {
  padding-top: 0.75rem;
  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.3125rem;
  color: #3A3A3A;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .strengths-strength__stats-caption {
    font-size: 1rem;
    padding: 0.8125rem 0 0;
  }
}

.strengths-strength__stats-caption.google {
  padding-top: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .strengths-strength__stats-caption.google {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
}

.strengths-strength__stats-caption--sm {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .strengths-strength__stats-caption--sm {
    font-size: 1rem;
  }
}

.strengths-strength__stats-caption--01 {
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .strengths-strength__stats-caption--01 {
    padding-top: 0.8125rem;
  }
}

.strengths-strength__stats-caption--03 {
  padding-top: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .strengths-strength__stats-caption--03 {
    padding-top: 0.8125rem;
    line-height: 1.3;
    font-size: 1.125rem;
  }
}

.strengths-strength__stats-note {
  margin-top: 1.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}

.strengths-strength__stats-note-small {
  padding: 0.375rem 0.75rem 0;
  text-align: center;
  color: #3A3A3A;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .strengths-strength__stats-note-small {
    padding: 0.3125rem 0 0;
    font-size: 0.8125rem;
  }
}

.strengths-strength__stats-note-small--02 {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .strengths-strength__stats-note-small--02 {
    padding-top: 0.3125rem;
  }
}

.strengths-achievement {
  padding: 6.25rem 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .strengths-achievement {
    padding: 2.5rem 0 3.75rem;
  }
}

.inner.strengths-achievement__inner {
  padding-inline: 10rem;
  max-width: 90rem;
}
@media screen and (max-width: 768px) {
  .inner.strengths-achievement__inner {
    padding-inline: 1.5rem;
  }
}

.strengths-achievement__heading {
  text-align: center;
  color: #2A2A2A;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .strengths-achievement__heading {
    font-size: 1.75rem;
  }
}

.strengths-achievement__text {
  margin-top: 1.5rem;
  text-align: center;
  color: #3A3A3A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .strengths-achievement__text {
    text-align: left;
  }
}

.strengths-achievement__card {
  margin-top: 2.5rem;
}

.strengths-achievement__note {
  margin-top: 2.5rem;
  text-align: center;
  color: #555555;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.strengths-achievement__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}

.strengths-achievement__cta .btn a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.strengths-strength--03 {
  padding-bottom: 7.5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), color-stop(6.25rem, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0) 6.25rem);
}
@media screen and (max-width: 768px) {
  .strengths-strength--03 {
    padding-bottom: 3.75rem;
  }
}

.strengths-strength__partners {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .strengths-strength__partners {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2rem;
  }
}

.strengths-strength__partner {
  height: 4.5rem;
  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;
  text-align: center;
  background-color: #fff;
  border: 1px solid #E1E1E1;
  padding: 0.5rem 1.5rem;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .strengths-strength__partner {
    height: auto;
    min-height: 3.75rem;
  }
}

.strengths-strength__banner-note {
  margin-top: 2.5rem;
  text-align: center;
  color: #555555;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .strengths-strength__banner-note {
    text-align: left;
  }
}

.news {
  padding: 7.5rem 0;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 3.5rem 1.5rem 4rem;
  }
}

.inner.news__inner {
  max-width: 70rem;
}

.news__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .news__filter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.news__filter-item {
  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;
  gap: 1.5rem;
  background-color: #F3F3F2;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  padding: 0.75rem 0.75rem 0.75rem 1.5rem;
  color: #2A2A2A;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
@media (min-width: 769px) {
  .news__filter-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.news__filter-item.is-active {
  background-color: #fff;
  border-color: currentColor;
}

.news__filter-item-icon {
  display: block;
  width: 1.75rem;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #D1D1D1;
  background-image: url(../img/common/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.625rem auto;
  border-radius: 0.125rem;
}

.news__list {
  margin-top: 3.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news__list {
    margin-top: 3.5rem;
  }
}

.news__list.is-loading {
  opacity: 0;
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .news__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 2rem;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .news__item a {
    display: grid;
    grid-template-columns: 6rem 1fr;
    grid-template-areas: "thumb meta" "title title";
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem;
  }
}

.news__item-content {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .news__item-content {
    display: contents;
  }
}

.news__item + .news__item {
  border-top: 1px solid #ACACAC;
}

.news__item-thumb {
  grid-area: thumb;
  display: block;
  width: 12.75rem;
  height: 7.1875rem;
  overflow: hidden;
  border-radius: 0.25rem;
}
@media screen and (max-width: 768px) {
  .news__item-thumb {
    width: 6rem;
    height: 3.375rem;
  }
}

.news__item-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -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 (any-hover: hover) {
  .news__item a:hover .news__item-thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.news__item-meta {
  grid-area: meta;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .news__item-meta {
    -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;
  }
}

.news__item-date {
  color: #555555;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.news__item-tag {
  display: inline-block;
  color: #FF0000;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  border: 1px solid #FF0000;
  border-radius: 3.125rem;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 768px) {
  .news__item-tag {
    font-size: 0.6875rem;
    padding: 0.25rem 0.625rem;
  }
}

.news__item-title-row {
  grid-area: title;
  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;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .news__item-title-row {
    gap: 0.5rem;
  }
}

.news__item-title {
  color: #3A3A3A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news__item-title {
    font-size: 0.875rem;
  }
}

@media (any-hover: hover) {
  .news__item a:hover .news__item-title {
    color: #FF0000;
  }
}
.news__item-icon.btn__icon {
  width: 1.5rem;
  background-color: #FF0000;
}
@media screen and (max-width: 768px) {
  .news__item-icon.btn__icon {
    width: 1.25rem;
  }
}

.news__item-icon.btn__icon::before,
.news__item-icon.btn__icon::after {
  width: 0.6875rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .news__item-icon.btn__icon::before,
  .news__item-icon.btn__icon::after {
    width: 0.5625rem;
  }
}

.news__item-icon.btn__icon::before {
  -webkit-transform: translate(calc(-50% - 1.25rem), -50%);
          transform: translate(calc(-50% - 1.25rem), -50%);
}

@media (any-hover: hover) {
  .news__item a:hover .news__item-icon.btn__icon::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -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;
  }
  .news__item a:hover .news__item-icon.btn__icon::after {
    -webkit-transform: translate(calc(-50% + 1.25rem), -50%);
            transform: translate(calc(-50% + 1.25rem), -50%);
    -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;
  }
}
.news__empty {
  color: #555555;
  font-size: 0.9375rem;
  text-align: center;
  padding: 5rem 0;
}

.news__pagination {
  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: 2.5rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .news__pagination {
    gap: 1.25rem;
    margin-top: 3.5rem;
  }
}

.news__pagination-arrow {
  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;
  width: 2.5rem;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.125rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news__pagination-arrow::before {
  content: "";
  display: block;
  width: 0.75rem;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow-black.svg) no-repeat center center/contain;
}

.news__pagination-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.news__pagination-arrow.is-disabled {
  background-color: #D1D1D1;
  pointer-events: none;
}

.news__pagination-arrow.is-active {
  background-color: #FF0000;
}

.news__pagination-arrow.is-active::before {
  background-image: url(../img/common/arrow.svg);
}

.news__pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .news__pagination-numbers {
    gap: 1rem;
  }
}

.news__pagination-number {
  background: none;
  border: none;
  padding: 0;
  color: #3A3A3A;
  font-family: "Jost", Helvetica, Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.news__pagination-number.is-current {
  color: #FF0000;
}

.news__pagination-ellipsis {
  color: #3A3A3A;
  font-family: "Jost", Helvetica, Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.news-detail {
  padding: 5rem 17.5rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .news-detail {
    padding: 2.5rem 1.5rem 4rem;
  }
}

.news-detail__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 880/539;
  overflow: hidden;
}

.news-detail__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.news-detail__content {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .news-detail__content {
    margin-top: 2rem;
  }
}

.news-detail__content > * + * {
  margin-top: 2rem;
}

.news-detail__content h2 {
  background-color: #FF0000;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 0.25rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .news-detail__content h2 {
    font-size: 1.375rem;
  }
}

.news-detail__content h2 + * {
  margin-top: 2.5rem;
}

.news-detail__content h3 {
  color: #FF0000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .news-detail__content h3 {
    font-size: 1.125rem;
  }
}

.news-detail__content h4 {
  position: relative;
  padding-left: 1.5rem;
  color: #FF0000;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .news-detail__content h4 {
    font-size: 1rem;
  }
}

.news-detail__content h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  aspect-ratio: 1/1;
  background-color: #FF0000;
}

.news-detail__content p {
  color: #3A3A3A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .news-detail__content p {
    font-size: 0.875rem;
  }
}

.news-detail__nav {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #ACACAC;
  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;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .news-detail__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.news-detail__adjacent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  color: #2A2A2A;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news-detail__adjacent.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .news-detail__adjacent-label {
    display: none;
  }
}
.news-detail__adjacent-icon {
  position: relative;
  display: block;
  width: 1.75rem;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #ACACAC;
  border-radius: 0.125rem;
}

.news-detail__adjacent-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.625rem;
  height: 0.4375rem;
  background: url(../img/common/chevron-down.svg) no-repeat center center/contain;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.news-detail__adjacent-next .news-detail__adjacent-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

@media screen and (max-width: 768px) {
  .news-detail__back {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-detail__back .btn {
    width: 100%;
  }
  .news-detail__back .btn a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.news-detail__related {
  padding: 6.25rem 12.5rem;
}
@media screen and (max-width: 768px) {
  .news-detail__related {
    padding: 3.5rem 1.5rem 4rem;
  }
}

.news-detail__related-heading {
  color: #2A2A2A;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .news-detail__related-heading {
    font-size: 1.75rem;
  }
}

.news-detail__related .news__list {
  margin-top: 3.5rem;
}

.achievements {
  max-width: 90rem;
  margin-inline: auto;
  padding: 6.25rem 12.5rem;
}
@media screen and (max-width: 768px) {
  .achievements {
    padding: 3.5rem 1.5rem 4rem;
  }
}

.achievements__item + .achievements__item {
  margin-top: 2.5rem;
}

.achievements__empty {
  color: #555555;
  font-size: 0.9375rem;
  text-align: center;
  padding: 5rem 0;
}

.achievements__note {
  margin-top: 2.5rem;
  color: #555555;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .achievements__note {
    font-size: 0.75rem;
  }
}

.not-found {
  background-color: #fff;
  padding: 6.25rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .not-found {
    padding: 3rem 1.5rem;
  }
}

.not-found__inner {
  max-width: 70rem;
  padding-inline: 0;
  text-align: center;
}

.not-found__code {
  color: #FF0000;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .not-found__code {
    font-size: 5.5rem;
  }
}

.not-found__text {
  margin-top: 2.5rem;
  color: #3A3A3A;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .not-found__text {
    margin-top: 1.5rem;
    color: #2A2A2A;
    font-size: 1rem;
    text-align: left;
  }
}

.not-found__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .not-found__cta {
    margin-top: 2.5rem;
  }
}

.services-intro {
  overflow: hidden;
  background-color: #fff;
}

.services-intro__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;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .services-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2rem;
  }
}

.services-intro__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.875rem;
          flex: 0 1 31.875rem;
  height: 40rem;
  overflow: hidden;
  margin-left: calc(50% - min(50vw, 45rem));
}
@media screen and (max-width: 768px) {
  .services-intro__photo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: 14.6875rem;
    margin-inline: calc(50% - 50vw);
  }
}

.services-intro__photo picture {
  display: block;
  width: 100%;
  height: 100%;
}

.services-intro__photo-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .services-intro__photo-img {
    -o-object-position: center 60%;
       object-position: center 60%;
  }
}

.services-intro__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 43.125rem;
          flex: 0 1 43.125rem;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .services-intro__body {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-top: 0;
    gap: 1.5rem;
  }
}

.services-intro__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.services-intro__heading {
  color: #FF0000;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .services-intro__heading {
    font-size: 1.75rem;
  }
}

.services-intro__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .services-intro__message {
    gap: 1.5rem;
  }
}

.services-intro__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .services-intro__texts {
    gap: 1.25rem;
  }
}

.services-intro__text {
  color: #2A2A2A;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .services-intro__text {
    font-size: 1rem;
  }
}

.services-menu {
  background-color: #fff;
  padding-block: 6.25rem;
}
@media screen and (max-width: 768px) {
  .services-menu {
    padding-block: 3rem;
  }
}

.services-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .services-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.services-menu__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 0;
}

.services-menu__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  height: 100%;
  border: 1px solid #D5D5D5;
  border-radius: 0.0625rem;
  padding: 2rem;
  text-decoration: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .services-menu__card {
    gap: 0;
    padding: 1.5rem;
  }
}

@media (any-hover: hover) {
  .services-menu__card:hover {
    border-color: #FF0000;
  }
}
.services-menu__card-head {
  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;
  gap: 0.5rem;
}

.services-menu__card-num {
  color: #FF0000;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .services-menu__card-num {
    font-size: 1.75rem;
  }
}

.services-menu__card-en {
  width: 5rem;
  color: #2A2A2A;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: right;
}

.services-menu__card-body {
  height: 100%;
  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;
  gap: 1rem;
  margin-top: 1rem;
}

.services-menu__card-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 0.3125rem 0;
  color: #2A2A2A;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .services-menu__card-title {
    font-size: 1.125rem;
  }
}

.services-menu__card-icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.125rem;
  background-color: #FF0000;
  overflow: hidden;
}

.services-menu__card-icon::before,
.services-menu__card-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1.375rem;
  aspect-ratio: 1/1;
  background: url(../img/services/chevron-down-white.svg) no-repeat center center/contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.services-menu__card-icon::before {
  top: -1.375rem;
}

.services-menu__card-icon::after {
  top: 0.1875rem;
}

@media (any-hover: hover) {
  .services-menu__card:hover .services-menu__card-icon::before {
    top: 0.1875rem;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
  .services-menu__card:hover .services-menu__card-icon::after {
    top: 1.75rem;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
}
.services-detail {
  overflow: hidden;
  padding-block: 6.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), color-stop(5.2%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 5.2%);
}
@media screen and (max-width: 768px) {
  .services-detail {
    padding-block: 3rem;
  }
}

.services-detail--first {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .services-detail--first {
    padding-bottom: 0;
  }
}

.services-detail__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;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .services-detail__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.5rem;
  }
}

.services-detail__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 37.5rem;
          flex: 0 1 37.5rem;
}
@media screen and (max-width: 768px) {
  .services-detail__content {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.services-detail__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
  padding-left: 0.25rem;
  color: #FF0000;
  font-family: Helvetica, Inter, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.services-detail__label-text {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.services-detail__label-num {
  font-size: 2rem;
  line-height: 0.8;
  letter-spacing: 0;
}

.services-detail__heading {
  margin-top: 1rem;
  color: #2A2A2A;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .services-detail__heading {
    font-size: 1.75rem;
  }
}

.services-detail__body {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .services-detail__body {
    margin-top: 2rem;
    gap: 1.25rem;
  }
}

.services-detail__body p {
  color: #2A2A2A;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: justify;
}

.services-detail__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 37.5rem;
          flex: 0 1 37.5rem;
  margin-right: calc(50% - min(50vw, 45rem));
}
@media screen and (max-width: 768px) {
  .services-detail__photo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-right: 0;
  }
}

.services-detail__photo picture {
  display: block;
}

.services-detail__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 600/400;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .services-detail__photo img {
    aspect-ratio: 3/2;
  }
}

.services-detail__inner + .services-related {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .services-detail__inner + .services-related {
    margin-top: 2.5rem;
  }
}

.services-related__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .services-related__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.services-related__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  border: 1px solid #D5D5D5;
  border-radius: 0.0625rem;
  padding: 1.75rem 2rem;
}
@media screen and (max-width: 768px) {
  .services-related__card {
    padding: 1.5rem;
  }
}

.services-related__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3.5rem;
  padding-left: 1.5rem;
}

.services-related__bar {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.25rem;
  height: 3.5rem;
  background-color: #FF0000;
}

.services-related__title {
  color: #2A2A2A;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .services-related__title {
    font-size: 1.25rem;
  }
}

.services-related__divider {
  display: block;
  height: 1px;
  background-color: #E1E1E1;
}

.services-related__text {
  padding-bottom: 0.5rem;
  color: #2A2A2A;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
}

.services-process {
  background-color: #fff;
  padding-block: 6.25rem;
}
@media screen and (max-width: 768px) {
  .services-process {
    padding-block: 3rem;
  }
}

.services-process__heading {
  color: #2A2A2A;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .services-process__heading {
    font-size: 1.75rem;
  }
}

.services-process__scroll {
  margin-top: 3.5rem;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .services-process__scroll {
    margin-top: 2rem;
    padding-bottom: 0.75rem;
  }
}

.services-process__diagram {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.services-process__phases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.5rem;
}

.services-process__phase {
  -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;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  clip-path: polygon(0 0, calc(100% - 1.25rem) 0, 100% 50%, calc(100% - 1.25rem) 100%, 0 100%, 1.25rem 50%);
}

.services-process__phase + .services-process__phase {
  margin-left: -1.1875rem;
}

.services-process__phase--first {
  clip-path: polygon(0 0, calc(100% - 1.25rem) 0, 100% 50%, calc(100% - 1.25rem) 100%, 0 100%);
}

.services-process__phase--last {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 1.25rem 50%);
}

.services-process__phase--prep {
  -ms-flex-preferred-size: 25.75rem;
      flex-basis: 25.75rem;
  background-color: #ff0000;
}

.services-process__phase--nego {
  -ms-flex-preferred-size: 19.3125rem;
      flex-basis: 19.3125rem;
  background-color: #f00000;
}

.services-process__phase--cont {
  -ms-flex-preferred-size: 18.1875rem;
      flex-basis: 18.1875rem;
  background-color: #d90000;
}

.services-process__phase--exec {
  -ms-flex-preferred-size: 13.3125rem;
      flex-basis: 13.3125rem;
  background-color: #b80000;
}

.services-process__band {
  background-color: #fcf7f7;
  padding: 2rem 0.625rem 0.625rem;
}

.services-process__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}

.services-process__col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.1875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services-process__col-title {
  color: #FF0000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
}

.services-process__col-title-mark {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.services-process__col-title-jp {
  letter-spacing: -0.01em;
}

.services-process__col-body {
  position: relative;
  width: 100%;
  height: 12.5rem;
  background-color: #f9e8e8;
  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;
}

.services-process__arrow {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 1.25rem;
  background-color: #fcf7f7;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.services-process__list {
  list-style: none;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.services-process__list-item {
  width: 100%;
}

.services-steps {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), color-stop(5.2%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 5.2%);
  padding-block: 6.25rem;
}
@media screen and (max-width: 768px) {
  .services-steps {
    padding-block: 3rem;
  }
}

.services-steps__heading {
  color: #2A2A2A;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .services-steps__heading {
    font-size: 1.75rem;
  }
}

.services-steps__body {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 4.25rem 1fr;
  grid-template-rows: auto auto auto auto 3.75rem;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .services-steps__body {
    margin-top: 1.5rem;
    grid-template-columns: 2.5rem 1fr;
    grid-template-rows: auto auto auto auto 2.5rem;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

.services-steps__bar {
  display: contents;
}

.services-steps__phase {
  height: calc(100% + 1.75rem);
  margin-top: -1rem;
  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;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  grid-column: 1;
  clip-path: polygon(0 0, 50% 1.875rem, 100% 0, 100% calc(100% - 1.875rem), 50% 100%, 0 calc(100% - 1.875rem));
}
@media screen and (max-width: 768px) {
  .services-steps__phase {
    font-size: 1.125rem;
  }
}

.services-steps__phase--first {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.875rem), 50% 100%, 0 calc(100% - 1.875rem));
  padding-bottom: 1.875rem;
  height: 100%;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .services-steps__phase--first {
    margin-top: 0;
    height: calc(100% + 0.75rem);
  }
}

.services-steps__phase--last {
  clip-path: polygon(0 0, 50% 1.875rem, 100% 0, 100% 100%, 0 100%);
  padding-top: 1.875rem;
}

.services-steps__phase--prep {
  background-color: #ff0000;
  grid-row: 1;
}

.services-steps__phase--nego {
  background-color: #f00000;
  grid-row: 2;
}

.services-steps__phase--cont {
  background-color: #d90000;
  grid-row: 3;
}

.services-steps__phase--exec {
  background-color: #b80000;
  grid-row: 4/6;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 4.0625rem;
  height: calc(100% + 1rem);
}

.services-steps--buy .services-steps__phase--prep {
  background-color: #626262;
}

.services-steps--buy .services-steps__phase--nego {
  background-color: #4f4f4f;
}

.services-steps--buy .services-steps__phase--cont {
  background-color: #3A3A3A;
}

.services-steps--buy .services-steps__phase--exec {
  background-color: #2A2A2A;
}

.services-steps__content {
  display: contents;
}

.services-steps__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .services-steps__group {
    gap: 1rem;
  }
}

.services-steps__group:first-of-type {
  padding-top: 0.5rem;
}

.services-steps__group:not(:last-of-type) {
  padding-bottom: 2rem;
}

.services-steps__group--divider {
  border-top: 1px solid #ACACAC;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .services-steps__group--divider {
    padding-top: 1.5rem;
  }
}

.services-steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5625rem;
}

.services-steps__item-title {
  color: #FF0000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .services-steps__item-title {
    font-size: 1rem;
  }
}

.services-steps__group--nego .services-steps__item-title {
  color: #f00000;
}

.services-steps__group--cont .services-steps__item-title {
  color: #d90000;
}

.services-steps__group--exec .services-steps__item-title {
  color: #b80000;
}

.services-steps__item-desc {
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .services-steps__item-desc {
    font-size: 0.9375rem;
  }
}

.services-pricing {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), color-stop(5.2%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 5.2%);
  padding: 7.5rem 1.5rem 6.25rem;
}
@media screen and (max-width: 768px) {
  .services-pricing {
    padding: 3rem 1.5rem;
  }
}

.services-pricing__inner {
  max-width: 70rem;
  padding-inline: 0;
}

.services-pricing__heading {
  color: #2A2A2A;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .services-pricing__heading {
    font-size: 1.75rem;
  }
}

.services-pricing__heading-line {
  display: block;
}

.services-pricing__heading-accent {
  color: #FF0000;
}

.services-pricing__heading-zero {
  position: relative;
  top: 0.1875rem;
  color: #FF0000;
  font-family: Helvetica, Inter, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 0;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .services-pricing__heading-zero {
    font-size: 3rem;
  }
}

.services-pricing__lead {
  margin-top: 3rem;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .services-pricing__lead {
    margin-top: 1.5rem;
  }
}

.services-pricing__fee-band {
  margin-top: 3.5rem;
  background-color: #FF0000;
  padding: 2.5rem;
}
@media screen and (max-width: 768px) {
  .services-pricing__fee-band {
    margin-top: 2rem;
    padding: 1rem;
  }
}

.services-pricing__fee-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .services-pricing__fee-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
}

.services-pricing__fee-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 12.5rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .services-pricing__fee-card {
    min-height: 7.5rem;
  }
}

.services-pricing__fee-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2A2A2A;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}

.services-pricing__fee-label {
  font-size: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .services-pricing__fee-label {
    font-size: 1.625rem;
  }
}

.services-pricing__fee-unit {
  -webkit-margin-start: 0.375rem;
          margin-inline-start: 0.375rem;
  font-size: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .services-pricing__fee-unit {
    -webkit-margin-start: 0.25rem;
            margin-inline-start: 0.25rem;
    font-size: 1.5rem;
  }
}

.services-pricing__fee-num {
  display: inline-block;
  width: auto;
  height: 3.625rem;
  -webkit-margin-start: 0.75rem;
          margin-inline-start: 0.75rem;
  margin-bottom: -0.125rem;
  aspect-ratio: 39.0625/58.4375;
}
@media screen and (max-width: 768px) {
  .services-pricing__fee-num {
    height: 2.5625rem;
    -webkit-margin-start: 0.5rem;
            margin-inline-start: 0.5rem;
  }
}

.services-pricing__note {
  margin-top: 1.5rem;
  color: #555555;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .services-pricing__note {
    margin-top: 1rem;
    font-size: 0.75rem;
    text-align: left;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}

.services-pricing__note.services-pricing__note--fee-band {
  margin-top: 3.5rem;
}

.services-pricing__method {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .services-pricing__method {
    margin-top: 3rem;
  }
}

.services-pricing__method-heading {
  color: #2A2A2A;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .services-pricing__method-heading {
    font-size: 1.625rem;
  }
}

.services-pricing__method-text {
  margin-top: 2.5rem;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .services-pricing__method-text {
    margin-top: 1.5rem;
  }
}

.services-pricing__rate-wrap {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .services-pricing__rate-wrap {
    margin-top: 2rem;
  }
}

.services-pricing__rate-label {
  margin-bottom: 2rem;
  color: #2A2A2A;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .services-pricing__rate-label {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
}

.services-pricing__rate {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.services-pricing__rate-head {
  padding: 1.25rem 5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .services-pricing__rate-head {
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
  }
}

.services-pricing__rate-head--deal {
  width: 64.29%;
  background-color: #2A2A2A;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .services-pricing__rate-head--deal {
    width: 74%;
  }
}

.services-pricing__rate-head--rate {
  background-color: #FF0000;
  text-align: center;
}

.services-pricing__rate-deal {
  padding: 1.25rem 5rem;
  background-color: #f1f1f1;
  border-bottom: 1px solid #E0E0E0;
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .services-pricing__rate-deal {
    padding: 0.875rem 1rem;
    font-size: 0.8125rem;
  }
}

.services-pricing__rate-value {
  padding: 1.25rem 5rem;
  background-color: #fcf7f7;
  border-bottom: 1px solid #E0E0E0;
  color: #FF0000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .services-pricing__rate-value {
    padding: 0.875rem 0.5rem;
    font-size: 0.875rem;
  }
}

.services-pricing__box {
  margin-top: 3.5rem;
  border: 1px solid #D5D5D5;
  padding: 2.5rem;
}
@media screen and (max-width: 768px) {
  .services-pricing__box {
    margin-top: 2rem;
    padding: 1.5rem 1rem;
  }
}

.services-pricing__box-title {
  color: #2A2A2A;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .services-pricing__box-title {
    font-size: 0.9375rem;
  }
}

.services-pricing__def {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .services-pricing__def {
    margin-top: 1.5rem;
  }
}

.services-pricing__def-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (max-width: 768px) {
  .services-pricing__def-row {
    -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: 0;
  }
}

.services-pricing__def-term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 11.25rem;
  padding: 0.625rem 0 0.625rem 2.5rem;
  color: #FF0000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .services-pricing__def-term {
    width: auto;
    padding: 0.625rem 0 0;
    font-size: 0.875rem;
  }
}

.services-pricing__def-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .services-pricing__def-desc {
    padding: 0.25rem 0 0.625rem;
    font-size: 0.875rem;
  }
}

.services-pricing__def-plus {
  color: #FF0000;
}

.services-pricing__box-note {
  margin-top: 1.5rem;
  color: #555555;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .services-pricing__box-note {
    margin-top: 1rem;
    font-size: 0.75rem;
  }
}

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

@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 21.375rem;
    margin-inline: auto;
  }
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.5rem;
  padding: 0.75rem 0.75rem 0.75rem 1.5rem;
  border-radius: 0.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 screen and (max-width: 768px) {
  .btn a {
    width: 100%;
    padding: 1.1875rem 1.25rem 1.1875rem 1.5rem;
    gap: 0;
  }
}

.header .btn a {
  padding: 0.625rem 0.625rem 0.625rem 1rem;
  gap: 0.75rem;
}

.footer .btn__red a {
  gap: 0.75rem;
}

@media (any-hover: hover) {
  .btn a:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.btn__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .btn__text {
    width: 100%;
    text-align: center;
  }
}

.btn__icon {
  position: relative;
  display: block;
  width: 1.75rem;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.125rem;
  overflow: hidden;
}

.btn__icon::before,
.btn__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.75rem;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn__icon::before {
  left: -0.75rem;
}

.btn__icon::after {
  left: 0.5rem;
}

@media (any-hover: hover) {
  .btn a:hover .btn__icon::before {
    left: 0.5rem;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  .btn a:hover .btn__icon::after {
    left: 1.75rem;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
}
.btn__black a {
  background-color: #2A2A2A;
}

.btn__black .btn__text {
  color: #fff;
}

.btn__black .btn__icon {
  background-color: rgba(255, 255, 255, 0.3);
}

.btn__red a {
  background-color: #FF0000;
}

.btn__red .btn__text {
  color: #fff;
}

.btn__red .btn__icon {
  background-color: rgba(255, 255, 255, 0.3);
}

.btn__white-red a {
  background-color: #fff;
  border: 1px solid #FF0000;
}

.btn__white-red .btn__text {
  color: #FF0000;
  font-size: 0.9375rem;
}

.btn__white-red .btn__icon {
  background-color: #FF0000;
}

.btn__white-gray a {
  background-color: #fff;
  border: 1px solid #777777;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn__white-gray .btn__text {
  color: #777777;
  font-size: 0.9375rem;
}

.btn__white-gray .btn__icon {
  background-color: #777777;
}

@media (any-hover: hover) {
  .btn__white-gray a:hover {
    background-color: #777777;
  }
  .btn__white-gray a:hover .btn__text {
    color: #fff;
  }
  .btn__white-gray a:hover .btn__icon {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.btn__white-black a {
  background-color: #F3F3F2;
}

.btn__white-black .btn__text {
  color: #2A2A2A;
}

.btn__white-black .btn__icon {
  background-color: #D1D1D1;
}

.btn__white-black .btn__icon::before,
.btn__white-black .btn__icon::after {
  background-image: url(../img/common/arrow-black.svg);
}

.sub-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  text-decoration: none;
}

.sub-btn__text {
  position: relative;
  color: #2A2A2A;
  font-size: 0.9375rem;
  font-weight: 400;
  padding-bottom: 0.375rem;
}

.sub-btn__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2A2A2A;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.6, 0, 0, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.6, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.6, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.6, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(0.6, 0, 0, 1);
}

@media (any-hover: hover) {
  .sub-btn a:hover .sub-btn__text::before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
.sub-btn__icon {
  position: relative;
  display: block;
  width: 1.75rem;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.125rem;
  overflow: hidden;
  background-color: #FF0000;
}

.sub-btn__icon::before,
.sub-btn__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.75rem;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sub-btn__icon::before {
  left: -0.75rem;
}

.sub-btn__icon::after {
  left: 0.5rem;
}

@media (any-hover: hover) {
  .sub-btn a:hover .sub-btn__icon::before {
    left: 0.5rem;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  .sub-btn a:hover .sub-btn__icon::after {
    left: 1.75rem;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
}
.legal {
  background-color: #fff;
  padding: 6.25rem 1.5rem 10rem;
}
@media screen and (max-width: 768px) {
  .legal {
    padding: 3rem 1.5rem 4rem;
  }
}

.legal__inner {
  max-width: 50rem;
  padding-inline: 0;
}

.legal__intro {
  color: #3A3A3A;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.legal__list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .legal__list {
    margin-top: 2rem;
  }
}

.legal__item + .legal__item {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .legal__item + .legal__item {
    margin-top: 2rem;
  }
}

.legal__item:not(:last-child) {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (max-width: 768px) {
  .legal__item:not(:last-child) {
    padding-bottom: 2rem;
  }
}

.legal__item-title {
  color: #FF0000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .legal__item-title {
    font-size: 1.125rem;
  }
}

.legal__list--numbered {
  counter-reset: legal-item;
}

.legal__list--numbered .legal__item-title {
  padding-left: 1.375rem;
  text-indent: -1.375rem;
}

.legal__list--numbered .legal__item-title::before {
  counter-increment: legal-item;
  content: counter(legal-item) ". ";
}

.legal__item-text {
  margin-top: 1.5rem;
  color: #3A3A3A;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .legal__item-text {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.legal__item-title + .legal__item-list {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .legal__item-title + .legal__item-list {
    margin-top: 1rem;
  }
}

.legal__item-list-item {
  padding-left: 1em;
  text-indent: -1em;
  color: #3A3A3A;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .legal__item-list-item {
    font-size: 0.875rem;
  }
}

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

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

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

/*# sourceMappingURL=style.css.map */