/* nomal */
@font-face {
  font-family: "zenmaru";
  font-style: normal;
  font-weight: normal;
  src: url("../font/zenmaru/ZenMaruGothic-Regular.woff2") format("woff2");
  font-display: swap;
}
/* 300 */
@font-face {
  font-family: "zenmaru";
  font-style: normal;
  font-weight: 300;
  src: url("../font/zenmaru/ZenMaruGothic-Light.woff2") format("woff2");
  font-display: swap;
}
/* 400*/
@font-face {
  font-family: "zenmaru";
  font-style: normal;
  font-weight: 400;
  src: url("../font/zenmaru/ZenMaruGothic-Regular.woff2") format("woff2");
  font-display: swap;
}
/* 500 */
@font-face {
  font-family: "zenmaru";
  font-style: normal;
  font-weight: 500;
  src: url("../font/zenmaru/ZenMaruGothic-Medium.woff2") format("woff2");
  font-display: swap;
}
/* 600*/
@font-face {
  font-family: "zenmaru";
  font-style: normal;
  font-weight: 600;
  src: url("../font/zenmaru/ZenMaruGothic-Bold.woff2") format("woff2");
  font-display: swap;
}
/* 900*/
@font-face {
  font-family: "zenmaru";
  font-style: normal;
  font-weight: 900;
  src: url("../font/zenmaru/ZenMaruGothic-Black.woff2") format("woff2");
  font-display: swap;
}
.c-mv__bottomillust--bg {
  padding-bottom: 14rem;
}

.c-mv__bottomillust {
  margin-top: -34.2rem;
}

.c-mv__copy {
  bottom: 9rem;
}
.c-mv__copy img {
  width: 42rem;
}

.c-title__inner.-sectitle {
  min-width: 35.4rem;
  text-align: center;
}

.c-mv__leadwrap {
  text-align: center;
  padding-top: 22rem;
}

.c-mv__leadwrap--copy {
  font-size: var(--c-fs-h1);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  font-weight: bold;
  color: var(--c-brown);
  margin-bottom: 1.5rem;
}

.c-mv__leadwrap--lead {
  font-size: 2.2rem;
  line-height: 1.72727;
}

.c-mv__illust--07 {
  bottom: -14rem;
}

.c-mv__illust--09 {
  bottom: -15rem;
}

.c-require {
  margin-bottom: -14.5833333333vw;
}
.c-require.c-wavebg {
  padding-bottom: 0;
}
.c-require.c-wavebg::after {
  content: none;
}
.c-require .c-wavebg__inner {
  padding-top: 10rem;
  padding-bottom: 23rem;
}
.c-require .l-container {
  position: relative;
}
.c-require .c-dotsillust {
  position: absolute;
}
.c-require .c-dotsillust.-num01 {
  right: -14.8rem;
  top: -46rem;
  z-index: 3;
}
.c-require .c-dotsillust.-num02 {
  left: -22.6rem;
  top: -11rem;
  z-index: 3;
}
.c-require .c-dotsillust.-num03 {
  left: -12rem;
  bottom: 30rem;
}
.c-require .c-dotsillust.-num04 {
  right: -11rem;
  bottom: -17rem;
}
.c-require .inner {
  position: relative;
  z-index: 6;
}

.c-require__illust {
  position: absolute;
}
.c-require__illust.-num01 {
  right: -17rem;
}
.c-require__illust.-num01 img {
  width: 13.1rem;
}
.c-require__illust.-num02 {
  left: -18rem;
  bottom: -10rem;
  z-index: 9;
}
.c-require__illust.-num02 img {
  width: 13.2rem;
}
.c-require__illust.-num03 {
  left: -7rem;
  bottom: -10rem;
  z-index: 9;
}
.c-require__illust.-num03 img {
  width: 6.5rem;
}

.c-require__table {
  display: table;
  width: 100%;
}

.c-require__row {
  display: table-row;
  position: relative;
}
.c-require__row:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  background-color: var(--c-black);
}

.c-require__head,
.c-require__body {
  display: table-cell;
  font-size: var(--c-fs-main-big);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
  font-weight: bold;
  padding: 1.5rem;
}

.c-require__head {
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-require__body {
  width: 100%;
}

@media (max-width: 767px) {
  .c-require__table {
    display: block;
  }
  .c-require__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-require__head {
    display: block;
    width: var(--head-width);
  }
  .c-require__body {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-require__row--block {
    display: block;
  }
  .c-require__row--block .c-require__head,
  .c-require__row--block .c-require__body {
    display: block;
    width: 100%;
  }
  .c-require__row--block .c-require__head {
    padding-bottom: 0;
  }
  .c-require__row--block .c-require__body {
    padding-top: 1rem;
  }
}
.u-tab {
  gap: 2rem;
}
.u-tab li {
  min-width: 39.2rem;
}

.u-tab--wrap {
  padding: 0;
}
.u-tab--wrap::before {
  content: none;
}

.u-tab--wrap--inflex {
  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;
}
.-preparation .u-tab--wrap--inflex {
  min-height: 100rem;
}

.u-tab--wrap--inner {
  width: 100%;
  padding: 4.5rem 6rem;
}
.u-tab--wrap--inner .ttl {
  text-align: center;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.35;
  color: var(--c-brown);
}
.u-tab--wrap--inner .lead {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.85714;
}

.u-tab--item:has(.c-require__rowwrap) {
  width: 100%;
}

@media screen and (min-width: 751px) and (max-width: 1260px) {
  .c-mv__illust--04 img {
    width: 13.5vw;
  }
  .c-mv__illust--05 {
    left: -8vw;
  }
  .c-mv__illust--05 img {
    width: 13vw;
  }
  .c-mv__illust--06 {
    left: 4.8vw;
  }
  .c-mv__illust--06 img {
    width: 11.2vw;
  }
  .u-tab li {
    min-width: 30rem;
    font-size: 3rem;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .c-mv__illust--09 {
    right: 0;
  }
  .u-tab--item.-preparation .c-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 750px) {
  .c-mv__copy {
    bottom: 11.5rem;
  }
  .c-mv__copy img {
    width: 32.9rem;
  }
  .c-mv__leadwrap {
    padding-top: 45rem;
  }
  .c-mv__leadwrap--copy {
    font-size: 3.8rem;
  }
  .c-mv__leadwrap--lead {
    font-size: 2rem;
  }
  .c-mv__bottomillust--bg {
    padding-bottom: 12rem;
  }
  .c-mv__illust--07 {
    bottom: -9rem;
  }
  .c-mv__illust--08 {
    bottom: -62rem;
  }
  .c-mv__illust--09 {
    bottom: -69rem;
  }
  .c-title__inner.-sectitle {
    min-width: 27.1rem;
  }
  .sp-wavebg {
    padding-bottom: 0;
  }
  .sp-wavebg::after {
    content: none;
  }
  .c-require .c-dotsillust.-num01 {
    width: 24.1rem;
    height: 24.1rem;
    right: -5rem;
    top: -22rem;
  }
  .c-require .c-dotsillust.-num02 {
    display: none;
  }
  .c-require .c-dotsillust.-num04 {
    width: 22.7rem;
    height: 22.7rem;
    right: calc(50% - 11rem);
    bottom: -11rem;
  }
  .c-require .c-wavebg__inner {
    padding-top: 15rem;
    padding-bottom: 32rem;
  }
  .c-require .js-tab {
    padding: 0 3rem;
  }
  .c-require__illust.-num01 {
    right: 12rem;
    top: inherit;
    bottom: -21rem;
  }
  .c-require__illust.-num01 img {
    width: 10.4rem;
  }
  .c-require__illust.-num02 {
    left: 3rem;
    bottom: -21rem;
  }
  .c-require__illust.-num02 img {
    width: 10.9rem;
  }
  .c-require__illust.-num03 {
    left: 14rem;
    bottom: -21rem;
  }
  .c-require__illust.-num03 img {
    width: 9.4rem;
  }
  .u-tab--wrap {
    margin-top: -3rem;
  }
  .u-tab {
    gap: 3.5rem;
  }
  .u-tab li {
    width: 100%;
    min-width: inherit;
    font-size: 3rem;
    padding: 2rem 0 5rem;
  }
  .u-tab--wrap--inner {
    padding: 4.5rem 5rem;
  }
  .u-tab--wrap--inner .lead {
    font-size: 2.4rem;
  }
  .c-require__table .sp-block {
    display: block;
    width: 100%;
  }
  .c-require__table .sp-block th {
    display: block;
    width: 100%;
  }
  .c-require__table .sp-block td {
    display: block;
    width: 100%;
  }
}