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

.mv {
  padding: 64px 0 100px 0;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 40px 0;
  }
}
.mv__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.mv__header img {
  width: 75%;
  max-width: 800px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mv__header img {
    transform: translateX(-20px);
  }
}
.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__img {
  position: relative;
}
.mv__img img {
  width: 100%;
  height: auto;
}
.mv__img h1 {
  position: absolute;
  top: 40px;
  right: 20px;
  font-size: 45px;
  letter-spacing: 0.1em;
  color: #00336A;
  text-align: right;
  text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
}
@media screen and (max-width: 768px) {
  .mv__img h1 {
    font-size: 4.9vw;
    top: 110px;
    right: 10px;
  }
}
.mv__img 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__img h1 span {
    padding: 8px 0;
  }
}
.mv__img h1 span .small {
  font-size: 75%;
}
.mv__img .read {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.8509803922);
  padding: 20px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .mv__img .read {
    margin-top: 16px;
    position: relative;
    bottom: auto;
    right: auto;
    background-color: transparent;
    padding: 0;
    font-size: 16px;
  }
}
.mv__ttl {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .mv__ttl {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mv__ttl .ttl {
    font-size: 4.1vw;
  }
}
.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: 4vw;
    letter-spacing: -0.01em;
    justify-content: center;
    width: 100%;
    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;
  text-indent: -1em;
  padding-left: 1em;
}
.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;
}

.limited {
  margin-top: 60px;
}
.limited p {
  font-size: 18px;
  font-weight: 700;
  color: red;
  text-align: center;
}
.limited a {
  display: block;
  width: 90%;
  max-width: 550px;
  margin: 8px auto 0 auto;
}
.limited a img {
  width: 100%;
  height: auto;
}

.bnrArea01 {
  margin-top: 2.5em;
}
.bnrArea01 a {
  display: block;
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
}
.bnrArea01 a:not(:last-child) {
  margin-bottom: 20px;
}
.bnrArea01 a img {
  width: 100%;
  height: auto;
}

.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 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
.feature__content:last-child {
  margin-top: 65px;
}
.feature__txt, .feature__schedule {
  width: 100%;
}
.feature__txt h3 {
  margin-bottom: 20px;
  padding: 12px;
  color: #fff;
  font-size: 18px;
  background-color: #BEAF73;
}
@media screen and (max-width: 768px) {
  .feature__txt h3 {
    font-size: 16px;
    text-align: center;
  }
}
.feature__txt p.read {
  margin-bottom: 20px;
}
.feature__txt ul li {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.feature__txt ul li img {
  width: 22px;
}
.feature__schedule table {
  width: 100%;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .feature__schedule table {
    width: 600px;
  }
}
.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 .caution {
  font-size: 14px;
}
.feature .btn {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  background: #fff;
}

.record__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 600px;
  margin: 0 auto;
}
.record__content {
  width: calc((100% - 24px) / 2);
  padding: 60px 20px;
  color: #00336A;
  text-align: center;
  background-color: #F9F7F1;
}
@media screen and (max-width: 768px) {
  .record__content {
    width: 100%;
  }
}
.record__content span {
  font-size: 20px;
  font-weight: bold;
}
.record__content h4 {
  width: 100%;
  color: #00336A;
  margin-bottom: 8px;
  font-size: 64px;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #F6DC69 60%);
}
.record__content p {
  font-size: 14px;
}

.lecture .ttl + .read {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lecture .ttl + .read {
    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;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px 40px;
}
@media screen and (max-width: 768px) {
  .lecture .lecture__wrap {
    gap: 24px;
  }
}
.lecture .lecture__content {
  width: 100%;
  max-width: 800px;
}
.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: 700px;
  }
}
.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;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .lecture .lecture__table td {
    padding: 20px 5px 20px 20px;
  }
}
.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 .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: 20px;
}
@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% - 20px);
}
@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__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;
}

.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: 100%;
}
.schedule__content img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .schedule__content img {
    width: 800px;
    max-width: 800px;
  }
}
.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;
}

.report .purpose h3 {
  width: 100%;
  font-size: 24px;
  margin-bottom: 16px;
  color: #00336A;
}
@media screen and (max-width: 768px) {
  .report .purpose h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.report .purpose__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
}
.report .purpose__inner .read {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .report .purpose__inner .read {
    width: 100%;
    order: 2;
  }
}
.report .purpose__inner img {
  width: calc(35% - 16px);
}
@media screen and (max-width: 768px) {
  .report .purpose__inner img {
    width: 100%;
    order: 1;
  }
}

.step .sub-ttl + .read {
  text-align: center;
}
.step__wrap {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.step__content {
  position: relative;
  width: calc((100% - 120px) / 4);
  border: 1px solid #00336A;
  padding: 24px 16px 16px;
}
@media screen and (max-width: 768px) {
  .step__content {
    width: 100%;
  }
}
.step__content:not(:last-child)::after {
  content: "》";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -37px;
  font-size: 22px;
  color: #00336A;
}
@media screen and (max-width: 768px) {
  .step__content:not(:last-child)::after {
    top: auto;
    transform: translateY(0) translateX(50%) rotate(90deg);
    right: 50%;
    bottom: -43px;
  }
}
.step__content span {
  position: absolute;
  top: -18px;
  left: -6px;
  padding: 4px 16px;
  background-color: #00336A;
  color: #fff;
}
.step .caution {
  display: block;
  font-size: 14px;
  margin-top: 16px;
}

.pickup {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .pickup {
    padding: 40px 0;
  }
}
.pickup__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.pickup__content {
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 768px) {
  .pickup__content {
    width: 100%;
  }
}
.pickup__img {
  margin-bottom: 24px;
  width: 100%;
  height: 235px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pickup__img {
    height: 195px;
    margin-bottom: 18px;
  }
}
.pickup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pickup__txt h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #00336A;
}
@media screen and (max-width: 768px) {
  .pickup__txt h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.pickup__txt .btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 15em;
  margin-top: 1em;
  padding: 0.35em 1em 0.5em;
  font-size: inherit;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  background: #00336A;
  text-align: center;
}
.pickup__txt .btn .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.schooling__header {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .schooling__header {
    margin-top: 40px;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .schooling__header-left {
    width: 100%;
  }
}
.schooling__header-left h3 {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .schooling__header-left h3 {
    font-size: 16px;
  }
}
.schooling__header-left h3 span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #26a28d;
  border-radius: 50%;
}
.schooling__header-left h4 {
  font-size: 16px;
}
.schooling__header-left table th,
.schooling__header-left table td {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #333;
  font-size: 16px;
}
.schooling__header-left table th {
  background-color: #d9fffd;
}
@media screen and (max-width: 768px) {
  .schooling__header-left table td {
    width: 60%;
  }
}
.schooling__header-left .caution {
  margin-top: 8px;
  font-size: 14px;
}
.schooling__header-left .caution li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .schooling__header-right {
    width: 100%;
  }
}
.schooling__header-right .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  width: 180px;
  height: 180px;
  margin: 0 auto 16px auto;
  font-size: 22px;
  font-weight: bold;
  background-color: #26a28d;
  border-radius: 50%;
}
.schooling__header-right p {
  font-size: 16px;
  text-align: center;
  color: #26a28d;
}
.schooling__body {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .guidance .sub-ttl {
    font-size: 20px;
  }
}
.guidance h3 {
  margin-bottom: 16px;
  font-size: 28px;
  color: #00336A;
}
@media screen and (max-width: 768px) {
  .guidance h3 {
    font-size: 5.4vw;
  }
}
.guidance__img {
  display: block;
  margin: 0 auto 24px auto;
  width: 100%;
}
.guidance dl {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .guidance dl {
    margin-top: 24px;
  }
}
.guidance dl dt {
  color: #00336A;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .guidance dl dt {
    font-size: 5vw;
  }
}
.guidance dl dd .preparation {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
.guidance dl dd .preparation .preparation-left {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 768px) {
  .guidance dl dd .preparation .preparation-left {
    width: 100%;
  }
}
.guidance dl dd .preparation .preparation-left table {
  margin-top: 16px;
  width: 100%;
}
.guidance dl dd .preparation .preparation-left table th,
.guidance dl dd .preparation .preparation-left table td {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #333;
  font-size: 16px;
}
.guidance dl dd .preparation .preparation-left table th {
  background-color: #d9fffd;
}
.guidance dl dd .preparation .preparation-right {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 768px) {
  .guidance dl dd .preparation .preparation-right {
    width: 100%;
  }
}
.guidance dl dd .preparation .preparation-right img {
  width: 100%;
  height: auto;
}

.voice {
  background-color: #F9F7F1;
}
.voice .read {
  font-size: 16px;
  line-height: 1.8;
}
.voice .btn {
  width: 15em;
  max-width: 100%;
  display: block;
  padding: 0;
  font-size: inherit;
  border: none;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .voice .btn {
    width: 100%;
  }
}
.voice .btn a {
  position: relative;
  padding: 0.35em 1em 0.5em;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  background: #00336A;
  display: block;
  text-align: center;
}
.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(2) .voice__img, .voice__content:nth-of-type(4) .voice__img, .voice__content:nth-of-type(5) .voice__img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.voice__content:nth-of-type(2) .voice__img img, .voice__content:nth-of-type(4) .voice__img img, .voice__content:nth-of-type(5) .voice__img img {
  max-width: 260px;
}
.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);
  }
}

.support {
  background-color: #F2F4F7;
}
.support .total {
  text-align: center;
  margin: 30px auto;
  color: #00336a;
}
.support .total dt {
  font-weight: 900;
  font-size: 18px;
}
.support .total dd {
  font-size: 59px;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .support .total dd {
    font-size: 12vw;
  }
}
.support .detail h3 {
  font-size: 18px;
  font-weight: 700;
  color: #00336a;
  padding-bottom: 10px;
}
.support .detail table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #00336a;
  border-left: 1px solid #00336a;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .support .detail table {
    width: 700px;
  }
}
.support .detail table th,
.support .detail table td {
  border-bottom: 1px solid #00336a;
  border-right: 1px solid #00336a;
  font-weight: 500;
  padding: 0.75em 0;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}
.support .detail table th {
  color: #00336a;
  background-color: #ebe7d5;
}
.support .detail table td {
  background: #fff;
}
.support .detail .txt01 {
  font-size: 14px;
}
.support .detail ul li {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
.support .tuition-support {
  margin-top: 60px;
}
.support__table {
  margin-top: 60px;
  width: 100%;
}
.support__table th,
.support__table td {
  padding: 20px;
  border: 1px solid #00336A;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .support__table th,
  .support__table td {
    display: block;
    width: 100%;
  }
}
.support__table th {
  font-size: 20px;
  text-align: center;
  color: #00336A;
  background-color: #EAEEF7;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .support__table th {
    width: 100%;
    border-bottom: none;
  }
}
.support__table th span {
  display: block;
}
.support__table tr:nth-child(2) th {
  border-top: none;
}
.support__table td {
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .support__table td {
    width: 100%;
  }
}
.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;
}