@charset "utf-8";

/*=====================
  concept
=====================*/

/*  contentWrap
=====================*/

.page_ttl {
  font-size: 34px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
/*  border-top:8px solid #3B564C;*/
  /* background: #3B564C; */
  background: url("../img/mv.jpg") center center no-repeat;
  background-size: cover;
  /* padding: 3.0em 0 6.0em; */
  padding: 28% 0 30.7%;
  text-align: center;
  position: relative;
}
.page_ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #3B564C;
}
.page_ttl .p1 {
  width:30%;
  /* font-family: 'Arial', 'メイリオ', serif;
  font-size: 0.53em; */
  font-family: 'Cinzel', serif !important;
  font-size: 1.5em;
  letter-spacing: 2px;
  line-height: 0.6;
  transform: rotate(0.28deg);
  color: #3b564c;
  text-shadow: 0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF;
  border-bottom:1px solid #3b564c;

  margin: 0 auto;
}
.page_ttl .p_cap {
  font-size: 0.53em;
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #fff;

  position:absolute;
  bottom:5px;
  right:5px;
}


/* common */
.f-70{font-size: 70%;}
.f-120{font-size: 120%;}
.f-130{font-size: 130%;}
.f-150{font-size: 150%;}
.f-200{font-size: 200%;}
.f-220{font-size: 220%;}
.f-250{font-size: 250%;}
.f-280{font-size: 280%;}

.space { height:1.8em; }

.caption {
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  margin-top: 5px;
  text-align: right;
}

.ttl {
  width:600px;
  border-bottom:1px solid #3B564C;
  padding: 50px 0 15px;
  margin: 0 auto 30px;
  text-align: center;
}
.ttl img {
  max-height:25px;
}


.column_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column_2 li {
  width:48.5%;
  margin-bottom: 20px;
}

.column_3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column_3 li {
  width: calc((100% - 6%) / 3);
  margin-bottom: 20px;
}


/* kobetsu */
.concept_Wrap {
  padding: 10% 0;
  background: #3b554b;
  color:#FFF;
}

.lead_Area {
  padding: 0 0 10%;
  text-align:center;
}
.lead_Area p.lead_ttl {
  max-width: 135px;
  width:90%;
  margin: 0 auto 11%;
}
.lead_Area p {
  color:#FFF;
  font-size: clamp( 13px, calc( 7.666666666666667px + 0.6944444444444444vw ), 16px );
  line-height: 2.5;
  letter-spacing: 0.12em;
}


.concept_List {

}
.concept_List li {
  border:1px solid #FFF;
}
.concept_List li .box {

  padding: 10px 20px;
  text-align: center;
}
.concept_List li .box h3 {
  font-size: clamp( 16px, calc( 8.88888888888889px + 0.9259259259259258vw ), 20px );
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, transparent, #FFF, transparent) 0 0 1 0;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.concept_List li .box p {
  font-size: clamp( 12px, calc( 8.444444444444445px + 0.4629629629629629vw ), 14px );
}
.concept_List li .box figure {
    position: relative;
  margin-top: 10px;
}
/* .concept_List li:nth-child(3) .box figure::after {
  content: "アタリ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #000;
  font-size: 14px;
  background: #fff;
  padding: 0 1em;
} */



.captionArea {
    padding: 20px 0 100px;
}



/*-----------------------------
調整
-----------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1400px) {



}

/*-----------------------------
tab横のみ
-----------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {


}


/*-----------------------------
tab
-----------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px)  {



}

@media only screen and (min-width: 768px) and (max-width: 900px)  {


}


/*=============================
spから
=============================*/
@media only screen and (max-width: 767px) {

  .page_ttl {
    font-size: 25px;
    /* padding: 2.5em 0 4.0em; */
    padding: 20% 0 35%;
    background: url("../img/mv.jpg") center center no-repeat;
    background-size: cover;
  }
  .page_ttl .p1 {
    width:45%;
    font-size: 1.2em;
    letter-spacing: 2px;
  }


  /* common */

  .space { height:0em; }

  .caption {
    font-size: 11px;
    line-height: 1.1;
    letter-spacing: 0.06em;
    margin-top: 5px;
  }

  .ttl {
    width:94%;
    padding: 30px 0 15px;
    margin: 0 auto 20px;
  }
  .ttl img {
    max-height:20px;
  }


  .column_2 {
  }
  .column_2 li {
    width:100%;
    margin-bottom: 20px;
  }

  .column_3 {
  }
  .column_3 li {
    width:100%;
    margin-bottom: 20px;
  }


  /* kobetsu */
  /* .lead_Area {
    padding: 1em 0 0;
    text-align:center;
  }
  .lead_Area p {
    font-size: 13px;
  }
  .lead_Area p.lead_ttl {
    font-size: 120%;
    letter-spacing: 0.4em;
  } */

  /* kobetsu */
  .concept_Wrap {
    padding: 15% 0;
  }

  .lead_Area {
    padding: 0 0 10%;
    text-align:center;
  }
  .lead_Area p.lead_ttl {
    max-width: 100%;
    width:18%;
    margin: 0 auto 15%;
  }
  .lead_Area p {
  }


  .concept_List li {
  }
  .concept_List li .box {

    padding: 10px 20px;
    text-align: center;
  }
  .concept_List li .box h3 {
    font-size: clamp( 16px, calc( 8.88888888888889px + 0.9259259259259258vw ), 20px );
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, transparent, #FFF, transparent) 0 0 1 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .concept_List li .box p {
    font-size: clamp( 12px, calc( 8.444444444444445px + 0.4629629629629629vw ), 14px );
  }
  .concept_List li .box figure {
    margin-top: 10px;
  }

  .captionArea {
      padding: 20px 0 100px;
  }











}
