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



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

.titleBox{
  margin-bottom: 30px;
}
.titleBox h3{
  font-weight: bold;
  margin-bottom: 10px;
}

.titleBox hr{
  border: none;
  width: 40px;
  height: 3px;
  background-color: #292e3a;
  margin-bottom: 10px;
}
.titleBox h2{
  font-weight: bold;
}

#headWrap{
  position: relative;
  background-color: #fff;
  background-image: url("../img/headBack.jpg");
  background-size: cover;
  background-position: center center;
  border: 100px solid #fff;
  border-bottom: none;
  height: 400px;
}

#headWrap > .slider-pro{
  margin-right: 0;
}

#headWrap > h1{
  position: absolute;
  font-size: 28px;
  letter-spacing: 8px;
  font-weight: 500;
  top: 50px;
  left: -100px;
  padding: 15px;
  padding-left: 115px;
  z-index: 11;
  background-color: rgba(45,54,121,.5);
  color: #fff;
}

@media screen and (max-width: 1000px){
  #headWrap{
    border: none;
    height: 300px;
  }

  #headWrap > h1{
    top: 80px;
    left: 0px;
    padding-left: 30px;
  }
}

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

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


#aboutWrap{
  position: relative;
  width: 100%;
  display: flex;
  z-index: 2;
}

#aboutWrap > div{
  position: relative;
  width: 50%;
}

#companyWrap{
  text-align: center;
  padding: 100px 20px 0;
}

#companyWrap > h2{
  color: #2d3679;
  margin-bottom: 10px;
}

#companyWrap > h3{
  margin-bottom: 30px;
}

#companyWrap > table{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

#companyWrap > table > tbody > tr > th,
#companyWrap > table > tbody > tr > td{
  padding: 30px;
  text-align: left;
  border-top: 1px solid #ccc;
}

#companyWrap > table > tbody > tr > td td{
  padding: 5px;
  vertical-align: top;
  text-align: left;
}

.messageBox{
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  padding: 50px;
  border: 1px solid #ccc;
  z-index: 2;
  background-color: #fff;
}

.messageBox > h2{
  color: #2d3679;
  margin-bottom: 10px;
}

.messageBox > h3{
  margin-bottom: 30px;
}

#syazeWrap{
  position: relative;
  top: -100px;
  width: calc(100% - 200px);
  margin: 0 auto;
  padding: 200px 20px 100px;
  background-color: #edeef7;
  text-align: center;
}

#syazeWrap > h3{
  margin-bottom: 10px;
}

#syazeWrap > p{
  margin-bottom: 30px;
}

#syazeWrap > h4{
  display: inline-block;
  background-color: #2d3679;
  padding: 15px 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

#syazeWrap > h5{
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 25px;
  font-weight: 300;
}

#historyWrap{
  padding: 0 20px 100px;
}

#historyWrap > h2{
  color: #2d3679;
  margin-bottom: 10px;
  text-align: center;
}

#historyWrap > h3{
  margin-bottom: 30px;
  text-align: center;
}


.historyList{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.historyList li{
  display: flex;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 30px;
  margin-bottom: 10px;
}

.historyList li span{
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #2d3679;
  margin-right: 15px;
  margin-top: 7px;
}

.historyList li span::before{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  height: 250px;
  width: 2px;
  background-color: #2d3679;  
}

.historyList li:nth-last-of-type(2) span::before,
.historyList li:nth-last-of-type(3) span::before,
.historyList li:nth-last-of-type(4) span::before{
  display: none;
}
.historyList li:last-of-type span::before{
  top: auto;
  bottom: 4px;
}

.historyList li h4{
  width: 15%;
  font-weight: bold;
}

.historyList li p{
  width: 80%;
}

#mapWrap{
  padding: 0 20px 100px;
}

#mapWrap > h2{
  color: #2d3679;
  margin-bottom: 10px;
  text-align: center;
}

#mapWrap > h3{
  margin-bottom: 30px;
  text-align: center;
}

.mapBox{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.mapBox:first-of-type{
  margin-bottom: 50px;
}

.mapBox h4{
  width: 100%;
  text-align: left;
  font-weight: bold;
  color: #2d3679;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.mapBox iframe{
  width: 100%;
  height: 400px;
}
/*==============================
レスポンシブ
==============================*/

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

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

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

@media screen and (max-width: 1000px) {
  #syazeWrap{
    width: 100%;
  }
}

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

@media screen and (max-width: 600px){
  #companyWrap > table > tbody > tr > th, #companyWrap > table > tbody > tr > td{
    padding: 15px;
  }
  
  .messageBox{
    padding: 30px 20px;
  }
  
  .historyList li{
    padding: 20px;
  }
  
  .historyList li h4{
    width: 30%;
  }
  
  .historyList li p{
    width: 65%;
  }
}

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