@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.mainCont * {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

/***********************************************************************
¥á¥¤¥ó¥Ó¥¸¥å¥¢¥ë
 ********************************************************************* */
.mv {
  display: flex;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .mv {
    align-items: flex-start;
    aspect-ratio: 768/750;
    background-image: url("/lp/2025_english/img/mv_bg_sp.png");
    padding: 10px 5px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .mv {
    align-items: center;
    height: 540px;
    background-image: url("/lp/2025_english/img/mv_bg.png");
    padding-left: 25px;
    margin-top: 55px;
    flex-direction: row-reverse;
  }
  .mv h2 {
    text-align: right;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .mv h2 img {
    width: min(100%, 600px);
  }
}

/***********************************************************************
¥¹¥±¥¸¥å©`¥ë¸ÅÒª
 ********************************************************************* */
.schedule {
  display: block;
  background-color: #e7f4f5;
  padding: 4%;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .schedule {
    margin-top: 15px;
  }
}

.purpose {
  padding-inline: 20px;
  margin-block: 30px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .purpose {
    font-size: 16px;
  }
}

.schedule-heading {
  text-align: center;
  overflow: hidden;
}
.schedule-heading__title {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .schedule-heading__title {
    font-size: 22px;
    padding: 0 15px;
  }
}
.schedule-heading__title::before, .schedule-heading__title::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 100vw;
  height: 1px;
  border-top: 4px dotted #333;
}
@media only screen and (max-width: 767px) {
  .schedule-heading__title::before, .schedule-heading__title::after {
    border-top-width: 2px;
  }
}
.schedule-heading__title::before {
  right: 100%;
}
.schedule-heading__title::after {
  left: 100%;
}

.schedule-flow {
  display: flex;
  gap: 15px 0;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .schedule-flow {
    gap: 0 20px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1360px) {
  .schedule-flow {
    flex-direction: row;
  }
}
.schedule-flow__item {
  flex: 1 auto;
}
.schedule-flow__item.-plus {
  flex: none;
  padding-top: 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .schedule-flow__item.-plus {
    text-align: center;
    padding-block: 40px 20px;
    width: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .schedule-flow__item.-plus {
    width: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .schedule-flow__item.-seminar {
    width: 100%;
  }
}
@media screen and (min-width: 1360px) {
  .schedule-flow__item.-seminar {
    width: min(100%, 780px);
  }
}
@media print, screen and (min-width: 768px) {
  .schedule-flow__item.-contest {
    width: min(100%, 600px);
  }
}
@media screen and (min-width: 1360px) {
  .schedule-flow__item.-contest {
    width: min(100%, 270px);
  }
}
@media print, screen and (min-width: 768px) {
  .schedule-flow__item.-contest .schedule-flow__list li {
    padding-block: 27px;
  }
}
.schedule-flow__item.-contest .schedule-flow__desc {
  line-height: 1.5;
}
.schedule-flow__list {
  display: flex;
  gap: 0 10px;
}
@media only screen and (max-width: 767px) {
  .schedule-flow__list {
    flex-direction: column;
    gap: 10px 0;
  }
}
.schedule-flow__list > li {
  flex: 1;
  background-color: #fff;
  border: 2px solid #333;
  padding: 15px 18px;
}
@media only screen and (max-width: 767px) {
  .schedule-flow__list > li {
    display: flex;
    gap: 0 5px;
    padding: 10px;
  }
}
.schedule-flow__date {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .schedule-flow__date {
    width: 118px;
    font-size: 28px;
  }
}
.schedule-flow__item.-seminar .schedule-flow__date {
  color: #f39800;
}
.schedule-flow__item.-contest .schedule-flow__date {
  color: #036eb8;
}
.schedule-flow__day {
  flex: none;
  display: flex;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  height: 32px;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  letter-spacing: -0.2em;
  background-color: #333;
  border-radius: 2em;
  padding: 0 12px 0 8px;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .schedule-flow__day {
    height: 23px;
    font-size: 12px;
    line-height: 22px;
    padding: 0 8px 0 6px;
    margin-left: 7px;
  }
}
.schedule-flow__item.-seminar .schedule-flow__day {
  background-color: #f39800;
}
.schedule-flow__item.-contest .schedule-flow__day {
  background-color: #036eb8;
}
.schedule-flow__txt {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .schedule-flow__txt {
    flex: 1;
    font-size: 14px;
    margin-top: 0;
  }
}
.schedule-flow__dep {
  display: flex;
  flex-direction: column;
  gap: 3px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .schedule-flow__dep {
    flex: 1;
    font-size: 14px;
    margin-top: 0;
  }
}
.schedule-flow__dep > li {
  background-color: #bbe8ff;
  padding: 3px 10px;
}
.schedule-flow__desc {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  background-color: #333;
  padding: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .schedule-flow__desc {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
  }
}
@media screen and (min-width: 1360px) {
  .schedule-flow__desc {
    width: calc(100% - 20px);
    padding: 10px;
  }
}
.schedule-flow__item.-seminar .schedule-flow__desc {
  background-color: #f39800;
}
.schedule-flow__item.-contest .schedule-flow__desc {
  background-color: #036eb8;
}
.schedule-flow__desc::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 60px;
  height: 35px;
  background-color: #333;
}
@media only screen and (max-width: 767px) {
  .schedule-flow__desc::after {
    content: none;
  }
}
@media print, screen and (min-width: 768px) {
  .schedule-flow__desc::after {
    top: 98%;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 40%);
            clip-path: polygon(100% 0, 0 0, 50% 40%);
  }
}
@media screen and (min-width: 1360px) {
  .schedule-flow__desc::after {
    top: 0;
    left: 100%;
    width: 20px;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transform: translate(0);
  }
}
.schedule-flow__item.-seminar .schedule-flow__desc::after {
  background-color: #f39800;
}
.schedule-flow__item.-contest .schedule-flow__desc::after {
  background-color: #036eb8;
}

/***********************************************************************
Ó¢ÕZ¥×¥ì¥¼¥ó¥Æ©`¥·¥ç¥ó¥»¥ß¥Ê©`
 ********************************************************************* */
.seminar {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .seminar {
    padding-top: 30px;
  }
}

.seminar-heading {
  position: relative;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .seminar-heading {
    flex-direction: column;
  }
}
.seminar-heading__en {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .seminar-heading__en {
    position: relative;
  }
  .seminar-heading__en img {
    height: 45px;
  }
}
.seminar-heading__main {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  padding: 30px 0 0 50px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .seminar-heading__main {
    font-size: 24px;
    padding: 0;
  }
}
.seminar-heading__ic {
  flex: none;
  position: relative;
  display: block;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .seminar-heading__ic {
    margin-left: 10px;
  }
  .seminar-heading__ic img {
    width: 70px;
  }
}

.seminar-intro {
  background-image: url("/lp/2025_english/img/seminar_intro_bg.png");
  background-repeat: repeat;
  background-position: center center;
  padding: 100px 0 50px;
  margin-top: -70px;
}
@media only screen and (max-width: 767px) {
  .seminar-intro {
    padding: 110px 0 30px;
    margin-top: -90px;
  }
}

.seminar-list {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .seminar-list {
    flex-direction: column;
  }
}
.seminar-list__item {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .seminar-list__item {
    display: flex;
    align-items: center;
  }
  .seminar-list__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.seminar-list__date {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 210px;
  font-family: "Roboto", sans-serif;
  font-size: 58px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
  background-color: #f39800;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .seminar-list__date {
    width: 120px;
    height: 120px;
    font-size: 28px;
  }
}
.seminar-list__day {
  flex: none;
  display: flex;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  height: 40px;
  font-size: 22px;
  color: #f39800;
  line-height: 37px;
  letter-spacing: -0.2em;
  background-color: #fff;
  border-radius: 2em;
  padding: 0 12px 0 8px;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .seminar-list__day {
    height: 23px;
    font-size: 12px;
    line-height: 22px;
    padding: 0 8px 0 6px;
    margin-left: 5px;
  }
}
.seminar-list__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  font-size: 18px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #333;
  padding: 15px;
  margin: -60px 0 0 24px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .seminar-list__txt {
    font-size: 16px;
    line-height: 1.4;
    padding: 10px;
    margin: 0;
    width: 100%;
  }
  .seminar-list__item:nth-child(odd) .seminar-list__txt {
    margin-left: -5px;
  }
  .seminar-list__item:nth-child(even) .seminar-list__txt {
    margin-right: -5px;
  }
}

.seminar-info {
  display: flex;
  max-width: 1020px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
  .seminar-info {
    flex-direction: column;
    margin-top: 20px;
  }
}
.seminar-info > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background-color: #222e55;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .seminar-info > dt {
    width: 100%;
    font-size: 18px;
    padding: 5px 10px;
  }
}
.seminar-info > dd {
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
  border: 2px solid #222e55;
  background-color: #fffbdf;
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .seminar-info > dd {
    font-size: 14px;
    padding: 10px;
  }
}
.seminar-info__bold {
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .seminar-info__bold {
    font-size: 16px;
  }
}

/***********************************************************************
Ó¢ÕZ¥×¥ì¥¼¥ó¥Æ©`¥·¥ç¥ó´ó»á
 ********************************************************************* */
.contest {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .contest {
    padding-top: 30px;
  }
}

.contest-heading {
  position: relative;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .contest-heading {
    flex-direction: column;
  }
}
.contest-heading__en {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .contest-heading__en {
    position: relative;
  }
  .contest-heading__en img {
    height: 45px;
  }
}
.contest-heading__main {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  padding: 80px 0 0 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .contest-heading__main {
    font-size: 24px;
    padding: 0;
    margin: 0 auto;
  }
}

.contest-intro {
  background-image: url("/lp/2025_english/img/contest_intro_bg.png");
  background-repeat: repeat;
  background-position: center center;
  padding: 100px 0 50px;
  margin-top: -70px;
}
@media only screen and (max-width: 767px) {
  .contest-intro {
    padding: 110px 0 30px;
    margin-top: -90px;
  }
}

.contest-campus {
  display: flex;
  align-items: center;
  gap: 0 35px;
  max-width: 1080px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  .contest-campus {
    flex-direction: column;
    gap: 20px 0;
    margin-top: 0;
  }
}
.contest-campus__l {
  width: 38.888888888%;
}
@media only screen and (max-width: 767px) {
  .contest-campus__l {
    width: 100%;
    padding: 0 20px;
  }
}
.contest-campus__r {
  flex: 1;
}
.contest-campus__photo img {
  width: 100%;
}
.contest-campus__head {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
}
@media only screen and (max-width: 767px) {
  .contest-campus__head {
    justify-content: center;
    gap: 0 10px;
  }
}
.contest-campus__date {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 210px;
  font-family: "Roboto", sans-serif;
  font-size: 58px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
  background-color: #036eb8;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .contest-campus__date {
    width: 120px;
    height: 120px;
    font-size: 28px;
  }
}
.contest-campus__day {
  flex: none;
  display: flex;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  height: 40px;
  font-size: 22px;
  color: #036eb8;
  line-height: 37px;
  letter-spacing: -0.2em;
  background-color: #fff;
  border-radius: 2em;
  padding: 0 12px 0 8px;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .contest-campus__day {
    height: 23px;
    font-size: 12px;
    line-height: 22px;
    padding: 0 8px 0 6px;
    margin-left: 5px;
  }
}
.contest-campus__balloon {
  width: 392px;
  aspect-ratio: 392/87;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background-image: url("/lp/2025_english/img/contest_campus_balloon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding-top: 10px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .contest-campus__balloon {
    width: 220px;
    font-size: 16px;
    padding-top: 5px;
    margin-top: 30px;
  }
}
.contest-campus__content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #333;
  padding: 20px;
  margin: -50px 20px 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .contest-campus__content {
    padding: 15px;
    margin: -20px 0 0;
  }
}
.contest-campus__list1 {
  display: flex;
  gap: 0 15px;
}
@media only screen and (max-width: 767px) {
  .contest-campus__list1 {
    flex-direction: column;
    gap: 10px 0;
  }
}
.contest-campus__list1 > li {
  flex: 1;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  background-color: #bbe8ff;
  border: 2px solid #333;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .contest-campus__list1 > li {
    font-size: 16px;
    padding: 5px;
  }
}
.contest-campus__list2 {
  display: flex;
  flex-direction: column;
  gap: 7px 0;
  padding: 0 15px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .contest-campus__list2 {
    padding: 0;
    margin-top: 15px;
  }
}
.contest-campus__list2 > li {
  font-size: 18px;
  font-weight: 700;
  text-indent: -22px;
  padding-left: 22px;
}
@media only screen and (max-width: 767px) {
  .contest-campus__list2 > li {
    font-size: 16px;
  }
}
.contest-campus__list2 > li::before {
  content: "¡ñ";
  color: #036eb8;
  padding-right: 5px;
}

/***********************************************************************
¹²Í¨
 ********************************************************************* */
.about {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .about {
    padding: 15px;
    margin: 0 calc(50% - 50vw);
  }
}
.about.-seminar {
  background-color: #f8b62d;
}
.about.-contest {
  background-color: #8dd8ff;
}

.about-inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 5%;
}
@media only screen and (max-width: 767px) {
  .about-inner {
    padding: 20px 15px;
  }
}

.about-heading {
  position: relative;
  max-width: 870px;
  margin: 0 auto;
}
.about-heading::before, .about-heading::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .about-heading::before, .about-heading::after {
    width: 25px;
    height: 25px;
  }
}
.about-heading::before {
  top: -7px;
  left: -7px;
  background-color: #fff100;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media only screen and (max-width: 767px) {
  .about-heading::before {
    top: -5px;
    left: -5px;
  }
}
.about-heading::after {
  bottom: -7px;
  right: -7px;
  background-color: #8cd0f3;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
          clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}
@media only screen and (max-width: 767px) {
  .about-heading::after {
    bottom: -5px;
    right: -5px;
  }
}
.about-heading__title {
  position: relative;
  text-align: center;
  border: 3px solid #333;
  border-radius: 3px;
  padding: 10px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .about-heading__title {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
    border-width: 2px;
  }
}
.about-heading__title::before, .about-heading__title::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .about-heading__title::before, .about-heading__title::after {
    width: 2px;
    height: 5px;
  }
}
.about-heading__title::before {
  top: -3px;
  left: 50%;
}
@media only screen and (max-width: 767px) {
  .about-heading__title::before {
    top: 35%;
    left: -2px;
  }
}
.about-heading__title::after {
  bottom: -3px;
  left: 20%;
}
@media only screen and (max-width: 767px) {
  .about-heading__title::after {
    top: 15%;
    right: -2px;
    bottom: auto;
    left: auto;
  }
}
.about-heading__title-sub {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .about-heading__title-sub {
    font-size: 20px;
  }
}
.about-heading__title-main {
  font-size: 42px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .about-heading__title-main {
    font-size: 22px;
  }
}

.about-lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .about-lead {
    font-size: 16px;
    line-height: 1.6;
    padding-top: 20px;
  }
}

.about-note {
  font-size: 16px;
  line-height: 2;
  padding: 20px 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .about-note {
    font-size: 14px;
    line-height: 1.6;
    padding: 15px;
    margin-top: 20px;
  }
}
.about.-seminar .about-note {
  background-color: #fffbdf;
}
.about.-contest .about-note {
  background-color: #e8f7ff;
}

.about-theme {
  display: flex;
  background-color: #e7f4f5;
  padding: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .about-theme {
    flex-direction: column;
    padding: 10px;
    margin-top: 20px;
  }
}
.about-theme > dt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background-color: #222e55;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .about-theme > dt {
    width: auto;
    font-size: 18px;
    padding: 5px;
  }
}
.about-theme > dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 30px;
  height: 100%;
  background-color: #222e55;
  -webkit-clip-path: polygon(30px 50%, 0% 0%, 0% 100%);
          clip-path: polygon(30px 50%, 0% 0%, 0% 100%);
}
@media only screen and (max-width: 767px) {
  .about-theme > dt::after {
    content: none;
  }
}
.about-theme > dd {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  padding-left: 70px;
}
@media only screen and (max-width: 767px) {
  .about-theme > dd {
    font-size: 18px;
    text-align: center;
    padding: 15px 0 0;
  }
}

.about-dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 25px 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .about-dl {
    gap: 10px 0;
    margin-top: 20px;
  }
}
.about-dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 2em;
  padding: 8px 17px 10px;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .about-dl dt {
    width: 100%;
    font-size: 16px;
  }
}
.about.-seminar .about-dl dt {
  background-color: #f39800;
}
.about.-contest .about-dl dt {
  background-color: #036eb8;
}
.about-dl dd {
  width: calc(100% - 180px);
  font-size: 16px;
  line-height: 1.8;
  padding-top: 2px;
}
@media only screen and (max-width: 767px) {
  .about-dl dd {
    width: 100%;
    font-size: 14px;
    padding-top: 0;
  }
  .about-dl dd:not(:last-child) {
    padding-bottom: 10px;
  }
}
.about-dl dd .icNew {
  display: inline-block;
  margin-right: 0.5em;
  line-height: 1;
  padding: 0.25em 0.5em;
  background-color: #ff0000;
  color: #fff;
}
.about-dl dd .list--disc {
  margin-left: 0.5rem;
  padding: 0;
  margin-block: 0.85rem;
}
@media only screen and (max-width: 767px) {
  .about-dl dd .list--disc {
    margin-block: 0.5rem;
  }
}
.about-dl dd .list--disc li {
  list-style-type: disc;
  line-height: 1.4;
  margin: 0 0 0 1rem;
}
@media only screen and (max-width: 767px) {
  .about-dl dd .list--disc li {
    margin: 0 0 10px 1rem;
  }
}
.about-dl dd .par--mb {
  margin-bottom: 1rem;
}

.about.-contest .about-dl dt.criteria {
  background-color: #ef5062;
}

.about-indent {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.btn-block {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .btn-block {
    flex-direction: column;
    gap: 10px 0;
    margin-top: 20px;
  }
}
.btn-block + .btn-block {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .btn-block + .btn-block {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-block + .btn-block .btn-block__item a {
    font-size: 16px;
  }
}
.btn-block__item {
  flex: 1;
  max-width: 585px;
}
@media only screen and (max-width: 767px) {
  .btn-block__item {
    max-width: 100%;
  }
}
.btn-block__item a {
  display: grid;
  place-items: center;
  height: 100%;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: -1px;
  background-image: url("/lp/2025_english/img/ic_chevron_right_white.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 15px auto;
  background-color: #222e55;
  padding: 20px 10px;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .btn-block__item a {
    font-size: 16px;
    background-position: right 15px center;
    background-size: 8px auto;
    padding: 15px 10px;
  }
}
.btn-block__item a.disable {
  background: #ccc;
  color: #777;
  pointer-events: none;
  position: relative;
}
.btn-block__item a:hover {
  opacity: 0.7;
}

/* 240830 ÓQÓE×·¼Ó */
.viewing-wrap {
  background-color: rgba(236, 246, 247, 0.8);
  border: #333 2px solid;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}
@media print, screen and (min-width: 768px) {
  .viewing-wrap {
    max-width: 1080px;
    padding: 1.5em 3em;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .viewing-wrap {
    padding: 1em;
    font-size: 1.4rem;
  }
}

.btn-block.ancLinkBtn .btn-block__item {
  max-width: 60%;
}
@media only screen and (max-width: 767px) {
  .btn-block.ancLinkBtn .btn-block__item {
    max-width: 100%;
  }
}
.btn-block.ancLinkBtn .btn-block__item a {
  background-color: #036eb8;
  background-image: url("/lp/2025_english/img/ic_chevron_down_white.svg");
  background-size: 27px auto;
}
@media only screen and (max-width: 767px) {
  .btn-block.ancLinkBtn .btn-block__item a {
    background-size: 15px auto;
    padding: 15px 35px;
  }
}

.leadUnderMv {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}
.leadUnderMv p {
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .leadUnderMv p {
    font-size: 1.9rem;
  }
}

.inquiry__forContest {
  margin-block: 50px 0;
}
.inquiry__forContest dl {
  width: min(100%, 800px);
  margin-inline: auto;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .inquiry__forContest dl {
    flex-direction: column;
  }
}
.inquiry__forContest dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0.5 auto;
  font-size: 18px;
  background: #DEDEDF;
  padding: 1.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .inquiry__forContest dl dt {
    font-size: 16px;
  }
}
.inquiry__forContest dl dd {
  background: #EEEFEF;
  padding: 1.5rem;
  flex: 1.5 auto;
}
.inquiry__forContest dl dd b {
  display: block;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: dotted 1px #000;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .inquiry__forContest dl dd b {
    font-size: 16px;
  }
}
.inquiry__forContest dl dd a {
  font-size: 1.28rem;
  display: inline-block;
  padding: 4px;
}
@media print, screen and (min-width: 768px) {
  .inquiry__forContest dl dd a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .inquiry__forContest dl dd a {
    text-decoration: underline;
  }
}

.scholarship {
  padding: 4% 4% 8% 4%;
  margin-top: 60px;
  background: #FFFBDF;
  font-size: 1.12rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .scholarship {
    margin-top: 15px;
    font-size: 100%;
    text-align: left;
  }
}
.scholarship .read {
  margin-bottom: 2rem;
}
.scholarship .indent {
  padding-left: 1rem;
  text-indent: -1rem;
}
.scholarship .scholarship-heading {
  font-size: 2rem;
  font-weight: bold;
  margin-block: 1.5rem;
}
.scholarship .scholarship__title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-block: 1.2rem 0;
  padding: 10px 0;
  background: #F8E980;
}
@media only screen and (max-width: 767px) {
  .scholarship .scholarship__title {
    font-size: 16px;
  }
}
.scholarship .itemWrap {
  background: #fff;
  text-align: left;
  padding: 3% 6%;
}
.scholarship .itemWrap:nth-of-type(2) {
  margin-bottom: 2rem;
}
.scholarship .scholarship__item.studyDistination li {
  list-style-type: decimal;
}
.scholarship .scholarship__item li {
  list-style-type: disc;
  margin: 0 0 10px 1rem;
}
.scholarship .btn-block {
  margin-top: 20px;
}
.scholarship .btn-block a {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .scholarship .btn-block a {
    font-size: 15px;
  }
}

.textIndent {
  padding-left: 1rem;
  text-indent: -1rem;
}
@media only screen and (max-width: 767px) {
  .textIndent {
    padding-left: 1.4rem;
    text-indent: -1.4rem;
  }
}

/* 250516 ×¢á‹×·¼Ó */
@media only screen and (max-width: 767px) {
  .heading__note {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .heading__note {
    font-size: 16px;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .seminar-heading + .heading__note {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .seminar-heading + .heading__note {
    margin-top: 0.5em;
  }
}

.about-lead + .heading__note {
  margin-top: 1em;
}

h2 .marker {
  display: inline;
  background: linear-gradient(transparent 60%, rgb(255, 247, 156) 60%);
}

.public_viewing {
  padding: 2rem 1rem;
  text-align: center;
  border: solid 10px #8dd8ff;
  margin-block: 2rem;
}
@media print, screen and (min-width: 768px) {
  .public_viewing {
    padding: 2rem;
  }
}
.public_viewing h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-block: 0 2rem;
  color: #036EB8;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .public_viewing h2 {
    font-size: 2.4rem;
  }
}
.public_viewing p {
  font-size: 1.5rem;
  margin-block: 0 2rem;
}
@media print, screen and (min-width: 768px) {
  .public_viewing p {
    font-size: 1.6rem;
  }
}
.public_viewing p .closing {
  color: red;
  font-weight: bold;
  display: inline-block;
  padding: 0 1rem;
  font-size: 1.8rem;
}
.public_viewing .btn-block__item {
  margin-inline: auto;
}

.videoWrap {
  padding-block: 2rem 0;
  padding-inline: 1rem;
  margin-block: 2rem;
  background: #f7f7f7;
}
@media print, screen and (min-width: 768px) {
  .videoWrap {
    padding-block: 2rem;
    padding-inline: 2rem;
  }
}
.videoWrap h2 {
  text-align: center;
  font-size: 1.45rem;
  font-weight: bold;
  margin-block: 0 2rem;
}
@media print, screen and (min-width: 768px) {
  .videoWrap h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .videoWrap .videoList {
    display: flex;
    gap: 2rem;
  }
}
.videoWrap .videoList li {
  padding-block: 0 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .videoWrap .videoList li {
    width: calc((100% - 2rem) / 3);
  }
}
.videoWrap .videoList li .video {
  width: 100%;
  aspect-ratio: 16/9;
  margin-block: 0 0.5rem;
}
.videoWrap .videoList li .video iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.videoWrap .videoList li p {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .videoWrap .videoList li p {
    font-size: 1.1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .br--sp {
    display: none;
  }
}
/*# sourceMappingURL=index.css.map */