@charset "utf-8";
/* CSS Document */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   　デフォルト   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

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:16px;
  letter-spacing:0.1em;
  font-feature-settings : "palt";
  -webkit-text-size-adjust: 100%;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;  color: #000;
}

.gothic_bold{
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
.gothic{
  font-family: YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.din_gothic_bold{
  font-family: din-2014,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.din_gothic{
  font-family: din-2014,sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}


::selection {
    background: #000;
    color: #FFF;
}

::-moz-selection {
    background: #000;
    color: #FFF;
}


h1, h2, h3, h4, h5,h6{
  font-weight: normal;
}

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

img,
figure img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1.0em;
}

.bold{
  font-weight: bold;
}

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

br.sp_br,#nav_sp,.sp_text{
  display: none;
}

.switch {
  visibility: hidden;
}




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


header{
  width: 100%;
  background:#FFF;
  padding:0 40px;
  box-sizing: border-box;
}

header.fixed{ 
  width: 100%;
  background:#FFF;
  position:fixed;
  top:0;
  left:0;
  z-index: 999;
}

header h1{
  width: 260px;
  padding:40px 0 35px;
  float: left;
  z-index: 9998;
}


header h1 a{
  transition: all 0.1s ease;
  display: block;
}
header h1 a:hover{
  transform: scale(0.995);
}



header nav{
  float:right;
  padding-top:60px;
}
header nav ul li{
  float: left;
}

header nav ul li a{
  font-size: 16px;
  line-height:16px;
  text-align: center;
}

header nav ul li a.active,
header nav ul li a:hover{
  color: #b02023;
}

header nav ul li a .link-text{
  position: relative;
}

header nav ul li a .link-text .inner{
  padding-bottom: 6px;
}

header nav ul li a .inner{
  overflow: hidden;
  position: relative;
}

header nav ul li a .inner .hover-main{
  transition: all ease 0.15s;
  transform: translate(0px,0px );
  opacity:1;
}
header nav ul li a:hover .inner .hover-main{
  transform: translate(0px, -110%);
  opacity:0;
}
header nav ul li a .inner .hover-sub{
  transition: all ease 0.15s;
  position: absolute;
  top: 110%;
  left: 0;
}
header nav ul li a:hover .inner .hover-sub{
  top:0%;
}

header nav ul li a .hover-line{
  position: absolute;
  bottom: 0;
  left: 0;
  height:2px;
  width: 100%;
  overflow: hidden;
}

header nav ul li a .hover-line span{
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height: 100%;
  background: #000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;

}

header nav ul li a:hover .hover-line span{
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height: 100%;
  background: #000;
  transform-origin: left top;
  transform: scale(1, 1);
}
header nav .contact{
  width: 150px;
  float: right;
  padding-top: 15px;
}

header nav .contact a{
  width:150px;
  font-size: 16px;
  line-height: 40px; 
  text-align: center;
  display: block;
  border:2px solid #000; 
  transition: all ease 0.2s;
  position: relative;
  box-sizing: border-box;
  color: #FFF;
}

header nav .contact a:hover{
  color: #000;

}

header nav .contact a span{
  width: 146px;
  height: 40px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
  z-index: -1
}

header nav .contact a:hover span{
  transform-origin: right top;
  transform: scale(0, 1);
}

#top #mv{
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  background: url(../images/top_mv.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

#top #mv h2{
  width:600px;
  position:absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#top #mv figure{
  width:100%;
  position:absolute;
  bottom:-2px;
  left:0;
}

#top .sec01{
  width:100%;
  position:relative;
}
#top .sec01 figure{
  width:500px;
  position:absolute;
  top: -280px;
  left: 50%;
  transform: translateX(-50%);
}
#top .sec01 .wrap{
  padding-top: 170px;
}
#top .sec01 .wrap h3{
  width: 686px;
  margin: 0 auto 75px;
}
#top .sec01 .wrap p{
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  padding-bottom: 80px;
}
#top .sec01 .wrap p br.sp_br{
  display: none;
}
#top .sec01 .wrap .btn{
  padding-bottom: 90px;
}
#top .sec01 .wrap .btn a{
  text-align: center;
  display: block;
  width: 280px;
  background: #b81c22;
  margin: 0 auto;
}
#top .sec01 .wrap .btn a span{
  font-size: 30px;
  line-height: 60px;
  color: #FFF;
}


#company .mv{
  width: 100%;
  height: 0;
  padding-bottom: 56.8%;
  background: url(../images/company_mv.svg) no-repeat center bottom;
  background-size: cover;
  position: relative;
}
#company .mv h2{
  color: #FFF;
  width: 292px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


#company .wrap{
  width:750px;
  padding: 50px 0;
  margin: 0 auto;
}
#company .wrap ul{
  margin-bottom:30px;
}
#company .wrap ul li dl{
  font-size: 0;
}
#company .wrap ul li dl dt{
  width: 142px;
  display: inline-block;
  border-bottom:2px solid #000;
  padding: 20px 0;
  line-height: 24px;
}

#company .wrap ul li dl dd{
  width: calc(100% - 142px);
  display: inline-block;
  border-bottom:1px solid #c9caca;
  padding: 20px 20px;
  box-sizing: border-box;
  overflow-wrap:  break-word;
  line-height: 24px;
}
#company .wrap ul li:first-child dl dt{
  border-top:2px solid #000;
  font-size: 18px;
}
#company .wrap ul li:first-child dl dd{
  border-top:1px solid #c9caca;
  font-size: 18px;
}
#company .wrap p,
#company .wrap p a{
  font-size: 18px;
}

#company .wrap p a{
  text-decoration: underline;
  text-underline-offset:5px;
  transition: all 0.2s ease;
}
#company .wrap p a:hover{
  color: #b02023;
}

#company .sec02{
  padding-bottom: 80px;
}


#company .sec02 .wrap h3{
  font-size: 24px;
  padding-bottom: 20px;
}

#company .sec02 .wrap p{
  font-size: 20px;
  line-height: 44px;
  padding-bottom: 10px;
}
#company .sec02 .wrap dl dt{
  font-size: 56px;
  letter-spacing: 0.02em;
  padding-bottom: 20px;
}
#company .sec02 .wrap dl dd a{
  font-size: 28px;
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
}
#company .sec02 .wrap dl dd a:hover{
  color: #b02023;
}



footer{
  width:100%;
  position: relative;
  z-index: 10;
  text-align: center;
}
footer small{
  text-align: center;
  color: #000;
  padding-bottom: 30px;
  font-size: 12px;
  display: block;
  letter-spacing: 0.05em;
}



