@charset "UTF-8";
br.sp {
  display: none;
}
@media (max-width: 450px) {
  br.sp {
    display: block;
  }
}
br.pc {
  display: block;
}
@media (max-width: 450px) {
  br.pc {
    display: none;
  }
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  overflow-x: hidden; /* 横スクロールを無効にする */
  line-height: 2;
  font-size: 16px;
  color: #333333;
  background: #fff;
}
html.is-locked, body.is-locked {
  overflow: hidden;
}

a {
  transition: all 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

[id] {
  scroll-margin-top: 80px;
}

.js-fade {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s ease, transform 1s ease;
}

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

.main {
  margin-top: 100px;
}
@media (max-width: 450px) {
  .main {
    margin-top: 18.6666666667vw;
  }
}

.common-title {
  display: flex;
  flex-direction: column;
  color: #0D70C9;
  line-height: 1;
  gap: 9px;
}
.common-title.center {
  text-align: center;
}
@media (max-width: 450px) {
  .common-title.center {
    text-align: left;
  }
}
.common-title .common-title-en {
  font-size: 56px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 450px) {
  .common-title .common-title-en {
    font-size: 10.6666666667vw;
    letter-spacing: 0.06em;
  }
}
.common-title .common-title-jp {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media (max-width: 450px) {
  .common-title .common-title-jp {
    font-size: 3.7333333333vw;
    letter-spacing: 0.08em;
  }
}

.common-title-2 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
  padding-left: 24px;
  position: relative;
}
@media (max-width: 450px) {
  .common-title-2 {
    font-size: 6.4vw;
    letter-spacing: 0.02em;
    padding-left: 5.0666666667vw;
  }
}
.common-title-2::before {
  content: "";
  position: absolute;
  height: 32px;
  width: 3px;
  background: #0D70C9;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 450px) {
  .common-title-2::before {
    left: 0vw;
  }
}

.common-btn {
  height: 80px;
  line-height: 80px;
  background: #0D70C9;
  color: #fff;
  max-width: 295px;
  width: 100%;
  border-radius: 10px;
  padding-right: 50px;
  position: relative;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 450px) {
  .common-btn {
    height: 18.6666666667vw;
    line-height: 18.6666666667vw;
    font-size: 4.8vw;
    max-width: none;
    letter-spacing: 0.02em;
  }
}
.common-btn:hover {
  opacity: 1;
  transition: all 0.3s ease;
  border: 1px solid #0D70C9;
  color: #0D70C9;
  background: #fff;
}
.common-btn:hover::after {
  background: url("../../img/common/common-btn/arrow-hover.svg") no-repeat center center/contain;
}
.common-btn::after {
  content: "";
  position: absolute;
  width: 34px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../../img/common/common-btn/arrow.svg") no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media (max-width: 450px) {
  .common-btn::after {
    width: 9.0666666667vw;
    right: 5.3333333333vw;
  }
}

.cta {
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 1000px) {
  .cta {
    padding: 0;
  }
}

.cta-content {
  border-radius: 20px;
  padding: 80px 20px;
  background: linear-gradient(to right, #0D70C9, #004097);
}
@media (max-width: 450px) {
  .cta-content {
    padding: 16vw 5.3333333333vw;
  }
}

.cta-title {
  color: #fff;
  text-align: center;
}
.cta-title p {
  text-align: center;
}
.cta-title h2 {
  text-align: center;
}

.cta-lead {
  margin-top: 48px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 450px) {
  .cta-lead {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
}

.cta-list {
  margin-top: 41px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1000px) {
  .cta-list {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 450px) {
  .cta-list {
    margin-top: 8vw;
    gap: 5.6vw;
  }
}

.cta-tel {
  background: #fff;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 31px;
  padding-bottom: 25px;
  border-radius: 20px;
}
@media (max-width: 450px) {
  .cta-tel {
    padding: 5.3333333333vw;
  }
}

.cta-tel-content {
  max-width: 460px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.cta-tel-title {
  line-height: 1;
  background: #0D70C9;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  height: 48px;
  line-height: 48px;
  border-radius: 100px;
}
@media (max-width: 450px) {
  .cta-tel-title {
    font-size: 4.2666666667vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
  }
}

.cta-tel-link {
  margin-top: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-left: -28px;
  letter-spacing: 0.15em;
}
@media (max-width: 1000px) {
  .cta-tel-link {
    margin-left: 0;
  }
}
@media (max-width: 450px) {
  .cta-tel-link {
    margin-top: 5.3333333333vw;
    letter-spacing: 0.04em;
  }
}
.cta-tel-link img {
  width: 38px;
  height: auto;
}
@media (max-width: 490px) {
  .cta-tel-link img {
    width: 32px;
  }
}
@media (max-width: 450px) {
  .cta-tel-link img {
    width: 8.5333333333vw;
  }
}
.cta-tel-link span {
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 490px) {
  .cta-tel-link span {
    font-size: 38px;
  }
}
@media (max-width: 450px) {
  .cta-tel-link span {
    font-size: 9.6vw;
  }
}

.cta-meta {
  display: grid;
  align-items: center;
  margin-top: 24px;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 540px) {
  .cta-meta {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 450px) {
  .cta-meta {
    margin-top: 5.3333333333vw;
    gap: 1.6vw;
  }
}
.cta-meta div {
  display: flex;
  justify-content: center;
  padding: 12px 3px;
  border: 1px solid #E2E2E2;
  line-height: 1;
  border-radius: 5px;
}
@media (max-width: 450px) {
  .cta-meta div {
    padding: 2.6666666667vw;
  }
}
@media (max-width: 450px) {
  .cta-meta div dt {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 450px) {
  .cta-meta div dd {
    font-size: 3.7333333333vw;
  }
}

.cta-tel-note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 28px;
}
@media (max-width: 450px) {
  .cta-tel-note {
    margin-top: 4.2666666667vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    line-height: 1.3;
  }
}

.cta-card {
  background: #fff;
  border-radius: 20px;
  padding-inline-end: 20px;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 450px) {
  .cta-card {
    padding: 8vw 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 8vw;
  }
}

.cta-card-label {
  font-size: 18px;
  font-weight: 600;
  color: #0D70C9;
  max-width: fit-content;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .cta-card-label {
    font-size: 4.8vw;
    margin-bottom: 5.0666666667vw;
  }
}
.cta-card-label::before, .cta-card-label::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 27px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 450px) {
  .cta-card-label::before, .cta-card-label::after {
    width: 3.7333333333vw;
    height: 7.2vw;
  }
}
.cta-card-label::before {
  background: url("../../img/common/cta/label-deco-left.svg") no-repeat center center/contain;
  left: -30px;
}
@media (max-width: 450px) {
  .cta-card-label::before {
    left: -8vw;
  }
}
.cta-card-label::after {
  background: url("../../img/common/cta/label-deco-right.svg") no-repeat center center/contain;
  right: -30px;
}
@media (max-width: 450px) {
  .cta-card-label::after {
    right: -8vw;
  }
}

.cta-card-link {
  max-width: 400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  text-align: center;
  height: 80px;
  line-height: 80px;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
@media (max-width: 540px) {
  .cta-card-link {
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 450px) {
  .cta-card-link {
    height: 18.6666666667vw;
    line-height: 18.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.cta-card-link::before, .cta-card-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
}
.cta-card-link::before {
  width: 40px;
  height: auto;
  left: 40px;
}
@media (max-width: 540px) {
  .cta-card-link::before {
    width: 30px;
    left: 16px;
  }
}
@media (max-width: 450px) {
  .cta-card-link::before {
    width: 8vw;
    left: 4.2666666667vw;
  }
}
.cta-card-link::after {
  width: 34px;
  height: auto;
  right: 30px;
}
@media (max-width: 540px) {
  .cta-card-link::after {
    right: 16px;
  }
}
@media (max-width: 450px) {
  .cta-card-link::after {
    width: 9.0666666667vw;
  }
}
.cta-card-link.cta-card-link-line {
  background: #00C300;
  transition: all 0.3s ease;
}
.cta-card-link.cta-card-link-line:hover {
  opacity: 1;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid #00C300;
  color: #00C300;
}
.cta-card-link.cta-card-link-line:hover::after {
  background: url("../../img/common/cta/line-arrow-hover.svg") no-repeat center center/contain;
}
.cta-card-link.cta-card-link-line::before {
  background: url("../../img/common/cta/line.svg") no-repeat center center/contain;
}
.cta-card-link.cta-card-link-line::after {
  background: url("../../img/common/cta/line-arrow.svg") no-repeat center center/contain;
}
.cta-card-link.cta-card-link-mail {
  margin-top: 15px;
  background: #0D70C9;
}
.cta-card-link.cta-card-link-mail:hover {
  opacity: 1;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid #0D70C9;
  color: #0D70C9;
}
.cta-card-link.cta-card-link-mail:hover::before {
  background: url("../../img/common/cta/mail-hover.svg") no-repeat center center/contain;
}
.cta-card-link.cta-card-link-mail:hover::after {
  background: url("../../img/common/cta/mail-arrow-hover.svg") no-repeat center center/contain;
}
@media (max-width: 450px) {
  .cta-card-link.cta-card-link-mail {
    margin-top: 4.2666666667vw;
  }
}
.cta-card-link.cta-card-link-mail::before {
  background: url("../../img/common/cta/mail.svg") no-repeat center center/contain;
}
.cta-card-link.cta-card-link-mail::after {
  background: url("../../img/common/cta/mail-arrow.svg") no-repeat center center/contain;
}

.page-intro {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 93px;
  padding-bottom: 104px;
}
@media (max-width: 450px) {
  .page-intro {
    padding-top: 1.0666666667vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 4.5333333333vw;
  }
}

.page-intro-content {
  display: flex;
  max-width: 1190px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  gap: 100px;
  align-items: flex-start;
  padding-right: 10px;
}
@media (max-width: 950px) {
  .page-intro-content {
    flex-direction: column;
    max-width: 630px;
    padding-right: 0;
  }
}
@media (max-width: 450px) {
  .page-intro-content {
    gap: 8.5333333333vw;
  }
}

.page-intro-heading {
  width: 100%;
  max-width: 620px;
  margin-top: 40px;
}
@media (max-width: 450px) {
  .page-intro-heading {
    max-width: fit-content;
  }
}

.page-intro-title {
  color: #0D70C9;
  line-height: 1;
  position: relative;
}
.page-intro-title::after {
  content: "";
  position: absolute;
  width: calc(100% + 140px);
  right: 0;
  height: 1px;
  background: #0D70C9;
  bottom: -48px;
}
@media (max-width: 950px) {
  .page-intro-title::after {
    width: calc(100% + 170px);
  }
}
@media (max-width: 450px) {
  .page-intro-title::after {
    bottom: -6.4vw;
  }
}
.page-intro-title p {
  font-family: "Outfit", sans-serif;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 450px) {
  .page-intro-title p {
    font-size: 10.6666666667vw;
    letter-spacing: 0.06em;
  }
}
.page-intro-title h1 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 9px;
  letter-spacing: 0.12em;
}
@media (max-width: 450px) {
  .page-intro-title h1 {
    font-size: 3.7333333333vw;
    letter-spacing: 0.08em;
  }
}

.page-intro-copy {
  margin-top: 96px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 450px) {
  .page-intro-copy {
    margin-top: 11.7333333333vw;
    font-size: 4.8vw;
    letter-spacing: 0.02em;
  }
}

.page-intro-img {
  position: relative;
  z-index: 3;
  min-width: 300px;
}
@media (max-width: 450px) {
  .page-intro-img.page-intro-img-service {
    margin-top: 2.9333333333vw;
  }
}
@media (max-width: 950px) {
  .page-intro-img {
    flex: initial;
    max-width: 400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 660px) {
  .page-intro-img {
    min-width: initial;
    max-width: clamp(253px, 60.6060606061vw, 400px);
  }
}
@media (max-width: 450px) {
  .page-intro-img {
    max-width: 67.4666666667vw;
  }
}
.page-intro-img::before, .page-intro-img::after {
  content: "";
  position: absolute;
  aspect-ratio: 147/102;
  height: auto;
  z-index: 0;
  background: url("../../img/common/page-intro/cloud.svg") no-repeat center center/contain;
  animation: floating-y 1.2s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
.page-intro-img::before {
  width: 159.88px;
  top: -32px;
  left: -72px;
}
@media (max-width: 1200px) {
  .page-intro-img::before {
    width: clamp(104px, 13.25vw, 159px);
  }
}
@media (max-width: 950px) {
  .page-intro-img::before {
    width: 139px;
    top: 40px;
    left: -110px;
  }
}
@media (max-width: 660px) {
  .page-intro-img::before {
    width: clamp(88px, 21.0606060606vw, 139px);
    top: 6.0606060606vw;
    left: -16.6666666667vw;
  }
}
@media (max-width: 450px) {
  .page-intro-img::before {
    width: 23.4666666667vw;
    top: 8vw;
    left: -17.3333333333vw;
  }
}
.page-intro-img::after {
  width: 232.58px;
  bottom: -60px;
  right: -196.58px;
}
@media (max-width: 1200px) {
  .page-intro-img::after {
    right: -6.1538461538vw;
    width: clamp(145px, 19.3333333333vw, 232px);
    bottom: -100px;
  }
}
@media (max-width: 950px) {
  .page-intro-img::after {
    width: 193px;
    right: -130px;
    bottom: -20px;
  }
}
@media (max-width: 660px) {
  .page-intro-img::after {
    width: clamp(122px, 29.2424242424vw, 193px);
    right: -19.696969697vw;
    bottom: -3.0303030303vw;
  }
}
@media (max-width: 450px) {
  .page-intro-img::after {
    width: 32.5333333333vw;
    right: -23.4666666667vw;
    bottom: 0.5333333333vw;
  }
}
.page-intro-img img {
  width: 100%;
  height: auto;
  display: block;
}

.page-intro-img-shadow {
  position: relative;
  z-index: 0;
  display: block;
}
.page-intro-img-shadow::after {
  content: "";
  position: absolute;
  width: 241px;
  height: auto;
  aspect-ratio: 153.47/137.3;
  background: url("../../img/common/page-intro/shadow.svg") no-repeat center center/contain;
  display: none;
  right: -60px;
  bottom: -40px;
  z-index: -1;
}
@media (max-width: 950px) {
  .page-intro-img-shadow::after {
    display: block;
  }
}
@media (max-width: 660px) {
  .page-intro-img-shadow::after {
    width: clamp(153px, 36.5151515152vw, 241px);
    right: -40px;
    bottom: -16px;
  }
}
@media (max-width: 450px) {
  .page-intro-img-shadow::after {
    width: 40.8vw;
    right: -10.6666666667vw;
    bottom: -4.2666666667vw;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.3s ease;
  height: 100px;
}
@media (max-width: 450px) {
  .header {
    height: 18.6666666667vw;
  }
}
.header.is-scrolled {
  background: #fff;
}
.header.is-scrolled .header-logo.header-logo-top {
  margin-top: 0;
}
.header.is-scrolled .header-logo.header-logo-top a img {
  width: 100px;
}
@media (max-width: 450px) {
  .header.is-scrolled .header-logo.header-logo-top a img {
    width: 16.8vw;
  }
}

.header-content {
  padding-right: 30px;
  padding-left: 80px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 980px) {
  .header-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 450px) {
  .header-content {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.header-logo a {
  display: block;
}
.header-logo a img {
  width: 100px;
  height: auto;
  display: block;
  transition: all 0.3s ease;
}
@media (max-width: 450px) {
  .header-logo a img {
    width: 16.8vw;
  }
}
.header-logo.header-logo-top {
  margin-top: 62px;
}
@media (max-width: 600px) {
  .header-logo.header-logo-top {
    margin-top: 30px;
  }
}
@media (max-width: 450px) {
  .header-logo.header-logo-top {
    margin-top: 0;
  }
}
.header-logo.header-logo-top a img {
  width: 140px;
}
@media (max-width: 600px) {
  .header-logo.header-logo-top a img {
    width: 120px;
  }
}
@media (max-width: 450px) {
  .header-logo.header-logo-top a img {
    width: 16.8vw;
  }
}

.header-info {
  margin-left: auto;
  height: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .header-info {
    display: none;
  }
}

.header-nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
}
.header-nav ul li a {
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0;
  position: relative;
}
.header-nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px; /* 文字との距離 */
  width: 100%;
  height: 2px; /* 線の太さ */
  background: #0D70C9;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.header-nav ul li a:hover::after {
  transform: scaleX(1);
}

.header-cta {
  display: flex;
  margin-left: 24px;
  align-items: center;
  height: 100%;
}

.header-contact {
  height: inherit;
  display: flex;
  align-items: center;
  width: 180px;
  justify-content: center;
  border-radius: 10px;
  background: #0D70C9;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
}
.header-contact:hover {
  opacity: 1;
  transition: all 0.3s ease;
  background: #fff;
  color: #0D70C9;
  border: 1px solid #0D70C9;
}

.header-tel {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.header-tel img {
  width: 22px;
  height: auto;
}
.header-tel span {
  font-size: 26px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.02em;
}

.header-line {
  margin-left: 20px;
  height: 30px;
}
.header-line img {
  width: 30px;
  height: auto;
}

.footer {
  padding-top: 100px;
  padding-bottom: 80px;
  padding-right: 120px;
  padding-left: 120px;
}
@media (max-width: 1080px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 450px) {
  .footer {
    padding-top: 11.4666666667vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}

.footer-content {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1180px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 1180px) {
  .footer-info {
    text-align: center;
    margin-top: 40px;
  }
}
@media (max-width: 450px) {
  .footer-info {
    margin-top: 10.6666666667vw;
  }
}

.footer-company {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 450px) {
  .footer-company {
    font-size: 5.8666666667vw;
  }
}

.footer-address {
  margin-top: 30px;
}
@media (max-width: 450px) {
  .footer-address {
    margin-top: 8vw;
  }
}
.footer-address p {
  font-size: 16px;
}
@media (max-width: 450px) {
  .footer-address p {
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 1180px) {
  .footer-address p {
    max-width: fit-content;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer-address p:nth-of-type(1), .footer-address p:nth-of-type(2) {
  line-height: 1.5;
}
.footer-address p:nth-of-type(2) {
  margin-top: 15px;
}
@media (max-width: 450px) {
  .footer-address p:nth-of-type(2) {
    margin-top: 2.6666666667vw;
  }
}
.footer-address p.footer-address-tel, .footer-address p.footer-address-mail {
  position: relative;
  padding-left: 23px;
  line-height: 1;
}
@media (max-width: 450px) {
  .footer-address p.footer-address-tel, .footer-address p.footer-address-mail {
    padding-left: 6.1333333333vw;
  }
}
.footer-address p.footer-address-tel::before, .footer-address p.footer-address-mail::before {
  content: "";
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
}
.footer-address p.footer-address-tel {
  margin-top: 30px;
}
@media (max-width: 450px) {
  .footer-address p.footer-address-tel {
    margin-top: 10.6666666667vw;
  }
}
.footer-address p.footer-address-tel::before {
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../../img/footer/tel.svg") no-repeat center center/contain;
}
@media (max-width: 450px) {
  .footer-address p.footer-address-tel::before {
    width: 4vw;
  }
}
.footer-address p.footer-address-mail {
  margin-top: 8px;
}
@media (max-width: 450px) {
  .footer-address p.footer-address-mail {
    margin-top: 1.6vw;
  }
}
.footer-address p.footer-address-mail::before {
  width: 15px;
  height: auto;
  aspect-ratio: 15/12;
  background: url("../../img/footer/mail.svg") no-repeat center center/contain;
}
@media (max-width: 450px) {
  .footer-address p.footer-address-mail::before {
    width: 4vw;
  }
}

.footer-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
}
@media (max-width: 1180px) {
  .footer-logo {
    position: initial;
    left: initial;
    transform: initial;
  }
}
.footer-logo img {
  width: 165px;
  height: auto;
  display: block;
}
@media (max-width: 450px) {
  .footer-logo img {
    width: 32.2666666667vw;
  }
}

.footer-nav-area {
  display: flex;
}
@media (max-width: 1180px) {
  .footer-nav-area {
    margin-top: 40px;
    flex-direction: column;
  }
}
@media (max-width: 450px) {
  .footer-nav-area {
    margin-top: 9.3333333333vw;
    width: 100%;
  }
}

.footer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
@media (max-width: 1180px) {
  .footer-nav ul {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 46px;
  }
}
@media (max-width: 450px) {
  .footer-nav ul {
    gap: 10.6666666667vw;
  }
}
.footer-nav ul li a {
  position: relative;
  padding-left: 18px;
  font-weight: 500;
}
@media (max-width: 450px) {
  .footer-nav ul li a {
    padding-left: 4.8vw;
    font-size: 4.2666666667vw;
  }
}
.footer-nav ul li a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: auto;
  aspect-ratio: 1/1;
  background: #0D70C9;
  left: 0;
  top: 54%;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media (max-width: 450px) {
  .footer-nav ul li a::before {
    width: 1.6vw;
  }
}

.footer-cta {
  margin-left: 40px;
  max-width: 220px;
}
@media (max-width: 1180px) {
  .footer-cta {
    margin-left: 0;
    margin-top: 40px;
    max-width: 400px;
  }
}
@media (max-width: 450px) {
  .footer-cta {
    margin-top: 9.6vw;
  }
}
.footer-cta a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 450px) {
  .footer-cta a {
    height: 16vw;
    line-height: 16vw;
    font-size: 4vw;
  }
}
.footer-cta a.footer-cta-mail {
  color: #fff;
  background: #0D70C9;
  transition: all 0.3s ease;
}
.footer-cta a.footer-cta-mail:hover {
  opacity: 1;
  transition: all 0.3s ease;
  background: #fff;
  color: #0D70C9;
  border: 1px solid #0D70C9;
}
.footer-cta a.footer-cta-kaunet {
  margin-top: 15px;
  color: #0D70C9;
  background: #fff;
  border: 1px solid #0D70C9;
  position: relative;
  transition: all 0.3s ease;
}
.footer-cta a.footer-cta-kaunet:hover {
  opacity: 1;
  transition: all 0.3s ease;
  background: #0D70C9;
  color: #fff;
}
.footer-cta a.footer-cta-kaunet:hover::after {
  background: url("../../img/footer/kaunet-hover.svg") no-repeat center center/contain;
}
@media (max-width: 450px) {
  .footer-cta a.footer-cta-kaunet {
    margin-top: 4vw;
  }
}
.footer-cta a.footer-cta-kaunet::after {
  content: "";
  position: absolute;
  width: 22px;
  height: auto;
  aspect-ratio: 1/1;
  right: 20px;
  background: url("../../img/footer/kaunet.svg") no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 450px) {
  .footer-cta a.footer-cta-kaunet::after {
    width: 5.8666666667vw;
    right: 8.8vw;
  }
}

.footer-copyright {
  font-size: 12px;
  text-align: right;
  margin-top: 15px;
}
@media (max-width: 1180px) {
  .footer-copyright {
    text-align: center;
  }
}
@media (max-width: 450px) {
  .footer-copyright {
    margin-top: 9.0666666667vw;
    font-size: 3.2vw;
  }
}

.drawer-menu {
  display: none;
  margin-left: auto;
}
@media (max-width: 980px) {
  .drawer-menu {
    display: block;
    right: 20px;
  }
}
@media (max-width: 450px) {
  .drawer-menu {
    top: 2.9333333333vw;
    right: 5.3333333333vw;
  }
}
.drawer-menu img {
  aspect-ratio: 1/1;
  width: 70px;
  display: block;
}
@media (max-width: 450px) {
  .drawer-menu img {
    width: 12.8vw;
  }
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  background: #fff;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
  z-index: 1000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.drawer.is-open {
  transform: translateY(0);
}

.drawer-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #fff;
  display: flex;
  align-items: center;
  padding-left: 80px;
  padding-right: 40px;
  min-height: 100px;
}
@media (max-width: 980px) {
  .drawer-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 450px) {
  .drawer-header {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    min-height: 18.6666666667vw;
  }
}

.drawer-body {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer-logo {
  display: block;
}
.drawer-logo a {
  display: block;
}
.drawer-logo a img {
  width: 100px;
  height: auto;
  display: block;
}
@media (max-width: 450px) {
  .drawer-logo a img {
    width: 16.8vw;
  }
}

.drawer-close {
  margin-left: auto;
  height: 70px;
  display: block;
}
@media (max-width: 450px) {
  .drawer-close {
    height: 12.8vw;
  }
}
.drawer-close img {
  width: 70px;
  height: auto;
  display: block;
}
@media (max-width: 450px) {
  .drawer-close img {
    width: 12.8vw;
  }
}

.drawer-nav ul li a {
  border-bottom: 1px solid #C7C7C7;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 450px) {
  .drawer-nav ul li a {
    padding: 4.2666666667vw 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.drawer-nav ul li a::after {
  content: "";
  position: absolute;
  width: 34px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../../img/drawer/nav-arrow.svg") no-repeat center center/contain;
  right: 20px;
}
@media (max-width: 450px) {
  .drawer-nav ul li a::after {
    width: 9.0666666667vw;
    right: 5.3333333333vw;
  }
}

.drawer-cta {
  margin-top: 40px;
  background: url("../../img/drawer/cta-bg.webp") no-repeat center center/cover;
  border-radius: 20px 20px 0 0;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 80px;
}
@media (max-width: 450px) {
  .drawer-cta {
    padding: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}

.drawer-tel {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 450px) {
  .drawer-tel {
    padding: 5.3333333333vw;
  }
}

.drawer-tel-label {
  font-size: 16px;
  color: #fff;
  background: #0D70C9;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  font-weight: 600;
}
@media (max-width: 450px) {
  .drawer-tel-label {
    font-size: 4.2666666667vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
  }
}

.drawer-tel-link {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}
@media (max-width: 450px) {
  .drawer-tel-link {
    margin-top: 5.3333333333vw;
  }
}
.drawer-tel-link img {
  width: 32px;
  height: auto;
  margin-top: 4px;
}
@media (max-width: 450px) {
  .drawer-tel-link img {
    width: 8.5333333333vw;
    margin-top: 1.0666666667vw;
  }
}
.drawer-tel-link span {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 450px) {
  .drawer-tel-link span {
    font-size: 9.6vw;
  }
}

.drawer-tel-info {
  margin-top: 20px;
}
@media (max-width: 450px) {
  .drawer-tel-info {
    margin-top: 5.3333333333vw;
  }
}
.drawer-tel-info div {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
@media (max-width: 450px) {
  .drawer-tel-info div {
    height: 9.0666666667vw;
    line-height: 9.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
.drawer-tel-info div:nth-of-type(2) {
  margin-top: 6px;
}
@media (max-width: 450px) {
  .drawer-tel-info div:nth-of-type(2) {
    margin-top: 1.6vw;
  }
}
.drawer-tel-note {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 18px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 450px) {
  .drawer-tel-note {
    font-size: 3.4666666667vw;
    margin-top: 4.8vw;
  }
}

.drawer-cta-bottom {
  margin-top: 20px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 450px) {
  .drawer-cta-bottom {
    margin-top: 5.3333333333vw;
    padding: 8vw 5.3333333333vw;
  }
}

.drawer-cta-bottom-label {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #0D70C9;
  max-width: fit-content;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 450px) {
  .drawer-cta-bottom-label {
    font-size: 4.8vw;
  }
}
.drawer-cta-bottom-label::before, .drawer-cta-bottom-label::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 27px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 450px) {
  .drawer-cta-bottom-label::before, .drawer-cta-bottom-label::after {
    width: 3.7333333333vw;
    height: 7.2vw;
  }
}
.drawer-cta-bottom-label::before {
  background: url("../../img/drawer/tel-label-left.svg") no-repeat center center/contain;
  left: -30px;
}
@media (max-width: 450px) {
  .drawer-cta-bottom-label::before {
    left: -8vw;
  }
}
.drawer-cta-bottom-label::after {
  background: url("../../img/drawer/tel-label-right.svg") no-repeat center center/contain;
  right: -30px;
}
@media (max-width: 450px) {
  .drawer-cta-bottom-label::after {
    right: -8vw;
  }
}

.drawer-cta-bottom-link {
  margin-top: 20px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  position: relative;
}
@media (max-width: 450px) {
  .drawer-cta-bottom-link {
    font-size: 4.2666666667vw;
    height: 18.6666666667vw;
  }
}
.drawer-cta-bottom-link::before, .drawer-cta-bottom-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  height: auto;
}
.drawer-cta-bottom-link::before {
  width: 30px;
  left: 16px;
}
@media (max-width: 450px) {
  .drawer-cta-bottom-link::before {
    width: 8vw;
    left: 4.2666666667vw;
  }
}
.drawer-cta-bottom-link::after {
  width: 34px;
  right: 13px;
}
@media (max-width: 450px) {
  .drawer-cta-bottom-link::after {
    width: 9.0666666667vw;
    right: 3.4666666667vw;
  }
}
.drawer-cta-bottom-link.drawer-cta-bottom-link-line {
  background: #00C300;
}
.drawer-cta-bottom-link.drawer-cta-bottom-link-line::before {
  background: url("../../img/drawer/line.svg") no-repeat center center/contain;
}
.drawer-cta-bottom-link.drawer-cta-bottom-link-line::after {
  background: url("../../img/drawer/line-arrow.svg") no-repeat center center/contain;
}
.drawer-cta-bottom-link.drawer-cta-bottom-link-mail {
  background: #0D70C9;
}
.drawer-cta-bottom-link.drawer-cta-bottom-link-mail::before {
  background: url("../../img/drawer/mail.svg") no-repeat center center/contain;
}
.drawer-cta-bottom-link.drawer-cta-bottom-link-mail::after {
  background: url("../../img/drawer/mail-arrow.svg") no-repeat center center/contain;
}

.fv {
  padding-top: 146px;
  padding-bottom: 75px;
}
@media (max-width: 820px) {
  .fv {
    padding-top: 80px;
  }
}
@media (max-width: 450px) {
  .fv {
    padding-top: 6.6666666667vw;
    padding-bottom: 14.4vw;
  }
}

.fv-content {
  padding-left: 80px;
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: 667px;
}
@media (max-width: 980px) {
  .fv-content {
    padding-left: 20px;
  }
}
@media (max-width: 820px) {
  .fv-content {
    height: auto;
  }
}
@media (max-width: 450px) {
  .fv-content {
    padding-left: 5.3333333333vw;
  }
}

.fv-text {
  position: relative;
  z-index: 2;
  width: fit-content;
  top: 30px;
}
@media (max-width: 820px) {
  .fv-text {
    top: 20px;
  }
}
@media (max-width: 450px) {
  .fv-text {
    width: 100%;
    top: 2.9333333333vw;
  }
}
.fv-text::before, .fv-text::after {
  content: "";
  position: absolute;
  aspect-ratio: 147/102;
  height: auto;
  z-index: -1;
  background: url("../../../img/page/top/fv/cloud.svg") no-repeat center center/contain;
  animation: floating-y 1.2s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
.fv-text::before {
  width: 147px;
  top: -200px;
  left: 333px;
}
@media (max-width: 1300px) {
  .fv-text::before {
    width: 132.3px;
  }
}
@media (max-width: 1150px) {
  .fv-text::before {
    width: 117.6px;
    top: -140px;
  }
}
@media (max-width: 1050px) {
  .fv-text::before {
    width: 102.9px;
    top: -140px;
  }
}
@media (max-width: 950px) {
  .fv-text::before {
    left: 250px;
  }
}
@media (max-width: 820px) {
  .fv-text::before {
    top: -85px;
    left: 220px;
  }
}
@media (max-width: 450px) {
  .fv-text::before {
    width: 18.9333333333vw;
    top: -17.3333333333vw;
    left: 40vw;
  }
}
.fv-text::after {
  width: 213px;
  top: -134px;
  right: -283px;
}
@media (max-width: 1300px) {
  .fv-text::after {
    width: 191.7px;
  }
}
@media (max-width: 1150px) {
  .fv-text::after {
    width: 170.4px;
  }
}
@media (max-width: 1050px) {
  .fv-text::after {
    width: 170.4px;
    top: 90px;
    right: -100px;
  }
}
@media (max-width: 820px) {
  .fv-text::after {
    width: 127.8px;
    top: -20px;
    right: -95px;
  }
}
@media (max-width: 450px) {
  .fv-text::after {
    width: 25.0666666667vw;
    top: -6.6666666667vw;
    right: -9.0666666667vw;
  }
}

.fv-copy span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.fv-copy img {
  display: block;
  width: 693px;
  height: auto;
}
@media (max-width: 820px) {
  .fv-copy img {
    width: 450px;
  }
}
@media (max-width: 450px) {
  .fv-copy img {
    width: 83.4666666667vw;
  }
}

.fv-title {
  display: flex;
  flex-direction: column;
  margin-top: 58px;
}
@media (max-width: 820px) {
  .fv-title {
    margin-top: 28px;
  }
}
@media (max-width: 450px) {
  .fv-title {
    margin-top: 7.2vw;
  }
}
.fv-title span {
  font-size: 24px;
  font-weight: 600;
  background: #0D70C9;
  display: inline-block;
  width: fit-content;
  color: #fff;
  line-height: 1.5;
  padding: 8.5px 16px;
  letter-spacing: 0.12em;
}
@media (max-width: 600px) {
  .fv-title span {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .fv-title span {
    font-size: 4.2666666667vw;
    letter-spacing: 0.06em;
    padding: 1.6vw 2.6666666667vw;
  }
}
.fv-title span:nth-of-type(2) {
  margin-top: 10px;
}
@media (max-width: 450px) {
  .fv-title span:nth-of-type(2) {
    margin-top: 1.3333333333vw;
  }
}

.fv-img {
  position: absolute;
  right: -61px;
  z-index: 1;
  bottom: 0;
  margin-top: -10px;
}
@media (min-width: 1441px) {
  .fv-img {
    right: 0;
  }
}
@media (max-width: 820px) {
  .fv-img {
    position: relative;
    margin-top: 18px;
    right: -83px;
  }
}
@media (max-width: 450px) {
  .fv-img {
    right: -10.4vw;
    margin-top: 8vw;
    width: 97.3333333333vw;
  }
}
.fv-img::before {
  content: "";
  position: absolute;
  width: 196px;
  height: auto;
  aspect-ratio: 196/137;
  background: url("../../../img/page/top/fv/cloud.svg") no-repeat center center/contain;
  bottom: 115px;
  left: -180px;
  animation: floating-y 1.2s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
@media (max-width: 1300px) {
  .fv-img::before {
    width: 176.4px;
  }
}
@media (max-width: 1150px) {
  .fv-img::before {
    width: 156.8px;
  }
}
@media (max-width: 1050px) {
  .fv-img::before {
    width: 137.2px;
    bottom: 270px;
  }
}
@media (max-width: 820px) {
  .fv-img::before {
    bottom: initial;
    left: -64px;
    top: 11px;
  }
}
@media (max-width: 450px) {
  .fv-img::before {
    width: 25.8666666667vw;
    left: -10.6666666667vw;
    top: 2.9333333333vw;
  }
}
.fv-img img {
  width: 1000px;
  height: auto;
}
@media (max-width: 1300px) {
  .fv-img img {
    width: 845.1px;
  }
}
@media (max-width: 1150px) {
  .fv-img img {
    width: 751.2px;
  }
}
@media (max-width: 1050px) {
  .fv-img img {
    width: 657.3px;
  }
}
@media (max-width: 450px) {
  .fv-img img {
    width: 100%;
  }
}

.fv-scroll {
  position: absolute;
  left: 60px;
  bottom: 0;
  z-index: 5;
}
@media (max-width: 820px) {
  .fv-scroll {
    left: 20px;
    bottom: -30px;
  }
}
@media (max-width: 450px) {
  .fv-scroll {
    left: 1.8666666667vw;
    bottom: -12.5333333333vw;
  }
}

.scroll-indicator {
  position: relative;
  width: 193px;
  height: auto;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
}
@media (max-width: 820px) {
  .scroll-indicator {
    width: 150px;
  }
}
@media (max-width: 550px) {
  .scroll-indicator {
    width: 130px;
  }
}
@media (max-width: 450px) {
  .scroll-indicator {
    width: 33.3333333333vw;
  }
}

.scroll-indicator-svg {
  width: 100%;
  height: 100%;
  animation: spin 10s linear infinite;
}

.scroll-indicator-text {
  font-size: 6.5px;
  letter-spacing: 0.12em;
  fill: #0b5ed7;
}

.scroll-indicator-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: auto;
}
@media (max-width: 820px) {
  .scroll-indicator-arrow {
    width: 18px;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.home-service {
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 730px) {
  .home-service {
    padding: 0;
  }
}

.home-service-bg {
  background: #EAF6FC;
  padding-top: 140px;
  padding-bottom: 90px;
  border-radius: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 450px) {
  .home-service-bg {
    padding-top: 18.9333333333vw;
    padding-bottom: 16vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}

.home-service-content {
  max-width: 1080px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.home-service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1050px) {
  .home-service-top {
    flex-direction: column;
  }
}

.home-service-copy {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media (max-width: 500px) {
  .home-service-copy {
    font-size: 35px;
  }
}
@media (max-width: 450px) {
  .home-service-copy {
    font-size: 6.9333333333vw;
    line-height: 1.5;
    margin-left: 3.2vw;
  }
}

.home-service-info {
  max-width: 480px;
  width: 100%;
}
@media (max-width: 1050px) {
  .home-service-info {
    max-width: none;
    margin-top: 50px;
  }
}
@media (max-width: 450px) {
  .home-service-info {
    margin-top: 9.8666666667vw;
  }
}

.home-service-text {
  margin-top: 47px;
}
@media (max-width: 450px) {
  .home-service-text {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
}

.home-service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
  gap: 51px;
}
@media (max-width: 830px) {
  .home-service-list {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
@media (max-width: 800px) {
  .home-service-list {
    gap: 30px;
  }
}
@media (max-width: 730px) {
  .home-service-list {
    background: #fff;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "a a" "b c";
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
@media (max-width: 580px) {
  .home-service-list {
    max-width: 400px;
  }
}
@media (max-width: 450px) {
  .home-service-list {
    margin-top: 8.5333333333vw;
    row-gap: 3.4666666667vw;
    column-gap: 0px;
    padding: 8vw 1.3333333333vw;
  }
}
.home-service-list li {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 730px) {
  .home-service-list li {
    align-items: center;
  }
}
@media (max-width: 730px) {
  .home-service-list li:nth-of-type(1) {
    grid-area: a;
  }
  .home-service-list li:nth-of-type(2) {
    grid-area: b;
  }
  .home-service-list li:nth-of-type(3) {
    grid-area: c;
  }
}
.home-service-list li p {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-top: 18px;
}
@media (max-width: 580px) {
  .home-service-list li p {
    letter-spacing: 0.02em;
  }
}
@media (max-width: 450px) {
  .home-service-list li p {
    font-size: 4.2666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.home-service-list li .home-service-img {
  position: relative;
  z-index: 2;
}
.home-service-list li .home-service-img::after {
  content: "";
  position: absolute;
  width: 276px;
  width: clamp(100px, 19.1666666667vw, 276px);
  height: auto;
  aspect-ratio: 276/247;
  background: url("../../../img/page/top/home-service/deco-bg.svg") no-repeat center center/contain;
  bottom: -9px;
  right: -19px;
  z-index: -1;
}
@media (max-width: 900px) {
  .home-service-list li .home-service-img::after {
    right: -8px;
    bottom: -8px;
  }
}
@media (max-width: 450px) {
  .home-service-list li .home-service-img::after {
    width: 26.2773333333vw;
    bottom: -1.9733333333vw;
    right: -1.4666666667vw;
  }
}
.home-service-list li .home-service-img img {
  width: 326px;
  height: auto;
}
@media (max-width: 730px) {
  .home-service-list li .home-service-img img {
    width: 200px;
  }
}
@media (max-width: 580px) {
  .home-service-list li .home-service-img img {
    width: 152px;
  }
}
@media (max-width: 450px) {
  .home-service-list li .home-service-img img {
    width: 36vw;
  }
}

.home-service-btn {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 450px) {
  .home-service-btn {
    margin-top: 8vw;
  }
}

.strong {
  padding-top: 200px;
  padding-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 450px) {
  .strong {
    padding-top: 16vw;
    padding-bottom: 16vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}

.strong-content {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.strong-content::after {
  content: "HORIGUCHI SEICHODO";
  position: absolute;
  font-size: 200px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #EAF6FC;
  z-index: -1;
  left: -213px;
  top: -311px;
  letter-spacing: 0.04em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1;
}

.strong-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 60px;
}
@media (max-width: 450px) {
  .strong-list {
    margin-top: 8vw;
    gap: 5.6vw;
  }
}
.strong-list li {
  border-radius: 20px;
}
.strong-list li:nth-of-type(1) {
  background: #F5F8FA;
}
.strong-list li:nth-of-type(2) {
  background: #EAF2FF;
}
.strong-list li:nth-of-type(3) {
  background: #D0E3FF;
}

.strong-item {
  display: flex;
  gap: 48px;
  padding: 35px 80px;
}
@media (max-width: 900px) {
  .strong-item {
    flex-direction: column-reverse;
    padding: 30px 20px;
    gap: 30px;
  }
}
@media (max-width: 450px) {
  .strong-item {
    gap: 4.8vw;
    padding: 8vw 5.3333333333vw;
    min-height: 121.3333333333vw;
    justify-content: start;
  }
}

.strong-item-info {
  width: 100%;
  margin-top: 23px;
}
@media (max-width: 900px) {
  .strong-item-info {
    max-width: 600px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
  }
}

.strong-item-title {
  display: flex;
  gap: 41px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 450px) {
  .strong-item-title {
    gap: 2.1333333333vw;
  }
}
.strong-item-title p {
  display: flex;
  flex-direction: column;
  align-items: start;
  color: #0D70C9;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 450px) {
  .strong-item-title p {
    font-size: 3.2vw;
    letter-spacing: 0.04em;
  }
}
.strong-item-title p span {
  font-size: 52px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: -3px;
}
@media (max-width: 450px) {
  .strong-item-title p span {
    font-size: 8vw;
  }
}
.strong-item-title h3 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 22px;
  line-height: 1.2;
}
@media (max-width: 450px) {
  .strong-item-title h3 {
    font-size: 5.8666666667vw;
    margin-top: 2.6666666667vw;
    letter-spacing: 0.02em;
  }
}

.strong-item-text {
  margin-top: 30px;
  padding-top: 28px;
  position: relative;
  font-size: 18px;
}
@media (max-width: 450px) {
  .strong-item-text {
    margin-top: 4.2666666667vw;
    padding-top: 4.8vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    letter-spacing: 0.015em;
  }
}
.strong-item-text::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  height: 1px;
  background: #0D70C9;
}

.strong-item-img {
  flex: 0 0 clamp(300px, 31.3888888889vw, 452px);
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .strong-item-img {
    flex: initial;
    width: 100%;
    justify-content: center;
  }
}
.strong-item-img img {
  display: inline-block;
  width: 100%;
}
@media (max-width: 900px) {
  .strong-item-img img {
    max-width: 400px;
  }
}
@media (max-width: 450px) {
  .strong-item-img img {
    max-width: 60.2666666667vw;
  }
}

.home-company {
  padding-top: 138px;
  padding-bottom: 152px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 450px) {
  .home-company {
    padding-top: 0px;
    padding-bottom: 0;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}

.home-company-content {
  max-width: 1080px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 990px) {
  .home-company-content {
    flex-direction: column-reverse;
    max-width: 600px;
  }
}

.home-company-info {
  max-width: 480px;
  width: 100%;
}
@media (max-width: 990px) {
  .home-company-info {
    max-width: none;
  }
}

.home-company-copy {
  margin-top: 60px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media (max-width: 990px) {
  .home-company-copy {
    margin-top: 30px;
  }
}
@media (max-width: 450px) {
  .home-company-copy {
    margin-top: 7.7333333333vw;
    font-size: 6.4vw;
  }
}

.home-company-text {
  margin-top: 30px;
}
@media (max-width: 450px) {
  .home-company-text {
    margin-top: 4.8vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
}

.home-company-btn {
  margin-top: 60px;
}
@media (max-width: 990px) {
  .home-company-btn {
    text-align: center;
  }
}
@media (max-width: 450px) {
  .home-company-btn {
    margin-top: 11.4666666667vw;
  }
}

.home-company-img {
  max-width: 455px;
  width: 100%;
}
@media (max-width: 990px) {
  .home-company-img {
    display: none;
  }
}
.home-company-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.home-company-img-tab {
  display: none;
  margin-top: 40px;
}
@media (max-width: 450px) {
  .home-company-img-tab {
    margin-top: 8.2666666667vw;
  }
}
.home-company-img-tab img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 20px;
}
@media (max-width: 990px) {
  .home-company-img-tab {
    display: block;
  }
}

.faq {
  padding-top: 31px;
  padding-bottom: 165px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 450px) {
  .faq {
    padding-top: 16vw;
    padding-bottom: 21.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}

@media (max-width: 450px) {
  .faq-title {
    align-items: start;
  }
}

.faq-list {
  max-width: 1080px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 66px;
  display: flex;
  flex-direction: column;
  gap: 49px;
}
@media (max-width: 450px) {
  .faq-list {
    margin-top: 8.5333333333vw;
    gap: 8.8vw;
  }
}

.faq-row {
  line-height: 1.5;
}
.faq-row dt,
.faq-row dd {
  position: relative;
}
.faq-row dt::before,
.faq-row dd::before {
  content: "";
  position: absolute;
  width: 46px;
  height: auto;
  aspect-ratio: 1/1;
  left: 20px;
}
@media (max-width: 450px) {
  .faq-row dt::before,
  .faq-row dd::before {
    left: 0;
    width: 8vw;
  }
}
.faq-row dt {
  font-size: 18px;
  font-weight: 600;
  padding-right: 40px;
  padding-left: 80px;
}
@media (max-width: 450px) {
  .faq-row dt {
    font-size: 4.5333333333vw;
    padding-right: 0;
    letter-spacing: 0.02em;
    padding-left: 11.2vw;
  }
}
.faq-row dt::before {
  background: url("../../../img/page/top/faq/faq-q.svg") no-repeat center center/contain;
  top: -10px;
}
@media (max-width: 450px) {
  .faq-row dt::before {
    top: 0;
  }
}
.faq-row dd {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 80px;
  padding-right: 40px;
  background: #EAF6FC;
  border-radius: 10px;
  margin-top: 28px;
}
@media (max-width: 450px) {
  .faq-row dd {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 4.2666666667vw;
    padding-left: 15.4666666667vw;
    font-size: 4.2666666667vw;
    margin-top: 4.5333333333vw;
  }
}
.faq-row dd::before {
  background: url("../../../img/page/top/faq/faq-a.svg") no-repeat center center/contain;
  top: 20px;
}
@media (max-width: 450px) {
  .faq-row dd::before {
    left: 4.2666666667vw;
  }
}

.philosophy {
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 450px) {
  .philosophy {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}

.philosophy-content {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.philosophy-area {
  background: #EAF6FC;
  border-radius: 20px;
  padding-right: 60px;
  padding-left: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1000px) {
  .philosophy-area {
    padding: 95px 20px;
  }
}
@media (max-width: 450px) {
  .philosophy-area {
    padding: 20.8vw 5.3333333333vw;
  }
}

.philosophy-title {
  text-align: center;
  line-height: 1;
}
.philosophy-title p {
  font-size: 48px;
  font-weight: 600;
  background: linear-gradient(90deg, #0D70C9 0%, #004097 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.08em;
}
@media (max-width: 450px) {
  .philosophy-title p {
    font-size: 8.5333333333vw;
  }
}
.philosophy-title h2, .philosophy-title h3 {
  margin-top: 7px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #0D70C9;
  font-size: 20px;
}
@media (max-width: 450px) {
  .philosophy-title h2, .philosophy-title h3 {
    font-size: 3.7333333333vw;
  }
}

.philosophy-area-lead {
  text-align: center;
  margin-top: 65px;
  margin-right: 24px;
}
@media (max-width: 630px) {
  .philosophy-area-lead {
    margin-right: 0;
    margin-top: 50px;
  }
}
@media (max-width: 450px) {
  .philosophy-area-lead {
    margin-top: 7.2vw;
  }
}
.philosophy-area-lead span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.philosophy-area-lead img {
  width: 526px;
  height: auto;
  display: inline-block;
}
@media (max-width: 630px) {
  .philosophy-area-lead img {
    width: 61.3333333333vw;
  }
}

.philosophy-list {
  margin-top: 54px;
  border-radius: 20px;
  background: #EAF2FF;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1000px) {
  .philosophy-list {
    padding: 60px 20px;
  }
}
@media (max-width: 450px) {
  .philosophy-list {
    margin-top: 4.2666666667vw;
    padding: 5.3333333333vw;
    gap: 4.5333333333vw;
  }
}

.philosophy-item {
  background: #fff;
  padding: 79px 20px;
  border-radius: 20px;
}
@media (max-width: 450px) {
  .philosophy-item {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .philosophy-item.philosophy-item-values {
    padding-bottom: 0;
  }
}

.philosophy-item-lead {
  margin-top: 50px;
  max-width: fit-content;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media (max-width: 450px) {
  .philosophy-item-lead {
    margin-top: 8vw;
    font-size: 5.3333333333vw;
    text-align: center;
  }
}

.philosophy-item-text {
  margin-top: 18px;
  max-width: fit-content;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5;
  font-size: 18px;
}
@media (max-width: 450px) {
  .philosophy-item-text {
    line-height: 1.7;
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.philosophy-values-list {
  margin-top: 66px;
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1000px) {
  .philosophy-values-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 70px;
  }
}
@media (max-width: 500px) {
  .philosophy-values-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 450px) {
  .philosophy-values-list {
    margin-top: 8vw;
    gap: 10.6666666667vw;
  }
}

.philosophy-values-item {
  position: relative;
  text-align: center;
}
.philosophy-values-item:last-of-type::after {
  display: none;
}
@media (max-width: 1000px) {
  .philosophy-values-item:nth-of-type(2)::after {
    display: none;
  }
}
@media (max-width: 1000px) and (max-width: 500px) {
  .philosophy-values-item:nth-of-type(2)::after {
    display: block;
  }
}
@media (max-width: 1000px) {
  .philosophy-values-item:nth-of-type(1)::before, .philosophy-values-item:nth-of-type(2)::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #EDEDED;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1000px) and (max-width: 500px) {
  .philosophy-values-item:nth-of-type(1)::before, .philosophy-values-item:nth-of-type(2)::before {
    display: none;
  }
}
@media (max-width: 1000px) and (max-width: 450px) {
  .philosophy-values-item:nth-of-type(1)::before, .philosophy-values-item:nth-of-type(2)::before {
    bottom: -9.3333333333vw;
  }
}
.philosophy-values-item:after {
  content: "";
  position: absolute;
  height: 200px;
  width: 1px;
  background: #EDEDED;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .philosophy-values-item:after {
    width: 100%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    top: initial;
  }
}
@media (max-width: 450px) {
  .philosophy-values-item:after {
    bottom: -5.3333333333vw;
  }
}

.philosophy-values-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 450px) {
  .philosophy-values-title {
    font-size: 4.8vw;
  }
}

.philosophy-values-icon {
  margin-top: 10px;
}
.philosophy-values-icon img {
  width: 90px;
  height: auto;
}
@media (max-width: 450px) {
  .philosophy-values-icon img {
    width: 16vw;
  }
}

.philosophy-values-text {
  line-height: 1.5;
  display: flex;
  align-items: center;
  height: 48px;
  justify-content: center;
}
@media (max-width: 450px) {
  .philosophy-values-text {
    font-size: 4.2666666667vw;
    align-items: start;
  }
}

.message {
  padding-top: 145px;
  padding-bottom: 140px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 450px) {
  .message {
    padding-top: 10.4vw;
    padding-bottom: 13.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}

.message-content {
  max-width: 1080px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
  justify-content: start;
  gap: 105px;
}
@media (max-width: 990px) {
  .message-content {
    flex-direction: column-reverse;
    max-width: 600px;
  }
}

.message-info {
  max-width: 520px;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 990px) {
  .message-info {
    max-width: none;
  }
}

.message-text {
  margin-top: 54px;
}
@media (max-width: 450px) {
  .message-text {
    margin-top: 8.8vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
}

.message-sign {
  margin-top: 50px;
  font-weight: 600;
}
@media (max-width: 450px) {
  .message-sign {
    margin-top: 4.8vw;
  }
}

.message-position {
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 450px) {
  .message-position {
    font-size: 3.7333333333vw;
  }
}

.message-name {
  line-height: 1;
}
@media (max-width: 450px) {
  .message-name {
    font-size: 4.2666666667vw;
  }
}

.message-img {
  max-width: 455px;
  width: 100%;
}
@media (max-width: 990px) {
  .message-img {
    display: none;
  }
}
.message-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.message-img-tab {
  display: none;
}
@media (max-width: 990px) {
  .message-img-tab {
    display: block;
    margin-top: 40px;
  }
  .message-img-tab img {
    width: 100%;
    display: block;
    height: auto;
    border-radius: 20px;
  }
}
@media (max-width: 450px) {
  .message-img-tab {
    margin-top: 8vw;
  }
}

.information {
  margin-right: 40px;
  margin-left: 40px;
  background: #F5F8FA;
  padding: 140px 20px;
  display: flex;
  border-radius: 20px;
}
@media (max-width: 1030px) {
  .information {
    margin: 0;
  }
}
@media (max-width: 450px) {
  .information {
    padding-top: 16vw;
    padding-bottom: 16vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}

.information-content {
  max-width: 1080px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  gap: clamp(50px, 7.2222222222vw, 104px);
}
@media (max-width: 1030px) {
  .information-content {
    flex-direction: column;
    max-width: 600px;
    gap: 0;
  }
}

.information-intro {
  max-width: clamp(400px, 33.125vw, 477px);
  width: 100%;
}
@media (max-width: 1030px) {
  .information-intro {
    max-width: none;
  }
}

.information-map {
  margin-top: 94px;
  width: 100%;
  aspect-ratio: 477/568;
}
@media (max-width: 1030px) {
  .information-map {
    aspect-ratio: 335/223;
  }
}
@media (max-width: 450px) {
  .information-map {
    margin-top: 8.5333333333vw;
  }
}
.information-map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1030px) {
  .information-list {
    margin-top: 40px;
  }
}
@media (max-width: 450px) {
  .information-list {
    margin-top: 4.2666666667vw;
  }
}

.information-row {
  display: flex;
  line-height: 1.5;
  padding-top: 27px;
  padding-bottom: 25px;
  position: relative;
}
@media (max-width: 450px) {
  .information-row {
    padding-top: 4.5333333333vw;
    padding-bottom: 4.5333333333vw;
  }
}
.information-row::before, .information-row::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.information-row::before {
  width: 100%;
  height: 1px;
  background: #DDE3E7;
}
.information-row::after {
  width: 14%;
  left: 0;
  height: 2px;
  background: #9BCAEB;
}
@media (max-width: 450px) {
  .information-row::after {
    width: 20vw;
  }
}
.information-row:first-of-type {
  padding-top: 0;
}
.information-row dt {
  font-weight: 600;
  flex: 0 0 120px;
}
@media (max-width: 450px) {
  .information-row dt {
    flex: 0 0 24.2666666667vw;
    letter-spacing: 0.02em;
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 450px) {
  .information-row dd {
    letter-spacing: 0.02em;
    font-size: 4.2666666667vw;
  }
}
.information-row dd span {
  line-height: 1.3;
  display: block;
}
.information-row dd span:nth-of-type(2) {
  margin-top: 15px;
}
@media (max-width: 450px) {
  .information-row dd span:nth-of-type(2) {
    margin-top: 2.6666666667vw;
  }
}
.information-row dd ul li {
  line-height: 1.7;
}
@media (max-width: 450px) {
  .information-row dd ul li {
    line-height: 1.5;
  }
}

.history {
  padding-top: 136px;
  padding-bottom: 160px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 450px) {
  .history {
    padding-top: 16.5333333333vw;
    padding-bottom: 21.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}

@media (max-width: 450px) {
  .history-title .common-title-en,
  .history-title .common-title-jp {
    text-align: left;
  }
}

.history-list {
  max-width: 850px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 44px;
  position: relative;
}
@media (max-width: 450px) {
  .history-list {
    padding-left: 8.5333333333vw;
    gap: 9.0666666667vw;
    margin-top: 15.4666666667vw;
  }
}
.history-list::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #9BCAEB;
  top: 5px;
  left: 10px;
}
@media (max-width: 450px) {
  .history-list::before {
    left: 2.4vw;
  }
}

.history-year {
  position: relative;
  line-height: 1;
}
.history-year::after {
  content: "";
  position: absolute;
  width: 21.32px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../../../img/page/company/history/dot.svg") no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  left: -43px;
}
@media (max-width: 450px) {
  .history-year::after {
    width: 4.8vw;
    left: -8.2666666667vw;
  }
}
.history-year time {
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 450px) {
  .history-year time {
    font-size: 4.8vw;
    letter-spacing: 0.02em;
  }
}

.history-text {
  margin-top: 20px;
  padding: 24px 30px;
  border-radius: 10px;
  background: #EAF6FC;
  min-height: 96px;
  display: flex;
  align-items: center;
}
@media (max-width: 450px) {
  .history-text {
    margin-top: 4.2666666667vw;
    padding: 5.3333333333vw;
    margin-top: 5.6vw;
    min-height: 17.0666666667vw;
  }
}
.history-text p {
  line-height: 1.5;
}
@media (max-width: 450px) {
  .history-text p {
    font-size: 4.2666666667vw;
  }
}

.service {
  padding-bottom: 140px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 450px) {
  .service {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-top: 3.4666666667vw;
    padding-bottom: 23.7333333333vw;
  }
}

.service-content {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.service-list {
  margin-top: 37px;
  display: flex;
  flex-direction: column;
  gap: 134px;
}
@media (max-width: 950px) {
  .service-list {
    gap: 100px;
  }
}
@media (max-width: 450px) {
  .service-list {
    gap: 14.6666666667vw;
    margin-top: 7.7333333333vw;
  }
}

.service-card {
  border-radius: 20px;
  padding: 80px 20px;
  background: #F5F8FA;
}
@media (max-width: 950px) {
  .service-card {
    padding: 40px 20px;
  }
}
@media (max-width: 450px) {
  .service-card {
    padding: 5.3333333333vw;
  }
}

.service-card-content {
  max-width: 1040px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  gap: 59px;
}
@media (max-width: 950px) {
  .service-card-content {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
@media (max-width: 450px) {
  .service-card-content {
    gap: 3.2vw;
  }
}

.service-card-info {
  max-width: 635px;
  width: 100%;
}
@media (max-width: 950px) {
  .service-card-info {
    max-width: none;
  }
}

.service-card-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #0D70C9;
}
@media (max-width: 450px) {
  .service-card-title {
    font-size: 5.8666666667vw;
    letter-spacing: 0.02em;
  }
}

.service-card-text {
  margin-top: 30px;
  font-weight: 500;
}
@media (max-width: 450px) {
  .service-card-text {
    margin-top: 5.3333333333vw;
    letter-spacing: 0.02em;
    line-height: 1.8;
    font-size: 4.2666666667vw;
  }
}

.service-card-item {
  margin-top: 40px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  line-height: 1.7;
  min-height: 144px;
  font-size: 15px;
}
@media (max-width: 450px) {
  .service-card-item {
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw;
    min-height: initial;
    font-size: 4vw;
    letter-spacing: 0.02em;
  }
}

.service-card-img {
  margin-top: 12px;
}
@media (max-width: 950px) {
  .service-card-img {
    text-align: center;
    margin-top: 0;
  }
}
.service-card-img img {
  width: 326px;
  height: auto;
  display: block;
}
@media (max-width: 950px) {
  .service-card-img img {
    display: inline-block;
    width: 250px;
  }
}
@media (max-width: 450px) {
  .service-card-img img {
    width: 53.3333333333vw;
  }
}

.service-maker-nav {
  margin-top: 60px;
}
@media (max-width: 450px) {
  .service-maker-nav {
    margin-top: 8.8vw;
  }
}

.service-maker-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 450px) {
  .service-maker-title {
    font-size: 4.8vw;
  }
}

.service-maker-list {
  margin-top: 18px;
  padding-top: 6px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 450px) {
  .service-maker-list {
    column-gap: 2.9333333333vw;
    row-gap: 4vw;
  }
}
.service-maker-list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #C7C7C7;
  top: 0;
}
@media (max-width: 450px) {
  .service-maker-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
}
.service-maker-list li a {
  display: block;
}
.service-maker-list li a img {
  display: block;
  width: 200px;
  height: auto;
  aspect-ratio: 200/92;
}
@media (max-width: 950px) {
  .service-maker-list li a img {
    width: 180px;
  }
}
@media (max-width: 450px) {
  .service-maker-list li a img {
    width: 43.2vw;
    aspect-ratio: 162/55;
  }
}

.service-maker-other {
  margin-top: 37px;
}
@media (max-width: 450px) {
  .service-maker-other {
    margin-top: 6.6666666667vw;
  }
}

.service-maker-other-title {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 450px) {
  .service-maker-other-title {
    font-size: 4.8vw;
  }
}

.service-maker-other-list {
  margin-top: 13px;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
}
.service-maker-other-list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #C7C7C7;
  top: 0;
}
@media (max-width: 450px) {
  .service-maker-other-list {
    margin-top: 4vw;
    padding-top: 4.5333333333vw;
    gap: 1.8666666667vw;
    flex-direction: column;
  }
}
.service-maker-other-list li a {
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media (max-width: 450px) {
  .service-maker-other-list li a {
    font-size: 4.8vw;
  }
}
.service-maker-other-list li a:hover {
  opacity: 1;
  transition: all 0.3s ease;
  color: #0D70C9;
}

.kaunet {
  padding-top: 0;
  padding-bottom: 160px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 450px) {
  .kaunet {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 16vw;
  }
}

.kaunet-content {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  gap: 145px;
  align-items: center;
}
@media (max-width: 950px) {
  .kaunet-content {
    justify-content: center;
  }
}

.kaunet-info {
  max-width: 603px;
  width: 100%;
}
@media (max-width: 950px) {
  .kaunet-info {
    max-width: none;
  }
}

.kaunet-title {
  letter-spacing: 0;
}

.kaunet-text {
  margin-top: 45px;
}
@media (max-width: 450px) {
  .kaunet-text {
    margin-top: 9.8666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
}

.kaunet-link {
  margin-top: 48px;
  max-width: 295px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 10px;
  background: #0D70C9;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
}
.kaunet-link:hover {
  opacity: 1;
  transition: all 0.3s ease;
  background: #fff;
  color: #0D70C9;
  border: 1px solid #0D70C9;
}
.kaunet-link:hover::after {
  background: url("../../../img/page/service/kaunet/icon-hover.svg") no-repeat center center/contain;
}
@media (max-width: 450px) {
  .kaunet-link {
    max-width: none;
    margin-top: 8vw;
    height: 18.6666666667vw;
    line-height: 18.6666666667vw;
    font-size: 4.8vw;
    letter-spacing: 0.02em;
  }
}
.kaunet-link::after {
  content: "";
  position: absolute;
  width: 20px;
  height: auto;
  aspect-ratio: 20/16;
  background: url("../../../img/page/service/kaunet/icon.svg") no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
}
@media (max-width: 450px) {
  .kaunet-link::after {
    width: 5.3333333333vw;
    right: 8vw;
  }
}

@media (max-width: 950px) {
  .kaunet-img {
    display: none;
  }
}
.kaunet-img img {
  width: 410px;
  height: auto;
  display: block;
  min-width: 300px;
}

.kaunet-img-tab {
  display: none;
  margin-top: 40px;
}
@media (max-width: 950px) {
  .kaunet-img-tab {
    display: block;
  }
}
@media (max-width: 450px) {
  .kaunet-img-tab {
    text-align: center;
  }
}
.kaunet-img-tab img {
  width: 300px;
  height: auto;
  display: block;
}
@media (max-width: 450px) {
  .kaunet-img-tab img {
    width: 76.8vw;
    display: inline-block;
  }
}

.contact-cta {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 35px;
}
@media (max-width: 450px) {
  .contact-cta {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-top: 0;
  }
}

.contact-cta-content {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #EAF6FC;
  padding: 60px;
  border-radius: 20px;
}
@media (max-width: 1000px) {
  .contact-cta-content {
    padding: 60px 20px;
  }
}
@media (max-width: 450px) {
  .contact-cta-content {
    padding: 5.3333333333vw;
    padding-bottom: 8vw;
  }
}

.contact-cta-tel {
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px;
}
@media (max-width: 450px) {
  .contact-cta-tel {
    padding: 5.3333333333vw 5.3333333333vw;
    padding-bottom: 8vw;
  }
}

.contact-cta-tel-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 450px) {
  .contact-cta-tel-title {
    letter-spacing: 0.02em;
    font-size: 5.8666666667vw;
  }
}

.contact-cta-tel-link {
  line-height: 1;
  margin-top: 30px;
  max-width: fit-content;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 56px;
  display: block;
  font-family: "Outfit", sans-serif;
  padding-left: 60px;
  color: #0D70C9;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.07em;
}
@media (max-width: 620px) {
  .contact-cta-tel-link {
    font-size: 8.3870967742vw;
    padding-left: 9.6774193548vw;
  }
}
@media (max-width: 450px) {
  .contact-cta-tel-link {
    font-size: 8.2666666667vw;
    letter-spacing: 0.05em;
    padding-left: 6.1333333333vw;
    margin-top: 6.1333333333vw;
  }
}
.contact-cta-tel-link::before {
  content: "";
  position: absolute;
  width: 47px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../../../img/page/contact/contact-cta/tel.svg") no-repeat center center/contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 620px) {
  .contact-cta-tel-link::before {
    width: 7.5806451613vw;
  }
}
@media (max-width: 450px) {
  .contact-cta-tel-link::before {
    width: 6.4vw;
  }
}

.contact-cta-tel-meta {
  margin-top: 24px;
  line-height: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 570px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  gap: 10px;
}
@media (max-width: 580px) {
  .contact-cta-tel-meta {
    flex-direction: column;
    display: flex;
  }
}
@media (max-width: 450px) {
  .contact-cta-tel-meta {
    margin-top: 5.3333333333vw;
    gap: 1.0666666667vw;
  }
}
.contact-cta-tel-meta div {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E2E2E2;
  padding: 12px;
  border-radius: 5px;
  font-size: 15px;
}
@media (max-width: 450px) {
  .contact-cta-tel-meta div {
    padding: 2.4vw;
    font-size: 3.7333333333vw;
  }
}
.contact-cta-tel-note {
  line-height: 1.5;
  max-width: fit-content;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #8F8F8F;
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
@media (max-width: 450px) {
  .contact-cta-tel-note {
    font-size: 3.4666666667vw;
    line-height: 1.3;
    margin-top: 6.6666666667vw;
    margin-left: 0.8vw;
  }
}

.contact-cta-line {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 450px) {
  .contact-cta-line {
    margin-top: 8vw;
  }
}

.contact-cta-line-label {
  font-size: 18px;
  color: #0D70C9;
  line-height: 1;
  font-weight: 600;
  max-width: fit-content;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (max-width: 450px) {
  .contact-cta-line-label {
    font-size: 4.8vw;
  }
}
.contact-cta-line-label::before, .contact-cta-line-label::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 27px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 450px) {
  .contact-cta-line-label::before, .contact-cta-line-label::after {
    width: 3.7333333333vw;
    height: 7.2vw;
  }
}
.contact-cta-line-label::before {
  background: url("../../../img/page/contact/contact-cta/line-label-left.svg") no-repeat center center/contain;
  left: -30px;
}
@media (max-width: 450px) {
  .contact-cta-line-label::before {
    left: -8vw;
  }
}
.contact-cta-line-label::after {
  background: url("../../../img/page/contact/contact-cta/line-label-right.svg") no-repeat center center/contain;
  right: -30px;
}
@media (max-width: 450px) {
  .contact-cta-line-label::after {
    right: -8vw;
  }
}

.contact-cta-line-link {
  margin-top: 15px;
  max-width: 400px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #00C300;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
}
.contact-cta-line-link:hover {
  opacity: 1;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid #00C300;
  color: #00C300;
}
.contact-cta-line-link:hover::after {
  background: url("../../../img/page/contact/contact-cta/line-arrow-hover.svg") no-repeat center center/contain;
}
@media (max-width: 450px) {
  .contact-cta-line-link {
    margin-top: 7.2vw;
    height: 18.6666666667vw;
    line-height: 18.6666666667vw;
    letter-spacing: 0.02em;
    font-size: 4.2666666667vw;
  }
}
.contact-cta-line-link::before, .contact-cta-line-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
}
.contact-cta-line-link::before {
  width: 40px;
  height: auto;
  left: 40px;
  background: url("../../../img/page/contact/contact-cta/line.svg") no-repeat center center/contain;
}
@media (max-width: 540px) {
  .contact-cta-line-link::before {
    width: 30px;
    left: 16px;
  }
}
@media (max-width: 450px) {
  .contact-cta-line-link::before {
    width: 8vw;
    left: 4.2666666667vw;
  }
}
.contact-cta-line-link::after {
  width: 34px;
  height: auto;
  right: 30px;
  background: url("../../../img/page/contact/contact-cta/line-arrow.svg") no-repeat center center/contain;
}
@media (max-width: 540px) {
  .contact-cta-line-link::after {
    right: 16px;
  }
}
@media (max-width: 450px) {
  .contact-cta-line-link::after {
    width: 9.0666666667vw;
  }
}

.mail {
  padding-top: 140px;
  padding-bottom: 54px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 450px) {
  .mail {
    padding-top: 14.6666666667vw;
    padding-bottom: 21.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}

.mail-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 450px) {
  .mail-title {
    font-size: 5.8666666667vw;
  }
}

.mail-form {
  margin-top: 63px;
  max-width: 750px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 450px) {
  .mail-form {
    margin-top: 5.0666666667vw;
  }
}

.mail-form-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 450px) {
  .mail-form-content {
    gap: 4.2666666667vw;
  }
}

.mail-form-row {
  display: flex;
}
.mail-form-row.mail-form-row-center {
  align-items: center;
}
@media (max-width: 750px) {
  .mail-form-row.mail-form-row-center {
    align-items: start;
  }
}
@media (max-width: 750px) {
  .mail-form-row {
    flex-direction: column;
  }
}
.mail-form-row.mail-form-row-required dt {
  position: relative;
}
.mail-form-row.mail-form-row-required dt::after {
  content: "必須";
  position: absolute;
  font-size: 12px;
  color: #E77051;
  line-height: 1;
  padding: 4px;
  border-radius: 3px;
  border: 1px solid #E77051;
  top: 10px;
  right: 40px;
}
@media (max-width: 750px) {
  .mail-form-row.mail-form-row-required dt::after {
    right: -50px;
    top: 8px;
  }
}
@media (max-width: 450px) {
  .mail-form-row.mail-form-row-required dt::after {
    top: 2.1333333333vw;
    right: -13.3333333333vw;
    padding: 1.0666666667vw;
    font-size: 2.6666666667vw;
  }
}
.mail-form-row dt {
  flex: 0 0 250px;
}
@media (max-width: 750px) {
  .mail-form-row dt {
    flex: initial;
    width: fit-content;
  }
}
.mail-form-row dt label {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 450px) {
  .mail-form-row dt label {
    font-size: 4.2666666667vw;
  }
}
.mail-form-row dd {
  line-height: 1.4;
  width: 100%;
}
@media (max-width: 750px) {
  .mail-form-row dd {
    margin-top: 5px;
  }
}
.mail-form-row dd input,
.mail-form-row dd textarea,
.mail-form-row dd select {
  border: 1px solid #C7C7C7;
  padding: 10px;
}
@media (max-width: 450px) {
  .mail-form-row dd input,
  .mail-form-row dd textarea,
  .mail-form-row dd select {
    padding: 2.6666666667vw;
  }
}
.mail-form-row dd input,
.mail-form-row dd select {
  width: 100%;
  height: 50px;
}
@media (max-width: 450px) {
  .mail-form-row dd input,
  .mail-form-row dd select {
    height: 13.3333333333vw;
  }
}
.mail-form-row dd.mail-form-select {
  position: relative;
}
.mail-form-row dd.mail-form-select::before {
  content: "";
  position: absolute;
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../../img/page/contact/mail/select-arrow.svg") no-repeat center center/contain;
}
@media (max-width: 450px) {
  .mail-form-row dd.mail-form-select::before {
    width: 4.2666666667vw;
    right: 5.0666666667vw;
  }
}
.mail-form-row dd.mail-form-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.mail-form-row dd .mail-form-tel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 439px;
}
@media (max-width: 450px) {
  .mail-form-row dd .mail-form-tel {
    gap: 8.5333333333vw;
  }
}
.mail-form-row dd .mail-form-tel .tel-field:not(:first-of-type) {
  position: relative;
}
.mail-form-row dd .mail-form-tel .tel-field:not(:first-of-type):before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #C7C7C7;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}
@media (max-width: 450px) {
  .mail-form-row dd .mail-form-tel .tel-field:not(:first-of-type):before {
    width: 5.3333333333vw;
    left: -6.6666666667vw;
  }
}
.mail-form-row dd .mail-form-tel .tel-field input {
  text-align: center;
}
.mail-form-row dd .address-zip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 282px;
}
@media (max-width: 450px) {
  .mail-form-row dd .address-zip {
    gap: 8.5333333333vw;
  }
}
.mail-form-row dd .address-zip .zip-field.zip-field-icon {
  position: relative;
}
.mail-form-row dd .address-zip .zip-field.zip-field-icon::before {
  content: "〒";
  position: absolute;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  color: #C7C7C7;
}
@media (max-width: 450px) {
  .mail-form-row dd .address-zip .zip-field.zip-field-icon::before {
    font-size: 4.2666666667vw;
  }
}
.mail-form-row dd .address-zip .zip-field:not(:first-of-type) {
  position: relative;
}
.mail-form-row dd .address-zip .zip-field:not(:first-of-type):before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #C7C7C7;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}
@media (max-width: 450px) {
  .mail-form-row dd .address-zip .zip-field:not(:first-of-type):before {
    width: 5.3333333333vw;
    left: -6.6666666667vw;
  }
}
.mail-form-row dd .address-zip .zip-field input {
  text-align: center;
}
.mail-form-row dd .address-zip + input {
  margin-top: 12px;
}
.mail-form-row dd textarea {
  width: 100%;
  height: 203px;
}
@media (max-width: 450px) {
  .mail-form-row dd textarea {
    height: 53.3333333333vw;
  }
}

.mail-privacy {
  margin-top: 75px;
  line-height: 1.4;
}
@media (max-width: 450px) {
  .mail-privacy {
    margin-top: 14.6666666667vw;
  }
}

.mail-privacy-box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  padding: 24px;
  overflow-y: auto;
  height: 276px;
  border: 1px solid #C7C7C7;
}
@media (max-width: 450px) {
  .mail-privacy-box {
    padding: 5.3333333333vw;
    padding-top: 8.8vw;
    height: 93.6vw;
  }
}

.mail-privacy-title {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 450px) {
  .mail-privacy-title {
    font-size: 5.3333333333vw;
  }
}

.mail-privacy-top-text {
  margin-top: 20px;
  font-size: 15px;
}
@media (max-width: 450px) {
  .mail-privacy-top-text {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.mail-privacy-block {
  margin-top: 40px;
}
@media (max-width: 450px) {
  .mail-privacy-block {
    margin-top: 10.6666666667vw;
  }
}
.mail-privacy-block h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 450px) {
  .mail-privacy-block h4 {
    margin-top: 1.3333333333vw;
    font-size: 4.8vw;
  }
}
.mail-privacy-block p {
  font-size: 15px;
}
@media (max-width: 450px) {
  .mail-privacy-block p {
    font-size: 3.7333333333vw;
  }
}
.mail-privacy-block > ol {
  margin-left: 30px;
}
@media (max-width: 450px) {
  .mail-privacy-block > ol {
    margin-left: 6.6666666667vw;
  }
}
.mail-privacy-block > ol li {
  margin-top: 10px;
}
@media (max-width: 450px) {
  .mail-privacy-block > ol li {
    margin-top: 2.6666666667vw;
  }
}
.mail-privacy-block > ol li > ol {
  margin-left: 30px;
}
@media (max-width: 450px) {
  .mail-privacy-block > ol li > ol {
    margin-left: 6.6666666667vw;
  }
}
.mail-privacy-block ol {
  list-style-type: decimal;
}
.mail-privacy-block ol li {
  font-size: 15px;
}
@media (max-width: 450px) {
  .mail-privacy-block ol li {
    font-size: 3.7333333333vw;
  }
}
.mail-privacy-block address {
  margin-top: 20px;
  font-size: 15px;
}
@media (max-width: 450px) {
  .mail-privacy-block address {
    margin-top: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.mail-privacy-btn {
  margin-top: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
@media (max-width: 450px) {
  .mail-privacy-btn {
    gap: 8px;
    margin-top: 10.6666666667vw;
  }
}
.mail-privacy-btn input {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  border: 2px solid #000;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
}
@media (max-width: 450px) {
  .mail-privacy-btn input {
    margin-top: -5.3333333333vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}
.mail-privacy-btn input:before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: auto;
  aspect-ratio: 9/8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 450px) {
  .mail-privacy-btn input:before {
    width: 3.4666666667vw;
  }
}
.mail-privacy-btn input:checked:before {
  background: url("../../../img/page/contact/mail/check.svg") no-repeat center center/contain;
}
.mail-privacy-btn label {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 450px) {
  .mail-privacy-btn label {
    text-align: center;
    font-size: 4.2666666667vw;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
}

.mail-btn {
  margin-right: auto;
  margin-left: auto;
  margin-top: 56px;
  display: block;
  box-sizing: border-box;
}
@media (max-width: 450px) {
  .mail-btn {
    margin-top: 12.5333333333vw;
  }
}

.confirm {
  padding-top: 130px;
  padding-bottom: 200px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 450px) {
  .confirm {
    padding-top: 10.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
}

.confirm-title {
  line-height: 1.5;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 450px) {
  .confirm-title {
    font-size: 5.8666666667vw;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
  }
}

.confirm-note {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 450px) {
  .confirm-note {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.confirm-content {
  max-width: 837px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 72px;
}
@media (max-width: 450px) {
  .confirm-content {
    margin-top: 10.6666666667vw;
    gap: 10.6666666667vw;
  }
}
.confirm-content tbody {
  display: flex;
  flex-direction: column;
  gap: 43px;
  font-size: 18px;
}
@media (max-width: 450px) {
  .confirm-content tbody {
    font-size: 4.2666666667vw;
    gap: 9.0666666667vw;
  }
}
.confirm-content tbody tr {
  display: flex;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .confirm-content tbody tr {
    flex-direction: column;
  }
}
.confirm-content tbody tr th {
  flex: 0 0 250px;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 750px) {
  .confirm-content tbody tr th {
    flex: initial;
    width: fit-content;
  }
}
@media (max-width: 450px) {
  .confirm-content tbody tr th {
    font-size: 4.2666666667vw;
  }
}
.confirm-content tbody tr td {
  line-height: 1.4;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .confirm-content tbody tr td {
    margin-top: 10px;
  }
}
@media (max-width: 450px) {
  .confirm-content tbody tr td {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.confirm-btn {
  margin-top: 100px;
  max-width: 633px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 43px;
}
@media (max-width: 700px) {
  .confirm-btn {
    grid-template-columns: 1fr;
    max-width: 295px;
  }
}
@media (max-width: 450px) {
  .confirm-btn {
    max-width: none;
    margin-top: 16vw;
    gap: 5.3333333333vw;
  }
}
.confirm-btn .confirm-btn-back,
.confirm-btn .confirm-btn-submit {
  box-sizing: border-box;
}
.confirm-btn .confirm-btn-back {
  height: 80px;
  line-height: 80px;
  background: #fff;
  border: 1px solid #0D70C9;
  color: #0D70C9;
  max-width: 295px;
  width: 100%;
  border-radius: 10px;
  padding-left: 50px;
  position: relative;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 700px) {
  .confirm-btn .confirm-btn-back {
    padding-left: 0;
  }
}
@media (max-width: 450px) {
  .confirm-btn .confirm-btn-back {
    height: 18.6666666667vw;
    line-height: 18.6666666667vw;
    font-size: 4.2666666667vw;
    max-width: none;
  }
}
.confirm-btn .confirm-btn-back:hover {
  opacity: 1;
  transition: all 0.3s ease;
  color: #fff;
  background: #0D70C9;
}
.confirm-btn .confirm-btn-back:hover::after {
  background: url("../../../img/page/contact-confirm/confirm-btn-back-arrow-hover.svg") no-repeat center center/contain;
}
.confirm-btn .confirm-btn-back::after {
  content: "";
  position: absolute;
  width: 34px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../../../img/page/contact-confirm/confirm-btn-back-arrow.svg") no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
@media (max-width: 450px) {
  .confirm-btn .confirm-btn-back::after {
    width: 9.0666666667vw;
    left: 5.3333333333vw;
  }
}
.thanks {
  padding-top: 180px;
  padding-bottom: 75px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 450px) {
  .thanks {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}

.thanks-content {
  max-width: fit-content;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.thanks-content::before, .thanks-content::after {
  content: "";
  position: absolute;
  aspect-ratio: 147/102;
  height: auto;
  z-index: -1;
  background: url("../../../img/page/contact-thanks/cloud.svg") no-repeat center center/contain;
  animation: floating-y 1.2s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
.thanks-content::before {
  width: 159.88px;
  top: -100px;
  left: clamp(-375px, -26.0416666667vw, 0px);
}
@media (max-width: 450px) {
  .thanks-content::before {
    width: 19.9066666667vw;
    left: clamp(-30px, -8vw, 0px);
    top: -13.3333333333vw;
  }
}
.thanks-content::after {
  width: 214px;
  top: 70px;
  right: clamp(-410px, -28.4722222222vw, 0px);
}
@media (max-width: 800px) {
  .thanks-content::after {
    top: 200px;
  }
}
@media (max-width: 450px) {
  .thanks-content::after {
    width: 34.4vw;
    top: 48vw;
    right: clamp(-50px, -13.3333333333vw, 0px);
  }
}

.thanks-title {
  color: #0D70C9;
}
.thanks-title p {
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 56px;
  font-weight: 600;
  margin-left: 38px;
}
@media (max-width: 450px) {
  .thanks-title p {
    font-size: 10.6666666667vw;
    letter-spacing: 0.06em;
    text-align: center;
    margin-left: 4vw;
  }
}
.thanks-title h1 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.12em;
  margin-top: 10px;
  line-height: 1;
}
@media (max-width: 450px) {
  .thanks-title h1 {
    font-size: 3.7333333333vw;
    letter-spacing: 0.08em;
  }
}

.thanks-text {
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 45px;
  font-size: 18px;
}
@media (max-width: 450px) {
  .thanks-text {
    text-align: left;
    font-size: 4.2666666667vw;
    margin-top: 9.0666666667vw;
  }
}