@charset "utf-8";
/* CSS Document */

/*●●●●●●●●●●●●●●●●●●●●　共通　●●●●●●●●●●●●●●●●●●●●*/

html {
    font-size: 62.5%;/* 10px */
}

body {
    font-family: YuGothic,'Yu Gothic','メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    line-height: 1.6;
    font-size: 1.3rem;
    font-weight: 500;
    color: #000;
}

.mincho {
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}
.main_visual {
  width: 100%;
  height: 50vh;
  background: url("../img/car.png"),url(../img/bg.jpg);
  background-position: right 0 bottom 0,center center;
  background-repeat: no-repeat;
  background-size:300px, cover;
  padding: 100px 30px;
  color: #fff;
  font-weight: bold;
  position: relative;  
}

.main_visual h1 {
  font-size: 7vw;
  line-height: 1.4;
  
}
.main_visual h1 span {
  display: block;
}
.main_visual p {
  position: absolute;
  left: 30px;
  bottom: 100px;
  font-size: 4.5vw;
}

.company {
  padding: 50px 30px;
}
.company h2 {
  color: #042552;
  font-size: 30px;
}
.company dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.company dl dt {
  font-weight: bold;
  width: 100px;
  padding: 10px;
  background-color: rgba(4,37,82,0.2);
  color: #042552;
  text-align:center;
  margin-bottom: 1px;
}
.company dl dd {
  width: calc(100% - 100px);
  background-color: rgba(4,37,82,0.1);
  margin-bottom: 1px;
  padding: 10px;
 }
.company figure {
  margin: 19px 0 57px;
  position: relative;
}
.company figure img.text{
  width: 35%;
  position: absolute;
  bottom:-60px;
  right: 0;
}
footer {
  padding: 50px 0;
  background: url("../img/footer_bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

footer p {
    font-size: 20px;
}
footer p span {
  display: block;
}
footer ul {
  margin-top: 20px;
}

footer ul li {
  margin-top: 5px;
}
footer ul li a {
  color: #fff;
}
.copy {
  padding: 50px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}




/*●●●●●●●●●●●●●●●●●●●●　SP　●●●●●●●●●●●●●●●●●●●●*/

/*----------header----------*/


/*●●●●●●●●●●●●●●●●●●●●　TB　●●●●●●●●●●●●●●●●●●●●*/

@media (min-width:768px) {
.main_visual {
  height: 80vh;
  background-size:600px, cover;
}
}
	
/*●●●●●●●●●●●●●●●●●●●●　PC　●●●●●●●●●●●●●●●●●●●●*/
@media (min-width:1100px) {
  .main_visual{
  padding: 100px 30px;
  background-size:800px, cover;
}

.main_visual h1 {
  font-size: 90px;
  padding: 0 30px;
  max-width: 1500px;
  margin: auto;
  }
  
.main_visual p {
  font-size: 60px;
  padding: 0 30px;
  max-width: 1500px;
  margin: 105px auto 0;
  position: static;
}
.company {
  max-width: 1500px;
  padding: 100px 30px;
  margin: auto;
}
  .company dl {
    width: 45%;
    float: left;
    font-size: 18px;
  }
  .company dl dt{
padding: 20px;
    width: 150px;
  }
  .company dl dd{
padding: 20px;
        width: calc(100% - 150px);
  }
    .company figure {
    width: 50%;
    float: right;
    margin-top: 10px;
  }
.company figure img.text {
    width: 55%;
    bottom: -10px;
    left: -100%;
}
  footer {
    clear: both;
  padding: 100px 30px;
  }
  footer p {
    font-size: 25px;
    width: 20%;
    float: left;
    margin-left: 30%;
  }
  footer ul {
    margin-top: 0;
    font-size: 20px;
      width: 30%;
    float: left;
    margin-right: 20%;
  }
}