@charset "UTF-8";
/* CSS Document */
.content * {
  box-sizing: border-box;
}

body {
  letter-spacing: 0.04em;
}

section {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 56px 0;
  }
}
section .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 330px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section .bg {
    width: 150px;
  }
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.ttl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #00336A;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .ttl {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.ttl div {
  width: 100%;
}
.ttl img {
  width: 55px;
  height: auto;
}

.sub-ttl {
  position: relative;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #00336A;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub-ttl {
    font-size: 22px;
  }
}
.sub-ttl::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background-color: #BEAF73;
}
@media screen and (max-width: 768px) {
  .sub-ttl::after {
    width: 60px;
  }
}

.read {
  font-size: 16px;
  line-height: 1.8;
}
.read.large {
  font-size: 18px;
}

.link {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  max-width: 790px;
  margin: 60px auto 80px auto;
}
@media screen and (max-width: 768px) {
  .link {
    gap: 12px;
    margin: 24px auto 40px auto;
  }
}
.link__btn {
  width: calc((100% - 30px) / 2);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .link__btn {
    width: 100%;
  }
}

.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  color: #00336A;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #00336A;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 16px;
  }
}
.btn .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 25px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .btn .arrow {
    width: 20px;
  }
}

.eventLink {
  margin-top: 4em;
  text-align: center;
  padding-bottom: 2em;
}
.eventLink p {
  font-weight: bold;
  color: #00336A;
  margin-bottom: 0.5em;
  display: inline-block;
  background: linear-gradient(transparent 70%, #F6DC69 70%);
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  .eventLink p {
    font-feature-settings: "palt";
    font-size: 1.2em;
  }
}
.eventLink .btn {
  max-width: 440px;
  margin: 0 auto 0;
  color: #fff;
  background: #00336A;
}

.mv {
  padding: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 0 0 40px 0;
  }
}
.mv .trackingTxt {
  width: 100vw;
  margin-bottom: 40px;
  padding: 16px 0;
  background-color: #e25664;
}
@media screen and (max-width: 768px) {
  .mv .trackingTxt {
    margin-bottom: 80px;
    padding: 8px 0;
  }
}
.mv .trackingTxt p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv .trackingTxt p {
    font-size: 16px;
  }
}
.mv__header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .mv__header {
    margin-bottom: 40px;
  }
}
.mv__header img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 220px;
  height: auto;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .mv__header img {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .mv__header img {
    top: -60px;
    left: 50%;
    transform: translateY(0) translateX(-60%);
    width: 250px;
  }
}
.mv__header h1 {
  font-size: 56px;
  letter-spacing: 0.1em;
  color: #00336A;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__header h1 {
    width: 100%;
    font-size: 32px;
  }
}
.mv__header h1 span {
  display: block;
  margin-top: 8px;
  padding: 8px 135px;
  font-size: 50%;
  color: #fff;
  background-color: #BEAF73;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__header h1 span {
    padding: 8px 0;
  }
}
.mv__body {
  position: relative;
}
.mv__body::before {
  content: "";
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background: rgb(239, 251, 255);
  background: linear-gradient(90deg, rgb(239, 251, 255) 0%, rgb(249, 247, 241) 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mv__body::before {
    top: 80px;
    height: calc(100% - 40px);
  }
}
.mv__body .swiper {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .mv__body .swiper {
    margin-bottom: 40px;
    padding: 0 5%;
  }
}
.mv__body .swiper .swiper-slide img {
  width: 100%;
}
.mv__body .swiper .swiper-slide p {
  margin-top: 16px;
}
.mv__body .swiper .swiper-btn-wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.mv__body .swiper .swiper-button-next,
.mv__body .swiper .swiper-button-prev {
  position: relative;
  color: #fff;
  background-color: #00336A;
  width: 50px;
  height: 50px;
  font-size: 0px;
  cursor: pointer;
}
.mv__body .swiper .swiper-button-next:after {
  content: "";
  width: 16px;
  height: 26px;
  background-image: url(../img/slider_next.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mv__body .swiper .swiper-button-prev:after {
  content: "";
  width: 16px;
  height: 26px;
  background-image: url(../img/slider_prev.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mv__ttl dl {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .mv__ttl dl {
    font-size: 3.1vw;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .mv__ttl dt {
    display: block;
    white-space: nowrap;
  }
}
.mv__ttl dd {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .mv__ttl dd {
    display: block;
    width: 100%;
  }
}
.mv__ttl .link01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .mv__ttl .link01 {
    font-size: 87.5%;
  }
}
.mv__ttl .link01 ul li {
  line-height: 1.4;
}
.mv__ttl .link01 ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .mv__ttl .link01 ul li:not(:last-child) {
    margin-bottom: 0.75em;
  }
}
.mv__ttl .link01 ul li a {
  display: block;
  text-decoration: underline;
  background: url(/common2022/images/icon_basic-gold.svg) no-repeat 0 0.275em;
  background-size: 1em auto;
  padding-left: 1.25em;
}

.guide .banner02 {
  width: 90%;
  max-width: 317px;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 768px) {
  .guide .banner02 {
    margin: 0 auto 40px auto;
    max-width: 250px;
  }
}
.guide .banner02 img {
  width: 100%;
  height: auto;
}
.guide .notice01 {
  margin: 0 auto -0.5em;
  padding-top: 1.25em;
  text-align: center;
  width: 92%;
  max-width: 43.5em;
}
.guide .notice01 a {
  text-align: center;
  display: block;
  font-size: 22px;
  color: #ff0000;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid #ff0000;
  background: #fff;
  padding: 0.5em;
  box-sizing: border-box;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .guide .notice01 a {
    font-size: 4.4vw;
  }
}
.guide .notice01 a strong {
  text-decoration: underline;
  font-weight: 700;
}
.guide .notice01 a span {
  display: block;
  margin-top: 0.5em;
  font-size: 0.762em;
}
.guide .information {
  width: 90%;
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
  padding: 24px;
  background-color: #D93A49;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .guide .information {
    margin: 0 auto 40px auto;
    padding: 16px;
  }
}
.guide .information__subTtl {
  padding: 2px 24px 4px;
  background-color: #000;
  color: #fff;
  border-radius: 24px;
  max-width: 200px;
  margin: 0 auto;
}
.guide .information__ttl {
  margin-top: 16px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .guide .information__ttl {
    font-size: 5vw;
  }
}
.guide .information__ttl span {
  display: block;
  font-size: 60%;
}
.guide .information__inner {
  padding: 24px;
  background: #fff;
  margin-top: 16px;
  text-align: left;
  border-radius: 8px;
}
.guide .information__inner p span {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.guide__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 30px;
}
@media screen and (max-width: 768px) {
  .guide__list {
    gap: 12px;
  }
}
.guide__content {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .guide__content {
    width: 100%;
  }
}
.guide__content a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 100%;
  padding: 16px 20px;
  color: #00336A;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #00336A;
  border-radius: 6px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .guide__content a {
    font-size: 16px;
  }
}
.guide__content .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.feature {
  background-color: #F9F7F1;
}
.feature__inner {
  position: relative;
  z-index: 2;
}
.feature__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .feature__wrap {
    gap: 24px;
  }
}
.feature__content {
  width: calc((100% - 40px) / 2);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2196078431);
}
@media screen and (max-width: 768px) {
  .feature__content {
    width: 100%;
  }
}
.feature__img {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 768px) {
  .feature__img {
    height: 130px;
  }
}
.feature__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature__icon {
  display: inline-block;
  padding: 8px 14px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #BEAF73;
  transform: translateY(-25px);
}
@media screen and (max-width: 768px) {
  .feature__icon {
    font-size: 12px;
    transform: translateY(-10px);
  }
}
.feature__icon strong {
  display: inline-block;
  font-size: 130%;
  margin-left: 8px;
  transform: translateY(2px);
}
.feature__txt {
  padding: 0 24px 40px 24px;
}
@media screen and (max-width: 768px) {
  .feature__txt {
    padding: 0 24px 20px 24px;
  }
}
.feature__txt h3 {
  font-size: 22px;
  color: #00336A;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .feature__txt h3 {
    font-size: 18px;
  }
}

.lecture .lecture {
  margin-top: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lecture .lecture {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.lecture .lecture__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 40px;
}
@media screen and (max-width: 768px) {
  .lecture .lecture__wrap {
    gap: 24px;
  }
}
.lecture .lecture__content {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .lecture .lecture__content {
    width: 100%;
  }
}
.lecture .lecture__content h3 {
  margin-bottom: 24px;
  font-size: 22px;
  color: #00336A;
}
@media screen and (max-width: 768px) {
  .lecture .lecture__content h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.lecture .lecture__schedule {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .lecture .lecture__schedule {
    width: 500px;
  }
}
.lecture .lecture__table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lecture .lecture__table {
    width: 500px;
  }
}
.lecture .lecture__table th,
.lecture .lecture__table td {
  display: block;
  width: 100%;
  padding: 20px;
  border: 1px solid #00336A;
}
.lecture .lecture__table th {
  vertical-align: middle;
  text-align: center;
  color: #00336A;
  background-color: #EAEEF7;
}
.lecture .lecture__table td {
  border-top: none;
  display: flex;
  gap: 16px;
}
.lecture .lecture__table td ul li {
  position: relative;
  padding-left: 20px;
}
.lecture .lecture__table td ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #BEAF73;
  border-radius: 50%;
}
.lecture .teacher {
  margin-top: 40px;
}
.lecture .teacher .read {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lecture .teacher .read {
    text-align: left;
  }
}
.lecture .teacher__wrap {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .lecture .teacher__wrap {
    gap: 40px;
    margin-top: 16px;
  }
}
.lecture .teacher__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px;
  width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 768px) {
  .lecture .teacher__content {
    width: 100%;
    gap: 8px;
  }
}
.lecture .teacher__img {
  width: 30%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lecture .teacher__img {
    width: 40%;
  }
}
.lecture .teacher__img img {
  width: 175px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lecture .teacher__img img {
    width: 100%;
  }
}
.lecture .teacher__txt {
  width: calc(70% - 20px);
}
@media screen and (max-width: 768px) {
  .lecture .teacher__txt {
    width: calc(60% - 8px);
  }
}
.lecture .teacher__txt h3 {
  font-size: 22px;
  color: #00336A;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .lecture .teacher__txt h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.lecture .teacher__txt .btn {
  margin-top: 24px;
  font-size: 16px;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .lecture .teacher__txt .btn {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lecture .teacher__txt .btn .arrow {
    right: 15px;
    width: 16px;
  }
}
.lecture .pickup {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lecture .pickup {
    margin-bottom: 40px;
  }
}
.lecture .pickup__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.lecture .pickup__content {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 768px) {
  .lecture .pickup__content {
    width: 100%;
  }
}
.lecture .pickup__img {
  margin-bottom: 24px;
  width: 100%;
  height: 235px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lecture .pickup__img {
    height: 195px;
    margin-bottom: 18px;
  }
}
.lecture .pickup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lecture .pickup__txt h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #00336A;
}
@media screen and (max-width: 768px) {
  .lecture .pickup__txt h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.lecture .clinical {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lecture .clinical {
    margin-bottom: 40px;
  }
}
.lecture .clinical__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 32px;
  margin-top: 56px;
}
.lecture .clinical__content {
  width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .lecture .clinical__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lecture .clinical__content {
    width: 100%;
  }
}
.lecture .clinical__content:not(:nth-child(2)) {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .lecture .clinical__content:not(:nth-child(2)) {
    gap: 24px;
    justify-content: center;
  }
}
.lecture .clinical__content:nth-child(2) .clinical__txt {
  width: 100%;
}
.lecture .clinical__content h3 {
  margin-bottom: 20px;
  padding: 12px 14px;
  font-size: 18px;
  color: #fff;
  background-color: #BEAF73;
}
@media screen and (max-width: 768px) {
  .lecture .clinical__content h3 {
    margin-bottom: 0;
    width: 100%;
    order: 1;
  }
}
.lecture .clinical__txt {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .lecture .clinical__txt {
    width: 100%;
    order: 3;
  }
}
.lecture .clinical__txt h4 {
  font-size: 22px;
  color: #00336A;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lecture .clinical__txt h4 {
    font-size: 18px;
  }
}
.lecture .clinical__img {
  width: calc(30% - 20px);
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lecture .clinical__img {
    width: 160px;
    height: 200px;
    order: 2;
  }
}
.lecture .clinical__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lecture .interview__wrap {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .lecture .interview__wrap {
    gap: 40px;
  }
}
.lecture .interview__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px;
  width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 768px) {
  .lecture .interview__content {
    width: 100%;
    justify-content: center;
    gap: 24px;
  }
}
.lecture .interview__img {
  width: 30%;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lecture .interview__img {
    width: 160px;
    height: 200px;
  }
}
.lecture .interview__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lecture .interview__txt {
  width: calc(70% - 20px);
}
@media screen and (max-width: 768px) {
  .lecture .interview__txt {
    width: 100%;
  }
}
.lecture .interview__txt h3 {
  font-size: 22px;
  color: #00336A;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .lecture .interview__txt h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.lecture .interview__txt .btn {
  margin-top: 24px;
  font-size: 16px;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .lecture .interview__txt .btn {
    width: 100%;
    max-width: 100%;
  }
}

.schedule {
  background-color: #F2F4F7;
}
.schedule__inner {
  position: relative;
  z-index: 2;
}
.schedule__wrap {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 40px;
}
@media screen and (max-width: 768px) {
  .schedule__wrap {
    gap: 24px;
  }
}
.schedule__content {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .schedule__content {
    width: 100%;
  }
}
.schedule__content h3 {
  margin-bottom: 24px;
  font-size: 22px;
  color: #00336A;
}
@media screen and (max-width: 768px) {
  .schedule__content h3 {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-size: 18px;
    border-bottom: 1px solid;
  }
  .schedule__content h3::after {
    content: "＋";
    position: absolute;
    top: 2px;
    right: 10px;
  }
  .schedule__content h3.is_show::after {
    transform: rotate(45deg);
  }
}
.schedule__table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .schedule__table {
    display: none;
    width: 500px;
  }
}
.schedule__table th,
.schedule__table td {
  padding: 20px;
  border: 1px solid #00336A;
}
.schedule__table th {
  vertical-align: middle;
  text-align: center;
  color: #00336A;
  background-color: #EAEEF7;
}
.schedule__table td {
  background-color: #fff;
}
.schedule__table td ul li span {
  display: block;
  font-size: 80%;
}
.schedule .timetable {
  margin-top: 80px;
}
.schedule .timetable .read + span {
  font-size: 90%;
}
.schedule .timetable .read + span + span {
  display: block;
  font-size: 90%;
  text-align: right;
  margin-top: 30px;
}
.schedule .timetable table {
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .schedule .timetable table {
    width: 1000px;
  }
}
.schedule .timetable table tr:first-of-type th:first-child {
  background-color: #00336A;
  color: #fff;
  vertical-align: middle;
  width: 27px;
}
.schedule .timetable table tr:first-of-type th:first-child p {
  white-space: pre;
  text-orientation: upright;
  writing-mode: vertical-rl;
  display: inline-block;
}
.schedule .timetable table tr:first-of-type th:first-child p span {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .schedule .timetable table tr:first-of-type th:first-child p span {
    margin-bottom: 0.35em;
  }
}
.schedule .timetable table tr:first-of-type th {
  background-color: #99ADC3;
  color: #fff;
}
.schedule .timetable table tr:nth-child(n+2) th:first-child {
  width: 45px;
  font-weight: 400;
}
.schedule .timetable table tr:nth-child(n+2) th:nth-child(2) {
  width: 118px;
  font-weight: 400;
}
.schedule .timetable table tr th {
  border: 1px solid #00336A;
  vertical-align: middle;
  text-align: center;
  font-size: 80%;
}
.schedule .timetable table tr td {
  border: 1px solid #00336A;
  vertical-align: middle;
  text-align: center;
  font-size: 80%;
  width: 135px;
  font-weight: 500;
  height: 40px;
}

.qualifications .exam {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .qualifications .exam {
    margin-bottom: 40px;
  }
}
.qualifications .exam__wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .qualifications .exam__wrap {
    margin-top: 0;
    gap: 48px;
  }
}
.qualifications .achievements {
  width: 100%;
}
.qualifications .achievements__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.qualifications .achievements__content {
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 768px) {
  .qualifications .achievements__content {
    width: 100%;
  }
}
.qualifications .achievements__content {
  padding: 60px 20px;
  color: #00336A;
  text-align: center;
  background-color: #F9F7F1;
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 768px) {
  .qualifications .achievements__content {
    width: 100%;
    padding: 40px 20px;
  }
}
.qualifications .achievements__content span {
  font-size: 20px;
  font-weight: bold;
}
.qualifications .achievements__content h4 {
  margin-bottom: 8px;
  font-size: 64px;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #F6DC69 60%);
}
.qualifications .achievements__content p {
  font-size: 14px;
}
.qualifications .employment__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .qualifications .employment__wrap {
    gap: 20px;
  }
}
.qualifications .employment__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: calc((100% - 80px) / 3);
  padding: 40px;
  color: #00336A;
  background-color: #F9F7F1;
}
@media screen and (max-width: 768px) {
  .qualifications .employment__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .qualifications .employment__content img {
    width: 100%;
  }
}
.qualifications .employment__content p {
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .qualifications .employment__content p {
    text-align: center;
  }
}
.qualifications .employment__content.total {
  align-content: center;
}
.qualifications .employment__content.total p {
  text-align: center;
}
.qualifications .employment__content.graduateResult {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .qualifications .employment__content.graduateResult {
    padding: 24px;
  }
}
.qualifications .employment__content.graduateResult h4 {
  width: 100%;
  margin-bottom: 24px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.qualifications .employment__content.graduateResult img {
  max-width: 260px;
}
@media screen and (max-width: 768px) {
  .qualifications .employment__content.graduateResult img {
    max-width: 310px;
  }
}
.qualifications .employment__content .total__ttl {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .qualifications .employment__content .total__ttl {
    margin-bottom: -20px;
    font-size: 18px;
  }
}
.qualifications .employment__content .total__num {
  text-align: center;
}
.qualifications .employment__content .total__num h3 {
  font-size: 64px;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #F6DC69 60%);
}
.qualifications .employment__content .total__num h3 span {
  font-size: 50%;
}
@media screen and (max-width: 768px) {
  .qualifications .employment__content .total__img {
    max-width: 90px;
  }
}
.qualifications .employment .btn {
  max-width: 440px;
  margin: 40px auto 0 auto;
}

.voice {
  background-color: #F9F7F1;
}
.voice__inner {
  position: relative;
  z-index: 2;
}
.voice__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .voice__content {
    gap: 25px;
  }
}
.voice__content:not(:last-child) {
  margin-bottom: 48px;
}
.voice__content:nth-child(even) .voice__shape {
  left: -33px;
}
@media screen and (max-width: 768px) {
  .voice__content:nth-child(even) .voice__shape {
    left: 40px;
  }
}
.voice__content:nth-child(odd) .voice__shape {
  right: -33px;
}
@media screen and (max-width: 768px) {
  .voice__content:nth-child(odd) .voice__shape {
    left: 40px;
    right: auto;
  }
}
.voice__img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .voice__img {
    width: 60%;
    order: 1;
  }
}
.voice__img img {
  width: 100%;
  height: auto;
}
.voice__img p {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .voice__img p {
    margin-top: 8px;
    text-align: center;
  }
}
.voice__txt {
  position: relative;
  width: calc(70% - 56px);
  padding: 32px;
  background-color: #fff;
  border: 1px solid #00336A;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .voice__txt {
    width: 100%;
    order: 2;
  }
}
.voice__txt h3 {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: bold;
  color: #00336A;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 5px;
  text-decoration-color: #BEAF73;
}
@media screen and (max-width: 768px) {
  .voice__txt h3 {
    margin-bottom: 20px;
    font-size: 18px;
    text-decoration: none;
    padding-bottom: 8px;
    border-bottom: 4px solid #BEAF73;
  }
}
.voice__shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .voice__shape {
    top: -33px;
    transform: translateY(0);
  }
}

.life__header {
  margin-bottom: 48px;
}
.life__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .life__wrap {
    gap: 24px;
  }
}
.life__content {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .life__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .life__content {
    width: 100%;
  }
}
.life__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background-color: #F9F7F1;
}
@media screen and (max-width: 768px) {
  .life__inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
}
.life__img {
  width: auto;
  height: 230px;
}
@media screen and (max-width: 768px) {
  .life__img {
    width: 80%;
    height: auto;
  }
}
.life__txt {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #00336A;
}
@media screen and (max-width: 768px) {
  .life__txt {
    width: 100%;
  }
}
.life__txt h4 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .life__txt h4 {
    font-size: 18px;
  }
}
.life__txt .age {
  font-size: 50px;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #F6DC69 60%);
}
.life__txt .age span {
  font-size: 50%;
}
.life__txt p {
  font-size: 14px;
}

.graduate__header {
  margin-bottom: 48px;
}
.graduate__wrap {
  padding: 32px;
  margin-top: 24px;
  background-color: #F9F7F1;
}
.graduate__wrap p.read {
  margin-top: 16px;
  text-align: right;
}
.graduate__wrap h3 {
  margin-bottom: 24px;
  font-size: 20px;
  text-align: center;
  color: #00336A;
}
.graduate__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .graduate__inner {
    gap: 0 16px;
  }
}
.graduate__inner ul {
  width: calc((100% - 96px) / 4);
}
@media screen and (max-width: 768px) {
  .graduate__inner ul {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .graduate__inner ul:first-child {
    order: 1;
  }
  .graduate__inner ul:nth-child(2) {
    order: 3;
  }
  .graduate__inner ul:nth-child(3) {
    order: 2;
  }
  .graduate__inner ul:last-child {
    order: 4;
  }
}
.graduate__inner li {
  color: #00336A;
  list-style: disc;
}
.graduate__inner li span {
  color: #333;
}

.support {
  background-color: #F2F4F7;
}
.support__inner {
  position: relative;
  z-index: 2;
}
.support__table {
  margin-top: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .support__table {
    width: 800px;
  }
}
.support__table th,
.support__table td {
  padding: 20px;
  border: 1px solid #00336A;
}
.support__table th {
  font-size: 22px;
  vertical-align: middle;
  text-align: center;
  color: #00336A;
  background-color: #EAEEF7;
}
@media screen and (max-width: 768px) {
  .support__table th {
    font-size: 20px;
  }
}
.support__table td {
  text-align: center;
  background-color: #fff;
}
.support__table td:last-child {
  font-size: 20px;
  font-weight: bold;
}
.support__table td:last-child strong {
  font-size: 130%;
  margin-left: 8px;
}
.support .btn {
  max-width: 360px;
  margin: 40px auto 0 auto;
  background: #fff;
}

.cta {
  position: relative;
  margin-bottom: 16px;
}
.cta::before {
  content: "";
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  height: calc(100% - 140px);
  background: rgb(239, 251, 255);
  background: linear-gradient(90deg, rgb(239, 251, 255) 0%, rgb(249, 247, 241) 100%);
  z-index: -1;
}
.cta__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.cta__content {
  width: calc((100% - 80px) / 3);
  position: relative;
  padding-bottom: 120px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1960784314);
}
@media screen and (max-width: 768px) {
  .cta__content {
    width: 100%;
  }
}
.cta__img {
  width: 100%;
  height: 230px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cta__img {
    height: 200px;
  }
}
.cta__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta__txt {
  padding: 32px 32px 0 32px;
}
@media screen and (max-width: 768px) {
  .cta__txt {
    padding: 20px 20px 0 20px;
  }
}
.cta__txt h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cta__txt dl {
  display: flex;
  font-weight: bold;
}
.cta__txt dl:first-of-type {
  margin-top: 20px;
}
.cta .btn {
  position: absolute;
  bottom: 32px;
  width: 80%;
  left: 10%;
  font-size: 16px;
}