.color-murasaki {
  color: #56318d;
}
body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: 'palt';
  color: #333;
}
p,
dd {
  line-height: 1.8;
}
.font-mincho {
  font-family: 'Zen Mincho', serif;
  font-weight: 500;
  font-style: normal;
}
.ex-hover-kihon:hover {
  color: orenge_2;
}
.ex-link-text {
  color: ao_1;
  text-decoration: underline;
  font-weight: normal;
}
.ex-link-text:hover {
  text-decoration: none;
}
.ex-hover-bg:hover {
  background: orenge_4;
  border-color: orenge_3;
}
.mt-xxs,
.c-from-unit .c-from-unit__item {
  margin-top: calc(8px + ((12 - 8) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-xxs,
  .c-from-unit .c-from-unit__item {
    margin-top: 12px;
  }
}
.mt-xs,
.p-news__detail p {
  margin-top: calc(12px + ((16 - 12) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-xs,
  .p-news__detail p {
    margin-top: 16px;
  }
}
.mt-sm,
.c-from-unit,
.p-home__news .p-home__news-box .p-home__news-box-link,
.c-modal__policy p,
.p-news__detail .p-news__detail-meta {
  margin-top: calc(16px + ((24 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-sm,
  .c-from-unit,
  .p-home__news .p-home__news-box .p-home__news-box-link,
  .c-modal__policy p,
  .p-news__detail .p-news__detail-meta {
    margin-top: 24px;
  }
}
.mt-md,
.p-news__detail h2,
.p-news__detail h3,
.p-news__detail img {
  margin-top: calc(24px + ((40 - 24) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-md,
  .p-news__detail h2,
  .p-news__detail h3,
  .p-news__detail img {
    margin-top: 40px;
  }
}
.mt-lg,
.mw_wp_form.mw_wp_form_complete,
.p-home__news .p-home__news-list,
.p-news__detail,
.p-recruit__iv-wrapper .p-recruit__iv-inner .p-recruit__iv-box {
  margin-top: calc(40px + ((64 - 40) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-lg,
  .mw_wp_form.mw_wp_form_complete,
  .p-home__news .p-home__news-list,
  .p-news__detail,
  .p-recruit__iv-wrapper .p-recruit__iv-inner .p-recruit__iv-box {
    margin-top: 64px;
  }
}
.mt-xl {
  margin-top: calc(60px + ((80 - 60) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-xl {
    margin-top: 80px;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.mx-column-outside-right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: calc(50% - 50vw);
}
.mx-column-outside-left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: calc(50% - 50vw);
}
.mx-outside-right {
  margin-right: calc(50% - 50vw);
}
.mx-outside-left {
  margin-left: calc(50% - 50vw);
}
.mx-outside {
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
}
.mx-outside--df {
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}
.mx-wid-sm {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}
.mx-wid-md {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.mx-wid-lg {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
.mx-wid-xl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
.mx-wid-xll {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
.l-site-container {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 16px;
  padding-left: 16px;
}
.l-site-contents {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.l-footer__company-logo {
  width: 200px;
}
.l-footer__company-title {
  color: #56318d;
}
footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
.l-footer__inner {
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: url("../images/common/footer-bg-sp.svg?hash=fbe36acc2a483740dc1a1121ef8d86ad") no-repeat bottom center;
  padding-block: 60px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (min-width: 767px) {
  .l-footer__inner {
    background: #56318d url("../images/common/footer-bg.svg?hash=654ea2ff56038fb1c5a0fefce280c07e") no-repeat bottom center;
    padding-block: 60px 120px;
  }
}
.totop {
  width: 60px;
  height: 60px;
  display: block;
  border: 1px solid #56318d;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 150px;
  right: 16px;
}
@media screen and (min-width: 1024px) {
  .totop {
    right: 24px;
    bottom: 60px;
  }
}
.totop:hover img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.totop img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
header .l-header__inner {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  border-radius: 10px;
  margin: 16px;
  padding: 8px 10px 8px 10px;
}
@media screen and (min-width: 1024px) {
  header .l-header__inner {
    padding: 16px;
  }
}
header .l-header__logo {
  margin-right: auto;
  width: 170px;
}
@media screen and (min-width: 1024px) {
  header .l-header__logo {
    width: auto;
  }
}
.l-nav__gnav {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
}
@media screen and (min-width: 1300px) {
  .l-nav__gnav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.l-nav__gnav > li {
  position: relative;
  border-left: 1px solid #dbdbdb;
}
.l-nav__gnav > li:hover .l-nav__gnav-more {
  background: #56318d;
  color: #fff;
  border-radius: 6px 6px 0 0;
}
.l-nav__gnav > li:hover .l-nav__gnav--child {
  display: block;
}
.l-nav__gnav > li:nth-child(1):hover .l-nav__gnav-more,
.l-nav__gnav > li:nth-child(3):hover .l-nav__gnav-more {
  border-radius: 6px;
}
.l-nav__gnav > li:last-child {
  padding-left: 20px;
}
.l-nav__gnav > li .l-nav__gnav-more {
  padding: 4px 16px;
  position: relative;
  margin-inline: 4px;
}
@media screen and (min-width: 1300px) {
  .l-nav__gnav > li .l-nav__gnav-more {
    padding: 4px 24px;
  }
}
.l-nav__gnav > li .l-nav__gnav--child {
  position: absolute;
  top: 28px;
  left: 4px;
  background-color: #56318d;
  padding: 8px 16px;
  border-radius: 0 6px 6px 6px;
  width: 220px;
  display: none;
  z-index: 9;
}
.l-nav__gnav > li .l-nav__gnav--child li:last-child a {
  border: none;
}
.l-nav__gnav > li .l-nav__gnav--child li a {
  color: #fff;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding: 12px 8px;
}
.l-nav__gnav > li .l-nav__gnav--child li a:hover {
  background: rgba(255,255,255,0.1);
}
.l-nav__gnav--sp {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (min-width: 1300px) {
  .l-nav__gnav--sp {
    display: none;
  }
}
.l-nav__gnav--sp li .l-nav__gnav-more {
  display: block;
  width: 60px;
  height: 60px;
  background: url("../images/common/btn-menu.svg?hash=ecf752cd02810b808d42f334bfb4d707");
}
.l-nav__gnav--sp li .l-nav__gnav-more.is-active {
  background: url("../images/common/btn-menu-hover.svg?hash=54742e437f75cdd7f9717e1ebf0cf25e");
}
.l-nav__gnav--sp li:nth-child(2) .l-nav__gnav-more {
  background: url("../images/common/btn-contact.svg?hash=e42af991198d8baf9eed5bf98d075435");
}
body .l-site-contents {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  filter: blur(0px);
}
body.is-sp-menu-open .l-site-contents,
body.is-sp-menu-open footer {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: blur(4px);
}
.l-nav__sp-menu {
  position: fixed;
  top: 120px;
  left: 16px;
  right: 16px;
  background: #56318d;
  display: none;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 999;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-inline: 20px;
  padding-block: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.l-nav__sp-menu > div {
  width: 47%;
}
.l-nav__sp-menu > div.is-negative {
  margin-top: 39px;
}
.l-nav__sp-menu > div .l-nav__sp-menu-title {
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  display: block;
  padding-bottom: 12px;
}
.l-nav__sp-menu > div ul li a {
  border-bottom: 1px solid #dbdbdb;
  display: block;
  padding: 12px 0;
  color: #fff;
  text-decoration: none;
}
.c-block-center {
  margin-inline: auto;
}
.c-btn,
.p-news__detail .wp-block-button .wp-block-button__link {
  background: #b7ba26;
  color: #fff;
  padding: 12px 40px;
  border-radius: 45px;
  cursor: pointer;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: fit-content;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.c-btn:hover,
.p-news__detail .wp-block-button .wp-block-button__link:hover {
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: #a1a500;
}
.c-btn:after,
.p-news__detail .wp-block-button .wp-block-button__link:after {
  position: absolute;
  border-radius: 45px;
  content: '';
  display: block;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
}
.c-btn.c-btn_size--xs,
.p-news__detail .wp-block-button .wp-block-button__link.c-btn_size--xs {
  padding: 12px 32px;
}
.c-btn.c-btn_size--md,
.p-news__detail .wp-block-button .wp-block-button__link.c-btn_size--md {
  padding: 24px 30px;
  max-width: 300px;
}
.c-btn .c-btn__arrow,
.p-news__detail .wp-block-button .wp-block-button__link .c-btn__arrow {
  padding-right: 32px;
  position: relative;
}
.c-btn .c-btn__arrow:after,
.p-news__detail .wp-block-button .wp-block-button__link .c-btn__arrow:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/common/arrow-right.svg?hash=1d2fb3f8339ed69e381dc5d519a3e4a9") no-repeat right 8px center;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn:hover .c-btn__arrow:after,
.p-news__detail .wp-block-button .wp-block-button__link:hover .c-btn__arrow:after {
  right: -8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn .c-btn__mail,
.p-news__detail .wp-block-button .wp-block-button__link .c-btn__mail {
  background: url("../images/common/icon-mail.svg?hash=c094a0a0f248bf5c9b411dd80abdb9bf") no-repeat left center;
  padding-left: 24px;
}
.c-icon__arrow-right {
  background: url("../images/common/arrow-right.svg?hash=1d2fb3f8339ed69e381dc5d519a3e4a9") no-repeat right 8px center;
  padding-right: 36px;
  -webkit-transition: background-position 0.3s ease;
  -moz-transition: background-position 0.3s ease;
  -o-transition: background-position 0.3s ease;
  -ms-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.c-icon__arrow-right:hover {
  background: url("../images/common/arrow-right.svg?hash=1d2fb3f8339ed69e381dc5d519a3e4a9") no-repeat right 0 center;
  -webkit-transition: background-position 0.3s ease;
  -moz-transition: background-position 0.3s ease;
  -o-transition: background-position 0.3s ease;
  -ms-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.c-icon__arrow-right2 {
  background: url("../images/common/arrow-right2.svg?hash=852d891f29f5e7e9d66de04e278b6319") no-repeat right center;
  padding-right: 24px;
  position: relative;
}
.c-icon__arrow-right2:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #b7ba26;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-icon__arrow-right2:hover:after {
  display: none;
}
.c-icon__pdf {
  background: url("../images/common/icon-pdf.svg?hash=2358d9030ec1bb374f32ae62252d621c") no-repeat left center;
  padding-left: 30px;
}
.c-icon__arrow-swipe {
  background: url("../images/common/arrow-swipe.svg?hash=3b0fc3e3d5939996f5dd9f8700331ba0") no-repeat right center;
}
.c-text-link {
  background: url("../images/common/arrow-right2.svg?hash=852d891f29f5e7e9d66de04e278b6319") no-repeat right 8px center;
  padding-right: 32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.c-text-link:after {
  content: '';
  display: block;
  height: 1px;
  background: #b7ba26;
  left: -3px;
  right: 0;
  bottom: -4px;
  position: absolute;
}
.c-text-link:hover {
  background: url("../images/common/arrow-right2.svg?hash=852d891f29f5e7e9d66de04e278b6319") no-repeat right 0px center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-title {
  background: url("../images/common/hana-color.svg?hash=4480354a3fe96db43f77b5bab3b67af4") no-repeat top center;
  padding-top: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
.c-title.c-title--noimg {
  background-image: none;
  padding-top: 0;
}
.c-title.color-white {
  background: url("../images/common/hana-wt.svg?hash=63f38617695a45d9020f7aef16b32dc3") no-repeat top center;
}
.c-title .c-title__jp {
  font-size: 25px;
  color: #56318d;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  .c-title .c-title__jp {
    font-size: 36px;
  }
}
.c-title .c-title__en {
  font-size: 13px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 767px) {
  .c-title .c-title__en {
    font-size: 16px;
  }
}
.c-title .c-title__en::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: '';
  height: 5px;
  width: 100%;
  border-top: 1px solid #c2b5d5;
  border-bottom: 1px solid #c2b5d5;
}
.c-title .c-title__en .c-title__en-text {
  position: relative;
  background: #fff;
  z-index: 2;
  display: block;
  padding: 0 20px;
  font-family: 'Zen Old Mincho', serif;
  font-style: normal;
  letter-spacing: 0.3em;
  color: #baabd1;
  width: fit-content;
  margin-inline: auto;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .c-title .c-title__en .c-title__en-text {
    padding: 0 20px;
  }
}
.c-title:has([data-text="POINT"]) .c-title__en-text,
.c-title:has([data-text="BUSINESS"]) .c-title__en-text,
.c-title:has([data-text="FACILITY"]) .c-title__en-text,
.c-title:has([data-text="MASSAGE"]) .c-title__en-text {
  background: #f7f7ee;
}
.c-title:has([data-text="RECRUIT"]) .c-title__en,
.c-title:has([data-text="VISION"]) .c-title__en,
.c-title:has([data-text="IDEAL CANDIDATE PROFILE"]) .c-title__en {
  font-size: 16px;
  text-align: center;
  position: relative;
}
.c-title:has([data-text="RECRUIT"]) .c-title__en::before,
.c-title:has([data-text="VISION"]) .c-title__en::before,
.c-title:has([data-text="IDEAL CANDIDATE PROFILE"]) .c-title__en::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.c-title:has([data-text="RECRUIT"]) .c-title__jp,
.c-title:has([data-text="VISION"]) .c-title__jp,
.c-title:has([data-text="IDEAL CANDIDATE PROFILE"]) .c-title__jp {
  color: #fff;
}
.c-title:has([data-text="RECRUIT"]) .c-title__en-text,
.c-title:has([data-text="VISION"]) .c-title__en-text,
.c-title:has([data-text="IDEAL CANDIDATE PROFILE"]) .c-title__en-text {
  color: #fff;
  background: #aed4e7 !important;
}
.c-title:has([data-text="VISION"]),
.c-title:has([data-text="IDEAL CANDIDATE PROFILE"]) {
  background: url("../images/common/hana-wt.svg?hash=63f38617695a45d9020f7aef16b32dc3") no-repeat top center;
}
.c-title:has([data-text="VISION"]) .c-title__en-text,
.c-title:has([data-text="IDEAL CANDIDATE PROFILE"]) .c-title__en-text {
  color: #fff;
  background: #56318d !important;
  max-width: 230px;
}
@media screen and (min-width: 767px) {
  .c-title:has([data-text="VISION"]) .c-title__en-text,
  .c-title:has([data-text="IDEAL CANDIDATE PROFILE"]) .c-title__en-text {
    max-width: initial;
  }
}
.p-anc {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 16px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .p-anc {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-anc .p-anc__link {
  display: block;
  background: url("../images/common/icon-arrow-anc.svg?hash=e87166bdcba0e6779a209d6dbfa92ced") #b7ba26 no-repeat center bottom 6px;
  color: #fff;
  padding: 12px 24px 18px 24px;
  border-radius: 100px;
  text-align: center;
}
.p-anc-tab {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.p-anc-tab a {
  border-radius: 50px;
  padding: 8px 24px;
}
@media screen and (min-width: 1024px) {
  .p-anc-tab a {
    width: 160px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    padding: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.p-anc-tab a[data-text="すべて"] {
  border: 1px solid #b7ba26;
  color: #b7ba26;
}
.p-anc-tab a[data-text="すべて"]:hover {
  background: #b7ba26;
  color: #fff;
}
.p-anc-tab a[data-text="すべて"].is-active {
  background: #b7ba26;
  color: #fff;
}
.p-anc-tab a[data-text="お知らせ"] {
  border: 1px solid #56318d;
  color: #56318d;
}
.p-anc-tab a[data-text="お知らせ"]:hover {
  background: #56318d;
  color: #fff;
}
.p-anc-tab a[data-text="お知らせ"].is-active {
  background: #56318d;
  color: #fff;
}
.p-anc-tab a[data-text="許可証"] {
  border: 1px solid #425377;
  color: #425377;
}
.p-anc-tab a[data-text="許可証"]:hover {
  background: #425377;
  color: #fff;
}
.p-anc-tab a[data-text="許可証"].is-active {
  background: #425377;
  color: #fff;
}
.p-anc-tab a[data-text="採用情報"] {
  border: 1px solid #587993;
  color: #587993;
}
.p-anc-tab a[data-text="採用情報"]:hover {
  background: #587993;
  color: #fff;
}
.p-anc-tab a[data-text="採用情報"].is-active {
  background: #587993;
  color: #fff;
}
.p-company__logo {
  width: 240px;
  margin: 0 auto;
  margin-top: 100px;
}
@media screen and (min-width: 1024px) {
  .p-company__logo {
    width: 350px;
  }
}
.p-contact__footer-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
.p-contact__footer {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 60px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}
@media screen and (min-width: 1024px) {
  .p-contact__footer {
    grid-template-columns: repeat(2, 1fr);
    gap: pc_gap_h pc_gap_w;
  }
}
.p-contact__footer .p-contact__box {
  margin-top: 40px;
  position: relative;
}
.p-contact__footer .p-contact__box .p-contact__box-title {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.p-contact__footer .p-contact__box .p-contact__button {
  width: 100%;
  line-height: 1.2 !important;
  height: 80px;
}
.p-contact__footer .p-contact__box .p-contact__button .p-contact__button-number {
  font-size: 30px;
  background: url("../images/common/icon-tel.svg?hash=913b71a1ab58c4033c549e77c6a8f764") no-repeat left center;
  padding-left: 28px;
}
.p-contact__footer .p-contact__box .p-contact__button .p-contact__button-number .p-contact__button-hours {
  font-size: 12px;
  font-weight: normal;
}
.p-contact__footer .p-contact__box .p-contact__button .p-contact__button-mail {
  font-size: 20px;
  font-weight: bold;
  background: url("../images/common/icon-mail.svg?hash=c094a0a0f248bf5c9b411dd80abdb9bf") no-repeat left center;
  padding-left: 28px;
}
.p-contact__footer .p-contact__box .p-contact__note {
  margin-top: 15px;
  font-size: 13px;
  text-align: center;
}
.p-contact__footer .p-contact__box .p-contact__bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  width: 300px;
}
@media screen and (min-width: 1024px) {
  .p-contact__footer .p-contact__box .p-contact__bg {
    margin-top: -60px;
    min-width: 480px;
  }
}
.p-contact__footer .p-contact__box .p-contact__bg.is-left {
  right: 40px;
}
.p-contact__footer .p-contact__box .p-contact__bg.is-right {
  left: 40px;
}
.p-disposal__process-wrapper {
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: url("../images/disposal/process-bg.jpg?hash=3328839b81dfa93a572dd6a76ecbe923") no-repeat right -70px bottom -40px;
  -webkit-background-size: auto 40%;
  -moz-background-size: auto 40%;
  background-size: auto 40%;
  padding-block-end: 200px;
}
@media screen and (min-width: 767px) {
  .p-disposal__process-wrapper {
    -webkit-background-size: 1500px;
    -moz-background-size: 1500px;
    background-size: 1500px;
  }
}
.p-disposal__process {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.p-disposal__process .p-disposal__process-item img {
  height: 120px;
}
@media screen and (min-width: 767px) {
  .p-disposal__process .p-disposal__process-item img {
    height: 217px;
  }
}
.p-disposal__facility-wrapper {
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: #f7f7ee;
  padding-block: 60px;
}
.p-disposal__facility-fig {
  background: #fff;
}
@media screen and (min-width: 767px) {
  .p-disposal__facility-fig {
    padding: 20px 40px;
  }
}
.p-disposal__icons > div:nth-child(1) p {
  font-size: 11px !important;
}
.p-disposal__icons > div:nth-child(7) p {
  font-size: 10px !important;
  line-height: 1.2 !important;
}
.c-from-unit .c-from-unit__title {
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-from-unit .c-from-unit__title:before {
  content: '\4EFB\610F';
  border-radius: 4px;
  font-weight: normal;
  padding: 2px 8px;
  color: #fff;
  margin-right: 10px;
  background: #999;
}
.c-from-unit .c-from-unit__title.is-must:before {
  content: '\5FC5\9808';
  background: #da291c;
  color: #fff;
}
.c-from-text,
.c-form-select {
  padding: 12px 0 12px 12px;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  outline: none;
  cursor: pointer;
  border: 1px solid #f2a900;
  font-weight: bold;
  height: 52px;
  width: 100%;
}
.c-from-text.is-day {
  background: url("../images/icon/calendar.svg") #fff no-repeat left 8px center;
  -webkit-background-size: 24px;
  -moz-background-size: 24px;
  background-size: 24px;
  padding-left: 36px;
  margin-top: 0;
}
textarea.c-from-text {
  height: 8em;
  resize: none;
}
.c-form-select {
  background: url("../images/icon/down.svg") #fff no-repeat right 8px center;
  -webkit-background-size: 18px;
  -moz-background-size: 18px;
  background-size: 18px;
  padding-right: 24px;
}
.c-form-select.is-error {
  background: #ffe5e5 url("../images/icon/down.svg") no-repeat right 10px center;
  border: 2px solid #000;
  -webkit-background-size: 15px;
  -moz-background-size: 15px;
  background-size: 15px;
}
input[type="text"],
input[type="email"],
textarea {
  background: #f8f7f2;
}
.mwform-checkbox-field label {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  gap: 12px;
}
.mwform-checkbox-field label:before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 2px;
  display: block;
  margin: auto;
  background: #f7f7ee;
}
.mwform-checkbox-field label input[type="checkbox"] {
  display: none;
}
.mwform-checkbox-field label input[type="checkbox"]:checked + span:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 9px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 3px solid #b7ba26;
  border-right: 3px solid #b7ba26;
}
.mwform-radio-field {
  margin-bottom: 8px;
}
.mwform-radio-field label,
.fm-radio,
.p-fm-radio {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  margin-right: 8px;
}
.mwform-radio-field label input,
.fm-radio input,
.p-fm-radio input {
  display: none;
}
.mwform-radio-field label input + span:before,
.fm-radio input + span:before,
.p-fm-radio input + span:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: neko;
  border: 1px solid #c6c6c6;
}
.mwform-radio-field label input:checked + span:before,
.fm-radio input:checked + span:before,
.p-fm-radio input:checked + span:before {
  background: #fff;
}
.mwform-radio-field label input:checked + span:after,
.fm-radio input:checked + span:after,
.p-fm-radio input:checked + span:after {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 0px;
  bottom: 0;
  left: 6px;
  margin: auto;
  background: #56318d;
  border: none;
}
.p-contact-form.is-conf .c-form-block .c-form-block-inner {
  overflow: hidden;
}
.p-contact-form.is-conf .c-form-block .c-form-block-inner .c-form-block__title {
  margin-bottom: 4px;
}
@media screen and (min-width: 767px) {
  .p-contact-form.is-conf .c-form-block .c-form-block-inner .c-form-block__title {
    top: 0;
  }
}
.p-contact-form.is-conf .c-form-block .c-form-block-inner .c-form-items {
  overflow: hidden;
  font-size: 1.8rem;
}
.mw_wp_form .error {
  margin-top: 8px;
}
.p-google-map {
  position: relative;
  width: 100%;
  aspect-ratio: 16/8;
}
.p-google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}
.p-home__mv.is-type2 {
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.p-home__mv.is-type2 .p-home__mv-pc {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  height: 100%;
  display: none;
  position: relative;
}
.p-home__mv.is-type2 .p-home__mv-pc .p-home__mv-pc-text {
  z-index: 2;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  .p-home__mv.is-type2 .p-home__mv-pc {
    display: block;
  }
}
.p-home__mv.is-type2 .p-home__mv-sp {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  height: 100%;
  display: block;
  position: relative;
}
.p-home__mv.is-type2 .p-home__mv-sp .p-home__mv-sp-text {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 120px;
}
@media screen and (min-width: 767px) {
  .p-home__mv.is-type2 .p-home__mv-sp {
    display: none;
  }
}
.p-home__mv {
  position: relative;
}
.p-home__mv .p-home__mv-scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  bottom: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(0,0,0,0.2);
  font-size: 12px;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.5);
}
.p-home__mv .p-home__mv-scroll span {
  position: relative;
}
.p-home__mv .p-home__mv-scroll span:after {
  content: '';
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  width: 1px;
  height: 0;
  margin-inline: auto;
  background: rgba(255,255,255,0.5);
  -webkit-animation: grow 1.5s linear infinite;
  -moz-animation: grow 1.5s linear infinite;
  -o-animation: grow 1.5s linear infinite;
  -ms-animation: grow 1.5s linear infinite;
  animation: grow 1.5s linear infinite;
}
.p-home__about {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  padding: 70px 0;
}
.p-home__about .p-home__about-bg-left {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  top: -110px;
  margin-left: -70px;
  width: 300px;
}
@media screen and (min-width: 767px) {
  .p-home__about .p-home__about-bg-left {
    top: -110px;
    margin-left: -300px;
    width: initial;
  }
}
.p-home__about .p-home__about-bg-right {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  bottom: -180px;
  margin-left: 280px;
  width: 300px;
}
@media screen and (min-width: 767px) {
  .p-home__about .p-home__about-bg-right {
    bottom: -180px;
    margin-left: 280px;
    width: initial;
  }
}
.p-home__business {
  background: #f7f7ee;
  border-radius: 0 40px 0 40px;
  padding: 60px 20px;
}
@media screen and (min-width: 1024px) {
  .p-home__business {
    padding: 60px 100px;
  }
}
.p-home__business .p-home__business-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px 60px;
}
@media screen and (min-width: 1024px) {
  .p-home__business .p-home__business-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: pc_gap_h pc_gap_w;
  }
}
.p-home__business .p-home__business-inner .p-home__business-card .p-home__business-card-fig {
  width: 100%;
}
.p-home__business .p-home__business-inner .p-home__business-card .p-home__business-card-fig img {
  width: 100%;
}
.p-home__business .p-home__business-inner .p-home__business-card .p-home__business-info {
  margin-left: 20px;
}
.p-home__business .p-home__business-inner .p-home__business-card .p-home__business-info .p-home__business-info-title {
  color: #56318d;
  font-size: 24px;
  font-weight: bold;
  margin-top: 24px;
}
.p-home__business .p-home__business-inner .p-home__business-card .p-home__business-info .p-home__business-info-text {
  margin-top: 20px;
}
.p-home__news {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  position: relative;
  padding: 90px 0;
}
@media screen and (min-width: 1024px) {
  .p-home__news {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.p-home__news .p-home__news-list-bg-left {
  position: absolute;
  top: 0;
  left: -80px;
  z-index: 0;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
@media screen and (min-width: 1024px) {
  .p-home__news .p-home__news-list-bg-left {
    left: 160px;
  }
}
.p-home__news .p-home__news-list-bg-right {
  position: absolute;
  bottom: 0;
  right: -220px;
  z-index: 0;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.p-home__news .p-home__news-box {
  width: fit content;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-home__news .p-home__news-box {
    margin-inline: 0;
  }
}
.p-home__news .p-home__news-box .p-home__news-box-title {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.p-home__news .p-home__news-box .p-home__news-box-en {
  color: #fff;
  font-family: 'Zen Old Mincho', serif;
  font-style: normal;
  letter-spacing: 0.05em;
}
.p-home__news .p-home__news-box .p-home__news-box-link {
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 35px;
  width: fit-content;
  margin-inline: auto;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .p-home__news .p-home__news-box .p-home__news-box-link {
    position: static;
  }
}
.p-home__news .p-home__news-box .p-home__news-box-link:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .p-home__news .p-home__news-list {
    width: 72%;
    margin-top: 0;
  }
}
.p-home__news .p-home__news-list .p-news__list-link {
  position: relative;
  z-index: 2;
}
.p-home__recruit {
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: #b5d4e5 url("../images/home/recruit-bg.jpg?hash=02c88458c93894ce7809a136a067d9f1") no-repeat bottom center;
  padding-block: 60px 300px;
  -webkit-background-size: 1200px;
  -moz-background-size: 1200px;
  background-size: 1200px;
}
@media screen and (min-width: 767px) {
  .p-home__recruit {
    padding-block: 60px 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.p-home__recruit .p-home__recruit-box {
  text-align: center;
}
@-moz-keyframes grow {
  0% {
    height: 0;
  }
  100% {
    height: 30px;
  }
}
@-webkit-keyframes grow {
  0% {
    height: 0;
  }
  100% {
    height: 30px;
  }
}
@-o-keyframes grow {
  0% {
    height: 0;
  }
  100% {
    height: 30px;
  }
}
@keyframes grow {
  0% {
    height: 0;
  }
  100% {
    height: 30px;
  }
}
.p-hr {
  border-top: 1px solid #c2b5d5;
  border-bottom: 1px solid #c2b5d5;
  height: 5px;
}
.p-lineup__truck-slide {
  border-radius: 0 20px 0 20px;
  padding-bottom: 0;
}
.p-lineup__truck-slide div img {
  margin-inline: auto;
}
.p-lineup__truck-slide .dots-wrap {
  position: relative;
  top: -10px;
}
.js-use-slide {
  overflow: visible;
  margin-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .js-use-slide {
    margin-bottom: 150px;
  }
}
.js-use-slide .slick-list {
  overflow: visible;
}
.js-use-slide .slick-slide {
  padding-inline: 34px;
}
@media screen and (min-width: 1024px) {
  .js-use-slide .slick-slide {
    padding-inline: 25px;
  }
}
.js-use-slide .slick-slide {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.js-use-slide .slick-current {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 1;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: relative;
  z-index: 1;
}
.js-use-slide .slick-slide img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dots-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #b9a9d1;
  border-radius: 50%;
  cursor: pointer;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #56318d;
}
.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.c-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  background: #fff6c8;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: 12px;
}
.c-modal__overlay.is-bottom {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.c-modal__overlay.is-bottom .c-modal__container {
  border-radius: 16px 16px 0 0;
  max-height: 88vh;
}
.c-modal__overlay.is-fit {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.c-modal__overlay.is-fit .c-modal__container {
  border-radius: 16px 16px 0 0;
}
.c-modal__overlay.is-fix {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: 0;
}
.c-modal__overlay.is-fix .c-modal__container {
  max-width: 100%;
}
.c-modal__overlay.is-wid-sm {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.c-modal__overlay.is-wid-sm .c-modal__container {
  max-width: 820px;
  width: 100%;
}
.c-modal__overlay.is-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-modal__overlay.is-center .c-modal__container {
  max-width: 820px;
  width: 100%;
}
.c-modal__overlay.is-search-map {
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-top: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 767px) {
  .c-modal__overlay.is-search-map {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 40px 24px;
  }
}
.c-modal__overlay.is-search-map .c-modal__container {
  max-width: 1024px;
  border-radius: 16px 16px 0 0;
  max-height: 88vh;
}
@media screen and (min-width: 767px) {
  .c-modal__overlay.is-search-map .c-modal__container {
    max-height: 780px;
    border-radius: 16px;
  }
}
.c-modal__overlay.is-search-calendar,
.c-modal__overlay.is-search-cartype,
.c-modal__overlay.is-search-area {
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-top: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 767px) {
  .c-modal__overlay.is-search-calendar,
  .c-modal__overlay.is-search-cartype,
  .c-modal__overlay.is-search-area {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 40px 24px;
  }
}
.c-modal__overlay.is-search-calendar .c-modal__container,
.c-modal__overlay.is-search-cartype .c-modal__container,
.c-modal__overlay.is-search-area .c-modal__container {
  max-width: 800px;
  border-radius: 16px 16px 0 0;
  max-height: 100%;
}
@media screen and (min-width: 767px) {
  .c-modal__overlay.is-search-calendar .c-modal__container,
  .c-modal__overlay.is-search-cartype .c-modal__container,
  .c-modal__overlay.is-search-area .c-modal__container {
    max-height: 100%;
    border-radius: 16px;
  }
}
.c-modal__overlay.is-search-area .c-modal__container {
  max-width: 600px;
}
.c-modal__overlay.is-search-cartype .c-modal__container {
  max-width: 1000px;
}
.c-modal__container {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-micro {
  display: none;
}
.modal-micro.is-open {
  display: block;
}
.modal-micro[aria-hidden="false"] .c-modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  -moz-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  -ms-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-micro[aria-hidden="false"] .c-modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  -moz-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  -ms-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-micro[aria-hidden="true"] .c-modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  -moz-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  -ms-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-micro[aria-hidden="true"] .c-modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  -moz-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  -ms-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-micro .c-modal__container,
.modal-micro .c-modal__overlay {
  will-change: transform;
}
@-moz-keyframes mmfadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes mmfadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-moz-keyframes mmfadeOut {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes mmfadeOut {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -o-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -o-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -o-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -o-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@-o-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
}
.c-modal__header {
  border-bottom: 1px solid base_bk_4;
  padding: 12px 16px;
}
.c-modal__header.boder-none {
  border: none;
}
.c-modal__header .c-modal__header-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  position: relative;
}
.c-modal__header .c-modal__header-title .c-modal__header__back {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-modal__header .c-modal__header-title .c-modal__header__icon {
  margin-right: 8px;
  color: kuro_40;
}
.c-modal__header .c-modal__title {
  padding: 16px;
  margin-top: 0;
}
.c-modal__header .c-modal-close {
  padding: 16px;
  margin-left: auto;
}
.c-modal__body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 16px 16px 16px 16px;
}
.c-modal__footer {
  padding: 12px 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid base_bk_4;
}
.c-modal__footer.is-flex-end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.c-modal__footer .c-modal__footer-close {
  font-size: 14px;
  color: base_bk_2;
  padding: 4px 8px;
  border-radius: 44px;
  cursor: pointer;
}
.c-modal__footer .c-modal__footer-meta {
  margin-right: auto;
  font-size: 14px;
}
.c-modal__calendar-wrapper {
  margin-block-start: -16px;
}
@media screen and (min-width: 1024px) {
  .c-modal__calendar-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-modal__calendar-box {
  margin-block: 24px 0;
}
.c-modal__calendar-box .c-modal__calendar-title {
  text-align: center;
  font-weight: bold;
}
.c-modal__calendar-box .c-modal__calendar {
  margin-top: 16px;
  width: fit-content;
  margin-inline: auto;
}
.c-modal__calendar-box .c-modal__calendar .c-modal__calendar-week {
  display: grid;
  grid-template-columns: repeat(7, 48px);
}
.c-modal__calendar-box .c-modal__calendar .c-modal__calendar-week li {
  text-align: center;
  color: base_bk_2;
  font-weight: 400;
}
.c-modal__calendar-box .c-modal__calendar .c-modal__calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 48px);
}
.c-modal__calendar-box .c-modal__calendar .c-modal__calendar-days li {
  height: 48px;
  display: grid;
  place-content: center;
  font-weight: bold;
}
.c-modal__calendar-box .c-modal__calendar .c-modal__calendar-days li:not(:empty):not(.is-fill-full):not(.is-fill-right):not(.is-fill-left):not(.is-fill-left):not(.is-fill-space):hover {
  background: orenge_4;
  cursor: pointer;
  border-radius: 50%;
}
.c-modal__calendar-box .c-modal__calendar .c-modal__calendar-days li.is-sun {
  color: red_1;
}
.c-modal__calendar-box .c-modal__calendar .c-modal__calendar-days li.is-sat {
  color: info_1;
}
.c-modal__calendar-box .c-modal__calendar .c-modal__calendar-days li.is-fill-space {
  background: orenge_4;
}
.c-modal__calendar-box .c-modal__calendar .c-modal__calendar-days li.is-fill-left {
  background: orenge_4;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  position: relative;
}
.c-modal__calendar-box .c-modal__calendar .c-modal__calendar-days li.is-fill-left:after {
  content: attr(data-text);
  display: grid;
  place-content: center;
  width: 48px;
  height: 48px;
  background: mikan_1;
  position: absolute;
  z-index: 0;
  border-radius: 50%;
}
.c-modal__calendar-box .c-modal__calendar .c-modal__calendar-days li.is-fill-right {
  background: orenge_4;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  position: relative;
}
.c-modal__calendar-box .c-modal__calendar .c-modal__calendar-days li.is-fill-right:after {
  content: attr(data-text);
  display: grid;
  place-content: center;
  width: 48px;
  height: 48px;
  background: mikan_1;
  position: absolute;
  z-index: 0;
  border-radius: 50%;
}
.c-modal__calendar-box .c-modal__calendar .c-modal__calendar-days li.is-fill-full {
  background: mikan_1;
  border-radius: 50%;
}
.c-modal__map-section {
  margin-inline: -16px;
  margin-block: -16px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-modal__map-section {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -o-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}
.c-modal__map-section .c-modal__map-gmap {
  aspect-ratio: 4/8;
  max-width: 1000px;
  width: 100%;
  height: auto;
  max-height: 600px;
  height: 90vh;
}
@media screen and (min-width: 1024px) {
  .c-modal__map-section .c-modal__map-gmap {
    width: 78%;
  }
}
.c-modal__map-section .c-modal__map-area {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-modal__map-section .c-modal__map-area {
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-modal__map-section .c-modal__map-area .c-modal__map-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.c-modal__map-section .c-modal__map-area .c-modal__map-nav .c-modal__map-nav-sel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 60px;
  cursor: pointer;
  position: relative;
}
.c-modal__map-section .c-modal__map-area .c-modal__map-nav .c-modal__map-nav-sel:hover {
  color: orenge_2;
}
.c-modal__map-section .c-modal__map-area .c-modal__map-nav .c-modal__map-nav-sel:before {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  bottom: 0;
  right: 16px;
  left: 16px;
  background: base_bk_4;
  border-radius: 3px;
}
.c-modal__map-section .c-modal__map-area .c-modal__map-nav .c-modal__map-nav-sel.is-active {
  color: orenge_2;
}
.c-modal__map-section .c-modal__map-area .c-modal__map-nav .c-modal__map-nav-sel.is-active:before {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  bottom: 0;
  right: 16px;
  left: 16px;
  background: orenge_3;
  border-radius: 3px;
}
.c-modal__map-section .c-modal__map-area .c-modal__map--select {
  margin-block-start: 24px;
  border-radius: 0;
  border-right: none;
  border-left: none;
}
.c-modal__map-section .c-modal__map-area .c-modal__map-list {
  overflow: auto;
  height: 460px;
  padding-block: 8px;
}
.c-modal__map-section .c-modal__map-area .c-modal__map-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.c-modal__map-section .c-modal__map-area .c-modal__map-list::-webkit-scrollbar-thumb {
  background: base_bk_4;
  border-radius: 4px;
}
.c-modal__map-section .c-modal__map-area .c-modal__map-list::-webkit-scrollbar-track {
  background: #fff;
}
.c-modal__map-section .c-modal__map-area .c-modal__map-list .c-modal__map-list-name {
  margin-top: 1px;
  font-size: 14px;
  padding: 8px 16px;
  cursor: pointer;
  font-weight: normal;
}
.c-modal__map-section .c-modal__map-area .c-modal__map-list .c-modal__map-list-name.is-active {
  background: orenge_4;
  color: orenge_2;
}
.c-modal__map-section .c-modal__map-area .c-modal__map-list .c-modal__map-list-name:hover {
  background: orenge_4;
}
.c-modal__cartype-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-block: -16px;
  margin-inline: -16px;
  gap: 1px;
}
@media screen and (min-width: 1024px) {
  .c-modal__cartype-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
    padding: 16px;
  }
}
.c-modal__cartype-wrapper .c-modal__cartype {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  padding: 8px 0 8px 12px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .c-modal__cartype-wrapper .c-modal__cartype {
    grid-template-columns: 120px 1fr;
    padding: 16px;
    border-radius: 8px;
  }
}
.c-modal__cartype-wrapper .c-modal__cartype.is-active {
  background: orenge_4;
}
.c-modal__cartype-wrapper .c-modal__cartype.is-active .c-modal__cartype-sel {
  width: fit-content;
  font-size: 12px;
  display: inline-block;
  padding: 0 8px;
  background: orenge_1;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}
@media screen and (min-width: 1024px) {
  .c-modal__cartype-wrapper .c-modal__cartype.is-active .c-modal__cartype-sel {
    font-size: 14px;
    top: 16px;
    left: 16px;
  }
}
.c-modal__cartype-wrapper .c-modal__cartype.is-active .c-modal__cartype-info .c-modal__cartype-info__title {
  color: orenge_2;
}
.c-modal__cartype-wrapper .c-modal__cartype .c-modal__cartype-sel {
  display: none;
}
.c-modal__cartype-wrapper .c-modal__cartype .c-modal__cartype-info .c-modal__cartype-info__title {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .c-modal__cartype-wrapper .c-modal__cartype .c-modal__cartype-info .c-modal__cartype-info__title {
    font-size: 16px;
  }
}
.c-modal__cartype-wrapper .c-modal__cartype .c-modal__cartype-info .c-modal__cartype-info__meta {
  font-size: 12px;
  font-weight: 400;
  color: base_bk_2;
}
@media screen and (min-width: 1024px) {
  .c-modal__cartype-wrapper .c-modal__cartype .c-modal__cartype-info .c-modal__cartype-info__meta {
    font-size: 14px;
  }
}
#js-modal-area .c-modal__header {
  padding-bottom: 0;
  border: none;
}
#js-modal-area .c-tab__menu,
#js-modal-area .c-tab__content {
  margin-inline: -16px;
  margin-block-start: 16px;
}
#js-modal-area .c-tab__content {
  margin-top: 0;
}
#js-modal-area .c-tab__content .c-accordion {
  border-top: 1px solid base_bk_4;
}
#js-modal-area .c-tab__content .c-accordion:first-child {
  border-top: none;
}
#js-modal-area .c-tab__content .c-accordion .c-accordion__parent {
  font-weight: bold;
  padding: 12px 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 4px;
}
#js-modal-area .c-tab__content .c-accordion .c-accordion__parent.is-active {
  border-bottom: none;
}
#js-modal-area .c-tab__content .c-accordion dd {
  margin-left: 40px;
  padding: 12px 56px 12px 12px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  margin-block-start: 1px;
}
#js-modal-area .c-tab__content .c-accordion dd:last-child {
  border: none;
}
#js-modal-area .c-tab__content .c-accordion dd span {
  display: none;
}
#js-modal-area .c-tab__content .c-accordion dd:hover {
  background: orenge_4;
}
#js-modal-area .c-tab__content .c-accordion dd.is-active {
  background: orenge_4;
  color: orenge_2;
  font-weight: bold;
}
#js-modal-area .c-tab__content .c-accordion dd.is-active span {
  position: absolute;
  width: fit-content;
  font-size: 12px;
  display: inline-block;
  padding: 2px 8px;
  background: orenge_1;
  color: #fff;
  border-radius: 50px;
  top: 12px;
  right: 16px;
}
.c-modal__policy p {
  font-weight: normal;
}
.p-news__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.p-news__list .p-news__list-link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: rgba(255,255,255,0.9) url("../images/common/arrow-right-ppl.svg?hash=6ee2757bf7556f633386e043e21a7c6e") no-repeat right 20px center/cover;
  -webkit-background-size: 20px;
  -moz-background-size: 20px;
  background-size: 20px;
  border-radius: 5px;
  padding: 12px 30px 12px 20px;
  gap: 2px 20px;
  -webkit-transition: background-position 0.3s ease;
  -moz-transition: background-position 0.3s ease;
  -o-transition: background-position 0.3s ease;
  -ms-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.p-news__list .p-news__list-link:hover {
  background: rgba(255,255,255,0.9) url("../images/common/arrow-right-ppl.svg?hash=6ee2757bf7556f633386e043e21a7c6e") no-repeat right 12px center;
  -webkit-transition: background-position 0.3s ease;
  -moz-transition: background-position 0.3s ease;
  -o-transition: background-position 0.3s ease;
  -ms-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .p-news__list .p-news__list-link {
    padding: 12px 30px;
  }
}
.p-news__list .p-news__list-link .p-news__list-link-date {
  font-size: 16px;
}
.p-news__list .p-news__list-link .p-news__list-link-category {
  font-size: 14px;
  color: #56318d;
  width: 70px;
}
.p-news__list .p-news__list-link .p-news__list-link-title {
  font-size: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 100%;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .p-news__list .p-news__list-link .p-news__list-link-title {
    min-width: initial;
  }
}
[data-category='お知らせ'] {
  color: #56318d !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
[data-category='お知らせ']:before {
  content: '';
  display: block;
  height: 14px;
  width: 2px;
  margin-right: 10px;
  background: #56318d;
}
[data-category='採用情報'] {
  color: #587993 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
[data-category='採用情報']:before {
  content: '';
  display: block;
  height: 14px;
  width: 2px;
  margin-right: 10px;
  background: #587993;
}
[data-category='許可証'] {
  color: #425377 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
[data-category='許可証']:before {
  content: '';
  display: block;
  height: 14px;
  width: 2px;
  margin-right: 10px;
  background: #425377;
}
.p-news__list.p-news--list a {
  -webkit-box-shadow: 0 0 2px 0px rgba(0,0,0,0.2);
  box-shadow: 0 0 2px 0px rgba(0,0,0,0.2);
}
.p-news__detail-navs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #f7f7ee;
  padding: 20px;
  border-radius: 6px;
}
.p-news__detail-navs .p-news__detail-navs-link {
  background: url("../images/common/arrow-left.svg?hash=15c6ee559ceee8cd1fb10948d375d4c1") no-repeat left 8px center;
  display: block;
  position: relative;
  padding-left: 32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-news__detail-navs .p-news__detail-navs-link:after {
  content: '';
  display: block;
  height: 1px;
  background: #b7ba26;
  left: -3px;
  right: 0;
  bottom: -4px;
  position: absolute;
}
.p-news__detail-navs .p-news__detail-navs-link:hover {
  background: url("../images/common/arrow-left.svg?hash=15c6ee559ceee8cd1fb10948d375d4c1") no-repeat left 0 center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-news__detail .p-news__detail-title {
  border-bottom: 4px solid #56318d;
  padding-bottom: 12px;
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
@media screen and (min-width: 1024px) {
  .p-news__detail .p-news__detail-title {
    font-size: 28px;
  }
}
.p-news__detail .p-news__detail-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 40px;
}
.p-news__detail .p-news__detail-meta .p-news__detail-meta-date {
  font-size: 14px;
}
.p-news__detail .p-news__detail-meta .p-news__detail-meta-category {
  font-size: 14px;
  color: #56318d;
}
.p-news__detail p a {
  color: #b7ba26;
  text-decoration: underline;
}
.p-news__detail p a:hover {
  text-decoration: none;
}
.p-news__detail h2 {
  color: #56318d;
  font-weight: bold;
  font-size: 24px;
}
.p-news__detail h3 {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px solid #cdbde5;
  padding-bottom: 16px;
}
.p-news__detail img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-inline: auto;
  display: block;
}
.p-news__detail .wp-block-button {
  margin-top: 60px !important;
}
.p-news__detail .wp-block-button .wp-block-button__link:hover {
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: #a1a500;
  -webkit-transition: background-position 0.3s ease;
  -moz-transition: background-position 0.3s ease;
  -o-transition: background-position 0.3s ease;
  -ms-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.p-news__detail .wp-block-button .wp-block-button__link:hover span {
  background: url("../images/common/arrow-right.svg?hash=1d2fb3f8339ed69e381dc5d519a3e4a9") no-repeat right 0 center;
  -webkit-transition: background-position 0.3s ease;
  -moz-transition: background-position 0.3s ease;
  -o-transition: background-position 0.3s ease;
  -ms-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.p-news__detail .wp-block-button .wp-block-button__link span {
  background: url("../images/common/arrow-right.svg?hash=1d2fb3f8339ed69e381dc5d519a3e4a9") no-repeat right 8px center;
  padding-right: 40px;
  -webkit-transition: background-position 0.3s ease;
  -moz-transition: background-position 0.3s ease;
  -o-transition: background-position 0.3s ease;
  -ms-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.p-page-mv-wrapper {
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-bottom: 80px;
  background-color: #f7f7ee;
  background-image: url("../images/common/bg-hana-top.svg"), url("../images/common/bg-hana-bottom.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% - 90px) calc(50% - 243px), calc(50% + 130px) 120%;
  padding-bottom: 80px;
  -webkit-background-size: 320px, 400px;
  -moz-background-size: 320px, 400px;
  background-size: 320px, 400px;
}
@media screen and (min-width: 767px) {
  .p-page-mv-wrapper {
    padding-bottom: 120px;
    background-color: #f7f7ee;
    background-position: calc(50% - 320px) calc(50% - 173px), calc(50% + 370px) 120%;
    background-repeat: no-repeat, no-repeat;
    -webkit-background-size: auto, auto;
    -moz-background-size: auto, auto;
    background-size: auto, auto;
  }
}
.p-page-mv__bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.p-page-mv {
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: bottom 1px center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.p-page-mv .p-page-mv__box {
  text-align: left;
  margin-top: 40px;
}
.p-page-mv .p-page-mv__box .p-page-mv__box-jp {
  color: #fff;
  font-size: 28px;
  font-family: 'Zen Old Mincho', serif;
}
@media screen and (min-width: 1024px) {
  .p-page-mv .p-page-mv__box .p-page-mv__box-jp {
    font-size: 40px;
  }
}
.p-page-mv .p-page-mv__box .p-page-mv__box-jp div {
  font-size: 14px;
}
.p-page-mv .p-page-mv__box .p-page-mv__box-en {
  font-size: 14px;
  color: #fff;
  font-family: 'Zen Old Mincho', serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .p-page-mv .p-page-mv__box .p-page-mv__box-en {
    font-size: 18px;
  }
}
.p-page-mv--sp {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 320px;
}
.p-page-mv--sp .p-page-mv__bg {
  width: 100vw;
}
@media screen and (min-width: 767px) {
  .p-page-mv--sp {
    display: none;
  }
}
.p-page-mv--pc {
  display: none;
  height: 420px;
}
.p-page-mv--pc .p-page-mv__bg {
  min-width: 2400px;
}
@media screen and (min-width: 767px) {
  .p-page-mv--pc {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.p-paging {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 16px;
}
.p-paging a {
  border: 1px solid #b7ba26;
  color: #b7ba26;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 6px;
  background: #b7ba26;
  color: #fff;
}
.p-paging a span {
  color: #fff;
}
.p-paging span {
  border: 1px solid #b7ba26;
  color: #b7ba26;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 6px;
}
.pankuzu-mt-off .p-pankuzu {
  margin-top: 0 !important;
}
body.interview .p-pankuzu,
body.entry .p-pankuzu,
body.entry-finish .p-pankuzu,
body.finish .p-pankuzu,
body.requirements .p-pankuzu {
  margin-top: 0 !important;
}
.p-recruit__point {
  background: #f7f7ee url("../images/recruit/point-bg.svg?hash=dd109a775ea88b5934d33f215bfcadbd") no-repeat left center;
  -webkit-background-size: 90%;
  -moz-background-size: 90%;
  background-size: 90%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  border-radius: 0 30px 0 30px;
}
@media screen and (min-width: 1300px) {
  .p-recruit__point {
    width: 200px;
  }
}
.p-recruit__point span {
  color: #56318d;
  font-weight: bold;
  font-size: 27px;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 1300px) {
  .p-recruit__point span {
    font-size: 30px;
  }
}
.p-recruit__slide-wrapper {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
.p-recruit__slide-wrapper .js-recruit-prev,
.p-recruit__slide-wrapper .js-recruit-next {
  z-index: 24;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-recruit__slide-wrapper .js-recruit-prev {
  left: 0;
}
.p-recruit__slide-wrapper .js-recruit-next {
  right: 0;
}
.p-recruit__slide {
  position: relative;
}
.p-recruit__slide img {
  width: 100%;
}
.p-recruit__entry-wrapper {
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: url("../images/recruit/entry-bg-sp.png?hash=1d11a74bb8f8b86168aa52131a6a1aa3") no-repeat top center;
  padding-block: 200px 40px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-top: -80px;
}
@media screen and (min-width: 767px) {
  .p-recruit__entry-wrapper {
    background: url("../images/recruit/entry-bg.png?hash=8578cca01cb417c192cc8bec9d00282c") no-repeat top center;
    padding-block: 220px 50px;
    margin-top: -70px;
  }
}
@media screen and (min-width: 767px) {
  .p-recruit__bosyu {
    display: grid;
    grid-template-columns: 1fr 5fr;
  }
}
.p-recruit__bosyu dt {
  min-width: 120px;
}
@media screen and (min-width: 767px) {
  .p-recruit__bosyu dt {
    padding: 8px;
    border-bottom: 1px solid #dcdcdc;
  }
}
.p-recruit__bosyu dd {
  border-bottom: 1px solid #dcdcdc;
  padding-block: 8px;
  margin-block-end: 16px;
}
@media screen and (min-width: 767px) {
  .p-recruit__bosyu dd {
    margin-bottom: 0;
    padding: 8px;
  }
}
.p-recruit__flow-wrapper {
  position: relative;
}
.p-recruit__flow-wrapper:after {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background: #56318d;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
.p-recruit__flow-wrapper .p-recruit__flow {
  background: #56318d;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 8px;
  margin-top: 12px;
}
.p-recruit__flow-wrapper .p-recruit__flow dt {
  border-radius: 5px 0 0 5px;
  color: #fff;
  padding: 10px;
  width: 80px;
  text-align: center;
}
.p-recruit__flow-wrapper .p-recruit__flow dd {
  background: #fff;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0 5px 5px 0;
  border: 1px solid #56318d;
  padding: 10px;
}
.p-recruit__iv-wrapper {
  margin-bottom: 80px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-recruit__iv-wrapper {
    margin-bottom: 160px;
  }
}
.p-recruit__iv-wrapper .p-recruit__iv-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: #f7f7ee url("../images/recruit/iv-bg.svg?hash=5a41ba85851a736c754f67b29e478097") no-repeat top 280px right -380px;
  -webkit-background-size: 720px;
  -moz-background-size: 720px;
  background-size: 720px;
  padding-top: 48px;
}
@media screen and (min-width: 767px) {
  .p-recruit__iv-wrapper .p-recruit__iv-inner {
    background: #f7f7ee url("../images/recruit/iv-bg.svg?hash=5a41ba85851a736c754f67b29e478097") no-repeat center center;
    -webkit-background-size: 820px;
    -moz-background-size: 820px;
    background-size: 820px;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit__iv-wrapper .p-recruit__iv-inner {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 0;
  }
}
.p-recruit__iv-wrapper .p-recruit__iv-inner .p-recruit__iv-fig {
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-recruit__iv-wrapper .p-recruit__iv-inner .p-recruit__iv-fig {
    position: relative;
    top: 80px;
  }
}
.p-recruit__iv-wrapper .p-recruit__iv-inner .p-recruit__iv-fig .p-recruit__iv-fig-img {
  -webkit-box-shadow: 6px 6px 0 0 #56318d;
  box-shadow: 6px 6px 0 0 #56318d;
}
.p-recruit__iv-wrapper .p-recruit__iv-inner .p-recruit__iv-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .p-recruit__iv-wrapper .p-recruit__iv-inner .p-recruit__iv-box {
    position: relative;
    top: 120px;
    margin-top: 0;
  }
}
body.recruit .p-pankuzu {
  margin-top: 0 !important;
}
.p-recruit__interview-link {
  position: relative;
}
.p-recruit__interview-link .p-recruit__interview-link-label {
  position: absolute;
  top: 0;
  left: 19px;
  background: #fff;
  color: #56318d;
  padding: 4px 8px 2px 0;
  text-transform: uppercase;
  font-family: 'Zen Mincho', serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.p-recruit__interview-link .p-recruit__interview-link-label:before {
  content: '';
  display: block;
  width: 16px;
  height: 4px;
  margin-right: 8px;
  background: #56318d;
}
[data-icon-number='13'] + p {
  font-size: 11px !important;
}
[data-icon-number='採用情報'] {
  color: #587993 !important;
}
[data-icon-number='許可証'] {
  color: #425377 !important;
}
.p-trans__map-wrapper {
  padding-bottom: 50px !important;
}
@media screen and (min-width: 1024px) {
  .p-trans__map-wrapper {
    padding-bottom: 190px !important;
  }
}
.p-trans__map {
  position: relative;
}
.p-trans__map .p-trans__map-img {
  position: absolute;
  top: -120px;
  right: 0;
  width: 200px;
}
@media screen and (min-width: 767px) {
  .p-trans__map .p-trans__map-img {
    width: 580px;
    top: -180px;
  }
}
.p-wrapper__cp {
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: #56318d;
  position: relative;
  overflow: hidden;
}
.p-wrapper__cp > div {
  position: relative;
  z-index: 2;
}
.p-wrapper__cp [class*="p-wrapper__cp-img--"] {
  position: absolute;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-wrapper__cp .p-wrapper__cp-img--top {
  position: absolute;
  top: 0;
  margin-left: -100px;
  width: 300px;
}
@media screen and (min-width: 767px) {
  .p-wrapper__cp .p-wrapper__cp-img--top {
    top: 0;
    width: initial;
    margin-left: -200px;
  }
}
.p-wrapper__cp .p-wrapper__cp-img--bottom {
  position: absolute;
  bottom: 0;
  margin-left: 100px;
  width: 300px;
}
@media screen and (min-width: 767px) {
  .p-wrapper__cp .p-wrapper__cp-img--bottom {
    bottom: 0;
    margin-left: 400px;
    width: initial;
  }
}
.p-wrapper__cp.p-wrapper__cp--bgimg {
  position: relative;
  padding-bottom: 100px;
}
.p-wrapper__cp.p-wrapper__cp--bgimg > div,
.p-wrapper__cp.p-wrapper__cp--bgimg > dl {
  position: relative;
  z-index: 2;
}
.p-wrapper__cp.p-wrapper__cp--bgimg .p-wrapper__cp-bg-left {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -110px;
  margin-left: -70px;
  width: 300px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
@media screen and (min-width: 767px) {
  .p-wrapper__cp.p-wrapper__cp--bgimg .p-wrapper__cp-bg-left {
    top: -110px;
    margin-left: -300px;
    width: initial;
  }
}
.p-wrapper__cp.p-wrapper__cp--bgimg .p-wrapper__cp-bg-right {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -140px;
  margin-left: 80px;
  width: 400px;
}
@media screen and (min-width: 767px) {
  .p-wrapper__cp.p-wrapper__cp--bgimg .p-wrapper__cp-bg-right {
    bottom: -180px;
    margin-left: 280px;
    width: initial;
  }
}
.p-wrapper__ptn {
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: #f7f7ee;
  padding-top: 60px;
}
.p-wrapper__ptn.p-wrapper__ptn--style {
  background-color: #f7f7ee;
  background-image: url("../images/common/bg-hana-top.svg"), url("../images/common/bg-hana-bottom.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% - 170px) -160px, calc(50% + 160px) 80%;
}
@media screen and (min-width: 767px) {
  .p-wrapper__ptn.p-wrapper__ptn--style {
    background-color: #f7f7ee;
    background-image: url("../images/common/bg-hana-top.svg"), url("../images/common/bg-hana-bottom.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: calc(50% - 170px) -160px, calc(50% + 250px) 40%;
  }
}
.p-wrapper__ptn.p-wrapper__ptn--requirements {
  background-color: #f7f7ee;
  background-image: url("../images/common/bg-hana-top.svg"), url("../images/common/bg-hana-bottom.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% - 80px) -140px, calc(50% + 60px) 90%;
  -webkit-background-size: 320px, 500px;
  -moz-background-size: 320px, 500px;
  background-size: 320px, 500px;
}
@media screen and (min-width: 767px) {
  .p-wrapper__ptn.p-wrapper__ptn--requirements {
    background-color: #f7f7ee;
    background-image: url("../images/common/bg-hana-top.svg"), url("../images/common/bg-hana-bottom.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: calc(50% - 200px) -180px, calc(50% + 250px) 70%;
    -webkit-background-size: 420px, 440px;
    -moz-background-size: 420px, 440px;
    background-size: 420px, 440px;
  }
}
.p-wrapper__ptn.p-wrapper__ptn--style-2 {
  background-color: #f7f7ee;
  background-image: url("../images/common/bg-hana-top.svg"), url("../images/common/bg-hana-bottom.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% - 50px) -160px, calc(50% + 80px) 320px;
  padding-bottom: 80px;
  -webkit-background-size: 320px, 300px;
  -moz-background-size: 320px, 300px;
  background-size: 320px, 300px;
}
@media screen and (min-width: 767px) {
  .p-wrapper__ptn.p-wrapper__ptn--style-2 {
    background-color: #f7f7ee;
    background-image: url("../images/common/bg-hana-top.svg"), url("../images/common/bg-hana-bottom.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: calc(50% - 300px) -160px, calc(50% + 380px) 480px;
    -webkit-background-size: auto, auto;
    -moz-background-size: auto, auto;
    background-size: auto, auto;
  }
}
.p-wrapper__ptn.p-wrapper__ptn--style-map {
  background-color: #f7f7ee;
  background-image: url("../images/common/bg-hana-top.svg"), url("../images/common/bg-hana-bottom.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% - 50px) -160px, calc(50% + 80px) 180px;
  padding-bottom: 80px;
  -webkit-background-size: 320px, 300px;
  -moz-background-size: 320px, 300px;
  background-size: 320px, 300px;
}
@media screen and (min-width: 767px) {
  .p-wrapper__ptn.p-wrapper__ptn--style-map {
    background-color: #f7f7ee;
    background-image: url("../images/common/bg-hana-top.svg"), url("../images/common/bg-hana-bottom.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: calc(50% - 300px) -160px, calc(50% + 380px) 180px;
    -webkit-background-size: auto, auto;
    -moz-background-size: auto, auto;
    background-size: auto, auto;
  }
}
/*# sourceMappingURL=site-style.css.map */