.splide .splide__pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.splide .splide__pagination .splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 1px solid #b07c1f;
  border-radius: 50%;
  background: transparent;
}
.splide .splide__pagination .is-active {
  border: 1px solid #b07c1f;
  background: #b07c1f;
}

@media screen and (min-width: 641px) {
  .hp_pcNone {
    display: none !important;
  }
  a:hover{
    opacity: 0.7;
    transition: 0.5s;
  }
  /*----- header -----*/
  .ly_header {
    padding: 30px 30px;
    background: #fff;
  }
  .bl_header_inner {
    width: 1280px;
    margin: 0 auto;
  }

  /*----- fv -----*/
  .ly_fv {
    padding: 20px 0 40px;
    background: url(../img/pc_fv_background.png)no-repeat center top;
  }
  .bl_fv_inner {
    width: 980px;
    margin: 0 auto;
  }
  .el_fv_title {
    margin-bottom: 20px;
  }
  .el_fv_point {
    margin: 0 0 60px 30px;
  }
  .bl_fv_info {
    padding: 40px 0 45px;
    margin: 0 auto;
    box-shadow: 0 0 20px -5px rgba(77, 71, 62, 0.2);
    background: #fff;
  }
  .bl_fv_info .bl_fvInfo_btn {
    text-align: center;
    margin-bottom: 10px;
  }
  .bl_fvInfo_service li + li {
    margin-left: 20px;
  }

  /*----- service -----*/
  .ly_service {
    padding: 50px 0 30px;
  }
  .el_service_title {
    text-align: center;
    margin-bottom: 40px;
  }
  .bl_service_list {
    width: 920px;
    padding: 30px;
    margin: 0 auto;
    box-shadow: 0 0 20px -5px rgba(77, 71, 62, 0.3);
    background: #fff;
  }
  .bl_service_list + .bl_service_list {
    margin-top: 30px;
  }
  .bl_service_list .el_serviceList_title {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
  }
  .bl_service_list .el_serviceList_title::before {
    content: '';
    display: block;
    width: 330px;
    height: 2px;
    background: #4d473e;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .bl_service_list .el_serviceList_title::after {
    content: '';
    display: block;
    width: 330px;
    height: 2px;
    background: #4d473e;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .bl_service_list .bl_serviceIcon_list {
    gap: 0 5px;
  }

  /*----- info -----*/
  .ly_info_bg{
    background: #f8f7f4;
    padding: 50px 0;
  }
  .ly_info {
    width: 920px;
    padding-bottom: 20px;
    margin: 30px auto;
    box-shadow: 0 0 20px -5px rgba(77, 71, 62, 0.3);
    background: #fff;
  }
  .ly_info .el_info_title {
    text-align: center;
  }
  .ly_info .bl_info_service {
    margin: -35px auto 30px;
  }
  .ly_info .bl_info_service li + li {
    margin-left: 20px;
  }
  .ly_info .bl_info_btn {
    text-align: center;
  }
  
  /*----- quality -----*/
  .ly_quality {
    padding: 80px 0;
    background: #949085;
  }
  .ly_quality .el_quality_title {
    text-align: center;
    margin-bottom: 40px;
  }
  .bl_quality_list li {
    width: 920px;
    padding: 35px 30px;
    margin: 0 auto;
    background: #fff;
  }
  .bl_quality_list li + li {
    margin-top: 30px;
  }
  .bl_qualityList_detaile {
    width: 315px;
    padding-top: 10px;
  }
  .bl_qualityList_detaile dt {
    color: #b07c1f;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .bl_qualityList_detaile dt span {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    margin-right: 15px;
  }
  .bl_qualityList_detaile dd {
    font-size: 18px;
    line-height: 1.5;
  }

  /*----- skill -----*/
  .ly_skill {
    padding: 100px 0 170px;
    background: #f8f7f4;
  }
  .ly_skill .el_skill_title {
    text-align: center;
    margin-bottom: 40px;
  }
  .ly_skill .bl_skill_slide {
    width: 1000px;
    margin: 0 auto;
  }
  #splide01-track{
    padding-left: 180px !important;
  }
  .ly_skill .bl_skill_slide .splide__slide {
    width: 580px !important;
    padding: 30px 30px 35px;
    margin: 0 30px;
    box-shadow: 0 0 20px -5px rgba(77, 71, 62, 0.2);
    background: #fff;
  }
  .ly_skill .bl_skill_slide .el_skill_image {
    text-align: center;
    margin-bottom: 30px;
  }
  .bl_skill_slide .bl_skill_detaile dt {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .bl_skill_slide .bl_skill_detaile dd {
    white-space: normal;
    font-size: 18px;
    line-height: 1.5;
  }
  .ly_skill .splide__arrows {
    width: 580px;
    margin: 0 auto;
    position: relative;
  }
  .ly_skill .splide__arrow {
    display: flex;
    justify-content: center;
    width: 140px;
    height: 40px;
    padding: 10px 0;
    background: #b07c1f;
    position: absolute;
    bottom: -70px;
  }
  .ly_skill .splide__arrow.splide__arrow--prev {
    left: 0;
  }
  .ly_skill .splide__arrow.splide__arrow--next {
    right: 0;
  }
  .ly_skill .splide__pagination {
    position: absolute;
    bottom: -65px;
  }

  /*----- relieved -----*/
  .ly_relieved {
    padding: 100px 0 0;
    margin-bottom: 50px;
    background: #fff;
  }
  .ly_relieved .el_relieved_title {
    text-align: center;
    margin-bottom: 40px;
  }
  .bl_relievedDetaile_list {
    width: 920px;
    margin: 0 auto 60px;
  }
  .bl_relievedDetaile_list .bl_relieved_box + .bl_relieved_box {
    margin-left: 35px;
  }
  .bl_relievedDetaile_list .bl_relieved_box .el_relievedBox_image {
    margin-bottom: 25px;
  }
  .bl_relieved_detaile dt {
    color: #b07c1f;
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid #d8cebc;
  }
  .bl_relieved_detaile dd {
    line-height: 1.5;
  }
  .ly_relieved .el_relieved_subtitle {
    text-align: center;
    margin-bottom: 40px;
  }
  .ly_relieved .bl_relieved_list li + li {
    margin-left: 30px;
  }

  /*----- voice -----*/
  .ly_voice {
    padding: 80px 30px 155px;
    background: #949085;
  }
  .ly_voice .el_voice_title {
    text-align: center;
    margin-bottom: 40px;
  }
  .ly_voice .bl_voice_slide {
    width: 920px;
    padding: 30px;
    margin: 0 auto;
    background: #fff;
  }
  .bl_voice_slide .bl_voiceSlide_left {
    color: #b07c1f;
    margin-bottom: 20px;
  }
  .bl_voiceSlide_left .el_voice_image {
    margin-bottom: 15px;
  }
  .bl_voiceSlide_left .el_voiceSlide_text {
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .bl_voiceSlide_left .bl_voiceSlide_tag li {
    font-size: 12px;
    line-height: 1.3;
    margin-right: 15px;
  }
  .bl_voice_detaile {
    width: 580px;
  }
  .bl_voice_detaile dt {
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .bl_voice_detaile dd {
    line-height: 1.7;
  }
  .bl_voice_detaile dd span {
    font-weight: bold;
    background: linear-gradient(transparent 45%, #f5e8c2 45%);
  }
  .ly_voice .splide__arrow {
    width: 140px;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    background: #fff;
    position: absolute;
    bottom: -70px;
  }
  .ly_voice .splide__arrow.splide__arrow--prev {
    left: 0;
  }
  .ly_voice .splide__arrow.splide__arrow--next {
    right: 0;
  } 
  .ly_voice .splide__pagination {
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
  }
  .ly_voice .splide__pagination .splide__pagination__page {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
  }
  .ly_voice .splide__pagination .is-active {
    border: 1px solid #fff;
    background: #fff;
  }

  /*----- staff -----*/
  .ly_staff {
    padding: 100px 0;
  }
  .ly_staff .el_staff_title {
    text-align: center;
    margin-bottom: 40px;
  }
  .ly_staff .bl_staff_slide {
    width: 650px;
    margin: 0 auto;
  }
  .ly_staff .bl_staff_slide .splide__slide {
    width: 460px;
    margin: 0 auto;
  }
  .ly_staff .bl_staff_slide .el_staff_image {
    text-align: center;
    margin-bottom: 30px;
  }
  .bl_staff_box1{
    margin: 0 auto;
    width: 650px;
  }
  .bl_staff_box2{
    width: 555px;
    margin: 0 auto;
  }
  .bl_staff_box3{
    width: 570px;
    margin: 0 auto;
  }
  .ly_staff .bl_staff_slide .el_staff_text {
    white-space: normal;
    line-height: 1.5;
  }
  .bl_staff_slide .splide__arrow {
    position: absolute;
    top: 140px;
  }
  .bl_staff_slide .splide__arrow.splide__arrow--prev {
    left: calc(50% - 250px);
  }
  .bl_staff_slide .splide__arrow.splide__arrow--next {
    right: calc(50% - 250px);
  }
  .bl_staff_slide .splide__pagination {
    margin-top: 20px;
  }

  /*----- plan -----*/
  .ly_plan {
    padding: 80px 0 90px;
    margin-bottom: 80px;
    background: #ece7dd;
  }
  .ly_plan .el_plan_title {
    text-align: center;
    margin-bottom: 40px;
  }
  .ly_plan .el_plan_arrow {
    text-align: center;
    margin-bottom: 40px;
  }
  .bl_plan_trial {
    width: 920px;
    padding: 25px;
    margin: 0 auto;
    border: 3px solid #b07c1f;
    background: #fff;
  }
  .bl_plan_trial .el_planTrial_title {
    text-align: center;
    margin-bottom: 20px;
  }
  .bl_plan_regular .el_regular_title {
    color: #724e0d;
    font-size: 50px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
  }
  .bl_plan_regular .el_regular_title span {
    display: block;
    font-size: 40px;
    font-weight: bold;
  }
  .bl_plan_trial .bl_planTrial_price {
    text-align: center;
    margin-bottom: 30px;
  }
  .bl_plan_trial .bl_planTrial_price dt {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .bl_plan_trial .bl_planTrial_price dd {
    color: #b07c1f;
    font-size: 32px;
    font-weight: bold;
    position: relative;
  }
  .bl_plan_trial .bl_planTrial_price dd .el_trialPrice_fsS {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 5px;
  }
  .bl_plan_trial .bl_planTrial_price dd .el_trialPrice_fsM {
    font-size: 50px;
    font-weight: bold;
  }
  .bl_plan_trial .bl_planTrial_price dd .el_trialPrice_fsL {
    font-size: 70px;
    font-weight: bold;
  }
  .bl_plan_trial .el_planTrial_text {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
  }
  .bl_plan_regular .el_plan_table {
    text-align: center;
    margin-bottom: 60px;
  }
  .bl_plan_area .el_planArea_title {
    color: #724e0d;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  .bl_plan_area .bl_planArea_list {
    width: 920px;
    margin: 0 auto 20px;
  }
  .bl_plan_area .bl_planArea_list li {
    width: 450px;
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
    text-align: center;
    padding: 30px 0;
    background: #b07c1f;
  }
  .bl_plan_area .el_planArea_caution {
    display: block;
    width: 920px;
    font-size: 14px;
    text-align: right;
    margin: 0 auto;
  }


  /*----- flow -----*/
  .ly_flow {
    padding: 10px 30px 100px;
  }
  .ly_flow .el_flow_title {
    text-align: center;
    margin-bottom: 40px;
  }
  .ly_flow .bl_flow_list {
    width: 920px;
    margin: 0 auto 70px;
  }
  .bl_flowList_box {
    padding: 25px;
    border: 3px solid #b07c1f;
    background: #fff;
    position: relative;
  }
  .bl_flowList_box + .bl_flowList_box {
    margin-top: 30px;
  }
  .bl_flowList_box + .bl_flowList_box::after {
    content: '';
    display: block;
    width: 3px;
    height: 32px;
    background: #b07c1f;
    position: absolute;
    top: -33px;
    left: 75px;
  }
  .bl_flowList_box .el_flowBox_image {
    margin-right: 30px;
  }
  .bl_flowList_box .bl_flowBox_detaile dt {
    color: #724e0d;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .bl_flowList_box .bl_flowBox_detaile dd {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.4;
  }
  .ly_flow .bl_fv_info {
    padding: 0;
    box-shadow: none;
    background: none;
  }

  /*----- faq -----*/
  .ly_faq {
    padding: 80px 0 105px;
    margin-bottom: 80px;
    background: #949085;
  }
  .ly_faq .el_faq_title {
    text-align: center;
    margin-bottom: 30px;
  }
  .ly_faq .bl_faqList_detaile {
    width: 920px;
    font-size: 16px;
    margin: 0 auto;
    background: #fff;
  }
  .bl_faqList_detaile + .bl_faqList_detaile {
    margin-top: 20px;
  }
  .bl_faqList_detaile dt {
    white-space: normal;
    line-height: 1.5;
    font-weight: bold;
    padding: 15px 70px;
    border-bottom: 3px solid #949085;
    background: url(../img/pc_faq_p_icon.png)no-repeat center left 30px / 21px auto, url(../img/sp_arrow_open.png)no-repeat center right 30px / 21px auto;
    cursor: pointer;
  }
  .bl_faqList_detaile dt.is-active {
    background: url(../img/pc_faq_p_icon.png)no-repeat center left 30px / 21px auto, url(../img/sp_arrow_close.png)no-repeat center right 30px / 21px auto;
  } 
  .bl_faqList_detaile dd {
    display: none;
    line-height: 1.5;
    padding: 25px 30px 30px 70px;
    background: url(../img/pc_faq_a_icon.png)no-repeat top 25px left 30px / 21px auto;
  }
  .bl_faqList_detaile .is-active {
    display: block;
  }
  .el_faqDetaile_text {
    line-height: 1.5;
  }
  .el_faqDetaile_text + .el_faqDetaile_text {
    margin-top: 50px;
  }
  .bl_faqList_detaile dd .el_faqDetaile_text strong {
    font-weight: bold;
  }
  .el_faqDetaile_text a {
    display: inline-block;
    color: #0018ff;
    text-decoration: underline;
  }

  /*----- fixed -----*/
  .ly_fixed {
    text-align: center;
    padding-top: 15px;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /*----- footer -----*/
  .ly_footer {
    text-align: center;
    padding: 10px 0;
    background: #4d473e;
  }
  .el_copyright {
    color: #fff;
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .splide .splide__pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .splide .splide__pagination .splide__pagination__page {
    width: 2.03125vw;
    height: 2.03125vw;
    margin: 0 0.78125vw;
    border: 1px solid #b07c1f;
    border-radius: 50%;
    background: transparent;
  }
  .splide .splide__pagination .is-active {
    border: 1px solid #b07c1f;
    background: #b07c1f;
  }
  .hp_spNone {
    display: none !important;
  }
  
  /*----- header -----*/
  .ly_header {
    padding: 4.6875vw;
    background: #fff;
  }
  .ly_header .el_kurashinity_logo {
    width: 35vw;
  }
  .ly_header .el_pasona_logo {
    width: 42.96875vw;
  }
  
  /*----- fv -----*/
  .ly_fv {
    padding: 3.125vw 0 7.8125vw;
    background: url(../img/sp_fv_background.png)no-repeat center top/100% auto;
  }
  .ly_fv .el_fv_title {
    width: 95.9375vw;
    margin: 0 auto 42.1875vw;
  }
  .ly_fv .el_fv_point {
    width: 90.625vw;
    margin: 0 auto 3.125vw;
  }
  .ly_fv .bl_fv_info {
    width: 90.625vw;
    padding: 6.25vw 0 7.03125vw;
    margin: 0 auto;
    box-shadow: 0 0 3.125vw -0.78125vw rgba(77, 71, 62, 0.2);
    background: #fff;
  }
  .bl_fv_info .bl_fvInfo_btn {
    width: 83.75vw;
    margin: 0 auto 3.125vw;
  }
  .bl_fv_info .el_fvInfo_title {
    width: 81.25vw;
    margin: 0 auto;
  }
  
  /*----- campaign -----*/
  .ly_campaign {
    width: 90.62vw;
    padding: 4.68vw 3.9vw;
    margin: 0 auto;
    background: #fff;
  }
  .el_campaign_title {
    width: 82.03vw;
    margin: 0 auto 3.9vw;
  }
  .bl_campaign_detaile + .bl_campaign_detaile {
    margin-top: 3.12vw;
  }
  .bl_campaign_detaile dt {
    color: #fff;
    font-size: 4.06vw;
    text-align: center;
    font-weight: bold;
    padding: 0.78vw 0;
    margin-bottom: 1.56vw;
    background: #724e0d;
  }
  .bl_campaign_detaile dd {
    color: #724e0d;
    font-size: 4.06vw;
    text-align: center;
    font-weight: bold;
  }
  .bl_campaign_detaile dd span {
    display: block;
    color: #4d473e;
    font-size: 3.12vw;
    line-height: 1.5;
    margin-top: 1.56vw;
  }
  .bl_caution_text {
    font-size: 3.39vw;
    line-height: 1.4;
    margin-top: 3.12vw;
  }
  .bl_caution_text strong {
    font-weight: bold;
  }
  

  /*----- service -----*/
  .ly_service {
    padding: 7.8125vw 4.6875vw 4.6875vw;
  }
  .ly_service .el_service_title {
    width: 81.25vw;
    margin: 0 auto 5.46875vw;
  }
  .ly_service .bl_service_list {
    padding: 7.8125vw 4.6875vw 7.03125vw;
    box-shadow: 0 0 3.125vw -0.78125vw rgba(77, 71, 62, 0.2);
    background: #fff;
  }
  .ly_service .bl_service_list + .bl_service_list {
    margin-top: 4.6875vw;
  }
  
  .bl_service_list .el_serviceList_title {
    font-size: 5.31vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6.25vw;
    position: relative;
  }
  .bl_service_list .el_serviceList_title::before {
    content: "";
    display: block;
    width: 12.5vw;
    height: 0.46875vw;
    background: #4d473e;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .bl_service_list .el_serviceList_title::after {
    content: "";
    display: block;
    width: 12.5vw;
    height: 0.46875vw;
    background: #4d473e;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .bl_service_list .bl_serviceIcon_list {
    gap: 3.125vw;
  }
  .bl_service_list .bl_serviceIcon_list li {
    width: 25vw;
  }
  
  /*----- info -----*/
  .ly_info {
    width: 90.625vw;
    padding: 0 0 3.12vw;
    margin: 4.6875vw auto 15.625vw;
    box-shadow: 0 0 3.125vw -0.78125vw rgba(77, 71, 62, 0.2);
    background: #fff;
  }
  .el_info_title {
    width: 90.62vw;
    margin: 0 auto;
  }
  .ly_info .bl_info_btn {
    width: 83.75vw;
    margin: 0 auto;
  }
  .ly_info .el_info_catch {
    width: 81.25vw;
    margin: -7.81vw auto 4.68vw;
  }
  
  
  /*----- quality -----*/
  .ly_quality {
    padding: 12.5vw 4.68vw;
    background: #949085;
  }
  .ly_quality .el_quality_title {
    width: 86.25vw;
    margin: 0 auto 6.25vw;
  }
  .bl_quality_list li {
    padding: 5.46vw 4.68vw;
    background: #fff;
  }
  .bl_quality_list li + li {
    margin-top: 4.68vw;
  }
  .bl_quality_list li .bl_qualityList_title {
    color: #b07c1f;
    font-size: 4.68vw;
    font-weight: bold;
    margin-bottom: 4.68vw;
  }
  .bl_qualityList_title span {
    line-height: 1.4;
    font-weight: bold;
  }
  .bl_qualityList_title .el_qualityList_num {
    width: 12.43vw;
    font-size: 7.34vw;
  }
  .bl_qualityList_title .el_qualityListTitle_text {
    width: 69.53vw;
    font-size: 4.68vw;
    padding-top: 2.34vw;
  }
  .bl_quality_list li .el_qualityList_image {
    margin-bottom: 3.9vw;
  }
  .bl_quality_list li .el_qualityList_text {
    line-height: 1.5;
  }
  
  /*----- skill -----*/
  .ly_skill {
    padding: 15.625vw 3.125vw 21.875vw;
  }
  .ly_skill .el_skill_title {
    width: 91.71875vw;
    margin: 0 auto 7.03125vw;
  }
  .ly_skill .bl_skill_slide {
    width: 90.625vw;
    margin: 0 auto;
    box-shadow: 0 0 3.125vw -0.78125vw rgba(77, 71, 62, 0.2);
  }
  .ly_skill .bl_skill_slide .splide__slide {
    padding: 4.6875vw 4.6875vw 5.46875vw;
    background: #fff;
  }
  .ly_skill .bl_skill_slide .el_skill_image {
    width: 81.25vw;
    margin: 0 auto 4.6875vw;
  }
  
  .bl_skill_slide .bl_skill_detaile dt {
    font-weight: bold;
    margin-bottom: 1.5625vw;
  }
  .bl_skill_slide .bl_skill_detaile dd {
    white-space: normal;
    font-size: 4.25vw;
    line-height: 1.5;
  }
  .bl_skill_slide .splide__arrow {
    width: 21.875vw;
    padding: 3.125vw 0;
    background: #b07c1f;
    position: absolute;
    bottom: -14.84375vw;
  }
  .bl_skill_slide .splide__arrow.splide__arrow--prev {
    left: 0;
  }
  .bl_skill_slide .splide__arrow.splide__arrow--next {
    right: 0;
  }
  .bl_skill_slide .splide__arrow img {
    width: 1.5625vw;
    margin: 0 auto;
  }
  .bl_skill_slide .splide__pagination {
    position: absolute;
    bottom: -11.71875vw;
  }
  
  /*----- relieved -----*/
  .ly_relieved {
    padding: 6.25vw 4.6875vw 7.8125vw;
  }
  .ly_relieved .el_relieved_title {
    width: 81.5625vw;
    margin: 0 auto 6.25vw;
  }
  .bl_relievedDetaile_list {
    display: block;
  }
  .bl_relievedDetaile_list .bl_relieved_box + .bl_relieved_box {
    margin-top: 5.46875vw;
  }
  .bl_relievedDetaile_list .bl_relieved_box .el_relievedBox_image {
    margin-bottom: 3.90625vw;
  }
  .bl_relieved_detaile dt {
    color: #b07c1f;
    font-size: 5vw;
    line-height: 1.3;
    font-weight: bold;
    padding-bottom: 1.5625vw;
    margin-bottom: 3.125vw;
    border-bottom: 0.46875vw solid #d8cebc;
  }
  .bl_relieved_detaile dd {
    font-size: 4.36vw;
    line-height: 1.5;
  }
  .ly_relieved .el_relieved_subtitle {
    width: 81.875vw;
    margin: 9.375vw auto 6.25vw;
  }
  .ly_relieved .bl_relieved_list li {
    width: 42.1875vw;
  }
  .ly_relieved .bl_relieved_list li + li {
    margin-left: 4.68vw;
  }
  
  /*----- voice -----*/
  .ly_voice {
    padding: 12.5vw 4.6875vw 24.21875vw;
    background: #949085;
  }
  .ly_voice .el_voice_title {
    width: 52.1875vw;
    margin: 0 auto 6.25vw;
  }
  .ly_voice .bl_voice_slide {
    height: 281.25vw;
    padding: 4.6875vw;
    background: #fff;
  }
  
  .bl_voice_slide .bl_voiceSlide_top {
    color: #b07c1f;
    margin-bottom: 3.125vw;
  }
  .bl_voice_slide .bl_voiceSlide_top .el_voice_image {
    width: 40.625vw;
    margin-right: 3.9vw;
  }
  .bl_voice_slide .bl_voiceSlide_top .el_voiceSlide_text {
    font-size: 4.37vw;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 0.78125vw;
  }
  .bl_voiceSlide_tag li {
    font-size: 3.43vw;
    line-height: 1.4;
  }
  .bl_voice_slide .bl_voice_detaile dt {
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 2.34375vw;
  }
  .bl_voice_slide .bl_voice_detaile dd {
    font-size: 4.2vw;
    line-height: 1.4;
  }
  .bl_voice_slide .bl_voice_detaile dd span {
    font-weight: bold;
    background: linear-gradient(transparent 45%, #f5e8c2 45%);
  }
  .bl_voice_slide .splide__arrow {
    width: 21.875vw;
    padding: 3.125vw 0;
    background: #fff;
    position: absolute;
    bottom: -14.0625vw;
  }
  .bl_voice_slide .splide__arrow.splide__arrow--prev {
    left: 0;
  }
  .bl_voice_slide .splide__arrow.splide__arrow--next {
    right: 0;
  }
  .bl_voice_slide .splide__arrow img {
    width: 1.5625vw;
    margin: 0 auto;
  }
  .bl_voice_slide .splide__pagination {
    left: 50%;
    bottom: -10.9375vw;
    transform: translateX(-50%);
  }
  .bl_voice_slide .splide__pagination .splide__pagination__page {
    width: 2.03125vw;
    height: 2.03125vw;
    margin: 0 0.78125vw;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
  }
  .bl_voice_slide .splide__pagination .is-active {
    border: 1px solid #fff;
    background: #fff;
  }
  
  /*----- staff -----*/
  .ly_staff {
    padding: 15.625vw 9.375vw 14.84375vw;
  }
  .ly_staff .el_staff_title {
    width: 42.1875vw;
    margin: 0 auto 6.25vw;
  }
  .ly_staff .bl_staff_slide .el_staff_image {
    width: 46.875vw;
    margin: 0 auto 3.90625vw;
  }
  .bl_staff_box1{
    margin: 0 auto;
    width: 63.563vw;
  }
  .bl_staff_box2{
    margin: 0 auto;
    width: 63.563vw;
  }
  .bl_staff_box3{
    width: 63.563vw;
    margin: 0 auto;
  }
  .ly_staff .bl_staff_slide .el_staff_text {
    white-space: normal;
    width: 79.87vw;
    line-height: 1.5;
    margin: 0 auto;
  }
  
  .bl_staff_slide .splide__arrow {
    padding: 3.125vw 0;
    position: absolute;
    top: 21.875vw;
  }
  .bl_staff_slide .splide__arrow.splide__arrow--prev {
    left: 0;
  }
  .bl_staff_slide .splide__arrow.splide__arrow--next {
    right: 0;
  }
  .bl_staff_slide .splide__arrow img {
    width: 1.5625vw;
    margin: 0 auto;
  }
  
  /*----- plan -----*/
  .ly_plan {
    padding: 12.5vw 0 14.0625vw;
    margin-bottom: 12.5vw;
    background: #ece7dd;
  }
  .ly_plan .el_plan_title {
    width: 40.78125vw;
    margin: 0 auto 10.9375vw;
  }
  .ly_plan .el_plan_arrow {
    width: 84.375vw;
    margin: 0 auto 7.8125vw;
  }
  
  .bl_plan_trial {
    width: 90.625vw;
    padding: 9.375vw 6.25vw 7.03125vw;
    margin: 0 auto;
    border: 0.625vw solid #b07c1f;
    background: #fff;
    position: relative;
  }
  .bl_plan_trial .el_planTrial_title {
    width: 62.5vw;
    position: absolute;
    top: -5.15625vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .bl_plan_trial .bl_planTrial_price {
    text-align: center;
    margin-bottom: 4.6875vw;
  }
  .bl_plan_trial .bl_planTrial_price dt {
    font-size: 6.25vw;
    font-weight: bold;
    margin-bottom: 5.46vw;
  }
  .bl_plan_trial .bl_planTrial_price dd {
    color: #b07c1f;
    font-size: 7.8125vw;
    font-weight: bold;
    position: relative;
  }
  .bl_plan_trial .bl_planTrial_price dd .el_trialPrice_fsS {
    font-size: 3.125vw;
    font-weight: bold;
    position: absolute;
    top: 2.65vw;
    right: 1.09vw;
  }
  .bl_plan_trial .bl_planTrial_price dd .el_trialPrice_fsM {
    font-size: 9.375vw;
    font-weight: bold;
  }
  .bl_plan_trial .bl_planTrial_price dd .el_trialPrice_fsL {
    font-size: 12.5vw;
    font-weight: bold;
  }
  .bl_plan_trial .el_planTrial_image {
    width: 71.875vw;
    margin: 0 auto 4.6875vw;
  }
  .bl_plan_trial .el_planTrial_text {
    font-size: 4.0625vw;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
  }
  .bl_plan_regular .el_regular_title {
    color: #724e0d;
    font-size: 9.37vw;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3.90625vw;
  }
  .bl_plan_regular .el_regular_title span {
    display: block;
    font-size: 7.81vw;
    font-weight: bold;
  }
  .bl_plan_regular .el_plan_table {
    width: 95.3125vw;
    margin: 0 0 0 auto;
    overflow-x: scroll;
  }
  .bl_plan_regular .el_plan_table img {
    width: 204.84375vw;
  }
  
  .bl_plan_area {
    padding-top: 8.59375vw;
  }
  .bl_plan_area .el_planArea_title {
    color: #724e0d;
    font-size: 6.5625vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6.25vw;
  }
  .bl_plan_area .bl_planArea_list {
    width: 90.625vw;
    margin: 0 auto 3.125vw;
  }
  .bl_plan_area .bl_planArea_list li {
    width: 43.75vw;
    color: #fff;
    font-size: 7.8125vw;
    text-align: center;
    padding: 7.03125vw 0;
    background: #b07c1f;
  }
  .bl_plan_area .el_planArea_caution {
    display: block;
    width: 90.62vw;
    font-size: 3.75vw;
    margin: 0 auto;
  }
  
  /*----- flow -----*/
  .ly_flow {
    padding: 1.5625vw 4.6875vw 15.625vw;
  }
  .ly_flow .el_flow_title {
    width: 59.375vw;
    margin: 0 auto 6.25vw;
  }
  .bl_flow_list {
    margin-bottom: 9.37vw;
  }
  .bl_flow_list .bl_flowList_box {
    padding: 3.90625vw;
    border: 0.46875vw solid #b07c1f;
    background: #fff;
    position: relative;
  }
  .bl_flowList_box + .bl_flowList_box {
    margin-top: 4.6875vw;
  }
  .bl_flowList_box + .bl_flowList_box::after {
    content: "";
    display: block;
    width: 0.46875vw;
    height: 5vw;
    background: #b07c1f;
    position: absolute;
    top: -5vw;
    left: 14.0625vw;
  }
  .bl_flowList_box .el_flowBox_image {
    width: 22.03vw;
    margin-right: 3.12vw;
  }
  .bl_flowList_box .bl_flowBox_detaile {
    width: 57.03vw;
  }
  .bl_flowList_box .bl_flowBox_detaile dt {
    color: #724e0d;
    font-size: 4.68vw;
    line-height: 1.4;
    font-weight: bold;
    margin: 0 2.34vw 0.78125vw 0;
  }
  .bl_flowList_box .bl_flowBox_detaile dd {
    font-size: 4.0625vw;
    line-height: 1.4;
  }
  
  /*----- faq -----*/
  .ly_faq {
    padding: 12.5vw 4.6875vw;
    margin-bottom: 12.5vw;
    background: #949085;
  }
  .ly_faq .el_faq_title {
    width: 15.93vw;
    margin: 0 auto 7.03125vw;
  }
  
  .bl_faqList_detaile {
    font-size: 4.06vw;
    background: #fff;
  }
  .bl_faqList_detaile + .bl_faqList_detaile {
    margin-top: 3.125vw;
  }
  .bl_faqList_detaile dt {
    white-space: normal;
    line-height: 1.3;
    font-weight: bold;
    padding: 3.9vw 15.12vw 3.9vw 14.84vw;
    border-bottom: 0.46875vw solid #e3e3e3;
    background: url(../img/sp_faq_q_icon.png)no-repeat center left 4.6875vw/5.46875vw auto, url(../img/sp_arrow_open.png)no-repeat center right 4.6875vw/3.28125vw auto;
  }
  .bl_faqList_detaile dt.is-active {
    background: url(../img/sp_faq_q_icon.png)no-repeat center left 4.6875vw/5.46875vw auto, url(../img/sp_arrow_close.png)no-repeat center right 4.6875vw/3.28125vw auto;
  }
  .bl_faqList_detaile dd {
    display: none;
    line-height: 1.5;
    padding: 3.90625vw 9.12vw 4.6875vw 14.84vw;
    background: url(../img/sp_faq_a_icon.png)no-repeat top 3.90625vw left 4.6875vw/5.46875vw auto;
  }
  .bl_faqList_detaile dd.is-active {
    white-space: normal;
    display: block;
  }
  .bl_faqList_detaile dd .el_faqDetaile_text {
    white-space: normal;
    line-height: 1.5;
  }
  .bl_faqList_detaile dd .el_faqDetaile_text + .el_faqDetaile_text {
    white-space: normal;
    margin-top: 7.03vw;
  }
  .bl_faqList_detaile dd .el_faqDetaile_text strong {
    font-weight: bold;
  }
  .bl_faqList_detaile dd a {
    white-space: normal;
    color: #0018ff;
    text-decoration: underline;
  }
  
  /*----- fixed -----*/
  .ly_fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 4.6875vw;
  }
  .ly_fixed .bl_fixed_btn {
    width: 83.75vw;
    margin: 0 auto;
  }
  
  /*----- footer -----*/
  .ly_footer {
    text-align: center;
    padding: 1.5625vw 0;
    background: #4d473e;
  }
  .ly_footer .el_copyright {
    color: #fff;
    font-size: 3.4375vw;
  }
}
