/* 
campaign page style
*/
:root {
  --campaign-bg-color01: #E6ECF1;
  --campaign-bg-color02: #B8CBD7;
}

.campaign-wrapper {
  font-size: calc(18 / 1600 * 100vw);
}
@media (max-width: 768px) {
  .campaign-wrapper {
    font-size: 14px;
  }
}

.container {
  max-width: calc(1456 / 1600 * 100vw);
  margin: 0px auto;
  padding: 0px 40px;
}
@media (max-width: 768px) {
  .container {
    padding: 0px 20px;
  }
}

.hero img {
  width: 100%;
}

.grade img {
  width: 100%;
}

.points .boxes {
  margin: clamp(60px, 23.1693px + 4.8019vw, 100px) auto;
}
.points .item {
  --flex-list-col-num: 2;
  --flex-list-column-gap: clamp(20px, -53.6615px + 9.6038vw, 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--flex-list-column-gap);
  margin-top: clamp(40px, 3.1693px + 4.8019vw, 80px);
}
.points .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.points .item:nth-child(even) .text {
  margin-right: 0;
  margin-left: auto;
  padding-left: 20px;
}
.points .fig {
  width: calc((100% - var(--flex-list-column-gap) * (var(--flex-list-col-num) - 1)) / var(--flex-list-col-num));
}
.points .text {
  width: calc((100% - var(--flex-list-column-gap) * (var(--flex-list-col-num) - 1)) / var(--flex-list-col-num));
  max-width: calc(615 / 1600 * 100vw);
  margin-left: 0;
  margin-right: auto;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 1.5846px + 2.401vw, 40px);
}
.points .num {
  --num-width: clamp(40px, -55.7235px + 12.4803vw, 119px);
  width: var(--num-width);
  min-width: var(--num-width);
}
.points .ttl {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media (max-width: 1100px) {
  .points .ttl {
    font-size: 1.5em;
  }
}
@media (max-width: 768px) {
  .points .item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .points .item:nth-child(even) .fig {
    margin-left: auto;
    margin-right: 0;
  }
  .points .fig {
    width: 90%;
    margin-left: 0;
  }
  .points .text {
    width: 100%;
    max-width: none;
    margin: auto !important;
    padding: 0 20px !important;
  }
  .points .num {
    --num-width: 75px;
  }
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 60px auto;
}
.banner a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  max-width: 964px;
}
@media (pointer: fine) {
  .banner a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .banner {
    padding: 0 20px;
    margin: 0px auto;
  }
}

.present {
  margin: clamp(100px, 7.9232px + 12.0048vw, 200px) auto clamp(60px, 23.1693px + 4.8019vw, 100px);
}
.present .boxes {
  --boxees-border-radius: 28px;
  background-color: var(--campaign-bg-color01);
  border-radius: var(--boxees-border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
}
.present .ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.present .text {
  width: 56.25%;
  padding: 40px clamp(20px, -4.2338px + 3.1596vw, 40px);
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.present .title {
  width: calc(729 / 1600 * 100vw);
  text-align: center;
}
.present .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(20px, 1.5846px + 2.401vw, 40px);
  margin-top: max(45 / 1600 * 100vw, 20px);
}
.present .img {
  max-width: calc(303 / 1600 * 100vw);
  width: 100%;
}
.present .content {
  max-width: calc(350 / 1600 * 100vw);
  width: 100%;
  font-weight: 500;
  line-height: 2;
}
.present .fig {
  width: 43.75%;
  border-radius: 0 var(--boxees-border-radius) var(--boxees-border-radius) 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  aspect-ratio: 1274/1292;
}
.present .fig img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1100px) {
  .present .boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .present .text {
    width: 100%;
  }
  .present .fig {
    width: 100%;
    border-radius: 0 0 var(--boxees-border-radius) var(--boxees-border-radius);
    aspect-ratio: 246/125;
  }
}
@media (max-width: 768px) {
  .present .title {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .present .item {
    gap: 10px;
  }
  .present .img {
    max-width: none;
  }
  .present .content {
    max-width: none;
  }
}
@media (max-width: 500px) {
  .present .content {
    font-size: 11px;
  }
}

.step {
  margin: clamp(60px, 41.5846px + 2.401vw, 80px) auto;
}
.step .title {
  text-align: center;
  padding: 0 20px;
  margin: clamp(40px, 21.5846px + 2.401vw, 60px) auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step .list {
  background-color: var(--campaign-bg-color02);
  padding: clamp(60px, 32.377px + 3.6014vw, 90px) 0 clamp(60px, 41.5846px + 2.401vw, 80px);
}
.step .list .item {
  --flex-list-col-num: 4;
  --flex-list-column-gap: clamp(40px, -4.1969px + 5.7623vw, 88px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--flex-list-column-gap);
}
.step .list .col {
  width: calc((100% - var(--flex-list-column-gap) * (var(--flex-list-col-num) - 1)) / var(--flex-list-col-num));
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.step .list .col::before {
  display: block;
  background: url(../img/step-arrow.png) no-repeat center center;
  position: absolute;
  left: -58px;
  top: 35px;
  width: 20px;
  background-size: contain;
  height: 20px;
}
.step .list .col:not(:first-child)::before {
  content: "";
}
.step .list .number {
  font-size: 19px;
  font-weight: 600;
  color: #A4BECD;
  line-height: 1.6;
  letter-spacing: 3px;
  background: #FFF;
  padding: 12px 20px 9px;
  border-radius: 100px;
  text-align: center;
}
.step .list .number > span {
  display: block;
}
.step .list .number em {
  font-style: normal;
}
.step .list .description {
  font-size: clamp(14px, 12.1585px + 0.2401vw, 16px);
  margin-top: 1em;
  line-height: 1.8;
  min-height: 5.4em;
  font-weight: 500;
}
.step .list .button {
  display: block;
  margin-top: 15px;
  font-size: 17px;
  font-weight: bold;
  color: #FFF;
  padding: 12px 20px 9px;
  text-align: center;
  border: 2px solid #FFF;
  letter-spacing: 2px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (pointer: fine) {
  .step .list .button:hover {
    background-color: #FFF;
    color: #A4BECD;
  }
}
.step .list .figure {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin-top: 25px;
}
.step .note {
  background-color: var(--campaign-bg-color01);
  padding: clamp(40px, 3.1693px + 4.8019vw, 80px) 0;
  line-height: 1.8;
  font-weight: 500;
}
.step .note .ttl {
  font-weight: 500;
  color: #A4BECD;
}
.step .note .content {
  margin-top: 10px;
}
@media (max-width: 1400px) {
  .step .list .item {
    --flex-list-column-gap: 40px;
  }
  .step .list .col::before {
    left: -30px;
  }
  .step .list .number {
    font-size: 16px;
  }
  .step .list .number span {
    letter-spacing: 0;
  }
  .step .list .description {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .step .list .item {
    --flex-list-col-num: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 60px;
  }
  .step .list .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .step .list .col::before {
    left: 0px;
    top: -40px;
    width: 15px;
    background-size: contain;
    height: 15px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 0px;
    margin: auto;
  }
  .step .list .col > div {
    width: 50%;
  }
  .step .list .number {
    font-size: 14px;
    line-height: 1.4;
  }
  .step .list .button {
    font-size: 16px;
    width: 100%;
    max-width: 14em;
    margin: auto;
    margin-bottom: 15px;
  }
  .step .list .figure {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .step .title {
    max-width: 105px;
  }
  .step .list .description br {
    display: none;
  }
  .step .list .button {
    font-size: 14px;
  }
  .step .note {
    margin-top: 25px;
  }
}
@media (max-width: 500px) {
  .step .list .description {
    font-size: 12px;
  }
  .step .list .number {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .sp-show {
    display: none;
  }
}