@charset "utf-8";

/* TOP CSS Document */
.main-visual-line {
  position: relative;
}

.main-visual {
  display: block;
  position: relative;
  z-index: -1;
}

.main-visual img {
  width: 100%;
}

.main-visual.for-sp {
  display: none;
}

.main-copy-box {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 50vw;
}

.main-copy-box dl {
  display: inline-block;
}

.main-copy-box dt img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 465px;
}

.main-copy-box dd {
  margin-top: 2.625rem;
}

.copy-title h2 {
  font-size: 2.62rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  margin-bottom: 1.5rem;
}

.copy-title p {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
}

.copy-entry a {
  align-items: center;
  background: linear-gradient(#ffd23a, #ff881f);
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  height: 80px;
  justify-content: center;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  position: relative;
  width: 486px;
}

.copy-entry a span {
  align-items: center;
  display: flex;
  justify-content: center;
}

.copy-entry a span:before {
  background: url("../images/common/icon-entry.png") center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 24px;
  margin-right: 10px;
  width: 24px;
}

.copy-entry a span:after {
  background: url("../images/common/arrow-right-white.png") center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 24px;
  margin-left: 7px;
  width: 24px;
}

#about {
  background: url("../images/top/bg-about.png");
  padding-top: 6.625rem;
}

#about .inner {
  max-width: 52.875rem;
  width: 100%;
}

hgroup .text-title {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

hgroup img {
  margin: 0 auto;
}

#about hgroup span {
  display: inline-block;
  width: 19rem;
}

#about hgroup p {
  align-items: flex-end;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  justify-content: center;
  margin-top: -1rem;
}

.about-text {
  margin-top: 4.25rem;
}

.about-text dt {
  background-image: url("../images/top/img-border-left.png"), url("../images/top/img-border-right.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 2rem 2rem 4.625rem 2rem;
  text-align: center;
}

.about-text .pickup {
  background: #ffb200;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-right: 5px;
  padding: 0.25rem 0.5rem;
  padding-bottom: 0.5rem;
}

.size-large {
  font-size: 2rem;
  font-weight: bold;
}

.size-huge {
  font-size: 2.5rem;
  font-weight: 800;
}

.about-img {
  margin-top: -3.375rem;
}

.about-img img {
  margin: 0 auto;
}

#about-bottom {
  background: #fffee9;
  padding-bottom: 7.5rem;
  padding-top: 3rem;
}

.point-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.75rem;
}

.point-box.pc-reverse {
  flex-direction: row-reverse;
}

.point-photo {
  align-items: flex-end;
  background: url("../images/top/bg-photoline-1.png") right top no-repeat;
  background-size: cover;
  display: flex;
  height: 345px;
  justify-content: center;
  width: 656px;
}

.point-photo img {
  border-radius: 10px;
  box-shadow: 15px 15px 0 0 #75ccc7;
  height: auto;
  width: 440px;
}

.point-text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 3.75rem;
  max-width: 24.25rem;
}

.point-text .point {
  background: #ffb200;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 4px 30px;
}

.point-text h3 {
  color: #0ba29a;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.75rem;
}

.point-text p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 0.875rem;
}

#point {
  background: url("../images/top/bg-point.webp") center center no-repeat;
  background-size: cover;
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
}

#point hgroup p {
  color: #fe5;
  font-size: 3rem;
  font-weight: 900;
  margin-top: -3rem;
  text-align: center;
}

.point-head-text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 3rem;
  padding-left: 8.75rem;
  padding-right: 8.75rem;
  text-align: center;
}

.point-graph-box {
  background: #fff;
  border-radius: 1.5rem;
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  position: relative;
  width: 100%;
}

.point-graph-box:before {
  background: url("../images/top/img-cut-2.png") center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 205px;
  left: 0;
  position: absolute;
  top: -205px;
  width: 135px;
}

.point-graph-box:after {
  background: url("../images/top/img-cut-3.png") center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 208px;
  position: absolute;
  right: 0;
  top: -208px;
  width: 110px;
}

.point-graph-box h3 {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 1.875rem;
  text-align: center;
}

.point-graph-img {
  margin-top: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
}

.color-orange-gradation {
  background: linear-gradient(0deg, #ff9925, #ffbe32);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.point-bottom-text {
  margin-top: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}

.point-bottom-text p {
  font-size: 1.125rem;
  line-height: 2.4;
}

.point-bottom-text .pickup {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #ffbc1f;
  text-decoration-thickness: 4px;
}

#flow {
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
}

#flow hgroup p {
  color: #0ba29a;
  font-size: 3rem;
  font-weight: 900;
  margin-top: -1.75rem;
  text-align: center;
}

.flow-list {
  margin-top: 2.5rem;
}

.flow-head-text {
  margin-top: 4rem;
  text-align: center;
}

.flow-head-text p {
  line-height: 1.8;
}

.flow-box {
  align-items: center;
  border: #1ecdc7 solid 2px;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 33.75rem;
  position: relative;
  width: 100%;
}

.flow-box:after {
  background: url("../images/top/tri-bottom.png") center center no-repeat;
  background-size: cover;
  bottom: -1.75rem;
  content: "";
  display: block;
  height: 12px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}

.flow-list li:last-child .flow-box {
  margin-bottom: 0;
}

.flow-list li:last-child .flow-box:after {
  content: "";
  display: none;
}

.flow-box-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 6.75rem);
}

.flow-box-inner .flow-box-icon {
  width: 4.375rem;
}

.flow-box-inner-cont {
  width: calc(100% - 4.375rem);
}

.flow-box-inner-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.flow-box-count {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 6.75rem;
}

.flow-box-count-box {
  align-items: center;
  background: #0ba29a;
  border-radius: 999px;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 4.375rem;
  justify-content: center;
  width: 4.375rem;
}

.flow-box-count span {
  display: block;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.flow-box-count .count {
  font-size: 1.5rem;
  font-weight: bold;
}

.flow-box-inner-box dt {
  line-height: 1.8;
  width: calc(100% - 45%);
}

.flow-box-inner-box dd {
  border-radius: 0 0.5rem 0.5rem 0;
  overflow: hidden;
  width: 10rem;
}

.flow-box-inner-box dt span {
  color: #69757c;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
}

.flow-box-inner-box dt p {
  color: #0ba29a;
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 0.5rem;
}

#achievements {
  background: url("../images/top/bg-achievements-2.png");
  padding-bottom: 6.25rem;
  padding-top: 5rem;
}

#achievements .section-title {
  margin-bottom: 5.125rem;
}

#achievements hgroup p {
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  margin-top: -1.75rem;
  text-align: center;
}

.achievements-head {
  display: block;
  margin-top: 5rem;
}

.achievements-head p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
  margin-top: -5.625rem;
  text-align: center;
}

.achievements-company {
  background: #fff;
  border-radius: 1rem;
  margin-top: 2.5rem;
  overflow: hidden;
}

.achievements-company dt {
  background: #00a685;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.75rem;
  text-align: center;
}

.achievements-company dd {
  padding: 1.125rem 1rem;
}

.achievements-company dd p {
  line-height: 1.8;
}

.achievements-company dd p span {
  margin-right: 0.9rem;
  white-space: nowrap;
}

.size-small {
  font-size: 0.875rem !important;
}

.text-right {
  text-align: right;
}

.university-list-box {
  margin-top: 4.625rem;
}

.title-university-list {
  margin-bottom: 2rem;
  text-align: center;
}

.title-university-list h3 {
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.title-university-list h3 span {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.title-university-list h3 span:before {
  background: #fff;
  content: "";
  height: 80%;
  left: -30px;
  position: absolute;
  top: 6px;
  transform: rotate(-35deg);
  width: 2px;
}

.title-university-list h3 span:after {
  background: #fff;
  content: "";
  height: 80%;
  position: absolute;
  right: -30px;
  top: 6px;
  transform: rotate(35deg);
  width: 2px;
}

.university-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0.3125rem;
}

.university-list li {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

#achievements .size-small.color-white {
  margin-top: 1.75rem;
}

#achievements figcaption p {
  color: var(--colorWhite);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.78;
  margin-top: -5rem;
  text-align: center;
}

.interview-list-box {
  margin-top: 4.375rem;
}

.interview-list {
  display: flex;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.interview-list>li {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  width: 33.333%;
}

.interview-box {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.25rem 0.625rem 0.625rem 0.625rem;
}

.interview-box-inner {
  display: flex;
}

.interview-box-inner dt {
  width: 6.25rem;
}

.interview-box-inner dd {
  padding-left: 0.625rem;
  width: calc(100% - 6.25rem);
}

.interview-name {
  font-weight: bold;
  margin-top: 0 !important;
}

.interview-career {
  margin-top: 1.125rem;
}

.interview-career li {
  font-size: 0.875rem;
}

.interview-box button {
  background: #02cac3;
  border-radius: 999px;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2rem;
  margin-top: 1.25rem;
  text-align: center;
  width: 100%;
}

button:hover {
  cursor: pointer;
}

/* modal */

.close-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  position: absolute;
  right: -40px;
  top: -40px;
  transition: transform 0.3s ease;
}

.modal {
  align-items: center;
  background: rgba(79, 79, 79, 0.5);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 100;
}

/* モーダル表示状態 */
.modal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

/* モーダルの中身*/
.modal-content {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  max-width: 700px;
  opacity: 0;
  padding: 1rem;
  position: relative;
  transform: scale(0.8);
  transition: all 0.3s ease;
  width: 90vw;
}

/* アニメーション*/
.modal.active .modal-content {
  animation: fadeInScale 0.4s ease forwards;
}

.modal-head {
  align-items: center;
  display: flex;
}

.modal-head dt {
  width: 6.25rem;
}

.modal-head dd {
  padding-left: 1.5rem;
  width: calc(100% - 6.25rem);
}

.modal-head .career-list {
  display: flex;
  flex-wrap: wrap;
}

.modal-head .name {
  font-weight: bold;
  margin-bottom: 1rem;
}

.modal-head li {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  position: relative;
}

.modal-head li:last-child {
  margin-right: 0;
}

.modal-head li span {
  background: #eaeaea;
  color: #0f9b92;
  display: inline-block;
  font-size: 0.75rem;
  margin-right: 5px;
  padding: 0 4px 2px 4px;
}

.modal-message {
  margin-top: 1.875rem;
}

.modal-message p {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#voice {
  background: url("../images/top/bg-voice.png");
  padding-bottom: 6.25rem;
  padding-top: 5rem;
}

#voice hgroup p {
  color: #0ba29a;
  font-size: 3rem;
  font-weight: 900;
  margin-top: -1.75rem;
  text-align: center;
}

.voice-list-box {
  margin-top: 8.125rem;
}

.voice-list {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

.voice-list li {
  margin-left: 0.6rem;
  margin-right: 0.6rem;
  width: 33.333%;
}

.voice-box {
  background: #fff;
  border-radius: 1rem;
  padding: 5.375rem 1.5rem 1.5rem 1.5rem;
  position: relative;
}

.voice-box-photo {
  left: 0;
  position: absolute;
  top: -4.5rem;
  width: 100%;
}

.voice-box-photo img {
  margin: 0 auto;
}

.voice-box h3 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.voice-box p {
  font-size: 0.875rem;
  line-height: 1.8;
}

.voice-list p.name {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.625rem;
}

#lecture {
  padding-bottom: 6.25rem;
  padding-top: 5rem;
}

#lecture hgroup p {
  color: #0ba29a;
  font-size: 3rem;
  font-weight: 900;
  margin-top: -1.75rem;
  text-align: center;
}

.lecture-list-box {
  margin-top: 3.75rem;
}

.lecture-list li:nth-child(n + 7) {
  display: none;
}

.lecture-box-head {
  align-items: center;
  background: url("../../assets/images/top/bg-facephoto.png") center center no-repeat;
  background-size: cover;
  display: flex;
  min-height: 14.375rem;
  position: relative;
}

.lecture-photo {
  height: 100%;
  position: absolute;
  right: 3.125rem;
  top: 0;
  z-index: 0;
}

.lecture-name {
  font-weight: bold;
  z-index: 1;
}

.lecture-box-head img {
  height: 100%;
  width: auto;
}

.lecture-box-text {
  padding: 0.875rem 0;
}

.lecture-box h3 {
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
}

.lecture-box p {
  font-size: 0.875rem;
  line-height: 1.8;
}

#parents {
  background: url("../images/top/bg-voice.png");
  padding-bottom: 6.25rem;
  padding-top: 5rem;
}

#parents hgroup p {
  color: #0ba29a;
  font-size: 3rem;
  font-weight: 900;
  margin-top: -1.75rem;
  text-align: center;
}

#parents h3 {
  font-size: 1.5rem;
}

.color-orange {
  color: #ffb200;
}

.parents-title-line {
  margin-top: 3.75rem;
  text-align: center;
}

.parents-title-line h3>span {
  font-weight: 800;
  position: relative;
}

.parents-title-line h3>span::before {
  background: #000;
  content: "";
  height: 180%;
  left: -30px;
  position: absolute;
  top: -12px;
  transform: rotate(-35deg);
  width: 1px;
}

.parents-title-line h3>span::after {
  background: #000;
  content: "";
  height: 180%;
  position: absolute;
  right: -30px;
  top: -12px;
  transform: rotate(35deg);
  width: 1px;
}

.parents-head {
  margin-top: 2.25rem;
  text-align: center;
}

.parents-head dt img {
  margin: 0 auto;
}

.parents-head p {
  display: block;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 2rem;
}

.parents-voice-line {
  margin-top: 4.5rem;
}

.parents-voice-line h3 {
  background: linear-gradient(to right, rgba(3, 167, 134, 0), rgba(3, 167, 134, 1), rgba(3, 167, 134, 0));
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
}

.parents-voice-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.parents-voice-list li {
  margin-bottom: 1.2rem;
  width: 31.333%;
}

.parents-voice-box {
  background: #fff;
  border-radius: 1rem;
  padding: 0.625rem 1.5rem 2.75rem 1.5rem;
}

.parents-voice-box img {
  margin: 0 auto;
}

.parents-voice-box p {
  line-height: 1.8;
}

.parents-voice-box .name {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 5px;
  margin-top: 1.5rem;
}

.accordion-list .btn {
  background: #fff;
  border: #41d7d2 solid 1px;
  border-radius: 0.5rem;
  color: #41d7d2;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 3.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  text-align: center;
  width: 12.5rem;
}

.accordion-list .btn:hover {
  cursor: pointer;
}

.accordion-list .btn.js-btn-more {
  background: #fff url("../images/top/icon-plus.png") center right 1.25rem no-repeat;
}

.accordion-list .btn.js-btn-more.close {
  background: #fff url("../images/top/icon-minus.png") center right 1.25rem no-repeat;
}

#partner {
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
}

#partner hgroup p {
  color: #0ba29a;
  font-size: 3rem;
  font-weight: 900;
  margin-top: -1.75rem;
  text-align: center;
}

#support-message {
  padding-bottom: 6.25rem;
}

.support-message-line {
  margin-top: 4rem;
}

.support-message-line h3 {
  background: linear-gradient(to right, rgba(3, 167, 134, 0), rgba(3, 167, 134, 1), rgba(3, 167, 134, 0));
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
}

.support-message {
  margin-top: 1.5rem;
  padding: 0 1rem;
}

.support-message h4 {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.support-message p {
  display: block;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

#message {
  background: url("../images/top/bg-voice.png");
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
}

#message hgroup p {
  color: #0ba29a;
  font-size: 3rem;
  font-weight: 900;
  margin-top: -1.75rem;
  text-align: center;
}

.message-inner {
  margin-top: 3.75rem;
}

.message-box {
  display: flex;
}

.message-box dt {
  width: 21rem;
}

.message-box dd {
  padding-left: 2rem;
  width: calc(100% - 19rem);
}

.message-box h3 {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 1.875rem;
}

.message-box p {
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

#entry {
  align-items: center;
  background: url("../images/top/bg-entry.webp") center center no-repeat;
  background-size: cover;
  display: flex;
  min-height: 22.5rem;
}

#entry .inner {
  display: flex;
  justify-content: center;
}

.entry-box dt {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.entry-button {
  margin-top: 2rem;
  text-align: center;
}

.entry-button a {
  align-items: center;
  background: linear-gradient(#ffd23a, #ff881f);
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-size: 1.375rem;
  font-weight: bold;
  height: 80px;
  justify-content: center;
  letter-spacing: 0.125rem;
  position: relative;
  width: 486px;
}

.entry-button a span {
  align-items: center;
  display: flex;
  justify-content: center;
}

.entry-button a span:before {
  background: url("../images/common/icon-entry.png") center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 24px;
  margin-right: 10px;
  width: 24px;
}

.entry-button a span:after {
  background: url("../images/common/arrow-right-white.png") center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 24px;
  margin-left: 7px;
  width: 24px;
}

/* swiper */

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

@media screen and (max-width: 1279px) {
  .main-copy-box {
    align-items: flex-start;
  }

  .main-visual.for-pc {
    display: none;
  }

  .main-visual.for-sp {
    display: block;
  }

  .main-copy-box {
    top: 7vw;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #achievements figcaption p {
    margin-top: 0;
  }

  .point-box,
  .point-box.pc-reverse {
    flex-direction: column;
  }

  .point-photo {
    height: fit-content;
    margin: 5rem auto 0;
    max-width: 41rem;
    width: 100%;
  }

  .point-text {
    max-width: 100%;
  }

  .achievements-head p {
    margin-top: -1.625rem;
  }

  .message-box dd {
    padding-left: 1.875rem;
  }

  .lecture-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .main-copy-box dl {
    width: 90%;
  }

  .main-copy-box dl dt {
    margin: 0 auto;
    width: 260px;
  }

  .main-copy-box dd {
    margin-top: 10px;
  }

  .copy-title h2 {
    font-size: 1.375rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .copy-title p {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
  }

  .copy-entry {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  .copy-entry a {
    font-size: 1rem;
    height: 50px;
    letter-spacing: 0;
    margin-top: 0.875rem;
    width: 100%;
  }

  #about {
    padding-top: 3.3125rem;
  }

  #about hgroup p {
    font-size: 1.875rem;
  }

  #about hgroup span {
    width: 13rem;
  }

  .about-text dt {
    background-size: 3rem;
    font-size: 1.2rem;
    padding: 0.9375rem 0;
  }

  .about-text .pickup {
    font-size: 1.875rem;
  }

  .about-text {
    margin-top: 2.125rem;
  }

  .about-img {
    margin: 1rem auto 0;
    width: 90%;
  }

  .size-large {
    font-size: 1.45rem;
  }

  .size-huge {
    font-size: 1.8rem;
  }

  #about-bottom {
    padding-bottom: 3.25rem;
  }

  .point-box {
    margin-bottom: 0;
  }

  .point-text h3 {
    font-size: 1.7rem;
  }

  .point-text p {
    font-size: 1rem;
  }

  #point {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }

  #point hgroup p {
    font-size: 2.5rem;
  }

  .point-head-text {
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .point-graph-box {
    margin-top: 6.5rem;
  }

  .point-graph-box:before {
    height: 102.5px;
    left: 5px;
    position: absolute;
    top: -102.5px;
    width: 67.5px;
  }

  .point-graph-box:after {
    height: 104px;
    right: 5px;
    top: -104px;
    width: 55px;
  }

  .point-graph-box h3 {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0;
  }

  .color-orange-gradation {
    font-size: 1.8rem;
  }

  .point-graph-img {
    margin-top: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .point-graph-img img {
    width: 100%;
  }

  .point-bottom-text p {
    line-height: 1.6;
  }

  .point-bottom-text p+p {
    margin-top: 2rem;
  }

  #flow {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }

  #flow hgroup p {
    font-size: 2.5rem;
  }

  .flow-head-text {
    margin-top: 2rem;
  }

  .flow-box {
    display: block;
    padding: 0 0 0 0.3125rem;
    position: relative;
  }

  .flow-box-count {
    display: block;
    height: 3.5rem;
    left: -10px;
    position: absolute;
    top: -30px;
    width: 3.5rem;
  }

  .flow-box-inner {
    padding-left: 40px;
    width: 100%;
  }

  .flow-box-inner-box dd {
    margin-left: 0.5rem;
    width: 55%;
  }

  .flow-box-inner-box dt p {
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 0.25rem;
  }

  .flow-box-count-box {
    height: 3.5rem;
    width: 3.5rem;
  }

  #achievements {
    padding-bottom: 3.125rem;
    padding-top: 2.5rem;
  }

  .achievements-head {
    margin-top: 2.5rem;
  }

  #achievements figcaption p {
    margin-top: 0.625rem;
  }

  .achievements-head p {
    margin-top: 0;
  }

  .university-list {
    margin-bottom: 0;
  }

  .university-list-box {
    margin-top: 2.3125rem;
  }

  .title-university-list h3 {
    font-size: 1.375rem;
  }

  .title-university-list h3 span {
    line-height: 1.4;
  }

  #achievements .size-small.color-white {
    margin-top: 1.2rem;
    text-align: center;
  }

  .interview-list {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .interview-list>li {
    margin-bottom: 1.25rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  #achievements hgroup {
    margin-bottom: 2.5625rem;
  }

  #achievements hgroup p {
    font-size: 2.5rem;
    margin-top: -1rem;
  }

  #voice {
    padding-bottom: 3.125rem;
    padding-top: 2.5rem;
  }

  #voice hgroup p {
    font-size: 2.5rem;
  }

  .voice-list {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .voice-list li {
    margin-bottom: 6.625rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .voice-list li:last-child {
    margin-bottom: 0;
  }

  #lecture {
    padding-bottom: 3.125rem;
    padding-top: 2.5rem;
  }

  #lecture .inner {
    padding-left: 0;
    padding-right: 0;
  }

  #lecture hgroup p {
    font-size: 2.5rem;
  }

  .lecture-list {
    gap: 0;
  }

  .lecture-list li {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .lecture-list li:nth-child(n + 7) {
    display: block;
  }

  .lecture-list-box {
    width: 100%;
  }

  .lecture-box {
    margin-left: auto;
    margin-right: auto;
    width: 240px;
  }

  .lecture-photo {
    right: 0.875rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
    height: 40px;
    width: 40px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 45%;
  }

  .swiper-button-next span,
  .swiper-button-prev span {
    background: #80dbd8;
    border-radius: 50%;
    display: block;
    height: 40px;
    position: relative;
    width: 40px;
  }

  /* 共通部分 */
  .swiper-button-prev span::before,
  .swiper-button-next span::after {
    border: 0.15em solid currentColor;
    border-bottom: 0;
    border-left: 0;
    box-sizing: border-box;
    color: #fff;
    content: "";
    display: inline-block;
    height: 0.8em;
    line-height: 1;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    width: 0.8em;
  }

  .swiper-button-prev span::before {
    left: 57%;
    transform: translateX(-50%) translateY(-50%) rotate(-135deg);
  }

  .swiper-button-next span::after {
    right: 57%;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
  }


  #parents {
    padding-bottom: 3.125rem;
    padding-top: 2.5rem;
  }

  #parents hgroup p {
    font-size: 2.5rem;
  }

  #parents h3 {
    font-size: 1.375rem;
  }

  .parents-title-line h3>span::before,
  .parents-title-line h3>span::after {
    height: 4rem;
    top: 0.5rem;
  }

  .parents-title-line h3>span::before {
    left: -2.2rem;
  }

  .parents-title-line h3>span::after {
    right: -2.2rem;
  }

  .parents-voice-list {
    flex-direction: column;
  }

  .parents-voice-list li {
    width: 100%;
  }

  #partner {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }

  #partner hgroup p {
    font-size: 2.5rem;
  }

  .support-message-line h3 {
    font-size: 1.25rem;
  }

  #support-message {
    padding-bottom: 3.125rem;
  }

  #message {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }

  #message hgroup p {
    font-size: 2.5rem;
  }

  .message-box {
    flex-direction: column;
  }

  .message-box dt {
    margin-left: auto;
    margin-right: auto;
  }

  .message-box dt img {
    margin-left: auto;
    margin-right: auto;
    max-width: 11.25rem;
  }

  .message-box dd {
    margin-top: 1.25rem;
    padding-left: 0;
    width: 100%;
  }

  .message-box h3 {
    margin-bottom: 0.9375rem;
  }

  #entry {
    background: url("../images/top/sp-bg-entry.jpg") center center no-repeat;
    background-size: cover;
    min-height: 14rem;
  }

  .entry-box dt {
    font-size: 1.75rem;
  }

  .entry-button {
    margin-top: 1rem;
  }

  .entry-button a {
    font-size: 1.125rem;
    height: 60px;
    letter-spacing: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .entry-button a span::before {
    margin-right: 5px;
  }

  .entry-button a span::after {
    margin-left: 4px;
  }

  .modal-content {
    max-height: 80%;
    overflow-y: auto;
  }

  .modal-head dd {
    padding-left: 0.75rem;
  }

  .modal-head li {
    padding-left: 68px;
  }

  .modal-head li span {
    left: 0;
    position: absolute;
  }

  .close-btn {
    right: 10px;
    top: 10px;
  }

  .achievements-company dt {
    font-size: 1.25rem;
  }

  .achievements-company dd p {
    font-size: 0.875rem;
  }

  .point-bottom-text .pickup {
    display: block;
  }

  .main-copy-box dl dt {
    margin: 0 auto;
    width: 260px;
  }

  .main-copy-box dd {
    margin-top: 10px;
  }

  .copy-title h2 {
    font-size: 1.375rem;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
  }

  .copy-title p {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
  }

  .copy-entry {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  .copy-entry a {
    font-size: 1rem;
    height: 50px;
    letter-spacing: 0;
    margin-top: 0.875rem;
    width: 100%;
  }

  #about {
    padding-top: 3.3125rem;
  }

  #about hgroup p {
    font-size: 1.875rem;
  }

  #about hgroup span {
    width: 13rem;
  }

  .about-text dt {
    background-size: 3rem;
    font-size: 1.2rem;
    padding: 0.9375rem 0;
  }

  .about-text .pickup {
    font-size: 1.875rem;
  }

  .about-text {
    margin-top: 2.125rem;
  }

  .about-img {
    margin: 1rem auto 0;
    width: 90%;
  }

  .size-large {
    font-size: 1.45rem;
  }

  .size-huge {
    font-size: 1.8rem;
  }

  #about-bottom {
    padding-bottom: 3.25rem;
    padding-top: 0;
  }

  .point-box {
    margin-bottom: 0;
  }

  .point-text h3 {
    font-size: 1.7rem;
  }

  .point-text p {
    font-size: 1rem;
  }

  #point {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }

  #point hgroup p {
    font-size: 2.5rem;
  }

  .point-head-text {
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .point-graph-box {
    margin-top: 6.5rem;
  }

  .point-graph-box:before {
    height: 102.5px;
    left: 5px;
    position: absolute;
    top: -102.5px;
    width: 67.5px;
  }

  .point-graph-box:after {
    height: 104px;
    right: 5px;
    top: -104px;
    width: 55px;
  }

  .point-graph-box h3 {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0;
  }

  .color-orange-gradation {
    font-size: 1.8rem;
  }

  .point-graph-img {
    margin-top: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .point-bottom-text p {
    line-height: 1.6;
  }

  .point-bottom-text p+p {
    margin-top: 2rem;
  }

  #flow {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }

  #flow hgroup p {
    font-size: 2.5rem;
  }

  .flow-head-text {
    margin-top: 2rem;
  }

  .flow-box {
    display: block;
    padding: 0 0 0 0.3125rem;
    position: relative;
  }

  .flow-box-count {
    display: block;
    height: 3.5rem;
    left: -10px;
    position: absolute;
    top: -30px;
    width: 3.5rem;
  }

  .flow-box-inner {
    padding-left: 40px;
    width: 100%;
  }

  .flow-box-inner-box dd {
    margin-left: 0.5rem;
    width: 55%;
  }

  .flow-box-inner-box dt p {
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 0.25rem;
  }

  .flow-box-count-box {
    height: 3.5rem;
    width: 3.5rem;
  }

  #achievements {
    padding-bottom: 3.125rem;
    padding-top: 2.5rem;
  }

  .achievements-head {
    margin-top: 2.5rem;
  }

  .achievements-head p {
    margin-top: 0;
  }

  .university-list-box {
    margin-top: 2.3125rem;
  }

  .title-university-list h3 {
    font-size: 1.375rem;
  }

  .title-university-list h3 span {
    line-height: 1.4;
  }

  #achievements .size-small.color-white {
    margin-top: 1.2rem;
    text-align: center;
  }

  .interview-list {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .interview-list>li {
    margin-bottom: 1.25rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  #achievements hgroup p {
    font-size: 2.5rem;
    margin-top: -1rem;
  }

  #voice {
    padding-bottom: 3.125rem;
    padding-top: 2.5rem;
  }

  #voice hgroup p {
    font-size: 2.5rem;
  }

  .voice-list {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .voice-list li {
    margin-bottom: 6.625rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .voice-list li:last-child {
    margin-bottom: 0;
  }

  #lecture {
    padding-bottom: 3.125rem;
    padding-top: 2.5rem;
  }

  #lecture .inner {
    padding-left: 0;
    padding-right: 0;
  }

  #lecture .section-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #lecture .section-title p {
    font-size: 2.5rem;
  }

  .lecture-list {
    gap: 0;
  }

  .lecture-list li {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .lecture-list li:nth-child(n + 7) {
    display: block;
  }

  .lecture-list-box {
    margin: 3.75rem auto 0;
    width: calc(100% - 4rem);
  }

  .lecture-box {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .lecture-photo {
    right: 0.875rem;
  }

  #parents {
    padding-bottom: 3.125rem;
    padding-top: 2.5rem;
  }

  #parents hgroup p {
    font-size: 2.5rem;
  }

  #parents h3 {
    font-size: 1.375rem;
  }

  .parents-title-line h3>span::before,
  .parents-title-line h3>span::after {
    height: 4rem;
    top: 0.5rem;
  }

  .parents-title-line h3>span::before {
    left: -2.2rem;
  }

  .parents-title-line h3>span::after {
    right: -2.2rem;
  }

  .parents-voice-list {
    flex-direction: column;
  }

  .parents-voice-list li {
    width: 100%;
  }

  #partner {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }

  #partner hgroup p {
    font-size: 2.5rem;
  }

  .support-message-line h3 {
    font-size: 1.25rem;
  }

  #support-message {
    padding-bottom: 3.125rem;
  }

  #message {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }

  #message hgroup p {
    font-size: 2.5rem;
  }

  .message-box {
    flex-direction: column;
  }

  .message-box dt {
    margin-left: auto;
    margin-right: auto;
  }

  .message-box dt img {
    margin-left: auto;
    margin-right: auto;
    max-width: 11.25rem;
  }

  .message-box dd {
    margin-top: 1.25rem;
    padding-left: 0;
    width: 100%;
  }

  .message-box h3 {
    margin-bottom: 0.9375rem;
  }

  #entry {
    background: url("../images/top/sp-bg-entry.jpg") center center no-repeat;
    background-size: cover;
    min-height: 14rem;
  }

  .entry-box dt {
    font-size: 1.75rem;
  }

  .entry-button {
    margin-top: 1rem;
  }

  .entry-button a {
    font-size: 1.125rem;
    height: 60px;
    letter-spacing: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .entry-button a span::before {
    margin-right: 5px;
  }

  .entry-button a span::after {
    margin-left: 4px;
  }

  .modal-content {
    max-height: 80%;
    overflow-y: auto;
  }

  .modal-head dd {
    padding-left: 0.75rem;
  }

  .modal-head li {
    padding-left: 68px;
  }

  .modal-head li span {
    left: 0;
    position: absolute;
  }

  .close-btn {
    right: 10px;
    top: 10px;
  }

  .achievements-company dt {
    font-size: 1.25rem;
  }

  .achievements-company dd p {
    font-size: 0.875rem;
  }

  .point-bottom-text .pickup {
    display: block;
  }
}

@media screen and (max-width: 360px) {
  .title-university-list h3 span:before {
    left: -20px;
  }

  .title-university-list h3 span:after {
    right: -20px;
  }
}