section.kv .kv_img {
  position: relative;
}
section.kv .kv_img img {
  margin: 0 auto;
}
section.kv .kv_img .kv_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
section.kv .kv_img .kv_content h1 {
  font-weight: normal;
  font-size: 48px;
  line-height: 75px;
  text-align: center;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  section.kv .kv_img .kv_content h1 {
    font-weight: normal;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
  }
}

div.container {
  max-width: 850px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
  width: 100%;
}

div.container_l {
  max-width: 1170px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
  width: 100%;
}

section.black {
  background-color: #000000;
  padding-top: 160px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  section.black {
    padding-top: 64px;
    padding-bottom: 80px;
  }
}
section.black .text {
  margin-top: 107px;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 50px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.black .text {
    margin-top: 40px;
    font-size: 4vw;
    line-height: 32px;
    text-align: left;
    color: #fff;
  }
}

section.strong {
  padding: 80px 0 90px;
  background-color: #dbd8d9;
}
@media screen and (max-width: 767px) {
  section.strong {
    padding: 60px 0 50px;
  }
}
section.strong .point_box .point_head {
  background-color: #bba171;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  section.strong .point_box .point_head {
    padding: 17px;
  }
}
section.strong .point_box .point_head h2 {
  font-weight: bold;
  font-size: 52px;
  letter-spacing: 0.13em;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.strong .point_box .point_head h2 {
    font-weight: bold;
    font-size: 31px;
    letter-spacing: 0.13em;
    line-height: 50px;
  }
}
section.strong .point_box .point_content {
  padding: 80px 20px 110px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  section.strong .point_box .point_content {
    padding: 24px 20px;
  }
}
section.strong .point_box .point_content .content_head h3 {
  font-weight: bold;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  section.strong .point_box .point_content .content_head h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
  }
}
section.strong .point_box .point_content .point_carads {
  max-width: 786px;
  width: 100%;
  margin: 0 auto;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  section.strong .point_box .point_content .point_carads {
    margin-top: 47.5px;
  }
}
section.strong .point_box .point_content .point_carads .point_card {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  section.strong .point_box .point_content .point_carads .point_card {
    gap: 27.5px;
    flex-direction: column;
  }
}
section.strong .point_box .point_content .point_carads .point_card .text {
  width: 100%;
}
section.strong .point_box .point_content .point_carads .point_card .text h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 25px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  section.strong .point_box .point_content .point_carads .point_card .text h4 {
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
  }
}
section.strong .point_box .point_content .point_carads .point_card .text p {
  margin-top: 32px;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 34px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  section.strong .point_box .point_content .point_carads .point_card .text p {
    margin-top: 24.5px;
    font-size: 15px;
    line-height: 24px;
  }
}
section.strong .point_box .point_content .point_carads .point_card .img {
  width: 100%;
  margin: 0 auto;
}
section.strong .point_box .point_content .point_carads .point_card .img img {
  width: 100%;
}
section.strong .point_box .point_content .point_carads .point_card + .point_card {
  margin-top: 50px;
}
section.strong .point_box + .point_box {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  section.strong .point_box + .point_box {
    margin-top: 48px;
  }
}

section.voices {
  padding: 80px 0 100px;
  background-color: #000;
  color: white;
}
@media screen and (max-width: 767px) {
  section.voices {
    padding: 48px 0 60px;
  }
}
section.voices h2 {
  font-weight: 500;
  font-size: 54px;
  line-height: 58px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.voices h2 {
    font-weight: bold;
    font-size: 31px;
    letter-spacing: 0.13em;
    line-height: 50px;
  }
}
section.voices .voice_cards {
  margin-top: 110px;
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.voices .voice_cards {
    margin-top: 38px;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
section.voices .voice_cards .voice_card {
  margin-top: 100px;
  display: flex;
  border: 2px solid #fff;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  section.voices .voice_cards .voice_card {
    margin-top: 38px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: none;
  }
}
section.voices .voice_cards .voice_card + .voice_card {
  margin-top: 60px;
}
section.voices .voice_cards .voice_card .text {
  padding: 60px 40px 60px 96px;
  width: 53.612%;
}
@media screen and (max-width: 767px) {
  section.voices .voice_cards .voice_card .text {
    width: 100%;
    padding: 24px 20px;
  }
}
section.voices .voice_cards .voice_card .text h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.voices .voice_cards .voice_card .text h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}
section.voices .voice_cards .voice_card .text p.ages {
  margin-top: 17px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 34px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.voices .voice_cards .voice_card .text p.ages {
    font-size: 14px;
    text-align: center;
  }
}
section.voices .voice_cards .voice_card .text p {
  margin-top: 32px;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 34px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.voices .voice_cards .voice_card .text p {
    font-size: 15px;
    line-height: 24px;
  }
}
section.voices .voice_cards .voice_card .img {
  width: 46.388%;
}
@media screen and (max-width: 767px) {
  section.voices .voice_cards .voice_card .img {
    width: 100%;
  }
}
section.voices .voice_cards .voice_card .img img {
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  section.voices .voice_cards .voice_card .img img {
    max-width: 100%;
    height: auto;
  }
}
section.voices .voice_cards .voice_card:nth-child(even) {
  margin-right: auto;
  margin-left: 0;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  section.voices .voice_cards .voice_card:nth-child(even) {
    flex-direction: column;
  }
}
section.voices .voice_cards .voice_card:nth-child(even) .text {
  padding: 60px 96px 60px 40px;
}
@media screen and (max-width: 767px) {
  section.voices .voice_cards .voice_card:nth-child(even) .text {
    padding: 24px 20px;
  }
}
section.voices .cta {
  margin-top: 60px;
}
section.voices .cta h3 {
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.03em;
  line-height: 35px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.voices .cta h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
  }
}
section.voices .cta div.btn {
  margin-top: 40px;
}
section.voices .cta div.btn a {
  display: flex;
  margin: 0 auto;
  width: 467px;
  height: 60px;
  border-radius: 30px;
  background: #bba171;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 40px;
  text-align: left;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  section.voices .cta div.btn a {
    width: 323px;
    height: 45px;
    border-radius: 22.5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #fff;
  }
}
section.voices .cta div.btn a:hover {
  opacity: 0.6;
}
section.voices .cta div.btn a svg {
  margin-left: 5px;
  fill: #fff;
}

.ad-lp footer {
  display: none;
}

footer .footerNavItem a, footer .breadcrumbItem a {
  text-decoration: none;
  font-family: "NotoSansJp", sans-serif;
}/*# sourceMappingURL=usp.css.map */