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

.mt_20 {
  display: block;
  margin-top: 20px;
}

.mt_40 {
  display: block;
  margin-top: 40px;
}

.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: 64px 0 100px 0;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 80px 0 40px 0;
  }
}
.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: 1200px) and (min-width: 769px) {
  .mv__header img {
    right: -5%;
    width: 12em;
  }
}
@media screen and (max-width: 768px) {
  .mv__header img {
    top: -60px;
    left: 50%;
    transform: translateY(0) translateX(-60%);
    width: 300px;
  }
}
.mv__header h1 {
  font-size: 56px;
  letter-spacing: 0.1em;
  color: #00336A;
  text-align: center;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .mv__header h1 {
    font-size: 5.8vw;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .mv__header h1 {
    width: 100%;
    font-size: 32px;
  }
}
.mv__header h1 span {
  display: block;
  margin-top: 8px;
  padding: 16px 80px;
  font-size: 50%;
  color: #fff;
  background-color: #BEAF73;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .mv__header h1 span {
    padding: 8px 0;
  }
}
.mv__header h1 span .small {
  font-size: 75%;
}
.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 .link {
  margin: 0 auto 1em;
  justify-content: center;
  font-size: 1.25em;
  font-weight: 700;
  color: #ff0000;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .mv__body .link {
    font-size: 1em;
    font-feature-settings: "palt";
  }
}
.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 .limited {
  text-align: center;
  padding-bottom: 60px;
}
.mv .limited a {
  font-size: 24px;
  font-weight: 700;
  color: red;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 768px) {
  .mv .limited a {
    font-size: 5.5vw;
  }
}
.mv .limited a span {
  font-size: 75%;
}
.mv__ttl dl {
  position: relative;
  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: 4vw;
    letter-spacing: -0.01em;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
  }
}
@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%;
    text-indent: 0em;
    padding-left: 0em;
  }
}
.mv__ttl dd span {
  font-size: 80%;
  display: block;
  margin-bottom: 0.5em;
}
.mv__ttl dd .popupTrigger {
  position: relative;
  display: inline;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.mv__ttl dd .popupBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.231372549);
  z-index: 3;
}
.mv__ttl dd .popup {
  display: none;
  position: absolute;
  top: 30px;
  right: 15vw;
  background: #fff;
  padding: 20px 24px;
  border: 2px solid #00336A;
  font-weight: 700;
  font-size: 14px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .mv__ttl dd .popup {
    top: 50px;
    right: 5vw;
  }
}
.mv__ttl dd .popup a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.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 {
    max-width: 250px;
    margin: 0 auto 40px auto;
  }
}
.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: #a80202;
  color: #fff;
  border-radius: 24px;
  max-width: 220px;
  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: 5.6vw;
  }
}
.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 .btn {
  width: 360px;
  margin: 1em auto 0;
  max-width: 100%;
  font-size: 1.125em;
  padding: 0.5em 1em;
}
@media screen and (max-width: 768px) {
  .guide .information .btn {
    font-size: 1em;
  }
}
.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;
}
@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__content {
  margin-bottom: 60px;
}
.feature__each {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
.feature__each:not(:last-child) {
  margin-bottom: 50px;
}
.feature__txt, .feature__schedule {
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 768px) {
  .feature__txt, .feature__schedule {
    width: 100%;
  }
}
.feature__txt h3 {
  margin-bottom: 20px;
  padding: 8px;
  color: #fff;
  font-size: 22px;
  background-color: #BEAF73;
}
@media screen and (max-width: 768px) {
  .feature__txt h3 {
    text-align: center;
  }
}
.feature__txt p.lead {
  color: #00336A;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
}
.feature__txt .point li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}
.feature__txt .point li:not(:last-child) {
  margin-bottom: 0.75em;
}
.feature__txt .point li .number {
  font-weight: 700;
  margin-right: 0.25em;
  line-height: 1;
  margin-top: 0.1em;
  padding-bottom: 0.15em;
  background: #00336A;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  color: #fff;
}
.feature__txt .point li .txt {
  width: calc(100% - 1.25em);
}
.feature__txt .point li .txt .en01 {
  color: #00336A;
  line-height: 1;
}
.feature__txt .point li .txt .en02 {
  font-size: 150%;
  line-height: 1;
}
.feature__txt .point li .txt .note01 {
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: 0.5em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .feature__txt .point li .txt .note01 {
    display: block;
    margin-left: 0;
    line-height: 1.4;
  }
}
.feature__schedule table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .feature__schedule table {
    width: 600px;
    margin: 0 auto 20px;
  }
}
.feature__schedule table tr:not(:first-child) th {
  color: #333;
}
.feature__schedule table th,
.feature__schedule table td {
  padding: 10px;
  border: 1px solid #00336A;
  text-align: center;
}
.feature__schedule table th {
  vertical-align: middle;
  text-align: center;
  color: #00336A;
  background-color: #EAEEF7;
}
.feature__schedule table td {
  color: #00336A;
  background-color: #fff;
}
.feature__schedule table td .circle {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: 2px dashed #ff0000;
  display: inline-block;
  vertical-align: middle;
  margin: 0.15em 0 0.25em;
}
.feature__schedule .caution {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
.feature .type {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 3.5em;
}
.feature .type dt {
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 22px;
  color: #00336A;
}
@media screen and (max-width: 768px) {
  .feature .type dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .feature .type dd {
    text-align: left;
  }
}

.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 .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 {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .lecture .clinical__wrap {
    margin-top: 24px;
  }
}
.lecture .clinical__wrap h3 + p span {
  background: linear-gradient(transparent 70%, #F6DC69 60%);
}
.lecture .clinical__content:first-child {
  width: calc(60% - 40px);
}
@media screen and (max-width: 768px) {
  .lecture .clinical__content:first-child {
    width: 100%;
  }
}
.lecture .clinical__content:last-child {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .lecture .clinical__content:last-child {
    width: 100%;
  }
}
.lecture .clinical__content h3 {
  margin-bottom: 24px;
  color: #00336A;
  font-size: 22px;
}
.lecture .clinical__content table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lecture .clinical__content table {
    width: 550px;
  }
}
.lecture .clinical__content table th,
.lecture .clinical__content table td {
  padding: 20px;
  border: 1px solid #00336A;
}
.lecture .clinical__content table th {
  width: 30%;
  vertical-align: middle;
  text-align: center;
  color: #00336A;
  background-color: #EAEEF7;
}
.lecture .clinical__content table td {
  width: 70%;
  background-color: #fff;
}
.lecture .clinical__content table td dl {
  display: flex;
  gap: 4px;
}
.lecture .clinical__content .caution {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.lecture .clinical__inner {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .lecture .clinical__inner {
    width: 100%;
  }
}
.lecture .clinical__flow {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.lecture .clinical__flow .flow-content {
  width: 80%;
  padding: 20px;
  color: #00336A;
  font-weight: bold;
  border: 1px solid #00336A;
  background-color: #EAEEF7;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lecture .clinical__flow .flow-content {
    width: 100%;
  }
}
.lecture .clinical__flow .arrow {
  width: 100%;
  text-align: center;
}
.lecture .clinical__point {
  width: calc(50% - 40px);
  margin-top: 80px;
  padding: 0px 24px 24px;
  background-color: #F2F4F7;
}
@media screen and (max-width: 768px) {
  .lecture .clinical__point {
    width: 100%;
    margin-top: 50px;
    padding: 0px 15px 15px;
  }
}
.lecture .clinical__point h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  max-width: 240px;
  margin: 0 auto;
  padding: 12px 20px;
  background-color: #00336A;
  color: #fff;
  font-size: 18px;
  transform: translateY(-25px);
}
.lecture .clinical__point-ttl {
  color: #00336A;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lecture .clinical__point-ttl {
    font-size: 16px;
  }
}
.lecture .clinical__point-ttl .under {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 4px;
  text-decoration-color: #BEAF73;
}
.lecture .clinical__point-ttl span {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.lecture .clinical__point-flow {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.lecture .clinical__point-flow-inner {
  width: 100%;
  padding: 16px 24px;
  background-color: #fff;
}
.lecture .clinical__point-flow-inner h5 {
  margin-bottom: 14px;
  padding: 8px 0;
  font-size: 16px;
  color: #00336A;
  text-align: center;
  background-color: #DED7B8;
}
.lecture .clinical__point-flow-inner h6 {
  font-size: 22px;
  font-weight: bold;
  color: #00336A;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lecture .clinical__point-flow-inner h6 {
    font-size: 16px;
  }
}
.lecture .clinical__point-flow-inner h6 strong {
  font-size: 170%;
}
.lecture .clinical__point-flow-inner .flex {
  display: flex;
  gap: 24px;
  align-items: center;
}
.lecture .clinical__point-flow-inner .flex-ttl {
  color: #00336A;
  font-size: 22px;
  font-weight: bold;
  padding: 41px 32px 41px 29px;
  border: 1px solid;
}
@media screen and (max-width: 768px) {
  .lecture .clinical__point-flow-inner .flex-ttl {
    padding: 40px 8px 40px 8px;
    font-size: 16px;
  }
}
.lecture .clinical__point-flow-inner .flex dl {
  display: flex;
  align-items: center;
  gap: 18px;
}
.lecture .clinical__point-flow-inner .flex dl:first-child {
  margin-bottom: 10px;
}
.lecture .clinical__point-flow-inner .flex dl dt {
  padding: 4px 14px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #00336A;
}
@media screen and (max-width: 768px) {
  .lecture .clinical__point-flow-inner .flex dl dt {
    font-size: 16px;
  }
}
.lecture .clinical__point-flow-inner .flex dl dd {
  font-size: 22px;
  font-weight: bold;
  color: #00336A;
}
@media screen and (max-width: 768px) {
  .lecture .clinical__point-flow-inner .flex dl dd {
    font-size: 16px;
  }
}
.lecture .clinical__point-flow-inner .flex dl dd strong {
  font-size: 170%;
}
.lecture .clinical__point-flow.horizontal {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .lecture .clinical__point-flow.horizontal {
    flex-wrap: wrap;
  }
}
.lecture .clinical__point-flow.horizontal .arrow {
  transform: rotate(270deg);
}
@media screen and (max-width: 768px) {
  .lecture .clinical__point-flow.horizontal .arrow {
    transform: rotate(0);
  }
}
.lecture .clinical__point-flow.horizontal .clinical__point-flow-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .lecture .clinical__point-flow.horizontal .clinical__point-flow-inner {
    width: 100%;
  }
}
.lecture .clinical__point-flow.horizontal .clinical__point-flow-inner img {
  max-width: 90px;
}
@media screen and (max-width: 768px) {
  .lecture .clinical__point-flow.horizontal .clinical__point-flow-inner img {
    max-width: 160px;
  }
}
.lecture .clinical__point-flow.horizontal .clinical__point-flow-inner p {
  width: 100%;
  color: #00336A;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.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 .caution {
  font-size: 14px;
}
.schedule__table {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .schedule__table {
    width: 500px;
    max-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 .caution {
  display: block;
  text-align: right;
}
.schedule .timetable h3 {
  font-size: 18px;
  color: #00336A;
}
.schedule .timetable h4 {
  font-weight: normal;
}
.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,
.schedule .timetable table tr td {
  padding: 8px;
  text-align: center;
  border: 1px solid #00336A;
  vertical-align: middle;
  font-size: 80%;
}
.schedule .timetable table tr td {
  width: 135px;
  font-weight: 500;
}

.qualifications .exam {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .qualifications .exam {
    margin-bottom: 40px;
  }
}
.qualifications .exam h3 {
  margin-top: 40px;
  font-size: 22px;
  color: #00336A;
}
.qualifications .exam__wrap {
  margin-top: 20px;
  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, .qualifications .point {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .qualifications .achievements, .qualifications .point {
    width: 100%;
  }
}
.qualifications .achievements__wrap, .qualifications .point__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .qualifications .achievements__wrap, .qualifications .point__wrap {
    margin-top: 10px;
  }
}
.qualifications .achievements__wrap h4, .qualifications .point__wrap h4 {
  width: 100%;
  color: #00336A;
}
.qualifications .achievements__content, .qualifications .point__content {
  width: calc((100% - 24px) / 2);
  padding: 60px 20px;
  color: #00336A;
  text-align: center;
  background-color: #F9F7F1;
}
@media screen and (max-width: 768px) {
  .qualifications .achievements__content, .qualifications .point__content {
    width: 100%;
    padding: 40px 20px;
  }
}
.qualifications .achievements__content span, .qualifications .point__content span {
  font-size: 20px;
  font-weight: bold;
}
.qualifications .achievements__content h4, .qualifications .point__content h4 {
  margin-bottom: 8px;
  font-size: 64px;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #F6DC69 60%);
}
.qualifications .achievements__content p, .qualifications .point__content p {
  font-size: 14px;
}
.qualifications .point__content {
  padding: 0;
  background-color: transparent;
  color: #333;
  text-align: left;
}
.qualifications .point__content h4 {
  color: #333;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  background: none;
}
@media screen and (max-width: 768px) {
  .qualifications .point__content h4 {
    font-size: 3.8vw;
  }
}
.qualifications .point__img {
  margin-bottom: 12px;
  width: 100%;
  height: 170px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .qualifications .point__img {
    margin-bottom: 16px;
    height: auto;
  }
}
.qualifications .point__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.qualifications .point p {
  font-size: 14px;
  line-height: 1.6;
}
.qualifications .employment__wrap {
  display: flex;
  justify-content: center;
  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: 275px;
  transform: translateY(-20px);
}
@media screen and (max-width: 768px) {
  .qualifications .employment__content.graduateResult img {
    transform: translateY(0) translateX(26px);
  }
}
.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__content:nth-of-type(3) .voice__img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.voice__content:nth-of-type(3) .voice__img img {
  max-width: 200px;
}
.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__content:first-of-type .life__img {
  width: 193px;
}
.life__content:nth-of-type(2) .life__img {
  width: 225px;
}
.life__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 10px;
  padding: 24px;
  background-color: #F9F7F1;
}
@media screen and (max-width: 768px) {
  .life__inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
}
.life__inner h3 {
  width: 100%;
}
.life__img {
  width: calc(40% - 24px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .life__img {
    width: 80%;
    height: auto;
  }
}
.life__txt {
  width: 60%;
  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;
  vertical-align: middle;
}
.support__table th {
  font-size: 22px;
  vertical-align: middle;
  text-align: center;
  color: #00336A;
  background-color: #EAEEF7;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .support__table th {
    font-size: 20px;
  }
}
.support__table th span {
  display: block;
  font-size: 80%;
  color: #333;
}
.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;
}