#visual {
  position: relative;
  overflow: hidden;
}
#visual .img {
  height: calc(100vh - 12rem);
  transition: 1.5s;
  overflow: hidden;
}
#visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: 4s 0.3s;
}
#visual .contents {
  position: absolute;
  left: 12.5rem;
  bottom: 8.5rem;
  color: #fff;
}
#visual .contents .sup {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
}
#visual .contents .title {
  display: block;
  margin-top: 0.2em;
  font-size: 4.5rem;
  font-weight: 900;
}
#visual .slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0%, 100%);
  width: 66.8rem;
  height: 14rem;
  padding: 5rem 0 0 8.8rem;
  background: url(../img/visual_deco.png) no-repeat 0 0/contain;
  transition: 1.5s 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
#visual .slick-dots li {
  opacity: 0;
  transition: 0.3s 1s;
}
#visual .slick-dots li + li {
  margin-left: 2rem;
}
#visual .slick-dots button {
  display: flex;
  align-items: center;
  gap: 2rem;
}
#visual .slick-dots .num {
  opacity: 0.5;
  font-weight: 700;
}
#visual .slick-dots .bar {
  display: block;
  width: 0;
  height: 1px;
  background: #ddd;
  transition: 1s;
}
#visual .slick-dots .bar:after {
  display: block;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: 5.5s linear;
  content: "";
}
#visual .slick-dots .dot1 .bar:after {
  transition: 2s 1s linear;
}
#visual.aos-animate .img {
  margin: 0 5rem;
  height: calc(100vh - 15rem);
  border-radius: 5rem;
}
#visual.aos-animate .slick-dots {
  transform: translate(calc(-5rem + 1px), 1px);
}
#visual.aos-animate .slick-dots li {
  opacity: 1;
}
#visual.aos-animate .slick-dots .slick-active .num {
  opacity: 1;
}
#visual.aos-animate .slick-dots .slick-active .bar {
  width: 32.8rem;
}
#visual.aos-animate .slick-dots .slick-active .bar:after {
  width: 100%;
}
#visual .slick-active .img img {
  transform: scale(1);
}
@media screen and (max-width: 1024px) {
  #visual .contents .wfix {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #visual .contents {
    left: 20px;
    bottom: 72px;
  }
  #visual .contents .wfix {
    padding: 0 20px;
  }
  #visual .contents .sup {
    font-size: 13px;
	  font-weight: 500;
  }
  #visual .contents .ib {
    display: block;
  }
  #visual .contents .title {
    font-size: 24px;
  }
  #visual .slick-dots {
    width: 50%;
    height: auto;
    aspect-ratio: 1/0.391;
    padding: 0;
    background-image: url(../img/visual_deco_mo.png);
    font-size: 2.66vw;
  }
  #visual .slick-dots li + li {
    margin-left: 1.6vw;
  }
  #visual .slick-dots button {
    gap: 1.6vw;
  }
  #visual.aos-animate .img {
    margin: 0 20px;
    border-radius: 25px;
  }
  #visual.aos-animate .slick-dots {
    transform: translate(-19px, 0);
    padding: 6.93vw 0 0 12vw;
  }
  #visual.aos-animate .slick-dots .slick-active .bar {
    width: 9vw;
  }
}

section + section {
  margin-top: 20rem;
}

.tit_section {
  font-size: 4.6rem;
  font-weight: 800;
}
.tit_section strong {
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .tit_section {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  section + section {
    margin-top: 100px;
  }
}
.section1 .tit_section {
  text-align: center;
}
.section1 .tit_section .row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.32em;
}
.section1 .tit_section .img {
  width: 0;
  overflow: hidden;
  transition: 1s;
}
.section1 .tit_section img {
  width: 15rem;
  max-width: none;
  height: 7.5rem;
}
.section1 .tit_section.aos-animate .img {
  width: 15rem;
}
.section1 .contents {
  display: flex;
  gap: 3rem;
  margin-top: 9.2rem;
}
.section1 .contents [class^=item] {
  position: relative;
  width: 25%;
  transition: 0.7s;
  border-radius: 5rem;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.section1 .contents [class^=item]:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(12, 77, 162, 0) 10%, var(--blue) 100%);
  transition: 0.7s;
  opacity: 0;
  content: "";
}
.section1 .contents [class^=item] .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 72rem;
  padding: 8rem 6rem;
  background: rgba(0, 0, 0, 0.5);
  font-size: 2.6rem;
  transition: 0.7s;
}
.section1 .contents [class^=item] .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 10%, gba(51, 51, 51, 100%) 100%);
  transition: 0.7s;
  content: "";
}
.section1 .contents [class^=item] .num {
  font-weight: 800;
}
.section1 .contents [class^=item] .tit {
  display: block;
  font-weight: 800;
}
.section1 .contents [class^=item] [class^=desc] {
  font-size: 1.8rem;
  white-space: nowrap;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.7s;
}
.section1 .contents [class^=item] .desc_sub li {
  position: relative;
  padding-left: 1.2rem;
}
.section1 .contents [class^=item] .desc_sub li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: -0.2rem;
  background: #fff;
  border-radius: 100%;
  content: "";
}
.section1 .contents [class^=item].on {
  width: 50%;
}
.section1 .contents [class^=item].on:before {
  opacity: 1;
}
.section1 .contents [class^=item].on .inner {
  background: none;
}
.section1 .contents [class^=item].on .inner:before {
  opacity: 0;
}
.section1 .contents [class^=item].on [class^=desc] {
  margin-top: 1em;
  height: auto;
  opacity: 0.8;
}
.section1 .contents .item1 {
  background-image: url(../img/main_section1_01.jpg);
}
.section1 .contents .item2 {
  background-image: url(../img/main_section1_02.jpg);
}
.section1 .contents .item3 {
  background-image: url(../img/main_section1_03.jpg);
}
@media screen and (max-width: 768px) {
  .section1 .tit_section {
    line-height: 38px;
  }
  .section1 .tit_section img {
    width: 75px;
    height: 38px;
  }
  .section1 .tit_section.aos-animate .img {
    width: 75px;
  }
  .section1 .tit_section .row {
    flex-wrap: wrap;
  }
  .section1 .contents {
    margin-top: 48px;
    flex-direction: column;
    gap: 15px;
  }
  .section1 .contents [class^=item] {
    width: 100% !important;
    border-radius: 25px;
  }
  .section1 .contents [class^=item] .inner {
    height: 182px;
    padding: 32px 28px;
    font-size: 17px;
  }
  .section1 .contents [class^=item] [class^=desc] {
    font-size: 11px;
  }
  .section1 .contents [class^=item] .desc_sub li {
    padding-left: 8px;
  }
  .section1 .contents [class^=item] .desc_sub li:before {
    width: 2px;
    height: 2px;
    margin-top: -1px;
  }
  .section1 .contents [class^=item].on, .section1 .contents [class^=item].aos-animate {
    width: 100%;
  }
  .section1 .contents [class^=item].on:before, .section1 .contents [class^=item].aos-animate:before {
    opacity: 1;
  }
  .section1 .contents [class^=item].on .inner, .section1 .contents [class^=item].aos-animate .inner {
    height: 360px;
    max-height: 90vh;
    background: none;
  }
  .section1 .contents [class^=item].on .inner:before, .section1 .contents [class^=item].aos-animate .inner:before {
    opacity: 0;
  }
  .section1 .contents [class^=item].on [class^=desc], .section1 .contents [class^=item].aos-animate [class^=desc] {
    margin-top: 10px;
    height: auto;
    opacity: 0.8;
  }
}

@keyframes gage {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes gage_mo {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.section2 .contents {
  display: flex;
  margin-top: 10rem;
}
.section2 [class^=item] {
  width: 100%;
  opacity: 0.5;
  transition: 0.5s;
}
.section2 .img {
  display: flex;
}
.section2 .img .num {
  width: 2.4rem;
  font-size: 1.6rem;
  color: #bbb;
  font-weight: 800;
  line-height: 1;
}
.section2 .img:after {
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background-position: center;
  background-color: #f9f9f9;
  background-size: 5rem;
  background-repeat: no-repeat;
  content: "";
}
.section2 .conts {
  position: relative;
  margin-top: 4rem;
  padding-top: 4rem;
  padding-right: 2rem;
  border-top: 1px solid #d9d9d9;
}
.section2 .conts:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  background: var(--blue);
  transform: translateY(-50%);
  transition: 0.3s;
  content: "";
}
.section2 .conts .line {
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  transition: 2s;
  background: var(--blue);
  content: "";
}
.section2 .conts .tit {
  display: block;
  font-size: 2.6rem;
  font-weight: 800;
}
.section2 .conts .desc {
  margin-top: 20px;
  font-size: 1.8rem;
  color: #666;
}
.section2 .item1 .img:after {
  background-image: url(../img/main_section2_01.png);
}
.section2 .item2 .img:after {
  background-image: url(../img/main_section2_02.png);
}
.section2 .item3 .img:after {
  background-image: url(../img/main_section2_03.png);
}
.section2 .item4 .img:after {
  background-image: url(../img/main_section2_04.png);
}
.section2 .on {
  opacity: 1;
}
.section2 .on .conts:after {
  box-shadow: 0 0 16px 8px rgba(12, 77, 162, 0.3);
}
.section2 .on .conts .line {
  animation: gage 2s forwards;
}
@media screen and (max-width: 1024px) {
  .section2 .conts .desc {
    word-break: normal;
  }
  .section2 .conts .desc br {
    display: none;
    font-size: 0;
  }
}
@media screen and (max-width: 768px) {
  .section2 .contents {
    flex-direction: column;
    margin-top: 50px;
  }
  .section2 .contents [class^=item] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 50px;
  }
  .section2 .contents .img {
    align-items: center;
    gap: 40px;
    flex-shrink: 0;
  }
  .section2 .contents .img .num {
    width: 28px;
    text-align: center;
    flex-shrink: 0;
    font-size: 8px;
  }
  .section2 .contents .img:after {
    width: 65px;
    height: 65px;
    background-size: 32px;
  }
  .section2 .contents .conts {
    position: unset;
    flex-grow: 1;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .section2 .contents .conts:before {
    position: absolute;
    top: calc(50% - 23px);
    left: 48px;
    width: 1px;
    height: 100%;
    background: #d9d9d9;
    content: "";
  }
  .section2 .contents .conts .tit {
    font-size: 17px;
  }
  .section2 .contents .conts .desc {
    margin-top: 8px;
    font-size: 11px;
    word-break: keep-all;
  }
  .section2 .contents .conts .line {
    top: calc(50% - 23px);
    left: 48px;
    width: 1px;
    height: 0;
  }
  .section2 .contents .conts:after {
    top: calc(50% - 25px);
    left: 46px;
    width: 5px;
    height: 5px;
  }
  .section2 .contents .on .conts .line {
    animation: gage_mo 2s forwards;
  }
  .section2 .contents .on .conts:after {
    box-shadow: 0 0 4px 4px rgba(12, 77, 162, 0.3);
  }
  .section2 .contents .item4 .conts:before,
  .section2 .contents .item4 .conts .line {
    display: none;
  }
}

.section3 {
  position: relative;
  height: 64rem;
}
.section3 .tit_section .btn_arrow {
  margin-top: 10rem;
}
.section3 .contents {
  position: absolute;
  top: 0;
  left: calc(50% - 24.5rem);
  right: 0;
  padding-right: 5rem;
  overflow: hidden;
}
.section3 .contents, .section3 .contents .slider, .section3 .contents .swiper-wrapper, .section3 .contents .swiper-slide, .section3 .contents .inner {
  height: 100%;
}
.section3 .contents .swiper-slide {
  position: relative;
  width: 49rem;
}
.section3 .contents .swiper-slide .inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0 5rem 8.8rem;
  border-radius: 5rem;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.section3 .contents .swiper-slide .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(12, 77, 162, 0) 10%, rgba(12, 77, 162, 0.9) 100%);
  opacity: 0;
  transition: 0.7s;
  content: "";
}
.section3 .contents .swiper-slide:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 23.8rem;
  height: 14.4rem;
  background: url(../img/main_section3_deco.png) center/contain;
  transform: translate(0, 100%);
  transition: 0.7s;
  content: "";
}
.section3 .contents .item1 .inner {
  background-image: url(../img/main_section3_01.jpg);
}
.section3 .contents .item2 .inner {
  background-image: url(../img/main_section3_02.jpg);
}
.section3 .contents .item3 .inner {
  background-image: url(../img/main_section3_03.jpg);
}
.section3 .contents .item4 .inner {
  background-image: url(../img/main_section3_04.jpg);
}
.section3 .contents .item5 .inner {
  background-image: url(../img/main_section3_05.jpg);
}

.section3 .contents .conts {
  font-size: 2.6rem;
  color: #fff;
  transform: translateY(1em);
  opacity: 0;
  transition: 0.5s;
}
@media screen and (min-width: 1368px) {
  .section3 .contents {
    cursor: none;
  }
  .section3 .contents .cursor {
    display: none;
    position: fixed;
    width: 15.5rem;
    height: 15.5rem;
    background: url(../img/cursor.png) no-repeat center/contain;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .section3 .contents .swiper-slide:hover .inner:before {
    opacity: 1;
  }
  .section3 .contents .swiper-slide:hover .conts {
    transform: translateY(0);
    opacity: 1;
  }
  .section3 .contents .swiper-slide:hover:after {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1024px) {
  .section3 {
    height: auto;
  }
  .section3 .tit_section .wfix {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .section3 .tit_section .block {
    display: inline-block;
  }
  .section3 .tit_section .btn_arrow {
    margin-top: 0;
  }
  .section3 .contents {
    position: relative;
    left: auto;
    right: auto;
    margin-top: 48px;
    padding: 0 4rem;
  }
  .section3 .contents, .section3 .contents .slider, .section3 .contents .swiper-wrapper, .section3 .contents .swiper-slide, .section3 .contents .inner {
    height: auto;
  }
  .section3 .contents .swiper-slide {
    width: 40vw;
  }
  .section3 .contents .swiper-slide .inner {
    height: 54.63vw;
    padding: 0 5.33vw 8.53vw;
  }
  .section3 .contents .swiper-slide:after {
    width: 119px;
    height: 72px;
  }
  .section3 .contents .conts {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .section3 {
    margin-top: 50px;
  }
  .section3 .contents {
    padding: 0 20px;
  }
  .section3 .contents .swiper-slide {
    width: 54.66vw;
  }
  .section3 .contents .swiper-slide .inner {
    height: 74.66vw;
    border-radius: 25px;
  }
  .section3 .contents .conts {
    padding-right: 50%;
  }
  .section3 .contents .swiper-slide-active .inner:before {
    opacity: 1;
  }
  .section3 .contents .swiper-slide-active .conts {
    transform: translateY(0);
    opacity: 1;
  }
  .section3 .contents .swiper-slide-active:after {
    transform: translate(0, 0);
  }
}

.section4 .tit_section {
  text-align: center;
}
.section4 .wrap_board {
  margin-top: 10rem;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.section4 .wrap_board li + li {
  border-top: 1px solid #d9d9d9;
}
.section4 .wrap_board .inner {
  display: block;
  padding: 3.6rem 4rem;
  line-height: 1.2;
}
.section4 .wrap_board .date {
  display: block;
  font-size: 1.6rem;
  color: #999;
}
.section4 .wrap_board .title {
  display: block;
  margin-top: 0.46em;
  font-size: 2.6rem;
  font-weight: 800;
  transition: 0.3s;
}
.section4 .wrap_board .contents {
  margin-top: 0.77em;
  font-size: 1.8rem;
  color: #666;
}
.section4 .wrap_board .cursor {
  display: none;
}
@media screen and (min-width: 1368px) {
  .section4 .wrap_board {
    cursor: none;
  }
  .section4 .wrap_board * {
    cursor: none;
  }
  .section4 .wrap_board .cursor {
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .section4 .wrap_board .inner:hover .title {
    color: var(--blue);
  }
}
@media screen and (max-width: 1024px) {
  .section4 .wrap_board {
    margin-top: 50px;
    border-width: 2px;
  }
  .section4 .wrap_board .inner {
    padding: 20px 14px;
  }
}
@media screen and (max-width: 768px) {
  .section4 .wrap_board .date {
    font-size: 10px;
  }
  .section4 .wrap_board .title {
    font-size: 17px;
  }
  .section4 .wrap_board .contents {
    font-size: 11px;
  }
}




#visual .inner_visual {position: relative;}
#visual .inner_visual .fixed_txt {position: absolute; top:10rem; left: 12.5rem; color:#fff; z-index: 1; }
#visual .inner_visual .fixed_txt strong {display: block; font-size: 7rem; font-weight: 900;margin-bottom:0.2em;}
#visual .inner_visual .fixed_txt .sup {display:block; font-size:2.6rem; font-weight:700; }
#visual .inner_visual .fixed_txt .mo {display: none}

@media screen and (max-width: 1024px) {	
	#visual .inner_visual .fixed_txt {padding:0}
	#visual .inner_visual .fixed_txt .mo {display: block}
}

@media screen and (max-width: 768px) {
	#visual .inner_visual .fixed_txt {padding:0 20px; left:20px; top: 50px;}
	#visual .inner_visual .fixed_txt strong {font-size: 35px}
	#visual .inner_visual .fixed_txt .sup {font-size: 13px}

}

#visual .contents .title .mo {display: none}
@media screen and (max-width: 1024px){#visual .contents .title .mo {display: block}}
@media screen and (max-width: 768px) {#visual .contents .title .mo {display: none}}

@media screen and (max-width: 1024px){#visual .contents {bottom:12.5rem}}
@media screen and (max-width: 768px){#visual .contents {bottom:72px}}


#visual .inner_visual .fixed_txt strong.title_en {font-size: 6.5rem; line-height: 1.2}
@media screen and (max-width: 768px) {
	#visual .inner_visual .fixed_txt strong.title_en {font-size: 35px;}
}




