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


/*intro [
----------------------------------------------------------- */
.intro{}

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

@media screen and (max-width:767px) {
  .history .ttl-en + .copy02,
  .redev .ttl-en + .copy02,
  .compact .ttl-en + .copy02{
    letter-spacing: -0.05em;
  }
}

/*history[
----------------------------------------------------------- */
.history{}
.history figure{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:768px) {
  .history{}
  .history figure{
  width: 100%;
  }
}


/*redev[
----------------------------------------------------------- */
.redev{}

.redev figure{
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:768px) {
  .redev{}

  .redev figure{}
}


/*compact[
----------------------------------------------------------- */
.compact{}
.compact .p-list{
  display: flex;
  justify-content: space-between;
}
.compact figure:nth-of-type(1){
   width: calc((214 / 335) * 100%);/*214 / 335*/
}
.compact figure:nth-of-type(2){
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((118 / 335) * 100%);/*118 / 335*/
}
@media print, screen and (min-width:768px) {
  .compact{}
  .compact .p-list{}
  .compact figure:nth-of-type(1){
     width: calc((510 / var(--cont-width-nv-pc-narrow02)) * 100%);/*510 / 800*/
  }
  .compact figure:nth-of-type(2){
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc((280 / var(--cont-width-nv-pc-narrow02)) * 100%);/*280 / 800*/
  }
}


/*
slide-wrap[
----------------------------------------------------------- */
.slide-wrap{
  display: flex;
  flex-direction: column-reverse;
}
.slide-wrap .scrl-list,
.slide-wrap .image-slide{
  width: 100%;
}

.slide-wrap .image-slide{
  position: relative;
}
.slide-wrap .image-slide .cap{
  margin: 5px 0 0 0;
  text-align: right;
}

.image-slide .swiper{
  position: static;
  height: auto;
}

.image-slide .swiper-wrapper {}
.image-slide .swiper-slide{
  width: auto;
  height: auto;
}

.image-slide .swiper-slide.item01 figure,
.image-slide .swiper-slide.item04 figure,
.image-slide .swiper-slide.item05 figure{
  width: 220px;
}
.image-slide .swiper-slide.item0203 figure,
.image-slide .swiper-slide.item0607 figure{
  display: flex;
  justify-content: space-between;
  width: 315px;
}
.image-slide .swiper-slide.item0203 figure img,
.image-slide .swiper-slide.item0607 figure img{
  width: calc((100% - 8px) / 2);
}


.image-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}


.slide-wrap .scrl-list{
  margin: 10px 0 0 0;
  background: var(--color-key04);
}
.slide-wrap .scrl-list .ttl-en + .copy02,
.slide-wrap .scrl-list .ttl-en + .copy02 + p{
  margin-top: 20px;
}




@media print, screen and (min-width:768px) {
  .slide-wrap{
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .slide-wrap .scrl-list,
  .slide-wrap .image-slide{
    width: calc((100% - 20px) / 2);
  }
  
  .slide-wrap .image-slide{}
  .slide-wrap .image-slide .cap{
    position: absolute;
    left: 2px;
    bottom: 2px;
    text-shadow: 1px 1px 1px rgba(var(--color-white-rgb),0.6),1px -1px 1px rgba(var(--color-white-rgb),0.6),-1px 1px 1px rgba(var(--color-white-rgb),0.6),-1px -1px 1px rgba(var(--color-white-rgb),0.6);
  }
  .image-slide .swiper{
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .image-slide .swiper-slide.item01 figure,
  .image-slide .swiper-slide.item04 figure,
  .image-slide .swiper-slide.item05 figure{
    width: 100%;
  }
  .image-slide .swiper-slide.item0203 figure,
  .image-slide .swiper-slide.item0607 figure{
    width: 100%;
  }
  .image-slide .swiper-slide.item0203 figure img,
  .image-slide .swiper-slide.item0607 figure img{
    width: calc((100% - 20px) / 2);
  }
  
  .slide-wrap .scrl-list{
    margin-top: 0;
  }
  .slide-wrap .scrl-list section{
    width: calc((15 / 21) * 100%);/*450 / 630*/
    margin-left: auto;
    margin-right: auto;
  }
  .slide-wrap .scrl-list .ttl-en + .copy02,
  .slide-wrap .scrl-list .ttl-en + .copy02 + p{
    margin-top: 25px;
  }

}
