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

.p-mv {
  margin: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin: 0 0 5rem;
  }
}
.p-mv-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-mv-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 0 2rem;
  }
}
.p-mv__en {
  position: relative;
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 5rem;
  letter-spacing: 0.04em;
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__en {
    font-size: 3.5rem;
    margin: 5rem 0 0;
  }
}
.p-mv__ttl {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 2rem 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    font-size: 1.4rem;
    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;
  }
}
.p-mv__catch {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 4.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-mv__catch {
    font-size: 2.4rem;
    margin: 1rem 0 0;
  }
}
.p-mv-data {
  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: 2rem 0 0;
}
.p-mv-data__name {
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 5.6rem;
  line-height: 1;
  margin-right: 1rem;
}
.p-mv-data__section {
  font-size: 2rem;
  font-weight: 600;
}
.p-mv-data__career {
  font-size: 1.4rem;
  font-weight: 600;
}
.p-mv__wrap {
  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: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    display: block;
  }
}
.p-mv__img {
  width: 76.3rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-mv__img {
    width: 100%;
    margin: 4rem 0 0;
  }
}
.p-mv-cross {
  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: 58.2rem;
  margin: 0 0 0 auto;
}
.p-mv-cross__item {
  width: 26.9rem;
}
@media screen and (max-width: 767px) {
  .p-mv-cross__item {
    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;
    width: 100%;
  }
  .p-mv-cross__item img {
    width: 10rem;
  }
}
.p-mv-cross__detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: row-reverse;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-mv-cross__detail {
    display: block;
    width: calc(100% - 12.5rem);
    margin: 0;
  }
}
.p-mv-cross__name {
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 5rem;
  line-height: 1;
  margin-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-mv-cross__name {
    font-size: 4.8rem;
    margin: 0;
  }
}
.p-mv-cross__data {
  padding: 0 0 0.7rem;
}
.p-mv-cross__section {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-mv-cross__section {
    font-size: 1.8rem;
  }
}
.p-mv-cross__career {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-mv-cross__career {
    font-size: 1.1rem;
  }
}

.p-interview {
  position: relative;
}
.p-interview__wrap {
  position: relative;
}
.p-interview__img {
  position: absolute;
  top: 0;
  left: -5rem;
  width: 53rem;
}
@media screen and (max-width: 767px) {
  .p-interview__img {
    display: none;
  }
}
.reverse .p-interview__img {
  left: auto;
  right: -5rem;
}
.p-interview__img .inner {
  position: relative;
}
.p-interview__txt {
  width: 45rem;
  margin: 0 9rem 0 auto;
  padding: 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-interview__txt {
    width: auto;
    padding: 0;
    margin: 0;
  }
}
.reverse .p-interview__txt {
  margin: 0 0 0 9rem;
}
@media screen and (max-width: 767px) {
  .reverse .p-interview__txt {
    margin: 0;
  }
}
.p-interview-content {
  padding: 16rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-interview-content {
    padding: 0 2rem;
  }
}
.p-interview-content__ttl {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-interview-content__ttl {
    font-size: 1.6rem;
  }
}
.p-interview-content__sub {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-interview-content__sub {
    font-size: 2rem;
    margin: 2rem 0 0;
  }
}
.p-interview-content__txt {
  line-height: 2.25;
  margin: 1.5rem 0 0;
}
.p-interview__photo {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-interview__photo {
    position: relative;
    display: block;
    margin: 7rem 0 5rem;
    padding: 0 2rem;
  }
}

.p-schedule {
  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;
  width: calc(100% - 4rem);
  max-width: 121.4rem;
  background: #F4F4F4;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
  margin: 20rem auto 10rem;
  padding: 7.5rem 11rem;
}
@media screen and (max-width: 767px) {
  .p-schedule {
    flex-flow: column;
    margin: 6rem auto;
    padding: 5rem 2.5rem;
  }
}
.p-schedule-head {
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .p-schedule-head {
    width: auto;
  }
}
.p-schedule-head__ttl {
  margin: 0 0 2rem;
}
.p-schedule-head__ttl .en {
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-schedule-head__ttl .en {
    font-size: 3.2rem;
  }
}
.p-schedule-head__ttl .ja {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-schedule-head__ttl .ja {
    font-size: 1.4rem;
  }
}
.p-schedule-list {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: column;
  gap: 2rem 0;
  width: 60rem;
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-schedule-list {
    width: 100%;
    margin: 2rem 0 0;
  }
}
.p-schedule-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.7rem;
  width: 2px;
  height: 100%;
  background: linear-gradient(0deg, rgba(156, 156, 154, 0.2) 0%, rgb(96, 96, 96) 20%, rgb(96, 96, 96) 80%, rgba(156, 156, 154, 0.2) 100%);
}
.p-schedule-list__item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-schedule-list__item {
    display: block;
  }
}
.p-schedule-list__item::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  background: #66E9A1;
  border-radius: 100%;
  border: 3px solid #F4F4F4;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .p-schedule-list__item::before {
    top: 0.4rem;
  }
}
.is-red .p-schedule-list__item::before {
  background: #FF1F1F;
}
.is-purple .p-schedule-list__item::before {
  background: #BEC2FF;
}
.is-yellow .p-schedule-list__item::before {
  background: #FFDC4E;
}
.p-schedule-list__item.x2 {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-schedule-list__item.x2 {
    margin-top: 1rem;
  }
}
.p-schedule-list__item.x3 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-schedule-list__item.x3 {
    margin-top: 1.5rem;
  }
}
.p-schedule-list__item .time {
  width: 8rem;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-schedule-list__item .time {
    width: 100%;
    font-size: 1.2rem;
  }
}
.p-schedule-list__item .detail {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-schedule-list__item .detail {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p-schedule-list__item .detail span {
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-schedule-list__item .detail span {
    font-size: 1.1rem;
  }
}

.p-like {
  position: relative;
  background: #F4F4F4;
  margin: 20rem 0 0;
  padding: 7.5rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-like {
    margin: 10rem 0 0;
    padding: 2rem 2rem 4rem;
  }
}
.p-like__wrap {
  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;
  max-width: 96rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-like__wrap {
    display: block;
  }
}
.p-like__img {
  width: 36rem;
}
@media screen and (max-width: 767px) {
  .p-like__img {
    width: 28rem;
    margin: 0 auto;
  }
}
.p-like__detail {
  width: 51rem;
}
@media screen and (max-width: 767px) {
  .p-like__detail {
    width: auto;
    margin: 3rem 0 0;
  }
}
.p-like__ttl {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-like__ttl {
    font-size: 1.6rem;
  }
}
.p-like__sub {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 1.5rem 0 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-like__sub {
    font-size: 2rem;
  }
}

.p-other {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-other {
    padding: 7rem 2rem;
  }
}
.p-other__ttl {
  margin: 0 0 2rem;
}
.p-other__ttl .en {
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-other__ttl .en {
    font-size: 2.7rem;
  }
}
.p-other__ttl .ja {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-other__ttl .ja {
    font-size: 1.4rem;
  }
}
.p-other-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;
}
@media screen and (max-width: 767px) {
  .p-other-list {
    flex-flow: column;
    gap: 1.5rem 0;
  }
}
.p-other-list__item {
  width: 32rem;
  transition: filter 0.3s;
}
@media screen and (max-width: 767px) {
  .p-other-list__item {
    width: 100%;
  }
  .p-other-list__item img {
    width: 10rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-other-list__item:hover {
    filter: brightness(1.1);
  }
}
.p-other-list__item a {
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-other-list__item a {
    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;
    width: 100%;
  }
}
.p-other-list__item a .cursor-follow {
  pointer-events: all;
  position: absolute;
  top: auto;
  bottom: 9rem;
  left: -3rem;
  transform: none;
}
@media screen and (max-width: 767px) {
  .p-other-list__item a .cursor-follow {
    display: block !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-other-list__item a:hover {
    opacity: 1;
  }
  .p-other-list__item a:hover .cursor-follow {
    opacity: 1;
  }
}
.p-other-list__detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: row-reverse;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-other-list__detail {
    display: block;
    width: calc(100% - 12.5rem);
    margin: 0;
  }
}
.p-other-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-other-list__name {
    font-size: 4.8rem;
    margin: 0;
  }
}
.p-other-list__data {
  padding: 0 0 0.7rem;
}
.p-other-list__section {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-other-list__section {
    font-size: 1.8rem;
  }
}
.p-other-list__career {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-other-list__career {
    font-size: 1.1rem;
  }
}

.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: 9rem;
  left: -2rem;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-01 {
    top: 3rem;
    width: 20rem;
  }
}
.c-line .line-02 {
  top: 15rem;
  left: 0rem;
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-02 {
    top: 7.5rem;
    width: 11rem;
    left: -2rem;
  }
}
.c-line .line-03 {
  top: -4rem;
  left: -9rem;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-03 {
    top: -3.5rem;
    left: -1rem;
    width: 9rem;
  }
}
.c-line .line-03-2 {
  top: -0.5rem;
  left: -11rem;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-03-2 {
    top: -2.5rem;
    left: -1rem;
    width: 18rem;
  }
}
.c-line .line-04 {
  top: 58rem;
  right: 14rem;
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-04 {
    top: 42rem;
    right: -6rem;
    width: 19rem;
  }
}
.c-line .line-05 {
  top: 53rem;
  right: -3rem;
  width: 29rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-05 {
    top: 42.5rem;
    right: -3rem;
    width: 9rem;
  }
}
.c-line .line-06 {
  top: 63rem;
  right: 2rem;
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-06 {
    top: 47rem;
    width: 7rem;
    left: auto;
    right: -1rem;
  }
}
.c-line .line-06-2 {
  display: none;
  top: 64rem;
  right: 29rem;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-06-2 {
    top: 100rem;
    right: auto;
    width: 12rem;
    left: 8rem;
  }
}
.c-line .line-06-3 {
  display: none;
  top: 77rem;
  right: 33rem;
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-06-3 {
    top: 107rem;
    right: auto;
    width: 16rem;
    left: -2rem;
  }
}
.c-line .line-07 {
  top: 6rem;
  left: -14rem;
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-07 {
    top: 2rem;
    width: 10rem;
    left: -3rem;
  }
}
.c-line .line-08 {
  top: -4rem;
  left: -7rem;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-08 {
    top: -1rem;
    width: 17rem;
    right: auto;
    left: -4rem;
  }
}
.c-line .line-09 {
  top: auto;
  right: -14rem;
  width: 24rem;
  bottom: -0.5rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-09 {
    bottom: 0rem;
    right: -5rem;
    width: 17rem;
  }
}
.c-line .line-10 {
  bottom: 0rem;
  right: -5rem;
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-10 {
    bottom: -1rem;
    width: 12rem;
    right: 5rem;
    z-index: 10;
  }
}
.c-line .line-11 {
  display: none;
  top: 226rem;
  left: -2rem;
  width: 33rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-11 {
    right: -2rem;
    left: auto;
    top: 235rem;
    width: 12rem;
    background: linear-gradient(90deg, rgb(234, 221, 240) 0%, rgb(175, 146, 213) 100%) !important;
    z-index: 10;
  }
}
.c-line .line-12 {
  display: none;
  top: 223rem;
  left: 16rem;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-12 {
    left: 2rem;
    top: 267rem;
    width: 11rem;
  }
}
.c-line .line-13 {
  display: none;
  top: 236rem;
  left: 0rem;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-13 {
    top: 273rem;
    left: -2rem;
    width: 14rem;
  }
}
.c-line .line-14 {
  top: 56rem;
  right: 1rem;
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-14 {
    top: 48.5rem;
    width: 12rem;
    right: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-line .line-14.is-01 {
    top: 59rem;
  }
}
.c-line .line-14.is-02 {
  top: 62rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-14.is-02 {
    top: 74rem;
  }
}
@media screen and (max-width: 767px) {
  .c-line .line-14.is-04 {
    top: 58rem;
  }
}
.c-line .line-15 {
  top: 57rem;
  right: -5rem;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-15 {
    top: 49.5rem;
    width: 8rem;
    right: -3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-line .line-15.is-01 {
    top: 59rem;
  }
}
.c-line .line-15.is-02 {
  top: 63rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-15.is-02 {
    top: 75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-line .line-15.is-04 {
    top: 59rem;
  }
}
.c-line .line-15-2 {
  top: 68rem;
  right: -4rem;
  width: 29rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-15-2 {
    top: 54rem;
    width: 13rem;
    right: -3rem;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .c-line .line-15-2.is-01 {
    top: 65rem;
  }
}
.c-line .line-15-2.is-02 {
  top: 74rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-15-2.is-02 {
    top: 79rem;
  }
}
@media screen and (max-width: 767px) {
  .c-line .line-15-2.is-04 {
    top: 64rem;
  }
}
.c-line .line-16 {
  bottom: -6rem;
  right: -15rem;
  width: 29rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-16 {
    bottom: 1rem;
    right: -13rem;
    width: 22rem;
  }
}
.c-line .line-17 {
  bottom: -7rem;
  right: -4rem;
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-17 {
    bottom: -1rem;
    right: 1rem;
    width: 12rem;
  }
}
.c-line .line-18 {
  top: -4rem;
  left: -2rem;
  width: 23rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-18 {
    top: -3rem;
    width: 13rem;
    left: -4rem;
  }
}
.c-line .line-18-2 {
  top: -4rem;
  left: 4rem;
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-18-2 {
    top: -3rem;
    width: 20rem;
    left: -4rem;
  }
  .c-line .line-18-2 .line {
    height: 2.5rem;
  }
}
.c-line .line-18-3 {
  top: 7rem;
  left: -1rem;
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-18-3 {
    top: 2rem;
    width: 7rem;
  }
}
.c-line .line-19 {
  bottom: -5rem;
  right: -8rem;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-19 {
    bottom: 0rem;
    width: 14rem;
  }
}
.c-line .line-20 {
  bottom: -5rem;
  right: 5rem;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-20 {
    bottom: 0rem;
    right: -3rem;
    width: 17rem;
  }
}
.c-line .line-21 {
  top: 54rem;
  left: -4rem;
  width: 29rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-21 {
    bottom: -4rem;
    left: -5rem;
    width: 16rem;
  }
}
.c-line .line-22 {
  top: 43rem;
  left: 6rem;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-22 {
    top: 31rem;
    left: 0rem;
    width: 16rem;
  }
}
.c-line .line-23 {
  top: 110rem;
  right: -5rem;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-23 {
    top: 19rem;
    width: 14rem;
  }
}
.c-line .line-33 {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-line .line-33 {
    display: block;
    top: 26rem;
    right: -5rem;
    width: 20rem;
  }
}
.c-line .line-24 {
  top: 118rem;
  right: -5rem;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-24 {
    top: 138rem;
    right: auto;
    left: -2rem;
    width: 16rem;
  }
}
.c-line .line-34 {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-line .line-34 {
    display: block;
    top: 133rem;
    left: -2rem;
    width: 20rem;
  }
}
.c-line .line-25 {
  top: 149rem;
  left: 2rem;
  width: 29rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-25 {
    top: 155rem;
    left: auto;
    right: -2rem;
    width: 11rem;
  }
}
.c-line .line-35 {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-line .line-35 {
    display: block;
    top: 160rem;
    left: auto;
    right: -2rem;
    width: 16rem;
  }
}
.c-line .line-26 {
  top: 156rem;
  left: -2rem;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-26 {
    top: 266rem;
    left: 8rem;
    width: 18rem;
  }
}
.c-line .line-36 {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-line .line-36 {
    display: block;
    top: 268rem;
    left: -3rem;
    width: 18rem;
  }
}
.c-line .line-27 {
  top: 204rem;
  right: -5rem;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-27 {
    top: 275rem;
    width: 22rem;
  }
}
.c-line .line-28 {
  top: 250rem;
  left: 2rem;
  width: 49rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-28 {
    top: 392rem;
    left: -2rem;
    width: 16rem;
  }
}
.c-line .line-29 {
  top: 260rem;
  left: -2rem;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-29 {
    top: 394rem;
    left: 2rem;
    width: 15rem;
  }
}
.c-line .line-30 {
  top: 320rem;
  right: 1rem;
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-30 {
    top: 700rem;
    left: -2rem;
    width: 16rem;
  }
}
.c-line .line-31 {
  top: 325rem;
  right: -3rem;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-31 {
    top: 700rem;
    left: -2rem;
    width: 16rem;
  }
}
.c-line .line-32 {
  top: 326rem;
  right: -4rem;
  width: 23rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-32 {
    top: 700rem;
    left: -2rem;
    width: 16rem;
  }
}
.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%);
}