@charset "UTF-8";
@media (max-width: 768px) {
  .lp-content p {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}
@media print, screen and (min-width: 769px) {
  .lp-content {
    overflow-x: clip;
  }
}

.hero {
  height: 71.2rem;
  padding-top: 6rem;
  position: relative;
  background-image: url("../images/hero-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 0.9rem;
  z-index: 44;
}
@media print, screen and (min-width: 769px) {
  .hero {
    background-image: none;
    height: 75.2rem;
    padding-top: 8rem;
    height: auto;
    min-height: 55.0512445095vw;
    background-size: contain;
    margin-bottom: 6rem;
  }
  .hero .bg {
    position: absolute;
    inset: 0 auto auto 0;
    width: 93.3382137628vw;
  }
}
@media (max-width: 768px) {
  .hero .bg {
    display: none;
  }
}
.hero__mv1 {
  padding-left: 7.5rem;
}
@media print, screen and (min-width: 769px) {
  .hero__mv1 {
    padding-left: 0;
    width: 54.6120058565vw;
    margin-left: auto;
    position: relative;
    z-index: 2;
  }
}
.hero__mv2 {
  margin-top: -0.8rem;
  padding-right: 9rem;
}
@media print, screen and (min-width: 769px) {
  .hero__mv2 {
    margin-top: -13vw;
    padding-right: 0;
    width: 46.8rem;
    width: 32.7964860908vw;
    position: relative;
    z-index: 2;
  }
}
.hero__columns {
  display: grid;
  grid-template-columns: repeat(3, 10.5rem);
  gap: 1.5rem;
  justify-content: center;
  margin-top: 9.7rem;
}
@media print, screen and (min-width: 769px) {
  .hero__columns {
    grid-template-columns: repeat(3, 16.2rem);
    gap: 2.7rem;
    position: absolute;
    right: 12rem;
    top: 30.9663250366vw;
  }
}
.hero__column {
  text-align: center;
  font-weight: bold;
  align-content: center;
  height: 10.5rem;
  border-radius: 0.5rem;
  border: solid 2px #920e14;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .hero__column {
    height: 16.2rem;
    font-size: 2.4rem;
    position: relative;
    z-index: 2;
  }
}
.hero__column div {
  margin-top: 0.2rem;
}
.hero__lead {
  position: absolute;
  top: 8.8rem;
  left: 1.5rem;
  z-index: 4;
}
@media print, screen and (min-width: 769px) {
  .hero__lead {
    top: 10.6881405564vw;
    left: 12rem;
  }
  .hero__lead img {
    width: 29.7218155198vw;
  }
}
.hero__title {
  position: absolute;
  right: 1.5rem;
  top: 41.4rem;
  z-index: 4;
}
@media print, screen and (min-width: 769px) {
  .hero__title {
    top: 16.3982430454vw;
    left: 12rem;
  }
  .hero__title img {
    width: 45.7540263543vw;
  }
}
.intro {
  position: relative;
  padding: 6rem 0 0;
  background-color: #fff;
  border-radius: 2rem;
  background-image: url("../images/intro-bg.svg");
  background-size: 24rem;
  background-repeat: no-repeat;
  background-position: top 38.3rem right 0;
}
@media print, screen and (min-width: 769px) {
  .intro {
    background-image: none;
    padding: 8.7rem 0 18rem;
  }
}
@media print, screen and (min-width: 769px) {
  .intro__inner {
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url("../images/intro-bg_pc.svg");
    background-position: top 0rem right 0;
    background-size: 46.2rem;
    max-width: 126.6rem;
    padding-top: 3.3rem;
    padding-left: 7rem;
  }
}
@media print, screen and (min-width: 769px) {
  .intro__body {
    width: fit-content;
  }
}
.intro__title {
  font-size: 2.8rem;
  line-height: 5rem;
  margin-bottom: 4rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .intro__title {
    font-size: 4.8rem;
    line-height: 8.2rem;
    margin-bottom: 4.5rem;
  }
}
.intro__desc {
  text-align: center;
  font-size: 1.6rem;
  line-height: 3.5rem;
}
@media print, screen and (min-width: 769px) {
  .intro__desc {
    font-size: 2rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 768px) {
  .intro__image1 {
    width: 23rem;
    margin-bottom: 2rem;
  }
  .intro__image2 {
    width: 17rem;
    margin-left: auto;
  }
  .intro__image3 {
    margin-top: -2rem;
    margin-left: 1.5rem;
    width: 15rem;
    border-radius: 1rem;
    overflow: hidden;
    z-index: 22;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  .intro__image1 {
    position: absolute;
    width: 40.8rem;
    top: -2.7rem;
    right: 21.6rem;
  }
  .intro__image1 img {
    border-radius: 1rem;
  }
  .intro__image2 {
    position: absolute;
    top: 28.7rem;
    width: 30.2rem;
    right: -5rem;
  }
  .intro__image3 {
    position: absolute;
    width: 26.6rem;
    bottom: -9rem;
    bottom: -16rem;
    z-index: 22;
    right: 35.5rem;
  }
}

.heading1 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .heading1 {
    font-size: 4.8rem;
  }
}
.heading1__ruby {
  font-family: var(--font-en);
  font-size: 1.4rem;
  margin-top: 1rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: var(--color-red);
}
@media print, screen and (min-width: 769px) {
  .heading1__ruby {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.advantage {
  background-color: #f8f8f8;
  border-radius: 2rem;
  position: relative;
  z-index: 2;
  padding: 10rem 0 16rem;
  margin-top: -4.6rem;
  margin-bottom: -8rem;
}
@media print, screen and (min-width: 769px) {
  .advantage {
    margin-top: -8rem;
    border-radius: 4rem;
    padding: 16.5rem 0 23.5rem;
  }
}

.advantage-items {
  display: grid;
  gap: 8rem;
}
@media print, screen and (min-width: 769px) {
  .advantage-items {
    gap: 11rem;
  }
}

.advantage-item {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .advantage-item {
    display: grid;
    grid-template-columns: 48rem 1fr;
    gap: 7rem;
  }
}
@media print, screen and (min-width: 769px) {
  .advantage-item__image {
    position: relative;
  }
}
.advantage-item__no {
  position: absolute;
  top: -4.5rem;
  line-height: 1;
  font-size: 7.8rem;
  font-family: var(--font-en);
  color: transparent;
  -webkit-text-stroke: 1px var(--color-red);
  font-style: italic;
  font-weight: bold;
  right: 0;
}
@media print, screen and (min-width: 769px) {
  .advantage-item__no {
    font-size: 12rem;
    top: -6rem;
  }
}
.advantage-item__title {
  margin: 2rem 0 1.5rem;
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .advantage-item__title {
    margin: 0 0 2.4rem;
    line-height: 6rem;
    font-size: 3.2rem;
  }
}

.cta {
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  background-image: url("../images/cta-img.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 40rem;
  align-content: center;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .cta {
    height: 35.6rem;
    background-size: cover;
    background-image: url("../images/cta-img_pc.jpg");
  }
}
.cta .cta-inner {
  position: relative;
  z-index: 2;
}
.cta::before {
  content: "";
  background: #7d0003;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.cta .cta-title {
  margin: 0 auto 4.3rem;
  width: 25rem;
}
@media print, screen and (min-width: 769px) {
  .cta .cta-title {
    width: 75.8rem;
    margin: 0 auto 5rem;
  }
}
.cta .cta-buttons {
  display: grid;
  gap: 3rem;
}
@media print, screen and (min-width: 769px) {
  .cta .cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.cta .cta-button-text {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 769px) {
  .cta .cta-button-text {
    font-size: 1.6rem;
    margin-bottom: 1.25rem;
  }
}
.cta .cta-button-text::before, .cta .cta-button-text::after {
  content: "";
  display: inline-block;
  border-left: 1.5px solid;
  width: 1px;
  height: 1.3rem;
  rotate: -20deg;
  margin-right: 1rem;
}
@media print, screen and (min-width: 769px) {
  .cta .cta-button-text::before, .cta .cta-button-text::after {
    margin-right: 1.2rem;
  }
}
.cta .cta-button-text::after {
  rotate: 20deg;
  margin-right: 0;
  margin-left: 1rem;
}
@media print, screen and (min-width: 769px) {
  .cta .cta-button-text::after {
    margin-left: 1.2rem;
  }
}

.cta-button {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-weight: bold;
  border-radius: 3rem;
  background-color: #c9a718;
  gap: 1rem;
  font-size: 1.4rem;
  width: 23rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .cta-button {
    width: 38.8rem;
    height: 8rem;
    border-radius: 4rem;
    font-size: 2.4rem;
  }
  .cta-button img {
    max-width: none;
    width: 3.3rem;
  }
}
.cta-button--line {
  background-color: #06c755;
}
.cta-button--line img {
  width: 2.5rem;
}
@media print, screen and (min-width: 769px) {
  .cta-button--line img {
    width: 3.3rem;
    max-width: none;
  }
}

.benefits {
  padding: 8rem 0 8.5rem;
  background-image: url("../images/benefits-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top 24rem right;
  overflow-x: clip;
}
@media print, screen and (min-width: 769px) {
  .benefits {
    background-image: url("../images/benefits-bg_pc.png");
    background-position: top 8rem right;
  }
}

.benefits-items {
  display: grid;
  gap: 2rem;
}
@media print, screen and (min-width: 769px) {
  .benefits-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.8rem;
  }
}

.benefits-item {
  width: 30rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 1rem;
  padding: 3rem 2rem;
}
@media print, screen and (min-width: 769px) {
  .benefits-item {
    width: 100%;
    height: 44.7rem;
    padding: 4rem 2.5rem;
  }
}
.benefits-item__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0.5rem;
  width: fit-content;
  margin: 0 auto 1.5rem;
  display: block;
  border-bottom: #c9171c 1px solid;
}
@media print, screen and (min-width: 769px) {
  .benefits-item__title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.benefits-item__icon {
  width: fit-content;
  margin: 0 auto 2rem;
}
@media print, screen and (min-width: 769px) {
  .benefits-item__icon {
    margin-bottom: 4rem;
  }
  .benefits-item__icon img {
    width: 12rem;
  }
}
.benefits-item ul {
  display: grid;
  gap: 1rem;
}
.benefits-item ul li {
  font-size: 1.4rem;
  list-style-type: none;
}
@media print, screen and (min-width: 769px) {
  .benefits-item ul li {
    font-size: 1.6rem;
  }
}
.benefits-item ul li::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background-color: var(--color-red);
  margin-right: 0.5rem;
  position: relative;
  top: -0.2rem;
}
.benefits-item ul li span {
  display: block;
  margin: 1rem 0 0 1.5rem;
  line-height: 2.5rem;
}

@media (max-width: 768px) {
  .benefits-images {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

@media (max-width: 768px) {
  .benefits-image {
    width: 16rem;
  }
  .benefits-image--2 {
    width: 20rem;
    margin-left: auto;
    margin-top: -7rem;
  }
}
@media print, screen and (min-width: 769px) {
  .benefits-image {
    width: 47.7rem;
  }
  .benefits-image img {
    border-radius: 0 1rem 1rem 0;
  }
  .benefits-image--2 {
    width: 79.7rem;
    margin-left: auto;
    margin-top: -7rem;
  }
  .benefits-image--2 img {
    border-radius: 1rem 0 0 1rem;
  }
}

.benefits-sign {
  position: relative;
  z-index: 2;
  width: 30.5rem;
  margin-left: auto;
  margin-top: -3rem;
  margin-right: 1.5rem;
}
@media print, screen and (min-width: 769px) {
  .benefits-sign {
    width: 76.8rem;
    margin-right: 12rem;
    margin-top: -6rem;
  }
}

.interview {
  background-color: #fff;
  border-radius: 2rem;
  padding: 6rem 0 10rem;
}
@media print, screen and (min-width: 769px) {
  .interview {
    max-width: 112.6rem;
    padding: 10rem 6rem;
    margin-left: auto;
    border-radius: 3rem;
    position: relative;
    z-index: 2;
    margin-bottom: -60.5rem;
    margin-right: auto;
  }
}

.interview-items {
  display: grid;
  gap: 4rem;
}
@media print, screen and (min-width: 769px) {
  .interview-items {
    gap: 10rem;
  }
}

@media print, screen and (min-width: 769px) {
  .interview-item {
    display: flex;
    gap: 4rem;
  }
  .interview-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.interview-item__image {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .interview-item__image {
    max-width: 46.3rem;
    flex: 0 0 46.3rem;
  }
}
.interview-item__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
}
.interview-item__title {
  font-size: 2rem;
  padding-left: 1rem;
  position: relative;
  margin: 2rem 0 1rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .interview-item__title {
    font-size: 3.2rem;
    margin: 0 0 2rem;
    line-height: 5.5rem;
    padding-left: 1.25rem;
  }
}
.interview-item__title::before {
  content: "";
  width: 0.4rem;
  height: 2rem;
  background-color: var(--color-red);
  position: absolute;
  inset: 0.6rem auto auto 0;
}
@media print, screen and (min-width: 769px) {
  .interview-item__title::before {
    inset: 1.5rem auto auto -0.5rem;
    height: 3rem;
  }
}
.interview-item__name1 {
  width: fit-content;
  margin-left: auto;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  .interview-item__name1 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.interview-item__name1 span {
  font-size: 1.2rem;
  margin-left: 0.3rem;
}
@media print, screen and (min-width: 769px) {
  .interview-item__name1 span {
    font-size: 1.6rem;
  }
}
.interview-item__name1 b {
  font-size: 1.2rem;
  margin-left: -0.1rem;
}
@media print, screen and (min-width: 769px) {
  .interview-item__name1 b {
    font-size: 1.6rem;
  }
}
.interview-item__name2 {
  font-weight: bold;
  font-size: 1.4rem;
  width: fit-content;
  margin-left: auto;
}

.job-desc {
  background-color: var(--color-d-red);
  color: #fff;
  border-radius: 2rem;
  padding: 6rem 0 10rem;
  margin-bottom: -4rem;
}
@media print, screen and (min-width: 769px) {
  .job-desc {
    border-radius: 4rem;
    padding: 71rem 0 27rem;
  }
  .job-desc__inner {
    position: relative;
  }
  .job-desc__inner .job-desc-image {
    width: 62.6rem;
    position: absolute;
    inset: 0 0 auto auto;
    border-radius: 1rem;
  }
  .job-desc__inner p {
    max-width: 46rem;
  }
}
.job-desc .heading1__ruby {
  color: #fff;
}

.plan {
  background-color: #e1ddcd;
  border-radius: 2rem;
  padding: 6rem 0 12rem;
  margin-bottom: -4rem;
}
@media print, screen and (min-width: 769px) {
  .plan {
    margin-top: -14rem;
    padding: 14rem 0;
    border-radius: 4rem;
  }
}

.plan-items {
  display: grid;
  gap: 2rem;
}
@media print, screen and (min-width: 769px) {
  .plan-items {
    gap: 3rem;
  }
}

.plan-item {
  position: relative;
}
.plan-item::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 3rem;
  width: 2px;
  background-color: var(--color-red);
  height: calc(100% + 2rem);
}
@media print, screen and (min-width: 769px) {
  .plan-item::before {
    left: 5.25rem;
    height: calc(100% + 3rem);
  }
}
.plan-item:last-child::before {
  display: none;
}
.plan-item__body {
  background-color: #fff;
  padding: 3rem 2rem;
  border-radius: 1rem;
  width: 27.5rem;
  margin-left: auto;
}
@media print, screen and (min-width: 769px) {
  .plan-item__body {
    padding: 3rem;
    width: calc(100% - 16.5rem);
    display: grid;
    grid-template-columns: 1fr 38.8rem;
    align-items: center;
    gap: 3rem;
  }
}
.plan-item h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 769px) {
  .plan-item h3 {
    font-size: 3.2rem;
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 768px) {
  .plan-item img {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .plan-item img {
    height: 18.4rem;
    width: 100%;
    object-fit: cover;
  }
}
.plan-item__no {
  width: 6rem;
  height: 6rem;
  background-color: var(--color-red);
  border-radius: 100%;
  text-align: center;
  color: #e1ddcd;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  font-family: var(--font-en);
  line-height: 1;
  padding: 1rem 0 0;
  position: absolute;
  inset: 0 auto auto 0;
}
@media print, screen and (min-width: 769px) {
  .plan-item__no {
    width: 10.5rem;
    height: 10.5rem;
    font-size: 2rem;
    padding: 1.8rem 0 0;
  }
}
.plan-item__no span {
  font-size: 2.8rem;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .plan-item__no span {
    font-size: 4.8rem;
  }
}

.faq {
  padding: 12rem 0;
  margin: -4rem 0;
}
@media print, screen and (min-width: 769px) {
  .faq {
    padding: 16rem 0;
  }
}

.c-toggle-item {
  margin-bottom: 2rem;
  padding: 1.2rem 1rem;
  border-radius: 1rem;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .c-toggle-item {
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.2rem 3rem;
    margin-bottom: 3rem;
  }
}
.c-toggle-item:last-child {
  margin-bottom: 0;
}
.c-toggle-item__title {
  display: flex;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.286%22%20height%3D%229.221%22%20viewBox%3D%220%200%2016.286%209.221%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_12%22%20data-name%3D%22%E5%90%88%E4%BD%93%2012%22%20d%3D%22M7.17%2C6.109%2C7%2C6.254l.17-.145L0%2C0%2C7.17%2C6.109%2C14.341%2C0%2C7.17%2C6.109l.17.145Z%22%20transform%3D%22translate(0.973%201.142)%22%20fill%3D%22%23c9171c%22%20stroke%3D%22%23c9171c%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 1.6rem;
  cursor: pointer;
  background-position: right 1.5rem top 1.5rem;
  transition: 0.3s;
  line-height: 2.1;
  padding-right: 4rem;
}
@media print, screen and (min-width: 769px) {
  .c-toggle-item__title {
    font-size: 2rem;
  }
}
.c-toggle-item__title::before {
  content: "Q";
  align-self: start;
  position: relative;
  line-height: 4.5rem;
  font-family: var(--font-en);
  font-size: 4rem;
  color: #fff;
  text-align: center;
  margin-right: 1.5rem;
  color: var(--color-red);
}
@media (max-width: 768px) {
  .c-toggle-item__title::before {
    font-size: 3.2rem;
    margin-right: 1rem;
    margin-top: 0rem;
    font-family: var(--font-en);
    flex: 0 0 2rem;
    width: 2rem;
    line-height: 3.1rem;
  }
}
.c-toggle-item__title.is-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.286%22%20height%3D%229.221%22%20viewBox%3D%220%200%2016.286%209.221%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M7.17.145%2C7%2C0l.17.145L0%2C6.253%2C7.17.145l7.17%2C6.109L7.17.145%2C7.34%2C0Z%22%20transform%3D%22translate(0.973%201.825)%22%20fill%3D%22%23c9171c%22%20stroke%3D%22%23c9171c%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.c-toggle-item__body {
  position: relative;
}
.c-toggle-item__body-inner {
  border-top: solid 1px #bebebe;
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 1rem 0 1.5rem;
}
@media (max-width: 768px) {
  .c-toggle-item__body-inner {
    padding: 1rem 0 0;
    gap: 1rem;
  }
}
.c-toggle-item__body-inner::before {
  content: "A";
  align-self: start;
  position: relative;
  display: block;
  font-family: var(--font-en);
  font-weight: bold;
  text-align: center;
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .c-toggle-item__body-inner::before {
    font-size: 2.8rem;
  }
}
.c-toggle-item__body-inner > p {
  padding-top: 0.5rem;
}
@media (max-width: 768px) {
  .c-toggle-item__body::before {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    position: static;
    display: block;
    margin: 2rem 0 1rem;
    font-size: 2rem;
  }
}

.requirements {
  padding: 6rem 0 14rem;
  background-color: #fff;
  border-radius: 2rem;
}
@media print, screen and (min-width: 769px) {
  .requirements {
    border-radius: 4rem;
    padding: 9rem 0 16rem;
  }
}
@media print, screen and (min-width: 769px) {
  .requirements dl {
    display: grid;
    grid-template-columns: 14rem 1fr;
  }
}
.requirements dl dt {
  font-weight: bold;
  font-size: 1.4rem;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 769px) {
  .requirements dl dt {
    font-size: 1.6rem;
    border-bottom: 1px dashed #bebebe;
    padding: 2.5rem 0;
  }
}
.requirements dl dd {
  padding-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 3rem;
  margin-bottom: 2rem;
  border-bottom: 1px dashed #bebebe;
}
@media print, screen and (min-width: 769px) {
  .requirements dl dd {
    padding: 2.5rem 0;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
.requirements dl dd:last-child {
  margin-bottom: 0;
}

.requirements-table + .requirements-table {
  margin-top: 6rem;
}

.requirements-table__head {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 1px solid var(--color-red);
}
@media print, screen and (min-width: 769px) {
  .requirements-table__head {
    font-size: 3.2rem;
    padding-bottom: 2rem;
    margin-bottom: 3.5rem;
  }
}

.form {
  margin-top: -6rem;
  padding: 4rem 0;
  border-radius: 2rem 2rem 0 0;
  background-color: var(--color-d-red);
}
@media print, screen and (min-width: 769px) {
  .form {
    padding: 10rem 0;
    border-radius: 4rem 4rem 0 0;
  }
}

.form-body {
  background-color: #fff;
  padding: 6rem 1.5rem;
  border-radius: 0.5rem;
}
@media print, screen and (min-width: 769px) {
  .form-body {
    border-radius: 2rem;
    padding: 10rem 12rem;
  }
}

.form-cta {
  border-radius: 10px;
  background: #e1ddcd;
  padding: 3rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 769px) {
  .form-cta {
    padding: 4rem;
    margin-bottom: 8rem;
  }
}
.form-cta__title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 769px) {
  .form-cta__title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}

.form-item + .form-item {
  margin-top: 3rem;
}
@media print, screen and (min-width: 769px) {
  .form-item + .form-item {
    margin-top: 4rem;
  }
}
.form-item__label {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.form-item__label::before {
  content: "任意";
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.2rem 0.5rem;
  background-color: #212121;
  color: #fff;
  border-radius: 0.2rem;
  margin-right: 1rem;
  padding: 0.1rem 0.5rem;
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  .form-item__label::before {
    top: -0.2rem;
    font-size: 1.2rem;
  }
}
.form-item__label.require::before {
  content: "必須";
  background-color: #c9171c;
}
.form-item__body input[type=number],
.form-item__body input[type=tel],
.form-item__body input[type=email],
.form-item__body select,
.form-item__body input[type=text] {
  height: 5.4rem;
  width: 100%;
  padding: 1.5rem;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #bebebe;
}
@media print, screen and (min-width: 769px) {
  .form-item__body input[type=number],
  .form-item__body input[type=tel],
  .form-item__body input[type=email],
  .form-item__body select,
  .form-item__body input[type=text] {
    max-width: 54rem;
  }
}
.form-item__body input[type=number]::placeholder,
.form-item__body input[type=tel]::placeholder,
.form-item__body input[type=email]::placeholder,
.form-item__body select::placeholder,
.form-item__body input[type=text]::placeholder {
  color: #bebebe;
}
@media print, screen and (min-width: 769px) {
  .form-item__body select {
    max-width: 42rem;
  }
}
.form-item__body textarea {
  height: 20.8rem;
  width: 100%;
  padding: 1.5rem;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #bebebe;
}
.form-item__body textarea::placeholder {
  color: #bebebe;
}
.form-item__body input[type=checkbox] {
  display: none;
}
.form-item__body input[type=checkbox] + span {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 2px;
  background: #fff;
  border: 2px solid #bebebe;
  display: inline-block;
  margin-right: 1rem;
}
.form-item__body input[type=checkbox]:checked + span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.605%22%20height%3D%2214.322%22%20viewBox%3D%220%200%2019.605%2014.322%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_126%22%20data-name%3D%22%E3%83%91%E3%82%B9%20126%22%20d%3D%22M275.931%2C11869.137l5.213%2C5.762%2C10.152-10.7%22%20transform%3D%22translate(-273.813%20-11862.078)%22%20fill%3D%22none%22%20stroke%3D%22%23009e96%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.form-item__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 2rem;
}
.form-item__checks label {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
.form-item__years {
  display: grid;
  grid-template-columns: 10rem 8.3rem 8.3rem;
  gap: 1rem;
}
.form-item__year {
  display: flex;
  gap: 0.5rem;
}
.form-item__year > div {
  font-size: 2rem;
  font-weight: bold;
  align-self: end;
  padding-bottom: 0.85rem;
}

.error-text {
  color: var(--color-red);
}

.form-button {
  width: 27rem;
  height: 6rem;
  margin: 4rem auto 0;
  border-radius: 0.5rem;
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  background-color: #009e96;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-button.back {
  margin-top: 2rem;
  background-color: #d0e6e4;
  color: #212121;
}

.form-button {
  background-color: #212121;
  height: 5rem;
  width: 22.2rem;
  margin: 4rem auto 0;
  border-radius: 3rem;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 769px) {
  .form-button {
    font-size: 2rem;
    width: 28.9rem;
    height: 7rem;
    border-radius: 4rem;
  }
}

.form-buttons {
  margin-top: 4rem;
}
@media print, screen and (min-width: 769px) {
  .form-buttons {
    margin-top: 8rem;
    gap: 6rem;
    display: flex;
    justify-content: center;
  }
  .form-buttons .form-button {
    margin: 0;
  }
}

.form-button {
  margin-top: 1.5rem;
}

.form-button--back {
  color: #212121;
  background: #e1ddcd;
}

@media (max-width: 768px) {
  .form-items.form-items--confirm .form-item {
    display: grid;
    grid-template-columns: 9.6rem 1fr;
    gap: 1.5rem;
    padding: 1rem 0;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px dashed #bebebe;
    overflow-wrap: anywhere;
  }
  .form-items.form-items--confirm .form-item__body {
    font-size: 1.4rem;
  }
  .form-items.form-items--confirm .form-item__label {
    font-size: 1.4rem;
    text-align: right;
  }
}
@media print, screen and (min-width: 769px) {
  .form-items.form-items--confirm .form-item {
    display: grid;
    grid-template-columns: 22rem 1fr;
    gap: 6rem;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px dashed #bebebe;
    overflow-wrap: anywhere;
    padding: 2.5rem 0;
  }
  .form-items.form-items--confirm .form-item__body {
    font-size: 2rem;
  }
  .form-items.form-items--confirm .form-item__label {
    font-size: 2rem;
    text-align: right;
  }
}
.form-items.form-items--confirm .form-item__label::before {
  display: none !important;
}

.ck {
  width: 3.6rem;
  margin: 3rem auto 2.8rem;
}
@media print, screen and (min-width: 769px) {
  .ck {
    width: fit-content;
    margin: 8rem auto 6rem;
  }
  .ck img {
    width: 10rem;
  }
}

.form--complete h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 769px) {
  .form--complete h3 {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
}

.form--complete p {
  font-size: 1.4rem;
  line-height: 3rem;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .form--complete p {
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
}
