@charset "UTF-8";
body {
  font-family: "Noto Serif JP", serif;
  color: #35357d;
  margin: 0;
  background-color: #fffafa;
}

body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

section {
  scroll-margin-top: 80px;
}
@media screen and (max-width: 900px) {
  section {
    scroll-margin-top: 60px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
@media screen and (min-width: 900px) {
  html {
    scroll-padding-top: 80px;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
    cursor: default;
  }
}
@media screen and (min-width: 900px) {
  .hidden-pc {
    display: none;
  }
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 900px) {
  .hidden-sp {
    display: block;
  }
}

.js-fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
.js-fade-up.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header {
  width: 100%;
  height: 60px;
  background-color: #001e43;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
@media screen and (min-width: 900px) {
  .header {
    height: 80px;
  }
}

.header__inner {
  height: 100%;
  padding-inline: 15px;
  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-block: 5px;
}
@media screen and (min-width: 1200px) {
  .header__inner {
    padding-left: 35px;
    padding-right: 70px;
  }
}

.Company_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
@media (any-hover: hover) {
  .Company_wrap:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 1200px) {
  .Company {
    font-size: 20px;
    font-weight: 300;
  }
}
.Company {
  font-size: 12px;
  letter-spacing: 2px;
  color: #fff;
}

.header__logo {
  width: 45px;
  height: auto;
  aspect-ratio: 13/10;
}
@media screen and (min-width: 1200px) {
  .header__logo {
    width: 70px;
  }
}
.header__logo img {
  width: 100%;
}

.company_name {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .company_name {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3.9px;
    left: -15px;
    top: 5px;
  }
}
.company_name {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.9px;
  position: relative;
  left: -10px;
  top: 2px;
  position: relative;
}

.header__contents {
  display: none;
}
@media screen and (min-width: 900px) {
  .header__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__contents a {
    text-decoration: none;
  }
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .header__content {
    gap: 33px;
  }
}

.header-content__link {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .header-content__link {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .header-content__link:hover {
    color: #fff;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
}
.header-content__link::after {
  content: "";
  display: block;
  text-align: center;
  width: 60px;
  height: 2px;
  border-radius: 20px;
  background-color: transparent;
  margin-top: 6px;
  margin-inline: auto;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) {
  .header-content__link:hover::after {
    background-color: #fff;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.button {
  width: 200px;
  height: 40px;
  background-color: #ffd900;
  border-radius: 50px;
  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;
  cursor: pointer;
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1607843137);
}
@media (any-hover: hover) {
  .button:hover {
    -webkit-transform: translateY(1.5px);
            transform: translateY(1.5px);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1607843137);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0.9;
  }
}

.button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #001e43;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.95px;
  gap: 2px;
}
.button-text::before {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../img/mail-icon.svg) no-repeat center/contain;
  top: 3px;
}
.button-text {
  z-index: 40;
}

.drawer-icon:focus {
  outline: none;
}

.drawer_open {
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .drawer_open {
    display: none;
  }
}

.drawer-icon {
  width: 25px;
  height: 16px;
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.drawer-icon.is-open {
  background-color: #001e43;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.drawer-icon.is-open .drawer-icon_bar:nth-of-type(1), .drawer-icon.is-open .drawer-icon_bar:nth-of-type(3) {
  background-color: #fff;
  top: 8px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.drawer-icon.is-open .drawer-icon_bar:nth-of-type(1) {
  width: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-open .drawer-icon_bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer-icon.is-open .drawer-icon_bar:nth-of-type(2) {
  display: none;
}

.drawer-icon_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  border-radius: 20px;
  background: #fff;
  border-radius: 20px;
}
.drawer-icon_bar:nth-of-type(1) {
  top: 0;
}
.drawer-icon_bar:nth-of-type(2) {
  top: 8px;
}
.drawer-icon_bar:nth-of-type(3) {
  top: 16px;
}

.drawer-content {
  position: fixed;
  top: 60px;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #001e43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 40;
}
.drawer-content.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.drawer-content__menu {
  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;
  text-align: center;
}

.drawer-content__link {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.drawer-content__link::after {
  content: "";
  display: block;
  text-align: center;
  width: 60px;
  height: 2px;
  border-radius: 20px;
  background-color: transparent;
  margin-top: 6px;
  margin-inline: auto;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) {
  .drawer-content__link:hover::after {
    background-color: #fff;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.drawer-content__button {
  text-decoration: none;
}

.fv {
  height: 250vh; /* 演出用のスクロール領域 */
  position: relative;
}

.fv__contents {
  top: 80px;
  position: sticky;
  height: 650px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .fv__contents {
    height: 800px;
  }
}

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

.fv__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 2;
}

.js-fade-item {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 1.5s ease-out, -webkit-transform 1.5s ease-out, -webkit-filter 1.5s ease-out;
  transition: opacity 1.5s ease-out, -webkit-transform 1.5s ease-out, -webkit-filter 1.5s ease-out;
  transition: opacity 1.5s ease-out, transform 1.5s ease-out, filter 1.5s ease-out;
  transition: opacity 1.5s ease-out, transform 1.5s ease-out, filter 1.5s ease-out, -webkit-transform 1.5s ease-out, -webkit-filter 1.5s ease-out;
}

.js-fade-item.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.fv__content {
  position: absolute;
  height: 100%;
  top: 70px;
  left: 50%;
  width: 100%;
  color: #0d2854;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  z-index: 3;
}

.fv__content-title {
  color: #0d2854;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 10px;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.95);
  paint-order: stroke fill;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9), 0 0 4px rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 768px) {
  .fv__content-title {
    margin: 0;
    font-size: 70px;
  }
}
@media screen and (min-width: 900px) {
  .fv__content-title {
    margin: 0;
    font-size: 80px;
    line-height: 120px;
    letter-spacing: 28.8px;
  }
}

.fv__content-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  margin-top: 40px;
  font-weight: 500;
  text-shadow: 0 1px 3px rgba(0, 30, 67, 0.8), 0 2px 8px rgba(0, 30, 67, 0.55);
}
@media screen and (max-width: 350px) {
  .fv__content-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .fv__content-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 900px) {
  .fv__content-text {
    margin-top: 55px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1.8;
    letter-spacing: 0.15em;
  }
}

.fv__content-company-wrap {
  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;
  margin-top: 50px;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .fv__content-company-wrap {
    margin-top: 80px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.15em;
    height: 50px;
  }
}
.fv__content-company-wrap p {
  margin: 0;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 30, 67, 0.8), 0 2px 8px rgba(0, 30, 67, 0.55);
}

.fv__content-company-wrap-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (min-width: 900px) {
  .fv__content-company-wrap-bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.fv__content-company-wrap-bottom p {
  margin: 0;
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .fv__content-company-wrap-bottom p {
    font-size: 28px;
  }
}
.fv__content-company-wrap-bottom p:nth-last-of-type(2) {
  font-size: 25px;
  margin-left: 10px;
}
@media screen and (min-width: 900px) {
  .fv__content-company-wrap-bottom p:nth-last-of-type(2) {
    margin-left: 20px;
    font-size: 38px;
  }
}

.fv__content-company-name {
  font-weight: 600;
  letter-spacing: 3px;
}

.fv__content-button {
  text-decoration: none;
  margin-inline: auto;
  margin-top: 40px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 900px) {
  .fv__content-button {
    margin-top: 20px;
    height: 25px;
  }
}

@media screen and (max-width: 900px) {
  .fv__content-button-text {
    font-size: 12px;
  }
}

.fv__content-button-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.fv__content-button-text::before {
  height: 15px;
  top: 0;
}

.js-button-fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 1.5s ease-out, -webkit-transform 1.5s ease-out, -webkit-filter 1.5s ease-out;
  transition: opacity 1.5s ease-out, -webkit-transform 1.5s ease-out, -webkit-filter 1.5s ease-out;
  transition: opacity 1.5s ease-out, transform 1.5s ease-out, filter 1.5s ease-out;
  transition: opacity 1.5s ease-out, transform 1.5s ease-out, filter 1.5s ease-out, -webkit-transform 1.5s ease-out, -webkit-filter 1.5s ease-out;
}

.js-button-fade.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}
@media (any-hover: hover) {
  .js-button-fade.is-show:hover {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    opacity: 0.8;
  }
}

.fv__scroll {
  position: absolute;
  right: 24px;
  top: 40%;
  z-index: 50;
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
}

.fv__scroll span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}

.fv__scroll.is-hidden {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
}

.fv__scroll-mouse {
  width: 24px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 10px auto 0;
  position: relative;
}

.fv__scroll-mouse::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 5px;
  height: 10px;
  background: #fff;
  border-radius: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: wheel 4s infinite;
          animation: wheel 4s infinite;
}

@-webkit-keyframes wheel {
  0% {
    opacity: 0;
    top: 8px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 50px;
  }
}

@keyframes wheel {
  0% {
    opacity: 0;
    top: 8px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .fv {
    height: auto;
  }
  .fv__contents::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.38);
    z-index: 1;
    pointer-events: none;
  }
  .fv__contents {
    z-index: 1;
    pointer-events: none;
  }
}
.js-fade-item,
.js-button-fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transition: opacity 1.8s ease, -webkit-transform 1.8s ease, -webkit-filter 1.8s ease;
  transition: opacity 1.8s ease, -webkit-transform 1.8s ease, -webkit-filter 1.8s ease;
  transition: opacity 1.8s ease, transform 1.8s ease, filter 1.8s ease;
  transition: opacity 1.8s ease, transform 1.8s ease, filter 1.8s ease, -webkit-transform 1.8s ease, -webkit-filter 1.8s ease;
}

.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.fv__overlay {
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease;
}

.fv__content {
  position: absolute;
  height: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

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

.support {
  margin-top: 50px;
}
@media screen and (min-width: 900px) {
  .support {
    margin-top: 80px;
  }
}

.support__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 1200px) {
  .support__inner {
    padding-inline: 85px;
  }
}

.title {
  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;
}

.title-en {
  font-size: 14px;
  color: #c1ab05;
}
@media screen and (min-width: 900px) {
  .title-en {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}

.title-ja {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 900px) {
  .title-ja {
    font-size: 48px;
    letter-spacing: 0.2em;
  }
}

.support__description {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .support__description {
    margin-top: 20px;
    font-size: 18px;
  }
}

.support__cards-top {
  max-width: 1180px;
  margin-inline: auto;
  display: grid;
}
@media screen and (min-width: 900px) {
  .support__cards-top {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .support__cards-top {
    grid-template-columns: 1fr;
  }
}

.support__cards-bottom {
  max-width: 1180px;
  margin-inline: auto;
  display: grid;
}
@media screen and (min-width: 900px) {
  .support__cards-bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media screen and (max-width: 900px) {
  .support__cards-bottom {
    grid-template-columns: 1fr;
  }
}

.support-card {
  margin-top: 30px;
  margin-inline: auto;
  padding: 20px;
  width: 100%;
  max-width: 600px;
  border-radius: 15px;
  border: 1px solid #696969;
  background: #fff;
  -webkit-box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 900px) {
  .support-card {
    margin-top: 40px;
    height: 270px;
    padding-block: 30px;
    padding-inline: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .support-card {
    padding-inline: 40px;
  }
}

.support-card__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .support-card__title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.support-card__icon {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 900px) {
  .support-card__icon {
    width: 80px;
    height: 80px;
  }
}

.support-card__title {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .support-card__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .support-card__title {
    font-size: 25px;
  }
}

.support-card__text {
  margin-top: 10px;
  font-size: 16px;
  margin-top: 20px;
}

.service-area {
  margin-top: 60px;
  padding-inline: 30px;
}
@media screen and (min-width: 900px) {
  .service-area {
    margin-top: 120px;
    padding-inline: 200px;
  }
}

.service-area__inner {
  padding-block: 40px;
  border-top: 1px solid #c1ab05;
  border-bottom: 1px solid #c1ab05;
}
@media screen and (min-width: 900px) {
  .service-area__inner {
    padding-block: 80px;
  }
}

.service-area__title-ja {
  font-size: 22px;
}
@media screen and (min-width: 900px) {
  .service-area__title-ja {
    white-space: nowrap;
    font-size: 48px;
  }
}

.service-area__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .service-area__description {
    margin-top: 30px;
    font-size: 20px;
  }
}

.about {
  margin-top: 60px;
  padding-bottom: 30px;
  padding-inline: 30px;
  background-color: #001e43;
}
@media screen and (min-width: 900px) {
  .about {
    margin-top: 100px;
    padding-inline: 85px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .about {
    margin-top: 120px;
    padding-bottom: 70px;
  }
}

.about__inner {
  padding-block: 30px;
  color: #fffafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .about__inner {
    padding-block: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner {
    padding-block: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about__content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .about__content-left {
    gap: 40px;
  }
}

.about__title-ja {
  white-space: nowrap;
}

.about__description-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 900px) {
  .about__description-wrap {
    gap: 10px;
  }
}

.about__description {
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .about__description {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .about__description {
    max-width: 420px;
    font-size: 24px;
    line-height: 1.7;
  }
}

.about__qualifications {
  margin-top: 30px;
  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;
}
@media screen and (min-width: 1200px) {
  .about__qualifications {
    -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: start;
    margin-top: 0;
  }
}

.about__qualification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: translateY(5px) scale(0.92);
          transform: translateY(5px) scale(0.92);
  -webkit-filter: blur(12px);
          filter: blur(12px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease, -webkit-filter 0.8s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease, -webkit-filter 0.8s ease-out;
  transition: opacity 1s ease-out, transform 1s ease, filter 0.8s ease-out;
  transition: opacity 1s ease-out, transform 1s ease, filter 0.8s ease-out, -webkit-transform 1s ease, -webkit-filter 0.8s ease-out;
}
.about__qualification:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 1200px) {
  .about__qualification:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 900px) {
  .about__qualification {
    gap: 5.5493895671%;
  }
}
@media screen and (min-width: 1200px) {
  .about__qualification {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    text-align: center;
  }
}

.about__qualification.is-show {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.about__qualification-img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 900px) {
  .about__qualification-img {
    width: 200px;
    height: auto;
  }
}

.about__qualification-content {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1200px) {
  .about__qualification-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about__qualification-name {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #bea309;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 900px) {
  .about__qualification-name {
    font-size: 24px;
  }
}

.about__qualification-text {
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .about__qualification-text {
    font-size: 16px;
    max-width: 395px;
  }
}
@media screen and (min-width: 1200px) {
  .about__qualification-text {
    max-width: 170px;
  }
}

.about__text {
  width: 100%;
  max-width: 600px;
  padding: 16px 24px;
  line-height: 1.6;
  background-color: #a98c00;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  margin-inline: auto;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .about__text {
    max-width: 800px;
    font-size: 22px;
    padding-inline: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .about__text {
    max-width: 880px;
    font-size: 24px;
    letter-spacing: 0.15em;
    font-weight: 800;
  }
}

.about__sns {
  margin-top: 60px;
}
@media screen and (min-width: 1200px) {
  .about__sns {
    margin-top: 80px;
  }
}

.about__sns-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #c1ab05;
  border-bottom: 1px solid #c1ab05;
  color: white;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .about__sns-inner {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 30px;
  }
}

.about__sns-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .about__sns-title {
    font-size: 35px;
  }
}

.about__sns-instagram {
  font-size: 17px;
  text-decoration-line: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (any-hover: hover) {
  .about__sns-instagram:hover {
    opacity: 0.8;
  }
}
.about__sns-instagram::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/instagram-icon.png) no-repeat center/contain;
}
@media screen and (min-width: 1200px) {
  .about__sns-instagram::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .about__sns-instagram {
    font-size: 30px;
  }
}

.about__sns-text-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .about__sns-text-wrap {
    gap: 20px;
  }
}

.about__sns-text {
  font-size: 15px;
}
@media screen and (min-width: 1200px) {
  .about__sns-text {
    font-size: 20px;
  }
}

.about__sns-button {
  padding: 10px;
  border-radius: 10px;
  background-color: #ffd900;
  color: #35357d;
  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;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
@media (any-hover: hover) {
  .about__sns-button:hover {
    -webkit-transform: translateY(1.5px);
            transform: translateY(1.5px);
    opacity: 0.9;
  }
}
.about__sns-button::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/instagram-icon.png) no-repeat center/contain;
}
@media screen and (min-width: 1200px) {
  .about__sns-button::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .about__sns-button {
    margin-top: 20px;
    padding: 15px;
    font-size: 25px;
  }
}

.flow {
  margin-top: 60px;
}

.flow__inner {
  padding-inline: 30px;
}
@media screen and (min-width: 1200px) {
  .flow__inner {
    padding-inline: 85px;
  }
}

.flow__items-top {
  margin-top: 50px;
  width: 100%;
  max-width: 530px;
  margin-inline: auto;
  display: grid;
  gap: 50px;
}
@media screen and (min-width: 1200px) {
  .flow__items-top {
    margin-top: 80px;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    max-width: 850px;
  }
}
@media screen and (max-width: 900px) {
  .flow__items-top {
    grid-template-columns: 1fr;
  }
}

.flow__items-bottom {
  margin-top: 50px;
  display: grid;
  gap: 50px;
  width: 100%;
  max-width: 530px;
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .flow__items-bottom {
    max-width: 1200px;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
  }
}
@media screen and (max-width: 900px) {
  .flow__items-bottom {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .flow__items-bottom .flow__item::after {
    right: -80px;
  }
}
.flow__items-bottom .flow__item:last-of-type::after {
  display: none;
}

.flow__item {
  width: 100%;
  border: 1px solid #8ba39e;
  border-radius: 20px;
  background-color: #ffffff;
  padding-block: 30px;
  padding-inline: 8%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .flow__item {
    width: 330px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .flow__item {
    width: 300px;
  }
}
.flow__item::before {
  content: attr(data-step);
  position: absolute;
  top: -20px;
  left: 16px;
  width: 40px;
  height: 40px;
  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;
  border-radius: 50%;
  background-color: #c1ab05;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.flow__item::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  bottom: -40px;
  background: url(../img/flow-arrow.png) no-repeat center/contain;
  right: 50%;
  -webkit-transform: translateX(50%) rotate(90deg);
          transform: translateX(50%) rotate(90deg);
}
@media screen and (min-width: 1200px) {
  .flow__item::after {
    width: 60px;
    height: 60px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    right: -100px;
  }
}

.flow__item-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .flow__item-title {
    font-size: 25px;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .flow__item-title {
    font-size: 23px;
  }
}

.flow__item-img {
  width: 48px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .flow__item-img {
    width: 75px;
  }
}

.flow__item-text {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .flow__item-text {
    font-size: 16px;
  }
}

.price {
  margin-top: 60px;
  padding-inline: 30px;
}
@media screen and (min-width: 900px) {
  .price {
    padding-inline: 13.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .price {
    margin-top: 120px;
    padding-inline: 10.2489019034%;
  }
}

.price__inner {
  padding-top: 30px;
  padding-bottom: 40px;
  border-top: 1px solid #c1ab05;
  border-bottom: 1px solid #c1ab05;
}
@media screen and (min-width: 1200px) {
  .price__inner {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}

.price__description {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .price__description {
    margin-top: 25px;
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}

.price__items-top {
  margin-top: 30px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price__items-top .price__item:nth-of-type(1) .price__content {
  gap: 14.6666666667%;
}
.price__items-top .price__item:nth-of-type(1) .price__content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-left: 25px;
}
.price__items-top .price__item:nth-of-type(1) .price__icon {
  width: 50px;
}
@media screen and (min-width: 1200px) {
  .price__items-top .price__item:nth-of-type(1) .price__icon {
    width: 100px;
  }
}
@media screen and (min-width: 900px) {
  .price__items-top {
    max-width: 700px;
    margin-top: 50px;
    -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;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1200px) {
  .price__items-top {
    max-width: 1086px;
    margin-top: 50px;
  }
}

.price__item {
  width: 100%;
  max-width: 320px;
  padding-inline: 20px;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-inline: auto;
  position: relative;
  border-radius: 15px;
  border: 1px solid #d3d3d3;
  background: #fff;
  -webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 900px) {
  .price__item {
    max-width: 700px;
    margin: 0;
    padding-inline: 30px;
    padding-top: 30px;
    padding-bottom: 40px;
    border-radius: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .price__item {
    max-width: 1086px;
    padding-inline: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .price__item-top {
    max-width: 510px;
  }
}

.price__number {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #35357d;
  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;
  color: #ffffff;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 900px) {
  .price__number {
    width: 50px;
    height: 50px;
    font-size: 18px;
    top: 15px;
    left: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .price__number {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
}

.price__title {
  margin-left: 30px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration-line: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}
@media screen and (min-width: 900px) {
  .price__title {
    font-size: 25px;
    margin-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .price__title {
    font-size: 32px;
    margin-left: 60px;
  }
}

.price__content {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price__icon {
  width: 40px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .price__icon {
    width: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .price__icon {
    width: 90px;
  }
}

.price__price-number {
  font-size: 30px;
  font-weight: 700;
  color: #c1ab05;
}
@media screen and (min-width: 900px) {
  .price__price-number {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .price__price-number {
    font-size: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .price__price-unit {
    font-size: 24px;
  }
}

.price__items-bottom {
  margin-top: 20px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .price__items-bottom {
    max-width: 1086px;
    margin-inline: auto;
    margin-top: 40px;
    gap: 40px;
  }
  .price__items-bottom .price__title {
    margin-left: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    top: 40px;
  }
  .price__items-bottom .price__title-management {
    position: absolute;
    margin-left: 70px;
    font-size: 20px;
    top: 55px;
  }
  .price__items-bottom .price__title-delegation {
    position: absolute;
    top: 65px;
    margin-left: 75px;
  }
  .price__items-bottom .price__title-guardianship {
    position: absolute;
    top: 80px;
    margin-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .price__items-bottom {
    max-width: 1086px;
  }
  .price__items-bottom .price__title {
    margin-left: 100px;
  }
  .price__items-bottom .price__title-management {
    font-size: 30px;
    margin-left: 100px;
    top: 55px;
  }
  .price__items-bottom .price__title-guardianship {
    margin-left: 120px;
  }
}

.price__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .price__layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.price__info {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .price__info {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .price__info {
    margin-top: 0;
    gap: 15px;
    max-width: 400px;
  }
}

.price__text {
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .price__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .price__text {
    font-size: 25px;
  }
}

.price__item-body {
  margin-top: 10px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.price__item-body tr th,
.price__item-body tr td {
  padding-block: 10px;
  border: 1px solid #d3d3d3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
}
@media screen and (min-width: 1200px) {
  .price__item-body tr th,
  .price__item-body tr td {
    padding-block: 10px;
  }
}
.price__item-body tr th {
  font-weight: 700;
  background-color: #f0f8ff;
  font-size: 12px;
  width: 85px;
}
@media screen and (min-width: 1200px) {
  .price__item-body tr th {
    width: 184px;
    font-size: 20px;
  }
}
.price__item-body tr td {
  padding-inline: 10px;
  text-align: center;
}
.price__item-body tr td .price__price .price__price-number {
  font-size: 25px;
}
@media screen and (max-width: 360px) {
  .price__item-body tr td .price__price .price__price-number {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .price__item-body tr td .price__price .price__price-number {
    font-size: 40px;
  }
}
.price__item-body tr td .price__price .price__price-unit {
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  .price__item-body tr td .price__price .price__price-unit {
    font-size: 24px;
  }
}

@media screen and (min-width: 900px) {
  .price__text-wrap-emergency {
    margin-top: 10px;
  }
}

.price__title-wrap {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 360px) {
  .price__title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (min-width: 900px) {
  .price__title-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 50px;
    top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .price__title-wrap {
    margin-left: 95px;
  }
}
.price__title-wrap .price__title {
  margin-left: 0;
  position: static;
}
.price__title-wrap span {
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (min-width: 900px) {
  .price__title-wrap span {
    font-size: 16px;
  }
}

.price__text-wrap span {
  font-size: 10px;
}
@media screen and (min-width: 900px) {
  .price__text-wrap span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .price__text-wrap span {
    font-size: 14px;
  }
}

@media screen and (min-width: 900px) {
  .price__layout-support {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 630px;
  }
}
@media screen and (min-width: 1200px) {
  .price__layout-support {
    max-width: 1086px;
  }
}

.price__icon-support {
  width: 50px;
  position: absolute;
  right: 10.6666666667%;
  bottom: 80px;
}
@media screen and (max-width: 360px) {
  .price__icon-support {
    width: 40px;
    right: 15px;
    bottom: 80px;
  }
}
@media screen and (min-width: 900px) {
  .price__icon-support {
    width: 55px;
    right: 335px;
    bottom: 65px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .price__icon-support {
    width: 50px;
    right: 360px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .price__icon-support {
    width: 60px;
    right: 470px;
  }
}
@media screen and (min-width: 1301px) {
  .price__icon-support {
    width: 70px;
    right: 65px;
    bottom: 50px;
  }
}

.price__lists {
  margin-top: 15px;
}

.price__list {
  list-style: disc;
  padding-left: 1.5em;
  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;
}

.price__list-item {
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .price__list-item {
    font-size: 20px;
    white-space: nowrap;
  }
}
.price__list-item::marker {
  font-size: 10px;
}

.price__list-description {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
@media screen and (max-width: 360px) {
  .price__list-description {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  .price__list-description {
    font-size: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .price__list-description {
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
  }
}

.price__price-wrap {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 900px) {
  .price__price-wrap {
    text-align: left;
    padding-left: 2.9282576867%;
    border-left: 1px solid #d3d3d3;
    max-width: 290px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .price__price-wrap {
    max-width: 385px;
  }
}
@media screen and (min-width: 1301px) {
  .price__price-wrap {
    max-width: 530px;
  }
}
.price__price-wrap .price__price-number {
  font-size: 35px;
}
@media screen and (min-width: 1200px) {
  .price__price-wrap .price__price-number {
    font-size: 64px;
  }
}

.price__note-wrap {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}

.price__note {
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .price__note {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .price__note {
    font-size: 20px;
  }
}
.price__note:nth-of-type(1) {
  margin-top: 12px;
}
.price__note:nth-of-type(2) {
  font-size: 10px;
}
@media screen and (min-width: 900px) {
  .price__note:nth-of-type(2) {
    font-size: 12px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .price__note:nth-of-type(2) {
    font-size: 14px;
  }
}

.price__info-management {
  gap: 10.6666666667%;
  margin-top: 15px;
}
@media screen and (min-width: 900px) {
  .price__info-management {
    width: 100%;
    max-width: 950px;
    gap: 80px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .price__info-management .price__icon {
    width: 60px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .price__info-management {
    width: 100%;
    max-width: 950px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .price__info-management .price__icon {
    width: 80px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 900px) {
  .price__price-management {
    text-align: left;
    padding-left: 2.9282576867%;
    border-left: 1px solid #d3d3d3;
  }
  .price__price-management .price__note-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .price__price-management {
    width: 400px;
  }
}
@media screen and (min-width: 1300px) {
  .price__price-management {
    width: 480px;
  }
}

.price__price-text {
  font-weight: 700;
  font-size: 20px;
  margin-left: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1200px) {
  .price__price-text {
    font-size: 40px;
    margin-left: 0;
  }
}

.price__note-wrap .price__note-management:nth-of-type(1) {
  font-size: 11px;
}
@media screen and (min-width: 1200px) {
  .price__note-wrap .price__note-management:nth-of-type(1) {
    font-size: 16px;
  }
}
.price__note-wrap .price__note-management:nth-of-type(2) {
  margin-top: 0;
}

.price__price-delegation {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .price__price-delegation {
    padding-left: 20px;
    border-left: 1px solid #d3d3d3;
    width: 270px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media screen and (min-width: 1200px) {
  .price__price-delegation {
    padding-left: 2.196193265%;
    border-left: 1px solid #d3d3d3;
    width: 480px;
  }
}
@media screen and (min-width: 900px) {
  .price__price-delegation .price__note-wrap .price__note-management {
    width: 100%;
    text-align: left;
  }
}
.price__price-delegation .price__price-unit {
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .price__price-delegation .price__price-unit {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .price__price-delegation .price__price-unit {
    font-size: 40px;
  }
}
.price__price-delegation .price__price-number {
  font-size: 35px;
}
@media screen and (max-width: 360px) {
  .price__price-delegation .price__price-number {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .price__price-delegation .price__price-number {
    font-size: 64px;
  }
}

.price__info-guardianship {
  gap: 8%;
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .price__info-guardianship {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 950px;
    margin-top: 40px;
  }
  .price__info-guardianship .price__icon {
    width: 70px;
    margin-top: 10px;
  }
  .price__info-guardianship .price__price {
    padding-left: 2.196193265%;
    width: 300px;
    border-left: 1px solid #d3d3d3;
  }
  .price__info-guardianship .price__note-management {
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media screen and (min-width: 1200px) {
  .price__info-guardianship .price__icon {
    width: 80px;
  }
  .price__info-guardianship .price__price {
    width: 480px;
  }
}

.price__price-text-guardianship {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .price__price-text-guardianship {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .price__price-text-guardianship {
    font-size: 40px;
  }
}

.price__guidance {
  background-color: #fcfcfc;
}
@media screen and (min-width: 1200px) {
  .price__guidance {
    position: relative;
  }
  .price__guidance::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 312px;
    height: 100%;
    border-radius: 25px;
    background: url(../img/price__guidance-bg-img.png) no-repeat center/contain;
  }
}

.price__guidance-title {
  font-size: 20px;
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  text-decoration-color: #c1ab05;
  text-decoration-thickness: 1px;
}
@media screen and (min-width: 900px) {
  .price__guidance-title {
    font-size: 25px;
    text-underline-offset: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .price__guidance-title {
    font-size: 32px;
  }
}

.price__guidance-list {
  list-style: disc;
  padding-left: 0.5em;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
@media screen and (min-width: 900px) {
  .price__guidance-list {
    margin-top: 15px;
    gap: 5px;
  }
}

.price__guidance-item {
  font-size: 14px;
}
.price__guidance-item::marker {
  font-size: 10px;
}
@media screen and (min-width: 900px) {
  .price__guidance-item {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1200px) {
  .price__guidance-item {
    font-size: 20px;
  }
}

.message {
  margin-top: 60px;
  padding-bottom: 60px;
  background-color: #001e43;
  color: #ffffff;
}
@media screen and (min-width: 900px) {
  .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 120px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1039px) {
  .message__bg {
    width: 410px;
    height: 285px;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .message__bg {
    width: 560px;
    height: 300px;
  }
}
@media screen and (min-width: 900px) {
  .message__title-en {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .message__title-en {
    font-size: 24px;
  }
}

@media screen and (min-width: 900px) {
  .message__title-ja {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .message__title-ja {
    font-size: 50px;
  }
}

.message__inner {
  padding-top: 40px;
  padding-inline: 30px;
}
@media screen and (min-width: 900px) {
  .message__inner {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 900px) {
  .message__inner {
    padding-inline: 80px;
  }
}

.message__content {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 1200px) {
  .message__content {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .message__content {
    gap: 35px;
  }
}

.message__text {
  font-size: 17px;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .message__text {
    font-size: 24px;
  }
}

.message__representative-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .message__representative-wrap {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .message__representative-wrap {
    gap: 60px;
  }
}

.message__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1200px) {
  .message__company {
    gap: 15px;
  }
}

.message__representative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1200px) {
  .message__representative {
    gap: 20px;
  }
}

.contact {
  background-color: #001e43;
  padding-inline: 30px;
}
@media screen and (min-width: 900px) {
  .contact {
    padding-inline: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .contact {
    padding-top: 120px;
    padding-inline: 100px;
  }
}

.contact__inner {
  border-top: 1px solid #c1ab05;
  border-bottom: 1px solid #c1ab05;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #ffffff;
}
@media screen and (min-width: 900px) {
  .contact__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__inner {
    padding-top: 80px;
  }
}

@media screen and (min-width: 900px) {
  .contact__title-ja {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__title-ja {
    font-size: 50px;
  }
}

.contact__text {
  margin-top: 25px;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .contact__text {
    font-size: 20px;
    letter-spacing: 0.15em;
  }
}

.contact__content {
  margin-top: 30px;
  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;
  width: 100%;
  max-width: 350px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .contact__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    max-width: 1200px;
    margin-top: 40px;
  }
}

.contact__tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  border: 2px solid #ffffff;
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (any-hover: hover) {
  .contact__tel-wrap:hover {
    -webkit-transform: translateY(1.5px);
            transform: translateY(1.5px);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    opacity: 0.8;
  }
}

.contact__tel {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.contact__tel::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/contact-tel-icon.svg) no-repeat center/contain;
}
@media screen and (min-width: 1200px) {
  .contact__tel::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 365px) {
  .contact__tel {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__tel {
    font-size: 40px;
  }
}

.contact__tel-hour {
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  .contact__tel-hour {
    font-size: 20px;
  }
}

.contact__mail-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  background-color: #ffd900;
  border: 1px solid #ffffff;
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #001e43;
  position: relative;
  cursor: pointer;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
@media (any-hover: hover) {
  .contact__mail-link:hover {
    -webkit-transform: translateY(1.5px);
            transform: translateY(1.5px);
    opacity: 0.9;
  }
  .contact__mail-link:hover .contact__mail-text::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

.contact__mail-head {
  font-size: 19px;
  font-weight: 700;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__mail-head::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/mail-icon.svg) no-repeat center/contain;
}
@media screen and (min-width: 1200px) {
  .contact__mail-head::before {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 360px) {
  .contact__mail-head {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__mail-head {
    font-size: 32px;
  }
}

@media screen and (max-width: 360px) {
  .contact__mail-text {
    font-size: 12px;
  }
}
.contact__mail-text::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/contact-arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (min-width: 1200px) {
  .contact__mail-text::after {
    width: 40px;
    height: 40px;
    right: 30px;
    bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__mail-text {
    font-size: 20px;
  }
}

.contact__line-content {
  margin-top: 40px;
  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;
}
@media screen and (min-width: 900px) {
  .contact__line-content {
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

.contact__line-qr {
  width: 120px;
}
@media screen and (min-width: 900px) {
  .contact__line-qr {
    width: 155px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__line-qr {
    width: 195px;
  }
}

.contact__line-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 900px) {
  .contact__line-text-wrap {
    gap: 20px;
  }
}
.contact__line-text-wrap p {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__line-text-wrap p {
    font-size: 20px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .contact__line-text-wrap p {
    font-size: 30px;
  }
}

.contact__line-link {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  padding-bottom: 5px;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__line-link {
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__line-link {
    font-size: 20px;
  }
}
.contact__line-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: -15px;
  bottom: 0;
  height: 1px;
  background-color: #c1ab05;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.contact__line-link::after {
  content: "";
  position: absolute;
  right: -15px;
  bottom: 0;
  width: 7px;
  height: 1px;
  background-color: #c1ab05;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media (any-hover: hover) {
  .contact__line-link:hover {
    opacity: 0.8;
  }
  .contact__line-link:hover::before {
    right: -25px;
  }
  .contact__line-link:hover::after {
    right: -25px;
  }
}

.footer {
  background-color: #001e43;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.copyright {
  font-size: 10px;
  color: white;
}

.contact-page {
  padding-bottom: 50px;
  max-width: 900px;
  margin-inline: auto;
}

.contact-title {
  color: #c1ab05;
  margin-top: 50px;
}
@media screen and (min-width: 900px) {
  .contact-title {
    margin-top: 170px;
    padding-left: 0;
    gap: 15px;
  }
}

.contact-page__inner {
  padding-inline: 25px;
}

.contact-page__text {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact-page__text {
    font-size: 23px;
  }
}

.wpcf7-form {
  width: 100%;
  margin-top: 40px;
  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;
  -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: 900px) {
  .wpcf7-form {
    margin-top: 60px;
  }
}

.contact-form__item {
  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;
}

.contact-form__label {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .contact-form__label {
    font-size: 20px;
    gap: 15px;
  }
}

.required,
.optional {
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  background-color: #dce8e2;
  width: 50px;
  text-align: center;
  padding: 3px;
  color: #696969;
}
@media screen and (min-width: 900px) {
  .required,
  .optional {
    padding: 5px;
  }
}

.optional {
  background-color: #dcdcdc;
}

.contact-form__input {
  height: 40px;
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #001e43;
  border-radius: 5px;
  background-color: #fffafa;
  padding: 10px;
}
@media screen and (min-width: 900px) {
  .contact-form__input,
  .contact-form__textarea {
    margin-top: 15px;
    padding: 15px;
    font-size: 16px;
  }
}
.contact-form__input[aria-invalid=true],
.contact-form__textarea[aria-invalid=true] {
  border-color: #c71524;
}

.contact-form__error {
  margin-top: 5px;
  font-size: 14px;
  color: #c71524;
}

.contact-form__button {
  margin-top: 20px;
  width: 200px;
  height: 50px;
  border-radius: 30px;
  border: none;
  background-color: #ffd900;
  color: #001e43;
  font-size: 18px;
  font-weight: 700;
  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;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1607843137);
}
@media (any-hover: hover) {
  .contact-form__button:hover {
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1607843137);
  }
}

.contact-confirm__list {
  width: 100%;
  margin-top: 80px;
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .contact-confirm__list {
    margin-top: 120px;
    max-width: 1440px;
  }
}

.contact-confirm__item {
  padding-block: 20px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (min-width: 900px) {
  .contact-confirm__item {
    font-size: 25px;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 50px;
  }
}

.contact-confirm__label {
  font-weight: 700;
  font-size: 18px;
}

.contact-confirm__value {
  margin-top: 10px;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .contact-confirm__value {
    margin-top: 0;
  }
}

.contact-confirm__message {
  white-space: normal;
}

.contact-confirm__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.contact-confirm__back {
  background-color: #dcdcdc;
}

.contact-form__button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-confirm__notice {
  color: #c71524;
  text-align: center;
}

.contact-confirm {
  min-height: 100vh;
}

.contact-confirm__buttons {
  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;
}

.contact-thanks {
  min-height: calc(100vh - 60px);
}
@media screen and (min-width: 900px) {
  .contact-thanks {
    min-height: calc(100vh - 80px);
  }
}

.contact-title-thanks {
  margin-top: 120px;
}

.contact-thanks__inner {
  padding-top: 40px;
}

.contact-thanks__heading {
  color: #001e43;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact-thanks__heading {
    font-size: 35px;
  }
}

.contact-thanks__message {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact-thanks__message {
    margin-top: 50px;
    font-size: 18px;
  }
}
.contact-thanks__message p + p {
  margin-top: 25px;
}

.contact-thanks__tel-wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-thanks__tel {
  color: #001e43;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 20px;
}
@media screen and (min-width: 900px) {
  .contact-thanks__tel {
    font-size: 30px;
  }
}

.contact-thanks__button {
  margin: 50px auto 0;
}

.error-page {
  min-height: calc(100vh - 70px);
  padding: calc(60px + 60px) 25px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .error-page {
    min-height: calc(100vh - 76px);
    padding: calc(80px + 80px) 40px 80px;
  }
}

.error-page__inner {
  width: 100%;
  max-width: 720px;
}

.error-page__code {
  color: #c1ab05;
  font-size: clamp(80px, 24vw, 160px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.error-page__title {
  margin-top: 25px;
  color: #001e43;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .error-page__title {
    margin-top: 35px;
    font-size: 32px;
  }
}

.error-page__message {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 900px) {
  .error-page__message {
    margin-top: 25px;
    font-size: 17px;
  }
}

.error-page__button {
  width: 220px;
  min-height: 50px;
  margin: 40px auto 0;
  border-radius: 30px;
  background-color: #ffd900;
  color: #001e43;
  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;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1607843137);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media (any-hover: hover) {
  .error-page__button:hover {
    -webkit-transform: translateY(1.5px);
            transform: translateY(1.5px);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1607843137);
    opacity: 0.9;
  }
}