html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and ( max-width: 768px ) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.7;
}

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

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

.head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4.5rem 0 3.3rem;
  background: #fff;
  z-index: 100;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
@media screen and ( max-width: 768px ) {
  .head {
    padding: 1.2rem 3%;
    min-height: auto;
    height: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.8rem 0;
  }
}

.head-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and ( max-width: 768px ) {
  .head-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0.4rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
  }
}

.head-recruit {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8rem 1.8rem;
  background: #118fe9;
  color: #fff !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 9999px;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s ease, background 0.2s ease;
  transition: opacity 0.2s ease, background 0.2s ease;
}
.head-recruit:hover {
  opacity: 1;
  background: #0d7bc9;
}
@media screen and ( max-width: 768px ) {
  .head-recruit {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
  }
}

.head-logo {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 52px */
}
@media screen and ( max-width: 768px ) {
  .head-logo {
    font-size: 1.8rem;
    line-height: 1.35;
    text-align: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: calc(100% - 10rem);
  }
}

@media screen and ( max-width: 768px ) {
  .head-tel {
    text-align: right;
  }
}

.head-tel__text {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
}
@media screen and ( max-width: 768px ) {
  .head-tel__text {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}

.head-tel__num {
  color: #118fea;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 46.8px */
}
@media screen and ( max-width: 768px ) {
  .head-tel__num {
    font-size: 1.6rem;
  }
}
@media screen and ( max-width: 768px ) {
  .head-tel__num p {
    white-space: nowrap;
  }
}

.cta {
  padding: 3.5rem 7.8rem 4.1rem;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  border: 1px solid #b5b5b5;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 #d6d6d6;
          box-shadow: 0 0 10px 0 #d6d6d6;
  position: absolute;
  top: 452px;
  left: 0;
  right: 0;
}
@media screen and ( max-width: 768px ) {
  .cta {
    padding: 3.5rem 6%;
    top: 370px;
  }
}

.cta-text {
  background: #f3f5f6;
  padding: 2.6rem 0 3.7rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and ( max-width: 768px ) {
  .cta-text {
    padding: 2.6rem 3% 3.7rem;
  }
}
.cta-text p {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
  margin-bottom: 1.9rem;
}
.cta-text strong {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 43.2px */
}

.cta-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 1030px) {
  .cta-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cta-btn a {
  padding: 2rem 5rem;
  border-radius: 60px;
}
@media screen and (max-width: 1030px) {
  .cta-btn a {
    text-align: center;
    max-width: 305px;
    margin: 0 auto;
    width: 100%;
  }
  .cta-btn a + a {
    margin-top: 1.6rem;
  }
}

.cta-btn__tel {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4820), to(#a30909));
  background: -webkit-linear-gradient(top, #ff4820 0%, #a30909 100%);
  background: linear-gradient(180deg, #ff4820 0%, #a30909 100%);
}

.cta-btn__line {
  background: -webkit-gradient(linear, left top, left bottom, from(#37f450), to(#16932b));
  background: -webkit-linear-gradient(top, #37f450 0%, #16932b 100%);
  background: linear-gradient(180deg, #37f450 0%, #16932b 100%);
}

.cta-btn__mail {
  background: -webkit-gradient(linear, left top, left bottom, from(#20b1ff), to(#0944a3));
  background: -webkit-linear-gradient(top, #20b1ff 0%, #0944a3 100%);
  background: linear-gradient(180deg, #20b1ff 0%, #0944a3 100%);
}

.cta-lead {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
@media screen and ( max-width: 768px ) {
  .cta-lead {
    font-size: 16px;
  }
}

.mv {
  position: relative;
  height: 600px;
  margin-bottom: 397px;
}
@media screen and ( max-width: 768px ) {
  .mv {
    height: 424px;
  }
}
@media screen and (max-width: 1030px) {
  .mv {
    margin-bottom: 640px;
  }
}
.mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-text {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  text-align: left;
  top: 102.74px;
  position: absolute;
  left: 0;
  right: 0;
}
.mv-text img {
  width: 646px;
  height: auto;
}
@media screen and ( max-width: 768px ) {
  .mv-text {
    top: 56px;
    width: 356.25px;
    right: auto;
    left: 2.5%;
  }
}

.reason {
  padding: 7.3rem 0 6.6rem;
  background: #f3f5f6;
}

.ttl {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 2.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and ( max-width: 768px ) {
  .ttl {
    font-size: 2.8rem;
  }
}
.ttl span {
  border-radius: 20px;
  border: 3px solid #118fe9;
  background: #118fe9;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding: 0.15rem 1.7rem;
  display: inline-block;
  margin-right: 1.2rem;
}
@media screen and ( max-width: 768px ) {
  .ttl span {
    font-size: 2.2rem;
  }
}

.reason-lead {
  margin-bottom: 4.3rem;
}
.reason-lead p {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
  /* 36px */
}

.reason-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
}
.reason-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.331rem;
  border-radius: 20px;
  border: 1px solid #b5b5b5;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 #d6d6d6;
          box-shadow: 0 0 10px 0 #d6d6d6;
  padding: 1.371rem 2.9rem;
}
@media screen and ( max-width: 768px ) {
  .reason-list li span {
    width: 3.6rem;
  }
  .reason-list li span svg {
    width: 100%;
  }
}
.reason-list p {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media screen and ( max-width: 768px ) {
  .reason-list p {
    font-size: 2rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.reason-list p span {
  color: #118fe9;
}

.media {
  padding: 8.4rem 0 10.1rem;
}

.media-lead {
  margin-bottom: 10.2rem;
}
.media-lead p {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
  /* 36px */
}

.media-card__item {
  border-radius: 20px;
  background: #f3f5f6;
  padding: 4.6rem 3.6rem 4.3rem;
  min-height: 540px;
  position: relative;
  width: 48rem;
}
@media screen and ( max-width: 768px ) {
  .media-card__item {
    width: 340px;
    min-height: 400px;
  }
}

.media-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.8rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 5.8rem;
}

.media-card__item-label {
  border-radius: 20px;
  background: #118fe9;
  padding: 0rem 2rem;
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -1.7rem;
}

.media-card__item-img {
  margin-bottom: 2.5rem;
}

.media-card__item-title {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2.4rem;
  white-space: nowrap;
}
@media screen and ( max-width: 768px ) {
  .media-card__item-title {
    font-size: 2.4rem;
  }
}

.media-card__item-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.media-card__item-list li span {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #118fe9;
  border-radius: 50%;
  display: inline-block;
}
.media-card__item-list li p {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.media2 {
  background: #f3f5f6;
}
.media2 .media-card__item {
  background: #fff;
}

.map {
  padding: 10.4rem 0 9.6rem;
}

.map-lead {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
  margin-bottom: 6.3rem;
}

.map-area {
  margin-bottom: 4.3rem;
}
.map-area svg {
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media screen and ( max-width: 768px ) {
  .map-area svg {
    height: auto;
  }
}
.map-area svg .pref-path {
  cursor: pointer;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.map-area svg .pref-path:hover {
  fill: #118fe9 !important;
}
.map-area svg .pref-path.selected {
  fill: #118fe9 !important;
}

.map-price {
  border-radius: 20px;
  background: #f3f5f6;
  padding: 3.8rem 0;
  text-align: center;
}
@media screen and ( max-width: 768px ) {
  .map-price {
    padding: 3.8rem 3%;
  }
}
.map-price h3 {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0.8rem;
}
.map-price strong {
  color: #118fe9;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 1.8rem;
  display: block;
}
@media screen and ( max-width: 768px ) {
  .map-price strong {
    font-size: 4.8rem;
  }
}
.map-price p {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  /* 23.4px */
}

.area {
  background: #f3f5f6;
  padding: 10rem 0 9.6rem;
}
.area .map-price {
  border-radius: 20px;
  border: 1px solid #b5b5b5;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 #d6d6d6;
          box-shadow: 0 0 10px 0 #d6d6d6;
  margin-bottom: 6rem;
}

.area-text {
  margin-bottom: 4.7rem;
}
.area-text p {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
  /* 36px */
}

.area-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.area-search label {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
  padding-left: 3.1rem;
  margin-bottom: 0.8rem;
}
.area-search__wrapper {
  position: relative;
  width: 100%;
}
.area-search select {
  border-radius: 20px;
  border: 1px solid #b5b5b5;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 #d6d6d6;
          box-shadow: 0 0 10px 0 #d6d6d6;
  width: 100%;
  padding: 1.1rem 3.1rem 1.1rem 3.1rem;
  padding-right: 5rem;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 43.2px */
}
.area-search__icon {
  position: absolute;
  right: 3.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and ( max-width: 768px ) {
  .area-search__icon {
    right: 1.6rem;
    width: 2rem;
  }
}

.area-search__wrapper {
  margin-bottom: 4.9rem;
}

.price-table-title {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 4.7rem;
}

.price-table-toggle {
  position: relative;
}
@media screen and ( max-width: 768px ) {
  .price-table-toggle {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .price-table-toggle::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .price-table-toggle.scrollable::after {
    opacity: 1;
  }
  .price-table-toggle::before {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 1rem solid #118fe9;
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-animation: scroll-hint 1.5s ease-in-out infinite;
            animation: scroll-hint 1.5s ease-in-out infinite;
  }
  .price-table-toggle.scrollable::before {
    opacity: 1;
  }
  @-webkit-keyframes scroll-hint {
    0%, 100% {
      -webkit-transform: translateY(-50%) translateX(0);
              transform: translateY(-50%) translateX(0);
    }
    50% {
      -webkit-transform: translateY(-50%) translateX(0.5rem);
              transform: translateY(-50%) translateX(0.5rem);
    }
  }
  @keyframes scroll-hint {
    0%, 100% {
      -webkit-transform: translateY(-50%) translateX(0);
              transform: translateY(-50%) translateX(0);
    }
    50% {
      -webkit-transform: translateY(-50%) translateX(0.5rem);
              transform: translateY(-50%) translateX(0.5rem);
    }
  }
}

.price-table {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr;
}
@media screen and ( max-width: 768px ) {
  .price-table {
    width: 640px;
    min-width: 640px;
  }
}
.price-table dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-table__header {
  display: contents;
}
.price-table__header dt {
  background: #e3e3e3;
  border: 1px solid #b5b5b5;
  padding: 1.5rem;
  text-align: left;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.price-table__header dt:first-child {
  border-top-left-radius: 2rem;
  border-right: none;
}
.price-table__header dt:nth-child(2), .price-table__header dt:nth-child(3) {
  border-right: none;
}
.price-table__header dt:last-child {
  border-top-right-radius: 2rem;
}
.price-table__row {
  display: contents;
}
.price-table__pref {
  background: #e3e3e3;
  border: 1px solid #b5b5b5;
  border-right: none;
  padding: 1rem 2.4rem;
  text-align: left;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  grid-row: span var(--rows, 1);
}
.price-table__area {
  border: 1px solid #b5b5b5;
  border-right: none;
  padding: 1rem 2.4rem;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
}
.price-table__row--no-pref .price-table__area {
  grid-column: 2;
  border-left: none;
}
.price-table__city {
  border: 1px solid #b5b5b5;
  border-right: none;
  padding: 1rem 2.4rem;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
}
.price-table__row--no-pref .price-table__city {
  grid-column: 3;
}
.price-table__price {
  border: 1px solid #b5b5b5;
  padding: 1rem 2.4rem;
  color: #118fe9;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.price-table__row--no-pref .price-table__price {
  grid-column: 4;
}
.price-table__row:first-of-type .price-table__pref {
  border-top-left-radius: 2rem;
}
.price-table__pref--last {
  border-bottom-left-radius: 2rem !important;
  border-bottom: 1px solid #b5b5b5 !important;
}
.price-table__row:last-of-type .price-table__price {
  border-bottom-right-radius: 2rem;
}
.price-table__row:not(:last-of-type) .price-table__pref, .price-table__row:not(:last-of-type) .price-table__area, .price-table__row:not(:last-of-type) .price-table__city, .price-table__row:not(:last-of-type) .price-table__price {
  border-bottom: none;
}
.price-table__row:not(:first-of-type) .price-table__area {
  border-left: 1px solid #b5b5b5;
}

.price-table__header dt {
  border-bottom: none;
}

.contact {
  padding: 9.3rem 0;
}
.contact .ttl {
  margin-bottom: 5.2rem;
}

.floating-cta {
  position: fixed;
  left: 50%;
  bottom: 1.6rem;
  -webkit-transform: translateX(-50%) translateY(1.2rem);
          transform: translateX(-50%) translateY(1.2rem);
  width: min(94%, 640px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
}
.floating-cta.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
@media screen and ( max-width: 768px ) {
  .floating-cta {
    width: 96%;
    bottom: 1rem;
    gap: 0.6rem;
  }
}

.floating-cta__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 5.2rem;
  padding: 1.1rem 1.2rem;
  border-radius: 9999px;
  color: #fff !important;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.floating-cta__btn:hover {
  opacity: 1;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media screen and ( max-width: 768px ) {
  .floating-cta__btn {
    min-height: 4.8rem;
    font-size: 1.5rem;
    padding: 1rem 0.8rem;
  }
}

.floating-cta__btn--request {
  background: -webkit-gradient(linear, left top, left bottom, from(#34c759), to(#22863a));
  background: -webkit-linear-gradient(top, #34c759 0%, #22863a 100%);
  background: linear-gradient(180deg, #34c759 0%, #22863a 100%);
}

.floating-cta__btn--recruit {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5a5a), to(#b91c1c));
  background: -webkit-linear-gradient(top, #ff5a5a 0%, #b91c1c 100%);
  background: linear-gradient(180deg, #ff5a5a 0%, #b91c1c 100%);
}/*# sourceMappingURL=style.css.map */