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



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

.titleBox{
  text-align: center;
  margin-bottom: 30px;
}

.titleBox h3{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #ffe824;
}

.titleBox hr{
  display: block;
  width: 50px;
  margin: 15px auto;
  height: 2px;
  border: none;
  background-color: #fff;
}

.titleBox h2{
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 600px){
  .titleBox h3{
    font-size: 18px;
    letter-spacing: 2px;
  }
  
  .titleBox hr{
    margin: 10px auto;
  }
  
  .titleBox h2{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
  }
}

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

#headWrap{
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background-color: #fff;
  border: 100px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/headwrap.jpg);
  background-size: cover;
  background-position: center center;
}

.headCopy{
  text-align: center;
  z-index: 2;
  width: 100%;
  max-width: calc(100% - 100px);
}

.headCopy h2{
  display: inline-block;
  color: #fff;
  font-size: 100px;
  line-height: 70px;
  letter-spacing: 20px;
  font-weight: 100;
}

#aboutWrap{
  position: relative;
  margin-top: 100px;
}

#aboutWrap > div{
  display: flex;
}

#aboutWrap > div > img{
  position: relative;
  top: -100px;
  width: 50%;
  align-self: flex-start;
}

#aboutWrap > div > div{
  position: relative;
  top: -25px;
  width: 50%;
  padding-left: 50px;
  padding-right: 100px;
  z-index: 1;
}

#aboutWrap > div > div h2{
  margin-bottom: 20px;
}

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

#aboutWrap > img{
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .2;
  z-index: 0;
}

#storyWrap{
  width: 100%;
  padding-bottom: 100px;
}

.storyBox{
  position: relative;
  display: flex;
  justify-content: space-between;
}

.storyBox > div{
  width: 50%;
}

.storyBox > div:first-of-type{
  background-color: #eef3f2;
  padding: 10vw;
  display: flex;
}

.storyBox > div:first-of-type > div{
  background-position: center center;
  background-size: cover;
  background-image: url("../img/storyImg01.jpg");
  width: 100%;
  height: 30vw;
}

.storyBox > div:last-of-type{
  padding: 10vw;
}

.storyBox > div:last-of-type > div h3{
  color: #46788c;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 4px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.storyBox > div:last-of-type > div h3::before{
  content: "";
  width: 50px;
  height: 1px;
  display: block;
  margin-right: 15px;
  background-color: #46788c;
}

.storyBox > div:last-of-type > div h2{
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 6px;
  margin-bottom: 20px;
}

.storyBox > div:last-of-type > div p{
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 30px;
}

.storyBox > span{
  display: inline-block;
  position: absolute;
  font-size: 40px;
  letter-spacing: 6px;
  width: 200px;
  height: 55px;
  color: #46788c;
  transform: rotate(90deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.storyBox:nth-of-type(2) > div:first-of-type > div{
  background-image: url("../img/storyImg02.jpg");
}

.storyBox:nth-of-type(3) > div:first-of-type > div{
  background-image: url("../img/storyImg03.jpg");
}

.storyBox:nth-of-type(2){
  flex-direction: row-reverse;
}

#rinenWrap{
  width: 100%;
}

.rinenBox{
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 100px 20px;
  text-align: center;
}

.rinenBox h3{
  color: #46788c;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 4px;
  margin-bottom: 30px;  
}

.rinenBox h2{
  font-size: 22px;
  line-height: 42px;
  letter-spacing: 6px;
  margin-bottom: 20px;  
}

.egaoBox{
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 100px 20px;
  text-align: center;  
}

.egaoBox h3{
  color: #46788c;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 4px;
  margin-bottom: 30px;  
}

.egaoBox h2{
  font-size: 22px;
  line-height: 42px;
  letter-spacing: 6px; 
}

.egaoBox ul{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.egaoBox ul li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 50px;
}

.egaoBox ul li h2{
  width: 25%;
  margin-right: 20px;
}

#sisinWrap{
  width: 100%;
  padding: 100px 20px;
  background-color: #eef2f3;
  text-align: center;
}

#sisinWrap h3{
  color: #46788c;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 4px;
  margin-bottom: 30px; 
}

#sisinWrap h2{
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 4px; 
  text-align: justify;
}

#sisinWrap h2:first-letter{
  font-size: 26px;
  color: #46788c;
}

#sisinWrap ul{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#sisinWrap ul li{
  padding: 20px 30px;;
  background-color: #fff;
  margin-bottom: 20px;
}

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

#seisinWrap h3{
  color: #46788c;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 4px;
  margin-bottom: 30px;   
}

#seisinWrap ul{
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  
}

#seisinWrap ul li{
  display: flex;
  align-items: center;
}

#seisinWrap ul li h2{
  font-size: 22px;
  line-height: 42px;
  letter-spacing: 6px; 
  margin-right: 10px;  
}

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

#enkakuWrap h3{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #46788c;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 4px;
  margin-bottom: 30px;  
}

#enkakuWrap > ul{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#enkakuWrap > ul li{
  width: 100%;
  border-top: 1px solid #7dacbf;
  display: flex;
  padding: 50px 0;
}

#enkakuWrap > ul li:last-of-type{
  border-bottom: 1px solid #7dacbf;  
}

#enkakuWrap > ul li h4{
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 4px;
  font-weight: bold;
  margin-right: 100px;
}

#companyWrap{
  padding: 100px 20px;
}

#companyWrap h3{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #46788c;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 4px;
  margin-bottom: 30px;  
}

#companyWrap > div{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#companyWrap > div > table{
  width: 50%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}

#companyWrap > div > table th,
#companyWrap > div > table td{
  border-top: 1px solid #7dacbf;
  border-bottom: 1px solid #7dacbf;
  padding: 30px 0;
}

#companyWrap > div > div{
  width: 40%;
  text-align: center;
}

#companyWrap > div > div img{
  width: 100%;
  align-self: flex-start;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {  
  .headCopy h2{
    font-size: 70px;
    letter-spacing: 15px;
  }
  
  .storyBox > div:first-of-type > div{
    height: auto;
  }
}

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

@media screen and (max-width: 1200px) {  
  .headCopy h2{
    font-size: 50px;
    letter-spacing: 10px;
  }
}

@media screen and (max-width: 1000px) {
  #headWrap{
    border: 70px solid #fff;
  }
  
  .headCopy h2{
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 6px;
  }
    
  #aboutWrap > div{
    display: block;
  }
  
  #aboutWrap > div > img{
    top: -50px;
    margin-bottom: 30px;
    width: 90%;
  }
  
  #aboutWrap > div > div{
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .storyBox{
    display: block;
  }
  
  .storyBox > div:first-of-type{
    width: 100%;
    height: 500px;
  }
  
  .storyBox > div:last-of-type{
    width: 100%;
    padding: 30px 20px;
  }
  
  .storyBox > div:last-of-type > div p{
    text-align: justify;
  }
  
  .storyBox > span{
    display: none;
  }
  
  .egaoBox ul li{
    display: block;
  }
  
  .egaoBox ul li h2{
    width: 100%;
  }
  
  #enkakuWrap > ul li{
    display: block;
  }
}

@media screen and (max-width: 600px){
  #headWrap{
    border: none;
    height: 300px;
  }
  .headCopy{
    position: absolute;
  }
  #aboutWrap > div > div{
    padding: 0 20px;
  }
  
  #aboutWrap > img{
    width: 80%;
  }
  
  .rinenBox h2{
    font-size: 20px;
    letter-spacing: 3px;
  }
  
  #companyWrap > div{
    display: block;
  }
  
  #companyWrap > div > table{
    width: 100%;
    margin-bottom: 30px;
  }
  
  #companyWrap > div > div{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

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