@charset "UTF-8";

/*****************************
top common
*****************************/
.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 .fvslide {
  width: 100%;
  z-index: -1;
}
.topsec-fv .fvslide::before {
  background: rgba(0, 0, 0, 0.138);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.topsec-fv .splide__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 6rem);
  width: calc(100% - 4rem);
}
.topsec-fv .catch{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.topsec-fv .catch .fvlogo{
  width: 250px;
  height: auto;
}
.topsec-fv .catch h1{
  font-size: 2rem;
  color: #fff;
  font-family: "Shippori Mincho", serif;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-fv .catch h1 {
    font-size: 3.5rem;
  }
  .topsec-fv .message .box h2 {
    font-size: 3rem;
  }
  .topsec-fv .message .box .txt {
  font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-fv .catch h1 {
    font-size: 2.5rem;
    left: 5rem;
  }
  .topsec-fv .message .box h2 {
    font-size: 2.5rem;
  }
  .topsec-fv .message .box {
    right: initial;
    left: 2.5rem;
  }
}

/*****************************
topsec-news
*****************************/
.topsec-news {
  overflow: hidden;
}
.topsec-news .newslist {
  flex-direction: row;
  gap: 2rem;
}
.newsbox {
  padding: 5rem;
  position: relative;
  z-index: 1;
}
.newssplide {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.newssplide .splide__track {
  overflow: visible;
}
.newssplide .splide__slide {
  background: #fff;
  box-shadow: 2px 2px 10px #bcbcbc;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.newssplide .splide__slide a{
  padding: 2rem;
}
.newssplide .splide__slide .thumbnail{
  padding: 3rem;
}
.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-about
*****************************/
.topsec-about{
  background: url(../images/top/bg_about.webp) no-repeat center / cover;
  width: 100%;
}
.topsec-about .imgbox{
  width: 45vw;
  position: absolute;
  top: 0;
  right: 5vw;
}
.topsec-about .ttl1{
  z-index: 1;
}
.topsec-about .ttl1::before{
  content: "";
  background: url(../images/common/icon_nami.svg) no-repeat center / contain;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: .3;
  z-index: -1;
}
.topsec-about .txtboxbg{
  background: #ffffffc5;
  border-radius: 20px;
  box-shadow: 2px 2px 10px #6b6b6b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 70%;
  padding: 4rem;
}
.topsec-about .txtbox {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  letter-spacing: .5rem;
}
.topsec-about .splide__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80%;
  border-radius: 25px;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .topsec-about.topsec{
    padding: 0 0 8rem 0;
  }
  .topsec-about .imgbox{
    width: 100%;
    position: initial;
  }
  .topsec-about .splide__slide {
  width: 100%;
  }
  .topsec-about .ftxtbox{
    width: 100%;
  }
  .topsec-about .txtboxbg{
    margin: 5rem auto 0;
  }
  .topsec-about .txtbox {
    text-align: center;
    writing-mode: initial;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
  .topsec-about .txtboxbg{
    width: 100%;
  }
  .topsec-about .txtbox {
    text-align: start;
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 767px) {
}

/*****************************
topsec-guide　共通項目
*****************************/
.topsec-guide::before,
.topsec-guide::after,
.topsec-guide-r::before,
.topsec-guide-r::after{
  content: "";
  position: absolute;
  background: url(../images/common/wagara.svg) no-repeat center / contain;
  width: 600px;
  height: 85PX;
  opacity: .1;
}
.topsec-guide::before{
  top: 0;
  left: 0;
}
.topsec-guide::after{
  bottom: 10%;
  right: 0;
}
.topsec-guide-r::before{
  top: 0;
  right: 0;
}
.topsec-guide-r::after{
  bottom: 10%;
  left: 0;
}
.topsec-guide-r .guidelist{
  flex-direction: row-reverse;
}
.topsec-guide .maskbox,
.topsec-guide-r .maskbox{
  position: absolute;
  bottom: 5%;
  width: 300px;
  height: 300px;
  z-index: 1;
}
.topsec-guide .maskbox{
  right: 5%;
}
.topsec-guide-r .maskbox{
  left: 40%;
}
.topsec-guide .fimgbox,
.topsec-guide-r .fimgbox{
  width: 40vw;
}
.topsec-guide .fimgbox{
  margin-left: calc(50% - 50vw);
}
.topsec-guide-r .fimgbox{
  margin-right: calc(50% - 50vw);
}
.topsec-guide .fimgbox img{
  border-radius: 0 25px 25px 0;
}
.topsec-guide-r .fimgbox img{
  border-radius: 25px 0 0 25px;
}
.topsec-guide .ftxtbox,
.topsec-guide-r .ftxtbox{
  z-index: 10;
}
.topsec-guide-r .ftxtbox{
  margin-left: 2rem;
}
.topsec-guide .ftxtbox p,
.topsec-guide-r .ftxtbox p{
  padding: 3rem 0;
}
.topsec-guide .txtbox,
.topsec-guide-r .txtbox{
  text-shadow:2px 2px 1px #fff;
}
@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-guide .maskbox,
  .topsec-guide-r .maskbox{
    bottom: 0;
    width: 150px;
    height: 150px;
  }
  .topsec-guide .fimgbox,
  .topsec-guide-r .fimgbox{
    width: 100%;
  }
  .topsec-guide-r .maskbox{
    left: initial;
    right: 5%;
  }
}
/*****************************
topsec-experience
*****************************/
.topsec-experience .ashiato{
  width: 60vw;
  height: 90vh;
  position: absolute;
  z-index: -1;
  opacity: .4;
}
.topsec-experience .ashiato span{
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
}
.topsec-experience .ashiato span:nth-of-type(1){
  top: 0;
  left: 0;
}
.topsec-experience .ashiato span:nth-of-type(2){
  top: 5%;
  left: 35%;
}
.topsec-experience .ashiato span:nth-of-type(3){
  top: 45%;
  left: 40%;
}
.topsec-experience .ashiato span:nth-of-type(4){
  top: 40%;
  left: 75%;
}
.topsec-experience .ashiato span:nth-of-type(5){
  top: 85%;
  left: 80%;
}
@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) {
  .topsec-experience .ashiato span{
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .topsec-experience .ashiato span:nth-of-type(1){
  top: 60%;
  left: 0;
  }
.topsec-experience .ashiato span:nth-of-type(2){
  top: 60%;
  left: 90%;
  }
.topsec-experience .ashiato span:nth-of-type(3){
  top: 90%;
  left: 85%;
  }
.topsec-experience .ashiato span:nth-of-type(4){
  display: none;
  }
.topsec-experience .ashiato span:nth-of-type(5){
  display: none;
  }
}
/*****************************
bg-sec
*****************************/
.bg-sec1,
.bg-sec2,
.bg-sec3,
.bg-sec4{
  position: relative;
  aspect-ratio: 2/.5;
  clip-path: inset(0);
  margin-top: 10rem;
}
.bg-sec1::before,
.bg-sec1::after,
.bg-sec2::before,
.bg-sec2::after,
.bg-sec3::before,
.bg-sec3::after,
.bg-sec4::before,
.bg-sec4::after{
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
.bg-sec1::before{
  background: url(../images/top/fixbg1.webp) no-repeat center / cover;
}
.bg-sec2::before{
  background: url(../images/top/fixbg2.webp) no-repeat center / cover;
}
.bg-sec3::before{
  background: url(../images/top/fixbg3.webp) no-repeat center / cover;
}
.bg-sec4::before{
  background: url(../images/top/fixbg4.webp) no-repeat center / cover;
}
.bg-sec1::after,
.bg-sec2::after,
.bg-sec3::after,
.bg-sec4::after {
  background: rgba(0,0,0,.2);
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .bg-sec1,
  .bg-sec2,
  .bg-sec3,
  .bg-sec4 {
    aspect-ratio: 1/.4;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .bg-sec1,
  .bg-sec2,
  .bg-sec3,
  .bg-sec4{
    aspect-ratio: 1/.5;
    margin: 8rem 0 10rem;
  }
}

/*****************************
topsec-setubi
*****************************/
.topsec-setubi{
  background: url(../images/top/bg_setubi.webp) no-repeat center / cover;
  width: 100%;
}
.topsec-setubi .ttl1{
  z-index: 1;
  text-align: center;
}
.topsec-setubi .ttl1::before{
  content: "";
  background: url(../images/common/icon_nami.svg) no-repeat center / contain;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: .3;
  z-index: -1;
}
.topsec-setubi .ftxtbox{
  width: 60%;
}
.topsec-setubi .txtboxbg{
  background: #ffffffc5;
  border-radius: 20px;
  box-shadow: 2px 2px 10px #6b6b6b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 70%;
  padding: 4rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-setubi .ftxtbox {
    width: 100%;
  }
    .topsec-setubi .txtboxbg{
  width: 100%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}