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

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

.button_box {
  text-align: center;
}

header {
  width: 100%;
  position: relative;
}
header .button_box {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  header .button_box {
    width: 90%;
    bottom: 2rem;
  }
}

.in__box {
  max-width: 750px;
  width: 100%;
  margin: auto;
}

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

/*add 20260110*/
.regarding__area {
  text-align: center;
  padding: 6rem 0;
  background: #DEF4FF;
}
.regarding__area label::after {
  right: 95px;
  font-size: 45px;
  margin-bottom: 26px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .regarding__area {
    padding: 3rem 0;
  }
  .regarding__area label::after {
    right: 5rem;
    font-size: 2.5rem;
    margin-bottom: 8px;
  }
}
.regarding__area label {
  padding-bottom: 3rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .regarding__area label {
    padding: 0 2.5rem 1rem;
  }
}

[class*=open-] {
  display: none;
  padding: 0;
}

[id*=open-]:checked ~ [class*=open-] {
  display: block;
}

.solution__area {
  background: url(../img/img-solution.jpg) no-repeat top center/100% auto;
  padding: 28rem 2.4% 12rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .solution__area {
    padding: 14rem 2rem 5.5rem;
  }
}
.solution__area .swiper-pagination-bullet {
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .solution__area .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
}
.solution__area .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 1rem;
}
.solution__area .swiper-pagination-bullet-active {
  background: #E67B24;
}
.solution__area .swiper-button-next, .solution__area .swiper-button-prev {
  top: 58%;
  width: 2.5rem;
  height: 7rem;
  background: #FAB579;
  color: transparent;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.solution__area .swiper-button-prev {
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.faq__area {
  background: #FFEEAC;
  padding-bottom: 3rem;
}
.faq__area label {
  padding: 0.5rem 0 0;
  display: block;
}
.faq__area [class*=open-] {
  padding-top: 0;
  margin-top: -1rem;
}

label {
  position: relative;
}
label::after {
  content: "＋";
  position: absolute;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: flex;
  align-items: center;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  label::after {
    right: 0.9rem;
    font-size: 1.8rem;
  }
}

[id*=open-]:checked + label::after {
  content: "ー";
}

.site__footer {
  background: #FFF4C7;
  text-align: center;
  z-index: 1;
  position: relative;
}

.footer-button {
  position: fixed;
  bottom: 3rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .footer-button {
    width: 90%;
    bottom: 1.5rem;
  }
}

.credit {
  padding-top: 40rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .credit {
    padding-top: 15rem;
    font-size: 1.2rem;
  }
}

.office__area {
  position: relative;
}
.office__area .button_box {
  position: absolute;
  bottom: 96px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .office__area .button_box {
    width: 85%;
    bottom: 5rem;
  }
}/*# sourceMappingURL=style-lp.css.map */