/*media*/
html {
  font-size: 10px;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 0.62vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.67vw;
  }
}

body {
  font-weight: 500;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
}

li, p, a, label {
  font-size: 2.5rem;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  li, p, a, label {
    font-size: 1.5rem;
  }
}

iframe {
  max-width: 100%;
}

a {
  color: #000;
  transition: all 0.4s;
}
a:hover {
  opacity: 0.7;
}

input[type=text], input[type=email], input[type=tel], input[type=text], input[type=radio], input[type=checkbox], select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  height: auto;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.mpc {
  display: none;
}
@media screen and (max-width: 1600px) {
  .mpc {
    display: block;
  }
}

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

header {
  width: 100%;
}

.in__box {
  max-width: 1220px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}

.flex__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*add 20260110*/
.area-title {
  padding: 10rem 0 2rem;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .area-title img {
    height: 4.688vw;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .area-title {
    padding: 6rem 0 1rem;
  }
  .area-title img {
    height: 3rem;
  }
}

.area-text {
  text-align: center;
}

.button_box {
  text-align: center;
}
.button_box a {
  display: inline-block;
  width: 17.5em;
  font-size: 3.5rem;
  line-height: 1.75em;
  background: #00C300;
  color: #fff;
  border-radius: 1em;
  position: relative;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .button_box a {
    width: 90%;
    font-size: 2rem;
  }
}
.button_box a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2em;
  margin: auto;
  height: 1.2em;
  width: auto;
}

header .button_box {
  padding: 2.2rem 0;
  background: url(../img/bg-01.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  header .button_box {
    background-size: 100% 100%;
    padding: 1.5rem 0;
  }
}

.choice__area {
  background: #fff;
}
.choice__area ul {
  padding: 5rem 0 10rem;
}
.choice__area ul li {
  width: 32%;
  padding: 0.5rem 2rem 1rem 1rem;
  border: 2px solid #000;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .choice__area ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.choice__area ul li .content-box {
  padding: 1.5rem 0 1.5rem 3rem;
}
.choice__area ul li .content-box .title {
  font-size: 2.7rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .choice__area ul li .content-box .title {
    font-size: 2rem;
  }
}
.choice__area ul li .content-box p {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .choice__area ul li .content-box p {
    font-size: 1.6rem;
  }
}

.flow__area {
  padding-bottom: 8rem;
  background: #000;
}
.flow__area .area-text {
  color: #fff;
}
.flow__area ul {
  padding: 4rem 0 2rem;
}
.flow__area ul li {
  width: 48.5%;
  padding: 2rem 2rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #fff;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1300px) {
  .flow__area ul li {
    padding: 1.5rem;
  }
  .flow__area ul li .img {
    height: 15.625vw;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .flow__area ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .flow__area ul li .img {
    width: 30%;
    height: auto;
  }
}
.flow__area ul li .content-box {
  padding: 2rem 2rem 0 3rem;
}
@media screen and (max-width: 1300px) {
  .flow__area ul li .content-box img {
    height: 3.282vw;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .flow__area ul li .content-box {
    padding: 0 0 0 1rem;
  }
  .flow__area ul li .content-box img {
    height: 1.8rem;
  }
}
.flow__area ul li .content-box .title {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .flow__area ul li .content-box .title {
    font-size: 1.8rem;
  }
}
.flow__area ul li .content-box p {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .flow__area ul li .content-box p {
    font-size: 1.6rem;
  }
}

.slide__area {
  padding-bottom: 13rem;
  background: url(../img/bg-02.jpg) no-repeat top center/100% 100%;
}
.slide__area .swiper {
  padding: 6rem 0;
}
.slide__area .swiper-slide {
  padding: 1rem;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #fff;
}
.slide__area .swiper-slide img {
  width: 100%;
  height: auto;
}
.slide__area .swiper-slide .title {
  font-size: 3rem;
  font-weight: bold;
  padding: 2.5rem 0;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .slide__area .swiper-slide .title {
    font-size: 2rem;
  }
}
.slide__area .swiper-pagination-bullet-active {
  background: #e70113;
}

.voice__area {
  background: #000;
}
.voice__area .area-text {
  color: #fff;
}
.voice__area ul {
  padding: 6rem 0 14.5rem;
}
.voice__area ul li {
  width: 48.5%;
  padding: 2.5rem 4rem;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #fff;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .voice__area ul li {
    width: 100%;
    padding: 2rem;
    margin-bottom: 2rem;
  }
}
.voice__area ul li .star {
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .voice__area ul li .star img {
    height: 1.954vw;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .voice__area ul li .star img {
    width: 40%;
    height: auto;
  }
}
.voice__area ul li .star span {
  font-size: 1.6rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .voice__area ul li .star span {
    padding: 0;
  }
}
.voice__area ul li .title {
  font-weight: bold;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .voice__area ul li .title {
    font-size: 2rem;
  }
}
.voice__area ul li p {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .voice__area ul li p {
    font-size: 1.6rem;
  }
}

.option__area {
  background: #fff;
}
.option__area ul {
  padding: 10rem 0;
  align-items: flex-start;
}
.option__area ul li {
  width: 32%;
  padding: 2rem;
  border: 2px solid #000;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .option__area ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.option__area ul li.push {
  padding: 4.5rem 2rem;
  position: relative;
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  .option__area ul li.push {
    order: -1;
    margin-top: 0;
    padding-bottom: 2rem;
  }
}
.option__area ul li.push .push-icon {
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .option__area ul li.push .push-icon {
    width: 18.907vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .option__area ul li.push .push-icon {
    width: 60%;
  }
}
.option__area ul li .title {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .option__area ul li .title {
    font-size: 2rem;
  }
}
.option__area ul li .price {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.2em;
  padding: 1rem 2rem;
}
.option__area ul li .price span {
  font-size: 6rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .option__area ul li .price span {
    font-size: 3.5rem;
  }
}

.faq__area {
  background: #000;
  margin-bottom: -1px;
}
.faq__area .area-text {
  color: #fff;
}
.faq__area ul {
  padding: 3rem 0;
}
.faq__area ul li {
  padding: 3rem 4rem 1rem;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #fff;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .faq__area ul li {
    padding: 1.5rem 1.5rem 0;
  }
}
.faq__area ul li .q-text {
  font-weight: bold;
  padding: 0 1rem 2.5rem;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .faq__area ul li .q-text {
    font-size: 1.8rem;
    padding: 0 4rem 1rem;
    text-indent: -4.5rem;
  }
}
.faq__area ul li .q-text img {
  margin-right: 1.5rem;
}
@media screen and (max-width: 1300px) {
  .faq__area ul li .q-text img {
    width: 2.735vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .faq__area ul li .q-text img {
    width: 3rem;
  }
}
.faq__area ul li .q-text::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/sign-04.png) no-repeat center/100% auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1300px) {
  .faq__area ul li .q-text::after {
    width: 2.735vw;
    height: 2.735vw;
  }
}
@media screen and (max-width: 767px) {
  .faq__area ul li .q-text::after {
    width: 3rem;
    height: 3rem;
  }
}
.faq__area ul li .a-text {
  padding: 2rem;
  font-size: 2rem;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .faq__area ul li .a-text {
    font-size: 1.6rem;
    padding: 1rem 1rem 1.5rem;
  }
}
.faq__area ul li input:checked ~ .q-text::after {
  background-image: url(../img/sign-05.png);
  position: absolute;
  top: 0;
  right: 0;
}
.faq__area ul li input:checked ~ .a-text {
  display: none;
}

.site__footer {
  padding: 10rem 0 2rem;
  background: #000 url(../img/bg-03.jpg) no-repeat bottom 2rem center/100% auto;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .site__footer .footer__logo {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .site__footer {
    padding-top: 0;
    background-size: auto 5rem;
    background-position: bottom 5rem center;
  }
  .site__footer .footer__logo {
    width: 80%;
    margin: auto;
  }
}
.site__footer .in__box {
  max-width: 1520px;
  padding-bottom: 33rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .site__footer .in__box {
    padding-bottom: 6rem;
  }
}
.site__footer .in__box ul {
  width: 50%;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .site__footer .in__box ul {
    width: 100%;
    padding: 3rem 2rem 0;
  }
}
.site__footer .in__box ul li {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .site__footer .in__box ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 4rem;
  }
}
.site__footer .in__box ul li span, .site__footer .in__box ul li a {
  color: #fff;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .site__footer .in__box ul li span, .site__footer .in__box ul li a {
    font-size: 1.4rem;
    margin: 0;
  }
}
.site__footer .in__box ul li span {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .site__footer .in__box ul li span {
    font-size: 1.8rem;
    width: 100%;
    padding-bottom: 1rem;
  }
}
.site__footer .credit {
  text-align: center;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .site__footer .credit {
    font-size: 1.4rem;
  }
}

.site__footer .in__box {
  flex-direction: column;
  align-items: center;
}

.footer__link {
  display: flex;
  gap: 24px;
  margin-top: 32px;
}

.footer__link > a {
  color: #fff;
  font-size: 1.6rem;
}/*# sourceMappingURL=style-lp.css.map */