@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;
  }
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
}

.p-lp202602 {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 90px;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .p-lp202602 {
    margin-bottom: 60px;
    line-height: 1.4;
  }
}
.p-lp202602 img {
  max-width: 100%;
  height: auto;
}
.p-lp202602__kv {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-lp202602__kv {
    margin-bottom: 40px;
  }
}
.p-lp202602__kv-img img {
  height: 329px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-lp202602__kv-img img {
    height: auto;
    width: 100%;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.p-lp202602__kv-text {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  transform: translateX(-50%);
}
.p-lp202602__kv-text img {
  max-width: 40%;
  width: 486px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-lp202602__kv-text img {
    max-width: 62%;
  }
}
.p-lp202602__inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .p-lp202602__inner {
    max-width: 450px;
  }
}
.p-lp202602__lead {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .p-lp202602__lead {
    margin-bottom: 30px;
  }
}
.p-lp202602__lead-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-lp202602__lead-title {
    margin-bottom: 23px;
  }
}
.p-lp202602__lead-text .text {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .p-lp202602__lead-text .text {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
.p-lp202602__lead-img {
  display: block;
  width: 43%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp202602__lead-img {
    width: 50%;
  }
}
.p-lp202602__block-title {
  position: relative;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .p-lp202602__block-title {
    margin-bottom: 18px;
  }
}
.p-lp202602__block-title::before {
  content: "";
  position: absolute;
  width: 184px;
  height: auto;
  aspect-ratio: 368/409;
  background-image: url(../img/lp202602/01.png);
  background-size: 100% 100%;
  left: calc(50% - 50vw);
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-lp202602__block-title::before {
    display: none;
  }
}
.p-lp202602__block-title picture {
  position: relative;
}
.p-lp202602__block-title02::before {
  background-image: url(../img/lp202602/02.png);
  right: calc(50% - 50vw);
  left: auto;
}
@media screen and (max-width: 768px) {
  .p-lp202602__block-title02::before {
    display: none;
  }
}
.p-lp202602__block-img {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .p-lp202602__block-img {
    margin-bottom: 18px;
  }
}
.p-lp202602__block-ba {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .p-lp202602__block-ba {
    margin-bottom: 17px;
  }
}
.p-lp202602__block-ba .title {
  align-items: center;
  gap: 8px;
}
.p-lp202602__block-ba .title-num {
  width: 42px;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  min-height: 60px;
  background-color: #595757;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 768px) {
  .p-lp202602__block-ba .title-num {
    font-size: 0.875rem;
    width: 21px;
    min-height: 30px;
  }
}
.p-lp202602__block-ba .title-title {
  font-weight: bold;
  font-size: 1.75rem;
  width: calc(100% - 50px);
}
@media screen and (max-width: 768px) {
  .p-lp202602__block-ba .title-title {
    font-size: 0.875rem;
    width: calc(100% - 31px);
  }
}
.p-lp202602__block-prepare {
  margin-bottom: 66px;
}
@media screen and (max-width: 768px) {
  .p-lp202602__block-prepare {
    margin-bottom: 20px;
  }
}
.p-lp202602__block-prepare + .p-lp202602__block-img {
  margin-top: -33px;
}
@media screen and (max-width: 768px) {
  .p-lp202602__block-prepare + .p-lp202602__block-img {
    margin-top: 0;
  }
}
.p-lp202602__block-prepare .prepare-things {
  width: 80%;
  margin: 0 auto 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp202602__block-prepare .prepare-things {
    width: 100%;
  }
}
.p-lp202602__block-prepare .prepare-things::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
  border-left: 1px solid #595757;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-lp202602__block-prepare .prepare-things::before {
    width: 10px;
  }
}
.p-lp202602__block-prepare .prepare-things::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
  border-right: 1px solid #595757;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-lp202602__block-prepare .prepare-things::after {
    width: 10px;
  }
}
.p-lp202602__block-prepare .prepare-things__text {
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-lp202602__block-prepare .prepare-things__text {
    font-size: 0.8125rem;
  }
}
.p-lp202602__block-prepare .prepare-things__text.bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-lp202602__block-prepare .prepare-things__text.bold {
    font-size: 0.875rem;
  }
}
.p-lp202602__block-prepare .prepare-flex {
  width: 80%;
  margin: 0 auto;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .p-lp202602__block-prepare .prepare-flex {
    width: 100%;
    gap: 10px;
  }
}
.p-lp202602__block-prepare .prepare-flex02 {
  width: 100%;
}
.p-lp202602__block-prepare .prepare-img {
  width: 45%;
}
.p-lp202602__block-prepare .prepare-img02 {
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-lp202602__block-prepare .prepare-img02 {
    margin-bottom: 10px;
  }
}
.p-lp202602__block-prepare .prepare-text {
  width: calc(55% - 23px);
}
@media screen and (max-width: 768px) {
  .p-lp202602__block-prepare .prepare-text {
    width: calc(55% - 10px);
  }
}
.p-lp202602__block-prepare .prepare-text02 {
  width: 100%;
}
.p-lp202602__block-prepare .prepare-text__title {
  background-color: #595757;
  color: #fff;
  text-align: center;
  padding: 1px 10px 2px;
  letter-spacing: 0.25rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-lp202602__block-prepare .prepare-text__title {
    font-size: 0.75rem;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
}
.p-lp202602__block-prepare .prepare-text__text {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-lp202602__block-prepare .prepare-text__text {
    font-size: 0.75rem;
  }
}
.p-lp202602__links {
  margin-bottom: 61px;
}
@media screen and (max-width: 768px) {
  .p-lp202602__links {
    margin-bottom: 27px;
  }
}
.p-lp202602__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-lp202602__links-title {
    font-size: 1rem;
    height: 40px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.p-lp202602__links-flex {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-lp202602__links-flex {
    gap: 16px;
  }
}
.p-lp202602__links-link {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .p-lp202602__links-link {
    width: calc(50% - 8px);
  }
}
.p-lp202602__links-link .box {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-lp202602__links-link .box {
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
}
.p-lp202602__links-link .box .img {
  width: 100%;
}
.p-lp202602__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-lp202602__links-link .box .text {
    font-size: 0.75rem;
    height: 24px;
  }
}
.p-lp202602__links-link .info {
  font-size: 1.5rem;
  font-weight: 500;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-lp202602__links-link .info {
    font-size: 0.625rem;
  }
}
.p-lp202602__bnr01 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-lp202602__bnr01 {
    margin-bottom: 20px;
  }
}
.p-lp202602__bnr01 img {
  width: 100%;
}
.p-lp202602__bnr02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-lp202602__bnr02 {
    margin-bottom: 20px;
  }
}
.p-lp202602__bnr02 img {
  width: 100%;
}
/*# sourceMappingURL=lp202602.css.map */