/******************
/* index.css
******************/
/****-common--****/
#index .section_title {
  display: inline-block;
  color: #595757;
  font-size: clamp(20px, calc(-10px + 3.90625vw), 40px);
  text-align: left;
  margin-bottom: 0;
}
/****-top_main_section--****/
#index .top_main_section .inner_box_02 {
  width: 100%;
  min-height: 50vh;
}
#index .top_main_section video {
  display: block;
  width: 100%;
  margin: auto;
}
#index .top_main_section #video2 {
  display: none;
}
@media screen and (min-width: 1680px) {
  #index .top_main_section video {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #index .top_main_section .inner_box_02 {
    min-width: 100%;
    min-height: initial;
    height: auto;
  }
  #index .top_main_section video {
    width: 100%;
    margin: auto;
  }
}
/****-top_energy_section--****/
#index .top_energy_section {
  padding-top: 55px;
  padding-bottom: 70px;
  background: #d5edfb;
}
#index .top_energy_section .top_energy_ttl {
  display: inline-block;
  font-size: clamp(20px, calc(-10px + 3.90625vw), 40px);
  padding: 1rem 2.5rem;
  margin-bottom: 5rem;
}
#index .top_energy_section .inner_box {
  position: relative;
  max-width: 1200px;
  width: 98vw;
  margin: 0 auto;
}
#index .top_energy_section .top_energy__center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: table;
  margin: auto;
}
@-moz-document url-prefix() {
  #index .top_energy_section .top_energy__center {
    top: 40%;
  }
}
#index .top_energy_section .top_energy__center .wp-block-cover {
  max-width: 440px;
  width: 34.375vw;
  max-height: 333px;
  min-height: initial;
  height: auto;
  padding: 0;
}
#index .top_energy_section .wp-block-cover__image-background {
  position: static;
}
#index .top_energy_section .top_energy__center img {
  max-width: 440px;
  width: 34.375vw;
  height: auto;
}
#index .top_energy_section .top_energy__center .wp-block-cover__inner-container {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
#index .top_energy_section .top_energy__center .wp-block-cover__inner-container p {
  font-size: clamp(25px, calc(17.5px + 0.9765625vw), 30px);
  text-shadow: 0px 2px 4px rgb(0, 0, 0);
}
/* #index .top_energy_section .top_energy__ttl {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 display: table;
 margin: auto;
}
#index .top_energy_section .top_energy__ttl h2 {
 color: #05243d;
 font-size: clamp(20px, calc(2px + 2.34375vw), 32px);
 line-height: 1.7;
}
#index .top_energy_section .top_energy__ttl h2 span {
 color: #fff;
 font-size: clamp(29px, calc(6.5px + 2.9296875vw), 44px);
 padding: 0 10px 3px 10px;
 margin-right: 5px;
 background: #05243d;
}
#index .top_energy_section .top_energy__ttl p {
 color: #05243d;
 font-size: clamp(20px, calc(2px + 2.34375vw), 32px);
 font-weight: bold;
} */
#index .top_energy_section .top_energy__item {
  max-width: 310px;
  width: 24.219vw;
}
#index .top_energy_section .top_energy__item p {
  font-size: clamp(14px, calc(5px + 1.171875vw), 20px);
}
#index .top_energy_section .top_energy__item.solar {
  margin: 0 auto;
}
#index .top_energy_section .top_energy__item.windpower {
  margin: 0 0 50px 0;
}
#index .top_energy_section .top_energy__item.hydroelectricity {
  position: absolute;
  top: 528px;
  right: 0;
}
#index .top_energy_section .top_energy__item.biomass {
  margin: 0 0 0 160px;
}
#index .top_energy_section .top_energy__item.geothermal {
  position: absolute;
  bottom: 0;
  right: 160px;
}
#index .top_energy_section .top_energy__item .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#index .top_energy_section .top_energy__item h3 {
  color: #3e3a39;
  font-size: clamp(20px, calc(2px + 2.34375vw), 32px);
  text-align: center;
  margin-bottom: 15px;
}
#index .top_energy_section .top_energy__item img {
  margin: 0 auto;
}
#index .top_energy_section .top_energy__item .wp-block-button {
  margin: 15px auto 0;
}
#index .top_energy_section .top_energy__item .wp-block-button__link {
  position: relative;
  width: 186px;
  color: #2d5da3;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  padding: calc(0.567em + 2px) calc(1.333em + 2px);
  background: #fff;
  transition: background 0.4s ease;
}
#index .top_energy_section .top_energy__item .wp-block-button__link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  margin: auto 0;
  background: url("/images/top_img/btn_icon_arrow_b.svg") center right no-repeat;
  background-size: 18px auto;
}
#index .top_energy_section .top_energy__item .wp-block-button__link:hover {
  color: #fff;
  background: #2d5da3;
}
#index .top_energy_section .top_energy__item .wp-block-button__link:hover::after {
  background: url("/images/top_img/btn_icon_arrow.svg") center right no-repeat;
  background-size: 18px auto;
  animation: scaleUp 0.3s ease-in-out;
}
@keyframes scaleUp {
  0% {
    background: url("/images/top_img/btn_icon_arrow.svg") center right 36px no-repeat;
    background-size: 18px auto;
  }
  100% {
    background: url("/images/top_img/btn_icon_arrow.svg") center right no-repeat;
    background-size: 18px auto;
  }
}
@media screen and (max-width: 767px) {
  #index .top_energy_section {
    padding-top: 11.082vw;
    padding-bottom: 11.734vw;
  }
  #index .top_energy_section .top_energy_ttl {
    display: table;
    margin: 0 auto 5vw;
  }
  #index .top_energy_section .inner_box {
    max-width: initial;
    width: 90vw;
    margin: 0 auto;
  }
  #index .top_energy_section .inner_box > .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #index .top_energy_section .top_energy__center {
    position: static;
    display: block;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 10vw;
  }
  #index .top_energy_section .top_energy__center .wp-block-cover {
    max-width: initial;
    width: 100%;
    max-height: initial;
  }
  #index .top_energy_section .top_energy__center img {
    max-width: initial;
    width: 100%;
    height: auto;
  }
  /* #index .top_energy_section .top_energy__ttl {
   position: static;
   display: block;
   margin: 0 auto 16.297vw;
 } */
  #index .top_energy_section .top_energy__item {
    max-width: initial;
    width: 46%;
  }
  #index .top_energy_section .top_energy__item.solar {
    margin: 0 0 11.734vw 0;
  }
  #index .top_energy_section .top_energy__item.windpower {
    margin: 0 0 11.734vw 0;
  }
  #index .top_energy_section .top_energy__item.hydroelectricity {
    position: static;
    margin: 0 0 11.734vw 0;
  }
  #index .top_energy_section .top_energy__item.biomass {
    margin: 0 0 11.734vw 0;
  }
  #index .top_energy_section .top_energy__item.hydroelectricity {
    margin: 0 0 11.734vw 0;
  }
  #index .top_energy_section .top_energy__item.geothermal {
    position: static;
  }
  #index .top_energy_section .top_energy__item h3 {
    margin-bottom: 3vw;
  }
  #index .top_energy_section .top_energy__item .wp-block-button__link {
    width: 35.291vw;
    font-size: 1.2rem;
  }
  #index .top_energy_section .top_energy__item .wp-block-button__link:after {
    right: 2.608vw;
    width: 2.347vw;
    height: 2.608vw;
    margin: auto 0;
    background-size: 2.347vw auto;
  }
  #index .top_energy_section .top_energy__item .wp-block-button__link:hover::after {
    background-size: 2.347vw auto;
  }
}

/****-top_about_section--****/
#index .top_about_section {
  background: url("/images/top_img/top_about_bg.png") top center no-repeat;
  background-size: cover;
  border-bottom: #fff 40px solid;
}
#index .top_about_section .inner_box {
  max-width: 1230px;
  width: 98vw;
  color: #595757;
  padding: 95px 0 90px;
  margin: 0 auto;
}
#index .top_about_section .inner_box h2 {
  color: #2d5da2;
  font-size: clamp(24px, calc(0px + 3.125vw), 40px);
  margin-bottom: 35px;
}
#index .top_about_section .inner_box .top_about_catch {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
#index .top_about_section .inner_box .top_about_catch::after {
  content: "";
  position: absolute;
  top: -3px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 5px 5px;
  background: #4aaada;
}
#index .top_about_section .inner_box h3 {
  position: relative;
  display: table;
  /* color: #2d5da2; */
  color: #fff;
  font-size: clamp(18px, calc(9px + 1.171875vw), 24px);
  margin-left: 10px;
  /* border-bottom: 3px #2d5da2 solid; */
  border-bottom: 3px #fff solid;
  z-index: 1;
}
#index .top_about_section .inner_box .top_about_catc {
  position: relative;
}
#index .top_about_section .inner_box p {
  font-size: clamp(18px, calc(15px + 0.390625vw), 20px);
}
#index .top_about_section .inner_box p.notes {
  font-size: clamp(12px, calc(6px + 0.78125vw), 16px);
}
#index .top_about_section .inner_box ul {
  font-size: clamp(18px, calc(15px + 0.390625vw), 20px);
  margin: 5px 0 10px 10px;
}
#index .top_about_section .inner_box .wp-block-buttons {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 55px;
}
#index .top_about_section .inner_box .wp-block-button__link {
  position: relative;
  width: 210px;
  color: #2d5da2;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  padding: calc(0.567em + 2px) calc(1.333em + 2px);
  /* background: #2d5da3; */
  background: #fff;
  transition: background 0.4s ease;
}
#index .top_about_section .inner_box .wp-block-button__link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  margin: auto 0;
  background: url("/images/top_img/btn_icon_arrow_b.svg") center right no-repeat;
  background-size: 18px auto;
}
#index .top_about_section .inner_box .wp-block-button__link:hover {
  color: #fff;
  background: #2d5da3;
}
#index .top_about_section .inner_box .wp-block-button__link:hover::after {
  background: url("/images/top_img/btn_icon_arrow.svg") center right no-repeat;
  background-size: 18px auto;
  animation: scaleUp 0.3s ease-in-out;
}
#index .top_about_section .inner_box .movie_box p {
  color: #2d5da2;
  font-size: clamp(18px, calc(9px + 1.171875vw), 24px);
  font-weight: 600;
  margin-bottom: 5px;
}
@keyframes scaleUp {
  0% {
    background: url("/images/top_img/btn_icon_arrow.svg") center right 36px no-repeat;
    background-size: 18px auto;
  }
  100% {
    background: url("/images/top_img/btn_icon_arrow.svg") center right no-repeat;
    background-size: 18px auto;
  }
}
@media screen and (max-width: 767px) {
  #index .top_about_section .inner_box {
    max-width: initial;
    width: 80vw;
    padding: 7.171vw 0 7.823vw;
  }
  #index .top_about_section .inner_box h2 {
    margin-top: 0;
    margin-bottom: 5.215vw;
  }
  #index .top_about_section .inner_box h3 {
    margin-bottom: 4.563vw;
  }
  #index .top_about_section .inner_box ul {
    margin: 1vw 0 3vw 1em;
  }
  #index .top_about_section .inner_box .wp-block-buttons {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 7vw;
  }
  #index .top_about_section .inner_box .wp-block-button__link {
    width: 35.291vw;
    font-size: 1.2rem;
  }
  #index .top_about_section .inner_box .wp-block-button__link:after {
    right: 2.608vw;
    width: 2.347vw;
    height: 2.608vw;
    margin: auto 0;
    background-size: 2.347vw auto;
  }
  #index .top_about_section .inner_box .wp-block-button__link:hover::after {
    background-size: 2.347vw auto;
  }
  #index .top_about_section .inner_box figure {
    width: 100%;
    margin: 0 auto;
  }
  #index .top_about_section .inner_box .movie_box p {
    font-size: clamp(18px, calc(9px + 1.171875vw), 24px);
    font-weight: 600;
    margin-bottom: 5px;
  }
  #index .top_about_section .inner_box .movie_box .wp-block-buttons .wp-block-button {
    margin: 0 auto;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
/****-top_topics_section--****/
#index .modal_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  background: rgba(36, 36, 36, 0.851);
  z-index: 1000;
}
#index .modal_box .wp-block-group__inner-container {
  display: none;
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  width: 80vw;
  margin: 0 auto;
  z-index: 1100;
}
#index .modal_box .wp-block-group__inner-container video {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
#index .modal_box .wp-block-group__inner-container #modal_video_2 {
  display: none;
}

/****-top_topics_section--****/
#index .top_topics_section {
  padding-top: 65px;
  padding-bottom: 70px;
}
#index .top_topics_section .inner_box {
  max-width: 1280px;
  width: 100vw;
  margin: auto;
  overflow: hidden;
}
#index .top_topics_section .topics_list {
  position: relative;
  margin-bottom: 85px;
}
#index .top_topics_section .swiper-container {
  position: static;
  max-width: 957px;
  width: 93vw;
  padding-top: 80px;
  overflow: visible;
}
#index .top_topics_section .swiper-wrapper {
  align-items: stretch;
}
#index .top_topics_section .swiper-slide {
  height: auto;
}
#index .top_topics_section .swiper-container .topics_img {
  max-width: 310px;
  width: 24.219vw;
  margin-bottom: 25px;
}
#index .top_topics_section .swiper-container a img {
  width: 100%;
  max-height: 190px;
  height: 14.844vw;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
}
#index .top_topics_section .swiper-container a:hover img {
  opacity: 0.7;
}
#index .top_topics_section .swiper-container .topics_header {
  max-width: 310px;
  width: 24.219vw;
  padding: 0 10px;
}
#index .top_topics_section .swiper-container .topics_header h3 {
  font-size: clamp(12px, calc(6px + 0.78125vw), 16px);
  font-weight: normal;
}
#index .top_topics_section .swiper-container .topics_header time {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
#index .top_topics_section .swiper-container .topics_txt {
  padding: 10px 10px 0;
  display: none;
}
#index .top_topics_section .swiper-container .topics_txt p {
  font-size: 1.3rem;
}
#index .top_topics_section .swiper-container > .swiper-button-prev,
#index .top_topics_section .swiper-container > .swiper-button-next {
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-top: 0;
  background: #2d5da3;
  border-radius: 60px;
  z-index: 1;
  transition: background 0.4s ease, transform 0.4s ease;
}
#index .top_topics_section .swiper-container > .swiper-button-prev:hover,
#index .top_topics_section .swiper-container > .swiper-button-next:hover {
  transform: scale(1.2);
  background: #05243d;
}
#index .top_topics_section .swiper-container > .swiper-button-prev {
  left: inherit;
  right: 80px;
}
#index .top_topics_section .swiper-container > .swiper-button-next {
  right: 10px;
}
#index .top_topics_section .swiper-container > .swiper-button-prev .arrow,
#index .top_topics_section .swiper-container > .swiper-button-next .arrow {
  display: block;
  width: 17px;
  height: auto;
  margin: auto;
}
#index .top_topics_section .swiper-container > .swiper-button-prev .arrow {
  transform: rotate(180deg);
}
#index .top_topics_section .btn_link {
  display: table;
  margin: 0 0 0 auto;
}
#index .top_topics_section .btn_link a {
  position: relative;
  display: block;
  width: 240px;
  color: #fff;
  font-size: 1.4rem;
  text-align: left;
  padding: calc(0.567em + 2px) calc(1.333em + 2px);
  background: #2d5da3;
  border-radius: 9999px;
  transition: background 0.4s ease;
}
#index .top_topics_section .btn_link a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  margin: auto 0;
  background-size: 18px auto;
  background: url("/images/top_img/btn_icon_arrow.svg") center right no-repeat;
}
#index .top_topics_section .btn_link a:hover {
  background: #05243d;
}
#index .top_topics_section .btn_link a:hover::after {
  background: url("/images/top_img/btn_icon_arrow.svg") center right no-repeat;
  background-size: 18px auto;
  animation: scaleUp 0.3s ease-in-out;
}
@keyframes scaleUp {
  0% {
    background: url("/images/top_img/btn_icon_arrow.svg") center right 36px no-repeat;
    background-size: 18px auto;
  }
  100% {
    background: url("/images/top_img/btn_icon_arrow.svg") center right no-repeat;
    background-size: 18px auto;
  }
}
@media screen and (max-width: 767px) {
  #index .top_topics_section {
    padding-top: 5.476vw;
    padding-bottom: 9.126vw;
  }
  #index .top_topics_section .section_title {
    margin-left: 15vw;
  }
  #index .top_topics_section .topics_list {
    margin-bottom: 7.823vw;
  }
  #index .top_topics_section .swiper-container {
    max-width: initial;
    width: 42.373vw;
    padding-top: 13.475vw;
  }
  #index .top_topics_section .swiper-container .topics_img {
    max-width: initial;
    width: 42.373vw;
    margin-bottom: 2vw;
  }
  #index .top_topics_section .swiper-container a img {
    max-height: initial;
    height: 25.815vw;
  }
  #index .top_topics_section .swiper-container .topics_header {
    max-width: initial;
    width: 42.373vw;
    padding: 0 1vw;
  }
  #index .top_topics_section .swiper-container .topics_header time {
    margin-bottom: 1vw;
  }
  #index .top_topics_section .swiper-container > .swiper-button-prev,
  #index .top_topics_section .swiper-container > .swiper-button-next {
    width: 10.04vw;
    height: 10.04vw;
  }
  #index .top_topics_section .swiper-container > .swiper-button-prev {
    right: 20.43vw;
  }
  #index .top_topics_section .swiper-container > .swiper-button-next {
    right: 7.304vw;
  }
  #index .top_topics_section .swiper-container > .swiper-button-prev .arrow,
  #index .top_topics_section .swiper-container > .swiper-button-next .arrow {
    width: 3.267vw;
  }
  #index .top_topics_section .btn_link a {
    width: 46.291vw;
    font-size: 1.2rem;
    margin-right: 2vw;
  }
  #index .top_topics_section .btn_link a::after {
    right: 2.608vw;
    width: 2.347vw;
    height: 2.608vw;
    margin: auto 0;
    background-size: 2.347vw auto;
  }
  #index .top_topics_section .btn_link a:hover {
    background: #05243d;
  }
  #index .top_topics_section .btn_link a:hover::after {
    background-size: 2.347vw auto;
  }
}
/****-top_contact_section--****/
#index .top_contact_section {
  padding: 65px 0 85px;
  background: #05243d;
}
#index .top_contact_section a {
  display: table;
  color: #fff;
  margin: 0 auto;
}
#index .top_contact_section a h2 {
  color: #fff;
  font-size: clamp(24px, calc(-21px + 5.859375vw), 54px);
  text-align: center;
  margin: 0 auto 55px;
}
#index .top_contact_section a h2 span {
  display: block;
  font-size: clamp(18px, calc(15px + 0.390625vw), 20px);
}
#index .top_contact_section a .link_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 113px;
  max-height: 113px;
  width: 8.828vw;
  height: 8.828vw;
  margin: 0 auto;
  border: #fff 2px solid;
  background: #05243d;
  border-radius: 60px;
  transition: background 0.4s ease, transform 0.4s ease;
}
#index .top_contact_section a .link_icon:hover {
  transform: scale(1.2);
  background: #fff;
}
#index .top_contact_section a .link_icon .arrow {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 12px;
}
#index .top_contact_section a .link_icon .arrow::before,
#index .top_contact_section a .link_icon .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background: #fff;
  transform-origin: calc(100% - 0px) 50%;
  transition: background 0.4s ease;
}
#index .top_contact_section a .link_icon .arrow::before {
  transform: rotate(45deg);
}
#index .top_contact_section a .link_icon .arrow::after {
  transform: rotate(-45deg);
}
#index .top_contact_section a .link_icon:hover .arrow::before,
#index .top_contact_section a .link_icon:hover .arrow::after {
  background: #05243d;
}
@media screen and (max-width: 767px) {
  #index .top_contact_section {
    padding: 7.171vw 0 9.778vw;
  }
  #index .top_contact_section a h2 {
    margin: 0 auto 6.519vw;
  }
  #index .top_contact_section a .link_icon {
    max-width: initial;
    max-height: initial;
    width: 13.168vw;
    height: 13.168vw;
  }
  #index .top_contact_section a .link_icon .arrow::before,
  #index .top_contact_section a .link_icon .arrow::after {
    width: 1.565vw;
    height: 0.261vw;
  }
}

/****-top_banner_section--****/
#index .top_banner_section {
  padding: 107px 0 100px;
}
#index .top_banner_section .banner_list {
  max-width: 1280px;
  width: 100vw;
}
#index .top_banner_section .swiper-container {
  position: relative;
  padding-top: 80px;
  padding-left: 2px;
  overflow: visible;
  overflow-x: clip;
}
#index .top_banner_section .swiper-container .swiper-wrapper .swiper-slide img {
  width: 252px;
}
#index .top_banner_section .swiper-container .swiper-wrapper .swiper-slide a img {
  transition: 0.4s ease-in-out;
}
#index .top_banner_section .swiper-container .swiper-wrapper .swiper-slide a:hover img {
  opacity: 0.7;
}
#index .top_banner_section .swiper-container > .swiper-button-prev,
#index .top_banner_section .swiper-container > .swiper-button-next {
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-top: 0;
  background: #2d5da3;
  border-radius: 60px;
  z-index: 1;
  transition: background 0.4s ease, transform 0.4s ease;
}
#index .top_banner_section .swiper-container > .swiper-button-prev:hover,
#index .top_banner_section .swiper-container > .swiper-button-next:hover {
  transform: scale(1.2);
  background: #05243d;
}
#index .top_banner_section .swiper-container > .swiper-button-prev {
  left: inherit;
  right: 80px;
}
#index .top_banner_section .swiper-container > .swiper-button-next {
  right: 10px;
}
#index .top_banner_section .swiper-container > .swiper-button-prev .arrow,
#index .top_banner_section .swiper-container > .swiper-button-next .arrow {
  display: block;
  width: 17px;
  height: auto;
  margin: auto;
}
#index .top_banner_section .swiper-container > .swiper-button-prev .arrow {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  #index .top_banner_section {
    padding: 7.823vw 0 20vw;
  }
  #index .section_title {
    margin-left: 15vw;
  }
  #index .top_banner_section .banner_list {
    max-width: initial;
    width: 90vw;
    margin: 0 auto;
  }
  #index .top_banner_section .swiper-container {
    padding-top: 13.475vw;
  }
  #index .top_banner_section .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  #index .top_banner_section .swiper-container > .swiper-button-prev,
  #index .top_banner_section .swiper-container > .swiper-button-next {
    width: 10.04vw;
    height: 10.04vw;
  }
  #index .top_banner_section .swiper-container > .swiper-button-prev {
    right: 14.43vw;
  }
  #index .top_banner_section .swiper-container > .swiper-button-next {
    right: 1.304vw;
  }
  #index .top_banner_section .swiper-container > .swiper-button-prev .arrow,
  #index .top_banner_section .swiper-container > .swiper-button-next .arrow {
    width: 3.267vw;
  }
}
