@charset "UTF-8";

.section01 .wrap{
background-repeat: no-repeat;
background-position: right center;
background-size: 256px;
padding: 85px 280px 100px 0;
width: 960px;
}
.section01 h2{
  font-size: 30px;
  font-weight: bold;
  color: #0387B4;
  margin: 0 0 35px;
  line-height: 1.2;
}
.section01 p{
  font-size: 18px;
  margin: 0;
}
.section01 p +p{
  margin-top: 40px;
}
.section01 p span{
  color: #FFA028;
  font-weight: bold;
}

.section02{
  background-color: #0387B4;
  padding: 75px 0 100px;
}
.section02 .wrap{
  background-color: #fff;
  padding: 100px 90px;
}
.section02 .wrap >p{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 1;
}
.section02 .wrap >p span{
  color: #FFA028;
}
.section02 h2{
  font-size: 30px;
  color: #0387B4;
  text-align: center;
  line-height: 1.4;
  margin: 40px 0 0;
}
.section02 .fbox01{
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.section02 .fbox01 > div{
  width: 488px;
}
.section02 .fbox01 > div:first-of-type{
  width: 420px;
}
.section02 .fbox01 > div:first-of-type p{
  margin: 0;
}
.section02 .fbox01 > div:first-of-type p+p{
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin: 24px 0 0;
  font-feature-settings: "palt";
}

.section02 .fbox01 > div:last-of-type p{
margin: 0;
font-size: 18px;
font-weight: bold;
}
.section02 .fbox01 > div:last-of-type h4{
  font-size: 24px;
  color: #FFA028;
  margin: 17px 0 0;
  line-height: 1.6;
}
.section02 .fbox01 > div:last-of-type h4 + p{
  margin: 20px 0 0;
  font-weight: normal;
  font-size: 16px;
}
.section02 .fbox01 > div:last-of-type p:last-of-type{
  margin: 60px 0 0;
  text-align: center;
}
.section02 .fbox01 > div:last-of-type p:last-of-type img{
  width: 384px;
}

.section03{
  padding: 100px 0;
}
.section03 .wrap{
  width: 960px;
  border: 1px solid #373737;
  padding: 90px 65px;
}
.section03 h2{
  font-size: 36px;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}
.section03 h2 span{
  color: #0387B4;
}
.section03 h3{
  margin: 100px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}
.section03 h3 span{
  color: #FFA028;
}
.section03 ul{
  display: flex;
  margin: 40px 0 0;
  padding: 0;
  justify-content: center;
  list-style: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
.section03 ul li{
  width: 180px;
  text-align: center;
  padding: 0 3px;
}
.section03 ul li span{
  width: 106px;
  display: block;
  margin: auto auto 25px;
}
.section03 ul.ex{
  flex-wrap: wrap;
}
.section03 ul.ex li{
  width: 26%;
}
.section03 ul.ex li:nth-child(n+4){
  margin-top: 35px;
}

.section04{
  background-color: #EFEFEF;
}
.section04 .wrap{
width: 960px;
padding: 115px 0;
}
.section04 h2{
  text-align: center;
  font-size: 46px;
  line-height: 1;
  margin: 0 0 90px;
}
.section04 .inbox{
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 50px;
}
.section04 .inbox + .inbox{
  margin-top: 65px;
}
.section04 .inbox >p{
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
}
.section04 .inbox >p span{
  display: inline-block;
}
.section04 .inbox >p span > span{
  background-color: #0387B4;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 10px 18px;
  margin: 0 10px;
}
.section04 .inbox >p span > span:first-of-type{
  margin-left: 50px;
}
.section04 .inbox h3{
  font-size: 24px;
  color: #0387B4;
  line-height: 1.6;
  margin: 0 0 55px;
  font-feature-settings: "palt";
}
.section04 .fbox{
  display: flex;
  justify-content: space-between;
}
.section04 .fbox >div{
  width: 500px;
}
.section04 .fbox >div:first-of-type{
  width: 317px;
}
.section04 h4{
  margin: 15px 0 0;
  border-bottom: 1px solid #121212;
  font-size: 19px;
  position: relative;
  padding: 0 0 0 30px;
}
.section04 h4::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 12px;
  border-color: transparent transparent transparent #0388b4;
  transform: translate(0,-50%);
}
.section04 ul{
  margin: 15px 0 0 1em;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.section04 ul li{
  margin: 10px 0;
}
.section04 .inbox_ex{
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 50px;
  margin-top: 65px;
}
.section04 .inbox_ex h3{
  font-size: 24px;
  line-height: 1.6;
  margin: 35px 0 55px;
  text-align: center;
  font-feature-settings: "palt";
}
.section04 .inbox_ex h3 span{
  color: #FFA028;
}
.section04 .inbox_ex p{
  margin: 0;
}
.section04 .inbox_ex p.title{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.section04 .inbox_ex p.title span{
  display: inline-block;
  background-color: #0387B4;
  color: #fff;
  font-size: 19px;
  padding: 0 20px;
  margin: 0 20px 0 0;
}
.section04 .inbox_ex p img{
  width: 100%;
}
.section04 .inbox_ex .fbox{
  align-items: center;
}

.section05{
  background-color: #f9f9f9;
}
.section05 .wrap{
  width: 960px;
  padding: 110px 0;
}
.section05 h2{
  text-align: center;
  line-height: 1.6;
  font-size: 36px;
}
.section05 h2:last-of-type{
  border-top: 1px solid #ddd;
  padding-top: 100px;
  margin-top: 100px;
}
.section05 ul{
  list-style: none;
  margin: 70px 0 0;
  padding: 0 200px;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  justify-content: space-around;
  text-align: center;
  line-height: 1.4;
}
.section05 ul:first-of-type{
  justify-content: space-between;
  padding: 0;
}
.section05 ul li{
  width: 195px;
}
.section05 ul li span{
  display: block;
  margin: 0 0 14px;
}

.section05 p.btn{
  text-align: center;
  margin: 70px 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.section05 p.btn a{
  border: 2px solid #0d2761;
  border-radius: 5px;
  color: #0d2761;
  padding: 26px 40px 26px 26px;
  position: relative;
}
.section05 p.btn a::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #0d2761;
  border-right: solid 2px #0d2761;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: rotate(45deg) translate(0,-65%);
}


/* スマホ用
***************************************************************************************
***************************************************************************************
***************************************************************************************
***************************************************************************************/
@media screen and (max-width:768px) {
  .section01{
    padding: 0 0 10vmin;
  }
  .section01 .wrap{
    background-size: 30vmin;
    padding: 10vmin 3.125vmin 35vmin 3.125vmin;
    background-position: bottom;
    }
    .section01 h2{
      font-size: 8vmin;
      margin: 0 0 10vmin;
      line-height: 1.2;
    }
    .section01 p{
      font-size: 4.5vmin;
      margin: 0;
      line-height: 1.2;
    }
    .section01 p +p{
      margin-top: 6vmin;
    }
    
    .section02{
      padding: 10vmin 3.125vmin;
    }
    .section02 .wrap{
      padding: 5vmin 3.125vmin;
    }
    .section02 .wrap >p{
      font-size: 5vmin;
    }
    .section02 h2{
      font-size: 6vmin;
      margin: 8vmin 0 0;
    }
    .section02 .fbox01{
      margin-top: 8vmin;
      flex-direction: column;
    }
    .section02 .fbox01 > div{
      width: auto;
    }
    .section02 .fbox01 > div:first-of-type{
      width: auto;
    }
    .section02 .fbox01 > div:first-of-type p{
      margin: 0;
    }
    .section02 .fbox01 > div:first-of-type p+p{
      font-size: 6vmin;
      margin: 5vmin 0 0;
    }
    
    .section02 .fbox01 > div:last-of-type p{
    margin: 10vmin 0 0;
    font-size: 4vmin;
    }
    .section02 .fbox01 > div:last-of-type h4{
      font-size: 5vmin;
      margin: 4vmin 0 0;
      line-height: 1.4;
    }
    .section02 .fbox01 > div:last-of-type h4 + p{
      margin: 6vmin 0 0;
      line-height: 1.4;
    }
    .section02 .fbox01 > div:last-of-type p:last-of-type{
      margin: 6vmin 0 0;
      text-align: center;
    }
    .section02 .fbox01 > div:last-of-type p:last-of-type img{
      width: auto;
    }
    
    .section03{
      padding: 10vmin 3.125vmin;
    }
    .section03 .wrap{
      width: auto;
      padding:5vmin 3.125vmin;
    }
    .section03 h2{
      font-size: 6vmin;
    }
    .section03 h3{
      margin: 14vmin 0 0;
      font-size: 5vmin;
      line-height: 1.4;
    }
 
    .section03 ul{
      display: flex;
      margin: 5vmin 0 0;
      font-size: 4vmin;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .section03 ul li{
      width: 48%;
      text-align: center;
    }
    .section03 ul li:nth-child(n+3){
      margin-top: 5vmin;
    }
    .section03 ul li span{
      width: 60%;
      display: block;
      margin: auto auto 4vmin;
    }
    .section03 ul.ex li {
      width: 48%;
    }
    .section03 ul.ex li:nth-child(n+4) {
      margin-top: 5vmin;
    }
    
    .section04{
      background-color: #EFEFEF;
      padding: 0;
    }
    .section04 .wrap{
    width: auto;
    padding: 10vmin 3.125vmin;
    }
    .section04 h2{
      font-size: 6vmin;
      margin: 0 0 10vmin;
    }
    .section04 .inbox{
      padding: 3.125vmin;
    }
    .section04 .inbox + .inbox{
      margin-top: 10vmin;
    }
    .section04 .inbox >p{
      font-size: 4vmin;
    }
    .section04 .inbox >p >span{
      display: flex;
      margin-top: 3vmin;
    }
    .section04 .inbox >p >span > span{
      font-size: 3vmin;
      padding: 2vmin 3vmin;
      margin: 0 1vmin 0 0;
    }
    .section04 .inbox >p > span > span:first-of-type{
      margin-left: 0;
    }
    .section04 .inbox h3{
      font-size: 4.6vmin;
      margin: 0 0 5vmin;
    }
    .section04 .fbox{
      display: flex;
      justify-content: space-between;
      flex-direction: column;
    }
    .section04 .fbox >div{
      width: auto;
    }
    .section04 .fbox >div:first-of-type{
      width: auto;
    }
    .section04 h4{
      margin: 5vmin 0 0;
      font-size: 4vmin;
      padding: 0 0 1vmin 6vmin;
    }
    .section04 h4::before{
      border-width: 2vmin 0 2vmin 3vmin;
    }
    .section04 ul{
      margin: 3vmin 0 0 1.5em;
      padding: 0;
      font-size: 4vmin;
      font-weight: bold;
      line-height: 1;
    }
    .section04 ul li{
      margin: 2vmin 0;
    }

    .section04 .inbox_ex{
      padding: 3.125vmin;
      margin-top: 10vmin;
    }
    .section04 .inbox_ex h3{
      font-size: 6vmin;
      margin: 4vmin 0 5vmin;
      text-align: left;
    }
    .section04 .inbox_ex p.title{
      font-size: 4vmin;
      text-align: left;
    }
    .section04 .inbox_ex p.title span{
      font-size: 4.5vmin;
      padding:2vmin 3vmin;
      margin: 0 3vmin 0 0;
    }


    .section05{
      background-color: #f9f9f9;
    }
    .section05 .wrap{
      width: auto;
      padding: 10vmin 3.125vmin;
    }
    .section05 h2{
      font-size: 4.6vmin;
      margin: 0;
    }
    .section05 h2:last-of-type{
      padding-top: 10vmin;
      margin-top: 10vmin;
    }
    .section05 ul{
      list-style: none;
      margin: 5vmin 0 0;
      padding: 0 0;
      display: flex;
      font-size: 4vmin;
      font-weight: bold;
      justify-content: space-around;
      text-align: center;
      line-height: 1.4;
      flex-wrap: wrap;
    }
    .section05 ul:first-of-type{
      justify-content: space-between;
      padding: 0;
    }
    .section05 ul li{
      width: 48%;
    }
    .section05 ul li span{
      display: block;
      margin: 0 0 3vmin;
    }
    .section05 ul li:nth-child(n+3){
      margin-top: 5vmin;
    }
    
    .section05 p.btn{
      margin: 10vmin 0 0;
      font-size: 4vmin;
    }
    .section05 p.btn a{
      padding: 4vmin 8vmin 4vmin 4vmin;
      display: block;
    }
    .section05 p.btn a::before {
      width: 2vmin;
      height: 2vmin;
      right: 5vmin;
    }

}