@charset "UTF-8";

/*for PC*/
@media screen and (min-width: 768px) {
  .ttlEn.-type02{
    /*font-size: clamp(calc(150px * 0.6), calc(100vw / 9.76), 150px);*//*150 / 45*/
  }
}


.fpTtl{
  display: flex;
  align-items: center;
  height: 40px;
  margin: 0 0 30px 0;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 9.76), 16px);/*16 / 15*/
  line-height: 1.0;
  letter-spacing: 0.1em;
}
.fpTtl span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7em;
  height: 100%;
  margin: 0 10px 0 0;
  padding-left: 0.1em;
  background: #484641;
  color: #fff;
  text-align: center;
}

/*for SP*/
@media screen and (max-width: 767px) {
  .fpTtl{
    height: 36px;
    margin-bottom: 20px;
    font-size: clamp(calc(15px * 0.7), calc(15vw / 3.75), 15px);/*16 / 15*/
    letter-spacing: 0.05em;
  }
  .fpTtl span{
    margin-right: 5px;
    padding-left: 0.05em;
  }

}


/*
intro
---------------------------*/
.intro{
  position: relative;
  z-index: 10;
}
.lp{
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 24px 0 0 0;
}
.lp figure{
  margin: 0 auto;
  border: 1px solid #5a5a5a;
}
.lp .batch{
  position: absolute;
  left: -34px;
  top: 0;
  width: 150px;
}
.lp .leg{
  position: absolute;
  right: 15px;
  bottom: 15px;
  text-align: left;
}
.lp .leg li{
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
  font-size: clamp(calc(13px * 0.7), calc(13vw / 9.76), 13px);/*13 / 10*/
  line-height: 1.0;
}
.lp .leg li::before{
  content: "";
  display: inline-block;
  width: 50px;
  height: 15px;
  margin: 0 10px 0 0;
}
.lp .leg li:nth-of-type(1)::before{
  background: #4d8eaf;
}
.lp .leg li:nth-of-type(2)::before{
  background: #e6cd59;
}
/*for SP*/
@media screen and (max-width: 767px) {
  .lp{
    max-width: initial;
    padding-top: 15px;
  }
  .lp figure{}
  .lp .batch{
    position: absolute;
    left: -10px;
    top: 0;
    width: 80px;
  }
  .lp .leg{
    right: 5px;
    bottom: 5px;
  }
  .lp .leg li{
    margin-top: 5px;
    font-size: clamp(calc(10px * 0.7), calc(10vw / 9.76), 10px);/*13 / 10*/
  }
  .lp .leg li::before{
    width: 20px;
    height: 10px;
    margin-right: 5px;
  }
}




/*
bgWrap
---------------------------*/
.bgWrap01{
  position: relative;
  padding: 0 0 170px 0;
  z-index: 5;
  overflow-y: visible;
}
.bgWrap01::before{
  content: "";
  position: absolute;
  left: 0;
  top: -310px;
  display: block;
  width: 100%;
  height: calc(100% + 310px);
  background: #f1f3f1;
  z-index: 5;
}

.bgWrap02{
  padding: 100px 0 130px 0;
  background: #484641;
  color: #fff;
}

/*for SP*/
@media screen and (max-width: 767px) {
  .bgWrap01{
    padding-bottom: 60px;
  }
  .bgWrap01::before{
    top: -230px;
    height: calc(100% + 230px);
  }
  
  .bgWrap02{
    padding: 40px 0 50px 0;
  }
}


.bgWrap01 > *{
  position: relative;
  z-index: 10;
}

/*
photoArea
---------------------------*/
.photoArea{
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.photoList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photoList li{
  width: calc((400 / 850) * 100%);
  padding: 30px 0 0 0;
  border-top: 4px solid #202124;
  text-align: center;
}
.photoList li:nth-of-type(n+3){
  margin: 80px 0 0 0;
}
.photoList li .pNum{
  font-size: clamp(calc(30px * 0.7), calc(30vw / 9.76), 30px);/*30 / 23*/
  line-height: 1.0;
}
.photoList li .pNum::before{
  content: "No.";
  font-size: calc((20 / 30) * 100%);
}
.photoList li .pCopy{
  margin: 20px 0 0 0;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 9.76), 16px);/*16 / 15*/
}
.photoList li figure{
  position: relative;
  margin: 20px 0 0 0;
}

/*order*/
.order{}
.order table{
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  text-align: center;
}
.order table th,
.order table td{
  border-bottom: 1px solid #f1f3f1;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 9.76), 18px);/*18 / 16*/
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.0;
}
.order table th{
  padding: 15px 0;
  background: #484641;
  color: #fff;
  font-weight: 400;
}
.order table th:nth-of-type(1){
  width: 25%;
}
.order table th p{
  padding: 15px 0;
}
.order table th + th p{
  border-left: 1px solid #fff;
}
.order table td{
  position: relative;
  padding: 20px 0;
}
.order table td:nth-of-type(3) span{
  font-size: calc((23 / 18) * 100%);
}

/*.order table tr:nth-of-type(2n+1) td{
  background: #f1f1f1;
}*/

.order table td.shodan{}
.order table td.shodan::before{
  content: "商談中";
  position: absolute;
  left: 10px;
  top: 50%;
  display: block;
  width: 4em;
  padding: 5px 0;
  background: #3385bc;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.0;
  letter-spacing: normal;
  transform: translate(0,-50%);
}

/*for SP*/
@media screen and (max-width: 767px) {
  .photoArea{
    max-width: initial;
  }

  .photoList{
    display: block;
  }
  .photoList li{
    width: 100%;
    padding-top: 20px;
  }
  .photoList li + li,
  .photoList li:nth-of-type(n+3){
    margin-top: 30px;
  }
  .photoList li .pNum{
    font-size: clamp(calc(23px * 0.7), calc(23vw / 3.75), 23px);/*30 / 23*/
  }
  .photoList li .pNum::before{}
  .photoList li .pCopy{
    margin-top: 15px;
    font-size: clamp(calc(15px * 0.7), calc(15vw / 3.75), 15px);/*16 / 15*/
  }
  .photoList li figure{    
    margin-top: 15px;
  }
  
  /*order*/
  .order{}
  .order table{
    width: 100%;
  }
  .order table th,
  .order table td{
    font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*18 / 16*/
    letter-spacing: normal;
  }
  .order table th{
    padding: 5px;
  }
  .order table th:nth-of-type(1){
    width: 20%;
  }
  .order table th p{
    padding: 5px;
  }
  .order table th + th p{}
  .order table td{
    padding: 10px 0;
  }

  .order table tr:nth-of-type(2n+1) td{}
  
  .order table td.shodan{
    padding: 18px 0 2px 0;
  }
  .order table td.shodan::before{
    left: 50%;
    top: 4px;
    padding: 3px 0;
    font-size: 10px;
    transform: translate(-50%,0);
  }
}


/*
cvBnrWrap
---------------------------*/
.cvBnr{
  text-align: center;
}

.cvBnr .cvCopy{
  padding-left: 0.1em;
  font-size: clamp(calc(35px * 0.7), calc(35vw / 9.76), 35px);/*35 / 26*/
  letter-spacing: 0.1em;
  font-weight: 400;
}
.cvBnr .cvCopy + p{
  margin: 40px 0 0 0;
}

.cvBtns {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0;
}
.cvBtns .btn {
  width: calc((470 / 976) *100%);
  filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.3));
}
.cvBtns .btn a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  padding-left: 0.1em;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 9.76), 18px);/*20 / 16*/
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.cvBtns .btn a::after{
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 27px;
  height: 7px;
  background-image: url("../images/common/ico_arr_wh01.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  transform: translate(0,-50%);
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .cvBtns .btn a:hover{
    text-decoration: none;
  }
  .cvBtns .btn a:hover::after{
    right: 15px;
  }
}
.cvBtns .btn.res a{
  background: #758773;
}
.cvBtns .btn.req a{
  background: #333333;
}

.cvBnr .bnr{}


@media screen and (max-width: 767px) {
  .cvBnr .cvCopy{
    padding-left: 0;
    font-size: clamp(calc(24px * 0.7), calc(24vw / 3.75), 24px);/*35 / 26*/
    letter-spacing: 0;
  }
  .cvBnr .cvCopy + p{
    margin-top: 20px;
  }

  .cvBtns {
    display: block;
    width: auto;
  }
  .cvBtns .btn {
    width: 100%;
  }
  .cvBtns .btn + .btn {
    margin: 10px 0 0 0;
  }
  .cvBtns .btn a{
    height: 70px;
    font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*18 / 16*/
  }
  .cvBtns .btn a::after{}
  .cvBtns .btn a:active{}
  .cvBtns .btn a:active::after{
    right: 15px;
  }
}


/*
lineUp
---------------------------*/
.lineUp{
  text-align: center;
}
.lineUp ul{
  display: flex;
  justify-content: space-between;
}
.lineUp ul li {
  width: calc((460 / 976) * 100%);
  padding: 100px 10px;
  background: #bbb;
  color: #fff;
}
.lineUp ul li p:nth-of-type(1) {
  font-size: clamp(calc(30px * 0.7), calc(30vw / 9.76), 30px);/*30 / 20*/
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.lineUp ul li p:nth-of-type(1) strong {
  font-size: calc((45 / 30) * 100%);
  font-weight: normal;
  letter-spacing: 0.05em;
}

.lineUp ul li p:nth-of-type(2) {
  margin: 5px 0 0 0;
  color: #817d75;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 9.76), 16px);/*16 / 15*/
  line-height: 1.0;
}
.lineUp ul li p:nth-of-type(3) {
  margin: 30px 0 0 0;
  line-height: 2.0;
}

@media screen and (max-width: 767px) {
  .lineUp{}
  .lineUp ul{
    display: block;
  }
  .lineUp ul li {
    width: 100%;
    padding: 20px 0;
  }
  .lineUp ul li + li {
    margin-top: 10px;
  }
  .lineUp ul li p:nth-of-type(1) {
    font-size: clamp(calc(20px * 0.7), calc(20vw / 3.75), 20px);/*30 / 20*/
  }
  .lineUp ul li p:nth-of-type(1) strong {}

  .lineUp ul li p:nth-of-type(2) {
    font-size: clamp(calc(15px * 0.7), calc(15vw / 3.75), 15px);/*16 / 15*/
  }
  .lineUp ul li p:nth-of-type(3) {
    margin-top: 15px;
    font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);
    letter-spacing: 0;
    line-height: 1.8;
  }
}


/*
gallery
---------------------------*/
.gallery{}
.gallery .ttlEn + p{
  padding-left: 0.4em;
  letter-spacing: 0.4em;
}

@media screen and (max-width: 768px) {
  .gallery{}
  .gallery .ttlEn + p{
    padding-left: 0.2em;
    letter-spacing: 0.2em;
  }
}
/* galSlide
========================================== */

.galSlide {
  margin: 100px 0 0 0;
  text-align: center; 
}
.galSlide .swiper {
  padding: 0 0 60px 0; 
}
.galSlide .swiper-pagination {
  bottom: 0; 
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  margin: 0 7px;
  background: #fff;
  opacity: 1;
}

.galSlide .swiper-pagination span.swiper-pagination-bullet-active {
  background: #758773; 
}
.galSlide .cntrl {
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.5);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%; 
}
.galSlide .cntrl::after {
  content: none; 
}
.galSlide .cntrl.swiper-button-prev {
  left: calc(50% - 420px - 60px);
  top: calc(50% - 30px);
  background-image: url("../images/freeplan/btn_prev.svg"); 
}
.galSlide .cntrl.swiper-button-next {
  left: calc(50% + 420px);
  right: auto;
  top: calc(50% - 30px);
  background-image: url("../images/freeplan/btn_next.svg"); 
}
.galSlide figcaption {
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 100%;
  padding: 0 5px;
  font-size: clamp(calc(13px * 0.7), calc(13vw / 9.76), 13px);
  line-height: 1.0;
  text-align: right;
  text-shadow: unset;
  transform: translate(-50%,0);
}

/*高さ揃える*/
.swiper-slide {
  height: auto;
}

/*
.swiper-slide figure{
  height: 100%;
}
.swiper-slide figure img{
  max-width: 100%;
}
*/


@media screen and (max-width: 768px) {
  .galSlide {
    margin: 60px 0 0 0; 
  }
  .galSlide .swiper {
    padding: 0 0 30px 0; 
  }
  .galSlide .cntrl {
    width: 30px;
    height: 30px; 
  }
  .galSlide .cntrl.swiper-button-prev {
    left: 10px; 
  }
  .galSlide .cntrl.swiper-button-next {
    left: auto;
    right: 10px; 
  }
  .galSlide figcaption {
    position: static;
    width: 100% !important;
    margin-top: 10px;
    font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px); 
    text-align: center;
    transform: none;
  }

}
