body {
  color: #272727;
}

@media screen and (min-width: 641px) {
  a {
    width: inherit;
    height: inherit;
    display: inline-block;
  }
  
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .hp_pcNone {
    display: none !important;
  }
  /*----------- header -----------*/
  .ly_header {
    position: absolute;
    width: 1000px;
    top: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
    padding: 0 5px;
  }

  /*----------- fv -----------*/
  .ly_fv {
    position: relative;
    width: 100%;
    height: 550px;
    padding-top: 100px;
    background: url(../img/pc_fv_bg.jpg) no-repeat center top/1800px 550px, -webkit-gradient(linear, left bottom, left top, from(rgb(136, 104, 131)), color-stop(28%, rgb(83, 74, 136)), color-stop(55%, rgb(29, 34, 117)), to(rgb(4, 7, 53)));
    background: url(../img/pc_fv_bg.jpg) no-repeat center top/1800px 550px, linear-gradient(0deg, rgb(136, 104, 131) 0%, rgb(83, 74, 136) 28%, rgb(29, 34, 117) 55%, rgb(4, 7, 53) 100%);
  }

  .bl_fv_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 5px;
  }

  .bl_fv_ttl {
    margin-left: 5px;
  }

  .bl_fv_achive {
    margin-top: 18px;
  }

  /*----------- info -----------*/
  .ly_info {
    margin-top: -70px;
    position: relative;
    z-index: 10;
  }

  .bl_info_box {
    width: 900px;
    margin: 0 auto 0;
    padding: 20px 55px 24px;
    -webkit-box-shadow: 0 0 0 10px #112544 inset, 0 0 0 11px #ebd671 inset, 0 0 7px 1px rgba(34, 34, 34, .52);
            box-shadow: 0 0 0 10px #112544 inset, 0 0 0 11px #ebd671 inset, 0 0 7px 1px rgba(34, 34, 34, .52);
    background: #112544;
  }

  .bl_info_ttl {
    text-align: center;
  }

  .bl_info_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 15px;
      -moz-column-gap: 15px;
            column-gap: 15px;
    margin-top: 10px;
  }
  .bl_info_form select {
    width: 250px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding: 6px 20px;
    resize: none;
    -webkit-appearance: none;
      -moz-appearance: none;
            appearance: none;
    background: url(../img/pc_info_arrow.png) no-repeat center right 25px/13px 8px, #fff;
    cursor: pointer;
  }

  .bl_info_btn {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .bl_info_btn:hover {
    opacity: 0.8;
  }

  .bl_info_tel {
    border: solid 1px #112544;
    color: inherit;
    width: 520px;
    margin: 22px auto 0;
    padding: 10px 20px;
    display: block;
    text-align: center;
  }

  .bl_info_conts {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .bl_info_num {
    font-size: 35px;
    font-weight: bold;
    color: #937e4d;
  }
  .bl_info_num::before {
    content: "";
    background: url(../img/pc_info_freedial_icon.png) no-repeat center/contain;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
  }

  .bl_info_txt {
    color: #112544;
    font-size: 12px;
    line-height: 1.25;
    margin-left: 10px;
  }

  /*----------- feature -----------*/
  .ly_feature {
    margin-top: 28px;
  }

  .bl_feature_top {
    text-align: center;
    background: url(../img/pc_feature_cnt1_bg.jpg) no-repeat center top/cover;
    padding: 40px 0;
  }

  .bl_feature_middle {
    padding: 18px 0 60px;
    text-align: center;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(131, 184, 234)), to(rgb(188, 222, 254)));
    background-image: linear-gradient(0deg, rgb(131, 184, 234) 0%, rgb(188, 222, 254) 100%);
  }

  .bl_feature_middleList {
    margin-top: 32px;
  }

  .bl_feature_bottom {
    padding: 30px 0 0;
  }

  .bl_feature_bottomArrow {
    text-align: center;
  }

  .bl_feature_bottomTtl {
    text-align: center;
    margin-top: 12px;
  }

  .bl_feature_bottomList {
    width: 900px;
    margin: 43px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl_feature_bottomList li {
    width: 430px;
    height: 480px;
    background: #ededed;
    padding: 13px 30px;
  }

  .bl_feature_bottomImg {
    margin-top: 12px;
  }

  .bl_feature_bottomTxt {
    font-size: 14px;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
    margin-top: 20px;
  }

  .bl_feature_bottomBox {
    width: 900px;
    margin: 30px auto 0;
    background: #ededed;
    padding: 32px 30px 40px;
  }

  .bl_feature_bottomCatch {
    text-align: center;
  }

  .bl_feature_bottomConts {
    width: 700px;
    margin: 15px auto 0;
  }
  .bl_feature_bottomConts li {
    background: #fff;
    padding: 14px 23px;
    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;
  }
  .bl_feature_bottomConts li + li {
    margin-top: 10px;
  }

  .bl_feature_bottomPoint {
    font-size: 19px;
    line-height: 1.8421052632;
    margin-left: 23px;
  }
  .bl_feature_bottomPoint em {
    font-weight: bold;
  }

  .bl_feature_bottomMap {
    text-align: center;
    margin: 8px 0 0 60px;
    width: 100%;
  }

  /*----------- achievement -----------*/
  .ly_achievement {
    background: url(../img/pc_achievement_bg.jpg) no-repeat center/cover;
    padding: 14px 0 100px;
    text-align: center;
    margin-top: 37px;
  }

  .bl_achievement_note {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-top: -17px;
  }

  .bl_achievement_catch {
    margin-top: 5px;
  }

  /*----------- buy -----------*/
  .ly_buy {
    background: url(../img/pc_buy_bg.png) no-repeat center/cover;
    padding: 38px 0 40px;
    margin-top: 25px;
  }

  .bl_buy_ttl {
    text-align: center;
  }

  .bl_buy_list {
    width: 900px;
    margin: 26px auto 0;
  }
  .bl_buy_list li + li {
    margin-top: 15px;
  }

  /*----------- valueplus -----------*/
  .ly_valueplus {
    padding: 55px 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 60, 114)), to(rgb(37, 94, 152)));
    background-image: linear-gradient(0deg, rgb(8, 60, 114) 0%, rgb(37, 94, 152) 100%);
  }

  .bl_valueplus_ttl {
    text-align: center;
  }

  .bl_valueplus_txt {
    font-size: 15px;
    line-height: 2.3;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    margin-top: 17px;
  }

  .bl_valueplus_slider {
    width: 960px;
    margin: 30px auto 0;
    padding: 0 30px;
  }
  .bl_valueplus_slider .splide__slide {
    background: #fff;
    width: 430px !important;
    height: 490px;
    position: relative;
    padding: 33px 45px 0;
  }
  .bl_valueplus_slider .splide__arrows button {
    top: 250px;
    width: 40px;
    height: 40px;
  }
  .bl_valueplus_slider .splide__arrows button.splide__arrow--prev {
    left: -20px;
    background: url(../img/pc_valueplus_slide_left.png) no-repeat center/contain;
  }
  .bl_valueplus_slider .splide__arrows button.splide__arrow--next {
    right: -20px;
    background: url(../img/pc_valueplus_slide_right.png) no-repeat center/contain;
  }
  .bl_valueplus_slider .splide__pagination {
    margin-top: 35px;
  }

  .bl_valueplus_sliderIcon {
    position: absolute;
    top: 0;
    left: 0;
  }

  .bl_valueplus_sliderTtl {
    text-align: center;
  }

  .bl_valueplus_sliderTxt {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-top: 16px;
  }
  .bl_valueplus_sliderTxt em {
    font-weight: bold;
    line-height: 1.7142857143;
  }

  .bl_valueplus_sliderImg {
    margin-top: 23px;
    text-align: center;
  }

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

  .splide__slide {
    position: relative;
  }

  .splide__arrows {
    position: relative;
    z-index: 10;
  }
  .splide__arrows button {
    border: none;
    position: absolute;
    z-index: 10;
    opacity: 1;
  }
  .splide__arrows button svg {
    fill: none;
  }

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

  .splide__pagination__page {
    width: 10px;
    height: 10px;
    background: #d2d2d2;
    border: none;
    margin: 0 5px;
    border-radius: 50%;
  }

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

  /*----------- access -----------*/
  .ly_access {
    background: url(../img/pc_access_bg.jpg) no-repeat top center/cover;
    padding: 48px 0 92px;
  }

  .bl_access_ttl {
    text-align: center;
  }

  .bl_access_box {
    width: 1000px;
    margin: 27px auto 0;
    padding: 40px 50px 35px;
    background: #fff;
  }

  .bl_access_conts {
    width: 450px;
    margin-top: 2px;
  }

  .bl_access_name {
    font-size: 20px;
    font-weight: bold;
    line-height: 2.5;
    letter-spacing: 0.1em;
    border-bottom: solid 2px #169060;
  }

  .bl_access_info dt {
    width: 40px;
  }
  .bl_access_info dd {
    margin-top: 5px;
    font-size: 17px;
    line-height: 1.3529411765;
    letter-spacing: 0.05em;
  }
  .bl_access_info:not(:first-child) {
    margin-top: 10px;
  }

  .bl_access_wrapper {
    margin: 20px 0 0 -5px;
  }

  .bl_access_slider {
    width: 430px;
  }
  .bl_access_slider #slider_accessThumbnail {
    margin-top: 5px;
  }
  .bl_access_slider #slider_accessThumbnail .splide__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl_access_slider #slider_accessThumbnail .splide__slide {
    width: 105px !important;
    margin: 0 !important;
  }
  .bl_access_slider #slider_accessThumbnail .splide__slide.is-active {
    border: solid 2px #112544;
  }
  .bl_access_slider #slider_accessThumbnail .splide__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
      object-fit: cover;
  }
  .bl_access_slider #slider_accessMain .splide__arrows button {
    top: 120px;
    width: 32px;
    height: 32px;
  }
  .bl_access_slider #slider_accessMain .splide__arrows button.splide__arrow--prev {
    left: 6px;
    background: url(../img/pc_access_slide_left.png) no-repeat center/contain;
  }
  .bl_access_slider #slider_accessMain .splide__arrows button.splide__arrow--next {
    right: 6px;
    background: url(../img/pc_access_slide_right.png) no-repeat center/contain;
  }

  .ly_access iframe {
    height: 200px;
    display: block;
    margin-top: 17px;
  }

  .ly_info.ly_info--access {
    margin-top: -62px;
  }

  /*----------- fixed -----------*/
  .ly_fixed {
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
  }

  .bl_fixed_conts {
    margin-right: 85px;
  }

  .el_fixed_text {
    margin: 0 0 5px 5px;
  }

  .bl_fixed_num {
    color: #937e4d;
    font-size: 28px;
    font-weight: bold;
    padding-left: 35px;
    background: url(../img/pc_info_freedial_icon.png) no-repeat left center/ 30px auto;
  }

  .bl_fixed_txt {
    color: #112544;
    font-size: 11px;
    line-height: 1.25;
    margin: 5px 0 0 10px;
  }

  .bl_fixed_contact:hover {
    opacity: 0.7;
    transition: 0.5s;
  }

  /*----------- footer -----------*/
  .ly_footer {
    text-align: center;
    padding: 38px 0 12px;
    background: #272727;
    margin-top: 25px;
  }

  .bl_footer_copyright {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }

  .bl_footer_txt {
    font-size: 15px;
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
    color: #fff;
  }

  .bl_footer_copyright {
    font-size: 15px;
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
    color: #fff;
    display: block;
    margin-top: 25px;
  }
}
@media screen and (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 {
    position: absolute;
    width: 100%;
    top: 1.09375vw;
    left: 0;
    z-index: 10;
  }

  .bl_header_logo {
    width: 32.8125vw;
    margin: 0 auto;
  }

  /*----------- fv -----------*/
  .ly_fv {
    position: relative;
    width: 100%;
    height: 129.6875vw;
    padding-top: 10.625vw;
    background: url(../img/sp_fv_bg.jpg) no-repeat center top/cover;
  }

  .bl_fv_inner {
    display: contents;
  }

  .bl_fv_ttl {
    width: 93.75vw;
    margin-left: 1.5625vw;
  }

  .bl_fv_achive {
    margin: 2.8125vw 0 0 0.78125vw;
    width: 59.375vw;
  }
  .bl_fv_achive:not(:first-of-type) {
    margin-top: 0;
  }

  /*----------- info -----------*/
  .ly_info {
    margin-top: -27.65625vw;
    position: relative;
    z-index: 10;
  }

  .bl_info_box {
    width: 96.875%;
    margin: 0 auto;
    padding: 4.375vw 0 5.46875vw;
    -webkit-box-shadow: 0 0 0 1.5625vw #112544 inset, 0 0 0 1.71875vw #ebd671 inset, 0 0 1.09375vw 0.15625vw rgba(34, 34, 34, .52);
            box-shadow: 0 0 0 1.5625vw #112544 inset, 0 0 0 1.71875vw #ebd671 inset, 0 0 1.09375vw 0.15625vw rgba(34, 34, 34, .52);
    background: #112544;
  }

  .bl_info_ttl {
    width: 60.9375vw;
    margin: 0 auto;
  }

  .bl_info_form {
    margin-top: 2.65625vw;
  }
  .bl_info_form select {
    width: 78.125vw;
    display: block;
    margin: 0 auto;
    font-size: 4.0625vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 3.125vw 5.9375vw;
    resize: none;
    -webkit-appearance: none;
      -moz-appearance: none;
            appearance: none;
    background: url(../img/sp_info_arrow.png) no-repeat center right 4.21875vw/3.75vw 2.1875vw, #fff;
  }
  .bl_info_form select + select {
    margin-top: 2.8125vw;
  }

  .bl_info_btn {
    width: 86.875vw;
    margin: 3.90625vw auto 0;
  }

  .bl_info_tel {
    border: solid 0.15625vw #112544;
    color: inherit;
    width: 96.875%;
    margin: 4.375vw auto 0;
    padding: 4.21875vw 0 1.875vw;
    display: block;
    text-align: center;
  }

  .bl_info_telTtl {
    width: 86.875vw;
    margin: 0 auto;
  }

  .bl_info_conts {
    margin-top: 2.5vw;
  }

  .bl_info_num {
    font-size: 4.0625vw;
    font-weight: bold;
  }
  .bl_info_num::before {
    content: "フリーダイヤル";
    font-weight: bold;
    margin-right: 1.25vw;
  }

  .bl_info_txt {
    color: #112544;
    font-size: 3.59375vw;
    margin-top: 1.56vw;
  }

  /*----------- feature -----------*/
  .ly_feature {
    margin-top: 5.46875vw;
  }

  .bl_feature_top {
    text-align: center;
    background: url(../img/sp_feature_cnt1_bg.jpg) no-repeat center top/cover;
    padding: 6.25vw 0 7.8125vw;
  }

  .bl_feature_topTtl {
    width: 93.75vw;
    margin: 0 auto;
  }

  .bl_feature_topConts {
    width: 93.75vw;
    margin: 0 auto;
  }

  .bl_feature_middle {
    padding: 2.8125vw 0 6.5625vw;
    text-align: center;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(131, 184, 234)), to(rgb(188, 222, 254)));
    background-image: linear-gradient(0deg, rgb(131, 184, 234) 0%, rgb(188, 222, 254) 100%);
  }

  .bl_feature_middleTtl {
    width: 96.875%;
    margin: 0 auto;
  }

  .bl_feature_middleList {
    width: 93.75vw;
    margin: 5.78125vw auto 0;
  }

  .bl_feature_bottom {
    padding: 4.0625vw 0 0;
  }

  .bl_feature_bottomArrow {
    width: 75.9375vw;
    margin: 0 auto;
  }
  .bl_feature_bottomArrow img {
    margin-left: 1.5625vw;
  }

  .bl_feature_bottomTtl {
    width: 90.625vw;
    margin: 1.09375vw auto 0;
  }

  .bl_feature_bottomList {
    width: 93.75vw;
    margin: 5.9375vw auto 0;
  }
  .bl_feature_bottomList li {
    background: #ededed;
    padding: 3.59375vw 3.90625vw 6.5625vw;
  }
  .bl_feature_bottomList li + li {
    margin-top: 4.0625vw;
  }

  .bl_feature_bottomTop {
    width: 85.9375vw;
  }

  .bl_feature_bottomImg {
    margin-top: 2.34375vw;
  }

  .bl_feature_bottomTxt {
    font-size: 3.75vw;
    line-height: 1.5416666667;
    letter-spacing: 0.02em;
    margin-top: 3.125vw;
  }

  .bl_feature_bottomBox {
    width: 93.75vw;
    margin: 7.8125vw auto 0;
    background: #ededed;
    padding: 7.8125vw 0 7.03125vw;
  }

  .bl_feature_bottomCatch {
    margin: 0 auto;
    width: 45.3125vw;
  }

  .bl_feature_bottomConts {
    width: 87.5vw;
    margin: 3.90625vw auto 0;
  }
  .bl_feature_bottomConts li {
    background: #fff;
    padding: 3.4375vw 0;
  }
  .bl_feature_bottomConts li + li {
    margin-top: 1.5625vw;
  }

  .bl_feature_bottomNum {
    height: 7.8125vw;
  }
  .bl_feature_bottomNum img {
    margin: 0 auto;
    width: auto;
    height: 100%;
    -o-object-fit: contain;
      object-fit: contain;
  }

  .bl_feature_bottomPoint {
    font-size: 5.46875vw;
    line-height: 1.4285714286;
    text-align: center;
    margin-top: 1.875vw;
  }
  .bl_feature_bottomPoint em {
    font-weight: bold;
  }

  .bl_feature_bottomMap {
    width: 82.8125vw;
    margin: 2.5vw auto 0;
  }

  /*----------- achievement -----------*/
  .ly_achievement {
    background: url(../img/sp_achievement_bg.jpg) no-repeat top center/cover;
    margin-top: 6.5625vw;
    padding-bottom: 3.75vw;
  }

  .bl_achievement_note {
    font-size: 2.8125vw;
    letter-spacing: 0.05em;
    margin: -2.65625vw 2.03125vw 0 0;
    text-align: right;
  }

  .bl_achievement_catch {
    margin: 1.875vw auto 0;
    width: 84.375vw;
  }

  .ly_info--achievement {
    margin-top: 4.6875vw;
  }

  /*----------- buy -----------*/
  .ly_buy {
    background: url(../img/sp_buy_bg.png) no-repeat center/cover;
    padding: 3.125vw 0 2.65625vw;
    margin-top: 7.8125vw;
  }

  .bl_buy_ttl {
    width: 93.75vw;
    margin: 0 auto;
  }

  .bl_buy_list {
    width: 93.75vw;
    margin: 2.65625vw auto 0;
  }
  .bl_buy_list li + li {
    margin-top: 2.34375vw;
  }

  /*----------- valueplus -----------*/
  .ly_valueplus {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 60, 114)), to(rgb(37, 94, 152)));
    background-image: linear-gradient(0deg, rgb(8, 60, 114) 0%, rgb(37, 94, 152) 100%);
    padding: 9.6875vw 0 15.15625vw;
  }

  .bl_valueplus_ttl {
    margin: 0 auto;
    width: 79.6875vw;
  }

  .bl_valueplus_txt {
    font-size: 3.90625vw;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    margin-top: 4.375vw;
  }

  .bl_valueplus_slider {
    margin: 4.6875vw auto 0;
  }
  .bl_valueplus_slider .splide__slide {
    background: #fff;
    width: 90.625vw !important;
    height: 110.9375vw;
    position: relative;
    padding: 7.5vw 6.25vw 0;
  }
  .bl_valueplus_slider .splide__arrows button {
    top: 50.9375vw;
    width: 7.65625vw;
    height: 33.90625vw;
    border-radius: 0;
  }
  .bl_valueplus_slider .splide__arrows button.splide__arrow--prev {
    left: 0;
    background: url(../img/sp_slide_left.png) no-repeat center/contain;
  }
  .bl_valueplus_slider .splide__arrows button.splide__arrow--next {
    right: 0;
    background: url(../img/sp_slide_right.png) no-repeat center/contain;
  }
  .bl_valueplus_slider .splide__pagination {
    bottom: -7.03125vw;
  }

  .bl_valueplus_sliderIcon {
    width: 14.0625vw;
    position: absolute;
    top: 0;
    left: 0;
  }

  .bl_valueplus_sliderTtl {
    width: 78.125vw;
    margin: 0 auto;
  }

  .bl_valueplus_sliderTxt {
    font-size: 3.90625vw;
    line-height: 1.4;
    margin-top: 3.4375vw;
  }
  .bl_valueplus_sliderTxt em {
    font-weight: bold;
    line-height: 1.4;
  }

  .bl_valueplus_sliderImg {
    width: 76.5625vw;
    position: absolute;
    bottom: 7.03125vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

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

  .splide__slide {
    position: relative;
  }

  .splide__arrows {
    position: relative;
    z-index: 10;
  }
  .splide__arrows button {
    border: none;
    position: absolute;
    z-index: 10;
    opacity: 1;
  }
  .splide__arrows button svg {
    fill: none;
  }

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

  .splide__pagination__page {
    width: 1.25vw;
    height: 1.25vw;
    background: #d2d2d2;
    border: none;
    margin: 0 0.78125vw;
    border-radius: 50%;
  }

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

  /*----------- access -----------*/
  .ly_access {
    background: url(../img/sp_access_bg.jpg) no-repeat top center/cover;
    padding: 9.375vw 0 7.8125vw;
  }

  .bl_access_ttl {
    width: 32.1875vw;
    margin: 0 auto;
  }

  .bl_access_box {
    width: 90.625vw;
    margin: 6.25vw auto 0;
    padding: 5.9375vw 0 3.90625vw;
    background: #fff;
  }

  .bl_access_conts {
    display: contents;
  }

  .bl_access_name {
    text-align: center;
    width: 81.25vw;
    margin: 0 auto;
    font-size: 4.6875vw;
    font-weight: bold;
    line-height: 1.8333333333;
    letter-spacing: 0.1em;
    border-bottom: solid 0.625vw #169060;
    padding-bottom: 0.78125vw;
  }

  .bl_access_info {
    margin-left: -0.3125vw;
  }
  .bl_access_info dt {
    width: 4.0625vw;
    height: 5.3125vw;
  }
  .bl_access_info dt img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
      object-fit: contain;
  }
  .bl_access_info dd {
    margin-left: 1.40625vw;
    font-size: 3.90625vw;
    line-height: 1.4;
  }
  .bl_access_info:not(:first-child) {
    margin-top: 1.5625vw;
  }

  .bl_access_wrapper {
    width: 81.25vw;
    margin: 3.125vw auto 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .bl_access_slider {
    width: 81.25vw;
    margin: 4.6875vw auto 0;
  }
  .bl_access_slider #slider_accessThumbnail {
    margin-top: 0.78125vw;
  }
  .bl_access_slider #slider_accessThumbnail .splide__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl_access_slider #slider_accessThumbnail .splide__slide {
    width: 19.6875vw !important;
    margin: 0 !important;
  }
  .bl_access_slider #slider_accessThumbnail .splide__slide.is-active {
    border: solid 0.3125vw #112544;
  }
  .bl_access_slider #slider_accessThumbnail .splide__slide img {
    width: 100%;
    -o-object-fit: cover;
      object-fit: cover;
  }
  .bl_access_slider #slider_accessMain .splide__arrows button {
    top: 22.65625vw;
    width: 8.125vw;
    height: 8.125vw;
  }
  .bl_access_slider #slider_accessMain .splide__arrows button.splide__arrow--prev {
    left: -3.90625vw;
    background: url(../img/sp_access_slide_left.png) no-repeat center/contain;
  }
  .bl_access_slider #slider_accessMain .splide__arrows button.splide__arrow--next {
    right: -3.90625vw;
    background: url(../img/sp_access_slide_right.png) no-repeat center/contain;
  }

  .ly_access iframe {
    width: 81.25vw;
    height: 43.28125vw;
    display: block;
    margin: 3.90625vw auto 0;
  }

  .ly_info.ly_info--access {
    margin-top: 4.0625vw;
  }

  /*----------- fixed -----------*/
  .ly_fixed {
    padding: 2.34vw 1.56vw;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
  }

  .bl_fixed_btn li {
    width: 47.81vw;
  }

  .el_fixed_text {
    color: #112544;
    font-size: 3.59vw;
    text-align: center;
    margin-top: 1.56vw;
  }

  /*----------- footer -----------*/
  .ly_footer {
    text-align: center;
    padding: 4.6875vw 0 2.03125vw;
    background: #272727;
    margin-top: 7.03125vw;
  }

  .bl_footer_copyright {
    color: #fff;
    font-size: 3.125vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }

  .bl_footer_txt {
    font-size: 3.125vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #fff;
  }

  .bl_footer_copyright {
    font-size: 3.125vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #fff;
    display: block;
    margin-top: 4.6875vw;
  }
}
.alert{
  color:#FFFFFF;
}
@media screen and (max-width: 640px) {
  .alert{
    text-align: center;
    margin-top: 10px;
  }
}