@media screen and (min-width: 641px) {
  .hp_pcNone {
    display: none !important;
  }

  a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }

  /*----- header -----*/
  .ly_header .el_header_logo {
    text-align: center;
  }

  /*----- fv -----*/
  .ly_fv {
    padding: 630px 0 140px;
    background: url(../img/pc_fv_background.jpg) no-repeat center top,url(../img/pc_info_background.jpg) no-repeat center bottom;
    position: relative;
  }
  .ly_fv:after {
    content: "";
    display: block;
    width: 100%;
    height: 700px;
    background: #b3c2e5;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .ly_fv .bl_fv_inner {
    width: 1000px;
    margin: 0 auto;
  }

  .bl_fv_form {
    width: 960px;
    padding: 95px 0 40px;
    margin: 0 auto 50px;
    border-radius: 17px;
    box-shadow: 0 0 15px -5px #777777;
    background: url(../img/pc_fv_form_frame.png) no-repeat center top;
    position: relative;
  }
  .bl_fv_form .el_fvForm_title {
    position: absolute;
    top: -60px;
    left: -30px;
  }
  .bl_fv_form .el_fvForm_text {
    text-align: center;
    margin-bottom: 20px;
  }
  .bl_fv_form .bl_fvForm_list {
    margin-bottom: 30px;
  }
  .bl_fv_form .bl_fvForm_list li + li {
    margin-left: 15px;
  }
  .bl_fv_form .bl_fvForm_list li input {
    width: 430px;
    text-align: center;
    padding: 25px 0;
    border: 1px solid #8e8e8e;
    border-radius: 5px;
  }
  .bl_fv_form .neFormButton {
    text-align: center;
  }
  .bl_fv_form .neFormButton :hover {
    opacity: 0.7;
    transition: 0.5s;
  }

  /*----- info -----*/
  .bl_info_tel {
    width: 780px;
    padding: 20px 0;
    margin: 0 auto;
    background: #fff;
  }
  .bl_info .el_info_title {
    text-align: center;
  }
  .bl_info .el_tel_num {
    width: 440px;
    color: #183b7f;
    font-size: 52px;
    font-weight: bold;
    padding: 0 0 10px 70px;
    margin: 0 auto 10px;
    background: url(../img/pc_info_tel_icon.png) no-repeat center left;
  }
  .bl_info .bl_tel_reception {
    width: 655px;
    font-size: 18px;
    margin: 0 auto;
  }
  .bl_info .bl_tel_reception dt {
    color: #fff;
    padding: 5px 15px;
    margin-right: 15px;
    border-radius: 20px;
    background: #183b7f;
  }

  .ly_info02 {
    padding: 90px 0 115px;
    background: url(../img/pc_info_background.jpg) no-repeat center bottom;
  }
  .ly_info02 .el_info_btn {
    text-align: center;
    margin-bottom: 100px;
  }

  /*----- achievement -----*/
  .ly_achievement {
    background: #e7efff;
  }
  .ly_achievement .el_achievement_title {
    text-align: center;
    margin-bottom: 100px;
  }
  .ly_achievement .bl_achievement_slider {
    width: 1200px;
    padding-bottom: 95px;
    margin: 0 auto;
    background: #d7e3f9;
    position: relative;
  }
  .ly_achievement .bl_achievement_slider:before {
    content: "";
    width: 100%;
    height: 130px;
    background: #d7e3f9;
    clip-path: polygon(50% 0%, 0 100%, 100% 100%);
    position: absolute;
    top: -130px;
    left: 50%;
    transform: translateX(-50%);
  }
  .ly_achievement .bl_achievement_slider .el_achievementSlider_title {
    text-align: center;
    margin-bottom: 35px;
  }
  .ly_achievement .bl_achievement_slider .splide {
    width: 860px;
    margin: 0 auto;
  }
  .ly_achievement .bl_achievement_list li {
    height: 450px;
    padding: 30px 28px 0;
    margin: 10px 8px;
    border-radius: 20px;
    box-shadow: 0 2px 5px 2px rgba(68, 77, 111, 0.6);
    background: #fff;
  }
  .ly_achievement .bl_achievement_list li .el_slider_image {
    margin-bottom: 30px;
  }
  .ly_achievement .bl_achievement_list .bl_achievement_detaile dl + dl {
    margin-top: 20px;
  }
  .ly_achievement .bl_achievement_list .bl_achievement_detaile dt {
    width: 90px;
    font-size: 18px;
    text-align: center;
    padding: 10px 0 11px;
    background: #e3ecff;
  }
  .ly_achievement .bl_achievement_list .bl_achievement_detaile dd {
    width: 250px;
    line-height: 1.5;
  }
  .ly_achievement .splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .ly_achievement .splide__arrow :hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  .ly_achievement .splide__arrow.splide__arrow--prev {
    left: -70px;
  }
  .ly_achievement .splide__arrow.splide__arrow--next {
    right: -70px;
  }
  .ly_achievement .splide__pagination {
    margin-top: 40px;
  }
  .ly_achievement .splide__pagination li button {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 100%;
    background: #fff;
  }
  .ly_achievement .splide__pagination li button.is-active {
    background: #444d6f;
  }

  /*----- case -----*/
  .ly_case {
    padding: 80px 0 55px;
    background: #5072bf url(../img/pc_case_background.jpg) no-repeat center top;
  }
  .ly_case .el_case_title {
    text-align: center;
  }
  .ly_case .bl_case_slider {
    width: 860px;
    margin: 0 auto;
    position: relative;
  }
  .ly_case .bl_case_slider .bl_caseList_box {
    height: 345px;
    padding: 25px 30px 0;
    margin: 10px 8px;
    border-radius: 15px;
    box-shadow: 0 2px 7px 2px rgba(68, 77, 111, 0.6);
    background: #fff;
  }
  .ly_case .bl_case_slider .bl_caseList_box .el_caseList_title {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
  }
  .ly_case .bl_case_slider .bl_caseList_box .el_case_detaile {
    padding: 20px 5px 0;
  }
  .ly_case .bl_case_slider .bl_caseList_box .el_case_detaile .el_caseDetail_text {
    line-height: 1.5;
  }
  .ly_case .splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .ly_case .splide__arrow :hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  .ly_case .splide__arrow.splide__arrow--prev {
    left: -70px;
  }
  .ly_case .splide__arrow.splide__arrow--next {
    right: -70px;
  }
  .ly_case .splide__pagination {
    margin-top: 30px;
  }
  .ly_case .splide__pagination li button {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 100%;
    background: #fff;
  }
  .ly_case .splide__pagination li button.is-active {
    background: #444d6f;
  }
  .ly_case .bl_info {
    width: 800px;
    padding: 20px 0;
    margin: 60px auto 0;
    background: #e3ecff;
  }
  .ly_case .bl_info_tel {
    padding: 0;
    background: none;
  }

  /*----- reason -----*/
  .ly_reason {
    padding: 70px 0 40px;
    background: #e7efff url(../img/pc_reason_title_background.png) no-repeat center top;
  }
  .ly_reason .el_reason_title {
    text-align: center;
    margin-bottom: 60px;
  }
  .ly_reason .bl_reason_list {
    width: 900px;
    margin: 0 auto 115px;
  }
  .ly_reason .bl_reason_list .bl_reasonLsit_box + .bl_reasonLsit_box {
    margin-top: 30px;
  }
  .ly_reason .bl_reasonLsit_box dd {
    width: 500px;
    line-height: 1.5;
    padding: 20px 30px 0 0;
  }

  /*----- faq -----*/
  .ly_faq {
    padding: 85px 0 100px;
    background: #d7e3f9;
  }
  .ly_faq .el_faq_title {
    text-align: center;
    margin-bottom: 40px;
  }
  .ly_faq .bl_faq_list {
    width: 800px;
    margin: 0 auto;
  }
  .ly_faq .bl_faq_list + .bl_faq_list {
    margin-top: 30px;
  }
  .ly_faq .bl_faq_list dt {
    padding: 15px 90px 15px 25px;
    border-radius: 15px;
    background: #fff;
  }
  .ly_faq .bl_faq_list dt span {
    color: #183b7f;
    line-height: 1.4;
    font-weight: bold;
  }
  .ly_faq .bl_faq_list dt::before {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    margin-right: 2.34375vw;
    background: url(../img/pc_faq_q_icon.png) no-repeat center/100% auto;
  }
  .ly_faq .bl_faq_list dd {
    color: #183b7f;
    line-height: 1.4;
    padding: 35px 90px 20px 115px;
    background: url(../img/pc_faq_a_icon.png) no-repeat top 20px left 25px;
  }

  /*----- staff -----*/
  .ly_staff {
    height: 700px;
    background: #345fb1 url(../img/pc_staff_image.jpg) no-repeat center top;
  }

  /*----- fixed -----*/
  .ly_fixed {
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
  }
  .ly_fixed .bl_fixed_info {
    width: 1000px;
    margin: 0 auto;
  }

  .bl_fixed_info .bl_tel_num {
    color: #183b7f;
    font-size: 44px;
    font-weight: bold;
    padding-left: 70px;
    background: url(../img/pc_fixed_tel_icon.png) no-repeat top left;
  }
  .bl_fixed_info .bl_tel_num span {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
  }

  /*----- footer -----*/
  .ly_footer {
    color: #fff;
    padding: 65px 0;
    background: #282828;
  }
  .ly_footer .bl_footer_inner {
    width: 900px;
    margin: 0 auto;
  }
  .ly_footer .bl_footer_inner .bl_company_info dl + dl {
    margin-top: 30px;
  }
  .ly_footer .bl_footer_inner .bl_company_info dt {
    width: 100px;
  }
  .ly_footer .bl_footer_inner .bl_company_info dd {
    line-height: 1.5;
  }
  .ly_footer .bl_footer_inner .el_footer_copyright {
    display: block;
    font-size: 14px;
    text-align: center;
    padding-right: 30px;
  }
}
@media screen and (max-width: 640px) {
  .hp_spNone {
    display: none !important;
  }

  /*----- header -----*/
  .ly_header .el_header_logo {
    width: 46.875vw;
    margin: 0 auto;
  }

  /*----- fv -----*/
  .ly_fv {
    padding: 139.84375vw 0 10.9375vw;
    background: url(../img/sp_fv_background.jpg) no-repeat center top/100% auto;
  }

  .bl_fv_form {
    width: 95.9375vw;
    padding: 15.625vw 5.46875vw 4.6875vw;
    margin: 0 auto 17.1875vw;
    border-radius: 17px;
    background: url(../img/sp_fv_form_frame.png) no-repeat center top/cover;
    position: relative;
  }
  .bl_fv_form .el_fvForm_title {
    width: 25vw;
    position: absolute;
    top: 19.53125vw;
  }
  .bl_fv_form .el_fvForm_text {
    font-size: 4.0625vw;
    text-align: right;
    margin: 0 7.03125vw 3.90625vw 0;
  }
  .bl_fv_form .bl_fvForm_list {
    display: block;
    width: 55.46875vw;
    margin: 0 0 3.90625vw auto;
  }
  .bl_fv_form .bl_fvForm_list li + li {
    margin-top: 1.5625vw;
  }
  .bl_fv_form .bl_fvForm_list li input {
    width: 54.68vw;
    padding: 3.125vw 3.90625vw;
    border: 1px solid #f1f1f1;
    border-radius: 0.78125vw;
    background: #f1f1f1;
  }
  .bl_fv_form .neFormButton {
    text-align: center;
  }

  /*----- info -----*/
  .bl_info .el_info_title {
    width: 93.75vw;
    margin: 0 auto 3.125vw;
  }
  .bl_info .bl_tel_num {
    width: 87.5vw;
    margin: 0 auto 5.46875vw;
  }
  .bl_info .bl_tel_reception {
    color: #183b7f;
    font-size: 3.75vw;
  }
  .bl_info .bl_tel_reception + .bl_tel_reception {
    margin-left: 3.125vw;
  }
  .bl_info .bl_tel_reception dt {
    padding: 0.78125vw 2.34375vw 1.25vw;
    margin-right: 1.5625vw;
    background: #e3ecff;
  }

  .ly_info02 {
    padding: 9.375vw 0 12.5vw;
    background-color: #e7efff;
  }
  .ly_info02 .el_info_btn {
    width: 87.5vw;
    margin: 0 auto 3.90625vw;
  }
  .ly_info02 .bl_tel_num {
    width: 87.5vw;
    margin: 0 auto 5.46875vw;
  }
  .ly_info02 .bl_tel_reception {
    color: #183b7f;
    font-size: 3.75vw;
  }
  .ly_info02 .bl_tel_reception + .bl_tel_reception {
    margin-left: 3.125vw;
  }
  .ly_info02 .bl_tel_reception dt {
    padding: 0.78125vw 2.34375vw 1.25vw;
    margin-right: 1.5625vw;
    background: #ffffff;
  }

  /*----- achievement -----*/
  .ly_achievement {
    background: #e7efff;
  }
  .ly_achievement .el_achievement_title {
    margin-bottom: 10.9375vw;
  }
  .ly_achievement .bl_achievement_slider {
    padding: 0 3.90625vw 14.0625vw;
    background: #d7e3f9;
    position: relative;
  }
  .ly_achievement .bl_achievement_slider:before {
    content: "";
    width: 100%;
    height: 15.625vw;
    background: #d7e3f9;
    clip-path: polygon(50% 0%, 0 100%, 100% 100%);
    position: absolute;
    top: -15.625vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .ly_achievement .bl_achievement_slider .el_achievementSlider_title {
    width: 87.5vw;
    margin: 0 auto 4.6875vw;
  }
  .ly_achievement .bl_achievement_list li {
    height: 106.25vw;
    padding: 6.25vw 6.25vw 0;
    margin: 1.5625vw 1.25vw;
    border-radius: 3.125vw;
    box-shadow: 0 0.3125vw 0.9375vw 0.3125vw rgba(68, 77, 111, 0.6);
    background: #fff;
  }
  .ly_achievement .bl_achievement_list li .el_slider_image {
    margin-bottom: 4.6875vw;
  }
  .ly_achievement .bl_achievement_list .bl_achievement_detaile dl + dl {
    margin-top: 4.6875vw;
  }
  .ly_achievement .bl_achievement_list .bl_achievement_detaile dt {
    width: 18.75vw;
    font-size: 4.375vw;
    text-align: center;
    padding: 2.34375vw 0 2.5vw;
    background: #e3ecff;
  }
  .ly_achievement .bl_achievement_list .bl_achievement_detaile dd {
    width: 53.125vw;
    font-size: 4.375vw;
    line-height: 1.3;
  }
  .ly_achievement .splide__arrow {
    width: 8.75vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .ly_achievement .splide__arrow.splide__arrow--prev {
    left: -3.90625vw;
  }
  .ly_achievement .splide__arrow.splide__arrow--next {
    right: -3.90625vw;
  }
  .ly_achievement .splide__pagination {
    margin-top: 3.125vw;
  }
  .ly_achievement .splide__pagination li button {
    display: block;
    width: 1.875vw;
    height: 1.875vw;
    margin: 0 0.78125vw;
    border-radius: 100%;
    background: #fff;
  }
  .ly_achievement .splide__pagination li button.is-active {
    background: #444d6f;
  }

  /*----- case -----*/
  .ly_case {
    padding: 10.9375vw 3.125vw 12.5vw;
    background: #5072bf url(../img/sp_case_background.jpg) no-repeat center top/100% auto;
  }
  .ly_case .bl_case_slider {
    margin-bottom: 9.375vw;
    position: relative;
  }
  .ly_case .bl_case_slider .bl_caseList_box {
    height: 103.125vw;
    padding: 6.25vw 4.6875vw 0;
    margin: 1.5625vw;
    border-radius: 2.34375vw;
    box-shadow: 0 0.3125vw 0.9375vw 0.3125vw rgba(68, 77, 111, 0.6);
    background: #fff;
  }
  .ly_case .bl_case_slider .bl_caseList_box .el_caseList_title {
    width: 75vw;
    padding-bottom: 1.5625vw;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
  }
  .ly_case .bl_case_slider .bl_caseList_box .el_case_detaile .el_caseDetail_text {
    line-height: 1.5;
    padding: 3.125vw 3.125vw 0;
  }
  .ly_case .bl_case_slider .bl_caseList_box .el_case_detaile .bl_caseDetail_tel {
    width: 81.25vw;
    position: absolute;
    left: 50%;
    bottom: 7.03125vw;
    transform: translateX(-50%);
  }
  .ly_case .splide__arrow {
    width: 9.375vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .ly_case .splide__arrow.splide__arrow--prev {
    left: -4.6875vw;
  }
  .ly_case .splide__arrow.splide__arrow--next {
    right: -4.6875vw;
  }
  .ly_case .splide__pagination {
    margin-top: 3.125vw;
  }
  .ly_case .splide__pagination li button {
    display: block;
    width: 1.875vw;
    height: 1.875vw;
    margin: 0 0.78125vw;
    border-radius: 100%;
    background: #fff;
  }
  .ly_case .splide__pagination li button.is-active {
    background: #444d6f;
  }
  .ly_case .bl_info dd {
    color: #fff;
  }

  /*----- reason -----*/
  .ly_reason {
    padding: 6.25vw 0 0.78125vw;
    background: #e7efff url(../img/pc_reason_title_background.png) no-repeat center top/100% auto;
  }
  .ly_reason .el_reason_title {
    width: 87.5vw;
    margin: 0 auto 4.6875vw;
  }
  .ly_reason .bl_reason_list {
    margin-bottom: 15.625vw;
  }
  .ly_reason .bl_reason_list .bl_reasonLsit_box + .bl_reasonLsit_box {
    margin-top: 7.8125vw;
  }
  .ly_reason .bl_reasonLsit_box dd {
    width: 83.59375vw;
    line-height: 1.5;
    margin: 3.125vw auto 0;
  }

  /*----- faq -----*/
  .ly_faq {
    padding: 9.375vw 4.6875vw 12.5vw;
  }
  .ly_faq .el_faq_title {
    width: 87.5vw;
    margin: 0 auto 4.6875vw;
  }
  .ly_faq .bl_faq_list + .bl_faq_list {
    margin-top: 3.125vw;
  }
  .ly_faq .bl_faq_list dt {
    padding: 2.34375vw 0 2.34375vw 3.125vw;
    border-radius: 2.34375vw;
    background: #e7efff url(../img/sp_faq_open.png) no-repeat center right 3.125vw/4.0625vw auto;
  }
  .ly_faq .bl_faq_list dt span {
    width: 60.9375vw;
    color: #183b7f;
    line-height: 1.4;
    font-weight: bold;
  }
  .ly_faq .bl_faq_list dt::before {
    content: "";
    display: block;
    width: 10.9375vw;
    height: 10.9375vw;
    margin-right: 2.34375vw;
    background: url(../img/sp_faq_q_icon.png) no-repeat center/100% auto;
  }
  .ly_faq .bl_faq_list dt.is_open {
    background: #e7efff url(../img/sp_faq_close.png) no-repeat center right 3.125vw/4.0625vw auto;
  }
  .ly_faq .bl_faq_list dd {
    display: none;
    color: #183b7f;
    line-height: 1.4;
    padding: 4.6875vw 5.46875vw 6.25vw 17.96875vw;
    background: url(../img/sp_faq_a_icon.png) no-repeat top 3.125vw left 3.125vw/10.9375vw auto;
  }

  /*----- fixed -----*/
  .ly_fixed {
    padding: 3.125vw 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
  }
  .ly_fixed .bl_fixed_info {
    width: 94.53125vw;
    margin: 0 auto;
  }
  .ly_fixed .bl_fixed_info li {
    width: 46.875vw;
  }

  /*----- footer -----*/
  .ly_footer {
    color: #fff;
    padding: 8.59375vw 0 5.46875vw;
    background: #282828;
  }
  .ly_footer .bl_footer_inner {
    display: block;
    width: 82.8125vw;
    font-size: 4.0625vw;
    margin: 0 auto;
  }
  .ly_footer .bl_footer_inner .bl_company_info {
    margin-bottom: 9.375vw;
  }
  .ly_footer .bl_footer_inner .bl_company_info dl + dl {
    margin-top: 4.6875vw;
  }
  .ly_footer .bl_footer_inner .bl_company_info dt {
    width: 21.875vw;
  }
  .ly_footer .bl_footer_inner .bl_company_info dd {
    width: 63.28125vw;
    line-height: 1.5;
  }
  .ly_footer .bl_footer_inner .el_footer_copyright {
    display: block;
    font-size: 2.5vw;
    text-align: center;
  }
}
