@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;
  -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;
}


.switch {
  visibility: hidden;
}

.br_none{
  display: none;
}

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


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

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

header h1{
  width: 150px;
  padding:15px 0;
  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{
  display: none;
}
#top #mv{
  width: 100%;
  height: 45vh;
  background: url(../images/top_mv_sp.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

#top #mv h2{
  width:240px;
  position:absolute;
  top: 20%;
  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:220px;
  position:absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
#top .sec01 .wrap{
  padding-top:105px;
}
#top .sec01 .wrap h3{
  width: 232px;
  margin: 0 auto 25px;
}
#top .sec01 .wrap p{
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  padding-bottom:30px;
}
#top .sec01 .wrap .btn{
  padding-bottom:20px;
}
#top .sec01 .wrap .btn a{
  display: block;
  width: 100%;
  background: #b81c22 url(../images/btn_arrow.png) no-repeat right 20px center;
  background-size: 10px;
  margin: 0 auto;
}
#top .sec01 .wrap .btn a span{
  font-size:18px;
  line-height:48px;
  color: #FFF;
  text-align: left;
  padding-left: 20px;
  font-weight:600;
}


#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: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


#company .wrap{
  width:80%;
  margin: 0 auto;
}

#company .sec01 .wrap{
  width:80%;
  padding: 50px 0 60px;
  margin: 0 auto;
}

#company .wrap ul{
  margin-bottom:20px;
}
#company .wrap ul li dl{
  font-size: 0;
  vertical-align: top;
  display: flex;
}
#company .wrap ul li dl dt{
  width: 100px;
  flex-wrap:wrap;
  border-bottom:2px solid #000;
  padding: 15px 0;
  font-size: 13px;
  line-height: 18px;
}

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

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

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


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

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


#initiatives .wrap{
  width:80%;
  margin: 0 auto;
  padding: 50px 0 60px;
}
#initiatives .wrap h3{
  font-size:26px;
  margin-bottom:30px;
}
#initiatives .wrap p{
  font-size: 16px;
  line-height: 26px;
  margin-bottom:30px;
  text-align: justify;
}

#initiatives .wrap ul.number{
  margin-bottom:30px;
}
#initiatives .wrap ul.number li{
  font-size: 16px;
  line-height: 26px;
  list-style: decimal;
  margin-left:18px;
  letter-spacing: 0;
}
#initiatives .wrap ul.circle li{
  font-size: 16px;
  line-height: 26px;
  list-style: disc;
  margin-left: 20px;
}


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



