@charset "UTF-8";
/* 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;
  object-fit: cover;
}

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],
input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #6D7280;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media (min-width: 1050px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

html.fixed {
  overflow: hidden;
}

footer {
  padding: 1.875rem 1.25rem 0.3125rem;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 3.75rem 1.25rem 5rem;
  }
}

.footer-inner {
  width: 100%;
  max-width: 34.375rem;
  margin: 0 auto 0;
  padding: 2.25rem 0 1.125rem;
  border-top: 1px solid #D2D5DA;
}
@media screen and (min-width: 768px) {
  .footer-inner {
    max-width: 76rem;
    padding: 1.5rem 0 0rem;
    display: flex;
    justify-content: space-between;
  }
}

.footer-text {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #444444;
}
@media screen and (min-width: 768px) {
  .footer-text {
    margin-top: 0.75rem;
  }
}

.footer-sns {
  margin-top: 1.25rem;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .footer-sns {
    margin-top: 0;
    gap: 1.625rem;
  }
}

.footer-sns .icon {
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer-sns .icon {
    width: 3.875rem;
  }
}

.copyright {
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.3;
}

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

@media screen and (min-width: 768px) {
  .header-hamberger {
    display: none;
  }
}

.hamberger {
  padding: 0.3125rem;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
  margin-left: auto;
  z-index: 500;
}
.hamberger-bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 0.0625rem;
  background: #000;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.hamberger-bar:nth-of-type(1) {
  top: 0%;
}

.hamberger-bar:nth-of-type(2) {
  top: 50%;
}

.hamberger-bar:nth-of-type(3) {
  top: 100%;
}

/* オープン時の動き */
.open .hamberger-bar {
  width: 2.3125rem;
  transition: 0.3s;
}

.open .hamberger-bar:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.open .hamberger-bar:nth-of-type(2) {
  transform: translate(-50%, -50%);
  opacity: 0;
}

.open .hamberger-bar:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

.btn {
  width: 22.5rem;
  height: 5.3125rem;
  border-radius: 145px;
  background-color: #19BE0A;
  border: 3px solid #E9F4F0;
  box-shadow: 3px 3px 6px #f3fdf0;
  margin: 0 auto;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 29.0625rem;
    height: 6.875rem;
  }
}

.btn:hover {
  box-shadow: 3px 3px 6px rgba(243, 253, 240, 0.5);
}

.btn:hover a {
  opacity: 1;
}

.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .btn a {
    font-size: 2.5rem;
  }
}

.section-title {
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  color: #50923A;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 2.25rem;
  }
}

.section-contents {
  margin: 1.875rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .section-contents {
    max-width: 62.5rem;
  }
}

.case .section-title,
.flow .section-title,
.faq .section-title,
.promise .section-title {
  font-weight: 700;
}

.mv {
  width: 100%;
  background-color: #E9F4F0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv {
    padding: 0 1.5625rem;
  }
}

.mv-inner {
  padding: 4.5rem 0 2.6875rem;
}
@media screen and (min-width: 768px) {
  .mv-inner {
    max-width: 75.5rem;
    margin: 0 auto;
    padding: 3.375rem 0 11.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .mv-inner {
    padding: 3.375rem 0 20.9375rem;
  }
}

.mv-texts {
  padding: 0 1.625rem;
}
@media screen and (min-width: 768px) {
  .mv-texts {
    padding: 0;
  }
}

.mv-title {
  position: relative;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .mv-title {
    font-size: 4.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .mv-title {
    font-size: 6rem;
  }
}

.mv-title h1 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .mv-title h1 {
    font-size: 4.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .mv-title h1 {
    font-size: 6rem;
  }
}

.text-fill {
  position: relative;
  z-index: 2;
}

.text-stroke {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 1px #E9F4F0;
  color: transparent;
  z-index: 1;
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  .text-stroke {
    -webkit-text-stroke: 2.5px #E9F4F0;
  }
}

.mv-text {
  position: relative;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .mv-text {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .mv-text {
    font-size: 3rem;
  }
}

.mv-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .mv-img {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 85%;
    max-width: 76.25rem;
  }
}

.mv-img__filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(233, 244, 240, 0.3);
}

.contact-btn {
  background-color: #19BE0A;
  border-radius: 90px;
  border: 1.85px solid #E9F4F0;
  box-shadow: 1.85px 1.85px 3.7px #f3fdf0;
  width: 17.875rem;
  height: 4.25rem;
  margin: 3.4375rem auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .contact-btn {
    width: 30.3125rem;
    height: 6.5rem;
    border: 3px solid #E9F4F0;
    box-shadow: 3px 3px 6px #f3fdf0;
    margin: 0;
    margin-top: 8.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .contact-btn {
    margin-top: 13.125rem;
  }
}

.contact-btn a {
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-btn a {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.reason {
  padding: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .reason {
    padding: 5rem 0;
  }
}

.reason-text {
  margin: 1.875rem auto 0;
  max-width: 34.375rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .reason-text {
    margin-top: 3.5rem;
    max-width: 62.5rem;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .reason-text {
    font-size: 2.25rem;
  }
}

.results {
  background-image: url("../img/results-bg_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .results {
    background-image: url("../img/results-bg_pc.jpg");
    padding: 5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .results-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 62.5rem;
  }
}

.results-contents__item {
  background-color: #FF8A00;
  padding: 2rem;
  border-radius: 110px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .results-contents__item {
    padding: 2.625rem 0 2.625rem;
    width: 100%;
    max-width: 29.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .results-contents__item {
    padding: 4.125rem 0 3.75rem;
  }
}

.results-contents__item:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .results-contents__item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 3.75rem;
  }
}

.results-contents__item--text {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .results-contents__item--text {
    font-size: 1.5rem;
  }
}

.results-contents__item--text span {
  font-size: 2.25rem;
}
@media screen and (min-width: 768px) {
  .results-contents__item--text span {
    font-size: 3rem;
  }
}

.youtube {
  padding: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .youtube {
    padding: 5rem 0;
  }
}

.youtube-movie {
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .youtube-movie {
    max-width: 49.125rem;
  }
}

.youtube-movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 350/196;
}
@media screen and (min-width: 768px) {
  .youtube-movie iframe {
    aspect-ratio: 786/442;
  }
}

.plan {
  padding: 1.875rem 0;
  background-color: #E9F4F0;
}
@media screen and (min-width: 768px) {
  .plan {
    padding: 5rem 0;
  }
}

.plan-inner {
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .plan-inner {
    max-width: initial;
  }
}

.plan-contents {
  max-width: 34.375rem;
  margin: 0.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .plan-contents {
    margin-top: 2rem;
    max-width: 90rem;
  }
}

.plan-contents__block:nth-child(n+2) {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .plan-contents__block:nth-child(n+2) {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .plan-contents__block:nth-child(2n+1) {
    padding-right: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .plan-contents__block:nth-child(2n) {
    padding-left: 1.5625rem;
  }
}

.plan-contents__block--inner {
  padding: 1rem 1.25rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .plan-contents__block--inner {
    background-color: #F9F9F9;
    padding: 1rem 3.5rem 1.875rem;
    max-width: 80rem;
  }
}

@media screen and (min-width: 768px) {
  .plan-contents__block--texts-wrap {
    max-width: 62.5rem;
  }
}

.plan-contents__block:nth-child(2n+1) .plan-contents__block--inner {
  background-color: #F9F9F9;
}
@media screen and (min-width: 768px) {
  .plan-contents__block:nth-child(2n+1) .plan-contents__block--inner {
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .plan-contents__block:nth-child(2n) .plan-contents__block--inner {
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .plan-contents__block:nth-child(2n+1) .plan-contents__block--texts-wrap {
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .plan-contents__block:nth-child(2n) .plan-contents__block--texts-wrap {
    margin-right: auto;
  }
}

.plan-contents__block--title {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .plan-contents__block--title {
    text-align: center;
    margin-bottom: 5rem;
  }
}

.plan-contents__block--title .top-title {
  color: #FF8A00;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .plan-contents__block--title .top-title {
    align-items: center;
    justify-content: center;
  }
}

.plan-contents__block--title .top-title h3 {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .plan-contents__block--title .top-title h3 {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .plan-contents__block--title .top-title h3 {
    font-size: 4rem;
  }
}

.plan-contents__block--title .top-title span {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .plan-contents__block--title .top-title span {
    font-size: 1.5rem;
    line-height: 1.7777777778;
  }
}
@media screen and (min-width: 1440px) {
  .plan-contents__block--title .top-title span {
    font-size: 2.25rem;
  }
}

.plan-contents__block--title .top-title .plan-num {
  display: inline-block;
  padding: 0 0.625rem;
  background-color: #E6CF09;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .plan-contents__block--title .top-title .plan-num {
    font-size: 2rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .plan-contents__block--title .top-title .plan-num {
    font-size: 2.5rem;
  }
}

.plan-contents__block--title .sub-title {
  color: #FF8A00;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .plan-contents__block--title .sub-title {
    font-size: 2.25rem;
    line-height: 1;
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .plan-contents__block--title .sub-title {
    font-size: 2.5rem;
  }
}

.plan-contents__block--title .text {
  font-size: 1.25rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .plan-contents__block--title .text {
    font-size: 1.625rem;
    color: #6D7280;
  }
}
@media screen and (min-width: 1440px) {
  .plan-contents__block--title .text {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .plan-contents__block--main {
    display: flex;
    align-items: flex-start;
    gap: 2.625rem;
  }
}

@media screen and (min-width: 768px) {
  .plan-contents__block:nth-child(2n) .plan-contents__block--main {
    flex-direction: row-reverse;
  }
}

.plan-contents__block--main .texts-warp {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .plan-contents__block--main .texts-warp {
    max-width: 30.1875rem;
  }
}

.plan-contents__block--main .texts-warp .title {
  font-weight: 700;
  color: #50923A;
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .plan-contents__block--main .texts-warp .title {
    font-size: 1.9375rem;
  }
}

.plan-contents__block--main .texts-warp .text {
  font-size: 1rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .plan-contents__block--main .texts-warp .text {
    margin-top: 0;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .plan-contents__block--main .texts-warp .text {
    font-size: 1.5rem;
  }
}

.plan-contents__block--main .image {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .plan-contents__block--main .image {
    margin-top: 0rem;
    width: 50%;
    max-width: 31.125rem;
  }
}

.plan-contents__block--btm {
  width: 100%;
  background-color: #FF8A00;
  color: #F9F9F9;
  border-radius: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  padding: 0.65625rem 0.46875rem;
  font-size: 1rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .plan-contents__block--btm {
    padding: 1rem 1.75rem;
    font-size: 2rem;
    margin-top: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .plan-contents__block--btm {
    font-size: 2.375rem;
  }
}

@media screen and (min-width: 768px) {
  .plan-contents__block--btm span {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .plan-contents__block--btm span {
    font-size: 2.125rem;
  }
}

.plan-2 .plan-contents__block--title,
.plan-3 .plan-contents__block--title,
.plan-4 .plan-contents__block--title,
.plan-5 .plan-contents__block--title {
  margin-bottom: 0;
}

.plan-1 .plan-contents__block--title .top-title .plan-num {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .plan-1 .plan-contents__block--title .top-title .plan-num {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .plan-2 .plan-contents__block--main {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -0.75rem;
  }
}

.plan-2 .plan-contents__block--title .top-title h3,
.plan-3 .plan-contents__block--title .top-title h3,
.plan-4 .plan-contents__block--title .top-title h3,
.plan-5 .plan-contents__block--title .top-title h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .plan-2 .plan-contents__block--title .top-title h3,
  .plan-3 .plan-contents__block--title .top-title h3,
  .plan-4 .plan-contents__block--title .top-title h3,
  .plan-5 .plan-contents__block--title .top-title h3 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .plan-2 .plan-contents__block--title .top-title h3,
  .plan-3 .plan-contents__block--title .top-title h3,
  .plan-4 .plan-contents__block--title .top-title h3,
  .plan-5 .plan-contents__block--title .top-title h3 {
    font-size: 4rem;
  }
}

.plan-2 .plan-contents__block--title .sub-title,
.plan-3 .plan-contents__block--title .sub-title {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .plan-2 .plan-contents__block--title .sub-title,
  .plan-3 .plan-contents__block--title .sub-title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .plan-2 .plan-contents__block--title .sub-title,
  .plan-3 .plan-contents__block--title .sub-title {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .plan-2 .plan-contents__block--main .image {
    max-width: 20.625rem;
  }
}

@media screen and (min-width: 768px) {
  .plan-2 .plan-contents__block--main .texts-warp {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .plan-3 .plan-contents__block--main {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .plan-3 .plan-contents__block--main .image {
    max-width: 27.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .plan-3 .plan-contents__block--main .texts-warp {
    margin-bottom: 3.25rem;
  }
}

.plan-4 .plan-contents__block--title .top-title h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .plan-4 .plan-contents__block--title .top-title h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .plan-4 .plan-contents__block--title .top-title h3 {
    font-size: 2.75rem;
  }
}

.plan-4 .plan-contents__block--title .sub-title {
  font-size: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .plan-4 .plan-contents__block--title .sub-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .plan-4 .plan-contents__block--title .sub-title {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .plan-4 .plan-contents__block--main {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .plan-4 .plan-contents__block--main .image {
    max-width: 25.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .plan-4 .plan-contents__block--main .texts-warp {
    margin-bottom: 3.75rem;
  }
}

.plan-5 .plan-contents__block--title .top-title h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .plan-5 .plan-contents__block--title .top-title h3 {
    font-size: 3.25rem;
  }
}

.plan-5 .plan-contents__block--title .sub-title {
  font-size: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .plan-5 .plan-contents__block--title .sub-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .plan-5 .plan-contents__block--title .sub-title {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .plan-5 .plan-contents__block--main {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0rem;
  }
}

.plan-5 .plan-contents__block--main .image {
  padding: 0 2.875rem;
}
@media screen and (min-width: 768px) {
  .plan-5 .plan-contents__block--main .image {
    max-width: 16.25rem;
  }
}

@media screen and (min-width: 768px) {
  .plan-5 .plan-contents__block--main .texts-warp {
    max-width: 44.375rem;
  }
}

.cta {
  padding: 4.125rem 0rem 4.5rem;
  background-image: url("../img/cta-bg_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .cta {
    background-image: url("../img/cta-bg_pc.jpg");
  }
}

.cta-inner {
  padding: 0 0.9375rem;
  max-width: 31.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cta-inner {
    padding: 0 1.5625rem;
    max-width: 51.25rem;
  }
}

.cta-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.4;
  color: #F9F9F9;
}
@media screen and (min-width: 768px) {
  .cta-title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .cta-title {
    font-size: 3.75rem;
  }
}

.cta-text {
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cta-text {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .cta-text {
    margin-top: 5rem;
  }
}

.cta-btn {
  background-color: #19BE0A;
  border: 3px solid #E9F4F0;
  box-shadow: 3px 3px 6px #f3fdf0;
  border-radius: 146px;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 22.5rem;
  margin: 1.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .cta-btn {
    margin-top: 3.75rem;
    max-width: 29.0625rem;
  }
}
@media screen and (min-width: 1440px) {
  .cta-btn {
    margin-top: 4.25rem;
  }
}

.cta-btn p {
  padding: 1.625rem;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cta-btn p {
    padding: 1.875rem;
    font-size: 2.5rem;
  }
}

.cta2 {
  padding: 4.125rem 0rem 5.6875rem;
}
@media screen and (min-width: 768px) {
  .cta2 {
    padding: 4.875rem 0 5rem;
  }
}

.cta2 .cta-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.4;
  color: #50923A;
}
@media screen and (min-width: 768px) {
  .cta2 .cta-title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .cta2 .cta-title {
    font-size: 3.75rem;
  }
}

.cta2 .cta-text {
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 1.875rem;
  color: #444444;
}
@media screen and (min-width: 768px) {
  .cta2 .cta-text {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .cta2 .cta-text {
    margin-top: 5rem;
  }
}

.cta2 .cta-btn {
  background-color: #FF8A00;
  border: 3px solid #E9F4F0;
  box-shadow: 3px 3px 6px #f3fdf0;
  border-radius: 146px;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 22.5rem;
  margin: 1.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .cta2 .cta-btn {
    margin-top: 3.75rem;
    max-width: 29.0625rem;
  }
}
@media screen and (min-width: 1440px) {
  .cta2 .cta-btn {
    margin-top: 4.25rem;
  }
}

.cta2 .cta-btn p {
  padding: 1.625rem;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cta2 .cta-btn p {
    padding: 1.875rem;
    font-size: 2.5rem;
  }
}

.case {
  padding: 1.875rem 0 3.375rem;
}
@media screen and (min-width: 768px) {
  .case {
    padding: 5rem 0;
  }
}

.case .section-title {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .case .section-title {
    font-size: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .case-contents {
    gap: 2rem;
  }
}

.case-contents__item {
  padding: 2rem 0.5rem;
  background-color: #E9F4F0;
  text-align: center;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .case-contents__item {
    width: calc(50% - 1rem);
  }
}

.case-contents__item:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .case-contents__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.case-contents__item--title {
  font-weight: 700;
  font-size: 1rem;
}

.case-contents__item--img {
  width: 28.5%;
  margin: 0.75rem auto 0;
}
@media screen and (min-width: 768px) {
  .case-contents__item--img {
    width: 100%;
    max-width: 6.25rem;
  }
}

.case-contents__item--text {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .case-contents__item--text {
    max-width: 20.9375rem;
    margin: 2rem auto 0;
    font-size: 1.25rem;
  }
}

.flow {
  background-color: #F9F9F9;
  padding: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .flow {
    padding: 5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .flow-contents {
    margin-top: 5rem;
  }
}

.flow-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.875rem 0;
  margin: 0 -0.3125rem;
}
@media screen and (min-width: 768px) {
  .flow-card {
    margin: 0;
    flex-wrap: nowrap;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .flow-card {
    gap: 2.125rem;
  }
}

.flow-card__item {
  width: 50%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow-card__item {
    width: calc((100% - 5rem) / 5);
  }
}
@media screen and (min-width: 1440px) {
  .flow-card__item {
    width: calc((100% - 8.5rem) / 5);
  }
}

.flow-card__item .icon {
  width: 7.25rem;
  margin: 0 auto;
}

.flow-card__item .title {
  font-weight: 700;
  font-size: 1.25rem;
  height: 3.75rem;
  margin-top: 0.9375rem;
  color: #444444;
}

.flow-card__item .text {
  font-size: 1rem;
  margin-top: 0.9375rem;
}

.faq {
  padding: 1.875rem 0;
  background-color: #E9F4F0;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .faq-contents {
    margin-top: 5rem;
  }
}

.faq-list {
  background-color: #F9F9F9;
  padding: 1.25rem 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .faq-list {
    padding: 0;
    background-color: initial;
    max-width: 50rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .faq-list__item {
    background-color: #F9F9F9;
  }
}

.faq-list__item:nth-child(n+2) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .faq-list__item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}

.faq-list__item .title {
  padding: 0rem 2rem 0.375rem;
  font-size: 1.125rem;
  border-bottom: 1px solid #E5E7EB;
}
@media screen and (min-width: 768px) {
  .faq-list__item .title {
    padding: 1.25rem 2rem;
  }
}

.faq-list__item .text {
  border-bottom: 1px solid #E5E7EB;
  padding: 0.4375rem 2rem 0.375rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .faq-list__item .text {
    padding: 1.25rem 2rem;
  }
}

.promise {
  padding: 1.875rem 0;
  background-color: #E9F4F0;
}
@media screen and (min-width: 768px) {
  .promise {
    padding: 5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .promise-contents {
    margin-top: 5rem;
  }
}

.promise-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.875rem;
  margin: 0 -0.3125rem;
}
@media screen and (min-width: 768px) {
  .promise-card {
    margin: 0;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .promise-card {
    gap: 2.125rem;
  }
}

.promise-card__item {
  width: 15rem;
  text-align: center;
  color: #444444;
}
@media screen and (min-width: 768px) {
  .promise-card__item {
    width: 20rem;
  }
}
@media screen and (min-width: 768px) {
  .promise-card__item:nth-of-type(2) {
    width: 15rem;
  }
}

@media screen and (min-width: 768px) {
  .promise-card__item:nth-of-type(3) {
    width: 14.8125rem;
  }
}

.promise-card__item .icon {
  margin: 0 auto;
  width: 12.6875rem;
}
@media screen and (min-width: 768px) {
  .promise-card__item .icon {
    width: 100%;
  }
}

.promise-card__item:nth-of-type(2) .icon {
  width: 11.875rem;
}
@media screen and (min-width: 768px) {
  .promise-card__item:nth-of-type(2) .icon {
    width: 100%;
  }
}

.promise-card__item:nth-of-type(3) .icon {
  width: 10.125rem;
}
@media screen and (min-width: 768px) {
  .promise-card__item:nth-of-type(3) .icon {
    width: 100%;
  }
}

.promise-card__item .title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 1.25rem;
}

.promise-card__item .text {
  font-size: 1rem;
  margin-top: 1.25rem;
}

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

.u-d_flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-d_flex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-mobile_flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-mobile_flex {
    display: none;
  }
}

.u-disp-flex {
  display: flex;
}

.u-disp-flex-dt {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt {
    display: flex;
  }
}

.u-disp-flex-sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-sp {
    display: block;
  }
}

.u-disp-flex__c {
  display: flex;
  justify-content: center;
}

.u-disp-flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-disp-flex-dt__c {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__c {
    display: flex;
    justify-content: center;
  }
}

.u-disp-flex-dt__cc {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__cc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.u-posi-rela {
  position: relative;
}

.u-posi-abso {
  position: absolute;
}

.u-posi-fixed {
  position: fixed;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
}

.white-text {
  color: #fff;
}

.orange-text {
  color: #FF8A00;
}

/*# sourceMappingURL=style.css.map */
