@charset "UTF-8";

.breadcrumb_inner1 {
    padding-bottom: 31px;
}


.form_mainv{
    background: #d32c32;
    color: #fff;
    padding: 97px 0;
}

.form_head{
    padding: 21px 54px 11px;
}

.form_mainv_logo{
    width: 128px;
}
.form_mainv_ttl{
    text-align: center;
    /* margin-bottom: 33px; */
}
.form_mainv_ttl_en{
    display: block;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
}
.form_mainv_ttl_jp{
    display: block;
    font-size: 20px;
    margin-top: 4px;
}
/* -------------------------------------- */
.form_anc{
    display: flex;
    margin: 0 0 34px;
    gap: 0 39px;
}
.form_anc a{
    width: 100%;
    /* margin-left: 10px; */
    padding: 0 0 37px 39px;
    border-bottom: solid #dadada 1px;
    position: relative;
    z-index: 1;
}
.form_anc_arrow {
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    z-index: 1;
    border: solid #d32c32 1px;
    border-radius: 100px;
    left: 0px;
    top: -3px;
}
.form_anc_arrow:before {
    content: '';
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 9px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 1px solid #d32c32;
    border-right: 1px solid #d32c32;
    transform: rotate(135deg);
}

@media only screen and (min-width: 768px) {

    a:hover .arrow-gy:before{
        animation-duration: .4s;
        animation-delay: 0s;
        animation-fill-mode: both;
        animation-timing-function: 
cubic-bezier(0.455, 0.03, 0.515, 0.955);
        animation-name: slideArw3;
    }
    .form_anc a:hover {
        border-bottom: solid #d32c32 1px;
    }

}

/* -------------------------------------- */

.material{}
.materials{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
/*
.materials:nth-child(even):before{
  content: "";
  z-index: 1;
  position: absolute;
  background: #f5f5f5;
  top:0;
  bottom: 0;
  right: 6%;
  left: 0;
}
.materials:nth-child(even) .form_pdf_label{
  background: #fff;

}
.materials:nth-child(even) .form_pdf_name{
  border-top-color: #f5f5f5;
}
*/

.materials_inner{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding-bottom: 80px;
    padding-top: 80px;
}

.material_ttl{}
.material_ttl_no{
  font-size: 24px;
  color: rgb(211, 44, 50);
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.material_ttl_ja{
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-top: 15px;
}

.material_list{
    margin-top: 36px;
    display: grid;
    gap: 5px 0;
}
.material_list li{
  font-size: 18px;
  padding-left: 21px;
  position: relative;
  z-index: 1;
  font-weight: 600;
}
.material_list li:before{
    content: "";
    z-index: 1;
    position: absolute;
    border-radius: 50px;
    background-color: #000;
    left: 7px;
    top: 10px;
    width: 3px;
    height: 3px;
    z-index: 1;
}
.material_mes{
  font-size: 18px;
  margin-top: 57px;
  font-weight: 600;
}

/* -------------------------------------- */
.material_head{
    margin-bottom: 100px;
}
.material_ttl2{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 31px;
}
.material_mes2{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
}

/* -------------------------------------- */
.form2{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.form2_inner{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 111px;
    padding-top: 90px;
    position: relative;
    z-index: 1;
}
.form2_before {
  background: #ccc;
  display: block;
  position: absolute;
  z-index: -1;
  width: 100px;
  height: 100px;
  background: url(../img/common/bg1.png) 0 0 repeat;
  background-size: 16px auto;
}
.form2_before1 {
    top: 492px;
    background: #1ba591;
    left: -36px;
    width: 80px;
    height: 80px;
}
.form2_before2 {
    background-image: url(../img/common/bg1.png);
    top: 572px;
    left: 45px;
    width: 130px;
    height: 130px;
}

.form2_before3 {
    top: 531px;
    background: #61b7d9;
    right: -48px;
    width: 70px;
    height: 70px;
}
.form2_before4 {
    top: 436px;
    background: #d8bb09;
    right: -143px;
    width: 95px;
    height: 95px;
}

.form2_before5 {
    top: 1355px;
    background: #d32c32;
    right: 83px;
    width: 50px;
    height: 50px;
}


.form2_before6 {
    background-image: url(../img/common/bg1.png);
    /* background-size: 25px auto; */
    /* top: 190px; */
    /* right: 190px; */
    width: 90px;
    height: 90px;
    top: 1404px;
    right: 133px;
}

.form2_before7 {
    top: 1275px;
    background: #d32c32;
    left: -155px;
    width: 50px;
    height: 50px;
}

.bef_block{
  display: none;
}

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

  .bef_block{
    display: block;
  }
  .bef_none{
    display: none;
  }


  .form2_before5 {
      right: -117px;
  }


  .form2_before6 {
      right: -67px;
  }

  .form2_before7 {
  left: 25px;
  right: auto;
  }  

}


/* -------------------------------------- */

.form_mes_str{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 90px;
}
.form_mes_str.red{
    color: #d32c32;
}

/* -------------------------------------- */

.policy_slide{
  border: solid 1px #bbc0c2;
  padding: 5px 0px 5px 0px;
  height: 300px;
  background: #fff;
}
.policy_slide_inner{
  padding: 33px 0px 33px 39px;  
}
.policy_slide_ttl{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 29px;
}
.policy_slide_box{
    padding-left: 26px;
    margin-top: 26px;
}
.policy_slide_ttl2{
    color: #545455;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 9px;
    position: relative;
    z-index: 1;
}
.policy_slide_ttl2 .no{
  position: absolute;
  z-index: 1;
  top: 0;
  left: -23px;
}
.policy_slide_data{
    /* font-size: 16px; */
    color: #545455;
}
.policy_slide_data_ttl{
  font-weight: 700;
}
.policy_slide_data_list{}
.policy_slide_data_list li{
  position: relative;
  z-index: 1;
  padding-left: 17px;
}
.policy_slide_data_list li:before{
  content: "";
  z-index: 1;
  position: absolute;
  border-radius: 50px;
  background-color: rgb(215, 38, 44);
  left: 2px;
  top: 8px;
  width: 5px;
  height: 5px;
  z-index: 1;
}

/* -------------------------------------- */

.form{}
.form_inner{max-width: 1200px;margin: 0 auto;}
.form_mes{
    font-size: 18px;
    text-align: center;
    line-height: 2.2;
    margin-bottom: 103px;
}
.form_mes.red{
  color: #d32c32;
}
.msg{
  color: #d32c32;
}

/* -------------------------------------- */

.flow_list{
    display: flex;
    justify-content: center;
    margin: 0 0 99px;
}
.flow_list li{
    /* padding: 0 5px; */
    width: 33%;
    position: relative;
    z-index: 1;
}
.flow_list li:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: #d32c32;
  height: 1px;
  width: 100%;
  top: 20px;
  left: 50%;
}
.flow_list li:last-child:before{
  display: none;
}
.flow_list li:after{
    content: "";
    border-radius: 10px;
    background: #d32c32;
    width: 18px;
    height: 18px;
    display: block;
    margin: auto;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 11px;
}
.flow_name{
    text-align: center;
    margin: 55px 0 0;
    /* color: #00afc9; */
    /* font-size: 16px; */
}
.flow_name:after{
    content: "";
    border-radius: 100px;
    background-color: rgba(211, 44, 50,0.3);
    width: 37px;
    height: 37px;
    display: block;
    margin: auto;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 2px;
    opacity: 0;
}
.flow_name_en{
  display: block;
  color: #d32c32;
  font-weight: 700;
  font-size: 13px;
  margin: 0  0 7px;
}
.flow_name_jp{
  display: block;
  font-weight: 600;
}

.flow_list.no3 li:nth-child(n+4):after,
.flow_list.no2 li:nth-child(n+3):after,
.flow_list.no1 li:nth-child(n+2):after{background: #dadada;}
.flow_list.no3 li:nth-child(n+4) .flow_name,
.flow_list.no2 li:nth-child(n+3) .flow_name,
.flow_list.no1 li:nth-child(n+2) .flow_name{
  /* color: #d3d3d3; */
}
.flow_list.no3 li:nth-child(n+3):before,
.flow_list.no2 li:nth-child(n+2):before,
.flow_list.no1 li:nth-child(n+1):before{
  background: #dadada;
}

.flow_list.no1 li:nth-child(1) .flow_name:after,
.flow_list.no2 li:nth-child(2) .flow_name:after,
.flow_list.no3 li:nth-child(3) .flow_name:after{
  opacity: 1;
}
/* --------------------------- */
.hissu{
    border: solid 1px #d32c32;
    margin: 0 0 0 9px;
    font-size: 13px;
    color: #d32c32;
    padding: 4px 10px;
    background: #fff;
}

.form_main{
    background: #f5f5f5;
    padding: 97px 89px;
    position: relative;
    z-index: 5;
}
.form_box{}
.form_box + .form_box{
  margin-top: 40px;
}
.form_ttl{
    font-weight: bold;
    margin: 0 0 20px;
    font-size: 18px;
}
.form_input{}
.form_pdf{
    display: grid;
    gap: 2%;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 25px;
}
.form_pdf_label{
    /* width: 47%; */
    background: #f1f1f1;
    padding: 38px 0 0px;
    cursor: pointer;
    /* margin-left: 6%; */
    display: block;
}
.form_pdf_label:nth-child(2n+1){
  /* margin-left: 0; */
}
.form_pdf_label:nth-child(n+3){
  /* margin-top: 15px; */
}
.form_pdf_label input{
    display: none;
}
.form_pdf_img{
    padding-top: 48%;
    display: block;
    background: 50% 50% no-repeat;
    -moz-background-size:contain;
    background-size:contain;
    margin: 0 17%;
}
.form_pdf_name{
    margin: 33px 0 0;
    display: block;
    /* text-align: center; */
    border-top: 2px solid #fff;
    padding: 21px 12% 39px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0;
}
.check_list span,
.kozin_check span,
.form_pdf_name span{
  position: relative;
  z-index: 1;
  padding: 0 0  0 34px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
.check_list span:before,
.kozin_check span:before,
.form_pdf_name span:before{
    content: '';
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: solid 1px #d32c32;
    vertical-align: middle;
    margin-right: 15px;
    left: 0;
    top: 2px;
}
.check_list span:after,
.kozin_check span:after,
.form_pdf_name span:after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 5px;
    border-left: 1px solid #d32c32;
    border-bottom: 1px solid #d32c32;
    position: absolute;
    z-index: 4;
    left: 4px;
    top: 9px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: .2s;
}

.check_list input:checked + span:after,
.kozin_check input:checked + span:after,
.form_pdf_label input:checked + .form_pdf_name span:after{
    opacity: 1;
}

.check_list input{
  display: none;
}
.check_list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 21px;
}
.check_list label{
  margin-left: 1%;
  width: 48%;
}
.check_list label:nth-child(2n+1){
  margin-left: 0;
}
.check_list label:nth-child(n+3){
  margin-top: 30px;
}

.kozin_check_box{
  margin-top: 36px;
  text-align: center;
}
.kozin_check input{
  display: none;
}
.kozin_check_mes{
  margin-top: 20px;
}
.kozin_check_mes a{
  text-decoration: underline;
}


.pdf1{
  background-image: url(../img/form/pdf_img12023.jpg);
}
.pdf2{
  background-image: url(../img/form/pdf_img2.jpg);
}
.pdf3{
  background-image: url(../img/form/pdf_img3.png);
}
.pdf4{
  background-image: url(../img/form/pdf_img4.jpg);
}

/* --------------------------- */
.input1{
  background: #fff !important;
  line-height: 70px;
  height: 70px;
  padding: 0 31px;
  width: 100%;
}
.textarea1{
  background: #f1f1f1 !important;
  padding: 20px 33px;
  width: 100%;
  height: 250px;
  line-height: 1.6;
}
/* --------------------------- */
.submit{
  display: flex;
  justify-content:center;
  margin-top: 93px;
}
.submit button{
  margin: 0 10px;
}
/* --------------------------- */
.foot_copy{
  text-align: center;
  font-size: 12px;
  /* font-weight: 700; */
  padding-top: 176px;
  padding-bottom: 100px;
  letter-spacing: 0;
}
/* --------------------------- */


/*---------------------------------------------------------
  ホバー (PCのみ)
---------------------------------------------------------*/

@media only screen and (min-width: 768px) {
  .sitemap_navi a:hover{
    text-decoration: underline;
  }
  .kozin_check_mes a:hover{
    text-decoration: none;
  }  
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/

@media only screen and (max-width: 767px) {

  .breadcrumb_inner1 {}

  .form_mainv{
    padding: 40px 0;
}

  .form_head{
    padding: 15px 24px 11px;
}

  .form_mainv_logo{
    width: 75px;
    /* margin: 37px auto 12px; */
}
  .form_mainv_ttl{
    /* margin-bottom: 23px; */
}
  .form_mainv_ttl_en{
    font-size: 32px;
}
  .form_mainv_ttl_jp{
    font-size: 18px;
}


  /* -------------------------------------- */
  .form_anc{
    margin: 0 0 19px;
}
  .form_anc a{
    padding: 0 0 11px 30px;
}
  .form_anc_arrow {
    width: 22px;
    height: 22px;
}
  .form_anc_arrow:before {
    top: -2px;
    bottom: 0;
    left: 7px;
    width: 5px;
    height: 5px;
}
  /* -------------------------------------- */
  .material{}
  .materials{}
/*  
  .materials:nth-child(even):before{
    right: 0;
}
  .materials:nth-child(even) .form_pdf_label{}
  .materials:nth-child(even) .form_pdf_name{}
*/
  .materials_inner{
    padding-bottom: 30px;
    padding-top: 30px;
}

  .material_ttl{}
  .material_ttl_no{
    font-size: 20px;
}
  .material_ttl_ja{
    font-size: 27px;
    margin-top: 9px;
}
  .material_list{
    margin-top: 30px;
}
  .material_list li{
    font-size: 15px;
}
  .material_list li:before{}
  .material_mes{
    margin-top: 44px;
    font-size: 15px;
}
  /* -------------------------------------- */
  .material_head{
    margin-bottom: 35px;
}
  .material_ttl2{
    font-size: 25px;
    margin-bottom: 19px;
}
  .material_mes2{
    font-size: 15px;
}
  /* -------------------------------------- */
  .form2{}
  .form2_inner{
    padding-top: 40px;
    padding-bottom: 32px;
    position: relative;
    z-index: 1;
}



  /* -------------------------------------- */
  .form_mes_str{
    font-size: 17px;
    margin-bottom: 50px;
}

  /* -------------------------------------- */

  .policy_slide{}
  .policy_slide_inner{
    padding: 10px 0px 10px 22px;
}
  .policy_slide_ttl{
    font-size: 18px;
}
  .policy_slide_box{
    margin-top: 10px;
    padding-left: 20px;
}
  .policy_slide_ttl2{
    font-size: 15px;
    margin-bottom: 5px;
}
  .policy_slide_ttl2 .no{
    left: -19px;
}
  .policy_slide_data{}
  .policy_slide_data_ttl{}
  .policy_slide_data_list{}
  .policy_slide_data_list li{}
  .policy_slide_data_list li:before{}


  /* -------------------------------------- */

  .form{}
  .form_inner{}
  .form_mes{
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 35px;
}

  /* -------------------------------------- */

  .flow_list{
    margin: 0 0 60px;
}
  .flow_list li{}
  .flow_list li:before{}
  .flow_list li:last-child:before{}
  .flow_list li:after{
    width: 12px;
    height: 12px;
    top: 15px;
}
  .flow_name{
    margin: 44px 0 0;
}
  .flow_name:after{
    width: 31px;
    height: 31px;
    top: 5px;
}
  .flow_name_en{
    font-size: 11px;
    margin: 0 0 2px;
}
  .flow_name_jp{
    /* font-size: 13px; */
}

  .flow_list.no3 li:nth-child(n+4):after,
  .flow_list.no2 li:nth-child(n+3):after,
  .flow_list.no1 li:nth-child(n+2):after{}
  .flow_list.no3 li:nth-child(n+4) .flow_name,
  .flow_list.no2 li:nth-child(n+3) .flow_name,
  .flow_list.no1 li:nth-child(n+2) .flow_name{}
  .flow_list.no3 li:nth-child(n+3):before,
  .flow_list.no2 li:nth-child(n+2):before,
  .flow_list.no1 li:nth-child(n+1):before{}

  .flow_list.no1 li:nth-child(1) .flow_name:after,
  .flow_list.no2 li:nth-child(2) .flow_name:after,
  .flow_list.no3 li:nth-child(3) .flow_name:after{}
  /* --------------------------- */
  .hissu{
    padding: 2px 7px;
    margin: 0 0 0 6px;
    font-size: 11px;
    position: relative;
    z-index: 1;
    top: -1px;
}

  .form_main{
    padding: 28px 5%;
}
  .form_box{}
  .form_box + .form_box{
    margin-top: 25px;
}
  .form_ttl{
    margin: 0 0 13px;
    font-size: 15px;
}
  .form_input{}
  .form_pdf{
    display: block;
    grid-template-columns: 1fr;
    /* gap: 0; */
}
  .form_pdf_label{
    width: auto;
    padding: 25px 5% 27px;
    margin: 0;
}
  .form_pdf_label:nth-child(2n+1){}
  .form_pdf_label:nth-child(n+2){
    margin-top: 15px;
}
  .form_pdf_label input{}
  .form_pdf_img{}
  .form_pdf_name{
    margin: 21px 0 0;
    padding: 17px 8% 0px;
}

  .check_list span,
  .kozin_check span,
  .form_pdf_name span{
    font-size: 14px;
    padding: 0 0 0 30px;
}

  .check_list span:before,  
  .kozin_check span:before,
  .form_pdf_name span:before{
    top: -2px;
}

  .check_list span:after,
  .kozin_check span:after,
  .form_pdf_name span:after{
    top: 4px;
}

  .check_list input:checked + span:after,
  .kozin_check input:checked + span:after,
  .form_pdf_label input:checked + .form_pdf_name span:after{}



  .check_list input{}
  .check_list{
    display: block;
    margin: 0 0 13px;
  }
  .check_list label{
    display: block;
    width: 100%;
    margin: 0;
  }
  .check_list label:nth-child(2n+1){}
  .check_list label:nth-child(n+2){
    margin-top: 16px;
  }


  .kozin_check_box{}
  .kozin_check input{}
  .kozin_check_mes{}
  .kozin_check_mes a{}


  .pdf1{}
  .pdf2{}

  /* --------------------------- */
  .input1{
    line-height: 50px;
    height: 50px;
    padding: 0 17px;
}
.textarea1{padding: 16px 15px;}
  /* --------------------------- */
  .submit{
    margin-top: 50px;
}
  .submit button{}
  /* --------------------------- */
  .foot_copy{
    padding-top: 80px;
    padding-bottom: 39px;
}
  /* --------------------------- */


}


