@charset "UTF-8";
/* CSS Document */

.contents{
  position: relative;
  margin-top: 0;
  padding-bottom: 0;
}

.mvWrap{
  z-index: 10;
}
.logoMark{
  position: relative;
  background: var(--color-white);
  z-index: 20;
}
.conIndex{
  position: relative;
  background: var(--color-white);
  z-index: 30;
}
.footer{
  position: relative;
  z-index: 40;
}

.identity{
  z-index: 1;
}
.identity .ttl01{
  position: relative;
  margin-bottom: 0;
  padding-bottom: 30px;
  background: var(--color-white);
  z-index: 40;
}
@media print, screen and (min-width:768px) {
  .identity .ttl01{
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}

/*mv [
----------------------------------------------------------- */
.mvWrap{
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: var(--color-white);
}
.mvWrap .swiper,
.mvWrap .swiper-wrapper,
.mvWrap .swiper-slide{
  height: 100%;
}
.mvWrap .swiper-slide figure{
  height: 100%;
}
.mvWrap .swiper-slide figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mvWrap .swiper-pagination{
  bottom: 10px;
}
.mvWrap .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: var(--color-white);
  opacity: 1.0;
}
.mvWrap .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: var(--color-main);
}


@media print, screen and (min-width:768px) {

  .contents{}

  /*mv [
  ----------------------------------------------------------- */
  .mvWrap{}

  
}




/*identity
----------------------------------------------------------- */
.identity{
  position: relative;
}
.ideList{
  position: relative;
  background: var(--color-main01);
  color: var(--color-white);
  z-index: 1;
}

.ideList .unit{
  position: relative;
  z-index: -1;
}
.ideList .unit .img{
  position: relative;
  height: 40dvh;
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.ideList .unit .txt{
  /*padding: 7.99vw 5.33vw;*/
  padding: 15.99vw 10.66vw;
  text-align: left;
}

.ideList .unit.ide01 .img{
  background-image: url("../images/home/identity_p01.jpg");
  background-position: center top;
}
.ideList .unit.ide02 .img{
  background-image: url("../images/home/identity_p02.jpg");
  background-position: left center;
}


.ideList .unit .txt h3{
  font-size: clamp(calc(20px * var(--font-markup)), calc(20vw / var(--vw-sp)), 20px);/*20 / 24*/
  line-height: 1.0;
}
.ideList .unit .txt h3 + p{
  margin: 3.0em 0;
  font-size: clamp(calc(13px * var(--font-markup)), calc(13vw / var(--vw-sp)), 13px);/*13 / 13*/
  line-height: var(--line-height-wide02);
}
.ideList .unit .txt .fEn{
  color: rgba(var(--color-white-rgb),0.48);
  font-size: clamp(calc(48px * var(--font-markup)), calc(48vw / var(--vw-sp)), 48px);/*48 / 54*/
  line-height: 1.0;text-align: right;
}

/* for pc*/
@media screen and (min-width: 768px) {
  .ideList{}
  
  .ideList .unit{
    height: 100vh;
    min-height: 730px;
    background: none;
  }
  .ideList .unit .sticky{
    position: sticky;
    /*top: calc(130px + 100px);*/
    top: 0;
    left: 0;
    width: 50%;
    height: calc((100vh - 0px) * 0.1);
    height: calc((100dvh - 0px) * 0.1);
  }
  .ideList .unit .img{
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: calc(100dvh - 0px);
    height: calc(100vh - 0px);
    opacity: 0;
  }
  .ideList .unit:nth-of-type(1) .img{
    opacity: 1;
  }
  .ideList .unit .fixed + .img{
    opacity: 1;
  }
  .ideList .unit .txt{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;    
    padding: 0;
  }
  .ideList .unit::before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 50%;
    height: 100%;
  }
  .ideList .unit .txt > div{
    position: relative;
    max-width: 1300px;
  }
  .ideList .unit .txt > div > div{
    position: relative;
    left: 50%;
    top: 0;
    width: 50%;
  }
  .ideList .unit .txt > div > div > *{
    width: 68.75%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .ideList .unit.ide01 .img{
    background-position: left top;
  }
  .ideList .unit.ide02 .img{
    background-position: left center;
  }
}



/*conIndex [
----------------------------------------------------------- */
.conIndex{
  padding: 40px 0;
}
.conIndex ul{}
.conIndex li{}
.conIndex li a{
  position: relative;
  display: block;
  /*padding: 50px 5vw;*/
  color: var(--color-white);
  overflow: hidden;
}
.conIndex li a::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-def);
  opacity: 0.4;
  z-index: 9;
  transform: translate(-50%,-50%);
  transition: var(--transition-duration01);
}

.conIndex li a p{
  position: absolute;
  left: 50%;top: 50%;
  font-family: var(--font-family-en);
  font-size: clamp(calc(22px * var(--font-markup)), calc(22vw / var(--vw-sp)), 22px);/*22 / 22*/
  text-align: center;
  line-height: 1.0;
  transform: translate(-50%,-50%);
  z-index: 10;
}
.conIndex li a img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: var(--transition-duration02);
}

/*hover*/
.conIndex li a:hover{
  opacity: 1.0;
}
.conIndex li a:hover::before{
  width: 100%;
  opacity: 0;
}
.conIndex li a:hover img{
  transform: scale(1.1);
}


@media print, screen and (min-width:768px) {
  .conIndex{
    padding: 80px 0;
  }
  .conIndex ul{
    display: flex;
    justify-content: space-between;
  }
  .conIndex li{
    width: calc(100% / 3);
  }
  .conIndex li a{}
  .conIndex li a::before{}

  .conIndex li a p{
    font-size: clamp(calc(22px * var(--font-markup)), calc(22vw / var(--vw-pc)), 22px);/*22 / 22*/
  }
  .conIndex li a img{}
  
}