/* 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;
}

section{
  padding-top: 150px;
}

.br_sp{
  display: none;
}

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

.mv{
  width: 100%;
  height: 100vh;
  background:url(../images/mv.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.mv h1{
  width: 110px;
  position: absolute;
  top: 60px;
  left: 80px;
}
.mv nav{
  width:360px;
  position: absolute;
  top: 60px;
  right: 80px;
}
.mv nav ul{
  font-size: 0;
}
.mv nav ul li{
  display: inline-block;
  margin-right: 50px;
}
.mv nav ul li a{
  font-size: 20px;
  padding: 9px 0;
  display: block;
}
.mv nav ul li:nth-child(3){
  width: 40px;
  margin-right: 0;
}
.mv nav ul li:nth-child(3) a{
  padding: 0;
}

.sec01 .wrap{
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

.sec01 .wrap h2{
  font-size:40px;
  position: absolute;
  top: -5px;
  left: 0;
}
.sec01 .wrap .txt{
  margin-left:250px;
  border-bottom: 1px solid #DDD;
}
.sec01 .wrap .txt p{
  padding: 25px 20px;
  border-top: 1px solid #DDD;
  font-size: 16px;
  letter-spacing: 0.15em;
}

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

.sec01 .wrap ul li{
  width:505px;
  display: inline-block;
}
.sec01 .wrap ul li:first-child{
  margin-right: 90px;
}
.sec01 .wrap ul li a{
  display: block;
  border-radius: 60px;
  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: 150px;
}


.sec02 .wrap{
  width: 1100px;
  height: 650px;
  margin: 0 auto;
  position: relative;
  border: 10px solid #000;
  border-radius:30px;
  overflow: hidden;
}
.sec02 .wrap iframe{
  width:100%;
  height: 100%;
}

.sec02 .wrap figure{
  background: #000;
  width: 190px;
  height: 240px;
  padding: 35px;
  position: absolute;
  top: 45%;
  right: 0;
  transform: translateY(-135px);
  z-index: 9999;
}

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

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

footer{
  text-align:right;
  position: relative; 
}

footer small{
  font-size: 12px;
  letter-spacing: 0.12em;
  transform: rotate(90deg);
  position: absolute;
  bottom:80px;
  right: -35px;
  display: block;
}
