body {
  background: #f1f2f4;
}

#outline {
  color: var(--c_navy2);
}

.top {
  margin-top: 8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 5.2rem;
  letter-spacing: 0.05em;
  color: var(--c_navy3);
  font-weight: 700;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .top {
    font-size: 2.8rem;
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
}

.require {
  margin-top: 6rem;
}
@media screen and (max-width: 1024px) {
  .require {
    margin-top: 5rem;
  }
}
.require__inner {
  max-width: 121rem;
  width: 90%;
  margin-inline: auto;
}
.require__container {
  max-width: 120rem;
  margin-inline: auto;
}
.require__top {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .require__top {
    font-size: 1.4rem;
    text-align: left;
  }
}
.require__list {
  background: var(--c_white);
  border: 2px solid var(--c_navy3);
  border-radius: 1.5rem;
  padding-block: 2rem;
  padding-inline: 4.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .require__list {
    margin-top: 1rem;
    padding: 1rem 5%;
  }
}
.require__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  line-height: 1.5;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .require__list-item {
    gap: 0.5rem;
  }
}
.require__list-item:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .require__list-item:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}
.require__list-index {
  background: var(--c_navy2);
  display: grid;
  width: 2.9rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 0.5rem;
  color: var(--c_white);
  font-size: 2rem;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .require__list-index {
    font-size: 1.4rem;
    width: 2.2rem;
  }
}
.require__list-disc {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--c_navy2);
}
@media screen and (max-width: 1024px) {
  .require__list-disc {
    font-size: 1.4rem;
  }
}
.require__define {
  padding: 2.5rem 3.5rem 3.5rem;
  background: var(--c_white);
  margin-top: 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 2.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  grid-template-columns: 68.0701754386% 1fr;
}
@media screen and (max-width: 1024px) {
  .require__define {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem 5%;
  }
}
.require__define-right {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 1024px) {
  .require__define-right {
    grid-area: auto;
  }
}
.require__define-title {
  font-size: 2.2rem;
  font-weight: 900;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 1024px) {
  .require__define-title {
    grid-area: auto;
    font-size: 1.8rem;
  }
}
.require__define-table {
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 1024px) {
  .require__define-table {
    grid-area: auto;
  }
}
.require__define-note {
  color: var(--c_red);
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .require__define-note {
    font-size: 1.4rem;
  }
}
.require__define-note .pc {
  display: inline;
}
@media screen and (max-width: 1024px) {
  .require__define-note .pc {
    display: none;
  }
}
.require__define-note .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .require__define-note .sp {
    display: inline;
  }
}
.require__define-list {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .require__define-list {
    margin-top: 1rem;
  }
}
.require__define-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
.require__define-item:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .require__define-item:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}
.require__define-index {
  background: var(--c_navy2);
  display: grid;
  width: 2rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 0.5rem;
  color: var(--c_white);
  font-size: 1.4rem;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.require__define-disc {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .require__define-disc {
    font-size: 1.4rem;
  }
}
.require__define-bottom {
  display: inline-block;
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .require__define-bottom {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}

.field {
  margin-top: 6.5rem;
}
@media screen and (max-width: 1024px) {
  .field {
    margin-top: 4rem;
  }
}
.field__inner {
  max-width: 121rem;
  width: 90%;
  margin-inline: auto;
}
.field__container {
  max-width: 120rem;
  margin-inline: auto;
}
.field__top {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .field__top {
    font-size: 1.4rem;
    text-align: left;
  }
}
.field__list {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .field__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2rem;
    gap: 3rem 1.5rem;
  }
}
.field__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  gap: 0;
  grid-row: span 2;
  border-radius: 2rem;
  padding: 0.7rem;
}
.field__item::after {
  content: "";
  display: inline-block;
  -webkit-mask-image: url(./../img/deco_liner.png);
          mask-image: url(./../img/deco_liner.png);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 0.8rem;
  aspect-ratio: 8/41;
  background: inherit;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: 0 100%;
}
.field__item--1 {
  background: var(--c_field1);
}
.field__item--2 {
  background: var(--c_field2);
}
.field__item--3 {
  background: var(--c_field3);
}
.field__item--4 {
  background: var(--c_field4);
}
.field__name {
  font-size: 2.4rem;
  color: var(--c_white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1024px) {
  .field__name {
    font-size: 1.8rem;
  }
}
.field__image {
  background: var(--c_white);
  margin-top: 2rem;
  padding-inline: 1rem;
  border-radius: 0 0 1.5rem 1.5rem;
}
@media screen and (max-width: 1024px) {
  .field__image {
    margin-top: 1rem;
  }
}
.field__image img {
  translate: 0 -0.8rem;
}
.field__bottom {
  position: relative;
  padding: 2.5rem;
  border-radius: 1.5rem;
  border: 3px solid var(--c_navy4);
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .field__bottom {
    padding-inline: 1rem;
  }
}
.field__bottom::before, .field__bottom::after {
  background: url(./../../common/img/icon_gear.png) center/cover no-repeat;
  width: 10.7rem;
  aspect-ratio: 107/93;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .field__bottom::before, .field__bottom::after {
    width: 5rem;
  }
}
.field__bottom::before {
  content: "";
  top: -4.3rem;
  left: -2.7rem;
}
@media screen and (max-width: 1024px) {
  .field__bottom::before {
    top: -2rem;
    left: -1.2rem;
  }
}
.field__bottom::after {
  content: "";
  bottom: -4.3rem;
  right: -2.7rem;
}
@media screen and (max-width: 1024px) {
  .field__bottom::after {
    bottom: -2rem;
    right: -1.2rem;
  }
}
.field__bottom-title {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 3rem;
  border-radius: 1rem;
  padding-block: 0.5rem;
  border: 3px solid var(--c_navy2);
  background: var(--c_yellow);
  font-weight: 700;
  font-size: 3.2rem;
  translate: -50% -1.2rem;
  left: 50%;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .field__bottom-title {
    padding-inline: 1.5rem;
    font-size: 1.8rem;
    translate: -50% -0.5rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .field__bottom-title {
    translate: -50% -2rem;
  }
}
.field__bottom-disc {
  background: var(--c_white);
  padding-block: 3.5rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  border: 3px solid var(--c_navy4);
  border-radius: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .field__bottom-disc {
    padding-block: 2rem;
    padding-inline: 5%;
    font-size: 1.4rem;
  }
}
.field__bottom-disc span {
  font-weight: 900;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .field__bottom-disc span {
    font-size: 1.8rem;
  }
}
.field__bottom-deco-upper, .field__bottom-deco-lower {
  position: absolute;
  z-index: -1;
  width: 0.6rem;
}
.field__bottom-deco-upper {
  top: 0;
}
.field__bottom-deco-upper--1 {
  left: 20%;
}
.field__bottom-deco-upper--2 {
  right: 20%;
}
.field__bottom-deco-lower {
  bottom: 0;
  scale: -1 -1;
}
.field__bottom-deco-lower--1 {
  left: 20%;
}
.field__bottom-deco-lower--2 {
  left: 50%;
}
.field__bottom-deco-lower--3 {
  right: 20%;
}

.plan {
  margin-top: 6.5rem;
}
@media screen and (max-width: 1024px) {
  .plan {
    margin-top: 4rem;
  }
}
.plan__inner {
  max-width: 121rem;
  width: 90%;
  margin-inline: auto;
}
.plan__container {
  max-width: 120rem;
  margin-inline: auto;
}
.plan__price {
  padding: 1.5rem 2rem;
  background: var(--c_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .plan__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.plan__price-title {
  background: var(--c_yellow);
  border: 3px solid var(--c_navy2);
  display: grid;
  place-items: center;
  width: 9.8rem;
  aspect-ratio: 1;
  font-size: 2rem;
  font-weight: 700;
  color: var(--c_navy2);
  border-radius: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .plan__price-title {
    font-size: 1.8rem;
    width: 100%;
    aspect-ratio: auto;
    padding-block: 0.5rem;
    border-width: 2px;
    border-radius: 10px;
  }
}
.plan__price-list {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .plan__price-list {
    margin-top: 2rem;
  }
}
.plan__price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 1.8rem;
}
@media screen and (max-width: 1300px) {
  .plan__price-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-inline: 1rem;
  }
}
.plan__price-item:nth-child(1) {
  padding-bottom: 1rem;
}
.plan__price-item:nth-child(3) {
  padding-top: 1rem;
}
.plan__price-name {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .plan__price-name {
    font-size: 1.6rem;
  }
}
.plan__price-name span {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .plan__price-name span {
    font-size: 1.4rem;
    display: block;
  }
}
.plan__price-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .plan__price-detail {
    margin-top: 1rem;
  }
}
.plan__price-sub {
  font-size: 1.6rem;
  color: var(--c_white);
  background: var(--c_navy2);
  padding: 1rem 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .plan__price-sub {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
  }
}
.plan__price-num {
  font-size: 4.9rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .plan__price-num {
    font-size: 2.8rem;
  }
}
.plan__price-num span {
  font-size: 2.6rem;
}
@media screen and (max-width: 1024px) {
  .plan__price-num span {
    font-size: 1.8rem;
  }
}
.plan__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem;
  margin-top: 2.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .plan__list {
    grid-template-columns: 1fr;
  }
}
.plan__list-item {
  border-radius: 1.5rem;
  border: 2px solid var(--c_navy2);
  background: var(--c_white);
}
.plan__list-title {
  height: 4.3rem;
  text-align: center;
  padding-block: 0.7rem;
  border-radius: 1.2rem 1.2rem 0 0;
}
@media screen and (max-width: 1024px) {
  .plan__list-title {
    height: 3.6rem;
  }
}
.plan__list-title--a {
  background: var(--c_yellow);
}
.plan__list-title--b {
  background: var(--c_navy3);
}
.plan__list-title img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: auto;
  margin-inline: auto;
}
.plan__list-content {
  position: relative;
  border-top: 2px solid var(--c_navy2);
  padding: 2rem;
}
@media screen and (max-width: 1024px) {
  .plan__list-content {
    padding: 2rem 5%;
  }
}
.plan__list-planb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1300px) {
  .plan__list-planb {
    -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;
  }
}
.plan__list-disc {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 1.4rem;
  border-bottom: 2px dashed var(--c_navy2);
}
@media screen and (max-width: 1024px) {
  .plan__list-disc {
    font-size: 1.4rem;
  }
}
.plan__list-disc span {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .plan__list-disc span {
    font-size: 1.6rem;
    margin-top: 0.5rem;
    display: inline-block;
  }
}
.plan__list-image {
  margin-top: 2rem;
}
.plan__list-image--1 {
  max-width: 43rem;
  margin-inline: auto;
}
.plan__list-image--2 {
  max-width: 37.6rem;
  width: 68.7385740402%;
  margin-inline: 0 auto;
  margin-left: -1rem;
}
@media screen and (max-width: 1300px) {
  .plan__list-image--2 {
    margin-inline: auto;
  }
}
.plan__bottom {
  gap: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .plan__bottom {
    position: relative;
    margin-top: 2rem;
  }
}
.plan__bottom-image {
  position: absolute;
  width: 37.4787052811%;
  left: -0.8rem;
  bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .plan__bottom-image {
    position: static;
    width: 12rem;
    bottom: unset;
    top: 0;
  }
}
.plan__bottom-disc {
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 1.5rem;
  margin-top: 1.2rem;
  border-top: 1px solid var(--c_black);
  padding-left: 5rem;
  margin-inline: auto 0;
  width: 70%;
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  .plan__bottom-disc {
    width: 100%;
    padding-left: 2rem;
    font-size: 1.4rem;
    margin-top: 0;
    padding-top: 1rem;
  }
}
.plan__benefits {
  position: absolute;
  right: -2rem;
  bottom: 0;
}
@media screen and (max-width: 1300px) {
  .plan__benefits {
    position: static;
    margin-top: 1rem;
    width: 100%;
  }
}
.plan__benefits-title {
  color: var(--c_navy2);
  font-weight: 700;
  font-size: 1.6rem;
  translate: 0 60%;
  text-align: center;
}
.plan__benefits-list {
  background: #f1f2f4;
  padding: 2rem 1.2rem 1rem;
}
.plan__benefits-list li {
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}
.plan__benefits-list li:nth-child(n+2) {
  margin-top: 1rem;
}
.plan__benefits-list li small {
  font-size: 1.1rem;
}
.plan__note {
  font-size: 1.4rem;
  margin-top: 1.2rem;
  color: #384b6f;
  text-indent: -1em;
  padding-left: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .plan__note {
    width: 50%;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1024px) {
  .plan__note {
    font-size: 1.2rem;
    width: 100%;
  }
}

.merit {
  margin-top: 5rem;
  padding-block: 7rem 13rem;
  background: url(./../img/bg_merit.png) top/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .merit {
    padding-block: 4rem 8rem;
  }
}
.merit__inner {
  max-width: 120rem;
  width: 90%;
  margin-inline: auto;
}
.merit__top-title {
  font-size: 4rem;
  color: var(--c_white);
  font-weight: 700;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 2rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 1024px) {
  .merit__top-title {
    font-size: 2rem;
    gap: 1rem;
  }
}
.merit__top-title::before, .merit__top-title::after {
  height: 4rem;
  width: 0.4rem;
  background: var(--c_white);
}
@media screen and (max-width: 1024px) {
  .merit__top-title::before, .merit__top-title::after {
    height: 2rem;
    width: 0.2rem;
  }
}
.merit__top-title::before {
  content: "";
  rotate: -35deg;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.merit__top-title::after {
  content: "";
  rotate: 35deg;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.merit__top-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .merit__top-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2rem;
  }
}
.merit__title {
  text-align: center;
  color: var(--c_white);
  font-weight: 700;
  margin-top: 6.5rem;
  font-size: 3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .merit__title {
    margin-top: 4rem;
    font-size: 2rem;
  }
}
.merit__title span {
  font-size: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .merit__title span {
    font-size: 2.4rem;
  }
}
.merit__title span.num {
  display: inline-block;
  height: 6rem;
  margin-right: 0.8rem;
  vertical-align: baseline;
}
@media screen and (max-width: 1024px) {
  .merit__title span.num {
    margin-right: 0.5rem;
    height: 3rem;
  }
}
.merit__title span.num img {
  height: 100%;
  width: auto;
}
.merit__title h3 {
  font-size: 4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .merit__title h3 {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}
.merit__title h3 span {
  font-size: 6rem;
}
@media screen and (max-width: 1024px) {
  .merit__title h3 span {
    font-size: 4rem;
  }
}
.merit__list {
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .merit__list {
    margin-top: 2rem;
  }
}
.merit__list-item {
  background: var(--c_white);
  padding: 2rem 2.7rem;
  border-radius: 2rem;
}
@media screen and (max-width: 1024px) {
  .merit__list-item {
    padding: 2rem 5%;
  }
}
.merit__list-item:nth-child(n+2) {
  margin-top: 2.5rem;
}
.merit__list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 1024px) {
  .merit__list-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: inline;
  }
}
.merit__list-note {
  font-size: 1.4rem;
  color: var(--c_black);
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .merit__list-note {
    display: block;
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}
.merit__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 2.7rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 1024px) {
  .merit__list-title {
    display: inline;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.merit__list-title span {
  width: 6.4rem;
}
@media screen and (max-width: 1024px) {
  .merit__list-title span {
    width: 5.5rem;
    display: block;
    margin-bottom: 0.8rem;
  }
}
.merit__list-disc {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .merit__list-disc {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
.merit__voice {
  margin-top: 8rem;
}
@media screen and (max-width: 1024px) {
  .merit__voice {
    margin-top: 6rem;
  }
}
.merit__voice-inner {
  background: var(--c_white);
  border-radius: 2rem;
  padding: 3rem;
}
@media screen and (max-width: 1024px) {
  .merit__voice-inner {
    padding: 2rem;
  }
}
.merit__voice-title {
  font-size: 4rem;
  color: var(--c_white);
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
}
.merit__voice-title2 {
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--c_white);
  background: var(--c_navy2);
  padding: 1rem 2rem;
  border-radius: 1.5rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 1024px) {
  .merit__voice-title2 {
    font-size: 1.8rem;
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.merit__voice-title2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .merit__voice-title2 br {
    display: block;
  }
}
.merit__voice-list {
  margin-top: 2rem;
}
.merit__voice-item {
  padding-left: 0.5em;
  text-indent: -0.5em;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .merit__voice-item {
    font-size: 1.4rem;
  }
}
.merit__voice-item:last-child {
  margin-bottom: 0;
}

.point1__list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .point1__list {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.point1__left {
  max-width: 53.5rem;
  width: 100%;
}
.point1__left-head {
  background: var(--c_navy2);
  color: var(--c_white);
  padding-inline: 5rem;
  padding-block: 0.5rem;
  border-radius: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 5.9813084112%;
}
@media screen and (max-width: 1024px) {
  .point1__left-head {
    margin-left: 0;
    font-size: 1.6rem;
    padding-inline: 2rem;
  }
}
.point1__left-image {
  margin-top: 1.2rem;
}
.point1__center {
  margin-left: 2rem;
  max-width: 16.3rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .point1__center {
    margin-inline: auto;
    width: 40%;
  }
}
.point1__center picture {
  display: block;
}
.point1__right {
  max-width: 35rem;
  width: 100%;
}
.point1__right-head {
  background: var(--c_yellow);
  border: 3px solid var(--c_navy2);
  color: var(--c_navy2);
  padding-inline: 5rem;
  padding-block: 0.5rem;
  border-radius: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .point1__right-head {
    font-size: 1.6rem;
    padding-inline: 2rem;
    border-width: 2px;
  }
}
.point1__right-image {
  margin-top: 1.2rem;
  margin-left: 2.8571428571%;
}

.point2__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .point2__list {
    grid-template-columns: 1fr;
  }
}
.point2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.point2__head {
  font-size: 2.6rem;
  font-weight: 700;
  width: 19rem;
  padding-left: 2rem;
  background: #f5e700;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(245, 231, 0)), color-stop(60%, rgb(245, 231, 0)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgb(245, 231, 0) 0%, rgb(245, 231, 0) 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(245, 231, 0) 0%, rgb(245, 231, 0) 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1024px) {
  .point2__head {
    font-size: 1.8rem;
    width: 13rem;
    padding-left: 1rem;
  }
}
.point2__disc {
  padding-left: 2rem;
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .point2__disc {
    font-size: 1.4rem;
    padding-left: 1rem;
    margin-top: 0.8rem;
  }
}
.point3__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1.2rem;
  gap: 9.2rem;
}
@media screen and (max-width: 1024px) {
  .point3__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 50rem;
    gap: 3rem;
    margin-top: 2rem;
  }
}
.point3__item:nth-child(1) {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .point3__item:nth-child(1) {
    width: 100%;
  }
}
.point3__item:nth-child(2) {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .point3__item:nth-child(2) {
    width: 80%;
  }
}

.point4__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .point4__list {
    grid-template-columns: 1fr;
    max-width: 40rem;
  }
}
.apply {
  margin-top: 7rem;
}
@media screen and (max-width: 1024px) {
  .apply {
    margin-top: 4rem;
  }
}
.apply__inner {
  max-width: 121rem;
  width: 90%;
  margin-inline: auto;
}
.apply__container {
  max-width: 120rem;
  margin-inline: auto;
}
.apply__list {
  background: var(--c_white);
  padding: 2.5rem 5.5rem;
}
@media screen and (max-width: 1024px) {
  .apply__list {
    padding: 2rem 5%;
  }
}
.apply__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 7.5rem;
}
@media screen and (max-width: 1024px) {
  .apply__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.apply__item:not(:first-child) {
  padding-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .apply__item:not(:first-child) {
    padding-top: 2rem;
  }
}
.apply__item:not(:last-child) {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .apply__item:not(:last-child) {
    padding-top: 2rem;
  }
}
.apply__head {
  font-size: 2.4rem;
  font-weight: 700;
  max-width: 22.5rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .apply__head {
    max-width: unset;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .apply__textbox {
    margin-top: 1.5rem;
  }
}
.apply__disc {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .apply__disc {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
.apply__disc.mt {
  margin-top: 1.5rem;
  color: var(--c_navy2);
}
.apply__sub-disc {
  text-indent: -1em;
  padding-left: 1em;
}
.apply__sub-disc:nth-of-type(n + 2) {
  margin-top: 0.5rem;
}
.apply__date {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 700;
  background: #f5e700;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(245, 231, 0)), color-stop(60%, rgb(245, 231, 0)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgb(245, 231, 0) 0%, rgb(245, 231, 0) 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(245, 231, 0) 0%, rgb(245, 231, 0) 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1024px) {
  .apply__date {
    font-size: 2rem;
  }
}

.schedule {
  margin-top: 5.5rem;
}
@media screen and (max-width: 1024px) {
  .schedule {
    margin-top: 4rem;
  }
}
.schedule__inner {
  max-width: 121rem;
  width: 90%;
  margin-inline: auto;
}
.schedule__container {
  max-width: 120rem;
  margin-inline: auto;
}
.schedule__top {
  padding-inline: 3rem;
}
@media screen and (max-width: 1024px) {
  .schedule__top {
    padding-inline: 0;
  }
}
.schedule__list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 0.65fr) 1fr;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .schedule__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .schedule__item:last-child {
    grid-area: 2/1/3/4;
  }
}
.schedule__note {
  font-size: 1.4rem;
  margin-top: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .schedule__note {
    font-size: 1.2rem;
  }
}
.schedule__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.5rem;
  width: 100%;
  background: #e81f6e;
  background: -webkit-linear-gradient(330deg, rgb(232, 31, 110) 0%, rgb(232, 31, 110) 50%, rgb(229, 0, 90) 50%);
  background: linear-gradient(120deg, rgb(232, 31, 110) 0%, rgb(232, 31, 110) 50%, rgb(229, 0, 90) 50%);
  border: 3px solid #e5005a;
  text-align: center;
  border-radius: 9999px;
  font-size: 4.2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-block: 2rem;
  color: var(--c_white);
  text-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .schedule__btn {
    font-size: 2rem;
    padding-block: 1.5rem;
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
@media (hover) {
  .schedule__btn:hover {
    opacity: 0.7;
  }
}
.schedule__btn::after {
  content: "";
  display: inline-block;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: var(--c_white);
  width: 2rem;
  aspect-ratio: 1/2;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.8));
}
@media screen and (max-width: 1024px) {
  .schedule__btn::after {
    width: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */
