@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (min-width: 768.1px) and (max-width: 850px) {
  html {
    font-size: 1.9vw;
  }
}

.p-lp202510 {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 90px;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .p-lp202510 {
    margin-bottom: 60px;
  }
}
.p-lp202510 img {
  max-width: 100%;
  height: auto;
}
.p-lp202510__kv {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-lp202510__kv {
    margin-bottom: 40px;
  }
}
.p-lp202510__kv-img img {
  height: 329px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-lp202510__kv-img img {
    height: auto;
    width: 100%;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.p-lp202510__kv-text {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  transform: translateX(-50%);
}
.p-lp202510__kv-text img {
  max-width: 40%;
  width: 486px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-lp202510__kv-text img {
    max-width: 62%;
  }
}
.p-lp202510__inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .p-lp202510__inner {
    max-width: 450px;
  }
}
.p-lp202510__lead {
  margin-bottom: 87px;
}
@media screen and (max-width: 768px) {
  .p-lp202510__lead {
    margin-bottom: 41px;
  }
}
.p-lp202510__lead-title {
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .p-lp202510__lead-title {
    margin-bottom: 28px;
  }
}
.p-lp202510__lead-text .text {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 80px;
  line-height: 1.76;
}
@media screen and (max-width: 768px) {
  .p-lp202510__lead-text .text {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
.p-lp202510__lead-text .text small {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-lp202510__lead-text .text small {
    font-size: 0.875rem;
  }
}
.p-lp202510__lead-text .title {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .p-lp202510__lead-text .title {
    margin-bottom: 18px;
  }
}
.p-lp202510__clean-title {
  margin-bottom: 74px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp202510__clean-title {
    margin-bottom: 21px;
  }
}
.p-lp202510__clean-title::before {
  content: "";
  position: absolute;
  width: 184px;
  height: auto;
  aspect-ratio: 368/409;
  background-image: url(../img/lp202510/01.png);
  background-size: 100% 100%;
  left: calc(50% - 50vw);
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-lp202510__clean-title::before {
    display: none;
  }
}
.p-lp202510__clean-title picture {
  position: relative;
}
.p-lp202510__clean-title--item::before {
  content: "";
  position: absolute;
  width: 184px;
  height: auto;
  aspect-ratio: 368/409;
  background-image: url(../img/lp202510/02.png);
  background-size: 100% 100%;
  left: auto;
  right: calc(50% - 50vw);
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-lp202510__clean-title--item::before {
    display: none;
  }
}
.p-lp202510__clean-lead {
  position: relative;
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp202510__clean-lead {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.p-lp202510__clean-lead::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background-image: linear-gradient(to right, #c5e3cd, #85cedb);
}
.p-lp202510__clean-lead span {
  position: relative;
  padding: 0 10px;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-lp202510__clean-lead span {
    padding: 0 5px;
  }
}
.p-lp202510__clean-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .p-lp202510__clean-flex {
    gap: 0 12px;
  }
  .p-lp202510__clean-flex.spmb15 {
    margin-bottom: 15px;
  }
}
.p-lp202510__clean-box {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .p-lp202510__clean-box {
    width: 100%;
    display: flex;
    gap: 10px;
  }
  .p-lp202510__clean-box.sp50 {
    width: calc(50% - 6px);
  }
  .p-lp202510__clean-box.sp50 img {
    width: 100%;
  }
}
.p-lp202510__clean-img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-lp202510__clean-img {
    width: 47%;
    order: 2;
  }
}
.p-lp202510__clean-text {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-lp202510__clean-text {
    width: calc(53% - 10px);
    order: 1;
    margin-bottom: 30px;
  }
  .p-lp202510__clean-text.sp100 {
    width: 100%;
  }
}
.p-lp202510__clean-text .title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: -1.5px;
}
@media screen and (max-width: 768px) {
  .p-lp202510__clean-text .title {
    font-size: 0.9375rem;
    margin-bottom: 5px;
  }
}
.p-lp202510__clean-text .text {
  font-size: 1.1875rem;
}
@media screen and (max-width: 768px) {
  .p-lp202510__clean-text .text {
    font-size: 0.75rem;
  }
}
.p-lp202510__example-title {
  margin-bottom: 44px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp202510__example-title {
    margin-bottom: 21px;
  }
}
.p-lp202510__example-title::before {
  content: "";
  position: absolute;
  width: 184px;
  height: auto;
  aspect-ratio: 368/409;
  background-image: url(../img/lp202510/03.png);
  background-size: 100% 100%;
  left: calc(50% - 50vw);
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-lp202510__example-title::before {
    display: none;
  }
}
.p-lp202510__example-title picture {
  position: relative;
}
.p-lp202510__example-lead {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.76;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-lp202510__example-lead {
    font-size: 1rem;
  }
}
.p-lp202510__example-flex {
  display: flex;
  gap: 9%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-lp202510__example-flex {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.p-lp202510__example-before {
  width: 37%;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.p-lp202510__example-before::before {
  content: "";
  position: absolute;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/lp202510/arrow.svg);
  background-size: 100% 100%;
  right: -45px;
  top: 120px;
}
@media screen and (max-width: 768px) {
  .p-lp202510__example-before::before {
    width: 10px;
    right: -16px;
    top: 31%;
  }
}
.p-lp202510__example-after {
  width: 54%;
}
.p-lp202510__example-text {
  font-size: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .p-lp202510__example-text {
    width: 100%;
    font-size: 0.75rem;
  }
}
.p-lp202510__example-bg {
  font-size: 1.625rem;
  font-weight: bold;
  padding: 20px;
  line-height: 1.6;
  border-radius: 5px;
  text-align: center;
  background-color: #e8e4e1;
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .p-lp202510__example-bg {
    padding: 20px 10px;
    font-size: 0.8125rem;
    margin-bottom: 45px;
  }
}
.p-lp202510__links {
  margin-bottom: 61px;
}
@media screen and (max-width: 768px) {
  .p-lp202510__links {
    margin-bottom: 27px;
  }
}
.p-lp202510__links-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #4694d1;
  font-size: 2.5rem;
  height: 67px;
  width: 100%;
  font-weight: bold;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-lp202510__links-title {
    font-size: 1rem;
    height: 40px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.p-lp202510__links-flex {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-lp202510__links-flex {
    gap: 16px;
  }
}
.p-lp202510__links-link {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .p-lp202510__links-link {
    width: calc(50% - 8px);
  }
}
.p-lp202510__links-link .box {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-lp202510__links-link .box {
    margin-bottom: 9px;
  }
}
.p-lp202510__links-link .box .img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-lp202510__links-link .box .img {
    padding-bottom: 15px;
  }
}
.p-lp202510__links-link .box .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #4694d1;
}
@media screen and (max-width: 768px) {
  .p-lp202510__links-link .box .text {
    font-size: 0.75rem;
    height: 24px;
  }
}
.p-lp202510__links-link .info {
  font-size: 1.75rem;
  font-weight: 500;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-lp202510__links-link .info {
    font-size: 0.75rem;
  }
}
.p-lp202510__bnr01 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-lp202510__bnr01 {
    margin-bottom: 20px;
  }
}
.p-lp202510__bnr01 img {
  width: 100%;
}
.p-lp202510__bnr02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-lp202510__bnr02 {
    margin-bottom: 20px;
  }
}
.p-lp202510__bnr02 img {
  width: 100%;
}
/*# sourceMappingURL=lp202510.css.map */