/* ***********************************************************
*   トップページ
* *********************************************************** */

/* ***********************************************************
*   header
* *********************************************************** */

header{
  padding: 20px 0;
}

header .inner{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header img{
  width: 168px;
}

.header_btn{
  display: block;
  width: 280px;
  height: 48px;
  line-height: 45px;
  border-radius: 8px;
  padding-right: 10px;
}

.header_btn:after{
  right: 15px;
}

@media all and (max-width: 1600px) {
  header .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  header{
    padding: 10px 0;
  }
  header .inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  header img{
    width: 102px;
  }
}

/* ***********************************************************
*   key_sec
* *********************************************************** */

.key_sec{
  padding: 0 0 80px;
}

.key_sec .inner{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 390px;
  background-image: url(../img/key_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right 40px;
}

.key_1{
  width: 427px;
}

.key_2{
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.3em;
  margin-top: 15px;
}

.key_3{
  width: 427px;
  margin-top: 25px;
  margin-top: 45px;
}

@media all and (max-width: 1600px) {
  .key_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .key_sec{
    padding: 0 0 20px;
  }
  .key_sec .inner{
    padding-left: 15px;
    padding-right: 15px;
    background-image: none;
    height: inherit;
  }
  .key_img_sp{
    width: 195px;
    margin: 30px auto 0;
  }
  .key_1{
    width: 100%;
    margin-top: 20px;
  }
  .key_2{
    font-size: 2.8rem;
    text-align: center;
    margin-top: 15px;
    width: 100%;
  }
  .key_3{
    width: 100%;
    margin-top: 15px;
  }
  .key_sec .header_btn{
    width: 100%;
    margin-top: 25px;
  }
}

@media all and (max-width: 350px) {
  .key_2 {
    font-size: 2.4rem;
  }
}

/* ***********************************************************
*   about_1_sec
* *********************************************************** */

.about_1_sec{
  background-color: #001E81;
  padding: 80px 0;
}

.about_1_sec .inner{
  max-width: 1200px;
  margin: 0 auto;
  height: 540px;
  background-image: url(../img/about_1.png);
  background-size: 460px auto;
  background-repeat: no-repeat;
  background-position: bottom right 40px;
}

.about_1_sec h2{
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
}

.about_1_sec p{
  font-size: 2.2rem;
  color: #fff;
}

.about_1_sec_p1{
  margin-top: 120px;
}

.about_1_sec_p2{
  margin-top: 20px;
}

.about_1_sec_p2 span{
  color: #FFF145;
  border-bottom: 3px solid #FFF145;
}


@media all and (max-width: 1600px) {
  .about_1_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
  .about_1_sec p{
    font-size: 2.2rem;
    color: #fff;
  }
}

@media all and (max-width: 1023px) {
  .about_1_sec .inner{
    height: inherit;
    background-image: none!important;
  }
  .about_1_sec p{
    font-size: 2.4rem;
  }
  .about_1_sec_p1 {
    margin-top: 40px;
  }
}

@media all and (max-width: 500px) {
  .about_1_sec{
    padding: 40px 0 35px;
  }
  .about_1_sec .inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  .about_1_sec h2{
    font-size: 2.8rem;
    text-align: center;
  }
  .about_1_sec p{
    font-size: 2rem;
    text-align: center;
  }
  .about_1_sec_p1{
    margin-top: 25px;
  }
  .about_1_sec_p2{
    margin-top: 20px;
  }
}

/* ***********************************************************
*   about_2_sec
* *********************************************************** */

.about_2_sec{
  padding: 110px 0;
}

.about_2_sec .inner{
  max-width: 1200px;
  margin: 0 auto;
}

.about_2_sec_h4{
  text-align: center;
}

.about_2_sec h4{
  display: inline-block;
  font-size: 2.4rem;
  padding: 20px 45px 55px 45px;
  background-image: url(../img/about_2_ttl_1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.about_2_sec_h2{
  text-align: center;
}

.about_2_sec h2{
  display: inline-block;
  font-size: 2.6rem;
  position: relative;
  padding-left: 80px;
}

.about_2_sec h2:before{
  content: "";
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  left: 0;
  width: 86px;
  height: 74px;
  background-image: url(../img/about_2_ttl_2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.about_2_sec_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.about_2_sec_flex_l li{
  padding: 8px 0 8px 50px;
  font-size: 2.6rem;
  position: relative;
}

.about_2_sec_flex_l li:before{
  content: "";
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url(../img/about_2_check.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.about_2_sec_flex_r{
  width: 460px;
}

.about_2_sec_flex_r img{
  width: 100%;
}

.about_2_solution{
  margin-top: 60px;
  border-radius: 10px;
  background-color: #EFF9FC;
  padding: 60px;
}

.about_2_solution h3{
  font-size: 2.8rem;
  color: #001E81;
  text-align: center;
}

.about_2_solution_area{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_2_solution_box{
  width: 48%;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 40px;
  padding: 30px;
}

.about_2_solution_icon{
  height: 190px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.about_2_solution_icon_1{
  background-image: url(../img/solution_1.png);
  background-size: 207px 190px;
}
.about_2_solution_icon_2{
  background-image: url(../img/solution_2.png);
  background-size: 242px 144px;
}
.about_2_solution_icon_3{
  background-image: url(../img/solution_3.png);
  background-size: 170px 144px;
}
.about_2_solution_icon_4{
  background-image: url(../img/solution_4.png);
  background-size: 206px 190px;
}

.about_2_solution_icon:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.about_2_solution_icon_1:before{
  background-image: url(../img/solution_num_1.png);
}
.about_2_solution_icon_2:before{
  background-image: url(../img/solution_num_2.png);
}
.about_2_solution_icon_3:before{
  background-image: url(../img/solution_num_3.png);
}
.about_2_solution_icon_4:before{
  background-image: url(../img/solution_num_4.png);
}

.about_2_solution_box h6{
  font-size: 1.8rem;
  color: #001E81;
  text-align: center;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.about_2_solution_box p{
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 10px;
}

@media all and (max-width: 1600px) {
  .about_2_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
  .about_2_sec_flex_l li {
    font-size: 2.4rem;
  }
  .about_2_sec_flex_r{
    width: 360px;
  }
  .about_2_solution_icon:before {
    width: 50px;
    height: 50px;
  }
  .about_2_solution_icon_1{
    background-size: 177px 160px;
  }
  .about_2_solution_icon_2{
    background-size: 212px 114px;
  }
  .about_2_solution_icon_3{
    background-size: 140px 114px;
  }
  .about_2_solution_icon_4{
    background-size: 176px 160px;
  }
  .about_2_solution_box h6 {
    height: 108px;
  }
}

@media all and (max-width: 1023px) {
  .about_2_sec_flex{
    flex-direction: column;
  }
  .about_2_sec_flex_l{
    order: 2;
    margin-top: 30px;
  }
  .about_2_sec_flex_r{
    order: 1;
  }
  .about_2_solution h3 {
    font-size: 3rem;
  }
  .about_2_solution_area_nb768{
    display: none!important;
  }
  .about_2_solution{
    padding: 60px 60px 160px 60px;
  }
}

@media all and (max-width: 500px) {
  .about_2_sec{
    padding: 30px 0;
  }
  .about_2_sec .inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  .about_2_sec h4{
    font-size: 1.8rem;
    padding: 17px 17px 34px 17px;
  }
  .about_2_sec h2{
    font-size: 2.8rem;
    padding-left: 70px;
    text-align: left;
  }
  .about_2_sec h2:before{
    width: 76px;
    height: 64px;
  }
  .about_2_sec_flex{
    margin-top: 20px;
  }
  .about_2_sec_flex_r{
    width: 100%;
  }
  .about_2_sec_flex_l{
    margin-top: 15px;
  }
  .about_2_sec_flex_l li{
    padding: 8px 0 8px 50px;
    font-size: 2rem;
  }
  .about_2_sec_flex_l li:before{
    width: 29px;
    height: 29px;
  }
  .about_2_solution{
    margin-top: 30px;
    padding: 30px 15px 80px 15px;
  }
  .about_2_solution h3{
    font-size: 2rem;
  }
  .about_2_solution_box {
    margin-top: 20px;
    padding: 20px;
  }
  .about_2_solution_icon:before {
    width: 40px;
    height: 40px;
  }
  .about_2_solution_box h6 {
    font-size: 2rem;
    min-height: 108px;
    margin-top: 15px;
  }
  .about_2_solution_box p {
    font-size: 1.6rem;
    min-height: 144px;
  }
}

@media all and (max-width: 350px) {
  .about_2_sec h4 {
    font-size: 1.5rem;
  }
  .about_2_sec h2 {
    font-size: 2.2rem;
  }
}


/* ***********************************************************
*   cta_sec
* *********************************************************** */

.cta_sec{
  padding: 50px 0;
  background-color: #001E81;
}

.cta_sec p{
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
}

.cta_btn{
  display: block;
  font-size: 1.8rem;
  width: 350px;
  height: 58px;
  line-height: 53px;
  border-radius: 29px;
  color: #001E81;
  background-color: #fff;
  border-bottom: 3px solid #ACACAC!important;
  margin: 35px auto 0;
}

.cta_btn:after{
  width: 12px;
  height: 14px;
  background-image: url(../img/cta_btn_arrow.png);
  right: 40px;
}

@media all and (max-width: 500px) {
  .cta_sec{
    padding: 30px 0;
  }
  .cta_sec .inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  .cta_sec p{
    font-size: 2rem;
  }
  .cta_btn{
    font-size: 1.8rem;
    width: 100%;
    height: 60px;
    line-height: 54px;
    border-radius: 30px;
    margin: 25px auto 0;
  }
  .cta_btn:after{
    width: 14px;
    height: 16px;
  }
}

@media all and (max-width: 350px) {
  .cta_sec p{
    font-size: 1.8rem;
  }
  .cta_btn{
    font-size: 1.5rem;
  }
}

/* ***********************************************************
*   strength_sec
* *********************************************************** */

.strength_sec{
  padding: 110px 0;
}

.strength_sec .inner{
  max-width: 1200px;
  margin: 0 auto;
}

.strength_sec h2{
  font-size: 2.8rem;
  text-align: center;
}

.strength_sec h2 span{
  color: #001E81;
}

.strength_area{
  margin-top: 60px;
  background-color: #FAFAFA;
  padding: 60px;
  border-radius: 10px;
}

.strength_box{
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

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

.strength_box_text{
  width: calc(100% - 280px);
}

.strength_box_text h6{
  font-size: 1.8rem;
  color: #001E81;
}

.strength_box_text p{
  font-size: 1.6rem;
  margin-top: 10px;
  font-weight: 500;
}

.strength_box_img{
  width: 269px;
}

.strength_box_img img{
  width: 100%;
}

@media all and (max-width: 1600px) {
  .strength_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 1023px) {
  .strength_box{
    flex-direction: column;
  }
  .strength_box_text{
    order: 2;
    width: 100%;
    margin-top: 30px;
  }
  .strength_box_text h6{
    font-size: 2rem;
    text-align: center;
  }
  .strength_box_text p{
    font-size: 1.6rem;
  }
  .strength_box_img{
    order: 1;
    width: 70%;
  }
}

@media all and (max-width: 500px) {
  .strength_sec{
    padding: 30px 0;
  }
  .strength_sec .inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  .strength_sec h2 {
    font-size: 2.8rem;
  }
  .strength_area {
    margin-top: 30px;
    padding: 15px;
  }
  .strength_box {
    padding: 20px;
    margin-bottom: 15px;
  }
}
/* ***********************************************************
*   example_sec
* *********************************************************** */

.example_sec{
  padding: 110px 0 50px;
  background-color: #EFF9FC;
}

.example_sec .inner{
  max-width: 1200px;
  margin: 0 auto;
}

.example_sec h2{
  font-size: 2.8rem;
  color: #001E81;
  text-align: center;
}

.example_area{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.example_box{
  width: 31%;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}

.example_box img{
  width: 100%;
}

.example_box h6{
  font-size: 1.8rem;
  color: #001E81;
  margin-top: 10px;
}

.example_box .date{
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 10px;
}

.example_box .contents{
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 10px;
}

.example_sec_p{
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 20px;
}

@media all and (max-width: 1600px) {
  .example_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 1023px) {
  .example_area_nb768{
    display: none!important;
  }
  .example_area{
    padding-bottom: 60px;
  }
}

@media all and (max-width: 500px) {
  .example_sec{
    padding: 30px 0;
  }
  .example_sec .inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  .example_sec h2 {
    font-size: 2.8rem;
  }
  .example_area {
    margin-top: 30px;
  }
  .example_sec_p{
    text-align: center;
  }
}


/* ***********************************************************
*   flow_sec
* *********************************************************** */

.flow_sec{
  padding: 110px 0;
}

.flow_sec .inner{
  max-width: 1200px;
  margin: 0 auto;
}

.flow_sec h2{
  font-size: 2.8rem;
  text-align: center;
}

.flow_area{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.flow_area:before{
  content: "";
  position: absolute;
  transform: translate(-50%,-50%);
  top: 170px;
  left: 33.333%;
  width: 36px;
  height: 30px;
  background-image: url(../img/flow_arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.flow_area:after{
  content: "";
  position: absolute;
  transform: translate(-50%,-50%);
  top: 170px;
  left: 66.666%;
  width: 36px;
  height: 30px;
  background-image: url(../img/flow_arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.flow_box{
  width: 31%;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  z-index: -1;
}

.flow_box img{
  width: 100%;
}

.flow_box h6{
  font-size: 1.8rem;
  color: #001E81;
  margin-top: 20px;
  text-align: center;
}

.flow_box p{
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_sec_p{
  margin-top: 40px;
  background-color: #FAFAFA;
  border-radius: 8px;
  padding: 15px 0;
}

.flow_sec_p p{
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 60px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 1600px) {
  .flow_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
  .flow_box p{
    font-size: 1.8rem;
  }
  .flow_sec_p{
    padding: 15px 20px;
  }
}

@media all and (max-width: 1023px) {
  .flow_box p{
    font-size: 1.8rem;
    height: inherit;
  }
}

@media all and (max-width: 500px) {
  .flow_sec{
    padding: 30px 0;
  }
  .flow_sec .inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  .flow_sec h2{
    font-size: 2.8rem;
  }
  .flow_area{
    flex-direction: column;
    margin-top: 10px;
  }
  .flow_area:before,
  .flow_area:after{
    display: none;
  }
  .flow_box{
    width: 220px;
    margin: 0 auto;
    padding: 0;
  }
  .flow_box h6{
    font-size: 2rem;
    margin-top: 20px;
  }
  .flow_box p{
    font-size: 1.6rem;
    height: inherit;
    margin-top: 5px;
  }
  .flow_box{
    margin-bottom: 80px;
    position: relative;
  }
  .flow_box:after{
    content: "";
    position: absolute;
    transform: translate(-50%,50%);
    bottom: -40px;
    left: 50%;
    width: 36px;
    height: 30px;
    background-image: url(../img/flow_arrow_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .flow_box:last-of-type{
    margin-bottom: 0!important;
  }
  .flow_box:last-of-type:after{
    display: none!important;
  }
  .youtube {
    margin-top: 30px;
  }
}
/* ***********************************************************
*   step_sec
* *********************************************************** */

.step_sec{
  padding: 110px 0;
}

.step_sec .inner{
  max-width: 1200px;
  margin: 0 auto;
}

.step_sec h2{
  font-size: 2.8rem;
  text-align: center;
}

.step_sec h2 span{
  color: #001E81;
}

.step_area{
  margin-top: 60px;
  padding: 60px 110px;
  border-radius: 10px;
  background-color: #EFF9FC;
}

.step_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step_box_num{
  width: 121px;
}

.step_box_icon{
  width: 94px;
}

.step_box_num img,
.step_box_icon img{
  width: 100%;
}

.step_box .text_box{
  width: calc(100% - 300px);
}

.step_box .text_box h6{
  font-size: 1.8rem;
  color: #001E81;
}

.step_box .text_box p{
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.4em;
}

.step_dot{
  width: 5px;
  margin: 25px 0 25px 50px;
}

.step_dot img{
  width: 100%;
}

.attention_area{
  background-color: #FFF2F2;
  border: 5px solid #FFD3D3;
  border-radius: 8px;
  padding: 35px;
  margin-top: 50px;
}

.attention_area h6{
  font-size: 1.8rem;
  color: #FF8888;
  text-align: center;
  margin-bottom: 20px;
}

.attention_area p{
  font-size: 1.6rem;
  font-weight: 500;
}

@media all and (max-width: 1600px) {
  .step_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 1023px) {
  .step_area {
    padding: 40px 40px;
  }
  .text_box p{
    display: none;
  }
  .step_dot{
    width: inherit!important;
    padding-left: 100px;
    margin: 10px 0 20px 50px!important;
    border-left: 5px dotted #001E81;
  }
  .step_dot_last{
    border-left: none!important;
  }
  .step_dot img{
    display: none!important;
  }
  .step_dot p{
    font-size: 2rem;
    font-weight: 500;
    display: inline-block!important;
  }
}

@media all and (max-width: 500px) {
  .step_sec{
    padding: 30px 0;
  }
  .step_sec .inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  .step_sec h2{
    font-size: 2.8rem;
  }
  .step_area {
    margin-top: 30px;
    padding: 30px 15px 10px;
  }
  .step_box_num{
    width: 60px;
  }
  .step_box_icon{
    width: 45px;
  }
  .step_box .text_box{
    width: calc(100% - 130px);
  }
  .step_box .text_box h6{
    font-size: 2rem;
  }
  .step_dot{
    width: inherit!important;
    padding-left: 43px;
    margin: 10px 0 20px 23px!important;
    border-left: 5px dotted #001E81;
  }
  .step_dot p{
    font-size: 1.6rem;
  }
  .attention_area{
    padding: 30px 15px;
    margin-top: 20px;
  }
  .attention_area h6{
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .attention_area p{
    font-size: 1.6rem;
  }
}


/* ***********************************************************
*   cost_sec
* *********************************************************** */

.cost_sec{
  padding: 110px 0;
  background-color: #FAFAFA;
}

.cost_sec .inner{
  max-width: 1200px;
  margin: 0 auto;
}

.cost_sec h2{
  font-size: 2.8rem;
  color: #001E81;
  text-align: center;
}

.cost_area{
  max-width: 950px;
  width: 100%;
  margin: 60px auto 0;
  background-image: url(../img/cost_bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0 140px;
}

.cost_area_p1{
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}

.cost_area_p2{
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}

.cost_sec .cta_btn{
  margin-top: 60px;
}

@media all and (max-width: 500px) {
  .cost_sec{
    padding: 30px 0;
  }
  .cost_sec .inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  .cost_sec h2{
    font-size: 2.8rem;
  }
  .cost_area {
    margin: 0;
    background-image: none;
    padding: 0;
  }
  .cost_area_p1{
    font-size: 2rem;
    color: #001E81;
    margin-top: 30px;
    line-height: 1.4em;
  }
  .cost_area_p2{
    font-size: 1.4rem;
    color: #000;
    font-weight: 500;
    margin-top: 10px;
  }
  .cost_sec .cta_btn{
    color: #fff;
    background-color: #001E81;
    border-bottom: none!important;
    margin-top: 30px;
  }
  .cost_sec .cta_btn:after{
    background-image: url(../img/btn_arrow.png);
  }
}

/* ***********************************************************
*   faq_sec
* *********************************************************** */

.faq_sec{
  padding: 110px 0;
}

.faq_sec .inner{
  max-width: 1200px;
  margin: 0 auto;
}

.faq_sec h2{
  font-size: 2.8rem;
  text-align: center;
}

.faq_sec h2 span{
  color: #001E81;
}

.faq_area{
  margin-top: 40px;
}

.qa_box {
  width: 100%;
  background-color: #EFF9FC;
  padding: 30px;
  margin-top: 20px;
  border-radius: 10px;
}

.qa_box .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.qa_box .question h5{
  font-size: 1.8rem;
  width: calc(100% - 60px);
  color: #001E81;
  padding-left: 80px;
  position: relative;
}

.qa_box .question h5:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/q_icon.png);
}

.qa_box .question .span_box {
  width: 28px;
  height: 28px;
  position: relative;
}

.qa_box .question .span_box .span_1,.qa_box .question .span_box .span_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #001E81;
  transform: translate(-50%, -50%);
  transition: .5s;
}

.qa_box .question .span_box .span_1 {
  width: 28px;
  height: 2px;
}

.qa_box .question .span_box .span_2 {
  width: 2px;
  height: 28px;
}

.qa_box .answer{
  display: none;
  padding-top: 15px;
}

.qa_box .answer p{
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  padding-left: 80px;
  margin-top: 20px;
  word-wrap: break-word;
  line-height: 1.4em;
  border-top: 1px solid #D9D9D9;
  padding-top: 30px;
}

.qa_box .answer p:before{
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/a_icon.png);
}

.qa_box .answer p a{
  color: #001E81;
  border-bottom: 1px solid #001E81;
}

.qa_box .answer p a:hover{
  opacity: .6;
}

@media all and (max-width: 1600px) {
  .faq_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .faq_sec{
    padding: 30px 0;
  }
  .faq_sec .inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq_sec h2{
    font-size: 2.8rem;
  }
  .faq_area{
    margin-top: 30px;
  }
  .qa_box {
    padding: 16px 20px;
    margin-top: 15px;
  }
  .qa_box .question h5{
    font-size: 1.8rem;
    width: calc(100% - 40px);
    padding-left: 40px;
  }
  .qa_box .question h5:before{
    width: 30px;
    height: 30px;
    top: 3px;
  }
  .qa_box .question .span_box {
    width: 22px;
    height: 22px;
  }
  .qa_box .question .span_box .span_1 {
    width: 22px;
  }
  .qa_box .question .span_box .span_2 {
    height: 22px;
  }
  .qa_box .answer{
    padding-top: 10px;
  }
  .qa_box .answer p{
    font-size: 1.8rem;
    padding-left: 40px;
    margin-top: 0;
    padding-top: 15px;
  }
  .qa_box .answer p:before{
    top: 15px;
    width: 30px;
    height: 30px;
  }
}

/* ***********************************************************
*   info_sec
* *********************************************************** */

.info_sec{
  padding: 110px 0;
  background-color: #001E81;
}

.info_sec .inner{
  max-width: 1200px;
  margin: 0 auto;
}

.info_sec h2{
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
}

.info_area{
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 30px;
  margin-top: 60px;
}

.info_area table{
  vertical-align: top;
  width: 100%;
}

.info_area th{
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
  width: 230px;
}

.info_area th p{
  background-color: #001E81;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  width: 200px;
  border-radius: 6px;
  padding: 3px 0;
}

.info_area td{
  padding: 20px 0;
  font-size: 1.6rem;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 500;
  width: calc(100% - 230px);
}

.info_area td a{
  color: #000;
  transition: 0s;
}

.info_area td a:hover{
  border-bottom: 1.5px solid #000;
}

.border_none th,
.border_none td{
  border-bottom: none!important;
}

@media all and (max-width: 1600px) {
  .info_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .info_sec{
    padding: 30px 0;
  }
  .info_sec .inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  .info_sec h2{
    font-size: 2.8rem;
  }
  .info_area{
    padding: 0 15px;
    margin-top: 30px;
  }
  .info_area table{
    width: 100%;
  }
  .info_area th{
    display: block;
    width: 100%;
    padding: 15px 0 0 ;
    border-bottom: none;
  }
  .info_area th p{
    font-size: 1.8rem;
    width: 100%;
    border-radius: 6px;
    padding: 3px 0;
  }
  .info_area td{
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 1.6rem;
    text-align: center;
  }
  .border_none th,
  .border_none td{
    border-bottom: none!important;
  }
}

/* ***********************************************************
*   form_sec
* *********************************************************** */

.form_sec{
  padding: 110px 0;
}

.form_sec .inner{
  max-width: 1200px;
  margin: 0 auto;
}

.form_sec h2{
  font-size: 2.8rem;
  color: #001E81;
  text-align: center;
}

.form_sec ul{
  margin-top: 60px;
}

.form_sec li{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0;
  border-top: 1px solid #D9D9D9;
}

.form_sec_l{
  width: 320px;
}

.form_sec_l p{
  font-size: 1.8rem;
}

.form_sec .form_sec_l p{
  padding-top: 10px;
}

.form_sec_r{
  width: calc(100% - 320px);
}

.form_sec_r input,
.form_sec_r textarea{
  width: 100%;
  padding: 15px 20px;
  background-color: #F8F8F8;
  border: 1px solid #DBDBDB;
  font-size: 1.6rem;
  border-radius: 4px;
}

.form_sec_r input::placeholder,
.form_sec_r textarea::placeholder{
  color: rgb(117, 117, 117);
}

.form_sec .submit_btn{
  display: block;
  font-size: 2.2rem;
  width: 440px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  margin: 35px auto 0;
}

.form_sec .submit_btn:after{
  width: 16px;
  height: 18px;
  right: 40px;
}

@media all and (max-width: 1600px) {
  .form_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .form_sec{
    padding: 30px 0;
  }
  .form_sec .inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  .form_sec h2{
    font-size: 2.8rem;
  }
  .form_sec ul{
    margin-top: 30px;
  }
  .form_sec li{
    flex-direction: column;
    padding: 15px 0;
  }
  .form_sec li:last-of-type{
    border-bottom: 1px solid #D9D9D9;
  }
  .form_sec_l{
    width: 100%;
  }
  .form_sec_l p{
    font-size: 1.8rem;
  }
  .form_sec .form_sec_l p{
    padding-top: 0;
  }
  .form_sec_r{
    width: 100%;
    margin-top: 8px;
  }
  .form_sec_r input,
  .form_sec_r textarea{
    width: 100%;
    padding: 15px 20px;
    font-size: 1.8rem;
  }
  .form_sec .submit_btn{
    font-size: 1.8rem;
    width: 100%;
    margin: 25px auto 0;
  }
  .form_sec .submit_btn:after{
    width: 14px;
    height: 16px;
    top: 52%;
    right: 30px;
  }
}

/* ***********************************************************
*   footer
* *********************************************************** */

footer{
  background-color: #001E81;
  padding: 100px 0;
}

footer .inner{
  max-width: 1200px;
  margin: 0 auto;
}

.footer_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_flex_logo{
  width: 263px;
}

.footer_flex_logo img{
  width: 100%;
}

.footer_flex_link{
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
}

.footer_flex_link li{
  padding: 0 50px;
  border-right: 1px solid #fff;
  margin: 13px 0;
}

.ad_footer .footer_flex_link li:nth-child(2),
.ad_footer .footer_flex_link li:nth-child(3){
  padding-right: 0;
  border-right: none;
}

.top_footer .footer_flex_link li:nth-child(3),
.top_footer .footer_flex_link li:nth-child(5){
  padding-right: 0;
  border-right: none;
}

.footer_flex_link li a{
  color: #fff;
  font-size: 1.6rem;
}

.footer_flex_link li a:hover{
  opacity: .7;
}

@media all and (max-width: 1600px) {
  footer .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer_flex_link li{
    padding: 0 30px;
  }
  .footer_flex_link li a{
    font-size: 1.5rem;
  }
}

@media all and (max-width: 500px) {
  footer{
    padding: 30px 0;
  }
  footer .inner{
    padding: 0;
  }
  .footer_flex{
    flex-direction: column;
  }
  .footer_flex_link{
    flex-direction: column;
    margin-top: 10px;
  }
  .footer_flex_link li{
    padding: 0;
    margin: 7px 0;
    text-align: center;
    border-right: none;
  }
  .footer_flex_link li a{
    font-size: 1.6rem;
  }
  .ad_footer{
    margin-bottom: 85px;
  }
}

@media all and (max-width: 350px) {
  .footer_flex_link li a{
    font-size: 1.5rem;
  }
}

/* ***********************************************************
*   mw-wp-form
* *********************************************************** */

.form_thanks{
  margin-top: 60px;
}

.form_thanks h4{
  font-size: 2rem;
  color: #001E81;
  text-align: center;
  margin-bottom: 30px;
}

.form_thanks p{
  font-size: 1.6rem;
  text-align: center;
  margin-top: 10px;
}

@media all and (max-width: 500px) {
  .form_thanks{
    margin-top: 30px;
  }
  .form_thanks p{
    font-size: 1.4rem;
  }
}

.form_thanks_fix{
  margin-top: 30px;
}

.form_thanks_fix p{
  font-size: 1.5rem;
}



/* ***********************************************************
* *********************************************************** */
/* ***********************************************************
* *********************************************************** */
/* ***********************************************************
* *********************************************************** */

/* ***********************************************************
*   ティザーページ
* *********************************************************** */

.top_key_sec .inner {
  height: 440px;
}

.top_key_sec .key_1{
  width: 60%;
}

.top_key_sec .key_3{
  width: 60%;
  margin-top: 45px;
}


@media all and (max-width: 1279px) {
  .top_key_sec .key_1{
    width: 55%;
  }
  .top_key_sec .key_3{
    width: 55%;
  }
}

@media all and (max-width: 500px) {
  .top_key_sec .inner {
    height: inherit;
  }
  .top_key_sec .key_1{
    width: 100%;
  }
  .top_key_sec .key_3{
    width: 100%;
    margin-top: 15px;
  }
}

/* ***********************************************************
* *********************************************************** */

.top_cta_sec .inner{
  display: flex;
}

.top_cta_box{
  width: 50%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_cta_box_l{
  background-color: #001E81;
}

.top_cta_box_l a{
  color: #001E81;
}

.top_cta_box_r{
  background-color: #000;
}

.top_cta_box_r a{
  color: #000;
}

.top_cta_box .cta_btn{
  margin: 0!important;
  font-size: 1.4rem;
}

.top_cta_box_r .cta_btn:after{
  background-image: url(../img/arrow_b.png);
}


@media all and (max-width: 1023px) {
  .top_cta_sec .inner{
    flex-direction: column;
  }
  .top_cta_box{
    width: 100%;
    height: inherit;
    padding: 30px 15px;
  }

}

@media all and (max-width: 500px) {
  .top_cta_box .cta_btn{
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.3em;
    padding-top: 10px;
  }
}

/* ***********************************************************
* *********************************************************** */


.top_about_1_sec{
  background-color: #fff;
}

.top_about_1_sec .inner{
  max-width: 1200px;
  margin: 0 auto;
  height: inherit;
  background-image: url(../img/key_img.png);
}

.top_about_1_sec h2{
  color: #000;
}

.top_about_1_sec_img{
  display: none;
}

.top_about_1_sec p{
  font-size: 2rem;
}

.top_about_1_sec .about_1_sec_p1{
  color: #001E81;
  margin-top: 120px;
}

.top_about_1_sec .about_1_sec_p2{
  color: #000;
  margin-top: 20px;
}

@media all and (max-width: 1023px) {
  .top_about_1_sec .inner{
    height: inherit;
    background-image: none!important;
  }
  .top_about_1_sec_img{
    display: block;
    width: 50%;
    margin: 30px auto 0;
  }
  .top_about_1_sec p{
    text-align: center;
  }
  .top_about_1_sec .about_1_sec_p1{
    margin-top: 40px;
  }
}

@media all and (max-width: 500px) {
  .top_about_1_sec_img{
    width: 195px;
    margin: 20px auto 0;
  }
  .top_about_1_sec p{
    font-size: 1.8rem;
  }

}


/* ***********************************************************
* *********************************************************** */


.top_info_sec{
  padding: 110px 0;
  background-color: #fff;
}

.top_info_sec .inner{
  max-width: 1200px;
  margin: 0 auto;
}

.top_info_sec h2{
  font-size: 2.8rem;
  text-align: center;
}

.top_info_sec .info_area{
  background-color: #EFF9FC;
}

@media all and (max-width: 1600px) {
  .top_info_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .top_info_sec{
    padding: 30px 0;
  }
  .top_info_sec .inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  .top_info_sec h2{
    font-size: 2.8rem;
  }
}