@charset "UTF-8";


/*topWrap
--------------------------------- */
.topWrap{
	position: relative;
}
.pjContents{
	position: relative;
	background: #f6f4ee;
	z-index: 2;
}

/* for sp */
@media screen and (max-width: 767px) {
	.pjContents{}
  
}
/*mvWrap
--------------------------------- */

.mvWrap{
  position: relative;
  width: calc((310 / 1100) * 100%);
  margin: 0 auto;
  padding: 60px 0;
  z-index: 198;
  overflow: hidden;
}

.mvWrap p{
  margin: 10px 0 0 0;
  padding-left: 0.1em;
  font-size: clamp(calc(23px * 0.7), calc(23vw / 11.00), 23px);/*23 / 19*/
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.0;
}

/* for sp*/
@media screen and (max-width: 767px) {
  .mvWrap{
    width: 100%;
    padding: 20px 0;
  }
  .mvWrap img{
    width: 50%;
    margin: 0 auto;
  }
  .mvWrap p{
    font-size: clamp(calc(19px * 0.7), calc(19vw / 3.75), 19px);/*23 / 19*/
  }
}

.pjList{}
.pjList > div{
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

.pjList > div > section{
  width: calc((520 / 1080) * 100%);
  font-feature-settings: "palt";
  box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.pjList > div > section a{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.pjList > div > section a > div{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  /*height: 275px;*/
  padding: 40px 0 95px 0;
  text-align: center;
}
.pjList > div > section a > div p:nth-of-type(1){
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.1em;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 11.00), 18px);/*18 / 14*/
  letter-spacing: 0.2em;
  line-height: 1.0;
}
.pjList > div > section a > div p:nth-of-type(1) span{
  margin: 0 0 0 10px;
  font-size: calc((39 / 18) * 100%);
}
.pjList > div > section a > div p:nth-of-type(2){
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  max-width: 350px;
  height: 50px;
  margin: 20px 0 30px 0;
  padding: 0 0.5em;
  background: #fff;
  font-size: clamp(calc(23px * 0.7), calc(23vw / 11.00), 23px);/*23 / 20*/
  line-height: 1.0;
}
.pjList > div > section a > div p:nth-of-type(3){
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0;
  padding-left: 0.1em;
  font-size: clamp(calc(40px * 0.7), calc(40vw / 11.00), 40px);/*40 / 28*/
  letter-spacing: 0.1em;
  line-height: 1.0;
}
.pjList > div > section a > div p:nth-of-type(3) img{
  margin: 0 10px;
}
.pjList > div > section a > div p:nth-of-type(4){
  display: inline-flex;
  margin: 25px 0 0 0;
  padding: 25px 0 0 0;
  border-top: 1px solid #fff;
}



.pjList > div > section > figure{
  position: relative;
  width: 100%;
}
.pjList > div > section figure figcaption{
  position: absolute;
  bottom: 2px;
  font-size: 10px;
  line-height: 1.0;
}

.pjList > div > section a i{
  position: absolute;
  left: 50%;
  bottom: -75px;
  display: block;
  box-sizing: border-box;
  /*width: 150px;
  height: 150px;*/
  /*width: calc((150 / 520) * 100%);*/
  width: 150px;
  height: auto;
  aspect-ratio: 1;
  background: rgba(51,51,51,0.7) url("../img/cmn/ico_arrow02_wh.svg") no-repeat center 65%;
  border-radius: 50%;
  font-style: normal;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 11.00), 16px);/*16 / 15*/
  line-height: 1.0;
  transform: translate(-50%,0);
  transition: .3s;
}
.pjList > div > section a i span{
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  transform: translate(-50%,-150%);
}

/* for pc*/
@media screen and (min-width: 768px) {
  .pjList > div > section a:hover i{
    background-color: rgba(51,51,51,0.8);
    transform: translate(-50%,10px);
  }
}

.pjList > div > section.mvPJ02{
  background: #e5b050;
}
.pjList > div > section.mvPJ02 a > div p:nth-of-type(2) {
  color: #b27841;
}
.pjList > div > section.mvPJ02 figure figcaption{
  left: 2px;
  color: #222;
}
.pjList > div > section.mvPJ03{
  background: #6aa5cd;
}
.pjList > div > section.mvPJ03 a > div p:nth-of-type(2) {
  color: #6aa5cd;
}
.pjList > div > section.mvPJ03 figure figcaption{
  right: 2px;
}






/* for SP landscape*/
@media screen and (max-width:767px) and (orientation: landscape) {
}

/* for sp*/
@media screen and (max-width: 767px) {
  .pjList{}
  .pjList > div{
    flex-direction: column;
    justify-content: unset;
    gap: 30px 0;
  }

  .pjList > div > section{
    width: 100%;
  }
  .pjList > div > section a{}
  .pjList > div > section a > div{
    padding: 20px 0 65px 0;
  }
  .pjList > div > section a > div p:nth-of-type(1){
    font-size: clamp(calc(14px * 0.7), calc(14vw / 3.75), 14px);/*18 / 14*/
  }
  .pjList > div > section a > div p:nth-of-type(1) span{}
  .pjList > div > section a > div p:nth-of-type(2){
    height: 40px;
    margin: 15px 0 20px 0;
    font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*23 / 16*/
  }
  .pjList > div > section a > div p:nth-of-type(3){
    margin-top: 10px;
    font-size: clamp(calc(28px * 0.7), calc(28vw / 3.75), 28px);/*40 / 28*/
  }
  .pjList > div > section a > div p:nth-of-type(3) img{
    margin: 0 10px;
  }
  .pjList > div > section a > div p:nth-of-type(4){
    width: 80%;
    margin: 20px auto 0 auto;
    padding-top: 20px;
  }



  .pjList > div > section > figure{}
  .pjList > div > section figure figcaption{}

  .pjList > div > section a i{
    bottom: -45px;
    width: 90px;
    height: auto;
    aspect-ratio: 1;
    background-position: center 75%;
    font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);/*16 / 13*/
  }
  .pjList > div > section a i span{
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 70%;
    transform: translate(-50%,-150%);
  }

  .pjList > div > section a:active i{
    background-color: rgba(51,51,51,0.8);
    transform: translate(-50%,10px);
  }


  .pjList > div > section.mvPJ02{
    background: #e5b050;
  }
  .pjList > div > section.mvPJ02 a > div p:nth-of-type(2) {
    color: #b27841;
  }
  .pjList > div > section.mvPJ02 figure figcaption{
    left: 2px;
    color: #222;
  }
  .pjList > div > section.mvPJ03{
    background: #6aa5cd;
  }
  .pjList > div > section.mvPJ03 a > div p:nth-of-type(2) {
    color: #6aa5cd;
  }
  .pjList > div > section.mvPJ03 figure figcaption{
    right: 2px;
  }

}


/* 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: 1024px) and (max-device-width: 1366px) and (orientation:landscape) {
/*横向きのみの記述*/  
}
