* {
  font-family: "Noto Sans JP", sans-serif;
}


body {
  color: #222;
}

@media (min-width:641px){
  a {
    width: inherit;
    height: inherit;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
  
  .ly_inner {
    width: 1000px;
    margin: 0 auto;
  }
  
  .hp_pcNone {
    display: none !important;
  }
  
  /*----------- header -----------*/
  .ly_header {
    width: 100%;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 2;
  }
  
  /*----------- fv -----------*/
  .ly_fv {
    position: relative;
    padding: 113px 0 90px;
    background: #23b553;
    z-index: 1;
  }
  .ly_fv::before, .ly_fv::after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .ly_fv::before {
    bottom: 0;
    left: 0;
    width: 720px;
    height: 750px;
    background: url(../img/pc_fv_background_fixed_image_L.png) no-repeat bottom left/contain;
  }
  .ly_fv::after {
    top: 0;
    right: 0;
    width: 1080px;
    height: 750px;
    background: url(../img/pc_fv_background_fixed_image_R.png) no-repeat top right/contain;
  }
  
  .bl_fv_inner {
    width: 900px;
    margin: 0 auto;
  }
  
  .bl_fv_medal {
    margin-top: 27px;
  }
  
  .bl_fv_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    margin: 55px 0 0 0;
  }
  .bl_fv_btns li {
    text-align: center;
  }
  .bl_fv_btns li a {
    height: 80px;
    position: relative;
  }
  .bl_fv_btns li a::before {
    content: "";
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .bl_fv_btns li a:hover {
    opacity: 1;
  }
  .bl_fv_btns li a:hover::before {
    opacity: 1;
    z-index: 10;
  }
  .bl_fv_btns li.bl_fv_document a::before {
    background: url(../img/pc_document_button_on.png) no-repeat center/contain;
  }
  .bl_fv_btns li.bl_fv_contact a::before {
    background: url(../img/pc_contact_button_on.png) no-repeat center/contain;
  }
  
  .bl_fv_catch {
    margin-bottom: 15px;
  }
  
  /*----------- merit -----------*/
  .ly_merit {
    padding: 100px 0 85px;
    background: #f0f4f5;
  }
  
  .bl_merit_ttl {
    text-align: center;
  }
  
  .bl_merit_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  
  /*----------- subject -----------*/
  .ly_subject {
    position: relative;
    padding: 60px 0 92px;
    background: url(../img/pc_subject_background_image.jpg) no-repeat bottom center/contain, #fff;
  }
  
  .bl_subject_list {
    width: 800px;
    margin: 13px auto 0;
  }
  .bl_subject_list li {
    border: solid 1px #bcbcbc;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    padding: 6px 20px;
  }
  .bl_subject_list li.bl_subject_lg {
    padding-block: 16px;
  }
  .bl_subject_list li + li {
    margin-top: 10px;
  }
  
  .bl_subject_img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  
  .bl_subject_contsTtl {
    color: #23b553;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.0833333333;
    letter-spacing: 0.04em;
  }
  
  .bl_subject_contsTxt {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.04em;
    margin-top: 10px;
  }
  
  .bl_subject_bottom {
    text-align: center;
    margin-top: 40px;
  }
  
  /*----------- info -----------*/
  .ly_info {
    background: url(../img/pc_info_background.png) no-repeat center/auto 100%, #222;
  }
  
  .bl_info_inner {
    width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  
  .bl_info_ttl {
    text-align: center;
  }
  
  .bl_info_btns {
    margin-top: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .bl_info_btns li a {
    height: 80px;
    position: relative;
  }
  .bl_info_btns li a::before {
    content: "";
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .bl_info_btns li a:hover {
    opacity: 1;
  }
  .bl_info_btns li a:hover::before {
    opacity: 1;
    z-index: 10;
  }
  .bl_info_btns li.bl_info_document a::before {
    background: url(../img/pc_document_button_on.png) no-repeat center/contain;
  }
  .bl_info_btns li.bl_info_contact a::before {
    background: url(../img/pc_contact_button_on.png) no-repeat center/contain;
  }
  .bl_info_btns li + li {
    margin-top: 15px;
  }
  
  /*----------- reason -----------*/
  .ly_reason {
    position: relative;
    padding: 48px 0 92px;
    background: #23b553;
    height: 1500px;
    z-index: 1;
  }
  .ly_reason::before, .ly_reason::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 900px;
    height: 1500px;
  }
  .ly_reason::before {
    left: 0;
    background: url(../img/pc_reason_background_fixed_image_L.png) no-repeat bottom left/contain;
  }
  .ly_reason::after {
    right: 0;
    background: url(../img/pc_reason_background_fixed_image_R.png) no-repeat bottom right/contain;
  }
  
  .bl_reason_list {
    margin-top: -14px;
  }
  
  .bl_reason_listItem {
    position: relative;
    padding: 53px 50px;
  }
  .bl_reason_listItem + .bl_reason_listItem {
    margin-top: -10px;
  }
  
  .bl_reason_icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .bl_reason_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  
  .bl_reason_img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    z-index: 10;
    margin-top: 7px;
  }
  
  .bl_reason_contsTtl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4166666667;
    letter-spacing: 0.04em;
  }
  
  .bl_reason_contsItem {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5555555556;
    letter-spacing: 0.04em;
    margin-top: 15px;
  }
  .bl_reason_contsItem + .bl_reason_contsItem {
    margin-top: 0;
  }
  
  .bl_reason_contsTxt {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.04em;
    margin-top: 10px;
  }
  
  .bl_reason_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px;
  }
  
  .bl_reason_imagesItem figcaption {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.04em;
    color: #fff;
  }
  
  /*----------- point -----------*/
  .ly_point {
    padding: 70px 0 22px;
    position: relative;
    z-index: 1;
    margin-inline: auto;
    background: #f7f9fa;
  }

  .bl_point_inner{
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
  }

  .bl_point_inner::before {
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    width: 900px;
    height: 700px;
    background: url(../img/pc_point_background_fixed_image_L.png) no-repeat center/contain;
    z-index: -1;
  }
  
  .bl_point_txt {
    text-align: center;
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  
  .bl_point_list {
    width: 900px;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .bl_point_bottom {
    margin-top: 25px;
    text-align: center;
  }
  
  .bl_point_note {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: right;
    margin: 27px 50px 0 0;
  }
  
  /*----------- voice -----------*/
  .ly_voice {
    background: url(../img/pc_voice_background.jpg) no-repeat center/cover;
    padding: 52px 0 75px;
  }
  
  .bl_voice_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .bl_voice_list li:nth-child(2n) {
    margin-top: -20px;
  }
  
  /*----------- flow -----------*/
  .ly_flow {
    padding: 55px 0 85px;
  }
  
  .bl_flow_ttl {
    text-align: center;
  }
  
  .bl_flow_list {
    width: 800px;
    margin: 24px auto 0;
  }
  .bl_flow_list li {
    position: relative;
  }
  .bl_flow_list li::after {
    content: "";
    background: #23b553;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 53px;
    left: -48px;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .bl_flow_list li + li {
    margin-top: 21px;
  }
  .bl_flow_list li:last-child::after {
    display: none;
  }
  
  .bl_flow_listTtl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4545454545;
    letter-spacing: 0.04em;
    padding: 25px 40px;
    background: url(../img/pc_flow_plus_icon.png) no-repeat center right 20px/36px;
    border: solid 1px #91918f;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .bl_flow_listTtl.bl_flow_listTtl--case {
    text-indent: -0.5em;
    background: url(../img/pc_flow_plus_icon.png) no-repeat center right 20px/36px, #f0f4f5;
  }
  .bl_flow_listTtl.bl_flow_listTtl--case.open{
    background: url(../img/pc_flow_minus_icon.png) no-repeat center right 20px/36px, #f0f4f5 !important;
  }
  .bl_flow_listTtl.open {
    background: url(../img/pc_flow_minus_icon.png) no-repeat center right 20px/36px;
  }
  .bl_flow_listTtl::before {
    content: "";
    background: url(../img/pc_flow_bar.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: -62px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 28px;
    height: 28px;
  }
  
  .bl_flow_conts {
    max-height: 0;
    overflow: hidden;
  }
  .bl_flow_conts.open {
    transition: max-height 0.5s ease-out;
  }
  
  .bl_flow_contsTxt {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.04em;
    padding: 13px 0 7px 40px;
  }
  
  .bl_flow_bottom {
    text-align: center;
    margin-top: 50px;
  }
  
  /*----------- about -----------*/
  .ly_about {
    padding: 50px 0 150px;
    background: url(../img/pc_about_title_back_image.png) no-repeat top center/contain, url(../img/pc_about_background_pattern.png), linear-gradient(180deg, #23b553 0%, #23b553 250px, #f0f4f5 250px, #f0f4f5 100%);
  }
  
  .bl_about_box {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(34, 34, 34, .3);
            box-shadow: 0 2px 10px 0 rgba(34, 34, 34, .3);
    margin-top: 30px;
    padding: 40px 0 57px;
  }
  .bl_about_box + .bl_about_box {
    margin-top: 70px;
  }
  .bl_about_box + .bl_about_box {
    padding-bottom: 26px;
  }
  
  .bl_about_boxTtl {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 2.0909090909;
    letter-spacing: 0.1em;
    color: #23b553;
  }
  
  .bl_about_boxInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    border-top: solid 1px #f0f4f5;
    padding: 23px 0;
    width: 800px;
    margin: 0 auto;
  }
  .bl_about_boxInfo:first-of-type {
    margin-top: 18px;
  }
  .bl_about_boxInfo dt, .bl_about_boxInfo dd {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: 0.04em;
  }
  .bl_about_boxInfo dt {
    width: 220px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .bl_about_boxInfo dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .bl_about_boxInfo dd li + li{
    margin-top: 12px;
  }
  
  .bl_about_boxJobs span:first-of-type {
    width: 120px;
    -moz-text-align-last: justify;
         text-align-last: justify;
    display: inline-block;
  }
  .bl_about_boxJobs span + span {
    margin-left: 16px;
  }
  
  .bl_about_boxList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 25px 50px;
    gap: 20px 10px;
  }
  .bl_about_boxList li {
    width: 290px;
    height: 380px;
    position: relative;
    padding: 193px 25px 0;
    z-index: 1;
  }
  .bl_about_boxList li:has(.bl_about_boxGroup) {
    padding: 0;
    display: grid;
    place-items: center;
    height: 100%;
  }
  .bl_about_boxList li.bl_about_group {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  
  .bl_about_boxImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  
  .bl_about_boxName {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;
  }
  .bl_about_boxName::after {
    content: "";
    background: #23b553;
    width: 20px;
    height: 2px;
    display: block;
    margin-top: 10px;
  }
  
  .bl_about_boxTxt {
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: 0.04em;
  }
  .bl_about_boxTxt:first-of-type {
    margin-top: 10px;
  }
  
  .bl_about_boxGroup {
    color: #23b553;
    font-size: 22px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.1em;
    width: 100%;
    text-align: center;
  }
  .bl_about_boxGroup::after {
    content: attr(data-en);
    color: #222;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2;
    display: block;
    border-top: solid 1px #f0f4f5;
  }
  
  .bl_about_group {
    background: #f0f4f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    border-radius: 10px;
    grid-column: span 2;
    overflow: hidden;
  }
  .bl_about_group iframe {
    width: 290px;
    height: 200px;
    display: block;
  }
  
  .bl_about_boxConts {
    padding-top: 24px;
  }
  
  /*----------- footer -----------*/
  .ly_footer {
    background: #000;
    padding: 30px 0 25px;
  }
  
  .bl_footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .bl_footer_copyright {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.1em;
    display: block;
    margin-right: 48px;
  }
  
  /*----------- fixed -----------*/
  .ly_fixed {
    padding: 18px 0;
    position: fixed;
    background: rgba(34, 34, 34, .7);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 99;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .bl_fixed_inner {
    width: 900px;
    margin: 0 auto;
  }
  
  .bl_fixed_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl_fixed_btns li a {
    height: 80px;
    position: relative;
  }
  .bl_fixed_btns li a::before {
    content: "";
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .bl_fixed_btns li a:hover {
    opacity: 1;
  }
  .bl_fixed_btns li a:hover::before {
    opacity: 1;
    z-index: 10;
  }
  .bl_fixed_btns li.bl_info_document a::before {
    background: url(../img/pc_document_button_on.png) no-repeat center/contain;
  }
  .bl_fixed_btns li.bl_info_contact a::before {
    background: url(../img/pc_contact_button_on.png) no-repeat center/contain;
  }
}
@media (max-width:640px){
  a {
    width: inherit;
    height: inherit;
    display: inline-block;
  }
  
  img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .hp_spNone {
    display: none !important;
  }
  
  /*----------- header -----------*/
  .ly_header {
    width: 100%;
    position: absolute;
    top: 4.21875vw;
    left: 0;
    z-index: 10;
  }
  
  .bl_header_logo {
    width: 21.875vw;
    margin: 0 auto;
  }
  
  /*----------- fv -----------*/
  .ly_fv {
    height: 187.5vw;
    position: relative;
    padding: 17.65625vw 0 10.9375vw;
    background: url(../img/sp_fv_background.jpg) no-repeat center/cover;
  }
  
  .bl_fv_inner {
    width: 140.625vw;
    margin: 0 auto;
  }
  
  .bl_fv_medal {
    margin-top: 4.21875vw;
  }
  
  .bl_fv_btns {
    width: 87.5vw;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 7.8125vw;
  }
  .bl_fv_btns li + li {
    margin-top: 4.0625vw;
  }
  
  .bl_fv_catch {
    width: 80.9375vw;
    margin: 0 auto 4.375vw;
  }
  
  /*----------- merit -----------*/
  .ly_merit {
    padding: 12.5vw 0 15.3125vw;
    background: #f0f4f5;
  }
  
  .bl_merit_ttl {
    text-align: center;
  }
  
  .bl_merit_list {
    width: 92.1875vw;
    margin: 5.15625vw 0 0 4.6875vw;
  }
  .bl_merit_list li + li {
    margin-top: 5.46875vw;
  }
  
  /*----------- subject -----------*/
  .ly_subject {
    position: relative;
    padding: 9.375vw 0 15.625vw;
    background: url(../img/sp_subject_background_image.jpg) no-repeat bottom center/contain, #fff;
  }
  
  .bl_subject_list {
    width: 90.625vw;
    margin: 1.71875vw auto 0;
  }
  .bl_subject_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 3.125vw;
       -moz-column-gap: 3.125vw;
            column-gap: 3.125vw;
    padding: 0 1.5625vw 1.5625vw;
    position: relative;
  }
  .bl_subject_list li::before {
    content: "";
    background: #bcbcbc;
    width: 100%;
    height: 0.15625vw;
    position: absolute;
    top: 14.0625vw;
    left: 0;
  }
  .bl_subject_list li::after {
    content: "+";
    font-size: 4.0625vw;
    font-weight: bold;
    line-height: 1.1818181818;
    color: #bcbcbc;
    position: absolute;
    top: 3.75vw;
    right: 1.5625vw;
  }
  .bl_subject_list li.open::after {
    content: "-";
    font-size: 5.0625vw;
    font-weight: bold;
    line-height: 1.1818181818;
    color: #bcbcbc;
    position: absolute;
    top: 3.35vw;
    right: 1.5625vw;
  }

  .bl_acc_box{
    max-height: 0;
    overflow: hidden;
  }

  .bl_acc_box.open{
    transition: max-height 0.5s ease-out;
  }

  .bl_subject_contsTxt {
    font-size: 3.75vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin: 4.6875vw 1.5625vw 0;
    width: 100%;
  }
  .bl_subject_list li + li {
    margin-top: 4.6875vw;
  }
  
  .bl_subject_img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 12.5vw;
  }
  
  .bl_subject_conts {
    display: contents;
  }
  
  .bl_subject_contsTtl {
    color: #23b553;
    font-size: 4.6875vw;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  
  
  .bl_subject_bottom {
    text-align: center;
    margin: 6.71875vw 0 0 1.875vw;
    width: 93.4375vw;
  }
  
  /*----------- info -----------*/
  .ly_info {
    background: url(../img/sp_info_background.jpg) no-repeat center/auto 100%, #222;
  }
  
  .bl_info_inner {
    width: 87.5vw;
    margin: 0 auto;
    padding: 2.8125vw 0 9.375vw;
  }
  
  .bl_info_img {
    width: 65.625vw;
    margin: 0 auto;
  }
  
  .bl_info_conts {
    margin-top: 2.03125vw;
  }
  
  .bl_info_btns {
    margin-top: 3.4375vw;
  }
  .bl_info_btns li + li {
    margin-top: 3.75vw;
  }
  
  /*----------- reason -----------*/
  .ly_reason {
    padding: 10.3125vw 0 8.75vw;
    background: url(../img/sp_reason_top_background_image.png)no-repeat top center/contain,
     url(../img/sp_reason_under_background_image.png)no-repeat bottom center/contain, #23b553;
  }
  
  .bl_reason_list {
    margin: -5.15625vw 3.4375vw 0;
  }
  
  .bl_reason_listItem {
    position: relative;
    padding: 8.28125vw 0;
  }
  
  .bl_reason_icon {
    width: 20.9375vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .bl_reason_wrapper {
    color: #fff;
  }
  
  .bl_reason_img {
    padding: 0 2.8125vw 0 4.375vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    z-index: 10;
    margin-top: 1.09375vw;
  }
  
  .bl_reason_contsTtl {
    display: none;
  }
  
  .bl_reason_contsItem {
    font-size: 3.75vw;
    font-weight: bold;
    line-height: 1.5833333333;
    margin: 3.4375vw 0 0 2.8125vw;
    text-indent: -1em;
    padding-left: 1em;
  }
  .bl_reason_contsItem + .bl_reason_contsItem {
    margin-top: 0;
  }
  
  .bl_reason_contsTxt {
    font-size: 3.59375vw;
    line-height: 1.4347826087;
    letter-spacing: 0.04em;
    margin: 3.59375vw 0 0 4.0625vw;
  }
  
  .bl_reason_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 6.5625vw 0 0 2.65625vw;
  }
  
  .bl_reason_imagesItem figcaption {
    display: none;
  }
  
  /*----------- point -----------*/
  .ly_point {
    padding: 8.90625vw 0 0.9375vw;
    background: url(../img/sp_point_background_image.jpg) no-repeat top center/contain, #f7f9fa;
  }
  
  .bl_point_txt {
    display: none;
  }
  
  .bl_point_list {
    margin: 2.5vw auto 0;
    width: 84.375vw;
  }
  .bl_point_list li + li {
    margin-top: 3.125vw;
  }
  
  .bl_point_bottom {
    width: 90.625vw;
    margin: 4.6875vw auto 0;
  }
  
  .bl_point_note {
    font-size: 2.8125vw;
    line-height: 2.5555555556;
    letter-spacing: 0.1em;
    text-align: right;
    margin: 5.9375vw 5.46875vw 0 0;
  }
  
  /*----------- voice -----------*/
  .ly_voice {
    background: url(../img/sp_voice_background.jpg) no-repeat top center/cover;
    padding: 10.15625vw 0 20.3125vw;
  }
  
  .bl_voice_list {
    margin: 0.625vw auto 0;
    width: 90.625vw;
  }
  .bl_voice_list li + li {
    margin-top: 4.6875vw;
  }
  
  /*----------- flow -----------*/
  .ly_flow {
    padding: 10.15625vw 0 12.5vw;
  }
  
  .bl_flow_ttl {
    text-align: center;
  }
  
  .bl_flow_list {
    width: 90.625vw;
    margin: 4.375vw auto 0;
  }
  .bl_flow_list li {
    position: relative;
  }
  .bl_flow_list li::after {
    content: "";
    background: #23b553;
    width: 0.3125vw;
    height: 100%;
    position: absolute;
    top: 8.28125vw;
    left: -7.5vw;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .bl_flow_list li + li {
    margin-top: 3.906vw;
  }
  .bl_flow_list li:last-child::after {
    display: none;
  }
  
  .bl_flow_listTtl {
    font-size: 4.6875vw;
    font-weight: bold;
    line-height: 1.4545454545;
    letter-spacing: 0.04em;
    padding: 2.8125vw 4.6875vw 3.90625vw;
    background: url(../img/sp_flow_plus_icon.png) no-repeat center right 3.125vw/5.625vw;
    border: solid 0.15625vw #91918f;
    border-radius: 1.5625vw;
    position: relative;
    cursor: pointer;
  }
  .bl_flow_listTtl.bl_flow_listTtl--case {
    text-indent: -0.5em;
    background: url(../img/sp_flow_plus_icon.png) no-repeat center right 3.125vw/5.625vw, #f0f4f5;
  }
  .bl_flow_listTtl.bl_flow_listTtl--case.open{
    background: url(../img/sp_flow_plus_icon.png) no-repeat center right 3.125vw/5.625vw, #f0f4f5;
  }
  .bl_flow_listTtl.open {
    background: url(../img/sp_flow_minus_icon.png) no-repeat center right 3.125vw/5.625vw;
  }
  
  .bl_flow_conts {
    max-height: 0;
    overflow: hidden;
  }
  .bl_flow_conts.open {
    transition: max-height 0.5s ease-out;
  }

  
  .bl_flow_contsTxt {
    padding:3.906vw 3.125vw;
    font-size: 3.75vw;
    line-height: 1.625;
    letter-spacing: 0.04em;
  }
  
  .bl_flow_bottom {
    width: 93.75vw;
    margin: 6.25vw auto 0;
  }
  
  /*----------- about -----------*/
  .ly_about {
    padding: 9.6875vw 0 19.21875vw;
    background: url(../img/sp_about_title_back_image.jpg) no-repeat top center/contain, #f0f4f5;
  }
  
  .bl_about_box {
    width: 93.75vw;
    margin: 4.21875vw auto 0;
    background: #fff;
    border-radius: 1.5625vw;
    -webkit-box-shadow: 0 0.3125vw 1.5625vw 0 rgba(34, 34, 34, .3);
            box-shadow: 0 0.3125vw 1.5625vw 0 rgba(34, 34, 34, .3);
    padding: 5.15625vw 3.125vw 10.9375vw;
  }
  .bl_about_box:first-of-type {
    height: auto;
    max-height: 125vw;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out;
  }
  .bl_about_box:first-of-type::before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #ffffff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
    width: 100%;
    height: 49.53125vw;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .bl_about_box:first-of-type.open {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: 300vw;
    overflow: visible;
  }
  .bl_about_box:first-of-type.open::before {
    display: none;
  }
  .bl_about_box + .bl_about_box {
    padding-bottom: 4.0625vw;
    margin-top: 9.375vw;
  }
  .bl_about_box + .bl_about_box.bl_about_group {
    padding-bottom: 8.125vw;
  }
  
  .bl_about_boxMore {
    width: 84.375vw;
    height: 10.9375vw;
    position: absolute;
    bottom: 4.0625vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 20;
  }
  .bl_about_boxMore.open {
    display: none;
  }
  
  .bl_about_boxTtl {
    text-align: center;
    font-size: 4.6875vw;
    font-weight: bold;
    line-height: 1.5333333333;
    letter-spacing: 0.1em;
    color: #23b553;
  }
  
  .bl_about_boxInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: solid 0.15625vw #f0f4f5;
    padding: 2.5vw 1.5625vw 3.125vw;
  }

  .bl_about_boxInfo .bl_about_boxJobs li + li{
    margin-top: 2.813vw;
  }

  .bl_about_boxInfo:first-of-type {
    margin-top: 3.59375vw;
  }
  .bl_about_boxInfo dt, .bl_about_boxInfo dd {
    font-size: 3.75vw;
    line-height: 1.4166666667;
    letter-spacing: 0.04em;
  }
  .bl_about_boxInfo dt {
    font-weight: 500;
    width: 23.4375vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .bl_about_boxInfo dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  
  .bl_about_boxJobs span:first-of-type {
    width: 28.125vw;
    -moz-text-align-last: justify;
         text-align-last: justify;
    display: inline-block;
  }
  .bl_about_boxJobs span + span {
    margin-left: 2.5vw;
  }
  
  .bl_about_boxList {
    margin-top: 4.6875vw;
  }
  .bl_about_boxList li {
    background: #f0f4f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 3.59375vw;
       -moz-column-gap: 3.59375vw;
            column-gap: 3.59375vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3.125vw 3.125vw 6.25vw;
    position: relative;
    border-radius: 1.5625vw;
  }
  .bl_about_boxList li + li {
    margin-top: 3.125vw;
  }
  
  .bl_about_boxImg {
    width: 35.9375vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  
  .bl_about_boxName {
    font-size: 3.59375vw;
    font-weight: bold;
    line-height: 1.4347826087;
    width: 39.0625vw;
    padding-bottom: 3.125vw;
  }
  .bl_about_boxName::after {
    content: "";
    background: #23b553;
    width: 3.125vw;
    height: 0.3125vw;
    position: absolute;
    top: 22.65625vw;
    right: 41.71875vw;
  }
  
  .bl_about_boxTxt {
    font-size: 3.75vw;
    line-height: 1.5;
    margin-top: 2.34375vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 4.6875vw;
       -moz-column-gap: 4.6875vw;
            column-gap: 4.6875vw;
    padding: 0 1.5625vw;
  }
  .bl_about_boxTxt::before {
    content: attr(data-label);
    background: #222;
    border-radius: 0.625vw;
    color: #fff;
    text-align: center;
    font-size: 3.75vw;
    line-height: 5.625vw;
    letter-spacing: 0.1em;
    width: 15.625vw;
    display: block;
    margin-top: 1.5625vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .bl_about_boxTxt + .bl_about_boxTxt {
    margin-top: -0.78125vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .bl_about_group {
    padding: 6.25vw 3.125vw 10.9375vw;
  }
  .bl_about_group iframe {
    width: 100%;
    height: 35.9375vw;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1.5625vw 1.5625vw 0 0;
    margin-top: 3.125vw;
  }
  
  .bl_about_boxGroup {
    color: #23b553;
    font-size: 4.6875vw;
    font-weight: bold;
    line-height: 1.5333333333;
    letter-spacing: 0.1em;
    width: 62.5vw;
    margin: 0 auto;
    text-align: center;
  }
  .bl_about_boxGroup::after {
    content: attr(data-en);
    color: #222;
    margin-top: 1.09375vw;
    font-size: 3.125vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2.2;
    display: block;
    border-top: solid 0.15625vw #f0f4f5;
  }
  
  .bl_about_boxConts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10.9375vw;
       -moz-column-gap: 10.9375vw;
            column-gap: 10.9375vw;
    background: #f0f4f5;
    border-radius: 0 0 1.5625vw 1.5625vw;
    padding: 3.90625vw 4.375vw 4.6875vw;
  }
  
  .bl_about_groupName {
    font-size: 3.59375vw;
    font-weight: bold;
    line-height: 1.4347826087;
  }
  
  .bl_about_groupTxt {
    font-size: 3.75vw;
    line-height: 5.625vw;
    letter-spacing: 0.04em;
  }
  
  /*----------- footer -----------*/
  .ly_footer {
    background: #000;
    padding: 3.90625vw 0 3.90625vw;
  }
  
  .bl_footer_logo {
    width: 21.875vw;
    margin: 0 auto;
  }
  
  .bl_footer_copyright {
    color: #fff;
    font-size: 2.8125vw;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
    margin-top: 3.4375vw;
  }
  
  /*----------- fixed -----------*/
  .ly_fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 99;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .bl_fixed_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bl_fixed_btns li a {
    display: block;
  }
}
