a {
  text-decoration: none;
}

.navbar-logo-center {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #333;
  letter-spacing: 0.25px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  font-weight: bold;
}

.nav-link:hover {
  color: #333;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: 0.25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

.mobile-margin-top-10 {
  width: auto;
  flex: 0 auto;
  list-style-type: none;
  position: absolute;
  top: 0;
  right: 0;
}

.button-primary {
  height: 56px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fc7400;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.2s;
  display: flex;
  font-weight: bold;
}

.button-primary:hover {
  color: #fff;
  background-color: #d6620f;
}

.button-primary:active {
  background-color: #d6620f;
}

.navbar-no-shadow {
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.navbar-no-shadow-container {
  z-index: 100;
  width: 100%;
  height: 56px;
  max-width: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: static;
}

.container-regular {
  width: 100%;
  max-width: none;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  overflow: visible;
}

.navbar-brand {
  margin-left: 32px;
  margin-right: 23px;
}

.nav-menu-wrapper {
  width: 100%;
  position: static;
}

.nav-menu {
  width: auto;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 0;
}

.youtube_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.youtube_container .youtube-heading {
  margin-top: 48px;
  margin-bottom: 40px;
}

.youtube_container iframe {
  max-width: 720px;
  height: auto;
  aspect-ratio: 16 / 9;
}

.fv {
  background-image: url("../images/firstview_bg_pc.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  margin-bottom: 0;
  aspect-ratio: 1440 / 837;
  width: 100%;
  padding: calc(120 / 1440 * 100vw) 0 calc(37 / 1440 * 100vw)
    calc(53 / 1440 * 100vw);
}

.body {
  color: #222;
  font-family:
    Noto Sans,
    sans-serif;
}

.mybest_pc {
  margin-top: 16px;
  margin-left: 12px;
  position: relative;
  left: 0;
}

.mybest_pc img {
  width: 374px;
  height: 150px;
}

.text-block {
  padding-top: 0;
  padding-left: 0;
  font-size: 11px;
  position: absolute;
  top: 122px;
  bottom: auto;
  left: 148px;
  right: auto;
}

.fv_copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  margin-top: 40px;
  display: block;
}

.fv_btn {
  margin-top: 48px;
  margin-left: 10px;
}

.fv_btn.section {
  margin-left: 0;
}

.fv_heading {
  color: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 48px;
  font-size: 72px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 0px 3.502px 3.502px rgba(0, 0, 0, 0.25);
}

.fv_heading_sub {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 48px;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.fv_heading.pc-hide {
  display: none;
}

.apply_button {
  background-color: #fc7400;
  border: 1px #000;
  border-radius: 100px;
  padding: 14px 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 700;
}
.fv_apply_button {
  background: linear-gradient(90deg, #2c2d48 27.01%, #6a6dae 100%);
  column-gap: 10px;
}

.apply_button:hover {
  background-color: #d6620f;
}
.fv_apply_button:hover {
  background-color: #fff;
  opacity: 0.8;
}

.text-block-2 {
  color: #fff;
  border: 1px #000;
  font-size: 24px;
  line-height: 160%;
}
.fv_apply_button_text {
  color: #fff;
  border: 1px #000;
  font-size: 24px;
  line-height: 160%;
}

.campaign {
  background-color: #f4f1ee;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.campaign-container {
  display: flex;
  justify-content: center;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.campaign-img {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  max-width: 800px;
  margin: auto;
}

.div-block {
  background-color: #fff;
}

.achievement {
  padding-top: 32px;
  padding-bottom: 32px;
  overflow: visible;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: bold;
}

.slider {
  height: 90px;
  background-color: #fff;
  margin-top: 8px;
}

.sliderclass {
  width: 20%;
  height: 90px;
  text-align: center;
  object-fit: fill;
  margin-left: 12px;
  margin-right: 12px;
}

.mask {
  height: 90px;
}

.image {
  display: inline-block;
}

.slide_img {
  display: inline;
}

.carousel {
  height: 60px;
  flex-direction: row;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.carousel.example_carousel {
  height: auto;
}

.card-australia {
  width: 276px;
  height: 60px;
  max-width: none;
  min-width: 276px;
  text-align: center;
  flex: 0 auto;
}

.card-australia.example_card {
  width: 376px;
  height: 246px;
  min-width: 376px;
}

.image-card {
  width: 100%;
  height: 60px;
  max-width: 170px;
  object-fit: contain;
}

.ok {
  text-align: center;
  background-color: #f4f1ee;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 96px;
  padding-bottom: 96px;
}

.ok_og_heading {
  background-color: #fc7400;
  padding: 12px 101px 12px 15px;
  display: inline-block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.ok_og_heading_text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
}

.ok_og_heading_img {
  position: absolute;
  top: -8px;
  right: 0;
}

.ok_heading_bottom {
  margin-top: 0;
  padding-top: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 160%;
}

.ok_heading_1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  display: inline;
}

.ok_heading_2 {
  font-size: 40px;
  font-weight: 700;
  display: inline;
}

.ok_heading_3,
.ok_heading_4 {
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  display: inline;
}

.image-2_pc {
  width: 100%;
  max-width: 840px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ok_heading_top {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.ok_desc_box {
  max-width: 800px;
  border-top: 1px solid #c2c2c2;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
}

.text-block-3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
}

.image-3_pc {
  margin-top: 72px;
}

.reason {
  background-color: #222;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 96px;
}

.reason_top {
  width: 100%;
  text-align: center;
  background-image: url("../images/reason_bg-min.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 16px;
  padding-top: 96px;
  padding-left: 16px;
  position: relative;
}

.image-4 {
  z-index: 1;
  width: 100vw;
  object-fit: fill;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}

.heading-2 {
  color: #fff;
}

.reason_heading1 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.reason_heading2 {
  color: #fc7400;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  display: inline;
}

.reason_heading3 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  display: inline;
}

.reason_box {
  max-width: 1176px;
  border-top: 1px solid #fff;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.text-block-5 {
  font-weight: 500;
}

.text-block-6 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 190%;
  display: block;
}

.reason_item {
  text-align: center;
  margin-top: 64px;
}

.text-block-7 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 24px 64px;
  display: inline-block;
}

.text-block-9 {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}

.text-block-8 {
  color: #fff;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  display: inline;
}

.comit {
  padding-top: 88px;
  padding-bottom: 88px;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 140%;
  display: inline;
}

.text-block-10 {
  text-align: center;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
}

.text-block-10.sp {
  display: none;
}

.comit_flex {
  max-width: 1200px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  display: flex;
}

.cimit_botx_heading {
  color: #fc7400;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}

.comit_box_text {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.comit_box_item {
  border-radius: 20px;
  width: 376px;
  background-color: #f4f1ee;
  margin-bottom: 24px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 16px 32px 30px;
}

.heading-4 {
  text-align: center;
  margin-top: 72px;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 140%;
}

.image-5 {
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 1176px;
  width: 100%;
}

.contact {
  padding-bottom: 80px;
}
.contact02 {
  padding: 40px 0;
  background-color: #f4f1ee;
}

.contact_initial {
  background-color: initial;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact_initial_copy {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.bg-beige {
  background-color: #f4f1ee;
}

.contact_text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.contact_box {
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.point {
  background-color: #f4f1ee;
  padding-top: 96px;
  padding-bottom: 96px;
}

.point .sp-only {
  display: none;
}

.heading-5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 64px;
  line-height: 140%;
}

.text-block-11 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}

.point_block {
  margin-top: 72px;
  padding: 60px 16px 80px;
  background-color: #fff;
}

.point_block_heading {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.point_block_heading_num {
  font-size: 96px;
  font-weight: 500;
  line-height: 130%;
}

.point_block_heading_text {
  margin-left: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 170%;
}

.point_block_flex_reverce {
  align-items: center;
  display: flex;
}

.image-6 {
  max-width: 376px;
  margin-left: 95px;
}

.image-6.sm {
  max-width: 214px;
}

.point_per_sub {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 16px;
}
/*
.mt-18 {
  margin-top: 18px;
} */

.point_per_image {
  max-width: 376px;
  margin-right: 28px;
}

.point_block_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
}
.point_flex_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.point_flex_wrap img {
  margin: 8px;
}

.point_block_text.mt_48 {
  margin-top: 48px;
}
.point_block_text.list {
  text-align: center;
  color: #fc7400;
}
.point_block_text.list.height {
  line-height: 64px;
}
.point_block_support {
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.point_block_support_flex {
  display: flex;
  gap: 32px;
  justify-content: center;
}
.point_block_support_item {
  width: 100%;
}
.point_block_support_img {
  width: 100%;
  margin-bottom: 16px;
}
.point_block_support_name {
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.point_block_support_note {
  line-height: 1.6;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .campaign-container {
    flex-direction: column;
    align-items: center;
  }

  .campaign-img {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .point_block_support {
    font-size: 18px;
    margin-top: 24px;
  }
  .point_block_support_flex {
    flex-direction: column;
  }
}

.image-7 {
  margin-top: 48px;
  margin-bottom: 72px;
}

.image-8 {
  width: 100%;
  max-width: 1040px;
  margin-top: 48px;
}

.point_block_right-copy {
  margin-top: 72px;
  padding-bottom: 0;
  padding-left: 132px;
}

.point_block_list {
  margin-top: 40px;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.point_block_list_item {
  width: 33.33%;
  max-width: none;
  margin-left: 12px;
  margin-right: 12px;
  border-radius: 20px;
  background-color: #f4f1ee;
  padding: 16px;
}
.point_sub {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 64px;
  line-height: 1.4;
  margin-bottom: 16px;
}

.point_block_list_item.point_block_list_box {
  border: 1px solid #e0e0e0;
  padding: 16px 32px 24px;
  width: 50%;
}
.point_block_list_box_image.lg {
  width: 70%;
}
.point_block_list_box_image.sm {
  width: 30%;
  margin-left: 8px;
}
.point_flow_image {
  display: block;
  width: 100%;
}

.image-10 {
  margin-bottom: 20px;
}

.text-block-12 {
  margin-top: 8px;
  font-size: 14px;
  line-height: 160%;
}

.text-block-13 {
  color: #fc7400;
  text-align: center;
  font-size: 18px;
  line-height: 180%;
}

.point_apply_box {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.example {
  padding-top: 96px;
  padding-bottom: 96px;
  background: white;
}

.example .card-australia {
  margin-right: 40px;
}

.heading-6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 140%;
}

.text-block-14 {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 72px;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
}

.text-block-15 {
  color: #fc7400;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  display: inline;
}

.text-block-16 {
  font-weight: 500;
  display: inline;
}

.div-block-3 {
  margin-top: 8px;
}

.course {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 96px;
  padding-bottom: 96px;
  background: white;
}

.heading-7 {
  color: #fc7400;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .heading-7 .sp-hide {
    display: none;
  }
}

.text-block-17 {
  text-align: center;
  font-size: 24px;
  line-height: 180%;
}

.text-block-18 {
  text-align: center;
  margin-top: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
}

.image-11 {
  max-width: 1176px;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-11.sp {
  display: none;
}

.course_price {
  max-width: 1040px;
  text-align: center;
  background-color: #f4f1ee;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 40px;
  border-radius: 20px;
}

.course_price_24 {
  font-size: 24px;
  line-height: 120%;
  display: inline;
}

.text-block-19 {
  color: #fc7400;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  display: inline;
}

.text-block-20 {
  color: #fc7400;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  display: inline;
}

.text-block-21 {
  color: #fc7400;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  display: inline;
}

.text-block-22 {
  color: #fc7400;
  font-size: 24px;
  line-height: 50px;
  display: inline;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  margin-left: 16px;
  margin-right: 8px;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.text-block-23 {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  display: inline;
}

.text-block-24 {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  display: inline;
}

.text-block-25 {
  display: inline;
}

.div-block-7 {
  margin-left: 12px;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-block-26 {
  color: #fc7400;
  margin-left: 18px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.text-block-27 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-28 {
  margin-top: 16px;
}

.image-12 {
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 840px;
  width: 100%;
}

.apply {
  background-color: #e7f8ff;
  margin-left: 0;
  margin-right: 0;
  padding: 96px 16px;
}

.apply_box {
  max-width: 1040px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 64px;
  display: flex;
  border-radius: 20px;
}

.text-block-29 {
  color: #fc7400;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
}

.text-block-30 {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}

.image-13 {
  width: 345px;
  margin-left: 27px;
}

.heading-8 {
  text-align: center;
  margin-top: 72px;
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.image-14 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.point_block_wrapper {
  width: 800px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.fv_btn_sp {
  margin-top: 72px;
  margin-left: 40px;
}

.contactt_sp {
  background-color: #fff;
  padding-top: 56px;
  padding-bottom: 56px;
  display: none;
}

.image-16 {
  display: none;
}

.image-2_sp {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.image-3_sp {
  margin-top: 72px;
  display: none;
}

.reason_heading3inline {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  display: inline;
}

.text-block-6-copy,
.text-block-6-inline {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 190%;
  display: inline;
}

.div-block-10 {
  display: flex;
}

.div-block-11 {
  text-align: center;
}

.div-block-12 {
  margin-top: 24px;
}

.image-7-sp {
  margin-top: 48px;
  margin-bottom: 72px;
  display: none;
}

.point_block_flex {
  align-items: center;
  display: flex;
}

.text-span {
  display: block;
}

.text-span-2,
.text-span-3 {
  display: inline;
}

.image-22 {
  width: 100%;
  max-width: 840px;
}

.text-block-31 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 170%;
}

.calendar {
  width: auto;
  max-width: 1040px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-bottom: 40px;
  border-radius: 20px;
}

.text-block-32 {
  width: auto;
  max-width: 800px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 120%;
}

.calendar_head {
  width: auto;
  max-width: 800px;
  justify-content: space-between;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.calendar_btn.calendar_prev,
.calendar_btn.calendar_next {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.arrow_prev {
  transform: rotate(180deg);
}

.calendar_btn_text {
  color: #dcdcdc;
  white-space: nowrap;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 16px;
  font-weight: 700;
}

.calendar_btn_text.active {
  color: #fc7400;
}

.calendar_title_text {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.calendar_body {
  width: auto;
  max-width: 800px;
  background-color: #fff;
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  border-right: 1px #000;
  margin-left: auto;
  margin-right: auto;
}

.calendar_thead {
  opacity: 1;
  background-color: rgba(252, 116, 0, 0.05);
  display: flex;
}

.calendar_th {
  width: 12.5%;
  height: 40px;
  border-bottom: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  justify-content: center;
  align-items: center;
  display: flex;
}

.calendar_th.time {
  background-color: rgba(83, 89, 217, 0.05);
}

.calendar_day {
  font-size: 16px;
  line-height: 120%;
}

.calendar_day.sunday {
  color: red;
}

.calendar_day.saturday {
  color: #5353da;
}

.calendar_time {
  font-size: 16px;
  line-height: 120%;
}

.calendar_time.sunday {
  color: red;
}

.calendar_time.saturday {
  color: #5353da;
}

.calendar_tr {
  display: flex;
}

.calendar_td {
  width: 12.5%;
  height: 40px;
  cursor: pointer;
  border-bottom: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  justify-content: center;
  align-items: center;
  display: flex;
}

.calendar_td a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar_td.time {
  background-color: rgba(83, 89, 217, 0.05);
}

.calendar_td.disabled {
  cursor: auto;
  background-color: #dcdcdc;
}

.footer {
  background-color: #e7f8ff;
  padding: 40px 40px 40px 120px;
  border-bottom: 6px solid #fc7400;
}

.footer_logo {
  align-items: center;
  display: flex;
}

.text-block-33 {
  color: #fc7400;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.footer_content {
  margin-top: 0;
  margin-bottom: 24px;
  display: flex;
}

.footer_item {
  margin-right: 57px;
}

.footer_sns {
  margin-top: 24px;
}

.text-block-34 {
  color: #333;
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.link-block {
  margin-right: 16px;
  width: 40px;
}

.footer_links {
  display: flex;
}

.link-block-2 {
  margin-bottom: 12px;
  display: block;
}

.footer_links_left {
  margin-right: 62px;
}

.text-block-35 {
  text-align: right;
  font-size: 12px;
}

.benefits_banner {
  background-color: #fff;
  padding: 80px 16px;
  text-align: center;
}

.payment {
  max-width: 1096px;
  margin: auto;
  padding: 80px 16px 80px;
  background: #fff;
  line-height: 1.4;
}

.payment_title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 28px;
  text-align: center;
  color: #222;
}

.payment_flex {
  display: flex;
  justify-content: space-between;
}

.payment_flexItem {
  align-content: center;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 8px);
  padding: 24px;
  background-color: #f4f1ee;
  border-radius: 20px;
}

.payment_heading {
  font-size: 32px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
  color: #fc7400;
}

.payment_sub {
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 14px;
  text-align: center;
}

.payment_text {
  font-size: 14px;
  width: 100%;
}

.payment_image {
  margin-top: 16px;
}

.payment_image img {
  width: 100%;
}

.payment_image .sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .payment {
    padding: 32px 0;
  }

  .payment_title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .payment_flex {
    display: block;
  }

  .payment_flexItem {
    width: 100%;
    margin-bottom: 16px;
    padding: 16px 16px 24px;
  }

  .payment_heading {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .payment_sub {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .payment_text {
    font-size: 12px;
  }

  .payment_image {
    margin-bottom: 0;
  }

  .payment_image .sp-only {
    display: block;
  }
  .payment_image .pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .benefits_banner {
    padding: 0 0 24px;
  }
}

.benefits_banner img {
  width: 100%;
  max-width: 784px;
}
.benefits_description {
  max-width: 1040px;
  margin: 112px auto 0;
}
.hayawari {
  max-width: 784px;
  padding: 0 16px;
  margin: 112px auto 0;
}
@media screen and (max-width: 767px) {
  .benefits_description,
  .hayawari {
    margin-top: 40px;
  }
}

.benefits_description .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .benefits_description .sp-only {
    display: block;
  }
  .benefits_description .pc-only {
    display: none;
  }
  .hayawari .pc-only {
    display: none;
  }
}

.benefits_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .benefits_title {
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
  }
}

.benefits_title span {
  color: #fc7400;
}

.benefits_img {
  margin-top: 32px;
  text-align: center;
}

.benefits_img img {
  width: 100%;
  max-width: 1096px;
}

.benefits_text {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .benefits_text {
    font-size: 12px;
  }
}

.benefits_area_guidance_text {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #333;
}

@media screen and (max-width: 767px) {
  .benefits_area_guidance_text {
    font-size: 18px;
    .line-chunk {
      display: inline-block;
      white-space: nowrap;
    }
  }
}

@media screen and (min-width: 1280px) {
  .image-2_pc {
    width: auto;
    max-width: 840px;
  }

  .point_block_wrapper {
    width: 1040px;
    max-width: 1040px;
  }

  .image-22 {
    max-width: 840px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    color: #fff;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 19px;
    display: block;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-10 {
    position: absolute;
    top: auto;
    bottom: 100px;
    left: 0;
  }

  .button-primary {
    width: 100%;
    height: auto;
    border-radius: 100px;
    margin-left: 0;
    margin-right: 0;
    padding: 9px;
    font-size: 15px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .nav-menu-wrapper {
    width: auto;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fv {
    background-position: 100%;
  }

  .list-item {
    margin-top: 20px;
    list-style-type: disc;
  }

  .list-item-2,
  .list-item-3 {
    margin-top: 20px;
  }

  .icon {
    color: #fc7400;
  }

  .mybest_pc,
  .fv_btn {
    display: none;
  }

  .fv_btn.pc-hide {
    background-color: #222;
    margin-top: 0;
    margin-left: 0;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .fv_copy {
    margin-top: 80px;
  }

  .fv_heading {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 32px;
  }
  .fv_heading_sub {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 20px;
  }

  .fv_heading.pc-hide {
    display: inline-block;
  }

  .apply_button {
    width: 100%;
    justify-content: center;
    padding: 13px 16px 14px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .campaign {
    padding: 24px 16px;
  }

  .achievement {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heading {
    font-size: 16px;
    line-height: 150%;
  }

  .carousel {
    height: 60px;
    margin-top: 16px;
  }

  .card-australia {
    width: 276px;
    height: 80px;
    min-width: 276px;
    text-align: center;
  }

  .card-australia.example_card {
    width: 276px;
    height: auto;
    min-width: 276px;
  }

  .image-card {
    width: 100%;
    height: 60px;
    max-height: 60px;
    max-width: 170px;
    object-fit: contain;
  }

  .ok {
    padding: 48px 16px;
  }

  .ok_og_heading {
    padding: 0 48px 0 8px;
  }

  .ok_og_heading_text {
    font-size: 15px;
  }

  .ok_og_heading_img {
    width: 66px;
    top: -2px;
  }

  .ok_heading_bottom {
    font-size: 24px;
  }

  .image-2_pc {
    display: none;
  }

  .ok_heading_top {
    font-size: 16px;
  }

  .text-block-3 {
    text-align: left;
    font-size: 14px;
    line-height: 160%;
  }

  .image-3_pc {
    display: none;
  }

  .reason {
    padding-bottom: 48px;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 180%;
  }

  .reason_heading1 {
    font-size: 24px;
    line-height: 180%;
  }

  .reason_heading2 {
    font-size: 24px;
  }

  .reason_heading3 {
    font-size: 24px;
    line-height: 180%;
    display: block;
  }

  .text-block-6 {
    font-size: 18px;
    line-height: 180%;
  }

  .reason_item {
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-7 {
    font-size: 16px;
    line-height: 160%;
  }

  .div-block-2 {
    margin-bottom: 16px;
    padding: 16px 8px;
  }

  .text-block-8 {
    margin-top: 0;
    font-size: 16px;
    line-height: 160%;
    display: block;
  }

  .comit {
    padding: 48px 0 40px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 24px;
    display: block;
  }

  .text-block-10 {
    white-space: normal;
    font-size: 18px;
    display: inline;
  }

  .text-block-10.pc {
    display: none;
  }

  .text-block-10.sp {
    display: block;
  }

  .comit_flex {
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cimit_botx_heading {
    font-size: 18px;
    line-height: 180%;
  }

  .comit_box_text {
    font-size: 14px;
    font-weight: 500;
  }

  .comit_box_item {
    width: 100%;
    max-width: 400px;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-4 {
    margin-top: 32px;
    font-size: 24px;
  }

  .image-5 {
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .contact {
    padding: 16px;
  }
  .contact02 {
    padding: 16px;
  }

  .contact_initial {
    padding: 24px 16px;
  }

  .contact_text {
    font-size: 14px;
  }

  .contact_box {
    margin-top: 8px;
  }

  .point {
    padding: 40px 16px;
  }

  .heading-5 {
    font-size: 48px;
  }

  .text-block-11 {
    font-size: 18px;
    line-height: 180%;
  }
  .point_block {
    margin-top: 16px;
    padding: 16px 16px 24px;
    border-radius: 16px;
  }

  .point_block_heading {
    text-align: center;
    margin-bottom: 16px;
    display: flex;
  }

  .point_block_heading_num {
    margin-bottom: 16px;
    font-size: 40px;
  }

  .point_block_heading_text {
    text-align: left;
    white-space: pre;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
    margin-left: 40px;
    font-size: 18px;
    line-height: 180%;
    display: block;
  }

  .point_block_flex_reverce {
    flex-direction: column-reverse;
  }

  .image-6 {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .image-6.sm {
    width: 100%;
    max-width: 177px;
    margin-left: 0;
  }

  .point_per_sub {
    font-size: 18px;
  }

  /* .mt-18 {
    margin-top: 0;
  } */

  .point_per_image {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .point_block_text {
    margin-top: 26px;
    font-size: 14px;
    line-height: 160%;
  }
  .point_flex_wrap img {
    width: 44%;
  }

  .point_block_text.mt_48 {
    margin-top: 29px;
  }

  .point_block_text.list {
    margin-top: 8px;
    font-size: 16px;
  }
  .point_block_text.list.height {
    line-height: auto;
  }

  .image-7 {
    display: none;
  }

  .image-8 {
    width: 1040px;
  }

  .point_block_list {
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .point_block_list_item {
    width: 100%;
    max-width: none;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .point_block_list_item.point_block_list_box {
    width: 100%;
  }
  .point_block_list_box_image.lg {
    width: 100%;
    margin-top: 16px;
  }
  .point_block_list_box_image.sm {
    max-width: 152px;
    width: 100%;
    margin: auto;
    margin-top: 16px;
  }

  .image-10 {
    width: 100%;
    margin-bottom: 0;
  }

  .text-block-12 {
    font-size: 14px;
    font-weight: 500;
  }

  .point_apply_box {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .example {
    padding-top: 48px;
    padding-bottom: 36px;
  }

  .heading-6 {
    font-size: 24px;
  }

  .text-block-14 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .text-block-15 {
    font-size: 14px;
  }

  .div-block-3 {
    text-align: center;
  }

  .course {
    padding: 40px 16px;
  }

  .heading-7 {
    font-size: 28px;
  }

  .text-block-18 {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
  }

  .image-11 {
    display: none;
  }

  .image-11.sp {
    max-width: 560px;
    display: block;
  }

  .course_price {
    margin-top: 24px;
    padding-bottom: 24px;
  }

  .course_price_24 {
    width: 100%;
    font-size: 18px;
    display: block;
  }

  .text-block-19 {
    font-size: 32px;
  }

  .text-block-20 {
    font-size: 16px;
  }

  .text-block-22 {
    display: inline;
  }

  .div-block-4 {
    flex-wrap: wrap;
    display: flex;
  }

  .div-block-6 {
    flex-wrap: wrap;
    margin-top: 8px;
  }

  .div-block-8 {
    flex-wrap: wrap;
    margin-top: 32px;
  }

  .div-block-9 {
    flex-wrap: wrap;
  }

  .text-block-28 {
    font-size: 11px;
  }

  .image-12 {
    margin-top: 24px;
  }

  .apply {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }

  .apply_box {
    max-width: 800px;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column-reverse;
    padding: 140px 0 0;
    display: flex;
  }

  .text-block-29 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 0;
  }

  .text-block-30 {
    font-size: 14px;
    line-height: 160%;
  }

  .image-13 {
    width: 100%;
    max-width: 400px;
    margin-left: 0;
  }

  .heading-8 {
    margin-top: 32px;
    margin-bottom: 8px;
    font-size: 20px;
  }

  .point_block_wrapper {
    width: 100%;
    max-width: 480px;
  }

  .fv_btn_sp {
    background-color: #222;
    margin-top: 0;
    margin-left: 0;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .fv_btn_sp.pc-hide {
    background-color: #222;
    margin-top: 0;
    margin-left: 0;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .image-15 {
    width: 24px;
  }

  .contactt_sp {
    background-color: #fff;
    padding: 16px;
    display: block;
  }

  .image-16 {
    width: 100%;
    display: block;
  }

  .image-2_sp {
    width: 302px;
    margin-top: 12px;
    display: block;
  }

  .image-3_sp {
    width: 100%;
    max-width: 400px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .reason_heading3inline {
    font-size: 24px;
    line-height: 180%;
  }

  .text-block-6-copy {
    font-size: 18px;
    display: block;
  }

  .div-block-10 {
    align-items: flex-start;
    display: flex;
  }

  .image-17 {
    height: 28px;
    margin-top: 2px;
    display: block;
  }

  .image-18,
  .image-19 {
    margin-top: 2px;
    display: block;
  }

  .div-block-11 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-12 {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
    line-height: 180%;
    display: flex;
  }

  .image-20 {
    width: 24px;
  }

  .image-7-sp {
    width: 100%;
    max-width: 400px;
    margin: 16px auto 37px;
    display: block;
  }

  .div-block-13 {
    overflow: scroll;
  }

  .point_block_flex {
    flex-direction: column;
  }

  .image-21 {
    width: 24px;
  }

  .div-block-14 {
    overflow: scroll;
  }

  .text-span {
    display: inline;
  }

  .text-block-31 {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 160%;
  }

  .calendar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer {
    padding-left: 40px;
  }

  .footer_links {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .fv {
    height: 400px;
    display: flex;
    align-items: center;
    padding-bottom: 0;
  }

  .list-item {
    text-align: left;
    list-style-type: none;
    display: block;
  }

  .list-item-2,
  .list-item-3 {
    text-align: left;
  }

  .fv_copy {
    margin-top: 0;
  }

  .reason {
    padding-bottom: 48px;
  }

  .comit {
    padding-top: 48px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .point_block_heading {
    display: block;
  }

  .point_sub {
    font-size: 18px;
    margin-top: 40px;
  }

  .point_block_heading_text {
    white-space: normal;
    text-align: center;
    margin: 0;
    font-size: 16px;
  }

  .text-span-2 {
    display: block;
  }

  .text-span-3 {
    color: #fc7400;
    display: block;
  }

  .calendar {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .text-block-32 {
    text-align: center;
  }

  .calendar_head {
    align-items: center;
    margin-bottom: 11px;
  }

  .calendar_title_text {
    font-size: 18px;
  }

  .calendar_day,
  .calendar_time {
    font-size: 12px;
  }

  .calendar_icon {
    width: 15px;
  }

  .footer {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-width: 4px;
  }

  .text-block-33 {
    font-size: 12px;
  }

  .footer_content {
    flex-direction: column-reverse;
  }

  .footer_item {
    border-top: 1px #c4c4c4;
    margin-right: 0;
  }

  .footer_item.bottom {
    border-top-style: solid;
    padding-top: 20px;
  }

  .footer_sns {
    display: none;
  }

  .text-block-34 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .link-block-2 {
    margin-bottom: 16px;
  }

  .footer_links_left {
    display: none;
  }

  .text-block-35 {
    text-align: left;
  }

  .image-23 {
    width: 63px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .mobile-margin-top-10 {
    list-style-type: none;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    padding-bottom: 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .navbar-no-shadow-container {
    height: 40px;
  }
  .navbar-brand {
    margin-left: 16px;
    width: 180px;
  }

  .fv {
    align-items: flex-start;
    height: 100vw;
    min-height: 420px;
    padding-top: 64px;
    padding-left: 14px;
    padding-bottom: 0;
    background-image: url(../images/firstview_bg_sp.webp);
  }

  .list-item,
  .fv_copy {
    margin-top: 0;
  }

  .fv_heading {
    font-size: 32px;
    padding-left: 0;
  }
  .fv_heading_sub {
    font-size: 16px;
    padding-left: 0;
  }

  .text-block-10 {
    display: block;
  }

  .text-block-29 {
    font-size: 20px;
  }

  .image-13 {
    margin-left: 0;
  }

  .div-block-12 {
    display: block;
  }

  .text-span-2,
  .text-span-3 {
    white-space: nowrap;
  }

  .text-span-3.middle {
    margin-left: 1em;
  }

  .footer_content {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .point .sp-only {
    display: block;
  }
  .point .pc-only {
    display: none;
  }

  .comit_flex {
    margin-bottom: 0px;
  }

  .youtube_container .youtube-heading {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .youtube_container iframe {
    width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .admissionDate {
    padding: 16px 16px 0;
  }
}
.admissionDate_heading {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

.admissionDate_heading .sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .admissionDate_heading .sp-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .admissionDate_heading {
    margin-top: 24px;
    font-size: 18px;
  }
}
.admissionDate_table {
  width: 600px;
  border: 1px solid #dee2e6;
  margin: 16px auto 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .admissionDate_table {
    width: 100%;
  }
}

.admissionDate_table tr {
  height: 42px;

  @media screen and (max-width: 768px) {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .admissionDate_table tr {
    height: auto;
  }
}

.admissionDate_table th,
.admissionDate_table td {
  font-weight: 600;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .admissionDate_table th,
  .admissionDate_table td {
    font-size: 14px;
    padding: 8px 4px;
  }
}

.admissionDate_table td {
  border-top: 1px solid #dee2e6;
  text-align: center;

  @media screen and (max-width: 768px) {
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .admissionDate_table td {
    line-height: 1.2;
  }
}
.admissionDate_table td:not(:first-of-type) {
  border-left: 1px solid #dee2e6;
}

.admissionDate_orangeBg {
  background-color: #fc7400;
  color: #fff;
}
.admissionDate_orangeBg span {
  font-size: 14px;

  @media screen and (max-width: 768px) {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .admissionDate_orangeBg span {
    font-size: 10px;
  }
}

.admissionDate_blackBg {
  background-color: #333;
  color: #fff;
}

.admissionDate_orange {
  color: #fc7400;
}

.admissionDate_small {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .admissionDate_small {
    font-size: 10px;
    display: block;
  }
}
.corner_01 {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 32px;
  height: 32px;
  z-index: 10;
}
.corner_02 {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 32px;
  height: 32px;
  z-index: 10;
  transform: rotate(90deg);
}
.corner_03 {
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 32px;
  height: 32px;
  z-index: 10;
  transform: rotate(180deg);
}
.corner_04 {
  position: absolute;
  bottom: -3px;
  left: -3px;
  width: 32px;
  height: 32px;
  z-index: 10;
  transform: rotate(270deg);
}
