@charset "utf-8";

section.hero .heading .container .pre {
  display: flex;
  align-items: center;
  flex-direction: column;
  transform: none;
  margin-bottom: 0;
  margin-right: 0
}

section.hero .heading .container .pre .value {
  font-size: calc(2.8rem * var(--lp-rem-scale, 1));
  font-weight: bold
}

.diagonal {
  position: relative;
}

.diagonal::before,
.diagonal::after {
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 17px;
}

.diagonal::before {
  content: '';
  position: absolute;
  left: -18px;
  background-image: url(../img/image_mv-diagonal_left.svg), url(../img/image_mv-diagonal_left.svg);
}

.diagonal::after {
  content: '';
  position: absolute;
  right: -18px;
  background-image: url(../img/image_mv-diagonal_right.svg), url(../img/image_mv-diagonal_right.svg);
}

.headeing-1.bottom {
  line-height: 1.4;
  display: flex;
  align-items: baseline;
  justify-content: center;

}

.terms._z2 {
  margin-top: calc(10rem * var(--lp-rem-scale, 1))
}

.terms-wrapper {
  margin: 0 calc(50% - 50vw);
  background-color: var(--blue-p1)
}

.terms-wrapper .inner860 {
  padding: calc(8rem * var(--lp-rem-scale, 1)) 0 calc(10em * var(--lp-rem-scale, 1));
  max-width: 780px;
  margin-bottom: calc(9.2rem * var(--lp-rem-scale, 1))
}

.terms-wrapper__copy {
  font-size: calc(1.8rem * var(--lp-rem-scale, 1));
}

.terms-wrapper .heading h2 {
  display: inline-block;
  padding: 0 1.5em 0 2em;
  background-image: url(../img/eligible_people_title_deco_l.svg), url(../img/eligible_people_title_deco_r.svg);
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  background-size: auto;
  font-weight: bold;
  margin-bottom: calc(1.2rem * var(--lp-rem-scale, 1))
}

.terms-wrapper .heading h2 small {
  font-size: calc(1.6rem * var(--lp-rem-scale, 1));
  font-weight: bold
}

.terms-wrapper__title {
  border-top: 1px solid #2864F0;
  border-bottom: 1px solid #2864F0;
  padding: 10px;
  line-height: 1.25;
  text-align: center;
  font-weight: 500;
  font-size: calc(2rem * var(--lp-rem-scale, 1));
  margin-top: calc(4.8rem * var(--lp-rem-scale, 1));
  margin-bottom: calc(3.2rem * var(--lp-rem-scale, 1))
}

.terms-wrapper__title strong {
  font-weight: bold;
  color: #2864F0
}

.terms-wrapper__title small {
  font-size: calc(1.6rem * var(--lp-rem-scale, 1))
}

.terms-wrapper .container._flex._jscenter._alstretch {
  gap: calc(4rem * var(--lp-rem-scale, 1))
}

.terms-wrapper .container._flex._jscenter._alstretch:not(:last-child) {
  margin-bottom: calc(4.8rem * var(--lp-rem-scale, 1))
}

.terms-wrapper .container._flex._jscenter._alstretch ._flex._fdcolumn {
  max-width: 370px;
  width: 100%
}

.terms-wrapper .requirements {
  flex: 1;
  width: 100%
}

.terms-wrapper .requirements .title {
  margin-bottom: 0.5em
}

.terms-wrapper .requirements .panel {
  padding: calc(1.6rem * var(--lp-rem-scale, 1)) calc(2rem * var(--lp-rem-scale, 1));
  border-radius: 1.2em;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: calc(1.8rem * var(--lp-rem-scale, 1));
  min-height: calc(9.6rem * var(--lp-rem-scale, 1))
}

.terms-wrapper .requirements .panel li {
  padding: 0.5em 0;
  padding-left: 1.8em;
  background-image: url('../img/icon_check.svg');
  background-repeat: no-repeat;
  background-position: left top 0.65em;
  background-size: auto;
  line-height: 1.4;
  font-size: calc(1.7rem * var(--lp-rem-scale, 1))
}

.terms-wrapper .requirements .panel li span.attention {
  font-size: calc(1.4rem * var(--lp-rem-scale, 1))
}

.terms-wrapper .lead {
  margin-bottom: 0
}

.terms-wrapper .lead .container {
  gap: 1.5em;
  background-image: url('../img/eligible_people_lead_arrow.svg');
  background-repeat: no-repeat;
  background-position: center top 1em;
  background-size: auto
}

.terms-wrapper .lead .who .name {
  padding: 0 0.5em;
  padding-top: 1em
}

.terms-wrapper .lead .who .name>* {
  position: relative;
  z-index: 2
}

.terms-wrapper .lead .who .name:after {
  height: calc(24rem * var(--lp-rem-scale, 1));
  aspect-ratio: 1/1;
  background-color: var(--blue-p2);
  border-radius: 50%
}

.terms-wrapper .lead .primary strong {
  font-weight: inherit
}

.terms-wrapper .p1 .who .name {
  padding-top: 2em
}

.terms-wrapper .p1 .who .name:after {
  left: 40%;
  top: 70%;
  transform: translate(-50%, -50%)
}

.terms-wrapper .p2 .who {
  position: relative
}

.terms-wrapper .p2 .who .name {
  padding-top: 1.5em;
  padding-right: 0
}

.terms-wrapper .p2 .who .name:after {
  left: 60%;
  top: 70%;
  transform: translate(-50%, -50%)
}

.terms-wrapper .p2 .who .swallow {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -10%)
}

@media screen and (max-width:1280px) {
  .terms-wrapper {
    margin: 0 auto
  }

  .terms-wrapper .inner860 {
    padding: 40px 20px 50px
  }
}

@media screen and (max-width:1280px) and (min-width:1001px) {
  body {
    overflow-x: visible !important
  }
}

@media screen and (max-width:1200px) {
  .terms-wrapper .lead .who .image {
    width: 10em
  }
}

@media screen and (max-width:520px) {
  .terms-wrapper .inner860 {
    padding: 40px 20px 10px;
    margin-bottom: 40px;
  }

  section.hero {
    padding-top: 2em;
    background-position: right 3vw top;
  }

  section.hero .heading .container .badge {
    transform: translate(-30%, -100%);
  }

  section.hero .heading .container .pre {
    margin-bottom: 5px;
    padding-bottom: 5px;
    letter-spacing: .03em;
  }

  section.hero .heading .container .diagonal {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .headeing-1.bottom {
    align-items: center;
    flex-wrap: wrap;
  }

  .headeing-1.bottom .line {
    margin-bottom: 5px;
    padding-bottom: 5px;
    background-image: url(../img/hero_main_border.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 2px;
  }

  .terms .introduce-wrapper {
    padding: 0 20px 80px;
  }

  .terms-wrapper .heading h2 {
    line-height: 1
  }

  .terms-wrapper .heading h2 .pre {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px
  }

  .terms-wrapper .heading h2 small {
    font-size: 14px
  }

  .terms-wrapper .requirements {
    padding: 0 3vw
  }

  .terms-wrapper .requirements .panel {
    padding: 1.2em 20px;
    font-size: calc(1.5rem * var(--lp-rem-scale, 1));
    max-width: none;
    min-height: 74px;
  }

  .terms-wrapper .requirements .panel li {
    background-size: 1.3em auto;
    font-size: 16px
  }

  .terms-wrapper .requirements .panel li span.attention {
    font-size: 13px;
  }

  .terms-wrapper__copy {
    font-size: 14px;
  }

  .terms-wrapper__title {
    font-size: 16px;
    margin-bottom: 34px;
    padding: 1em 0;
  }

  .terms-wrapper .lead {
    padding: 0;
    margin-bottom: 3em
  }

  .terms-wrapper .lead .container {
    gap: 0;
    flex-direction: column;
    background-image: none
  }

  .terms-wrapper .container._flex._jscenter._alstretch {
    gap: 48px;
  }

  .terms-wrapper .lead .person {
    align-items: center;
    margin-bottom: 0
  }

  .terms-wrapper .lead .who .image {
    width: 6em
  }

  .terms-wrapper .lead .who .name:after {
    height: 40vw
  }

  .terms-wrapper .p1 {
    margin-bottom: 3em
  }

  .terms-wrapper .p1 .who .name {
    padding-top: 1em
  }

  .terms-wrapper .p1 .who .name:after {
    left: 45%;
    top: 70%;
    transform: translate(-50%, -50%)
  }

  .terms-wrapper .p2 {}

  .terms-wrapper .p2 .who .name {
    padding-top: 0.5em
  }

  .terms-wrapper .p2 .who .name:after {
    left: 55%;
    top: 70%;
    transform: translate(-50%, -50%)
  }

  .terms-wrapper .p2 .who .swallow {
    display: none
  }
}
