.wfix {
  max-width: 1520px;
}

@media screen and (max-width: 1568px) {
  .wfix {
    padding: 0 24px;
  }
  .wide .wfix {
    padding: 0;
  }
}
#visual {
  position: relative;
}
#visual .wfix {
  padding: 0 8rem;
}
#visual .swiper-slide {
  height: var(--100vh);
  background-position: center;
  background-size: cover;
}
#visual .item1 {
  background-image: url(../img/main_visual01.jpg);
}
#visual .item2 {
  background-image: url(../img/main_visual02.jpg);
}
#visual .item3 {
  background-image: url(../img/main_visual03.jpg);
}
#visual .item4 {
  background-image: url(../img/main_visual04.jpg);
}
#visual .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--100vh);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
#visual .inner .contents {
  position: relative;
  width: 100%;
}
#visual .inner .paging {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#visual .inner .paging .swiper-pagination {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#visual .inner .paging .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: none;
  border: 1px solid #fff;
  opacity: 0.5;
}
#visual .inner .paging .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
#visual .inner .paging .swiper-control {
  position: relative;
  width: 26px;
  height: 26px;
  margin-top: 20px;
  border-radius: 100%;
  border: 1px solid #fff;
}
#visual .inner .paging .swiper-control button {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  filter: var(--filter-white);
}
#visual .inner .paging .swiper-control .swiper-pause {
  background-image: url(../img/icon_pause.svg);
}
#visual .inner .paging .swiper-control .swiper-play {
  display: none;
  background-image: url(../img/icon_play.svg);
}
#visual .inner .navigation {
  position: absolute;
  bottom: 10rem;
  left: 0;
  width: 100%;
  text-align: right;
}
#visual .inner .navigation .inner_navigation {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19rem;
  height: 19rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#visual .inner .navigation [class^=swiper-button] {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
  margin: 0;
  background: none;
  font-weight: 500;
  color: #fff;
}
#visual .inner .navigation .swiper-button-prev:after {
  content: "Prev";
}
#visual .inner .navigation .swiper-button-next:after {
  content: "Next";
}
#visual .inner .navigation .progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19rem;
  height: 19rem;
}
#visual .inner .navigation .progress:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 2.2rem;
  background: url(../img/slash.png) no-repeat center/contain;
  content: "";
}
#visual .inner .navigation .progress svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.1s linear;
}
#visual .inner .navigation .progress svg circle {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
}
#visual .inner .conts_visual {
  color: #fff;
}
#visual .inner .conts_visual .sup {
  display: block;
  font-family: var(--poppins);
  font-size: 2.2rem;
}
#visual .inner .conts_visual .title {
  display: block;
  margin-top: 4.8rem;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.25;
}
#visual .inner .conts_visual .title b {
  display: block;
  font-weight: 600;
}
#visual .title [data-aos=fade-up]:not(.aos-animate) {
  transform: translate3d(0, 0.6em, 0);
}
@media screen and (max-width: 1568px) {
  #visual .inner .navigation {
    padding: 0 24px;
  }
}
@media screen and (max-width: 1024px) {
  #visual .wfix {
    padding: 0;
  }
  #visual .inner .paging {
    display: none;
  }
  #visual .inner .conts_visual .sup .ib {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #visual .inner .navigation {
    bottom: 45px;
  }
  #visual .inner .navigation .inner_navigation {
    width: 85px;
    height: 85px;
  }
  #visual .inner .navigation .inner_navigation .progress {
    width: 85px;
    height: 85px;
  }
  #visual .inner .navigation .inner_navigation .progress:before {
    width: 3px;
    height: 11px;
  }
  #visual .inner .navigation .inner_navigation [class^=swiper-button] {
    width: 42px;
    height: 42px;
    font-size: 12px;
  }
  #visual .inner .contents {
    margin-top: -36vw;
  }
}
@media screen and (max-width: 480px) {
  #visual .inner .conts_visual .sup {
    font-size: 2.93vw;
  }
  #visual .inner .conts_visual .title {
    font-size: 7.46vw;
  }
}

.section1 {
  padding: 20rem 0;
}
.section1 .wfix {
  display: flex;
  gap: 4rem;
}
.section1 .item {
  width: 100%;
}
.section1 .thumb img {
  width: 100%;
  height: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.section1 .conts {
  margin-top: 2.4rem;
}
.section1 .sup {
  display: block;
  font-weight: 500;
  color: #888;
}
.section1 .tit {
  display: block;
  margin-top: 0.4rem;
  font-size: 2.8rem;
  font-weight: 600;
  color: #222;
}
.section1 .desc {
  margin-top: 2rem;
  color: #666;
}
@media screen and (max-width: 1568px) {
  .section1 .thumb img {
    height: auto;
    aspect-ratio: 1/0.647;
  }
}
@media screen and (max-width: 1024px) {
  .section1 {
    padding: 16vw 0;
  }
}
@media screen and (max-width: 768px) {
  .section1 {
    padding: 60px 0;
  }
  .section1 .item + .item {
    margin-top: 20px;
    padding-top: 40px;
    border-top: 1px solid #eee;
  }
  .section1 .wfix {
    display: flex;
        flex-direction: column;
  }
  .section1 .conts {
    margin-top: 17px;
  }
  .section1 .sup {
    font-size: 10px;
  }
  .section1 .tit {
    margin-top: 3px;
    font-size: 14px;
  }
  .section1 .desc {
    margin-top: 7px;
    font-size: 10px;
  }
}

.section2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70rem;
  background: url(../img/main_sect2_bg.jpg) center/cover;
  color: #fff;
  text-align: center;
}
.section2 .title {
  font-size: 5.6rem;
  font-weight: 300;
}
.section2 .desc {
  margin-top: 1.2rem;
  line-height: 1.33;
}
.section2 .buttons {
  display: inline-flex;
  gap: 3rem;
  margin-top: 5.2rem;
}
.section2 .buttons .btn {
  min-width: 19rem;
}
@media screen and (max-width: 768px) {
  .section2 {
    height: 300px;
  }
  .section2 .title {
    font-size: 24px;
  }
  .section2 .desc {
    margin-top: 10px;
    line-height: 1.5;
  }
  .section2 .buttons {
    margin-top: 32px;
    gap: 25px;
  }
  .section2 .buttons .btn {
    width: 95px;
  }
}

.section3 {
  padding: 20rem 0;
}
.section3 .hd_news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8rem;
  padding-bottom: 4.8rem;
  border-bottom: 2px solid #333;
}
.section3 .hd_news .title {
  line-height: 1;
  font-size: 4.2rem;
  font-weight: bold;
}
.section3 .hd_news .btn {
  width: 15.5rem;
}
.section3 .wrap_news {
  position: relative;
  display: flex;
  gap: 5rem;
  margin-top: 5rem;
  min-height: 40rem;
}
.section3 .wrap_news .thumb {
  width: 43rem;
  flex-shrink: 0;
}
.section3 .wrap_news .list_news {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.section3 .wrap_news .list_news li {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section3 .wrap_news .list_news li + li .inner {
  border-top: 1px solid #d9d9d9;
}
.section3 .wrap_news .list_news .img {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20rem;
  width: 43rem;
  transition: 0.5s;
  opacity: 0;
}
.section3 .wrap_news .list_news .img img {
  width: 100%;
  height: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.section3 .wrap_news .list_news .on .img {
  opacity: 1;
}
.section3 .wrap_news .list_news .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  flex-grow: 1;
  padding-right: 11rem;
}
.section3 .wrap_news .list_news .inner .tit {
  display: block;
  font-size: 2rem;
  font-weight: 500;
}
.section3 .wrap_news .list_news .inner .date {
  display: block;
  color: #888;
}
.section3 .wrap_news .list_news .inner:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #222;
  transition: 0.5s;
  content: "";
}
.section3 .wrap_news .list_news .inner:after {
  position: absolute;
  top: 50%;
  right: 2.8rem;
  width: 4.8rem;
  height: 4.8rem;
  transform: translateY(-50%);
  background: url(../img/icon_arrow01.svg) no-repeat center/contain;
  opacity: 0;
  transition: 0.3s;
  content: "";
}
@media screen and (min-width: 1440px) {
  .section3 .wrap_news .list_news .inner:hover:before {
    width: 100%;
  }
  .section3 .wrap_news .list_news .inner:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .section3 {
    padding: 16vw 0;
  }
  .section3 .wrap_news {
    display: block;
    min-height: 0;
    margin-top: 0;
  }
  .section3 .wrap_news .thumb {
    display: none;
  }
  .section3 .wrap_news .list_news .img {
    display: none;
  }
  .section3 .wrap_news .list_news .inner {
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .section3 {
    padding: 75px 0;
  }
  .section3 .hd_news {
    padding-bottom: 32px;
  }
  .section3 .hd_news .title {
    font-size: 21px;
  }
  .section3 .hd_news .btn {
    width: 78px;
  }
  .section3 .wrap_news .list_news .inner {
    gap: 12px;
  }
  .section3 .wrap_news .list_news .inner .tit {
    font-size: 10px;
  }
  .section3 .wrap_news .list_news .inner .date {
    font-size: 9px;
  }
}


