.banner__blk .banner__blk_link::before, .banner__blk .banner__blk_link::after {
  display: block;
  content: "";
  position: absolute;
}

.main_contents {
  margin-bottom: 30px;
  overflow: hidden !important;
}
@media print, screen and (min-width: 768px) {
  .main_contents {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 920px) {
  .main_contents {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1280px) {
  .main_contents {
    margin-bottom: 75px;
  }
}

.mv {
  height: 100vh;
  height: 100dvh;
  margin-bottom: 65px;
  background: url(../img/index/mv_bg_sp.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  opacity: 0;
  transition: opacity 0.7s;
}
@media print, screen and (min-width: 768px) {
  .mv {
    margin-bottom: 95px;
    background: url(../img/index/mv_bg_pc.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media print, screen and (min-width: 920px) {
  .mv {
    margin-bottom: 125px;
  }
}
@media print, screen and (min-width: 1280px) {
  .mv {
    margin-bottom: 150px;
  }
}
.mv .mv__text {
  width: 51.73%;
  max-width: 554px;
  position: absolute;
  top: calc(50px + 4.5%);
  right: 15px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .mv .mv__text {
    width: 34.62%;
    top: 54%;
    left: 10%;
    right: auto;
    transform: translateY(-50%);
  }
}
.mv .mv__text img {
  width: 100%;
  opacity: 0;
  transform: translateY(-30px);
  filter: blur(20px);
  transition: opacity 0.7s 0.5s, filter 0.7s 0.5s, transform 1s 0.5s;
}
.mv.is-active {
  opacity: 1;
}
.mv.is-active .mv__text img {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.reason {
  margin-bottom: 45px;
}
@media print, screen and (min-width: 768px) {
  .reason {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 920px) {
  .reason {
    margin-bottom: 120px;
  }
}
@media print, screen and (min-width: 1280px) {
  .reason {
    margin-bottom: 150px;
  }
}
.reason .reason__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}
@media print, screen and (min-width: 768px) {
  .reason .reason__grid {
    grid-template-columns: 1fr 52.72%;
    gap: 25px;
  }
}
@media print, screen and (min-width: 920px) {
  .reason .reason__grid {
    gap: 30px;
  }
}
@media print, screen and (min-width: 1280px) {
  .reason .reason__grid {
    gap: 40px;
  }
}
.reason .reason__text h2 {
  width: 82.73%;
  margin: 0 auto 11.4% auto;
}
@media print, screen and (min-width: 768px) {
  .reason .reason__text h2 {
    width: 80.62%;
    margin: 0 auto 12% auto;
  }
}
.reason .reason__text h2 img {
  width: 100%;
}
@media print, screen and (min-width: 1280px) {
  .reason .reason__text ol {
    padding-left: 5%;
  }
}
.reason .reason__text ol li {
  display: grid;
  grid-template-columns: 45px 1fr;
  align-items: center;
  gap: 15px;
}
@media print, screen and (min-width: 768px) {
  .reason .reason__text ol li {
    grid-template-columns: 50px 1fr;
  }
}
@media print, screen and (min-width: 920px) {
  .reason .reason__text ol li {
    grid-template-columns: 54px 1fr;
  }
}
@media print, screen and (min-width: 1280px) {
  .reason .reason__text ol li {
    grid-template-columns: 58px 1fr;
  }
}
.reason .reason__text ol li:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .reason .reason__text ol li:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 920px) {
  .reason .reason__text ol li:not(:last-child) {
    margin-bottom: 27px;
  }
}
@media print, screen and (min-width: 1280px) {
  .reason .reason__text ol li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.reason .reason__text ol img {
  width: 100%;
}
.reason .reason__text ol dl {
  padding-left: 15px;
  border-left: 1px solid #231815;
}
.reason .reason__text ol dt,
.reason .reason__text ol dd {
  color: #231815;
}
.reason .reason__text ol dt {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .reason .reason__text ol dt {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 920px) {
  .reason .reason__text ol dt {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .reason .reason__text ol dt {
    font-size: 1.9rem;
  }
}
.reason .reason__text ol dd {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .reason .reason__photo {
    margin-left: auto;
  }
}
.reason .reason__photo picture {
  width: 100%;
  height: 100%;
}
.reason .reason__photo img {
  width: 100%;
  height: 100%;
  max-width: initial;
  object-fit: cover;
}

.heading_eng_ja {
  gap: 0;
  margin-bottom: 18px;
}
@media print, screen and (min-width: 768px) {
  .heading_eng_ja {
    gap: 15px;
    margin-bottom: 22px;
  }
}
@media print, screen and (min-width: 920px) {
  .heading_eng_ja {
    gap: 18px;
    margin-bottom: 26px;
  }
}
@media print, screen and (min-width: 1280px) {
  .heading_eng_ja {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.heading_eng_ja .eng {
  font-size: 2.8rem;
}
@media print, screen and (min-width: 768px) {
  .heading_eng_ja .eng {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 920px) {
  .heading_eng_ja .eng {
    font-size: 3.5rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .heading_eng_ja .eng {
    font-size: 3.8rem;
  }
}

.attraction {
  padding: 35px 0px;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 321px) {
  .attraction {
    padding: 35px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .attraction {
    padding: 44px 0;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 920px) {
  .attraction {
    padding: 52px 0;
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1280px) {
  .attraction {
    padding: 60px 0;
    margin-bottom: 135px;
  }
}
.attraction .heading_eng_ja {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .attraction .heading_eng_ja {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 920px) {
  .attraction .heading_eng_ja {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1280px) {
  .attraction .heading_eng_ja {
    margin-bottom: 60px;
  }
}

.attraction__contents {
  padding: 20px;
  border-radius: 3px;
}
@media print, screen and (min-width: 321px) {
  .attraction__contents {
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .attraction__contents {
    padding: 7%;
    border-radius: 5px;
  }
}
@media print, screen and (min-width: 920px) {
  .attraction__contents {
    padding: 8%;
    border-radius: 8px;
  }
}
@media print, screen and (min-width: 1280px) {
  .attraction__contents {
    padding: 9.45%;
    border-radius: 10px;
  }
}

.attraction__blk:not(:last-child) {
  margin-bottom: 115px;
}
@media print, screen and (min-width: 768px) {
  .attraction__blk:not(:last-child) {
    margin-bottom: 120px;
  }
}
@media print, screen and (min-width: 920px) {
  .attraction__blk:not(:last-child) {
    margin-bottom: 125px;
  }
}
@media print, screen and (min-width: 1280px) {
  .attraction__blk:not(:last-child) {
    margin-bottom: 130px;
  }
}
.attraction__blk .attraction__head {
  margin-bottom: 45px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .attraction__blk .attraction__head {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 920px) {
  .attraction__blk .attraction__head {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 1280px) {
  .attraction__blk .attraction__head {
    margin-bottom: 90px;
  }
}
.attraction__blk .attraction__head .attraction__head_mv {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .attraction__blk .attraction__head .attraction__head_mv {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 920px) {
  .attraction__blk .attraction__head .attraction__head_mv {
    margin-bottom: 39px;
  }
}
@media print, screen and (min-width: 1280px) {
  .attraction__blk .attraction__head .attraction__head_mv {
    margin-bottom: 45px;
  }
}
.attraction__blk .attraction__head .attraction__head_mv img {
  width: 100%;
}
.attraction__blk .attraction__head .attraction__head_title {
  color: #E7404E;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .attraction__blk .attraction__head .attraction__head_title {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 920px) {
  .attraction__blk .attraction__head .attraction__head_title {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1280px) {
  .attraction__blk .attraction__head .attraction__head_title {
    margin-bottom: 35px;
  }
}
.attraction__blk .attraction__head .attraction__head_title .eng,
.attraction__blk .attraction__head .attraction__head_title .ja {
  line-height: 1.2;
}
.attraction__blk .attraction__head .attraction__head_title .eng {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 768px) {
  .attraction__blk .attraction__head .attraction__head_title .eng {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 920px) {
  .attraction__blk .attraction__head .attraction__head_title .eng {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .attraction__blk .attraction__head .attraction__head_title .eng {
    font-size: 2.1rem;
  }
}
.attraction__blk .attraction__head .attraction__head_title .ja {
  font-size: 2.6rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .attraction__blk .attraction__head .attraction__head_title .ja {
    font-size: 3.4rem;
  }
}
@media print, screen and (min-width: 920px) {
  .attraction__blk .attraction__head .attraction__head_title .ja {
    font-size: 4.1rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .attraction__blk .attraction__head .attraction__head_title .ja {
    font-size: 4.8rem;
  }
}
.attraction__blk .attraction__head .attraction__head_text {
  color: #000;
}
.attraction__blk .attraction__head .toggle__button {
  margin-top: 30px;
  margin-left: auto;
}
@media print, screen and (min-width: 920px) {
  .attraction__blk .attraction__head .toggle__button {
    position: absolute;
    bottom: -6px;
    right: 0;
  }
}
.attraction__blk .toggle__contents {
  display: none;
  padding-top: 27px;
  border-top: 3px dotted #E7404E;
}
@media print, screen and (min-width: 768px) {
  .attraction__blk .toggle__contents {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 920px) {
  .attraction__blk .toggle__contents {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 1280px) {
  .attraction__blk .toggle__contents {
    padding-top: 60px;
  }
}
.attraction__blk .custom_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 15px;
}
@media print, screen and (min-width: 768px) {
  .attraction__blk .custom_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 9.32%;
  }
}
@media print, screen and (min-width: 920px) {
  .attraction__blk .custom_list {
    gap: 40px 9.32%;
  }
}
@media print, screen and (min-width: 1280px) {
  .attraction__blk .custom_list {
    gap: 45px 9.32%;
  }
}
.attraction__blk .custom_list .custom_list__img {
  padding: 3px;
  margin-bottom: 5px;
  border: 1px solid #000;
}
@media print, screen and (min-width: 768px) {
  .attraction__blk .custom_list .custom_list__img {
    padding: 4px;
    margin-bottom: 7px;
  }
}
@media print, screen and (min-width: 1280px) {
  .attraction__blk .custom_list .custom_list__img {
    padding: 5px;
  }
}
.attraction__blk .custom_list .custom_list__img img {
  width: 100%;
}
.attraction__blk .custom_list dl {
  text-align: center;
}
.attraction__blk .custom_list dt {
  font-size: 1.6rem;
  font-weight: 500;
  color: #231815;
  line-height: 1.4;
  padding-bottom: 2px;
  margin-bottom: 5px;
  border-bottom: 2px solid #000;
}
@media print, screen and (min-width: 768px) {
  .attraction__blk .custom_list dt {
    font-size: 1.7rem;
    padding-bottom: 3px;
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 920px) {
  .attraction__blk .custom_list dt {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .attraction__blk .custom_list dt {
    font-size: 1.9rem;
  }
}
.attraction__blk .custom_list dd {
  font-size: 1.3rem;
  color: #000;
  text-align: left;
  line-height: 1.28;
}
@media print, screen and (min-width: 768px) {
  .attraction__blk .custom_list dd {
    text-align: center;
    line-height: 1.75;
  }
}
.attraction__blk .custom_list dd br {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .attraction__blk .custom_list dd br {
    display: block;
  }
}
.attraction__blk .contents__blk:not(:last-child) {
  margin-bottom: 55px;
}
@media print, screen and (min-width: 768px) {
  .attraction__blk .contents__blk:not(:last-child) {
    margin-bottom: 64px;
  }
}
@media print, screen and (min-width: 920px) {
  .attraction__blk .contents__blk:not(:last-child) {
    margin-bottom: 72px;
  }
}
@media print, screen and (min-width: 1280px) {
  .attraction__blk .contents__blk:not(:last-child) {
    margin-bottom: 80px;
  }
}
.attraction__blk .contents__blk .marker_text {
  margin-bottom: 27px;
}
@media print, screen and (min-width: 768px) {
  .attraction__blk .contents__blk .marker_text {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 920px) {
  .attraction__blk .contents__blk .marker_text {
    margin-bottom: 33px;
  }
}
@media print, screen and (min-width: 1280px) {
  .attraction__blk .contents__blk .marker_text {
    margin-bottom: 35px;
  }
}
.attraction__blk .contents__blk .marker_text span {
  font-size: 1.9rem;
  font-weight: 500;
  color: #231815;
  line-height: 1.4;
  display: inline;
  background: linear-gradient(transparent 70%, #fff355 30%);
}
@media print, screen and (min-width: 768px) {
  .attraction__blk .contents__blk .marker_text span {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 920px) {
  .attraction__blk .contents__blk .marker_text span {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .attraction__blk .contents__blk .marker_text span {
    font-size: 3.2rem;
  }
}
.attraction__blk .workstyle_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 8px;
}
@media print, screen and (min-width: 768px) {
  .attraction__blk .workstyle_list {
    gap: 30px 6.85%;
  }
}
@media print, screen and (min-width: 920px) {
  .attraction__blk .workstyle_list {
    gap: 33px 6.85%;
  }
}
@media print, screen and (min-width: 1280px) {
  .attraction__blk .workstyle_list {
    gap: 35px 6.85%;
  }
}
.attraction__blk .workstyle_list img {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .attraction__blk .workstyle_list img {
    margin-bottom: 10px;
  }
}
.attraction__blk .workstyle_list p {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.28;
}
@media print, screen and (min-width: 768px) {
  .attraction__blk .workstyle_list p {
    line-height: 1.75;
  }
}
.attraction__blk .period .marker_text {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .attraction__blk .period .marker_text {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 920px) {
  .attraction__blk .period .marker_text {
    margin-bottom: 33px;
  }
}
@media print, screen and (min-width: 1280px) {
  .attraction__blk .period .marker_text {
    margin-bottom: 35px;
  }
}
.attraction__blk .period p {
  font-size: 1.3rem;
  color: #231815;
  line-height: 1.46;
}
@media print, screen and (min-width: 768px) {
  .attraction__blk .period p {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .attraction__blk .period p {
    font-size: 1.6rem;
  }
}
.attraction__blk .period picture {
  width: 97.19%;
  margin: 20px auto 0 auto;
}
.attraction__blk .period img {
  width: 100%;
}
.attraction__blk .fee img {
  width: 100%;
}

.banner__blk .banner__blk_link {
  display: block;
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s;
}
.banner__blk .banner__blk_link::before, .banner__blk .banner__blk_link::after {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 5px;
  right: 5px;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .banner__blk .banner__blk_link::before, .banner__blk .banner__blk_link::after {
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: 10px;
  }
}
@media print, screen and (min-width: 920px) {
  .banner__blk .banner__blk_link::before, .banner__blk .banner__blk_link::after {
    width: 35px;
    height: 35px;
    bottom: 20px;
    right: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .banner__blk .banner__blk_link::before, .banner__blk .banner__blk_link::after {
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: 30px;
  }
}
.banner__blk .banner__blk_link::before {
  border-radius: 50%;
  background-color: #E7404E;
  z-index: 1;
}
.banner__blk .banner__blk_link::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 1.1rem;
  color: #FFF;
  letter-spacing: 0;
  z-index: 2;
}
@media print, screen and (min-width: 920px) {
  .banner__blk .banner__blk_link::after {
    font-size: 1.2rem;
  }
}
.banner__blk .banner__blk_link img {
  transition: transform 0.3s;
}
@media (hover: hover) {
  .banner__blk .banner__blk_link:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.8;
  }
  .banner__blk .banner__blk_link:where(:any-link, :enabled, summary, span, dt, div):hover::before, .banner__blk .banner__blk_link:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    transform: translateX(3px);
  }
  .banner__blk .banner__blk_link:where(:any-link, :enabled, summary, span, dt, div):hover img {
    transform: scale(1.05);
  }
}

.global_program {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .global_program {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 920px) {
  .global_program {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1280px) {
  .global_program {
    margin-bottom: 120px;
  }
}

.mid_clm2_contents {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 20px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .mid_clm2_contents {
    grid-template-columns: 60.54% 1fr;
    gap: 30px;
  }
}
@media print, screen and (min-width: 920px) {
  .mid_clm2_contents {
    gap: 35px;
  }
}
@media print, screen and (min-width: 1280px) {
  .mid_clm2_contents {
    gap: 40px;
  }
}
.mid_clm2_contents .contents__photo {
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mid_clm2_contents .contents__photo img {
  width: 100%;
}
.mid_clm2_contents .contents__text {
  width: 100%;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .mid_clm2_contents .contents__text {
    max-width: 355px;
  }
}
.mid_clm2_contents .contents__text .text__title {
  font-size: 2.6rem;
  font-weight: 500;
  color: #231815;
  line-height: 1.31;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .mid_clm2_contents .contents__text .text__title {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 920px) {
  .mid_clm2_contents .contents__text .text__title {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .mid_clm2_contents .contents__text .text__title {
    font-size: 3.2rem;
  }
}
.mid_clm2_contents .contents__text .text__caption {
  color: #666;
}
.mid_clm2_contents .contents__text .text__lead {
  font-weight: 500;
  margin-bottom: 12px;
}
.mid_clm2_contents .link_button {
  margin-top: 25px;
}
@media print, screen and (min-width: 768px) {
  .mid_clm2_contents .link_button {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 920px) {
  .mid_clm2_contents .link_button {
    margin-top: 65px;
  }
}
@media print, screen and (min-width: 1280px) {
  .mid_clm2_contents .link_button {
    margin-top: 80px;
  }
}

.about {
  margin-bottom: 55px;
}
@media print, screen and (min-width: 768px) {
  .about {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 920px) {
  .about {
    margin-bottom: 140px;
  }
}
@media print, screen and (min-width: 1280px) {
  .about {
    margin-bottom: 175px;
  }
}
.about .heading_eng_ja {
  margin-bottom: 20px;
}

.course {
  margin-bottom: 55px;
}
@media print, screen and (min-width: 768px) {
  .course {
    margin-bottom: 110px;
  }
}
@media print, screen and (min-width: 920px) {
  .course {
    margin-bottom: 150px;
  }
}
@media print, screen and (min-width: 1280px) {
  .course {
    margin-bottom: 190px;
  }
}

.open_campus {
  padding-bottom: 40px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .open_campus {
    padding-bottom: 0;
    margin-bottom: 145px;
  }
}
@media print, screen and (min-width: 920px) {
  .open_campus {
    margin-bottom: 185px;
  }
}
@media print, screen and (min-width: 1280px) {
  .open_campus {
    margin-bottom: 225px;
  }
}
.open_campus .mid_clm2_contents .contents__text .bgtext {
  width: 68.22%;
  max-width: initial;
  position: absolute;
  top: 0;
  right: -27px;
  z-index: -1;
  transform: translateY(-95%);
}
@media print, screen and (min-width: 768px) {
  .open_campus .mid_clm2_contents .contents__text .bgtext {
    width: 56.18%;
    right: -12%;
    transform: translateY(-73%);
  }
}

.banner_list {
  margin-bottom: 45px;
}
@media print, screen and (min-width: 768px) {
  .banner_list {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 920px) {
  .banner_list {
    margin-bottom: 105px;
  }
}
@media print, screen and (min-width: 1280px) {
  .banner_list {
    margin-bottom: 135px;
  }
}
.banner_list .banner_list_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media print, screen and (min-width: 768px) {
  .banner_list .banner_list_grid {
    gap: 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .banner_list .banner_list_grid {
    gap: 30px;
  }
}
@media print, screen and (min-width: 1280px) {
  .banner_list .banner_list_grid {
    gap: 40px;
  }
}
.banner_list .list_clm2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media print, screen and (min-width: 768px) {
  .banner_list .list_clm2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .banner_list .list_clm2 {
    gap: 30px;
  }
}
@media print, screen and (min-width: 1280px) {
  .banner_list .list_clm2 {
    gap: 40px;
  }
}
.banner_list img {
  width: 100%;
}

.news .heading_eng_ja a {
  color: #E7404E;
  text-decoration: underline;
  margin-left: auto;
  transition: color 0.3s;
}
@media (hover: hover) {
  .news .heading_eng_ja a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #222;
  }
}
.news .sp_newslink {
  display: flex;
}
.news .sp_newslink a {
  color: #E7404E;
  text-decoration: underline;
  margin-left: auto;
  transition: color 0.3s;
}
@media (hover: hover) {
  .news .sp_newslink a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #222;
  }
}
.news .news_list {
  margin-top: -10px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .news .news_list {
    margin-top: -12px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .news .news_list {
    margin-top: -14px;
  }
}
@media print, screen and (min-width: 1280px) {
  .news .news_list {
    margin-top: -15px;
  }
}
.news .news_list li {
  border-bottom: 1px solid #e6e6e6;
}
.news .news_list li:nth-child(3) {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .news .news_list li:nth-child(3) {
    display: block;
  }
}
.news .news_list a {
  color: #666;
  display: block;
  padding: 10px 30px 10px 0;
  position: relative;
  transition: color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .news .news_list a {
    padding: 12px 35px 12px 0;
  }
}
@media print, screen and (min-width: 920px) {
  .news .news_list a {
    padding: 14px 35px 14px 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .news .news_list a {
    padding: 15px 35px 15px 0;
  }
}
.news .news_list a::before, .news .news_list a::after {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.news .news_list a::before {
  content: "";
  border-radius: 50%;
  background-color: #E7404E;
  z-index: 1;
}
.news .news_list a::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 1rem;
  color: #FFF;
  z-index: 2;
}
@media (hover: hover) {
  .news .news_list a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #E7404E;
  }
  .news .news_list a:where(:any-link, :enabled, summary, span, dt, div):hover::before, .news .news_list a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    transform: translateY(-50%) translateX(3px);
  }
}
.news .news_list .news__title {
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .news .news_list .news__title {
    line-height: 1.75;
  }
}
.news .news_list .news__date {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 3px;
}