@charset "UTF-8";

.breadcrumbs{
  margin-top: 100px !important;
  width: 90% !important;
}
.page_ttl{
  font-size: 3.6rem;
  margin-bottom: 40px;
  line-height: 1.25;
}
.page_subttl{
  font-size: 3.0rem;
  margin-bottom: 40px;
}
.page_subttl_2{
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.page_subttl_3{
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

.bg_g_f{
  background: #6DC78C;
  padding: 30px;
  border-radius: 10px;
  width: 700px;
  box-sizing:border-box;
  margin: auto;
  color: #fff;
  font-weight: bold;
}
.bg_g_f ul li{
  margin-bottom: 10px;
}

.num_wi{
  display: flex;
  align-items: center;
  width: 100%;
}
.num_wi::before{
  content: "";
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #009944;
  border-radius: 100px;
  color: #fff;
  margin-right: 15px;
}
.num_wi_1:before{
  content: "1";
}
.num_wi_2:before{
  content: "2";
}
.num_wi_3:before{
  content: "3";
}
.num_wi_4:before{
  content: "4";
}
.section_center{
  text-align: center;
}
.up_baloon{
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}
.up_baloon::before{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 20px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  content: "";
  display: block;
  left: -25px;
  bottom: 20px;
}
.sec{
  padding: 60px 0;
}
.lead_txt{
  margin-bottom: 60px;
}

/*About*/
.page-id-44 .main p{
  margin-bottom: 30px;
}
.page-id-44 .about_sec_i{
  margin-bottom: 60px;
}
.page-id-44 .about_sec_i .imgarea{
  margin-right: 50px;
  flex-shrink: 0;
  width: 500px;
}

.flow_w .flow_w_i{
  border-radius: 10px;
  background: #fff;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
.flow_w .flow_w_i h3{
  background: #6DC78C;
  padding: 15px 20px;
  font-size: 1.8rem;
  color: #fff;
}
.flow_w .flow_w_i h3 span{
  margin-right: 10px;
}
.flow_w .flow_w_i p{
  padding: 20px;
}
.flow_w .flow_w_i:nth-last-of-type(1){
  margin-bottom: 0;
}
.flow_w .flow_w_i:after{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #009944 transparent transparent transparent;
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(0,-50%);
  bottom: -50px;
  display: block;
}
.flow_w .flow_w_i:nth-last-of-type(1):after{
  display: none;
}

.event_sec .txtarea{
  width: 600px;
  background: #fff;
  border-radius: 10px;
  margin: auto;
  box-sizing: border-box;
  padding: 40px;
  margin-bottom: 60px;
}
.event_sec .txtarea dl > .flex{
  margin-bottom: 10px;
}

.video_sec .in{
  width: 840px;
}
.video_w{
  margin-bottom: 60px;
  justify-content: center;
  flex-wrap: wrap;
}
.video_i{
  margin: 0 20px;
  width: calc(50% - 40px);
  margin-bottom: 30px;
}
.video_i_v {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video_i_v iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.video_i h3{
  margin: 10px 0;
}
.s_btn_w a{
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 20px 20px 0;
  width: calc(50% - 40px);
  padding: 20px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}

.s_btn_w_s{
  margin-top: 30px;
  justify-content: center;
}
.s_btn_w_s a{
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 20px 20px 0;
  width: calc(50% - 40px);
  padding: 20px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}

.page-id-46 .sec{
  margin-bottom: 30px;
}
.points_w{
  margin-top: 60px;
}
.points_i{
  width: calc(50% - 20px);
  margin: 10px;
  background: #fff;
  padding: 40px;
  box-sizing:border-box;
  border-radius: 10px;
}
.points_i_100{
  width: 100%;
}

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


  .breadcrumbs{
    margin-top: 70px !important;
  }

  .page_ttl,.page_subttl{
    line-height: 1.25;
  }
  .page_subttl_2{
    line-height: 1.25;
    font-size: 2.0rem;
  }
  .bg_g_f{
    width: 90%;
  }
  .lead_txt{
    text-align: left;
  }
  .num_wi::before{
    margin:0 auto 10px;
  }
  .num_wi {
    flex-wrap: wrap;
  }
  .page-id-44 .about_sec_i .imgarea{
    width: 100%;
    margin-bottom: 50px;
  }
  .event_sec .txtarea{
    width: 96%;
  }
  .video_sec .in{
    width: 90%;
  }
  .video_w{
    flex-wrap: wrap;
  }
  .video_i{
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  .flow_w .flow_w_i h3{
    line-height: 1.25;
  }
  .s_btn_w a{
    width: 100%;
    margin: 10px auto;
    font-size: 1.2rem;
  }
  .s_btn_w_s a{
    width: 100%;
    font-size: 1.2rem;
    margin: 10px 0 0;
  }
  .points_i{
    width: 100%;
    margin: 20px 0;
  }
}


.tml{
  width: 600px;
  margin: auto;
  border-radius: 10px;
  padding: 40px;
  box-sizing: border-box;
}
.shadow .tml{
  padding: 0;
}
.tml table{
  border-collapse: separate;
  border-spacing: 10px 10px;
}
.rememberme{
  display:flex;
  justify-content: center;
  margin: 20px;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password]{
  border: 1px solid #A6E2BA;
  background: #fff;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  height: 30px;
  border-radius: 100px;
}
textarea{
  border: 1px solid #A6E2BA;
  background: #fff;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  height: 130px;
  border-radius: 10px;
}
.tml .message{
  background: #fff;
  border: 1px solid #009944;
  color: #009944;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.tml .error {
  background: #fff;
  border: 1px solid #F05C5C;
  color: #F05C5C;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.tml .txt_link_w{
  margin-top: 20px;
  text-align: center;
}
.tml .txt_link_w a{
  color: #009944;
}
.tml .password-input-wrapper{
  margin-bottom: 20px;
}
.tml .hide-if-js{
  display: block !important;
}
@media screen and (max-width: 640px) {
  .tml{
    width: 100%;
  }
  .tml table th,
  .tml table td{
    display: block;
    text-align: left;
  }
  .tml table th{
    padding-bottom: 10px;
  }
  .g_btn{
    width: 100%;
    box-sizing: border-box;
  }
}


/*マイページ*/
.page-id-61{

}
.my_info .in,
.input_info .in{
  width: 600px;
}
.my_info .in{
  border-radius: 10px;
  background: #fff;
  text-align: left;
  box-sizing: border-box;
  padding: 40px;
  margin-bottom: 40px;
}
.my_info .in table th{
  padding: 5px 0;
}
.input_info_i{
  justify-content: space-between;
  align-items: center;
  border: 1px solid #009944;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.input_info_i a{
  width: 100px;
  font-weight: 900;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .my_info .in,
  .input_info .in{
    width: 95%;
  }
}



/*CMS*/
.in_s{
  width: 700px;
  margin: auto;
}
.w_frame{
  margin-bottom: 30px;
}
.w_frame:nth-last-child(1){
  margin-bottom: 0px;
}
.w_frame .in_s,
.w_frame .in{
  width: 100%;
}
.w_frame > div{
  margin: 0 !important;
}
.parts{
  margin-bottom: 30px;
}
.parts:nth-last-child(1){
  margin-bottom: 0;
}
.single .main{
  margin-top: 60px;
}
.single .main strong{
  font-weight: bold;
}
.light_yellow.sec{
  margin-bottom: 20px;
}
.parts_lead{
  text-align: center;
}
.green_frame_f{
  margin-bottom: 60px;
}
.green_frame_i{
    width: calc(50% - 20px);
    margin: 10px;
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #009944;
}
.w_frm_sec h2{
  margin-bottom: 0;
}
.w_frm_sec a{
  color: #24abc0;
  display: inline-block;
  margin-top: 10px;
}
.caution{
  font-size: 1.2rem;
  margin-top: 30px;
}
.sb_p_i{
    display: block;
    margin: 30px auto;
    width: 50%;
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
}
.cm_point{
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 2px solid #009944;
  background: #fff;
}
.cm_point h2{
  margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cm_point h2:before{
  content: "";
  width: 29px;
  height: 20px;
  display: block;
  background: url(../images/u_page/finger_icon.png);
  background-size: cover;
  margin-right: 10px;
}
.cm_point li{
  margin-bottom: 10px;
}
.cm_point.bg_g_f{
  background: #6DC78C;
    padding: 30px;
    border-radius: 10px;
    width: 700px;
    box-sizing: border-box;
    margin: auto;
    border: none;
}
.cm_point.bg_g_f h2::before{
  display: none;
}

.wbg_100_w{
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
}
.wbg_100_i{
  margin-bottom: 10px;
}
.parts_img{
  text-align: center;
  margin: 10px 0;
}
.parts.points_w{
  margin-top: 0;
}
.table{
  background: #fff;
}
.table th,
.table td{
  vertical-align: middle;
}
.table th{
  background: #EDFAF1;
  width: 25%;
  color: #009944;
  border: 1px solid #009944;
}
.table td{
  padding: 15px;
  border-top: 1px solid #009944;
  border-right: 1px solid #009944;
  border-bottom: 1px solid #009944;
}


.table.green_table th{
  background: #fff;
  width: 25%;
  color: #646464;
  border: 1px solid #009944;
  font-weight: normal;
}
.table.green_table td{
  padding: 15px;
  border-top: 1px solid #009944;
  border-right: 1px solid #009944;
  border-bottom: 1px solid #009944;
  font-weight: normal;
}
.table.green_table tr:nth-of-type(1) th,
.table.green_table tr:nth-of-type(1) td{
  background: #009944;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.text_green_frame{
  padding: 15px;
  border: 1px solid #009944;
  color: #009944;
  margin-top: 10px;
  line-height: 1.5;
  font-weight: bold;
}

table.ttl_fix{
  table-layout: fixed;
}
.table.ttl_fix th,
.table.ttl_fix td{
  width: auto;
  text-align: center;
}



.about_other .flex{
  flex-wrap:wrap;
}
@media screen and (max-width: 640px) {
  .in_s,
  .cm_point.bg_g_f{
    width: 90%;
  }
}

.event_sec .event_i{
  margin: 0 20px;
  width: calc(50% - 40px);
  margin-bottom: 30px;
}
.event_w{
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .event_sec .event_i{
    margin: 0 20px 20px;
    width: 100%;
  }
}


.jh_input_area .sample_area{
  margin-bottom: 20px;
}

.jh_input_area table tr th:nth-of-type(1){
  width: 30px;
}
.jh_input_area table .d_gr th{
  background: #6DC78C;
  border-right:1px solid #FFF9EF;
  padding: 10px;
  vertical-align: middle;
  color: #fff;
  line-height: 1.25;
}
.jh_input_area table th.light_green{
  color: #009944;
  /*-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;*/
  padding: 10px;
  width: 30px;
  border-left:1px solid #009944;
  border-bottom:1px solid #009944;
  border-right:1px solid #009944;
  border-top:1px solid #009944;
  box-sizing:border-box;
  background: #EDFAF1 !important;
}
.jh_input_area table tr th:nth-of-type(1) {
    width: 130px;
    vertical-align:middle;
}
.jh_input_area table.tbl_hlf tr th:nth-of-type(1){
  width: 50%;
}
.jh_input_area table tr.d_wbg td{
  background: #fff;
  border-left:1px solid #009944;
  border-bottom:1px solid #009944;
  border-right:1px solid #009944;
  width: 170px;
  height: 150px;
  box-sizing: border-box;
  vertical-align:middle;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: top;
}
.jh_input_area table th p.tbi_txt{
  color:#555;
  font-weight: normal;
  width: 100%;
}

.jh_input_area .arc_i h3{
  background: #6DC78C;
  padding: 10px 30px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 100px;
  position: relative;
  box-sizing: border-box;
  transition: 0.5s;
}
.jh_input_area .arc_i h3::after{
  position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    right: 15px;
    top: 40%;
}
.jh_input_area .arc_i h3.open::after{
  transform: rotate(-135deg) translate(-50%, 0px);
}
.jh_input_area .arc_i dl{
  display: none;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.jh_input_area .sample_area .arc_i dl{
  display: block;
}
.jh_input_area .arc_i dl dt{
  font-size: 1.4rem;

}
.jh_input_area .arc_i dl dd{
  border-bottom: 1px solid #6DC78C;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.jh_input_area .arc_i dl dd:nth-last-of-type(1){
  border-bottom: 0;
  margin-bottom: 0;
}


.input_page_sh .r_btn{
  margin-top: 20px;
    margin-left: auto;
    width: auto;
    width: 200px;
    margin-right: 0;
}



.page-id-494 #main_colomn,
.page-id-487 #main_colomn,
.page-id-521 #main_colomn,
.page-id-577 #main_colomn,
.page-id-599 #main_colomn,
.page-id-577 #main_colomn,
.page-id-620 #main_colomn,
.page-id-735 #main_colomn,
.page-id-755 #main_colomn{
  margin-top: 160px !important;
}
.page-id-494 .breadcrumbs,
.page-id-487 .breadcrumbs,
.page-id-521 .breadcrumbs,
.page-id-577 .breadcrumbs,
.page-id-599 .breadcrumbs,
.page-id-620 .breadcrumbs,
.page-id-735 .breadcrumbs,
.page-id-755 .breadcrumbs{
  display:none;
}
.input_form_w{
  padding-bottom: 40px;
}
.input_form_i{
  margin-bottom: 40px;
}
.input_form_w dl dt{
  margin-bottom: 10px;
  margin-top: 10px;
}
.input_form_i dl.light_green{
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.input_form_i:nth-last-of-type(1) dl.light_green{
  margin-bottom: 0;
}
.ad_btns{
  justify-content: flex-end;
}
.ad_btns > div{
  margin-left: 10px;
}
.ad_btns img{
  width: 30px;
  cursor: pointer;
}


.input_s_tbl th{
  border-top: 1px solid #009944;
}
.input_s_tbl td{
  border-left: 1px solid #009944;
  border-bottom: 1px solid #009944;
  border-right: 1px solid #009944;
  padding: 10px;
  background: #fff;
  min-height: 100px;
}
.input_s_tbl td.emp{
  height: 100px;
}

.m40{
  margin-bottom: 40px;
}
.h_li_ww{
  margin-top: 30px;
}
.h_li_w{
  flex-wrap: wrap;
}
.h_li_w li{
  width: 25%;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .h_li_w li{
    width: 50%;
  }
}

.step{
 text-align: center;
 display: block;
 font-size: 2.2rem;
 display: flex;
 justify-content: center;
 align-items: center;
}
.step span{
  background: #009944;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  border-radius: 100%;
  margin-left: 5px;
}

.check_s_ww h3{
  margin-top: 40px;
}
.check_s_ww h3:nth-of-type(1){
  margin-top: 0;
}
.check_s_w{
  border-top: 1px solid #6DC78C;
  border-right: 1px solid #6DC78C;
}
.check_s_i{
  width: 25%;
  border-bottom: 1px solid #6DC78C;
  border-left: 1px solid #6DC78C;
  box-sizing: border-box;
}
.check_s_i .textarea{
  padding: 10px;
  width: 80%;
  box-sizing: border-box;
  border-right: 1px dashed #6DC78C;
  flex-shrink: 0;
}
.check_s_w_i{
  width: 100%;
}
.check_s_w_i span{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.check_s_w_i span:before{
  width: 20px;
  height: 20px;
  border: #707070 solid 2px;
  border-radius: 2px;
  content: "";
  display: block;
}
.check_s_w_i span.checked:after{
  width: 15px;
    height: 10px;
    border-bottom: 2px solid #F05C5C;
    border-left: 2px solid #F05C5C;
    border-radius: 2px;
    content: "";
    display: block;
    position: absolute;
    transform: rotate(-55deg);
    top: 12px;
}
@media screen and (max-width: 640px) {
  .check_s_i {
    width: 100%;
  }
  .check_s_w_i{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .check_s_w_i span.checked:after {
    top: 2px;
  }
}

.checkbox_w {
  height: 100%;
}
.checkbox_w input[type=checkbox]{
  display: none;
}
.checkbox_w label{
  display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}
.checkbox_w label:before{
  width: 20px;
  height: 20px;
  border: #707070 solid 2px;
  border-radius: 2px;
  content: "";
  display: block;
}
.checkbox_w input[type=checkbox]:checked + label:after{
  width: 15px;
    height: 10px;
    border-bottom: 2px solid #F05C5C;
    border-left: 2px solid #F05C5C;
    border-radius: 2px;
    content: "";
    display: block;
    position: absolute;
    transform: rotate(-55deg);
    top: 12px;
}

.tbl_va_m th,
.tbl_va_m td{
  vertical-align: top;
}


.arrow:before{
  margin: 20px auto;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #009944 transparent transparent transparent;
}
.inp_07_cont .flex{
  justify-content: space-between;
}
.inp_07_cont .inp_07_cont_i{
  width: 48%;
}
.inp_07_cont .inp_07_cont_i .txt_w .txtarea{
  margin-bottom: 30px;
}
.inp_07_cont .inp_07_cont_i .gb_ttl{
  margin-top: 30px;
  background: #6DC78C;
    padding: 10px 30px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 100px;
    position: relative;
    box-sizing: border-box;
    transition: 0.5s;
}
.inp_07_cont .inp_07_cont_i .points_i_100{
  margin: 0;
}
@media screen and (max-width: 640px) {
  .inp_07_cont .inp_07_cont_i{
    width: 100%;
  }
  .checkbox_w input[type=checkbox]:checked + label:after{
    top: 4px;
  }
}


.comp_list_i{
  border: 1px solid #6DC78C;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  justify-content: space-between;
  align-items: center;
}
.comp_list_i a{
  width: 100px;
  background: #009944;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  flex-shrink: 0;
  display: block;
  margin-right: 10px;
}
.comp_list_i button.jh_09_btn_delete{
  opacity: 0.5;
}

.input_3_w,
.input_2_w{
 justify-content:space-between;
}
.input_3_w input{
  width: 32%;
  margin-right: 5px;
  justify-content: space-between;
}
.input_2_w input{
  width: 49%;
  margin-right: 5px;
  margin-bottom: 10px;
  justify-content: space-between;
}

.th_left{
  text-align: left;
}


table.fx_lo {
  table-layout: fixed;
}
.jh_input_area table tr th.row_l{
  width: 66%;
  vertical-align: middle;
}
.jh_input_area table tr th.row_m{
  width: 33%;
  vertical-align: middle;
}
.jh_input_area table tr th.row_s{
  width: 25%;
  vertical-align: middle;
}
.jh_input_area table tr th.row_5{
  width: 50%;
  vertical-align: middle;
}
.fx_lo td{
  height: 60px;
  vertical-align: middle;
}
.fx_lo td .flex{
  justify-content:space-between;
}
.fx_lo td .flex span{
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .input_3_w input,
  .input_2_w input{
    width: 100%;
  }
}

.pid739 .l_table th{
  width: 33%;
  height: 62px;
  box-sizing: border-box;
  vertical-align: middle;
}
.pid739 .l_table tr:nth-of-type(1) td{
  border-top: 1px solid #009944;
}
.pid739 .l_table td{
  background: #fff;
  border-left: 1px solid #009944;
  border-bottom: 1px solid #009944;
  vertical-align: middle;
  padding: 10px;
}
.pid739_cont{
  margin-bottom: 30px;
}




.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 0.5em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl03 {
	position: relative;
	border-radius: 2px;
	border: 1px solid #DDE0DE;
	background: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
}
.cp_ipselect.cp_sl03::before {
	position: absolute;
	top: 50%;
  transform: translate(0,-50%);
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #009944;
	pointer-events: none;
}
.cp_ipselect.cp_sl03 select {
	padding: 8px 38px 8px 8px;
	color: #009944;
}


.graph_area{
  position: relative;
}
.graph{
}
.graph_area path{
  /*transform: translate(0%, -51.2%);*/
}
.age_line{
  position: absolute;
  width: 945px;
  justify-content:space-between;
  position: absolute;
  width: 945px;
  justify-content: space-between;
  top: 50.5%;
  right: 0;
  z-index: 3;
}
.age_line .cir{
  width: 7px;
  height: 7px;
  background: #878E8A;
  display: block;
  margin: auto;
  border-radius: 100%;
}
.age_line .ag_txt{

}

.bal_graph_w{
  position: absolute;
  top: 38%;
  right: 24px;
  width: 900px;
  z-index: 9999999;
}
.bal_graph{
  position: absolute;
}
.bal_graph span{
  width: 40px;
  height: 46px;
  position: absolute;
}

.bal_graph span{
  top:-5px;
}
.bal_graph.pos_10 span{
  top:-35px;
}
.bal_graph.pos_20 span{
  top:-55px;
}
.bal_graph.pos_30 span{
  top:-76px;
}
.bal_graph.pos_40 span{
  top:-95px;
}
.bal_graph.pos_50 span{
  top:-120px;
}
.bal_graph.pos_60 span{
  top:-140px;
}
.bal_graph.pos_70 span{
  top:-165px;
}
.bal_graph.pos_80 span{
  top:-186px;
}
.bal_graph.pos_90 span{
  top:-206px;
}
.bal_graph.pos_100 span{
  top:-230px;
}
.bal_graph.pos_-100 span{
  top:205px;
}
.bal_graph.pos_-90 span{
  top:185px;
}
.bal_graph.pos_-80 span{
  top:165px;
}
.bal_graph.pos_-70 span{
  top:145px;
}
.bal_graph.pos_-60 span{
  top:125px;
}
.bal_graph.pos_-50 span{
  top:105px;
}
.bal_graph.pos_-40 span{
  top:75px;
}
.bal_graph.pos_-30 span{
  top:55px;
}
.bal_graph.pos_-20 span{
  top:35px;
}
.bal_graph.pos_-10 span{
  top:15px;
}
.bal_graph.show span{
  background: url(../images/jobhunting/attention.png);
  background-size: cover;
  position:absolute;
}

.graph_comm{

}
.modal-content.graph_comm {
  margin: 0;
  position: fixed;
  display: none;
  width: 600px;
  padding: 50px;
  box-sizing: border-box;
  z-index: 9999999;
  background: #fff;
  border-radius: 10px;
  overflow: auto;
}
.modal-content.graph_comm .age{
  font-weight: bold;
}

.age_line_i{
  width: 100%;
  text-align: center;
}

.modal-syncer02{
  right: -21px;
}

.ch_input table tr.pc{
      display: contents;
}



@media screen and (max-width: 640px) {
  .jh_input_area .arc_i.sp_grap_sp dl{
    padding: 0;
  }
  .modal-content.graph_comm {
    width: 90%;
    padding: 5%;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
  }
  .bal_graph_w {
    position: absolute;
    top: 38%;
    right: 4%;
    width: 83%;
    z-index: 9999999;
  }
  .bal_graph span {
    width: 23px;
    height: 25px;
    position: absolute;
  }

  .bal_graph span{
    top:-5px;
  }
  .bal_graph.pos_10 span{
    top:-25px;
  }
  .bal_graph.pos_20 span{
    top:-40px;
  }
  .bal_graph.pos_30 span{
    top:-50px;
  }
  .bal_graph.pos_40 span{
    top:-65px;
  }
  .bal_graph.pos_50 span{
    top:-80px;
  }
  .bal_graph.pos_60 span{
    top:-95px;
  }
  .bal_graph.pos_70 span{
    top:-110px;
  }
  .bal_graph.pos_80 span{
    top:-120px;
  }
  .bal_graph.pos_90 span{
    top:-135px;
  }
  .bal_graph.pos_100 span{
    top:-145px;
  }
  .bal_graph.pos_-100 span{
    top:125px;
  }
  .bal_graph.pos_-90 span{
    top:115px;
  }
  .bal_graph.pos_-80 span{
    top:100px;
  }
  .bal_graph.pos_-70 span{
    top:90px;
  }
  .bal_graph.pos_-60 span{
    top:75px;
  }
  .bal_graph.pos_-50 span{
    top:55px;
  }
  .bal_graph.pos_-40 span{
    top:45px;
  }
  .bal_graph.pos_-30 span{
    top:30px;
  }
  .bal_graph.pos_-20 span{
    top:15px;
  }
  .bal_graph.pos_-10 span{
    top:5px;
  }

  .graph_area {
    position: relative;
    margin-top: 40px;
  }

  .ch_input table td{
    display: flex;
    align-items: center;
    padding: 10px 0;
  }
  .ch_txt{
    width: 20%;
    flex-shrink: 0;
  }
  .btn_td{
    justify-content: flex-end;
  }
  .ch_input table tr.pc{
        display: none;
  }
}


/*スプラウト*/


.sp_btn_s{
  margin-top: 30px;
}
.sp_btn_s{
  justify-content: center;
}
.sp_btn_s .tab_btn{
  width: 240px;
  box-sizing: border-box;
  background: #FFF9EF;
  padding: 10px 20px;
  margin: 0 10px;
  font-weight: bold;
  color: #009944;
  border-radius: 100px;
}
.sp_btn_s .tab_btn.current{
  background: #009944;
  color: #fff;
}
.sp_btn_s .edit_btn{
  width: 45px;
  margin-left: 10px;
}
.sprout_w{
  padding: 60px 0;
  margin-top: 30px;
  overflow: hidden;
}
.tab_c{
  display: none;
}
.tab_c.show{
  display: block;
}
.sprout_w .flex{
  justify-content: space-between;
}
.sprout_w .sp_strength,
.sprout_w .sp_issue{
  width: 380px;
  flex-shrink: 0;
}
.sp_strength_i{
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.sp_strength_i_c{
  margin-bottom: 10px;
}
.sp_strength_i_c:nth-last-of-type(1){
  margin-bottom: 0;
}
.sp_strength_i_c h2{
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp_strength_i_c h2:before{
  content: "";
  width:30px;
  height: 27px;
  background: url(../images/sprout/sprout_check.png);
  background-size: cover;
  margin-right: 10px;
}
.sp_strength_i_c_ttl{
  font-weight: bold;
}
.sp_strength_i_c_ttl p{
  padding: 10px;
  text-align: center;
  border-radius: 100px;
}
.sp_strength_i_c_txt p{
  padding:10px 20px ;
  border-radius: 100px;
}
.sp_strength_i_c h3{
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 10px;
}
.sprout_w .men{
  width: 200px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  top:-30px;
}

.sp_strength_02_i{

}
.sprout_w_02 .men{
  width: 200px;
  position: absolute;
  right: 0%;
  left: auto;
  transform: translate(0,0);
  top:-30px;
}

.sprout_w .sp_strength_02{
  width: 750px;
  flex-shrink: 0;
}
.sp_strength_02_i{
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.sp_strength_02_i_c{
  margin-bottom: 10px;
}
.sp_strength_02_i_c:nth-last-of-type(1){
  margin-bottom: 0;
}
.sp_strength_02_i_c h2{
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.sp_strength_02_i_c h2:before{
  content: "";
  width:30px;
  height: 27px;
  background: url(../images/sprout/sprout_check.png);
  background-size: cover;
  margin-right: 10px;
}
.sp_strength_02_i_c p{
  padding:10px 20px ;
  border-radius: 100px;
}

.modal-content.sp_edit_input {
  margin: 0;
  position: absolute;
  display: none;
  z-index: 2;
  width: 1000px;
  padding: 50px;
  box-sizing: border-box;
  z-index: 9999999;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  height: 80%;
  overflow: auto;
}
.modal-content.sp_edit_input h2{
  font-weight: 600;
    margin-bottom: 20px;
    font-size: 2.8rem;
    letter-spacing: 2px;
    line-height: 1;
}
.modal-content.sp_edit_input a{
  background: #FF9822;
  font-weight: bold;
  padding: 10px 20px;
  color: #fff;
  border-radius: 100px;
  display: block;
  width: 200px;
  margin: 20px auto 0;
}

#modal-overlay {
    z-index: 999999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background:rgba(0, 0, 0, 0.5);
}

.modal_head{
  margin-bottom: 30px;
}
.modal_head h2{
  font-size: 2.8rem;
  color: #009944;
}
.sp_input_w{
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 80px;
  position: relative;
}
.input_w_head h2{
  font-size: 2.8rem;
  color: #009944;
}
.input_area dt{
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.input_area dt.chk{
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.input_area dt.chk:before{
  content: "";
  width:30px;
  height: 27px;
  background: url(../images/sprout/sprout_check.png);
  background-size: cover;
  margin-right: 10px;
}

.tutoral{
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 999;
  left: 0;
  top:0;
}
.tutoral::after{
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  position: absolute;
}
.tutorial_w{
  display: none;
  z-index: 2;
}
.tutorial_w .flex{
  align-items: flex-start;
}
.tutorial_w_02 > .flex{
  flex-direction:row-reverse;
  margin-top: 350px;
}
.tutorial_w_03 > .flex{
  flex-direction:row-reverse;
  margin-top: 350px;
}
.tutorial_w_04 > .flex{
  margin-top: 350px;
}

.tutorial_w .flex .imgarea{
  width: 340px;
  margin-top: -200px;
}
.tutorial_w .flex .tutorial_i{
  width: 350px;
}

.tutorial_w_03 .flex .imgarea{
  width: 340px;
  margin-top: -200px;
  transform: scale(-1, 1);
  margin-left: 20px;
}
.tutorial_w_04 .flex .imgarea{
  width: 340px;
  margin-top: -200px;
  transform: scale(-1, 1);
  margin-right: 20px;
}

.tutorial_i{
  position: relative;
  z-index: 2;
  width: 600px;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 30px;
}
.tutorial_i_01{
  position: absolute;
  top:50%;
  left: 50%;
  transform:translate(-50%,-50%);
}

.tutorial_i h2{
  text-align: center;
  line-height: 1.25;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.tutorial_i p span{
  color:#F05C5C;
  font-weight: bold;
}
.tutorial_i p.count{
  margin-top: 10px;
  text-align: center;
}
.tu_ed{
  width: 40px;
}
.tutorial_i button{
  margin-top: 30px;
}
.tutorial_btn_w{
  justify-content: center;
}
.next_btn{
  width: 100px;
  margin: 20px;
}
.prev_btn{
  margin: 20px;
  width: 100px;
  border: 2px solid #F05C5C;
  color: #F05C5C;
  background: #fff;
}

.sp_link_btns{
  position: fixed;
  right: -5px;
  top:20%;
}
.to_comp_result{
  background: #F05C5C;
  color: #fff;
  font-weight: bold;
  border-radius: 100px 0 0 100px;
  display: flex;
  padding: 10px 25px;
  line-height: 1.25;
  height: 30px;
  align-items: center;
}
.to_sks{
  background: #fff;
  color: #009944;
  font-weight: bold;
  border-radius: 100px 0 0 100px;
  display: flex;
  border: 2px solid #009944;
  padding: 10px 25px;
  line-height: 1.25;
  height: 30px;
  align-items: center;
  margin-top: 10px;
}

.cp_ipselect.cp_sl03.sp_kak{
    width: 20%;
    margin: 0 auto 20px;
}

.sp_input_w .tag{
  position: absolute;
    width: 65px;
    top: -40px;
    left: 70px;
}

@media screen and (max-width: 640px) {
  .sprout_w .flex{
    flex-wrap: wrap;
  }
  .sprout_w .sp_strength,
  .sprout_w .sp_issue{
    width: 100%;
  }

  .sprout_w .sp_strength_02{
    width: 100%;
  }

  .modal-content.sp_edit_input {
    width: 90%;
    padding:5%;

    box-sizing: border-box;
  }
  .sp_input_w{
    padding: 5%;
  }

  .tutorial_i_01{
    width: 90%;
    box-sizing: border-box;
  }
  .tutorial_i button{
    width: 100%;
    margin: 10px;
  }

  .sp_link_btns{
    position: fixed;
    right: -5px;
    top:80%;
    z-index: 9;
  }
  .cp_ipselect.cp_sl03.sp_kak{
    width: 100%;
  }

  .input_w_head{
    padding: 20px 30px;
  }

  .sp_input_w .tag {
      position: absolute;
      width: 45px;
      top: -10px;
      left: -5px;
  }
}


.resu_f .w5{
  width: 50%;
  padding-right: 10px;
}
span.yy{
  margin: 0 10px;
  vertical-align: middle;
  margin-top: 5px;
}
.gakureki_w,
.shobatsu_w{
  margin-bottom: 10px;
}
.resupull.cp_ipselect.cp_sl03{
  margin:0;
    width: 10%;
}
.innp_m10{
  margin-bottom:10px;
}
.input_m{
  width: 30% !important;
}
.input_s{
  width: 20% !important;
}

#face_img{
  width: 160px;
  height: 217px;
  object-fit: cover;
}
#cp_img{
  display: none;
}
.face_img_btn{
  display: block;
  margin: 10px 0 0;
  width: 100px;
}

@media screen and (max-width: 640px) {
  .resupull.cp_ipselect.cp_sl03 {
    width: 20%;
  }
  .gakureki_w,
  .shobatsu_w{
    flex-wrap: wrap;
  }

}

.contents_list_sec{
  margin-bottom: 50px;
}
.contents_list_sec h2{
  background: #6DC78C;
  padding: 10px 20px;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 100px;
  margin-bottom: 25px;
}
.contents_list_sec .contents_list_in{
  padding-left: 25px;
}
.contents_list_sec ul li{
  margin-bottom: 20px;
}
.contents_list_sec ul li a{
  text-decoration: underline;
  color: #009944;
}
.contents_list_sec h3 {
  color: #009944;
  padding: 10px 0;
  font-size: 1.8rem;
  border-bottom: 1px solid #DDE0DE;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .contents_list_sec .contents_list_in {
      padding-left: 0;
  }
}

.resume_create_w{
  padding: 70px 0;
  margin-bottom: 20px;
}
.resume_create_in{
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
}
.resume_create_in:nth-last-of-type(1) {
  margin-bottom: 0;
}
.resume_create_in h2{
  font-size: 2.0rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
.resume_create_in .btn_w{
  justify-content:space-between;
  flex-wrap: wrap;
}
.resume_create_in .btn_w a{
  width: 49%;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px;
  border-radius: 100px;
  box-sizing: border-box;
}
.resume_create_in .btn_w a.green_btn{
  background: #0F9944;
}
.resume_create_in .btn_w a.red_btn {
  background: #F05C5C;
}
@media screen and (max-width: 640px) {
  .resume_create_in h2 {
      font-size: 1.8rem;
  }
  .resume_create_in {
      padding: 20px;
  }
  .resume_create_in .btn_w a {
      width: 100%;
      margin-bottom: 10px;
      font-size: 1.4rem;
  }
}


.caution_w{
  align-items: center;
  margin-top: 30px;
}
.caution_i{
  background: #fff;
  border-radius: 15px;
  margin-right: 20px;
  padding: 30px;
}
.caution_i h3{
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.caution_w .r_btn{
  width: 150px;
  margin-top: 0;
  margin: 7px 0;
}
.help_btn_ww{

}
.help_btn_ww{
  align-items: center;
  margin-top: 10px;
}
.help_btn_ww.flex .face_img_btn{
  margin-top: 0;
  margin-right: 10px;
}
.help_btn_w{
  display: flex;
  align-items: center;
  border: 2px solid #FF961D;
  border-radius: 100px;
  box-sizing: border-box;
  padding: 5px 10px 5px 5px;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  width: 110px;
}
.help_btn_w img{
  margin-right: 10px;
}
.help_modal {
  margin: 0;
  position: fixed;
  display: none;
  z-index: 2;
  width: 620px;
  padding: 40px;
  box-sizing: border-box;
  z-index: 9999999;
  background: #fff;
  border-radius: 20px;
}
.help_modal .help_ttl_w{
    display: flex;
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.help_modal .help_ttl_w img{
  margin-right: 10px;
}
.help_modal .st_ttl{
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.help_modal .txt{
  margin-bottom: 20px;
}
.help_modal #modal-close{
  width: 250px;
  text-align: center;
  margin: auto;
  background: #009944;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  font-weight: 600;
  border-radius: 100px;
}
.limit_ttl .limit_txt_w{
  background: #EDFAF1;
  display: inline-block;
  padding: 0 5px;
  color: #878E8A;
}
@media screen and (max-width: 640px) {
  .caution_i{
    margin-right: 0;
  }
  .caution_w .btn_w{
    display: flex;
    justify-content:space-between;
    width: 100%;
  }
  .caution_w .btn_w a{
    width: 48%;
    box-sizing: border-box;
    margin-top: 20px;
  }

  .help_modal {
    width: 90%;
    padding: 20px;
  }
  .help_modal .close{
    width: 80%;
  }
}

.reset_pass_row{
  margin-bottom: 20px;
}
.reset_pass_row dt{
  margin-bottom: 8px;
  font-weight: 600;
}
.my_info .message {
  background: #fff;
  border: 1px solid #009944;
  color: #009944;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}