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

.key_sec{
  background-image: url(../img/mv_bg_pc@2x.png);
  background-size: cover;
  background-position: center;
  padding: 40px 0 60px;
  overflow: hidden;
}

.key_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.key_sec .h1{
  text-align: center;
}

.key_sec h1{
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  border-bottom: 8px solid #FAFA7D;
  line-height: 2;
  vertical-align: bottom;
}

.h1_pc_sp h1{
  display: inline-block!important;
  position: relative;
}

.h1_pc_sp h1:before{
  position: absolute;
  content: "";
  top: 50%;
  left: -160px;
  transform: translate(0, -50%);
  width: 170px;
  height: 120px;
  background-image: url(../img/fv_before.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.key_sec h1 .h1_s_1{
  position: relative;
  padding-top: .2em;
}

.key_sec h1 .h1_s_1:before{
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.key_sec h1 .h1_s_2{
  font-size: 3.2rem;
}


.key_sec_1{
  width: 45%;
  padding-top: 40px;
  position: relative;
  z-index: 3;
}

.key_sec_1 img{
  width: 100%;
}

.key_sec_2{
  position: absolute;
  bottom: -66px;
  left: 50%;
  width: 65%;
  z-index: 0;
}

.key_sec_2 img{
  width: 100%;
}

.key_sec_3{
  width: 100%;
  padding-top: 20px;
  position: relative;
  z-index: 3;
}

.key_sec_3 img{
  width: 100%;
}

@media all and (max-width: 1024px) {
  .key_sec_sp{
    width: 60%;
    margin: 30px auto 0;
  }
  .key_sec_sp img{
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .h1_pc_sp h1{
    font-size: 3.2rem;
  }
  .h1_pc_sp h1:before{
    left: -160px;
    width: 170px;
    height: 120px;
  }
}

@media all and (max-width: 500px) {
  .key_sec{
    padding: 30px 0;
  }
  .key_sec .inner{
    padding: 0 16px;
    text-align: center;
  }
  .h1_pc_sp h1{
    display: inline-block!important;
  }
  .key_sec h1{
    font-size: 2.8rem;
    border-bottom: 4px solid #FAFA7D;
    line-height: 1.4;
  }
  .key_sec h1 .h1_s_1:before{
    width: 6px;
    height: 6px;
  }
  .key_sec h1 .h1_s_2{
    font-size: 2.4rem;
  }
  .key_sec_sp{
    width: 100%;
    margin: 10px auto 0;
  }
  .h1_pc_sp h1{
    font-size: 2.4rem;
  }
  .key_sec h1 .h1_s_2{
    font-size: 2.2rem;
  }
  .h1_pc_sp h1:before{
    top: 30%;
    left: -80px;
    width: 110px;
    height: 85px;
  }
}

@media all and (max-width: 320px) {
  .h1_pc_sp h1{
    font-size: 2rem;
  }
  .key_sec h1 .h1_s_2{
    font-size: 1.8rem;
  }
  .h1_pc_sp h1:before{
    top: 30%;
    left: -60px;
    width: 90px;
    height: 75px;
  }
}



/* ***********************************************************
*   contact
* *********************************************************** */

.contact_sec{
  padding: 50px 0 80px;
}

.contact_sec .inner{
  max-width: 940px;
  margin: 0 auto;
}

.contact_sec_ttl{
  display: block;
  width: 100%;
}

.contact_area{
  width: 100%;
  background-image: url(../img/dot_bg_1@2x.png) ,url(../img/dot_bg_2@2x.png);
  background-size: 940px 80px,940px 80px;
  background-repeat: repeat-x;
  background-position: top ,bottom;
  border: 3px solid #0070E0;
  padding: 20px 0 70px;
}

.contact_sec_ttl_2{
  display: block;
  width: 420px;
  margin: 0 auto;
}

.contact_deco_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.contact_deco_l{
  font-size: 2.4rem;
  font-weight: 700;
  color: #2F2F2F;
  margin-right: 10px;
  text-align: center;
}

.contact_deco_r{
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  background-color: #0070E0;
  border-radius: 30px;
  padding: 0 30px;
  margin-left: 10px;
}

.contact_deco_c{
  display: flex;
}

.cdc_box_border{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 2px;
  background-color: #FFAA00;
  border: 3px solid #664400;
}

.cdc_box{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cdc_box img{
  position: absolute;
  transform: translate(-50%,0);
  bottom: 0;
  left: 50%;

  width: 100%;

  animation-name: scroll;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.cdc_box_border:nth-child(1) .cdc_box img{
  animation-delay: 1.2s;
}
.cdc_box_border:nth-child(2) .cdc_box img{
  animation-delay: .8s;
}
.cdc_box_border:nth-child(3) .cdc_box img{
  animation-delay: .4s;
}

@keyframes scroll {
  0% {
    transform: translate(-50%,0);
  }
  20% {
    transform: translate(-50%,0);
  }
  80% {
    transform: translate(-50%,calc(100% - 114px));
  }
  100% {
    transform: translate(-50%,calc(100% - 114px));
  }
}

.contact_sec_ttl_3{
  background-color: #0057AD;
  text-align: center;
  padding: 15px 0 35px;
  margin-top: 35px;
  position: relative;
}

.contact_sec_ttl_3::after{
  content: "";
  position: absolute;
  transform: translate(-50%,0);
  bottom: 15px;
  left: 50%;
  width: 25px;
  height: 13px;
  background-image: url(../img/contact_sec_ttl_3_3@2x.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.contact_sec_ttl_3 h5{
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 110px;
}

.contact_sec_ttl_3 h5::before{
  content: "";
  position: absolute;
  transform: translate(0,-65%);
  top: 50%;
  left: 0;
  width: 95px;
  height: 95px;
  background-image: url(../img/contact_sec_ttl_3_1@2x.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.contact_sec_ttl_3 h5::after{
  content: "";
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  right: 70px;
  width: 30px;
  height: 30px;
  background-image: url(../img/contact_sec_ttl_3_2@2x.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.contact_form{
  padding: 40px 60px;
}

.contact_sec_p_1{
  font-size: 2rem;
  color: #2F2F2F;
  text-align: center;
}

.contact_form ul{
  margin-top: 35px;
}

.contact_form li{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 9px 0;
}

.contact_form_l{
  width: 38%;
  background-color: #F4F9FE;
}

.contact_form_l p{
  font-size: 1.8rem;
  color: #2F2F2F;
  padding: 16px;
  line-height: 1.2;
}

.contact_form_r{
  width: 60%;
  background-color: #EEEEEE;
}

.select_ul .contact_form_r{
  position: relative;
}

.select_ul .contact_form_r::after{
  content: "";
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  right: 20px;
  width: 10px;
  height: 9px;
  background-image: url(../img/contact_form_r@2x.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.contact_form_r select,
.contact_form_r input{
  width: 100%;
  font-size: 1.8rem;
  color: #2F2F2F;
  background-color: #EEEEEE;
  border-radius: 4px;
  padding: 16px 20px;
  border: none!important;
}

.contact_form_r input::-webkit-inner-spin-button,
.contact_form_r input.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}

.contact_form_next{
  display: none;
}

.contact_form_next_text{
  background-color: #0070E0;
  padding: 40px 0 55px;
  position: relative;
  margin: 40px 0 20px;
}

.contact_form_next_text::after{
  content: "";
  position: absolute;
  transform: translate(-50%,0);
  bottom: 20px;
  left: 50%;
  width: 35px;
  height: 15px;
  background-image: url(../img/contact_yellow@2x.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.contact_form_next_text p{
  font-size: 2rem;
  font-weight: 700;
  color: #FAFA7D;
  text-align: center;
}

.btn{
  display: block;
  width: 710px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin:  60px auto 0;
  border-radius: 60px;
  background-color: #FF8000;
  color: #fff;
  font-weight: 700;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #664400;
  -webkit-text-fill-color: white;
  font-size: 4rem;
  border: none!important;
  cursor: pointer;
  transition: .5s;
  transform: translateY(-8px);
  box-shadow: 0 10px 0 #664400;
  position: relative;
}

.btn:hover{
  transform: translateY(0);
  box-shadow: 0 2px 0 #664400;
}

.btn:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 175px;
  height: 160px;
  background-image: url(../img/btn_1@2x.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.btn:after{
  content: "";
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  right: 120px;
  width: 50px;
  height: 42px;
  background-image: url(../img/btn_2@2x.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.contact_sec_p_2{
  font-size: 2.4rem;
  font-weight: 700;
  color: #2F2F2F;
  text-align: center;
  margin-top: 20px;
}


.btn_2_wrap{
  text-align: center;
  margin-top: 20px;
}

.btn_2{
  display: inline-block;
  background-color: #F5F7FA;
  border: 2px solid #0070E0;
  border-radius: 20px;
  padding: 30px 60px;
}

.btn_2_1{
  font-size: 2.8rem;
  font-weight: 700;
  color: #2F2F2F;
  text-align: center;
  padding-left: 70px;
  position: relative;
  display: inline-block;
}

.btn_2_1::before{
  content: "";
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  left: 0;
  width: 64px;
  height: 64px;
  background-image: url(../img/btn_2_1@2x.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.btn_2_2{
  font-size: 5rem;
  font-weight: 700;
  color: #0070E0;
  text-align: center;
}

.mw_wp_form .error {
  font-size: 1.4rem!important;
  padding-bottom: 7px;
  padding-left: 20px;
}

@media all and (max-width: 1279px) {
  .contact_sec .inner{
    padding: 0 40px;
  }
  .contact_deco_l{
    font-size: 2rem;
  }
  .contact_deco_r{
    font-size: 3rem;
    border-radius: 20px;
    padding: 0 20px;
  }
  .cdc_box_border{
    width: 70px;
    height: 70px;
  }
  @keyframes scroll {
    0% {
      transform: translate(-50%,0);
    }
    20% {
      transform: translate(-50%,0);
    }
    80% {
      transform: translate(-50%,calc(100% - 64px));
    }
    100% {
      transform: translate(-50%,calc(100% - 64px));
    }
  }
}

@media all and (max-width: 1024px) {
  .btn_sp{
    width: 100%;
    height: 190px;
    background-image: url(../img/btn_sp@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent!important;
    border: none!important;
    margin-top: 40px;
  }
}

@media all and (max-width: 768px) {
  .btn_sp{
    height: 150px;
  }
}

@media all and (max-width: 500px) {
  .contact_sec {
    padding: 50px 0 40px;
  }
  .contact_sec .inner{
    padding: 0 10px;
  }
  .contact_area{
    background-size: 470px 40px,470px 40px;
    padding-bottom: 40px;
  }
  .contact_deco_flex{
    flex-direction: column;
  }
  .contact_deco_l{
    margin-left: 0;
  }
  .contact_deco_r{
    margin-right: 0;
    margin-top: 10px;
  }
  .contact_deco_c{
    margin-top: 10px;
  }
  .contact_sec_ttl{
    width: 96%;
    margin: 0 auto;
  }
  .contact_sec_ttl_2{
    width: 80%;
  }
  .contact_form{
    padding: 20px 30px;
  }
  .contact_sec_ttl_3{
    padding: 15px 0 25px;
  }
  .contact_sec_ttl_3::after{
    bottom: 10px;
    width: 18px;
    height: 7px;
  }
  .contact_sec_ttl_3 h5{
    font-size: 1.8rem;
    padding: 0 80px;
  }
  .contact_sec_ttl_3 h5::before{
    width: 66px;
    height: 66px;
  }
  .contact_sec_ttl_3 h5::after{
    right: 50px;
    width: 16px;
    height: 16px;
  }
  .contact_sec_p_1 {
    font-size: 1.6rem;
  }
  .contact_form li{
    flex-direction: column;
    padding: 10px 0;
  }
  .contact_form_l{
    width: 100%;
  }
  .contact_form_l p{
    font-size: 1.8rem;
    color: #2F2F2F;
  }
  .contact_form_r{
    width: 100%;
    margin-top: 10px;
  }
  .contact_form_next_text{
    padding: 20px 0 29px;
    margin: 12px 0 10px;
  }
  .contact_form_next_text::after{
    bottom: 7px;
    width: 20px;
    height: 8px;
  }
  .contact_form_next_text p{
    font-size: 1.6rem;
  }
  .contact_form .contact_form_next ul{
    margin-top: 0!important;
  }
  .btn_sp{
    height: 80px;
    margin-top: 20px;
  }
  .contact_sec_p_2{
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .btn_2{
    border-radius: 16px;
    padding: 20px;
  }
  .btn_2_1{
    font-size: 1.4rem;
    padding-left: 40px;
  }
  .btn_2_1::before{
    width: 30px;
    height: 30px;
  }
  .btn_2_2{
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .contact_form_l p{
    font-size: 1.6rem;
    padding: 10px;
  }
  .contact_form_r select,
  .contact_form_r input{
    /* font-size: 1.4rem; */
    font-size: 16px;
  }
  .select_ul .contact_form_r::after{
    right: 16px;
  }
  .mw_wp_form .error {
    padding-left: 16px;
  }
}




/* ***********************************************************
*   下層テンプレ
* *********************************************************** */

.lower_top_sec{
  background-image: url(../img/mv_bg_pc@2x.png);
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.lower_top_sec h1{
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.lower_sec{
  padding: 60px 0;
}

.lower_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
  background-color: #FFFFF6;
  border: 4px solid #C7C7C7;
}

.lower_area{
  padding: 0 30px;
}

.lower_area h2{
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 40px;
  color: #0070E0;
  border-bottom: 2px solid #0070E0;
  line-height: 1.5;
  position: relative;
  padding-top: 20px;
}

.lower_area h2::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 14px;
  background-image: url(../img/h2@2x.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.lower_area_inner{
  padding: 0 30px;
}

.lower_area_inner h3{
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 40px;
  border-bottom: 2px solid #0070E0;
  line-height: 1.5;
  padding: 8px 16px;
  background-color: #F2F7FC;
}

.lower_area_inner h4{
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-left: 30px;
  position: relative;
}

.lower_area_inner h4::before{
  content: "";
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #0070E0;
}

.lower_area_inner p{
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.span_yellow{
  background-color: #FFFD2B;
}

.lower_area p a{
  color: #0070E0;
  border-bottom: 1px solid #0070E0;
}

.merit_box{
  border: 1px solid #B5B5B5;
  background-color: #fff;
  position: relative;
  margin-top: 60px;
}

.merit_box_ttl{
  position: absolute;
  transform: translate(0,-50%);
  top: 0;
  left: 0;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #0070E0;
  padding: 4px 16px;
}

.merit_box ul{
  padding: 15px 30px;
}

.merit_box ul li{
  font-size: 1.6rem;
  color: #2F2F2F;
  position: relative;
  padding: 12px 0 12px 16px;
}

.merit_box ul li::before{
  content: "";
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0070E0;
}

.merit_box_2 .merit_box_ttl{
  background-color: #A1AAB3!important;
}

.merit_box_2 ul li::before{
  background-color: #A1AAB3!important;
}

.lower_area_mt40{
  margin-top: 40px;
}

.lower_area_inner img{
  width: 100%;
  margin-top: 40px;
}

.faq_box{
  width: 100%;
  padding: 40px 20px;
  background-color: #fff;
  border: 2px solid #0070E0;
  border-radius: 20px;
  margin-bottom: 40px;
}

.faq_box li{
  padding-left: 90px;
  position: relative;
}

.faq_box li a{
  color: #0070E0;
  border-bottom: 1px solid #0070E0;
}

.faq_box li:first-of-type{
  font-size: 2rem;
  font-weight: 700;
}

.faq_box li:last-of-type{
  font-size: 1.8rem;
  margin-top: 70px;
}

.faq_box li::before{
  content: "";
  position: absolute;
  transform: translate(0,-25%);
  top: 0;
  left: 0;
  width: 70px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.faq_box li:first-of-type::before{
  background-image: url(../img/q@2x.png);
}

.faq_box li:last-of-type::before{
  background-image: url(../img/a@2x.png);
}

.under_blue_wrap{
  margin-bottom: 40px;
}

.lower_area_inner .under_blue{
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 2px dotted #0070E0;
  display: inline;
  line-height: 2;
  padding-bottom: 2px;
  letter-spacing: 0em;
}



@media all and (max-width: 1024px) {
  .lower_sec{
    padding: 60px 40px;
  }
}

@media all and (max-width: 500px) {
  .lower_top_sec{
    padding: 20px 0;
  }
  .lower_top_sec h1{
    font-size: 2.2rem;
  }
  .lower_sec{
    padding: 0;
  }
  .lower_sec .inner{
    max-width: 1000px;
    margin: 0 auto;
    background-color: #FFFFF6;
    border: none;
  }
  .lower_area{
    padding: 0 16px;
  }
  .lower_area h2{
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-top: 10px;
  }
  .lower_area h2::before{
    width: 20px;
    height: 8px;
  }
  .lower_area_inner{
    padding: 0 8px;
  }
  .lower_area_inner h3{
    font-size: 1.6rem;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 5px;
  }
  .lower_area_inner h4{
    font-size: 1.6rem;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 17px;
  }
  .lower_area_inner h4::before{
    left: 6px;
    width: 12px;
    height: 12px;
  }
  .lower_area_inner p{
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .merit_box{
    margin-top: 40px;
  }
  .merit_box_ttl{
    border-radius: 8px;
    font-size: 1.4rem;
    padding: 2px 10px;
  }
  .merit_box ul{
    padding: 15px 30px;
  }
  .merit_box ul li{
    font-size: 1.6rem;
    padding: 5px 0 5px 16px;
  }
  .merit_box ul li::before{
    top: 19px;
  }
  .lower_area_mt40{
    margin-top: 30px;
  }
  .lower_area_inner img{
    margin-top: 30px;
  }
  .faq_box{
    padding: 20px 12px;
    border-radius: 16px;
    margin-bottom: 30px;
  }
  .faq_box li{
    padding-left: 50px;
  }
  .faq_box li:first-of-type{
    font-size: 1.6rem;
  }
  .faq_box li:last-of-type{
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .faq_box li::before{
    transform: translate(0,0);
    width: 40px;
    height: 34px;
  }
  .under_blue_wrap{
    margin-bottom: 0;
  }
  
  .lower_area_inner .under_blue{
    font-size: 1.6rem;
    line-height: 2;
    padding-bottom: 2px;
  }
  
}

.list_box h5{
  font-size: 2.2rem;
  font-weight: 700;
  color: #0070E0;
  border-bottom: 1px solid #0070E0;
  padding-left: 40px;
  position: relative;
}

.list_box h5::before{
  position: absolute;
  transform: translate(0,-50%);
  top: 19px;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #0070E0;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.list_box li:nth-child(1) h5::before{
  content: "1";
}
.list_box li:nth-child(2) h5::before{
  content: "2";
}
.list_box li:nth-child(3) h5::before{
  content: "3";
}
.list_box li:nth-child(4) h5::before{
  content: "4";
}
.list_box li:nth-child(5) h5::before{
  content: "5";
}

.list_box p{
  font-size: 1.6rem;
  color: #2F2F2F;
  margin-top: 20px;
}

.list_box_2 h5{
  color: #2F2F2F;
  border-bottom: 1px solid #A1AAB3;
}

.list_box_2 h5::before{
  background-color: #A1AAB3;
}

@media all and (max-width: 500px) {
  .list_box h5{
    font-size: 1.6rem;
    padding-left: 26px;
  }
  
  .list_box h5::before{
    top: 14px;
    width: 22px;
    height: 22px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  
  .list_box p{
    font-size: 1.4rem;
    margin-top: 16px;
  }
}

.example_box{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 40px;
  position: relative;
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 40px;
}

.example_box_area .example_box:nth-child(1){
  border: 2px solid #E0E000;
}
.example_box_area .example_box:nth-child(2){
  border: 2px solid #E0E000;
}
.example_box_area .example_box:nth-child(3){
  border: 2px solid #96C8FA;
}
.example_box_area .example_box:nth-child(4){
  border: 2px solid #96C8FA;
}
.example_box_area .example_box:nth-child(5){
  border: 2px solid #FFBB33;
}
.example_box_area .example_box:nth-child(6){
  border: 2px solid #C8D0FA;
}

.example_box::before{
  position: absolute;
  top: 0;
  left: 20px;
  border-radius: 0 0 10px 10px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2F2F2F;
  text-align: center;
  padding: 7px 20px;
}

.example_box_area .example_box:nth-child(1)::before{
  background-color: #E0E000;
  content: "事例①";
}
.example_box_area .example_box:nth-child(2)::before{
  background-color: #E0E000;
  content: "事例②";
}
.example_box_area .example_box:nth-child(3)::before{
  background-color: #96C8FA;
  content: "事例③";
}
.example_box_area .example_box:nth-child(4)::before{
  background-color: #96C8FA;
  content: "事例④";
}
.example_box_area .example_box:nth-child(5)::before{
  background-color: #FFBB33;
  content: "事例⑤";
}
.example_box_area .example_box:nth-child(6)::before{
  background-color: #C8D0FA;
  content: "事例⑥";
}

.example_box_l{
  width: 26%;
}

.lower_sec .example_box_l img{
  width: 100%;
  margin: 0;
}

.example_box_r{
  width: 70%;
}

.example_box_r img{
  width: 90%;
  margin: 0;
  margin-right: auto;
}

.example_box_r p{
  margin-top: 20px;
  margin-bottom: 0;
}

@media all and (max-width: 1023px) {
  .example_box_l{
    width: 33%;
  }
  .example_box_r{
    width: 62%;
  }
}

@media all and (max-width: 500px) {
  .example_box{
    flex-direction: column;
    padding: 40px 12px 30px;
  }
  .example_box::before{
    transform: translate(-50%,0);
    left: 50%;
    font-size: 1.6rem;
    padding: 5px 15px;
  }
  .example_box img{
    width: 100%;
    margin-top: 0;
  }
  .example_box p{
    width: 100%;
    margin-top: 16px;
    margin-bottom: 0;
  }
}


/* ***********************************************************
*   プライバシーポリシー
* *********************************************************** */

.privacy_sec .inner{
  padding-bottom: 20px;
  background-color: #fff;
}

.privacy_sec .lower_area h2{
  padding-top: 0;
}

.privacy_sec .lower_area h2::before{
  display: none!important;
}

.privacy_list ul{
  padding: 0 30px;
}

.privacy_list li{
  font-size: 1.6rem;
  color: #2F2F2F;
  position: relative;
  padding: 10px 0 10px 16px;
}

.privacy_list li::before{
  content: "";
  position: absolute;
  transform: translate(-50%,-50%);
  top: 28px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0070E0;
}


@media all and (max-width: 500px) {
  .privacy_list ul{
    padding: 0 8px;
  }
  .privacy_list li{
    font-size: 1.6rem;
    padding: 5px 0 5px 16px;
  }
  .privacy_list li::before{
    top: 19px;
  }
}

/* ***********************************************************
*   本サイトの運営情報
* *********************************************************** */

.info_sec .inner{
  padding-bottom: 20px;
  background-color: #fff;
}

.info_sec .lower_area h2{
  padding-top: 0;
}

.info_sec .lower_area h2::before{
  display: none!important;
}

table{
  width: 100%;
  background-color: #FFFFFF;
}

th,
td{
  padding: 30px 20px;
  font-size: 1.6rem;
  color: #2F2F2F;
  text-align: left;
  vertical-align: middle;
}

.table_1 th{
  width: 30%;
  background-color: #F2F7FC;
  border-bottom: 1px solid #0070E0;
}

.table_1 td{
  width: 70%;
  border-bottom: 1px solid #C7C7C7;
}

.table_2{
  margin-top: 40px;
}

.table_2 .th_1{
  width: 30%;
  border-bottom: 1px solid #0070E0;
  background-color: #F2F4FC;
}

.table_2 .th_2{
  width: 30%;
  border-bottom: 1px solid #C7C7C7;
  background-color: #F7F7F7;
}

.table_2 td{
  width: 40%;
  border-bottom: 1px solid #C7C7C7;
}

.table_3{
  margin-top: 40px;
}

.table_3 .th_1{
  width: 30%;
  border-bottom: 1px solid #FFBB33;
  background-color: #FCFCF2;
}

.table_3 .th_2{
  width: 30%;
  border-bottom: 1px solid #C7C7C7;
  background-color: #F7F7F7;
}

.table_3 td{
  width: 40%;
  border-bottom: 1px solid #C7C7C7;
}

.table_4{
  margin-top: 40px;
}

.table_4 .th_1{
  width: 30%;
  border-bottom: 1px solid #0070E0;
  background-color: #F2F7FC;
}

.table_4 .th_2{
  width: 16%;
  border-bottom: 1px solid #C7C7C7;
  background-color: #F2F2F2;
}

.table_4 .th_3{
  width: 27%;
  border-bottom: 1px solid #C7C7C7;
  background-color: #F7F7F7;
}

.table_4 td{
  width: 27%;
  border-bottom: 1px solid #C7C7C7;
}

.info_sec p{
  font-size: 1.4rem;
  margin-top: 20px;
}

@media all and (max-width: 500px) {
  table th,
  table td{
    display: block;
    width: 100%!important;
    text-align: center;
    padding: 16px 0;
    font-size: 1.4rem;
  }
  .info_sec p{
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .table_2,
  .table_3,
  .table_4{
    margin-top: 30px;
  }
}


/* ***********************************************************
*   お問い合わせ
* *********************************************************** */

.lower_contact_sec .inner{
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.lower_contact_sec_p{
  font-size: 1.6rem;
  color: #2F2F2F;
  text-align: center;
}

@media all and (max-width: 500px) {
  .lower_contact_sec_p{
    font-size: 1.4rem;
  }
}


/* ***********************************************************
*   改修によるCSS追加 3/24
* *********************************************************** */
.item--pc {
  display: none
}

@media screen and (min-width:835px) {
  .item--pc {
    display: block
  }
}

.item--sp {
  display: block
}

@media screen and (min-width:835px) {
  .item--sp {
    display: none
  }
}

.content {
  height: 2000px
}

#nav-toggle--sec {
  display: block;
  position: fixed;
  top: 23.5px;
  right: 21px;
  width: 26px;
  height: 21px;
  cursor: pointer;
  z-index: 998;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: .7s;
  transition: .7s;
  background-color: #0070e0;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width: 1280px) {
  #nav-toggle--sec {
    top: 20px;
    right: 40px;
    z-index: 998;
  }
}

#nav-toggle--sec.is-active {
  z-index: 9999;
}

#nav-toggle--sec.is-active span:first-child {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
}

#nav-toggle--sec.is-active span:nth-child(2) {
  width: 0;
  left: 50%
}

#nav-toggle--sec.is-active span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1
}

.nav-toggle-box--sec {
  position: relative;
  width: 27px;
  height: 25px
}

.nav-toggle-box--sec span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  left: 0;
  zoom: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-radius: 1.5px
}

.nav-toggle-box--sec span:first-child {
  top: 0
}

.nav-toggle-box--sec span:nth-child(2) {
  top: 9px
}

.nav-toggle-box--sec span:nth-child(3) {
  top: 18px
}

#global-nav-pc {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .7s;
  transition: .7s;
  opacity: 0
}

#global-nav-pc.open {
  z-index: 999;
  visibility: visible;
  opacity: 1
}

#global-nav-pc ul {
  width: 600px
}

#global-nav-pc ul li {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #ddd
}

#global-nav-pc ul li:last-of-type {
  border-bottom: 1px solid #ddd
}

#global-nav-pc ul li a {
  color: #0057ad;
  font-size: 18px;
  font-weight: 700
}

.btn--line {
  display: block;
  width: 100%;
  max-width: 560px;
  height: 14.3vw;
  max-height: 115px;
  border-radius: 30vw;
  margin: 20px auto 0;
  background-color: #004902;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #004902;
  -webkit-text-fill-color: #fff;
  border: none!important;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 10px 0 #004902;
  box-shadow: 0 10px 0 #004902;
  position: relative
}

@media screen and (max-width:370px) {
  .btn--line {
    height: 13.3vw;
  }
}


.btn--line--sec {
  display: block;
  width: 100%;
  max-width: 560px;
  height: 16vw;
  max-height: 115px;
  border-radius: 30vw;
  margin: 20px auto 0;
  background-color: #004902;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #004902;
  -webkit-text-fill-color: #fff;
  border: none!important;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 10px 0 #004902;
  box-shadow: 0 10px 0 #004902;
  position: relative
}


@media screen and (min-width:835px) {
  .btn--line {
    margin: 40px auto 0;
    width: 640px;
    height: 130px;
    max-height: auto;
    border-radius: 75px
  }
  .btn--line--sec {
    margin: 40px auto 0;
    width: 640px;
    height: 130px;
    max-height: auto;
    border-radius: 75px
  }  
}


@media screen and (max-width:370px) {
  .btn--line--sec {
    height: 15.1vw;
  }
}

.btn--line:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 2px 0 #004902;
  box-shadow: 0 2px 0 #004902
}

.btn--line--sec:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 2px 0 #004902;
  box-shadow: 0 2px 0 #004902
}

.btn--line img {
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
}

.btn--line--sec img {
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
}

@media screen and (min-width:835px) {
  .btn--line img {
    top: 0px;
  }
  .btn--line--sec img {
    top: 0px;
  }
}

.footerFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0 -6px 10px rgba(0, 0, 0, .161);
  box-shadow: 0 -6px 10px rgba(0, 0, 0, .161);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width:835px) {
  .footerFixed {
    height: 80px
  }
}

@-webkit-keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}
@-moz-keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}
@keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}

.footerFixed__text {
  font-size: 14px;
  font-weight: 700;
  color: #2d87e0;
  position: relative;
  margin-left: 10px;
  margin-right: 20px;
  -webkit-animation:blink 1s ease-in-out infinite alternate;
  -moz-animation:blink 1s ease-in-out infinite alternate;
  animation:blink 1s ease-in-out infinite alternate; 
}

@media screen and (min-width:835px) {
  .footerFixed__text {
    font-size: 22px;
    margin: 0 35px
  }
}

@media screen and (max-width:370px) {
  .footerFixed__text {
    font-size: 12px
  }
}

.footerFixed__text:after, .footerFixed__text:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 2px;
  background: #2d87e0;
  top: 3px
}

@media screen and (min-width:835px) {
  .footerFixed__text:after, .footerFixed__text:before {
    height: 25px
  }
}

.footerFixed__text:before {
  left: -8px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg)
}

@media screen and (min-width:835px) {
  .footerFixed__text:before {
    left: -15px
  }
}

.footerFixed__text:after {
  right: -7px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg)
}

@media screen and (min-width:835px) {
  .footerFixed__text:after {
    right: -14px
  }
}

.footerFixed__btn {
  display: inline-block;
  width: 242px;
  -webkit-transition: .5s;
  transition: .5s
}

.footerFixed__btn:hover {
  opacity: .8
}

@media screen and (min-width:835px) {
  .footerFixed__btn {
    width: 100%;
    max-width: 477px
  }
}

@media screen and (max-width:370px) {
  .footerFixed__btn {
    width: 220px
  }
}

.footerFixed__btn img {
  width: 100%
}

.footerFixed__img {
  display: none
}

@media screen and (min-width:835px) {
  .footerFixed__img {
    display: block;
    width: 160px;
    margin-bottom: 10px
  }
}