@charset "UTF-8";

/*****************************
  top
*****************************/
.topsec{
  padding: 10rem 0;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec{
    padding: 6rem 0;
  }
}

/*****************************
topsec-fv
*****************************/
.topsec-fv {
  padding: 0;
  position: relative;
}
.topsec-fv .splide__track{
  height: 100vh;
}
.topsec-fv .catch{
  max-width: 680px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.topsec-fv .catch .ttl,
.topsec-fv .catch .ttlsp{
  font-size: 4rem;
  text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
}
.topsec-fv .catch .ttl,
.topsec-fv .catch .ttlsp div{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.topsec-fv .catch .ttl span,
.topsec-fv .catch .ttlsp span {
  display: block;
  font-weight: bold;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.topsec-fv .catch .ttl.animated span,
.topsec-fv .catch .ttlsp.animated span {
  transform: translate(0, 0);
}
.topsec-fv .catch .ttl span:nth-child(2),
.topsec-fv .catch .ttlsp div:first-child span:nth-child(2){ transition-delay: 0.06s; }
.topsec-fv .catch .ttl span:nth-child(3),
.topsec-fv .catch .ttlsp div:first-child span:nth-child(3){ transition-delay: 0.12s; }
.topsec-fv .catch .ttl span:nth-child(4),
.topsec-fv .catch .ttlsp div:first-child span:nth-child(4){ transition-delay: 0.18s; }
.topsec-fv .catch .ttl span:nth-child(5),
.topsec-fv .catch .ttlsp div:first-child span:nth-child(5){ transition-delay: 0.24s; }
.topsec-fv .catch .ttl span:nth-child(6),
.topsec-fv .catch .ttlsp div:first-child span:nth-child(6){ transition-delay: 0.3s; }
.topsec-fv .catch .ttl span:nth-child(7),
.topsec-fv .catch .ttlsp div:first-child span:nth-child(7){ transition-delay: 0.36s; }
.topsec-fv .catch .ttl span:nth-child(8),
.topsec-fv .catch .ttlsp div:first-child span:nth-child(8){ transition-delay: 0.42s; }
.topsec-fv .catch .ttl span:nth-child(9),
.topsec-fv .catch .ttlsp div:first-child span:nth-child(9){ transition-delay: 0.48s; }
.topsec-fv .catch .ttl span:nth-child(10),
.topsec-fv .catch .ttlsp div:last-child span:nth-child(1){ transition-delay: 0.44s; }
.topsec-fv .catch .ttl span:nth-child(11),
.topsec-fv .catch .ttlsp div:last-child span:nth-child(2){ transition-delay: 0.5s; }
.topsec-fv .catch .ttl span:nth-child(12),
.topsec-fv .catch .ttlsp div:last-child span:nth-child(3){ transition-delay: 0.56s; }
.topsec-fv .catch .ttl span:nth-child(13),
.topsec-fv .catch .ttlsp div:last-child span:nth-child(4){ transition-delay: 0.62s; }
.topsec-fv .catch .ttl span:nth-child(14),
.topsec-fv .catch .ttlsp div:last-child span:nth-child(5){ transition-delay: 0.66s; }
.topsec-fv .catch .ttl span:nth-child(15),
.topsec-fv .catch .ttlsp div:last-child span:nth-child(6){ transition-delay: 0.72s; }
.topsec-fv .catch .ttl span:nth-child(16),
.topsec-fv .catch .ttlsp div:last-child span:nth-child(7){ transition-delay: 0.78s; }
.topsec-fv .catch .ttl span:nth-child(17),
.topsec-fv .catch .ttlsp div:last-child span:nth-child(8){ transition-delay: 0.84s; }
.topsec-fv .catch .ttl span:nth-child(18),
.topsec-fv .catch .ttlsp div:last-child span:nth-child(9){ transition-delay: 0.9s; }

.topsec-fv .catch .ttlsp{
  display: none;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-fv .splide__track {
    height: 450px;
  }
  .topsec-fv .catch{
    width: 90%;
  }
  .topsec-fv .catch .ttl{
    display: none;
  }
  .topsec-fv .catch .ttlsp{
    font-size: 3.2rem;
    display: block;
  }
  .topsec-fv .catch .ttlsp div{
    justify-content: center;
  }

}
@media only screen and (max-width: 400px) {
  .topsec-fv .catch .ttlsp{
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 345px) {
  .topsec-fv .catch .ttlsp{
    font-size: 2.5rem;
  }
}

/*****************************
topsec-message
*****************************/
.topsec-message::before{
  content: "";
  aspect-ratio: 2 / 1;
  background: url(../images/top/t2.png) no-repeat center / cover;
  opacity: .2;
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  width: 100%;
}
.topsec-message .ttlbox1{
  text-align: left;
}
.topsec-message .fimgbox{
  width: 35%;
} 
.topsec-message .ftxtbox{
  text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
  width: 62%;
} 
.topsec-message .ftxtbox .dog{
  aspect-ratio: 163/150;
  background: url(../images/ob/dog.svg) no-repeat center / contain;
  position: absolute;
  right: -5rem;
  bottom: 0;
  width: 160px;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .topsec-message .ftxtbox .dog{
    right: 0;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-message::before {
    bottom: 3rem;
    height: 500px;
  }
  .topsec-message .message{
    display: block;
  }
  .topsec-message .message::after{
    clear: both;
  }
  .topsec-message .fimgbox{
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .topsec-message .ftxtbox{
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-message::before {
    opacity: 0.4;
  }
  .topsec-message .fimgbox{
    float: none;
    margin: 0 auto 2rem;
    width: 80%;
  }
  .topsec-message .box{
    padding: 0 0 15rem;
  }
}

/*****************************
topsec-reason
*****************************/
.topsec-reason{
  padding-top: 0;
}
.topsec-reason .bg{
  aspect-ratio: 4/3;
  background: url(../images/top/bg1.webp) no-repeat center / contain;
  position: absolute;
  opacity: .3;
  right: 0;
  bottom: 0;
  height: auto;
  width: 70%;
}
.topsec-reason .ob{
  position: absolute;
}
.topsec-reason .ob1{
  aspect-ratio: 396/395;
  background: url(../images/ob/cheering_female.svg) no-repeat center / contain;
  top: 16rem;
  right: 5rem;
  width: 290px;
}
.topsec-reason .ob2{
  aspect-ratio: 180/187;
  background: url(../images/ob/cheering_male.svg) no-repeat center / contain;
  bottom: 2rem;
  left: -19rem;
  width: 280px;
}

.topsec-reason .reason-ttl {
  text-align: right;
}
.topsec-reason .reason-ttl .ttl{
  font-size: 6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.topsec-reason .reason{
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.topsec-reason .reason-item{
  position: relative;
  padding: 3rem 0 0 10rem;
  text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
}
.topsec-reason .reason-item::before{
  content: "";
  aspect-ratio: 23 / 36;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 7rem;
}
.topsec-reason .reason-item1::before{
  background: url(../images/ob/num1.svg) no-repeat bottom / contain;
}
.topsec-reason .reason-item2::before{
  background: url(../images/ob/num2.svg) no-repeat bottom / contain;
}
.topsec-reason .reason-item3::before{
  background: url(../images/ob/num3.svg) no-repeat bottom / contain;
}
.topsec-reason .reason-item .ttl{
  color: #1F3B8F;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.topsec-reason .reason-item .ttl:first-letter{
  font-size: 4rem;
}
.topsec-reason .reason-item .top_reason_item_content{
  font-size: 1.8rem;
}
@media only screen and (max-width: 1350px) {
  .topsec-reason .reason {
    margin: 0 auto;
    max-width: 900px;
  }
  .topsec-reason .reason-item {
    padding: 3rem 0 0 8rem;
  }
  .topsec-reason .ob2 {
    left: -11rem;
  }
}
@media only screen and (max-width: 1180px) {
  .topsec-reason .reason-ttl .ttl {
    font-size: 5rem;
  }
  .topsec-reason .reason {
    max-width: 800px;
  }
  .topsec-reason .reason-item {
    padding: 0 0 0 6rem;
  }
  .topsec-reason .reason-item::before {
    width: 5rem;
  }
  .topsec-reason .reason-item .ttl {
    font-size: 2.6rem;
  }
  .topsec-reason .reason-item .ttl::first-letter{
    font-size: 3.4rem;
  }
  .topsec-reason .reason-item .top_reason_item_content{
    font-size: 1.6rem;
  }
  .topsec-reason .ob1 {
    top: 18rem;
    width: 260px;
  }
  .topsec-reason .ob2 {
    left: -3rem;
    width: 250px;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-reason .reason-ttl{
    margin-bottom: 3rem;
  }
  .topsec-reason .reason-ttl .ttl {
    font-size: 4rem;
  }
  .topsec-reason .bg {
    right: -9rem;
    width: 90%;
  }
  .topsec-reason .ob1 {
    top: 14rem;
    right: 2rem;
    width: 200px;
  }
  .topsec-reason .ob2 {
    bottom: -2rem;
    width: 220px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-reason .bg {
    background-size: cover;
    right: 0;
    height: 80%;
    width: 100%;
  }
  .topsec-reason .ob1 {
    top: 6rem;
    right: -4rem;
    width: 160px;
  }
  .topsec-reason .ob2 {
    bottom: 9rem;
    width: 160px;
  }
  .topsec-reason .reason-ttl {
    text-align: left;
  }
  .topsec-reason .reason-ttl .ttl {
    font-size: 2.4rem;
  }
  .topsec-reason .reason-item::before {
    width: 3rem;
  }
  .topsec-reason .reason-item {
    padding: 0 ;
  }
  .topsec-reason .reason-item .ttl{
    font-size: 2rem;
    padding-left: 4rem;
  }
  .topsec-reason .reason-item .ttl::first-letter{
    font-size: 3.2rem;
  }
}


/*****************************
topsec-service
*****************************/
.topsec-service{
  padding: 10rem 0 0;
  z-index: 1;
}
.topsec-service .ob{
  position: absolute;
}
.topsec-service .ob1{
  aspect-ratio: 510/349;
  background: url(../images/ob/sorting.svg) no-repeat center / contain;
  top: -39%;
  right: 0;
  width: 30%;
}
.topsec-service .ob2{
  aspect-ratio: 449/413;
  background: url(../images/ob/truck.svg) no-repeat center / contain;
  bottom: -45%;
  left: -5%;
  width: 26%;
}
.topsec-service .bgsec{
  background: #135589;
  padding: 8rem 0;
  /* opacity: .7; */
}
.topsec-service .ttlbox1{
  color: #fff;
}
.topsec-service .txtbox{
  color: #fff;
  margin: 2rem auto 4rem ;
  max-width: 800px;
}
.topsec-service ul{
  gap: 2rem;
}
.topsec-service li{
  width: calc(50% - 2rem);
}
.topsec-service li a{
  aspect-ratio: 2/1;
  border-radius: 6px;
  color: #fff;
  display: block;
  opacity: 1;
  overflow: hidden;
  position: relative;
  height: auto;
  width: 100%;
}
.topsec-service li a::before{
  content: "";
  background: rgba(0, 21, 64, .5);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: .5s;
}
.topsec-service li a span{
  font-size: 4rem;
  position: absolute;
  transition: .5s;
}
.topsec-service li a .txt{
  background: #11295a;
  border-radius: 0 0 6px 0;
  font-size: 2.4rem;
  line-height: 1;
  padding: 1rem 2rem 1.5rem;
  top: 0;
  left: 0;
}
.topsec-service li a .icon{
  right: 1rem;
  bottom: 1rem;
  transform: translateY(-100%);
  height: 100% ;
  width: 4.5rem;
  transition: .5s;
}
.topsec-service li a .icon::before{
  content: "";
  background-image: linear-gradient(to bottom, #fff 7px, transparent 2px);
  background-size: 8px 10px;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  left: 50%;
  height: calc(100% - 4rem);
  width: 2px;
}
.topsec-service li a .icon span{
  aspect-ratio: 1 / 1;
  background: url(../images/common/anchor.svg) no-repeat center / contain;
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 100%;
}
.topsec-service li a .icon i{
  position: absolute;
  right: 0;
  bottom: 0;
}
.topsec-service li a .arrow{
  aspect-ratio: 1/1;
  background: #11295a;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  line-height: 1;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 60px;
  transition: .7s;
}
.topsec-service li a:hover::before{
  opacity: 1;
}
.topsec-service li a:hover .icon{
  transform: translateY(0);
}
.topsec-service li a:hover .arrow{
  opacity: 0;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-service {
    padding: 8rem 0 0;
  }
  .topsec-service li a .txt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-service {
    padding: 5rem 0 0;
  }
  .topsec-service .ob1 {
    top: -15rem;
    width: 180px;
  }
  .topsec-service .ob2 {
    bottom: -18rem;
    left: 2rem;
    width: 180px;
  }
  .topsec-service li {
    width: 100%;
  }
  .topsec-service li a .arrow{
    font-size: 2rem;
    right: 0;
    bottom: 0;
    width: 40px;
  }
}

/*****************************
topsec-mov
*****************************/
.topsec-mov {
  padding: 20rem 0 10rem;
}
.topsec-mov .f_wave {
  top: 0;
  bottom: auto;
  transform: scale(1,-1);
}
.topsec-mov::before{
  content: "";
  aspect-ratio: 2 / 1;
  background: url(../images/top/t2.png) no-repeat center / cover;
  opacity: .2;
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  width: 100%;
}
.topsec-mov .dog{
  aspect-ratio: 163 / 150;
  background: url(../images/ob/dog2.svg) no-repeat center / contain;
  position: absolute;
  left: -2rem;
  bottom: 2rem;
  width: 160px;
}
.topsec-mov .content{
  gap: 3rem;
}
.topsec-mov .fbox,
.topsec-mov .fmov{
  width: calc(50% - 3rem);
}
.topsec-mov .fbox .ttlbox1{
  text-align: left;
}
.topsec-mov .fbox iframe{
  aspect-ratio: 4 / 3;
  height: auto;
  width: 100%;
}
.topsec-mov .fmov{
  text-align: center;
}
.topsec-mov .fmov iframe{
  aspect-ratio: 197/350;
  height: auto;
  width: 90%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .topsec-mov .dog{
    bottom: -3rem;
    left: 2rem;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-mov{
    padding-bottom: 20rem;
  }
  .topsec-mov::before {
    opacity: .4;
    bottom: -2rem;
    height: 500px;
  }
  .topsec-mov .fbox,
  .topsec-mov .fmov{
    width: 100%;
  }
  .topsec-mov .dog {
    bottom: -17rem;
  }
}

/*****************************
topsec-insta
*****************************/
.topsec-insta{
  padding: 0;
}
#sb_instagram,
#sb_instagram #sbi_images{
  padding: 0 !important; 
}
#sb_instagram.sbi_col_4 #sbi_images,
#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {
  grid-template-columns: initial;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/*****************************
topsec-news
*****************************/
.topsec-news {
  padding: 10rem 0 15rem;
  /* padding: 5rem 0 15rem; */
}
.topsec-news .bg{
  aspect-ratio: 3 / 2;
  background: url(../images/top/bg2.webp) no-repeat top / cover;
  opacity: .3;
  position: absolute;
  bottom: -30%;
  left: -10%;
  height: auto;
  width: 100%;
}
.topsec-news .ttlbox1{
  text-align: left;
}
.topsec-news .newslist{
  margin: 3rem 0;
}
.topsec-news .morebtn1{
  text-align: right;
}
@media only screen and (max-width: 1300px) {
  .topsec-news .bg {
    bottom: -20%;
  }
}
@media only screen and (max-width: 1180px) {
  .topsec-news .bg {
    bottom: -10%;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-news {
    padding: 10rem 0 ;
    /* padding: 5rem 0 10rem; */
  }
  .topsec-news .bg{
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  /* .topsec-news {
    padding: 15rem 0 10rem;
  } */
  .topsec-news .bg{
    left: 0;
  }
}