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

body {
  color: #222c32;
  background: url(../img/pc_bg.png) no-repeat bottom right/cover;
  background-attachment: fixed;
}

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

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.ly_inner {
  background: #fff;
  width: 640px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 40px #c5bfd1;
  box-shadow: 0 0 40px #c5bfd1;
}

.hp_pcNone {
  display: none !important;
}

/*----------- fv -----------*/
.ly_fv {
  padding: 40px 0 25px;
  background: url(../img/sp_fv_bg.png) no-repeat center/cover;
}

.bl_fv_logo {
  width: 135px;
  margin: 0 auto;
}

.bl_fv_ttl {
  width: 621px;
  margin: 25px 0 0 6px;
}

.bl_fv_img {
  width: 581px;
  margin: 37px auto 0;
}

.bl_fv_btn {
  width: 610px;
  margin: 38px auto 0;
}

/*----------- info -----------*/
.ly_info {
  background: #e45c89;
}

.bl_info_btn {
  width: 591px;
  margin: 0 auto;
}

/*----------- info--fv -----------*/
.ly_info.ly_info--fv {
  padding: 24px 0 37px;
}
.ly_info.ly_info--fv .bl_info_ttl {
  width: 534px;
  margin: 0 auto;
}
.ly_info.ly_info--fv .bl_info_img {
  margin-top: 17px;
}
.ly_info.ly_info--fv .bl_info_btn {
  margin-top: 25px;
}

/*----------- about -----------*/
.ly_about {
  padding: 90px 0;
}

.bl_about_ttl {
  width: 580px;
  margin: 0 auto;
}

.bl_about_list {
  margin-top: 55px;
}
.bl_about_list li + li {
  margin-top: 37px;
}

.bl_about_img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.bl_about_conts {
  margin: 28px 25px 0 30px;
}

.bl_about_contsCatch {
  font-size: 32px;
  font-weight: bold;
  color: #42267d;
  margin-top: 12px;
}

.bl_about_contsTxt {
  font-size: 26px;
  line-height: 1.3846153846;
  margin-top: 15px;
}

/*----------- jobs -----------*/
.ly_jobs {
  background: #ece7f6;
  padding: 93px 0 68px;
}

.bl_jobs_ttl {
  margin-left: 30px;
}

.bl_jobs_head {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #42267d;
  text-align: center;
  margin-top: 48px;
}

.bl_jobs_slider {
  box-sizing: border-box;
  width: 540px;
  margin: 16px auto 0;
  padding: 0 8px;
}
.bl_jobs_slider .splide__list {
  align-items: flex-start;
}
.bl_jobs_slider .splide__track {
  transition: height 0.2s ease;
}
.bl_jobs_slider .splide__arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.bl_jobs_slider .splide__arrows button {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: auto;
}
.bl_jobs_slider .splide__slide {
  background: #fff;
  min-height: 715px;
  height: auto;
  border-radius: 30px;
  padding: 35px 0 45px;
}

.bl_jobs_sliderTtl {
  color: #42267d;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2631578947;
  text-align: center;
}
.bl_jobs_sliderTtl::after {
  content: attr(data-ja);
  font-size: 26px;
  display: block;
  text-align: center;
  margin-top: 5px;
}

.bl_jobs_sliderInfo {
  margin: 15px 50px 0;
}
.bl_jobs_sliderInfo:first-of-type {
  margin-top: 36px;
}
.bl_jobs_sliderInfo dt {
  display: flex;
  width: 34px;
  justify-content: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.bl_jobs_sliderInfo dt img {
  display: block;
}
.bl_jobs_sliderInfo dd {
  margin-left: 15px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.36;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.bl_jobs_sliderInfo dd span {
  font-size: 22px;
}

.bl_jobs_sliderTag {
  font-size: 20px;
  line-height: 1.35;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  margin: 0 0 0 50px;
}
.bl_jobs_sliderTag:first-of-type {
  margin-top: 30px;
}
.bl_jobs_sliderTag::before {
  content: "#";
}

.bl_jobs_btn {
  width: 587px;
  margin: 87px auto 0;
}

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

.splide__slide {
  position: relative;
}

.splide__arrows {
  position: relative;
  z-index: 10;
}
.splide__arrows button {
  width: 66px;
  height: 66px;
  border: none;
  position: absolute;
  z-index: 10;
  top: 270px;
  -webkit-transform: none;
  transform: none;
  -webkit-transform: initial;
  transform: initial;
}
.splide__arrows button svg {
  fill: none;
}
.splide__arrows button.splide__arrow--prev {
  left: -40px;
  background: url(../img/sp_jobs_slider_allow_right.png) no-repeat
    center/contain;
  opacity: 1;
}
.splide__arrows button.splide__arrow--next {
  background: url(../img/sp_jobs_slider_allow_left.png) no-repeat center/contain;
  opacity: 1;
  right: -40px;
}

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

.splide__pagination__page {
  width: 12px;
  height: 12px;
  background: #b9b2ca;
  border: none;
  margin: 0 8px;
}

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

/*----------- how -----------*/
.ly_how {
  padding: 80px 0 0;
}

.bl_how_ttl {
  width: 544px;
  margin-left: 30px;
}

.bl_how_list {
  position: relative;
  margin-top: 65px;
  padding-bottom: 58px;
  background: url(../img/sp_how_bg_pink.png) no-repeat center bottom/cover;
}
.bl_how_list li + li {
  margin-top: 32px;
}
.bl_how_list::before {
  content: "";
  background: url(../img/sp_how_img_allow.png) no-repeat center/contain;
  width: 58px;
  height: 42px;
  display: inline-block;
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bl_how_bottom {
  padding-bottom: 137px;
  background: url(../img/sp_how_bg_purple.png) no-repeat center bottom/cover;
}

.bl_how_img {
  width: 580px;
  margin: 70px auto 0;
}

.bl_how_catch {
  width: 530px;
  margin: 60px auto 0;
}

.bl_how_slider {
  width: 580px;
  margin: 35px auto 0;
}
.bl_how_slider .splide__slide {
  width: 100%;
  height: 260px;
  border-radius: 15px;
  border: solid 2px #cdbfe8;
  padding: 25px 45px;
  background: #fff;
}
.bl_how_slider .splide__arrows button {
  width: 56px;
  height: 56px;
  top: 280px;
}
.bl_how_slider .splide__arrows button.splide__arrow--prev {
  left: 95px;
}
.bl_how_slider .splide__arrows button.splide__arrow--next {
  right: 95px;
}
.bl_how_slider .splide__pagination {
  bottom: -55px;
}

.bl_how_sliderTtl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7142857143;
}

.bl_how_sliderWrapper {
  margin-top: 12px;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}

.bl_how_sliderLogo {
  width: 240px;
}

.bl_how_sliderConts {
  margin-top: -13px;
}

.bl_how_sliderLabel {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3846153846;
  letter-spacing: 0.04em;
}
.bl_how_sliderLabel::before {
  content: "";
  background: url(../img/sp_how_icon.png) no-repeat center/contain;
  width: 34px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}

.bl_how_sliderPrice {
  font-size: 34px;
  font-weight: bold;
  color: #e45c89;
  margin-top: 10px;
}
.bl_how_sliderPrice em {
  font-size: 50px;
  font-weight: bold;
}

/*----------- merit -----------*/
.ly_merit {
  padding: 87px 0 78px;
}

.bl_merit_ttl {
  width: 579px;
  margin: 0 auto;
}

.bl_merit_list {
  width: 580px;
  margin: 78px auto 0;
}
.bl_merit_list li + li {
  margin-top: 64px;
}

.bl_merit_listTtl {
  font-size: 34px;
  color: #42267d;
  font-weight: bold;
  line-height: 1.3529411765;
  margin: 16px 0 0 -5px;
}
.bl_merit_listTtl em {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.0952380952;
}

.bl_merit_listImg {
  margin-top: 25px;
}

/*----------- info--merit -----------*/
.ly_info.ly_info--merit {
  padding: 50px 0 57px;
}
.ly_info.ly_info--merit .bl_info_ttl {
  width: 530px;
  margin: 0 auto;
}
.ly_info.ly_info--merit .bl_info_btn {
  margin-top: 25px;
}

/*----------- step -----------*/
.ly_step {
  background: #ece7f6;
  padding: 85px 30px 70px;
}

.bl_step_catch {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #42267d;
  text-align: center;
  margin-top: 52px;
}

.bl_step_list {
  width: 580px;
  margin: 10px auto 0;
}
.bl_step_list li {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  position: relative;
}
.bl_step_list li + li {
  margin-top: 23px;
}
.bl_step_list li + li::before {
  content: "";
  background: url(../img/sp_step_allow_img.png) no-repeat center/contain;
  width: 56px;
  height: 23px;
  display: inline-block;
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bl_step_wrapper {
  margin: 5px 0 0 20px;
}

.bl_step_listTtl {
  font-size: 32px;
  font-weight: bold;
  color: #42267d;
  letter-spacing: 0.04em;
}
.bl_step_listTtl img {
  vertical-align: top;
  margin-right: 18px;
}

.bl_step_txt {
  font-size: 26px;
  line-height: 1.3846153846;
  margin-top: 10px;
}

/*----------- faq -----------*/
.ly_faq {
  padding: 100px 0 95px;
}

.bl_faq_ttl {
  margin-left: 30px;
}

.bl_faq_list {
  margin: 57px auto 0;
  width: 580px;
}
.bl_faq_list li + li {
  margin-top: 19px;
}

.bl_faq_q {
  height: 140px;
  color: #42267d;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3076923077;
  background:
    url(../img/sp_faq_allow_open.png) no-repeat center right 20px/23px 15px,
    #f4f1fa;
  border-radius: 30px;
  position: relative;
  padding: 0 80px 0 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_faq_q::before {
  content: "";
  background: url(../img/sp_faq_icon_q.png) no-repeat center/contain;
  width: 54px;
  height: 54px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_faq_q.open {
  background:
    url(../img/sp_faq_allow_close.png) no-repeat center right 20px/23px 15px,
    #f4f1fa;
}

.bl_faq_conts {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_faq_conts.open {
  display: block;
  padding: 30px 10px 45px 105px;
  position: relative;
}
.bl_faq_conts.open::before {
  content: "";
  background: url(../img/sp_faq_icon_a.png) no-repeat center/contain;
  width: 54px;
  height: 54px;
  display: inline-block;
  position: absolute;
  top: 23px;
  left: 30px;
}

.bl_faq_a {
  font-size: 26px;
  line-height: 1.3846153846;
}

/*----------- info--faq -----------*/
.ly_info.ly_info--faq {
  padding: 87px 0 80px;
}
.ly_info.ly_info--faq .bl_info_ttl {
  width: 530px;
  margin: 0 auto;
}
.ly_info.ly_info--faq .bl_info_btn {
  margin-top: 85px;
}

.bl_slider_info {
  box-sizing: border-box;
  width: 540px;
  margin: 48px auto 0;
  padding: 0 8px;
}
.bl_slider_info img {
  width: 100%;
  height: auto;
  display: block;
}
.bl_slider_info .splide__arrows button {
  top: 177px;
}
.bl_slider_info .splide__arrows button.splide__arrow--prev {
  background: url(../img/sp_info_slider_arrow_right.png) no-repeat
    center/contain;
  opacity: 1;
}
.bl_slider_info .splide__arrows button.splide__arrow--next {
  background: url(../img/sp_info_slider_arrow_left.png) no-repeat center/contain;
  opacity: 1;
}
.bl_slider_info .splide__pagination__page {
  background: #f3bdcf;
}
.bl_slider_info .splide__pagination__page.is-active {
  background: #fff;
}

/*----------- footer -----------*/
.ly_footer {
  padding: 65px 60px 11px;
  background: #1c1939;
  color: #fff;
}

.bl_footer_logo {
  width: 156px;
  margin: 0 auto;
}

.bl_footer_info {
  margin-top: 35px;
}
.bl_footer_info dt,
.bl_footer_info dd {
  font-size: 24px;
  line-height: 1.4166666667;
}
.bl_footer_info dt {
  width: 100px;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.bl_footer_info dd {
  margin-left: 60px;
}
.bl_footer_info:first-of-type {
  margin-top: 40px;
}

.bl_footer_copyright {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  display: block;
  margin-top: 78px;
  text-align: center;
}

/*----------- fixed -----------*/
.ly_fixed {
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
  width: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.ly_fixed.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.bl_fixed_btn {
  text-align: center;
}
