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



/*==============================
共通
==============================*/
#singleWrap,
#messageWrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.titleBox{
  width: 100px;
  height: calc(100vh - 100px);
  position: sticky;
  top: 100px;
  align-items: flex-start;
  text-align: center;
}

.titleBox h3{
  font-family: 'Overpass', sans-serif;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 5px solid #000;
  text-align: center;
}

.titleBox h2{
  padding-top: 30px;
  display: inline-block;
  writing-mode: vertical-rl;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-weight: 400;
  font-style: bold;
  white-space: normal;
}

@media screen and (max-width: 1240px) {
  .contentsBox{
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 1000px) {
  .titleBox{
    height: calc(100vh - 70px);
  }
}

@media screen and (max-width: 600px) {
  #singleWrap,
  #messageWrap{
    display: block;
  }
  
  .titleBox{
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    top: auto;
  }
  
  .titleBox h3{
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
  }
  
  .titleBox h2{
    writing-mode: horizontal-tb;
    padding: 10px 20px 30px;
    padding-left: 0;
  }
  
  .contentsBox{
    width: 100%;
  }
}

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


#singleWrap,
#messageWrap{
  margin-bottom: 100px;
}

.titleBox h2{
  display: none;
  height: auto;
}

.titleBox img{
  margin-top: 20px;
}

.contentsBox{
  width: calc(100% - 250px);
  margin-left: 150px;
}

.contentsBox > img{
  max-width: 100%;
  margin-bottom: 50px;
  vertical-align: bottom;
}

.contentsBox > h4{
  display: none;
}

.contentsBox > h4 br{
  display: none;
}

#singleWrap:nth-of-type(1) .contentsBox > img{
  width: 64.9523%;
}

#singleWrap:nth-of-type(1) .titleBox{
  height: 320px;
}

#singleWrap:nth-of-type(2) .contentsBox > img{
  width: 64.0952%;
}

#singleWrap:nth-of-type(2) .titleBox{
  height: 130px;
}

#singleWrap:nth-of-type(3) .contentsBox > img{
  width: 64.9523%;
}

#singleWrap:nth-of-type(3) .titleBox{
  height: 150px;
}

#messageWrap .contentsBox > img{
  width: 45.5238%;
}

#messageWrap .titleBox{
  height: 320px;
}

.contentsBox p{
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-weight: 400;
  font-style: bold;  
}

.contentsBox > p{
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 2px;
}

.keywordImg{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.keywordImg li{
  width: 30%;
  text-align: center;
}

.keywordImg li p{
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
}

.keywordImg li img{
  width: 100%;
}

.ceoName{
  margin-top: 20px;
}

.ceoName p{
  font-size: 15px;
  margin-bottom: 10px;
}

.ceoName img{
  max-width: 75%;
}

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

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

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

@media screen and (max-width: 1240px) {
  .contentsBox{
    width: calc(100% - 200px);
    margin-left: 100px;
  }
}

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

@media screen and (max-width: 840px) {
  .contentsBox{
    width: calc(100% - 150px);
    margin-left: 50px;
  }
}

@media screen and (max-width: 600px){
  #singleWrap{
    margin-bottom: 50px;
  }
  
  .titleBox img{
    display: none;
  }
  
  .titleBox{
    text-align: center;
    height: auto;
    margin-bottom: 30px;
  }

  #singleWrap:nth-of-type(1) .titleBox,
  #singleWrap:nth-of-type(2) .titleBox,
  #singleWrap:nth-of-type(3) .titleBox,
  #messageWrap .titleBox{
    height: auto;
  }
  
  .contentsBox{
    width: 100%;
    margin-left: 0;
  }

  .contentsBox > img{
    display: none;
  }

  .contentsBox > h4{
    display: block;
    margin-bottom: 30px;
    font-family: a-otf-futo-min-a101-pr6n, serif;
    font-weight: 400;
    font-style: bold;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 2px;
    text-align: center;
  }

  .contentsBox > h4 br{
    display: block;
  }
  
  .contentsBox > p{
    font-size: 15px;
    letter-spacing: 1px;
    text-align: justify;
  }
  
  .keywordImg{
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .keywordImg li{
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .keywordImg li img{
    width: 60%;
  }
  
  .ceoName img{
    width: 55%;
  }
}

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