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

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

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

header > h2{
  position: relative;
  font-family: "Noto Sans JP";
  top: 140px;
  left: 100px;
  font-size: 40px;
  letter-spacing: 8px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,.9);
}

header > h2 span{
  font-family: 'Hannari';
  font-size: 26px;
  text-shadow: 0 0 5px rgba(0,0,0,.9);
  margin-left: 5px;
}

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

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

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

  header > h2{
    top: 100px;
    left: 50px;
  }
}

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

  header > h2{
    top: 70px;
    left: 20px;
  }
}

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

  header > h2{
    top: 50px;
    font-size: 32px;
    letter-spacing: 3px;
  }
  
  header > h2 span{
    font-size: 18px;
    letter-spacing: 0;
  }
}

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

.supportWrapbox{
  width: calc(100% - 100px);
  padding: 0 20px 50px;
  margin: 0 auto 120px;
  background-color: #eef9f6;
}

.supportWrapbox > .titleBox{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 20px 35px;
  background-color: #006549;
  margin: 0 auto;
  top: -70px;
}

.supportWrapbox > .titleBox img{
  display: table-cell;
  margin-right: 20px;
  margin-bottom: 0;
  vertical-align: middle;
}

.supportWrapbox > .titleBox h2{
  display: table-cell;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: 'Hannari';
  vertical-align: middle;
  text-align: left;
}

#support01Wrap{
  margin-top: 120px;
}

#support01Wrap .titleBox{
  max-width: 750px;
}

.supportWrapbox > div{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  text-align: center;
}

.supportWrapbox > div h3{
  display: inline-block;
  padding: 15px 30px 17px;
  background-color: #006549;
  color: #fff;
  font-weight: bold;
  font-family: 'Hannari';
  font-size: 22px;
  letter-spacing: 0px;
  margin: 0 auto 30px;
}

.supportWrapbox > div h4{
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.supportWrapbox > div > p{
  text-align: justify;
  margin-bottom: 20px;
}

.supportWrapbox > div > img{
  max-width: 100%;
  margin-bottom: 10px;
}

.listBox{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.listBox li{
  padding: 10px 20px;
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.listBox li p{
  font-weight: bold;
}

#support01Wrap > div:nth-of-type(3) p{
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

#support02Wrap .titleBox{
  max-width: 930px;
}

#support02Wrap > div:nth-of-type(2) > p:first-of-type{
  text-align: center;
}

#support02Wrap > div:nth-of-type(3) > p{
  display: block;
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}

#support02Wrap > div:nth-of-type(4) > img{
  width: 100%;
  max-width: 800px;
}

#support03Wrap .titleBox{
  max-width: 570px;
}

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

.voiceList li{
  padding: 15px;
  margin-bottom: 10px;
  background-color: #fff;
}

.voiceList li p{
  font-weight: bold;
}

#support04Wrap .titleBox{
  max-width: 460px;
}

.seminerList{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.seminerList li{
  padding: 15px;
  margin-bottom: 10px;
  background-color: #fff;
}

.seminerList li p{
  font-weight: bold;
}

.seminerImgbox{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.seminerImgbox img{
  width: 49%;
}

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

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

@media screen and (max-width: 1400px) {
  .supportWrapbox > div{
    max-width: 800px;
  }
  
  .supportWrapbox > div > img{
    max-width: 600px;
  }
  
  #support01Wrap > div:nth-of-type(5) > img{
    max-width: 500px;
  }
  
  #support02Wrap > div:nth-of-type(4) > img{
    max-width: 450px;
  }
  
  .voiceList{
    max-width: 600px;
  }
}

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

@media screen and (max-width: 1200px) {
  .supportWrapbox{
    width: calc(100% - 40px);
  }
}

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

@media screen and (max-width: 800px) {
  .supportWrapbox > .titleBox{
    padding: 20px 15px;
  }
  
  .supportWrapbox > .titleBox h2{
    font-size: 22px;
    line-height: 28px;
  }
  .supportWrapbox > .titleBox img{
    width: 100px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 600px){ 
  .supportWrapbox > .titleBox{
    display: block;
    padding: 15px 15px;
    text-align: center;
  }
  
  .supportWrapbox > .titleBox h2{
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .supportWrapbox > .titleBox img{
    width: 100px;
    margin: 0 auto 0;
  }
  
  .supportWrapbox > div h3{
    font-size: 18px;
    padding: 15px 20px;
  }
}

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