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

@font-face{
  font-family: 'Hannari';
  src:url(../font/Hannari.woff);
}

/*==============================
ヘッダ
==============================*/

header{
  position: relative;
  width: 100%;
  height: 350px;
  background-image: url("../img/headBack.jpg");
  background-size: cover;
  background-position: center center;
}

header > img{
  position: absolute;
}

header > img:first-of-type{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

header > img:last-of-type{
  width: 350px;
  bottom: 0;
  right: 5%;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  header > img:last-of-type{
    bottom: 0;
    right: -50px;
    z-index: 1;
  }
}

@media screen and (max-width: 1200px) {
  header > img:last-of-type{
    width: 30%;
    bottom: 0;
    right: -50px;
    z-index: 1;
  }
}

@media screen and (max-width: 1000px) {
  header{
    height: 300px;
  }
  
  header > img:first-of-type{
    width: 60%;
  }
  
  header > img:last-of-type{
    width: 25%;
    bottom: 0;
    right: -50px;
    z-index: 1;
  }
}

@media screen and (max-width: 800px) {
  header{
    height: 250px;
  }
  
  header > img:first-of-type{
    width: 75%;
    left: 20px;
    right: auto;
  }
  
  header > img:last-of-type{
    width: 35%;
    bottom: 0;
    right: -70px;
    z-index: 1;
  }
}

@media screen and (max-width: 600px) {
  header{
    height: 200px;
  }
  
  header > img:first-of-type{
    width: calc(100% - 40px);
    left: 20px;
    right: auto;
  }
  
  header > img:last-of-type{
    display: none;
  }
}

/*==============================
メイン
==============================*/
#supportWrap{
  padding: 0 20px 70px;
  background-color: #eef9f6;
  text-align: center;
}

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

.supportListbox{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
  background-color: #006549;
  padding: 20px 20px;
}

.supportListbox p{
  color: #fff;
}

.supportList{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.supportList li{
  width: 100%;
  margin-bottom: 15px;
}

.supportList li a{
  display: flex;
  padding: 50px 100px;
  background-color: #fff;
  align-items: center;
  justify-content: space-between;
}

.supportList li a > div{
  width: calc(50% - 10px);
}

.supportList li a > div h4{
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #006549;
  padding: 10px;
  border-bottom: 4px solid #cbe9e1;
  text-align: left;
  margin-bottom: 10px;
}

.supportList li a > div h3{
  font-size: 26px;
  letter-spacing: 4px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

.supportList li a > div p{
  text-align: left;
}
.supportList li a > img{
  width: 50%;
  align-self: center;
}

#performanceWrap{
  padding: 0 20px 70px;
  text-align: center;  
}

#performanceWrap ul{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#performanceWrap ul li{
  width: 49%;
  border: 4px solid #333;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 30px 20px;
}

#performanceWrap ul li i{
  font-size: 37px;
  color: #006549;
  margin-bottom: 5px;
}

#performanceWrap ul li h3{
  color: #006549;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

#flowWrap{
  padding: 0 20px 70px;
  background-color: #f6f6f6;
  text-align: center;
}

#flowWrap > .scroll{
  width: 100%;
}

#flowWrap > .scroll > img{
  width: 100%;
  max-width: 1000px;
  min-width: 800px;
  margin: 0 auto 20px;
}

#othersWrap{
  padding: 0 20px 70px;
  background-color: #eef9f6;
}

#aboutWrap{
  padding: 0 20px 70px;  
}

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

#aboutWrap ul li{
  width: 49.5%;
  margin-bottom: 10px;
}

#aboutWrap ul li img{
  width: 100%;
}
/*==============================
レスポンシブ
==============================*/

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

@media screen and (max-width: 1400px) {
  .supportListbox{
    max-width: 800px;
  }
  
  .supportList li a{
    padding: 30px 50px;
  }
  
  .supportListbox p{
    letter-spacing: 0;
  }
  
  .supportList{
    max-width: 900px;
  }
  
  #performanceWrap ul{
    max-width: 900px;
  }
  
  #aboutWrap ul{
    max-width: 800px;
  }
}

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

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

@media screen and (max-width: 1000px) {
  .supportListbox br{
    display: none;
  }
  
  .supportList li a{
    padding: 30px 20px;
  }
}

@media screen and (max-width: 800px) {
  #performanceWrap ul{
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  
  #performanceWrap ul li{
    width: 100%;
  }
  
  #flowWrap > .scroll{
    overflow-x: scroll;
  }
  
  #aboutWrap ul{
    max-width: 500px;
    margin: 0 auto;
  }
  
  #aboutWrap ul li{
    width: 100%;
  }
}

@media screen and (max-width: 600px){  
  #supportWrap > p{
    text-align: justify;
  }
  
  #supportWrap > p br{
    display: none;
  }
  
  .supportList li a{
    flex-wrap: wrap-reverse;
  }
  
  .supportList li a > div,
  .supportList li a > img{
    width: 100%;
  }
  
  .supportList li a > div h3{
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 24px;
  }
  
  .supportList li a > div h3 br{
    display: none;
  }
}

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