@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap');
body{
  font-family: "BIZ UDGothic", sans-serif;
}
.link_btn{
  width: 220px;
  display: block;
  background: #fff;
  text-align: center;
  border: solid 1px #000;
  padding: 15px 0px;
  position: relative;
}
.link_btn::after{
  position: absolute;
  pointer-events: none;
  top:calc(50% - 1px);
  right: 20px;
  width: 6px;
  height: 6px;
  border-top:solid 1px #000;
  border-right:solid 1px #000;
  transform:rotate(45deg) translate(0 , -50%);
  content:"";
  display: block;
}
.main-v__area {
  width: 100%;
}
@media screen and (max-width: 1220px) {
  .main-v__area {
    margin-top: 65px;
  }
}
.main-v__image {
  margin: 0 auto;
  width: 100%;
  height: auto;
  aspect-ratio: 15/8;
  position: relative;
}
.main-v__txt{
  position: absolute;
  text-align: center;
  color:#fff;
  font-size: 4.5svw;
  top: 26%;
  right: 50%;
  transform: translate(50%, 0);
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: 0.1rem;
  filter: drop-shadow(0 0 0.75rem #2458ba);
}
.main-v__txt span{
  font-size: 3.4svw;
}
@media screen and (max-width: 767px) {
  .main-v__image {
    height: 513px;
    width: 100%;
  }
  .main-v__txt{
    font-size: 10svw;
    top: 26%;
    width: 100%;
  }
  .main-v__txt span{
    font-size: 7.5svw;
  }
}
.main-v__image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main-v__image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sec02{
  overflow: hidden;
}
.sec02__inner{
  margin: 50px auto;
  padding: 0 50px;
  max-width: 1500px;
}
.sec02__content{
  min-height: 694px;
  position: relative;
}
.sec02__img{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.sec02__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec02__ttl{
  text-align: center;
  padding: 160px 0 8px;
  letter-spacing: 0.1rem;
  margin: 0 auto;
  width: fit-content;
  font-size: 36px;
  font-weight: 700;
  border-bottom: solid 2px #000;
}
.sec02__ttl span{
  color:#3877d3;
}
.sec02__txt{
  text-align: center;
  padding: 45px 20px 0;
  line-height: 1.8;
}
.sec02__link{
  margin: 63px auto 0;
  display: flex;
  justify-content: center;
}

.sec02__area{
  position: relative;
  height: 360px;
  margin-top: -188px;
}
.sec02__flex{
  display: flex;
  justify-content: center;
  gap: 25px;
  position: absolute;
  right: 50%;
  transform: translate(50% , 0);
}
.scroll-infinity {
  position: relative;
  padding-top: 20px;
}
.sec02__area-infinity{
  position: absolute;
  top:0;
  left:calc(-50vw + 700px);
}

@media screen and (max-width: 1500px) {
  .sec02__area-infinity{
      left:-50px;
  }

}

.scroll-infinity::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  gap: 20px;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 20px;
}
.scroll-infinity__list-left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
  .infinity__ttlbox {
      padding: 0 0 0;
      z-index: -2;
  }
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity-item {
  animation: bound 3s infinite both;
  width: 248px;
  padding-top: 22px;
}
.scroll-infinity-item02 {
  animation-delay: 0.12s;
  margin-top: 60px;
}
@keyframes bound {
  0%, 5%, 10%, 20%, 25%, 30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
    @media screen and (max-width: 768px) {
      .scroll-infinity__item {
        transform: translateY(-15px);
      }
    }
  }
  70%, 100% {
    transform: translateY(0);
  }
}


.sec03{
  margin: 100px auto;
}
.sec03__content{
  min-height: 690px;
  position: relative;
}
.sec03__img{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.sec03__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.sec03__ttl{
  text-align: center;
  padding: 150px 0 8px;
  letter-spacing: 0.1rem;
  margin: 0 auto;
  width: fit-content;
  font-size: 36px;
  font-weight: 700;
  border-bottom: solid 2px #6ba3f6;
  color:#fff;
}
.sec03__txt{
  text-align: center;
  padding: 45px 10px 0;
  line-height: 1.8;
  max-width: 450px;
  margin: 0 auto;
}
.sec03__link{
  margin: 33px auto 0;
  display: flex;
  justify-content: center;
}


.sec04{
  margin: 50px auto;
}
.sec04__ttl{
  text-align: center;
  padding: 35px 0 8px;
  letter-spacing: 0.1rem;
  margin: 0 auto;
  width: fit-content;
  font-size: 36px;
  font-weight: 700;
  border-bottom: solid 2px #000;
}
.sec04__ttl span{
  color:#3877d3;
}
.sec04__flex{
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1120px;
  padding: 47px 10px;
  margin:  0 auto;
  gap: 38px 27px ;
  flex-wrap: wrap;
}
.sec04__flex-box{
  width: calc(33.333% - 18px);
}
.sec04__flex-box a{
  margin: -25px auto  0;
  width: 270px;
}
.sec05{
  margin: 165px auto 127px;
  padding : 0 10px;
}
.sec05__flex{
  background: #215d7d;
  display: flex;
  flex-direction: row-reverse;
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
}
.sec05__img{
  width: 50%;
}
.sec05__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec05__linkbox {
  display: flex;
  width: 50%;
  min-width: 560px;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 50px;
}
.sec05__link-sightseeing{
  padding: 0 80px 0 0;
}
.sec05__link-sightseeing a{
  transition: 0.2s;
}
.sec05__link-sightseeing a:hover img{
  transform: translateY(3px);
}
.sec05__link-sightseeing-cat a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #fff;
  padding: 10px 10px 10px 10px;
  width: 300px;
  height: 50px;
}
.sec05__link-sightseeing-cat a img{
  height: 18px;
  width: auto;
  transition: 0.2s;
}
.sec05__link-sightseeing-cat a:hover img{
  transform: translateY(3px);
}
.sec05__link-sightseeing-cat a span img{
  height: 11px;
  width: auto;
}
@media screen and (max-width: 1100px) {
  .sec04__flex-box{
    width: calc(50% - 13.5px);
  }

  .sec05__flex{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .sec05__img{
    width: 100%;
  }
  .sec05__linkbox {
    min-width: auto;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .sec02__inner{
    margin: 50px auto;
    padding: 0 10px;
  }
  .sec02__content{
    min-height: auto;
    position: relative;
    padding-bottom: 10svw;
    margin-bottom: 10svw;
  }
  .sec02__txt{
    text-align: center;
    padding: 25px 0 0;
    margin: 0 auto;
    width: 75%;
  }
  .sec02__link{
    margin: 30px auto 0;
  }
  .sec02__area{
    margin-top: -100px;
    height: 280px;
  }
   .scroll-infinity__wrap {
    gap: 15px;
  }
  .scroll-infinity__list {
    gap: 15px;
  }
  .scroll-infinity-item {
    width: 150px;
    padding-top: 22px;
  }
  .scroll-infinity-item02 {
    margin-top: 40px;
  }


  .sec03{
    margin: 50px auto;
  }
  .sec03__content{
    min-height: auto;
  }
  .sec03__ttl{
    padding: 50px 0 5px;
    font-size: 24px;
  }
  .sec03__txt{
    padding: 25px 20px 0;
    line-height: 1.8;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .sec03__link{
    margin: 33px auto 0;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
  }


  .sec04{
    margin: 40px auto;
  }
  .sec04__ttl{
    padding: 35px 0 5px;
    font-size: 24px;
  }

  .sec04__flex{
    padding: 30px 10px;
    margin:  0 auto;
    gap: 20px ;
    flex-wrap: wrap;
  }
  .sec04__flex-box{
    width: 100%;
  }
  .sec05{
    margin: 30px auto 50px;
  }
  .sec05__linkbox {
    padding: 20px;
  }

  .sec05__link-sightseeing{
    padding: 0 30px 0 0;
  }
  .sec05__link-sightseeing img{
    width: 60px;
  }
  .sec05__link-sightseeing-cat a {
    padding: 10px 10px 10px 10px;
    width: 220px;
    height: 50px;
  }
.sec05__link-sightseeing-cat a img{
  height: 18px;
  width: auto;
}
.sec05__link-sightseeing-cat a span img{
  height: 11px;
  width: auto;
}
}


.sec06{
  margin: 100px auto;
}
.sec06__content{
  max-width: 1100px;
  margin: 0 auto;
}
.sec06__flex-01{
  display: flex;
  justify-content: baseline;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  padding: 55px 60px;
  position: relative;
  margin-bottom: 69px;
}
.sec06__flex-01::before{
  position: absolute;
  content: '';
  bottom: -69px;
  left: 300px ;
  width: 3px;
  height: 69px;
  background-image: url(/en/img/top/sec06-line.png);
}
.sec06__flex-02{
  display: flex;
  justify-content: baseline;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  padding: 55px 60px;
  position: relative;
  margin-bottom: 69px;
}
.sec06__flex-02::before{
  position: absolute;
  content: '';
  bottom: -69px;
  right: 300px ;
  width: 3px;
  height: 69px;
  background-image: url(/en/img/top/sec06-line.png);
}
.sec06__flex-last{
  display: flex;
  justify-content: baseline;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  padding: 55px 60px;
}
.sec06__flex-01-box{
  width: 50%;
}
.sec06__ttl{
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #3877d3;
  border-bottom: solid 1px #bccfeb;
  padding: 0 0 10px 0;
}
.sec06__ttl img{
  width: auto;
  padding: 0 10px 0 0;
}
.sec06__ttl span{
  padding: 0 0 0 0;
}
.sec06__text{
  font-size: 16px;
  line-height: 2;
  padding: 10px 0 0 0;
}
.sec06__img{
  padding: 0;
}
.sec06__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec06__left-box{
  padding: 0 40px 0 0;
}
.sec06__right-box{
  padding: 0 0 0 40px;
}
.reverse {
  flex-flow: row-reverse;
}

@media screen and (max-width: 1000px) {
  .sec06__ttl{
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 767px) {
  .sec06{
    margin: 60px auto;
  }
  .sec06__flex-01{
    padding: 25px 20px;
  }
  .sec06__flex-01::before{
    left: 100px ;
  }
  .sec06__flex-02{
    padding: 25px 20px;
  }
  .sec06__flex-02::before{
    right: 100px ;
  }
  .sec06__flex-last{
    padding: 25px 20px;
  }
  .sec06__flex-01-box{
    width: 100%;
  }
  .sec06__ttl{
    font-size: 18px;
    padding: 0 0 5px 0;
  }
  .sec06__ttl img{
    width: auto;
    padding: 0 10px 0 0;
  }
  .sec06__ttl span{
    padding: 0 0 0 0;
  }
  .sec06__text{
    font-size: 14px;
    padding: 5px 0 0 0;
  }
  .sec06__img{
    padding: 0;
  }
  .sec06__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
   .sec06__left-box{
    padding: 0 0 15px 0;
  }
  .sec06__right-box{
    padding: 0 0 15px 0;
  }
  .reverse {
    flex-wrap: wrap;
  }
}
