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



/*==============================
共通部分上書き
==============================*/


/*==============================
POINT
==============================*/

#pointWrap{
  padding: 0 20px 120px;
}

#pointWrap > h3{
  text-align: center;
  margin-bottom: 100px;
}

.pointBox{
  width: 100%;
  max-width: 980px;
  margin: 0 auto 100px;
}

.pointBox:last-of-type{
  margin-bottom: 0;
}

.pointBox > h4{
  font-size: 24px;
}

.pointBox > h4 span{
  font-size: 36px;
  font-weight: bold;
  color: #4DC1E9;
}

.pointBox > h2{
  font-size: 36px;
  letter-spacing: 2px;
  line-height: 52px;
  margin-bottom: 50px;
}

.pointBox > div{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}

.pointBox > div:last-child{
  margin-bottom: 0;
}

.pointBox > div > div{
  text-align: left;
  width: calc(100% - 430px - 90px)
}

.pointBox > div > div > p{
  margin-bottom: 20px;
}

.pointBox > div > div > p:last-child{
  margin-bottom: 0;
}

.pointBox > div > img{
  width: 100%;
  max-width: 430px;
  height: auto;
}

.pointBox > ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.pointBox > ul > li{
  width: 30.6122%;
}

.pointBox > ul > li img{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.pointBox > ul > li p{
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
}

.pointBox > div > div > a.linkBtn{
  margin: 0;
}


@media screen and (max-width: 1000px){
  .pointBox{
    max-width: 600px;
  }
  
  .pointBox > div{
    flex-direction: column-reverse;
  }
  
  .pointBox > div > div{
    width: 100%;
  }
  
  .pointBox > div > img{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px){
  .pointBox{
    max-width: 400px;
  }
  
  #pointWrap{
    padding: 0 20px 50px;
  }
  
  #pointWrap > h3{
    margin-bottom: 30px;
  }
  
  .pointBox > h2{
    font-size: 24px;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 30px;
  }
  
  .pointBox > div{
    margin-bottom: 30px;
  }
  
  .pointBox > ul{
    margin: 0 auto;
    display: block;
    max-width: 300px;
  }
  
  .pointBox > ul > li{
    width: 100%;
    margin-bottom: 20px;
  }
  
  .pointBox > ul > li:last-of-type{
    margin-bottom: 0;
  }
}

/*==============================
MESSAGE
==============================*/

#messageWrap{
  padding: 120px 20px;
  background-color: #F8F5EA;
}

#messageWrap > h3{
  text-align: center;
  margin-bottom: 100px;
}

#messageWrap > p{
  line-height: 32px;
  text-align: center;
  margin-bottom: 100px;
}

.ceoBox{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.ceoBox > img{
  width: 28.5714%;
  margin-right: 90px;
}

.ceoBox > div > h4{
  margin-bottom: 15px;
}

.ceoBox > div > p{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.ceoBox > div > p:last-of-type{
  margin-bottom: 0;
}

.ceoBox > div > div{
  position: relative;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.ceoBox > div > div > img:nth-of-type(1){
  max-width: 100%;
}
.ceoBox > div > div > img:nth-of-type(2){
  position: absolute;
  bottom: -15px;
  right: 10px;
}


@media screen and (max-width: 1000px){
  .ceoBox{
    max-width: 600px;
    flex-direction: column;
  }
  
  .ceoBox > img{
    width: 80%;
    max-width: 280px;
    margin: 0 auto 30px;
  }
  
  .ceoBox > div{
    width: 100%;
  }
  .ceoBox > div > div > img:nth-of-type(2){
    width: 100%;
    max-width: 150px;
    height: auto;
    right: -30px;
  }
}

@media screen and (max-width: 600px){
  #messageWrap{
    padding: 50px 20px;
  }
  
  #messageWrap > h3{
    margin-bottom: 50px;
  }
  
  #messageWrap > p{
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 50px;
  }
  
  .ceoBox > div > div > img:nth-of-type(2){
    max-width: 120px;
    right: -20px;
    bottom: 50px;
  }
}