@charset "UTF-8";

/*****************************
  top
*****************************/
.topsec{
  padding: 10rem 0;
}

/*****************************
topsec-fv
*****************************/
.topsec-fv{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 2rem 0;
  min-height: 100vh;
}
.topsec-fv::before{
  content: "";
  aspect-ratio: 3/1;
  background: url(../images/common/logobg2.svg) no-repeat center / contain;
  opacity: 0.6;
  position: absolute;
  right: 5rem;
  bottom: 3rem;
  width: 30%;
  z-index: 1;
}

.topsec-fv .catch{
  position: absolute;
  top: 50%;
  left: 8vw;
  transform: translateY(-50%);
  height: 100%;
  text-align: center;
  writing-mode: vertical-rl;
  z-index: 1;
}
.topsec-fv .catch .ttl > span{
  display: block;
  font-size: 2.8vw;
  letter-spacing: 5px;
  height: 100%;
  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 > span:last-of-type{
  margin-top: 6rem;
}
.topsec-fv .topnav{
  padding: 1rem 2rem;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  text-align: right;
  z-index: 3;
}
.topsec-fv .topnav ul{
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.topsec-fv .topnav a{
  font-size: 1.6rem;
  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 .splide{
  aspect-ratio: 1/1;
  margin: 0 auto;
  max-width: calc(100% / 2);
  /* height: calc(100vh - 4rem); */
  width: 100%;
}
.topsec-fv .splide::before{
  content: "";
  background: rgba(0, 0, 0, .1);
  position: absolute;
  top: 2rem;
  left: 2rem;
  height: 100%;
  width: 100%;
}
.topsec-fv .splide__track{
  background: #fff;
  height: 100%;
}
.topsec-fv .splide__slide img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 5s linear;
}
.topsec-fv .splide__slide.is-active img {
  transform: scale(1.1);
}

.scrollbar{
  position: absolute;
  right: 1rem;
  bottom: 6rem;
  writing-mode: vertical-rl;
}
.scrollbar span{
  display: block;
  height: calc(100% * 2);
  letter-spacing: 2px;
  position: relative;
}
.scrollbar span::before{
  content: "";
  animation: scroll_bar 2s infinite;
  background-color: #000;
  top: 0;
  left: -.5rem;
  margin: auto;
  position: absolute;
  height: 100%;
  width: 1px;
}
@keyframes scroll_bar {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media only screen and (max-width: 1440px) {
  .topsec-fv .topnav a{
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1180px) {
  .topsec-fv .catch {
    left: 6vw;
  }
  .topsec-fv .splide {
    max-width: calc(100% / 1.8);
  }
  .topsec-fv .topnav{
    right: 5%;
  }
  .topsec-fv::before {
    bottom: 4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .topsec-fv .splide {
    max-width: calc(100% / 1.6);
  }
  .topsec-fv .catch {
    left: 4vw;
  }
  .topsec-fv .catch .ttl > span{
    font-size: 3vw;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-fv .splide {
    max-width: calc(100% / 1.2);
  }
  .topsec-fv .topnav {
    display: none;
  }
  .topsec-fv .catch {
    left: 14vw;
  }
  .topsec-fv .catch .ttl > span{
    font-size: 4.5vw;
  }
  .scrollbar {
    right: 0;
  }
  .topsec-fv::before {
    mix-blend-mode: plus-lighter;
    opacity: 1;
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-fv{
    justify-content: flex-start;
    padding: 6rem 0;
  }
  .topsec-fv .splide {
    max-width: calc(100% - 3rem);
    margin-left: 0;
    height: 75vh;
  }
  .topsec-fv .catch {
    top: 70%;
    left: 3rem;
    text-align: center;
  }
  .topsec-fv .catch .ttl {
    margin-bottom: 7rem;
  }
  .topsec-fv .catch .ttl > span {
    font-size: 2.8rem;
  }
  .scrollbar span{
    line-height: 1;
  }
  .topsec-fv::before {
    bottom: 10rem;
    right: 3rem;
    width: 90%;
  }
}

/*****************************
topsec-message
*****************************/
.topsec-message{
  background: #f6f6f6;
  padding-bottom: 30rem;
}
.topsec-message .bg{
  background: url(../images/top/message_bg.webp) no-repeat center / cover;
  position: absolute;
  right: calc((-100vw + 100%) / 2);
  bottom: -20rem;
  height: 80%;
  width: calc((100vw - 100%) / 2 + 100% + 2rem);
}
.topsec-message .ttlbox1::before{
  background: url(../images/top/message_ttl.webp) no-repeat top / cover;
  opacity: .6;
}
.topsec-message .box{
  background: rgba(253 ,253, 253, .9);
  box-shadow: 8px 8px 4px rgba(0, 0, 0, .1);
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem;
}
.topsec-message .morebtn1{
  text-align: right;
}
@media only screen and (max-width: 1180px) {
  .topsec-message .bg {
    width: calc((90vw - 100%) / 2 + 100% + 2rem);
  }
}
@media only screen and (max-width: 1024px) {
  .topsec-message .bg {
    width: calc((100vw - 100%) / 2 + 100% + 2rem);
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-message{
    padding: 8rem 0 20rem;
  }
  .topsec-message .bg{
    bottom: -10rem;
  }
  .topsec-message .box {
    padding: 2rem ;
  }
}

/*****************************
.top-bf
*****************************/
/* common */
.top-bf{
  clip-path: inset(0);
  padding: 10rem 0 ;
  /* padding: 10rem 0 0; */
}
.top-bf::before{
  content: "";
  background: url(../images/top/business_bg.webp) no-repeat center / cover;
  opacity: .6;
  position: fixed;
  top: 0;
  left: 0;
  height: 100lvh;
  width: 100%;
  z-index: -1;
}
.top-bf .business,
.top-bf .flow{
  align-items: flex-start;
  height: 100%;
  position: relative;
}
.top-bf .ttlbox{
  position: sticky;
  top: 5rem;
  writing-mode: vertical-rl;
}
.top-bf .ttlbox .ttl{
  font-size: 4rem;
  letter-spacing: 2px;
  text-shadow: 2px 2px #fff;
  width: 80px;
}
.top-bf .bizlist,
.top-bf .flowlist{
  display: flex;
  flex-direction: column;
  gap: 10rem;
  width: calc(100% - 200px);
}

/* .topsec-business */
.topsec-business{
  /* padding: 0 0 10rem; */
  height: 100%;
}
.topsec-business .bizlist{
  display: flex;
  flex-direction: column;
  gap: 10rem;
  width: calc(100% - 200px);
}
.topsec-business .bizlist li{
  height: 600px;
}
.topsec-business .bizlist li .fimgbox{
  position: relative;
  height: 80%;
  width: 35%;
  z-index: 1;
}
.topsec-business .bizlist li .fimgbox img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.topsec-business .bizlist li .fimgbox::before{
  content: "";
  background: url(../images/top/business_biz1.webp) no-repeat center / cover;
  filter: blur(5px);
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.topsec-business .bizlist li:nth-of-type(2) .fimgbox::before{
  background: url(../images/top/business_biz2.webp) no-repeat center / cover;
}
.topsec-business .bizlist li .ftxtbox{
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 10rem;
  height: 100%;
  width: 60%;
}
.topsec-business .bizlist li .ftxtbox .content{
  background: rgba(255,255,255,.8);
  box-shadow: 8px 8px 4px rgba(0, 0, 0, .1);
  padding: 2rem 2rem 3rem;
}
.topsec-business .bizlist li .ftxtbox .content .ttl{
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.topsec-business .bizlist li .ftxtbox .morebtn1{
  margin-top: 3rem;
  text-align: right;
}

/* .topsec-flow */
/* .topsec-flow{
  background: rgba(9, 35, 168, .2);
  padding-bottom: 20rem;
} */
.topsec-flow .flowlist{
  gap: 5rem;
}
.topsec-flow .flowlist li{
  background: rgba(255,255,255,.8);
  border-bottom: 3px solid #a684b7;
  padding: 2rem;
  position: relative;
}
.topsec-flow .flowlist li:not(:last-of-type)::before{
  content: "";
  aspect-ratio: 3/2;
  background: linear-gradient(90deg, #a684b7, #15004e);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -4.5rem;
  left: 45%;
  transform: translateY(-50%);
  width: 30px;
}
.topsec-flow .flowlist .fimgbox{
  width: 30%;
}
.topsec-flow .flowlist .ftxtbox{
  width: 65%;
}
.topsec-flow .flowlist .flowttl{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.topsec-flow .flowlist .flowttl span{
  background: #a684b7;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  text-align: center;
  width: 100px;
}
.topsec-flow .flowlist .morebtn1{
  text-align: right;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  /* common */
  .top-bf .ttlbox .ttl{
    font-size: 3rem;
  }
  .top-bf .bizlist,
  .top-bf .flowlist{
    width: calc(100% - 130px);
  }

  /* topsec-business */
  .topsec-business .bizlist li {
    height: 550px;
  }
}
@media only screen and (max-width: 820px) {
  /* topsec-business */
  .topsec-business .bizlist{
    gap: 15rem;
  }
  .topsec-business .bizlist li {
    height: auto;
    gap: 4rem;
  }
  .topsec-business .bizlist li .fimgbox {
    aspect-ratio: 3 / 1;
    height: auto;
    width: 100%;
  }
  .topsec-business .bizlist li .ftxtbox {
    gap: 0;
    height: auto;
    width: 100%;
  }
  .topsec-business .bizlist li .ftxtbox .content .ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  /* common */
  .top-bf .ttlbox .ttl {
    font-size: 2.6rem;
    width: 50px;
  }
  .top-bf .bizlist,
  .top-bf .flowlist {
    width: calc(100% - 70px);
  }

  /* topsec-business */
  .topsec-business .bizlist {
    gap: 10rem;
  }
  .topsec-business .bizlist li {
    gap: 3rem;
  }
  .topsec-business .bizlist li .ftxtbox .content {
    padding: 2rem 1.5rem ;
  }
  .topsec-business .bizlist li .ftxtbox .content .ttl {
    font-size: 1.8rem;
  }

  /* topsec-flow */
  .topsec-flow .flowlist .fimgbox,
  .topsec-flow .flowlist .ftxtbox{
    width: 100%;
  }
  .topsec-flow .flowlist .fimgbox{
    margin-bottom: 1rem;
  }
  .topsec-flow .flowlist .fimgbox img{
    aspect-ratio: 2/1;
    object-fit: cover;
    height: auto;
    width: 100%;
  }
}

/*****************************
topsec-contact
*****************************/
.topsec-contact .imgbox{
  aspect-ratio: 4/1;
  position: relative;
  width: 100%;
}
.topsec-contact .imgbox::before{
  content: "";
  background: url(../images/top/contact_mail.webp) no-repeat center / cover;
  filter: blur(5px);
  position: absolute;
  top: 1rem ;
  left: 1rem;
  height: 100%;
  width: 100%;
}
.topsec-contact .imgbox img{
  object-fit: cover;
  position: relative;
  height: 100%;
  width: 100%;
}
.topsec-contact ul{
  gap: 3rem;
  max-width: 800px;
  margin: -5rem auto 0;
}
.topsec-contact ul li{
  width: calc(100% / 2 - 3rem);
}
.topsec-contact ul li a,
.topsec-contact ul li div{
  background: #fff;
  background: url(../images/common/bg_wave.webp) no-repeat center / cover;
  box-shadow: 2px 2px #a684b7;
  color: #000;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  opacity: 1;
  padding: 3rem 1rem;
  position: relative;
  z-index: 1;
}
.topsec-contact ul li a::before{
  content: "";
  background: #a684b7;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  transition: .5s;
  z-index: -1;
}
.topsec-contact ul li a:hover,
.topsec-contact ul li a:hover i{
  color: #fff;
}
.topsec-contact ul li a:hover::before{
  width: 100%;
}
.topsec-contact ul li i{
  color: #a684b7;
}
.topsec-contact ul li .txt{
  font-size: 2rem;
}
.topsec-contact ul li .main{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-contact ul li a,
  .topsec-contact ul li div {
    padding: 2rem 1rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-contact .imgbox {
    aspect-ratio: 2 / 1;
  }
  .topsec-contact ul{
    justify-content: end;
    gap: 2rem;
  }
  .topsec-contact ul li{
    min-width: 280px;
    width: auto;
  }
  .topsec-contact ul li a,
  .topsec-contact ul li div {
    min-height: 80px;
    padding: 1rem;
  }
  .topsec-contact ul li .txt{
    font-size: 1.8rem;
  }
}


/*****************************
topsec-news
*****************************/
.topsec-news{
  background: url(../images/common/bg_cmn.webp) no-repeat center / cover;
}
.topsec-news .ttlbox1::before{
  background: url(../images/common/bg_wave.webp) no-repeat center / cover;
}
.topsec-news .newslist {
  margin: 3rem auto 5rem;
}
.topsec-news .morebtn1 {
  text-align: center;
}
@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{
    padding: 7rem 0;
  }

}