/*!
Theme Name: カエール Theme
Version: 1.0
*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&family=Manrope:wght@700&display=swap");
:root {
  --mainColor: #6EB07E;
  --sidePadding: 55px;
}
@media (max-width: 1199px) {
  :root {
    --sidePadding: 40px;
  }
}
@media (max-width: 999px) {
  :root {
    --sidePadding: 36px;
  }
}
@media (max-width: 767px) {
  :root {
    --sidePadding: 9.33vw;
  }
}

body {
  background: #F1F7F2;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "yu-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.55;
}
@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
    line-height: 1.45;
  }
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

/* Components */
.c-title {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "Helvetica", "Manrope", sans-serif;
  color: #6EB07E;
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  line-height: 1;
}
.c-title::after {
  content: "";
  display: block;
  margin: 30px auto 0;
  width: 50px;
  height: 5px;
  background: #6EB07E;
}
@media (max-width: 767px) {
  .c-title {
    font-size: 6.4vw;
    letter-spacing: 0.15em;
  }
  .c-title::after {
    margin-top: 5.3333333333vw;
    width: 13.3333333333vw;
    height: 1.0666666667vw;
  }
}

a, button {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  cursor: pointer;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  text-decoration: none;
  width: 247px;
  height: 53px;
  border-style: solid;
  border-width: 1px;
  border-radius: 9999px;
  font-size: 18px;
}
.button svg {
  width: 14px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
@media (max-width: 767px) {
  .button {
    gap: 2.1333333333vw;
    width: 46.6666666667vw;
    height: 9.6vw;
    font-size: 3.4vw;
  }
  .button svg {
    width: 2.5333333333vw;
  }
}

/* Layout */
.wrapper {
  overflow: hidden;
}

section {
  position: relative;
}

.inline-block {
  display: inline-block;
}

.overflowWrap {
  overflow: hidden;
}

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

@media (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}

.l-container {
  max-width: calc(1434px + var(--sidePadding) * 2);
  padding-left: var(--sidePadding);
  padding-right: var(--sidePadding);
  margin-left: auto;
  margin-right: auto;
}
.l-container.-mm {
  max-width: calc(1385px + var(--sidePadding) * 2);
}

/* Header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 109px;
  padding: 0 var(--sidePadding);
  background: #fff;
}
@media (max-width: 999px) {
  .l-header {
    height: 62px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .l-header {
    height: 16.5333333333vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.l-header .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .l-header .header_logo {
    width: 140px;
  }
}
@media (max-width: 999px) {
  .l-header .header_logo {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .l-header .header_logo {
    width: 23.4666666667vw;
  }
}
.l-header .header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 1199px) {
  .l-header .header_nav ul {
    gap: 20px;
  }
}
@media (max-width: 999px) {
  .l-header .header_nav ul {
    display: block;
  }
}
.l-header .header_nav ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px;
  color: #000;
  font-size: 18px;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
@media (max-width: 1199px) {
  .l-header .header_nav ul li a {
    font-size: 16px;
  }
}
.l-header .header_nav ul li a.contact {
  padding: 0 26px;
  background: #6EB07E;
  font-size: 21px;
  color: #fff;
  line-height: 63px;
}
@media (hover: hover) and (pointer: fine) {
  .l-header .header_nav ul li a.contact:hover {
    background: #3d854f;
  }
}
@media (max-width: 1199px) {
  .l-header .header_nav ul li a.contact {
    font-size: 18px;
    padding: 0 20px;
    line-height: 55px;
  }
}
@media (max-width: 999px) {
  .l-header .header_nav ul li a.contact {
    font-size: 21px;
    line-height: 63px;
  }
}
@media (max-width: 767px) {
  .l-header .header_nav ul li a.contact {
    font-size: 4vw;
    line-height: 13.3333333333vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header .header_nav ul li a:not(.contact):hover {
    text-decoration: underline;
  }
}
@media (max-width: 999px) {
  .l-header .header_nav {
    position: fixed;
    top: 62px;
    right: -321px;
    bottom: 0;
    width: 320px;
    padding: 0 20px;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    background: #fff;
  }
  .l-header .header_nav ul li {
    border-bottom: solid 1px #ddd;
  }
  .l-header .header_nav ul li:last-child {
    margin-top: 20px;
    border-bottom: none;
  }
  .l-header .header_nav ul li a {
    display: block;
    padding: 12px 5px;
  }
  .l-header .header_nav ul li a.contact {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .l-header .header_nav {
    top: 16.5333333333vw;
    right: -66.9333333333vw;
    width: 66.6666666667vw;
    max-width: none;
    padding: 0 5.3333333333vw;
  }
  .l-header .header_nav ul li:last-child {
    margin-top: 5.3333333333vw;
  }
  .l-header .header_nav ul li a {
    padding: 3.2vw 1.3333333333vw;
  }
}
.l-header .header_toggle {
  display: none;
}
@media (max-width: 999px) {
  .l-header .header_toggle {
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
  }
  .l-header .header_toggle span {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    background: #203901;
    height: 2px;
    margin: auto;
    border-radius: 99px;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .l-header .header_toggle span:nth-of-type(1) {
    width: 10px;
    -webkit-transform: translateY(-8px) translateX(5px);
            transform: translateY(-8px) translateX(5px);
  }
  .l-header .header_toggle span:nth-of-type(2) {
    width: 20px;
  }
  .l-header .header_toggle span:nth-of-type(3) {
    width: 10px;
    -webkit-transform: translateY(8px) translateX(-5px);
            transform: translateY(8px) translateX(-5px);
  }
}
@media (max-width: 767px) {
  .l-header .header_toggle {
    gap: 1.8666666667vw;
    width: 12vw;
    height: 12vw;
  }
  .l-header .header_toggle span:nth-of-type(1) {
    width: 2.6666666667vw;
    -webkit-transform: translateY(-2.1333333333vw) translateX(1.3333333333vw);
            transform: translateY(-2.1333333333vw) translateX(1.3333333333vw);
  }
  .l-header .header_toggle span:nth-of-type(2) {
    width: 5.3333333333vw;
  }
  .l-header .header_toggle span:nth-of-type(3) {
    width: 2.6666666667vw;
    -webkit-transform: translateY(2.1333333333vw) translateX(-1.3333333333vw);
            transform: translateY(2.1333333333vw) translateX(-1.3333333333vw);
  }
}

body.-navOpen::after {
  opacity: 1;
  pointer-events: all;
}
body.-navOpen .header_nav {
  right: 0;
}
body.-navOpen .header_toggle {
  gap: 0;
}
body.-navOpen .header_toggle span:nth-of-type(1) {
  width: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.-navOpen .header_toggle span:nth-of-type(2) {
  opacity: 0;
}
body.-navOpen .header_toggle span:nth-of-type(3) {
  width: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  body.-navOpen .header_toggle span:nth-of-type(1), body.-navOpen .header_toggle span:nth-of-type(3) {
    width: 5.3333333333vw;
  }
}

/* Footer */
.footer {
  text-align: center;
  background: #6EB07E;
  color: #fff;
}
@media (max-width: 767px) {
  .footer .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer_copyright {
  padding: 16px 0;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer_copyright {
    padding: 1em 0;
    font-size: 3.2vw;
  }
}

/* Main */
.l-main {
  padding-top: 109px;
}
@media (max-width: 999px) {
  .l-main {
    padding-top: 62px;
  }
}
@media (max-width: 767px) {
  .l-main {
    padding-top: 16.5333333333vw;
  }
}

/* KV */
.s-kv {
  z-index: 2;
  padding: 6px 0 0;
  background: linear-gradient(101.67deg, #6EB07E 0%, #A2C3A2 41%, #FFFFFF 68%, #FFFFFF 100%);
}
@media (max-width: 767px) {
  .s-kv {
    padding: 6.1333333333vw 0 0;
    background: linear-gradient(101.67deg, #6EB07E 21%, #A2C3A2 53%, #FFFFFF 100%);
  }
}
.s-kv .l-container {
  max-width: calc(1671px + var(--sidePadding) * 2);
}
@media (max-width: 767px) {
  .s-kv .l-container {
    padding: 0;
  }
}
.s-kv_row {
  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;
  margin-bottom: min(calc(0px - 0.83vw), -16px);
}
@media (max-width: 767px) {
  .s-kv_row {
    display: block;
    margin-bottom: 0;
  }
}
.s-kv_article {
  width: 28.366%;
}
.s-kv_article .lead {
  width: 90.396%;
  margin-bottom: min(2.29vw, 44px);
}
.s-kv_article .campaign {
  margin-bottom: min(1.25vw, 24px);
  text-shadow: 0px 0px 5px rgb(255, 255, 255);
  color: #CC562C;
  font-size: min(1.453vw, 28px);
}
.s-kv_article .campaign.-sm {
  position: absolute;
  right: 0;
  top: min(3.958vw, 76px);
  margin-bottom: min(1.04vw, 20px);
  color: #6EB07E;
  font-size: min(1.14vw, 22px);
  line-height: 1.3;
  text-shadow: none;
}
.s-kv_article .campaign.-sm em {
  font-style: normal;
  color: #CC562C;
}
.s-kv_article .up {
  padding: min(0.833vw, 16px) min(0.9375vw, 18px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  color: #6EB07E;
  font-size: min(2.08vw, 40px);
  line-height: 1.15;
}
@media (max-width: 999px) {
  .s-kv_article {
    margin-top: -25px;
  }
}
@media (max-width: 767px) {
  .s-kv_article {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .s-kv_article .lead {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .s-kv_article .lead img {
    width: 54.4vw;
  }
  .s-kv_article .campaign {
    margin-bottom: 2.6666666667vw;
    text-shadow: 0px 0px 0.8vw rgba(255, 255, 255, 0.5);
    font-size: 4.2666666667vw;
  }
  .s-kv_article .campaign.-sm {
    position: initial;
    color: #fff;
    text-shadow: 0 0 1.3333333333vw rgb(55, 163, 151);
    margin-bottom: 3.2vw;
    font-size: 3.7333333333vw;
  }
  .s-kv_article .up {
    width: 100%;
    padding: 4vw;
    background: #6EB07E;
    color: #fff;
    font-size: 4.2666666667vw;
  }
}
.s-kv_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 69.737%;
}
.s-kv_images .model {
  width: 51.05%;
}
.s-kv_images .pc {
  width: 37.18%;
}
.s-kv_images .pc.-sm {
  margin-top: min(1.5625vw, 30px);
}
@media (min-width: 768px) {
  .s-kv_images .model {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}
@media (max-width: 767px) {
  .s-kv_images {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: -2.1333333333vw;
  }
  .s-kv_images .model {
    display: block;
    width: 73.8666666667vw;
    margin: 0 auto;
    -webkit-transform: translateX(4vw);
            transform: translateX(4vw);
  }
}

/* About */
.s-about {
  z-index: 1;
  padding: 120px 0 70px;
  background: #fff;
}
@media (max-width: 767px) {
  .s-about {
    padding: 17.0666666667vw 0 9.3333333333vw;
  }
}
.s-about::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 136px;
  background: #fff;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (max-width: 1199px) {
  .s-about::after {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .s-about::after {
    height: 9.3333333333vw;
  }
}
.s-about_title {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .s-about_title {
    margin-bottom: 8vw;
  }
}
.s-about_subTitle {
  text-align: center;
  margin-bottom: 30px;
  color: #6EB07E;
  font-size: 40px;
}
@media (max-width: 767px) {
  .s-about_subTitle {
    margin-bottom: 4.8vw;
    font-size: 5.3333333333vw;
  }
}
.s-about_lead {
  text-align: center;
  max-width: 33em;
  margin: 0 auto 40px;
  color: #6EB07E;
  font-size: 24px;
}
@media (max-width: 767px) {
  .s-about_lead {
    margin-bottom: 13.3333333333vw;
  }
}
.s-about_points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  color: #6EB07E;
}
@media (max-width: 1199px) {
  .s-about_points {
    gap: 30px;
  }
}
@media (max-width: 999px) {
  .s-about_points {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .s-about_points {
    grid-template-columns: 1fr;
    gap: 6.6666666667vw;
  }
}
.s-about_points .point {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 42px 68px;
  background: #fff;
  -webkit-box-shadow: 0 0 18px rgba(110, 176, 126, 0.3);
          box-shadow: 0 0 18px rgba(110, 176, 126, 0.3);
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .s-about_points .point {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 999px) {
  .s-about_points .point {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .s-about_points .point {
    padding: 5.6vw 7.4666666667vw;
  }
}
.s-about_points .point_num {
  display: grid;
  place-content: center;
  width: 50px;
  margin: 0 auto 22px;
  aspect-ratio: 1/1;
  background: #6EB07E;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .s-about_points .point_num {
    width: 8vw;
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
}
.s-about_points .point_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 28px;
  font-size: 32px;
}
.s-about_points .point_title small {
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .s-about_points .point_title small {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .s-about_points .point_title {
    margin-bottom: 4vw;
    font-size: 5.8666666667vw;
  }
  .s-about_points .point_title small {
    font-size: 3.7333333333vw;
  }
}
.s-about_points .point_description {
  text-align: justify;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .s-about_points .point_description {
    padding-bottom: 4.2666666667vw;
  }
}
.s-about_points .point_example {
  padding-top: 24px;
  margin-top: auto;
  border-top: solid 1px #6EB07E;
}
.s-about_points .point_example dt {
  text-align: left;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 24px;
}
.s-about_points .point_example dt small {
  font-size: 1rem;
}
@media (max-width: 1199px) {
  .s-about_points .point_example dt {
    font-size: 20px;
  }
  .s-about_points .point_example dt small {
    font-size: 14px;
  }
}
.s-about_points .point_example dd img {
  border: solid 1px #6EB07E;
}
@media (max-width: 999px) {
  .s-about_points .point_example dt {
    font-size: 17px;
  }
  .s-about_points .point_example dt small {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .s-about_points .point_example {
    padding-top: 4.2666666667vw;
  }
  .s-about_points .point_example dt {
    font-size: 4.5333333333vw;
  }
}

/* 主要機能 */
.s-features {
  position: relative;
  padding: 280px 0 305px;
}
@media (max-width: 767px) {
  .s-features {
    padding: 20vw 0 96.8vw;
    z-index: 2;
  }
}
.s-features::before {
  content: "";
  position: absolute;
  display: block;
  width: 583px;
  height: 583px;
  background: #BCDAC3;
  border-radius: 50%;
  top: -377px;
  right: -268px;
}
@media (max-width: 767px) {
  .s-features::before {
    display: none;
  }
}
.s-features_inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .s-features_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
}
@media (max-width: 999px) {
  .s-features_inner {
    gap: 30px;
  }
}
.s-features_title {
  width: 141px;
}
@media (max-width: 1199px) {
  .s-features_title {
    width: 119px;
  }
}
@media (max-width: 999px) {
  .s-features_title {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .s-features_title {
    text-align: center;
    width: 100%;
    margin-bottom: 14.6666666667vw;
  }
  .s-features_title img {
    width: 51.7333333333vw;
  }
}
.s-features_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 39px 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 1063px;
}
@media (max-width: 1199px) {
  .s-features_list {
    gap: 31px 40px;
  }
}
@media (max-width: 999px) {
  .s-features_list {
    gap: 25px 30px;
  }
}
@media (max-width: 767px) {
  .s-features_list {
    display: block;
  }
}
.s-features_list .feature {
  width: calc(50% - 25px);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .s-features_list .feature {
    width: 100%;
    margin-bottom: 10.6666666667vw;
    border-radius: 4.2666666667vw;
  }
}
.s-features_list .feature_title {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 10px 10px 10px 30px;
  background: #6EB07E;
  color: #fff;
  font-size: 24px;
}
.s-features_list .feature_title .num {
  font-size: 40px;
  line-height: 1;
  font-family: "Helvetica", "Manrope", sans-serif;
  padding-top: 6px;
}
@media (max-width: 1199px) {
  .s-features_list .feature_title {
    gap: 24px;
    line-height: 1.3;
  }
  .s-features_list .feature_title .num {
    font-size: 36px;
  }
}
@media (max-width: 999px) {
  .s-features_list .feature_title {
    gap: 16px;
    padding: 10px 20px;
    font-size: 20px;
  }
  .s-features_list .feature_title .num {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .s-features_list .feature_title {
    gap: 3.4666666667vw;
    padding: 3.4666666667vw 4.2666666667vw 2.4vw;
    font-size: 5.0133333333vw;
  }
  .s-features_list .feature_title .inline-block {
    display: inline;
  }
  .s-features_list .feature_title .num {
    font-size: 8vw;
  }
}
.s-features_list .feature_text {
  text-align: justify;
  padding: 33px 38px;
  color: #6EB07E;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .s-features_list .feature_text {
    font-size: 18px;
  }
}
@media (max-width: 999px) {
  .s-features_list .feature_text {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .s-features_list .feature_text {
    padding: 6.4vw 6.9333333333vw;
    font-size: 5.3333333333vw;
  }
}
.s-features_image {
  position: absolute;
  width: 736px;
  height: 425px;
  left: 62%;
  bottom: 92px;
  -webkit-transform: translateX(-35%);
          transform: translateX(-35%);
}
@media (max-width: 1199px) {
  .s-features_image {
    width: 588px;
    height: 340px;
  }
}
@media (max-width: 999px) {
  .s-features_image {
    left: 58%;
    width: 500px;
  }
}
@media (max-width: 767px) {
  .s-features_image {
    left: 0;
    bottom: -2.1333333333vw;
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    -webkit-transform: none;
            transform: none;
  }
  .s-features_image img {
    width: 74.08vw;
    height: 86.0533333333vw;
    vertical-align: bottom;
  }
}

/* サービスイメージ */
.s-image {
  padding: 115px 0 132px;
  background: #6EB07E;
}
@media (max-width: 767px) {
  .s-image {
    padding: 10.6666666667vw 0 4.2666666667vw;
  }
}
.s-image::before {
  content: "";
  position: absolute;
  display: block;
  width: 408px;
  height: 408px;
  background: #BCDAC3;
  border-radius: 50%;
  top: -332px;
  left: -170px;
}
@media (max-width: 767px) {
  .s-image::before {
    display: none;
  }
}
.s-image_title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  font-family: "Helvetica", "Manrope", sans-serif;
}
.s-image_title span {
  font-size: 64px;
}
@media (max-width: 767px) {
  .s-image_title {
    text-align: center;
    margin-bottom: 4.8vw;
    font-size: 6.4vw;
    line-height: 1.4;
  }
  .s-image_title span {
    font-size: 9.6vw;
  }
}
.s-image_lead {
  max-width: 45em;
  margin-bottom: 50px;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 999px) {
  .s-image_lead {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .s-image_lead {
    margin-bottom: 8vw;
    font-size: 4.2666666667vw;
  }
}
.s-image_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 33px;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .s-image_row {
    grid-template-columns: 1fr;
    gap: 5.8666666667vw;
    margin: 0 -6.6666666667vw 5.8666666667vw;
  }
}
.s-image_col {
  display: grid;
  grid-template-columns: 28.7% 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 66px 28px 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 18px rgba(110, 176, 126, 0.3);
          box-shadow: 0 0 18px rgba(110, 176, 126, 0.3);
  border-radius: 16px;
}
.s-image_col figure img {
  width: 100%;
}
.s-image_col p {
  color: #8BC098;
  font-size: 20px;
}
@media (max-width: 767px) {
  .s-image_col {
    grid-template-columns: 1fr;
    gap: 4vw;
    padding: 5.3333333333vw 7.2vw 9.0666666667vw;
  }
  .s-image_col figure {
    text-align: center;
  }
  .s-image_col figure img {
    width: 48vw;
  }
  .s-image_col p {
    font-size: 5.0666666667vw;
    text-align: justify;
  }
}
.s-image_image {
  background: #fff;
  -webkit-box-shadow: 0 0 18px rgba(110, 176, 126, 0.3);
          box-shadow: 0 0 18px rgba(110, 176, 126, 0.3);
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .s-image_image {
    margin: 0 -6.6666666667vw;
  }
}

/* メリット */
.s-merit {
  padding: 124px 0 0;
  background: #fff;
}
@media (max-width: 767px) {
  .s-merit {
    padding-top: 16vw;
  }
  .s-merit .l-container {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.s-merit_container {
  padding: 78px 157px 177px;
  background: #F0F7F2;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 18px rgba(110, 176, 126, 0.3);
          box-shadow: 0 0 18px rgba(110, 176, 126, 0.3);
}
@media (max-width: 1199px) {
  .s-merit_container {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 100px;
  }
}
@media (max-width: 999px) {
  .s-merit_container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .s-merit_container {
    padding: 8.5333333333vw 5.3333333333vw;
  }
}
.s-merit_caption {
  text-align: center;
  margin-bottom: 10px;
  color: #CC562C;
  font-size: 64px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 999px) {
  .s-merit_caption {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .s-merit_caption {
    margin-bottom: 3.7333333333vw;
    font-size: 8.5333333333vw;
    line-height: 1.4;
  }
}
.s-merit_title {
  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: 7px;
  margin-bottom: 65px;
  color: #2FA092;
  font-size: 32px;
}
@media (max-width: 999px) {
  .s-merit_title {
    font-size: 28px;
  }
  .s-merit_title img {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .s-merit_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 8.5333333333vw;
    font-size: 5.6vw;
  }
  .s-merit_title img {
    width: 29.3333333333vw;
  }
}
.s-merit_list {
  text-align: center;
}
.s-merit_list .item + .item {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .s-merit_list .item + .item {
    margin-top: 13.3333333333vw;
  }
}
.s-merit_list .item_title {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .s-merit_list .item_title {
    margin-bottom: 6.4vw;
  }
}
.s-merit_list .item_description {
  max-width: 825px;
  margin: 0 auto 30px;
  color: #6EB07E;
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .s-merit_list .item_description {
    text-align: left;
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .s-merit_list .item_description br {
    display: none;
  }
}
.s-merit_list .item_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}
.s-merit_list .item_tag li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 10px 8px 5px;
  background: #6EB07E;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .s-merit_list .item_tag {
    gap: 3.2vw;
  }
  .s-merit_list .item_tag li {
    padding: 1.3333333333vw 1.6vw;
    font-size: 3.2vw;
  }
}
.s-merit_points {
  position: relative;
  max-width: 1071px;
  padding: 33px 204px 33px 67px;
  margin: 110px auto 0;
  background: #CC562C;
  border-radius: 40px;
  color: #fff;
}
@media (max-width: 1199px) {
  .s-merit_points {
    padding-right: 67px;
    padding-bottom: 0;
  }
}
@media (max-width: 999px) {
  .s-merit_points {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 767px) {
  .s-merit_points {
    padding: 5.3333333333vw 6.9333333333vw 0;
    margin: 15.4666666667vw -4vw 0;
  }
}
.s-merit_points .title {
  font-size: 64px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.s-merit_points .title small {
  font-size: 0.75em;
}
@media (max-width: 1199px) {
  .s-merit_points .title {
    font-size: 54px;
  }
}
@media (max-width: 999px) {
  .s-merit_points .title {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .s-merit_points .title {
    margin-bottom: 9.3333333333vw;
    font-size: 7.2vw;
    white-space: nowrap;
    -webkit-transform: translateX(-1.3333333333vw);
            transform: translateX(-1.3333333333vw);
  }
  .s-merit_points .title small {
    font-size: 1em;
  }
}
.s-merit_points .list_item {
  display: grid;
  grid-template-columns: 90px -webkit-max-content 14px 1fr;
  grid-template-columns: 90px max-content 14px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0;
  border-bottom: solid 1px #fff;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .s-merit_points .list_item {
    grid-template-columns: 60px 12em 14px auto;
  }
}
@media (max-width: 767px) {
  .s-merit_points .list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    border: none;
  }
  .s-merit_points .list_item:nth-child(n+2) {
    margin-top: 8vw;
  }
}
.s-merit_points .list_item:last-child {
  border: none;
}
.s-merit_points .list_item .num {
  line-height: 1;
}
@media (max-width: 1199px) {
  .s-merit_points .list_item .num img {
    width: auto;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .s-merit_points .list_item .num {
    width: 12.5333333333vw;
  }
  .s-merit_points .list_item .num img {
    height: 9.0666666667vw;
  }
}
.s-merit_points .list_item .t1 {
  margin-right: 9px;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .s-merit_points .list_item .t1 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .s-merit_points .list_item .t1 {
    width: calc(100% - 12.5333333333vw);
    padding-left: 4vw;
    margin-right: 0;
    font-size: 4.2666666667vw;
  }
  .s-merit_points .list_item .t1 + img {
    display: none;
  }
  .s-merit_points .list_item .t1 .inline-block {
    display: inline;
  }
}
.s-merit_points .list_item .t2 {
  margin-left: 9px;
  font-style: italic;
  font-size: 32px;
  text-decoration: underline;
  text-decoration-thickness: 8px;
  text-decoration-color: #FFEE07;
  text-underline-offset: -0.1em;
}
@media (max-width: 1199px) {
  .s-merit_points .list_item .t2 {
    margin-left: 12px;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .s-merit_points .list_item .t2 {
    margin-top: 1.3333333333vw;
    margin-left: 0;
    font-size: 6.6666666667vw;
    text-decoration-thickness: 2.1333333333vw;
    white-space: nowrap;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.s-merit_image {
  position: absolute;
  right: -274px;
  bottom: -170px;
}
@media (max-width: 1199px) {
  .s-merit_image {
    position: initial;
    text-align: center;
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
  }
  .s-merit_image img {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .s-merit_image {
    margin-top: 4vw;
    -webkit-transform: translateY(2.6666666667vw);
            transform: translateY(2.6666666667vw);
  }
  .s-merit_image img {
    width: 80vw;
  }
}

/* FAQ */
.s-faq {
  overflow: hidden;
  padding: 137px 0 0;
  background: #fff;
}
@media (max-width: 767px) {
  .s-faq {
    padding-top: 16vw;
  }
  .s-faq .l-container {
    padding: 0;
  }
}
.s-faq_inner {
  position: relative;
  z-index: 1;
  max-width: 1048px;
  padding: 40px 50px 44px;
  margin: 0 auto;
  background: #F5FAF9;
}
@media (max-width: 767px) {
  .s-faq_inner {
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
.s-faq_title {
  margin-bottom: 19px;
  color: #000;
  font-size: 24px;
  letter-spacing: 0;
}
.s-faq_title::after {
  margin-top: 13px;
  width: 32px;
  height: 3px;
  background: #000;
}
@media (max-width: 767px) {
  .s-faq_title {
    margin-bottom: 6.6666666667vw;
    font-size: 5.8666666667vw;
  }
  .s-faq_title::after {
    margin-top: 3.2vw;
    width: 8vw;
    height: 0.8vw;
  }
}
.s-faq_subTitle {
  text-align: center;
  margin-bottom: 27px;
  font-weight: 500;
  font-size: 18px;
}
details + .s-faq_subTitle {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .s-faq_subTitle {
    margin-bottom: 5.8666666667vw;
    font-size: 4.2666666667vw;
  }
  details + .s-faq_subTitle {
    margin-top: 12vw;
  }
}
.s-faq details {
  max-width: 786px;
  margin: 0 auto 15px;
  background: #fff;
  border: solid 1px #eee;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 0px #E6EBEF;
          box-shadow: 0px 3px 0px #E6EBEF;
}
@media (max-width: 767px) {
  .s-faq details {
    margin-bottom: 4vw;
    border-radius: 1.0666666667vw;
    -webkit-box-shadow: 0px 0.8vw 0px #E6EBEF;
            box-shadow: 0px 0.8vw 0px #E6EBEF;
  }
}
.s-faq details summary {
  position: relative;
  padding: 24px 90px 24px 84px;
  cursor: pointer;
  display: block;
  list-style: none;
  font-weight: 700;
}
@media (max-width: 767px) {
  .s-faq details summary {
    padding: 4.8vw 12vw 4.8vw 16.5333333333vw;
  }
}
.s-faq details summary::-webkit-details-marker {
  display: none;
}
.s-faq details summary::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 32px;
  bottom: 0;
  display: block;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 1.35em;
  margin: auto;
  background: #000;
  border-radius: 2px;
  font-family: "Noto Sans", "Helvetica", "Manrope", sans-serif;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 767px) {
  .s-faq details summary::before {
    left: 4.8vw;
    width: 8vw;
    height: 8vw;
    font-size: 4.8vw;
  }
}
.s-faq details summary span {
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  display: block;
  width: 14px;
  height: 7px;
  margin: auto;
  background: #000;
  clip-path: polygon(50% 7px, 0% 0%, 14px 0%);
}
@media (max-width: 767px) {
  .s-faq details summary span {
    right: 4.8vw;
    width: 3.7333333333vw;
    height: 1.8666666667vw;
    clip-path: polygon(50% 1.8666666667vw, 0% 0%, 3.7333333333vw 0%);
  }
}
.s-faq details[open] summary span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.s-faq details p {
  padding: 12px 0 20px;
  margin: 0 32px;
  border-top: solid 1px #ddd;
  font-size: 14px;
}
@media (max-width: 767px) {
  .s-faq details p {
    padding: 3.2vw 0 4.8vw;
    margin: 0 4.8vw;
    font-size: 3.7333333333vw;
  }
}
.s-faq_notes {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .s-faq_notes {
    margin-top: 10.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.s-faq_notes span {
  position: relative;
  display: inline-block;
  text-align: left;
  padding-left: 1.1em;
}
.s-faq_notes span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.s-contact {
  padding: 73px 0 100px;
  background: #fff;
}
@media (max-width: 767px) {
  .s-contact {
    padding: 16vw 0 21.3333333333vw;
  }
}
@media (max-width: 767px) {
  .s-contact .l-container {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.s-contact_title {
  margin-bottom: 38px;
  color: #000;
  font-size: 24px;
  letter-spacing: 0;
}
.s-contact_title::after {
  margin-top: 13px;
  width: 32px;
  height: 3px;
  background: #000;
}
.s-contact_title:nth-child(n+2) {
  margin-top: 98px;
}
@media (max-width: 767px) {
  .s-contact_title {
    margin-bottom: 6.6666666667vw;
    font-size: 5.8666666667vw;
  }
  .s-contact_title::after {
    margin-top: 3.2vw;
    width: 8vw;
    height: 0.8vw;
  }
  .s-contact_title:nth-child(n+2) {
    margin-top: 16vw;
  }
}
.s-contact_link {
  text-align: center;
}
.s-contact_link > a {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 414px;
  padding: 0.9em 42px;
  background: #44A99E;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  line-height: 1.4;
}
.s-contact_link > a .logo {
  width: 19px;
}
.s-contact_link > a .arrow {
  width: 14px;
}
.s-contact_link > a svg {
  fill: #fff;
  vertical-align: middle;
}
@media (hover: hover) and (pointer: fine) {
  .s-contact_link > a:hover {
    background: #3d854f;
  }
}
@media (max-width: 767px) {
  .s-contact_link > a {
    max-width: none;
    padding: 0.9em 2.5em;
    border-radius: 1.0666666667vw;
  }
  .s-contact_link > a .logo {
    width: 6.9333333333vw;
  }
  .s-contact_link > a .arrow {
    width: 5.8666666667vw;
  }
}
.s-contact_link.-hasIcon > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
}
.s-contact_link.-hasIcon > a strong {
  padding-top: 0.22em;
}
@media (max-width: 767px) {
  .s-contact_link.-hasIcon > a {
    gap: 3.4666666667vw;
  }
}
.s-contact_movie {
  max-width: 1048px;
  margin: 70px auto 0;
}
@media (max-width: 767px) {
  .s-contact_movie {
    margin-top: 13.3333333333vw;
  }
}
.s-contact_movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.s-price {
  padding: 70px 0 100px;
  background: #F4FAF9;
}
@media (max-width: 767px) {
  .s-price {
    padding: 22.6666666667vw 0 20.8vw;
  }
}
.s-price_title {
  margin-bottom: 56px;
  font-size: 34px;
  color: #37A397;
  letter-spacing: 0;
}
.s-price_title::after {
  background: #37A397;
}
@media (max-width: 767px) {
  .s-price_title {
    margin-bottom: 13.3333333333vw;
    font-size: 8vw;
  }
}
.s-price_lead {
  text-align: center;
  margin-bottom: 50px;
  color: #37A397;
  font-size: 22px;
  line-height: 1.3;
}
.s-price_lead em {
  font-style: normal;
  color: #CC562C;
}
@media (max-width: 767px) {
  .s-price_lead {
    margin-bottom: 9.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.s-price_notes {
  text-align: center;
  max-width: 522px;
  margin: -20px auto 31px;
}
@media (max-width: 767px) {
  .s-price_notes {
    margin: -2.6666666667vw 0 6.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.s-price_box {
  position: relative;
  text-align: center;
  max-width: 936px;
  padding: 38px 30px 50px;
  margin: 0 auto 55px;
  background: #fff;
  border: solid 1px #eee;
  border-radius: 6px;
  -webkit-box-shadow: 0px 6px 0px #E6EBEF;
          box-shadow: 0px 6px 0px #E6EBEF;
  color: #37A397;
}
@media (max-width: 767px) {
  .s-price_box {
    padding: 10.1333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
.s-price_box .title {
  margin-bottom: 24px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .s-price_box .title {
    margin-bottom: 6.4vw;
    font-size: 4.8vw;
  }
  .s-price_box .title span {
    font-size: 0.8em;
  }
}
.s-price_box .price {
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.15;
}
.s-price_box .price_t2 {
  font-size: 40px;
}
.s-price_box .price_t3 {
  font-family: "Helvetica", "Manrope", sans-serif;
  font-size: 60px;
}
.s-price_box .price_t4 {
  font-size: 23px;
}
@media (max-width: 767px) {
  .s-price_box .price {
    margin-bottom: 1.3333333333vw;
    line-height: 1.25;
  }
  .s-price_box .price_t2 {
    font-size: 9.6vw;
  }
  .s-price_box .price_t3 {
    font-size: 13.3333333333vw;
  }
  .s-price_box .price_t4 {
    font-size: 5.3333333333vw;
  }
}
.s-price_box .priceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  padding-right: 120px;
}
@media (max-width: 767px) {
  .s-price_box .priceWrap {
    position: relative;
    display: block;
    padding-right: 0;
  }
}
.s-price_box .priceWrap .badge {
  display: grid;
  place-content: center;
  width: 103px;
  aspect-ratio: 1/1;
  background: #CC562C;
  border-radius: 50%;
  color: #fff;
  font-family: "Helvetica", "Manrope", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "yu-gothic-pr6n", sans-serif;
  font-size: 24px;
  line-height: 1;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.s-price_box .priceWrap .badge span {
  font-size: 1.66em;
}
@media (max-width: 767px) {
  .s-price_box .priceWrap .badge {
    position: absolute;
    top: 12.8vw;
    left: -2.6666666667vw;
    width: 14.6666666667vw;
    padding-top: 0.8vw;
    font-size: 3.7333333333vw;
    -webkit-transform: none;
            transform: none;
  }
}
.s-price_box .priceWrap .price {
  color: #CC562C;
}
.s-price_box .priceWrap .price_t1 {
  color: #6EB07E;
  font-size: 20px;
}
.s-price_box .priceWrap .price_t1 span {
  font-size: 1.2em;
}
.s-price_box .priceWrap .price_t1 span em {
  font-style: normal;
  font-family: "Helvetica", "Manrope", sans-serif;
}
.s-price_box .priceWrap .price_t1 small {
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .s-price_box .priceWrap .price_t1 {
    font-size: 5.0666666667vw;
  }
}
@media (max-width: 767px) {
  .s-price_box .priceWrap .price_t2, .s-price_box .priceWrap .price_t4 {
    padding-left: 13.3333333333vw;
  }
}
.s-price_box .priceWrap .ptice_arrow {
  display: inline-block;
  background: #CC562C;
  width: 20px;
  height: 8px;
  clip-path: polygon(50% 8px, 0% 0%, 20px 0%);
}
.s-price_box .notes {
  font-weight: 700;
}
@media (max-width: 767px) {
  .s-price_box .notes {
    padding-top: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.s-price_box .initialCost {
  position: absolute;
  top: 0;
  right: 78px;
  bottom: 0;
  display: grid;
  place-content: center;
  width: 142px;
  height: 142px;
  padding-top: 19px;
  margin: auto;
  background: url(assets/images/bg-price.svg) no-repeat center;
  background-size: contain;
  color: #fff;
  line-height: 1.25;
}
.s-price_box .initialCost span {
  font-family: "Helvetica", "Manrope", sans-serif;
  font-size: 40px;
}
@media (max-width: 999px) {
  .s-price_box .initialCost {
    right: 3%;
  }
}
@media (max-width: 767px) {
  .s-price_box .initialCost {
    top: -6.6666666667vw;
    right: -8vw;
    bottom: initial;
    width: 32vw;
    height: 32vw;
    padding-top: 4.2666666667vw;
    font-size: 3.4666666667vw;
  }
  .s-price_box .initialCost span {
    font-size: 9.0666666667vw;
  }
}
.s-price_tableHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 936px;
  padding: 8px 40px;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
  background: #2FA092;
  border-bottom: solid 1px #fff;
  color: #fff;
}
.s-price_tableHead .title {
  font-size: 24px;
}
@media (max-width: 767px) {
  .s-price_tableHead {
    padding: 1.0666666667vw 3.3333333333vw;
    margin: 0 -4vw;
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  }
  .s-price_tableHead .title {
    font-size: 4.2666666667vw;
  }
  .s-price_tableHead .description {
    font-size: 3.0666666667vw;
    line-height: 1.3;
  }
}
.s-price_table {
  table-layout: fixed;
  max-width: 936px;
  margin: 0 auto 55px;
  text-align: left;
}
@media (max-width: 767px) {
  .s-price_table {
    margin: 0 -4vw 10.6666666667vw;
  }
}
.s-price_table thead {
  position: relative;
  z-index: 1;
}
.s-price_table thead th {
  padding: 8px 40px;
  background: #2FA092;
  color: #fff;
  font-size: 24px;
  -webkit-box-shadow: 0 5px 0 #E6EBEF;
          box-shadow: 0 5px 0 #E6EBEF;
}
.s-price_table thead th:first-child {
  border-bottom-left-radius: 5px;
}
.s-price_table thead th:last-child {
  border-bottom-right-radius: 5px;
  border-left: solid 1px #fff;
}
@media (max-width: 767px) {
  .s-price_table thead th {
    padding: 1.6vw 3.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.s-price_table tbody th, .s-price_table tbody td {
  width: 50%;
  background: #fff;
  color: #2FA092;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.s-price_table tbody th {
  padding: 16px 26px 16px 39px;
  border: solid 1px #2FA092;
  border-width: 0 1px 1px 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .s-price_table tbody th {
    padding: 2.6666666667vw 1.6vw 2.6666666667vw 3.4666666667vw;
  }
}
.s-price_table tbody th .row {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-price_table tbody th .row.-c3 {
  grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
  grid-template-columns: max-content 1fr max-content;
}
@media (max-width: 767px) {
  .s-price_table tbody th .row.-c3 {
    position: relative;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    padding-bottom: 2em;
  }
}
.s-price_table tbody th .row > span {
  margin-right: 38px;
  font-size: 28px;
}
@media (max-width: 767px) {
  .s-price_table tbody th .row > span {
    margin-right: 4.5333333333vw;
    font-size: 5.3333333333vw;
  }
}
.s-price_table tbody th .row > small {
  font-weight: 400;
}
@media (max-width: 767px) {
  .s-price_table tbody th .row > small {
    font-size: 3.4666666667vw;
  }
}
.s-price_table tbody th .row > small + small {
  position: relative;
  padding-left: 1.05em;
  margin-left: 9px;
  font-size: 14px;
}
.s-price_table tbody th .row > small + small span {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .s-price_table tbody th .row > small + small {
    position: absolute;
    font-size: 3.2vw;
    left: -1em;
    bottom: 0;
  }
  .s-price_table tbody th .row > small + small br {
    display: none;
  }
}
.s-price_table tbody td {
  vertical-align: middle;
  padding: 16px 24px 16px 34px;
  border-bottom: solid 1px #2FA092;
}
@media (max-width: 767px) {
  .s-price_table tbody td {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 3.4666666667vw;
  }
}
.s-price_table tbody td .row {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-price_table tbody td .row small {
  font-size: 16px;
}
.s-price_table tbody td .row span {
  font-family: "Helvetica", "Manrope", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
}
.s-price_table tbody td .row span small {
  font-size: 32px;
}
@media (max-width: 767px) {
  .s-price_table tbody td .row {
    gap: 1.3333333333vw;
  }
  .s-price_table tbody td .row small {
    font-size: 3.4666666667vw;
  }
  .s-price_table tbody td .row span {
    font-size: 6.4vw;
  }
  .s-price_table tbody td .row span small {
    font-size: 4.2666666667vw;
  }
}
.s-price_table tbody tr:first-child th, .s-price_table tbody tr:first-child td {
  padding-top: 21px;
}
@media (max-width: 767px) {
  .s-price_table tbody tr:first-child th, .s-price_table tbody tr:first-child td {
    padding-top: 4vw;
  }
}
.s-price_table tbody tr:last-child th, .s-price_table tbody tr:last-child td {
  border-bottom: none;
  -webkit-box-shadow: 0 5px 0 #E6EBEF;
          box-shadow: 0 5px 0 #E6EBEF;
}
.s-price_table tbody tr:last-child th {
  border-bottom-left-radius: 5px;
}
.s-price_table tbody tr:last-child td {
  border-bottom-right-radius: 5px;
}
.s-price_text {
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .s-price_text {
    margin-bottom: 6.6666666667vw;
    font-size: 4.8vw;
  }
}
.s-price_contact {
  text-align: center;
}
.s-price_contact table {
  text-align: left;
  table-layout: fixed;
  max-width: 442px;
  margin: 0 auto;
}
.s-price_contact table th, .s-price_contact table td {
  padding: 2px 0;
}
.s-price_contact table th {
  width: 110px;
  font-weight: 500;
}
.s-price_contact table td a {
  color: #000;
  text-decoration: none;
}
@media (max-width: 767px) {
  .s-price_contact table {
    max-width: 117.8666666667vw;
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .s-price_contact table th {
    width: 24vw;
  }
}

.fixedButton {
  position: fixed;
  right: 50px;
  bottom: 70px;
  z-index: 2;
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2px;
  background: #fff;
  border: solid 2px #6EB07E;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .fixedButton {
    right: 2.6666666667vw;
    bottom: 13.3333333333vw;
  }
}
.fixedButton .button {
  border-color: #6EB07E;
  background: #6EB07E;
  color: #fff;
}
.fixedButton .button svg {
  fill: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .fixedButton .button:hover {
    background: #fff;
    border-color: #fff;
    color: #6EB07E;
  }
  .fixedButton .button:hover svg {
    fill: #6EB07E;
  }
}