@charset "UTF-8";
/*
Theme Name:SALONDEKOU
Description:
Author:Hiromi Matsuda
Version: 0.1
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
:root {
  interpolate-size: allow-keywords;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img,
svg {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: bottom;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
  box-sizing: border-box;
}

button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

:root {
  --myfc: #fff;
}

@media screen and (min-width: 769px) {
  .hover {
    opacity: 1;
    transition: all 0.25s ease-in-out;
  }
  .hover:hover {
    opacity: 0.5;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 1180px) {
  .sp {
    display: block !important;
  }
}
.sp-i {
  display: none !important;
}
@media screen and (max-width: 1180px) {
  .sp-i {
    display: inline-block !important;
  }
}
.sp-f {
  display: none !important;
}
@media screen and (max-width: 1180px) {
  .sp-f {
    display: flex !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 1180px) {
  .pc {
    display: none !important;
  }
}
.pc-i {
  display: inline-block !important;
}
@media screen and (max-width: 1180px) {
  .pc-i {
    display: none !important;
  }
}
.pc-f {
  display: flex !important;
}
@media screen and (max-width: 1180px) {
  .pc-f {
    display: none !important;
  }
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}
.g-menu {
  position: fixed;
  top: 0;
  width: 250px;
  background-color: rgba(255, 255, 255, 0.85);
  height: 100vh;
  min-height: 500px;
  transform: translateX(150%);
  right: -250px;
  transition: all 0.25s ease-in-out;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .g-menu {
    height: 100vh;
    min-height: auto;
  }
}
.g-menu ul {
  font-family: "bebasb", sans-serif;
  font-weight: 600;
  position: relative;
  top: 20px;
  font-size: 20px;
  display: block;
  margin-left: 22px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .g-menu ul {
    top: 14px;
    font-size: 18px;
  }
}
.g-menu ul li {
  line-height: 1;
  font-weight: 600;
  display: block;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .g-menu ul li {
    margin-bottom: 12px;
  }
}
.g-menu ul li.logos {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-left: -3px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .g-menu ul li.logos {
    margin-bottom: 15px;
  }
}
.g-menu ul li.logos img {
  width: 40px;
}
.g-menu ul li:last-child {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.g-menu ul li .svg-hover {
  width: 14px;
  margin-top: 3px;
  margin-left: 1px;
}
@media screen and (max-width: 768px) {
  .g-menu ul li .svg-hover {
    width: 18px;
    margin-top: 2px;
    margin-left: 1px;
  }
}
.g-menu ul li .svg-hover .st0sns {
  fill: #111111;
}
.g-menu ul li .svg-hover:hover {
  fill: #F5AA32;
}
.g-menu ul li a {
  color: #111111;
  transition: all 0.25s ease-in-out;
}
.g-menu ul li a.current {
  color: #F5AA32;
}
.g-menu ul li a:hover {
  color: #F5AA32;
}
.g-menu ul li span {
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
  color: #888888;
}
@media screen and (max-width: 768px) {
  .g-menu ul li span {
    font-size: 9px;
    margin-top: 7px;
  }
}
.g-menu ul li span.logoside {
  font-family: "teko", "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 15px;
  margin-left: 5px;
  padding-top: 2px;
  letter-spacing: -0.03em;
}
.open .g-menu {
  opacity: 1;
  transform: translateX(0);
  right: 0;
}

.hamburger {
  display: none;
  width: 56px;
  height: 56px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #F5AA32;
}
@media screen and (max-width: 1200px) {
  .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
  }
  .hamburger.hamcolor_white {
    background-color: #FFFFFF;
  }
  .hamburger.hamcolor_white span {
    background-color: #F5AA32;
  }
}
.hamburger .hamset {
  position: relative;
  width: 24px;
  height: 18px;
}
.open .hamburger .hamset {
  width: 24px;
  height: 24px;
}

.hamburger span {
  display: block;
  transition: all 0.25s ease-in-out;
  background-color: #fff;
  height: 1px;
  width: 24px;
}
.open .hamburger span {
  transform: rotate(90deg);
}

.hamburger .ham1 {
  position: absolute;
  top: 0;
  right: 0;
}
.open .hamburger .ham1 {
  width: 21px;
  top: 10px;
  right: 1px;
  transform: rotate(45deg);
}

.hamburger .ham2 {
  position: absolute;
  top: 6px;
  right: 0;
}
.open .hamburger .ham2 {
  display: none;
}

.hamburger .ham3 {
  position: absolute;
  top: 12px;
  right: 0;
}
.open .hamburger .ham3 {
  width: 21px;
  top: 10px;
  left: 1px;
  transform: rotate(-45deg);
}

.transparent-bothends {
  font-size: 2.3rem;
  font-weight: 600;
  position: relative;
  height: 40px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .transparent-bothends {
    font-size: 1.8rem;
  }
}
.transparent-bothends.white {
  color: #FFF;
}
.transparent-bothends.white:after {
  display: none;
}
.transparent-bothends.white:before {
  display: none;
}

.transparent-bothends::after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto 0 15px;
  text-align: center;
  background-color: #8396BE;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1180px) {
  .transparent-bothends::after {
    margin-left: 15px;
  }
}

.transparent-bothends::before {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: 0 15px 0 auto;
  text-align: center;
  background-color: #8396BE;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1180px) {
  .transparent-bothends::before {
    margin-right: 15px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Sans", "メイリオ", "Meiryo", "MeiryoUI", "遊ゴシック", "YuGothic", sans-serif;
  font-weight: 300;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 56px;
  }
}

.pd_none {
  padding-top: 0;
}

.nav_linkbox_en,
.mv_textbox,
.mv_textbox_sp,
.top_sec_title,
.more_text,
.article_time,
.salon_time,
.salon_tel,
.ladies::before,
.mens::before,
.center,
.reserve_store,
.reserve_tel,
.foot_store,
.foot_nav,
small,
.news,
.lower_title,
.salon_mv_title,
.salon_reserve_tel,
.accordion_price,
.recruit_textbox_number,
.apply_card_title,
.apply_card_tel,
.tel_none {
  font-family: "Roboto", sans-serif;
}

.pd48t {
  padding-top: 48px;
}

.pd48b {
  padding-bottom: 48px;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.mg200 {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .mg200 {
    margin-top: 100px;
  }
}

.gray {
  background-color: #F4F4F4;
}

.pg_t48 {
  padding-top: 48px;
  margin-top: 0;
}

header {
  width: 100%;
  padding: 16px 40px;
  position: sticky;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  gap: 40px;
  top: 0;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  header {
    display: block;
    background-color: #333333;
    position: fixed;
    padding: 12px 16px 40px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
    width: 80vw;
    height: 100vh;
    right: 0;
  }
  .open header {
    opacity: 1;
    pointer-events: auto;
	overflow-y: scroll;
  }
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  box-shadow: 2px 2px 5px rgba(244, 244, 244, 0.9568627451);
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-out;
}
@media screen and (min-width: 1201px) {
  .header.bg-active {
    opacity: 1;
    pointer-events: auto;
  }
}

.top_head_sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .top_head_sp {
    display: block;
  }
}

.btn_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .btn_menu {
    display: none;
  }
}

main .top_title_spnone {
  display: none;
}
@media screen and (max-width: 768px) {
  main .top_title_spnone {
    display: flex;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  main .top_title_none {
    display: none;
  }
}

.link_logo {
  display: block;
}

.head_logo {
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
}
@media screen and (max-width: 1200px) {
  .head_logo {
    margin-bottom: 28px;
  }
  .head_logo.sp_logo {
    margin-bottom: 0;
  }
}

.head_logo_svg {
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}
@media screen and (max-width: 1200px) {
  .head_logo_svg {
    width: 192px;
  }
}
@media screen and (max-width: 1200px) {
  .head_logo_svg path {
    fill: #FFFFFF;
  }
}

.top_nav {
  max-width: 830px;
}
@media screen and (max-width: 1200px) {
  .top_nav {
    padding: 0 24px;
  }
}

.top_nav_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
@media screen and (max-width: 1500px) {
  .top_nav_box {
    gap: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .top_title_sp {
    display: block;
  }
  .top_title_sp li {
    margin-top: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  .top_title_sp li::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 1px;
    background-color: #FFFFFF;
    bottom: -16px;
    left: 0;
  }
  .top_title_sp li:first-child {
    margin-top: 60px;
  }
  .top_title_sp li:last-child {
    margin-top: 45px;
  }
  .top_title_sp li:last-child::after {
    content: none;
  }
}

.nav_link {
  color: #333333;
  transition: all 0.3s ease-out;
  /**display: block;**/
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 48px;
    width: 100%;
}

@media screen and (max-width: 1200px) {
  .nav_link {
    color: #fff;
	display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.nav_link:hover {
  opacity: 0.5;
}

.nav_linkbox {
  text-align: center;
}

.price_link{
	position: relative;
	transition: all 0.25s ease-in-out;
}

.price_link ul{
	position: absolute;
    background: #fff;
    padding: 12px 16px 4px;
    width: 220px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
	opacity: 0;
	transform: translateY(6px);
	visibility: hidden;
	pointer-events: none;
	transition: opacity .3s ease, transform .3s ease, visibility 0s linear .3s;
	will-change: opacity, transform;
}

.price_link:hover > ul{
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	pointer-events: auto;
	transition-delay: 0s, 0s, 0s;
}

.price_linkbox div{
	display: flex;
	gap: 4px;
}

@media screen and (max-width: 1200px) {
  .nav_linkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
  }
	
	.price_link {
		display: block!important;
	}
	
	.price_linkbox{
		color: #fff;
		padding-bottom: 8px;
	}
	
	.price_link a{
		padding: 16px 0px 16px 12px;
	}
	
	.price_linkbox_en{
		font-size: 14px;
	}
	
	.price_arrow{
		top: auto;
	}
	
	.price_link ul{
		opacity: 1;
		visibility: visible;
		transform: none !important;
		pointer-events: none;
		background: none;
		position: unset;
		width: 100%;
		box-shadow: none;
		padding: 0;
	}
	
	.price_link:hover > ul{
		transition: none !important;
	}
	
	.price_linkbox div img{
		display: none!important;
	}
}

.nav_linkbox_jp {
  font-size: 12px;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .nav_linkbox_jp {
    order: 2;
    font-size: 12px;
  }
}

.nav_linkbox_en {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  .nav_linkbox_en {
    order: 1;
    font-size: 16px;
  }
}

.mv_box {
  position: relative;
  z-index: 4;
}

.swiper-wrapper {
  height: 660px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .swiper-wrapper {
    height: 192px;
  }
}

.slick-list {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .slick-list {
    height: 375px;
  }
}

.slick-track {
  height: 100%;
}

.slick-slide {
  height: 100%;
}
.slick-slide div {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .slick-slide div {
    height: auto;
  }
}
.slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.mv_textbox {
  position: absolute;
  left: 144px;
  bottom: 140px;
}

@media screen and (max-width: 1200px) {
  .mv_textbox {
    left: 72px;
    bottom: 96px;
  }
}
@media screen and (max-width: 768px) {
  .mv_textbox {
    display: none;
  }
}
.mv_textbox p {
  color: #fff;
  font-size: 20px;
  text-shadow: 0 1px 1px rgba(51, 51, 51, 0.6);
  line-height: 2.2;
  letter-spacing: 0.2em;
}

.mv_maintext_sp{
	text-align: center;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.mv_textbox_sp{
	font-size: 20px;
	line-height: 2.2;
 	letter-spacing: 0.2em;
}

.mv_maintext_link{
	color: #333;
    text-decoration: underline;
}

.mv_maintext_category{
	text-align: center;
	display: flex;
    gap: 16px;
    justify-content: center;
	margin: 48px;
	flex-wrap: wrap;
}

.mv_maintext_categorylink{
	border: 1px solid #F5AA32;
	padding: 2px 20px;
}

.mv_maintext_categorylink a{
	color: #333;
	font-size: 16px;
	text-align: center;
    text-indent: 0.2em;
}

.mv_maintext_categorylink :hover, .mv_maintext_link:hover{
 	opacity: 0.5;
	transition: all 0.4s;
}

.top_title {
  position: relative;
  z-index: 5;
}

.top_white_image {
  position: absolute;
  top: 0;
  transform: translate(0px, -99%);
}
@media screen and (max-width: 768px) {
  .top_white_image {
    display: none;
  }
}


@media screen and (max-width: 768px) {
	.mv_textbox_sp {
		font-size: 14px;
		margin-top: 16px;
	  }
	
	.mv_maintext_sp{
		display: block;
	}
	
	.link-sp-none{
		opacity: 0;
		font-size: 4px;
	}
	
	.mv_maintext_category{
		margin: 32px 20px;
	}
	
	.mv_maintext_categorylink{
		padding: 4px 0px;
    	width: 140px;
	}
	
	.mv_maintext_categorylink a{
		font-size: 12px;
	}
}

.top_title_box {
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.title_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .title_logo {
    margin-bottom:40px;
  }
}
.title_logo img {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .title_logo img {
    max-width: 286px;
  }
}

.title_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .title_nav {
    display: none;
  }
}
.title_nav li {
  padding: 0 24px;
  border-right: 1px solid #979797;
}
.title_nav li:last-child {
  border-right: none;
}

.title_nav_box {
  gap: 0;
}
@media screen and (max-width: 1200px) {
  .title_nav_box {
    display: none;
  }
}

.top_nav_link {
  width: 115px;
}

.nav_snsbtn {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 100vh;
  background: #F5AA32;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1200px) {
  .nav_snsbtn {
    background: transparent;
    width: auto;
    height: auto;
  }
}

.nav_snsbtn:hover {
  background: #fff;
  border: 1px solid #F5AA32;
}
.nav_snsbtn:hover .instagram_white path {
  fill: #F5AA32;
}

.nav_snsbtn_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.instagram_white {
  width: 24px;
  height: 24px;
}

.header_arrow {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header_arrow {
    display: block;
    /**position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);**/
    width: 14px;
    height: 6px;
  }
  .header_arrow path {
    stroke: #FFFFFF;
  }
}

.top_wrapper_sec {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .top_wrapper_sec {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .top_wrapper_sec {
    min-width: 375px;
    padding: 0 5%;
  }
}

.mv-reserve{
	padding-top: 48px;
	margin-top: 120px;
}

@media screen and (max-width: 768px) {
	.mv-reserve{
		margin-top: 64px;
	}
}

.top_news {
  padding-top: 200px;
}
@media screen and (max-width: 1200px) {
  .top_news {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top_news {
    padding-top: 100px;
  }
}

.top_news_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_sec_title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  position: relative;
  transform: translateY(8px);
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .top_sec_title {
    margin-bottom: 40px;
    font-size: 20px;
  }
}

.top_sec_title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: -8px;
  left: 0px;
}

.top_sec_title::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  bottom: -8px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .top_sec_title::after {
    width: 16px;
  }
}

.more_box {
  display: inline-block;
}

.top_more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.more {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.more_text {
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.more_btn {
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 100vh;
  background: #FFFFFF;
  border: 1px solid #F5AA32;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .more_btn {
    width: 28px;
    height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .more_sp {
    margin-bottom: 16px;
  }
}

.more_btn:hover {
  background-color: #F5AA32;
}
.more_btn:hover .arrow-img path {
  stroke: #fff;
}

.arrow-img {
  width: 16px;
  height: 6px;
}
@media screen and (max-width: 768px) {
  .arrow-img {
    width: 14px;
    height: 5px;
  }
}
.arrow-img path {
  stroke: #F5AA32;
}

.news_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .news_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .news_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 16px;
  }
}

.news_card_link {
  transition: all 0.3s ease-out;
}

.news_card_link:hover img {
  width: 110%;
  height: 110%;
}

.news_thumbnail {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #aaa;
}
.news_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-out;
}

.news_textbox {
  margin-top: 16px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .news_textbox {
    margin-top: 12px;
  }
}
.news_textbox .article_text {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .news_textbox .article_text {
    margin-top: 4px;
  }
}
.news_textbox .article_text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  letter-spacing: 0.2em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_textbox .article_category {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .news_textbox .article_category {
    margin-top: 12px;
  }
}

.article_time {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .article_time {
    font-size: 12px;
  }
}

.article_category {
  display: inline-block;
  background-color: #F4F4F4;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .article_category {
    font-size: 12px;
  }
}

.top_about {
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .top_about {
    padding-top: 100px;
  }
}
.top_about p {
  line-height: 2;
  letter-spacing: 0.2em;
}

.bg_gray {
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .bg_gray {
    padding-top: 100px;
  }
}

.top_salon {
  background-color: rgba(244, 244, 244, 0.9568627451);
  padding-bottom: 48px;
  scroll-margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .top_salon {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .top_salon .top_wrapper_sec {
    padding: 0 9%;
  }
}

.salon_card {
  background-color: #FFFFFF;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1200px) {
  .salon_card {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .salon_card {
    display: block;
  }
}

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

.salon_thumbnail {
  display: block;
  flex-basis: 340px;
  aspect-ratio: 4/3;
}

.salon_card_textbox {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .salon_card_textbox {
    text-align: center;
  }
}

.salon_logo {
  margin-top: 11px;
  max-width: 288px;
  width: 100%;
  max-height: 48px;
  aspect-ratio: 288/48;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 768px) {
  .salon_logo {
    margin-top: 16px;
    margin-inline: auto;
    max-width: 240px;
    -o-object-position: center;
       object-position: center;
  }
}

.top_salon_info {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top_salon_info {
    margin-top: 16px;
    text-align: center;
  }
}

.salon_time,
.salon_address,
.salon_access {
  margin-bottom: 8px;
}

.salon_time,
.salon_tel {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.salon_tel_link {
  transition: all 0.3s ease-out;
}

.salon_tel_link:hover {
  opacity: 0.5;
}

.salon_address,
.salon_access {
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.salon_tel {
  margin-top: 8px;
}
.salon_tel a {
  color: #333333;
  text-decoration: underline;
}

.salon_instagram {
  display: inline-block;
  margin-top: 24px;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .salon_instagram {
    margin-top: 16px;
  }
}

.salon_instagram:hover {
  opacity: 0.5;
}

.salon_link_box {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .salon_link_box {
    gap: 13px;
  }
}
@media screen and (max-width: 768px) {
  .salon_link_box {
    display: block;
    text-align: right;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .salon_link_box .more_box {
    display: inline-block;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .salon_link_box .more_box .more {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .salon_link_box .more_box:last-child {
    margin-bottom: 0;
  }
}

.more_jp {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .more_sp {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .more_sp:last-child {
    margin-bottom: 0;
  }
}

.top_link {
  margin-top: 100px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
@media screen and (max-width: 768px) {
  .top_link {
    margin-top: 48px;
  }
}

.top_link_text {
  margin-top: 48px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.top_link_text::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 32px;
  background-color: #333333;
  top: 3px;
  left: -22px;
  transform: rotate(162deg);
}
@media screen and (max-width: 768px) {
  .top_link_text::before {
    top: -2px;
    left: -21px;
  }
}
.top_link_text::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 32px;
  background-color: #333333;
  top: 4px;
  right: -19px;
  transform: rotate(-162deg);
}
@media screen and (max-width: 768px) {
  .top_link_text::after {
    top: -3px;
    right: -18px;
  }
}
@media screen and (max-width: 768px) {
  .top_link_text {
    margin-top: 32px;
    font-size: 16px;
  }
}

.top_solid,
.bottom_solid {
  position: relative;
}

.top_solid::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #333333;
  top: 13px;
  left: -28px;
  transform: rotate(144deg);
}
@media screen and (max-width: 768px) {
  .top_solid::before {
    top: 10px;
  }
}

.bottom_solid::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #333333;
  top: 14px;
  left: 24px;
  transform: rotate(-144deg);
}
@media screen and (max-width: 768px) {
  .bottom_solid::before {
    top: 9px;
    left: 23px;
  }
}

.top_link_box {
  display: block;
  margin-top: 24px;
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.top_link_box img {
  width: 800px;
}
@media screen and (max-width: 768px) {
  .top_link_box {
    margin-bottom: 32px;
  }
}

.top_link_box:hover {
  opacity: 0.5;
}

.top_style {
  padding-top: 200px;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .top_style {
    padding-top: 116px;
  }
}

.style_box {
  gap: 40px;
  margin-bottom: 40px;
  padding-left: 72px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .style_box {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 33px;
    gap: 24px;
  }
}

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

.style_box_child {
  transition: all 0.3s ease-out;
}

.style_box_child:hover {
  opacity: 0.5;
}

.ladies::before {
  content: "LADIES";
  writing-mode: vertical-rl;
  position: absolute;
  color: #979797;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 800px) {
  .ladies::before {
    top: 12px;
    left: 0;
    transform: translate(0, 0);
    font-size: 14px;
  }
}

.mens {
  margin-top: 48px;
}

.mens::before {
  content: "MEN’S";
  writing-mode: vertical-rl;
  position: absolute;
  color: #979797;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 800px) {
  .mens::before {
    top: 12px;
    left: 0;
    transform: translate(0, 0);
  }
}

.top_staff,
.top_recruit,
.reserve_wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .top_staff,
  .top_recruit,
  .reserve_wrapper {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .top_staff,
  .top_recruit,
  .reserve_wrapper {
    padding: 0 5%;
  }
}

.top_staff {
  padding-top: 200px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .top_staff {
    padding-top: 100px;
    display: block;
  }
}

.top_staff_box {
  flex-basis: 500px;
}
.top_staff_box p {
  line-height: 2;
  letter-spacing: 0.2em;
}

.top_staff_text {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .top_staff_text {
    margin-bottom: 24px;
  }
}

.top_staff_image {
  flex-basis: 508px;
}
@media screen and (max-width: 768px) {
  .top_staff_image {
    min-width: 240px;
    padding-left: 116px;
    margin-top: 24px;
  }
  .top_staff_image img {
    min-width: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top_staff_image img {
  width: 100%;
  height: 100%;
}

.p1 .top_staff_image img {
  box-shadow: 24px 24px #F4F4F4;
}
@media screen and (max-width: 768px) {
  .p1 .top_staff_image img {
    box-shadow: 12px 12px #F4F4F4;
  }
}

@media screen and (max-width: 768px) {
  .p2 {
    padding-top: 100px;
    display: grid;
    gap: 24px;
  }
}
.p2 .top_sec_title {
  margin-top: 88px;
}
@media screen and (max-width: 1000px) {
  .p2 .top_sec_title {
    margin-top: 0;
  }
}
.p2 .top_staff_box {
  order: 2;
}
@media screen and (max-width: 768px) {
  .p2 .top_staff_box {
    min-width: 240px;
    order: 1;
  }
}
.p2 .top_staff_image {
  order: 1;
}
@media screen and (max-width: 768px) {
  .p2 .top_staff_image {
    padding-right: 116px;
    padding-left: 0;
  }
}
.p2 .top_staff_image img {
  box-shadow: -24px 24px #F4F4F4;
}
@media screen and (max-width: 768px) {
  .p2 .top_staff_image img {
    box-shadow: -12px 12px #F4F4F4;
    order: 2;
  }
}

.recruit_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .recruit_title {
    font-size: 20px;
  }
}

.recruit_text {
  line-height: 2;
  letter-spacing: 0.2em;
}

.recruit_text_top {
  margin-top: 24px;
}

.recruit_text_bottom {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .recruit_text_bottom {
    margin-bottom: 24px;
  }
}

.reserve {
  background-color: #F4F4F4;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .reserve {
    padding-top: 24px;
  }
}

.reserve_wrapper {
  transform: translateY(8px);
}

.center {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  transform: translateY(8px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .center {
    font-size: 20px;
  }
}

.center::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  bottom: -8px;
  right: 50%;
  transform: translate(50%, 50%);
}

.reserve_text {
  margin-top: 48px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .reserve_text {
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.reserve_box {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 224px 224px 224px;
  gap: 64px;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .reserve_box {
    display: block;
    margin-top: 32px;
    width: 240px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 850px) {
  .reserve_card {
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 768px) {
  .reserve_card:last-child {
    margin-bottom: 0;
  }
}

.reserve_store {
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .reserve_store {
    height: 62px;
  }
}

.reserve_thum {
  overflow: hidden;
  aspect-ratio: 224/168;
  display: block;
}
.reserve_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-out;
}
.reserve_thum img:hover {
  width: 110%;
  height: 110%;
}

.reserve_store_name {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reserve_store_name {
    font-size: 20px;
  }
}

.reserve_link {
  max-width: 200px;
  padding: 22px 0;
  border: 1px solid #979797;
  text-align: center;
  background-color: #FFFFFF;
  display: block;
  margin-inline: auto;
  position: relative;
  transition: all 0.3s ease-out;
  position: relative;
}
.reserve_link:hover .cls-1 {
  fill: #333333;
}
.reserve_link:hover .cls-2 {
  fill: #FFFFFF;
}
.reserve_link p {
  line-height: 1;
  letter-spacing: 0.2em;
  color: #333333;
  white-space: nowrap;
}

.reserve_link:hover {
  background: #333333;
}
.reserve_link:hover p {
  color: #fff;
}
.reserve_link:hover .reserve_arrow path {
  stroke: #fff;
}

.reserve_arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.more_text_weight {
  font-weight: 600;
}

.reserve_link_line {
  margin-top: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .reserve_link_line {
    margin-bottom: 16px;
  }
}

.reserve_line_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.reserve_tel {
  display: block;
  padding-top: 24px;
  position: relative;
  text-decoration: underline;
  transition: all 0.3s ease-out;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  padding-top: 16px;
}

.reserve_tel:hover {
  opacity: 0.5;
}

.reserve_tel::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reserve_link_box {
  margin: 24px auto;
}

footer {
  position: relative;
  padding: 64px 144px;
  background-color: #333333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  footer {
    padding: 0 5%;
    padding: 64px 5% 100px;
  }
}
footer a {
  color: #fff;
}
footer ul li {
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 400;
}

.foot_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .foot_flex {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  .foot_flex_left {
    text-align: center;
  }
}

.foot_toplink {
  display: block;
  width: 336px;
}
@media screen and (max-width: 1100px) {
  .foot_toplink {
    width: 309px;
  }
}
.foot_toplink img {
  width: 100%;
  height: 100%;
}

.foot_nav {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .foot_nav {
    margin-bottom: 32px;
  }
}
.foot_nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1300px) {
  .foot_nav ul {
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .foot_nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 24px;
  }
}

.foot_nav_link {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1100px) {
  .foot_nav_link {
    font-size: 16px;
  }
}

.foot_nav_link:hover {
  opacity: 0.5;
}

.foot_instagram {
  display: inline-block;
  width: 25px;
}

.foot_flex_right {
  padding-top: 23px;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .foot_flex_right {
    text-align: center;
    padding-top: 0;
    margin-top: 64px;
  }
}

.foot_store {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .foot_store {
    display: block;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .foot_store li {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .foot_store li:last-child {
    margin-bottom: 0;
  }
}

.foot_store_link {
  transition: all 0.3s ease-out;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .foot_store_link {
    font-size: 16px;
  }
}

.foot_store_link:hover {
  opacity: 0.5;
}

.privacy_link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}
@media screen and (max-width: 1100px) {
  .privacy_link {
    margin-right: auto;
  }
}

small {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1100px) {
  small {
    font-size: 10px;
  }
}

.page_top {
  display: block;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 100vh;
  border: none;
  background: #FFFFFF;
  position: fixed;
  bottom: 20px;
  right: 56px;
  top: auto;
  transform: translateY(-50%);
  font-size: 1.8rem;
  border: 1px solid #F5AA32;
}
@media screen and (max-width: 768px) {
  .page_top {
    right: 16px;
  }
}
.page_top.teston {
  top: 0;
  position: absolute;
}

.page_top:hover {
  transition: all 0.25s ease-out;
  background: #F5AA32;
}
.page_top:hover .top_btn_arrow path {
  stroke: #fff;
}

.page_top_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_btn_arrow {
  width: 14px;
  height: 7px;
}

.svg_line {
  width: 25px;
  height: auto;
}
.svg_line .cls-1 {
  fill: #fff;
}
.svg_line .cls-2 {
  fill: #00c300;
}

.open .hamburger {
  background-color: #FFFFFF;
}
.open .hamburger span {
  background-color: #F5AA32;
}

.sp_link_logo {
  padding: 12px 16px;
  display: inline-block;
  position: fixed;
  z-index: 3;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .sp_link_logo {
    display: none;
  }
}

.sp_logo {
  display: none;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1200px) {
  .sp_logo {
    display: block;
    width: 192px;
  }
}
.sp_logo img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .open .sp_logo {
    opacity: 0;
    pointer-events: none;
  }
}

.news,
.staff {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
}
@media screen and (max-width: 1200px) {
  .news,
  .staff {
    min-width: 375px;
    padding: 0 5%;
  }
}

.lower_title {
  padding-left: 64px;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower_title {
    font-size: 24px;
    padding-left: 40px;
  }
}

.lower_title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #333333;
  top: 50%;
  left: 0;
  transform: translate(0, 50%);
}
@media screen and (max-width: 768px) {
  .lower_title::before {
    width: 24px;
  }
}

.news_wrapper {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .news_wrapper {
    margin-top: 48px;
  }
}

.category_box {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-inline: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 850px) {
  .category_box {
    grid-template-columns: repeat(2, 140px);
    justify-items: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 48px;
  }
}
.category_box a {
  display: block;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #333333;
  white-space: nowrap;
  border: 1px solid #979797;
  padding: 18px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .category_box a {
    min-width: 140px;
  }
}

.news_category {
  width: 140px;
}

.news_category_box .news_category:hover {
  transition: all 0.3s ease-out;
  color: #ffffff;
  background: #333333;
}

.category_current.news_category {
  background: #333333;
  color: #ffffff;
}

.page-nav {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .page-nav {
    margin-top: 48px;
  }
}
.page-nav li {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    gap: 0;
  }
}

.page, .extend, .current {
  color: #F5AA32;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 100vh;
}

.page {
  transition: all 0.2s ease-out;
}
.page:hover {
  color: #fff;
  background-color: #F5AA32;
}
@media screen and (max-width: 768px) {
  .page {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}
.page img {
  width: 46px;
  height: 14px;
  vertical-align: auto;
}

.current {
  color: #fff;
  background-color: #F5AA32;
}

.previouspostslink {
  color: transparent;
  border-radius: 100vh;
  background-image: url(assets/img/prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 56px;
  height: 56px;
  transition: all 0.2s ease-out;
}
.previouspostslink:hover {
  background-image: url(assets/img/prev-hover.svg);
  background-color: #F5AA32;
}

.nextpostslink {
  color: transparent;
  border-radius: 100vh;
  background-image: url(assets/img/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 56px;
  height: 56px;
}
.nextpostslink:hover {
  background-image: url(assets/img/next-hover.svg);
  background-color: #F5AA32;
}

.staff_category_box {
  grid-template-columns: repeat(3, 220px);
}
@media screen and (max-width: 768px) {
  .staff_category_box {
    display: block;
  }
}

.staff_category {
  text-align: center;
  background-color: #FFFFFF;
  display: block;
  margin-inline: auto;
  position: relative;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .staff_category {
    margin-bottom: 16px;
  }
}
.staff_category:last-child {
  margin-bottom: 0;
}

.store_arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
}

.staff_instagram {
  width: 20px;
  transition: all 0.3s ease-out;
}
.staff_instagram:hover {
  opacity: 0.5;
}
.staff_instagram path {
  fill: #333333;
}

.staff_list {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .staff_list {
    gap: 64px 16px;
  }
}

.staff_list_box {
  margin-top: 200px;
  scroll-margin-top: 150px;
}
@media screen and (max-width: 1200px) {
  .staff_list_box {
    scroll-margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .staff_list_box {
    margin-top: 100px;
  }
}

.staff_list_box:first-of-type {
  margin-top: 0;
}

.staff_card:hover img {
  width: 100%;
  height: 100%;
}

.staff_textbox {
  margin-top: 12px;
}

.staff_position, .staff_text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .staff_position, .staff_text {
    font-size: 11px;
  }
}

.staff_info, .staff_text {
  margin-top: 4px;
}

.staff_name {
  flex-basis: 178px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .staff_name {
    flex-basis: 120px;
    font-size: 14px;
  }
}

.staff_info {
  padding: 9px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.staff_info a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.salon_top_wrap {
  padding-top: 24px;
  max-width: 1152px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .salon_top_wrap {
    padding-top: 48px;
  }
}

.salon_mv::before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  transform: translateY(38px);
}
@media screen and (max-width: 1100px) {
  .salon_mv::before {
    display: none;
  }
}

.salon_content_wrap {
  max-width: 1024px;
  margin-inline: auto;
}
@media screen and (max-width: 1100px) {
  .salon_content_wrap {
    min-width: 375px;
    padding: 0 5%;
  }
}

.salon_reserve {
  transform: translateY(8px);
}

.salon_mv {
  max-width: 1152px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 105px;
}
@media screen and (max-width: 1100px) {
  .salon_mv {
    display: block;
  }
}

.salon_mv_image {
  flex-basis: 720px;
  aspect-ratio: 2/1;
  box-shadow: 24px 24px #F4F4F4;
  order: 2;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .salon_mv_image {
    min-width: 320px;
    margin-left: auto;
    box-shadow: 16px 16px #F4F4F4;
    transform: translateX(-16px);
    width: calc(100% - 56px);
  }
}
.salon_mv_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.salon_mv_title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  white-space: nowrap;
  order: 1;
}
@media screen and (max-width: 1100px) {
  .salon_mv_title {
    margin-top: 40px;
    padding-left: 19px;
    border-bottom: 1px solid #333333;
  }
}
@media screen and (max-width: 768px) {
  .salon_mv_title {
    font-size: 24px;
  }
}

.salon_mv_title::after {
  content: "";
  width: 100%;
  height: 1px;
}

.salon_info {
  margin-top: 100px;
}

.salon_info_text {
  width: 800px;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .salon_info_text {
    width: 100%;
  }
}
.salon_info_text p {
  line-height: 2;
  letter-spacing: 0.2em;
}

.salon_tag {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .salon_tag {
    margin-top: 24px;
  }
}
.salon_tag li p {
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #979797;
}

.salon_glid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 786px) {
  .salon_glid {
    margin-top: 24px;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.salon_profile {
  margin-top: 200px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 64px;
}
@media screen and (max-width: 1200px) {
  .salon_profile {
    margin-top: 100px;
    display: block;
  }
}
.salon_profile dl {
  flex-basis: 480px;
}

.salon_profile_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 16px;
  border-bottom: 1px solid #979797;
  gap: 8px;
}
@media screen and (max-width: 1200px) {
  .salon_profile_inner {
    padding: 24px 8px 16px;
  }
}
.salon_profile_inner dt {
  width: 25%;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.2em;
}
.salon_profile_inner dd {
  width: 75%;
  line-height: 1.5;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.salon_profile_inner dd a {
  color: #333333;
}
@media screen and (max-width: 768px) {
  .salon_profile_inner dd {
    white-space: normal;
  }
}

.accordion_bottom_inner {
  padding: 0;
}

.salon_map {
  flex-basis: 480px;
  aspect-ratio: 480/360;
}
@media screen and (max-width: 1200px) {
  .salon_map {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .salon_map {
    aspect-ratio: revert;
    height: 360px;
  }
}
.salon_map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .bg_gray_sp {
    padding-top: 100px;
  }
}

.salon_reserve_list {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.salon_reserve_list li {
  flex-basis: 400px;
  height: 186px;
  background: #FFFFFF;
  padding: 24px 24px;
  text-align: center;
}

.web_image {
  width: 24px;
  height: 26px;
}

.salon_reserve_text {
  margin-top: 4px;
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.salon_reserve_link {
  margin-top: 8px;
}

.line_image {
  width: 32px;
  height: 32px;
}

.tel_image {
  width: 24px;
  height: 24px;
}

.salon_reserve_tel {
  margin-top: 18px;
  display: inline-block;
  text-decoration: underline;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #333333;
  transition: all 0.3s ease-out;
}

.salon_reserve_tel:hover {
  opacity: 0.5;
}

.pd-b0 {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .pd-b0 {
    padding-bottom: 24px;
  }
}

.bg_gray_btm {
  padding-top: 0;
}

.menu {
  margin-top: 200px;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .menu {
    margin-top: 100px;
    min-width: 337px;
    padding: 0 5%;
  }
}

.menu_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 91px;
}
@media screen and (max-width: 1200px) {
  .menu_flex {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .menu_flex {
    display: block;
  }
}

.salon_menu {
  margin-bottom: 32px;
}

.menu_list {
  flex: 1;
}

.accordion_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 16px 16px;
  border-bottom: 1px solid #979797;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .accordion_top {
    padding: 24px 8px 16px;
  }
}

.accordion_top_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.accordion_top_title {
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
}

.accordion_price {
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: right;
}

.accordion_bottom {
  display: block;
  transition: all 0.3s ease-out;
  height: 0;
  overflow: hidden;
}
.accordion_bottom .salon_profile_inner {
  border-bottom: none;
}

.accordion_bottom_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 0 16px 24px;
  width: 100%;
}

.accordion_bottom_title {
  line-height: 2;
  letter-spacing: 0.2em;
  min-width: 56px;
}

.accordion_bottom_text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.2em;
  color: #979797;
}
@media screen and (max-width: 768px) {
  .accordion_bottom_text {
    font-size: 12px;
  }
}

.accordion_arrow_up,
.accordion_arrow_down {
  display: none;
}
.accordion_arrow_up.accordion_arrow_on,
.accordion_arrow_down.accordion_arrow_on {
  display: block;
}

.close {
  height: auto;
}

.menu_attention {
  margin-top: 80px;
  background-color: #F4F4F4;
  padding: 40px 40px 40px 68px;
}
@media screen and (max-width: 768px) {
  .menu_attention {
    margin-top: 64px;
    padding: 16px 16px 16px 40px;
  }
}
.menu_attention li {
  line-height: 2;
  letter-spacing: 0.2em;
  list-style: outside;
  margin-bottom: 1lh;
}
.menu_attention li:last-child {
  margin-bottom: 0;
}

.bold_text {
  font-weight: 600;
}

.bg_gray_salon {
  padding-top: 100px;
}

.article_wrap {
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .article_wrap {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .article_wrap .article_time {
    display: block;
    margin-bottom: 16px;
  }
}

.article_header {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .article_header {
    margin-top: 48px;
  }
}

.article_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .article_title {
    font-size: 24px;
  }
}

.article_time_box {
  margin-top: 24px;
  text-align: right;
}
.article_time_box .article_category {
  margin-left: 40px;
}

.article_thumbnail {
  margin-top: 48px;
  margin-bottom: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article_thumbnail picture {
  width: 500px;
  aspect-ratio: 500/500;
}
.article_thumbnail picture img {
  width: 100%;
  height: 100%;
}

.article_main p {
  margin-top: 24px;
  line-height: 2;
  letter-spacing: 0.2em;
}
.article_main h2 {
  margin-top: 64px;
  margin-bottom: 33px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .article_main h2 {
    margin-top: 64px;
    font-size: 20px;
  }
}
.article_main h2::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #F5AA32;
  position: absolute;
  right: 0;
  bottom: -8px;
}
.article_main h3 {
  margin-top: 64px;
  margin-bottom: 24px;
  padding-left: 17px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .article_main h3 {
    margin-top: 48px;
  }
}
.article_main h3::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #F5AA32;
  position: absolute;
  top: 0;
  left: 0;
}
.article_main .bold {
  font-weight: 600;
}
.article_main ul {
  margin-top: 64px;
  margin-bottom: 48px;
  padding: 24px;
  background-color: #F4F4F4;
  padding-left: calc(24px + 1em);
}
@media screen and (max-width: 768px) {
  .article_main ul {
    margin-top: 48px;
  }
}
.article_main li {
  list-style: outside;
  line-height: 2;
  letter-spacing: 0.2em;
}
.article_main .marker {
  background: linear-gradient(transparent 77%, #F5AA32 0%);
  padding-bottom: 1px;
}

.related {
  margin-top: 100px;
}
@media screen and (max-width: 1100px) {
  .related {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .related {
    margin-top: 64px;
  }
}

.news_backbtn {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .news_backbtn {
    margin-top: 64px;
  }
}
.news_backbtn.more_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_backbtn .more_btn:hover svg path {
  stroke: #FFFFFF;
}

.related_title {
  font-weight: 600;
}

.top_staff.recruit_message {
  padding-top: 100px;
}
.top_staff.recruit_message .top_staff_image .recruit_image {
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .p1.recruit_message {
    padding-right: 0;
    padding-left: 0;
  }
}

.p2.recruit_message {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .p2.recruit_message {
    padding-left: 0;
    padding-right: 0;
    gap: 0;
  }
}
.p2.recruit_message .top_staff_image {
  margin-top: 0;
}

.recruit_message {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit_message .top_staff_box {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .recruit_message .recruit_text {
    margin-bottom: 24px;
  }
}

.recruit_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .recruit_title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.recruit_box{
	margin-bottom: 0;
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.recruit_category{
	margin: 0;
}

@media screen and (max-width: 768px) {
	.recruit_category{
		width: 160px;
	}
}

.salon_wrap {
  max-width: 1152px;
  margin-inline: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.recruit_inner_title {
  font-weight: 600;
  font-size: 32px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .recruit_inner_title {
    font-size: 24px;
  }
}
.recruit_inner_title::before {
  top: 8px;
  left: -21px;
}
.recruit_inner_title::after {
  top: 9px;
  right: -16px;
}
.recruit_inner_title .top_solid::before {
  top: 17px;
  left: -26px;
}
.recruit_inner_title .bottom_solid::before {
  top: 17px;
  left: 21px;
}

.recruit_inner {
  padding-bottom: 48px;
}

.recruit_inner_flex {
  margin-top: 48px;
  padding: 48px 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 960px) {
  .recruit_inner_flex {
    padding: 48px 5%;
  }
}
@media screen and (max-width: 768px) {
  .recruit_inner_flex {
    display: block;
    padding: 24px;
    margin-top: 24px;
  }
}
.recruit_inner_flex.p2 .recruit_textbox {
  order: 2;
}
.recruit_inner_flex.p2 .recruit_imagebox {
  order: 1;
}

.recruit_textbox {
  flex-basis: 480px;
}
.recruit_textbox p {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .recruit_textbox p {
    margin-bottom: 16px;
  }
}
.recruit_textbox p:last-child {
  margin-bottom: 0;
}
.recruit_textbox .more_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.recruit_textbox .more_box .more .more_text {
  margin-bottom: 0;
  font-family: "Hiragino Sans", "メイリオ", "Meiryo", "MeiryoUI", "遊ゴシック", "YuGothic", sans-serif;
  font-weight: 600;
}

.training_box {
  padding-bottom: 59px;
}
@media screen and (max-width: 768px) {
  .training_box {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .training_box .recruit_textbox_text {
    padding-bottom: 0;
  }
}

.recruit_imagebox {
  flex-basis: 480px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.recruit_grid_child1 {
  grid-column: 1/3;
  grid-row: 1/2;
}

.recruit_grid_child2 {
  grid-column: 1/2;
  grid-row: 2/3;
}

.recruit_grid_child3 {
  grid-column: 2/3;
  grid-row: 2/3;
}

.recruit_textbox_number {
  display: inline-block;
  color: #979797;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit_textbox_number {
    font-size: 32px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 24px;
  }
}

@media screen and (max-width: 768px) {
  .p2 .recruit_textbox .recruit_textbox_number {
    margin-left: auto;
  }
}

.recruit_textbox_number::after {
  content: "";
  position: absolute;
  background-color: #979797;
  width: 20px;
  height: 1px;
  bottom: 50%;
  right: -50%;
  transform: translateY(50%);
}

.recruit_textbox_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .recruit_textbox_title {
    font-size: 20px;
  }
}
.recruit_textbox_title span {
  color: #F5AA32;
}

.recruit_textbox_text {
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .recruit_textbox_text {
    padding-bottom: 24px;
  }
}

.interview_wrap {
  padding-top: 200px;
  max-width: 1024px;
  margin-inline: auto;
}
@media screen and (max-width: 1100px) {
  .interview_wrap {
    padding: 100px 5% 0;
  }
}

@media screen and (max-width: 768px) {
  .interview_solid::before {
    top: 21px;
    left: -23px;
  }
}
@media screen and (max-width: 768px) {
  .interview_solid::after {
    top: 21px;
  }
}
@media screen and (max-width: 768px) {
  .interview_solid .top_solid::before {
    top: 31px;
    left: -43px;
  }
}
@media screen and (max-width: 768px) {
  .interview_solid .bottom_solid::before {
    top: -5px;
  }
}

.interview_title {
  text-align: center;
  margin-bottom: 48px;
}

.interview_list {
  display: block;
}

.jobdesc_wrap {
  padding: 200px 5% 0;
  max-width: 1024px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .jobdesc_wrap {
    padding: 100px 5% 0;
  }
}

.jobdesc_top_text {
  margin-top: 24px;
}

.jobdesc_box {
  background-color: #F4F4F4;
  padding: 48px;
  display: block;
  margin-top: 48px;
  width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .jobdesc_box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .jobdesc_box {
    padding: 24px 16px;
  }
}

.jobdesc_box_inner {
  gap: 8px;
}
.jobdesc_box_inner dd {
  white-space: normal;
}

.apply {
  margin-top: 80px;
  border: 1px solid #333333;
  position: relative;
  background-color: #FFFFFF;
  text-align: center;
}
.apply::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #F4F4F4;
  width: calc(100% + 48px);
  height: 100%;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  margin-inline: auto;
}

.apply_title {
  padding-top: 64px;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .apply_title {
    padding-top: 48px;
    font-size: 20px;
  }
  .apply_title span img {
    transform: translateY(4px);
  }
}

.apply_text {
  margin-top: 24px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.apply_flexbox {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 64px;
}
@media screen and (max-width: 820px) {
  .apply_flexbox {
    display: block;
    padding: 48px 24px;
    margin-top: 0;
  }
}

.apply_card {
  padding: 0 40px;
  border-right: 1px solid #979797;
}
@media screen and (max-width: 820px) {
  .apply_card {
    border-right: none;
    border-bottom: 1px solid #979797;
    padding: 24px 0;
  }
}
.apply_card:last-child {
  border: none;
}
@media screen and (max-width: 820px) {
  .apply_card:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  .apply_card:first-child {
    padding-top: 0;
  }
}
.apply_card img {
  width: 48px;
  aspect-ratio: 1/1;
}

.apply_card_title {
  margin-bottom: 16px;
}

.apply_card_text {
  margin-top: 16px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.apply_card_tel {
  color: #F5AA32;
  text-decoration: underline;
  transition: all 0.3s ease-out;
  display: inline-block;
  height: 48px;
}
.apply_card_tel:hover {
  opacity: 0.5;
}

.apply_card_tel,
.apply_card_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .apply_card_tel,
  .apply_card_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sp_br {
    display: none;
  }
}

.sp_br_on {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_br_on {
    display: inline;
  }
}

.interview_list .slick-slide {
  width: 226px;
  margin-inline: 20px;
}

.slick-prev {
  width: 56px;
  height: 56px;
  border-radius: 100vh;
  background-color: #FFFFFF;
  border: 1px solid #F5AA32;
  z-index: 5;
  background-image: url(assets/img/prev.svg);
  background-position: center;
  transition: all 0.3s ease-out;
}
.slick-prev::before {
  content: "";
}
.slick-prev:hover {
  background: #F5AA32;
  background-image: url(assets/img/prev-hover.svg);
}
.slick-prev:focus {
  background: #FFFFFF;
  background-image: url(assets/img/prev.svg);
}

.slick-next {
  width: 56px;
  height: 56px;
  border-radius: 100vh;
  background-color: #FFFFFF;
  border: 1px solid #F5AA32;
  z-index: 5;
  background-image: url(assets/img/next.svg);
  background-position: center;
}
.slick-next::before {
  content: "";
}
.slick-next:hover {
  background: #F5AA32;
  background-image: url(assets/img/next-hover.svg);
}
.slick-next:focus {
  background: #FFFFFF;
  background-image: url(assets/img/next.svg);
}

.about_info {
  max-width: 1232px;
  margin-left: auto;
}

.about_title {
  padding-top: 0;
}

.about_info_text {
  margin-inline: 0;
  text-align: left;
  margin-top: 48px;
}

.about_grid {
  grid-template-columns: repeat(3, 1fr);
  padding-left: 132px;
}
@media screen and (max-width: 768px) {
  .about_grid {
    display: block;
    margin-top: 48px;
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .about_grid img {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .about_grid img:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .about_info_left {
    padding-right: 97px;
  }
}

@media screen and (max-width: 768px) {
  .about_info_right {
    padding-left: 97px;
  }
}

.owner_title {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .owner_title {
    margin-top: 100px;
  }
}

.owner_message {
  padding: 0;
  gap: 64px;
  display: block;
}

.owner_message_text {
  max-width: 800px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .owner_message_text {
    margin-bottom: 24px;
  }
}
.owner_message_text p {
  line-height: 2;
  letter-spacing: 0.2em;
}

.owner_image_box,
.owner_message_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owner_image {
  width: 600px;
  aspect-ratio: 600/400;
}

.about {
  padding-bottom: 24px;
}
.about .top_link_box {
  margin-top: 48px;
  margin-bottom: 0;
}

.about_inner {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .about_inner .interview_solid .top_solid::before {
    left: -87px;
  }
}

@media screen and (max-width: 900px) {
  .about_inner_sp {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

.about_inner_box {
  grid-template-columns: 314px 314px 314px;
}
@media screen and (max-width: 1200px) {
  .about_inner_box {
    grid-template-columns: 280px 280px 280px;
    gap: 32px;
  }
}
@media screen and (max-width: 900px) {
  .about_inner_box {
    display: block;
    margin-top: 32px;
    width: 314px;
  }
}

.about_inner_card {
  background-color: #FFFFFF;
  padding: 24px;
}
@media screen and (max-width: 900px) {
  .about_inner_card {
    margin-bottom: 24px;
  }
}

.about_inner_subtitle {
  font-family: "Hiragino Sans", "メイリオ", "Meiryo", "MeiryoUI", "遊ゴシック", "YuGothic", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .about_inner_subtitle {
    font-size: 20px;
  }
}

.about_inner_text {
  padding-top: 24px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  font-family: "Hiragino Sans", "メイリオ", "Meiryo", "MeiryoUI", "遊ゴシック", "YuGothic", sans-serif;
  line-height: 2;
  text-align: justify;
}
.about_inner_text:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .about_inner_text {
    font-size: 14px;
  }
}

.company_inner {
  margin-top: 0;
}

.company_image {
  height: auto;
  aspect-ratio: 480/640;
}

.tel_none {
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */