.f-main {
  position: relative;
  overflow: hidden;
}

.p-mv {
  margin: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin: 0 0 6rem;
  }
}
.p-mv__en {
  position: relative;
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 6rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  margin: 8rem 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__en {
    font-size: 3.6rem;
    margin: 5rem 0 0;
    padding: 0 2rem;
  }
}
.p-mv__ttl {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  margin: 2rem 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    font-size: 1.4rem;
    padding: 0 2rem;
    margin-top: 0.6rem;
  }
}
.p-mv__txt {
  text-align: center;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-mv__txt {
    margin: 3rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-content {
    padding: 0 2rem;
  }
}
.p-content-list {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-content-list {
    gap: 6rem 0;
  }
}
.p-content-list__item {
  width: 52.6rem;
}
.p-content-list__item:nth-child(even) {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-content-list__item:nth-child(even) {
    margin-top: 0;
  }
}
.p-content-list__btn {
  margin-top: 3rem;
}
.p-content-list__catch {
  font-size: 2.8rem;
  line-height: 1.7;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 1.7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-content-list__catch {
    font-size: 2.4rem;
  }
}
.p-content-list__detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1rem 0 0;
}
.p-content-list__name {
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 5.6rem;
  line-height: 1;
  margin-right: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-content-list__name {
    font-size: 4.8rem;
  }
}
.p-content-list__data {
  padding: 0 0 0.7rem;
}
.p-content-list__section {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-content-list__section {
    font-size: 1.8rem;
  }
}
.p-content-list__career {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-content-list__career {
    font-size: 1.1rem;
  }
}

.p-cross {
  position: relative;
  background: #F4F4F4;
  margin: 12rem 0 0;
  padding: 10rem 0 14rem;
}
@media screen and (max-width: 767px) {
  .p-cross {
    padding: 9rem 0;
  }
}
.p-cross__wrap {
  max-width: 128rem;
  margin: 0 auto;
}
.p-cross .p-mv__en {
  margin-top: 0;
}
.p-cross-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 5.4rem 8.5rem 5.4rem 15.8rem;
  margin: 7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-cross-block {
    flex-flow: column-reverse;
    padding: 5rem 4rem;
    margin: 6rem 0 0;
  }
}
.p-cross-block--reverse {
  flex-flow: row-reverse;
  padding: 5.4rem 15.8rem 5.4rem 8.5rem;
  margin-top: 4.7rem;
}
@media screen and (max-width: 767px) {
  .p-cross-block--reverse {
    flex-flow: column-reverse;
    padding: 5rem 4rem;
    margin: 5rem 0 0;
  }
}
.p-cross-block__detail {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-cross-block__detail {
    width: 100%;
    margin: 3rem 0 0;
  }
}
.p-cross-block__img {
  width: 57.5rem;
}
@media screen and (max-width: 767px) {
  .p-cross-block__img {
    width: 100%;
  }
}
.p-cross-block__pre {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-cross-block__pre {
    font-size: 1.6rem;
  }
}
.p-cross-block__ttl {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.7;
  margin: 1.7rem 0;
}
@media screen and (max-width: 767px) {
  .p-cross-block__ttl {
    font-size: 2.4rem;
    margin: 1.2rem 0;
  }
}
.p-cross-block__btn {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-cross-block__btn {
    margin: 3rem 0 0;
  }
}

.c-recruit {
  background: #fff;
}

.p-intro {
  padding: 7rem 0 0;
}
.p-intro__ttl {
  text-align: center;
  font-size: 3rem;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl {
    font-size: 2.4rem;
  }
}
.p-intro__txt {
  text-align: center;
  line-height: 2.25;
  margin: 3.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro__txt {
    margin: 2.5rem 0 0;
  }
}

.p-programs {
  margin: 9.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-programs {
    margin: 7.5rem 0 0;
  }
}
.p-programs .f-wrap {
  position: relative;
  z-index: 2;
}
.p-programs-other {
  background: #F4F4F4;
  padding: 5rem 0 11rem;
  margin: 6.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-programs-other {
    padding: 5rem 2rem;
  }
}
.p-programs-other__ttl {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 3.2rem;
}
.p-programs__ttl .en {
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-programs__ttl .en {
    font-size: 2.8rem;
  }
}
.p-programs__ttl .ja {
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  margin: 1.5rem 0 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-programs__ttl .ja {
    font-size: 1.4rem;
    margin: 1rem 0 0;
  }
}
.p-programs-block {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 5.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-programs-block {
    display: block;
    padding: 0 2rem;
  }
}
.p-programs-block__head {
  width: 32rem;
}
.p-programs-block__ttl {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.7;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-programs-block__ttl {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
.p-programs-block__txt {
  line-height: 2;
}
.p-programs-block__list {
  width: 74rem;
}
@media screen and (max-width: 767px) {
  .p-programs-block__list {
    width: 100%;
  }
}
.p-programs-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2.6rem 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-programs-list {
    flex-flow: column;
    gap: 1.2rem 0;
    margin: 1.2rem 0 0;
  }
}
.p-programs-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: column;
  position: relative;
  width: 36rem;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  padding: 3.8rem 2.4rem 3.8rem 13rem;
}
@media screen and (max-width: 767px) {
  .p-programs-list__item {
    width: 100%;
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
    padding: 3.8rem 2.4rem 3.8rem 13rem;
    padding: 2.8rem 2.4rem 2.8rem 10.4rem;
  }
}
.p-programs-list__item--01 {
  background: linear-gradient(90deg, rgba(202, 230, 254, 0.5) 0%, rgba(116, 188, 232, 0.5) 100%);
}
.p-programs-list__item--02 {
  background: linear-gradient(90deg, rgba(102, 233, 161, 0.5) 0%, rgba(196, 252, 229, 0.5) 100%);
}
.p-programs-list__item--03 {
  background: linear-gradient(90deg, rgba(250, 208, 208, 0.5) 0%, rgba(243, 162, 181, 0.5) 100%);
}
.p-programs-list__item--04 {
  background: linear-gradient(90deg, rgba(225, 170, 255, 0.5) 0%, rgba(196, 150, 255, 0.5) 100%);
}
.p-programs-list__item--04:last-child {
  position: relative;
  z-index: 2;
}
.p-programs-list__ttl {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-programs-list__ttl {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.p-programs-list__icn {
  position: absolute;
  top: 50%;
  left: 2.4rem;
  width: 9rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-programs-list__icn {
    width: 7rem;
    left: 2.2rem;
  }
}
.p-programs-list__txt {
  font-size: 1.4rem;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-programs-list__txt {
    font-size: 1.2rem;
  }
}

.p-office {
  position: relative;
  height: 100vh;
}
.p-office__ttl .en {
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-office__ttl .en {
    font-size: 2.8rem;
  }
}
.p-office__ttl .ja {
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  margin: 1.5rem 0 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-office__ttl .ja {
    font-size: 1.4rem;
    margin: 1rem 0 0;
  }
}
.p-office__indicator {
  position: fixed;
  top: 50%;
  right: 10rem;
  z-index: 100;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-office__indicator {
    top: auto;
    bottom: 2.5rem;
    right: 3rem;
    transform: none;
  }
}
.p-office__indicator .dot {
  width: 0.2rem;
  height: 9.4rem;
  background: rgba(217, 217, 217, 0.4);
  transition: background 0.2s;
}
@media screen and (max-width: 767px) {
  .p-office__indicator .dot {
    height: 4.25rem;
  }
}
.p-office__indicator .dot.is-active {
  background: #fff;
}
.p-office__bg {
  width: 100%;
  height: 100%;
}
.p-office__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-office__detail {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
.p-office__txt {
  line-height: 2;
  color: #fff;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-office__txt {
    margin: 1rem 0 0;
  }
}
.p-office__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(49rem + (100vw - 112.8rem) / 2);
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 0 0 9rem;
}
@media screen and (max-width: 767px) {
  .p-office__inner {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 22rem;
    padding: 0 5rem 0 2rem;
  }
}
.p-office__overview {
  position: relative;
  width: 40rem;
  height: 34.6rem;
}
@media screen and (max-width: 767px) {
  .p-office__overview {
    width: 100%;
    height: auto;
    padding: 0 0 3rem;
  }
}
.p-office__place {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 600;
}
.p-office__place span {
  position: relative;
  padding: 0 0 0 2rem;
}
.p-office__place span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: #fff;
  transform: translateY(-50%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .p-office__place span::before {
    clip-path: polygon(100% 100%, 50% 0, 0 100%);
  }
}

.p-num {
  position: relative;
  background: #F4F4F4;
  padding: 11.6rem 0;
}
@media screen and (max-width: 767px) {
  .p-num {
    padding: 7.5rem 0;
  }
}
.p-num .f-wrap {
  position: relative;
  z-index: 2;
}
.p-num__ttl .en {
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-num__ttl .en {
    font-size: 2.8rem;
  }
}
.p-num__ttl .ja {
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  margin: 1.5rem 0 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-num__ttl .ja {
    font-size: 1.4rem;
    margin: 1rem 0 0;
  }
}
.p-num__sub {
  margin: 0 0 7rem;
}
@media screen and (max-width: 767px) {
  .p-num__sub {
    margin: 0 0 3rem;
  }
}
.p-num__sub .en {
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-num__sub .en {
    font-size: 1.6rem;
  }
}
.p-num__sub .ja {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  margin: 1.2rem 0 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-num__sub .ja {
    font-size: 1.4rem;
    margin: 0.8rem 0 0;
  }
}
.p-num__notes {
  text-align: right;
  font-size: 1.2rem;
  margin: 0.5rem 0 0;
}
.p-num-01 {
  position: relative;
  margin: 7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-num-01 {
    margin: 4rem 0 0;
    padding: 0 2rem;
  }
  .p-num-01::before {
    content: "";
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
    height: 107.1rem;
    background: url(../img/work/bg_num_01.png) 0 0/100% auto no-repeat;
  }
}
.p-num-01 .bg {
  display: block;
  position: absolute;
  top: clamp(98rem, 68vw, 68vw);
  right: -30rem;
  width: 200vw;
  height: 50rem;
  background: linear-gradient(90deg, rgb(245, 207, 207) 0%, rgb(236, 41, 41) 100%);
  border-top-right-radius: 100rem;
  border-bottom-right-radius: 100rem;
  transform: rotate(-22deg);
  transform-origin: right top;
  z-index: 0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-num-01 .bg {
    display: none;
  }
}
.p-num-01__list {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2.1rem 0;
}
@media screen and (max-width: 767px) {
  .p-num-01__list {
    gap: 1rem 0;
  }
}
.p-num-01__large {
  width: 55rem;
  border-top-right-radius: 12rem;
  border-bottom-right-radius: 12rem;
  background: #fff;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-num-01__large {
    width: 100%;
    border-top-right-radius: 7.5rem;
    border-bottom-right-radius: 7.5rem;
    padding: 3rem 0;
  }
}
.p-num-01__large--01 .img {
  display: block;
  width: 42.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-num-01__large--01 .img {
    width: 100%;
    padding: 0 2rem;
  }
}
.p-num-01__large--01 .num {
  margin: 0 0 1.6rem;
}
.p-num-01__large--01 .num .en {
  color: #DB2509;
}
.p-num-01__large .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-num-01__large .ttl {
    font-size: 1.8rem;
  }
}
.p-num-01__large .num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  font-size: 14rem;
}
@media screen and (max-width: 767px) {
  .p-num-01__large .num {
    font-size: 7.5rem;
  }
}
.p-num-01__large .num .en {
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin: -1.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-num-01__large .num .en {
    margin: -1.1rem 0;
  }
}
.p-num-01__large .num .ja {
  display: block;
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-num-01__large .num .ja {
    font-size: 2.8rem;
  }
}
.p-num-01__large .list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 37rem;
  margin: 3.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-num-01__large .list {
    width: 23rem;
    margin: 1rem auto 0;
  }
}
.p-num-01__large .list .item {
  width: 10.1rem;
}
@media screen and (max-width: 767px) {
  .p-num-01__large .list .item {
    width: 6.2rem;
  }
}
.p-num-01__large .list .item .name {
  text-align: center;
  font-weight: 600;
  line-height: 1;
  font-size: 2.1rem;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-num-01__large .list .item .name {
    font-size: 1.1rem;
    margin: 0.5rem 0 0;
  }
}
.p-num-01__large .txt {
  text-align: center;
  line-height: 1.75;
  margin: 1.6rem 0 0;
}
.p-num-01__small {
  width: 36rem;
  border-top-right-radius: 8rem;
  border-bottom-right-radius: 8rem;
  background: #fff;
  padding: 3.4rem 0;
}
.p-num-01__small--01 .num {
  margin: 0 0 1.6rem;
}
.p-num-01__small--01 .num .en {
  color: #DB2509;
}
@media screen and (max-width: 767px) {
  .p-num-01__small--01.u-low {
    width: calc(50% - 0.5rem);
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
  }
  .p-num-01__small--01.u-low .ttl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.5em;
    line-height: 1.3;
  }
  .p-num-01__small--01.u-low .num {
    font-size: 4.5rem;
  }
  .p-num-01__small--01.u-low .num .en {
    margin: -0.5rem 0;
  }
  .p-num-01__small--01.u-low .num .ja {
    font-size: 1.6rem;
  }
  .p-num-01__small--01.u-low .txt {
    text-align: left;
    padding: 0 2rem;
  }
}
.p-num-01__small .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-num-01__small .ttl {
    font-size: 1.8rem;
  }
}
.p-num-01__small .num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  font-size: 8rem;
}
.p-num-01__small .num .en {
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin: -1.1rem 0;
}
.p-num-01__small .num .ja {
  display: block;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
}
.p-num-01__small .list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 37rem;
  margin: 3.4rem auto 0;
}
.p-num-01__small .list .item {
  width: 10.1rem;
}
.p-num-01__small .list .item .name {
  text-align: center;
  font-weight: 600;
  line-height: 1;
  font-size: 2.1rem;
  margin: 1rem 0 0;
}
.p-num-01__small .txt {
  text-align: center;
  line-height: 1.75;
  margin: 1.6rem 0 0;
}
.p-num-02 {
  position: relative;
  margin: 13rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-num-02 {
    margin: 8rem 0 0;
    padding: 0 2rem;
  }
  .p-num-02::before {
    content: "";
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
    height: 107.1rem;
    background: url(../img/work/bg_num_02.png) 0 0/100% auto no-repeat;
  }
}
.p-num-02 .bg {
  display: block;
  position: absolute;
  top: clamp(98rem, 68vw, 68vw);
  right: -30rem;
  width: 200vw;
  height: 50rem;
  background: linear-gradient(90deg, rgb(202, 230, 254) 0%, rgb(116, 188, 232) 100%);
  border-top-right-radius: 100rem;
  border-bottom-right-radius: 100rem;
  transform: rotate(-22deg);
  transform-origin: right top;
  z-index: 0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-num-02 .bg {
    display: none;
  }
}
.p-num-02__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-num-02__column {
    flex-flow: column;
    gap: 1rem 0;
  }
}
.p-num-02__list {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2.1rem 0;
}
@media screen and (max-width: 767px) {
  .p-num-02__list {
    gap: 1rem 0;
  }
}
.p-num-02__large {
  width: 55rem;
  border-top-right-radius: 12rem;
  border-bottom-right-radius: 12rem;
  background: #fff;
  padding: 7rem 0;
}
@media screen and (max-width: 767px) {
  .p-num-02__large {
    width: 100%;
    border-top-right-radius: 7.5rem;
    border-bottom-right-radius: 7.5rem;
    padding: 3rem 0;
  }
}
.p-num-02__large--01 .img {
  display: block;
  width: 42.3rem;
  margin: 0 auto;
}
.p-num-02__large--01 .num {
  margin: 0 0 1.6rem;
}
.p-num-02__large--01 .num .en {
  color: #77BDE9;
}
.p-num-02__large .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-num-02__large .ttl {
    font-size: 1.8rem;
  }
}
.p-num-02__large .num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  font-size: 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-num-02__large .num {
    font-size: 6.5rem;
  }
}
.p-num-02__large .num .icn {
  height: 8.2rem;
  align-self: center;
  margin: 0 0.8rem -0.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-num-02__large .num .icn {
    height: 5.5rem;
  }
}
.p-num-02__large .num .icn img {
  width: auto;
  height: 100%;
  vertical-align: top;
}
.p-num-02__large .num .en {
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin: -1.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-num-02__large .num .en {
    margin: -1.1rem 0;
  }
}
.p-num-02__large .num .ja {
  display: block;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-num-02__large .num .ja {
    font-size: 2.4rem;
  }
}
.p-num-02__large .num .ja--en {
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #77BDE9;
}
.p-num-02__large .list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 37rem;
  margin: 3.4rem auto 0;
}
.p-num-02__large .list .item {
  width: 10.1rem;
}
.p-num-02__large .list .item .name {
  text-align: center;
  font-weight: 600;
  line-height: 1;
  font-size: 2.1rem;
  margin: 1rem 0 0;
}
.p-num-02__large .txt {
  text-align: center;
  line-height: 1.75;
  margin: 2.4rem 0 0;
}
.p-num-02__small {
  width: calc(50% - 1.4rem);
  border-top-right-radius: 8rem;
  border-bottom-right-radius: 8rem;
  background: #fff;
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .p-num-02__small {
    width: calc(50% - 0.5rem);
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    padding: 4rem 0;
  }
}
.p-num-02__small--01 .num {
  margin: 0 0 1.6rem;
}
.p-num-02__small--01 .num .en {
  color: #77BDE9;
}
.p-num-02__small .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-num-02__small .ttl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.5em;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.p-num-02__small .num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .p-num-02__small .num {
    font-size: 4.5rem;
  }
}
.p-num-02__small .num--column {
  flex-flow: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-num-02__small .num--column {
    flex-flow: row;
    align-items: flex-end;
  }
}
.p-num-02__small .num--column .ja {
  margin-top: 1rem;
}
.p-num-02__small .num .en {
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin: -1.1rem 0;
}
@media screen and (max-width: 767px) {
  .p-num-02__small .num .en {
    margin: -0.5rem 0;
  }
}
.p-num-02__small .num .ja {
  display: block;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-num-02__small .num .ja {
    font-size: 1.6rem;
    margin: 0;
  }
}
.p-num-02__small .list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 37rem;
  margin: 3.4rem auto 0;
}
.p-num-02__small .list .item {
  width: 10.1rem;
}
.p-num-02__small .list .item .name {
  text-align: center;
  font-weight: 600;
  line-height: 1;
  font-size: 2.1rem;
  margin: 1rem 0 0;
}
.p-num-02__small .txt {
  text-align: center;
  line-height: 1.75;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-num-02__small .txt {
    font-size: 1.2rem;
    text-align: left;
    padding: 0 2rem;
  }
}
.p-num-03 {
  position: relative;
  margin: 13rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-num-03 {
    margin: 8rem 0 0;
    padding: 0 2rem;
  }
  .p-num-03::before {
    content: "";
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
    height: 107.1rem;
    background: url(../img/work/bg_num_03.png) 0 0/100% auto no-repeat;
  }
}
.p-num-03 .bg {
  display: block;
  position: absolute;
  top: clamp(98rem, 68vw, 68vw);
  right: -30rem;
  width: 200vw;
  height: 50rem;
  background: linear-gradient(176deg, rgb(225, 170, 255) 0%, rgb(196, 150, 255) 100%);
  border-top-right-radius: 100rem;
  border-bottom-right-radius: 100rem;
  transform: rotate(-22deg);
  transform-origin: right top;
  z-index: 0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-num-03 .bg {
    display: none;
  }
}
.p-num-03__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-num-03__column {
    flex-flow: column;
    gap: 1rem 0;
  }
}
.p-num-03__list {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2.1rem 0;
}
@media screen and (max-width: 767px) {
  .p-num-03__list {
    gap: 1rem 0;
  }
}
.p-num-03__list--slim > div {
  width: 46rem;
}
@media screen and (max-width: 767px) {
  .p-num-03__list--slim > div {
    width: 100%;
  }
}
.p-num-03__list--wide > .p-num-03__large {
  width: 64rem;
}
@media screen and (max-width: 767px) {
  .p-num-03__list--wide > .p-num-03__large {
    width: 100%;
  }
}
.p-num-03__large {
  width: 55rem;
  border-top-right-radius: 12rem;
  border-bottom-right-radius: 12rem;
  background: #fff;
  padding: 5.45rem 0;
}
@media screen and (max-width: 767px) {
  .p-num-03__large {
    width: 100%;
    border-top-right-radius: 7.5rem;
    border-bottom-right-radius: 7.5rem;
    padding: 3rem 0;
  }
}
.p-num-03__large--01 .num {
  margin: 0 0 1.6rem;
}
.p-num-03__large--01 .num .en {
  color: #DAA5FF;
}
.p-num-03__large--02 .num {
  margin: 0 0 5rem;
}
.p-num-03__large--02 .num .en {
  color: #DAA5FF;
}
.p-num-03__large--02 .bar {
  position: relative;
}
.p-num-03__large--02 .bar__age {
  position: absolute;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  color: #DAA5FF;
}
@media screen and (max-width: 767px) {
  .p-num-03__large--02 .bar__age {
    font-size: 1.5rem;
  }
}
.p-num-03__large--02 .bar__age span {
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-num-03__large--02 .bar__age span {
    font-size: 1.5rem;
  }
}
.p-num-03__large--02 .bar__age--3 {
  top: -0.5rem;
  right: 7rem;
}
@media screen and (max-width: 767px) {
  .p-num-03__large--02 .bar__age--3 {
    right: 5rem;
  }
}
.p-num-03__large--02 .bar__age--4 {
  bottom: 1.4rem;
  left: 7.3rem;
}
@media screen and (max-width: 767px) {
  .p-num-03__large--02 .bar__age--4 {
    bottom: 1.2rem;
    left: 5rem;
  }
}
.p-num-03__large--02 .bar__age--2 {
  top: -2.4rem;
  left: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-num-03__large--02 .bar__age--2 {
    top: -1.7rem;
    left: 6rem;
  }
}
.p-num-03__large--02 .bar-img {
  position: relative;
  width: 19.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-num-03__large--02 .bar-img {
    width: 14.3rem;
  }
}
.p-num-03__large--02 .bar-img__map {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32.1rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-num-03__large--02 .bar-img__map {
    width: 24rem;
  }
}
.p-num-03__large--03 .num {
  margin: 0 0 5rem;
}
.p-num-03__large--03 .num .en {
  color: #DAA5FF;
}
.p-num-03__large--03 .bar {
  position: relative;
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-num-03__large--03 .bar {
    margin: 6rem 0 0;
  }
}
.p-num-03__large--03 .bar__block {
  position: absolute;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  color: #DAA5FF;
}
@media screen and (max-width: 767px) {
  .p-num-03__large--03 .bar__block {
    font-size: 1.5rem;
  }
}
.p-num-03__large--03 .bar__block .genre {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-num-03__large--03 .bar__block .genre {
    font-size: 1rem;
  }
}
.p-num-03__large--03 .bar__block .par {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-num-03__large--03 .bar__block .par {
    font-size: 1.5rem;
  }
}
.p-num-03__large--03 .bar__block .tanni {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-num-03__large--03 .bar__block .tanni {
    font-size: 1rem;
  }
}
.p-num-03__large--03 .bar__block span {
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
}
.p-num-03__large--03 .bar__block--4 {
  top: -0.5rem;
  right: 7rem;
}
@media screen and (max-width: 767px) {
  .p-num-03__large--03 .bar__block--4 {
    top: -0.5rem;
    right: 4rem;
  }
}
.p-num-03__large--03 .bar__block--25 {
  bottom: 0.6rem;
  left: 10.3rem;
}
@media screen and (max-width: 767px) {
  .p-num-03__large--03 .bar__block--25 {
    bottom: 0.5rem;
    left: 6.3rem;
  }
}
.p-num-03__large--03 .bar__block--2 {
  top: 2.4rem;
  left: 7rem;
}
@media screen and (max-width: 767px) {
  .p-num-03__large--03 .bar__block--2 {
    top: 1rem;
    left: 4.5rem;
  }
}
.p-num-03__large--03 .bar__block--15 {
  top: -6.4rem;
  left: 13rem;
}
@media screen and (max-width: 767px) {
  .p-num-03__large--03 .bar__block--15 {
    top: -3.4rem;
    left: 7.5rem;
  }
}
.p-num-03__large--03 .bar-img {
  position: relative;
  width: 31.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-num-03__large--03 .bar-img {
    width: 15.6rem;
  }
}
.p-num-03__large--03 .bar-img__map {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50.2rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-num-03__large--03 .bar-img__map {
    width: 25rem;
  }
}
.p-num-03__large .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-num-03__large .ttl {
    font-size: 1.8rem;
  }
}
.p-num-03__large .num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .p-num-03__large .num {
    font-size: 6.5rem;
  }
}
.p-num-03__large .num .icn {
  height: 5.4rem;
  align-self: center;
  margin: 0 0.8rem -0.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-num-03__large .num .icn {
    height: 5.5rem;
  }
}
.p-num-03__large .num .icn img {
  width: auto;
  height: 100%;
  vertical-align: top;
}
.p-num-03__large .num .en {
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin: -1rem 0;
}
@media screen and (max-width: 767px) {
  .p-num-03__large .num .en {
    margin: -1.1rem 0;
  }
}
.p-num-03__large .num .ja {
  display: block;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-num-03__large .num .ja {
    font-size: 2.4rem;
  }
}
.p-num-03__large .num .ja--en {
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #77BDE9;
}
.p-num-03__large .list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 37rem;
  margin: 3.4rem auto 0;
}
.p-num-03__large .list .item {
  width: 10.1rem;
}
.p-num-03__large .list .item .name {
  text-align: center;
  font-weight: 600;
  line-height: 1;
  font-size: 2.1rem;
  margin: 1rem 0 0;
}
.p-num-03__large .txt {
  text-align: center;
  line-height: 1.75;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-num-03__large .txt {
    margin: 1rem 0 0;
  }
}
.p-num-03__small {
  width: calc(50% - 1.4rem);
  border-top-right-radius: 8rem;
  border-bottom-right-radius: 8rem;
  background: #fff;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-num-03__small {
    width: calc(50% - 0.5rem);
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
  }
}
.p-num-03__small--01 .num {
  margin: 0 0 1.6rem;
}
.p-num-03__small--01 .num--sub {
  margin: 2.5rem 0 0;
}
.p-num-03__small--01 .num .en {
  color: #DAA5FF;
}
.p-num-03__small .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-num-03__small .ttl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.5em;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.p-num-03__small .num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .p-num-03__small .num {
    font-size: 4.5rem;
  }
}
.p-num-03__small .num--column {
  flex-flow: column;
  align-items: center;
}
.p-num-03__small .num--column .ja {
  margin-top: 1rem;
}
.p-num-03__small .num .en {
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin: -1.1rem 0;
}
@media screen and (max-width: 767px) {
  .p-num-03__small .num .en {
    margin: -0.5rem 0;
  }
}
.p-num-03__small .num .ja {
  display: block;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-num-03__small .num .ja {
    font-size: 1.6rem;
    margin: 0;
  }
}
.p-num-03__small .num .ja--en {
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #DAA5FF;
}
.p-num-03__small .list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 37rem;
  margin: 3.4rem auto 0;
}
.p-num-03__small .list .item {
  width: 10.1rem;
}
.p-num-03__small .list .item .name {
  text-align: center;
  font-weight: 600;
  line-height: 1;
  font-size: 2.1rem;
  margin: 1rem 0 0;
}
.p-num-03__small .txt {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.75;
  margin: 1.6rem 0 0;
}

.c-line .line {
  width: 100%;
  opacity: 0;
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem;
  /*will-change: transform;
  transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s linear;*/
  clip-path: inset(0 100% 0 0 round 0 20rem 20rem 0);
  transition: clip-path 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s linear;
  will-change: clip-path, opacity;
}
.c-line .line.show {
  clip-path: inset(0 0 0 0 round 0 20rem 20rem 0);
  opacity: 1;
}
.c-line .line-parent {
  position: absolute;
  transform: rotate(-22deg);
  z-index: 2;
}
.c-line .line-01 {
  top: 7rem;
  left: -2rem;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-01 {
    top: 2rem;
    width: 13rem;
  }
}
.c-line .line-02 {
  top: 14rem;
  left: 0rem;
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-02 {
    top: 5rem;
    width: 14rem;
    left: -5rem;
  }
}
.c-line .line-03 {
  top: 53rem;
  left: -8rem;
  width: 27rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-03 {
    top: 42.2rem;
    width: 16rem;
  }
  .c-line .line-03 .line {
    height: 2.5rem !important;
  }
}
.c-line .line-03-2 {
  top: 53rem;
  left: 5rem;
  width: 27rem;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .c-line .line-03-2 {
    top: 42rem;
    left: 1rem;
    width: 12rem;
  }
}
.c-line .line-04 {
  top: 24rem;
  right: 1rem;
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-04 {
    top: 18rem;
    right: -6rem;
    width: 11rem;
  }
}
.c-line .line-05 {
  top: 24rem;
  right: -7rem;
  width: 29rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-05 {
    top: 20rem;
    right: -3rem;
    width: 5rem;
  }
}
.c-line .line-06 {
  top: 36rem;
  right: 0rem;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-06 {
    top: 24rem;
    width: 7rem;
    left: auto;
    right: -2rem;
  }
}
.c-line .line-06-2 {
  top: 56rem;
  right: 29rem;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-06-2 {
    top: 97rem;
    right: auto;
    width: 12rem;
    left: 8rem;
  }
}
.c-line .line-06-3 {
  top: 66rem;
  right: 33rem;
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-06-3 {
    top: 102.5rem;
    right: auto;
    width: 20rem;
    left: -3rem;
  }
}
.c-line .line-07 {
  top: 140rem;
  left: -4rem;
  width: 31rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-07 {
    top: 158rem;
    width: 17rem;
    left: -2rem;
  }
}
.c-line .line-08 {
  top: 138rem;
  left: 9rem;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-08 {
    top: 157.5rem;
    width: 18rem;
    right: auto;
    left: 6rem;
  }
}
.c-line .line-09 {
  top: 184.6rem;
  right: -7rem;
  width: 35rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-09 {
    top: 238rem;
    right: -4rem;
    width: 18rem;
    z-index: 4;
  }
  .c-line .line-09 .line {
    height: 3rem !important;
  }
}
.c-line .line-10 {
  top: 177rem;
  right: -5rem;
  width: 24rem;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .c-line .line-10 {
    top: 233rem;
    width: 13rem;
    z-index: 10;
  }
}
.c-line .line-11 {
  top: -5rem;
  left: -7rem;
  width: 23rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-11 {
    top: -2rem;
    left: -4rem;
    width: 15rem;
  }
}
.c-line .line-12 {
  top: -5rem;
  left: 2rem;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-12 {
    top: -2rem;
    width: 17rem;
    left: 3rem;
  }
}
.c-line .line-13 {
  top: 1rem;
  left: 0rem;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-13 {
    top: 2.5rem;
    left: -2rem;
    width: 15rem;
  }
}
.c-line .line-14 {
  top: 70.5rem;
  left: -2rem;
  width: 27rem;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .c-line .line-14 {
    top: 82rem;
    width: 15rem;
    right: -2rem;
  }
}
.c-line .line-15 {
  top: 77rem;
  left: -2rem;
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-15 {
    top: 85.5rem;
    width: 8rem;
    right: -3rem;
  }
}
.c-line .line-15-2 {
  top: 68.5rem;
  left: -2rem;
  width: 14rem;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .c-line .line-15-2 {
    top: 80rem;
    width: 11rem;
    right: -3rem;
    z-index: 10;
  }
}
.c-line .line-16 {
  top: 10rem;
  right: 1rem;
  width: 30rem;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .c-line .line-16 {
    top: 19rem;
    width: 14rem;
    right: 1rem;
  }
  .c-line .line-16 .line {
    height: 2.5rem !important;
  }
}
.c-line .line-17 {
  top: 11rem;
  right: -4rem;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-17 {
    top: 19.5rem;
    width: 8rem;
    right: -2rem;
  }
}
.c-line .line-18 {
  top: 96rem;
  right: -5rem;
  width: 29rem;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .c-line .line-18 {
    top: 117.5rem;
    width: 13rem;
  }
}
.c-line .line-18-2 {
  top: 108rem;
  right: 3rem;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-18-2 {
    top: 123.5rem;
    width: 12rem;
    right: -2rem;
  }
}
.c-line .line-18-3 {
  top: 100rem;
  right: -4rem;
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-18-3 {
    top: 120.5rem;
    width: 9rem;
    z-index: 4;
    right: -3rem;
  }
}
.c-line .line-19 {
  bottom: 13rem;
  right: -5rem;
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-19 {
    bottom: 8rem;
    width: 14rem;
  }
}
.c-line .line-20 {
  bottom: 11rem;
  right: 10rem;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-20 {
    bottom: 7rem;
    right: 2rem;
    width: 15rem;
  }
}
.c-line .line-h1 {
  height: 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-h1 {
    height: 2rem;
  }
}
.c-line .line-h2 {
  height: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-h2 {
    height: 2rem;
  }
}
.c-line .blue {
  background: linear-gradient(90deg, rgb(202, 230, 254) 0%, rgb(116, 188, 232) 100%);
}
.c-line .yellow {
  background: linear-gradient(90deg, rgb(250, 255, 194) 0%, rgb(247, 255, 158) 100%);
}
.c-line .grey {
  background: linear-gradient(90deg, rgb(239, 239, 239) 0%, rgb(237, 237, 237) 100%);
}
.c-line .white {
  background: #fff;
}
.c-line .purple {
  background: linear-gradient(90deg, rgb(234, 221, 240) 0%, rgb(175, 146, 213) 100%);
}
.c-line .red {
  background: linear-gradient(90deg, rgb(245, 207, 207) 0%, rgb(236, 41, 41) 100%);
}
.c-line .green {
  background: linear-gradient(90deg, rgb(196, 252, 229) 0%, rgb(102, 233, 161) 100%);
}
.c-line .pink {
  background: linear-gradient(90deg, rgb(255, 224, 224) 0%, rgb(243, 162, 181) 100%);
}