* {
  font-family: YuGothic, "Yu Gothic", sans-serif;
}

body {
  color: rgba(24, 26, 31, .97);
}

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

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

.hp_spNone {
  display: none !important;
}

/*----------- header -----------*/
.ly_header {
  padding: 3.125vw 0;
  background: #007992;
}

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

/*----------- fv -----------*/
.ly_fv {
  overflow-x: hidden !important;
}
.bl_fv_body {
  padding: 2.8125vw 0 1.09375vw;
  background: url(../img/sp_fv_background_image.png) no-repeat bottom center/cover;
}

.bl_fv_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
}

.bl_fv_img {
  position: absolute;
  width: 56.875vw;
  bottom: -46.875vw;
  right: 0.625vw;
}

.bl_fv_catch {
  width: 77.34375vw;
  margin-left: 4.6875vw;
}

.bl_fv_ttl {
  margin-top: 3.59375vw;
}
.bl_fv_ttl span {
  display: block;
  width: 87.8125vw;
  opacity: 0;
  overflow-x: hidden !important;
}
.el_animation__first {
  -webkit-animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards .3s;
          animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards .3s;
}
.el_animation__second{
  -webkit-animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards .6s;
          animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards .6s;
}
.el_animation__third{
  -webkit-animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards .9s;
          animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards .9s;
}
.bl_fv_ttl span + span {
  margin-top: 2.03125vw;
}
.bl_fv_ttl span:nth-child(2) {
  width: 100%;
}
.bl_fv_ttl span:nth-child(3) {
  width: 82.5vw;
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.bl_fv_icons {
  margin: 5.78125vw auto 0;
}

.bl_fv_iconsImg {
  width: 55.15625vw;
}

.bl_fv_iconsList {
  width: 93.90625vw;
  margin: 7.03125vw auto 0;
  position: relative;
  z-index: +1;
}

.bl_fv_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.90625vw 0 2.8125vw;
  row-gap: 2.34375vw;
  background: #007992;
}

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

.bl_fv_btns form {
  text-align: center;
}

.el_document_rq_btn {
  font-size: 0;
  width: 78.125vw;
  height: 15.625vw;
  margin: 0 auto;
  background: url(../img/sp_button_documentrequest.png) no-repeat top center/100% auto;
  border: unset;
}
.el_document_rq_btn.__s {
  width: 57.813vw;
  height: 15.625vw;
  background: url(../img/sp_product_button_documentrequest.png) no-repeat top center/100% auto;
}
.el_document_rq_btn.__fixed {
  width: 88.75vw;
  height: 31.094vw;
  background: url(../img/sp_fixed_button_documentrequest.png) no-repeat top center/100% auto;
}

/*----------- hitoCompass -----------*/
.ly_hitoCompass {
  padding: 16.40625vw 0 10.3125vw;
  overflow-x: hidden !important;
}

.bl_hitoCompass_ttl {
  width: 86.25vw;
  margin: 0 auto;
}

.bl_hitoCompass_catch {
  width: 98.125%;
  margin: 5.78125vw auto 0;
}

.bl_hitoCompass_txt {
  width: 84.0625vw;
  margin: 3.4375vw auto 0;
  position: relative;
  z-index: 10;
}

.bl_hitoCompass_img {
  margin-top: -3.125vw;
}

.bl_hitoCompass_list {
  width: 94.375vw;
  margin: 1.25vw auto 0;
}
.bl_hitoCompass_list li + li {
  margin-top: 5.9375vw;
}

/*----------- info -----------*/
.ly_info {
  padding: 7.5vw 0 6.25vw;
  text-align: center;
  background: url(../img/sp_info01_background.png) no-repeat center/cover, #02bcd4;
}

.bl_info_ttl {
  color: #f9f9fc;
  font-size: 4.6875vw;
  font-weight: bold;
  line-height: 1.6;
  -webkit-text-stroke: 0.15625vw #02bcd4;
}

.bl_info_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5.9375vw;
  row-gap: 2.34375vw;
}

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

/*----------- reason -----------*/
.ly_reason {
  padding: 17.03125vw 0 26.09375vw;
}

.bl_reason_ttl {
  width: 80.625vw;
  margin-left: 12.1875vw;
}

.bl_reason_list {
  margin: 14.53125vw 0 0;
}
.bl_reason_list li {
  width: 93.75vw;
  position: relative;
  background: #d4f4f7;
  padding: 5.46875vw 4.6875vw 31.25vw;
  position: relative;
}
.bl_reason_list li:nth-child(even) {
  margin-left: auto;
}
.bl_reason_list li:nth-child(even) .bl_reason_top img {
  margin: 0 1.5625vw 0 auto;
}
.bl_reason_list li:nth-child(even) .bl_reason_txt {
  margin: 5.9375vw 0 0 0;
}
.bl_reason_list li:nth-child(even) .bl_reson_img {
  left: -3.125vw;
}
.bl_reason_list li + li {
  margin-top: 21.875vw;
}
.bl_reason_list li:first-child {
  padding-top: 2.34375vw;
}

.bl_reason_list li:first-child .bl_reason_top {
  width: 57.03125vw;
  height: auto;
  position: relative;
  top: -6.5625vw;
  left: 1.5625vw;
  margin-left: 0;
}
.bl_reason_list li:first-child .bl_reason_txt {
  margin-top: -1.25vw;
}

.bl_reason_conts {
  margin-left: 1.5625vw;
}

.bl_reason_top {
  height: 8.4375vw;
  margin-left: 1.5625vw;
}
/* .bl_reason_top img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
} */

.bl_reason_list >li:nth-of-type(2) .bl_reason_top{
  margin-left: auto;
  width: 53.906vw;
}
.bl_reason_list >li:nth-of-type(3) .bl_reason_top{
  margin-right: auto;
  width: 47.656vw;
}

.bl_reason_txt {
  font-size: 4.0625vw;
  font-weight: 500;
  line-height: 1.3076923077;
  letter-spacing: 0.04em;
  margin: 3.90625vw 0 0 2.5vw;
}

.bl_reson_img {
  width: 88.125vw;
  position: absolute;
  right: -3.90625vw;
  bottom: -9.375vw;
}

/*----------- product -----------*/
.ly_product {
  position: relative;
  padding: 13.28125vw 0 15.9375vw;
  background: url(../img/common_pattern01.png) center/2.1875vw;
}

.bl_product_ttl {
  width: 60.78125vw;
  margin: 0 auto;
}

.bl_product_list {
  width: 93.59375vw;
  margin: 4.6875vw auto 0;
}

.bl_product_info {
  position: relative;
}

.bl_product_img {
  width: 94.84375vw;
  margin: 4.6875vw auto 0;
}

.bl_product_btn {
  width: 57.8125vw;
  position: absolute;
  top: 25.4875vw;
  right: 4.375vw;
}

/*----------- package -----------*/
.ly_package {
  padding: 16.71875vw 0 21.09375vw;
  overflow-x: hidden !important;
}

.bl_package_ttl {
  width: 40.78125vw;
  margin: 0 auto;
}

.bl_package_txt {
  font-size: 4.0625vw;
  font-weight: 500;
  line-height: 1.3076923077;
  letter-spacing: 0.04em;
  margin: 6.71875vw 4.375vw 0;
}

.bl_package_label {
  width: 78.4375vw;
  margin: 5.46875vw 0 0 12.5vw;
}

.bl_package_body {
  margin: 7.5vw auto 0;
  width: 95.3125%;
  -webkit-box-shadow: 0.15625vw 0.3125vw 2.1875vw 0.3125vw rgba(107, 173, 193, .4);
          box-shadow: 0.15625vw 0.3125vw 2.1875vw 0.3125vw rgba(107, 173, 193, .4);
  background: #fff;
}

.bl_package_itemTtl {
  font-size: 4.6875vw;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  width: 78.125vw;
  margin: 0 auto;
  background: #195d73;
  border-radius: 0 0 7.8125vw 7.8125vw;
  padding: 1.25vw 0;
}
.bl_package_itemTtl img {
  width: 23.75vw;
  margin-inline: auto;
}

.bl_package_itemCatch {
  width: 79.375vw;
  margin: 3.75vw auto 0;
}

.bl_package_itemTxt {
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.04em;
  margin: 3.4375vw 3.75vw 0;
}

.bl_package_listImg {
  width: 75vw;
}

.bl_package_tab {
  -webkit-column-gap: 1.5625vw;
     -moz-column-gap: 1.5625vw;
          column-gap: 1.5625vw;
  margin-top: 6.25vw;
}
.bl_package_tab.bl_package_tab--add {
  margin-top: 4.6875vw;
}
.bl_package_tab li {
  width: 26.5625vw;
}

.bl_package_spSlider {
  margin-top: 3.125vw;
}

.bl_package_list li {
  overflow: hidden;
  background: #d4f4f7;
  border-radius: 2.8125vw;
  padding: 3.125vw 3.125vw 4.375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#sp_package_slider1 {
  width: 84.375vw;
  margin: 3.125vw auto 0;
}
#sp_package_slider1 .splide__arrows button.splide__arrow--prev {
  left: -8vw;
}
#sp_package_slider1 .splide__arrows button.splide__arrow--next {
  right: -8vw;
}

.bl_package_listImg {
  width: 75vw;
  margin-inline: auto;
}

.bl_package_listTxt {
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.04em;
  margin: 3.125vw 1.875vw 0;
}

.bl_package_listIcon {
  margin: auto auto 0;
  width: 75vw;
}

.bl_package_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 84.375vw;
  margin: 4.6875vw auto 0;
  background: #fef8e1;
  padding: 3.125vw 0 3.125vw 4.0625vw;
}
.bl_package_bottom li {
  width: 39.84375vw;
  font-size: 3.4375vw;
  font-weight: 500;
  line-height: 1.8181818182;
  letter-spacing: 0.04em;
}

.bl_package_bottom li:nth-child(2) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.bl_package_bottom li:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.bl_package_bottom li:nth-child(4) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.bl_package_bottom li:nth-child(5) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.bl_package_bottom li:nth-child(6) {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.bl_package_bottom li:nth-child(7) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.bl_package_bottom li:nth-child(8) {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.bl_package_item:not(:first-child) {
  margin-top: 15.625vw;
  background: #d4f4f7;
  padding-bottom: 5.9375vw;
  border: solid 0.15625vw #195d73;
}
.bl_package_item:not(:first-child) .bl_package_itemTtl {
  padding-bottom: 2.34375vw;
}
.bl_package_item:not(:first-child) .bl_package_itemTtl img {
  margin-top: -4.6875vw;
}

.bl_package_itemWrapper {
  margin-top: 7.5vw;
}

.bl_package_add {
  background: #fff;
  width: 90.625vw;
  margin: 0 auto 0;
  padding: 3.125vw 0 4.6875vw;
}
.bl_package_add + .bl_package_add {
  margin-top: 6.25vw;
}

.bl_package_addHead {
  text-align: center;
  height: 8.125vw;
}
.bl_package_addHead img {
  margin: 0 auto;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bl_package_addCatch {
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.04em;
  margin: 2.5vw 7.5vw 0;
}

.bl_package_addSlider {
  width: 84.375vw;
  margin: 3.125vw auto 0;
}
.bl_package_addSlider .splide__slide {
  background: #d4f4f7;
  border-radius: 2.8125vw;
  overflow: hidden;
  width: 84.375vw !important;
  padding: 0 0 4.6875vw;
}
.bl_package_addSlider .splide__arrows button {
  top: 22.65625vw;
}
.bl_package_addSlider .splide__arrows button.splide__arrow--prev {
  left: -7.8125vw;
}
.bl_package_addSlider .splide__arrows button.splide__arrow--next {
  right: -7.8125vw;
}
.bl_package_addSlider .splide__pagination {
  display: none;
}

.bl_package_addImg {
  width: 75vw;
  margin: 3.125vw auto 0;
}

.bl_package_addTxt {
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 1.4583333333;
  margin: 3.4375vw 5.46875vw 0;
}

.bl_package_addIcon {
  width: 75vw;
  margin: 3.125vw auto 0;
}

.bl_package_bottom.bl_package_bottom--add {
  margin: 6.25vw auto 0;
  display: grid;
  grid-template-areas: ". goal" ". goal" ". evaluation" ". evaluation" ". .";
}
.bl_package_bottom.bl_package_bottom--add .goal {
  grid-area: goal;
}
.bl_package_bottom.bl_package_bottom--add .evaluation {
  grid-area: evaluation;
}
.bl_package_bottom.bl_package_bottom--add li:nth-child(even) {
  width: auto;
}
.bl_package_bottom.bl_package_bottom--add li:nth-child(2) {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.bl_package_bottom.bl_package_bottom--add li:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.bl_package_bottom.bl_package_bottom--add li:nth-child(4) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.bl_package_bottom.bl_package_bottom--add li:nth-child(5) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.bl_package_bottom.bl_package_bottom--add li:nth-child(6) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.bl_package_bottom.bl_package_bottom--add li:nth-child(7) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.bl_package_bottom.bl_package_bottom--add li:nth-child(8) {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.bl_package_bottom.bl_package_bottom--add.bl_package_bottom--career {
  grid-template-areas: ". ." ". ." ". share" ". share";
}
.bl_package_bottom.bl_package_bottom--add .share {
  grid-area: share;
}
.bl_package_bottom.bl_package_bottom--add li:nth-child(n) {
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}
/* splide タブ */
.thumbnails {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}
.thumbnail {
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
}

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

.splide__slide {
  position: relative;
}

.splide__arrows {
  position: relative;
  z-index: 10;
}
.splide__arrows button {
  top: 29.6875vw;
  width: 8.75vw;
  height: 40.625vw;
  border: none;
  position: absolute;
  z-index: 10;
  border-radius: 0;
  -webkit-transform: none;
          transform: none;
}
.splide__arrows button svg {
  fill: none;
}
.splide__arrows button.splide__arrow--prev {
  background: url(../img/sp_slider_button_left.png) no-repeat center/contain;
  left: -2.03125vw;
}
.splide__arrows button.splide__arrow--next {
  background: url(../img/sp_slider_button_right.png) no-repeat center/contain;
  right: -2.03125vw;
}

/*----------- plan -----------*/
.ly_plan {
  background: url(../img/common_pattern01.png) center/2.1875vw;
  padding: 9.0625vw 0 15.625vw;
}

.bl_plan_ttl {
  text-align: center;
  width: 22.5vw;
  margin: 0 auto 0;
}

.bl_plan_txt {
  font-size: 4.0625vw;
  font-weight: 500;
  line-height: 1.3461538462;
  letter-spacing: 0.04em;
  margin: 6.25vw 4.6875vw 0;
}

.bl_plan_conts {
  margin: 4.21875vw auto 0;
}

.bl_plan_img {
  margin: 0 auto;
  width: 62.1875vw;
}
.bl_plan_img img {
  margin-left: -3.90625vw;
}

.bl_plan_info {
  width: 78.125vw;
  margin: -0.46875vw auto 0;
}

.bl_plan_btn + .bl_plan_btn {
  margin-top: 3.90625vw;
}

.bl_plan_tel {
  text-align: center;
}

.bl_plan_telNum {
  font-size: 5vw;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #195d73;
}

.bl_plan_telTime {
  font-size: 3.90625vw;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: 0.04em;
  color: #195d73;
}

/*----------- info--bottom -----------*/
.ly_info.ly_info--bottom {
  position: relative;
  margin-top: -7.8125vw;
  padding: 29.6875vw 0 7.03125vw;
  background: url(../img/sp_info02_background.png) no-repeat top center/cover;
}
.ly_info.ly_info--bottom .bl_info_ttl.bl_info_ttl--bottom {
  position: absolute;
  top: 4.6875vw;
  left: 0;
  pointer-events: none;
}

/*----------- footer -----------*/
.ly_footer {
  padding: 16.40625vw 0 0;
  text-align: center;
}

.bl_footer_logo {
  width: 42.8125vw;
  margin: 0 auto;
}

.bl_footer_infoTtl {
  font-size: 4.6875vw;
  font-weight: bold;
  margin-top: 7.34375vw;
}

.bl_footer_txt {
  font-size: 4.0625vw;
  font-weight: bold;
  line-height: 1.3076923077;
  letter-spacing: 0.04em;
  margin-top: 2.8125vw;
}
.bl_footer_txt + .bl_footer_txt {
  margin-top: 5.46875vw;
}

.bl_footer_copyright {
  border-top: solid 0.15625vw #003296;
  display: block;
  font-size: 3.59375vw;
  font-weight: 500;
  line-height: 1.3043478261;
  letter-spacing: 0.04em;
  margin-top: 10.625vw;
  text-align: center;
  padding: 0.9375vw 0;
}

/*----------- fixed -----------*/
.ly_fixed {
  padding: 2.34375vw 0 1.40625vw;
  position: fixed;
  background: rgba(255, 255, 255, .8);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.bl_fixed_btn {
  text-align: center;
  width: 88.75vw;
  margin: 0 auto;
}
