@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: 75% 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: 75% 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: -360px;
    margin-left: -700px;
    background: url(../../svg/bg_shape_01.svg) no-repeat center;
  background-size: 75% auto;

  }
  .main-visual .main-visual__shape-01::after {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 1400px;
    height: 768px;
    margin-top: -384px;
    margin-left: -672px;
    background: url(../../svg/bg_shape_02.svg) no-repeat center;
  background-size: 75% auto;

  }
}
@media print, screen and (max-width: 767px) {
  .main-visual .main-visual__shape-01::before {
    background-size: 100% auto;
  }
  .main-visual .main-visual__shape-01::after {
    background-size: 100% auto;
  }
}
.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: 75% 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;
  background-size: 75% auto;

  }
}
@media print, screen and (max-width: 767px) {
  .main-visual .main-visual__shape-02::before {
    background-size: 100% auto;
  }
}

/* 回転するアニメーション */
@-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: 680px;
    max-width: 735px;
    /* padding: 67px 40px 67px; */
  }
}
.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%;
  }
}
@media print, screen and (max-width: 767px) {
  .main-visual__title-inner .main-visual__title .main-visual__title-content .main-visual__title-image > img {
    width: 353px;
  }
}
.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%;
  background: url(../../images/top/mv_back.png);
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main-visual__content {
    background: url(../../images/top/mv_back_ipad.png);
    background-size: cover;
    background-position: center center;
  }
}
@media print, screen and (max-width: 767px) {
  .main-visual__content {
    background: url(../../images/top/mv_back_sp.png);
    background-size: cover;
    background-position: center center;
  }
}
.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);
}




.mT30{
  margin-top: 30px;
}

.p-join {
  background: #ffe33f;
  position: relative;
  text-align: center;
  padding: 0 0 60px 0;
}
.p-join::before {
  position: absolute;
  bottom: 100%;
  left: 0%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 30px;
  content: "";
  background-color: #ffe33f;
  background-size: 100% auto;
}
.p-join::after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 48px;
  height: 80px;
  content: "";
  background: url(../../images/top/p_join_connect.png) no-repeat center;
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-join .p-join__inner .p-join__content-inner h2{
  font-size: 4rem;
  color: #0068b6;
  font-weight: bold;
  padding: 20px 0 0 0;
}
@media print, screen and (max-width: 767px) {
  .p-join .p-join__inner .p-join__content-inner h2{
    font-size: 3rem;
  } 
}
.p-join .p-join__inner .p-join__content-inner .p-join__button{
  display: flex;
  justify-content: center;
}
.c-join__btn {
  margin: 50px 20px 0 20px;
  color: #fff;
  position: relative;
  display: block;
}
.c-join__btn .c-join__btn-txt {
  position: relative;
  min-width: 280px;
  padding: 15px 36px;
  padding-right: 15px;
  padding-left: 10px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  border-radius: 10px;
  -webkit-box-shadow: #0068b6 5px 5px;
          box-shadow: #0068b6 5px 5px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-join__btn .p-join__half{
  position: absolute;
	bottom: 100%;
	left: 50%;
	display: block;
	width: 70px;
	height: 37px;
	margin: auto;
	content: "";
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.c-join__btn.c-join__btn-school .c-join__btn-txt{
  background: #ee8475;
}
.c-join__btn.c-join__btn-company .c-join__btn-txt{
  background: #64bfaa;
}
.c-join__btn.c-join__btn-school .p-join__half{
	background: url('../../images/top/i_join_half_school.png') no-repeat center;
	background-size: 100% auto;
}
.c-join__btn.c-join__btn-company .p-join__half{
	background: url('../../images/top/i_join_half_build.png') no-repeat center;
	background-size: 100% auto;
}
.c-join__btn .p-join__shape-up::before {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  content: "";
  background-color: #fff;
  border-radius: 5px;
  z-index: 2;
}
.c-join__btn .p-join__shape-up::after {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  content: "";
  background-color: #fff;
  border-radius: 5px;
  z-index: 2;
}
.c-join__btn .p-join__shape-under::before {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  content: "";
  background-color: #fff;
  border-radius: 5px;
  z-index: 2;
}
.c-join__btn .p-join__shape-under::after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  content: "";
  background-color: #fff;
  border-radius: 5px;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .c-join__btn .c-join__btn-txt {
    margin: 0 auto;
    text-align: center;
    -webkit-box-shadow: #0068b6 5px 5px;
            box-shadow: #0068b6 5px 5px;
  }
}
[data-whatinput=keyboard] .c-join__btn .c-join__btn-txt:focus {
  -webkit-box-shadow: #0068b6 0px 0px;
          box-shadow: #0068b6 0px 0px;
  -webkit-transform: translate(5px, 5px);
      -ms-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}
@media print, screen and (min-width: 1025px) {
  .c-join__btn .c-join__btn-txt:hover {
    -webkit-box-shadow: #0068b6 0px 0px;
            box-shadow: #0068b6 0px 0px;
    -webkit-transform: translate(5px, 5px);
        -ms-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
}

@media print, screen and (max-width: 767px) {
  .p-join .p-join__inner .p-join__content-inner .p-join__button{
    display: block;
  }
}









.p-about {
  position: relative;
  padding: 50px 16px 80px;
  background: url(../../images/top/bg_about.jpg) repeat-x center center;
  background-position: center center;
  background-size: cover;
}

@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.jpg) repeat top;
  background-color: #fff;
  background-size: 52px auto;
  border: #0068b6 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: #0068b6 10px 10px;
            box-shadow: #0068b6 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  40px 50px;
    /* background-size: 52px; */
    -webkit-box-shadow: #0068b6 10px 10px;
            box-shadow: #0068b6 10px 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-about .p-about__inner .p-about__content-inner {
    padding: 60px 20px 40px 20px;
    -webkit-box-shadow: #0068b6 6px 6px;
    box-shadow: #0068b6 6px 6px;
  }
}
.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: #0068b6;
  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: #0068b6;
  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: #0068b6;
  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: #0068b6;
  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__title{
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 0 0 30px 0;
} 
.p-about .p-about__inner .p-about__content-inner .p-about__text {
  position: relative;
  font-size: 1.8rem;
  padding: 20px 0px;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .p-about .p-about__inner .p-about__content-inner .p-about__text {
    padding: 15px 30px;
    margin-top: 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-about .p-about__inner .p-about__title{
    font-size: 3rem;
  } 
}


.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: 0.5em;
	margin-top: 10px;
  content: "";
  background-color: rgb(255, 255, 255);
  -webkit-transform: translateY(0.6em);
      -ms-transform: translateY(0.6em);
          transform: translateY(0.6em);
}

.p-project__marker::before {
  background-color: rgb(255, 255, 255);
}
.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: 51px 52px;
}
.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;
  }
}
@media print, screen and (max-width: 767px) {
  .p-project .p-project__inner::after {
   display: none;
  }
}
.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: 780px;
    padding: 0 34px;
    margin: 10px auto  30px auto
    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 (max-width: 767px) {
  .p-project .p-project__inner .p-project__content-inner {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__content-inner {
    margin-top: 80px;
  }
}
.p-project .p-project__inner .p-project__content-inner .p-project__title-inner {
  margin-top: 6px;
  background-color: #0068b6;
  border-top-left-radius: 16px;
  border-top-right-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: 2.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .p-project .p-project__inner .p-project__content-inner .p-project__title-inner .p-project__title {
    display: block;
    text-align: center;
    font-size: 2.4rem;
    padding: 15px 30px;
  }
}
.p-project .p-project__inner .p-project__content-inner .p-project__title-inner .p-project__title::before {
  position: absolute;
  top: 20px;
	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 {
    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: 20px;
  right: 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::after {
    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: 2.0rem;
  font-weight: 900;
  background: #fff;
    color: #0068b6;
    border-radius: 50px;
    padding: 0 10px;
}
@media print, screen and (max-width: 767px) {
  .p-project .p-project__inner .p-project__content-inner .p-project__title-inner .p-project__title-num {
    display: block;
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
  }
}

.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;
    font-size: 1.8rem;
  }
}
.p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item {
  padding-top: 30px;
  position: relative;
}
.p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item.p-project__school{
  background: #f7e2db;
  border-bottom-left-radius: 16px;
}
.p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item.p-project__company{
  background: #d5e9e2;
  border-bottom-right-radius: 16px;
}
.p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item.p-project__school::before{
  content: '';
  position: absolute;
	bottom: -58px;
	left: 50%;
	display: block;
	width: 50px;
	height: 63px;
	margin: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
  background: url('../../images/top/p_project_connect_pink.png') no-repeat center;
	background-size: 100% auto;
}
.p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item.p-project__company::before{
  content: '';
  position: absolute;
	bottom: -58px;
	left: 50%;
	display: block;
	width: 50px;
	height: 63px;
	margin: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
  background: url('../../images/top/p_project_connect_green.png') no-repeat center;
	background-size: 100% auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item.p-project__school{
    border-bottom-left-radius: 0px;
  }
  .p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item.p-project__company{
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item.p-project__company::before{
	  left: initial;
    right: 70px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item {
    padding: 6%;
  }
  .p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item.p-project__school{
    border-bottom-left-radius: 0px;
  }
  .p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item.p-project__company{
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item.p-project__company::before{
	  left: initial;
	  right: 7%;
  }
}

@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: 50%;
    padding: 40px 50px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item {
    width: 100%;
  }
}
.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-img{
  width: 70px;
}
.p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item.p-project__company  .p-project__prog-title-content .p-project__prog-title-img{
  width: 60px;
}
.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-img img{
  width: 100%;
}
.p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item.p-project__school .p-project__prog-title-content .p-project__prog-title{
  color: #ee8475;
}
.p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item.p-project__company .p-project__prog-title-content .p-project__prog-title{
  color: #64bfaa;
}
.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;
}
.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 span{
  display: block;
}
@media print, screen and (max-width: 767px) {
  .p-project .p-project__inner .p-project__prog .p-project__prog-content .p-project__prog-item .p-project__prog-title-content {
   display: block;
   text-align: center;
  }
  .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: 2.0rem;
  }
  .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-img{
    margin: 0 auto;
  }
  .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 span{
    display: inline-block;
  }
}
@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: 2.0rem;
    line-height: 1.4;
  }
}
.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__event {
  position: relative;
  padding: 40px 50px;
  background: #fbf4d7;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.p-project .p-project__inner .p-project__event::before{
  content: '';
	position: absolute;
	bottom: -58px;
	left: 25%;
	display: block;
	width: 50px;
	height: 63px;
	margin: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(../../images/top/p_project_connect_yellow.png) no-repeat center;
	background-size: 100% auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-project .p-project__inner .p-project__event::before{
    left: 120px;
  }
}
.p-project .p-project__inner .p-project__event .p-project__event-team .p-project__event-team-text {
  text-align: center;
}

.p-project .p-project__inner .p-project__event .p-project__event-content {
  margin-top: 20px;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .p-project .p-project__inner .p-project__event {
    padding: 6% 6%;
  }
  .p-project .p-project__inner .p-project__event::before{
    left: initial;
    right: 7%;
  }
  .p-project .p-project__inner .p-project__event .p-project__event-team .p-project__event-team-text {
    text-align: left;
  }
}
@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__tech-title_b {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0068b6;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 0 0 10px 0;
}
@media print, screen and (min-width: 768px) {
  .p-project .p-project__inner .p-project__event .p-project__event-content .p-project__tech-title_b {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.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 (max-width: 767px) {
  .p-project .p-project__inner .p-project__event .p-project__event-content .p-project__event-inner {
    padding-inline: 0px;
  }
}
@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;
  }
}

.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: #00b8ee;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (max-width: 767px) {
  .p-project .p-project__inner .p-project__event .p-project__event-content .p-project__event-img::before {
    width: 6px;
  }
}
@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;
  background: #fbf4d7;
  padding: 40px 50px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  text-align: center;
}
.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;
  }
}
@media print, screen and (max-width: 767px) {
  .p-project .p-project__inner .p-project__pre {
    padding: 6% 6%;
  }
  .p-project .p-project__inner .p-project__pre .c-txt-p {
    text-align: left;
  }
}



.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: #64bfaa 10px 10px, #ee8475 -10px -10px;
          box-shadow: #64bfaa 10px 10px, #ee8475 -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: #00b8ee;
  -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: 30px 44px 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-project__tech-content::before {
    width: 6px;
  }
}
.p-project__tech-content.p-project__tech-content--enter {
  width: 100%;
  background-color: #fff;
	border: #64bfaa 8px solid;
  -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-radius: 16px;
  }
}
.p-project__tech-content.p-project__tech-content--school {
  width: 100%;
  background-color: #fff;
	border: #ee8475 8px solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-project__tech-content.p-project__tech-content--school::before {
  content: none;
}
@media print, screen and (max-width: 767px) {
  .p-project__tech-content.p-project__tech-content--school {
	  border: #ee8475 4px solid;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-project__tech-content.p-project__tech-content--enter {
	  border: #64bfaa 4px solid;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@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: #0068b6;
  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: #ee8475;
}
.p-project__tech-content .p-project__tech-title.--ai {
  line-height: 1.1;
  color: #64bfaa;
}
.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: #ee8475;
}
.p-project__tech-content .p-project__tech-copy.--ai {
  color: #64bfaa;
}
.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: 340px;
  }
  .p-project__tech-content .c-list-desc.--iot {
    width: 375px;
  }
  .p-project__tech-content .c-list-desc.--ai {
    width: 300px;
  }
}
.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%;
  }
}
@media print, screen and (max-width: 767px) {
  .p-project__tech-content .c-list-desc .p-project__tech-item {
    width: 100%
  }
  .p-project__tech-content .c-list-desc {
    display: block;
  }
  .p-project__tech-content.p-project__tech-content--enter .c-list-desc{
    display: flex;
  }
  .p-project__tech-content.p-project__tech-content--enter .c-list-desc .p-project__tech-item {
    width: calc(50% - 10px);
  }
  .p-project__tech-content .c-list-desc{
    width: 170px;
  }
  .p-project__tech-content .c-list-desc.--ai {
    width: 240px;
  }
  .p-project__tech-content .c-list-desc.--iot {
    width: 150px;
  }
  .p-project__tech-content .c-list-desc .p-project__tech-item:nth-child(2n) {
    margin-left: 0px;
  }
}

.p-project .p-project__youtube {
  display: block;
  margin-top: 80px;
  padding: 0 30px;
}
@media print, screen and (max-width: 767px) {
  .p-project .p-project__youtube {
    margin: 12% 0 0 0;
    padding: 0 20px;
  }
}


.p-guarantee {
  position: relative;
  z-index: 0;
  height: 100%;
  background-color: #e8e8e8;
  background-position: center center;
}
.p-guarantee::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-guarantee::before {
    top: calc(0% - 30px);
    width: 60px;
    height: 60px;
  }
}
.p-guarantee .p-guarantee__inner {
  padding: 60px 16px 92px;
}
@media print, screen and (min-width: 768px) {
  .p-guarantee .p-guarantee__inner {
    padding: 130px 20px;
  }
}
.p-guarantee .p-guarantee__inner .p-guarantee__title-content {
  text-align: center;
}
.p-guarantee .p-guarantee__inner .p-guarantee__title-content .c-title-text{
  font-size: 3.0rem;
  font-feature-settings: "palt";
}
.p-guarantee .p-guarantee__block {
  padding: 30px 50px 40px 50px;
  background: #fff;
  -webkit-box-shadow: #0068b6 6px 6px;
  box-shadow: #0068b6 6px 6px;
  border: #0068b6 2px solid;
  border-radius: 20px;
}
.p-guarantee .p-guarantee__merit{
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0;
}
.p-guarantee .p-guarantee__merit .p-guarantee__block{
  width: 48%;
  position: relative;
}
.p-guarantee .p-guarantee__merit .p-guarantee__block::before{
  position: absolute;
	bottom: 100%;
  top: -40px;
	left: 50%;
	z-index: 2;
	display: block;
	width: 75px;
	height: 62px;
	content: "";
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.p-guarantee .p-guarantee__merit .p-guarantee__block.p-guarantee__merit-school::before{
  background: url(../../svg/i_school.svg) no-repeat center;
	background-size: 100% auto;
}
.p-guarantee .p-guarantee__merit .p-guarantee__block.p-guarantee__merit-company::before{
  background: url(../../svg/i_enter.svg) no-repeat center;
	background-size: 100% auto;
  width: 60px;
	height: 62px;
}
.p-guarantee .p-guarantee__merit .p-guarantee__title{
		position: relative;
		border-radius: 50px;
		text-align: center;
		width: 100%;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
}
.p-guarantee .p-guarantee__merit .p-guarantee__merit-school .p-guarantee__title{
  background-color: #ee8475;
}
.p-guarantee .p-guarantee__merit .p-guarantee__merit-company .p-guarantee__title{
  background-color: #64bfaa;
}
.p-guarantee .p-guarantee__merit .p-guarantee__merit-list h4{
  font-size: 2.0rem;
  font-weight: bold;
  margin: 20px 0 0 0;
}
.p-guarantee .p-guarantee__merit .p-guarantee__merit-school .p-guarantee__merit-list h4{
  color: #ee8475;
}

.p-guarantee .p-guarantee__merit .p-guarantee__merit-company .p-guarantee__merit-list h4{
  color: #64bfaa;
}
.p-guarantee .p-guarantee__merit .p-guarantee__merit-list p{
  text-align: justify;
}
.p-guarantee .p-guarantee__merit .p-guarantee__title::before{
  position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 15px;
		display: block;
		width: 10px;
		height: 10px;
		margin: auto;
		content: "";
		background-color: #fff;
		border-radius: 5px;
}
.p-guarantee .p-guarantee__merit .p-guarantee__title::after{
  position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		display: block;
		width: 10px;
		height: 10px;
		margin: auto;
		content: "";
		background-color: #fff;
		border-radius: 5px;
}
#pastwork{
  margin: -40px 0 0 0;
  padding: 40px 0 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-guarantee .p-guarantee__inner {
		padding: 10% 20px;
	}
  .p-guarantee .p-guarantee__block {
    padding: 30px 4% 40px 4%;
  }
  .p-guarantee .p-guarantee__merit .p-guarantee__title {
    font-size: 2.0rem;
    padding: 6px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .p-guarantee .p-guarantee__inner {
    padding: 60px 16px 92px;
  }
  .p-guarantee .p-guarantee__merit{
    display: block;
    margin: 40px 0 0 0;
  }
  .p-guarantee .p-guarantee__block {
    padding: 30px 20px 40px 20px;
  }
  .p-guarantee .p-guarantee__merit .p-guarantee__block{
    width: 100%;
  }
  .p-guarantee .p-guarantee__merit .p-guarantee__title {
    font-size: 2.2rem;
    padding: 6px 0;
  }
  .p-guarantee .p-guarantee__merit .p-guarantee__merit-company{
    margin: 16% 0 0 0;
  }
  .p-guarantee .p-guarantee__work {
    margin: 16% 0 0 0;
  }
  
}

.p-guarantee .p-guarantee__work{
  margin: 60px 0 0 0;
  text-align: center;
}
.p-guarantee .p-guarantee__work .p-guarantee__work-list{
  display: flex;
}
.p-guarantee .p-guarantee__work .p-guarantee__work-list li{
  width: 33.3333%;
  margin: 0 40px 0 0;
}
.p-guarantee .p-guarantee__work .p-guarantee__work-list li:last-child{
  margin: 0;
}
.p-guarantee .p-guarantee__work .p-guarantee__work-list li h4{
  color: #0068b6;
  font-weight: bold;
  font-size: 2.0rem;
  text-align: left;
  line-height: 1.4;
  margin: 10px 0 4px 0;
}
.p-guarantee .p-guarantee__work .p-guarantee__work-list li h4 span{
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
}
.p-guarantee .p-guarantee__work .p-guarantee__work-list li p{
  text-align: justify;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-guarantee .p-guarantee__work .p-guarantee__work-list li {
    margin: 0 3% 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .p-guarantee .p-guarantee__work .c-subtitle__text {
    margin: 0 0px 10px 0px;
    letter-spacing: 0.07em;
    line-height: 1.4;
  }
  .p-guarantee .p-guarantee__work .p-guarantee__work-list{
    display: block;
  }
  .p-guarantee .p-guarantee__work .p-guarantee__work-list li{
    width: 100%;
    margin: 0 0 10% 0;
  }
}



.p-voice {
  position: relative;
  z-index: 0;
  height: 100%;
  background-color: #fbf4d7;
  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_voice_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;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-voice .p-voice__inner {
		padding: 70px 20px 80px 20px;
	}
}
.p-voice .p-voice__inner .p-voice__title-content {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .p-voice .p-voice__comment {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-voice .p-voice__comment {
    margin-top: 0px;
  }
}
.p-voice .p-voice__comment .p-voice__comment-list {
  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;
  }
}
@media print, screen and (max-width: 767px) {
	.p-voice .p-voice__inner {
    padding: 60px 16px 92px;
  }
}
.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);
    margin-top: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item {
    margin-top: 12%;
  }
}
.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: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-child(n+3) {
		margin-top: 5%;
	}
}
@media print, screen and (max-width: 767px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:first-child {
    margin-top: 0px;
  }
}
.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% - 125px);
		right: calc(100% - 140px);
    width: 90px;
    height: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item::after {
		top: 25%;
    right: initial;
	}
}
@media print, screen and (max-width: 767px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item::after {
    top: 14%;
		left: 3%;
    right: initial;
    width: 94px;
    height: 132px;
  }
}

.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(3)::after,
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(4)::after {
  right:initial;
  left: calc(100% - 140px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(3)::after,
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(4)::after {
    right: 3%;
    left: initial;
  }
}
@media print, screen and (max-width: 767px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(3)::after, .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(4)::after {
    right: 1%;
		left: initial;
		top: 16%;
  }
}
.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%;
	height: 100%;
	margin: auto;
	text-align: left;
}
@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 {
    /* 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;
  }
}
.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;
  margin: 10px 0 0 0;
}
@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;
    padding-left: 160px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content .p-voice__comment-name {
    margin: 10px 0 0 52%;
  }
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(3) .p-voice__comment-content .p-voice__comment-name,
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(4) .p-voice__comment-content .p-voice__comment-name {
  padding-left: 44px;
}
@media print, screen and (max-width: 767px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(3) .p-voice__comment-content .p-voice__comment-name,
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(4) .p-voice__comment-content .p-voice__comment-name {
    padding-left: 34px;
    margin: 10px 0 0 0;
  }
}
.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;
  position: relative;
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content .p-voice__comment-txt::before{
  content: '';
	position: absolute;
	bottom: -38px;
	right: 25%;
	display: block;
	width: 60px;
	height: 38px;
	margin: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	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 .p-voice__comment-txt::before{
    left: 130px;
    right: initial;
  }
}
@media print, screen and (max-width: 767px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content .p-voice__comment-txt::before {
    right: 146px;
  }
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(3) .p-voice__comment-content .p-voice__comment-txt::before,
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(4) .p-voice__comment-content .p-voice__comment-txt::before {
    right: 70px;
  }
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(1) .p-voice__comment-content .p-voice__comment-txt::before{
	background: url(../../svg/p_voice_bubble01.png) no-repeat center;
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(2) .p-voice__comment-content .p-voice__comment-txt::before{
	background: url(../../svg/p_voice_bubble02.png) no-repeat center;
	bottom: -37.75px;
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(3) .p-voice__comment-content .p-voice__comment-txt::before{
	background: url(../../svg/p_voice_bubble03.png) no-repeat center;
	bottom: -37.7px;
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(4) .p-voice__comment-content .p-voice__comment-txt::before{
	background: url(../../svg/p_voice_bubble04.png) no-repeat center;
	bottom: -37.7px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(3) .p-voice__comment-content .p-voice__comment-txt::before,
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(4) .p-voice__comment-content .p-voice__comment-txt::before {
    right: 10px;
	}
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(1) .p-voice__comment-content .p-voice__comment-txt,
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(4) .p-voice__comment-content .p-voice__comment-txt {
  border: 2px solid #ee8475;
  -webkit-box-shadow: #ee8475 2px 6px;
	box-shadow: #ee8475 2px 6px;
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(2) .p-voice__comment-content .p-voice__comment-txt,
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(3) .p-voice__comment-content .p-voice__comment-txt {
  border: 2px solid #64bfaa;
  -webkit-box-shadow: #64bfaa 2px 6px;
	box-shadow: #64bfaa 2px 6px;
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(1) .p-voice__comment-content .p-voice__comment-name,
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(4) .p-voice__comment-content .p-voice__comment-name {
  font-weight: bold;
  color: #ee8475;
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(2) .p-voice__comment-content .p-voice__comment-name,
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(3) .p-voice__comment-content .p-voice__comment-name{
  font-weight: bold;
  color: #64bfaa;
}

.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content .p-voice__comment-txt {
  padding: 20px 40px 20px 160px;
  border-radius: 100px;
  background: #fff;
}
@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-txt {
    padding: 20px 30px 20px 90px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content .p-voice__comment-txt {
    padding: 20px 30px 20px 110px;
  }
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(3) .p-voice__comment-content .p-voice__comment-txt,
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(4) .p-voice__comment-content .p-voice__comment-txt {
  padding: 20px 160px 20px 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(3) .p-voice__comment-content .p-voice__comment-txt,
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(4) .p-voice__comment-content .p-voice__comment-txt {
    padding: 20px 90px 20px 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(3) .p-voice__comment-content .p-voice__comment-txt,
  .p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item:nth-of-type(4) .p-voice__comment-content .p-voice__comment-txt {
    padding: 20px 80px 20px 30px;
  }
}
.p-voice .p-voice__comment .p-voice__comment-list .p-voice__comment-item .p-voice__comment-content .p-voice__comment-txt span{
  font-weight: bold;
  color: #0068b6;
}




.p-schedule {
  position: relative;
  z-index: 0;
  height: 100%;
  background: url(../../images/top/bg_project_pattern.png) repeat;
	background-position: center center;
  background-size: 51px 52px;
}
.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::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-schedule .p-schedule__inner::after {
    top: 0;
    left: 50%;
    width: 100%;
    min-width: 1402px;
    height: 100%;
    min-height: 2029px;
    background: url(../../images/top/bg_schedule.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;
  }
}
@media print, screen and (max-width: 767px) {
  .p-schedule .p-schedule__inner::after {
    display: none;
  }
}
.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;
}

@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: 500px;
  height: 100%;
  padding: 15px 0px;
  margin: 35px auto 0 auto;
  color: #355DC4;
  background: #fff;
  -webkit-box-shadow: #0068b6 2px 6px;
  box-shadow: #0068b6 2px 6px;
  border: #0068b6 2px solid;
  border-radius: 20px;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box.--step2{
  margin: 68px auto 0 auto;
}
@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-box.--step2 {
    margin: 80px auto 0 auto;
  }
}
@media print, screen and (max-width: 767px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box.--step2 {
    margin: 82px auto 0 auto;
  }
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box::before {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 100%;
  z-index: -1;
  display: block;
  width: 4px;
  height: 35px;
  content: "";
  background-color: #0068b6;
  background-size: 100% auto;
}
@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-box::before {
    height: 75px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box::before {
    height: 78px;
  }
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box:first-of-type:before {
  height: 0px;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box::after{
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #0068b6;
  border-radius: 50px;
  z-index: -1;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box .p-schedule__flow-matters {
  position: relative;
  padding: 0px 38px;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
}
@media print, screen and (max-width: 767px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box .p-schedule__flow-matters {
    padding: 0px 6%;
  }
}

.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 {
  padding-right: 9px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  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-title {
  -ms-flex-preferred-size: 52%;
      flex-basis: 52%;
  /* padding-left: 20px; */
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #0068b6;
}
@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-title {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 9px;  }
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box .p-schedule__flow-matters .p-schedule__flow-title span{
  font-size: 1.8rem;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-matters .p-schedule__flow-access {
  border-top: 1px solid #0068b6;
  border-bottom: 1px solid #0068b6;
  padding: 8px 0;
  margin: 6px 0;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-matters .p-schedule__flow-time {
  color: #0068b6;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-matters .p-schedule__flow-btn{
  background-color: #0068b6;
  border-radius: 50px;
  text-align: center;
  margin: 10px auto!important;
  max-width: 250px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 10px 0;
  -webkit-box-shadow: #cccccc 5px 5px;
	box-shadow: #cccccc 5px 5px;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-matters .p-schedule__flow-btn a{
  display: block;
  color: #fff;
  padding: 8px 0;
  position: relative;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-matters .p-schedule__flow-btn a::before {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  background: url(../../svg/i_window.svg) center no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 1025px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-matters .p-schedule__flow-btn:hover {
    -webkit-box-shadow: #cccccc 0px 0px;
            box-shadow: #cccccc 0px 0px;
    -webkit-transform: translate(5px, 5px);
        -ms-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
}

@media print, screen and (max-width: 767px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-matters .p-schedule__flow-note{
    font-size: 1.4rem;
  }
}


.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;
  }
@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-content {
    margin-top: 70px;
  }
}
  .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%;
    transform: translateX(50%);
    z-index: -1;
    display: block;
    width: 4px;
    height: 400px;
    content: "";
    background-color: #0068b6;
    background-size: 100% auto;
  }
}
@media print, screen and (max-width: 767px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content {
    margin-top: 80px;
  }
}
.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;
  background: #fff;
}
@media print, screen and (max-width: 767px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog {
    max-width: 500px;

  }
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog::before {
  position: absolute;
  left: 50%;
  bottom: 100%;
  z-index: -1;
  display: block;
  width: 4px;
  height: 100px;
  content: "";
  background-color: #0068b6;
  background-size: 100% auto;
  transform: translateX(-50%);
}
@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;
  }
}
@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-content .p-schedule__flow-prog.--company::before{
    height: 27px;
  }
}

@media print, screen and (max-width: 767px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog::before {
    height: 80px;
  }
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog.--company::before {
    height: 17px;
  }
}
.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;
}
@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-content .p-schedule__flow-prog:last-child {
    margin-top: 30px;
  }
}
.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: #0068b6;
  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.--school{
	box-shadow: #ee8475 2px 6px;
	border: #ee8475 2px solid;
	border-radius: 20px;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog.--company{
	box-shadow: #64bfaa 2px 6px;
	border: #64bfaa 2px solid;
	border-radius: 20px;
}
@media print, screen and (max-width: 767px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog.--company{
    margin: 20px auto 0 auto;
  }
}
.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: 50%;
  z-index: 0;
  display: block;
  width: 190px;
	max-height: 28px;
  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: #fff;
  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 .p-schedule__prog-title {
  position: relative;
  padding: 20px 30px 13px 30px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
}
@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 {
    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{
  font-size: 1.8rem;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__prog-title span{
  font-size: 2.4rem;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog.--school .p-schedule__prog-title,
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog.--school .p-schedule__prog-date{
  color: #ee8475;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog.--company .p-schedule__prog-title,
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog.--company .p-schedule__prog-date{
  color: #64bfaa;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog .p-schedule__flow-access{
	padding: 8px 0;
	margin: 6px 0 0 0;
  text-align: center;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog.--school .p-schedule__flow-access {
	border-top: 1px solid #ee8475;
	border-bottom: 1px solid #ee8475;
  font-size: 1.6rem;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog.--company .p-schedule__flow-access {
	border-top: 1px solid #64bfaa;
	border-bottom: 1px solid #64bfaa;
  font-size: 1.6rem;
}


.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: #fff;
  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: 0 30px 0px 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .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: 0 20px 0px 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-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 .p-schedule__prog-item {
	text-align: center;
  padding: 14px 0;
	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.--school .p-schedule__prog-content .p-schedule__prog-items .p-schedule__prog-item {
	border-bottom: #ee8475 solid 1px;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-content .p-schedule__flow-prog.--company .p-schedule__prog-content .p-schedule__prog-items .p-schedule__prog-item {
	border-bottom: #64bfaa 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-of-type {
  border-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%;
      font-size: 2.4rem;
      font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .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 {
    padding: 0 0 2% 0;
  }
}
.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 span{
  font-size: 2.0rem;
}
.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 .p-schedule__inner .p-schedule__content .p-schedule__flow-step{
  font-family: "Roboto", sans-serif;
	font-size: 2.0rem;
	font-weight: 900;
  max-height:36px;
	background: #fff;
	color: #0068b6;
  border: 2px solid #0068b6;
	border-radius: 50px;
	padding: 0 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}

.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-box .p-schedule__flow-step{
  top: -60px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-schedule .p-schedule__inner .p-schedule__content .--school .p-schedule__flow-step{
    top: -68px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-prog{
    position: relative;
  }
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-prog::after {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #0068b6;
    border-radius: 50px;
    z-index: -1;
  }
}
@media print, screen and (max-width: 767px) {
  .p-schedule .p-schedule__inner .p-schedule__content .--school .p-schedule__flow-step{
    top: -63px;
  }
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-prog{
    position: relative;
  }
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-prog::after {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #0068b6;
    border-radius: 50px;
    z-index: -1;
  }
}
/* .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box.p-schedule__flow-step2::before {
	height: 100px;
} */
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box.p-schedule__flow-step2{
  margin:70px auto 0 auto;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box.p-schedule__flow-final::before {
	height: 100px;
}
.p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box.p-schedule__flow-final{
  margin: 100px auto 0 auto;
}
@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-box.p-schedule__flow-final {
    margin: 83px auto 0 auto;
  }
}
@media print, screen and (max-width: 767px) {
  .p-schedule .p-schedule__inner .p-schedule__content .p-schedule__flow-inner .p-schedule__flow-box.p-schedule__flow-final {
    margin: 80px auto 0 auto;
  }
}


.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-guide {
  position: relative;
  z-index: 0;
  height: 100%;
  background: url(../../images/top/bg_schedule_pattern.png) repeat center;
  background-position: center center;
  /* background-size: 51px 52px; */
}
.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: 2052px;
  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: 130px 20px;
}
@media print, screen and (min-width: 768px) {
  .p-guide .p-guide__inner {
    padding: 100px 0px 100px;
  }
}
.p-guide .p-guide__inner .p-guide__content{
  border: #0068b6 solid 1px;
  -webkit-box-shadow: #0068b6 10px 10px;
          box-shadow: #0068b6 10px 10px;
          padding: 40px;
  background-color: #fff;
  border-radius: 16px;
}
.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__title-content .c-title-text{
  margin: 30px 0 10px 0;

}
.p-guide .p-guide__inner .p-guide__content .p-guide__table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items{
  border-top: 2px dotted #b3b3b3;
	display: flex;
  padding: 20px;
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:nth-of-type(1) .p-guide__table-item:nth-of-type(1),
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:nth-of-type(2) .p-guide__table-item:nth-of-type(1){
  width: 515px;
  border-right: 2px dotted #b3b3b3;
}
.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:last-child .p-guide__table-item:last-child {
  padding-bottom: 35px;
  border-radius: 0 0 16px 16px;
}

.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items .p-guide__table-head {
  display: table-cell;
  font-size: 1.8rem;
  text-align: left;
  letter-spacing: 0.02em;
  width: 200px;
  color: #fff;
  vertical-align: top;
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items .p-guide__table-item {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items .p-guide__table-item h3{
  border-radius: 50px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
  max-width: 100px;
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items .p-guide__table-item h3.--school{
  background-color: #ee8475;
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items .p-guide__table-item h3.--company{
  background-color: #64bfaa;
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:nth-of-type(2) .p-guide__table-item h3{
	display: inline-block;
  margin: 0 10px 0 0;
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items .p-guide__table-item:nth-of-type(2){
  width: 300px;
}
.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;
  vertical-align: top;
}

.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-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 span{
  background-color: #0068b6;
  display: block;
  text-align: center;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items.p-guide__table-map{
  border-top: 0px dotted #b3b3b3;
  padding: 0 0 20px 0;
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items.p-guide__table-map .p-guide__table-item{
  width: 100%;
  display: block;
}
.p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items.p-guide__table-map iframe{
  width: 100%;
}
.p-guide .c-list-desc > li:before, .mceContentBody ul > li:before, .mce-content-body ul > li:before {
	position: absolute;
	content: "◯";
	border-radius: 50%;
	background-color: transparent;
	top: 0px;
	left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items .p-guide__table-head {
    width: initial;
    min-width: 170px;
  }
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:nth-of-type(2) .p-guide__table-item h3{
    display: block;
  }
  .p-guide .p-guide__inner {
		padding: 70px 20px 100px;
	}
  .p-guide .p-guide__inner .p-guide__content{
    padding: 40px 16px 10px 16px;
  }
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items{
    /* display: block; */
  }
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:nth-of-type(1) .p-guide__table-item:nth-of-type(1), .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:nth-of-type(2) .p-guide__table-item:nth-of-type(1){
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-guide .p-guide__inner {
    padding: 80px 20px;
  }
  .p-guide .p-guide__inner .p-guide__content{
    padding: 10px 16px;
  }
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items .p-guide__table-head {
    display: block;
    width: 100%;
  }
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:nth-of-type(1) .p-guide__table-item:nth-of-type(1){
    display: block;
    width: 100%;
    border-bottom: 2px dotted #b3b3b3;
    border-right:0;
    padding-bottom: 10px;
    margin: 0px 0 5px 0;
  }
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items{
    padding: 0;
    border:0;
    margin: 0 0 10px 0;
    display: block;
  }
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items .p-guide__table-item{
    padding: 0;
  }
  .p-guide__table-head,
  .p-guide__table-item {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:nth-of-type(2) .p-guide__table-item{
    width: 50%;
    text-align: center;
  }
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items:nth-of-type(2) .p-guide__table-item h3{
    display: block;
    margin: 0 auto;
  }
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items .p-guide__table-item h3{
    margin: 10px 0 5px 0;
  }
  .p-guide__table-head {
    margin-bottom: 8px;
  }
  .p-guide__table-item {
    margin-bottom: 16px;
  }
  .p-guide .p-guide__inner .p-guide__content .p-guide__table .p-guide__table-items.p-guide__table-map {
    padding: 0;
  }
}





.p-archive {
  position: relative;
  padding-block: 100px;
  background-color: #fff;
}
.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;
}
.p-archive .p-archive__link-list .p-archive__link-item{
  padding: 0 20px;
}
.p-archive .p-archive__link-list .p-archive__link-item:nth-child(2) .c-request__btn-txt--archive{
  background-color: #1CA288;
}

@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;
  }
}

.contact-item{
  cursor: pointer;
}

/* モーダルCSS */
.p-session {
  display: none;
  position: fixed;
  z-index: 1000; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-session__Bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.8);
}

.p-session__Wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 1200px;
  width: 95%;
	height: 85vh;
  transform:translate(-50%,-50%);
  background-color: #fff;
  border: #0068b6 solid 1px;
	-webkit-box-shadow: #0068b6 10px 10px;
	box-shadow: #0068b6 10px 10px;
  border-radius: 16px;
  box-sizing: border-box;
}


.p-session__Contents{
  width: 100%;
  padding: 10px 30px;
} 
@media print, screen and (min-width: 768px) {
  .p-session__Wrapper {
	  height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-session__Contents{
    overflow-y: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .p-session__Contents{
    overflow-y: auto;
  }
}

.p-session__close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  background: #0068b6;
  color: #fff;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  z-index: 10;
}
.p-session__close span {
  display: block;
  width: 80%;
  margin: auto;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 4px)/2);
  border-radius: 3px;
}

.p-session__close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.p-session__close span:nth-of-type(2) {
  transform: rotate(-45deg);  
}

.p-session .p-session__inner {
  padding: 130px 20px;
}
@media print, screen and (min-width: 768px) {
  .p-session .p-session__inner {
		padding: 0px 0px 20px;
	}
}
@media print, screen and (min-width: 768px) {
	.p-session [data-fixed] {
		max-width: initial;
		padding: 0;
	}
}
.p-session .p-session__inner .p-session__content .p-session__title-content {
  text-align: center;
}
.p-session .p-session__inner .p-session__content .p-session__title-content .c-title-text{
  margin: 30px 0 5px 0;
 font-size: 2.8rem;

}
.p-session .p-session__inner .p-session__content .p-session__title-content .c-title-text span{
 background-color: #0068b6;
 color: #fff;
 border-radius: 50px;
 font-size: 1.6rem;
 padding: 5px 20px;
 vertical-align: middle;
 margin: 0 0 0 10px;
}
.p-session .p-session__inner .p-session__content .p-session__title-content p{
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.p-session .p-session__inner .p-session__content .p-session__table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}
.p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items{
  border-top: 2px dotted #b3b3b3;
	display: block;
  padding: 10px;
}
.p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items:nth-of-type(1) .p-session__table-item:nth-of-type(1),
.p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items:nth-of-type(2) .p-session__table-item:nth-of-type(1){
  width: 515px;
}
.p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items:nth-of-type(1) .p-session__table-item:nth-of-type(1){
	width: 158px;
	padding: 0 0 0 20px;
}
.p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items .p-session__table-item:nth-of-type(2){
  width: 300px;
}
.p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items .p-session__table-item:nth-of-type(2) {
	width: 500px;
}
.p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items .p-session__table-item:nth-of-type(2) p span{
color: #0068b6;
font-weight: bold;
padding: 0 10px 0 0;
}
.p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items:first-child .p-session__table-head {
  border-radius: 16px 16px 0 0;
}


.p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items .p-session__table-head {
  display: table-cell;
  font-size: 1.8rem;
  text-align: left;
  letter-spacing: 0.02em;
  min-width: 200px;
  color: #fff;
  vertical-align: top;
}
.p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items .p-session__table-item {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
}


.p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items:first-child .p-session__table-head {
  border-radius: 16px 0 0 0;
  vertical-align: top;
}

.p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items:last-child .p-session__table-item:last-child {
  border-radius: 0 0 16px 0;
  display: block;
}


.p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items .p-session__table-head span{
  background-color: #0068b6;
  display: block;
  text-align: center;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items.p-session__table-btn .p-session__table-item{
  display: block;
}
.p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items.p-session__table-btn {
	background-color: #0068b6;
	border-radius: 50px;
	text-align: center;
	margin: 10px auto !important;
	max-width: 250px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin: 10px 0;
	-webkit-box-shadow: #cccccc 5px 5px;
	box-shadow: #cccccc 5px 5px;
  padding: 0;
  border: 0;
}
.p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items.p-session__table-btn a{
  display: block;
  color: #fff;
  padding: 8px 0;
  position: relative;
}
.p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items.p-session__table-btn a::before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  background: url(../../svg/i_window.svg) center no-repeat;
  background-size: 100% auto;
}
.p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items.p-session__table-note{
  border-top: 0;
  text-align: center;
}
@media print, screen and (min-width: 1025px) {
  .p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items.p-session__table-btn:hover {
    -webkit-box-shadow: #cccccc 0px 0px;
            box-shadow: #cccccc 0px 0px;
    -webkit-transform: translate(5px, 5px);
        -ms-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-session__close {
    width: 40px;
    height: 40px;
  }
  .p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items .p-session__table-head {
    width: initial;
    min-width: 135px;
  }
  .p-session .p-session__inner {
		padding: 0px 0px 40px;
	}
  .p-session .p-session__inner .p-session__content{
    padding: 0px 0px 0px 0px;
  }
  .p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items {
    border-top: 2px dotted #b3b3b3;
    padding: 10px 0;
  }
  .p-session .p-session__inner .p-session__content .p-session__title-content .c-title-text span {
    display: block;
    margin: 5px 0 5px 0px;
  }
  .p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items:nth-of-type(1) .p-session__table-item:nth-of-type(1) {
    width: 214px;
  }
  .p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items .p-session__table-item:nth-of-type(2) p span {
    padding: 0;
    display: block;
  }
  .p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items .p-session__table-item:nth-of-type(2) p.note{
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-session__Contents {
    padding: 10px 16px;
  }
  .p-session__Wrapper {
    width: 90%;
    height: 80%;
    overflow-y: scroll;
  }
  .p-session__close {
    width: 40px;
    height: 40px;
  }
  .p-session .p-session__inner {
    padding: 0;
  }
  .p-session .p-session__inner .p-session__content{
    padding: 0;
  }
  .p-session .p-session__inner .p-session__content .p-session__title-content p {
    font-size: 1.6rem;
    margin: 6px 0 14px 0;
    line-height: 1.6;
  }
  .p-session .p-session__inner .p-session__content .p-session__title-content .c-title-text span {
    font-size: 1.5rem;
    padding: 5px 20px;
    margin: 5px 0 0 0px;
    display: block;
    letter-spacing: 0;
  }
  .p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items .p-session__table-head {
    display: block;
    width: 100%;
  }
  .p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items:nth-of-type(1) .p-session__table-item:nth-of-type(1){
    display: block;
    width: 100%;
    border-right:0;
    padding: 0;
		margin: 0px 0 0 0;
  }
  .p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items{
    padding: 0;
    border:0;
    margin: 0 0 10px 0;
  }
  .p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items .p-session__table-item{
    padding: 0;
  }
  .p-session__table-head,
  .p-session__table-item {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items:nth-of-type(2) .p-session__table-item{
    width: initial;
    text-align: left;
  }
  .p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items:nth-of-type(2) .p-session__table-item h3{
    display: block;
    margin: 0 auto;
  }
  .p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items .p-session__table-item h3{
    margin: 10px 0 5px 0;
  }
  .p-session__table-head {
    margin-bottom: 8px;
  }
  .p-session__table-item {
    margin-bottom: 16px;
  }
  .p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items.p-session__table-btn {
    padding: 0;
  }
  .p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items .p-session__table-item:nth-of-type(2) p span{
    color: #0068b6;
    font-weight: bold;
    padding: 0;
    display: block;
    }
  .p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items .p-session__table-item:nth-of-type(2) p.note{
    font-size: 1.1rem;
  }
  .p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items:nth-of-type(1) .p-session__table-item:nth-of-type(1),
  .p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items:nth-of-type(2) .p-session__table-item:nth-of-type(1){
    width: initial;
  }
  .p-session .p-session__inner .p-session__content .p-session__table .p-session__table-items.p-session__table-btn{
    margin: 20px auto 30px auto !important;
  }
  .mB10{
    margin-bottom: 10px;
    display: block;
  }

}



