/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

summary {
  list-style: none;
  -webkit-appearance: none;
}

summary::-webkit-details-marker {
  display: none;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

body {
  color: #545454;
  background-color: #FFFFFF;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 1240pxpx) {
  html {
    font-size: 1.2903225806vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

main.fixed {
  position: relative;
}
main.fixed::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 127, 189, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 90;
}

html.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.fixed {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.header__menu,
.js-drawer {
  position: relative;
  z-index: 101;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #FFFFFF;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.8125rem 1rem 2.9375rem;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0.6875rem 1rem 1.1875rem;
  }
}

.header__logo {
  aspect-ratio: 215/55;
  width: 13.4375rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 7.8125rem;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__btn {
  padding-top: 0.9375rem;
  padding-bottom: 0.875rem;
}
@media screen and (max-width: 768px) {
  .header__btn {
    padding-top: 0.75rem;
    padding-bottom: 0.4375rem;
  }
}

.header__btn a {
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 0.3888888889;
  color: #FFFFFF;
  background: linear-gradient(180deg, #e374a6 -28.57%, #e33d6c 95.67%);
  box-shadow: 0px 3px 0px 0px #ad1248;
  padding: 0.9375rem 3.375rem 0.875rem;
  border-radius: 8.125rem;
  transition: all 0.3s ease;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .header__btn a {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.75rem 1.6875rem 0.4375rem;
  }
}
.header__btn a:hover {
  box-shadow: none;
}

.footer {
  background-color: #2A8A4A;
  padding-top: 3.4375rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 1.75rem;
    padding-bottom: 0.75rem;
  }
}

.footer__inner {
  margin: 0 auto;
}

.footer-logo {
  aspect-ratio: 327/84;
  width: 20.4375rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    width: 11.8125rem;
  }
}
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-copy {
  text-align: center;
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .footer-copy {
    margin-top: 1.5rem;
    font-size: 0.75rem;
  }
}

.inner {
  max-width: 1240px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.section-title {
  color: #545454;
  font-family: "ten-mincho", serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.4px;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
}
.section-title::after {
  content: "";
  display: block;
  width: 3.125rem;
  height: 3px;
  background-color: #2A8A4A;
  margin: 0.75rem auto 0;
}
@media screen and (max-width: 768px) {
  .section-title::after {
    margin: 0.5rem auto 0;
  }
}

.web-btn {
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}
.web-btn a {
  color: #FFFFFF;
  font-family: "ten-mincho", serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.6875rem 5.3125rem;
  border-radius: 7.64vw;
  border: 2px solid #FFFFFF;
  background: linear-gradient(180deg, #e374a6 -28.57%, #e33d6c 95.67%);
  box-shadow: 0px 6px 0px 0px #d0376c;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .web-btn a {
    font-size: 1.25rem;
    padding: 0.9375rem 3.75rem;
    white-space: nowrap;
  }
}
.web-btn a:hover {
  box-shadow: none;
}

.web-btn--cta {
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}
.web-btn--cta a {
  color: #FFFFFF;
  font-family: "ten-mincho", serif;
  font-size: 1.81vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.76vw 5.9vw;
  border-radius: 7.64vw;
  border: 2px solid #FFFFFF;
  background: linear-gradient(180deg, #e374a6 -28.57%, #e33d6c 95.67%);
  box-shadow: 0px 6px 0px 0px #d0376c;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .web-btn--cta a {
    font-size: 1.25rem;
    padding: 0.9375rem 3.75rem;
    white-space: nowrap;
  }
}
.web-btn--cta a:hover {
  box-shadow: none;
}

.tel-btn {
  padding-bottom: 0.25rem;
}
.tel-btn a {
  color: #FFFFFF;
  font-family: "ten-mincho", serif;
  font-size: 1.81vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.83vw;
  border-radius: 7.64vw;
  border: 2px solid #FFFFFF;
  background: linear-gradient(180deg, #ffeb3b 0%, #ffc107 43.27%);
  box-shadow: 0px 6px 0px 0px #d19e06;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30.5vw;
}
@media screen and (max-width: 768px) {
  .tel-btn a {
    width: 67vw;
    padding: 1.81vw;
    font-size: 4.1vw;
  }
}
.tel-btn a svg {
  width: 1.81vw;
  display: block;
  margin-right: 0.25rem;
}
@media screen and (max-width: 768px) {
  .tel-btn a svg {
    width: 4.1vw;
    margin-right: 0.8vw;
  }
}
.tel-btn a:hover {
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .cta-web-btn a {
    font-size: 4.1vw !important;
    padding: 1.81vw 12.8vw !important;
    white-space: nowrap;
  }
}

.cta {
  position: relative;
}

.cta-btn {
  position: absolute;
  bottom: 22.6%;
}
@media (max-width: 920px) {
  .cta-btn {
    bottom: 22%;
  }
}
@media screen and (max-width: 768px) {
  .cta-btn {
    left: 50%;
    transform: translateX(-50%);
    bottom: initial;
  }
}

.cta-webBtn {
  left: 13.2%;
}
@media screen and (max-width: 768px) {
  .cta-webBtn {
    left: 50%;
    transform: translateX(-50%);
    bottom: 39%;
  }
}
@media (max-width: 349px) {
  .cta-webBtn {
    bottom: 38.7%;
  }
}

.cta-telBtn {
  right: 13.4%;
}
@media screen and (max-width: 768px) {
  .cta-telBtn {
    left: 50%;
    transform: translateX(-50%);
    right: initial;
    bottom: 22.6%;
  }
}

.mv {
  position: relative;
  overflow: hidden;
  padding-bottom: 2.6875rem;
}
.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(/assets/image/mv-back.png);
  background-position: left;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv::before {
    background-image: url(/assets/image/sp-mv-back.png);
  }
}

.mv__inner .mv__title {
  padding-top: 8.625rem;
  color: #FFFFFF;
  text-align: center;
  font-family: "ten-mincho", serif;
  font-size: 3.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -3px;
}
@media screen and (max-width: 768px) {
  .mv__inner .mv__title {
    font-size: 2.625rem;
  }
}
.mv__inner .mv__title span {
  text-emphasis: filled;
  -webkit-text-emphasis: filled;
  text-emphasis-position: over right;
}
.mv__inner .mv__fuanBox {
  margin-top: 1.375rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__inner .mv__fuanBox {
    margin-top: 2.5rem;
  }
}
.mv__inner .mv__fuan {
  color: #2A8A4A;
  font-family: "ten-mincho", serif;
  font-size: 1.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4838709677;
  text-align: center;
  padding: 0.125rem 1.875rem;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  border-radius: 73px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__inner .mv__fuan {
    font-size: 1.375rem;
    padding: 0.125rem 1.3125rem;
  }
}
.mv__inner .mv__fuan::before {
  content: "";
  position: absolute;
  bottom: -1.46875rem;
  left: 3.5rem;
  width: 1.5rem;
  height: 1.3125rem;
  z-index: -1;
  background-image: url(/assets/image/mv-fuan-maru.png);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv__inner .mv__fuan::before {
    left: 2.5rem;
    width: 1.0625rem;
    height: 0.9375rem;
  }
}
.mv__inner .mv__fuan-text {
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 0px 7.261px rgba(0, 0, 0, 0.3);
  font-family: "ten-mincho", serif;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .mv__inner .mv__fuan-text {
    font-size: 1.125rem;
    margin-top: 0.4375rem;
  }
}
.mv__inner .mv__point {
  margin-top: 1.25rem;
  width: 36.375rem;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .mv__inner .mv__point {
    margin-top: 0.8125rem;
    width: 92%;
  }
}
.mv__inner .mv__24h {
  margin-top: 1.5625rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__inner .mv__24h {
    margin-top: 2.8125rem;
  }
}
.mv__inner .mv__24h .mv__24h-text {
  color: #FFFFFF;
  font-family: "ten-mincho", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.264px;
  position: relative;
  display: inline-block;
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .mv__inner .mv__24h .mv__24h-text {
    font-size: 0.875rem;
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
  }
}
.mv__inner .mv__24h .mv__24h-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.625rem;
  height: 0.875rem;
  object-fit: contain;
  display: block;
  background-image: url(/assets/image/mv-24h-before.png);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv__inner .mv__24h .mv__24h-text::before {
    width: 1.5625rem;
    height: 0.875rem;
  }
}
.mv__inner .mv__24h .mv__24h-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.625rem;
  height: 0.875rem;
  object-fit: contain;
  display: block;
  background-image: url(/assets/image/mv-24h-after.png);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv__inner .mv__24h .mv__24h-text::after {
    width: 1.5625rem;
    height: 0.875rem;
  }
}
.mv__inner .mv__24h .mv__24h-text span {
  color: #FFFFFF;
  font-family: "ten-mincho", serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.77px;
}
@media screen and (max-width: 768px) {
  .mv__inner .mv__24h .mv__24h-text span {
    font-size: 1.25rem;
  }
}

.mv-btn {
  margin-top: 0.1875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv-btn {
    margin-top: 0.5rem;
  }
}

.mv-cash {
  margin-top: 1.75rem;
  width: 33.5rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .mv-cash {
    margin-top: 1.5rem;
    width: 71%;
  }
}
.mv-cash img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.needs {
  padding-top: 17.75rem;
  padding-bottom: 5.6875rem;
  background: linear-gradient(180deg, #ebe4d6 68.27%, #fff 88.95%);
  margin-top: -12.75rem;
}
@media screen and (max-width: 768px) {
  .needs {
    padding-top: 7.75rem;
    padding-bottom: 4rem;
    margin-top: -5rem;
  }
}

.needs__inner {
  margin: 0 auto;
}

.needs__titleBox {
  text-align: center;
}

.needs__title {
  color: #2A8A4A;
  font-family: "ten-mincho", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0 0.75rem;
}
@media screen and (max-width: 768px) {
  .needs__title {
    font-size: 1.5rem;
    padding: 0;
  }
}
.needs__title span {
  color: #2A8A4A;
  font-size: 3.75rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .needs__title span {
    font-size: 2rem;
  }
}
.needs__title::before {
  content: "";
  position: absolute;
  top: 39%;
  left: -6px;
  transform: translate(-50%, -50%);
  display: block;
  width: 2px;
  height: 33px;
  background-color: #2A8A4A;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .needs__title::before {
    height: 24px;
  }
}
.needs__title::after {
  content: "";
  position: absolute;
  top: 39%;
  right: -6px;
  transform: translate(-50%, -50%);
  display: block;
  width: 2px;
  height: 33px;
  background-color: #2A8A4A;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .needs__title::after {
    height: 24px;
  }
}

.needs__list {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .needs__list {
    gap: 1.125rem;
  }
}

.needs__item {
  border-radius: 0.75rem;
  border: 5px solid #FFFFFF;
  background: #FFFFFF;
  width: 19.5rem;
}
@media screen and (max-width: 768px) {
  .needs__item {
    width: calc((100% - 1.125rem) / 2);
    border: 3px solid #FFFFFF;
  }
}
.needs__item h3 {
  color: #FFFFFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 0.3125rem 1.5rem 0.375rem;
  background-color: #2A8A4A;
  border-radius: 0.75rem 0.75rem 0 0;
  border-bottom: 5px solid #FFFFFF;
}
@media screen and (max-width: 768px) {
  .needs__item h3 {
    font-size: 0.875rem;
  }
}
.needs__item img {
  width: 100%;
  height: auto;
}

.needs__item--big {
  width: 30.25rem;
}
@media (max-width: 1039px) {
  .needs__item--big {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .needs__item--big {
    width: 100%;
  }
}
.needs__item--big h3 {
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  background-color: #2A8A4A;
  padding: 0.5rem 1.5rem 0.4375rem;
  border-radius: 0.75rem 0.75rem 0 0;
  border-bottom: 5px solid #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .needs__item--big h3 {
    font-size: 1.25rem;
  }
}
.needs__item--big img {
  width: 100%;
  height: auto;
}

.needs__text {
  color: #545454;
  text-align: center;
  font-family: "ten-mincho", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 4.1875rem;
}
@media screen and (max-width: 768px) {
  .needs__text {
    margin-top: 2.5625rem;
    font-size: 1rem;
  }
}
.needs__text span {
  color: #2A8A4A;
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .needs__text span {
    font-size: 1.25rem;
  }
}

.reason {
  padding-top: 6.25rem;
  padding-bottom: 5.0625rem;
  background-color: #E9F2EA;
}
@media screen and (max-width: 768px) {
  .reason {
    padding-top: 3.125rem;
    padding-bottom: 3.375rem;
  }
}

.reason__inner {
  margin: 0 auto;
}

.reason__title {
  color: #2A8A4A;
  font-family: "ten-mincho", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -2.4px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reason__title {
    font-size: 1.5rem;
  }
}
.reason__title span {
  color: #2A8A4A;
  font-family: "ten-mincho", serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -3px;
  text-emphasis: filled;
  -webkit-text-emphasis: filled;
  text-emphasis-position: over right;
}
@media screen and (max-width: 768px) {
  .reason__title span {
    font-size: 2rem;
  }
}

.reason__list {
  margin-top: 3.1875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .reason__list {
    gap: 1.5rem;
  }
}

.reason__item {
  width: 19.5rem;
  border-radius: 0.625rem;
  position: relative;
}
.reason__item h3 {
  color: #FFFFFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  background-color: #2A8A4A;
  background: rgba(39, 102, 65, 0.8);
  padding: 0.625rem 0;
  backdrop-filter: blur(5.87px);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 0.625rem 0.625rem;
}

.reason__point {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5.453125rem;
  height: 5.505625rem;
}

.reason__img {
  width: 100%;
  height: auto;
}

.reason__text {
  color: #545454;
  text-align: center;
  font-family: "ten-mincho", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 3.625rem;
}
@media screen and (max-width: 768px) {
  .reason__text {
    margin-top: 2.75rem;
    font-size: 1rem;
  }
}
.reason__text span {
  color: #2A8A4A;
  font-size: 1.625rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .reason__text span {
    font-size: 1.25rem;
  }
}

.plan {
  background: linear-gradient(180deg, #ebe4d6 78.23%, #fff 100%);
  padding: 10.125rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .plan {
    padding: 4rem 0 3.3125rem;
  }
}

.plan__inner {
  max-width: 65rem;
  margin: 0 auto;
}

.plan__title {
  text-align: center;
}

.plan__top {
  margin-top: 6.1875rem;
}
@media screen and (max-width: 768px) {
  .plan__top {
    margin-top: 2.75rem;
  }
}
.plan__top h3 {
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-size: 2.625rem;
  line-height: 139%;
  letter-spacing: normal;
  color: #545454;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan__top h3 {
    font-size: 1.375rem;
  }
}
.plan__top h3 span {
  background: linear-gradient(transparent 50%, #f4e345 50%);
}
.plan__top img {
  margin-top: 2.375rem;
}
@media screen and (max-width: 768px) {
  .plan__top img {
    margin-top: 2.75rem;
  }
}

.plan__list {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.75rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .plan__list {
    margin-top: 2.5rem;
    gap: 1.5rem;
  }
}

.plan__item {
  width: 29.875rem;
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  border: 3px solid #2A8A4A;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .plan__item {
    width: 100%;
  }
}
.plan__item h4 {
  color: #2A8A4A;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4444444444;
  text-align: center;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  background-color: #E9F2EA;
}
@media screen and (max-width: 768px) {
  .plan__item h4 {
    font-size: 1.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.plan__item-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5625rem 2.8125rem 0;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .plan__item-cont {
    max-width: 25.4375rem;
    margin: 0 auto;
    padding: 1.125rem 1.875rem 0;
  }
}
.plan__item-cont img {
  width: 8.25rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .plan__item-cont img {
    width: 5.9375rem;
  }
}
.plan__item-cont p {
  color: #545454;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .plan__item-cont p {
    font-size: 0.75rem;
  }
}

.plan__item-price {
  color: var(--black, #545454);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan__item-price {
    font-size: 1.4375rem;
  }
}
.plan__item-price span {
  color: #F44336;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .plan__item-price span {
    font-size: 3.375rem;
  }
}

.plan-solo {
  margin-top: 8.75rem;
}
@media screen and (max-width: 768px) {
  .plan-solo {
    margin-top: 5.0625rem;
  }
}

.plan-solo__title {
  text-align: center;
}

.plan-solo__list {
  margin-top: 3.3125rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.0625rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .plan-solo__list {
    margin-top: 2rem;
    gap: 0.75rem;
  }
}

.plan-solo__item {
  width: 14.8125rem;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  border: 3px solid #2A8A4A;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .plan-solo__item {
    width: calc((100% - 0.75rem) / 2);
    border: 3px solid #2A8A4A;
  }
}
.plan-solo__item img {
  aspect-ratio: 1/1;
  width: 10.25rem;
  height: auto;
  margin: 1.25rem auto 0;
}
@media screen and (max-width: 768px) {
  .plan-solo__item img {
    width: 7.25rem;
    margin: 0.875rem auto 0;
  }
}
.plan-solo__item p {
  color: #929292;
  text-align: center;
  font-family: "ten-mincho", serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .plan-solo__item p {
    margin-top: 0.5rem;
    font-size: 0.8125rem;
  }
}

.plan-solo__item .plan-solo__item-price {
  color: #545454;
  font-family: "ten-mincho", serif;
  font-size: 2.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: -0.4375rem;
}
@media screen and (max-width: 768px) {
  .plan-solo__item .plan-solo__item-price {
    margin-top: -0.875rem;
    font-size: 2rem;
  }
}
.plan-solo__item .plan-solo__item-price span {
  color: #545454;
  font-family: "ten-mincho", serif;
  font-size: 2.3125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .plan-solo__item .plan-solo__item-price span {
    font-size: 1.625rem;
  }
}

.plan-solo__other {
  margin-top: 2.625rem;
}
.plan-solo__other img {
  width: 25rem;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .plan-solo__other img {
    width: 90%;
    max-width: 21.875rem;
  }
}

.plan-solo__other-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.125rem;
  justify-content: center;
  border: 3px solid #2A8A4A;
  border-radius: 0.625rem;
  padding: 1.25rem;
  align-items: center;
  background-color: #FFFFFF;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .plan-solo__other-list {
    padding: 1.3125rem 1.0625rem;
    justify-content: start;
    max-width: 21.875rem;
    gap: 2.125rem;
    width: 100%;
    margin: 1.125rem auto 0;
  }
}

.plan-solo__other-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.plan-solo__other-item img {
  width: 4.5625rem;
  height: 4rem;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .plan-solo__other-item img {
    width: 5rem;
    height: 3.1875rem;
  }
}
.plan-solo__other-item p {
  color: #929292;
  font-family: "ten-mincho", serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.6875rem;
}

.plan-solo__other-text {
  color: #565656;
  font-family: "ten-mincho", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan-solo__other-text {
    font-size: 1.25rem;
    margin-top: 1.5rem;
  }
}

.cheap {
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
  background-color: #E9F2EA;
}
@media screen and (max-width: 768px) {
  .cheap {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.cheap__inner {
  max-width: 65rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cheap__inner {
    max-width: 37.5rem;
    width: 100%;
  }
}
.cheap__inner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 4.125rem;
}
@media screen and (max-width: 768px) {
  .cheap__inner img {
    margin-top: 0.625rem;
  }
}
.cheap__inner p {
  color: #545454;
  text-align: center;
  font-family: "ten-mincho", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .cheap__inner p {
    margin-top: 2.25rem;
    font-size: 1rem;
  }
}
.cheap__inner p span {
  color: #2A8A4A;
  font-family: "ten-mincho", serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .cheap__inner p span {
    font-size: 1.25rem;
  }
}

.cheap__title {
  text-align: center;
  color: #2A8A4A;
  font-family: "ten-mincho", serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2.4px;
}
@media screen and (max-width: 768px) {
  .cheap__title {
    font-size: 1.5rem;
  }
}
.cheap__title span {
  color: #2A8A4A;
  font-family: "ten-mincho", serif;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -3px;
  text-emphasis: filled;
  -webkit-text-emphasis: filled;
  text-emphasis-position: over right;
}
@media screen and (max-width: 768px) {
  .cheap__title span {
    font-size: 2rem;
  }
}

.compare {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .compare {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}

.compare__inner {
  max-width: 58.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .compare__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.compare__title {
  text-align: center;
}

.compare__table {
  margin-top: 3.625rem;
}
@media screen and (max-width: 768px) {
  .compare__table {
    margin-top: 2.25rem;
    overflow-x: auto;
    padding-left: 1.25rem;
  }
}
.compare__table img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .compare__table img {
    width: 33.9375rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 543px) {
  .compare__table img {
    width: 100% !important;
  }
}

.compare__comment {
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .compare__comment {
    margin-top: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.compare__comment img {
  max-width: 52.75rem;
  width: 100%;
  height: auto;
}

.caution {
  padding-top: 6.125rem;
  padding-bottom: 7.25rem;
  background-color: #ECE5D7;
}
@media screen and (max-width: 768px) {
  .caution {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.caution__inner {
  max-width: 59.5625rem;
  margin: 0 auto;
}

.caution__titleBox {
  position: relative;
  overflow: hidden;
}

.caution__title {
  color: #545454;
  font-family: "ten-mincho", serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2.4px;
  background-color: #ffe065;
  text-align: center;
  padding-top: 3.625rem;
  padding-bottom: 3.625rem;
}
@media screen and (max-width: 768px) {
  .caution__title {
    font-size: 1.5rem;
    padding-top: 2.9375rem;
    padding-bottom: 2.9375rem;
  }
}
.caution__title span {
  color: #F44336;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -3px;
}
@media screen and (max-width: 768px) {
  .caution__title span {
    font-size: 2rem;
  }
}

.caution__title-bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.75rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .caution__title-bg1 {
    height: 2.0625rem;
  }
}

.caution__title-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.75rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .caution__title-bg2 {
    height: 2.0625rem;
  }
}

.caution__textTop {
  margin-top: 3.125rem;
  color: #545454;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 150% */
}
@media screen and (max-width: 768px) {
  .caution__textTop {
    margin-top: 3.25rem;
    font-size: 1rem;
  }
}

.caution__list {
  margin-top: 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .caution__list {
    margin-top: 2.5rem;
    gap: 1.125rem;
  }
}

.caution__item {
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  border: 4px solid #4e4e4e;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .caution__item {
    border: 4px solid #4e4e4e;
    width: 100%;
  }
}
.caution__item h3 {
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-bottom: 4px solid #4e4e4e;
  color: #4e4e4e;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .caution__item h3 {
    font-size: 1.25rem;
    padding-right: 0.8125rem;
  }
}
.caution__item h3 span {
  color: #FFFFFF;
  font-family: "Noto Sans Armenian";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: #4e4e4e;
  padding: 0.9375rem 1.1875rem 0.9375rem 0.9375rem;
  margin-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .caution__item h3 span {
    padding: 1.5625rem 1.5rem 1.5625rem 1.25rem;
    margin-right: 0.5625rem;
  }
}

.caution__item-cont {
  display: flex;
  align-items: center;
  justify-content: start;
}
@media screen and (max-width: 768px) {
  .caution__item-cont {
    flex-direction: column;
  }
}
.caution__item-cont p {
  width: 27.125rem;
  padding-left: 2.125rem;
  color: #545454;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 145.455% */
  letter-spacing: 1.1px;
  margin-right: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .caution__item-cont p {
    width: initial;
    padding: 1rem;
    margin-right: 0;
    font-size: 0.9375rem;
  }
}

.caution__item--point {
  background: #e7e7e7;
  padding-right: 2.625rem;
  padding-left: 2.625rem;
  padding-top: 1rem;
  padding-bottom: 1.125rem;
  position: relative;
  width: 29rem;
}
@media screen and (max-width: 768px) {
  .caution__item--point {
    width: 100%;
    padding: 1.8125rem 1rem 1.5rem;
  }
}
.caution__item--point img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 1.5rem;
  height: 3.75rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .caution__item--point img {
    width: 1.125rem;
    height: 2.75rem;
    top: 0;
    left: 50%;
    transform: translate(-50%, -30%) rotate(90deg);
  }
}
.caution__item--point h4 {
  color: #4e4e4e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 0.625rem;
  border-bottom: 3px solid #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .caution__item--point h4 {
    font-size: 1.25rem;
    padding-bottom: 0;
  }
}
.caution__item--point p {
  color: #545454;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-right: 0;
  padding-left: 0;
  width: initial;
}
@media screen and (max-width: 768px) {
  .caution__item--point p {
    font-size: 0.9375rem;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.caution__item--point p span {
  color: #F44336;
  text-align: center;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .caution__item--point p span {
    font-size: 0.9375rem;
  }
}

.caution__textBottom {
  color: #545454;
  font-family: "ten-mincho", serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .caution__textBottom {
    font-size: 1.125rem;
    margin-top: 3rem;
  }
}
.caution__textBottom span {
  color: #F44336;
  font-family: "ten-mincho", serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .caution__textBottom span {
    font-size: 1.125rem;
  }
}

.trust {
  padding-top: 8.75rem;
  padding-bottom: 6.375rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .trust {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.trust__inner {
  max-width: 65rem;
  margin: 0 auto;
}

.trust__title {
  text-align: center;
}

.trust__list {
  margin-top: 5.0625rem;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .trust__list {
    margin-top: 2.25rem;
    gap: 1.5rem;
  }
}

.trust__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .trust__item {
    gap: 1rem;
    flex-direction: column;
  }
}
.trust__item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .trust__item:nth-child(2n) {
    flex-direction: column;
  }
}
.trust__item img {
  width: 25rem;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .trust__item img {
    width: 100%;
  }
}

.trust__item-cont h3 {
  display: flex;
  align-items: center;
}
.trust__item-cont h3 svg {
  width: 2.5rem;
  height: auto;
  margin-right: 1.125rem;
  display: block;
}
.trust__item-cont h3 span {
  background: linear-gradient(transparent 50%, #f4e345 50%);
  color: #2A8A4A;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
@media screen and (max-width: 768px) {
  .trust__item-cont h3 span {
    font-size: 1.5rem;
  }
}
.trust__item-cont p {
  margin-top: 1.0625rem;
  color: #545454;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
}
@media screen and (max-width: 768px) {
  .trust__item-cont p {
    font-size: 1rem;
  }
}
.trust__item-cont p span {
  color: #F44336;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .trust__item-cont p span {
    font-size: 1rem;
  }
}

.trust__text {
  color: #545454;
  text-align: center;
  font-family: "ten-mincho", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .trust__text {
    margin-top: 3rem;
    font-size: 1rem;
  }
}
.trust__text span {
  color: #2A8A4A;
  font-family: "ten-mincho", serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #2A8A4A;
}
@media screen and (max-width: 768px) {
  .trust__text span {
    font-size: 1.5rem;
  }
}

.examples {
  padding-top: 8.375rem;
  padding-bottom: 7.5rem;
  background-color: #E9F2EA;
}
@media screen and (max-width: 768px) {
  .examples {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.examples__inner {
  max-width: 59.625rem;
  margin: 0 auto;
}

.examples__title {
  text-align: center;
  color: #545454;
  font-family: "ten-mincho", serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2.4px;
}
@media screen and (max-width: 768px) {
  .examples__title {
    font-size: 2rem;
  }
}

.examples__list {
  margin-top: 4.1875rem;
  display: flex;
  flex-wrap: wrap;
}

.examples__item {
  width: 100%;
  height: auto;
  margin-top: 2.5rem;
}
.examples__item:first-child {
  margin-top: 0;
}

.examples__item--short {
  width: calc((100% - 2.625rem) / 2);
  margin-right: 2.625rem;
}
@media screen and (max-width: 768px) {
  .examples__item--short {
    width: 100%;
    margin-right: 0;
  }
}
.examples__item--short:last-child {
  margin-right: 0;
}

.examples__text {
  color: #545454;
  font-family: "ten-mincho", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  padding: 1.75rem 2.25rem;
  border-radius: 0.75rem;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .examples__text {
    margin-top: 2.25rem;
    padding: 1rem;
    font-size: 1rem;
  }
}
.examples__text::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: blur(2px);
  border-radius: 0.75rem;
}

.voice {
  padding-top: 5rem;
  padding-bottom: 6.875rem;
  background-color: #E9F2EA;
}
@media screen and (max-width: 768px) {
  .voice {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.voice__inner {
  margin: 0 auto;
}

.voice__title {
  text-align: center;
}

.voice__text {
  margin-top: 2rem;
  text-align: center;
  color: #545454;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
@media screen and (max-width: 768px) {
  .voice__text {
    font-size: 1rem;
    margin-top: 3.25rem;
  }
}

.voice__textBottom {
  margin-top: 1.875rem;
  color: #545454;
  text-align: center;
  font-family: "ten-mincho", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .voice__textBottom {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.voice__slide {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .voice__slide {
    margin-top: 3.25rem;
  }
}

.voice__slide-inner {
  position: relative;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .voice__slide-inner {
    padding: 0 1.5625rem;
  }
}

.voice__slide-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.voice__slide-wrapper {
  display: flex;
  transition: transform 0.3s ease;
  gap: 2.25rem;
  max-width: 62.5rem;
}
@media screen and (max-width: 768px) {
  .voice__slide-wrapper {
    gap: 0;
    width: 100%;
  }
}

.voice__slide-item {
  flex-shrink: 0;
  width: calc((100% - 72px) / 3);
}
@media screen and (max-width: 768px) {
  .voice__slide-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.voice__slide-item:nth-last-child(-n+2) {
  width: calc((100% - 72px) / 3);
}
@media screen and (max-width: 768px) {
  .voice__slide-item:nth-last-child(-n+2) {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.voice__slide-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .voice__slide-item img {
    max-width: 14.6875rem;
    width: 100%;
  }
}

.voice__slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.0625rem;
  height: 2.0625rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}
.voice__slide-arrow.voice__slide-prev {
  left: 0;
}
.voice__slide-arrow.voice__slide-next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .voice__slide-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.voice__slide-arrow svg {
  width: 100%;
  height: 100%;
}

.area {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  background: linear-gradient(180deg, #EBE4D6 32.86%, #FFF 57.15%);
}
@media screen and (max-width: 768px) {
  .area {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.area__inner {
  margin: 0 auto;
}
.area__inner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 3.375rem;
}
@media screen and (max-width: 768px) {
  .area__inner img {
    margin-top: 3.25rem;
  }
}

.area__title {
  text-align: center;
}

.flow {
  padding-top: 15rem;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-top: 4rem;
  }
}

.flow__inner {
  margin: 0 auto;
  max-width: 62.5rem;
}

.flow__title {
  text-align: center;
}

.flow__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3.25rem;
  column-gap: 0.875rem;
  row-gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .flow__list {
    margin-top: 3.6875rem;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
}
.flow__list li {
  position: relative;
  padding-right: 3.5625rem;
}
@media screen and (max-width: 768px) {
  .flow__list li {
    padding-right: 0;
    padding-bottom: 2.125rem;
  }
}
.flow__list li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .flow__list li:last-child {
    padding-bottom: 0;
  }
}
.flow__list li .flow__item-stepBox {
  text-align: center;
}
.flow__list li .flow__step {
  color: #FFFFFF;
  font-family: "ten-mincho", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.25rem 4.625rem;
  text-align: center;
  background-color: #2A8A4A;
  border-radius: 2.5rem;
  display: inline-block;
}

.flow__item-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.5625rem;
  height: 10.125rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .flow__item-arrow {
    bottom: -2.0625rem;
    top: initial;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    right: inherit;
    width: 2.125rem;
    height: 6.25rem;
  }
}

.flow__item-box {
  margin-top: -1rem;
  padding: 1.75rem 1rem 1.375rem;
  background-color: #E9F2EA;
  border-radius: 0.75rem;
  width: 15.8125rem;
  min-height: 21.875rem;
}
.flow__item-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 0.875rem;
}
.flow__item-box p {
  color: #545454;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  margin-top: 0.75rem;
}

.flow__text {
  color: #2A8A4A;
  text-align: center;
  font-family: "ten-mincho", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.qa {
  padding-top: 15rem;
}
@media screen and (max-width: 768px) {
  .qa {
    padding-top: 4rem;
  }
}

.qa__inner {
  margin: 0 auto;
  max-width: 52.5rem;
}

.qa__title {
  text-align: center;
}

.qa__list {
  margin-top: 3.25rem;
}
@media screen and (max-width: 768px) {
  .qa__list {
    margin-top: 3.1875rem;
  }
}

.qa__item {
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  background: #f3f3f3;
}
.qa__item:last-child {
  margin-bottom: 0;
}
.qa__item details {
  width: 100%;
}
.qa__item summary {
  list-style: none;
}
.qa__item summary::-webkit-details-marker {
  display: none;
}

.qa__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  cursor: pointer;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .qa__question {
    padding: 1rem;
  }
}
.qa__question .qa__question-title {
  color: #545454;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
@media screen and (max-width: 768px) {
  .qa__question .qa__question-title {
    font-size: 1rem;
  }
}
.qa__question .qa__question--q {
  color: #2A8A4A;
  font-family: "ten-mincho", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .qa__question .qa__question--q {
    font-size: 1.25rem;
  }
}

.qa__icon {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}

details[open] .qa__icon {
  transform: rotate(0deg);
}

.qa__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1.25rem 1rem;
}
@media screen and (max-width: 768px) {
  .qa__answer {
    padding: 0 1rem 1rem;
  }
}
.qa__answer p {
  border-top: 1px solid #d4d4d4;
  color: var(--black, #545454);
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .qa__answer p {
    font-size: 1rem;
  }
}

.qa__answer--a {
  color: #E26C92;
  font-family: "ten-mincho", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .qa__answer--a {
    font-size: 1.25rem;
  }
}

details[open] .qa__answer {
  max-height: 1000px;
}

.message {
  padding-top: 7.75rem;
  padding-bottom: 11.75rem;
}
@media screen and (max-width: 768px) {
  .message {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.message__inner {
  margin: 0 auto;
  max-width: 52.5rem;
}

.message__title {
  text-align: center;
}

.message__cont {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .message__cont {
    flex-direction: column;
    margin-top: 1.875rem;
  }
}

.message__cont-text p {
  color: #545454;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  margin-top: 1.25rem;
}
.message__cont-text p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .message__cont-text p {
    font-size: 0.875rem;
  }
}

.message__cont-name {
  margin-top: 2.25rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}
.message__cont-name .message__cont--part {
  color: #6d6d6d;
  font-family: "ten-mincho", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
@media screen and (max-width: 768px) {
  .message__cont-name .message__cont--part {
    font-size: 0.875rem;
  }
}
.message__cont-name span {
  display: block;
  color: #6d6d6d;
  font-family: "ten-mincho", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.2px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  .message__cont-name span {
    font-size: 1.25rem;
    margin-top: 0;
  }
}

.company {
  padding-top: 7.5rem;
  padding-bottom: 16rem;
  background-color: #ECE5D7;
}
@media screen and (max-width: 768px) {
  .company {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.company__inner {
  margin: 0 auto;
  max-width: 52.5rem;
}

.company__title {
  text-align: center;
}

.company__cont {
  margin-top: 3.25rem;
  background-color: #FFFFFF;
  padding: 3.125rem;
  border-radius: 0.75rem;
}
@media screen and (max-width: 768px) {
  .company__cont {
    padding: 1.5rem 1rem;
  }
}
.company__cont dl {
  display: flex;
  align-items: center;
  gap: 10.625rem;
  border-bottom: 1px solid #E9E9E9;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .company__cont dl {
    gap: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.company__cont dl:first-child {
  padding-top: 0;
}
.company__cont dl dt {
  width: 4.875rem;
  color: #545454;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .company__cont dl dt {
    width: 4.875rem;
  }
}
.company__cont dl dd {
  color: #545454;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.contact {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #E9F2EA;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.contact__inner {
  margin: 0 auto;
  max-width: 52.5rem;
}
.contact__inner form {
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  padding: 3.125rem;
  margin-top: 3.25rem;
}
@media screen and (max-width: 768px) {
  .contact__inner form {
    padding: 1.5rem 1rem;
  }
}

.contact__title {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .formTable {
    width: 100%;
  }
}
.formTable tr {
  display: flex;
  align-items: center;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .formTable tr {
    margin-top: 1.5rem;
    align-items: start;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.formTable tr:first-child {
  margin-top: 0;
}
.formTable th {
  color: #545454;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 12.3125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .formTable th {
    width: initial;
    justify-content: initial;
    font-size: 1rem;
  }
}
.formTable td {
  margin-left: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .formTable td {
    margin-left: 0;
    width: 100%;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
  }
}

.formTable__required {
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 1.875rem;
  background: #2A8A4A;
  padding: 0.1875rem 0.625rem;
  margin-left: 0.3125rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .formTable__required {
    margin-left: 0.5rem;
  }
}

input[type=text] {
  width: 25rem;
  border-radius: 0.5rem;
  background-color: #ededed;
  color: #545454;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.875rem 0.75rem;
}
@media screen and (max-width: 768px) {
  input[type=text] {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .input__tel {
    max-width: 10.0625rem !important;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .input__mail {
    max-width: 16rem !important;
    width: 100%;
  }
}

.formTable__textarea {
  flex-direction: column;
  align-items: start !important;
}
.formTable__textarea td {
  margin-left: 0 !important;
  margin-top: 1rem;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .formTable__textarea td {
    margin-top: 0.5rem;
  }
}

textarea {
  width: 100% !important;
  border-radius: 0.5rem !important;
  background-color: #ededed !important;
  color: #545454 !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 1.125rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  padding: 0.875rem 0.75rem !important;
  min-height: 13.0625rem !important;
}
@media screen and (max-width: 768px) {
  textarea {
    font-size: 1rem !important;
  }
}

.formTable__hankaku {
  color: #545454;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .formTable__hankaku {
    margin-left: 0.5rem;
    display: block;
  }
}

.contact__privacy-title {
  color: #545454;
  font-family: "ten-mincho", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 1.5rem;
  text-align: center;
}

.contact__privacy {
  margin-top: 0.5rem;
  padding: 1.25rem;
  border: 1px solid #b6b6b6;
  overflow-y: scroll;
  height: 9.0625rem;
}
@media screen and (max-width: 768px) {
  .contact__privacy {
    padding: 0.625rem;
  }
}
.contact__privacy p {
  color: #393939;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .contact__privacy p {
    font-size: 0.75rem;
  }
}

.contact__privacy-checkbox {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.6875rem;
  justify-content: center;
  color: #545454;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .contact__privacy-checkbox {
    font-size: 0.875rem;
  }
}

input[type=checkbox] {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 0.125rem;
  border: 1px solid #787878;
  cursor: pointer;
  appearance: auto;
  -webkit-appearance: auto;
  display: block !important;
}

input[type=submit] {
  color: #fff;
  font-family: "ten-mincho", serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 6.875rem;
  border: 2px solid #FFFFFF;
  background: linear-gradient(180deg, #e374a6 -28.57%, #e33d6c 95.67%);
  box-shadow: 0px 6px 0px 0px #d0376c;
  padding: 0.6875rem 8.0625rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  input[type=submit] {
    font-size: clamp(16px, 5.13vw, 26px);
    padding: clamp(11px, 3.85vw, 15px) clamp(24px, 15.64vw, 129px);
    white-space: nowrap;
  }
}

input::placeholder {
  color: #B4B4B4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */