@charset "UTF-8";
.is-top {
  scroll-behavior: smooth;
}

.main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 667px;
}
@media print, screen and (min-width: 1025px) {
  .main-visual {
    min-height: 768px;
  }
}
.main-visual .main-visual__shape-01 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main-visual .main-visual__shape-01::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
  width: 375px;
  height: 738px;
  margin-top: -369px;
  margin-left: -187px;
  content: "";
  background: url(../../svg/bg_shape_sp_01.svg) no-repeat center;
  background-size: 100% auto;
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
}
.main-visual .main-visual__shape-01::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
  width: 375px;
  height: 738px;
  margin-top: -369px;
  margin-left: -187px;
  content: "";
  background: url(../../svg/bg_shape_sp_02.svg) no-repeat center;
  background-size: 100% auto;
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .main-visual .main-visual__shape-01::before {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 1400px;
    height: 768px;
    margin-top: -384px;
    margin-left: -700px;
    background: url(../../svg/bg_shape_01.svg) no-repeat center;
  }
  .main-visual .main-visual__shape-01::after {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 1400px;
    height: 768px;
    margin-top: -384px;
    margin-left: -700px;
    background: url(../../svg/bg_shape_02.svg) no-repeat center;
  }
}
.main-visual .main-visual__shape-02 {
  width: 100%;
  height: 100%;
}
.main-visual .main-visual__shape-02::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
  width: 375px;
  height: 738px;
  margin-top: -369px;
  margin-left: -187px;
  content: "";
  background: url(../../svg/bg_shape_sp_03.svg) no-repeat center;
  background-size: 100% auto;
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media print, screen and (min-width: 768px) {
  .main-visual .main-visual__shape-02::before {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 1400px;
    height: 768px;
    margin-top: -384px;
    margin-left: -700px;
    background: url(../../svg/bg_shape_03.svg) no-repeat center;
  }
}

/* 回転するアニメーション */
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}
/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
}

/* アニメーションには関係ない見た目のスタイル */
.box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  margin: auto;
  background-color: #b9268f;
}

.main-visual__title-inner {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 0 16px;
}
.main-visual__title-inner .main-visual__title {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-visual__title-inner .main-visual__title .main-visual__title-content {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  display: inline-block;
  width: 100%;
  max-width: 343px;
  padding: 60px 20px;
  margin: auto;
  text-align: center;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 15px;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .main-visual__title-inner .main-visual__title .main-visual__title-content {
    width: 580px;
    max-width: 735px;
    padding: 67px 40px 84px;
  }
}
.main-visual__title-inner .main-visual__title .main-visual__title-content .main-visual__title-image {
  width: 100%;
}
.main-visual__title-inner .main-visual__title .main-visual__title-content .main-visual__title-image > img {
  width: 303px;
}
@media print, screen and (min-width: 768px) {
  .main-visual__title-inner .main-visual__title .main-visual__title-content .main-visual__title-image > img {
    width: 100%;
  }
}
.main-visual__title-inner .main-visual__title .main-visual__title-content .main-visual__title-copy {
  position: relative;
  display: inline-block;
  min-width: 210px;
  padding: 8px 70px;
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 16px;
}
@media print, screen and (min-width: 768px) {
  .main-visual__title-inner .main-visual__title .main-visual__title-content .main-visual__title-copy {
    margin-top: 20px;
    border-radius: 50px;
  }
}
.main-visual__title-inner .main-visual__title .main-visual__title-content .main-visual__title-copy::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  display: block;
  width: 9px;
  height: 9px;
  margin: auto;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}
.main-visual__title-inner .main-visual__title .main-visual__title-content .main-visual__title-copy::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 9px;
  height: 9px;
  margin: auto;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}
.main-visual__title-inner .main-visual__title .main-visual__title-content .c-txt-p {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .main-visual__title-inner .main-visual__title .main-visual__title-content .c-txt-p {
    margin-top: 20px;
  }
}

.main-visual__content {
  position: relative;
  height: 100%;
}
.main-visual__content::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  pointer-events: none;
  content: "";
  background: rgba(255, 255, 255, 0.6);
}
.main-visual__content .main-visual__mov {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual__content .main-visual__btn-content {
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 30;
  width: 100%;
}
.main-visual__content .main-visual__btn {
  padding-inline: 16px;
}
@media print, screen and (min-width: 768px) {
  .main-visual__content .main-visual__btn {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.main-visual__content .main-visual__btn .main-visual__btn-inner {
  padding: 0;
  background: transparent;
  border: none;
}

/*アニメーション要素のスタイル*/
.animation {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(120px);
      -ms-transform: translateY(120px);
          transform: translateY(120px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.p-about {
  position: relative;
  padding: 50px 16px 80px;
  background: url(../../images/top/bg_about.jpg) repeat-x top center, url(../../images/top/bg_about_under.jpg) repeat bottom center;
  background-position: top center;
  background-size: cover;
}
.p-about::before {
  position: absolute;
  bottom: 100%;
  left: 0%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 30px;
  content: "";
  background-color: #1CA288;
  background-size: 100% auto;
}
.p-about::after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 48px;
  height: 80px;
  content: "";
  background: url(../../images/top/p_about_connect.png) no-repeat center;
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about {
    height: 100%;
    min-height: 736px;
    padding: 100px 50px;
    background-size: 1400px 736px, 1400px 367px;
  }
  .p-about::after {
    width: 60px;
    height: 100px;
  }
  .p-about::before {
    height: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-about {
    min-height: 736px;
    padding: 100px 90px;
    background-size: 1400px 736px, 1400px 367px;
  }
  .p-about::after {
    width: 60px;
    height: 100px;
  }
  .p-about::before {
    height: 30px;
  }
}
.p-about .p-about__inner {
  width: 100%;
  height: 100%;
}
.p-about .p-about__inner .p-about__content-inner {
  position: relative;
  z-index: 0;
  padding: 60px 20px;
  margin: 0 auto;
  text-align: center;
  background: url(../../images/top/bg-about-pattern.png) repeat top;
  background-color: #fff;
  background-size: 828px auto;
  border: #1CA288 1px solid;
  border-radius: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about .p-about__inner .p-about__content-inner {
    max-height: 536px;
    padding: 60px 30px;
    background-size: 849px 525px;
    -webkit-box-shadow: #1CA288 10px 10px;
            box-shadow: #1CA288 10px 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-about .p-about__inner .p-about__content-inner {
    max-width: 920px;
    max-height: 536px;
    max-height: 569px;
    padding: 60px 50px;
    background-size: 849px 525px;
    -webkit-box-shadow: #1CA288 10px 10px;
            box-shadow: #1CA288 10px 10px;
  }
}
.p-about .p-about__inner .p-about__content-inner .p-about__shape-up::before {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background-color: #1CA288;
  border-radius: 5px;
}
.p-about .p-about__inner .p-about__content-inner .p-about__shape-up::after {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background-color: #1CA288;
  border-radius: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-about .p-about__inner .p-about__content-inner .p-about__shape-up::before {
    top: 14px;
    left: 14px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
  }
  .p-about .p-about__inner .p-about__content-inner .p-about__shape-up::after {
    top: 14px;
    right: 14px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
  }
}
.p-about .p-about__inner .p-about__content-inner .p-about__shape-under::before {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background-color: #1CA288;
  border-radius: 50%;
}
.p-about .p-about__inner .p-about__content-inner .p-about__shape-under::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background-color: #1CA288;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .p-about .p-about__inner .p-about__content-inner .p-about__shape-under::before {
    bottom: 14px;
    left: 14px;
    width: 14px;
    height: 14px;
  }
  .p-about .p-about__inner .p-about__content-inner .p-about__shape-under::after {
    right: 14px;
    bottom: 14px;
    width: 14px;
    height: 14px;
  }
}
.p-about .p-about__inner .p-about__content-inner .p-about__content .p-about__copy {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about .p-about__inner .p-about__content-inner .p-about__content .p-about__copy {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-about .p-about__inner .p-about__content-inner .p-about__content .p-about__copy {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
.p-about .p-about__inner .p-about__content-inner .p-about__content .p-about__copy > span {
  font-size: 2.4rem;
  line-height: 1.33;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about .p-about__inner .p-about__content-inner .p-about__content .p-about__copy > span {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-about .p-about__inner .p-about__content-inner .p-about__content .p-about__copy > span {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.p-about .p-about__inner .p-about__content-inner .p-about__text {
  position: relative;
  padding: 20px 0px;
  margin-top: 30px;
  line-height: 1.71;
}
.p-about .p-about__inner .p-about__content-inner .p-about__text::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  content: "";
  border-top: solid 4px #1CA288;
  border-left: solid 4px #1CA288;
}
.p-about .p-about__inner .p-about__content-inner .p-about__text::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  content: "";
  border-right: solid 4px #1CA288;
  border-bottom: solid 4px #1CA288;
}
@media print, screen and (min-width: 768px) {
  .p-about .p-about__inner .p-about__content-inner .p-about__text {
    padding: 15px 30px;
    margin-top: 40px;
  }
  .p-about .p-about__inner .p-about__content-inner .p-about__text::before {
    left: calc(50% - 240px);
  }
  .p-about .p-about__inner .p-about__content-inner .p-about__text::after {
    right: calc(50% - 240px);
  }
}
.p-about .p-about__youtube {
  display: block;
  margin-top: 80px;
}
.p-about .p-about__youtube .p-about__youtube__title {
  text-align: center;
}

.p-project__marker {
  position: relative;
  z-index: 0;
}
.p-project__marker::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 1em;
  content: "";
  background-color: rgb(255, 255, 255);
  -webkit-transform: translateY(0.6em);
      -ms-transform: translateY(0.6em);
          transform: translateY(0.6em);
}
@media print, screen and (min-width: 768px) {
  .p-project__marker.--cyan::before {
    width: 93%;
    background-color: rgb(187, 241, 238);
  }
}
.p-project__marker.--cyan::before {
  background-color: rgb(187, 241, 238);
}
.p-project__marker.--magenta::before {
  background-color: #FED9E2;
}
.p-project__marker.--yellow::before {
  background-color: #FFF4D0;
}
.p-project__marker.--pro-prog {
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-project__marker.--pro-prog {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-project__marker.--pro-prog {
    font-size: 1.8rem;
  }
}
.p-project__marker.--pro-prog::before {
  left: -2%;
  width: 105%;
}

.p-project {
  position: relative;
  z-index: 0;
  height: 100%;
  background: url(../../images/top/bg_project_pattern.png) repeat;
  background-position: center center;
  background-size: 384px 386px;
}
.p-project::before {
  position: absolute;
  top: calc(0% - 24px);
  left: 50%;
  z-index: 1;
  display: block;
  width: 48px;
  height: 48px;
  content: "";
  background: url(../../images/top/p_project_connect.png) no-repeat center;
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .p-project::before {
    top: calc(0% - 30px);
    bottom: 98.5%;
    width: 60px;
    height: 60px;
  }
}
.p-project .p-project__inner {
  position: relative;
  padding: 60px 0 80px;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner {
    padding: 92px 0 100px;
  }
}
.p-project .p-project__inner::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  min-width: 375px;
  min-height: 562px;
  content: "";
  background: url(../../images/top/sp/bg_project_sp.png) center no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner::after {
    top: 0;
    left: 50%;
    width: 100%;
    min-width: 1980px;
    height: 100%;
    min-height: 2018px;
    background: url(../../images/top/bg_project.png) center no-repeat;
    background-size: 100% auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
}
.p-project .p-project__inner .p-project__content {
  z-index: 1;
}
.p-project .p-project__inner .p-project__content .p-project__title-content {
  margin: 0 auto;
  text-align: center;
}
.p-project .p-project__inner .p-project__content .p-project__section {
  width: 100%;
  max-width: 562px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__content .p-project__section {
    max-width: 678px;
    padding: 0 34px;
    margin-top: 38px;
    text-align: center;
  }
}
.p-project .p-project__inner .p-project__content .p-project__section .p-project__text {
  margin-top: 14px;
  line-height: 1.71;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__content .p-project__section .p-project__text {
    line-height: 2;
    text-align: left;
  }
}
.p-project .p-project__inner .p-project__content .p-project__section .p-project__text-p {
  margin-top: 14px;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__content .p-project__section .p-project__text-p {
    line-height: 2;
  }
}
.p-project .p-project__inner .p-project__content .p-project__section .p-project__text-p:first-child {
  margin-top: 0;
}
.p-project .p-project__inner .p-project__content-inner {
  margin-top: 132px;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__content-inner {
    margin-top: 170px;
  }
}
.p-project .p-project__inner .p-project__content-inner .p-project__title-inner {
  margin-top: 60px;
  background-color: #1CA288;
  border-radius: 16px;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__content-inner .p-project__title-inner:first-child {
    margin-top: 0;
  }
}
.p-project .p-project__inner .p-project__content-inner .p-project__title-inner .p-project__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__content-inner .p-project__title-inner .p-project__title {
    padding: 20px 30px;
    font-size: 1.8rem;
  }
}
.p-project .p-project__inner .p-project__content-inner .p-project__title-inner .p-project__title::before {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 20px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background-color: #fff;
  border-radius: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__content-inner .p-project__title-inner .p-project__title::before {
    top: 0;
    left: 30px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
  }
}
.p-project .p-project__inner .p-project__content-inner .p-project__title-inner .p-project__title::after {
  position: absolute;
  top: 0px;
  right: 20px;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background-color: #fff;
  border-radius: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__content-inner .p-project__title-inner .p-project__title::after {
    top: 0;
    right: 30px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
  }
}
.p-project .p-project__inner .p-project__content-inner .p-project__title-inner .p-project__title-num {
  font-family: "Roboto", sans-serif;
  font-size: 3.4rem;
  font-weight: 900;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__content-inner .p-project__title-inner .p-project__title-num {
    font-size: 3.6rem;
  }
}
.p-project .p-project__inner .p-project__prog {
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__prog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-project .p-project__inner .p-project__prog .p-project__prog-content {
  position: relative;
}
@media print, screen and (min-width: 1025px) {
  .p-project .p-project__inner .p-project__prog .p-project__prog-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    font-size: 1.8rem;
  }
}
.p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item {
  padding-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(50% - 20px);
    padding-top: 40px;
    margin: 0 auto;
  }
}
.p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item .p-project__prog-title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item .p-project__prog-title-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item .p-project__prog-title-content .p-project__prog-title {
  font-size: 1.6rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item .p-project__prog-title-content .p-project__prog-title {
    font-size: 1.8rem;
  }
}
.p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item .p-project__prog-title-content .p-project__prog-title .p-project__prog-title-text {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item .p-project__prog-title-content .p-project__prog-title .p-project__prog-title-text {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item .p-project__prog-title-content .p-project__prog-title .p-project__prog-title-text.p-project__prog-title-text--school {
  color: #BF8C29;
}
.p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item .p-project__prog-title-content .p-project__prog-title .p-project__prog-title-text.p-project__prog-title-text--enter {
  color: #FC4771;
}
.p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item .c-txt-p {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item .c-txt-p {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item .p-project__prog-img {
  aspect-ratio: auto;
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item .p-project__prog-img {
    aspect-ratio: 520/347;
    margin-top: 20px;
  }
}
.p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item .p-project__prog-img .p-project__prog-src {
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item .p-project__prog-img .p-project__prog-src {
    width: 100%;
    height: 100%;
  }
}
.p-project .p-project__inner .p-project__event {
  position: relative;
  padding-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__event .p-project__event-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__event .p-project__event-team .p-project__event-team-text {
    width: calc(50% - 20px);
  }
}
.p-project .p-project__inner .p-project__event .p-project__event-team .p-project__event-team-img {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__event .p-project__event-team .p-project__event-team-img {
    width: calc(50% - 20px);
    padding-top: 0;
  }
}
.p-project .p-project__inner .p-project__event .p-project__event-team .p-project__event-team-img .p-project__event-team-src {
  width: 100%;
}
.p-project .p-project__inner .p-project__event .p-project__event-content {
  margin-top: 20px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__event .p-project__event-content {
    margin-top: 40px;
  }
}
.p-project .p-project__inner .p-project__event .p-project__event-content .p-project__event-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: left;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__event .p-project__event-content .p-project__event-title {
    font-size: 1.8rem;
  }
}
.p-project .p-project__inner .p-project__event .p-project__event-content .p-project__event-inner {
  padding-inline: 20px;
}
.p-project .p-project__inner .p-project__event .p-project__event-content .p-project__event-inner .p-project__tech-inner {
  position: relative;
  z-index: 5;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__event .p-project__event-content .p-project__event-inner .p-project__tech-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__event .p-project__event-content .p-project__event-inner .p-project__tech-inner .p-project__tech-connect {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
    display: block;
    height: 100%;
    margin: auto;
  }
}
.p-project .p-project__inner .p-project__event .p-project__event-content .p-project__event-img {
  position: relative;
}
.p-project .p-project__inner .p-project__event .p-project__event-content .p-project__event-img::before {
  position: absolute;
  bottom: 98%;
  left: 50%;
  display: block;
  width: 4px;
  height: 235px;
  content: "";
  background-color: #355DC4;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__event .p-project__event-content .p-project__event-img::before {
    height: 70px;
  }
}
.p-project .p-project__inner .p-project__event .c-txt-p {
  margin-top: 0;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__event .c-txt-p {
    line-height: 1.75;
  }
}
.p-project .p-project__inner .p-project__pre {
  padding-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__pre {
    padding: 30px 0px 30px;
  }
}
.p-project .p-project__inner .p-project__pre .c-txt-p {
  margin-top: 0;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__pre .c-txt-p {
    line-height: 1.75;
  }
}

.p-project__former {
  -webkit-padding-before: 27px;
          padding-block-start: 27px;
}
@media print, screen and (min-width: 768px) {
  .p-project__former {
    -webkit-padding-before: 50px;
            padding-block-start: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-project__former .p-project__former-inner {
    position: relative;
  }
  .p-project__former .p-project__former-inner::before {
    position: absolute;
    right: 0;
    bottom: -72px;
    left: 0;
    display: block;
    width: 48px;
    height: 80px;
    margin: auto;
    content: "";
    background: url(../../svg/i_former_shape_03.svg) center no-repeat;
    background-size: 100% auto;
  }
  .p-project__former .p-project__former-inner::after {
    position: absolute;
    top: calc(100% + 45px);
    right: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 20px;
    height: 10px;
    margin: auto;
    content: "";
    background: url(../../svg/i_former_arrow.svg) center no-repeat;
    background-size: 100% auto;
  }
}
@media print, screen and (min-width: 768px) {
  .p-project__former .p-project__former-inner .p-project__former-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    border-radius: 16px;
  }
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item {
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 33.3333333333%;
  }
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item::before {
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  z-index: -1;
  display: block;
  width: 48px;
  height: 48px;
  margin: auto;
  content: "";
  background: url(../../svg/i_former_shape_01.svg) center no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item::before {
    right: -24px;
    bottom: calc((100% - 108px) / 2);
    left: auto;
    width: 28px;
    height: 28px;
    background: url(../../svg/i_former_shape_04.svg) center no-repeat;
    background-size: 100% auto;
  }
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item + .p-project__former-item {
  z-index: -1;
  padding-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item + .p-project__former-item {
    padding-top: 0;
    border-left: #fff 2px solid;
  }
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item + .p-project__former-item::before {
  background: url(../../svg/i_former_shape_02.svg) center no-repeat;
  background-size: 100% auto;
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item + .p-project__former-item .p-project__former-title {
  padding-top: 25px;
}
@media print, screen and (min-width: 768px) {
  .p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item + .p-project__former-item .p-project__former-title {
    padding: 12px;
  }
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item + .p-project__former-item + .p-project__former-item {
  z-index: -2;
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item + .p-project__former-item + .p-project__former-item::after {
  position: absolute;
  top: calc(100% + 45px);
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 16px;
  height: 9px;
  margin: auto;
  content: "";
  background: url(../../svg/i_former_arrow.svg) center no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item + .p-project__former-item + .p-project__former-item::after {
    display: none;
  }
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item + .p-project__former-item + .p-project__former-item::before {
  bottom: -72px;
  width: 48px;
  height: 80px;
  background: url(../../svg/i_former_shape_03.svg) center no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item + .p-project__former-item + .p-project__former-item::before {
    top: 0;
    bottom: 0;
  }
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.5px 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.58;
  color: #fff;
  background-color: #1CA288;
  border-radius: 16px 16px 0px 0px;
}
@media print, screen and (min-width: 768px) {
  .p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-title {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 12px;
    font-size: 1.8rem;
    border-radius: 0;
  }
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-title .p-project__former-title-num {
  font-family: "Roboto", sans-serif;
  font-size: 3.4rem;
  font-weight: 900;
}
@media print, screen and (min-width: 768px) {
  .p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-title .p-project__former-title-num {
    font-size: 3.6rem;
    line-height: 1.5;
  }
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content {
  overflow: hidden;
  background-color: #E8E8E8;
  border-radius: 0px 0px 16px 16px;
}
@media print, screen and (min-width: 768px) {
  .p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 0;
  }
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content .p-project__former-detail {
  padding-inline: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content .p-project__former-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content .p-project__former-detail .p-project__former-text {
  padding-block: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content .p-project__former-detail .p-project__former-text {
    padding-block: 20px 0px;
  }
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content .p-project__former-detail .p-project__former-img {
  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;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content .p-project__former-detail .p-project__former-img.p-project__former-img--presen {
    width: 100%;
    height: 146px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content .p-project__former-detail .p-project__former-img .p-project__former-src.p-project__former-src--presen {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content .p-project__former-program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content .p-project__former-program {
    -webkit-column-gap: 29px;
       -moz-column-gap: 29px;
            column-gap: 29px;
    padding: 15px 18px;
  }
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content .p-project__former-program.p-project__former-program--school {
  background-color: #FFF4D0;
}
@media print, screen and (min-width: 768px) {
  .p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content .p-project__former-program.p-project__former-program--school {
    margin-top: 34px;
  }
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content .p-project__former-program.p-project__former-program--school .p-project__former-program-title > span {
  color: #BF8C29;
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content .p-project__former-program.p-project__former-program--enter {
  background-color: #FED9E2;
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content .p-project__former-program.p-project__former-program--enter .p-project__former-program-title > span {
  color: #FC4771;
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content .p-project__former-program .p-project__former-program-img {
  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;
  width: 64px;
  height: 50px;
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content .p-project__former-program .p-project__former-program-img .p-project__former-program-src {
  height: 100%;
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content .p-project__former-program .p-project__former-program-title {
  width: calc(100% - 84px);
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 768px) {
  .p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content .p-project__former-program .p-project__former-program-title {
    font-size: 1.4rem;
  }
}
.p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content .p-project__former-program .p-project__former-program-title > span {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-project__former .p-project__former-inner .p-project__former-list .p-project__former-item .p-project__former-content .p-project__former-program .p-project__former-program-title > span {
    font-size: 1.6rem;
  }
}

.p-project__tech-content {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: calc(100% - 20px);
  max-width: 467px;
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: #fed2e0 10px 10px, #fef0d2 -10px -10px;
          box-shadow: #fed2e0 10px 10px, #fef0d2 -10px -10px;
}
@media print, screen and (min-width: 768px) {
  .p-project__tech-content {
    border-radius: 16px;
  }
}
.p-project__tech-content::before {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  z-index: -1;
  display: block;
  width: 4px;
  height: 70px;
  content: "";
  background-color: #355DC4;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-project__tech-content {
    padding: 20px 34px 20px 54px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-project__tech-content {
    padding: 20px 44px 20px;
  }
}
.p-project__tech-content.p-project__tech-content--enter {
  width: 100%;
  background-color: #FED9E2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-project__tech-content.p-project__tech-content--enter::before {
  content: none;
}
@media print, screen and (min-width: 768px) {
  .p-project__tech-content.p-project__tech-content--enter {
    width: 50%;
    border-top-right-radius: 16px;
  }
}
.p-project__tech-content.p-project__tech-content--school {
  width: 100%;
  background-color: #FFF4D0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-project__tech-content.p-project__tech-content--school::before {
  content: none;
}
@media print, screen and (min-width: 768px) {
  .p-project__tech-content.p-project__tech-content--school {
    width: 50%;
    border-bottom-left-radius: 16px;
  }
}
.p-project__tech-content .p-project__tech-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #355DC4;
  text-align: center;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .p-project__tech-content .p-project__tech-title {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.p-project__tech-content .p-project__tech-title.--iot {
  line-height: 1.1;
  color: #BF8C29;
}
.p-project__tech-content .p-project__tech-title.--ai {
  line-height: 1.1;
  color: #fa1e64;
}
.p-project__tech-content .p-project__tech-copy {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .p-project__tech-content .p-project__tech-copy {
    font-size: 1.4rem;
    line-height: 1.45;
  }
}
.p-project__tech-content .p-project__tech-copy.--iot {
  color: #BF8C29;
}
.p-project__tech-content .p-project__tech-copy.--ai {
  color: #fa1e64;
}
.p-project__tech-content .c-list-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  padding: 0;
  margin: 0;
  margin: 10px auto 0px;
}
.p-project__tech-content .c-list-desc.--iot {
  width: 281px;
}
.p-project__tech-content .c-list-desc.--ai {
  width: 210px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-project__tech-content .c-list-desc {
    width: 310px;
  }
  .p-project__tech-content .c-list-desc.--iot {
    width: 155px;
  }
  .p-project__tech-content .c-list-desc.--ai {
    width: 155px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-project__tech-content .c-list-desc {
    width: 310px;
  }
  .p-project__tech-content .c-list-desc.--iot {
    width: 325px;
  }
  .p-project__tech-content .c-list-desc.--ai {
    width: 270px;
  }
}
.p-project__tech-content .c-list-desc .p-project__tech-item {
  width: calc(50% - 10px);
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.02em;
}
.p-project__tech-content .c-list-desc .p-project__tech-item:nth-child(2n) {
  margin-left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-project__tech-content .c-list-desc .p-project__tech-item {
    width: calc(50% - 10px);
  }
  .p-project__tech-content .c-list-desc .p-project__tech-item:nth-child(2n) {
    margin-left: 0px;
  }
  .p-project__tech-content .c-list-desc .p-project__tech-item.--iot {
    width: 100%;
  }
  .p-project__tech-content .c-list-desc .p-project__tech-item.--ai {
    width: 100%;
  }
}

.p-voice {
  position: relative;
  z-index: 0;
  height: 100%;
  background-color: #e8e8e8;
  background-position: center center;
}
.p-voice::before {
  position: absolute;
  top: calc(0% - 24px);
  left: 50%;
  z-index: 1;
  display: block;
  width: 48px;
  height: 48px;
  content: "";
  background: url(../../images/top/p_merit_connect.png) no-repeat center;
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .p-voice::before {
    top: calc(0% - 30px);
    width: 60px;
    height: 60px;
  }
}
.p-voice .p-voice__inner {
  padding: 60px 0 92px;
}
@media print, screen and (min-width: 768px) {
  .p-voice .p-voice__inner {
    padding: 130px 20px;
  }
}
.p-voice .p-voice__inner .p-voice__title-content {
  text-align: center;
}
.p-voice .p-voice__comment {
  padding-bottom: 165px;
}
@media print, screen and (min-width: 768px) {
  .p-voice .p-voice__comment {
    padding-bottom: 160px;
    margin-top: 140px;
  }
}
.p-voice .p-voice__comment .p-voice__comment-list {
  padding-inline: 16px;
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .p-voice .p-voice__comment .p-voice__comment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-top: 0;
  }
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: 170px;
}
@media print, screen and (min-width: 768px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item {
    width: calc(50% - 20px);
    padding-right: 50px;
    margin-top: 0;
  }
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:last-child {
  margin-bottom: 0;
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:first-child {
  margin-top: 58px;
}
@media print, screen and (min-width: 768px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:first-child {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-child(n+3) {
    margin-top: 182px;
  }
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item::after {
  position: absolute;
  top: calc(100% + 5px);
  right: calc(50% - 171px);
  display: block;
  width: 75px;
  height: 100px;
  margin: auto;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item::after {
    top: calc(100% - 35px);
    right: 0;
    width: 90px;
    height: 120px;
  }
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item.p-voice__comment-item--student01::after {
  background: url(../../svg/i_human_01.svg) center no-repeat;
  background-size: 100% auto;
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item.p-voice__comment-item--student02::after {
  background: url(../../svg/i_human_02.svg) center no-repeat;
  background-size: 100% auto;
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item.p-voice__comment-item--company01::after {
  background: url(../../svg/i_human_03.svg) center no-repeat;
  background-size: 100% auto;
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item.p-voice__comment-item--company02::after {
  background: url(../../svg/i_human_04.svg) center no-repeat;
  background-size: 100% auto;
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content {
  position: relative;
  width: 100%;
  max-width: 343px;
  height: 100%;
  padding: 0px 20px 15px;
  margin: auto;
  text-align: left;
  background: url(../../svg/bg_merit_item02_sp.svg) repeat-y center;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content {
    max-width: 520px;
    padding: 18px 50px 0px 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content {
    max-width: 520px;
    padding: 0 40px;
    margin-top: -10px;
  }
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content .p-voice__comment-num {
  position: absolute;
  top: -52px;
  left: 5.83%;
  z-index: 2;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 5.4rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content .p-voice__comment-num {
    left: 8.46%;
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content .p-voice__comment-num {
    top: -54px;
    left: 8.46%;
    font-size: 6rem;
  }
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 32px;
  margin: auto;
  content: "";
  background: url(../../svg/bg_merit_item01_sp.svg) bottom no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content::before {
    bottom: calc(100% - 1px);
    height: 32px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content::before {
    bottom: calc(100% - 12px);
    z-index: -1;
    height: 44px;
  }
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content::after {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 46px;
  margin: auto;
  content: "";
  background: url(../../svg/bg_merit_item03_sp.svg) top no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content::after {
    top: calc(100% - 1px);
    height: 70px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content::after {
    top: calc(100% - 1px);
    left: -1px;
    height: 33px;
    background: url(../../svg/bg_merit_item03_pc.svg) top no-repeat;
    background-size: 100% auto;
  }
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content .p-voice__comment-name {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content .p-voice__comment-name {
    font-size: 1.6rem;
  }
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content .p-voice__comment-name .p-voice__comment-name--school {
  font-weight: bold;
  color: #BF8C29;
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content .p-voice__comment-name .p-voice__comment-name--enter {
  font-weight: bold;
  color: #fa1e64;
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content .p-voice__comment-txt {
  margin-top: 10px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content .p-voice__comment-txt {
    padding-bottom: 20px;
  }
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content .p-voice__comment-txt .p-voice__comment-marker {
  display: inline;
  padding: 0 1px 0px;
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content .p-voice__comment-txt .p-voice__comment-marker.p-voice__comment-marker--school {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFF4D0));
  background: -o-linear-gradient(transparent 60%, #FFF4D0 0%);
  background: linear-gradient(transparent 60%, #FFF4D0 0%);
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content .p-voice__comment-txt .p-voice__comment-marker.p-voice__comment-marker--enter {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FED9E2));
  background: -o-linear-gradient(transparent 60%, #FED9E2 0%);
  background: linear-gradient(transparent 60%, #FED9E2 0%);
}
.p-voice .p-voice__survey {
  padding-inline: 16px;
}
@media print, screen and (min-width: 768px) {
  .p-voice .p-voice__survey {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.p-voice .p-voice__survey .p-voice__survey__content {
  -webkit-padding-before: 30px;
          padding-block-start: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-voice .p-voice__survey .p-voice__survey__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(50% - 20px);
  }
}
.p-voice .p-voice__survey .p-voice__survey__content .p-voice__survey__txt {
  font-size: 1.6rem;
}
.p-voice .p-voice__survey .p-voice__survey__content .p-voice__survey__img {
  padding-top: 30px;
  text-align: center;
}
.p-schedule {
  position: relative;
  z-index: 0;
  height: 100%;
}
.p-schedule::before {
  position: absolute;
  top: calc(0% - 24px);
  left: 50%;
  z-index: 1;
  display: block;
  width: 48px;
  height: 48px;
  content: "";
  background: url(../../images/top/p_schedule_connect.png) no-repeat center;
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .p-schedule::before {
    top: calc(0% - 30px);
    width: 60px;
    height: 60px;
  }
}
.p-schedule .p-schedule__inner {
  position: relative;
  height: 100%;
  padding: 60px 0px;
}
@media print, screen and (min-width: 768px) {
  .p-schedule .p-schedule__inner {
    padding: 93px 0 100px;
  }
}
.p-schedule .p-schedule__inner::before {
  position: absolute;
  top: 0%;
  right: calc(50% + 37px);
  z-index: -1;
  display: block;
  width: 100%;
  max-width: 1042px;
  height: 100%;
  content: "";
  background: url(../../images/top/bg_schedule_01.jpg) no-repeat center;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .p-schedule .p-schedule__inner::before {
    right: calc(50% + 207px);
  }
}
.p-schedule .p-schedule__inner::after {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../../images/top/bg_schedule_pattern.png) repeat center;
  background-size: 384px 386px;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__title-content {
  text-align: center;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner {
  text-align: center;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-date {
  position: relative;
  display: inline-block;
  min-width: 210px;
  padding: 16px 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-date {
    font-size: 1.8rem;
  }
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-date::before {
    position: absolute;
    right: 50%;
    bottom: 100%;
    z-index: -1;
    display: block;
    width: 4px;
    height: 70px;
    content: "";
    background-color: #000;
    background-size: 100% auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-date {
    font-size: 1.8rem;
  }
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-date::before {
    height: 100px;
  }
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-date::before {
  position: absolute;
  right: 50%;
  bottom: 100%;
  z-index: -1;
  display: block;
  width: 4px;
  height: 90px;
  content: "";
  background-color: #000;
  background-size: 100% auto;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-date.first-date::before {
  content: none;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 100%;
  padding: 15px 0px;
  margin: 0 auto;
  margin-top: 30px;
  color: #fff;
  background-color: #355DC4;
  border-radius: 16px;
}
@media print, screen and (min-width: 768px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box {
    max-width: 450px;
    padding: 20px 0px;
    margin-top: 60px;
  }
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box::before {
  position: absolute;
  right: 50%;
  bottom: 100%;
  z-index: -1;
  display: block;
  width: 4px;
  height: 90px;
  content: "";
  background-color: #000;
  background-size: 100% auto;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box .p-schedule__flow-matters {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 38px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box .p-schedule__flow-matters {
    padding: 0px 54px;
  }
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box .p-schedule__flow-matters::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background-color: #fff;
  border-radius: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box .p-schedule__flow-matters::before {
    left: 21px;
  }
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box .p-schedule__flow-matters::after {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background-color: #fff;
  border-radius: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box .p-schedule__flow-matters::after {
    right: 21px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box .p-schedule__flow-matters::before {
    width: 14px;
    height: 14px;
    border-radius: 7px;
  }
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box .p-schedule__flow-matters::after {
    width: 14px;
    height: 14px;
    border-radius: 7px;
  }
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box .p-schedule__flow-matters .p-schedule__flow-matter-date {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  padding-right: 9px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  border-right: #fff solid 1px;
}
@media print, screen and (min-width: 768px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box .p-schedule__flow-matters .p-schedule__flow-matter-date {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    font-size: 1.8rem;
  }
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box .p-schedule__flow-matters .p-schedule__flow-matter {
  -ms-flex-preferred-size: 52%;
      flex-basis: 52%;
  padding-left: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box .p-schedule__flow-matters .p-schedule__flow-matter {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 9px;
    font-size: 1.8rem;
  }
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-date {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-date {
    margin-top: 60px;
  }
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-date.first-date {
    margin-top: 35px;
  }
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content {
  display: block;
  margin-top: 100px;
}
@media print, screen and (min-width: 1025px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content::before {
    position: absolute;
    top: calc(0% - 60px);
    right: 50%;
    z-index: -1;
    display: block;
    width: 4px;
    height: 400px;
    content: "";
    background-color: #000;
    background-size: 100% auto;
  }
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  height: 100%;
  margin: 0 auto;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog::before {
  position: absolute;
  right: 50%;
  bottom: 100%;
  z-index: -1;
  display: block;
  width: 4px;
  height: 100px;
  content: "";
  background-color: #000;
  background-size: 100% auto;
}
@media print, screen and (min-width: 1025px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog::before {
    content: none;
  }
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog:last-child {
  margin-top: 100px;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog:last-child::after {
  position: absolute;
  right: 50%;
  bottom: 100%;
  z-index: -1;
  display: block;
  width: 4px;
  height: 100px;
  content: "";
  background-color: #000;
  background-size: 100% auto;
}
@media print, screen and (min-width: 1025px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog:last-child {
    margin-top: 0px;
  }
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog:last-child::after {
    content: none;
  }
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog.--col2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog.p-schedule__flow-prog--img {
  position: absolute;
  top: 11%;
  left: calc(50% - 2px);
  z-index: 0;
  display: block;
  width: 280px;
  max-height: 30px;
  margin: auto;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-title-inner {
  text-align: center;
  background-color: #000;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-title-inner::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  width: 140px;
  height: 70px;
  content: "";
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-title-inner::after {
  position: absolute;
  top: 0%;
  right: 100%;
  bottom: 0%;
  display: block;
  width: 140px;
  height: 70px;
  content: "";
  background-size: 100% auto;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-title-inner.--school {
  background-color: #F2C11F;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-title-inner.--school::before {
  background: url(../../images/top/i_half_school.png) no-repeat center;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-title-inner.--enter {
  background-color: #FC4771;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-title-inner.--enter::before {
  background: url(../../images/top/i_half_enter.png) no-repeat center;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-title-inner .p-schedule__prog-title {
  position: relative;
  padding: 13px 30px;
  line-height: 1.5;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-title-inner .p-schedule__prog-title {
    padding: 18px 30px;
  }
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-title-inner .p-schedule__prog-title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background-color: #fff;
  border-radius: 5px;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-title-inner .p-schedule__prog-title::after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background-color: #fff;
  border-radius: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-title-inner .p-schedule__prog-title::before {
    width: 14px;
    height: 14px;
    border-radius: 7px;
  }
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-title-inner .p-schedule__prog-title::after {
    width: 14px;
    height: 14px;
    border-radius: 7px;
  }
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-content {
  position: relative;
  padding: 20px;
  text-align: left;
  background-color: #000;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media print, screen and (min-width: 768px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-content {
    padding: 30px;
  }
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-content.--contentbg-y {
  background-color: #FED9E2;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-content.--contentbg-m {
  background-color: #FFF4D0;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-content .p-schedule__prog-text {
  font-weight: bold;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-content .p-schedule__prog-items {
  margin-top: 10px;
}
@media print, screen and (min-width: 1025px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-content .p-schedule__prog-items {
    margin-top: 20px;
  }
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-content .p-schedule__prog-items .p-schedule__prog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-bottom: #333 solid 1px;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-content .p-schedule__prog-items .p-schedule__prog-item:last-child {
  margin-bottom: 0px;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-content .p-schedule__prog-items .p-schedule__prog-item .p-schedule__prog-date {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-content .p-schedule__prog-items .p-schedule__prog-item .c-txt-p {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  margin-top: 0;
}

.p-schedule__prog-asterisk > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
  text-align: left;
}
.p-schedule__prog-asterisk > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  content: "※";
}

.p-schedule__prog-list {
  padding: 0px 38px;
}
@media print, screen and (min-width: 768px) {
  .p-schedule__prog-list {
    padding: 0px 54px;
  }
}

.p-flow {
  position: relative;
  z-index: 0;
  height: 100%;
  background-color: #e8e8e8;
  background-position: center center;
}
.p-flow::before {
  position: absolute;
  top: calc(0% - 24px);
  left: 50%;
  z-index: 1;
  display: block;
  width: 48px;
  height: 48px;
  content: "";
  background: url(../../images/top/p_merit_connect.png) no-repeat center;
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .p-flow::before {
    top: calc(0% - 30px);
    width: 60px;
    height: 60px;
  }
}
.p-flow .p-flow__inner {
  padding: 60px 16px;
}
@media print, screen and (min-width: 768px) {
  .p-flow .p-flow__inner {
    padding: 94px 20px;
  }
}
.p-flow .p-flow__inner .p-flow__content {
  position: relative;
  padding: 53px 20px 63px;
  color: #fff;
  text-align: center;
  background-color: #1CA288;
  border-radius: 16px;
}
.p-flow .p-flow__inner .p-flow__content::before {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}
.p-flow .p-flow__inner .p-flow__content::after {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .p-flow .p-flow__inner .p-flow__content::before {
    top: 30px;
    left: 30px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
  }
  .p-flow .p-flow__inner .p-flow__content::after {
    top: 30px;
    right: 30px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
  }
}
.p-flow .p-flow__inner .p-flow__content .under-shape::before {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}
.p-flow .p-flow__inner .p-flow__content .under-shape::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .p-flow .p-flow__inner .p-flow__content .under-shape::before {
    bottom: 30px;
    left: 30px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
  }
  .p-flow .p-flow__inner .p-flow__content .under-shape::after {
    right: 30px;
    bottom: 30px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
  }
}
.p-flow .p-flow__inner .p-flow__content .p-flow__title-content {
  color: #fff;
}
.p-flow .p-flow__inner .p-flow__content .p-flow__title-content .c-title-text.--white {
  color: #fff;
}
.p-flow .p-flow__inner .p-flow__content .p-flow__content-inner {
  padding-top: 30px;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-flow .p-flow__inner .p-flow__content .p-flow__content-inner {
    padding: 27px 40px 0px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-flow .p-flow__inner .p-flow__content .p-flow__content-inner {
    padding: 27px 90px 0px;
  }
}
.p-flow .p-flow__inner .p-flow__content .p-flow__content-inner .p-flow__date .p-flow__date-text {
  margin-top: 20px;
}
.p-flow .p-flow__inner .p-flow__content .p-flow__content-inner .p-flow__method {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-flow .p-flow__inner .p-flow__content .p-flow__content-inner .p-flow__method {
    margin-top: 50px;
  }
}
.p-flow .p-flow__inner .p-flow__content .p-flow__content-inner .p-flow__method .p-flow__method-items {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-flow .p-flow__inner .p-flow__content .p-flow__content-inner .p-flow__method .p-flow__method-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-flow .p-flow__inner .p-flow__content .p-flow__content-inner .p-flow__method .p-flow__method-items .p-flow__method-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 33px;
}
.p-flow .p-flow__inner .p-flow__content .p-flow__content-inner .p-flow__method .p-flow__method-items .p-flow__method-item::before {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 4px;
  height: 130%;
  content: "";
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-flow .p-flow__inner .p-flow__content .p-flow__content-inner .p-flow__method .p-flow__method-items .p-flow__method-item {
    display: block;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    margin-top: 0;
  }
  .p-flow .p-flow__inner .p-flow__content .p-flow__content-inner .p-flow__method .p-flow__method-items .p-flow__method-item::before {
    position: absolute;
    top: 25px;
    left: 50%;
    width: 100%;
    height: 4px;
    content: "";
    background-color: #fff;
  }
}
.p-flow .p-flow__inner .p-flow__content .p-flow__content-inner .p-flow__method .p-flow__method-items .p-flow__method-item:first-child {
  margin-top: 0;
}
.p-flow .p-flow__inner .p-flow__content .p-flow__content-inner .p-flow__method .p-flow__method-items .p-flow__method-item:last-child::before {
  content: none;
}
.p-flow .p-flow__inner .p-flow__content .p-flow__content-inner .p-flow__method .p-flow__method-items .p-flow__method-item .p-flow__method-num {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 9px 8px;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #1CA288;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .p-flow .p-flow__inner .p-flow__content .p-flow__content-inner .p-flow__method .p-flow__method-items .p-flow__method-item .p-flow__method-num {
    margin: 0 auto;
  }
}
.p-flow .p-flow__inner .p-flow__content .p-flow__content-inner .p-flow__method .p-flow__method-items .p-flow__method-item .p-flow__method-text {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  padding-left: 15px;
}
@media print, screen and (min-width: 768px) {
  .p-flow .p-flow__inner .p-flow__content .p-flow__content-inner .p-flow__method .p-flow__method-items .p-flow__method-item .p-flow__method-text {
    margin-top: 18px;
  }
}
.p-flow .p-flow__inner .p-flow__content .p-flow__content-inner .p-flow__method .p-flow__method-items .p-flow__method-item .p-flow__method-text .p-flow__method-title {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-flow .p-flow__inner .p-flow__content .p-flow__content-inner .p-flow__method .p-flow__method-items .p-flow__method-item .p-flow__method-text .p-flow__method-title {
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-flow .p-flow__inner .p-flow__content .p-flow__content-inner .p-flow__method .p-flow__method-items .p-flow__method-item .p-flow__method-text .p-flow__method-text-corf {
  font-size: 1.2rem;
  line-height: 1.75;
}
.p-flow .p-flow__inner .p-flow__content .p-flow__content-inner .p-flow__careful {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-flow .p-flow__inner .p-flow__content .p-flow__content-inner .p-flow__careful {
    margin-top: 50px;
  }
}
.p-flow__title {
  position: relative;
  padding-left: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-flow__title {
    font-size: 1.8rem;
  }
}
.p-flow__title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 100%;
  content: "";
  background-color: #fff;
  border-radius: 3px;
}

.p-guide {
  position: relative;
  z-index: 0;
  height: 100%;
  background: url(../../images/top/bg_schedule_pattern.png) repeat center;
  background-position: center center;
  background-size: 384px 386px;
}
.p-guide::before {
  position: absolute;
  top: calc(0% - 24px);
  left: 50%;
  z-index: 1;
  display: block;
  width: 48px;
  height: 48px;
  content: "";
  background: url(../../images/top/p_guide_connect.png) no-repeat center;
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .p-guide::before {
    top: calc(0% - 30px);
    width: 60px;
    height: 60px;
  }
}
.p-guide::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100%;
  min-width: 1920px;
  height: 100%;
  max-height: 1052px;
  margin: auto;
  content: "";
  background: url(../../images/top/bg_guideline.png) center no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-guide .p-guide__inner {
  padding: 60px 0px;
}
@media print, screen and (min-width: 768px) {
  .p-guide .p-guide__inner {
    padding: 100px 0px 100px;
  }
}
.p-guide .p-guide__inner .p-guide__content .p-guide__title-content {
  text-align: center;
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table {
  width: 100%;
  margin-top: 37px;
  border-spacing: 0;
  border-collapse: separate;
  border: #1CA288 solid 1px;
  border-radius: 16px;
}
@media print, screen and (min-width: 768px) {
  .p-guide .p-guide__inner .p-guide__content .p-guide__table {
    -webkit-box-shadow: #1CA288 10px 10px;
            box-shadow: #1CA288 10px 10px;
  }
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:first-child .p-guide__table-head {
  border-radius: 16px 16px 0 0;
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:first-child .p-guide__table-item {
  background-color: #fef0d2;
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:first-child .p-guide__table-item:last-child {
  background-color: #fed2e0;
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:nth-child(2) .p-guide__table-item {
  background-color: #fef0d2;
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:nth-child(2) .p-guide__table-item:last-child {
  background-color: #fed2e0;
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:last-child .p-guide__table-item:last-child {
  padding-bottom: 35px;
  border-radius: 0 0 16px 16px;
}
@media print, screen and (min-width: 768px) {
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items .p-guide__table-head {
    width: 20%;
  }
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items .p-guide__table-item {
    width: 40%;
  }
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:first-child .p-guide__table-head {
    border-radius: 16px 0 0 0;
  }
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:first-child .p-guide__table-item {
    background-color: #fef0d2;
  }
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:first-child .p-guide__table-item:last-child {
    background-color: #fed2e0;
    border-radius: 0 16px 0 0;
  }
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:nth-child(2) .p-guide__table-item {
    background-color: #fef0d2;
  }
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:nth-child(2) .p-guide__table-item:last-child {
    background-color: #fed2e0;
  }
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:last-child .p-guide__table-head {
    border-radius: 0 0 0 16px;
  }
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:last-child .p-guide__table-item:last-child {
    border-radius: 0 0 16px 0;
  }
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items .p-guide__table-head {
  display: block;
  padding: 20px;
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items .p-guide__table-head {
    display: table-cell;
    padding: 30px;
    font-size: 1.8rem;
  }
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items .p-guide__table-item {
  display: block;
  padding: 20px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items .p-guide__table-item {
    display: table-cell;
    padding: 30px;
  }
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items .p-guide__table-item .c-list-desc {
  margin-top: 0;
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items .p-guide__table-head {
  color: #fff;
  background-color: #1CA288;
  border-bottom: #fff solid 1px;
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items .p-guide__table-head.p-guide__table-head--border-bl {
  border-bottom: #1CA288 solid 1px;
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items .p-guide__table-item {
  border-right: #1CA288 solid 1px;
  border-bottom: #1CA288 solid 1px;
}

.p-request {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 820px;
  background: url(../../images/top/bg_request.jpg) no-repeat center;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  .p-request {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 584px;
  }
}
.p-request .p-request__inner {
  padding: 150px 16px 90px;
}
@media print, screen and (min-width: 768px) {
  .p-request .p-request__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 150px 16px 100px;
  }
}
.p-request .p-request__inner .p-request__content-inner {
  position: relative;
  width: 100%;
  padding: 50px 25px 55px;
  text-align: center;
  background-color: #fef0d2;
  border: #fab41e 4px solid;
  border-radius: 10px;
}
.p-request .p-request__inner .p-request__content-inner::after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  width: 180px;
  height: 90px;
  margin: auto;
  content: "";
  background: url(../../images/top/i_half_school.png) no-repeat center;
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-request .p-request__inner .p-request__content-inner {
    width: calc(100% - 20px);
    padding: 62.5px 20px;
    margin: 0 auto;
  }
  .p-request .p-request__inner .p-request__content-inner::after {
    width: 200px;
    height: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) {
  .p-request .p-request__inner .p-request__content-inner {
    width: calc(100% - 20px);
    padding: 62.5px 135px;
  }
  .p-request .p-request__inner .p-request__content-inner::after {
    width: 200px;
    height: 100px;
  }
}
.p-request .p-request__inner .p-request__content-inner.p-request__content-inner--enter {
  margin-top: 130px;
  margin-right: 0px;
  background-color: #fed2e0;
  border: #fa1e64 4px solid;
}
.p-request .p-request__inner .p-request__content-inner.p-request__content-inner--enter::after {
  width: 180px;
  height: 90px;
  background: url(../../images/top/i_half_enter.png) no-repeat center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .p-request .p-request__inner .p-request__content-inner.p-request__content-inner--enter {
    margin-top: 0;
    margin-left: 40px;
  }
  .p-request .p-request__inner .p-request__content-inner.p-request__content-inner--enter::after {
    width: 200px;
    height: 100px;
  }
}
.p-request .p-request__inner .p-request__content-inner .p-request__shape-up::before {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background-color: #fab41e;
  border-radius: 5px;
}
.p-request .p-request__inner .p-request__content-inner .p-request__shape-up::after {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background-color: #fab41e;
  border-radius: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-request .p-request__inner .p-request__content-inner .p-request__shape-up::before {
    top: 14px;
    left: 14px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
  }
  .p-request .p-request__inner .p-request__content-inner .p-request__shape-up::after {
    top: 14px;
    right: 14px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
  }
}
.p-request .p-request__inner .p-request__content-inner .p-request__shape-up.p-request__shape-up--enter::before {
  background-color: #fa1e64;
}
.p-request .p-request__inner .p-request__content-inner .p-request__shape-up.p-request__shape-up--enter::after {
  background-color: #fa1e64;
}
.p-request .p-request__inner .p-request__content-inner .p-request__shape-under::before {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background-color: #fab41e;
  border-radius: 5px;
}
.p-request .p-request__inner .p-request__content-inner .p-request__shape-under::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background-color: #fab41e;
  border-radius: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-request .p-request__inner .p-request__content-inner .p-request__shape-under::before {
    bottom: 14px;
    left: 14px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
  }
  .p-request .p-request__inner .p-request__content-inner .p-request__shape-under::after {
    right: 14px;
    bottom: 14px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
  }
}
.p-request .p-request__inner .p-request__content-inner .p-request__shape-under.p-request__shape-under--enter::before {
  background-color: #fa1e64;
}
.p-request .p-request__inner .p-request__content-inner .p-request__shape-under.p-request__shape-under--enter::after {
  background-color: #fa1e64;
}
.p-request .p-request__inner .p-request__content-inner .p-request__content {
  font-family: "Roboto", sans-serif;
}
.p-request .p-request__inner .p-request__content-inner .p-request__content .p-request__title {
  font-size: 2rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-request .p-request__inner .p-request__content-inner .p-request__content .p-request__title {
    font-size: 2.4rem;
  }
}

.p-archive {
  position: relative;
  padding-block: 100px;
  background-color: #E8E8E8;
}
.p-archive::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
  margin: auto;
  content: "";
  background-color: #1CA288;
}
.p-archive .p-archive__title-content {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .p-archive__link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-archive__link-list .p-archive__link-item {
    width: 100%;
    max-width: 320px;
  }
}