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

/*==============================
共通
==============================*/

#headWrap{
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  background-image: url(../img/headBack.jpg);
  background-position: center top;
  background-size: 1920px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1600px) {

  #headWrap{
    background-size: 1600px;
  }
}
@media screen and (max-width: 1400px) {

  #headWrap{
    background-size: 1400px;
  }
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {

  #headWrap{
    background-size: 1200px;
  }
}

@media screen and (max-width: 1000px) {

  #headWrap{
    height: 100vh;
    background-size: 1000px;
  }
}

@media screen and (max-width: 800px) {

  #headWrap{
    background-size: 1000px;
  }
}

@media screen and (max-width: 600px){
  #headWrap {
    background-size: 1400px;
  }
}

#headWrap h2{
  font-family: 'Crushed', cursive;  
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  z-index: 2;
  letter-spacing: 0;
  width: 80%;
  height: 150px;
  line-height: 100px;
  font-size: 150px;
  text-align: center;
  vertical-align: middle;
}


.titleBox h2{
  font-family: 'Crushed', cursive;
  font-size: 120px;
  line-height: 100px;
  letter-spacing: 0;
}

.titleBox hr{
  width: 50px;
  border-bottom: 5px solid #000;
  margin:10px 0;
}

.titleBox h3{
  font-size: 22px;
  letter-spacing: 2px;
}

/*==============================
メイン
==============================*/

#philsophyWrap{
  padding: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-image: url(../img/paperBack.jpg);
}


.borderLayer{
  position: absolute;
  background-color: #333;
}

.philsophyText h4{
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 2px;
}

.philsophyText p{
  margin-bottom: 15px;
}

.layerTop{
  height: 5px;
  top: 30px;
  left: 30px;
  right: 30px;
}

.layerRight{
  width: 5px;
  top: 30px;
  bottom: 30px;
  right: 30px;
}

.layerBottom{
  height: 5px;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.layerLeft{  
  width: 5px;
  top: 30px;
  bottom: 30px;
  left: 30px;
}

#sustainabilityWrap{
  background-image: url(../img/sasBack.jpg);
  background-position: center top;
  background-size: 1920px;
  background-repeat: no-repeat;
  padding: 100px 15px;
  text-align: center;
}

#sustainabilityWrap .titleBox{
  text-align: center;
  margin-bottom: 50px;
}

#sustainabilityWrap .titleBox h2,
#sustainabilityWrap .titleBox h3{
  color: #fff;
}

#sustainabilityWrap .titleBox hr{
  border-color: #fff;
  margin: 0 auto;
}

#sustainabilityWrap p{
  color: #fff;
}

#greetingWrap{
  background-image: url(../img/paperBack.jpg);
  padding: 150px 50px 100px;
  display: flex;
  justify-content: center;
  position: relative;
}

.greetinImg{
  width: 50%;
  max-width: 400px;
  background-image: url(../img/ceoImg.jpg);
  background-size: cover;
  background-position: top;
  position: relative;
  right: -25px;
  bottom: 25px;
  z-index: 2;
}

.greetingText{
  width: 50%;
  max-width: 800px;
  padding: 100px 50px;
  background-color: #555;
  position: relative;
  left: -25px;
  top: 25px;
  z-index: 3;
}

.greetingText h4,
.greetingText p,
.greetingText h5{
  color: #fff;
}

.greetingText h4{
  font-size: 22px;
  letter-spacing: 2px;text-align: center;
}

.greetingText p{
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.greetingText h5{
  font-size: 18px;
  letter-spacing: 2px;
  text-align: right;
}

.memberImg{
  width: 100%;
  vertical-align: bottom;
}

#companyWrap{
  padding: 100px 15px;
  background-image: url(../img/paperBack.jpg);
}

#companyWrap h2{
  text-align: center;
}

#companyWrap table{
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
}

#companyWrap > table > tbody > tr > th,
#companyWrap > table > tbody > tr > td{
  padding: 20px 10px;
  border-top: 1px solid #555;
}

#companyWrap > table > tbody > tr:last-of-type > th,
#companyWrap > table > tbody > tr:last-of-type > td{
  border-bottom: 1px solid #555;
}

#companyWrap table th{
  width: 20%;
}

#companyWrap table th p{
  font-weight: bold;
}

.histryList {
  text-align: center;
}

.histryList li {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
}

.histryList li p {
  display: inline-block;
  width: 180px;
  font-size: 16px;
}

.histryList li p:first-of-type {
    text-align: right;
    margin-right: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.histryList li span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #df1d1d;
    z-index: 2;
}

.histryList li span::after {
    content: "";
    display: block;
    top: 10px;
    left: 4px;
    position: absolute;
    width: 2px;
    height: 52px;
    background-color: #cccccc;
    z-index: 1;
}

.histryList li:last-of-type span::after{
  display: none;
}

.histryList li p:last-of-type {
  font-size: 14px;
  text-align: left;
  margin-left: 20px;
  letter-spacing: 0px;
  width: 320px;
}

#mapWrap{
  padding: 0 0px 100px;
  background-image: url(../img/paperBack.jpg);  
}

#mapWrap > div{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#mapWrap > div .mapBox{
  width: 50%;
  height: 350px;
}

.mapText{
  width: 50%;
  padding: 100px 20px;
}

.mapText h4{
  font-size: 22px;
  letter-spacing: 2px;
}

.mapText hr{
  margin: 20px 0;
}
/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1400px) {
  .titleBox h2{
    font-size: 80px;
  }
  .philsophyText p{
    letter-spacing: 0px;
  }
  
  #greetingWrap{
    padding: 150px 15px 100px;
  }
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
  #philsophyWrap{
    display: block;
  }
  
  #philsophyWrap .titleBox{
    margin-bottom: 30px;
  }
  
  .greetingText p{
    font-size: 15px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 1000px) {
  #greetingWrap{
    flex-wrap: wrap;
  }
  
  .greetinImg{
    width: 300px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    right: 0;
    left: 0;
    bottom: 20px;
  }
  
  .greetingText{
    width: 100%;
    max-width: 600px;
    position: static;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  #mapWrap > div{
    width: 100%;
    flex-wrap: wrap;
  }
  
  #mapWrap > div:nth-of-type(2n){
    flex-wrap: wrap-reverse;
  }
  
  #mapWrap > div .mapBox{
    width: 100%;
  }
  
  .mapText{
    width: 100%;
    padding: 50px;
  }
}

@media screen and (max-width: 600px){
  #headWrap h2{
    font-size: 80px;
  }
  
  .titleBox h2{
    font-size: 80px;
  }
  
  .greetingText{
    padding: 50px 20px;
  }

  .histryList li p{
    width: 100px;
  }
  .histryList li p:last-of-type {
    text-align: left;
    margin-left: 20px;
    letter-spacing: 1px;
    width: 200px;
  }
  .histryList li span::after {
    height: 90px;
  }
  
  #philsophyWrap{
    padding: 100px 50px;
  }
  
  .borderLayer {
    display: none;
  }
}

@media screen and (max-width: 414px){
}