@charset "UTF-8";
/*
Theme Name: Grocal-Connect
Version: 1.0.0
Author: Grocal-Connect
*/
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-m";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-sb";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}
body {
  background-color: #f7f7f7;
  color: #2e3241;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.wrap {
  margin: 0 auto;
  width: 100%;
}

.sp {
  display: none;
}

.btn {
  transition: 0.3s;
}

/*header*/
.header {
  background-color: #f7f7f7;
  height: 80px;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 3;
}

.header.hide {
  opacity: 0;
  transform: translateY(-100%);
}

.header_wrap,
.footer_wrap {
  align-items: center;
  display: flex;
  gap: 200px;
  height: 100%;
  justify-content: space-between;
  padding-left: 39px;
  padding-right: 39px;
}

.header_logo,
.footer_logo {
  height: 45px;
  width: 86px;
}

.header_logo .link,
.footer_logo .link {
  display: block;
  width: 100%;
}

.nav .lists {
  -moz-column-gap: 30px;
       column-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 5px;
}

.header_nav .lists .menu-item {
  color: #2e3241;
  font-family: Poppins;
}

.header_nav .lists .menu-item a,
.footer_nav .lists .menu-item a {
  position: relative;
}

.header_nav .lists .menu-item a::after,
.footer_nav .lists .menu-item a::after {
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: 0.3s;
  width: 100%;
}

.header_nav .lists .menu-item a::after {
  background-color: #2e3241;
}

.footer_nav .lists .menu-item a::after {
  background-color: #fff;
}

.header_nav .lists .menu-item a:hover::after,
.footer_nav .lists .menu-item a:hover::after {
  transform: scale(1, 1);
}

.fv {
  height: 100vh;
}

.fv .img {
  height: 100%;
}

/*top_concept*/
.top_concept {
  margin-top: 240px;
}

.top_concept_wrap,
.top_company_wrap {
  margin: 0 auto;
  max-width: 1440px;
}

.media {
  align-items: center;
  display: flex;
  gap: 3%;
  overflow: hidden;
  width: 95.14%;
}

.media .img {
  height: 36.31vw;
  max-height: 523px;
  width: 82%;
}

.media_body {
  width: 50.76%;
}

.section_title {
  font-family: Poppins-m;
  font-size: 48px;
  font-weight: 500;
}

.media_body .title {
  margin-bottom: 45px;
}

.sub_title {
  font-size: clamp(1.125rem, 1.67vw, 1.5rem);
  font-weight: 500;
}

.media_body .sub_title {
  margin-bottom: 35px;
  padding-left: 25px;
  position: relative;
}

.media_body .sub_title::before {
  background-color: #ff5c00;
  content: "";
  display: block;
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}

.media_body .text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 60px;
}

.media_body .btn a,
.gallery_btn a {
  color: #2e3241;
  font-family: Poppins-m;
  font-weight: 500;
  position: relative;
}

.media_body .btn a {
  padding-left: 51.86%;
  transition: 0.3s;
}

.media_body .btn a::before,
.gallery_btn a::before {
  background-color: #2e3241;
  bottom: 5px;
  content: "";
  flex-grow: 1;
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.2s;
  width: 100%;
}

.media_body .btn a::before {
  width: 67.5%;
}

.media_body .btn a:hover,
.gallery_btn a:hover {
  color: #ff5c00;
}

.media_body .btn a:hover::before,
.gallery_btn:hover a::before {
  background-color: #c0bcbc;
}

/*top_company*/
.top_company {
  margin-top: 240px;
}

.top_company .media {
  flex-direction: row-reverse;
  margin-left: auto;
}

.responsive_switch {
  display: flex;
  flex-direction: column;
}

/*top_staff*/
.top_staff {
  margin-top: 240px;
  position: relative;
}

.splide {
  position: relative;
  visibility: visible;
  z-index: 2;
}

.splide__slide {
  height: 318px;
  max-width: 538px;
}

.splide__slide img {
  height: 100%;
  width: 100%;
}

.top_staff_text_box {
  background-color: #606470;
  left: 0;
  padding-bottom: 60px;
  padding-top: 201px;
  position: absolute;
  top: 177px;
  width: 100%;
}

.top_staff_text {
  color: #fff;
  line-height: 2;
  margin: 0 auto 49px;
  width: 61.18%;
}

.btn_black {
  margin: 0 auto;
  text-align: center;
  width: 29.65%;
}

.btn_black a {
  background-color: #2e3241;
  border: 1px solid #2e3241;
  color: #fff;
  display: block;
  font-family: Poppins-m;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 5px;
  padding-top: 5px;
  transition: 0.3s;
  width: 100%;
}

.btn_black a:hover {
  background-color: #fff;
  border: 1px solid #ff570c;
  color: #ff570c;
}

/*top_gallery*/
.top_gallery {
  margin-top: 519px;
  text-align: center;
}

.top_gallery .title {
  margin-bottom: 120px;
}

.top_gallery_wrap {
  max-width: 1232px;
  padding: 0 16px;
}

.top_gallery .gallery_image_box .wp-block-gallery {
  margin-bottom: 32px;
}

.top_gallery .gallery_image_box .wp-block-gallery .size-large {
  width: 580px !important;
  height: 25vw;
  max-height: 360px;
}

.top_gallery .gallery_image_box .wp-block-gallery .size-full {
  width: 270px !important;
  height: 25vw;
  max-height: 360px;
}

.gallery_btn {
  margin-left: auto;
  margin-top: 80px;
  width: 29.59%;
}

.gallery_btn a {
  display: block;
  padding-left: 19.66%;
  text-align: right;
  transition: 0.3s;
}

.gallery_btn a::before {
  bottom: 6px;
  width: 66.45%;
}

/*top_salon*/
.top_salon {
  background-color: #f7f7f7;
  margin-top: 240px;
}

.top_salon .title {
  margin-bottom: 120px;
  text-align: center;
}

.top_salon_lists {
  -moz-column-gap: 0;
       column-gap: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.top_salon_lists .item {
  height: 100%;
  position: relative;
}

.top_salon_lists .item::after {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
}

.top_salon_lists .item:hover::after {
  opacity: 0;
}

.top_salon_lists .item .img {
  height: 100%;
}

.item .salon_logo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/*top_recruit*/
.top_recruit {
  background-attachment: fixed;
  margin-top: -7px;
  padding-bottom: 105px;
  padding-top: 168px;
  position: relative;
}

.top_recruit_bg {
  display: none;
  height: 100vh;
  left: 50%;
  position: fixed;
  top: 59%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.top_recruit_bg.active {
  display: block;
}

.top_recruit .text_box {
  margin: 0 auto;
  text-align: center;
  width: 29.65%;
}

.top_recruit .title {
  margin-bottom: 17px;
}

.recruit_btn {
  width: 100%;
}

/*footer*/
.footer {
  background-color: #2e3241;
  padding-bottom: 20px;
}

.footer_wrap {
  margin-bottom: 68px;
  padding-top: 78px;
}

.footer_nav .item {
  color: #fff;
  font-family: Poppins;
}

.footer_copy {
  color: #fff;
  font-family: Poppins;
  font-size: 10px;
  padding-right: 39px;
  text-align: right;
}

/*page共通*/
.common_page {
  margin-top: 200px;
  padding-bottom: 160px;
}

.common_page .section_title {
  margin-bottom: 120px;
  text-align: center;
}

.common_page .sub_title {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
}

.heading_box {
  margin: 0 auto;
  text-align: center;
  width: 68.54%;
}

.heading_box .img {
  height: 530px;
  margin-bottom: 120px;
}

.heading_box .text_box {
  margin: 0 auto 120px;
  width: 83.69%;
}

.heading_box .sub_title {
  margin-bottom: 58px;
}

.heading_box .text_box .text {
  letter-spacing: -0.04em;
  line-height: 2;
  text-align: left;
}

.common_list {
  display: flex;
}

/*concept*/
.page_concept {
  padding-bottom: 0;
}

.concept_content {
  background-color: #606470;
  margin: 0 auto;
  width: 100%;
}

.concept_content_wrap {
  display: flex;
  gap: 15.53%;
  margin: 0 auto;
  max-width: 1152px;
  padding: 0 16px;
  width: 100%;
}

.concept_content .concept_content_img_box {
  height: 100vh;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 40.8%;
}

.concept_content .concept_content_img {
  height: 55.75vw;
  left: 0;
  max-height: 557px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 100%;
}

.concept_content .text_boxes {
  width: 43.66%;
}

.concept_content .text_box {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}

.concept_content .text_box:last-child {
  margin-bottom: 0;
}

.concept_content .text_box .title {
  color: transparent;
  font-family: Poppins;
  font-size: 128px;
  font-weight: 400;
  position: relative;
  -webkit-text-stroke: 1px #fff;
}

.concept_content .text_box .title::after {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  left: 105px;
  letter-spacing: 0.05em;
  position: absolute;
  -webkit-text-stroke: 0;
  top: 60.41%;
}

.concept_content .text_box:first-child .title::after {
  content: "Technique";
}

.concept_content .text_box:nth-child(2) .title::after {
  content: "Space";
}

.concept_content .text_box:nth-child(3) .title::after {
  content: "Treatment";
}

.concept_content .text_box .sub_title {
  border-bottom: 1px solid #dbd8d8;
  font-size: 24px;
  margin-bottom: 27px;
  padding-bottom: 27px;
}

.concept_content .text_box .text {
  letter-spacing: 0.04em;
  line-height: 2;
}

/*company*/
.company_content {
  width: 100%;
}

.company_content_wrap {
  margin: 0 auto;
  max-width: 992px;
  padding: 0 16px;
}

.outline {
  margin-bottom: 120px;
}

.outline .section_title,
.history .section_title {
  text-align: left;
}

.outline .section_title {
  margin-bottom: 73px;
  margin-top: 160px;
}

.outline .common_lists {
  padding-left: 40px;
}

.outline .common_list {
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 46px;
  padding-bottom: 4px;
}

.outline .common_list:last-child {
  margin-bottom: 0;
}

.outline .common_term {
  font-size: 20px;
  font-weight: 400;
  width: 24.3040685225%;
}

.outline .common_description {
  font-size: 20px;
  width: 75.6959314775%;
}

.outline .common_description span {
  font-family: Poppins;
}

.history .section_title {
  margin-bottom: 71px;
}

.history_lists .item {
  align-items: center;
  display: flex;
  gap: 57px;
  margin-bottom: 42px;
  padding-left: 118px;
  position: relative;
}

.history_lists .item:first-child {
  margin-bottom: 15px;
}

.history_lists .item:last-child {
  margin-bottom: 0;
}

.history_lists .item::before,
.history_lists .item::after {
  background-color: #ff570c;
  content: "";
  display: block;
  position: absolute;
}

.history_lists .item::before {
  border-radius: 50%;
  height: 26px;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

.history_lists .item::after {
  height: 75px;
  left: 53px;
  top: 0;
  transform: translateY(50%);
  width: 1px;
}

.history_lists .item:first-child:after {
  height: 100px;
}

.history_lists .item:last-child:after {
  height: 0;
}

.history_lists .item .year {
  font-family: Poppins-sb;
  font-size: 32px;
  font-weight: 600;
}

.history_lists .item .text {
  font-size: 24px;
  margin-top: -6px;
}

.history_lists .item:first-child .text {
  margin-top: 30px;
  padding-left: 7px;
}

.history_lists .item:nth-child(2) .text {
  padding-left: 10px;
}

.history_lists .item:last-child .text {
  padding-left: 3px;
}

.history_lists .item .text span {
  font-family: Poppins;
}

/*gallery*/
.gallery_content_wrap {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

.gallery_content .gallery_item:first-child .title {
  margin-top: 80px;
}

.gallery_content .gallery_item .title {
  font-family: Poppins;
  font-size: 32px;
  margin-top: 240px;
  text-align: center;
}

.gallery_content .gallery_item .gallery_image_box {
  margin-top: 40px;
}

.gallery_image_box .wp-block-gallery {
  display: grid;
  margin-bottom: 40px;
}

.wp-block-gallery.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.wp-block-gallery.columns-3 {
  grid-template-columns: repeat(3, auto);
}

.gallery_image_box .wp-block-gallery:last-child {
  margin-bottom: 0;
}

.gallery_image_box .wp-block-gallery .size-large {
  max-width: 580px !important;
  width: auto !important;
  height: 360px;
}

.gallery_image_box .wp-block-gallery .size-full {
  max-width: 270px !important;
  width: auto !important;
  height: 360px;
}

figure.wp-block-gallery.has-nested-images {
  -moz-column-gap: 3.33%;
       column-gap: 3.33%;
  justify-content: flex-start;
  row-gap: 40px;
}

.text_pagination {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 12px;
}

.text_pagination .page-numbers,
.year_pagination .page-numbers {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.text_pagination .next,
.text_pagination .prev,
.year_pagination .next,
.year_pagination .prev {
  display: block;
  opacity: 1;
  visibility: visible;
}

.text_pagination .disabled {
  opacity: 0;
  visibility: hidden;
}

.year_pagination {
  display: flex;
  flex-direction: row-reverse;
  gap: 18px;
  justify-content: center;
  margin-top: 120px;
}

.year_pagination a,
.year_pagination span {
  text-align: center;
}

.year_pagination .right {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(45deg);
}

.year_pagination .left {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(-135deg);
}

.year_pagination a {
  color: #000;
  display: inline-block;
  height: 10px;
  transition: 0.3s;
  width: 10px;
}

.year_pagination a:hover {
  color: #ebebeb;
}

.year_pagination span {
  display: inline-block;
  height: 10px;
  width: 10px;
}

.year_pagination .disabled_right {
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  transform: rotate(45deg);
}

.year_pagination .disabled_left {
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  transform: rotate(-135deg);
}

/*staff*/
.staff_content {
  position: relative;
}

.staff_content::before {
  background-color: #ebebeb;
  content: "";
  display: block;
  height: 97%;
  left: 0;
  position: absolute;
  top: 131px;
  width: 95.9%;
  z-index: -1;
}

.staff_content_wrap {
  display: flex;
  gap: 11%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1232px;
  padding: 0 16px;
  width: 100%;
}

.staff_lists {
  height: 100%;
  left: 0;
  margin-top: 131px;
  position: -webkit-sticky;
  position: sticky;
  top: 131px;
}

.staff_lists_item {
  color: #c0bcbc;
  font-family: Poppins-sb;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.001em;
  margin-bottom: 20px;
  transition: 0.3s;
}

.staff_lists_item:last-child {
  margin-bottom: 0;
}

.staff_lists_item p {
  cursor: pointer;
  transition: 0.3s;
}

.is-item-active,
.staff_lists_item:hover p {
  color: #ff570c;
  text-decoration: underline;
}

.staff_member {
  width: 69.33%;
}

.staff_body {
  display: none;
}

.is-body-active {
  -webkit-animation: show 0.8s ease-in-out forwards;
          animation: show 0.8s ease-in-out forwards;
  display: block;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.staff_body_wrap {
  -moz-column-gap: 6.01%;
       column-gap: 6.01%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  row-gap: 50px;
}

.staff_body .staff_unit:nth-child(2),
.staff_body .staff_unit:nth-child(3n+2) {
  margin-top: 57px;
}

.staff_body .staff_unit .img {
  width: 229px;
}

.staff_body .text_box {
  margin-bottom: 14px;
}

.staff_body .text_box .name {
  font-family: Poppins-m;
  font-weight: 500;
}

.staff_body .text_box .position,
.staff_body .text_box .salon {
  font-family: Poppins;
  font-size: 12px;
}

.staff_body .reserve_box {
  align-items: flex-end;
  display: flex;
  gap: 14px;
}

.staff_body .reserve_box .img {
  width: 20px;
}

.staff_body .reserve_box .reserve_btn {
  width: 78px;
}

.staff_body .reserve_box .reserve_btn a {
  padding: 5px 0;
}

/*salon*/
.salon_content_wrap {
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 15px;
  width: 100%;
}

.salon_item {
  display: flex;
  gap: 9.5%;
  margin-bottom: 160px;
  position: relative;
}

#muroran,
#eniwa,
#asahikawa,
#jolie,
#une,
#orca {
  position: absolute;
  top: 50%;
  transform: translateY(-50vh);
}

.salon_item:last-child {
  margin-bottom: 0;
}

.salon_item .img {
  height: 342px;
  width: 47.58%;
}

.salon_info {
  position: relative;
  width: 42.83%;
}

.salon_info .logo_img {
  margin-bottom: 13px;
  width: 82px;
}

.salon_item:nth-child(2) .salon_info .logo_img,
.salon_item:nth-child(3) .salon_info .logo_img {
  width: 119px;
}

.salon_item:nth-child(4) .salon_info .logo_img,
.salon_item:nth-child(5) .salon_info .logo_img,
.salon_item:nth-child(6) .salon_info .logo_img {
  width: 121px;
}

.salon_info .salon_name {
  font-family: Poppins;
  margin-bottom: 32px;
}

.salon_info .access_lists {
  margin-bottom: 32px;
}

.salon_info .access_lists .item {
  line-height: 1.4375;
  margin-bottom: 8px;
}

.salon_info .access_lists .item span {
  font-weight: 500;
}

.salon_info .access_lists .item:last-child {
  margin-bottom: 0;
}

.salon_info .links {
  align-items: flex-end;
  display: flex;
  gap: 32px;
}

.salon_info .map {
  color: #2e3241;
  font-family: Poppins;
  text-decoration: underline;
}

.salon_info .map:hover {
  text-decoration: none;
}

.reserve_btn {
  background-color: #2e3241;
  border: 1px solid #2e3241;
  color: #fff;
  text-align: center;
  width: 126px;
}

.reserve_btn:hover {
  background-color: #fff;
  border: 1px solid #ff570c;
  color: #ff570c;
}

.reserve_btn a {
  display: block;
  font-family: Poppins;
  font-size: 12px;
  line-height: 1.25;
  padding: 14px 0;
  width: 100%;
}

.line_link,
.instagram_link {
  display: block;
  position: absolute;
  top: 0;
}

.line_link {
  right: 53px;
}

.instagram_link {
  right: 0;
}

.line,
.instagram {
  height: 42px;
  width: 42px;
}

/*recruit*/
.page_recruit .heading_box .text {
  font-weight: 500;
}

.recruit_content_wrap {
  margin: 0 auto;
  max-width: 1020px;
  padding: 0 15px;
}

.recruit_image_box {
  display: flex;
  gap: 15px;
  margin-bottom: 160px;
}

.recruit_image_box .img {
  width: 33.33%;
}

.accordion {
  height: auto;
  width: 100%;
}

.accordion_item {
  margin-bottom: 32px;
}

.accordion_item:last-child {
  margin-bottom: 0;
}

.accordion_item :last-child {
  margin-bottom: 0;
}

.accordion_title.is-active::after {
  opacity: 0;
}

.accordion_title {
  background-color: #606470;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 400;
  padding: 25px 0 19px 27px;
  position: relative;
}

.accordion_title::before,
.accordion_title::after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transition: 0.3s;
}

.accordion_title::before {
  height: 2px;
  right: 50px;
  transform: translate(0, -50%);
  width: 20px;
}

.accordion_title::after {
  height: 20px;
  right: 60px;
  transform: translate(50%, -50%);
  width: 2px;
}

.accordion_content {
  background-color: #606470;
  color: #fff;
  display: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: -1px;
  padding: 80px 0;
  position: relative;
}

.js-close {
  bottom: 50px;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 50px;
  width: 20px;
}

.js-close span {
  background-color: #fff;
  display: block;
  height: 2px;
  position: relative;
  width: 100%;
}

.accordion_content span:nth-child(1) {
  bottom: -2px;
  transform: rotate(-45deg);
}

.accordion_content span:nth-child(2) {
  transform: rotate(45deg);
}

.accordion_content_title {
  font-size: 20px;
  margin-bottom: 60px;
  text-align: center;
}

.accordion_content .common_lists {
  margin: 0 auto;
  width: 75.86%;
}

.accordion_content .common_list {
  align-items: flex-start;
  border-bottom: 1px solid #a3a3a3;
  padding: 22px 0;
}

.accordion_content .common_list:first-child {
  border-top: 1px solid #a3a3a3;
}

.accordion_content .common_term {
  font-weight: 500;
  width: 27.7703604806%;
}

.accordion_content .common_description {
  width: 72.2296395194%;
}

/*contact*/
.contact_heading_box .text_box {
  margin-bottom: 110px;
  width: 100%;
}

.contact_heading_box .text_box .text {
  display: inline-block;
  margin: 0 auto;
}

.mw_wp_form {
  margin: 0 auto;
  max-width: 745px;
  width: 100%;
}

.form_content {
  margin: 0 auto;
  width: 84.6979865772%;
}

.form_radio {
  margin-bottom: 48px;
}

.form_radio_text {
  margin-bottom: 25px;
}

.radio_content {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}

.mwform-radio-field {
  margin-bottom: 18px;
}

.mwform-radio-field:last-child {
  margin-bottom: 0;
}

.mwform-radio-field-text {
  align-items: center;
  display: flex;
  gap: 19px;
  position: relative;
}

.mwform-radio-field-text::before {
  border: 3px solid #2e3241;
  border-radius: 50%;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
}

.radio_content:checked + .mwform-radio-field-text::after {
  background-color: #ff570c;
  border-radius: 50%;
  content: "";
  display: block;
  height: 15px;
  left: 7.25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

.form_label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.must {
  color: red;
}

.form_label input,
.form_label textarea {
  background-color: #ebebeb;
  width: 100%;
}

.form_label input {
  padding: 19px 13px 22px;
}

.form_label textarea {
  height: 273px;
  padding: 20px;
}

.privacy {
  letter-spacing: 0.04em;
  margin-bottom: 40px;
  margin-top: 40px;
}

.form_button {
  background-color: #606470;
  border: 1px solid #606470;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  width: 256px;
}

.form_button:hover {
  background-color: #fff;
  border: 1px solid #ff570c;
  color: #ff570c;
}

/*thanks*/
.thanks_heading_box .text_box {
  border-bottom: 1px solid #2e3241;
  border-top: 1px solid #2e3241;
  padding: 20px 0;
}

.thanks_heading_box .text_box .text {
  text-align: center;
}

@media screen and (max-width: 1180px) {
  .top_gallery_wrap {
    max-width: 850px;
  }
  .top_gallery .gallery_image_box .wp-block-gallery .size-large {
    max-width: 390px !important;
  }
  .top_gallery .gallery_image_box .wp-block-gallery .size-full {
    max-width: 180px !important;
  }
  .staff_body .staff_unit .img {
    width: 240px;
  }
  .staff_body .reserve_box .img {
    width: 20px;
  }
  .staff_body .staff_unit:nth-child(2),
.staff_body .staff_unit:nth-child(3n+2) {
    margin-top: 0;
  }
  .staff_body .staff_unit:nth-child(2n) {
    margin-top: 41px;
  }
  .gallery_content_wrap {
    max-width: 850px;
  }
  .gallery_image_box .wp-block-gallery .size-large {
    max-width: 400px !important;
    height: 255px;
  }
  .gallery_image_box .wp-block-gallery .size-full {
    max-width: 200px !important;
    height: 255px;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*header*/
  .header {
    height: 57px;
  }
  .sp_header {
    align-items: center;
    display: flex;
    gap: 20px;
    height: 100%;
    justify-content: flex-end;
    padding: 0 9px 0 16px;
    position: relative;
  }
  .sp_header_logo {
    width: 63px;
  }
  .sp_header_modal .sp_header_logo {
    left: 16px;
    position: absolute;
    top: 11px;
    z-index: 2;
  }
  .sp_header_logo a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .sp_header_wrap {
    height: 100%;
    margin-left: auto;
  }
  .sp_header_toggle {
    border-radius: 8px;
    cursor: pointer;
    display: block;
    height: 38px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    z-index: 100;
  }
  .sp_header_toggle_unit {
    display: flex;
    gap: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: 0.3s;
  }
  .sp_header_toggle_unit span {
    background-color: #2e3241;
    border-radius: 10px;
    display: block;
    height: 2px;
    position: relative;
    transition: 0.3s;
  }
  .sp_header_toggle_unit:nth-of-type(1) {
    top: calc(50% - 9px);
  }
  .sp_header_toggle_unit:nth-of-type(1) span:nth-of-type(1),
.sp_header_toggle_unit:nth-of-type(3) span:nth-of-type(2) {
    width: 12.5px;
  }
  .sp_header_toggle_unit:nth-of-type(1) span:nth-of-type(2),
.sp_header_toggle_unit:nth-of-type(3) span:nth-of-type(1) {
    width: 4px;
  }
  .sp_header_toggle_unit:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .sp_header_toggle_unit:nth-of-type(2) span {
    width: 8px;
  }
  .sp_header_toggle_unit:nth-of-type(3) {
    bottom: calc(50% - 9px);
  }
  .sp_header_toggle.active .sp_header_toggle_unit:nth-of-type(1) span:nth-of-type(1) {
    background-color: #fff;
    left: 15%;
    transform: translateY(8px) rotate(-135deg) scale(2, 1);
  }
  .sp_header_toggle.active .sp_header_toggle_unit:nth-of-type(1) span:nth-of-type(2),
.sp_header_toggle.active .sp_header_toggle_unit:nth-of-type(2) span,
.sp_header_toggle.active .sp_header_toggle_unit:nth-of-type(3) span:nth-of-type(1) {
    opacity: 0;
    visibility: hidden;
  }
  .sp_header_toggle.active .sp_header_toggle_unit:nth-of-type(3) span:nth-of-type(2) {
    background-color: #fff;
    left: -25%;
    transform: translateY(-8px) rotate(135deg) scale(2, 1);
  }
  .sp_header_modal {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
  }
  .sp_header_modal.active {
    background-color: #606470;
    display: block;
    height: 100vh;
    padding: 11px 16px;
    width: 100%;
  }
  .sp_header_bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .sp_header_nav {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .sp_header_nav .lists .item a {
    color: #fff;
    font-family: Poppins;
    font-size: 32px;
  }
  .sp_header_nav .lists .item a.active {
    color: #ff570c;
    text-decoration: line-through;
  }
  .section_title {
    font-size: 24px;
  }
  .wrap {
    width: 91.5%;
  }
  .common_page {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .common_page .section_title {
    margin-bottom: 32px;
  }
  .common_page .sub_title {
    font-size: 16px;
  }
  .heading_box {
    width: 100%;
  }
  .heading_box .text_box {
    margin-bottom: 80px;
    width: 100%;
  }
  .heading_box .img {
    height: 194px;
    margin-bottom: 80px;
  }
  .heading_box .sub_title {
    margin-bottom: 32px;
  }
  .heading_box .text_box .text {
    font-size: 14px;
    line-height: 2.28;
  }
  .common_list {
    flex-direction: column;
  }
  .fv .img {
    height: 100%;
  }
  .top_concept {
    margin-top: 80px;
  }
  .media,
.top_company .media {
    flex-direction: column;
    gap: 32px;
    margin: 0 auto;
    width: 91.67%;
  }
  .media .img {
    height: 187px;
    order: 2;
    width: 100%;
  }
  .media_body {
    display: contents;
    text-align: left;
  }
  .media_body .title,
.media_body .sub_title {
    margin-bottom: 0;
    margin-right: auto;
  }
  .media_body .title {
    order: 1;
  }
  .media_body .sub_title {
    font-size: 16px;
    order: 3;
    padding-left: 13px;
  }
  .media_body .sub_title::before {
    height: 31px;
  }
  .media_body .text {
    font-size: 14px;
    margin-bottom: 0;
    order: 4;
  }
  .media_body .btn {
    font-size: 12px;
    margin-left: auto;
    order: 5;
    width: 44.93%;
  }
  .media_body .btn a::before {
    width: 51.61%;
  }
  .top_company {
    margin-top: 49px;
  }
  .top_staff {
    margin-top: 80px;
    order: 2;
  }
  .splide__slide {
    min-height: 132px;
    max-height: 160px;
    width: 207px;
  }
  .top_staff_text_box {
    padding-bottom: 32px;
    padding-top: 98px;
    top: 66px;
  }
  .top_staff_text {
    font-size: 14px;
    margin-bottom: 32px;
    padding: 0 16px;
    width: 100%;
  }
  .btn_black a {
    font-family: Poppins-sb;
    font-size: 12px;
    font-weight: 600;
  }
  .top_staff_btn {
    width: 44.53%;
  }
  .top_gallery {
    margin-top: 80px;
    order: 1;
  }
  .top_gallery_wrap {
    padding: 0;
  }
  .top_gallery .title {
    margin-bottom: 32px;
  }
  .top_gallery .gallery_image_box .wp-block-gallery .size-large {
    max-width: none !important;
    width: 100% !important;
    height: 53.33vw !important;
  }
  .top_gallery .gallery_image_box .wp-block-gallery .size-full {
    width: 47.5% !important;
    max-width: none !important;
    height: 53.33vw !important;
  }
  .top_gallery figure.wp-block-gallery.has-nested-images {
    gap: 8px;
    width: 100%;
  }
  .top_gallery .gallery_image_box .wp-block-gallery {
    margin-bottom: 8px;
  }
  .gallery_btn {
    font-size: 12px;
    margin-left: auto;
    margin-top: 32px;
    width: 44.93%;
  }
  .gallery_btn a::before {
    width: 51.61%;
  }
  .top_salon {
    margin-top: 338px;
  }
  .top_salon .title {
    margin-bottom: 32px;
  }
  .top_salon_lists {
    grid-template-columns: repeat(2, 1fr);
  }
  .top_salon_lists .item {
    min-height: 168px;
  }
  .top_salon_lists .item:first-child .salon_logo {
    width: 53px;
  }
  .top_salon_lists .item:nth-child(2) .salon_logo,
.top_salon_lists .item:nth-child(3) .salon_logo {
    width: 64px;
  }
  .top_salon_lists .item:nth-child(4) .salon_logo {
    width: 70px;
  }
  .top_salon_lists .item:nth-child(5) .salon_logo {
    width: 75px;
  }
  .top_salon_lists .item:nth-child(6) .salon_logo {
    width: 78px;
  }
  .top_recruit {
    padding-bottom: 37px;
    padding-top: 66px;
  }
  .top_recruit .text_box {
    width: 44.53%;
  }
  .footer {
    padding-bottom: 14px;
  }
  .footer_wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 35px;
    height: auto;
    margin-bottom: 31px;
    padding-left: 23px;
    padding-right: 0;
    padding-top: 31px;
  }
  .footer_logo {
    width: 18.3%;
  }
  .footer_nav_box {
    width: 100%;
  }
  .footer_nav .lists {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    height: 116px;
    justify-content: flex-start;
    row-gap: 12px;
  }
  .footer_nav .item {
    font-size: 12px;
  }
  .footer_copy {
    padding-left: 23px;
    padding-right: 0;
    text-align: left;
  }
  .page_concept {
    padding-bottom: 0;
  }
  .concept_content {
    padding-top: 0;
  }
  .concept_content_wrap {
    flex-direction: column;
    padding: 0;
  }
  .concept_content .concept_content_img_box {
    display: contents;
    height: auto;
    position: static;
    width: 100%;
  }
  .concept_content .concept_content_img {
    margin: 0 auto;
    max-width: 565px;
    min-height: 435px;
    opacity: 1;
    position: static;
    transform: none;
    visibility: visible;
  }
  .concept_content .concept_content_img:first-child {
    order: 2;
  }
  .concept_content .concept_content_img:nth-child(2) {
    order: 4;
  }
  .concept_content .concept_content_img:nth-child(3) {
    order: 6;
  }
  .concept_content .text_boxes {
    display: contents;
    width: 100%;
  }
  .concept_content .text_box {
    height: auto;
    margin-bottom: 0;
    padding: 37px 16px 48px;
  }
  .concept_content .text_box:first-child {
    order: 1;
  }
  .concept_content .text_box:nth-child(2) {
    order: 3;
  }
  .concept_content .text_box:nth-child(3) {
    order: 5;
  }
  .concept_content .text_box .title {
    font-family: Poppins-m;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.5;
  }
  .concept_content .text_box .title::after {
    font-family: Poppins-m;
    font-size: 16px;
    font-weight: 500;
    left: 50px;
    top: 47.92%;
  }
  .concept_content .text_box .sub_title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 34px;
    margin-top: 9px;
    padding-bottom: 12px;
  }
  .concept_content .text_box .text {
    font-size: 14px;
    line-height: 2.286;
  }
  .company_content_wrap {
    padding: 0;
  }
  .outline {
    margin-bottom: 0;
  }
  .outline .section_title,
.history .section_title {
    font-family: Poppins;
    font-weight: 400;
  }
  .outline .section_title {
    margin-top: 0;
  }
  .outline .common_lists {
    padding-left: 0;
  }
  .outline .common_list {
    gap: 8px;
    margin-bottom: 20px;
    padding-bottom: 14px;
  }
  .outline .common_term,
.outline .common_description {
    font-size: 14px;
    width: 100%;
  }
  .history .section_title {
    margin-bottom: 24px;
    margin-top: 80px;
  }
  .history_lists .item {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 40px;
    padding-left: 42px;
  }
  .history_lists .item:first-child {
    margin-bottom: 19px;
  }
  .history_lists .item::before {
    height: 21px;
    left: 0;
    width: 21px;
  }
  .history_lists .item::after {
    height: 42px;
    left: 10px;
    top: 0;
  }
  .history_lists .item:first-child:after {
    height: 65px;
  }
  .history_lists .item .year,
.history_lists .item .text {
    font-size: 14px;
  }
  .history_lists .item .text {
    margin-top: 0;
  }
  .history_lists .item:first-child .text {
    margin-top: 22px;
    padding-left: 4px;
  }
  .history_lists .item:nth-child(2) .text {
    padding-left: 5px;
  }
  .history_lists .item:last-child .text {
    padding-left: 2px;
  }
  .staff_content::before {
    display: none;
  }
  .staff_content_wrap {
    display: block;
    padding: 0;
  }
  .staff_lists {
    -moz-column-gap: 24px;
         column-gap: 24px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    position: static;
    row-gap: 6px;
    width: 69.7%;
  }
  .staff_lists_item {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: auto;
  }
  .staff_member {
    margin-top: 32px;
    width: 100%;
  }
  .staff_body_wrap {
    -moz-column-gap: 9px;
         column-gap: 9px;
    margin-bottom: 0;
    row-gap: 45px;
  }
  .staff_unit {
    width: 48.69%;
  }
  .staff_body .staff_unit .img {
    max-width: 220px;
    width: 100%;
  }
  .staff_body .text_box {
    margin-bottom: 3px;
    margin-top: 18px;
  }
  .staff_body .text_box .position,
.staff_body .text_box .salon {
    font-size: 10px;
  }
  .staff_body .text_box .salon {
    font-family: Poppins-m;
  }
  .staff_body .text_box .name {
    font-size: 12px;
  }
  .staff_body .reserve_box .img {
    width: 17px;
  }
  .staff_body .reserve_box .reserve_btn {
    width: 84px;
  }
  .staff_body .reserve_box .reserve_btn a {
    font-size: 10px;
  }
  .gallery_content .gallery_item .title {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .gallery_content .gallery_item:first-child .title {
    margin-top: 0;
  }
  .gallery_image_box .wp-block-gallery {
    margin-bottom: 12px;
  }
  .gallery_content .gallery_item .gallery_image_box {
    margin-bottom: 12px;
  }
  figure.wp-block-gallery.has-nested-images {
    display: flex;
    gap: 12px;
    justify-content: space-between;
  }
  .wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow: 0 !important;
  }
  .gallery_image_box .wp-block-gallery .size-full {
    max-width: 343px !important;
    min-width: 165px !important;
    width: 47.5% !important;
  }
  .gallery_image_box .wp-block-gallery .size-large {
    max-width: none !important;
    min-width: 343px !important;
    width: 100% !important;
  }
  .year_pagination {
    gap: 40px;
    margin-top: 32px;
  }
  .salon_content_wrap {
    padding: 0;
    width: 100%;
  }
  .salon_item {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 80px;
  }
  .salon_item .img {
    height: 51.73vw;
    max-height: 330px;
    width: 100%;
  }
  .salon_item:nth-child(2) .salon_info .logo_img,
.salon_item:nth-child(3) .salon_info .logo_img,
.salon_item:nth-child(6) .salon_info .logo_img {
    width: 87px;
  }
  .salon_item:nth-child(4) .salon_info .logo_img {
    width: 90px;
  }
  .salon_item:nth-child(5) .salon_info .logo_img {
    width: 94px;
  }
  .salon_info {
    width: 100%;
  }
  .salon_info .logo_img {
    margin-bottom: 10px;
    width: 65px;
  }
  .salon_info .salon_name {
    margin-bottom: 24px;
  }
  .salon_info .access_lists {
    margin-bottom: 5px;
  }
  .salon_info .access_lists .item {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .salon_info .links {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .salon_info .map {
    font-size: 14px;
  }
  .salon_info .links .reserve_btn {
    width: 100%;
  }
  .salon_info .links .reserve_btn a {
    font-family: Poppins-m;
    font-weight: 500;
    padding: 13px 0;
  }
  .line_link {
    right: 45px;
  }
  .line,
.instagram {
    height: 35px;
    width: 35px;
  }
  .page_recruit_wrap {
    width: 100%;
  }
  .page_recruit_wrap .heading_box {
    width: 91.5%;
  }
  .page_recruit .heading_box .text {
    font-weight: 400;
  }
  .recruit_content_wrap {
    padding: 0;
  }
  .recruit_image_box {
    display: block;
    height: 569px;
    margin-bottom: 80px;
    position: relative;
  }
  .recruit_image_box .img {
    height: 46.13vw;
    max-height: 190px;
    max-width: 360px;
    position: absolute;
    top: 0;
    width: 95.73%;
  }
  .recruit_image_box .img:nth-child(1) {
    top: 69.59%;
  }
  .recruit_image_box .img:nth-child(3) {
    right: 0;
    top: 34.8%;
  }
  .accordion {
    margin: 0 auto;
    width: 91.5%;
  }
  .accordion_item {
    margin-bottom: 24px;
  }
  .accordion_title {
    font-size: 14px;
    padding: 18px 0 18px 14px;
  }
  .accordion_title::before {
    right: 12px;
  }
  .accordion_title::after {
    right: 22px;
  }
  .accordion_content {
    font-size: 14px;
    padding: 32px 0 80px;
  }
  .accordion_content_title {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .accordion_content .common_lists {
    padding: 0 12px 0 14px;
    width: 100%;
  }
  .accordion_content .common_list {
    padding: 26px 6px 26px 0;
  }
  .accordion_content .common_term,
.accordion_content .common_description {
    width: 100%;
  }
  .accordion_content .common_term {
    font-weight: 400;
    margin-bottom: 9px;
  }
  .js-close {
    bottom: 22px;
    right: 12px;
  }
  .contact_heading_box .text_box {
    margin-bottom: 35px;
  }
  .contact_heading_box .text_box .text {
    line-height: 1.428;
    min-width: auto;
    width: 100%;
  }
  .form_content {
    text-align: left;
    width: 100%;
  }
  .form_radio_text {
    font-size: 14px;
  }
  .mwform-radio-field-text {
    font-size: 14px;
    gap: 15px;
  }
  .mwform-radio-field-text::before {
    height: 20px;
    width: 20px;
  }
  .radio_content:checked + .mwform-radio-field-text::after {
    height: 10px;
    left: 5px;
    width: 10px;
  }
  .label_text {
    font-size: 14px;
  }
  .form_label input {
    padding: 21px 16px;
  }
  .form_label input[placeholder] {
    font-size: 12px;
  }
  .form_label textarea {
    height: 236px;
  }
  .privacy {
    margin-bottom: 32px;
    margin-top: 32px;
  }
  .privacy p {
    font-size: 14px;
    line-height: 1.428;
  }
  .form_button {
    font-size: 14px;
    padding: 17px 0;
    width: 193px;
  }
  .thanks_heading_box .text_box {
    margin-bottom: 32px;
    padding: 15px 0;
  }
  .thanks_heading_box .text_box .text {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */