@charset "UTF-8";

#page,
body .wrap{
  overflow: clip;
}



/*
mv
---------------------------*/
.mvWrap {
  position: sticky;
  left: 15px;
  top: 80px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 30px);
  height: calc(100svh - (0.83vw + 4.1px) - (1.52vw + 56.8px));
  overflow: hidden;
  z-index: 20;
  /*pointer-events: none;*/
}
.mvWrap .cap {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 10px;
  text-align: right;
  color: #fff;
}
.mvWrap .swiper,
.mvWrap .swiper-wrapper,
.mvWrap .swiper-slide,
.mvWrap .swiper-slide figure {
  height: 100%;
}

.mvSlide01,
.mvSlide02{
  position: relative;
  width: 50%;
  min-width: calc( (100% - 480px) / 2) !important;
  height: 100%;
  overflow: hidden;
  transition: .1s;
}

.mvSlide01::before,
.mvSlide02::before{
  content: "";
  position: sticky;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #d2d2d2;
  mix-blend-mode: multiply;
  z-index: 21;
}
.mvWrap .swiper-slide img{
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}


.mvSlide a{
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

body.fxd .mvSlide a{
  display: flex;
}
body.fxd .mvSlide a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #d2d2d2;
  mix-blend-mode: multiply;
  opacity: 0;
  z-index: 30;
  transition: .3s;
}

body.fxd .mvSlide a:hover::before{
  opacity: 1;
}

.mvSlide a div{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
body.fxd .mvSlide a div{
  position: relative;
  z-index: 31;
  animation-name: btnShow;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
body.fxd .mvSlide a div .t01{
  padding-left: 0.05em;
  color: #fff;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 9.76), 16px);
  line-height: 1.0;
  letter-spacing: 0.05em;
}
body.fxd .mvSlide a div .t02{
  margin: 8px 0 0 0;
  padding-left: 0.2em;
  color: #fff;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 9.76), 18px);
  line-height: 1.0;
  letter-spacing: 0.2em;
}
body.fxd .mvSlide a div .btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin: 15px 0 0 0;
  padding-left: 0.05em;
  background: rgba(255,255,255,0.6);
  border-radius: 50%;
  font-size: clamp(calc(15px * 0.7), calc(15vw / 9.76), 15px);
  line-height: 1.0;
  letter-spacing: 0.05em;
}
body.fxd .mvSlide a div .btn::after{
  content: "";
  display: block;
  width: 35px;
  height: 5px;
  margin-top: 10px;
  background: url("../images/common/ico_arr_bl.svg") no-repeat center center;
  background-size: cover;
  font-style: normal;
}


/* ボタンのアニメーション */
@keyframes btnShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.mCatchWrap{
  position: sticky;
  top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100svh - (0.83vw + 4.1px) - (1.52vw + 56.8px));
  z-index: 22;
  pointer-events: none;
}

.mCatch{
  /*position: absolute;
  left: 50%;
  top: 50%;*/
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 5.0em;
  height: 5.0em;
  transform: translate(0,calc((100svh - (0.83vw + 4.1px) - (1.52vw + 56.8px)) * -1));
  /*transform: translate(-50%,-50%);*/
  font-size: clamp(calc(55px * 0.7), calc(55vw / 9.76), 55px);/*55 / 45*/
  line-height: 1.0;
  color: #fff;transition: .3s;
}
.colChng .mCatch{
  color: #202124;
}
.mCatch > div{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.mCatch > div span{
  font-family: "Marcellus", serif !important;
  font-weight: 400;
  font-style: normal;
}
/*
@keyframes mvZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}


.mvWrap .swiper-slide-active figure,
.mvWrap .swiper-slide-duplicate-active figure,
.mvWrap .swiper-slide-prev figure {
  animation: mvZoom 8s linear 0s normal both;
}
*/

/* スクロールダウンの位置 */
.scrollDown {
  position: fixed;
  left: 50%;
  bottom: 50px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  transform: translate(-50%,0);
  z-index: 22;
  opacity: 1;
  visibility: visible;
  transition: .3s;
}
/* 線のアニメーション部分 */
.scrollDown::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -70px;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  transition: .3s;
  }

.colChng + .scrollDown{
  color: #202124;
}
.colChng + .scrollDown::before{
  background-color: #202124;
}

/*スクロールしたら消える*/
body.fxd .scrollDown{
  opacity: 0;
  visibility: hidden;
}


/* 線のアニメーション */
@keyframes scroll {
  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 screen and (max-width: 767px) {
  .mvWrap {
    position: relative;
    top: 50px;
    left: 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: calc(100vh - 98px);
    height: calc(100svh - 98px);
    min-height: calc(272px + 272px);/*375 * 667*/
    margin-top: 0;
    background: none;
  }
  .mvSlide01,
  .mvSlide02{
    width: 100%;
    min-width: initial !important;
    height: 50%;
  }
  
  
  body.fxd .mvSlide a{
    display: none;
  }
  
  .mCatchWrap{
    position: absolute;
    top: 50px;
    width: 100%;
    height: calc(100vh - 98px);
    height: calc(100svh - 98px);
    min-height: calc(272px + 272px);/*375 * 667*/
  }

  .mCatch{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    /*font-size: clamp(calc(45px * 0.7), calc(45vw / 3.75), 45px);55 / 45*/
    font-size: clamp(calc(40px * 0.7), calc(40vw / 3.75), 40px);/*55 / 45*/
  }
  .colChng .mCatch{
    color: #fff;
  }
  .mCatch > div{}
  .mCatch > div span{}
  
  
}

/* 横向き */
/*@media (orientation: landscape) and (max-width: 767px)*/
@media (orientation: landscape) and (max-width:768px){
  
}

/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /*縦向きのみの記述*/
}

/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  /*横向きのみの記述*/
  .mCatch{
    font-size: clamp(calc(40px * 0.7), calc(40vw / 9.76), 40px);/*55 / 45*/
  }
}




/*
contentsWrap
---------------------------*/
.contentsWrap{
  position: relative;
  /*max-width: 480px;*/
  /*max-width: 600px;*/
  width: 480px;
  margin-top: calc((100svh - 400px) * -1);
  margin-left: auto;
  margin-right: auto;
  z-index: 30;
}

.contentsWrap .conBody{
  max-width: 400px;
  margin: 0 auto;
  /*padding-left: calc((40 / 480) * 100%);
  padding-right: calc((40 / 480) * 100%);*/
}




@media screen and (max-width: 767px) {
  .contentsWrap{
    width: 100%;
    margin-top: 50px;
  }
  .contentsWrap .conBody{
    width: 85vw;
    max-width: initial;
  }
}



/*
intro
---------------------------*/
.intro{
  padding: 100px 0 40px 0;
  text-align: center;
}
.intro .t01{
  font-size: clamp(calc(18px * 0.7), calc(18vw / 9.76), 18px);/*18 / 16*/
  line-height: 1.0;
}
.intro .t02{
  margin: 30px 0 0 0;
  padding-left: 0.15em;
  font-size: clamp(calc(25px * 0.7), calc(25vw / 9.76), 25px);/*25 / 23*/
  line-height: 2.0;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .intro{
    padding: 80px 0 20px 0;
  }
  .intro .t01{
    font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*18 / 16*/
  }
  .intro .t02{
    margin: 20px 0 0 0;
  padding-left: 0.1em;
    font-size: clamp(calc(22px * 0.7), calc(22vw / 3.75), 22px);/*25 / 22*/
    letter-spacing: 0.1em;
  }
}


/*
project
---------------------------*/
.project{
  padding: 100px 0 0 0;
}

.project .pj{
  position: relative;
  color: #fff;
  padding: 80px 0 0 0;
}
.project .pj > *{
  position: relative;
  z-index: 12;
}
.project .pj::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  /*width: 90vw;*/
  width: 100%;
  height: calc(100% - 130px);
  transform: translate(-50%,0);
  z-index: 11;
}

.project .pj figure{
  position: relative;
}
.project .pj figure figcaption{
  position: absolute;
  right: 2px;
  bottom: 2px;
  color: #fff;
  font-size: 10px;
  line-height: 1.0;
}

.project .pj .pjNo{
  font-size: clamp(calc(23px * 0.7), calc(23vw / 9.76), 23px);/*23 / 21*/
  line-height: 1.6;
  color: #202124;
}
.project .pj .pjNo::before{
  content: "PROJECT";
  display: block;
  margin: 35px 0 0 0;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc((16 / 23) * 100%);
}

.project .pj .pjName{
  margin: 35px 0 0 0;
  padding-left: 0.1em;
  font-size: clamp(calc(35px * 0.7), calc(35vw / 9.76), 35px);/*35 / 30*/
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.project .pj .pjName span{
  display: block;
  margin: 0 0 10px 0;
  padding-left: 0.05em;
  font-size: calc((23 / 35) * 100%);
  letter-spacing: 0.05em;
}

.project .pj .pjLot{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin: 40px 0 0 0;
}
.project .pj .pjLot dl{
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.project .pj .pjLot dl dt{
  margin-right: 0.5em;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 9.76), 18px);/*18 / 16*/
  line-height: 1.0;
}
.project .pj .pjLot dl dd{
  font-size: clamp(calc(35px * 0.7), calc(35vw / 9.76), 35px);/*35 / 33*/
  line-height: 1.0;
}
.project .pj .pjLot p{
  margin: 0.8em 0 0 0;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 9.76), 18px);/*18 / 16*/
  line-height: 1.0;
}

.project .pj .pjPrice{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0 0;
  text-align: center;
}
.project .pj .pjPrice dt,
.project .pj .pjPrice dd{
  margin: 0 5px;
  line-height: 1.0;
}
.project .pj .pjPrice dt{
   font-size: clamp(calc(16px * 0.7), calc(16vw / 9.76), 16px);/*16 / 14*/
}
.project .pj .pjPrice dd{
   font-size: clamp(calc(32px * 0.7), calc(32vw / 9.76), 32px);/*32 / 30*/
}
.project .pj .pjPrice dd span{
   font-size: 70%;
}

.project .pj .pjPoint{
  margin: 40px 0 0 0;
  text-align: left;
}
.project .pj .pjPoint li{
  position: relative;
  padding: 0 0 0 1.2em;
  font-size: clamp(calc(19px * 0.7), calc(19vw / 9.76), 19px);/*19 / 18*/
}
.project .pj .pjPoint li::before{
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
.project .pj .pjPoint li + li{
  margin: 0.5em 0 0 0;
}

.project .pj .btnHP{
  height: 65px;
  margin: 40px auto;
  padding-left: 0.1em;
  color: #202124;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 9.76), 18px);/*18 / 16*/
  text-align: center;
  letter-spacing: 0.1em;
}
.project .pj .btnHP a{
  position: relative;
  display: flex;
  align-items: flex-end;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #fff;
  border-radius: 200px;
  transition: .3s;
}
.project .pj .btnHP a::after{
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 25px;
  height: 5px;
  background: url("../images/common/ico_arr_bl.svg") no-repeat center center;
  background-size: cover;
  transform: translate(0,-50%);
  transition: .3s;
}
.project .pj .btnHP a:hover{
  background: #202124;
  color: #fff;
}
.project .pj .btnHP a:hover::after{
  right: calc(20px - 5px);
  background-image: url("../images/common/ico_arr_wh.svg");
}



.project .pj .pjCV{
  padding: 35px 0;
}
.project .pj .pjCV h5{
  margin: 0 0 30px 0;
  padding-left: 0.1em;
  font-size: clamp(calc(30px * 0.7), calc(30vw / 9.76), 30px);/*30 / 28*/
  line-height: 1.0;
  letter-spacing: 0.1em;
}
.project .pj .pjCV .cvBtns{
  max-width: 300px;
  margin: 0 auto;
}
.project .pj .pjCV .cvBtns li + li{
  margin: 20px 0 0 0;
}
.project .pj .pjCV .cvBtns li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding-left: 0.3em;
  border-radius: 5px;
  background: #4d4b46;
  color: #fff;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 9.76), 18px);/*18 / 16*/
  text-align: center;
  letter-spacing: 0.3em;
  line-height: 1.0;
  overflow: hidden;
  transition: .3s;
}
.project .pj .pjCV .cvBtns li a span{
  position: relative;
}
.project .pj .pjCV .cvBtns li a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 50%;
  background: #5f5d58;
  transition: .3s;
}
.project .pj .pjCV .cvBtns li a:hover{
  background: #fff;
  color: #5f5d58;
}
.project .pj .pjCV .cvBtns li a:hover::before{
  background: #eee;
}

/*pj01*/
.project .pj.pj01::before{
  background: #96b9cf;
}
.project .pj.pj01 .pjLot{
  background: #7d9bb9;
}
.project .pj.pj01 .pjCV{
  background: #7d9bb9;
}


/*pj02*/
.project .pj.pj02::before{
  background: #819678;
}
.project .pj.pj02 .pjLot{
  background: #69785f;
}
.project .pj.pj02 .pjCV{
  background: #69785f;
}



/*for SP*/
@media screen and (max-width: 767px) {
  .project{
    padding: 60px 0 0 0;
  }

  .project .pj{
    padding: 60px 0 0 0;
  }
  .project .pj > *{}
  .project .pj::before{
    height: calc(100% - 160px);
  }

  .project .pj figure{}
  .project .pj figure figcaption{}

  .project .pj .pjNo{
    font-size: clamp(calc(21px * 0.7), calc(21vw / 3.75), 21px);/*23 / 21*/
  }
  .project .pj .pjNo::before{
    margin: 25px 0 0 0;
  }

  .project .pj .pjName{
    margin: 25px 0 0 0;
    font-size: clamp(calc(30px * 0.7), calc(30vw / 3.75), 30px);/*35 / 30*/
  }
  .project .pj .pjName span{}

  .project .pj .pjLot{
    margin: 30px 0 0 0;
  }
  .project .pj .pjLot dl{}
  .project .pj .pjLot dl dt{
    margin-right: 0.5em;
    font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*18 / 16*/
    line-height: 1.0;
  }
  .project .pj .pjLot dl dd{
    font-size: clamp(calc(33px * 0.7), calc(33vw / 3.75), 33px);/*35 / 33*/
  }
  .project .pj .pjLot p{
    font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*18 / 16*/
  }

  .project .pj .pjPrice{
    margin: 30px 0 0 0;
  }
  .project .pj .pjPrice dt,
  .project .pj .pjPrice dd{}
  .project .pj .pjPrice dt{
     font-size: clamp(calc(14px * 0.7), calc(14vw / 3.75), 14px);/*16 / 14*/
  }
  .project .pj .pjPrice dd{
     font-size: clamp(calc(30px * 0.7), calc(30vw / 3.75), 30px);/*32 / 30*/
  }
  .project .pj .pjPrice dd span{
     font-size: 80%;
  }

  .project .pj .pjPoint{
    margin: 30px 0 0 0;
  }
  .project .pj .pjPoint li{
    font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*19 / 18*/
    line-height: 1.6;
  }
  .project .pj .pjPoint li::before{}
  .project .pj .pjPoint li + li{}

  .project .pj .btnHP{
    height: 65px;
    margin: 30px auto;
    font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*18 / 16*/
  }
  .project .pj .btnHP a{}
  .project .pj .btnHP a::after{}
  .project .pj .btnHP a:hover{}
  .project .pj .btnHP a:hover::after{}



  .project .pj .pjCV{
    padding: 35px 0;
  }
  .project .pj .pjCV h5{
    margin: 0 0 20px 0;
    font-size: clamp(calc(28px * 0.7), calc(28vw / 3.75), 28px);/*30 / 28*/
  }
  .project .pj .pjCV .cvBtns{
    width: 80%;
  }
  .project .pj .pjCV .cvBtns li + li{}
  .project .pj .pjCV .cvBtns li a{
    height: 60px;
    font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*18 / 16*/
  }
  .project .pj .pjCV .cvBtns li a span{}
  .project .pj .pjCV .cvBtns li a::before{}
  .project .pj .pjCV .cvBtns li a:hover{}
  .project .pj .pjCV .cvBtns li a:hover::before{}
}


/*
pickup
---------------------------*/
.pickup{
  padding: 110px 0 50px 0;
  text-align: center;
}
.pickup .puList{
  padding: 80px 0 20px 0;
  text-align: center;
}
.pickup .puList li{
  margin: 0 0 50px 0;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.pickup .puList li a{
  display: block;
  color: #fff;
  overflow: hidden;
}
.pickup .puList li .t01{
  position: relative;
  padding: 45px 0 24px 0.05em;
  font-size: clamp(calc(15px * 0.7), calc(15vw / 9.76), 15px);/*15 / 14*/
  line-height: 1.0;
  letter-spacing: 0.05em;
}
.pickup .puList li .t01::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 40px;
  height: 3px;
  background: #fff;
  transform: translate(-50%,0);
}
.pickup .puList li .t02{
  position: relative;
  padding: 20px 0 40px 0.1em;
  font-size: clamp(calc(20px * 0.7), calc(20vw / 9.76), 20px);/*20 / 18*/
  line-height: 1.0;
  letter-spacing: 0.1em;
}
.pickup .puList li figure{
  background: #fff;
}
.pickup .puList li .btnPlan{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  margin: 25px auto;
  padding-left: 0.2em;
  border: 1px solid #fff;
  border-radius: 200px;
  font-size: clamp(calc(15px * 0.7), calc(15vw / 9.76), 15px);/*15 / 14*/
  line-height: 1.0;
  letter-spacing: 0.2em;
  transition: .3s;
}
.pickup .puList li .btnPlan::after{
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  display: block;
  width: 25px;
  height: 5px;
  background: url("../images/common/ico_arr_wh.svg") no-repeat center center;
  background-size: cover;
  transform: translate(0,-50%);
  transition: .3s;
}
.pickup .puList li a:hover .btnPlan{
  background: #fff;
  color: #202124;
}
.pickup .puList li .btnPlan:hover::after{
  right: calc(12px - 3px);
  background-image: url("../images/common/ico_arr_bl.svg");
}

/*pj01*/
.pickup .puList.pj01 li a{
  background: #96b9cf;
}
/*pj02*/
.pickup .puList.pj02 li a{
  background: #819678;
}


.pickup .btnOther{
  width: 290px;
  height: 60px;
  margin: 0 auto;
}
.pickup .btnOther a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-left: 0.2em;
  background: #4d4b46;
  color: #fff;
  border: 1px solid #4d4b46;
  border-radius: 200px;
  font-size: clamp(calc(15px * 0.7), calc(15vw / 9.76), 15px);/*15 / 14*/
  line-height: 1.0;
  letter-spacing: 0.2em;
  transition: .3s;
}
.pickup .btnOther a::after{
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  display: block;
  width: 25px;
  height: 5px;
  background: url("../images/common/ico_arr_wh.svg") no-repeat center center;
  background-size: cover;
  transform: translate(0,-50%);
  transition: .3s;
}
.pickup .btnOther a:hover{
  background: #fff;
  color: #4d4b46;
}
.pickup .btnOther a:hover::after{
  right: calc(20px - 5px);
  background-image: url("../images/common/ico_arr_bl.svg");
}


/*for SP*/
@media screen and (max-width: 767px) {
  .pickup{
    padding: 60px 0 30px 0;
  }
  .pickup .puList{
    padding: 40px 0 10px 0;
  }
  .pickup .puList li{
    margin: 0 0 30px 0;
  }
  .pickup .puList li a{}
  .pickup .puList li .t01{
    padding: 40px 0 20px 0.05em;
    font-size: clamp(calc(14px * 0.7), calc(14vw / 3.75), 14px);/*15 / 14*/
  }
  .pickup .puList li .t01::after{}
  .pickup .puList li .t02{
    padding: 20px 0 30px 0.1em;
    font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*20 / 18*/
    letter-spacing: 0.1em;
  }
  .pickup .puList li figure{}
  .pickup .puList li .btnPlan{
    width: 70%;
    max-width: 250px;
    height: 40px;
    margin: 20px auto;
    font-size: clamp(calc(14px * 0.7), calc(14vw / 3.75), 14px);/*15 / 14*/
  }
  .pickup .puList li .btnPlan::after{}
  .pickup .puList li a:hover .btnPlan{}
  .pickup .puList li .btnPlan:hover::after{}



  .pickup .btnOther{
    width: 90%;
    max-width: 290px;
    height: 50px;
  }
  .pickup .btnOther a{
    font-size: clamp(calc(14px * 0.7), calc(14vw / 3.75), 14px);/*15 / 14*/
  }
  .pickup .btnOther a::after{}
  .pickup .btnOther a:hover{}
  .pickup .btnOther a:hover::after{}
}


/*
cvWrap
---------------------------*/
.cvWrap {
  position: sticky;
  top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 30px);
  height: calc(100svh - (0.83vw + 4.1px) - (1.52vw + 56.8px));
  margin: 0 auto 200px auto;
  overflow: hidden;
  z-index: 29;
}
.cvWrap > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 15px) / 2);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.cvWrap > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #a0a0a0;
  mix-blend-mode: multiply;
}
.cvWrap > div > div {
  width: calc((450 / 577) * 100%);
  max-width: 450px;
  height: 450px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  z-index: 41;
}
.cvWrap > div > div > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.cvWrap .t01{
  padding-left: 0.05em;
  color: #fff;
  font-size: clamp(calc(23px * 0.7), calc(23vw / 9.76), 23px);/*23 / 21*/
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.cvWrap .t02{
  margin: 30px 0 0 0;
  padding-left: 0.2em;
  color: #fff;
  font-size: clamp(calc(30px * 0.7), calc(30vw / 9.76), 30px);
  line-height: 1.0;
  letter-spacing: 0.2em;
}
.cvWrap .btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin: 25px 0 0 0;
  padding-left: 0.05em;
  background: rgba(255,255,255,0.6);
  border-radius: 50%;
  font-size: clamp(calc(15px * 0.7), calc(15vw / 9.76), 15px);
  line-height: 1.0;
  letter-spacing: 0.05em;
}
.cvWrap .btn::before{
  content: "official site";
  margin: 0 0 10px 0;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(calc(15px * 0.7), calc(15vw / 9.76), 15px);
  line-height: 1.0;
}
.cvWrap .btn::after{
  content: "";
  display: block;
  width: 35px;
  height: 5px;
  margin-top: 10px;
  background: url("../images/common/ico_arr_bl.svg") no-repeat center center;
  background-size: cover;
  font-style: normal;
}

.cvWrap .pj01CV{
  background-image: url("../images/common/oiwake_cv_pc.jpg");
  transform: translateX(-50vw);
}
.cvWrap .pj01CV > div{
  background: rgba(150,185,207,0.8);
}
.cvWrap .pj01CV .btn::before{
  color: #96b9cf;
}
.cvWrap .pj02CV{
  background-image: url("../images/common/bc_cv_pc.jpg");
  transform: translateX(50vw);
}
.cvWrap .pj02CV > div{
  background: rgba(129,150,120,0.8);
}
.cvWrap .pj02CV .btn::before{
  color: #798d48;
}

/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /*縦向きのみの記述*/
  .cvWrap {
    top: calc(80px + 48px);
    height: 40vh;
    margin-bottom: 0;
  }
}
/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  /*横向きのみの記述*/
  .cvWrap {
    top: calc(80px + 48px);
  }
}


/*for SP*/
@media screen and (max-width: 767px) {
  .cvWrap {
    position: relative;
    top: auto;
    display: block;
    width: calc(100% - 30px);
    height: auto;
    margin-bottom: 0;
  }
  .cvWrap > div {
    width: 100%;
    height: 280px;
  }
  .cvWrap > div + div {
    margin-top: 15px;
  }
  .cvWrap > div::before {}
  .cvWrap > div > div {
    width: 85%;
    height: 80%;
  }
  .cvWrap > div > div > a {}

  .cvWrap .t01{
    font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*23 / 18*/
    line-height: 1.4;
  }
  .cvWrap .t02{
    margin: 10px 0 0 0;
    font-size: clamp(calc(24px * 0.7), calc(24vw / 3.75), 24px);
  }
  .cvWrap .btn{
    width: 100px;
    height: 100px;
    margin-top: 15px;
    font-size: clamp(calc(14px * 0.7), calc(14vw / 3.75), 14px);
  }
  .cvWrap .btn::before{
    font-size: clamp(calc(12px * 0.7), calc(12vw / 3.75), 12px);
  }
  .cvWrap .btn::after{}

  .cvWrap .pj01CV{
    transform: translateX(0);
  }
  .cvWrap .pj01CV > div{}
  .cvWrap .pj01CV .btn::before{}
  .cvWrap .pj02CV{
    transform: translateX(0);
  }
  .cvWrap .pj02CV > div{}
  .cvWrap .pj02CV .btn::before{}
}





