@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto:wght@700&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  background: rgb(215, 245, 254);
  background: linear-gradient(90deg, rgb(215, 245, 254) 0%, rgb(250, 255, 239) 100%);
}

* {
  box-sizing: border-box;
}

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

.ttl {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding: 48px 0;
  text-align: center;
  font-size: 48px;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.4;
  background-color: #00336A;
}
@media screen and (max-width: 599px) {
  .ttl {
    font-size: 24px;
    padding: 36px 0;
  }
}
.ttl::before, .ttl::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #BEAF73;
}
.ttl::before {
  top: 8px;
}
@media screen and (max-width: 599px) {
  .ttl::before {
    top: 10px;
  }
}
.ttl::after {
  bottom: 8px;
}
@media screen and (max-width: 599px) {
  .ttl::after {
    bottom: 10px;
  }
}
.ttl span {
  display: block;
  font-size: 24px;
  color: #BEAF73;
}
@media screen and (max-width: 599px) {
  .ttl span {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

br.pc {
  display: inline;
}
@media screen and (max-width: 599px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 599px) {
  br.sp {
    display: inline;
  }
}

.read {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 400px;
  padding: 24px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #00336A;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.6s;
}
@media screen and (max-width: 599px) {
  .btn {
    font-size: 18px;
    padding: 20px 0;
  }
}
.btn::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_arrow_u.svg);
}
.btn:hover {
  opacity: 0.6;
}
.btn__more {
  margin: 30px auto 0 auto;
}
.btn__more.is-show::before {
  background-image: url(../img/icon_close.svg);
}
.btn__department {
  padding: 18px 0;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .btn__department {
    font-size: 18px;
    text-align: left;
  }
}
.btn__department::before {
  transform: rotate(-90deg);
}

.banner01 {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .banner01 {
    margin-top: 24px;
  }
}
.banner01 h3 {
  margin-bottom: 16px;
  text-align: center;
  font-size: 24px;
  color: #00336a;
}
@media screen and (max-width: 599px) {
  .banner01 h3 {
    font-size: 4.8vw;
  }
}
.banner01 a {
  display: flex;
  justify-content: center;
  width: 95%;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #00336a;
}
.banner01 .banner__img {
  width: 50%;
  height: 170px;
}
@media screen and (max-width: 599px) {
  .banner01 .banner__img {
    height: 110px;
  }
}
.banner01 .banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner01 .banner__txt {
  position: relative;
  width: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
@media screen and (max-width: 599px) {
  .banner01 .banner__txt {
    padding: 0 8px;
  }
}
.banner01 .banner__txt::after {
  content: "＞";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 22px;
  color: #00336a;
}
@media screen and (max-width: 599px) {
  .banner01 .banner__txt::after {
    right: 2px;
    font-size: 16px;
  }
}
.banner01 .banner__txt p {
  font-size: 20px;
  font-weight: 700;
  color: #00336A;
}
@media screen and (max-width: 599px) {
  .banner01 .banner__txt p {
    font-size: 3.5vw;
  }
}

.mv {
  width: 100vw;
  position: relative;
}
.mv img {
  width: 100%;
  height: auto;
  position: relative;
}
.mv__copy {
  position: absolute;
  bottom: 2.5vw;
  left: 2.5vw;
  z-index: 2;
}
.mv__copy span {
  color: #00336A;
  font-size: 3.88vw;
  font-weight: 900;
  background: #fff;
  margin-top: 1vw;
  padding: 0.38vw 1.25vw;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .mv__copy span {
    font-size: 6.4vw;
  }
}
.mv__copy span em {
  font-style: normal;
  color: #0058B5;
  position: relative;
}
.mv__copy span em:after {
  content: "";
  background: #F6DC69;
  width: 100%;
  height: 1.25vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .mv__copy span em:after {
    height: 2vw;
  }
}

.message {
  padding: 80px 0 140px;
}
@media screen and (max-width: 599px) {
  .message {
    padding: 40px 0 64px;
  }
}
.message__wrap {
  padding: 56px 60px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .message__wrap {
    padding: 40px 24px;
  }
}
.message__inner {
  display: flex;
}
@media screen and (max-width: 599px) {
  .message__inner {
    flex-direction: column;
  }
}
.message__content {
  width: 70%;
  padding-right: 40px;
}
@media screen and (max-width: 599px) {
  .message__content {
    width: 100%;
    padding: 0 0 40px 0;
  }
}
.message__copy {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
}
.message__copy span {
  color: #0058B5;
}
@media screen and (max-width: 599px) {
  .message__copy {
    font-size: 22px;
  }
}
.message__ttl {
  color: #0058B5;
  font-weight: 900;
  font-size: 34px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .message__ttl {
    font-size: 26px;
    text-align: center;
  }
}
.message__txt {
  font-size: 16px;
}
.message__txt + p {
  margin-top: 30px;
}
.message__profile {
  background: #F9F7F1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 30%;
}
@media screen and (max-width: 599px) {
  .message__profile {
    width: 100%;
    padding: 20px;
    flex-direction: column;
  }
}
.message__profile-img {
  width: 100%;
  margin-bottom: 20px;
}
.message__profile-img span {
  display: block;
  text-align: center;
  margin-top: 8px;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  .message__profile-img {
    margin-bottom: 30px;
  }
}
.message__profile-wrap {
  width: 100%;
}
.message__profile-ttl {
  font-weight: 700;
  color: #00336A;
}
.message__profile-ttl:not(:first-of-type) {
  margin-top: 20px;
}
.message__profile-txt {
  font-size: 12px;
}
.message__profile dl {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
}
.message__profile dl dt {
  width: 18%;
}
@media screen and (max-width: 599px) {
  .message__profile dl dt {
    width: 20%;
  }
}
.message__profile dl dd {
  width: 82%;
}
@media screen and (max-width: 599px) {
  .message__profile dl dd {
    width: 80%;
  }
}

.voice {
  margin-top: 100px;
}
@media screen and (max-width: 599px) {
  .voice {
    margin-top: 60px;
  }
}
.voice__ttl {
  position: relative;
  margin-bottom: 64px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #00336a;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .voice__ttl {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.voice__ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 120px;
  height: 4px;
  background-color: #beaf73;
}
.voice__content:not(:first-of-type) {
  margin-top: 104px;
}
@media screen and (max-width: 599px) {
  .voice__content:not(:first-of-type) {
    margin-top: 80px;
  }
}
.voice__header {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 599px) {
  .voice__header {
    gap: 20px;
  }
}
.voice__copy {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 40px 40px 40px 85px;
  background-color: #f9f7f1;
}
@media screen and (max-width: 599px) {
  .voice__copy {
    width: 100%;
    padding: 60px 20px 20px 20px;
  }
}
.voice__copy img {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 96px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .voice__copy img {
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
  }
}
.voice__copy h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .voice__copy h3 {
    font-size: 18px;
  }
}
.voice__copy h3 strong {
  font-size: 32px;
  color: #0058B5;
  background: linear-gradient(transparent 60%, #F6DC69 60%);
}
@media screen and (max-width: 599px) {
  .voice__copy h3 strong {
    font-size: 20px;
  }
}
.voice__img {
  width: calc(40% - 50px);
  height: auto;
}
@media screen and (max-width: 599px) {
  .voice__img {
    width: 100%;
  }
}
.voice__body {
  margin-top: 32px;
  padding: 32px;
  background-color: #f9f7f1;
}
.voice__body h4 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-size: 24px;
  color: #00336A;
  border-bottom: 1px solid;
}
@media screen and (max-width: 599px) {
  .voice__body h4 {
    align-items: flex-start;
    font-size: 4.2vw;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
.voice__body p:not(:first-of-type) {
  margin-top: 20px;
}
.voice__read {
  position: relative;
  overflow: hidden;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 55px;
}
.voice__read.is-show {
  max-height: 100%;
  -webkit-line-clamp: inherit;
}
.voice__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .voice__list {
    flex-direction: column;
  }
}
.voice__list > li {
  width: 96.6666666667%;
  background: #F9F7F1;
}
.voice__list > li:not(:last-child) {
  margin-right: 5%;
}
@media screen and (max-width: 599px) {
  .voice__list > li {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .voice__list > li + li {
    margin-top: 30px;
  }
}
.voice__list > li .name {
  color: #00336A;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #0058B5;
  padding: 16px 0 8px;
  margin: 0 20px 8px;
}
.voice__list > li .name span {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .voice__list > li .name {
    font-size: 14px;
  }
  .voice__list > li .name span {
    font-size: 20px;
  }
}
.voice__list > li .txt {
  font-weight: 700;
  margin: 0 20px;
}
.voice__list > li .txt + .txt {
  margin-top: 10px;
}
.voice__list > li .btn {
  margin: 30px auto 20px;
  width: calc(100% - 40px);
  height: 60px;
}
.voice__list > li .btn:before {
  transform: rotate(-90deg);
}

.license {
  margin-top: 100px;
}
@media screen and (max-width: 599px) {
  .license {
    margin-top: 60px;
  }
}
.license__ttl {
  position: relative;
  margin-bottom: 64px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #00336a;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .license__ttl {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.license__ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 120px;
  height: 4px;
  background-color: #beaf73;
}
.license__list {
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 599px) {
  .license__list {
    gap: 24px;
  }
}
.license__list li {
  width: calc((100% - 24px) / 4);
}
@media screen and (max-width: 599px) {
  .license__list li {
    width: 100%;
  }
}
.license__list li img {
  width: 100%;
  height: auto;
}
.license__list li h4 {
  margin: 8px auto;
  font-size: 20px;
  color: #00336A;
}
.license__list li .read {
  min-height: 115px;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  .license__list li .read {
    min-height: auto;
  }
}
.license__btn {
  padding: 12px 0;
}
.license__btn::before {
  transform: rotate(-90deg);
}

.profile {
  padding-bottom: 140px;
}
@media screen and (max-width: 599px) {
  .profile {
    padding-bottom: 64px;
  }
}
.profile__wrap {
  padding: 56px 60px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .profile__wrap {
    padding: 40px 24px;
  }
}
.profile .graduation-rate {
  padding: 40px 32px 40px 32px;
  background-color: #F9F7F1;
}
@media screen and (max-width: 599px) {
  .profile .graduation-rate {
    padding: 24px 20px;
  }
}
.profile .graduation-rate__ttl {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .profile .graduation-rate__ttl {
    font-size: 34px;
  }
}
@media screen and (max-width: 599px) {
  .profile .graduation-rate__ttl {
    font-size: 20px;
    line-height: 1.6;
  }
}
.profile .graduation-rate__ttl::before, .profile .graduation-rate__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  width: 66px;
  height: 72px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .profile .graduation-rate__ttl::before, .profile .graduation-rate__ttl::after {
    top: -80px;
  }
}
@media screen and (max-width: 599px) {
  .profile .graduation-rate__ttl::before, .profile .graduation-rate__ttl::after {
    top: -20px;
    width: 40px;
    height: 44px;
  }
}
.profile .graduation-rate__ttl::before {
  left: 5%;
  background-image: url("../img/icon_graduation-rate-ttl01.svg");
}
@media screen and (max-width: 599px) {
  .profile .graduation-rate__ttl::before {
    left: -55px;
  }
}
.profile .graduation-rate__ttl::after {
  right: 5%;
  background-image: url("../img/icon_graduation-rate-ttl02.svg");
}
@media screen and (max-width: 599px) {
  .profile .graduation-rate__ttl::after {
    right: -55px;
  }
}
.profile .graduation-rate__ttl span {
  display: block;
  color: #0058B5;
}
.profile .graduation-rate__ttl .balloon {
  font-size: 22px;
  color: #fff;
  background: #00336A;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  display: block;
  margin: -60px auto 20px;
  padding: 8px 20px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .profile .graduation-rate__ttl .balloon {
    font-size: 16px;
  }
}
.profile .graduation-rate__ttl .balloon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 9px 0 9px;
  border-color: #00336A transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  margin: auto;
}
.profile .graduation-rate__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 32px;
}
.profile .graduation-rate__wrap + p {
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
}
.profile .graduation-rate__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  width: calc((100% - 32px) / 2);
  padding: 32px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .profile .graduation-rate__content {
    gap: 16px;
    width: 100%;
    padding: 16px;
    text-align: center;
  }
}
.profile .graduation-rate__txt {
  width: 70%;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .profile .graduation-rate__txt {
    width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 599px) {
  .profile .graduation-rate__txt {
    width: 100%;
    order: 2;
  }
}
.profile .graduation-rate__txt h4 {
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #00336A;
  background: linear-gradient(transparent 80%, #F6DC69 80%);
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .profile .graduation-rate__txt h4 {
    font-size: 21px;
  }
}
@media screen and (max-width: 599px) {
  .profile .graduation-rate__txt h4 {
    display: inline-block;
    font-size: 18px;
  }
}
.profile .graduation-rate__txt h4 strong {
  margin-left: 12px;
  font-size: 56px;
  color: #0058B5;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .profile .graduation-rate__txt h4 strong {
    font-size: 48px;
  }
}
@media screen and (max-width: 599px) {
  .profile .graduation-rate__txt h4 strong {
    font-size: 42px;
  }
}
.profile .graduation-rate__txt h4 strong span {
  font-size: 48px;
}
@media screen and (max-width: 599px) {
  .profile .graduation-rate__txt h4 strong span {
    font-size: 28px;
  }
}
.profile .graduation-rate__box {
  display: inline-block;
  margin-top: 24px;
  padding: 16px;
  background-color: #EAEEF7;
}
@media screen and (max-width: 599px) {
  .profile .graduation-rate__box {
    width: 100%;
    margin-top: 16px;
  }
}
.profile .graduation-rate__box h5 {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #0058B5;
}
@media screen and (max-width: 599px) {
  .profile .graduation-rate__box h5 {
    margin-bottom: 8px;
  }
}
.profile .graduation-rate__box-inner {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 599px) {
  .profile .graduation-rate__box-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .profile .graduation-rate__box-inner dl {
    width: calc((100% - 8px) / 2);
  }
}
.profile .graduation-rate__box-inner dl:not(:last-child) {
  padding-right: 8px;
  border-right: 2px solid #BFCBD9;
}
.profile .graduation-rate__box-inner dl dd {
  font-size: 16px;
  font-weight: 700;
  color: #0058B5;
}
@media screen and (max-width: 599px) {
  .profile .graduation-rate__box-inner dl dd {
    font-size: 12px;
  }
}
.profile .graduation-rate__img {
  width: calc(30% - 32px);
  max-width: 130px;
  height: auto;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .profile .graduation-rate__img {
    width: 50%;
    max-width: inherit;
    height: auto;
    margin: 0 auto;
    order: 1;
  }
}
@media screen and (max-width: 599px) {
  .profile .graduation-rate__img {
    width: 50%;
    max-width: inherit;
    height: auto;
    margin: 0 auto;
    order: 1;
  }
}
.profile .enrollee-career {
  margin-top: 94px;
}
@media screen and (max-width: 599px) {
  .profile .enrollee-career {
    margin-top: 64px;
  }
}
.profile .enrollee-career__ttl {
  position: relative;
  margin-bottom: 64px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #00336A;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .profile .enrollee-career__ttl {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.profile .enrollee-career__ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 120px;
  height: 4px;
  background-color: #BEAF73;
}
.profile .enrollee-career__img {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .profile .enrollee-career__img {
    gap: 20px;
    margin-top: 16px;
  }
}
.profile .enrollee-career__img img {
  width: calc((100% - 40px) / 2);
  height: auto;
}
@media screen and (max-width: 599px) {
  .profile .enrollee-career__img img {
    width: 100%;
  }
}
.profile .enrollee-voice {
  margin-top: 94px;
}
@media screen and (max-width: 599px) {
  .profile .enrollee-voice {
    margin-top: 64px;
  }
}
.profile .enrollee-voice__ttl {
  position: relative;
  margin-bottom: 64px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #00336A;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .profile .enrollee-voice__ttl {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.profile .enrollee-voice__ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 120px;
  height: 4px;
  background-color: #BEAF73;
}
.profile .enrollee-voice__wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px;
}
@media screen and (max-width: 599px) {
  .profile .enrollee-voice__wrap {
    gap: 32px;
  }
}
.profile .enrollee-voice__wrap:not(:last-child) {
  border-bottom: 1px solid #BEAF73;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.profile .enrollee-voice__img {
  width: calc(35% - 48px);
  text-align: center;
}
@media screen and (max-width: 599px) {
  .profile .enrollee-voice__img {
    width: 100%;
  }
}
.profile .enrollee-voice__img img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.profile .enrollee-voice__txt {
  width: 65%;
}
@media screen and (max-width: 599px) {
  .profile .enrollee-voice__txt {
    width: 100%;
  }
}
.profile .enrollee-voice__txt h4 {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  color: #0058B5;
}
@media screen and (max-width: 599px) {
  .profile .enrollee-voice__txt h4 {
    margin-bottom: 16px;
    font-size: 18px;
    text-align: center;
  }
}
.profile .enrollee-voice__txt .read + .read {
  margin-top: 30px;
}

.lecture {
  padding-bottom: 140px;
}
@media screen and (max-width: 599px) {
  .lecture {
    padding-bottom: 64px;
  }
}
.lecture__wrap {
  padding: 64px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .lecture__wrap {
    padding: 40px 24px;
  }
}
.lecture__content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 599px) {
  .lecture__content {
    gap: 16px;
  }
}
.lecture__content:first-child {
  margin-bottom: 40px;
}
.lecture__txt {
  width: 70%;
}
@media screen and (max-width: 599px) {
  .lecture__txt {
    width: 100%;
  }
}
.lecture__txt h3 {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #00336A;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .lecture__txt h3 {
    font-size: 20px;
  }
}
.lecture__txt h3 img {
  width: 42px;
  height: auto;
  margin-right: 8px;
}
@media screen and (max-width: 599px) {
  .lecture__txt h3 img {
    width: 26px;
  }
}
.lecture__txt h3 span {
  margin-left: 16px;
  padding: 6px 24px;
  font-size: 18px;
  color: #fff;
  background-color: #BEAF73;
}
@media screen and (max-width: 599px) {
  .lecture__txt h3 span {
    font-size: 14px;
    padding: 5px 12px;
  }
}
.lecture__img {
  width: calc(30% - 40px);
  height: auto;
}
@media screen and (max-width: 599px) {
  .lecture__img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.lecture__flow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (max-width: 599px) {
  .lecture__flow {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.lecture__flow-inner {
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background-color: #00336A;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .lecture__flow-inner {
    padding: 15px 7px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .lecture__flow-inner {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .lecture__flow img {
    width: 8px;
    height: auto;
    transform: rotate(90deg);
  }
}

.test {
  padding-bottom: 140px;
}
@media screen and (max-width: 599px) {
  .test {
    padding-bottom: 64px;
  }
}
.test__wrap {
  padding: 64px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .test__wrap {
    padding: 40px 24px;
  }
}
.test__header {
  padding: 32px;
  background-color: #F9F7F1;
}
@media screen and (max-width: 599px) {
  .test__header {
    padding: 32px 20px;
  }
}
.test__header h3 {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .test__header h3 {
    font-size: 20px;
    line-height: 1.6;
  }
}
.test__header h3::before, .test__header h3::after {
  content: "";
  position: absolute;
  top: -50px;
  width: 66px;
  height: 72px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .test__header h3::before, .test__header h3::after {
    top: -80px;
  }
}
@media screen and (max-width: 599px) {
  .test__header h3::before, .test__header h3::after {
    top: -50px;
    width: 40px;
    height: 44px;
  }
}
.test__header h3::before {
  left: 0;
  background-image: url("../img/icon_graduation-rate-ttl01.svg");
}
@media screen and (max-width: 599px) {
  .test__header h3::before {
    left: -15px;
  }
}
.test__header h3::after {
  right: 0;
  background-image: url("../img/icon_graduation-rate-ttl02.svg");
}
@media screen and (max-width: 599px) {
  .test__header h3::after {
    right: -15px;
  }
}
.test__header h3 span {
  color: #0058B5;
}
.test__header-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}
.test__header-inner + p {
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .test__header-inner + p {
    font-size: 12px;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.test__header-content {
  width: calc((100% - 72px) / 4);
  padding: 24px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .test__header-content {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .test__header-content {
    width: 100%;
  }
}
.test__header-content h4 {
  margin-bottom: 16px;
  font-size: 28px;
  color: #00336A;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .test__header-content h4 {
    font-size: 34px;
  }
}
@media screen and (max-width: 599px) {
  .test__header-content h4 {
    font-size: 20px;
  }
}
.test__header-content .num {
  display: inline-block;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: #0058B5;
  background: linear-gradient(transparent 80%, #F6DC69 80%);
}
@media screen and (max-width: 599px) {
  .test__header-content .num {
    font-size: 42px;
  }
}
.test__header-content .num span {
  font-size: 48px;
}
@media screen and (max-width: 599px) {
  .test__header-content .num span {
    font-size: 28px;
  }
}
.test__header-content ul {
  margin-top: 8px;
  padding-left: 30px;
}
@media screen and (max-width: 599px) {
  .test__header-content ul {
    padding-left: 0;
  }
}
.test__header-content ul li {
  font-size: 14px;
  text-align: left;
}
.test .knowhow {
  margin-top: 94px;
}
@media screen and (max-width: 599px) {
  .test .knowhow {
    margin-top: 64px;
  }
}
.test .knowhow__ttl {
  position: relative;
  margin-bottom: 64px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #00336a;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .test .knowhow__ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.test .knowhow__ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 120px;
  height: 4px;
  background-color: #beaf73;
}
.test .knowhow__content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
.test .knowhow__content:nth-last-child(2) .knowhow__txt h4 span, .test .knowhow__content:last-child .knowhow__txt h4 span {
  margin-left: 0;
}
@media screen and (max-width: 375px) {
  .test .knowhow__content:nth-last-child(2) .knowhow__txt h4 span {
    transform: translateX(-48px);
  }
}
.test .knowhow__content:not(:last-child) {
  margin-bottom: 40px;
}
.test .knowhow__txt {
  width: 65%;
}
@media screen and (max-width: 599px) {
  .test .knowhow__txt {
    width: 100%;
  }
}
.test .knowhow__txt h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 0;
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0058b5;
}
@media screen and (max-width: 599px) {
  .test .knowhow__txt h4 {
    align-items: flex-start;
    font-size: 20px;
  }
}
.test .knowhow__txt h4 .num {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  width: 47px;
  min-width: 47px;
  height: 47px;
  background-color: #00336a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .test .knowhow__txt h4 .num {
    margin-top: 13px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 15px;
  }
}
.test .knowhow__txt h4 span {
  display: inline-block;
  margin-left: 16px;
  padding: 6px 24px;
  font-size: 18px;
  color: #fff;
  background-color: #beaf73;
}
@media screen and (max-width: 599px) {
  .test .knowhow__txt h4 span {
    margin-left: 0;
    padding: 5px 12px;
    font-size: 14px;
  }
}
.test .knowhow__txt h5 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .test .knowhow__txt h5 {
    font-size: 18px;
  }
}
.test .knowhow__txt ul li {
  position: relative;
  padding-left: 16px;
}
.test .knowhow__txt ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #beaf73;
  border-radius: 50%;
}
.test .knowhow__txt ul + p {
  padding-left: 16px;
}
.test .knowhow__txt.last h4 {
  margin-bottom: 0;
}
.test .knowhow__txt.last h4 + span {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 6px 24px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #beaf73;
}
@media screen and (max-width: 599px) {
  .test .knowhow__txt.last h4 + span {
    padding: 5px 12px;
    font-size: 14px;
  }
}
.test .knowhow__img {
  width: calc(35% - 32px);
  height: auto;
}
@media screen and (max-width: 599px) {
  .test .knowhow__img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.test .teacher {
  margin-top: 94px;
}
@media screen and (max-width: 599px) {
  .test .teacher {
    margin-top: 64px;
  }
}
.test .teacher__ttl {
  position: relative;
  margin-bottom: 64px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #00336a;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .test .teacher__ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.test .teacher__ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 120px;
  height: 4px;
  background-color: #beaf73;
}
.test .teacher__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 40px;
  margin-top: 64px;
}
@media screen and (max-width: 599px) {
  .test .teacher__wrap {
    margin-top: 40px;
    gap: 32px;
  }
}
.test .teacher__content {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 599px) {
  .test .teacher__content {
    width: 100%;
  }
}
.test .teacher__content h3 {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0058B5;
}
@media screen and (max-width: 599px) {
  .test .teacher__content h3 {
    font-size: 18px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.test .teacher__content-inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 599px) {
  .test .teacher__content-inner {
    justify-content: center;
  }
}
.test .teacher__img {
  width: 30%;
}
@media screen and (max-width: 599px) {
  .test .teacher__img {
    width: 80%;
  }
}
.test .teacher__img img {
  width: 100%;
  height: auto;
}
.test .teacher__img p {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .test .teacher__img p {
    text-align: center;
  }
}
.test .teacher__txt {
  width: calc(70% - 24px);
}
@media screen and (max-width: 599px) {
  .test .teacher__txt {
    width: 100%;
  }
}

.interview {
  margin-top: 100px;
}
@media screen and (max-width: 599px) {
  .interview {
    margin-top: 60px;
  }
}
.interview__ttl {
  position: relative;
  margin-bottom: 64px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #00336a;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .interview__ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.interview__ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 120px;
  height: 4px;
  background-color: #beaf73;
}
.interview__copy {
  color: #0058B5;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .interview__copy {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.interview__copy span {
  font-size: 24px;
  display: block;
}
@media screen and (max-width: 599px) {
  .interview__copy span {
    font-size: 16px;
  }
}
.interview__profile {
  background: #F9F7F1;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}
@media screen and (max-width: 599px) {
  .interview__profile {
    padding: 20px;
    flex-direction: column;
  }
}
.interview__profile img {
  max-width: 320px;
}
@media screen and (max-width: 599px) {
  .interview__profile img {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.interview__profile-txt {
  margin-left: 40px;
}
@media screen and (max-width: 599px) {
  .interview__profile-txt {
    margin-left: 0;
  }
}
.interview__profile-txt .name {
  color: #00336A;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .interview__profile-txt .name {
    font-size: 20px;
  }
}
.interview__profile-txt .name span {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .interview__profile-txt .name span {
    font-size: 14px;
  }
}
.interview__profile-txt .department {
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .interview__profile-txt .department {
    font-size: 14px;
  }
}
.interview__profile-txt > .profile {
  font-size: 14px;
  padding: 0;
  line-height: 2.5;
}
@media screen and (max-width: 599px) {
  .interview__profile-txt > .profile {
    font-size: 14px;
  }
}
.interview__profile-txt > .profile span {
  background: #BEAF73;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 8px;
  margin: 0 10px 10px 0;
  display: inline-block;
  min-width: 120px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .interview__profile-txt > .profile span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    min-width: 100px;
    margin: 15px 0 0;
    padding: 0 6px;
  }
}
.interview__txt {
  font-size: 16px;
}
.interview__txt + dl {
  margin-top: 40px;
}
.interview__img {
  text-align: center;
  margin: 60px auto;
}
.interview__img img {
  max-width: 600px;
}
@media screen and (max-width: 599px) {
  .interview__img {
    width: 100%;
    margin: 40px auto;
  }
  .interview__img img {
    width: 100%;
  }
}
.interview__box dt {
  color: #0058B5;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .interview__box dt {
    font-size: 16px;
  }
}
.interview__box dd + dt {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .interview__box dd + dt {
    margin-top: 40px;
  }
}

.support {
  margin-bottom: 140px;
}
@media screen and (max-width: 599px) {
  .support {
    margin-bottom: 64px;
  }
}
.support__wrap {
  padding: 60px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .support__wrap {
    padding: 40px 24px;
  }
}
.support__detail01 .subTtl {
  background: #E5EBF0;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .support__detail01 .subTtl {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .support__detail01 .subTtl {
    padding: 15px;
    margin-bottom: 20px;
  }
}
.support__detail01 .subTtl .main {
  color: #00336A;
  font-weight: 700;
  font-size: 36px;
}
@media screen and (max-width: 599px) {
  .support__detail01 .subTtl .main {
    font-size: 24px;
  }
}
.support__detail01 > .txt {
  text-align: center;
  font-size: 30px;
  color: #00336A;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .support__detail01 > .txt {
    font-size: 18px;
    line-height: 1.2;
  }
}
.support__detail01 > .txt em {
  font-style: normal;
  font-size: 70px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .support__detail01 > .txt em {
    font-size: 54px;
  }
}
.support__detail01 > .txt em:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #00336A;
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 599px) {
  .support__detail01 > .txt em:after {
    height: 4px;
    bottom: 0;
  }
}
.support__detail01 > .txt strong {
  font-size: 36px;
}
@media screen and (max-width: 599px) {
  .support__detail01 > .txt strong {
    font-size: 26px;
  }
}
.support__detail01 .notes {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .support__detail01 .notes {
    font-size: 14px;
    text-align: left;
  }
}
.support__detail01 .balloon {
  width: -moz-fit-content;
  width: fit-content;
  color: #00336A;
  font-size: 22px;
  font-weight: 700;
  border: 1px solid #00336A;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10px 20px;
}
@media screen and (max-width: 599px) {
  .support__detail01 .balloon {
    font-size: 14px;
  }
}
.support__detail01 .balloon:after {
  content: "";
  display: block;
  background: url(../img/balloon.svg) no-repeat center/100%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}
.support__detail02 {
  padding: 0 90px;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .support__detail02 {
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .support__detail02 {
    padding: 0;
  }
}
.support__detail02 .subTtl {
  background: #fff;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 12px 50px;
  border-bottom: 1px solid #00336A;
}
@media screen and (max-width: 599px) {
  .support__detail02 .subTtl {
    padding: 0 0 10px;
  }
}
.support__detail02 .subTtl .main {
  color: #00336A;
  font-weight: 500;
  font-size: 30px;
}
@media screen and (max-width: 599px) {
  .support__detail02 .subTtl .main {
    font-size: 20px;
  }
}
.support__detail02 .subTtl02 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
}
.support__detail02 .subTtl02:before {
  content: "●";
  color: #00336A;
}
@media screen and (max-width: 599px) {
  .support__detail02 .subTtl02 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.support__detail02 > .list {
  display: flex;
  justify-content: center;
  margin: 0 auto 100px;
}
.support__detail02 > .list li {
  color: #00336A;
  font-weight: 500;
  width: 200px;
  margin: 0 20px;
  padding: 15px;
  background: #BEAF73;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .support__detail02 > .list li {
    width: 46%;
    margin: 0 2%;
    padding: 10px;
  }
}
.support__detail02 > .list li .year {
  background: #fff;
  display: block;
  width: 100%;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .support__detail02 > .list li .year {
    font-size: 18px;
  }
}
.support__detail02 > .list li .txt {
  font-size: 21px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .support__detail02 > .list li .txt {
    font-size: 16px;
  }
}
.support__detail02 > .list li .txt em {
  font-size: 52px;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .support__detail02 > .list li .txt em {
    font-size: 34px;
  }
}
.support__detail02 > .list li .txt .large {
  display: block;
  font-size: 34px;
  padding-top: 6px;
}
@media screen and (max-width: 599px) {
  .support__detail02 > .list li .txt .large {
    padding-top: 3px;
    font-size: 24px;
  }
}
.support__detail03 {
  padding: 0 90px;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .support__detail03 {
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .support__detail03 {
    padding: 0;
  }
}
.support__detail03 .subTtl {
  background: #fff;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 10px 30px 50px;
  border-top: 4px solid #00336A;
  border-bottom: 1px solid #00336A;
  position: relative;
}
@media screen and (max-width: 599px) {
  .support__detail03 .subTtl {
    padding: 30px 0 20px;
    margin-bottom: 20px;
  }
}
.support__detail03 .subTtl .main {
  color: #00336A;
  font-weight: 500;
  font-size: 30px;
}
@media screen and (max-width: 599px) {
  .support__detail03 .subTtl .main {
    font-size: 20px;
  }
}
.support__detail03 .subTtl .balloon {
  background: #fff;
  border: 1px solid #00336A;
  position: absolute;
  top: -40px;
  left: 0;
  padding: 10px 20px;
  color: #00336A;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .support__detail03 .subTtl .balloon {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .support__detail03 .subTtl .balloon {
    font-size: 12px;
    top: -32px;
  }
}
.support__detail03 .subTtl .balloon:after {
  content: "";
  display: block;
  background: url(../img/balloon.svg) no-repeat center/100%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}
.support__detail03 .txt {
  text-align: center;
  font-size: 30px;
  color: #00336A;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .support__detail03 .txt {
    font-size: 18px;
    line-height: 1.2;
  }
}
.support__detail03 .txt em {
  font-style: normal;
  font-size: 70px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .support__detail03 .txt em {
    font-size: 56px;
  }
}
.support__detail03 .txt em:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #00336A;
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 599px) {
  .support__detail03 .txt em:after {
    height: 4px;
    bottom: 0;
  }
}
.support__detail03 .txt strong {
  font-size: 36px;
}
@media screen and (max-width: 599px) {
  .support__detail03 .txt strong {
    font-size: 28px;
  }
}
.support__detail03 .notes {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .support__detail03 .notes {
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .support__detail03 .notes {
    font-size: 12px;
  }
}
.support__detail03 .notes span {
  color: #fff;
  background: #DC000B;
  margin-right: 8px;
  padding: 6px;
}
@media screen and (max-width: 599px) {
  .support__detail03 .notes span {
    margin: 10px auto 0;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.support .txtBox {
  max-width: 1000px;
  background: #F5F3F2;
  margin: 40px auto 60px;
  padding: 30px;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .support .txtBox {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .support .txtBox {
    font-size: 14px;
    margin: 20px auto 30px;
    padding: 20px;
  }
}
.support .txtBox .notes {
  font-size: 14px;
  display: block;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .support .txtBox .notes {
    font-size: 12px;
  }
}
.support table {
  border: 1px solid #707070;
  max-width: 1000px;
  margin: 48px auto 0;
}
@media screen and (max-width: 599px) {
  .support table {
    margin: 20px auto 0;
  }
}
.support table tr {
  border-bottom: 1px solid #707070;
}
.support table th {
  background: #F5F3F2;
  font-size: 18px;
  padding: 10px;
}
@media screen and (max-width: 599px) {
  .support table th {
    font-size: 14px;
  }
}
.support table th:first-child {
  border-right: 1px solid #707070;
}
.support table td {
  font-size: 16px;
  padding: 20px;
}
@media screen and (max-width: 599px) {
  .support table td {
    font-size: 12px;
    padding: 10px;
  }
}
.support table td:first-child {
  width: 80%;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 599px) {
  .support table td:first-child {
    width: 74%;
  }
}
.support table td:last-child {
  text-align: center;
  vertical-align: middle;
}
.support table td.center {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .support table td.center {
    text-align: left;
  }
}
.support .department {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .support .department {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .support .department {
    flex-direction: column;
    min-width: 144px;
    width: 144px;
  }
}
.support .department > span {
  font-size: 20px;
  font-weight: 500;
  color: #00336A;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .support .department > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .support .department > span {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.support .department .list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .support .department .list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .support .department .list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.support .department .list li {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  margin-left: 10px;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .support .department .list li {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .support .department .list li {
    font-size: 11px;
    width: 42px;
    height: 42px;
    margin-left: 6px;
    margin-bottom: 6px;
  }
}
.support .department .list li.orange {
  background: #E36142;
}
.support .department .list li.green {
  background: #4CB584;
}
.support .department .list li.blue {
  background: #3D6FB8;
}
.support .department .list li.navy {
  background: #00336A;
}
.support .department .list li span {
  display: block;
  letter-spacing: -0.03em;
  transform: scale(0.9, 1);
}
.support__txt {
  margin-bottom: 100px;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .support__txt {
    margin-bottom: 40px;
  }
}
.support__btn {
  margin: 0 auto 100px;
}
@media screen and (max-width: 599px) {
  .support__btn {
    margin: 0 auto 60px;
  }
}
.support__btn::before {
  transform: rotate(-90deg);
}

.department__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 64px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .department__wrap {
    padding: 40px 24px;
  }
}
.department__content {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 599px) {
  .department__content {
    width: 100%;
  }
}
.department__content h3 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  color: #0058B5;
}
@media screen and (max-width: 599px) {
  .department__content h3 {
    font-size: 18px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.department__content-inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .department__content-inner {
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .department__content-inner {
    justify-content: center;
  }
}
.department__img {
  width: 30%;
  height: auto;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .department__img {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .department__img {
    width: 80%;
  }
}
.department__txt {
  width: calc(70% - 24px);
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .department__txt {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .department__txt {
    width: 100%;
  }
}
.department__txt .read {
  margin-bottom: 24px;
}
.department__txt .btn:not(:last-child) {
  margin-bottom: 10px;
}

.cta {
  padding: 140px 0;
}
@media screen and (max-width: 599px) {
  .cta {
    padding: 64px 0;
  }
}
.cta__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-right: 32px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1411764706);
  border-radius: 8px;
}
@media screen and (max-width: 599px) {
  .cta__content {
    flex-wrap: wrap;
    padding-right: 0;
    padding-bottom: 24px;
  }
}
.cta__content:first-child {
  margin-bottom: 32px;
}
.cta__right {
  width: 70%;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 599px) {
  .cta__right {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
  }
}
.cta__img {
  width: 368px;
  height: auto;
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 599px) {
  .cta__img {
    width: 100%;
    margin-right: 0;
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .cta__txt {
    width: 90%;
  }
}
.cta__txt h3 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #00336a;
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .cta__txt h3 {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .cta__txt h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1290px) and (min-width: 600px) {
  .cta__txt .read {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .cta__txt .read {
    font-size: 14px;
  }
}
.cta__btn {
  position: relative;
  display: block;
  width: 25%;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  color: #00336a;
  text-align: center;
  border: 1px solid #00336a;
  border-radius: 6px;
  transition: all 0.6s;
}
@media screen and (max-width: 599px) {
  .cta__btn {
    width: 90%;
    margin: 0 auto;
  }
}
.cta__btn:hover {
  opacity: 0.6;
}
.cta__btn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.breadcrumb {
  padding: 8px 0;
  background-color: #fff;
}

#breadcrumbList {
  margin-bottom: 0;
}