@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&family=Manrope:wght@700&display=swap");
:root {
  --mainColor: #37A397;
  --sidePadding: 55px;
}
@media (max-width: 999px) {
  :root {
    --sidePadding: 36px;
  }
}
@media (max-width: 767px) {
  :root {
    --sidePadding: 10vw;
  }
}

body {
  background: #fff;
  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: #37A397;
  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: #37A397;
}
@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(1280px + var(--sidePadding) * 2);
  padding-left: var(--sidePadding);
  padding-right: var(--sidePadding);
  margin-left: auto;
  margin-right: auto;
}

/* 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: 68px;
}
@media (max-width: 1199px) {
  .l-header .header_nav ul {
    gap: 40px;
  }
}
@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: 17px;
  }
}
.l-header .header_nav ul li a.contact {
  padding: 0 26px;
  background: #37A397;
  font-size: 21px;
  color: #fff;
  line-height: 63px;
}
@media (hover: hover) and (pointer: fine) {
  .l-header .header_nav ul li a.contact:hover {
    background: #208f82;
  }
}
@media (max-width: 1199px) {
  .l-header .header_nav ul li a.contact {
    font-size: 19px;
    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: #37A397;
  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, #37A397 16.25%, #07B4AA 27.04%, #A2C3A2 40.2%, #FFFFFF 55.74%, #FFFFFF 74.04%);
}
@media (max-width: 767px) {
  .s-kv {
    padding: 6.1333333333vw 0 0;
    background: linear-gradient(81.25deg, #37A397 13.34%, #07B4AA 36.56%, #A2C3A2 62.5%, #FFFFFF 86.66%);
  }
}
.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(1.25vw, 24px);
}
.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: #37A397;
  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 .sub {
  margin-bottom: min(1.04vw, 20px);
  color: #fff;
  font-size: min(1.5625vw, 30px);
}
.s-kv_article .up {
  padding: min(1.041vw, 20px) min(0.9375vw, 18px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  color: #37A397;
  font-size: min(1.875vw, 36px);
  line-height: 1.2;
}
@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%;
  }
  .s-kv_article .lead img {
    width: 42.6666666667vw;
  }
  .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 .sub {
    margin-bottom: 5.3333333333vw;
    text-shadow: 0px 0px 0.8vw rgba(0, 0, 0, 0.25);
    font-size: 3.7333333333vw;
  }
  .s-kv_article .up {
    width: 100%;
    padding: 4vw;
    background: #37A397;
    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(19px);
            transform: translateY(19px);
  }
}
@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.0666666667vw;
    margin: 0 auto;
  }
}

/* About */
.s-about {
  z-index: 1;
  overflow: hidden;
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  .s-about {
    padding: 14.1333333333vw 0 3.4666666667vw;
  }
}
.s-about::before {
  content: "";
  position: absolute;
  display: block;
  width: 583px;
  height: 583px;
  background: #D0F6F1;
  border-radius: 50%;
  top: -303px;
  left: -174px;
}
@media (max-width: 1199px) {
  .s-about::before {
    width: 408px;
    height: 408px;
    top: -212px;
    left: -112px;
  }
}
@media (max-width: 767px) {
  .s-about::before {
    display: none;
  }
}
.s-about_leadWrap {
  display: block;
  max-width: 953px;
  margin: 50px auto 86px;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .s-about_leadWrap {
    max-width: 80%;
  }
}
@media (max-width: 999px) {
  .s-about_leadWrap {
    max-width: 100%;
    margin: 10.6666666667vw 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .s-about_leadWrap:not(.-noLink):hover > dl {
    background: #F5FAF9;
  }
}
.s-about_lead {
  position: relative;
  padding: 43px 60px 50px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 12.5px 8px rgba(55, 163, 151, 0.1);
          box-shadow: 0px 0px 12.5px 8px rgba(55, 163, 151, 0.1);
  border-radius: 46px;
  color: #37A397;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
@media (max-width: 999px) {
  .s-about_lead {
    padding: 8vw 7.2vw;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3.3333333333vw 2.1333333333vw rgba(55, 163, 151, 0.1);
            box-shadow: 0px 0px 3.3333333333vw 2.1333333333vw rgba(55, 163, 151, 0.1);
    border-radius: 46px;
  }
}
.s-about_lead dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  font-size: 30px;
}
.s-about_lead dt small {
  width: 100%;
  margin-bottom: 38px;
  font-weight: 400;
  font-size: 1rem;
}
.s-about_lead dt img {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .s-about_lead dt {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 7.2vw;
    font-size: 3.7333333333vw;
  }
  .s-about_lead dt small {
    margin-bottom: 4vw;
    font-size: 3.7333333333vw;
  }
  .s-about_lead dt img {
    width: 25.0666666667vw;
    margin-right: 1.0666666667vw;
  }
}
.s-about_lead dd {
  width: 75.124%;
}
.s-about_lead dd img {
  position: absolute;
  top: -65px;
  right: -100px;
  width: 36.4%;
}
@media (max-width: 1199px) {
  .s-about_lead dd img {
    top: initial;
    bottom: -24px;
  }
}
@media (max-width: 999px) {
  .s-about_lead dd img {
    right: -70px;
  }
}
@media (max-width: 767px) {
  .s-about_lead dd {
    width: 100%;
  }
  .s-about_lead dd img {
    display: none;
  }
}
.s-about_image {
  text-align: center;
  margin-bottom: 98px;
}
@media (max-width: 767px) {
  .s-about_image {
    margin-bottom: 15.4666666667vw;
  }
  .s-about_image img {
    width: 41.6vw;
  }
}
.s-about_points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  counter-reset: number 0;
  padding-bottom: 40px;
}
@media (max-width: 999px) {
  .s-about_points {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .s-about_points {
    gap: 12vw;
  }
}
.s-about_points .point {
  text-align: center;
  padding: 30px 40px;
  background: #fff;
  border-radius: 45px;
  -webkit-box-shadow: 0px 0px 12px 8px rgba(55, 163, 151, 0.1);
          box-shadow: 0px 0px 12px 8px rgba(55, 163, 151, 0.1);
  color: #37A397;
}
@media (max-width: 1199px) {
  .s-about_points .point {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 999px) {
  .s-about_points .point {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .s-about_points .point {
    padding: 5.3333333333vw 6.9333333333vw;
    border-radius: 12vw;
    -webkit-box-shadow: 0px 0px 3.2vw 2.1333333333vw rgba(55, 163, 151, 0.1);
            box-shadow: 0px 0px 3.2vw 2.1333333333vw rgba(55, 163, 151, 0.1);
  }
}
.s-about_points .point::before {
  counter-increment: number 1;
  content: "0" counter(number);
  font-family: "Helvetica", "Manrope", sans-serif;
  font-weight: 700;
  font-size: 67px;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .s-about_points .point::before {
    font-size: 50px;
  }
}
@media (max-width: 999px) {
  .s-about_points .point::before {
    font-size: 67px;
  }
}
@media (max-width: 767px) {
  .s-about_points .point::before {
    font-size: 10.6666666667vw;
  }
}
.s-about_points .point_title {
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .s-about_points .point_title {
    font-size: 27px;
  }
}
@media (max-width: 999px) {
  .s-about_points .point_title {
    font-size: 32px;
  }
}
.s-about_points .point_title small {
  font-size: 0.5em;
  font-weight: 500;
}
.s-about_points .point_title .em {
  color: #D6592B;
}
@media (max-width: 767px) {
  .s-about_points .point_title {
    margin-bottom: 4.8vw;
    font-size: 6.4vw;
  }
  .s-about_points .point_title small {
    font-size: 3.7333333333vw;
  }
}
.s-about_points .point_list {
  text-align: left;
}
.s-about_points .point_list li {
  position: relative;
  padding-left: 1.15em;
}
.s-about_points .point_list li + li {
  margin-top: 0.15em;
}
.s-about_points .point_list li::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  display: block;
  width: 0.9em;
  height: 0.9em;
  background-color: #37A397;
}
@media (max-width: 1199px) {
  .s-about_points .point_list li::before {
    top: 0.4em;
    width: 0.8em;
    height: 0.8em;
  }
}
@media (max-width: 767px) {
  .s-about_points .point_list li::before {
    top: 0.3em;
  }
}

/* Example */
.s-example {
  overflow: hidden;
  padding: 365px 0 63px;
  background: #F5FAF9;
}
@media (max-width: 999px) {
  .s-example {
    padding-top: 320px;
  }
}
@media (max-width: 767px) {
  .s-example {
    padding: 26.6666666667vw 0 11.2vw;
  }
  .s-example .l-container {
    padding: 0;
  }
}
.s-example::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 160px;
  background: #fff;
  -webkit-clip-path: polygon(50% 160px, 0% 0%, 100% 0%);
          clip-path: polygon(50% 160px, 0% 0%, 100% 0%);
}
@media (max-width: 767px) {
  .s-example::before {
    height: 16vw;
    -webkit-clip-path: polygon(50% 16vw, 0% 0%, 100% 0%);
            clip-path: polygon(50% 16vw, 0% 0%, 100% 0%);
  }
}
.s-example::after {
  content: "";
  position: absolute;
  display: block;
  width: 583px;
  height: 583px;
  background: #D0F6F1;
  border-radius: 50%;
  top: -183px;
  right: -274px;
}
@media (max-width: 1199px) {
  .s-example::after {
    width: 408px;
    height: 408px;
    top: -128px;
    right: -191px;
  }
}
@media (max-width: 767px) {
  .s-example::after {
    display: none;
  }
}
.s-example_head {
  position: relative;
  display: block;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 45px;
}
@media (max-width: 767px) {
  .s-example_head {
    width: 100%;
    margin-bottom: 8.5333333333vw;
  }
}
.s-example_title {
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .s-example_title {
    margin-bottom: 20.8vw;
  }
}
.s-example_subTitle {
  width: 676px;
  margin: 0 auto 25px;
  background: #37A397;
  color: #fff;
  font-size: 40px;
  line-height: 77px;
}
@media (max-width: 767px) {
  .s-example_subTitle {
    width: 100%;
    font-size: 6.4vw;
    line-height: 12.8vw;
  }
}
.s-example_model {
  position: absolute;
  top: -155px;
  right: -88px;
  z-index: 1;
}
@media (max-width: 999px) {
  .s-example_model {
    width: 200px;
    top: -96px;
    right: -30px;
  }
}
@media (max-width: 767px) {
  .s-example_model {
    width: 84.2666666667vw;
    top: -0.2666666667vw;
    right: 2.9333333333vw;
  }
  .s-example_model img {
    width: 100%;
  }
}
.s-example_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
.s-example_item::after {
  content: "";
  position: absolute;
  display: block;
  width: 304px;
  height: 304px;
  background: #D0F6F1;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .s-example_item::after {
    display: none;
  }
}
@media (max-width: 999px) {
  .s-example_item {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .s-example_item {
    display: block;
    margin: 0 5.6vw;
  }
}
.s-example_item .detail {
  position: relative;
  z-index: 1;
  width: 500px;
  padding: 38px 27px;
  background: #fff;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .s-example_item .detail {
    width: 100%;
    padding: 3.7333333333vw 7.2vw;
    margin-bottom: 5.8666666667vw;
    border-radius: 2.4vw;
    -webkit-box-shadow: -0.5333333333vw 0.5333333333vw 0.4533333333vw rgba(0, 0, 0, 0.25) !important;
            box-shadow: -0.5333333333vw 0.5333333333vw 0.4533333333vw rgba(0, 0, 0, 0.25) !important;
  }
}
.s-example_item .detail dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
  margin-bottom: 26px;
}
@media (max-width: 999px) {
  .s-example_item .detail dt {
    gap: 26px;
  }
}
@media (max-width: 767px) {
  .s-example_item .detail dt {
    gap: 2.6666666667vw;
    margin-bottom: 2.4vw;
  }
}
.s-example_item .detail dt .num {
  color: #37A397;
  font-family: "Helvetica", "Manrope", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
}
.s-example_item .detail dt .num::after {
  content: "";
  display: block;
  width: 57px;
  height: 4px;
  margin: 0 auto;
  background: #37A397;
}
@media (max-width: 999px) {
  .s-example_item .detail dt .num {
    font-size: 48px;
  }
  .s-example_item .detail dt .num::after {
    width: 46px;
    height: 3px;
  }
}
@media (max-width: 767px) {
  .s-example_item .detail dt .num {
    font-size: 9.2693333333vw;
  }
  .s-example_item .detail dt .num::after {
    width: 8vw;
    height: 0.5333333333vw;
  }
}
.s-example_item .detail dt .text {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}
.s-example_item .detail dt .text em {
  font-style: normal;
  color: #37A397;
  font-size: 2.08em;
}
@media (max-width: 999px) {
  .s-example_item .detail dt .text {
    font-size: 17px;
  }
  .s-example_item .detail dt .text em {
    font-size: 1.9em;
  }
}
@media (max-width: 767px) {
  .s-example_item .detail dt .text {
    font-size: 3.7333333333vw;
  }
  .s-example_item .detail dt .text em {
    font-size: 1.142em;
  }
}
.s-example_item .detail dd {
  color: #37A397;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 999px) {
  .s-example_item .detail dd {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .s-example_item .detail dd {
    font-size: 4.2666666667vw;
  }
}
.s-example_item .image {
  width: 58.836%;
}
@media (max-width: 767px) {
  .s-example_item .image {
    width: 100%;
  }
}
.s-example_item.-item1 .detail, .s-example_item.-item3 .detail {
  -webkit-box-shadow: -4px 4px 3px rgba(0, 0, 0, 0.25);
          box-shadow: -4px 4px 3px rgba(0, 0, 0, 0.25);
}
.s-example_item.-item1 .image, .s-example_item.-item3 .image {
  margin-left: -36px;
}
@media (max-width: 999px) {
  .s-example_item.-item1 .image, .s-example_item.-item3 .image {
    margin-left: 0;
  }
}
.s-example_item.-item1::after {
  bottom: 26px;
  left: -58px;
}
.s-example_item.-item2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 68px;
  margin-bottom: 68px;
}
@media (max-width: 767px) {
  .s-example_item.-item2 {
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.s-example_item.-item2::after {
  bottom: 78px;
  right: -78px;
}
.s-example_item.-item2 .detail {
  -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.25);
}
.s-example_item.-item2 .image {
  margin-right: -36px;
}
@media (max-width: 999px) {
  .s-example_item.-item2 .image {
    margin-right: 0;
  }
}
.s-example_item.-item3::after {
  bottom: 28px;
  left: -73px;
}

/* Case*/
.s-case {
  overflow: hidden;
  padding: 300px 0 0;
}
@media (max-width: 767px) {
  .s-case {
    padding: 26.6666666667vw 0 11.2vw;
  }
}
.s-case::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 160px;
  background: #F5FAF9;
  -webkit-clip-path: polygon(50% 160px, 0% 0%, 100% 0%);
          clip-path: polygon(50% 160px, 0% 0%, 100% 0%);
}
@media (max-width: 767px) {
  .s-case::before {
    height: 16vw;
    -webkit-clip-path: polygon(50% 16vw, 0% 0%, 100% 0%);
            clip-path: polygon(50% 16vw, 0% 0%, 100% 0%);
  }
}
@media (max-width: 999px) {
  .s-case .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.s-case_title {
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .s-case_title {
    margin-bottom: 7.2vw;
  }
}
.s-case_lead {
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .s-case_lead {
    margin-bottom: 11.7333333333vw;
  }
}
.s-case_items {
  padding: 36px 36px 0;
  background: #F5FAF9;
}
@media (max-width: 999px) {
  .s-case_items {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .s-case_items {
    padding: 7.4666666667vw 0 0;
  }
}
.s-case_items.-subsidy {
  margin: 65px 0;
}
@media (max-width: 767px) {
  .s-case_items.-subsidy {
    margin: 13.3333333333vw 0;
  }
}
.s-case_items > .title {
  text-align: center;
  color: #37A397;
  font-size: 32px;
}
@media (max-width: 767px) {
  .s-case_items > .title {
    font-size: 6.9333333333vw;
  }
}
.s-case_items .list {
  display: none;
  max-width: 1060px;
  margin: 0 auto;
}
.s-case_items .list.slick-initialized {
  display: block;
}
.s-case_items .list .slick-list {
  padding: 47px 0 51px;
}
@media (max-width: 999px) {
  .s-case_items .list .slick-list {
    padding-top: 47px !important;
    padding-bottom: 51px !important;
  }
}
@media (max-width: 767px) {
  .s-case_items .list .slick-list {
    padding-top: 8vw !important;
    padding-bottom: 10.6666666667vw !important;
  }
}
.s-case_items .list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-case_items .list_item {
  height: auto !important;
  padding: 18px 34px 30px;
  margin: 0 15px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
}
@media (max-width: 1199px) {
  .s-case_items .list_item {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 999px) {
  .s-case_items .list_item {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media (max-width: 767px) {
  .s-case_items .list_item {
    padding-left: 7.4666666667vw;
    padding-right: 7.4666666667vw;
  }
}
.s-case_items .list_item .icon {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.s-case_items .list_item .icon img {
  display: inline-block;
  width: 50px;
}
@media (max-width: 767px) {
  .s-case_items .list_item .icon {
    margin-bottom: 4vw;
  }
  .s-case_items .list_item .icon img {
    width: 10.6666666667vw;
  }
}
.s-case_items .list_item .title {
  padding-bottom: 15px;
  border-bottom: solid 1px #208f82;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.15;
}
.s-case_items .list_item .title small {
  font-size: 0.59em;
}
@media (max-width: 767px) {
  .s-case_items .list_item .title {
    padding-bottom: 4vw;
    font-size: 5.3333333333vw;
  }
}
.s-case_items .list_item .text {
  padding-top: 21px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .s-case_items .list_item .text {
    padding-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.s-case_items .list_item .amount {
  margin-top: 10px;
}
.s-case_items .list_item .amount dt {
  font-weight: 700;
  font-size: 18px;
}
.s-case_items .list_item .amount dt small {
  font-size: 0.8em;
}
.s-case_items .list_item .amount dd {
  color: #37A397;
}
@media (max-width: 767px) {
  .s-case_items .list_item .amount {
    margin-top: 2.6666666667vw;
  }
  .s-case_items .list_item .amount dt {
    margin-bottom: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.s-case_items .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: grid;
  place-content: center;
  width: 36px;
  height: 36px;
  margin: auto;
  border: solid 1px #000;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  color: #fff;
}
.s-case_items .slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid 2px #37A397;
  border-width: 2px 2px 0 0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
@media (max-width: 767px) {
  .s-case_items .slick-arrow {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
  .s-case_items .slick-arrow::before {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .s-case_items .slick-arrow:hover {
    background: #000;
  }
  .s-case_items .slick-arrow:hover::before {
    border-color: #fff;
  }
}
.s-case_items .slick-prev {
  left: -8px;
  padding-left: 5px;
}
.s-case_items .slick-prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (max-width: 999px) {
  .s-case_items .slick-prev {
    left: 4.5%;
  }
}
@media (max-width: 767px) {
  .s-case_items .slick-prev {
    left: 2.6666666667vw;
  }
}
@media (max-width: 500px) {
  .s-case_items .slick-prev {
    left: 10.6666666667vw;
  }
}
.s-case_items .slick-next {
  right: -8px;
  padding-right: 5px;
}
.s-case_items .slick-next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 999px) {
  .s-case_items .slick-next {
    right: 4.5%;
  }
}
@media (max-width: 767px) {
  .s-case_items .slick-next {
    right: 2.6666666667vw;
  }
}
@media (max-width: 500px) {
  .s-case_items .slick-next {
    right: 10.6666666667vw;
  }
}

.s-cta_inner {
  text-align: center;
  max-width: 1920px;
  padding: 98px 0 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .s-cta_inner {
    padding-top: 16vw;
  }
}
.s-cta_model {
  padding-left: 50px;
  margin-bottom: -10px;
}
@media (max-width: 999px) {
  .s-cta_model img {
    width: 306px;
  }
}
@media (max-width: 767px) {
  .s-cta_model {
    padding-left: 0;
    margin-bottom: -1.3333333333vw;
  }
  .s-cta_model img {
    width: 58.6666666667vw;
  }
}
.s-cta_box {
  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;
  height: 369px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/bg-cta.jpg);
}
@media (max-width: 999px) {
  .s-cta_box {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .s-cta_box {
    height: auto;
    background-size: 100% auto;
    background-position: center top;
    background-image: url(../images/bg-cta_sp.jpg);
  }
}
.s-cta_box .title {
  margin-bottom: 5px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.49);
  color: #fff;
  font-size: 62px;
}
@media (max-width: 999px) {
  .s-cta_box .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .s-cta_box .title {
    padding-top: 2.4vw;
    margin-bottom: 1.3333333333vw;
    text-shadow: 0px 0px 1.3333333333vw rgba(0, 0, 0, 0.49);
    font-size: 5.3333333333vw;
  }
}
.s-cta_box .text {
  padding: 3px 10px;
  margin-bottom: 25px;
  background: #fff;
  color: #37A397;
  font-size: 28px;
}
@media (max-width: 999px) {
  .s-cta_box .text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .s-cta_box .text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0.2666666667vw 2.1333333333vw;
    margin: 0 auto 10.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.25;
  }
}
.s-cta_box .button {
  border-color: #fff;
  background: #fff;
  color: #37A397;
}
.s-cta_box .button svg {
  fill: #37A397;
}
@media (max-width: 767px) {
  .s-cta_box .button {
    border-color: #37A397;
  }
}
@media (hover: hover) and (pointer: fine) {
  .s-cta_box .button:hover {
    background: #37A397;
    color: #fff;
  }
  .s-cta_box .button:hover svg {
    fill: #fff;
  }
}

/* FAQ */
.s-faq {
  overflow: hidden;
  padding: 104px 0 0;
}
@media (max-width: 767px) {
  .s-faq {
    padding-top: 21.3333333333vw;
  }
  .s-faq .l-container {
    padding: 0;
  }
}
.s-faq::before {
  content: "";
  position: absolute;
  display: block;
  width: 256px;
  height: 256px;
  background: #D0F6F1;
  border-radius: 50%;
  top: -93px;
  right: -20px;
}
@media (max-width: 1199px) {
  .s-faq::before {
    width: 179px;
    height: 179px;
    top: -65px;
    right: -14px;
  }
}
@media (max-width: 767px) {
  .s-faq::before {
    display: none;
  }
}
.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;
  -webkit-clip-path: polygon(50% 7px, 0% 0%, 14px 0%);
          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;
    -webkit-clip-path: polygon(50% 1.8666666667vw, 0% 0%, 3.7333333333vw 0%);
            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: 120px 0 140px;
}
@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: #37A397;
  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: #208f82;
  }
}
@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-price {
  padding: 90px 0 78px;
  background: #F5FAF9;
}
@media (max-width: 767px) {
  .s-price {
    padding: 22.6666666667vw 0 20.8vw;
  }
}
.s-price_title {
  margin-bottom: 56px;
  font-size: 34px;
  letter-spacing: 0;
}
@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_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 .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 .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(../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_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 #37A397;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .fixedButton {
    right: 2.6666666667vw;
    bottom: 13.3333333333vw;
  }
}
.fixedButton .button {
  border-color: #37A397;
  background: #37A397;
  color: #fff;
}
.fixedButton .button svg {
  fill: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .fixedButton .button:hover {
    background: #fff;
    border-color: #fff;
    color: #37A397;
  }
  .fixedButton .button:hover svg {
    fill: #37A397;
  }
}