@charset "UTF-8";
/*------------------------------------------------

2022/02/09 追記

-------------------------------------------------*/
.special04 .localNav .pc ul li {
  margin: 0px 10px 0px 0px;
  width: 30%;
}

main .number ul li h2 span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  main .number ul li h2 span {
    font-size: 1.4rem;
  }
  .special04 .localNav .sp > div ul li {
    width: calc((100vw - 86px) / 2);
    margin: 0px 6px 0px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=special04.css.map */

/* ↓ feature_1 */
.special04 .title figure {
  
}
.special04 .cts {
  max-width: 1134px;
  margin: 0px auto;
  padding: 0px 0px 50px 0px;
}
.special04 .cts section:first-child {
  padding-top: 148px;
}
.special04 .cts section {
  padding-top: 160px;
}
.special04 .hd02 {
  font-size: 3rem;
  text-align: center;
  font-weight: 500;
}
.special04 .hd03 {
  margin-top: 78px;
  font-size: 2.6rem;
  color: #dc5065;
  font-weight: bold;
  text-align: center;
}
.special04 .hd03 span {
  position: relative;
}
.special04 .hd03 span::before,
.special04 .hd03 span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 2px;
  background-color: #dc5065;
}
.special04 .hd03 span::before {
  left: -48px;
}
.special04 .hd03 span::after {
  right: -48px;
}
.special04 .section-label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-inline: auto;
  width: 100px;
  height: 32px;
  color: #dc5065;
  font-size: 1.6rem;
  background-color: #ededed;
}
.special04 .section-label .num {
  font-size: 2rem;
}
.special04 .section-lead {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
.special04 .hd02 + .section-lead {
  margin-top: 45px;
}
.special04 .hd03 + .section-lead {
  margin-top: 20px;
}
.special04 .box-shadow-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 24px;
  margin-top: 25px;
}
.special04 .box-shadow {
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 20, .2);
}
.special04 .box-shadow .icon-wrap {
  margin-bottom: 20px;
}
.special04 .box-shadow .box-ttl {
  margin-bottom: 8px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #dc5065;
}
.special04 .box-shadow .box-txt {
  font-size: 1.6rem;
  line-height: 2;
}
.special04 .program-img-wrap {
  margin-top: 24px;
  text-align: center;
}
.special04 .program-img-wrap + .hd03 {
  margin-top: 88px;
}
.special04 .mentor-img-wrap {
  margin-top: 33px;
  text-align: center;
}
.special04 .mentor-img-wrap + .hd03 {
  margin-top: 88px;
}
.special04 .carrer-box {
  display: grid;
  grid-template-columns: auto max-content;
  gap: 40px;
  margin-top: 25px;
  font-size: 1.6rem;
}
.special04 .carrer-box .name {
  font-size: 2.2rem;
  font-weight: bold;
}
.special04 .carrer-box .name .joining-date {
  padding-left: 16px;
  font-size: 1.4rem;
}
.special04 .carrer-box .course-flow {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  margin-top: 16px;
  gap: 10px;
}
.special04 .carrer-box .course-flow > li {
  position: relative;
  padding: 3px 26px;
  font-weight: bold;
}
.special04 .carrer-box .course-flow > li:nth-child(1) {
  background-color: #d5e5f5;
}
.special04 .carrer-box .course-flow > li:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 20px solid #d5e5f5;
  border-right: 0;
  z-index: 1;
}
.special04 .carrer-box .course-flow > li:nth-child(2) {
  margin-left: -7px;
  background-color: #f5e0e3;
}
.special04 .carrer-box .course-flow > li.bg-yellow {
  background-color: #f5f4e0;
}
.special04 .carrer-box .course-flow > li:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 20px solid #fff;
  border-right: 0;
}
.special04 .carrer-box .txt {
  margin-top: 31px;
  line-height: 2;
}
.special04 .carrer-box .img-wrap {
  margin-top: 5px;
}
.special04 .carrer-box.carrer-02 .img-wrap {
  margin-top: 37px;
}
.special04 .qa-box + .carrer-box {
  margin-top: 75px;
}
.special04 .qa-box {
  position: relative;
  margin-top: -63px;
  max-width: 1084px;
  font-size: 1.6rem;
  background-color: rgba(241, 241, 241, .9);
  z-index: 1;
}
.special04 .qa-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 2px;
  background-color: #dc5065;
}
.special04 .qa-box .box-inner {
  padding: 49px 68px;
}
.special04 .qa-box .question {
  margin-bottom: 11px;
  font-weight: bold;
}
.special04 .qa-box .question .unit {
  padding-right: 13px;
  font-size: 2rem;
  color: #dc5065;
  font-family: "Helvetica", sans-serif;
}
.special04 .qa-box .answer {
  line-height: 2;
}
.special04 .qa-box .answer + .question {
  margin-top: 33px;
}
.special04 .system-img-wrap {
  margin-top: 48px;
  text-align: center;
}
.special04 .box-system {
  margin-top: 52px;
  font-size: 1.6rem;
  box-shadow: 0 0 8px rgba(0, 0, 20, .2);
}
.special04 .box-system .box-inner {
  padding: 40px;
}
.special04 .system-txt {
  display: grid;
  grid-template-columns: max-content auto;
  align-items: center;
  gap: 80px;
  padding-bottom: 40px;
}
.special04 .system-txt .left {
  position: relative;
  padding-left: 26px;
  font-weight: bold;
}
.special04 .system-txt .left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background-color: #dc5065;
}
.special04 .system-txt + .system-txt {
  padding-top: 40px;
  border-top: 1px solid #ededed;
}
.special04 .system-txt:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .special04 .cts section:first-child {
    padding-top: 74px;
  }

  .special04 .title {
    min-height: 160px;
  }

  .special04 .hd02 + .section-lead {
    margin-top: 40px;
  }
  .special04 .section-lead {
    font-size: 1.4rem;
  }

	.special04 .cts section {
    padding-top: 74px;
    padding-inline: 20px;
    font-size: 1.4rem;
    background-color: #fff;
	}

	.special04 .cts section h2 {
		padding: 0px 30px;
		font-family: 'Noto Sans', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
		font-size: 2.0rem;
		line-height: 1.4;
	}

  .special04 .box-shadow-list {
    grid-template-columns: 1fr;
    margin-bottom: 5px;
  }

  .special04 .box-shadow {
    padding: 20px;
  }
  .special04 .box-shadow .icon-wrap {
    margin-bottom: 10px;
    text-align: center;
  }
  .special04 .box-shadow .icon-wrap img {
    max-width: 120px;
  }
  .special04 .box-shadow .box-ttl {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .special04 .box-shadow .box-txt {
    font-size: 1.4rem;
  }

  .special04 .hd03 {
    margin-top: 70px;
    font-size: 1.8rem;
  }
  .special04 .program-img-wrap {
    overflow-x: scroll;
  }
  .special04 .mentor-img-wrap img {
    width: 100%;
  }
  .special04 .hd03 span::before,
  .special04 .hd03 span::after {
    width: 20px;
  }
  .special04 .hd03 span::before {
    left: -35px;
  }
  .special04 .hd03 span::after {
    right: -35px;
  }
  .special04 .hd03 span.sp-long::before {
    left: -60px;
  }
  .special04 .hd03 span.sp-long::after {
    right: -35px;
  }
  .special04 .carrer-box {
    grid-template-columns: 1fr;
    gap: 25px;
    font-size: 1.4rem;
  }
  .special04 .carrer-box .img-wrap,
  .special04 .carrer-box.carrer-02 .img-wrap {
    margin-top: 0;
  }
  
  .special04 .carrer-box .img-wrap img {
    width: 100%;
  }
  .special04 .qa-box .box-inner {
    padding: 20px;
  }
  .special04 .qa-box .question {
    margin-bottom: 20px;
  }
  .special04 .qa-box .answer + .question {
    margin-top: 45px;
  }
  .special04 .system-img-wrap img {
    width: 100%;
  }
  .special04 .system-txt {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .special04 .carrer-box .course-flow > li {
    padding-left: 27px;
    padding-right: 10px;
  }
  .special04 .carrer-box .course-flow > li:nth-child(1)::after {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 21px solid #d5e5f5;
  }
  .special04 .carrer-box .course-flow > li:nth-child(2)::after {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 21px solid #fff;
  }
}
/* ↑ feature_1 */
