@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-lp202511 {
  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-lp202511 {
    margin-bottom: 60px;
  }
}
.p-lp202511 img {
  max-width: 100%;
  height: auto;
}
.p-lp202511__kv {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__kv {
    margin-bottom: 40px;
  }
}
.p-lp202511__kv-img img {
  height: 329px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-lp202511__kv-img img {
    height: auto;
    width: 100%;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.p-lp202511__kv-text {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  transform: translateX(-50%);
}
.p-lp202511__kv-text img {
  max-width: 40%;
  width: 486px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-lp202511__kv-text img {
    max-width: 62%;
  }
}
.p-lp202511__inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__inner {
    max-width: 450px;
  }
}
.p-lp202511__lead {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__lead {
    margin-bottom: 30px;
  }
}
.p-lp202511__lead-flex {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__lead-flex {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 35px;
  }
}
.p-lp202511__lead-flex .img {
  width: 278px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__lead-flex .img {
    width: 190px;
  }
}
.p-lp202511__lead-flex .text {
  font-weight: bold;
  font-size: 2.5rem;
  width: calc(100% - 288px);
}
@media screen and (max-width: 768px) {
  .p-lp202511__lead-flex .text {
    font-size: 1.25rem;
    width: 100%;
    text-align: center;
  }
}
.p-lp202511__lead-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__lead-title {
    margin-bottom: 23px;
  }
}
.p-lp202511__lead-text .text {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 65px;
  line-height: 1.76;
}
@media screen and (max-width: 768px) {
  .p-lp202511__lead-text .text {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
.p-lp202511__counter-title {
  margin-bottom: 76px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp202511__counter-title {
    margin-bottom: 21px;
  }
}
.p-lp202511__counter-title::before {
  content: "";
  position: absolute;
  width: 184px;
  height: auto;
  aspect-ratio: 368/409;
  background-image: url(../img/lp202511/01.png);
  background-size: 100% 100%;
  left: calc(50% - 50vw);
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-lp202511__counter-title::before {
    display: none;
  }
}
.p-lp202511__counter-title picture {
  position: relative;
}
.p-lp202511__counter-num {
  background-color: #d2e5c1;
  padding: 25px 20px 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__counter-num {
    padding: 15px 10px 13px;
    margin-bottom: 22px;
  }
}
.p-lp202511__counter-num .num {
  margin-bottom: 10px;
}
.p-lp202511__counter-num .num img {
  display: block;
  width: 73px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp202511__counter-num .num img {
    width: 36px;
  }
}
.p-lp202511__counter-num .text {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__counter-num .text {
    font-size: 1rem;
    letter-spacing: 0px;
  }
}
.p-lp202511__counter-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 40px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__counter-flex {
    margin-bottom: 0px;
  }
}
.p-lp202511__counter-box {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .p-lp202511__counter-box {
    width: 100%;
    display: flex;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp202511__counter-text {
    order: 1;
    width: calc(53% - 10px);
  }
}
.p-lp202511__counter-img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__counter-img {
    width: 47%;
    order: 2;
  }
}
.p-lp202511__counter-h {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-lp202511__counter-h {
    font-size: 0.875rem;
  }
}
.p-lp202511__counter-p {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-lp202511__counter-p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-lp202511__reform {
    padding-top: 10px;
  }
}
.p-lp202511__reform-title {
  margin-bottom: 44px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp202511__reform-title {
    margin-bottom: 18px;
  }
}
.p-lp202511__reform-title::before {
  content: "";
  position: absolute;
  width: 184px;
  height: auto;
  aspect-ratio: 368/409;
  background-image: url(../img/lp202511/02.png);
  background-size: 100% 100%;
  right: calc(50% - 50vw);
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-lp202511__reform-title::before {
    display: none;
  }
}
.p-lp202511__reform-title picture {
  position: relative;
}
.p-lp202511__reform-lead {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.76;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__reform-lead {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.p-lp202511__reform-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__reform-flex {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
  }
}
.p-lp202511__reform-text {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .p-lp202511__reform-text {
    width: 100%;
    order: 2;
  }
}
.p-lp202511__reform-text .title {
  color: #8bc782;
  font-size: 1.5625rem;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__reform-text .title {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp202511__reform-text .text {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .p-lp202511__reform-text .text .text-p {
    width: 60%;
  }
  .p-lp202511__reform-text .text .text-img {
    display: block;
    width: calc(40% - 20px);
    height: auto;
    aspect-ratio: 1/1;
    margin-right: 20px;
  }
}
.p-lp202511__reform-text .text-p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__reform-text .text-p {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
}
.p-lp202511__reform-text .text-img {
  display: block;
  width: 168px;
  margin: 0 auto;
}
.p-lp202511__reform-img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-lp202511__reform-img {
    width: 100%;
    order: 1;
  }
}
.p-lp202511__reform-img .title {
  color: #8bc782;
  font-size: 1.5625rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__reform-img .title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-lp202511__reform-img .img {
    display: flex;
    gap: 4px;
  }
  .p-lp202511__reform-img .img .img01 {
    width: 57.5%;
  }
  .p-lp202511__reform-img .img .img02 {
    width: 42.5%;
  }
}
.p-lp202511__reform-img .img-close01 {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__reform-img .img-close01 {
    margin-bottom: 0;
  }
}
.p-lp202511__reform-img .img-close02 {
  width: 253px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__reform-img .img-close02 {
    width: 100%;
  }
}
.p-lp202511__links {
  margin-bottom: 61px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__links {
    margin-bottom: 27px;
  }
}
.p-lp202511__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-lp202511__links-title {
    font-size: 1rem;
    height: 40px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.p-lp202511__links-flex {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__links-flex {
    gap: 16px;
  }
}
.p-lp202511__links-link {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .p-lp202511__links-link {
    width: calc(50% - 8px);
  }
}
.p-lp202511__links-link .box {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__links-link .box {
    margin-bottom: 5px;
  }
}
.p-lp202511__links-link .box .img {
  width: 100%;
}
.p-lp202511__links-link .box .text {
  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-lp202511__links-link .box .text {
    font-size: 0.75rem;
    height: 24px;
  }
}
.p-lp202511__links-link .info {
  font-size: 1.75rem;
  font-weight: 500;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-lp202511__links-link .info {
    font-size: 0.75rem;
  }
}
.p-lp202511__bnr01 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__bnr01 {
    margin-bottom: 20px;
  }
}
.p-lp202511__bnr01 img {
  width: 100%;
}
.p-lp202511__bnr02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-lp202511__bnr02 {
    margin-bottom: 20px;
  }
}
.p-lp202511__bnr02 img {
  width: 100%;
}
/*# sourceMappingURL=lp202511.css.map */