.swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #eaefd0;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 !important;
  transition: 0.3s;
}
@media (hover: hover) {
  .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #ffff30;
  }
}
@media (hover: none) {
  .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #ffff30;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007752;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  width: min(18vw, 100px);
  height: min(18vw, 100px);
  margin: 0;
  border-radius: 100%;
  border: 3px solid #007752;
  background: #ffff80;
  opacity: 1;
  transition: background 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media print, screen and (min-width: 920px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 80px;
    height: 80px;
    border: 4px solid #007752;
  }
}
@media (hover: hover) {
  .swiper-button-next:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .swiper-button-prev:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #ffff30;
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .swiper-button-next:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .swiper-button-prev:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #ffff30;
    transform: scale(1.1);
  }
}
.swiper-button-next::after,
.swiper-button-prev::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";
  color: #007752;
  font-size: min(4.5vw, 28px);
}
@media print, screen and (min-width: 920px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 24px;
  }
}

.swiper-button-prev::after {
  transform: rotate(180deg);
}

.fix_bus_btn {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 170px;
  z-index: 20;
  visibility: visible;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media print, screen and (min-width: 920px) {
  .fix_bus_btn {
    bottom: 10px;
    right: 10px;
    width: 270px;
  }
}
.fix_bus_btn.none {
  visibility: hidden;
  opacity: 0;
}

@media (hover: hover) {
  .fix_bus_btn__link:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .fix_bus_btn__link:where(:any-link, :enabled, summary, span, dt, div, li):active {
    opacity: 0.7;
  }
}

.fix_bus_btn__closed {
  position: absolute;
  width: 28px;
  height: 28px;
  right: 10px;
  top: -5px;
  transition: background 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 1;
}
@media print, screen and (min-width: 920px) {
  .fix_bus_btn__closed {
    width: 38px;
    height: 38px;
    right: 20px;
    top: -6px;
  }
}
@media (hover: hover) {
  .fix_bus_btn__closed:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .fix_bus_btn__closed:where(:any-link, :enabled, summary, span, dt, div, li):active {
    transform: scale(1.1);
  }
}

.mv {
  position: relative;
  margin-left: 100px;
  margin-left: 40px;
}
@media print, screen and (min-width: 920px) {
  .mv {
    margin-left: 80px;
  }
}
@media print, screen and (min-width: 1200px) {
  .mv {
    margin-left: 120px;
  }
}
.mv .sns_list {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  right: 10px;
  top: 15px;
  z-index: 1;
}
@media print, screen and (min-width: 920px) {
  .mv .sns_list {
    top: 20px;
    right: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .mv .sns_list {
    top: 130px;
    right: 15px;
  }
}
.mv .sns_list a {
  width: 50px;
  height: 50px;
}
@media print, screen and (min-width: 920px) {
  .mv .sns_list a {
    width: 60px;
    height: 60px;
  }
}
.mv .sns_list a::before {
  font-size: 23px;
}
@media print, screen and (min-width: 920px) {
  .mv .sns_list a::before {
    font-size: 25px;
  }
}

.mv_scroll {
  position: absolute;
  left: -30px;
  bottom: 60px;
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  writing-mode: vertical-rl;
}
@media print, screen and (min-width: 920px) {
  .mv_scroll {
    left: -50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .mv_scroll {
    left: -70px;
  }
}
.mv_scroll::before {
  animation: scroll_anime 2s infinite;
  background-color: #007752;
  bottom: -60px;
  content: "";
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
}

@keyframes scroll_anime {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.mv_box {
  position: relative;
  overflow: hidden;
  height: 130vw;
  border: 4px solid #007752;
  border-right: 0;
  border-radius: 80px 0 0 80px;
  background-color: #eafaf2;
}
@media print, screen and (min-width: 768px) {
  .mv_box {
    height: 60vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .mv_box {
    height: 630px;
  }
}

.mv_box__img01 {
  position: absolute;
  top: 42%;
  left: 56%;
  width: 47%;
  z-index: 2;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .mv_box__img01 {
    top: 46%;
    left: 3%;
    width: 27%;
  }
}
@media print, screen and (min-width: 1200px) {
  .mv_box__img01 {
    width: 240px;
    top: 320px;
    left: 5vw;
  }
}
@media print, screen and (min-width: 1400px) {
  .mv_box__img01 {
    width: min(18vw, 290px);
    top: 300px;
  }
}
.mv_box__img01 svg {
  display: block;
  width: 100%;
  height: auto;
}

.mv_box__img02 {
  position: absolute;
  top: 0;
  left: 16%;
  width: 80%;
  z-index: 1;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .mv_box__img02 {
    top: -2%;
    left: 6%;
    width: 43%;
  }
}
@media print, screen and (min-width: 1200px) {
  .mv_box__img02 {
    top: 20px;
    left: 8vw;
    width: 420px;
  }
}
@media print, screen and (min-width: 1400px) {
  .mv_box__img02 {
    top: 0;
    left: 8vw;
    width: min(30vw, 500px);
  }
}
.mv_box__img02 svg {
  display: block;
  width: 100%;
  height: auto;
}

.mv_box__img03 {
  position: absolute;
  bottom: 5%;
  left: 9%;
  width: 71%;
  z-index: 3;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .mv_box__img03 {
    left: auto;
    right: 28%;
    width: 44%;
    bottom: 30px;
  }
}
@media print, screen and (min-width: 920px) {
  .mv_box__img03 {
    bottom: 50px;
    right: 28%;
  }
}
@media print, screen and (min-width: 1200px) {
  .mv_box__img03 {
    width: 460px;
    left: auto;
    right: calc(50% - 230px);
  }
}
@media print, screen and (min-width: 1400px) {
  .mv_box__img03 {
    width: min(32vw, 528px);
    right: calc(50% - min(32vw, 528px) / 2);
  }
}
.mv_box__img03 svg {
  display: block;
  width: 100%;
  height: auto;
}

.mv_box__img04 {
  position: absolute;
  top: 29%;
  left: -7%;
  width: 60%;
  z-index: 1;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .mv_box__img04 {
    top: 12%;
    left: auto;
    right: 7%;
    width: 38%;
  }
}
@media print, screen and (min-width: 1200px) {
  .mv_box__img04 {
    width: 390px;
    left: auto;
    top: 40px;
    right: 10vw;
  }
}
@media print, screen and (min-width: 1400px) {
  .mv_box__img04 {
    width: min(30vw, 540px);
    top: 40px;
  }
}
.mv_box__img04 svg {
  display: block;
  width: 100%;
  height: auto;
}

.mv_slide_text {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  border-radius: 78px 0 0 78px;
  overflow: hidden;
}

.mv_slide_text__set {
  display: flex;
}
.mv_slide_text__set span {
  display: block;
  width: min(260vw, 2000px);
  max-width: none;
  animation: mv_scroll 80s linear infinite;
}
@media print, screen and (min-width: 768px) {
  .mv_slide_text__set span {
    width: 2000px;
    animation: mv_scroll 80s linear infinite;
  }
}
.mv_slide_text__set span img {
  width: min(260vw, 2000px);
  max-width: none;
}
@media print, screen and (min-width: 768px) {
  .mv_slide_text__set span img {
    width: 2000px;
  }
}
.mv_slide_text__set.even span {
  animation: mv_scroll_r 80s linear infinite;
}
@media print, screen and (min-width: 768px) {
  .mv_slide_text__set.even span {
    animation: mv_scroll_r 80s linear infinite;
  }
}

@keyframes mv_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes mv_scroll_r {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.important_news {
  position: relative;
  padding-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .important_news {
    padding-top: 60px;
  }
}
.important_news .page_inner_l {
  position: relative;
}

.important_news__blcok {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  padding-bottom: 22px;
  border-radius: 40px;
  border: 4px solid #007752;
  background: #fff;
  z-index: 1;
}
@media print, screen and (min-width: 920px) {
  .important_news__blcok {
    gap: 24px;
    align-items: normal;
    flex-direction: row;
    align-items: center;
  }
}

.important_news__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -8px;
  right: -8px;
  border: 4px solid #007752;
  background: #007752;
  border-radius: 40px;
}

.important_news__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  gap: 5px;
  align-items: center;
  padding: 8px 20px 8px 16px;
  font-weight: 900;
}
@media print, screen and (min-width: 920px) {
  .important_news__title {
    width: auto;
    padding: 5px 20px;
    border-radius: 20px 0 20px 20px;
  }
}
.important_news__title .title {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
}
.important_news__title .title .en {
  font-size: 5.5rem;
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.important_news__title .title .main {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 920px) {
  .important_news__title .page_base_btn {
    padding-block: 7px;
    min-width: 220px;
  }
}

.important_news__btn {
  display: flex;
  margin-inline: auto;
}
@media print, screen and (min-width: 920px) {
  .important_news__btn {
    margin-right: 0;
    margin-left: auto;
    padding-inline: 0 20px;
  }
}

.important_news__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.important_news__list li a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #007752;
  padding: 5px 0;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .important_news__list li a {
    flex-direction: row;
    gap: 20px;
  }
}
@media (hover: hover) {
  .important_news__list li a:where(:any-link, :enabled, summary, span, dt, div, li):hover .title {
    text-decoration: none;
  }
}
@media (hover: none) {
  .important_news__list li a:where(:any-link, :enabled, summary, span, dt, div, li):active .title {
    text-decoration: none;
  }
}
.important_news__list .date {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-size: 1.4rem;
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  min-width: 5em;
}
@media print, screen and (min-width: 920px) {
  .important_news__list .date {
    font-size: 1.5rem;
  }
}
.important_news__list .date span {
  font-size: 1.2rem;
}
.important_news__list .title {
  font-size: 1.5rem;
  font-weight: 900;
  text-decoration: underline;
}
.important_news__list .title .i_pdf {
  position: relative;
  top: -1px;
  margin-left: 5px;
  line-height: 1;
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  padding: 2px 10px;
  border-radius: 100px;
  background: #c44a4a;
}
@media print, screen and (min-width: 920px) {
  .important_news__list .title .i_pdf {
    font-size: 1.2rem;
  }
}

.top_pickup {
  position: relative;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 920px) {
  .top_pickup {
    padding-bottom: 0;
  }
}

.top_pickup__bg {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, #307752, #ebf4a5);
  height: calc(100% - 50vw);
  width: 70px;
}
@media print, screen and (min-width: 920px) {
  .top_pickup__bg {
    width: var(--menu-head-w);
    height: 65%;
  }
}

.top_pickup__flex {
  padding-top: 45px;
}
@media print, screen and (min-width: 768px) {
  .top_pickup__flex {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 920px) {
  .top_pickup__flex {
    display: flex;
    gap: 70px;
    padding-top: 80px;
  }
}

.top_pickup__content {
  position: relative;
  display: contents;
  z-index: 1;
}
@media print, screen and (min-width: 920px) {
  .top_pickup__content {
    display: block;
  }
  .top_pickup__content::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -40px;
    width: calc(100% + 80px);
    height: 100%;
    background: #fcfdf0;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_pickup__content::before {
    left: -50px;
  }
}

.top_pickup__title {
  position: relative;
  font-family: "Alexandria", sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
}
@media print, screen and (min-width: 360px) {
  .top_pickup__title {
    font-size: clamp(6.4rem, 12.5vw, 9.6rem);
  }
}
@media print, screen and (min-width: 920px) {
  .top_pickup__title {
    font-size: 8rem;
  }
}
.top_pickup__title .sp_only {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .top_pickup__title .sp_only {
    display: inline;
  }
}

.pickup_slider__pagination {
  position: absolute;
  bottom: 0;
  margin-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .pickup_slider__pagination {
    position: relative;
    bottom: auto;
  }
}

.pickup_slider__next_prev {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: -20px;
}
@media print, screen and (min-width: 360px) {
  .pickup_slider__next_prev {
    margin-top: max(-12vw, -70px);
  }
}
@media print, screen and (min-width: 920px) {
  .pickup_slider__next_prev {
    margin-top: 20px;
    gap: 20px;
    justify-content: center;
  }
}

.top_pickup__slider {
  width: 100%;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .top_pickup__slider {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 920px) {
  .top_pickup__slider {
    margin-top: 0;
    min-width: 0;
  }
}

.pickup_slider {
  overflow: visible;
}
@media print, screen and (min-width: 920px) {
  .pickup_slider {
    padding-right: 20px;
  }
}

.pickup_slider__item {
  display: block;
  padding-right: 10px;
}
@media print, screen and (min-width: 920px) {
  .pickup_slider__item {
    padding-block: 10px;
    padding-right: 0;
    padding-left: 10px;
  }
}
@media (hover: hover) {
  .pickup_slider__item:where(:any-link, :enabled, summary, span, dt, div, li):hover .pickup_slider__img {
    box-shadow: 0 0 0 #007752;
    transform: translateY(5px) scale(0.965);
  }
  .pickup_slider__item:where(:any-link, :enabled, summary, span, dt, div, li):hover .pickup_slider__title span {
    background-size: 100% 50%;
  }
}
@media (hover: none) {
  .pickup_slider__item:where(:any-link, :enabled, summary, span, dt, div, li):active .pickup_slider__img {
    box-shadow: 0 0 0 #007752;
    transform: translateY(5px) scale(0.965);
  }
  .pickup_slider__item:where(:any-link, :enabled, summary, span, dt, div, li):active .pickup_slider__title span {
    background-size: 100% 50%;
  }
}

.pickup_slider__img {
  position: relative;
  border: 4px solid #007752;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 8px 8px 0 #007752;
  aspect-ratio: 1.55/1;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.pickup_slider__img::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: "\e907";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #007752;
  color: #fff;
  transform: rotate(-45deg);
}
.pickup_slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pickup_slider__title {
  font-size: 1.5rem;
  font-weight: 900;
  margin-top: 20px;
  color: #007752;
  line-height: 1.4;
  padding-inline: 12px;
}
.pickup_slider__title span {
  background: linear-gradient(transparent 50%, #ffff80 50%) no-repeat bottom left;
  background-size: 0 50%;
  box-decoration-break: slice;
  -webkit-box-decoration-break: slice;
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media print, screen and (min-width: 920px) {
  .pickup_slider__title {
    font-size: 1.8rem;
    padding-inline: 18px;
  }
}

.top_topics_info {
  padding-top: 40px;
  padding-bottom: clamp(6rem, 12.5448028674vw, 9rem);
}
@media print, screen and (min-width: 768px) {
  .top_topics_info {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
@media print, screen and (min-width: 920px) {
  .top_topics_info {
    padding-top: 100px;
    padding-bottom: 130px;
  }
}

.topics_info_tab {
  position: relative;
  z-index: 1;
}

.topics_info_tab__nav {
  display: flex;
  justify-content: center;
  margin-inline: 0;
  gap: 8px;
}
@media print, screen and (min-width: 360px) {
  .topics_info_tab__nav {
    margin-inline: 12px 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .topics_info_tab__nav {
    margin-inline: 60px;
    gap: 15px;
  }
}
.topics_info_tab__nav li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  line-height: 1.4;
  text-align: center;
  font-size: clamp(1.3rem, 3.5294117647vw, 2rem);
  font-weight: 900;
  color: #007752;
  border-radius: 20px;
  border: 4px solid #007752;
  background: #eef2d3;
  cursor: pointer;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .topics_info_tab__nav li {
    aspect-ratio: 1.8/1;
  }
}
@media print, screen and (min-width: 920px) {
  .topics_info_tab__nav li {
    height: 64px;
    aspect-ratio: unset;
    border-radius: 100px;
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .topics_info_tab__nav li:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #ffff30;
  }
}
@media (hover: none) {
  .topics_info_tab__nav li:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #ffff30;
  }
}
.topics_info_tab__nav li.current {
  background: #007752;
  pointer-events: none;
  color: #fff;
}
.topics_info_tab__nav li.current::after {
  content: "";
  position: absolute;
  bottom: clamp(-1.5rem, -2.6041666667vw, -2rem);
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-right: clamp(0.7rem, 1.4322916667vw, 1.1rem) solid transparent;
  border-left: clamp(0.7rem, 1.4322916667vw, 1.1rem) solid transparent;
  border-top: clamp(1.2rem, 2.34375vw, 1.8rem) solid #007752;
  border-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .topics_info_tab__nav li.current::after {
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 18px solid #007752;
    bottom: -20px;
  }
}

.topics_info_tab__contents {
  margin-top: -32px;
  margin-right: 8px;
}

.topics_info_tab__contents_item {
  display: none;
  border-radius: 40px;
  border: 4px solid #007752;
  background: #fff;
  padding: 50px 15px 25px 15px;
  box-shadow: 8px 8px 0 #007752;
}
@media print, screen and (min-width: 768px) {
  .topics_info_tab__contents_item {
    padding: 70px 40px 45px 40px;
  }
}
@media print, screen and (min-width: 920px) {
  .topics_info_tab__contents_item {
    padding: 70px 50px 50px 50px;
    border-radius: 80px;
  }
}
@media print, screen and (min-width: 1200px) {
  .topics_info_tab__contents_item {
    padding: 80px;
  }
}
.topics_info_tab__contents_item.current {
  display: block;
}

.topics_info_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
@media print, screen and (min-width: 768px) {
  .topics_info_list {
    gap: 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .topics_info_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 35px;
  }
}
@media print, screen and (min-width: 1200px) {
  .topics_info_list {
    gap: 25px 50px;
  }
}

.topics_info_list__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 3.5294117647vw, 1.5rem);
}
@media print, screen and (min-width: 768px) {
  .topics_info_list__link {
    gap: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .topics_info_list__link {
    gap: 40px;
  }
}
@media (hover: hover) {
  .topics_info_list__link:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .topics_info_list__link:where(:any-link, :enabled, summary, span, dt, div, li):active {
    opacity: 0.7;
  }
}
.topics_info_list__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";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  color: #007752;
  transform: translateY(-50%) rotate(-45deg);
  font-size: clamp(1.6rem, 4.4705882353vw, 2rem);
}
@media print, screen and (min-width: 920px) {
  .topics_info_list__link::after {
    font-size: 20px;
  }
}

.topics_info_list__img {
  width: 40%;
  flex-shrink: 0;
  border-radius: 10px 10px 0 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .topics_info_list__img {
    border-radius: 20px 20px 0 20px;
  }
}

.topics_info_list__title {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  font-weight: 900;
  color: #007752;
  line-height: 1.6;
  font-size: clamp(1.5rem, 3.7647058824vw, 2rem);
  padding-block: 5px;
  border-bottom: 1px solid #cce4dc;
}
@media print, screen and (min-width: 920px) {
  .topics_info_list__title {
    font-size: 1.8rem;
  }
}

.top_soen_strength {
  position: relative;
  padding-top: clamp(10rem, 26.0869565217vw, 18rem);
  background: #eff7f3;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .top_soen_strength {
    padding-top: 220px;
  }
}
@media print, screen and (min-width: 920px) {
  .top_soen_strength {
    padding-top: 80px;
    padding-bottom: 10vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_soen_strength {
    padding-bottom: 6vw;
  }
}

.top_soen_strength__flex {
  position: relative;
}

.top_soen_strength__obi {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 110vw;
  padding-right: 10vw;
  top: 0px;
  left: 50%;
  background: #007752;
  transform: translateX(-50%) rotate(-12deg);
  padding: 12px 0;
  top: clamp(1rem, 2.6041666667vw, 2rem);
}
@media print, screen and (min-width: 768px) {
  .top_soen_strength__obi {
    top: 40px;
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 920px) {
  .top_soen_strength__obi {
    justify-content: flex-end;
    top: 145px;
    padding: 20px 0;
    padding-right: 7vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_soen_strength__obi {
    top: 130px;
    padding-right: 9vw;
  }
}
.top_soen_strength__obi img {
  height: 9.5vw;
}
@media print, screen and (min-width: 768px) {
  .top_soen_strength__obi img {
    height: 70px;
  }
}
@media print, screen and (min-width: 920px) {
  .top_soen_strength__obi img {
    height: clamp(3.8rem, 4.280155642vw, 4.4rem);
  }
}

@media print, screen and (min-width: 920px) {
  .top_soen_strength__content {
    position: absolute;
    top: -20px;
    width: clamp(24.8rem, 32.3913043478vw, 34.9rem);
  }
}

.top_soen_strength__title {
  width: 540px;
  max-width: 100%;
  margin-inline: auto;
}
.top_soen_strength__title img {
  position: relative;
  right: -4.5%;
}
@media print, screen and (min-width: 920px) {
  .top_soen_strength__title img {
    right: 0;
  }
}

.top_soen_strength__text {
  margin-top: 30px;
  text-align: center;
  font-weight: 900;
  line-height: 1.6;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 360px) {
  .top_soen_strength__text {
    font-size: clamp(1.4rem, 2.6041666667vw, 2rem);
  }
}
@media print, screen and (min-width: 920px) {
  .top_soen_strength__text {
    font-size: 1.5rem;
  }
}

.top_soen_strength__btn {
  text-align: center;
  margin-top: 20px;
}

.top_soen_strength__obj {
  position: relative;
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .top_soen_strength__obj {
    margin-top: 5%;
  }
}
@media print, screen and (min-width: 1400px) {
  .top_soen_strength__obj {
    margin-top: 20px;
  }
}
.top_soen_strength__obj .obj {
  position: relative;
  left: -12%;
  width: min(80%, 403px);
}
@media print, screen and (min-width: 768px) {
  .top_soen_strength__obj .obj {
    left: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .top_soen_strength__obj .obj {
    left: auto;
    width: 70%;
  }
}
@media print, screen and (min-width: 1280px) {
  .top_soen_strength__obj .obj {
    width: 100%;
  }
}
@media print, screen and (min-width: 1400px) {
  .top_soen_strength__obj .obj {
    width: 130%;
    margin-left: -15%;
    max-width: none;
  }
}
.top_soen_strength__obj .balloon {
  position: absolute;
  top: 50%;
  right: min(50%, 360px);
  width: min(44%, 230px);
}
@media print, screen and (min-width: 768px) {
  .top_soen_strength__obj .balloon {
    right: min(40%, 360px);
  }
}
@media print, screen and (min-width: 920px) {
  .top_soen_strength__obj .balloon {
    top: 35%;
    right: -5%;
    width: 44%;
  }
}
@media print, screen and (min-width: 1280px) {
  .top_soen_strength__obj .balloon {
    top: 50%;
    right: -26%;
  }
}

.top_soen_strength__slider {
  position: relative;
  margin-top: -8vw;
  margin-right: calc(-1vw - 20px);
  margin-left: calc(-3vw - 20px);
}
@media print, screen and (min-width: 768px) {
  .top_soen_strength__slider {
    margin-inline: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .top_soen_strength__slider {
    margin-top: 0;
    margin-right: -2vw;
    margin-left: clamp(22.8rem, 30.2173913043vw, 32.9rem);
    padding-top: 60px;
    width: auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_soen_strength__slider {
    padding-top: 30px;
    margin-left: 350px;
  }
}
@media print, screen and (min-width: 1580px) {
  .top_soen_strength__slider {
    padding-top: 0;
  }
}

.top_soen_strength__prev {
  position: absolute;
  top: -80px;
  left: auto;
  right: calc(25px + 20vw);
}
@media print, screen and (min-width: 556px) {
  .top_soen_strength__prev {
    right: 140px;
  }
}
@media print, screen and (min-width: 920px) {
  .top_soen_strength__prev {
    top: 50%;
    right: auto;
    left: 1vw;
    transform: translateY(-50%);
  }
}
@media (hover: hover) {
  .top_soen_strength__prev:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    transform: translateY(-50%) scale(1.05);
  }
}
@media (hover: none) {
  .top_soen_strength__prev:where(:any-link, :enabled, summary, span, dt, div, li):active {
    transform: translateY(-50%) scale(1.05);
  }
}

.top_soen_strength__next {
  position: absolute;
  top: -80px;
  right: calc(20px + 1vw);
}
@media print, screen and (min-width: 920px) {
  .top_soen_strength__next {
    top: 50%;
    right: 1vw;
    transform: translateY(-50%);
  }
}
@media (hover: hover) {
  .top_soen_strength__next:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    transform: translateY(-50%) scale(1.05);
  }
}
@media (hover: none) {
  .top_soen_strength__next:where(:any-link, :enabled, summary, span, dt, div, li):active {
    transform: translateY(-50%) scale(1.05);
  }
}

.soen_strength_slider {
  max-width: 100%;
}

.soen_strength_slider__item {
  position: relative;
  padding: 3.4vw;
  overflow: visible !important;
}
.soen_strength_slider__item:not(.swiper-slide-active) .soen_strength_slider__inner {
  filter: brightness(50%);
}
.soen_strength_slider__item:nth-of-type(1) .soen_strength_slider__inner {
  transform: rotate(4deg);
}
@media print, screen and (min-width: 920px) {
  .soen_strength_slider__item:nth-of-type(1) .soen_strength_slider__inner {
    transform: rotate(-4deg);
  }
}
.soen_strength_slider__item:nth-of-type(1).swiper-slide-active .soen_strength_slider__inner {
  transform: rotate(4deg) scale(0.96);
}
@media print, screen and (min-width: 920px) {
  .soen_strength_slider__item:nth-of-type(1).swiper-slide-active .soen_strength_slider__inner {
    transform: rotate(-4deg) scale(0.96);
  }
}
.soen_strength_slider__item:nth-of-type(2) .soen_strength_slider__inner {
  transform: rotate(-7deg);
}
@media print, screen and (min-width: 920px) {
  .soen_strength_slider__item:nth-of-type(2) .soen_strength_slider__inner {
    transform: rotate(5deg);
  }
}
.soen_strength_slider__item:nth-of-type(2).swiper-slide-active .soen_strength_slider__inner {
  transform: rotate(-7deg) scale(0.96);
}
@media print, screen and (min-width: 920px) {
  .soen_strength_slider__item:nth-of-type(2).swiper-slide-active .soen_strength_slider__inner {
    transform: rotate(5deg) scale(0.96);
  }
}
.soen_strength_slider__item:nth-of-type(3) .soen_strength_slider__inner {
  transform: rotate(4deg);
}
@media print, screen and (min-width: 920px) {
  .soen_strength_slider__item:nth-of-type(3) .soen_strength_slider__inner {
    transform: rotate(-4deg);
  }
}
.soen_strength_slider__item:nth-of-type(3).swiper-slide-active .soen_strength_slider__inner {
  transform: rotate(4deg) scale(0.96);
}
@media print, screen and (min-width: 920px) {
  .soen_strength_slider__item:nth-of-type(3).swiper-slide-active .soen_strength_slider__inner {
    transform: rotate(-4deg) scale(0.96);
  }
}

.soen_strength_slider__inner {
  position: relative;
  transition: filter 0.3s, transform 0.3s;
}
.soen_strength_slider__inner::before {
  content: "";
  position: absolute;
  bottom: -13px;
  right: -13px;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #007752;
  border: 4px solid #fff;
}
@media print, screen and (min-width: 920px) {
  .soen_strength_slider__inner::before {
    border-radius: 80px;
  }
}
.soen_strength_slider__inner a {
  position: relative;
  display: block;
  border-radius: 40px;
  border: 4px solid #007752;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .soen_strength_slider__inner a {
    border-radius: 80px;
  }
}
.soen_strength_slider__inner .pc_only {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .soen_strength_slider__inner .pc_only {
    display: block;
  }
}
.soen_strength_slider__inner .sp_only {
  display: block;
}
@media print, screen and (min-width: 920px) {
  .soen_strength_slider__inner .sp_only {
    display: none;
  }
}

.soen_strength_slider__main_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.soen_strength_slider__sub_img03 {
  position: absolute;
  top: 1%;
  left: 1%;
  height: 36%;
  z-index: 2;
}
@media print, screen and (min-width: 920px) {
  .soen_strength_slider__sub_img03 {
    top: auto;
    bottom: 2%;
    left: -7%;
    height: 55%;
  }
}

.soen_strength_slider__title {
  position: absolute;
  bottom: -1px;
  right: -1px;
  height: 28%;
}
@media print, screen and (min-width: 920px) {
  .soen_strength_slider__title {
    height: 31%;
  }
}
.soen_strength_slider__title img {
  height: 100%;
}

.top_message {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  .top_message {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.top_message__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #007752;
}
.top_message__title .en {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .top_message__title .en {
    font-size: 2rem;
  }
}
.top_message__title .main {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1.4;
}
@media print, screen and (min-width: 360px) {
  .top_message__title .main {
    font-size: 3.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .top_message__title .main {
    gap: 20px;
    font-size: 4.8rem;
  }
}
.top_message__title .main::before, .top_message__title .main::after {
  content: "";
  display: block;
  position: relative;
  top: -6px;
  width: 30px;
  height: 36px;
  background: url(../img/top/message_title_obj.svg) no-repeat 0 0;
  background-size: 100%;
}
@media print, screen and (min-width: 768px) {
  .top_message__title .main::before, .top_message__title .main::after {
    top: -10px;
    width: 40px;
    height: 47px;
  }
}
.top_message__title .main::after {
  transform: scaleX(-1);
}

.message_slider {
  display: flex;
  gap: 0;
  margin-top: 30px;
  width: max-content;
}

.message_slider__set {
  display: flex;
  max-width: none;
}
.message_slider__set.anime_set {
  animation: scroll 30s linear infinite both;
}
@media print, screen and (min-width: 768px) {
  .message_slider__set.anime_set {
    animation: scroll 30s linear infinite both;
  }
}

.message_slider__item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 300px;
  padding: 0 18px;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (hover: hover) {
  .message_slider__item:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .message_slider__item:where(:any-link, :enabled, summary, span, dt, div, li):active {
    transform: scale(1.1);
  }
}

.message_slider__img {
  width: 95px;
  flex-shrink: 0;
}

.message_slider__balloon {
  position: relative;
  border: 3px solid #007752;
  padding: 10px 20px;
  min-height: 66px;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 900;
  color: #007752;
  background-color: #c9ffe4;
}
.message_slider__balloon span {
  position: absolute;
  top: -20px;
  right: -20px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transform: rotate(45deg);
}
.message_slider__balloon span::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: "\e907";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #007752;
  color: #fff;
  transform: rotate(-90deg);
  font-size: 10px;
  margin-right: 1px;
}
.message_slider__balloon.corner_down {
  border-radius: 20px 20px 20px 0;
}
.message_slider__balloon.corner_up {
  border-radius: 0 20px 20px 20px;
}
.message_slider__balloon.bg_pink {
  background-color: #ffe6e5;
}
.message_slider__balloon.bg_green {
  background-color: #c9ffe4;
}
.message_slider__balloon.bg_orange {
  background-color: #ffecb9;
}
.message_slider__balloon.bg_blue {
  background-color: #cef2ff;
}

.top_access_info {
  position: relative;
  --h-access-plan-box: 420px;
}
@media print, screen and (min-width: 768px) {
  .top_access_info {
    --h-access-plan-box: 350px;
  }
}

.course_info_catch {
  position: absolute;
  top: -28px;
  left: -20px;
  width: calc(100% + 40px);
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .course_info_catch {
    left: 0;
    width: 100%;
  }
}
.course_info_catch p span {
  display: inline-block;
  line-height: 1;
  background: #007752;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 900;
  padding: 8px 6px 11px 10px;
}
@media print, screen and (min-width: 360px) {
  .course_info_catch p span {
    font-size: clamp(1.9rem, 4.8387096774vw, 3rem);
  }
}
@media print, screen and (min-width: 920px) {
  .course_info_catch p span {
    font-size: 4rem;
  }
}
.course_info_catch p:nth-child(2) span {
  margin-left: 2em;
}

.course_info_mv {
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.course_info_mv > img {
  width: 100%;
}
.course_info_mv .top_movie {
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 920px) {
  .course_info_mv .top_movie {
    aspect-ratio: 2.5/1;
  }
}
.course_info_mv .top_movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.course_info_mv .obj {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.access_top_area {
  position: relative;
  min-height: calc(var(--h-access-plan-box) + 140.6vw);
}
@media print, screen and (min-width: 680px) {
  .access_top_area {
    min-height: calc(var(--h-access-plan-box) + 230px + 104vw);
  }
}
@media print, screen and (min-width: 920px) {
  .access_top_area {
    min-height: 548px;
  }
}

.access_plan_box {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: -20px;
  width: calc(100% - 10px);
  padding: 30px 20px;
  border-radius: 40px;
  border: 4px solid #007752;
  background: #fff;
  box-shadow: 10px 10px 0 #007752;
}
@media print, screen and (min-width: 920px) {
  .access_plan_box {
    width: auto;
    padding: 50px 40px;
    border-radius: 80px;
    right: 0;
    top: -170px;
    width: 590px;
  }
}
@media print, screen and (min-width: 1200px) {
  .access_plan_box {
    width: 590px;
  }
}

.access_plan_box__title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (min-width: 360px) {
  .access_plan_box__title {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 920px) {
  .access_plan_box__title {
    font-size: 2.4rem;
  }
}

.access_plan_box__text {
  margin-top: 18px;
  line-height: 1.6;
  font-size: 1.35rem;
  font-weight: 900;
  text-align: center;
}
@media print, screen and (min-width: 360px) {
  .access_plan_box__text {
    font-size: 1.5rem;
  }
}

.access_plan_box__btn {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .access_plan_box__btn {
    flex-direction: row;
    gap: 20px;
    margin-top: 32px;
  }
}

.access_top_area___obj01 {
  position: absolute;
  top: calc(var(--h-access-plan-box) + 72vw);
  left: 6%;
  width: 75%;
  aspect-ratio: 1.37/1;
  z-index: 1;
}
@media print, screen and (min-width: 920px) {
  .access_top_area___obj01 {
    top: 150px;
    left: -80px;
    width: 476px;
  }
}
.access_top_area___obj01 .balloon {
  position: absolute;
  top: -37%;
  left: -6%;
  font-size: 3.1vw;
  font-weight: 900;
  line-height: 1.4;
  white-space: pre;
  border: 3px solid #007752;
  padding: 3.2vw 2.8vw;
  background: #cef2ff;
  border-radius: 20px 20px 0 20px;
}
@media print, screen and (min-width: 920px) {
  .access_top_area___obj01 .balloon {
    top: -19%;
    left: 26%;
    padding: 2%;
    font-size: 94%;
  }
}
.access_top_area___obj01 .obj01_1 {
  position: absolute;
  top: 0;
  left: 4%;
  width: 36%;
}
.access_top_area___obj01 .obj01_2 {
  position: absolute;
  width: 29%;
  top: -1%;
  left: 50%;
}
.access_top_area___obj01 .obj01_3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.access_top_area___obj02 {
  position: absolute;
  top: calc(var(--h-access-plan-box) + 48vw);
  right: -30px;
  width: 20vw;
  aspect-ratio: 116/94;
  z-index: 1;
}
@media print, screen and (min-width: 920px) {
  .access_top_area___obj02 {
    display: none;
    top: 202px;
    right: auto;
    left: 612px;
    aspect-ratio: 94/116;
    width: 94px;
  }
}
@media print, screen and (min-width: 1455px) {
  .access_top_area___obj02 {
    display: block;
  }
}
.access_top_area___obj02 .obj02.sp_only {
  display: inline;
}
@media print, screen and (min-width: 920px) {
  .access_top_area___obj02 .obj02.sp_only {
    display: none;
  }
}
.access_top_area___obj02 .obj02.pc_only {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .access_top_area___obj02 .obj02.pc_only {
    display: inline;
  }
}
.access_top_area___obj02 .balloon {
  position: absolute;
  top: 50%;
  left: -41vw;
  width: auto;
  white-space: pre;
  font-size: 3vw;
  font-weight: 900;
  line-height: 1.4;
  border: 3px solid #007752;
  padding: 2vw 3vw;
  background: #fff;
  border-radius: 20px 20px 0 20px;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 920px) {
  .access_top_area___obj02 .balloon {
    bottom: auto;
    top: -90%;
    left: 14%;
    width: 137%;
    font-size: 92%;
    padding: 12% 10%;
    transform: translateY(0);
    border-radius: 20px 20px 20px 0;
  }
}

.access_top_area___obj03 {
  position: absolute;
  top: calc(var(--h-access-plan-box) + 28vw);
  right: -30px;
  width: 21vw;
  aspect-ratio: 118/109;
  z-index: 1;
}
@media print, screen and (min-width: 920px) {
  .access_top_area___obj03 {
    display: none;
    top: 200px;
    right: auto;
    left: 508px;
    aspect-ratio: 109/118;
    width: 109px;
  }
}
@media print, screen and (min-width: 1320px) {
  .access_top_area___obj03 {
    display: block;
  }
}
.access_top_area___obj03 .obj03.sp_only {
  display: inline;
}
@media print, screen and (min-width: 920px) {
  .access_top_area___obj03 .obj03.sp_only {
    display: none;
  }
}
.access_top_area___obj03 .obj03.pc_only {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .access_top_area___obj03 .obj03.pc_only {
    display: inline;
  }
}
.access_top_area___obj03 .balloon {
  position: absolute;
  top: 50%;
  left: -38vw;
  width: auto;
  white-space: pre;
  font-size: 3vw;
  font-weight: 900;
  line-height: 1.4;
  border: 3px solid #007752;
  padding: 2vw 3vw;
  background: #fff;
  border-radius: 20px 20px 0 20px;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 920px) {
  .access_top_area___obj03 .balloon {
    top: -80%;
    left: -26%;
    width: 115%;
    font-size: 92%;
    padding: 12% 10%;
  }
}

.access_top_area___obj04 {
  position: absolute;
  top: calc(var(--h-access-plan-box) + 12vw);
  right: -30px;
  width: 21vw;
  aspect-ratio: 118/94;
  z-index: 1;
}
@media print, screen and (min-width: 920px) {
  .access_top_area___obj04 {
    display: none;
    top: 200px;
    right: 0;
    left: 420px;
    aspect-ratio: 94/118;
    width: 94px;
  }
}
@media print, screen and (min-width: 1155px) {
  .access_top_area___obj04 {
    display: block;
  }
}
.access_top_area___obj04 .obj04.sp_only {
  display: inline;
}
@media print, screen and (min-width: 920px) {
  .access_top_area___obj04 .obj04.sp_only {
    display: none;
  }
}
.access_top_area___obj04 .obj04.pc_only {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .access_top_area___obj04 .obj04.pc_only {
    display: inline;
  }
}
.access_top_area___obj04 .balloon {
  position: absolute;
  top: calc(50% - 2px);
  left: -47vw;
  width: auto;
  white-space: pre;
  font-size: 3vw;
  font-weight: 900;
  line-height: 1.4;
  border: 3px solid #007752;
  padding: 2vw 3vw;
  background: #fff;
  border-radius: 20px 20px 0 20px;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 920px) {
  .access_top_area___obj04 .balloon {
    top: -49%;
    left: -107%;
    width: 154%;
    font-size: 92%;
    padding: 12% 10%;
  }
}

.access_top_area___obj05 {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .access_top_area___obj05 {
    position: absolute;
    display: block;
    top: 390px;
    right: -61px;
    width: 271px;
    aspect-ratio: 1.23/1;
    z-index: 1;
  }
}

.access_top_area__line01 {
  position: absolute;
  top: var(--h-access-plan-box);
  left: 20px;
  width: 16vw;
  height: 75vw;
  background: #cbcbcb;
}
@media print, screen and (min-width: 680px) {
  .access_top_area__line01 {
    left: 0;
    width: 140px;
  }
}
@media print, screen and (min-width: 920px) {
  .access_top_area__line01 {
    top: 0;
    height: 228px;
  }
}
.access_top_area__line01::before {
  position: absolute;
  display: block;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  content: "";
  width: 7px;
  height: calc(100% - 20px);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5);
}

.access_top_area__line02 {
  position: absolute;
  top: calc(var(--h-access-plan-box) + 75vw);
  left: 20px;
  width: 26.2vw;
}
@media print, screen and (min-width: 680px) {
  .access_top_area__line02 {
    left: 0;
    width: auto;
  }
}
@media print, screen and (min-width: 920px) {
  .access_top_area__line02 {
    top: 228px;
  }
}

.access_top_area__line03 {
  position: absolute;
  top: calc(var(--h-access-plan-box) + 75vw + 10.3vw);
  left: calc(20px + 26.2vw);
  width: calc(100% - 52.4vw - 40px);
  height: 15.8vw;
  background: #cbcbcb;
}
@media print, screen and (min-width: 680px) {
  .access_top_area__line03 {
    top: calc(var(--h-access-plan-box) + 75vw + 90px);
    left: 230px;
    width: calc(100% - 460px);
    height: 140px;
  }
}
@media print, screen and (min-width: 920px) {
  .access_top_area__line03 {
    top: 318px;
    height: 140px;
  }
}
.access_top_area__line03::before {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 7px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5);
}

.access_top_area__line04 {
  position: absolute;
  top: calc(var(--h-access-plan-box) + 75vw + 10.3vw);
  right: 20px;
  width: 26.2vw;
}
@media print, screen and (min-width: 680px) {
  .access_top_area__line04 {
    top: calc(var(--h-access-plan-box) + 75vw + 90px);
    width: auto;
    right: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .access_top_area__line04 {
    top: 318px;
    width: auto;
  }
}

.access_top_area__line05 {
  position: absolute;
  top: calc(var(--h-access-plan-box) + 75vw + 10.3vw + 26vw);
  right: 20px;
  width: 16vw;
  height: 30vw;
  background: #cbcbcb;
}
.access_top_area__line05::before {
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: "";
  width: 7px;
  height: calc(100% - 20px);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5);
}
@media print, screen and (min-width: 680px) {
  .access_top_area__line05 {
    top: calc(var(--h-access-plan-box) + 75vw + 320px);
    right: 0;
    width: 140px;
    height: 20vw;
  }
}
@media print, screen and (min-width: 920px) {
  .access_top_area__line05 {
    display: none;
  }
}

.access_bottom_area {
  position: relative;
  min-height: 500px;
  padding-bottom: 120px;
}

.access_bottom_area__line05 {
  position: absolute;
  top: 0;
  right: 20px;
  width: 16vw;
  height: 100%;
  background: #cbcbcb;
}
@media print, screen and (min-width: 680px) {
  .access_bottom_area__line05 {
    right: 0;
    width: 140px;
  }
}
@media print, screen and (min-width: 920px) {
  .access_bottom_area__line05 {
    height: 100%;
  }
}
.access_bottom_area__line05::before {
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: "";
  width: 7px;
  height: calc(100% - 20px);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5);
}

.access_info_block {
  position: relative;
  margin-right: 10px;
}
@media print, screen and (min-width: 920px) {
  .access_info_block {
    width: calc(100% - 240px);
    margin-right: 0;
  }
}

.access_info_block__catch {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  left: 0;
  top: calc(-30px - 5vw);
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .access_info_block__catch {
    align-items: flex-end;
    right: auto;
    width: auto;
  }
}
@media print, screen and (min-width: 920px) {
  .access_info_block__catch {
    top: -30px;
    right: 60px;
  }
}
.access_info_block__catch span {
  display: block;
  line-height: 1;
  background: #007752;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 8px 6px 11px 10px;
}
@media print, screen and (min-width: 360px) {
  .access_info_block__catch span {
    font-size: clamp(1.9rem, 4.8387096774vw, 3rem);
  }
}
@media print, screen and (min-width: 920px) {
  .access_info_block__catch span {
    font-size: 3.2rem;
  }
}
.access_info_block__catch span:nth-child(1) {
  margin-right: 1em;
}
.access_info_block__catch span:nth-child(2) {
  margin-left: auto;
}

.access_info_block__flex {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  border-radius: 40px;
  border: 4px solid #007752;
  background: #fff;
  box-shadow: 10px 10px 0 #007752;
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .access_info_block__flex {
    flex-direction: row;
    border-radius: 80px;
  }
}

.access_info_block__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1.3;
  padding: 80px 20px 60px;
}
@media print, screen and (min-width: 920px) {
  .access_info_block__content {
    padding: 90px 60px;
  }
}

.access_info_block__title {
  text-align: center;
}
.access_info_block__title .en {
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1;
  color: #007752;
}
@media print, screen and (min-width: 920px) {
  .access_info_block__title .en {
    font-size: 8rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .access_info_block__title .en {
    font-size: 13rem;
  }
}
.access_info_block__title .main {
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 700;
  color: #007752;
}
@media print, screen and (min-width: 920px) {
  .access_info_block__title .main {
    font-size: 1.8rem;
  }
}

.access_info_block__text {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 1.5rem;
  font-weight: 900;
  color: #007752;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .access_info_block__text {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .access_info_block__text {
    margin-top: 40px;
  }
}

.access_info_block__btn {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .access_info_block__btn {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  .access_info_block__btn {
    flex-direction: row;
  }
}

.access_info_block__img {
  position: relative;
  width: 100%;
  margin-left: auto;
  background: url(../img/top/access_info_img.jpg) no-repeat center center;
  background-size: cover;
  height: 65vw;
}
@media print, screen and (min-width: 920px) {
  .access_info_block__img {
    flex: 1;
    height: auto;
    width: 40%;
  }
}
.access_info_block__img .access_info_block__obj {
  display: block;
  position: absolute;
  width: 80%;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
}
.access_info_block__img .access_info_block__obj .car {
  width: 100%;
}
.access_info_block__img .access_info_block__obj .balloon {
  position: absolute;
  top: -60px;
  right: -12px;
}
@media print, screen and (min-width: 920px) {
  .access_info_block__img .access_info_block__obj .balloon {
    right: 32px;
  }
}
@media print, screen and (min-width: 920px) {
  .access_info_block__img .access_info_block__obj {
    display: none;
  }
}

.access_info_block__obj {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .access_info_block__obj {
    display: flex;
    align-items: flex-start;
    position: absolute;
    bottom: -75px;
    right: 80px;
    z-index: 1;
  }
}
@media print, screen and (min-width: 1200px) {
  .access_info_block__obj {
    right: 120px;
  }
}
.access_info_block__obj .car {
  width: 352px;
  flex-shrink: 0;
}
@media print, screen and (min-width: 1400px) {
  .access_info_block__obj .car {
    width: 442px;
  }
}
.access_info_block__obj .balloon {
  position: absolute;
  border: 3px solid #007752;
  background: #cef2ff;
  padding: 8px 10px;
  flex-shrink: 0;
  line-height: 1.6;
  font-weight: 900;
  font-size: 80%;
  color: #007752;
  border-radius: 12px 12px 12px 0;
  margin-left: -40px;
}
@media print, screen and (min-width: 768px) {
  .access_info_block__obj .balloon {
    border: 4px solid #007752;
    border-radius: 20px 20px 20px 0;
    font-size: 1.6rem;
    padding: 10px 15px;
    margin-left: -60px;
    top: -80px;
    right: -40px;
  }
}
.access_info_block__obj .balloon img {
  position: relative;
  top: -2px;
  width: 20%;
}
@media print, screen and (min-width: 768px) {
  .access_info_block__obj .balloon img {
    width: 22px;
  }
}

.top_school_info {
  position: relative;
  background: url(../img/top/school_info_bg_sp.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 60px;
  padding-inline: 20px;
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .top_school_info {
    padding-top: 80px;
    padding-inline: 40px;
    background-image: url(../img/top/school_info_bg.jpg);
  }
}

.school_info_title {
  text-align: center;
  width: 1149px;
  max-width: 100%;
  margin: 0 auto;
}

.school_info_obj01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 57vw;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .school_info_obj01 {
    width: min(40vw, 614px);
  }
}
@media print, screen and (min-width: 1200px) {
  .school_info_obj01 {
    width: min(40vw, 614px);
  }
}

.school_info_obj02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 67vw;
}
@media print, screen and (min-width: 768px) {
  .school_info_obj02 {
    width: min(47vw, 713px);
  }
}
@media print, screen and (min-width: 1200px) {
  .school_info_obj02 {
    width: min(47vw, 713px);
  }
}

.school_info_text_btn__img {
  width: min(50vw, 256px);
}
@media print, screen and (min-width: 768px) {
  .school_info_text_btn__img {
    width: 256px;
  }
}

.school_info_text_btn {
  text-align: center;
  padding-top: 30vw;
  padding-bottom: 46vw;
}
@media print, screen and (min-width: 768px) {
  .school_info_text_btn {
    padding-top: 15vw;
    padding-bottom: 200px;
  }
}
@media print, screen and (min-width: 920px) {
  .school_info_text_btn {
    padding-top: 20vw;
  }
}
@media print, screen and (min-width: 1300px) {
  .school_info_text_btn {
    padding-inline: 400px;
    padding-bottom: 90px;
  }
}

.school_info_text_btn__text {
  margin-top: 30px;
  color: #fff;
  font-weight: 900;
  font-size: clamp(1.5rem, 3.2258064516vw, 2rem);
}
.school_info_text_btn__text span {
  display: inline-block;
}
@media print, screen and (min-width: 920px) {
  .school_info_text_btn__text {
    font-size: 1.8rem;
  }
}

.school_info_text_btn__btn {
  margin-top: 30px;
}

.top_news {
  position: relative;
  background: url(../img/top/news_bg.png) no-repeat center center;
  background-size: cover;
  padding-block: 96px;
}
@media print, screen and (min-width: 1580px) {
  .top_news {
    padding-block: 128px;
  }
}

.top_news__inner {
  display: flex;
  flex-direction: column;
  max-width: 1150px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media print, screen and (min-width: 360px) {
  .top_news__inner {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 768px) {
  .top_news__inner {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 920px) {
  .top_news__inner {
    display: block;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_news__inner {
    width: calc(100% - 80px);
  }
}

.top_news__box {
  order: 2;
  position: relative;
  border-radius: 40px;
  border: 4px solid #007752;
  background: #fff;
  box-shadow: 10px 10px 0 #007752;
  overflow: hidden;
  padding: 30px 20px;
}
@media print, screen and (min-width: 920px) {
  .top_news__box {
    order: 3;
    display: flex;
    gap: 60px;
    border-radius: 80px;
    padding: 40px 60px;
    margin-top: 38px;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_news__box {
    padding: 60px 80px;
  }
}

.top_news__list {
  width: 100%;
  grid-area: l;
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .top_news__list {
    margin-top: 0;
  }
}

.top_news__content {
  display: contents;
  flex-shrink: 0;
}
@media print, screen and (min-width: 920px) {
  .top_news__content {
    display: flex;
    align-items: center;
  }
}

.top_news__title {
  order: 1;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 920px) {
  .top_news__title {
    margin-bottom: 0;
  }
}
.top_news__title .en {
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  font-size: min(12vw, 5rem);
  line-height: 1;
  color: #007752;
}
@media print, screen and (min-width: 920px) {
  .top_news__title .en {
    font-size: clamp(7rem, 5.46875vw, 8rem);
  }
}
@media print, screen and (min-width: 1200px) {
  .top_news__title .en {
    font-size: 8rem;
  }
}
.top_news__title .main {
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 700;
  color: #007752;
}
@media print, screen and (min-width: 920px) {
  .top_news__title .main {
    font-size: 1.8rem;
  }
}

.top_news__btn {
  text-align: center;
  margin-top: 40px;
  order: 3;
}
@media print, screen and (min-width: 920px) {
  .top_news__btn {
    margin-top: 0;
    margin-left: auto;
    order: 2;
  }
}

.top_sns_area {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.top_sns_area .page_inner_l {
  position: relative;
}

.top_sns_area__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  background: #fefff5;
}
@media print, screen and (min-width: 920px) {
  .top_sns_area__content {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding-inline: 36px;
  }
}

.top_sns_area__title {
  margin-top: 60px;
}
@media print, screen and (min-width: 920px) {
  .top_sns_area__title {
    margin-top: -10px;
  }
}
.top_sns_area__title .en {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  color: #007752;
}
@media print, screen and (min-width: 920px) {
  .top_sns_area__title .en {
    font-size: 4.2rem;
  }
}
.top_sns_area__title .en strong {
  font-size: 13rem;
  font-weight: 700;
  margin-top: -0.05em;
}
.top_sns_area__title .ja {
  text-align: center;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 900;
  color: #007752;
  margin-top: 10px;
}

.top_sns_area__btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 30px;
}
.top_sns_area__btns .page_base_btn {
  width: 100%;
}

.top_sns_area__slider {
  display: flex;
  margin-inline: calc(50% - 50vw);
}

.top_sns_area__slider_set {
  display: flex;
  animation: scroll 15s linear infinite;
}
@media print, screen and (min-width: 768px) {
  .top_sns_area__slider_set {
    animation: scroll 30s linear infinite;
  }
}
.top_sns_area__slider_set img {
  width: 410px;
  max-width: none;
  border-radius: 60px;
  margin: 0 10px;
}

.top_bnr_area__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  width: calc(100% - 30px);
  max-width: 1090px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 360px) {
  .top_bnr_area__list {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 768px) {
  .top_bnr_area__list {
    width: calc(100% - 60px);
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1200px) {
  .top_bnr_area__list {
    width: calc(100% - 80px);
  }
}
@media (hover: hover) {
  .top_bnr_area__list a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .top_bnr_area__list a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    opacity: 0.7;
  }
}

.message_modal_block {
  position: relative;
  margin-inline: auto;
  width: calc(100% - 40px);
  padding: 30px 20px;
  border-radius: 60px;
  border: 4px solid #007752;
  box-shadow: 6px 6px 0 #007752;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .message_modal_block {
    width: 704px;
    padding: 30px 56px;
    border-radius: 80px;
    box-shadow: 10px 10px 0 #007752;
  }
}
.message_modal_block .close_btn {
  position: absolute;
  display: block;
  top: 18px;
  right: 20px;
  width: 38px;
  height: 38px;
  background: #007752;
  border-radius: 100%;
  transition: background 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .message_modal_block .close_btn {
    width: 48px;
    height: 48px;
    top: 26px;
    right: 30px;
  }
}
@media (hover: hover) {
  .message_modal_block .close_btn:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .message_modal_block .close_btn:where(:any-link, :enabled, summary, span, dt, div, li):active {
    transform: scale(1.1);
  }
}
.message_modal_block .close_btn::before, .message_modal_block .close_btn::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 19px;
  height: 1px;
  background: #fff;
}
.message_modal_block .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.message_modal_block__profile {
  position: relative;
  text-align: center;
}
.message_modal_block__profile .bg {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1;
  color: #eaf8f1;
}
@media print, screen and (min-width: 768px) {
  .message_modal_block__profile .bg {
    top: 65px;
    font-size: 4.2rem;
  }
}
.message_modal_block__profile .img {
  position: relative;
  width: 65px;
  margin-inline: auto;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .message_modal_block__profile .img {
    width: 95px;
  }
}
.message_modal_block__profile .name {
  display: block;
  position: relative;
  margin-top: 5px;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.6;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .message_modal_block__profile .name {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.message_modal_block__content {
  margin-top: 20px;
}
.message_modal_block__content .date {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 900;
  color: #007752;
  margin-top: 8px;
}
@media print, screen and (min-width: 768px) {
  .message_modal_block__content .date {
    font-size: 1.3rem;
  }
}

.message_modal_block__control {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 20px 10px;
}
@media print, screen and (min-width: 768px) {
  .message_modal_block__control {
    gap: 20px;
    flex-wrap: nowrap;
  }
}
.message_modal_block__control .more {
  margin-inline: 0;
  order: 1;
  width: 100%;
}
@media print, screen and (min-width: 480px) {
  .message_modal_block__control .more {
    width: auto;
    order: 2;
  }
}
.message_modal_block__control .arrow {
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 100%;
  border: 3px solid #007752;
  background: #fff;
  opacity: 1;
  transition: background 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media print, screen and (min-width: 920px) {
  .message_modal_block__control .arrow {
    width: 57px;
    height: 57px;
    border: 3px solid #007752;
  }
}
@media (hover: hover) {
  .message_modal_block__control .arrow:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #ffff30;
    transform: scale(1.05);
  }
}
@media (hover: none) {
  .message_modal_block__control .arrow:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #ffff30;
    transform: scale(1.05);
  }
}
.message_modal_block__control .arrow::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;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\e900";
  color: #007752;
  font-size: 12px;
}
@media print, screen and (min-width: 920px) {
  .message_modal_block__control .arrow::after {
    font-size: 15px;
  }
}
.message_modal_block__control .arrow.prev {
  transform: rotate(180deg);
  order: 2;
}
@media print, screen and (min-width: 480px) {
  .message_modal_block__control .arrow.prev {
    order: 1;
  }
}
@media (hover: hover) {
  .message_modal_block__control .arrow.prev:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    transform: rotate(180deg) scale(1.05);
  }
}
@media (hover: none) {
  .message_modal_block__control .arrow.prev:where(:any-link, :enabled, summary, span, dt, div, li):active {
    transform: rotate(180deg) scale(1.05);
  }
}
.message_modal_block__control .arrow.next {
  order: 3;
}