@charset "UTF-8";

@media screen and (min-width: 641px) {
  * {
    font-family: "Noto Sans JP", sans-serif;
  }

  body {
    color: #333;
    background: url(../../img/lp05/pc_index_fv_background_cover.jpg) no-repeat center/cover;
    background-attachment: fixed;
  }

  body.onlock {
    overflow: hidden;
  }

  a {
    width: inherit;
    height: inherit;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover {
    opacity: 0.8;
  }

  img {
    width: 100%;
    height: auto;
    display: block;
  }

  .ly_inner {
    width: 640px;
    margin: 0 auto;
    background: #fff;
  }

  /*----------- header -----------*/
  .ly_header {
    padding: 5px 20px 5px 0;
  }
  .bl_header_logo {
    width: 250px;
  }
  .el_header_text {
    width: 180px;
    color: #faa619;
    font-size: 23px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    border: 2px solid #faa619;
  }
  .el_header_text span {
    display: block;
    font-size: 26px;
    font-weight: bold;
  }

  /*----------- fv -----------*/
  .bl_fv_box {
    width: 580px;
    padding: 25px 30px 25px 38px;
    margin: -50px auto 45px;
    -webkit-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .3);
    border-radius: 30px;
    background: #fff;
    position: relative;
  }
  .bl_fv_box:after {
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    filter: drop-shadow(-1px 7px 3.5px rgba(0, 0, 0, .3));
    position: absolute;
    left: 50%;
    bottom: -19px;
    transform: translateX(-50%);
  }
  .bl_fv_office {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .bl_fv_office dt {
    width: 190px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
    background: #5eafe0;
  }
  .bl_fv_office dd {
    font-size: 26px;
    line-height: 1.4;
  }
  .bl_fv_catch {
    width: 351px;
    margin: 22px auto 0;
  }
  .bl_fv_btn {
    width: 560px;
    margin: 6px auto 40px;
  }

  /*----------- compare -----------*/
  .ly_compare {
    padding: 0px 0px 70px;
    background: #f6f6f6;
  }
  .ly_compare_inner {
    padding: 0px 40px;
  }
  .bl_compare_titleTop {

  }
  .el_compare_title {
    text-align: center;
    margin: 0px auto 20px;
  }
  .el_compare_text {
    font-size: 20px;
    line-height: 1.5;
  }

  /*----------- modal -----------*/
  .ly_modal {
    display: none;
  }

  .ly_modal.is-active {
    display: block;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 640px;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 98;
  }

  .bl_modal_icon {
    width: 60px;
    position: absolute;
    top: -30px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
  }

  .bl_modal_box {
    position: absolute;
    z-index: 99;
    background: #fff;
    width: 580px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 35px 40px 40px;
    border-radius: 30px;
  }

  .bl_modal_ttl {
    width: 150px;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    border-radius: 4px;
  }

  .bl_modal_ttl.bl_modal_ttl--a {
    background: #ffa91d;
  }

  .bl_modal_ttl.bl_modal_ttl--b {
    background: #5eafe0;
  }

  .bl_modal_office {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-inline: 14px;
  }

  .bl_modal_office dt {
    width: 105px;
  }

  .bl_modal_office dd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .bl_modal_office:first-of-type {
    margin-top: 15px;
  }

  .bl_modal_office+.bl_modal_office {
    margin-top: 12px;
  }

  .bl_modal_list li+li {
    margin-top: 30px;
  }

  .bl_modal_close {
    font-size: 22px;
    font-weight: bold;
    color: #666;
    text-decoration: underline;
    text-align: center;
    margin-top: 60px;
    text-underline-offset: 0.5em;
    letter-spacing: 0.1em;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .bl_modal_close:hover {
    text-decoration: none;
  }

  /*----------- about -----------*/
  .ly_about {
    padding: 42px 0 0;
    position: relative;
  }
  .el_about_ttl {
    margin-bottom: 40px;
  }
  .bl_about_slider {
    margin-bottom: 60px;
  }
  .bl_about_slider::after {
    content: "";
    width: 100px;
    height: 302px;
    display: block;
    background: #f6f6f6;
    position: absolute;
    left: 0;
    bottom: -336px;
  }
  .bl_about_slider .splide__slide {
    width: 520px !important;
    margin-right: 20px;
  }
  .bl_about_catch {
    width: 460px;
    margin: 0 auto 20px 70px;
    position: relative;
    z-index: 10;
  }
  .bl_about_txt {
    width: 500px;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 43px;
  }
  .bl_about_officeTtl {
    color: #5eafe0;
    position: relative;
    z-index: 2;
    font-size: 38px;
    text-align: left;
    width: 580px;
    margin: 29px auto auto;
    font-weight: bold;
    padding-left: 30px;
  }

  /*----------- work -----------*/
  .ly_work {
    padding: 65px 0;
  }
  .el_work_ttl {
    margin-bottom: 20px;
  }
  .bl_work_txt {
    width: 530px;
    font-size: 26px;
    line-height: 1.4;
    margin: 0 auto 40px;
  }

  .bl_work_tab ul{
    margin: 40px 0 50px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .bl_work_tab_box{
    margin-bottom: 50px;
  }

  .bl_work_tabImg{
    width: 520px;
    margin: 0 auto;
    display: none;
  }

  .bl_work_tabImg.active{
    display: block;
  }

  .bl_work_conts {
    display: block;
    width: 580px;
    padding: 35px 0 60px;
    margin: 0 auto;
    border: 2px solid #f1f1f1;
    background: #ecf8ff;
  }
  .bl_work_contsTxt {
    width: 480px;
    margin: 43px auto 0;
  }
  .bl_work_contsCatch {
    width: 480px;
    margin: 32px auto 0;
  }
  .bl_work_catch {
    width: 351px;
    margin: 40px auto 16px;
  }
  .bl_work_btn {
    width: 560px;
    margin: 0 auto;
  }
  .bl_work_contsSlider {
    width: 480px !important;
    margin: 60px auto 60px;
  }
  .bl_work_contsSlider .splide__arrows button {
    width: 50px;
    height: 72px;
    top: 75px;
  }
  .bl_work_contsSlider .splide__arrows button.splide__arrow--prev {
    background: url(../../img/lp05/sp_work_B_recommend_arrow.png) no-repeat center/contain;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: -27px;
  }
  .bl_work_contsSlider .splide__arrows button.splide__arrow--next {
    background: url(../../img/lp05/sp_work_B_recommend_arrow.png) no-repeat center/contain;
    right: -27px;
  }
  .bl_work_contsSlider .splide__pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    bottom: -33px;
  }
  .bl_work_contsSlider .splide__pagination__page {
    border: 1px solid #4398d7;
    background: #ecf8ff;
  }
  .bl_work_contsSlider .splide__pagination__page.is-active {
    background: #4398d7;
  }

  /*----------- splide -----------*/
  .splide__track {
    overflow: hidden;
  }
  .splide__slide {
    position: relative;
  }
  .splide__arrows {
    position: relative;
    z-index: 10;
  }
  .splide__arrows button {
    width: 70px;
    height: 100px;
    border: none;
    position: absolute;
    z-index: 10;
    top: 190px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-radius: 0;
  }
  .splide__arrows button svg {
    fill: none;
  }
  .splide__arrows button.splide__arrow--prev {
    background: url(../../img/lp05/sp_slide_arrow_button.png) no-repeat center/contain;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: 0;
  }
  .splide__arrows button.splide__arrow--next {
    background: url(../../img/lp05/sp_slide_arrow_button.png) no-repeat center/contain;
    right: 0;
  }
  .splide__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -42px;
  }
  .splide__pagination__page {
    width: 10px;
    height: 10px;
    background: #f1f1f1;
    border: none;
    margin: 0 5px;
  }
  .splide__pagination__page.is-active {
    background: #333;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  /*----------- support -----------*/
  .ly_support {
    background: #f8f8f8;
    padding: 45px 0 85px;
  }

  .bl_support_txt {
    font-size: 26px;
    line-height: 1.4;
    margin: 17px 47px 0;
  }

  .bl_support_img {
    width: 580px;
    margin: 40px auto auto;
  }

  .bl_support_point {
    width: 580px;
    margin: 33px auto 0;
  }

  .bl_support_list {
    margin-top: 35px;
  }

  .bl_support_list li+li {
    margin-top: 25px;
  }

  .bl_support_box {
    position: relative;
    width: 590px;
    margin: 46px auto 0;
  }

  .bl_support_btn {
    width: 560px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .bl_support_link {
    position: absolute;
    bottom: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 22px;
    text-decoration: underline;
    text-underline-offset: 12px;
    cursor: pointer;
  }

  .bl_support_link:hover {
    text-decoration: none;
  }

  /*----------- achivement -----------*/
  .ly_achivement {
    padding: 50px 0 64px;
  }

  .bl_achivement_list {
    width: 600px;
    margin: 50px auto 0;
  }

  .bl_achivement_list li+li {
    margin-top: 50px;
  }

  .bl_achivement_note {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: right;
    letter-spacing: 0.08em;
    margin: 7px 37px 0 0;
  }

  /*----------- voice -----------*/
  .ly_voice {
    background: #ffa91d;
    padding: 100px 0 140px;
  }
  .bl_voice_slider {
    margin-top: 55px;
  }
  .bl_voice_slider .splide__slide {
    width: 520px !important;
    margin: 0 20px 10px 0;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    padding: 30px 40px 50px;
  }
  .bl_voice_slider .splide__arrows button {
    top: 220px;
  }
  .bl_voice_slider .splide__pagination {
    bottom: -40px;
  }
  .bl_voice_slider .splide__pagination__page {
    background: #fff;
    opacity: 1;
  }
  .bl_voice_slider .splide__pagination__page.is-active {
    background: #333;
  }
  .bl_voice_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    padding: 0 20px 25px;
    border-bottom: solid 1px #f1f1f1;
  }
  .bl_voice_img {
    width: 131px;
  }
  .bl_voice_name {
    font-size: 26px;
    line-height: 1.8;
  }
  .bl_voice_name span {
    display: block;
    width: 115px;
    color: #ffa91d;
    text-align: center;
    padding: 5px 0;
    border: 2px solid #ffa91d;
    border-radius: 5px;
  }
  .bl_voice_name em {
    font-size: 34px;
    line-height: 1.4;
  }
  .bl_voice_txt {
    font-size: 26px;
    line-height: 1.4;
    margin: 27px 0 0;
  }

  /*----------- flow -----------*/
  .ly_flow {
    padding: 70px 0 85px;
    position: relative;
  }

  .ly_flow::after {
    content: "";
    background: #f6f6f6;
    width: 100px;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .bl_flow_ttl {
    position: relative;
    z-index: 10;
  }

  .bl_flow_list {
    width: 590px;
    margin: 24px auto 0;
  }

  .bl_flow_list li {
    position: relative;
    z-index: 10;
  }

  .bl_flow_list li+li::before {
    content: "";
    background: url(../../img/lp05/sp_flow_arrow.png) no-repeat center/contain;
    width: 230px;
    height: 36px;
    display: block;
    margin: 15px auto 7px;
  }

  .bl_flow_btn {
    width: 400px;
    position: absolute;
    bottom: 40px;
    right: 45px;
  }

  /*----------- info -----------*/
  .ly_info {
    position: relative;
  }

  .bl_info_btn {
    width: 560px;
    margin: 0 auto;
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .bl_info_link {
    position: absolute;
    bottom: 55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 22px;
    text-decoration: underline;
    text-underline-offset: 12px;
    cursor: pointer;
  }

  .bl_info_link:hover {
    text-decoration: none;
  }

  /*----------- faq -----------*/
  .ly_faq {
    padding: 60px 0 120px;
  }

  .bl_faq_list {
    margin: 36px auto 0;
    width: 600px;
  }

  .bl_faq_list li+li {
    margin-top: 14px;
  }

  .bl_faq_q {
    height: 110px;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3571428571;
    background: url(../../img/lp05/sp_faq_plus.png) no-repeat center right 16px/30px, #ffa91d;
    border-radius: 20px;
    position: relative;
    padding: 0 55px 0 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .bl_faq_q:hover {
    opacity: 0.8;
  }

  .bl_faq_q::before {
    content: "";
    background: url(../../img/lp05/sp_faq_icon_q.png) no-repeat center/contain;
    width: 60px;
    height: 60px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
  }

  .bl_faq_q.open {
    background: url(../../img/lp05/sp_faq_minus.png) no-repeat center right 16px/30px, #ffa91d;
  }

  .bl_faq_conts {
    display: none;
  }

  .bl_faq_conts.open {
    display: block;
    padding: 26px 60px 28px 97px;
    position: relative;
  }

  .bl_faq_conts.open::before {
    content: "";
    background: url(../../img/lp05/sp_faq_icon_a.png) no-repeat center/contain;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 20px;
  }

  .bl_faq_a {
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  /*----------- access -----------*/
  .ly_access {
    padding: 52px 0 140px;
    background: #f8f8f8;
  }
  .el_access_ttl {
    margin-bottom: 60px;
  }
  .el_access_subTtl {
    color: #5eafe0;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 30px 60px;
  }

  .hp_about_txtBtm {
    margin-top: 30px;
  }

  .bl_access_pref {
    width: 580px;
    margin: 30px auto 0;
  }
  .el_pref_title {
    color: #fff;
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 30px 0 30px 40px;
    border-radius: 20px 20px 0 0;
    background: #5eafe0;
  }
  .bl_access_contents {
    padding: 30px 50px 30px;
    border-radius: 0 0 20px 20px;
    background: #d9f1ff;
  }
  .bl_access_accBtn {
    color: #5eafe0;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 25px 10px;
  }
  .bl_access_map {
    text-align: center;
    margin-bottom: 15px;
  }
  .bl_access_map iframe {
    width: 480px;
    height: 270px;
  }
  .bl_access_txtBox {
    width: 480px;
    margin: 0 auto;
    padding: 25px 0;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
  }
  .bl_access_txtBox + .bl_access_txtBox {
    border-top: none;
  }
  .bl_access_txtBox dt {
    width: 4em;
    font-size: 30px;
    font-weight: bold;
    text-align: justify;
    text-align-last: justify;
    margin: 5px 38px 0 20px;
  }
  .bl_access_txtBox dd {
    width: 292px;
    font-size: 26px;
    line-height: 1.5;
  }

  /*----------- company -----------*/
  .ly_company {
    padding: 50px 0 90px;
  }

  .bl_company_img {
    margin-top: 30px;
  }

  .bl_company_box {
    width: 580px;
    background: #fff;
    margin: -75px auto 0;
    position: relative;
    padding: 63px 30px 30px;
    -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .3);
    border-radius: 20px;
  }

  .bl_company_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding-bottom: 20px;
  }

  .bl_company_info dt {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5384615385;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    width: 110px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .bl_company_info dd {
    font-size: 26px;
    line-height: 1.5384615385;
    letter-spacing: 0.08em;
  }

  .bl_company_info+.bl_company_info {
    border-top: solid 2px #f1f1f1;
    padding-top: 18px;
  }

  .bl_company_label {
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    margin-top: 20px;
    width: 150px;
    border-radius: 4px;
  }

  .bl_company_label.bl_company_label--a {
    background: #ffa91d;
    color: #fff;
  }

  .bl_company_label.bl_company_label--b {
    background: #5eafe0;
    color: #fff;
    margin-top: 10px;
  }

  .bl_company_txt {
    margin-top: 12px;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    font-feature-settings: 'palt';
  }

  .bl_company_more {
    width: 180px;
    position: absolute;
    bottom: 50px;
    right: 27px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .bl_company_more:hover {
    opacity: 0.8;
  }

  .bl_company_bottom {
    position: relative;
    width: 590px;
    margin: 52px auto 0;
  }

  .bl_company_btn {
    width: 560px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /*----------- info_bottom -----------*/
  .ly_info_bottom {
    padding: 265px 0 64px;
    background: url(../../img/lp05/sp_info_bottom_background.jpg) no-repeat center top/100% 100%;
  }
  .bl_info_slider {
    margin-bottom: 76px;
  }
  .bl_info_slider .splide__slide {
    width: 530px !important;
    margin: 0 4px;
  }
  .bl_info_slider .splide__arrows button {
    top: 192px;
  }
  .bl_info_slider .splide__pagination {
    bottom: -30px;
  }
  .bl_info_slider .splide__pagination__page {
    width: 11px;
    height: 11px;
    background: #b2b2b2;
    opacity: 1;
    margin: 5px;
  }
  .bl_info_slider .splide__pagination__page.is-active {
    background: #91c632;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  /*----------- footer -----------*/
  .ly_footer {
    text-align: center;
    background: #333;
    margin-top: 0;
  }

  .bl_footer_copyright {
    color: #fff;
    font-size: 22px;
    line-height: 60px;
    letter-spacing: 0.08em;
  }

  /*----------- fixed -----------*/
  .ly_fixed {
    height: 139px;
    position: fixed;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 90;
    width: 640px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .bl_fixed_btn {
    width: 560px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /*# sourceMappingURL=top_pc.css.map */

}

@media screen and (max-width: 640px) {
  * {
    font-family: "Noto Sans JP", sans-serif;
  }

  body {
    color: #333;
  }

  body.onlock {
    overflow: hidden;
  }

  img {
    width: 100%;
    height: auto;
    display: block;
  }

  a {
    width: inherit;
    height: inherit;
    display: inline-block;
  }

  /*----------- header -----------*/
  .ly_header {
    padding: 0.78vw 3.12vw 0.78vw 0;
  }
  .bl_header_logo {
    width: 39.06vw;
  }
  .el_header_text {
    width: 28.12vw;
    color: #faa619;
    font-size: 3.59vw;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    padding: 0.78vw 0;
    border: 0.31vw solid #faa619;
  }
  .el_header_text span {
    display: block;
    font-size: 4.06vw;
    font-weight: bold;
  }

  /*----------- fv -----------*/
  .bl_fv_box {
    width: 90.625vw;
    margin: -9.37vw auto 0;
    padding: 3.12vw 4.68vw;
    -webkit-box-shadow: 0 0.46875vw 0.9375vw 0.31vw rgba(0, 0, 0, .3);
    box-shadow: 0 0.46vw 0.93vw 0.31vw rgba(0, 0, 0, .3);
    border-radius: 3.12vw;
    background: #fff;
    position: relative;
  }
  .bl_fv_box:after {
    content: '';
    border-left: 3.12vw solid transparent;
    border-right: 3.12vw solid transparent;
    border-top: 3.12vw solid #fff;
    filter: drop-shadow(-0.04vw 0.83vw 0.55vw rgba(0, 0, 0, .3));
    position: absolute;
    left: 50%;
    bottom: -2.96vw;
    transform: translateX(-50%);
  }
  .bl_fv_office {
    -webkit-column-gap: 3.90625vw;
    -moz-column-gap: 3.90625vw;
    column-gap: 3.90625vw;
  }
  .bl_fv_office dt {
    width: 23.4375vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    font-size: 3.75vw;
    font-weight: 500;
    text-align: center;
    padding: 0.78vw 0;
    border-radius: 0.625vw;
    background: #5eafe0;
  }
  .bl_fv_office dd {
    font-size: 3.75vw;
    line-height: 1.4;
  }
  .bl_fv_catch {
    width: 54.844vw;
    margin: 6.4375vw auto 1.531vw;
  }
  .bl_fv_btn {
    width: 87.5vw;
    margin: 0.938vw auto 6.25vw;
  }

  /*----------- compare -----------*/
  .ly_compare {
    padding: 0 6.25vw 9.37vw;
    background: #f6f6f6;
  }
  .el_compare_title {
    width: 87.5vw;
    margin: 0 auto 3.12vw;
  }
  .el_compare_text {
    font-size: 3.12vw;
  }

  /*----------- modal -----------*/
  .ly_modal {
    display: none;
  }

  .ly_modal.is-active {
    display: block;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 98;
  }

  .bl_modal_icon {
    width: 9.375vw;
    position: absolute;
    top: -4.6875vw;
    right: 3.125vw;
    cursor: pointer;
    z-index: 100;
  }

  .bl_modal_box {
    position: absolute;
    z-index: 99;
    background: #fff;
    width: 90.625vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 5.46875vw 6.25vw 6.25vw;
    border-radius: 4.6875vw;
  }

  .bl_modal_ttl {
    width: 23.4375vw;
    font-size: 3.75vw;
    font-weight: 500;
    line-height: 6.5625vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    border-radius: 0.625vw;
  }

  .bl_modal_ttl.bl_modal_ttl--a {
    background: #ffa91d;
  }

  .bl_modal_ttl.bl_modal_ttl--b {
    background: #5eafe0;
  }

  .bl_modal_office {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.75vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-inline: 2.1875vw;
  }

  .bl_modal_office dt {
    width: 16.40625vw;
  }

  .bl_modal_office dd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .bl_modal_office:first-of-type {
    margin-top: 2.34375vw;
  }

  .bl_modal_office+.bl_modal_office {
    margin-top: 1.875vw;
  }

  .bl_modal_list li+li {
    margin-top: 4.6875vw;
  }

  .bl_modal_close {
    font-size: 3.4375vw;
    font-weight: bold;
    color: #666;
    text-decoration: underline;
    text-align: center;
    margin-top: 9.375vw;
    text-underline-offset: 0.5em;
    letter-spacing: 0.1em;
  }

  /*----------- about -----------*/
  .ly_about {
    padding: 6.56vw 0 0;
    position: relative;
  }
  .el_about_ttl {
    margin-bottom: 4.68vw;
  }
  .bl_about_slider {
    margin-bottom: 9.37vw;
  }
  .bl_about_slider::after {
    content: '';
    width: 15.625vw;
    height: 47.188vw;
    display: block;
    background: #f6f6f6;
    position: absolute;
    left: 0;
    bottom: -52.5vw;
  }
  .bl_about_slider .splide__slide {
    width: 81.25vw !important;
    margin-right: 3.125vw;
  }
  .bl_about_catch {
    width: 71.875vw;
    margin: 0 10.93vw 3.12vw;
    position: relative;
    z-index: 10;
  }
  .bl_about_txt {
    font-size: 4.06vw;
    line-height: 1.4;
    letter-spacing: 0.04em;
    margin: 0 10.93vw 5.46vw;
    position: relative;
    z-index: 10;
    padding-bottom: 6.719vw;
  }

  /*----------- work -----------*/
  .ly_work {
    padding: 10.15625vw 0;
  }
  .el_work_ttl {
    margin-bottom: 3.12vw;
  }
  .bl_work_txt {
    font-size: 4.06vw;
    line-height: 1.4;
    margin: 0 7.81vw 5.46vw;
  }
  .bl_work_tab ul{
    margin: 6.25vw 0 7.813vw;
    display: flex;
    justify-content: center;
    gap: 1.563vw;
  }

  .bl_work_tab ul li{
    width: 29.375vw;
  }

  .bl_work_tab_box{
    margin-bottom: 7.813vw;
  }

  .bl_work_tabImg{
    width: 81.25vw;
    margin: 0 auto;
    display: none;
  }

  .bl_work_tabImg.active{
    display: block;
  }
  .bl_work_conts {
    display: block;
    width: 90.625vw;
    margin: 0 auto;
    border: 0.31vw solid #f1f1f1;
    padding: 7.03vw 0 10.15vw;
    background: #ecf8ff;
  }
  .bl_work_contsTxt {
    width: 75vw;
    margin: 0 auto 3.9vw;
  }
  .bl_work_catch {
    width: 54.844vw;
    margin: 10.938vw auto 2vw;
  }
  .bl_work_btn {
    width: 87.5vw;
    margin: 0 auto;
  }
  .bl_work_contsSlider {
    width: 75vw !important;
    margin: 9.375vw auto 9.375vw;
  }
  .bl_work_contsSlider .splide__arrows button {
    width: 7.8125vw;
    height: 11.25vw;
    top: 11.71875vw;
  }
  .bl_work_contsSlider .splide__arrows button.splide__arrow--prev {
    background: url(../../img/lp05/sp_work_B_recommend_arrow.png) no-repeat center/contain;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: -4.21875vw;
  }
  .bl_work_contsSlider .splide__arrows button.splide__arrow--next {
    background: url(../../img/lp05/sp_work_B_recommend_arrow.png) no-repeat center/contain;
    right: -4.21875vw;
  }
  .bl_work_contsSlider .splide__pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    bottom: -5.15625vw;
  }
  .bl_work_contsSlider .splide__pagination__page {
    border: 1px solid #4398d7;
    background: #ecf8ff;
  }
  .bl_work_contsSlider .splide__pagination__page.is-active {
    background: #4398d7;
  }

  /*----------- splide -----------*/
  .splide__track {
    overflow: hidden;
  }

  .splide__slide {
    position: relative;
  }

  .splide__arrows {
    position: relative;
    z-index: 10;
  }

  .splide__arrows button {
    width: 10.9375vw;
    height: 15.625vw;
    border: none;
    position: absolute;
    z-index: 10;
    top: 29.6875vw;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-radius: 0;
  }

  .splide__arrows button svg {
    fill: none;
  }

  .splide__arrows button.splide__arrow--prev {
    background: url(../../img/lp05/sp_slide_arrow_button.png) no-repeat center/contain;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: 0;
  }

  .splide__arrows button.splide__arrow--next {
    background: url(../../img/lp05/sp_slide_arrow_button.png) no-repeat center/contain;
    right: 0;
  }

  .splide__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -6.5625vw;
  }

  .splide__pagination__page {
    width: 1.5625vw;
    height: 1.5625vw;
    background: #f1f1f1;
    border: none;
    margin: 0 0.78125vw;
  }

  .splide__pagination__page.is-active {
    background: #333;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  /*----------- support -----------*/
  .ly_support {
    background: #f8f8f8;
    padding: 7.03125vw 0 13.28125vw;
  }
  .bl_support_txt {
    font-size: 4.0625vw;
    line-height: 1.4;
    margin: 2.65625vw 7.34375vw 0;
  }
  .bl_support_img {
    width: 90.625vw;
    margin: 6.25vw auto auto;
  }
  .bl_support_point {
    width: 90.625vw;
    margin: 5.15625vw auto 0;
  }
  .bl_support_list {
    margin-top: 5.46875vw;
  }
  .bl_support_list li+li {
    margin-top: 3.90625vw;
  }
  .bl_support_box {
    position: relative;
    width: 92.1875vw;
    margin: 7.1875vw auto 0;
  }
  .bl_support_btn {
    width: 87.5vw;
    position: absolute;
    left: 50%;
    bottom: 3.12vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .bl_support_link {
    position: absolute;
    bottom: 5.9375vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 3.4375vw;
    text-decoration: underline;
    text-underline-offset: 1.875vw;
    cursor: pointer;
  }
  .bl_support_link:hover {
    text-decoration: none;
  }

  /*----------- achivement -----------*/
  .ly_achivement {
    padding: 7.8125vw 0 10vw;
  }

  .bl_achivement_list {
    width: 93.75vw;
    margin: 7.8125vw auto 0;
  }

  .bl_achivement_list li+li {
    margin-top: 7.8125vw;
  }

  .bl_achivement_note {
    font-size: 2.8125vw;
    font-weight: 500;
    line-height: 1.5;
    text-align: right;
    letter-spacing: 0.08em;
    margin: 1.09375vw 5.78125vw 0 0;
  }

  /*----------- voice -----------*/
  .ly_voice {
    background: #ffa91d;
    padding: 15.625vw 0 23.90625vw;
  }
  .bl_voice_slider {
    margin-top: 8.59375vw;
  }
  .bl_voice_slider .splide__slide {
    width: 81.25vw !important;
    margin: 0 3.12vw 3.9vw 0;
    border-radius: 3.125vw;
    background: #fff;
    -webkit-box-shadow: 0 0.78vw 1.09vw rgba(0, 0, 0, .3);
    box-shadow: 0 0.78vw 1.09vw rgba(0, 0, 0, .3);
    padding: 4.68vw 6.25vw 7.81vw;
  }
  .bl_voice_slider .splide__arrows button {
    top: 34.375vw;
  }
  .bl_voice_slider .splide__pagination {
    bottom: -6.25vw;
  }
  .bl_voice_slider .splide__pagination__page {
    background: #fff;
    opacity: 1;
  }
  .bl_voice_slider .splide__pagination__page.is-active {
    background: #333;
  }
  .bl_voice_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 9.375vw;
    -moz-column-gap: 9.375vw;
    column-gap: 9.375vw;
    padding: 0 3.125vw 3.90625vw;
    border-bottom: solid 0.15625vw #f1f1f1;
  }
  .bl_voice_img {
    width: 20.46875vw;
  }
  .bl_voice_name {
    font-size: 4.0625vw;
    line-height: 1.8;
  }
  .bl_voice_name span {
    display: block;
    width: 17.96vw;
    color: #ffa91d;
    text-align: center;
    border: 0.31vw solid #ffa91d;
    border-radius: 0.78vw;
  }
  .bl_voice_name em {
    font-size: 5.3125vw;
    line-height: 1.4;
  }
  .bl_voice_txt {
    font-size: 4.0625vw;
    line-height: 1.4;
    margin: 4.21875vw 0 0;
  }

  /*----------- flow -----------*/
  .ly_flow {
    padding: 10.9375vw 0 13.28125vw;
    position: relative;
  }

  .ly_flow::after {
    content: "";
    background: #f6f6f6;
    width: 15.625vw;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .bl_flow_ttl {
    position: relative;
    z-index: 10;
  }

  .bl_flow_list {
    width: 92.1875vw;
    margin: 3.75vw auto 0;
  }

  .bl_flow_list li {
    position: relative;
    z-index: 10;
  }

  .bl_flow_list li+li::before {
    content: "";
    background: url(../../img/lp05/sp_flow_arrow.png) no-repeat center/contain;
    width: 35.9375vw;
    height: 5.625vw;
    display: block;
    margin: 2.34375vw auto 1.09375vw;
  }

  .bl_flow_btn {
    width: 62.5vw;
    position: absolute;
    bottom: 6.25vw;
    right: 7.03125vw;
  }

  /*----------- info -----------*/
  .ly_info {
    position: relative;
  }

  .bl_info_btn {
    width: 87.5vw;
    margin: 0 auto;
    position: absolute;
    bottom: 11.875vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .bl_info_link {
    position: absolute;
    bottom: 7.8125vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 3.4375vw;
    text-decoration: underline;
    text-underline-offset: 1.875vw;
    cursor: pointer;
  }

  .bl_info_link:hover {
    text-decoration: none;
  }

  /*----------- faq -----------*/
  .ly_faq {
    padding: 9.375vw 0 18.75vw;
  }

  .bl_faq_list {
    margin: 5.625vw auto 0;
    width: 93.75vw;
  }

  .bl_faq_list li+li {
    margin-top: 2.1875vw;
  }

  
  .bl_faq_q {
    height: 17.1875vw;
    color: #fff;
    font-size: 4.375vw;
    font-weight: 500;
    line-height: 1.3571428571;
    background-color: #ffa91d;
    background-image: url(../../img/lp05/sp_faq_plus.png);
    background-repeat: no-repeat;
    background-position: center right 2.5333333333vw;
    background-size: 4.6875vw;
    border-radius: 3.125vw;
    position: relative;
    padding: 0 8.59375vw 0 3.125vw;
  }
  


  .bl_faq_q::before {
    content: "";
    background: url(../../img/lp05/sp_faq_icon_q.png) no-repeat center/contain;
    width: 9.375vw;
    height: 9.375vw;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 2.34375vw;
  }

  .bl_faq_q.open {
    background-color: #ffa91d; /* 背景色を明確に指定 */
    background-image: url(../../img/lp05/sp_faq_minus.png);
    background-repeat: no-repeat;
    background-position: center right 2.5333333333vw;
}


  .bl_faq_conts {
    display: none;
  }

  .bl_faq_conts.open {
    display: block;
    padding: 4.0625vw 9.375vw 4.375vw 15.15625vw;
    position: relative;
  }

  .bl_faq_conts.open::before {
    content: "";
    background: url(../../img/lp05/sp_faq_icon_a.png) no-repeat center/contain;
    width: 9.375vw;
    height: 9.375vw;
    display: inline-block;
    position: absolute;
    top: 2.5vw;
    left: 3.125vw;
  }

  .bl_faq_a {
    font-size: 4.0625vw;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  /*----------- access -----------*/
  .ly_access {
    padding: 8.12vw 0 21.87vw;
    background: #f8f8f8;
  }
  .el_access_ttl {
    margin-bottom: 10.93vw;
  }
  .el_access_subTtl {
    color: #5eafe0;
    font-size: 5.62vw;
    font-weight: bold;
    margin: 0 0 5vw 9.06vw;
  }
  .hp_about_txtBtm {
    margin-top: 4.688vw;
  }
  .bl_access_pref {
    width: 90.625vw;
    margin: 4.688vw auto 0;
  }
  .el_pref_title {
    color: #fff;
    font-size: 5vw;
    letter-spacing: 0.31vw;
    font-weight: bold;
    padding: 4.68vw 0 4.68vw 6.25vw;
    border-radius: 3.12vw 3.12vw 0 0;
    background: #5eafe0;
  }
  .bl_access_contents {
    padding: 4.68vw 7.81vw;
    border-radius: 0 0 3.12vw 3.12vw;
    background: #d9f1ff;
  }
  .bl_access_accBtn {
    color: #5eafe0;
    font-size: 4.68vw;
    font-weight: bold;
    margin: 0 0 3.9vw 1.56vw;
  }
  .bl_access_map {
    text-align: center;
    margin-bottom: 3.9vw;
  }
  .bl_access_map iframe {
    width: 75vw;
    height: 42.18vw;
  }
  .bl_access_txtBox {
    width: 75vw;
    margin: 0 auto;
    padding: 3.9vw 2.34vw 3.9vw 3.12vw;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
  }
  .bl_access_txtBox + .bl_access_txtBox {
    border-top: none;
  }
  .bl_access_txtBox dt {
    width: 20.31vw;
    font-size: 4.68vw;
    font-weight: bold;
    text-align: justify;
    text-align-last: justify;
    margin-right: 6.25vw;
  }
  .bl_access_txtBox dd {
    width: 45.31vw;
    font-size: 4.06vw;
    line-height: 1.5;
  }

  /*----------- company -----------*/
  .ly_company {
    padding: 9.37vw 0 14.06vw;
  }
  .bl_company_img {
    margin-top: 4.6875vw;
  }
  .bl_company_box {
    width: 90.625vw;
    background: #fff;
    margin: -11.71875vw auto 0;
    position: relative;
    padding: 9.84375vw 4.6875vw 4.6875vw;
    -webkit-box-shadow: 0 0.46875vw 0.9375vw 0.15625vw rgba(0, 0, 0, .3);
    box-shadow: 0 0.46875vw 0.9375vw 0.15625vw rgba(0, 0, 0, .3);
    border-radius: 3.125vw;
  }
  .bl_company_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3.125vw;
    -moz-column-gap: 3.125vw;
    column-gap: 3.125vw;
    padding-bottom: 3.125vw;
  }
  .bl_company_info dt {
    font-size: 4.0625vw;
    font-weight: bold;
    line-height: 1.5384615385;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    width: 17.1875vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .bl_company_info dd {
    font-size: 4.0625vw;
    line-height: 1.5384615385;
    letter-spacing: 0.08em;
  }
  .bl_company_info+.bl_company_info {
    border-top: solid 0.3125vw #f1f1f1;
    padding-top: 2.8125vw;
  }
  .bl_company_label {
    font-size: 3.75vw;
    font-weight: 500;
    line-height: 6.5625vw;
    text-align: center;
    margin-top: 3.125vw;
    width: 23.4375vw;
    border-radius: 0.625vw;
  }
  .bl_company_label.bl_company_label--a {
    background: #ffa91d;
    color: #fff;
  }
  .bl_company_label.bl_company_label--b {
    background: #5eafe0;
    color: #fff;
    margin-top: 1.5625vw;
  }
  .bl_company_txt {
    margin-top: 1.875vw;
    font-size: 3.75vw;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
  .bl_company_more {
    width: 28.125vw;
    position: absolute;
    bottom: 7.8125vw;
    right: 4.21875vw;
  }
  .bl_company_bottom {
    position: relative;
    width: 92.1875vw;
    margin: 8.125vw auto 0;
  }
  .bl_company_btn {
    width: 87.5vw;
    position: absolute;
    bottom: 2.34375vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /*----------- info_bottom -----------*/
  .ly_info_bottom {
    padding: 41.40625vw 0 10vw;
    background: url(../../img/lp05/sp_info_bottom_background.jpg) no-repeat center top/100% 100%;
  }
  .bl_info_slider {
    margin-bottom: 11.875vw;
  }
  .bl_info_slider .splide__slide {
    width: 82.8125vw !important;
    margin: 0 0.625vw;
  }
  .bl_info_slider .splide__arrows button {
    top: 30vw;
  }
  .bl_info_slider .splide__pagination {
    bottom: -4.6875vw;
  }
  .bl_info_slider .splide__pagination__page {
    width: 1.71875vw;
    height: 1.71875vw;
    background: #b2b2b2;
    opacity: 1;
    margin: 0.78125vw;
  }
  .bl_info_slider .splide__pagination__page.is-active {
    background: #91c632;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  /*----------- footer -----------*/
  .ly_footer {
    text-align: center;
    background: #333;
    margin-top: 0;
  }

  .bl_footer_copyright {
    color: #fff;
    font-size: 3.4375vw;
    line-height: 9.375vw;
    letter-spacing: 0.08em;
  }

  /*----------- fixed -----------*/
  .ly_fixed {
    height: 21.71875vw;
    position: fixed;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 90;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .bl_fixed_btn {
    width: 87.5vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /*# sourceMappingURL=top_sp.css.map */

}
