@charset "UTF-8";
/*
Theme Name: ウレール
Author: miimo Co., Ltd. 
Author URI: https://miimo.tech
Version: 1.0.0
*/
:root {
  --mainColor: #00A0C2;
  --sidePadding: 55px;
}
@media (max-width: 999px) {
  :root {
    --sidePadding: 36px;
  }
}
@media (max-width: 767px) {
  :root {
    --sidePadding: 8vw;
  }
}

.ff-mg {
  font-family: "source-han-sans-japanese", sans-serif;
}

.ff-helvetica {
  font-family: "helvetica-lt-pro", sans-serif;
}

.ff-din {
  font-family: "din-2014", sans-serif;
}

.fw-medium {
  font-weight: 500;
}

.fw-bold {
  font-weight: 700;
}

.bg-primary {
  background-color: #00A0C2;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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;
  transition-duration: 0.4s;
}

/* Components */
.c-title {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "Helvetica", sans-serif;
  color: #00A0C2;
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  line-height: 1;
}
.c-title::after {
  content: "";
  display: block;
  margin: 30px auto 0;
  width: 82px;
  height: 2px;
  background: #00A0C2;
}
@media (max-width: 767px) {
  .c-title {
    font-size: 8.5333333333vw;
    letter-spacing: 0.15em;
  }
  .c-title::after {
    margin-top: 4.5333333333vw;
    width: 21.8666666667vw;
    height: 0.5333333333vw;
  }
}

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

.button {
  display: inline-flex;
  align-items: 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;
  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: flex;
  align-items: center;
  justify-content: space-between;
  height: 109px;
  padding: 0 var(--sidePadding);
  transition-duration: 0.25s;
}
@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: 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: flex;
  align-items: center;
  gap: min(3vw, 54px);
}
@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: #fff;
  font-size: min(1.2vw, 18px);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.l-header .header_nav ul li a.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: min(5vw, 63px);
  padding: 0 26px;
  margin-left: min(2vw, 30px);
  background: #FEA800;
  border: solid 2px #FEA800;
  font-size: min(1.5vw, 21px);
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}
.l-header .header_nav ul li a.contact small {
  font-size: 83%;
}
@media (hover: hover) and (pointer: fine) {
  .l-header .header_nav ul li a.contact:hover {
    background: #fff;
    color: #FEA800;
  }
}
@media (max-width: 1199px) {
  .l-header .header_nav ul li a.contact {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .l-header .header_nav ul li a.contact {
    font-size: 4vw;
    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: 0;
    right: -321px;
    bottom: 0;
    width: 320px;
    padding: 40px 20px 0 20px;
    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;
    color: #00A0C2;
  }
  .l-header .header_nav ul li a.contact {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .l-header .header_nav {
    top: 0;
    right: -66.9333333333vw;
    width: 66.6666666667vw;
    max-width: none;
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .l-header .header_nav ul li:last-child {
    margin-top: 5.3333333333vw;
  }
  .l-header .header_nav ul li a {
    font-size: 1em;
    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;
    margin-right: -10px;
  }
  .l-header .header_toggle span {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    background: #00A0C2;
    height: 2px;
    margin: auto;
    border-radius: 99px;
    transition-duration: 0.4s;
    transform-origin: center;
  }
  .l-header .header_toggle span:nth-of-type(1) {
    width: 10px;
    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;
    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 {
    background-color: #fff;
  }
  .l-header .header_toggle span:nth-of-type(1) {
    width: 2.6666666667vw;
    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;
    transform: translateY(2.1333333333vw) translateX(-1.3333333333vw);
  }
}
.l-header.is-scroll {
  background: #46AFC7;
}
@media (max-width: 999px) {
  .l-header.is-scroll .header_toggle span {
    background: #fff;
  }
}

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 {
  background: #00A0C2;
}
body.-navOpen .header_toggle span:nth-of-type(1) {
  width: 20px;
  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;
  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: #46AFC7;
  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 */
.s-kv {
  position: relative;
  z-index: 2;
  padding: 145px 0 0;
  background: linear-gradient(95.39deg, #00A0C2 0.39%, #4FB1C7 54.56%, #FFFFFF 83.88%, #FFFFFF 93.26%);
}
@media (max-width: 999px) {
  .s-kv {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .s-kv {
    padding: 0;
    background: linear-gradient(91.6deg, #00A0C2 0%, #4FB1C7 100%);
  }
}
.s-kv .l-container {
  max-width: min(86.3vw, 1657px);
  padding: 0;
}
@media (max-width: 767px) {
  .s-kv .l-container {
    max-width: 100%;
  }
}
.s-kv_inner {
  position: relative;
}
@media (max-width: 767px) {
  .s-kv_inner {
    padding: 16.5333333333vw 4.8vw 0;
  }
}
.s-kv_row {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .s-kv_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: min(2.291vw, 44px);
    margin-bottom: min(calc(0px - 0.83vw), -16px);
  }
}
@media (max-width: 767px) {
  .s-kv_row {
    margin-bottom: -2.1333333333vw;
  }
}
.s-kv_article {
  position: relative;
  flex: 1;
  color: #fff;
  padding-left: min(6.4vw, 123px);
  padding-bottom: min(6.09vw, 117px);
}
@media (max-width: 999px) {
  .s-kv_article {
    padding-left: 4vw;
  }
}
@media (max-width: 767px) {
  .s-kv_article {
    padding-bottom: 84.5333333333vw;
  }
}
.s-kv_title {
  width: min(41.656vw, 819px);
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .s-kv_title {
    text-align: center;
    width: 69.3333333333vw;
    margin: 0 auto;
  }
}
.s-kv_sub {
  display: flex;
  align-items: center;
  gap: min(1.5625vw, 30px);
}
.s-kv_sub .p1 {
  width: min(17.395vw, 334px);
}
.s-kv_sub .p2 span {
  display: block;
  margin: 0 0 0.2em 0.3em;
  font-size: min(1.354vw, 26px);
}
.s-kv_sub .p2 a {
  position: relative;
  display: inline-block;
  width: min(20.364vw, 391px);
}
.s-kv_sub .p2 a img {
  transition-duration: 0.25s;
}
.s-kv_sub .p2 a .hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .s-kv_sub .p2 a:hover .default {
    opacity: 0;
  }
  .s-kv_sub .p2 a:hover .hover {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .s-kv_sub {
    display: none;
  }
}
@media (min-width: 768px) {
  .s-kv_images {
    width: min(34.895vw, 670px);
    transform: translateY(14px);
  }
}
@media (max-width: 767px) {
  .s-kv_images {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.6vw;
    width: 78.1333333333vw;
    margin: auto;
  }
}
.s-kv_images img {
  width: 100%;
}
.s-kv_deco {
  position: absolute;
  top: 0;
  left: 0;
  width: min(60.677vw, 1165px);
}
@media (max-width: 767px) {
  .s-kv_deco {
    width: 87.2vw;
    top: 13.0666666667vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.s-kv_coupon {
  display: none;
}
@media (max-width: 767px) {
  .s-kv_coupon {
    display: flex;
  }
}
.s-kv_coupon {
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding: 2.4vw;
  gap: 7.4666666667vw;
  color: #fff;
  background: #FEA800;
  text-decoration: none;
}
.s-kv_coupon .text {
  color: #fff;
}
.s-kv_coupon .icon {
  display: grid;
  place-content: center;
  width: 8vw;
  height: 8vw;
  background-color: #fff;
  border-radius: 50%;
  transition-duration: 0.25s;
}
.s-kv_coupon .icon::before {
  position: relative;
  content: "";
  display: block;
  left: -0.1em;
  width: 2.6666666667vw;
  aspect-ratio: 1/1;
  border: solid 1px #FEA800;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  transition-duration: 0.25s;
}

/* Movie */
.s-movie {
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .s-movie {
    padding-top: 17.0666666667vw;
  }
}
.s-movie_title {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .s-movie_title {
    margin-bottom: 8vw;
  }
}
.s-movie_wrapper {
  position: relative;
}
.s-movie_list .item {
  width: 1045px;
  aspect-ratio: 16/9;
  margin: 0 65px;
  opacity: 0.3;
}
.s-movie_list .item.slick-active {
  opacity: 1;
}
.s-movie_list .item iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1399px) {
  .s-movie_list .item {
    width: 800px;
    margin: 0 50px;
  }
}
@media screen and (max-width: 1099px) {
  .s-movie_list .item {
    width: 600px;
  }
}
@media screen and (max-width: 899px) {
  .s-movie_list .item {
    width: 500px;
    margin: 0 40px;
  }
}
@media (max-width: 767px) {
  .s-movie_list .item {
    width: 69.3333333333vw;
    margin: 0 5.3333333333vw;
  }
}
.s-movie_arrows .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: grid;
  place-content: center;
  width: 37px;
  height: 37px;
  border: solid 1px #000;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-30px);
}
@media (hover: hover) and (pointer: fine) {
  .s-movie_arrows .arrow:hover {
    background: #f2f2f2;
  }
}
@media (max-width: 767px) {
  .s-movie_arrows .arrow {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    transform: translateY(-5.3333333333vw);
  }
}
.s-movie_arrows .arrow::before {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  border: solid 1px #00A0C2;
  border-width: 1px 1px 0 0;
}
@media (max-width: 767px) {
  .s-movie_arrows .arrow::before {
    width: 2.1333333333vw;
  }
}
.s-movie_arrows .arrow.-prev {
  left: calc((100vw - 1045px) / 2 - 85px);
  padding-left: 5px;
}
.s-movie_arrows .arrow.-prev::before {
  transform: rotate(-135deg);
}
@media screen and (max-width: 1399px) {
  .s-movie_arrows .arrow.-prev {
    left: calc((100vw - 800px) / 2 - 67px);
  }
}
@media screen and (max-width: 1099px) {
  .s-movie_arrows .arrow.-prev {
    left: calc((100vw - 600px) / 2 - 67px);
  }
}
@media screen and (max-width: 899px) {
  .s-movie_arrows .arrow.-prev {
    left: calc((100vw - 500px) / 2 - 57px);
  }
}
@media (max-width: 767px) {
  .s-movie_arrows .arrow.-prev {
    left: 6.4vw;
    padding-left: 1.2vw;
  }
}
.s-movie_arrows .arrow.-next {
  right: calc((100vw - 1045px) / 2 - 85px);
  padding-right: 5px;
}
.s-movie_arrows .arrow.-next::before {
  transform: rotate(45deg);
}
@media screen and (max-width: 1399px) {
  .s-movie_arrows .arrow.-next {
    right: calc((100vw - 800px) / 2 - 67px);
  }
}
@media screen and (max-width: 1099px) {
  .s-movie_arrows .arrow.-next {
    right: calc((100vw - 600px) / 2 - 67px);
  }
}
@media screen and (max-width: 899px) {
  .s-movie_arrows .arrow.-next {
    right: calc((100vw - 500px) / 2 - 57px);
  }
}
@media (max-width: 767px) {
  .s-movie_arrows .arrow.-next {
    right: 6.4vw;
    padding-right: 1.2vw;
  }
}
.s-movie .slick-dots {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 1000px;
  padding-top: 45px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .s-movie .slick-dots {
    gap: 2.1333333333vw;
    padding-top: 6.6666666667vw;
  }
}
.s-movie .slick-dots > li > button {
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  background: #00A0C2;
  border-radius: 50%;
  opacity: 0.4;
  cursor: pointer;
}
@media (max-width: 767px) {
  .s-movie .slick-dots > li > button {
    width: 2.6666666667vw;
  }
}
.s-movie .slick-dots > li.slick-active > button {
  opacity: 1;
}

/* About */
.s-about {
  text-align: center;
  padding: 116px 0;
  color: #00A0C2;
}
@media (max-width: 767px) {
  .s-about {
    padding: 21.3333333333vw 0 13.0666666667vw;
  }
}
.s-about_title {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .s-about_title {
    margin-bottom: 8.5333333333vw;
  }
}
.s-about_subTitle {
  margin-bottom: 15px;
  font-size: 40px;
}
.s-about_subTitle span {
  display: inline-block;
  font-size: 1.05em;
}
@media (max-width: 767px) {
  .s-about_subTitle {
    margin-bottom: 3.7333333333vw;
    font-size: 7.4666666667vw;
  }
}
.s-about_text {
  font-size: 20px;
}
@media (max-width: 767px) {
  .s-about_text {
    font-size: 4vw;
  }
}

/* Worries */
.s-worries {
  padding: 73px 0 0;
}
@media (max-width: 767px) {
  .s-worries {
    padding: 9.6vw 0 4vw;
  }
}
.s-worries_title {
  position: relative;
  text-align: center;
  padding: 11px;
  margin-bottom: 67px;
  background: #fff;
  border-radius: 15px;
  color: #00A0C2;
  font-size: 46px;
}
.s-worries_title span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: #00A0C2;
  border-radius: 50%;
}
.s-worries_title span:nth-of-type(1) {
  top: 12px;
  left: 12px;
}
.s-worries_title span:nth-of-type(2) {
  top: 12px;
  right: 12px;
}
.s-worries_title span:nth-of-type(3) {
  right: 12px;
  bottom: 12px;
}
.s-worries_title span:nth-of-type(4) {
  left: 12px;
  bottom: 12px;
}
@media (max-width: 767px) {
  .s-worries_title {
    padding: 3.7333333333vw 2.1333333333vw 4.2666666667vw;
    margin-bottom: 8.8vw;
    border-radius: 2.6666666667vw;
    font-size: 5.0666666667vw;
  }
  .s-worries_title span {
    width: 1.6vw;
    height: 1.6vw;
  }
  .s-worries_title span:nth-of-type(1) {
    top: 2.1333333333vw;
    left: 2.1333333333vw;
  }
  .s-worries_title span:nth-of-type(2) {
    top: 2.1333333333vw;
    right: 2.1333333333vw;
  }
  .s-worries_title span:nth-of-type(3) {
    right: 2.1333333333vw;
    bottom: 2.1333333333vw;
  }
  .s-worries_title span:nth-of-type(4) {
    left: 2.1333333333vw;
    bottom: 2.1333333333vw;
  }
}
.s-worries_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 66px;
}
@media (max-width: 767px) {
  .s-worries_row {
    grid-template-columns: 1fr;
    gap: 8.8vw;
    margin-bottom: 8vw;
  }
}
.s-worries_box {
  padding: 40px 60px 50px;
  border-radius: 30px;
  color: #fff;
}
.s-worries_box:nth-of-type(1) {
  background: linear-gradient(236.72deg, #00A0C2 23.21%, #4FB1C7 76.79%);
}
.s-worries_box:nth-of-type(2) {
  background: linear-gradient(10.48deg, #00A0C2 16.57%, #4FB1C7 68.65%);
}
.s-worries_box dt {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 46px;
  border-bottom: solid 2px #fff;
  font-size: 24px;
}
.s-worries_box dd ul li {
  position: relative;
  padding-left: 1.3em;
  font-size: 20px;
}
.s-worries_box dd ul li:nth-child(n+2) {
  margin-top: 20px;
}
.s-worries_box dd ul li::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .s-worries_box {
    padding: 8vw 5.3333333333vw 9.6vw;
    border-radius: 8vw;
  }
  .s-worries_box:nth-of-type(1) {
    background: linear-gradient(330.15deg, #00A0C2 24.78%, #4FB1C7 75.22%);
  }
  .s-worries_box:nth-of-type(2) {
    background: linear-gradient(213.51deg, #00A0C2 25.28%, #4FB1C7 74.72%);
  }
  .s-worries_box dt {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 7.4666666667vw;
    font-size: 4.8vw;
  }
  .s-worries_box dd ul li {
    font-size: 4vw;
  }
  .s-worries_box dd ul li:nth-child(n+2) {
    margin-top: 2.1333333333vw;
  }
}
.s-worries_serif {
  position: relative;
  text-align: center;
  padding: 22px 40px 24px;
  margin-bottom: 13px;
  color: #fff;
  font-size: 48px;
  line-height: 1.3;
}
.s-worries_serif > img {
  position: absolute;
  display: block;
  width: 32px;
}
.s-worries_serif > img:nth-of-type(1) {
  top: 0;
  left: 0;
}
.s-worries_serif > img:nth-of-type(2) {
  top: 0;
  right: 0;
  transform: scaleX(-1);
}
.s-worries_serif > img:nth-of-type(3) {
  right: 0;
  bottom: 0;
  transform: scaleX(-1);
}
.s-worries_serif > img:nth-of-type(4) {
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .s-worries_serif {
    padding: 2.6666666667vw 1.3333333333vw;
    margin-bottom: 1.6vw;
    font-size: 4.8vw;
    line-height: 1.3;
  }
  .s-worries_serif > img {
    width: 5.3333333333vw;
  }
}
.s-worries_model {
  text-align: right;
  padding-right: 11px;
}
.s-worries_model img {
  width: 77%;
}
@media (max-width: 767px) {
  .s-worries_model {
    text-align: center;
    padding-right: 0;
  }
  .s-worries_model img {
    width: 91.2vw;
  }
}

/* Sales Method */
.s-method {
  padding: 140px 0 100px;
}
.s-method_title {
  margin-bottom: 40px;
  color: #00A0C2;
  font-size: 60px;
  line-height: 1;
}
.s-method_title span {
  display: inline-block;
  margin-right: 0.1em;
  font-size: 2.33em;
}
.s-method_title::after {
  content: "";
  display: block;
  width: 104px;
  height: 2px;
  margin-top: 16px;
  background-color: #00A0C2;
}
.s-method_lead {
  margin-bottom: 90px;
  color: #00A0C2;
  font-size: 20px;
}
.s-method_item {
  display: flex;
  align-items: center;
  gap: 54px;
  margin-bottom: 120px;
}
.s-method_item:nth-child(odd) {
  flex-direction: row-reverse;
}
.s-method_item .content {
  position: relative;
  width: 34.218%;
  min-width: 300px;
  max-width: 438px;
}
.s-method_item .content_num {
  position: absolute;
  top: 0;
  left: 0;
  color: #00A0C2;
  font-size: 80px;
  font-weight: 500;
}
.s-method_item .content_title {
  padding: 42px 0 16px 100px;
  margin-bottom: 16px;
  color: #00A0C2;
  font-size: 30px;
  line-height: 1.3;
}
.s-method_item .content_lead {
  margin-bottom: 38px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.s-method_item .content_lead span {
  padding: 0.1em 0.3em 0.25em;
  background-color: #00A0C2;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 999px) and (min-width: 768px) {
  .s-method_item .content_lead br {
    display: none;
  }
}
.s-method_item .images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 767px) {
  .s-method {
    padding: 15.4666666667vw 0 8vw;
  }
  .s-method_title {
    margin-bottom: 5.3333333333vw;
    font-size: 6.4vw;
  }
  .s-method_title::after {
    width: 27.2vw;
    height: 0.5333333333vw;
    margin-top: 3.7333333333vw;
  }
  .s-method_lead {
    margin-bottom: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .s-method_item {
    display: block;
    margin-bottom: 14.6666666667vw;
  }
  .s-method_item .content {
    width: 100%;
    max-width: 100%;
  }
  .s-method_item .content_num {
    top: -5.3333333333vw;
    font-size: 12.8vw;
  }
  .s-method_item .content_title {
    padding: 0 0 0 16.2666666667vw;
    margin-bottom: 5.3333333333vw;
    font-size: 6.4vw;
  }
  .s-method_item .content_lead {
    margin-bottom: 5.3333333333vw;
    color: #00A0C2;
    font-size: 4.2666666667vw;
  }
  .s-method_item .content_lead span {
    padding: 0;
    background: transparent;
  }
  .s-method_item .images {
    grid-template-columns: 1fr;
    gap: 6.4vw;
    margin-top: 5.3333333333vw;
  }
}

/* Features */
.s-features {
  padding: 150px 0 178px;
  color: #fff;
}
.s-features_title {
  position: relative;
  text-align: center;
  margin-bottom: 140px;
}
.s-features_title .ja {
  font-size: 49px;
}
.s-features_title .en {
  position: absolute;
  inset: 0;
  transform: translateY(-50%);
  opacity: 0.1;
  color: #f3f3f3;
  font-size: 160px;
  line-height: 1;
}
.s-features_inner {
  padding: 88px 88px 24px;
  background: #fff;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .s-features_inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 999px) {
  .s-features_inner {
    padding: 45px;
  }
}
.s-features_itemWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 42px;
  max-width: 1080px;
  margin: 0 auto;
}
.s-features_item {
  position: relative;
  width: calc(50% - 21px);
  padding: 36px 50px 50px;
  margin-bottom: 64px;
  background: linear-gradient(236.72deg, #00A0C2 23.21%, #4FB1C7 76.79%);
  border-radius: 30px;
}
.s-features_item .heading_label {
  position: absolute;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: 20px;
  line-height: 1;
}
.s-features_item .heading_number {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 1;
}
.s-features_item .heading_title {
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 1.2;
}
.s-features_item .heading_title.-sm {
  font-size: 24px;
}
.s-features_item .heading_lead.-hasMark {
  position: relative;
  padding-left: 1.3em;
}
.s-features_item .heading_lead.-hasMark::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
}
.s-features_item .heading_row {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.s-features_item .heading_row .heading_title {
  margin: 0 19px 0 0;
}
.s-features_item .detail_title {
  margin-bottom: 8px;
}
.s-features_item .detail_title.-mt {
  margin-top: 20px;
}
.s-features_item .detail_title span {
  display: inline-block;
  padding: 0.3em 0.4em;
  background: #fff;
  color: #00A0C2;
  font-weight: 700;
  line-height: 1;
}
.s-features_item .detail_list.-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 22px;
}
.s-features_item .detail_list li {
  position: relative;
  padding-left: 1.3em;
}
.s-features_item .detail_list li:nth-child(n+2) {
  margin-top: 2px;
}
.s-features_item .detail_list li::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
}
.s-features_item .detail_points {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.s-features_item:not(.-wide) .heading_label {
  top: 50px;
  right: 50px;
}
.s-features_item.-wide {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 20px;
  width: 100%;
  padding-top: 55px;
  padding-left: 115px;
}
.s-features_item.-wide .heading_label {
  text-align: center;
  top: 0;
  left: 50px;
  bottom: 0;
  writing-mode: sideways-lr;
}
@media (max-width: 999px) {
  .s-features_item {
    padding-left: 40px;
    padding-right: 40px;
  }
  .s-features_item .heading_number {
    font-size: 70px;
  }
  .s-features_item .heading_label {
    font-size: 18px;
  }
  .s-features_item .heading_title {
    font-size: 28px;
  }
  .s-features_item .heading_row {
    display: block;
  }
  .s-features_item .heading_row .heading_title {
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  .s-features {
    padding: 9.8666666667vw 0 12.2666666667vw;
    color: #fff;
  }
  .s-features_title {
    margin-bottom: 10.1333333333vw;
  }
  .s-features_title .ja {
    font-size: 6.4vw;
  }
  .s-features_title .en {
    transform: translateY(-3.2vw);
    font-size: 16vw;
  }
  .s-features_inner {
    padding: 6.1333333333vw 6.1333333333vw 1px;
    border-radius: 5.3333333333vw;
  }
  .s-features_item {
    position: relative;
    width: 100%;
    padding: 4.8vw 6.6666666667vw 8vw;
    margin-bottom: 6.1333333333vw;
    border-radius: 5.3333333333vw;
  }
  .s-features_item .heading_label {
    font-size: 3.7333333333vw;
  }
  .s-features_item .heading_number {
    margin-bottom: 3.7333333333vw;
    font-size: 12.8vw;
  }
  .s-features_item .heading_title {
    margin-bottom: 3.7333333333vw;
    font-size: 6.4vw;
  }
  .s-features_item .heading_title.-sm {
    font-size: 6.4vw;
  }
  .s-features_item .heading_row .heading_title {
    margin: 0 0 1.3333333333vw;
  }
  .s-features_item .detail_title {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .s-features_item .detail_title.-mt {
    margin-top: 4.8vw;
  }
  .s-features_item .detail_list.-grid {
    display: block;
  }
  .s-features_item .detail_list li:nth-child(n+2) {
    margin-top: 3.2vw;
  }
  .s-features_item .detail_points {
    margin-top: 4.8vw;
    justify-content: space-between;
    gap: 2.6666666667vw;
  }
  .s-features_item .detail_points img {
    width: 14.6666666667vw;
  }
  .s-features_item:not(.-wide) .heading_label {
    top: 7.7333333333vw;
    right: 6.6666666667vw;
  }
  .s-features_item.-wide {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
    padding-top: 4.8vw;
    padding-left: 6.6666666667vw;
  }
  .s-features_item.-wide .heading_label {
    text-align: left;
    top: 7.7333333333vw;
    right: 6.6666666667vw;
    left: initial;
    bottom: initial;
    writing-mode: unset;
  }
}

/* Flow */
.s-flow {
  padding: 110px 0 140px;
}
.s-flow_title {
  text-align: center;
  margin-bottom: 60px;
  color: #00A0C2;
  font-size: 60px;
  line-height: 1.3;
}
.s-flow_inner {
  padding: 100px;
  background: linear-gradient(236.72deg, #00A0C2 23.21%, #4FB1C7 76.79%), #FFFFFF;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .s-flow_inner {
    padding: 70px;
  }
}
.s-flow_image {
  padding: 80px;
  background: #fff;
  border-radius: 30px;
}
.s-flow_image img {
  width: 100%;
}
@media (max-width: 1199px) {
  .s-flow_image {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .s-flow {
    padding: 16vw 0;
  }
  .s-flow .l-container {
    padding: 0;
  }
  .s-flow_title {
    margin-bottom: 8.5333333333vw;
    font-size: 5.3333333333vw;
  }
  .s-flow_inner {
    padding: 9.8666666667vw 7.4666666667vw;
    border-radius: 0;
  }
  .s-flow_image {
    padding: 7.4666666667vw 6.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}

/* FAQ */
.s-faq_inner {
  position: relative;
  z-index: 1;
  max-width: 1048px;
  padding: 60px 50px;
  margin: 0 auto;
  background: linear-gradient(77.68deg, #00A0C2 13.12%, #4FB1C7 86.88%), #F0F7F2;
}
@media (max-width: 767px) {
  .s-faq_inner {
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
.s-faq_title {
  margin-bottom: 19px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0;
}
.s-faq_title::after {
  margin-top: 13px;
  width: 32px;
  height: 3px;
  background: #fff;
}
@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;
  color: #fff;
  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;
  box-shadow: 0px 3px 0px #E6EBEF;
}
@media (max-width: 767px) {
  .s-faq details {
    margin-bottom: 4vw;
    border-radius: 1.0666666667vw;
    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: #00A0C2;
  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 {
  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;
  color: #fff;
  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: "※";
}
@media (max-width: 767px) {
  .s-faq .l-container {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}

.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;
  background: #00A0C2;
  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: #007c98;
  }
}
@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: inline-flex;
  align-items: 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_link:nth-child(n+2) {
  margin-top: 38px;
}
@media (max-width: 767px) {
  .s-contact_link:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
}
.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: 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: #00A0C2;
  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;
  box-shadow: 0px 6px 0px #E6EBEF;
  color: #00A0C2;
}
@media (max-width: 767px) {
  .s-price_box {
    padding: 10.1333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
.s-price_box .title {
  margin-bottom: 24px;
  font-size: 18px;
}
.s-price_box .title small {
  font-size: 88%;
}
@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: flex;
  align-items: flex-end;
  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;
  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;
    transform: none;
  }
}
.s-price_box .priceWrap .price {
  color: #CC562C;
}
.s-price_box .priceWrap .price_t1 {
  color: #00A0C2;
  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_fees {
  max-width: 936px;
  margin: 0 auto 100px;
}
.s-price_fees .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 38px;
  background: #46AFC7;
  border-radius: 6px 6px 0 0;
  border-bottom: solid 1px #fff;
  color: #fff;
}
.s-price_fees .heading_title {
  font-size: 24px;
}
.s-price_fees .table {
  width: 100%;
  table-layout: fixed;
  text-align: left;
  background: #fff;
  box-shadow: 0px 5.51871px 0px #E6EBEF;
  border-radius: 0 0 6px 6px;
}
.s-price_fees .table thead {
  background: #46AFC7;
  color: #fff;
}
.s-price_fees .table thead th {
  padding: 8px 38px;
  font-size: 24px;
}
.s-price_fees .table thead th:nth-of-type(1) {
  border-right: solid 1px #fff;
  border-bottom-left-radius: 6px;
  box-shadow: 0px 5.51871px 0px #E6EBEF;
}
.s-price_fees .table thead th:nth-of-type(2) {
  border-bottom-right-radius: 6px;
  box-shadow: 0px 5.51871px 0px #E6EBEF;
}
.s-price_fees .table tbody {
  color: #00A0C2;
}
.s-price_fees .table tbody tr:nth-child(n+2) th, .s-price_fees .table tbody tr:nth-child(n+2) td {
  border-top: solid 1px #00A0C2;
}
.s-price_fees .table tbody th, .s-price_fees .table tbody td {
  padding: 12px 38px;
  vertical-align: middle;
}
.s-price_fees .table tbody th {
  border-right: solid 1px #00A0C2;
  font-size: 28px;
}
.s-price_fees .table tbody td {
  line-height: 1.2;
}
.s-price_fees .table tbody td span {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.s-price_fees .table tbody td em {
  margin: 0 -0.05em 0 0.1em;
  font-style: normal;
  font-size: 3em;
  font-weight: 700;
}
.s-price_fees .table tbody td em small {
  font-size: 66.66%;
}
.s-price_fees .table tbody td > span > small {
  font-size: 100%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .s-price_fees {
    margin-bottom: 13.3333333333vw;
  }
  .s-price_fees .heading {
    padding: 2.9333333333vw;
    border-radius: 1.6vw 1.6vw 0 0;
  }
  .s-price_fees .heading_title {
    font-size: 4.2666666667vw;
  }
  .s-price_fees .heading_notes {
    font-size: 2.9333333333vw;
  }
  .s-price_fees .table {
    box-shadow: 0px 1.0666666667vw 0px #E6EBEF;
    border-radius: 0 0 1.6vw 1.6vw;
  }
  .s-price_fees .table thead {
    background: #46AFC7;
    color: #fff;
  }
  .s-price_fees .table thead th {
    padding: 2.9333333333vw;
    font-size: 4.2666666667vw;
  }
  .s-price_fees .table thead th:nth-of-type(1) {
    width: 55%;
    border-bottom-left-radius: 1.6vw;
    box-shadow: 0px 1.0666666667vw 0px #E6EBEF;
  }
  .s-price_fees .table thead th:nth-of-type(2) {
    width: 45%;
    border-bottom-right-radius: 1.6vw;
    box-shadow: 0px 1.0666666667vw 0px #E6EBEF;
  }
  .s-price_fees .table tbody th, .s-price_fees .table tbody td {
    padding: 2.1333333333vw 2.9333333333vw;
  }
  .s-price_fees .table tbody th {
    font-size: 5.3333333333vw;
  }
  .s-price_fees .table tbody td {
    line-height: 1.2;
  }
  .s-price_fees .table tbody td span {
    display: block;
    font-size: 3.4666666667vw;
  }
  .s-price_fees .table tbody td em {
    display: block;
    font-size: 6.4vw;
  }
  .s-price_fees .table tbody td em small {
    font-size: 66.66%;
  }
  .s-price_fees .table tbody td > span > small {
    display: block;
    font-size: 80%;
  }
}
.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: max-content;
  padding: 2px;
  background: #fff;
  border: solid 2px #00A0C2;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .fixedButton {
    right: 2.6666666667vw;
    bottom: 13.3333333333vw;
  }
}
.fixedButton .button {
  border-color: #00A0C2;
  background: #00A0C2;
  color: #fff;
}
.fixedButton .button svg {
  fill: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .fixedButton .button:hover {
    background: #fff;
    border-color: #fff;
    color: #00A0C2;
  }
  .fixedButton .button:hover svg {
    fill: #00A0C2;
  }
}
.fixedButton.-cp {
  border-color: #FEA800;
}
.fixedButton.-cp .button {
  gap: 12px;
  width: 234px;
  height: 72px;
  border-color: #FEA800;
  background: #FEA800;
  line-height: 1.25;
  font-size: 16px;
  font-weight: 700;
}
.fixedButton.-cp .button .text {
  padding-left: 0.5em;
}
.fixedButton.-cp .button .icon {
  display: grid;
  place-content: center;
  width: 31px;
  height: 31px;
  background-color: #fff;
  border-radius: 50%;
  transition-duration: 0.25s;
}
.fixedButton.-cp .button .icon::before {
  position: relative;
  content: "";
  display: block;
  left: -0.1em;
  width: 10px;
  aspect-ratio: 1/1;
  border: solid 1px #FEA800;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  transition-duration: 0.25s;
}
@media (max-width: 767px) {
  .fixedButton.-cp .button {
    gap: 2.6666666667vw;
    width: 49.8666666667vw;
    height: 15.2vw;
    font-size: 4.5333333333vw;
  }
  .fixedButton.-cp .button .icon {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
  .fixedButton.-cp .button .icon::before {
    width: 1.6vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .fixedButton.-cp:hover .button {
    border-color: #fff;
    background: #fff;
    color: #FEA800;
  }
  .fixedButton.-cp:hover .button .icon {
    background-color: #FEA800;
  }
  .fixedButton.-cp:hover .button .icon::before {
    border-color: #fff;
  }
}
@media (min-width: 768px) {
  .fixedButton.-cp.-default {
    border: none;
    background: transparent;
  }
  .fixedButton.-cp.-default .button {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    border-radius: 0;
  }
  .fixedButton.-cp.-default .button .text, .fixedButton.-cp.-default .button .icon {
    display: none;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .fixedButton.-cp.-default .button:hover {
    transform: scale(1.05);
  }
}
@media (max-width: 767px) {
  .fixedButton.-cp.-default .button .image {
    display: none;
  }
}

@media (min-width: 768px) {
  .is-windows .fixedButton .text {
    display: inline-block;
    transform: translateY(min(0.27vw, 5px));
  }
}