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


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

.titleBox{
  margin-bottom: 30px;
}

.titleBox h2{
  font-family: 'GFS Didot', serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #fa7f29;
}

.titleBox h3{
  font-size: 18px;
  color: #9c9c9c;
}

.btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  margin: 0 auto;
  background-color: #fa7f29;
  border-radius: 5px;
}

.btn p{
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}

@media screen and (max-width: 600px){   
  .titleBox h2{
    font-size: 40px;
    line-height: 40px;
  }
}

/*==============================
ヘッダ
==============================*/
header{
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 0 20px;
  background-image: url("../img/pageBack.jpg");
  background-size: cover;
  background-position: center center;
}

header > div{
  width: 100%;
  max-width: 1000px;
  text-align: center;
}

header > div > h1{
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 8px;
  margin-bottom: 15px;
}

header > div > p{
  text-align: center;
  color: #fff;
  font-weight: bold;
    margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  header{
    height: 300px;
  }
}

@media screen and (max-width: 600px){  
  header{
    height: 300px;
  }

  header > div > h1{
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 4px;
    margin-bottom: 15px;
  }
  
  header > div > p{
    margin-bottom: 10px;
  }
}

/*==============================
メインコンテンツ
==============================*/

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

#aboutWrap > h2{
  letter-spacing: 4px;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fa7f29;
}

#aboutWrap > p{
  width: 100%;
  max-width: 900px;
  text-align: justify;
  margin: 0 auto 50px;
}

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

.seizenBox,.sigoBox{
  padding: 30px;
  width: 47%;
}

.seizenBox h3,.sigoBox h3{
  font-weight: bold;
  font-size: 38px;
  line-height: 38px;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-align: center;
}

.seizenBox ul,
.sigoBox ul{
  width: 100%;
  text-align: left;
}

.seizenBox ul li,
.sigoBox ul li{
  width: 100%;
  text-align: left;
}

.seizenBox ul li p::before,
.sigoBox ul li p::before{
  content: "●";
}

.seizenBox{
  border: 5px solid #fa7f29;
}

.seizenBox h3{
  color: #fa7f29;
}

.sigoBox{
  border: 5px solid #13496c;
}

.seizenBox ul li p::before{
  color: #fa7f29;
}

.sigoBox h3{  
  color: #13496c;
}

.sigoBox ul li p::before{
  color: #13496c;
}

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

#pointWrap h2{
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fa7f29;  
}

#pointWrap h2 span{
  font-size: 26px;
  letter-spacing: 4px;
  font-weight: bold;
}

.pointList{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.pointList li{
  display: flex;
  width: 100%;
  padding: 20px;
  background-color: #e0f0fa;
  margin-bottom: 40px;
  box-shadow: 10px 10px 0 0 rgba(250,127,41,.4);
}

.pointList li span{
  display: block;
  font-weight: bold;
  color: #fa7f29;
  font-size: 60px;
  line-height: 60px;
  padding: 30px 40px;
  border-right: 3px solid #fa7f29;
}

.pointList li div{
  padding: 0 20px;
  text-align: left;
}

.pointList li div h3{
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 4px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fa7f29;  
}

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

#flowWrap h2{
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fa7f29;    
}

.flowBox{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  border: 3px solid #fa7f29;
}

.flowBox > div{
  width: 33.3333%;
}

.flowTitle{
  position: relative;
  padding: 10px 20px;
  background-color: #fa7f29;
  display: flex;
  align-items: center;
}

.flowBox > div:nth-of-type(2) .flowTitle{
  background-color: #f96f0e;
}

.flowBox > div:nth-of-type(3) .flowTitle{
  background-color: #f95900;
}

.flowBox > div:nth-of-type(3) .flowTitle::after{
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #f95900;
  right: -1px;
  bottom: 0;
}

.flowTitle > div{
  margin-right: 10px;
}

.flowTitle > div span{
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.flowTitle > div span:last-of-type{
  font-size: 30px;
  margin-top: -10px;
}

.flowTitle > h3{
  text-align: left;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
}

.flowcont{
  padding: 20px 0;
  text-align: left;
}

.flowcont > div{
  border-right: 3px solid #fa7f29;
}

.flowBox > div:last-of-type .flowcont > div:last-of-type{
  border-right: none;
}

.flowcont > div > div{
  padding: 0 20px;
}

.flowcont > div > div a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flowcont > div > div > div > img{
  width: 100%;
}

.flowcont > div > div a img{
  margin-right: 10px;
}

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

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

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

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

@media screen and (max-width: 1000px) {
  .flowBox{
    width: 100%;
    max-width: 500px;
    display: block;
  }
  
  .flowBox > div{
    width: 100%;
  }
  
  .flowcont > div{
    border-right: none;
  }
}

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

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

@media screen and (max-width: 600px){  
  #aboutWrap > h2,
  #pointWrap > h2,
  #flowWrap > h2,
  #bannerWrap > h2{
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 4px;
  }
  
  #aboutWrap{
    padding: 50px 20px 0;
  }
  
  #aboutWrap > div{
    display: block;
  }

  .seizenBox,.sigoBox{
    padding: 20px;
    width: 100%;
    margin-bottom: 30px;
  }
  
  #pointWrap{
    padding: 50px 20px 0;
  }
  
  #pointWrap h2 span{
    font-size: 18px;
    line-height: 24px;    
  }
  
  .pointList li{
    display: block;
  }
  
  .pointList li span{
    font-size: 30px;
    padding: 0 20px 10px;
    text-align: center;
    border-right: 0;
    border-bottom: 3px solid #fa7f29;
  }
  
  .pointList li div{
    padding: 20px 0;
  }
  
  .pointList li div h3{
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 28px;
  }
  
  #flowWrap{
    padding: 50px 20px;
  }
}

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

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


/*==============================
ローディングアニメーション
==============================*/
