@charset "UTF-8";
/* リキッドレイアウト対応 */
html {
  scroll-behavior: smooth;
}
html.is-fixed {
  overflow: hidden;
}

body {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .u-tab {
    display: none;
  }
}

.u-desktop--xl {
  display: none;
}
@media screen and (min-width: 1440px) {
  .u-desktop--xl {
    display: block;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements default styles */
a {
  text-decoration: none;
  color: inherit;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

picture,
img,
a,
span {
  display: inline-block;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

.button {
  position: relative;
  width: min(318px, 100%);
  width: min(19.875rem, 100%);
  height: 75px;
  height: 4.6875rem;
  display: grid;
  place-items: center;
  border: 2px solid #036DD6;
  border-radius: 2.5rem;
  background-color: #036DD6;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  right: 1.3125rem;
  translate: 0 -50%;
  width: 47px;
  width: 2.9375rem;
  height: 48px;
  height: 3rem;
  background: url(../images/common/arrow-icon--white.webp) center/contain no-repeat;
  -webkit-transition: right 0.4s, background-image 0.4s;
  transition: right 0.4s, background-image 0.4s;
}
@media (any-hover: hover) {
  .button:hover {
    opacity: 1;
    background-color: #fff;
    color: #036DD6;
  }
  .button:hover::after {
    right: 0.9375rem;
    background-image: url(../images/common/arrow-icon--blue.webp);
  }
}

.button--en {
  text-transform: uppercase;
  font-family: "Alata", sans-serif;
  font-weight: 400;
}

.button--white {
  border: 2px solid #fff;
  background-color: #fff;
  color: #036DD6;
}
.button--white::after {
  background-image: url(../images/common/arrow-icon--blue.webp);
}
@media (any-hover: hover) {
  .button--white:hover {
    opacity: 1;
    background-color: #036DD6;
    color: #fff;
  }
  .button--white:hover::after {
    background-image: url(../images/common/arrow-icon--white.webp);
  }
}

.contact + .insurance-companies {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .contact + .insurance-companies {
    padding-top: 4.375rem;
  }
}

.contact__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  border-radius: 1.5rem;
  background-color: #036DD6;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.75rem clamp(2.5rem, -14.6875rem + 25vw, 7.8125rem);
  }
}
.contact__box::before {
  content: "";
  position: absolute;
  top: 40px;
  top: 2.5rem;
  left: 200px;
  left: 12.5rem;
  width: 120px;
  width: 7.5rem;
  aspect-ratio: 205/68;
  background: url(../images/common/contact-image.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .contact__box::before {
    top: 5.5625rem;
    left: clamp(17.5rem, 9.0073529412rem + 12.3529411765vw, 20.125rem);
    width: 12.8125rem;
  }
}

.contact__body {
  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: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .contact__body {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 1.4375rem;
  }
}

.contact__button {
  position: relative;
  width: 295px;
  width: 18.4375rem;
  border-radius: 6.25rem;
  border: 2px solid #fff;
  background-color: #fff;
  text-align: center;
  color: #036DD6;
}
@media screen and (min-width: 768px) {
  .contact__button {
    width: clamp(31.3125rem, 18.3713235294rem + 18.8235294118vw, 35.3125rem);
    text-align: left;
  }
}
.contact__button::before, .contact__button::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.contact__button--tel {
  font-family: "Alata", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  padding: 18px 0 18px 12px;
  padding: 1.125rem 0 1.125rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .contact__button--tel {
    font-size: 2.25rem;
    padding: 1.125rem 0 1.125rem clamp(9.5rem, 3.0294117647rem + 9.4117647059vw, 11.5rem);
  }
}
.contact__button--tel::before {
  left: 32px;
  left: 2rem;
  width: 32px;
  width: 2rem;
  aspect-ratio: 1/1;
  background: url(../images/common/tel-icon--blue.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .contact__button--tel::before {
    left: clamp(6.3125rem, -0.1580882353rem + 9.4117647059vw, 8.3125rem);
    width: 2.4375rem;
  }
}

.contact__button-text--xs {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .contact__button-text--xs {
    font-size: 0.9375rem;
    margin-left: 1.5rem;
  }
}

.contact__button-text--small {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .contact__button-text--small {
    font-size: 1rem;
  }
}

.contact__button--form {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
  padding: 18px 0 18px 0px;
  padding: 1.125rem 0 1.125rem 0rem;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
@media screen and (min-width: 768px) {
  .contact__button--form {
    font-size: 1.75rem;
    padding: 2.375rem 0 2.375rem clamp(6.1875rem, -0.2830882353rem + 9.4117647059vw, 8.1875rem);
  }
}
.contact__button--form::before {
  left: 32px;
  left: 2rem;
  width: 36px;
  width: 2.25rem;
  aspect-ratio: 1/1;
  background: url(../images/common/mail-icon.webp) center/contain no-repeat;
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
}
@media screen and (min-width: 768px) {
  .contact__button--form::before {
    left: clamp(2.375rem, -4.0955882353rem + 9.4117647059vw, 4.375rem);
    width: 2.5625rem;
  }
}
.contact__button--form::after {
  right: 16px;
  right: 1rem;
  width: 48px;
  width: 3rem;
  aspect-ratio: 59/60;
  background: url(../images/common/arrow-icon--blue.webp) center/contain no-repeat;
  -webkit-transition: background-image 0.4s, right 0.6s;
  transition: background-image 0.4s, right 0.6s;
}
@media screen and (min-width: 768px) {
  .contact__button--form::after {
    right: 1.5625rem;
    width: 3.6875rem;
  }
}
@media (any-hover: hover) {
  .contact__button--form:hover {
    opacity: 1;
    background-color: #036DD6;
    color: #fff;
  }
  .contact__button--form:hover::before {
    background-image: url(../images/common/mail-icon--white.webp);
  }
  .contact__button--form:hover::after {
    right: 0.625rem;
    background-image: url(../images/common/arrow-icon--white.webp);
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .contact__button--form:hover::after {
    right: 1.1875rem;
  }
}

.footer {
  background-color: #F7F7F7;
  padding-block: 40px 32px;
  padding-block: 2.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-block: 4.375rem 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 71.875rem !important;
  }
}

.footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__head-logo {
  width: 140px;
  width: 8.75rem;
}
@media screen and (min-width: 768px) {
  .footer__head-logo {
    width: 10.3125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.footer__head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .footer__head-nav {
    gap: 1.25rem;
  }
}

.footer__head-nav-item-link {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  padding: 8px;
  padding: 0.5rem;
}
.footer__head-nav-item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  bottom: 0.25rem;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: #333;
  scale: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media (any-hover: hover) {
  .footer__head-nav-item-link:hover {
    opacity: 1;
  }
  .footer__head-nav-item-link:hover::after {
    scale: 1;
  }
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__body-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .footer__body-box {
    border-bottom: none;
    border-right: 1px solid #CDCDCD;
    padding: 0 3.6875rem 0 0;
  }
}

.footer__body-box-address {
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 500;
  line-height: normal;
}

.footer__body-text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: normal;
}

.footer__body-text--bold {
  font-weight: 700;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.footer__body-nav {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  gap: 0.375rem;
}

.footer__body-nav-item-link {
  position: relative;
  padding: 5px 4px;
  padding: 0.3125rem 0.25rem;
}
.footer__body-nav-item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  bottom: 0rem;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: #333;
  scale: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media (any-hover: hover) {
  .footer__body-nav-item-link:hover {
    opacity: 1;
  }
  .footer__body-nav-item-link:hover::after {
    scale: 0;
  }
}

.footer__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  border-top: 1px solid #CDCDCD;
  padding: 20px 8px 0;
  padding: 1.25rem 0.5rem 0;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__foot {
    margin-top: 2.5rem;
    padding-top: 1.8125rem;
  }
}

.footer__foot-copyright {
  color: #666;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 500;
  line-height: normal;
}

.top-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  color: #525252;
  font-family: "Alata", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .top-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.75rem;
  }
}
.top-button::after {
  content: "";
  rotate: -90deg;
  width: 47px;
  width: 2.9375rem;
  height: 48px;
  height: 3rem;
  background: url(../images/common/arrow-icon--blue.webp) center/contain no-repeat;
  -webkit-transition: translate 0.4s;
  transition: translate 0.4s;
}
@media (any-hover: hover) {
  .top-button:hover {
    opacity: 1;
  }
  .top-button:hover::after {
    translate: 0 -0.25rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  height: 4.5rem;
  background-color: #fff;
  padding-top: 20px;
  padding-top: 1.25rem;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header {
    height: 7.625rem;
    padding-top: 1.875rem;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 20px;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-inline: clamp(1.5625rem, -7.5367647059rem + 13.2352941176vw, 4.375rem);
  }
}

.header__logo {
  width: 170px;
  width: 10.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 12.5rem;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
}

.header__nav-item-link {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  padding: 8px;
  padding: 0.5rem;
}
.header__nav-item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  bottom: 0.25rem;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: #333;
  scale: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media (any-hover: hover) {
  .header__nav-item-link:hover {
    opacity: 1;
  }
  .header__nav-item-link:hover::after {
    scale: 1;
  }
}

.header__nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
}

.header__button {
  position: relative;
  width: 242px;
  width: 15.125rem;
  height: 62px;
  height: 3.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3.125rem;
  color: #fff;
}
.header__button::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__button--tel {
  background-color: #036DD6;
  font-family: "Alata", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  padding-left: 72px;
  padding-left: 4.5rem;
}
.header__button--tel::before {
  left: 40px;
  left: 2.5rem;
  width: 22px;
  width: 1.375rem;
  background: url(../images/common/tel-icon.webp) center/contain no-repeat;
}

.header__button-text--xs {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
}

.header__button-text--small {
  font-size: 11px;
  font-size: 0.6875rem;
}

.header__button--line {
  border: 2px solid #06C755;
  background-color: #06C755;
  padding-left: 68px;
  padding-left: 4.25rem;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.header__button--line::before {
  left: 28px;
  left: 1.75rem;
  width: 30px;
  width: 1.875rem;
  background: url(../images/common/line-icon.webp) center/contain no-repeat;
}
@media (any-hover: hover) {
  .header__button--line:hover {
    opacity: 1;
    background-color: #fff;
    color: #06C755;
  }
}

.drawer-button {
  position: absolute;
  top: 13px;
  top: 0.8125rem;
  right: 20px;
  right: 1.25rem;
  width: 46px;
  width: 2.875rem;
  height: 46px;
  height: 2.875rem;
  border-radius: 0.9375rem;
  background-color: #036DD6;
  -webkit-transition: top 0.6s, right 0.6s;
  transition: top 0.6s, right 0.6s;
  z-index: 103;
}
@media screen and (min-width: 768px) {
  .drawer-button {
    display: none;
  }
}
.drawer-button.is-open .drawer-button__bar {
  top: 22px;
  top: 1.375rem;
}
.drawer-button.is-open .drawer-button__bar:nth-of-type(1) {
  rotate: 45deg;
}
.drawer-button.is-open .drawer-button__bar:nth-of-type(2) {
  opacity: 0;
}
.drawer-button.is-open .drawer-button__bar:nth-of-type(3) {
  rotate: -45deg;
}

.drawer-button__bar {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 22px;
  width: 1.375rem;
  height: 3px;
  height: 0.1875rem;
  background-color: #fff;
  -webkit-transition: top 0.4s, rotate 0.4s, opacity 0.4s;
  transition: top 0.4s, rotate 0.4s, opacity 0.4s;
}
.drawer-button__bar:nth-of-type(1) {
  top: 16px;
  top: 1rem;
}
.drawer-button__bar:nth-of-type(2) {
  top: 22px;
  top: 1.375rem;
}
.drawer-button__bar:nth-of-type(3) {
  top: 28px;
  top: 1.75rem;
}

.drawer-menu {
  position: fixed;
  top: 97px;
  top: 6.0625rem;
  left: 50%;
  translate: -50% 0;
  width: calc(100% - 3.125rem);
  height: 100dvh;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.6s, opacity 0.6s;
  transition: visibility 0.6s, opacity 0.6s;
  z-index: 102;
}
.drawer-menu.is-open {
  visibility: visible;
  opacity: 1;
}

.drawer-menu__container {
  max-height: calc(100% - 6.0625rem);
  border-radius: 1rem;
  background-color: #fff;
  padding-block: 48px 56px;
  padding-block: 3rem 3.5rem;
  overflow: auto;
}

.drawer-menu__list {
  margin-inline: 42px;
  margin-inline: 2.625rem;
}

.drawer-menu__item {
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
}
.drawer-menu__item + .drawer-menu__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.drawer-menu__item-link {
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.54px;
  letter-spacing: 0.03375rem;
}

.drawer-menu__item-link-text--small {
  color: #036DD6;
  font-family: "Alata", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  letter-spacing: 0.02625rem;
}

.drawer-menu__box {
  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: 12px;
  gap: 0.75rem;
  margin: 37px auto 0;
  margin: 2.3125rem auto 0;
}

.drawer-menu__bg {
  position: fixed;
  top: 72px;
  top: 4.5rem;
  left: 0;
  width: 100vw;
  height: calc(100vh - 4.5rem);
  background: rgba(203, 219, 235, .8);
  backdrop-filter: blur(2px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.6s, opacity 0.6s;
  transition: visibility 0.6s, opacity 0.6s;
  z-index: 101;
}
.drawer-menu__bg.is-open {
  visibility: visible;
  opacity: 1;
}

.heading {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.26px;
  letter-spacing: 0.07875rem;
}
@media screen and (min-width: 768px) {
  .heading {
    font-size: 2.625rem;
  }
}

.heading--white {
  color: #fff;
}

.heading--sub {
  color: #036DD6;
  font-family: "Alata", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
}
@media screen and (min-width: 768px) {
  .heading--sub {
    font-size: 1.25rem;
  }
}

.heading--sub-skyblue {
  color: #DFEFFF;
}

.heading--small {
  position: relative;
  color: #036DD6;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.96px;
  letter-spacing: 0.06rem;
  padding-left: 18px;
  padding-left: 1.125rem;
}
@media screen and (min-width: 768px) {
  .heading--small {
    font-size: 2rem;
    padding-left: 1.75rem;
  }
}
.heading--small::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 3px;
  width: 0.1875rem;
  height: 80%;
  background-color: #036DD6;
}

.hero {
  width: 100%;
  aspect-ratio: 375/200;
  background: url(../images/common/hero-bg.webp) center/cover no-repeat;
  margin-top: 72px;
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .hero {
    aspect-ratio: 1440/509;
    margin-top: 7.625rem;
  }
}

.hero__head {
  text-align: center;
  padding-top: 14.9333333333vw;
}
@media screen and (min-width: 768px) {
  .hero__head {
    padding-top: 13.3333333333vw;
  }
}

.hero__heading--sub {
  color: #036DD6;
  font-family: "Alata", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.128vw;
}
@media screen and (min-width: 768px) {
  .hero__heading--sub {
    font-size: 1.1111111111vw;
    letter-spacing: 0.0333333333vw;
  }
}

.hero__heading {
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.2666666667vw;
  margin-top: 3.2vw;
}
@media screen and (min-width: 768px) {
  .hero__heading {
    font-size: 3.0555555556vw;
    letter-spacing: 0.0916666667vw;
    margin-top: 1.1805555556vw;
  }
}

.inner {
  width: 100%;
  max-width: 560px;
  max-width: 35rem;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 90rem;
    padding-inline: 1.5625rem;
  }
}

.insurance-companies {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .insurance-companies {
    padding-bottom: 5.625rem;
  }
}

@media screen and (min-width: 768px) {
  .insurance-companies__inner {
    max-width: 70.625rem;
  }
}

.insurance-companies__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .insurance-companies__heading {
    gap: 1.75rem;
    font-size: 2.25rem;
    letter-spacing: 0.0675rem;
  }
}
.insurance-companies__heading::after {
  content: "";
  width: 100%;
  height: 0;
  height: 2px;
  background: repeating-linear-gradient(90deg, #D9D9D9 0 2px, transparent 2px 6px);
}

.insurance-companies__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 1.25rem;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .insurance-companies__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    margin-top: 2.25rem;
  }
}

.insurance-companies__item-link {
  -webkit-transition: scale 0.6s;
  transition: scale 0.6s;
}
@media (any-hover: hover) {
  .insurance-companies__item-link:hover {
    opacity: 1;
    scale: 1.1;
  }
}

.insurance-companies__box {
  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: 20px;
  gap: 1.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .insurance-companies__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.125rem;
    margin-top: 5.625rem;
  }
}

.insurance-companies__banner {
  width: 320px;
  width: 20rem;
  margin-inline: auto;
  -webkit-transition: scale 0.6s;
  transition: scale 0.6s;
}
@media screen and (min-width: 768px) {
  .insurance-companies__banner {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
}
@media (any-hover: hover) {
  .insurance-companies__banner:hover {
    opacity: 1;
    scale: 1.1;
  }
}

.insurance-companies__text {
  width: 100%;
  border-radius: 1rem;
  background-color: #DFEFFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.42px;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .insurance-companies__text {
    width: 34.375rem;
  }
}

.not-found__text {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .not-found__text {
    font-size: 1.5rem;
  }
}

.not-found__button {
  margin: 60px auto;
  margin: 3.75rem auto;
}
@media screen and (min-width: 768px) {
  .not-found__button {
    margin-block: 6.25rem;
  }
}

.page-business-hybrid {
  padding-block: 40px 50px;
  padding-block: 2.5rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .page-business-hybrid {
    padding-block: 5rem 6.25rem;
  }
}

.page-business-hybrid_inner {
  margin-inline: auto;
  width: min(560px, 100%);
  width: min(35rem, 100%);
}
@media screen and (min-width: 768px) {
  .page-business-hybrid_inner {
    width: min(75rem, 100%);
  }
}

.page-business-hybrid_wrapper {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-business-hybrid_wrapper {
    margin-top: 2.5rem;
  }
}

.hybrid__swiper-container,
.hybrid__swiper,
.hybrid__swiper-wrapper,
.hybrid__swiper-slide {
  position: relative;
}

@media screen and (min-width: 768px) {
  .hybrid__swiper {
    margin-inline: max((100% - 100vw) / 2, -9.0625rem);
    padding-inline: min((100vw - 100%) / 2, 9.0625rem);
  }
}

.hybrid__swiper-slide {
  padding: 24px;
  padding: 1.5rem;
  height: 200px;
  height: 12.5rem;
  border-radius: 0.9375rem;
  background: #F7F7F7;
  width: 335px;
  width: 20.9375rem;
}
@media screen and (min-width: 768px) {
  .hybrid__swiper-slide {
    padding: 2rem 2.5rem 2.5rem;
    margin-inline: 0;
    height: 15.25rem;
    width: 23.375rem;
  }
}

.page-business-hybrid__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 8px;
  padding: 0.375rem 0.5rem;
  border-radius: 0.3125rem;
  background: #DFEFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-business-hybrid__tag-name {
  color: #036DD6;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.39px;
  letter-spacing: 0.024375rem;
}

.page-business-hybrid__slide-title {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #036DD6;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.66px;
  letter-spacing: 0.04125rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .page-business-hybrid__slide-title {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
}

.page-business-hybrid__slide-text {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative; /* ポイント！！ */
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* =============================
   ナビゲーションボタン
============================= */
/* デフォルトのボタンを初期化 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  bottom: calc(100% + 1.25rem);
  width: 23px;
  width: 1.4375rem;
  height: 23px;
  height: 1.4375rem;
}

.swiper-button-prev {
  right: 0;
}

.swiper-button-next {
  right: 0;
}

/* =============================
   ページネーション (bullets)
============================= */
/* 位置の設定 (枠組み) */
/* それぞれのページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 40px;
  width: 2.5rem;
  height: 1px;
  height: 0.0625rem;
  border-radius: 0;
  background: #DFEFFF;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 5rem;
  }
}
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}

/* activeな部分 */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #60AEF9;
  width: 40px;
  width: 2.5rem;
  height: 2px;
  height: 0.125rem;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    width: 5rem;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 50%;
  translate: 0 -50%;
}

.hybrid-swiper-bottom {
  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;
  margin-top: 40px;
  margin-top: 2.5rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.page-business-management {
  background-color: #FDF6EE;
  margin-inline: calc(50% - 50vw);
  padding-block: 40px;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .page-business-management {
    padding-block: 4rem 4.5rem;
  }
}

.page-business-management_inner {
  margin-inline: auto;
  width: min(560px, 100%);
  width: min(35rem, 100%);
  padding-inline: 20px;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-business-management_inner {
    width: min(75rem, 100%);
    padding-inline: 1.5625rem;
  }
}

.page-business-management_wrapper {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-business-management_wrapper {
    margin-top: 2.5rem;
  }
}

.page-business-management_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-business-management_contents {
    gap: 2.1875rem;
  }
}

.page-business-management_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
  background: #fff;
  border-radius: 1.5rem;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-business-management_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4.5rem;
    padding: 3rem 3rem 3.5rem 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}

.page-business-management_box-image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-business-management_box-image img {
    width: 24.875rem;
    height: 17.6875rem;
  }
}

.page-business-management__item-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  background-color: #DFEFFF;
  color: #036DD6;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page-business-management__item-tag {
    padding-inline: 1.25rem;
  }
}

.page-business-management__tag-number {
  font-family: "Alata", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.54px;
  letter-spacing: 0.03375rem;
}

.page-business-management__tag-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
}

.page-business-management__item-main {
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
  margin-block: 20px;
  margin-block: 1.25rem;
  border-bottom: 1px solid #CDCDCD;
  border-bottom: 0.0625rem solid #CDCDCD;
  position: relative;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .page-business-management__item-main {
    font-size: 1.5rem;
    margin-block: 1.5rem 1.875rem;
  }
}
.page-business-management__item-main::before {
  content: "";
  position: absolute;
  bottom: -1px;
  bottom: -0.0625rem;
  width: 25.5972696246%;
  height: 1px;
  height: 0.0625rem;
  background: #60AEF9;
}

.page-business-management__item-text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.page-business-management__item-small {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
}

.page-business-preparation {
  position: relative;
  padding-bottom: 240px;
  padding-bottom: 15rem;
}
.page-business-preparation::after {
  content: "";
  aspect-ratio: 607/394;
  background: url(../images/business/business-preparation-image06.webp) no-repeat center/contain;
  position: absolute;
  bottom: 20px;
  bottom: 1.25rem;
  left: 50%;
  translate: -50%;
  width: 335px;
  width: 20.9375rem;
}
@media screen and (min-width: 768px) {
  .page-business-preparation::after {
    width: clamp(33.75rem, 20.2022058824rem + 19.7058823529vw, 37.9375rem);
    bottom: 0.8125rem;
    left: clamp(32.75rem, 8.8897058824rem + 34.7058823529vw, 40.125rem);
    translate: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-business-preparation {
    padding-bottom: 0;
  }
}

.page-business-preparation__list {
  display: grid;
  margin-top: 30px;
  margin-top: 1.875rem;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-business-preparation__list {
    gap: 3rem 1.875rem;
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-business-preparation__item {
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  border-radius: 0.9375rem;
  border: 2px solid #036DD6;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .page-business-preparation__item {
    padding: 3.5rem;
  }
}

.page-business-preparation__item-label {
  border-radius: 0.5rem;
  background: #DFEFFF;
  padding: 6px 20px;
  padding: 0.375rem 1.25rem;
  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;
  line-height: 1.5;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-business-preparation__item-label {
    margin-inline: 0;
  }
}

.page-business-preparation__item-label-number {
  font-family: "Alata", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.54px;
  letter-spacing: 0.03375rem;
  color: #036DD6;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.page-business-preparation__item-label-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
  color: #036DD6;
}

.page-business-preparation__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CDCDCD;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-business-preparation__item-head {
    gap: 2rem;
  }
}
.page-business-preparation__item-head::before {
  content: "";
  position: absolute;
  bottom: -1px;
  bottom: -0.0625rem;
  left: 0;
  width: 150px;
  width: 9.375rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #60AEF9;
}

.page-business-preparation__item-head-image {
  width: 80px;
  width: 5rem;
}

.page-business-preparation__item-head-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
}
@media screen and (min-width: 768px) {
  .page-business-preparation__item-head-title {
    font-size: 1.25rem;
  }
}

.page-business-preparation__item-text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.page-business-preparation__item-foot {
  border-radius: 1rem;
  background: #F7F7F7;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-business-preparation__item-foot {
    padding: 1.5rem;
  }
}

.page-business-preparation__item-foot-text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
}
.page-business-preparation__item-foot-text + .page-business-preparation__item-foot-text {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.page-business-preparation__item-foot-text--blue {
  color: #036DD6;
}

.page-business-risk {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.page-business-risk__inner {
  margin-inline: auto;
  width: min(560px, 100%);
  width: min(35rem, 100%);
}
@media screen and (min-width: 768px) {
  .page-business-risk__inner {
    width: min(75rem, 100%);
  }
}

.page-business__title {
  color: #036DD6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.96px;
  letter-spacing: 0.06rem;
  position: relative;
  padding-left: 16px;
  padding-left: 1rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .page-business__title {
    font-size: 2rem;
    padding-left: 1.75rem;
  }
}
.page-business__title::before {
  content: "";
  position: absolute;
  width: 3px;
  width: 0.1875rem;
  height: 27.5px;
  height: 1.71875rem;
  translate: 0 -50%;
  top: 50%;
  left: 0;
  background-color: #036DD6;
}

.page-business-risk__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-business-risk__boxes {
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}

.page-business-risk__items {
  padding: 8px 20px 24px;
  padding: 0.5rem 1.25rem 1.5rem;
  border-radius: 0.9375rem;
  border: 2px solid #036DD6;
  border: 0.125rem solid #036DD6;
}
@media screen and (min-width: 768px) {
  .page-business-risk__items {
    padding: 3rem 3.5rem 3.5rem;
  }
}

.page-business-risk__item-head {
  display: block;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-business-risk__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.0625rem;
    margin-bottom: 3rem;
  }
}

.page-business-risk__item-image {
  width: 200px;
  width: 12.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-business-risk__item-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 14.625rem;
  }
}

.page-business-risk__item-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 20px;
  padding: 0.375rem 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  background-color: #DFEFFF;
  color: #036DD6;
  line-height: 1.5;
}

.page-business-risk__tag-number {
  font-family: "Alata", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.54px;
  letter-spacing: 0.03375rem;
}

.page-business-risk__tag-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
}

.page-business-risk__item-main {
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
  margin-block: 20px;
  margin-block: 1.25rem;
  border-bottom: 1px solid #CDCDCD;
  border-bottom: 0.0625rem solid #CDCDCD;
  position: relative;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .page-business-risk__item-main {
    font-size: 1.5rem;
    margin-block: 1.5rem 1.875rem;
  }
}
.page-business-risk__item-main::before {
  content: "";
  position: absolute;
  bottom: -1px;
  bottom: -0.0625rem;
  width: 19.556714472%;
  height: 1px;
  height: 0.0625rem;
  background: #60AEF9;
}

.page-business-risk__item-text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
}

.page-business-risk-wrapper__inner {
  border-radius: 1rem;
  background-color: #F7F7F7;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-business-risk-wrapper__inner {
    padding: 1.5rem 2.5rem 2rem;
  }
}

.page-business-risk-accordion.is-opened .page-business-risk-summary::after {
  rotate: 180deg;
}

.page-business-risk-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
.page-business-risk-summary::after {
  content: "";
  width: 31px;
  width: 1.9375rem;
  aspect-ratio: 31/32;
  background: url(../images/common/arrow-down-icon--blue.webp) center/contain no-repeat;
  -webkit-transition: rotate 0.4s;
  transition: rotate 0.4s;
}
.page-business-risk-summary::-webkit-details-marker {
  display: none;
}

.page-business-risk__box-title {
  color: #036DD6;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
}
@media screen and (min-width: 768px) {
  .page-business-risk__box-title {
    font-size: 1.25rem;
  }
}

.page-business-risk-accordion__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.5rem;
  -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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.page-business-risk-accordion__items {
  width: 100%;
}

.page-business-risk-accordion__item {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  background-color: #fff;
  width: 100%;
  border-radius: 0.5rem;
  padding: 12px;
  padding: 0.75rem;
}
.page-business-risk-accordion__item + .page-business-risk-accordion__item {
  padding-inline: 16px;
  padding-inline: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.page-business-risk-accordion__item-text.--blue {
  color: #036DD6;
}

.page-business-support {
  background-color: #FDF6EE;
  margin-block: 40px 50px;
  margin-block: 2.5rem 3.125rem;
  margin-inline: calc(50% - 50vw);
  padding-block: 40px;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .page-business-support {
    margin-block: 5rem 6.25rem;
    margin-inline: calc(50% - 50vw);
    padding-block: 4rem;
  }
}

.page-business-support__inner {
  max-width: 560px;
  max-width: 35rem;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-business-support__inner {
    max-width: 75rem;
    padding-inline: 1.5625rem;
  }
}

.page-business-support__list {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.page-business-support__item {
  background-color: #fff;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.5rem;
  gap: 26px;
  gap: 1.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.page-business-support__item + .page-business-support__item {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .page-business-support__item {
    padding: 3.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.5rem;
  }
}

.page-business-support__item-image img {
  width: 100%;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .page-business-support__item-image img {
    width: 22.9375rem;
  }
}

.page-business-support__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CDCDCD;
  position: relative;
}
.page-business-support__item-head::before {
  content: "";
  position: absolute;
  bottom: -1px;
  bottom: -0.0625rem;
  left: 0;
  width: 150px;
  width: 9.375rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #60AEF9;
}

.page-business-support__item-number {
  color: #ED7A16;
  font-family: "Alata", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
}

.page-business-support__item-title {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 16px;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .page-business-support__item-title {
    font-size: 1.5rem;
  }
}

.page-business-support__item-text {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
}

.page-business-support__item-text--small {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.page-business-support__foot {
  background-color: #fff;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  border-radius: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-business-support__foot {
    padding: 3.5rem;
  }
}

.page-business-support__foot-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 40px;
  padding: 1rem 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  border-radius: 3.125rem;
  background: #DFEFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #036DD6;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-business-support__foot-title {
    font-size: 1.25rem;
  }
}

.page-business-support__foot-list {
  display: grid;
  grid-template-columns: 10rem 20rem 20rem;
  margin-top: 32px;
  margin-top: 2rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .page-business-support__foot-list {
    grid-template-columns: 26% 37% 37%;
    overflow-x: unset;
    -webkit-overflow-scrolling: unset;
  }
}

.page-business-support__foot-item {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
}
.page-business-support__foot-item:nth-of-type(1) .page-business-support__foot-item-content {
  background-color: #FDF6EE;
  border-radius: 1rem 0 0 1rem;
}
.page-business-support__foot-item:nth-of-type(1) .page-business-support__foot-item-image {
  width: 94px;
  width: 5.875rem;
  margin-inline: auto;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.page-business-support__foot-item:nth-of-type(2) .page-business-support__foot-item-content {
  background-color: #FEE2C3;
}
.page-business-support__foot-item:nth-of-type(2) .page-business-support__foot-item-image {
  width: 256px;
  width: 16rem;
  margin-inline: auto;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.page-business-support__foot-item:nth-of-type(3) .page-business-support__foot-item-content {
  background-color: #FFC687;
  border-radius: 0 1rem 1rem 0;
}
.page-business-support__foot-item:nth-of-type(3) .page-business-support__foot-item-image {
  width: 272px;
  width: 17rem;
  margin-inline: auto;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.page-business-support__foot-item-title {
  border-radius: 3.125rem;
  border: 5px solid #FFC687;
  color: #ED7A16;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-inline: auto;
}
.page-business-support__foot-item-title::after {
  content: "";
  height: 12px;
  height: 0.75rem;
  width: 12px;
  width: 0.75rem;
  background-color: #FFC687;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -16px;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.page-business-support__foot-item-content {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 16px 10px;
  padding: 1rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 118px;
  height: 7.375rem;
}

.page-business-support__foot-item-content-list-text {
  color: #333;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
}
.page-business-support__foot-item-content-list-text + .page-business-support__foot-item-content-list-text {
  margin-top: 2px;
  margin-top: 0.125rem;
}

.page-business-lead {
  text-align: center;
  padding-inline: 25px;
  padding-inline: 1.5625rem;
}

.page-business-lead__heading {
  color: #333;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.96px;
  letter-spacing: 0.06rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-business-lead__heading {
    font-size: 2rem;
  }
}

.page-business-lead__heading--lightorange {
  color: #FFB96E;
}

.page-business-lead__heading--orange {
  color: #ED7A16;
}

.page-business-lead__text {
  max-width: 520px;
  max-width: 32.5rem;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  text-align: left;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-business-lead__text {
    max-width: unset;
    text-align: center;
    margin-inline: 0;
  }
}

.page-business-tabs {
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page-business-tabs {
    padding-top: 6.25rem;
  }
}

.page-business-tabs__inner {
  margin-inline: auto;
  width: min(560px, 100%);
  width: min(35rem, 100%);
  padding-inline: 20px;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-business-tabs__inner {
    width: min(75rem, 100%);
    padding-inline: 1.5625rem;
  }
}

.page-business-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-business-tabs__item-image {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  -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;
}
@media screen and (min-width: 600px) {
  .page-business-tabs__item-image {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.page-business-tabs__item-name {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-business-tabs__item-name {
    text-align: left;
  }
}

.page-business-tabs__item {
  width: 500px;
  width: 31.25rem;
  padding: 6px;
  padding: 0.375rem;
  border: 2px solid #036DD6;
  border: 0.125rem solid #036DD6;
  border-radius: 0.3125rem 0 0 0.3125rem;
  background: #fff;
  color: #036DD6;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-business-tabs__item {
    font-size: 1.5rem;
    gap: 0.75rem;
    padding: 1.25rem;
  }
}
.page-business-tabs__item.--type2 {
  border-radius: 0 0.3125rem 0.3125rem 0;
}
.page-business-tabs__item[aria-selected=true] {
  background: #036DD6;
  color: #fff;
  pointer-events: none;
}
.page-business-tabs__item[aria-selected=true]::after {
  width: 15px;
  width: 0.9375rem;
  height: 10px;
  height: 0.625rem;
  content: "";
  position: absolute;
  bottom: -9px;
  bottom: -0.5625rem;
  left: 50%;
  translate: -50% 0;
  background-color: #036DD6;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.page-business-tabs__item[aria-selected=true] .page-business-tabs__item-image--white {
  display: block;
}
.page-business-tabs__item[aria-selected=true] .page-business-tabs__item-image--blue {
  display: none;
}
.page-business-tabs__item[aria-selected=false] {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media (any-hover: hover) {
  .page-business-tabs__item[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 1;
    background-color: #DFEFFF;
  }
}
.page-business-tabs__item[aria-selected=false] .page-business-tabs__item-image--blue {
  display: block;
}
.page-business-tabs__item[aria-selected=false] .page-business-tabs__item-image--white {
  display: none;
}

.page-business-tabs__contents {
  width: min(1150px, 100%);
  width: min(71.875rem, 100%);
  margin-inline: auto;
}

.page-business-tabs__content-wrap {
  display: none;
}

.page-business-tabs__content-wrap.js-show {
  display: block;
}

.page-business-tabs__content {
  padding-block: 40px;
  padding-block: 2.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;
}
@media screen and (min-width: 768px) {
  .page-business-tabs__content {
    padding-block: 4.375rem;
  }
}

.page-business-tabs__box {
  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: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-business-tabs__box {
    gap: 2.8125rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.page-business-tabs__box-heading {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.96px;
  letter-spacing: 0.06rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-business-tabs__box-heading {
    font-size: 2rem;
  }
}

.page-business-tabs__box-small {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
}

.page-business-tabs__box-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-business-tabs__box-image {
    width: 49.3913043478%;
  }
}
.page-business-tabs__box-image img {
  border-radius: 1.875rem;
}

.page-business-type {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .page-business-type {
    margin-bottom: 5rem;
  }
}

.page-business-type_inner {
  margin-inline: auto;
  width: min(560px, 100%);
  width: min(35rem, 100%);
}
@media screen and (min-width: 768px) {
  .page-business-type_inner {
    width: min(71.875rem, 100%);
  }
}

.page-business-type_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  border-radius: 3.125rem;
  background: #DFEFFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .page-business-type_button {
    padding-inline: 2.375rem;
    width: 23.375rem;
    max-width: 100%;
  }
}

.page-business-type_button-text {
  color: #036DD6;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.66px;
  letter-spacing: 0.04125rem;
}
@media screen and (min-width: 768px) {
  .page-business-type_button-text {
    font-size: 1.375rem;
  }
}

.page-business-type_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 30px 48px 24px;
  padding: 1.875rem 3rem 1.5rem;
  border-radius: 1.5rem;
  background: #F7F7F7;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .page-business-type_contents {
    width: min(59.6875rem, 100%);
    margin-top: 2.5rem;
    padding: 3rem 1.5625rem 3.5rem;
  }
}

.page-business-type_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .page-business-type_lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.375rem;
  }
}

.page-business-type_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 244px;
  width: 15.25rem;
  height: 244px;
  height: 15.25rem;
  padding: 30px 28px 40px 28px;
  padding: 1.875rem 1.75rem 2.5rem 1.75rem;
  border-radius: 18.75rem;
  background: #DFEFFF;
  -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: 10px;
  gap: 0.625rem;
  position: relative;
}
.page-business-type_list::before {
  background: url(../images/business/business-type-image01.webp) center/contain no-repeat;
  position: absolute;
  content: "";
  left: -10px;
  left: -0.625rem;
  top: 0;
  width: 246px;
  width: 15.375rem;
  height: 241px;
  height: 15.0625rem;
}

.page-business-type_list.--type2::before {
  background: url(../images/business/business-type-image02.webp) center/contain no-repeat;
  position: absolute;
  content: "";
  left: 10px;
  left: 0.625rem;
  top: 0;
  width: 225px;
  width: 14.0625rem;
  height: 259px;
  height: 16.1875rem;
}

.page-business-type_list.--type3::before {
  background: url(../images/business/business-type-image03.webp) center/contain no-repeat;
  position: absolute;
  content: "";
  left: 168px;
  left: 10.5rem;
  top: 0;
  width: 87px;
  width: 5.4375rem;
  height: 235px;
  height: 14.6875rem;
}

.page-business-type_list-name {
  color: #036DD6;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.54px;
  letter-spacing: 0.03375rem;
  position: relative;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
.page-business-type_list-name::after {
  position: absolute;
  content: "";
  width: 16px;
  width: 1rem;
  height: 3px;
  height: 0.1875rem;
  background-color: #036DD6;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}

.page-business-type_list-head {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  text-align: center;
}

.page-business-type_list-item {
  color: #333;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
  text-indent: -1em;
  padding-left: 1em;
}

.page-company-area {
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .page-company-area {
    padding-top: 6.25rem;
  }
}

.page-company-area__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  gap: 2rem;
  margin-top: 32px;
  margin-top: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page-company-area__container {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    gap: 3.5625rem;
  }
}

.page-company-area__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 306px;
  width: 19.125rem;
}

.page-company-area__text {
  max-width: 497px;
  max-width: 31.0625rem;
  border-radius: 1.875rem;
  background-color: #DFEFFF;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  padding: 30px;
  padding: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-company-area__text {
    padding: 1.875rem 2.5rem;
  }
}

.page-company-area__text--blue {
  color: #036DD6;
  font-weight: 700;
}

.page-company-history {
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .page-company-history {
    padding-top: 5.375rem;
  }
}

.page-company-history__container {
  margin-inline: max((100% - 100vw) / 2, -20px);
  margin-inline: max((100% - 100vw) / 2, -1.25rem);
  background-color: #FDF6EE;
  margin-top: 32px;
  margin-top: 2rem;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 560px) {
  .page-company-history__container {
    margin-inline: 0;
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .page-company-history__container {
    width: 100%;
    margin-inline: unset;
    padding: 2.5rem 3.125rem;
  }
}

.page-company-history__box {
  border-radius: 1rem;
  background-color: #fff;
  padding: 35px 20px;
  padding: 2.1875rem 1.25rem;
}
.page-company-history__box + .page-company-history__box {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.page-company-history__box:nth-of-type(2) {
  padding-block: 40px;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .page-company-history__box {
    padding: 4.0625rem 2.5rem;
  }
}

.page-company-history__list {
  position: relative;
}
.page-company-history__list::before {
  content: "";
  position: absolute;
  bottom: -10px;
  bottom: -0.625rem;
  left: 74px;
  left: 4.625rem;
  width: 3px;
  aspect-ratio: 5/20;
  background: url(../images/company/company-history-image.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .page-company-history__list::before {
    bottom: -1.25rem;
    width: 5px;
    left: 6.875rem;
  }
}

.page-company-history__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-company-history__item {
    gap: 5rem;
  }
}
.page-company-history__item:last-child::before {
  height: calc(100% - 1.5rem);
}
.page-company-history__item::before, .page-company-history__item::after {
  content: "";
  position: absolute;
}
.page-company-history__item::before {
  top: 14px;
  top: 0.875rem;
  left: 74px;
  left: 4.625rem;
  width: 3px;
  height: 100%;
  background-color: #DFEFFF;
}
@media screen and (min-width: 768px) {
  .page-company-history__item::before {
    top: 0.875rem;
    left: 6.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-company-history__item::before {
    width: 5px;
  }
}
.page-company-history__item::after {
  top: 13px;
  top: 0.8125rem;
  left: 73px;
  left: 4.5625rem;
  translate: 0 -50%;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #036DD6;
}
@media screen and (min-width: 768px) {
  .page-company-history__item::after {
    top: 0.8125rem;
    left: 6.8125rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-company-history__item::after {
    width: 7px;
  }
}

.page-company-history__item-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #036DD6;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .page-company-history__item-date {
    font-size: unset;
  }
}

.page-company-history-accordion.is-opened .page-company-history-summary::after {
  rotate: 180deg;
}

.page-company-history-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.page-company-history-summary::after {
  content: "";
  width: 31px;
  width: 1.9375rem;
  aspect-ratio: 31/32;
  background: url(../images/common/arrow-down-icon--blue.webp) center/contain no-repeat;
  -webkit-transition: rotate 0.4s;
  transition: rotate 0.4s;
}
.page-company-history-summary::-webkit-details-marker {
  display: none;
}

.page-company-history-accordion__inner {
  padding-top: 40px;
  padding-top: 2.5rem;
}
.page-company-history-accordion__inner .page-company-history__list::before {
  left: 58px;
  left: 3.625rem;
}
@media screen and (min-width: 768px) {
  .page-company-history-accordion__inner .page-company-history__list::before {
    left: 5.0625rem;
  }
}
.page-company-history-accordion__inner .page-company-history__list + .page-company-history__box-text {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.page-company-history-accordion__inner .page-company-history__item {
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .page-company-history-accordion__inner .page-company-history__item {
    gap: 5rem;
  }
}
.page-company-history-accordion__inner .page-company-history__item:first-child::before {
  top: -1px;
  top: -0.0625rem;
  height: calc(100% + 0.875rem);
}
.page-company-history-accordion__inner .page-company-history__item::before {
  left: 58px;
  left: 3.625rem;
}
@media screen and (min-width: 768px) {
  .page-company-history-accordion__inner .page-company-history__item::before {
    left: 5.0625rem;
  }
}
.page-company-history-accordion__inner .page-company-history__item::after {
  left: 57px;
  left: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .page-company-history-accordion__inner .page-company-history__item::after {
    left: 5rem;
  }
}

.page-company-history__box-title {
  color: #036DD6;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
}
@media screen and (min-width: 768px) {
  .page-company-history__box-title {
    font-size: 1.25rem;
  }
}

.page-company-history__box-text {
  max-width: 614px;
  max-width: 38.375rem;
  color: #666;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.page-company-idea {
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .page-company-idea {
    padding-top: 6.25rem;
  }
}

.page-company-idea__box {
  margin-inline: max((100% - 100vw) / 2, -20px);
  margin-inline: max((100% - 100vw) / 2, -1.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  gap: 3.125rem;
  background-color: #F7F7F7;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 560px) {
  .page-company-idea__box {
    margin-inline: 0;
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .page-company-idea__box {
    margin-inline: unset;
    margin-top: 2rem;
    width: 100%;
    padding: clamp(2.5rem, -1.5441176471rem + 5.8823529412vw, 3.75rem) clamp(2rem, -1.6397058824rem + 5.2941176471vw, 3.125rem);
  }
}

.page-company-idea__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page-company-idea__head {
    gap: clamp(1.25rem, -1.5808823529rem + 4.1176470588vw, 2.125rem);
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

.page-company-idea__head-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .page-company-idea__head-image {
    width: clamp(22rem, 5.2169117647rem + 24.4117647059vw, 27.1875rem);
  }
}

.page-company-idea__box-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  background-color: #DFEFFF;
  color: #036DD6;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .page-company-idea__box-title {
    font-size: 1rem;
    padding: 0.25rem 1.25rem;
  }
}

.page-company-idea__title--en {
  font-family: "Alata", sans-serif;
  font-weight: 400;
}

.page-company-idea__box-lead {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .page-company-idea__box-lead {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.5rem;
  }
}

.page-company-idea__box-text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.page-company-idea__foot-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page-company-idea__foot-container {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

.page-company-idea__foot-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 1rem;
  background-color: #fff;
  padding: 30px;
  padding: 1.875rem;
}

.page-company-idea__foot-box-title {
  color: #036DD6;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
}

.page-company-idea__foot-box-list {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.page-company-idea__foot-box-item + .page-company-idea__foot-box-item {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.page-company-idea__foot-box-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  border-bottom: 1px solid #CDCDCD;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.54px;
  letter-spacing: 0.03375rem;
  padding-block: 10px 9px;
  padding-block: 0.625rem 0.5625rem;
}

.page-company-idea__foot-box-item-title--number {
  color: #ED7A16;
  font-family: "Alata", sans-serif;
  font-weight: 400;
}

.page-company-idea__foot-box-item-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.42px;
  letter-spacing: 0.02625rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.page-company-message {
  position: relative;
  margin-top: -41px;
  margin-top: -2.5625rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0));
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .page-company-message {
    margin-top: -0.625rem;
    background: unset;
    margin-inline: 0;
  }
}
.page-company-message::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 820px;
  width: 51.25rem;
  aspect-ratio: 1444/1000;
  background: url(../images/company/company-message-bg.webp) right top/cover no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .page-company-message::before {
    bottom: unset;
    top: 0;
    aspect-ratio: 820/568;
  }
}

.page-company-message__inner {
  padding-inline: 20px;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-company-message__inner {
    padding-inline: 0;
  }
}

@media screen and (min-width: 768px) {
  .company-message__body {
    padding-top: 3.1875rem;
  }
}

.page-company-message__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.page-company-message__text + .page-company-message__text {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.page-company-message__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 40px 12px 0 0;
  margin: 2.5rem 0.75rem 0 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .page-company-message__box {
    margin: -6.4375rem 0.75rem 0 0;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.page-company-message__box::before {
  content: "";
  position: absolute;
  bottom: -10px;
  bottom: -0.625rem;
  right: 6px;
  right: 0.375rem;
  width: 299px;
  width: 18.6875rem;
  aspect-ratio: 299/36;
  background: url(../images/company/company-message-image--02.webp) center/contain no-repeat;
  z-index: -1;
}

.page-company-message__box-body {
  margin-top: 37px;
  margin-top: 2.3125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-company-message__box-body {
    margin-bottom: 0;
  }
}

.page-company-message__post {
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
  font-weight: 500;
  line-height: 1.5;
}

.page-company-message__name--small {
  color: #ED7A16;
  font-family: "Alata", sans-serif;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  line-height: 1.5;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.page-company-message__name {
  font-size: max(20px, 14px);
  font-size: max(1.25rem, 14px);
  font-weight: 500;
  line-height: 1.5;
}

.page-company-message__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 177px;
  width: 11.0625rem;
}

.page-company__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .page-company__inner {
    max-width: 85.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.page-company__wrapper {
  max-width: 1040px;
  max-width: 65rem;
}

.page-company__nav {
  top: 160px;
  top: 10rem;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .page-company__nav {
    position: sticky;
    padding-bottom: 5rem;
  }
}

.page-company__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-company__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-company__nav-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
.page-company__nav-item-link::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23px;
  width: 1.4375rem;
  aspect-ratio: 1/1;
  background: url(../images/common/nav-arrow-icon.webp) center/contain no-repeat;
}
@media (any-hover: hover) {
  .page-company__nav-item-link:hover {
    opacity: 1;
    color: #036DD6;
  }
}
@media screen and (min-width: 768px) {
  .page-company__nav-item-link {
    font-size: 1rem;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.page-company-office {
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .page-company-office {
    padding-top: 6.25rem;
  }
}

.page-company-office__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  margin-top: 32px;
  margin-top: 2rem;
}

.page-company-office__container {
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .page-company-office__container {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.9375rem;
  }
}

.page-company-office__image {
  width: 100%;
}
.page-company-office__image img {
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .page-company-office__image img {
    border-radius: 1rem;
  }
}

.page-company-staff {
  padding-block: 50px;
  padding-block: 3.125rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-company-staff {
    padding-block: 6.25rem;
  }
}

.page-company-staff__list {
  margin-top: 32px;
  margin-top: 2rem;
}

.page-company-staff__item {
  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;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .page-company-staff__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .page-company-staff__item {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
.page-company-staff__item:nth-of-type(1) .page-company-staff__item-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-company-staff__item:nth-of-type(1) .page-company-staff__item-image {
    width: 27.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-company-staff__item:nth-of-type(1) .page-company-staff__item-image {
    width: clamp(22.5rem, 6.3235294118rem + 23.5294117647vw, 27.5rem);
  }
}
.page-company-staff__item:nth-of-type(1) .page-company-staff__item-text {
  max-width: 512px;
  max-width: 32rem;
}
.page-company-staff__item:nth-of-type(2) {
  gap: 18px;
  gap: 1.125rem;
}
.page-company-staff__item:nth-of-type(2) .page-company-staff__item-text {
  max-width: 417px;
  max-width: 26.0625rem;
}
.page-company-staff__item + .page-company-staff__item {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .page-company-staff__item + .page-company-staff__item {
    margin-top: 3rem;
  }
}

.page-company-staff__item-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-company-staff__item-image {
    margin-bottom: 0;
  }
}

.page-company-staff__item-text {
  border-radius: 1.875rem;
  background-color: #F7F7F7;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  padding: 30px;
  padding: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .page-company-staff__item-text {
    padding-inline: clamp(1.25rem, -0.7720588235rem + 2.9411764706vw, 1.875rem);
  }
}

.page-company-staff__item-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page-company-staff__item-box {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
@media screen and (min-width: 1024px) {
  .page-company-staff__item-box {
    gap: clamp(0.375rem, -0.8382352941rem + 1.7647058824vw, 0.75rem);
  }
}
.page-company-staff__item-box .page-company-staff__item-image:nth-of-type(1) {
  width: 280px;
  width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .page-company-staff__item-box .page-company-staff__item-image:nth-of-type(1) {
    width: 13.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-company-staff__item-box .page-company-staff__item-image:nth-of-type(1) {
    width: clamp(10.5rem, 2.0073529412rem + 12.3529411765vw, 13.125rem);
  }
}
.page-company-staff__item-box .page-company-staff__item-image:nth-of-type(2) {
  width: 241px;
  width: 15.0625rem;
}
@media screen and (min-width: 768px) {
  .page-company-staff__item-box .page-company-staff__item-image:nth-of-type(2) {
    width: 11.3125rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-company-staff__item-box .page-company-staff__item-image:nth-of-type(2) {
    width: clamp(9.0625rem, 1.7830882353rem + 10.5882352941vw, 11.3125rem);
  }
}
.page-company-staff__item-box .page-company-staff__item-image:nth-of-type(3) {
  width: 253px;
  width: 15.8125rem;
}
@media screen and (min-width: 768px) {
  .page-company-staff__item-box .page-company-staff__item-image:nth-of-type(3) {
    width: 11.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-company-staff__item-box .page-company-staff__item-image:nth-of-type(3) {
    width: clamp(9.5rem, 1.8161764706rem + 11.1764705882vw, 11.875rem);
  }
}

.page-company-summary {
  padding-top: 50px;
  padding-top: 3.125rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-company-summary {
    padding-top: 6.25rem;
  }
}

.page-company-summary__list {
  background-color: #fff;
  margin-top: 32px;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .page-company-summary__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #CDCDCD;
    padding-block: 1.6875rem 1.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: unset;
  }
  .page-company-summary__item::before {
    content: "";
    position: absolute;
    bottom: -0.0625rem;
    left: 0;
    width: 9.375rem;
    height: 0.0625rem;
    background-color: #60AEF9;
  }
}
.page-company-summary__item:last-child {
  border: none;
}
.page-company-summary__item:last-child::before {
  display: none;
}
.page-company-summary__item dt, .page-company-summary__item dd {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-company-summary__item dt, .page-company-summary__item dd {
    padding-left: 1.875rem;
  }
}
.page-company-summary__item dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  color: #636363;
  border-bottom: 1px solid #CDCDCD;
  background-color: #F7F7F7;
  padding-block: 10px;
  padding-block: 0.625rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-company-summary__item dt {
    width: 9.375rem;
    border-bottom: unset;
    padding-block: unset;
    background-color: unset;
  }
}
.page-company-summary__item dd {
  width: 100%;
  padding-block: 20px;
  padding-block: 1.25rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-company-summary__item dd {
    width: auto;
    border-bottom: none;
    padding-block: unset;
    margin-bottom: unset;
  }
}

.page-company-summary__item-image {
  width: 308px;
  width: 19.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-company-summary__item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .page-company-summary__item-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .page-company-summary__item-text {
    min-width: 12.5rem;
  }
}

.form__flow {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .form__flow {
    padding-top: 3.5rem;
  }
}

.form__flow-list {
  position: relative;
  max-width: 680px;
  max-width: 42.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: auto;
}
.form__flow-list::before {
  content: "";
  position: absolute;
  top: 27px;
  top: 1.6875rem;
  left: 27px;
  left: 1.6875rem;
  translate: 0 -50%;
  width: calc(100% - 3.375rem);
  height: 3px;
  height: 0.1875rem;
  background-color: #DFEFFF;
}

.form__flow-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.form__flow-text::before {
  content: "";
  width: 54px;
  width: 3.375rem;
  aspect-ratio: 1/1;
  border: 5px solid #DFEFFF;
  border-radius: 50%;
  background-color: #DFEFFF;
}
.form__flow-text.is-active::before {
  background-color: #036DD6;
}

/*----------------------------------
  共通
----------------------------------*/
.page-contact__inner {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page-contact__inner {
    max-width: 48.125rem;
    padding-bottom: 7.5rem;
  }
}

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

.form__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: 8px;
  gap: 0.5rem;
}
.form__item + .form__item {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .form__item + .form__item {
    margin-top: 2.5rem;
  }
}

.form__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  gap: 0.5rem;
}

.form__item-required {
  height: 27px;
  height: 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.1875rem;
  background-color: #036DD6;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  padding-inline: 10px;
  padding-inline: 0.625rem;
}

.form__item-any {
  height: 27px;
  height: 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.1875rem;
  background-color: #777;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  padding-inline: 10px;
  padding-inline: 0.625rem;
}

.form__item-label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}

.form__item-radio {
  line-height: 2;
}

.form__item-input {
  border-radius: 5px;
  border: 1px solid #C3C3C3;
  background: #fff;
  width: 100%;
  padding: 10px;
  padding: 0.625rem;
}

.form__item-select {
  border-radius: 5px;
  border: 1px solid #C3C3C3;
  background: #fff;
  padding: 13px 40px 13px 10px;
  padding: 0.8125rem 2.5rem 0.8125rem 0.625rem;
  background-size: 0.46875rem 0.28125rem;
  background: url(../images/contact/select-icon.webp) right 10px center no-repeat;
  background: url(../images/contact/select-icon.webp) right 0.625rem center no-repeat;
}

.form__button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0 auto;
  margin: 2.5rem auto 0 auto;
  z-index: 0;
}
.form__button-area::after {
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .form__button-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.form__button-area input {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  background: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .form__button-area input:hover {
    color: #036DD6;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}

/*セレクトボックスの矢印を消去*/
.wpcf7-form-control {
  appearance: none;
  -webkit-appearance: none; /*Google Chrome/Safari対応*/
  -moz-appearance: none; /*Firefox対応*/
  -o-appearance: none; /*Opera対応*/
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

/*スピナー非表示*/
.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 8px;
  margin-top: 0.5rem;
}

/*----------------------------------
入力
----------------------------------*/
.form__privacy-policy {
  position: relative;
  display: block;
  margin-inline: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form__privacy-policy::before, .form__privacy-policy::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.form__privacy-policy::before {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border-radius: 0.1875rem;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  cursor: pointer;
}
.form__privacy-policy::after {
  content: "";
  position: absolute;
  top: 6px;
  top: 0.375rem;
  left: 4px;
  left: 0.25rem;
  width: 12px;
  width: 0.75rem;
  height: 8px;
  height: 0.5rem;
  border-bottom: 2.5px solid #C3C3C3;
  border-left: 2.5px solid #C3C3C3;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
.form__privacy-policy:has(.form__privacy-check-box:checked)::after {
  opacity: 1;
}
.form__privacy-policy .wpcf7-not-valid-tip {
  position: absolute;
  top: 28px;
  top: 1.75rem;
  left: 0;
  width: 280px;
  width: 17.5rem;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .form__privacy-policy .wpcf7-not-valid-tip {
    width: 27.5rem;
  }
}

.form__privacy-check-box {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.form__privacy-policy-text {
  text-decoration: underline;
  padding-left: 14px;
  padding-left: 0.875rem;
}

.confirm_button {
  display: none;
}
.confirm_button:disabled {
  cursor: not-allowed;
}

/*----------------------------------
確認
----------------------------------*/
.form__confirm-item + .form__confirm-item {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .form__confirm-item + .form__confirm-item {
    margin-top: 2.5rem;
  }
}

.form-confirm__button-area {
  -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: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .form-confirm__button-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 0.625rem;
  }
}

.form-confirm__button-area button {
  position: relative;
  width: min(256px, 100%);
  width: min(16rem, 100%);
  height: 75px;
  height: 4.6875rem;
  display: grid;
  place-items: center;
  border: 2px solid #E9E9E9;
  border-radius: 2.5rem;
  background-color: #E9E9E9;
  color: #036DD6;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
@media (any-hover: hover) {
  .form-confirm__button-area button:hover {
    opacity: 1;
    background-color: #fff;
    color: #036DD6;
  }
}
.form-confirm__button-area .button {
  z-index: 0;
}
.form-confirm__button-area .button::after {
  z-index: -1;
}

#js-submit-button {
  cursor: pointer;
}

.form__confirm-item .form__item-input {
  border: none;
}

.form__confirm-item .form__item-select {
  border: none;
}

/*----------------------------------
  完了
----------------------------------*/
.form-thanks__title {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  line-height: 1.5;
}

.form-thanks__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 16px;
  margin-top: 1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .form-thanks__text {
    text-align: center;
  }
}

.form-thanks__button {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-inline: auto;
}

.page-fiduciary-duty__body {
  padding-block: 60px 40px;
  padding-block: 3.75rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .page-fiduciary-duty__body {
    padding-block: 6.25rem 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .page-fiduciary-duty__inner {
    max-width: 75rem;
  }
}

.page-fiduciary-duty__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.page-fiduciary-duty__list {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .page-fiduciary-duty__list {
    margin-top: 2.5rem;
  }
}

.page-fiduciary-duty__item {
  position: relative;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .page-fiduciary-duty__item {
    padding-left: 1.5625rem;
  }
}
.page-fiduciary-duty__item + .page-fiduciary-duty__item {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .page-fiduciary-duty__item + .page-fiduciary-duty__item {
    margin-top: 1.25rem;
  }
}
.page-fiduciary-duty__item::before {
  content: "";
  position: absolute;
  top: 9px;
  top: 0.5625rem;
  left: 6px;
  left: 0.375rem;
  width: 4px;
  width: 0.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #585858;
}
@media screen and (min-width: 768px) {
  .page-fiduciary-duty__item::before {
    left: 0.6875rem;
  }
}

.page-fiduciary-duty__link {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-underline-offset: 0.1875rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
}
@media (any-hover: hover) {
  .page-fiduciary-duty__link:hover {
    opacity: 1;
    text-decoration: none;
  }
}

.page-fiduciary-duty__link--regular {
  font-weight: 400;
  margin-left: 4px;
  margin-left: 0.25rem;
}

.page-fiduciary-duty__name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 32px 0 0 auto;
  margin: 2rem 0 0 auto;
}
@media screen and (min-width: 768px) {
  .page-fiduciary-duty__name {
    margin-top: 2.5rem;
  }
}

.page-policy__body {
  padding-block: 60px 40px;
  padding-block: 3.75rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .page-policy__body {
    padding-block: 6.25rem 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .page-policy__inner {
    max-width: 75rem;
  }
}

.page-policy__lead {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .page-solicitation-policy__lead {
    text-align: center;
  }
}

.page-policy__item {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.page-policy__item-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #CDCDCD;
  padding-block: 27px 26px;
  padding-block: 1.6875rem 1.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  flex-direction: unset;
}
.page-policy__item-title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  bottom: -0.0625rem;
  left: 0;
  width: 150px;
  width: 9.375rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #60AEF9;
}

.page-solicitation-policy__text,
.page-privacy-policy__text,
.page-privacy-policy__sub-item-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.page-solicitation-policy__text {
  text-indent: -1em;
  margin-left: 1em;
}
.page-solicitation-policy__text::before {
  content: "・";
}

.page-privacy-policy__sub-list {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.page-privacy-policy__sub-item-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .page-privacy-policy__sub-item-text {
    font-size: 0.9375rem;
  }
}
.page-privacy-policy__sub-item-text li + li {
  margin-top: 2px;
  margin-top: 0.125rem;
}
.page-privacy-policy__sub-item-text li {
  text-indent: -1em;
  margin-left: 1em;
}

.page-privacy-policy__sub-item-title--dot::before {
  content: "・";
  color: #585858;
}

.page-privacy-policy__link-list {
  margin: 20px 0 30px 20px;
  margin: 1.25rem 0 1.875rem 1.25rem;
}

.page-privacy-policy__link {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  position: relative;
  padding-left: 12px;
  padding-left: 0.75rem;
  line-height: 1.5;
  word-wrap: anywhere;
  font-weight: 500;
}
.page-privacy-policy__link::before {
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 7px;
  height: 0.4375rem;
  background-color: #777;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 0;
}

.page-privacy-policy__link-text {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .page-privacy-policy__link-text:hover {
    text-decoration: none;
    opacity: 1;
  }
}

.page-privacy-policy__info-list {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 15px 0;
  margin: 0.9375rem 0;
  line-height: 1.2;
}

.page-privacy-policy__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: 500;
}

.page-privacy-policy__info-item dt {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .page-privacy-policy__info-item dt {
    width: 10%;
  }
}

.page-privacy-policy__info-item dd {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .page-privacy-policy__info-item dd {
    width: 90%;
  }
}

.page-policy__foot {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.page-policy__foot-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.page-policy__foot-text:last-of-type {
  margin-bottom: 0;
}

.business {
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .business {
    padding-top: 5rem;
  }
}
.business .button {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .business .button {
    margin-inline: 0;
  }
}

.business__box {
  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: 39px;
  gap: 2.4375rem;
  border-radius: 1.5rem;
  background-color: #FDF6EE;
  padding: 40px 20px 48px;
  padding: 2.5rem 1.25rem 3rem;
}
@media screen and (min-width: 768px) {
  .business__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 7rem clamp(2.5rem, -14.6875rem + 25vw, 7.8125rem) 6rem;
  }
}

@media screen and (min-width: 768px) {
  .business__body {
    width: clamp(17.5rem, 4.5588235294rem + 18.8235294118vw, 21.5rem);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.business__body-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .business__body-text {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}

.business__list {
  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;
  gap: 27px;
  gap: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .business__list {
    width: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.business__item {
  width: 100%;
  border-radius: 1.5rem;
  padding: 32px 20px;
  padding: 2rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .business__item {
    width: clamp(19.5rem, 7.7720588235rem + 17.0588235294vw, 23.125rem);
    padding: 3.125rem 1.875rem;
  }
}
.business__item:nth-of-type(1) {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .business__item:nth-of-type(1) {
    margin-block: 2.875rem;
  }
}
.business__item:nth-of-type(2) {
  background-color: #036DD6;
}
.business__item:nth-of-type(2) .business__item-title {
  color: #fff;
}
@media (any-hover: hover) {
  .business__item:hover {
    opacity: 1;
  }
  .business__item:hover .button {
    background-color: #fff;
    color: #036DD6;
  }
  .business__item:hover .button::after {
    right: 0.9375rem;
    background-image: url(../images/common/arrow-icon--blue.webp);
  }
  .business__item:hover .button--white {
    background-color: #036DD6;
    color: #fff;
  }
  .business__item:hover .button--white::after {
    background-image: url(../images/common/arrow-icon--white.webp);
  }
}

.business__item-image {
  width: 140px;
  width: 8.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .business__item-image {
    width: 10rem;
  }
}

.business__item-title {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  margin-block: 16px;
  margin-block: 1rem;
}
@media screen and (min-width: 768px) {
  .business__item-title {
    font-size: 1.25rem;
    margin-block: 1.8125rem;
  }
}

.company {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .company {
    padding-top: 7rem;
  }
}
.company .button {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (min-width: 768px) {
  .company .button {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

.company__inner {
  position: relative;
  display: grid;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .company__inner {
    max-width: 75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6rem;
  }
}
.company__inner::before {
  content: "";
  position: absolute;
  top: -100px;
  top: -6.25rem;
  right: 40px;
  right: 2.5rem;
  width: 100px;
  width: 6.25rem;
  aspect-ratio: 153/199;
  background: url(../images/top/company-image--02.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .company__inner::before {
    top: -15.25rem;
    right: 5.5rem;
    width: 9.5625rem;
  }
}

.company__box {
  display: contents;
}
@media screen and (min-width: 768px) {
  .company__box {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
  }
}

.company__text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .company__text {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    font-size: 1rem;
    margin-block: 1.875rem 3.125rem;
  }
}

.company__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .company__image {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 35.0625rem;
  }
}
.company__image img {
  border-radius: 1.5rem;
}

.main-visual {
  width: 100%;
  aspect-ratio: 375/653;
  background: url(../images/top/main-visual-bg--sp.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .main-visual {
    aspect-ratio: 1440/983;
    background-image: url(../images/top/main-visual-bg--pc.webp);
  }
}

.main-visual__slider {
  position: absolute;
  top: 20.8vw;
  right: 6.6666666667vw;
  width: 55.7333333333vw;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .main-visual__slider {
    top: 10.7638888889vw;
    right: 13.3333333333vw;
    width: 35.9027777778vw;
  }
}
.main-visual__slider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: 0deg;
  width: 56.8vw;
  aspect-ratio: 1/1;
  background: url(../images/top/main-visual-slider-frame.webp) center/contain no-repeat;
  z-index: 5;
  -webkit-animation: rotate ease 16s infinite;
          animation: rotate ease 16s infinite;
}
@media screen and (min-width: 768px) {
  .main-visual__slider::before {
    width: 36.5972222222vw;
  }
}

@-webkit-keyframes rotate {
  0% {
    rotate: 0deg;
  }
  20% {
    rotate: 0deg;
  }
  25% {
    rotate: -90deg;
  }
  45% {
    rotate: -90deg;
  }
  50% {
    rotate: -180deg;
  }
  70% {
    rotate: -180deg;
  }
  75% {
    rotate: -270deg;
  }
  95% {
    rotate: -270deg;
  }
  100% {
    rotate: -360deg;
  }
}

@keyframes rotate {
  0% {
    rotate: 0deg;
  }
  20% {
    rotate: 0deg;
  }
  25% {
    rotate: -90deg;
  }
  45% {
    rotate: -90deg;
  }
  50% {
    rotate: -180deg;
  }
  70% {
    rotate: -180deg;
  }
  75% {
    rotate: -270deg;
  }
  95% {
    rotate: -270deg;
  }
  100% {
    rotate: -360deg;
  }
}
.main-visual__slider-image {
  position: absolute;
  top: 0px;
  top: 0rem;
  left: 0px;
  left: 0rem;
  translate: 0 0;
  opacity: 1;
  -webkit-animation: fade ease 20s infinite;
          animation: fade ease 20s infinite;
}
.main-visual__slider-image:nth-of-type(1) {
  z-index: 4;
}
.main-visual__slider-image:nth-of-type(2) {
  z-index: 3;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.main-visual__slider-image:nth-of-type(3) {
  z-index: 2;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.main-visual__slider-image:nth-of-type(4) {
  z-index: 1;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.main-visual__slider-image:nth-of-type(5) {
  z-index: 0;
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  16% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  16% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main-visual__box {
  padding: 104vw 0 0 6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .main-visual__box {
    padding: 45.0694444444vw 0 0 6.875vw;
  }
}

.main-visual__heading {
  position: relative;
  color: #036DD6;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.4444444444vw;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .main-visual__heading {
    font-size: 3.6805555556vw;
    letter-spacing: 0.7361111111vw;
  }
}
.main-visual__heading::before {
  content: "";
  position: absolute;
  top: 7.2vw;
  left: -2.6666666667vw;
  width: 78.4vw;
  aspect-ratio: 474/42;
  background: url(../images/top/main-visual-heading-bg.webp) center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .main-visual__heading::before {
    top: 3.3333333333vw;
    left: 0.2083333333vw;
    width: 32.9166666667vw;
  }
}

.main-visual__heading--orange {
  color: #ED7A16;
}

.main-visual__text {
  width: 86.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.54px;
  letter-spacing: 0.03375rem;
  margin-top: 2.4vw;
}
@media screen and (min-width: 768px) {
  .main-visual__text {
    width: unset;
    font-size: max(1.25vw, 1.125rem);
    letter-spacing: 0.03375rem;
    margin-top: 2.4305555556vw;
  }
}

.map {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .map {
    padding-top: 7.75rem;
  }
}

.map__inner {
  position: relative;
}
.map__inner::before {
  content: "";
  position: absolute;
  top: -40px;
  top: -2.5rem;
  right: 40px;
  right: 2.5rem;
  width: 160px;
  width: 10rem;
  aspect-ratio: 230/153;
  background: url(../images/top/map-image--01.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .map__inner::before {
    top: -2rem;
    right: 15.125rem;
    width: 14.375rem;
  }
}

.map__box {
  border-radius: 1.5rem;
  background-color: #60AEF9;
  padding: 60px 20px 40px;
  padding: 3.75rem 1.25rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .map__box {
    padding: 6rem clamp(2.5rem, -14.6875rem + 25vw, 7.8125rem);
  }
}

.map__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .map__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.0625rem;
    margin-top: 2.1875rem;
  }
}

.map-logic {
  width: 100%;
  height: 320px;
  height: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .map-logic {
    width: clamp(25rem, 7.6102941176rem + 25.2941176471vw, 30.375rem);
    height: 30.375rem;
  }
}

.map__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  gap: 1.75rem;
}

.map__item {
  border-radius: 1.5rem;
  background-color: #fff;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .map__item {
    padding: 1.5rem 1.875rem 1.875rem;
  }
}

.map__item-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
  height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3.125rem;
  background-color: #DFEFFF;
  color: #036DD6;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  padding-inline: 30px;
  padding-inline: 1.875rem;
}

.map__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .map__item-text {
    margin-left: 1.875rem;
  }
}

.map__item-text--blue {
  color: #036DD6;
}

.map__item-image {
  display: block;
  width: 100%;
  max-width: 300px;
  max-width: 18.75rem;
  margin: 16px auto 0;
  margin: 1rem auto 0;
}
@media screen and (min-width: 768px) {
  .map__item-image {
    max-width: unset;
    margin-inline: 0;
  }
}

.news {
  padding-top: 50px;
  padding-top: 3.125rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news {
    overflow: unset;
  }
}

.news__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .news__inner {
    max-width: 85.625rem;
  }
}
.news__inner::before {
  content: "";
  position: absolute;
  top: -10px;
  top: -0.625rem;
  right: 0px;
  right: 0rem;
  width: 200px;
  width: 12.5rem;
  aspect-ratio: 607/332;
  background: url(../images/top/news-image.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .news__inner::before {
    top: -6.875rem;
    right: clamp(0rem, -9.3014705882rem + 13.5294117647vw, 2.875rem);
    width: clamp(30rem, 4.3198529412rem + 37.3529411765vw, 37.9375rem);
    aspect-ratio: 607/332;
  }
}
@media screen and (min-width: 1024px) {
  .news__inner::before {
    top: -10.6875rem;
  }
}

.news__box {
  border-radius: 1.5rem;
  background-color: #F7F7F7;
  padding: 40px 20px 40px;
  padding: 2.5rem 1.25rem 2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .news__box {
    padding: 5.625rem clamp(2.5rem, -6.5992647059rem + 13.2352941176vw, 5.3125rem) 7.5rem;
  }
}

.news__list {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .news__list {
    margin-top: 1.5625rem;
  }
}

.news__item {
  border-bottom: 1px solid #CDCDCD;
  padding: 20px 0 19px;
  padding: 1.25rem 0 1.1875rem;
}
@media screen and (min-width: 768px) {
  .news__item {
    gap: 1.25rem;
    padding: 1.875rem 1.25rem 1.8125rem;
  }
}

.news__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .news__item-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}

.news__item-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .news__item-label {
    gap: 1.25rem;
  }
}

.news__item-date {
  font-family: "Alata", sans-serif;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.3px;
  letter-spacing: 0.01875rem;
}

.news__item-category {
  height: 30px;
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.3125rem;
  background-color: #DFEFFF;
  color: #036DD6;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
  padding-inline: 16px;
  padding-inline: 1rem;
}

.news__item-title {
  font-size: max(15px, 14px);
  font-size: max(0.9375rem, 14px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
}
@media screen and (min-width: 768px) {
  .news__item-title {
    font-size: max(1rem, 14px);
  }
}

.news__item-content {
  font-size: max(14px, 13px);
  font-size: max(0.875rem, 13px);
  line-height: 1.5;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .news__item-content {
    font-size: max(0.9375rem, 13px);
    margin-top: 0.625rem;
  }
}
.news__item-content p + p {
  margin-top: 6px;
  margin-top: 0.375rem;
}
.news__item-content a {
  text-decoration: underline;
}

.policy {
  padding-block: 60px;
  padding-block: 3.75rem;
}
@media screen and (min-width: 768px) {
  .policy {
    padding-block: 5.625rem;
  }
}

@media screen and (min-width: 768px) {
  .policy__inner {
    max-width: 75rem;
  }
}

.policy__box {
  position: relative;
  width: 100%;
  border-radius: 1.5rem;
  background: url(../images/top/policy-bg.webp) center/cover no-repeat;
  padding: 32px;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .policy__box {
    padding: 4.375rem;
  }
}
.policy__box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  right: 2rem;
  translate: 0 -50%;
  width: 40px;
  width: 2.5rem;
  aspect-ratio: 59/60;
  background: url(../images/common/arrow-icon--white.webp) center/contain no-repeat;
  -webkit-transition: right 0.6s;
  transition: right 0.6s;
}
@media screen and (min-width: 768px) {
  .policy__box::after {
    right: 4.375rem;
    width: 3.6875rem;
  }
}
@media (any-hover: hover) {
  .policy__box:hover::after {
    right: 1.625rem;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .policy__box:hover::after {
    right: 4rem;
  }
}

.policy__heading {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
}
@media screen and (min-width: 768px) {
  .policy__heading {
    font-size: 1.75rem;
    letter-spacing: 0.0525rem;
  }
}

.vision {
  width: 100%;
  aspect-ratio: 1440/762;
  background: url(../images/top/vision-bg.webp) center bottom/contain no-repeat;
  padding-block: 10px 150px;
  padding-block: 0.625rem 9.375rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .vision {
    background: url(../images/top/vision-bg.webp) center/cover no-repeat;
    padding-block: 3.125rem 0;
  }
}

.vision__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .vision__inner {
    max-width: 75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-inline: 25;
  }
}

.vision__box {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .vision__box {
    width: 32.375rem;
  }
}

.vision__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .vision__text {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=styles.css.map */
