@charset "UTF-8";
@media (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-tb {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hidden-pc {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important;
  }
}

html {
  margin-top: 0 !important;
  height: 100%;
  overflow-y: scroll;
}

body {
  margin-inline: auto !important;
  background: #fff;
  width: 100%;
  max-width: 1920px;
  overflow-x: clip;
  color: #000;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 24px;
  font-family: "Noto Sans JP";
}
body.no-scroll {
  height: 100%;
  overflow: hidden;
}

#wpadminbar {
  display: none;
}

/* 初期状態（非表示） */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}

/* 表示状態（ふわっと現れる） */
.fadein.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.breadcrumb {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: absolute;
  left: clamp(15px, 3.85vw, 50px);
  top: 10px;
}
@media (min-width: 1024px) {
  .breadcrumb {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .breadcrumb {
    left: clamp(1px, 16.66vw, 320px);
    top: 20px;
  }
}
.breadcrumb .home:hover {
  color: #18d9d3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.block__link {
  text-align: center;
}
.block__link-btn {
  display: inline-block;
  background: #000;
  padding-top: 15px;
  padding-bottom: 16px;
  padding-inline: 26px;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .block__link-btn:hover {
    background: #18d9d3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.block__link-btn--white {
  display: inline-block;
  background: #fff;
  padding-inline: 50px;
  padding-block: 16px;
  color: #000;
  font-weight: 900;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .block__link-btn--white:hover {
    background: #000;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.block__table {
  border-collapse: collapse;
  width: 100%;
}
@media (min-width: 1024px) {
  .block__table {
    margin-inline: auto;
    max-width: 880px;
  }
}
.block__table-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.block__table-list:first-child {
  border-top: 1px solid #d3d3d3;
}
@media (min-width: 1024px) {
  .block__table-list:first-child {
    border-top: none;
  }
}
.block__table-list:first-child .block__table-input {
  border-top: none;
}
@media (min-width: 1024px) {
  .block__table-list:first-child .block__table-input {
    border-top: 1px solid #333333;
  }
}
.block__table-list:last-child {
  border-bottom: 1px solid #d3d3d3;
}
@media (min-width: 1024px) {
  .block__table-list:last-child {
    border-bottom: none;
  }
}
@media (min-width: 1024px) {
  .block__table-list:last-child .block__table-ttl {
    border-bottom: 1px solid #333333;
  }
}
@media (min-width: 1024px) {
  .block__table-list:last-child .block__table-input {
    border-bottom: 1px solid #333333;
  }
}
@media (min-width: 1024px) {
  .block__table-list {
    gap: 56px;
    border-top: none;
    border-bottom: none;
  }
}
.block__table-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 1px solid #d3d3d3;
  background: #18d9d3;
  width: 25%;
  color: #fff;
  font-weight: bold;
  padding-block: 25px;
  font-weight: 700;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.02em;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .block__table-ttl {
    border-top: 1px solid #333333;
    width: 100%;
    max-width: 196px;
    padding-block: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.block__table-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 15px;
  padding-left: 5px;
  border-top: 1px solid #d3d3d3;
  width: 75%;
  padding-block: 25px;
  font-weight: 500;
  font-size: 15px;
  line-height: 200%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .block__table-input {
    margin-left: 0;
    border-top: 1px solid #333333;
    padding-left: 20px;
    width: 100%;
    max-width: 628px;
    padding-block: 30px;
  }
}

.block__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  width: 320px;
  min-width: 0;
  max-width: 320px;
}
.block__tel-label {
  color: #fff;
  font-style: Medium;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.05;
}
.block__tel-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  margin-block: 9px;
}
.block__tel-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 23px;
  height: 30px;
}
.block__tel-icon img {
  padding-top: 5px;
  width: 100%;
}
.block__tel-number {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  font-family: Oswald;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.block__tel-number.pc {
  display: none;
}
@media (min-width: 768px) {
  .block__tel-number.pc {
    display: block;
  }
}
.block__tel-number.sp {
  display: block;
}
@media (min-width: 768px) {
  .block__tel-number.sp {
    display: none;
  }
}
.block__tel-time {
  color: #fff;
  font-style: SemiBold;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  font-family: Oswald;
  letter-spacing: 0.02em;
}

.block__ttl {
  text-align: center;
}
.block__ttl-main {
  font-weight: 900;
  font-size: 38px;
  line-height: 100%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .block__ttl-main {
    font-size: 64px;
    margin-bottom: 20px;
  }
}
.block__ttl-sub {
  margin-top: 10px;
  font-weight: 900;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.1;
}
@media (min-width: 1024px) {
  .block__ttl-sub {
    font-size: 36px;
  }
}
.block__ttl-circle {
  text-align: center;
}
@media (min-width: 1024px) {
  .block__ttl-circle {
    text-align: left;
  }
}
.block__ttl-circle-main {
  font-weight: 900;
  font-size: 38px;
  line-height: 100%;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .block__ttl-circle-main {
    font-size: 64px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .block__ttl-circle-main {
    font-size: 96px;
    margin-bottom: 20px;
  }
}
.block__ttl-circle-sub {
  font-weight: 900;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .block__ttl-circle-sub {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.block__ttl-deco-white {
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: #fff;
}
@media (min-width: 1024px) {
  .block__ttl-deco-white {
    margin-top: 5px;
    width: 30px;
    height: 30px;
    margin-right: 9px;
  }
}
.block__ttl-deco-black {
  display: inline-block;
  margin-right: 9px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  background: #000;
}
@media (min-width: 768px) {
  .block__ttl-deco-black {
    display: none;
  }
}
@media (min-width: 1024px) {
  .block__ttl-deco-black {
    display: inline-block;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    margin-right: 9px;
  }
}

.section-access__inner {
  position: relative;
  padding-top: 50px;
  padding-bottom: 138px;
  padding-inline: 15px;
  text-align: center;
}
@media (min-width: 1024px) {
  .section-access__inner {
    padding-top: 150px;
    padding-bottom: 100px;
    padding-inline: 50px;
  }
}
.section-access__ttl,
.section-access .block__ttl {
  margin-bottom: 30px;
  text-align: center;
}
.section-access__ttl-main,
.section-access .block__ttl-main {
  font-weight: 900;
  font-size: 38px;
  line-height: 100%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .section-access__ttl-main,
  .section-access .block__ttl-main {
    font-style: Bold;
    font-weight: 700;
    font-size: 96px;
  }
}
.section-access__ttl-sub,
.section-access__ttl .block__ttl-sub,
.section-access .block__ttl-sub,
.section-access .block__ttl .block__ttl-sub {
  font-weight: 900;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.1;
}
@media (min-width: 1024px) {
  .section-access__ttl-sub,
  .section-access__ttl .block__ttl-sub,
  .section-access .block__ttl-sub,
  .section-access .block__ttl .block__ttl-sub {
    font-style: bold;
    font-weight: 800;
    font-size: 36px;
    letter-spacing: 0;
  }
}
.section-access__map {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  aspect-ratio: 360/225;
  width: 100%;
  max-width: 800px;
  max-height: 500px;
}
.section-access__map iframe {
  border: 0;
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 500px;
}
.section-access__container {
  margin-top: 20px;
  text-align: center;
}
.section-access__address {
  vertical-align: middle;
  font-style: SemiBold;
  font-weight: 600;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.02;
}
@media (min-width: 1024px) {
  .section-access__address {
    font-size: 16px;
  }
}
.section-access__link {
  display: inline-block;
  margin-top: 15px;
  border-bottom: 1px solid #18d9d3;
  padding: 16px 10px;
}
@media (min-width: 1024px) {
  .section-access__link {
    margin-top: 0;
  }
}
.section-access__link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.section-access__link-txt {
  vertical-align: middle;
  font-style: Medium;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
}
.section-access__link-icon {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
}
.section-access__link-icon::before, .section-access__link-icon::after {
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
  border-radius: 9999px;
  background-color: #000000;
  width: 10px;
  height: 1px;
  content: "";
}
.section-access__link-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-access__link-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.section-access__logo {
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 108px;
  height: 108px;
  z-index: 0;
}
@media (min-width: 1024px) {
  .section-access__logo {
    bottom: 0;
    left: 0;
    width: 412px;
    height: 410px;
  }
}
.section-access__logo img {
  width: 100%;
  height: 100%;
}

.section-contact {
  background-image: url(../img/front-page-contact-gb-img.png);
  background-repeat: no-repeat; /* 繰り返さない */
  background-size: cover; /* セクション全体を覆うように拡大（トリミングあり） */
  background-position: center; /* 中央部分を基準に表示 */
  padding: 40px 3.84vw 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .section-contact {
    text-align: center;
    padding-block: 100px;
  }
}
.section-contact__wrap {
  background: #18d9d3;
  padding-top: 30px;
  padding-bottom: 35px;
  text-align: center;
  max-width: 700px;
}
@media (min-width: 1024px) {
  .section-contact__wrap {
    max-width: 1080px;
    margin-inline: auto;
    padding-left: 60px;
    padding-right: 97px;
    padding-block: 0;
    text-align: start;
  }
}
.section-contact__inner {
  gap: 10px;
}
@media (min-width: 1024px) {
  .section-contact__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
}
.section-contact__container {
  color: #fff;
}
@media (min-width: 1024px) {
  .section-contact__container {
    width: 50%;
  }
}
.section-contact__ttl {
  color: #fff;
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .section-contact__ttl {
    -moz-text-align-last: left;
         text-align-last: left;
    margin-top: 50px;
  }
}
.section-contact__ttl-ttl-deco {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .section-contact__tel {
    margin-top: 50px;
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  .section-contact__tel .block__tel {
    margin-inline: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.section-contact__img {
  padding-inline: 55px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .section-contact__img {
    margin-left: auto;
    padding-inline: 0;
    margin-top: 100px;
  }
}
.section-contact__img img {
  width: 100%;
}
@media (min-width: 1024px) {
  .section-contact__img img {
    max-width: 400px;
  }
}
.section-contact__link {
  color: #fff;
  margin-top: 25px;
  display: inline-block;
}
@media (min-width: 1024px) {
  .section-contact__link {
    margin-top: 30px;
    padding-bottom: 109px;
    padding-left: 42px;
  }
}
.section-contact__link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .section-contact__link-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 64px;
  }
}
.section-contact__link-btn:hover .section-contact__link-icon {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.section-contact__link-txt {
  font-weight: 700;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 1024px) {
  .section-contact__link-txt {
    font-size: 24px;
  }
}
.section-contact__link-icon {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 5px;
  margin: 13.5px 0;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 1024px) {
  .section-contact__link-icon {
    width: 70px;
    height: 10px;
    margin: 28.3px 0;
  }
}
.section-contact__link-icon::before, .section-contact__link-icon::after {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  right: 0;
  width: 24px;
  height: 5px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: calc(100% - 2.5px) 50%;
          transform-origin: calc(100% - 2.5px) 50%;
}
@media (min-width: 1024px) {
  .section-contact__link-icon::before, .section-contact__link-icon::after {
    top: calc(50% - 5px);
    width: 50px;
    height: 10px;
    -webkit-transform-origin: calc(100% - 5px) 50%;
            transform-origin: calc(100% - 5px) 50%;
  }
}
.section-contact__link-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-contact__link-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.section-form {
  background: #18d9d3;
}
.section-form__inner {
  padding-top: 25px;
  padding-inline: 15px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .section-form__inner {
    padding-top: 60px;
  }
}
.section-form__ttl {
  text-align: center;
}
@media (min-width: 1024px) {
  .section-form__ttl {
    margin-bottom: 76px;
  }
}
.section-form__ttl-main {
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.5);
}
.section-form__ttl-sub {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
}
@media (min-width: 1024px) {
  .section-form__ttl-sub {
    margin-top: 10px;
    font-size: 40px;
  }
}
.section-form__content {
  margin-inline: auto;
  padding-top: 25px;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 1024px) {
  .section-form__content {
    max-width: 840px;
    width: 100%;
  }
}

.wpcf7 {
  color: #fff;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .wpcf7-list-item label {
    padding-left: 32px;
  }
}
.wpcf7-list-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #18d9d3;
}
@media (min-width: 1024px) {
  .wpcf7-list-item label::before {
    width: 24px;
    height: 24px;
  }
}
.wpcf7-list-item input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
}
.wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
    left: 6px;
    width: 12px;
    height: 12px;
  }
}
.wpcf7-form-control-wrap {
  margin-top: 15px;
}
.wpcf7-form-control-wrap textarea {
  width: 100%; /* 親ラベルに合わせる */
  height: 200px; /* 高さを指定 */
}
.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.1vw;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (min-width: 1024px) {
  .wpcf7-radio {
    gap: 50px;
  }
}

.form__must {
  font-family: Inter;
  font-weight: 900;
  font-style: Bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #f8453d;
  padding-left: 2px;
}
@media (min-width: 1024px) {
  .form__must {
    font-size: 24px;
  }
}
.form__radio {
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .form__radio {
    font-size: 24px;
  }
}
.form__radio-group {
  margin-top: 10px;
  text-align: left;
}
.form-radio {
  margin-top: 15px;
}
.form-input {
  display: block;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .form-input {
    font-size: 24px;
  }
}
.form-input input {
  padding: 10px;
}
.form-input .wpcf7-form-control-wrap input {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .form-input .wpcf7-form-control-wrap input {
    padding: 20px;
    margin-top: 20px;
  }
}
.form-input input,
.form-input textarea {
  display: block; /* input をブロック化 */
  width: 100%; /* 親に合わせる */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* パディング込みで幅を計算 */
  border: none;
  margin-top: 10px;
  padding: 10px;
}
@media (min-width: 1024px) {
  .form-input input,
  .form-input textarea {
    padding: 20px;
    height: 100%;
    max-height: 300px;
  }
}
.form__submit-btn {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  .form__submit-btn {
    margin-top: 85px;
  }
}
.form__submit-btn p {
  text-align: center;
  width: 100%;
}
.form__submit-btn input {
  width: 100%;
  min-width: 300px;
  padding-block: 14px;
  background: #1b1b1b;
  border: none;
}
@media (min-width: 1024px) {
  .form__submit-btn input {
    font-size: 24px;
    padding: 20px 100px;
  }
}
.form__submit-btn input:hover {
  cursor: pointer;
  background: #fff;
  color: #18d9d3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form__submit-btn .wpcf7-spinner {
  display: none;
}
/* すべてのフォームのプレースホルダー色を統一 */
.wpcf7 input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
  font-weight: 500;
  color: #dadada;
  opacity: 1;
}
.wpcf7 input::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  font-weight: 500;
  color: #dadada;
  opacity: 1;
}
.wpcf7 input:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
  font-weight: 500;
  color: #dadada;
  opacity: 1;
}
.wpcf7 input::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder {
  font-weight: 500;
  color: #dadada;
  opacity: 1;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  font-weight: 500;
  color: #dadada;
  opacity: 1;
}

/* input 全般 */
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  border: none; /* 通常時のボーダー */
  outline: none; /* デフォルトの青枠を消す */
  color: #000;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #fff;
}

.wpcf7-not-valid-tip {
  padding-top: 10px;
  font-size: 12px;
  color: #f8453d;
}

.wpcf7.show-error .wpcf7-not-valid-tip {
  display: block;
}

.section-page-ttl {
  position: relative;
  background-image: url(../img/section-fv-img-sp.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .section-page-ttl {
    background-image: url(../img/section-fv-img-pc.png);
    height: 350px;
  }
}
.section-page-ttl__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.section-page-ttl__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  height: 100%;
  position: relative;
}
.section-page-ttl__titles {
  display: inline-block;
  position: relative;
}
.section-page-ttl__ja {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .section-page-ttl__ja {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .section-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 150px;
    padding-bottom: 70px;
  }
}
.section-about__inner {
  padding: 50px 15px 35px;
  height: 100%;
}
@media (min-width: 1024px) {
  .section-about__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 10.42vw 0 0;
    padding-left: 5.21vw;
    width: 50%;
  }
}
.section-about__container {
  position: relative;
  z-index: 2;
}
.section-about__ttl {
  -moz-text-align-last: left;
       text-align-last: left;
}
.section-about__ttl-sub {
  font-weight: 900;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .section-about__ttl-sub {
    margin-top: 15px;
    font-size: 32px;
  }
}
.section-about__txt {
  margin-top: 10px;
  font-weight: 900;
  font-size: 15px;
  line-height: 180%;
}
@media (min-width: 1024px) {
  .section-about__txt {
    margin-top: 25px;
    font-size: 16px;
  }
}
.section-about__circle {
  position: relative;
  z-index: 0;
}
@media (min-width: 1024px) {
  .section-about__circle {
    z-index: -1;
  }
}
.section-about__circle--anime {
  position: absolute;
  top: 0;
  right: -5px;
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  margin-left: auto;
  width: 170px;
  height: 170px;
}
@media (min-width: 768px) {
  .section-about__circle--anime {
    top: -150px;
    right: 80px;
    width: 320px;
    height: 320px;
  }
}
@media (min-width: 1024px) {
  .section-about__circle--anime {
    top: -350px;
    right: -120px;
    width: 500px;
    height: 500px;
  }
}
@-webkit-keyframes rotateText {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateText {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.section-about__circle--anime text {
  vertical-align: bottom;
  fill: #a7a7a7; /* 文字色 */
  font-style: Bold;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.2;
  text-align: center;
  text-transform: uppercase;
}
.section-about__img {
  background: #18d9d3;
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .section-about__img {
    position: relative;
    background: none;
    padding-bottom: 50px;
    width: calc(50% + 50px);
  }
  .section-about__img::before {
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 0;
    background: #18d9d3;
    width: 100%;
    height: calc(100% - 25px);
    content: "";
  }
}
.section-about__img img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 90% center;
     object-position: 90% center;
}
@media (min-width: 1024px) {
  .section-about__img img {
    position: relative;
    z-index: 1;
    padding-right: 50px;
    -o-object-position: center center;
       object-position: center center;
  }
}
.section-about__link {
  margin-top: 35px;
}
@media (min-width: 1024px) {
  .section-about__link {
    margin-top: 89px;
    text-align: right;
  }
}
.section-blog {
  /* ページネーションの色 */
}
.section-blog__inner {
  text-align: center;
  padding-top: 75px;
  padding-inline: 3.84vw;
}
@media (min-width: 768px) {
  .section-blog__inner {
    padding-inline: 13vw;
  }
}
@media (min-width: 1024px) {
  .section-blog__inner {
    padding-inline: 0;
  }
}
.section-blog__ttl {
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (min-width: 1024px) {
  .section-blog__ttl {
    padding-left: 191px;
    text-align: left;
  }
}
.section-blog__container {
  position: relative;
  z-index: 0;
  margin-top: 28px;
  background: #fff;
}
.section-blog__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  margin-inline: auto;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .section-blog__cards {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .section-blog__cards {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 1440px) {
  .section-blog__cards {
    padding-inline: clamp(150px, 5vw, 320px);
  }
}
.section-blog__card {
  border-top: 1px solid #000;
  padding-block: 15px;
  margin-inline: auto;
}
.section-blog__card:last-child {
  border-bottom: 1px solid #000;
}
@media (min-width: 1024px) {
  .section-blog__card {
    padding-block: 50px;
    max-width: 900px;
    padding-left: clamp(50px, 15.6vw, 100px);
  }
}
@media (min-width: 1440px) {
  .section-blog__card {
    padding-block: 50px;
    max-width: clamp(1px, 66.66vw, 1280px);
    padding-left: clamp(100px, 15.6vw, 300px);
  }
}
.section-blog__card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.section-blog__card-link:hover .section-blog__card-txt {
  color: #18d9d3;
  -webkit-transition: 0.3;
  transition: 0.3;
}
.section-blog__card-date {
  font-weight: 900;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .section-blog__card-date {
    margin-left: auto;
    font-size: 24px;
  }
}
.section-blog__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (min-width: 1024px) {
  .section-blog__card-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.section-blog__card-txt {
  font-weight: 900;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 1024px) {
  .section-blog__card-txt {
    max-width: 448px;
    font-size: 16px;
  }
}
.section-blog__card-img {
  aspect-ratio: 1/1;
  min-width: 200px;
  max-width: 400px;
  min-height: 200px;
  max-height: 400px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .section-blog__card-img {
    aspect-ratio: 295/180;
    width: 100%;
    max-width: 295px;
    min-height: 100px;
    max-height: 180px;
  }
}
@media (min-width: 1024px) {
  .section-blog__card-img {
    width: 295px;
    min-width: 295px;
    height: 180px;
    min-height: 180px;
  }
}
.section-blog__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.section-blog__parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  margin-top: 16px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .section-blog__parts {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 34px;
    padding-right: 320px;
  }
}
.section-blog__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (min-width: 1024px) {
  .section-blog__pagination {
    gap: 30px;
  }
}
.section-blog__link {
  text-align: center;
}
.section-blog__link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #000;
  width: 50px;
  height: 50px;
}
@media (min-width: 1024px) {
  .section-blog__link-btn {
    width: 75px;
    height: 75px;
  }
}
.section-blog__link-btn:hover {
  background: #18d9d3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-blog__link-arrow {
  display: inline-block;
  position: relative;
  margin: 5px 0;
  border-radius: 9999px;
  background-color: #fff;
  width: 26px;
  height: 2px;
}
@media (min-width: 1024px) {
  .section-blog__link-arrow {
    width: 40px;
  }
}
.section-blog__link-arrow::before, .section-blog__link-arrow::after {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
  border-radius: 9999px;
  background-color: #fff;
  width: 8px;
  height: 2px;
  content: "";
}
@media (min-width: 1024px) {
  .section-blog__link-arrow::before, .section-blog__link-arrow::after {
    width: 10px;
  }
}
.section-blog__link-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-blog__link-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.section-blog__logo {
  position: absolute;
  bottom: 115px;
  left: -20px;
  z-index: 0;
  width: 154px;
}
@media (min-width: 1024px) {
  .section-blog__logo {
    bottom: 0;
    width: 412px;
  }
}
.section-blog__logo img {
  width: 100%;
}
.section-blog__swiper {
  position: relative;
  padding-bottom: 50px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1024px) {
  .section-blog__swiper {
    padding-bottom: 125px;
  }
}
.section-blog .swiper-pagination-bullets .swiper-pagination-horizontal.swiper-pagination-custom {
  bottom: 0;
}
.section-blog .swiper-pagination-bullet {
  opacity: 1; /* デフォルトでは薄くなるので上書き */
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin: 0 !important; /* スライド間の間隔 */
  border-radius: 0; /* 角丸をなくす */
  background: #000;
  width: 20px; /* 幅 */
  height: 20px; /* 高さを同じに */
}
@media (min-width: 1024px) {
  .section-blog .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
  }
}
.section-blog .swiper-pagination-bullet-active {
  background: #18d9d3;
}

.section-company {
  margin-top: 75px;
}
@media (min-width: 1024px) {
  .section-company {
    margin-top: 7.81vw;
    margin-bottom: 7.81vw;
  }
}
.section-company__inner {
  padding-bottom: 75px;
  padding-left: 4.84vw;
}
@media (min-width: 1024px) {
  .section-company__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    padding-bottom: 40px;
    padding-left: 50px;
  }
}
@media (min-width: 1440px) {
  .section-company__inner {
    gap: 100px;
  }
}
.section-company__img {
  position: relative;
  padding-bottom: 20px;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .section-company__img {
    padding-bottom: 50px;
    padding-left: 50px;
    width: calc(50% + 50px);
    height: 100%;
  }
}
@media (min-width: 1440px) {
  .section-company__img {
    padding-bottom: 60px;
    padding-left: 60px;
    width: calc(50% + 60px);
    max-width: 1020px;
  }
}
.section-company__img::before {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 0;
  background: #18d9d3;
  width: 100%;
  height: calc(100% - 10px);
  content: "";
}
@media (min-width: 1024px) {
  .section-company__img::before {
    top: 25px;
    left: 0;
    width: 100%;
    height: calc(100% - 25px);
    content: "";
  }
}
.section-company__img img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 964px;
  height: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 90% center;
     object-position: 90% center;
}
@media (min-width: 1024px) {
  .section-company__img img {
    position: relative;
    z-index: 1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }
}
.section-company__container {
  margin-top: 5vw;
  padding-top: 35px;
}
@media (min-width: 1024px) {
  .section-company__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: calc(50% - 100px);
  }
}
@media (min-width: 1440px) {
  .section-company__container {
    max-width: 900px;
  }
}
@media (min-width: 1024px) {
  .section-company__content {
    width: 480px;
  }
}
@media (min-width: 1440px) {
  .section-company__content .block__link {
    text-align: right !important;
  }
}
.section-company__ttl-sub {
  position: relative;
}
@media (min-width: 1024px) {
  .section-company__ttl-sub::after {
    display: inline-block;
    position: absolute;
    left: 36px;
    z-index: 10;
    contain: "";
    border-radius: 50%;
    background: #000;
    width: 30px;
    height: 30px;
  }
}
.section-company__lead {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section-company__lead {
    padding-left: 36px;
    -moz-text-align-last: left;
         text-align-last: left;
    margin-bottom: 93px;
  }
}
.section-company__lead-main {
  font-weight: 900;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .section-company__lead-main {
    font-size: 24px;
  }
}
.section-company__lead-sub {
  margin-top: 10px;
  font-weight: 900;
  font-size: 15px;
  line-height: 200%;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .section-company__lead-sub {
    font-size: 16px;
  }
}

.section-fv {
  position: relative;
  padding-left: 15px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .section-fv {
    padding-left: 100px;
  }
}
@media (min-width: 1440px) {
  .section-fv {
    padding-left: 16.6vw;
  }
}
.section-fv__container {
  position: relative;
  padding-left: 15px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .section-fv__container {
    padding-left: 50px;
  }
}
@media (min-width: 1440px) {
  .section-fv__container {
    padding-left: 101px;
  }
}
.section-fv__img {
  position: relative;
  padding-bottom: 15px;
  width: 100%;
}
.section-fv__img::before {
  position: absolute;
  top: 17px;
  left: -15px;
  z-index: 0;
  background: #18d9d3;
  width: 100vw;
  height: 100%;
  content: "";
}
@media (min-width: 1024px) {
  .section-fv__img::before {
    top: 40px;
    left: -50px;
    width: 1600px;
    height: 850px;
  }
}
@media (min-width: 1440px) {
  .section-fv__img::before {
    top: 40px;
    left: -110px;
    width: 1600px;
    height: 850px;
  }
}
@media (min-width: 1024px) {
  .section-fv__img {
    padding-bottom: 50px;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .section-fv__img {
    padding-bottom: 110px;
  }
}
.section-fv__img img {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 353px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 center;
     object-position: 0 center;
}
@media (min-width: 1024px) {
  .section-fv__img img {
    height: 100%;
  }
}
.section-fv__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 31px;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  font-size: 30px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 4px 4px 6px rgba(0, 0, 0, 0.7); /* ドロップシャドウ */
}
@media (min-width: 1024px) {
  .section-fv__ttl {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    font-size: 64px;
  }
}
@media (min-width: 1440px) {
  .section-fv__ttl {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    font-size: 96px;
  }
}
.section-fv__ttl-top {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  font-weight: 900;
  line-height: 180%;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.section-fv__ttl-bottom {
  margin-left: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  font-weight: 900;
  line-height: 180%;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .section-fv__ttl-bottom {
    margin-left: 100px;
    white-space: nowrap;
  }
}
@media (min-width: 1440px) {
  .section-fv__ttl-bottom {
    margin-left: 100px;
    white-space: nowrap;
  }
}
.section-fv__deco {
  position: absolute;
  bottom: 11px;
  left: -2px;
  z-index: 10;
  color: #18d9d3;
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .section-fv__deco {
    bottom: 45px;
    left: 0;
    font-size: 64px;
  }
}
@media (min-width: 1440px) {
  .section-fv__deco {
    bottom: 100px;
    left: 0;
    font-size: 96px;
  }
}

.section-recruit__inner {
  background: #18d9d3;
  padding-top: 40px;
  padding-bottom: 65px;
  padding-inline: 15px;
}
@media (min-width: 1024px) {
  .section-recruit__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 100px;
    padding: 70px 0 90px 50px;
  }
}
@media (min-width: 1440px) {
  .section-recruit__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 160px;
  }
}
@media (min-width: 1024px) {
  .section-recruit__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: calc(50% - 100px);
  }
}
@media (min-width: 1440px) {
  .section-recruit__container {
    max-width: 900px;
  }
}
@media (min-width: 1024px) {
  .section-recruit__content {
    width: 100%;
    max-width: 480px;
  }
}
.section-recruit__ttl {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section-recruit__ttl {
    margin-top: 128px;
    margin-bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.section-recruit__ttl-main {
  color: #fff;
}
.section-recruit__img {
  margin-top: 20px;
}
.section-recruit__img--sp img {
  width: 100%;
}
.section-recruit__img--pc {
  display: none;
}
@media (min-width: 1024px) {
  .section-recruit__img--pc {
    display: inline-block;
    width: 50%;
    max-width: 960px;
  }
}
@media (min-width: 1440px) {
  .section-recruit__img--pc {
    min-width: 655px;
  }
}
.section-recruit__img--pc img {
  width: 100%;
}
.section-recruit__wrap {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section-recruit__body {
  margin-top: 45px;
  text-align: left;
}
@media (min-width: 768px) {
  .section-recruit__body {
    padding-left: 50px;
  }
}
@media (min-width: 1024px) {
  .section-recruit__body {
    margin-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0;
  }
}
.section-recruit__body-ttl {
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .section-recruit__body-ttl {
    font-size: 36px;
  }
}
.section-recruit__body-lead {
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .section-recruit__body-lead {
    margin-top: 20px;
    padding-left: 36px;
    font-size: 24px;
  }
}
.section-recruit__body-txt {
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .section-recruit__body-txt {
    margin-top: 15px;
    padding-left: 36px;
    font-size: 16px;
  }
}
.section-recruit__link {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 1024px) {
  .section-recruit__link {
    margin-top: 75px;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .section-recruit__link {
    text-align: right;
  }
}

.section-service {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .section-service {
    margin-top: 188px;
  }
}
.section-service__container {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section-service__container {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
.section-service__card {
  background: #18d9d3;
}
@media (min-width: 1024px) {
  .section-service__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .section-service__card:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.section-service__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 15px;
  padding-block: 35px;
  color: #fff;
}
@media (min-width: 1024px) {
  .section-service__card-body {
    width: 50%;
  }
}
.section-service__card-lead {
  font-weight: 900;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .section-service__card-lead {
    font-size: 24px;
  }
}
.section-service__card-img {
  position: relative;
}
@media (min-width: 1024px) {
  .section-service__card-img {
    width: 50%;
  }
}
.section-service__card-img::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}
.section-service__card-img img {
  z-index: 0;
  width: 100%;
}

.header {
  z-index: 1001;
  height: 60px;
}
@media (min-width: 1440px) {
  .header {
    border-bottom: 1px solid #000;
    height: 100px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* ← 高さ中央揃え */
  background: #fff;
  height: 100%;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-left: 15px;
  color: #333333;
}
@media (min-width: 1440px) {
  .header__logo {
    gap: 19px;
    margin-left: 120px;
  }
}
.header__logo__img {
  opacity: 1;
  width: 30.57px;
  height: 30.34px;
}
@media (min-width: 1440px) {
  .header__logo__img {
    width: 71px;
    height: 70px;
  }
}
.header__logo__img img {
  width: 100%;
}
.header__logo__word {
  text-align: center;
}
.header__logo__word-main {
  vertical-align: bottom;
  font-weight: 900;
  font-size: 13.87px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 1440px) {
  .header__logo__word-main {
    font-size: 32px;
  }
}
.header__logo__word-sub {
  vertical-align: top;
  font-weight: 900;
  font-size: 8.67px;
  line-height: 100%;
  letter-spacing: 0.24em;
  text-align: center;
}
@media (min-width: 1440px) {
  .header__logo__word-sub {
    font-size: 20px;
  }
}
.header__nav {
  position: fixed;
  z-index: 9999;
  top: 60px; /* ヘッダーの高さ */
  right: 0;
  width: 100%;
  max-width: 400px;
  height: calc(100vh - 60px); /* ← 100% ではなく vh を基準に */
  -webkit-transform: translateX(100%);
          transform: translateX(100%); /* ← 初期は画面外に隠す */
  overflow-y: auto; /* 画面高さが足りない場合スクロール */
  -webkit-overflow-scrolling: touch; /* スマホの慣性スクロール */
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  background: #18d9d3;
  color: #fff;
}
@media (min-width: 1440px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    background: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
    height: 100px;
    color: #000;
  }
}
.header__nav.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0); /* ← 表示 */
}
.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 60px;
}
@media (min-width: 1440px) {
  .header__nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
    padding: 0;
  }
}
.header__nav__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
  padding-inline: 65px;
  padding-block: 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 1440px) {
  .header__nav__list li {
    padding: 0;
  }
}
.header__nav__list li::after {
  margin-left: auto;
  content: ">";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 1440px) {
  .header__nav__list li::after {
    display: none;
  }
}
.header__nav__list li:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.header__nav__list li a {
  padding-block: 5px;
}
@media (min-width: 1440px) {
  .header__nav__list li a:hover {
    color: #18d9d3;
    border-bottom: 1px solid #18d9d3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.header__nav__list li:last-child {
  border-bottom: none;
}
@media (min-width: 1440px) {
  .header__nav__list li {
    border-bottom: none;
  }
}
@media (min-width: 1440px) {
  .header__nav .block__tel {
    display: none;
  }
}
.header__open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #18d9d3;
  width: 60px;
  height: 60px;
}
.header__drawer-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  z-index: 1000;
  padding-block: 1px;
  width: 30px;
  height: 29px;
}
.header__drawer-icon.is-checked .header__icon-bar {
  position: absolute;
}
.header__drawer-icon.is-checked .header__icon-bar:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__drawer-icon.is-checked .header__icon-bar:nth-child(2) {
  display: none;
}
.header__drawer-icon.is-checked .header__icon-bar:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__icon-bar {
  -webkit-transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, transform 0.4s;
  transition: top 0.4s, transform 0.4s, -webkit-transform 0.4s;
  background: #fff;
  width: 30px;
  height: 3px;
}
.header__button {
  display: block;
  margin-top: 50px;
  margin-inline: auto;
  background: #fff;
  padding: 18px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #18d9d3;
  text-align: center;
}
.header__button:hover {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 1440px) {
  .header__button:hover {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 1440px) {
  .header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    margin-inline: 0;
    background: #18d9d3;
    padding: 0 18px;
    height: 100%;
    color: #fff;
    font-style: Bold;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    border: 1px solid #18d9d3;
  }
  .header__button:hover {
    background: #fff;
    color: #18d9d3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.header__button__txt-sub {
  margin-bottom: 2px;
}
@media (min-width: 1440px) {
  .header__button__txt-sub {
    margin-bottom: 12px;
  }
}
.header__button__txt-main {
  margin-bottom: 5px;
  font-size: 24px;
  letter-spacing: 0.2em;
}
@media (min-width: 1440px) {
  .header__button__txt-main {
    margin-bottom: 15px;
  }
}
.header__button__txt-desc {
  letter-spacing: 0.2em;
}

.footer__wrap {
  background: #000;
  padding: 40px 3.85vw 20px;
  color: #fff;
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__wrap {
    padding: 50px 16.6vw 35px 120px;
  }
}
.footer .footer-info {
  border-bottom: 1px dashed #fff;
}
.footer .footer-info__content {
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .footer .footer-info__content {
    padding-bottom: 30px;
  }
}
.footer .footer-info__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .footer-info__logo__img {
  width: 52px;
}
.footer .footer-info__logo__img img {
  width: 100%;
}
.footer .footer-info__logo__word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  text-align: center;
}
.footer .footer-info__logo__word-main {
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .footer .footer-info__logo__word-main {
    font-size: 32px;
  }
}
.footer .footer-info__logo__word-sub {
  font-weight: 900;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.24;
}
@media (min-width: 1024px) {
  .footer .footer-info__logo__word-sub {
    font-size: 20px;
  }
}
.footer .footer-info__body {
  text-align: left;
}
@media (min-width: 1024px) {
  .footer .footer-info__body {
    padding-top: 12px;
    padding-left: 22px;
  }
}
.footer .footer-info__address {
  margin-bottom: 5px;
  font-style: Bold;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .footer .footer-info__address {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.footer .footer-info__tel {
  font-style: Bold;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .footer .footer-info__tel {
    font-size: 18px;
  }
}
.footer .footer-info__link {
  display: block;
  margin-top: 10px;
  width: 40px;
  height: 40px;
  margin-left: auto;
  background-color: #fff;
  -webkit-mask-image: url("../img/footer-link-icon.svg");
          mask-image: url("../img/footer-link-icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .footer-info__link:hover {
  background-color: #18d9d3;
}
.footer .footer-links {
  padding: 20px 50px 84px;
}
@media (min-width: 1024px) {
  .footer .footer-links {
    padding: 13px 0 180px;
  }
}
.footer .footer-links__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* 行を折り返す */
  gap: 20px; /* 要素間の隙間 */
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 500px;
}
@media (min-width: 1024px) {
  .footer .footer-links__nav__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 50px;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    max-width: none;
  }
}
.footer .footer-links__nav__list .menu-item {
  width: calc(50% - 10px); /* 横幅50%からgapを調整 */
  text-align: center; /* 中央揃え */
}
@media (min-width: 1024px) {
  .footer .footer-links__nav__list .menu-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer .footer-links__nav__list .menu-item a:hover {
  color: #18d9d3;
  border-bottom: 1px solid #18d9d3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__copyright {
  text-align: center;
}
.footer__copyright-txt {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .footer__copyright-txt {
    font-size: 20px;
  }
}

.page-service__inner {
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .page-service__inner {
    padding-bottom: 50px;
  }
}
.page-service__lead-top {
  margin-top: 30px;
  padding-inline: 15px;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-service__lead-top {
    margin-top: 75px;
  }
}
.page-service__lead-top-txt {
  font-weight: 700;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .page-service__lead-top-txt {
    font-size: 24px;
  }
}
.page-service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-top: 30px;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .page-service__container {
    margin-inline: auto;
    gap: 100px;
    margin-top: 100px;
  }
}
@media (min-width: 1024px) {
  .page-service__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-service__card:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.page-service__card-img {
  position: relative;
  z-index: 1;
  width: 77vw;
  aspect-ratio: 10/7;
}
@media (min-width: 1024px) {
  .page-service__card-img {
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 350px;
  }
}
.page-service__card-img img {
  width: 100%;
}
.page-service__card-img.card-1 {
  margin-right: auto;
}
@media (min-width: 1024px) {
  .page-service__card-img.card-1 {
    margin-right: 0;
  }
}
.page-service__card-img.card-2 {
  margin-left: auto;
}
@media (min-width: 1024px) {
  .page-service__card-img.card-2 {
    margin-left: 0;
  }
}
.page-service__card-img.card-3 {
  margin-right: auto;
}
@media (min-width: 1024px) {
  .page-service__card-img.card-3 {
    margin-right: 0;
  }
}
.page-service__card-body {
  position: relative;
  z-index: 2;
  margin-top: -100px;
  background: #18d9d3;
  padding: 25px 15px 30px 25px;
  width: 77vw;
  color: #fff;
}
@media (min-width: 1024px) {
  .page-service__card-body {
    margin: 0;
    max-width: 780px;
    max-height: 350px;
    width: 100%;
    height: 100%;
    padding-block: 40px;
    padding-left: 5.21vw;
    padding-right: 20px;
  }
}
.page-service__card-body.card-1 {
  margin-right: 15px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .page-service__card-body.card-1 {
    margin: 0;
  }
}
.page-service__card-body.card-2 {
  margin-right: auto;
  margin-left: 15px;
}
@media (min-width: 1024px) {
  .page-service__card-body.card-2 {
    margin: 0;
    padding-left: 8.33vw;
  }
}
.page-service__card-body.card-3 {
  margin-right: 15px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .page-service__card-body.card-3 {
    margin: 0;
  }
}
.page-service__card-ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .page-service__card-ttl {
    font-size: 32px;
  }
}
.page-service__card-txt {
  margin-top: 6px;
  font-style: Bold;
  font-weight: 700;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .page-service__card-txt {
    font-size: 16px;
  }
}
.page-service__card-lists-ttl {
  margin-top: 20px;
  font-style: Bold;
  font-weight: 700;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .page-service__card-lists-ttl {
    font-size: 20px;
  }
}
.page-service__card-list {
  margin-top: 4px;
  margin-left: 28px;
  font-style: Bold;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0;
  list-style-type: disc; /* ulなら黒丸、olなら decimal がデフォルト */
}
.page-service__logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 121px;
  height: 120px;
}
@media (min-width: 1024px) {
  .page-service__logo {
    width: 613px;
    height: 609px;
    right: 0;
    bottom: -105px;
    left: auto;
  }
}
.page-service__logo img {
  width: 100%;
  height: 100%;
}
.page-service__lead-bottom {
  text-align: center;
  margin-top: 50px;
  padding-inline: 15px;
}
@media (min-width: 1024px) {
  .page-service__lead-bottom {
    margin-top: 155px;
  }
}
.page-service__lead-bottom-txt {
  font-style: Bold;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .page-service__lead-bottom-txt {
    font-size: 24px;
  }
}

.page-company__info {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .page-company__info {
    margin-top: 100px;
  }
}
.page-company__info-inner {
  padding-inline: 3.84vw;
}
@media (min-width: 768px) {
  .page-company__info-inner {
    padding-inline: 15vw;
  }
}
.page-company__info__ceo {
  vertical-align: middle;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.02em;
}

.page-contact-thanks__inner {
  padding: 40px 15px;
}
@media (min-width: 1024px) {
  .page-contact-thanks__inner {
    padding: 100px 40px;
  }
}
.page-contact-thanks__txt {
  font-weight: 700;
  font-size: 15px;
  line-height: 200%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .page-contact-thanks__txt {
    font-size: 24px;
  }
}

.page-blog__inner {
  padding-inline: 5.12vw;
}
@media (min-width: 1024px) {
  .page-blog__inner {
    padding-inline: 50px;
  }
}
.page-blog__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .page-blog__contents {
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .page-blog__contents {
    gap: 50px;
  }
}
@media (min-width: 1440px) {
  .page-blog__contents {
    gap: 80px;
  }
}
.page-blog__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-blog__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 60px;
    margin-top: 100px;
  }
}
@media (min-width: 1024px) {
  .page-blog__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 60px;
    margin-top: 125px;
  }
}
@media (min-width: 1440px) {
  .page-blog__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 75px 115px;
    margin-top: 125px;
    max-width: 1280px;
  }
}
.page-blog__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.8);
          box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.8);
  background: #fff;
  padding: 25px;
  max-width: 400px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .page-blog__card {
    max-width: 350px;
    max-height: 400px;
  }
}
.page-blog__card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.page-blog__card-img {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page-blog__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-blog__card-date {
  display: block;
  margin-block: 8px;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
}
.page-blog__card-txt {
  padding-right: 56px;
  font-weight: 900;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .page-blog__card-txt {
    padding-right: 0;
  }
}
.page-blog__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (min-width: 1024px) {
  .page-blog__pagination {
    gap: 40px;
  }
}
.page-blog__pagination-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #18d9d3;
  width: 30px;
  height: 30px;
}
.page-blog__pagination-nav:hover {
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-blog__pagination-nav--disabled {
  opacity: 0;
  pointer-events: none;
}
.page-blog__pagination-icon {
  display: inline-block;
  position: relative;
  margin: 5.7px 0;
  border-radius: 9999px;
  background: #fff;
  width: 15px;
  height: 2px;
}
.page-blog__pagination-icon::before, .page-blog__pagination-icon::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  -webkit-transform-origin: 1px 50%;
          transform-origin: 1px 50%;
  border-radius: 9999px;
  background-color: #ffffff;
  width: 10px;
  height: 2px;
  content: "";
}
.page-blog__pagination-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-blog__pagination-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page-blog__pagination-icon--next::before, .page-blog__pagination-icon--next::after {
  right: 0;
  left: auto;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.page-blog__pagination-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (min-width: 1024px) {
  .page-blog__pagination-squares {
    gap: 20px;
  }
}
.page-blog__pagination-square {
  display: inline-block;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, transform 0.2s;
  transition: background-color 0.2s, transform 0.2s, -webkit-transform 0.2s;
  background-color: #18d9d3;
  width: 25px;
  height: 25px;
}
.page-blog__pagination-square--current {
  background-color: #000;
  pointer-events: none;
}

.page-recruit__inner {
  position: relative;
}
.page-recruit__fv {
  position: relative;
}
.page-recruit__fv-inner {
  position: relative;
}
.page-recruit__fv-bg {
  position: relative;
  padding-inline: 15px;
  padding-block: 25px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #fff;
}
.page-recruit__fv-bg-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 100%;
  height: 100%;
  min-height: 480px;
}
@media (min-width: 1024px) {
  .page-recruit__fv-bg-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    min-height: 300px;
    max-height: 600px;
  }
}
@media (min-width: 1440px) {
  .page-recruit__fv-bg-container {
    gap: 20px;
    min-height: 400px;
  }
}
.page-recruit__fv-bg-area {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  /* 2列 (均等幅) x 1行 (均等高) のグリッドを作成 */
  gap: 10px;
  height: 100%;
}
@media (min-width: 1440px) {
  .page-recruit__fv-bg-area {
    gap: 20px;
  }
}
.page-recruit__fv-bg .area-1 {
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "area1 area3" "area2 area3";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1024px) {
  .page-recruit__fv-bg .area-1 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "area4 area1" "area4 area2";
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 768px) {
  .page-recruit__fv-bg .area-1 .img-4 {
    display: none;
  }
}
@media (min-width: 1024px) {
  .page-recruit__fv-bg .area-1 .img-4 {
    display: inline-block;
  }
}
.page-recruit__fv-bg .area-2 {
  grid-template-columns: 1.5fr 1fr;
  grid-template-areas: "area4 area5" "area4 area6";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1024px) {
  .page-recruit__fv-bg .area-2 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "area3 area5" "area3 area6";
    -webkit-box-flex: 1.94;
        -ms-flex: 1.94;
            flex: 1.94;
  }
}
@media (min-width: 768px) {
  .page-recruit__fv-bg .area-2 .img-3 {
    display: none;
  }
}
@media (min-width: 1024px) {
  .page-recruit__fv-bg .area-2 .img-3 {
    display: inline-block;
  }
}
.page-recruit__fv-img {
  width: 100%;
  height: 100%;
}
.page-recruit__fv-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.page-recruit__fv .img-1 {
  grid-area: area1;
}
.page-recruit__fv .img-2 {
  grid-area: area2;
}
.page-recruit__fv .img-3 {
  grid-area: area3;
}
.page-recruit__fv .img-4 {
  grid-area: area4;
}
.page-recruit__fv .img-5 {
  grid-area: area5;
}
.page-recruit__fv .img-6 {
  grid-area: area6;
}
.page-recruit__fv-ttl {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 4px 4px 6px rgba(0, 0, 0, 0.7); /* ドロップシャドウ */
}
@media (min-width: 768px) {
  .page-recruit__fv-ttl {
    top: 20%;
  }
}
@media (min-width: 1024px) {
  .page-recruit__fv-ttl {
    top: 7%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-inline: 7.8vw;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .page-recruit__fv-ttl {
    margin-inline: auto;
    padding-inline: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page-recruit__fv-ttl-main {
  margin-bottom: 18px;
  font-weight: 900;
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: left;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .page-recruit__fv-ttl-main {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .page-recruit__fv-ttl-main {
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .page-recruit__fv-ttl-main {
    margin-bottom: clamp(1px, 0.52vw, 10px);
    font-size: clamp(32px, 3.33vw, 64px);
  }
}
.page-recruit__fv-ttl-sub {
  margin-bottom: 32px;
  font-weight: 900;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .page-recruit__fv-ttl-sub {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .page-recruit__fv-ttl-sub {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .page-recruit__fv-ttl-sub {
    margin-bottom: clamp(1px, 1.04vw, 20px);
    font-size: clamp(20px, 1.66vw, 32px);
  }
}
.page-recruit__fv-ttl-lead {
  padding-inline: 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0.1em;
  text-align: left;
}
@media (min-width: 768px) {
  .page-recruit__fv-ttl-lead {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .page-recruit__fv-ttl-lead {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .page-recruit__fv-ttl-lead {
    padding-inline: 0;
    font-size: 20px;
    white-space: nowrap;
  }
}
.page-recruit__link {
  display: inline-block;
  -webkit-filter: none;
          filter: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  text-shadow: none;
}
.page-recruit__link .page-recruit__link-btn:hover {
  background: #18d9d3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .page-recruit__link {
    margin-top: 50px;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .page-recruit__link {
    margin-top: clamp(25px, 2.6vw, 50px);
  }
}
.page-recruit__link-btn {
  display: inline-block;
  background: #000;
  padding: 16px 70px;
  color: #fff;
}
@media (min-width: 768px) {
  .page-recruit .link-pc {
    display: none;
  }
}
@media (min-width: 1024px) {
  .page-recruit .link-pc {
    display: none;
  }
}
@media (min-width: 1440px) {
  .page-recruit .link-pc {
    display: inline-block;
  }
}
.page-recruit .link-sp {
  display: block;
  text-align: center;
}
@media (min-width: 1440px) {
  .page-recruit .link-sp {
    display: none;
  }
}
.page-recruit__container {
  margin-top: 7.7vw;
  margin-bottom: 80px;
  position: relative;
}
@media (min-width: 1024px) {
  .page-recruit__container {
    margin-top: 76px;
    margin-bottom: 125px;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .page-recruit__container {
    margin-top: clamp(1px, 3.95vw, 76px);
  }
}
.page-recruit__container .breadcrumb {
  color: #18d9d3;
  left: clamp(15px, 3.85vw, 50px);
  top: -5.13vw;
}
@media (min-width: 768px) {
  .page-recruit__container .breadcrumb {
    font-size: -30px;
  }
}
@media (min-width: 1440px) {
  .page-recruit__container .breadcrumb {
    left: clamp(1px, 16.66vw, 320px);
    top: -50px;
  }
}
.page-recruit__container .breadcrumb .home:hover {
  color: #000;
}
@media (min-width: 1440px) {
  .page-recruit__container-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: clamp(10px, 3.125vw, 60px);
    padding-bottom: 130px;
    height: 100%;
  }
}
.page-recruit__img-logo {
  display: none;
}
@media (min-width: 1440px) {
  .page-recruit__img-logo {
    display: inline-block;
    position: absolute;
    width: 330px;
    height: 327px;
    left: clamp(10px, 6.25vw, 120px);
    bottom: 0;
  }
}
.page-recruit__mv {
  position: relative;
}
@media (min-width: 1024px) {
  .page-recruit__mv {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 1440px) {
  .page-recruit__mv {
    padding-left: clamp(1px, 16.66vw, 320px);
  }
}
.page-recruit__mv-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  margin-right: auto;
  background-image: url("../img/page-recruit-mv-bg.png");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 18px;
  width: 90%;
  min-height: 222px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-recruit__mv-bg {
    margin-inline: 0;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .page-recruit__mv-bg {
    margin-inline: auto;
    background-size: cover;
    padding: 30px 0 10px;
    width: 100%;
    max-width: 640px;
    height: 100%;
  }
}
.page-recruit__mv-img {
  position: relative;
  z-index: 1;
  width: 196px;
}
@media (min-width: 1024px) {
  .page-recruit__mv-img {
    width: 377px;
  }
}
.page-recruit__mv-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.8;
  z-index: -1;
  background: #fff;
  width: 218px;
  height: 202px;
  content: "";
}
@media (min-width: 1024px) {
  .page-recruit__mv-img::before {
    width: 419px;
    height: 387px;
  }
}
.page-recruit__mv-img img {
  z-index: 2;
  width: 100%;
}
.page-recruit__message {
  position: relative;
  z-index: 5;
  margin-top: -17px;
  padding-inline: 3.85vw;
  max-width: 829px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .page-recruit__message {
    margin-top: 10px;
    padding-inline: 50px;
  }
}
@media (min-width: 1024px) {
  .page-recruit__message {
    margin-inline: 0;
    max-width: 710px;
    margin-inline: auto;
  }
}
@media (min-width: 1440px) {
  .page-recruit__message {
    -webkit-box-flex: 1.3;
        -ms-flex: 1.3;
            flex: 1.3;
    margin-top: 0;
    padding-inline: 15px;
    max-width: none;
  }
}
.page-recruit__message-top {
  opacity: 0.5;
  z-index: 20;
  margin-right: -5px;
  margin-bottom: 20px;
  padding-left: 60px;
  color: #18d9d3;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .page-recruit__message-top {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .page-recruit__message-top {
    font-size: clamp(1px, 5vw, 96px);
  }
}
@media (min-width: 1440px) {
  .page-recruit__message-top {
    margin-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
    text-align: left;
  }
}
.page-recruit__message-ttl {
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .page-recruit__message-ttl {
    font-size: 36px;
    text-align: left;
  }
}
.page-recruit__message-lead {
  margin-bottom: 15px;
  padding-inline: 15px;
  font-weight: 900;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .page-recruit__message-lead {
    padding: 0;
    width: 100%;
    max-width: 704px;
    height: 100%;
    max-height: 116px;
    font-size: clamp(24px, 1.667vw, 32px);
  }
}
@media (min-width: 1024px) {
  .page-recruit__message-lead span {
    display: block;
    max-height: 46px;
  }
}
@media (min-width: 1440px) {
  .page-recruit__message-lead span {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .page-recruit__message-lead span:first-child {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .page-recruit__message-lead span:last-child {
    text-align: right;
  }
}
.page-recruit__message-lead span:last-child {
  text-align: right;
}
.page-recruit__message-txt {
  font-weight: 900;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .page-recruit__message-txt {
    font-size: 16px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media (min-width: 1024px) {
  .page-recruit__logo {
    position: absolute;
    bottom: 0;
    left: 120px;
    z-index: -2;
    width: 330px;
    height: 327px;
  }
  .page-recruit__logo img {
    width: 100%;
    height: 100%;
  }
}
.page-recruit__guidelines {
  margin-top: 50px;
  padding-inline: 3.85vw;
}
.page-recruit__guidelines-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 829px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-recruit__guidelines-head {
    max-width: none;
    margin-inline: 0;
  }
}
.page-recruit__guidelines-ttl {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .page-recruit__guidelines-ttl {
    margin-bottom: 40px;
  }
}
.page-recruit__guidelines-txt {
  font-weight: 900;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0;
  display: inline-block;
}
@media (min-width: 1024px) {
  .page-recruit__guidelines-txt {
    font-size: 16px;
  }
}
.page-recruit__guidelines-body {
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .page-recruit__guidelines-body {
    margin-top: 75px;
  }
}
@media (min-width: 1024px) {
  .page-recruit__guidelines-body .block__table-input {
    display: block;
    text-align: left;
  }
}
.page-recruit__ttl.section-form__ttl {
  margin-bottom: 0;
}
.page-recruit__form .recruit__form .entry__submit {
  margin-top: 50px;
}

.error-404__inner {
  padding-block: 100px;
  text-align: center;
}

@media (min-width: 1024px) {
  .single__inner {
    padding-top: 50px;
    max-width: 1820px;
  }
}
.single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 80px;
  padding-inline: 15px;
}
@media (min-width: 768px) {
  .single__head {
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .single__head {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding-inline: 0 8.33vw;
    height: 100%;
    max-height: 250px;
  }
}
.single__head::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #18d9d3;
  width: calc(100% - 60px);
  height: 100%;
  content: "";
}
@media (min-width: 1024px) {
  .single__head::before {
    display: none;
  }
}
.single__page-map {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (min-width: 1024px) {
  .single__page-map .breadcrumb {
    top: 50%;
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .single__page-map .breadcrumb {
    left: clamp(1px, 16.66vw, 320px);
  }
}
.single__page-map .breadcrumb .home:hover {
  color: #000;
}
.single .block__ttl-circle {
  position: relative;
  z-index: 9999;
}
.single .block__ttl-circle .block__ttl-circle-main {
  font-size: 46px;
}
@media (min-width: 1024px) {
  .single .block__ttl-circle .block__ttl-circle-main {
    font-size: 96px;
  }
}
.single .block__ttl-circle .block__ttl-circle-sub {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .single .block__ttl-circle .block__ttl-circle-sub {
    font-size: 36px;
  }
}
.single .block__ttl-circle .block__ttl-circle-sub .block__ttl-deco-black {
  background: #565555;
  width: 12px;
  height: 12px;
}
@media (min-width: 1024px) {
  .single .block__ttl-circle .block__ttl-circle-sub .block__ttl-deco-black {
    width: 30px;
    height: 30px;
  }
}
.single__entry-item-head {
  position: relative;
  z-index: 100;
  margin-top: -100px;
  padding-left: 3.85vw;
}
@media (min-width: 768px) {
  .single__entry-item-head {
    padding-left: clamp(60px, 10vw, 120px);
  }
}
@media (min-width: 1024px) {
  .single__entry-item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    z-index: auto;
    margin-top: -165px;
    padding-top: 43px;
    padding-inline: 11vw 2vw;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .single__entry-item-head {
    padding-right: clamp(100px, 16vw, 317px);
    padding-left: clamp(212px, 21vw, 420px);
  }
}
@media (min-width: 1024px) {
  .single__entry-item-head::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #18d9d3;
    width: 75.2083333333vw;
    max-width: 1350px;
    height: 100%;
    max-height: 250px;
    content: "";
  }
}
@media (min-width: 1024px) {
  .single__entry-item-headline {
    margin-top: 30px;
  }
}
.single__entry-item-published {
  color: #fff;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .single__entry-item-published {
    font-size: 24px;
  }
}
.single__entry-item-ttl {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .single__entry-item-ttl {
    margin-top: 20px;
    font-size: 36px;
  }
}
.single__entry-item-img {
  margin-top: 12px;
  margin-left: auto;
  aspect-ratio: 313/235;
  width: 80%;
  max-width: 400px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .single__entry-item-img {
    position: relative;
    margin-top: 0;
    margin-right: 10vw;
  }
}
@media (min-width: 1024px) {
  .single__entry-item-img {
    position: relative;
    margin-top: 0;
    margin-right: 0;
  }
}
.single__entry-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.single__entry-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  margin-top: 30px;
  margin-inline: auto;
  padding-inline: 3.85vw;
  max-width: 700px;
}
@media (min-width: 1024px) {
  .single__entry-item-body {
    gap: 35px;
    margin-top: 60px;
    padding-inline: 40px;
    width: 100%;
    max-width: 1080px;
  }
}
.single__entry-item-body .wp-block-heading {
  position: relative;
  width: 100%;
  font-weight: 700;
}
.single__entry-item-body h2 {
  padding-bottom: 12px;
  font-size: 20px;
}
.single__entry-item-body h2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d9d9d9;
  width: 100%;
  height: 6px;
  content: "";
}
.single__entry-item-body h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #18d9d3;
  width: 10%;
  height: 6px;
  content: "";
}
@media (min-width: 1024px) {
  .single__entry-item-body h2 {
    font-size: 24px;
  }
}
.single__entry-item-body h3 {
  border-bottom: 6px solid #18d9d3;
  padding-bottom: 6px;
  font-size: 19px;
}
@media (min-width: 1024px) {
  .single__entry-item-body h3 {
    font-size: 20px;
  }
}
.single__entry-item-body h4 {
  border-left: 4px solid #18d9d3;
  padding-left: 17px;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .single__entry-item-body h4 {
    font-size: 19px;
  }
}
.single__entry-item-body h5 {
  border-bottom: 4px solid #d9d9d9;
  padding-bottom: 4px;
  font-size: 17px;
}
@media (min-width: 1024px) {
  .single__entry-item-body h5 {
    font-size: 18px;
  }
}
.single__entry-item-body h6 {
  border-bottom: 4px dashed #18d9d3;
  padding-bottom: 4px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .single__entry-item-body h6 {
    font-size: 17px;
  }
}
.single__entry-item-body p {
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 1024px) {
  .single__entry-item-body p {
    font-weight: 900;
  }
}
.single__entry-item-body a {
  color: #18d9d3;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.05em;
}
.single__entry-item-body ul {
  padding-left: 20px;
  list-style-image: url("../img/single-icon-check.svg");
}
.single__entry-item-body ul li {
  padding-left: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.single__entry-item-body ol {
  padding-left: 20px;
  list-style: decimal;
}
.single__entry-item-body ol li {
  padding-left: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.single__entry-item-body ol li::marker {
  color: #18d9d3;
}
.single__entry-item-body table {
  width: 100%;
  table-layout: fixed;
}
.single__entry-item-body table tbody tr:first-child {
  background: #18d9d3;
  color: #fff;
}
.single__entry-item-body table tbody tr:not(:first-child) {
  margin-bottom: 4px;
}
.single__entry-item-body table tbody tr:not(:first-child) td {
  border: 1px solid #d9d9d9;
}
.single__entry-item-body table tbody tr td {
  vertical-align: middle;
  padding: 13.5px;
  font-weight: 400;
  text-align: center;
}
.single__page-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 15px;
  font-weight: 700;
  font-size: 12px;
  font-family: "Noto Sans JP";
}
@media (min-width: 1024px) {
  .single__page-links {
    gap: 42px;
    margin-top: 45px;
  }
}
.single .block__link-btn {
  background: #18d9d3;
  padding: 6px 24px;
  font-size: 12px;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .single .block__link-btn {
    padding: 15px 20px;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.single .block__link-btn:hover {
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single__page-link {
  background: #18d9d3;
  padding: 6px 14px;
  color: #fff;
}
@media (min-width: 1024px) {
  .single__page-link {
    padding: 15px 20px;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
  }
}
.single__page-link:hover {
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}