/* CSS Document */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   　デフォルト   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@font-face {
  font-family: "plase_font";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/plase_font.woff2") format("woff2"),
       url("../font/plase_font.woff") format("woff");
}
.PlaseFontClass{
  font-family: "plase_font";
  color: #000;
}


html, body, div, span, iframe,article,figure,
p, a, img, small, dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5,h6{
  border: 0;
  margin: 0;
  padding: 0;
  font-size:14px;
  font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;

  font-style: normal;
  letter-spacing: 0.05em;
  color: #000;
  font-feature-settings: "palt";
  vertical-align: top;
}



h1, h2, h3, h4, h5,h6{
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body {
  background: #FFF;
}

html,body {
  line-height: 1;
  width: 100%;
  height: 100vh;
  position: relative;
}
ol, ul {
  list-style: none;
}
a{
  outline:none;
  text-decoration:none;
  cursor: pointer;
  }
a img {
  border: none;
  border-style:none;
}

img{
  width: 100%;
  height: auto;
}

li{
  list-style:none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
section:nth-child(1){
  padding-top:0;
}


.br_sp{
  display: none;
}

/*■■■■■■■■　common　■■■■■■■■*/

.mv{
  width: 100%;
  height: 62vh;
  background:url(../images/mv_sp.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
}
.mv h1{
  width: 90px;
  position: absolute;
  top:30px;
  left:30px;
}
.mv nav{
  position: absolute;
  top: 30px;
  right:30px;
}
.mv nav ul{
  font-size: 0;
}
.mv nav ul li{
}
.mv nav ul li a{
  font-size:16px;
  padding: 9px 0;
  display: block;
}

.mv nav ul li:nth-child(1),
.mv nav ul li:nth-child(2){
  display: none;
}

.mv nav ul li:nth-child(3){
  width:35px;
  margin-right: 0;
}
.mv nav ul li:nth-child(3) a{
  padding: 0;
}


.sec01{
  padding-top:50px;
}

.sec01 .wrap{
  width: 85%;
  margin: 0 auto;
  position: relative;
}

.sec01 .wrap h2{
  font-size:40px;
  margin-bottom:15px;
}
.sec01 .wrap .txt{
  border-bottom: 1px solid #DDD;
}
.sec01 .wrap .txt p{
  padding: 20px 10px;
  border-top: 1px solid #DDD;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.sec01 .wrap ul{
  width: 100%;
  margin: 70px auto;
  font-size:0;
}

.sec01 .wrap ul li{
  width:100%;
}
.sec01 .wrap ul li:first-child{
  margin-bottom: 20px;
}
.sec01 .wrap ul li a{
  display: block;
  border-radius:40px;
  overflow: hidden;
  position: relative;
  transition: all ease-out 1s;
}
.sec01 .wrap ul li:nth-child(1) a{
  height: 0;
  padding-bottom: 68.3%;
  background: url(../images/sub_nab02.jpg) no-repeat center;
  background-size:cover;
}
.sec01 .wrap ul li:nth-child(2) a{
  height: 0;
  padding-bottom: 68.3%;
  background: url(../images/sub_nab01.jpg) no-repeat center;
  background-size:cover;
}
.sec01 .wrap ul li a:hover{
  background-size: 105%;
}
.sec01 .wrap ul li a h3{
  font-size:26px;
  position: absolute;
  top:30px;
  left:40px;
}
.sec01 .wrap ul li a p{
  width: 100%;
  font-size:16px;
  position: absolute;
  bottom:30px;
  left:0;
  text-align: center;
  color: #FFF;
}

.sec02{
  padding-bottom:30px;
}


.sec02 .wrap{
  width: 100%;
  margin: 0 auto;
  position: relative;
  border: 10px solid #000;
  box-sizing: border-box;

}
.sec02 .wrap iframe{
  width:100%;
  height: 350px;
}

.sec02 .wrap figure{
  background: #000;
  width: 100%;
  padding: 35px;
  box-sizing: border-box;
  display: block;
}

.sec02 .wrap figure h3,
.sec02 .wrap figure p,
.sec02 .wrap figure a{
  color: #FFF;
}

.sec02 .wrap figure h3{
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}
.sec02 .wrap figure p{
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  margin-bottom:30px;
}
.sec02 .wrap figure a{
  width:100%;
  display: block;
  background: #FFF;
  color: #000;
  font-size:18px;
  line-height: 46px;
  border-radius: 25px;
  text-align: center;
}

footer{
  text-align:center;
  padding: 20px;
  position: relative; 
}

footer small{
  font-size: 12px;
  letter-spacing: 0.12em;
  display: block;
}
