
/* Reset--------------------------- */
html,
body {
	border: none;
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}
blockquote::before,
blockquote::after {
	content: "";
}


/* Fonts--------------------------- */
@font-face {
	font-family: "Alexander";
	font-style: normal;
	font-display: swap;
	src: url(./assets/fonts/Alexander/Alexander-Quill-W01-Regular.ttf) format("truetype");
}

@font-face {
	font-family: "Josefin";
	font-style: normal;
	font-display: swap;
	src: url(./assets/fonts/Josefin_Sans/JosefinSans-Regular.ttf) format("truetype");
}

@font-face {
	font-family: "holland";
	font-style: normal;
	font-display: swap;
	src: url(./assets/fonts/Holland/Holland.otf) format("OpenType");
}


/* Element Base--------------------------- */
html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	box-sizing: border-box;
	color: #3E4443;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 14px;
	line-height: 1.8;
    letter-spacing: 0.07em;
	text-align: left;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 12px;
	}
}
main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	font-weight: 600;
	margin: 0 0 2rem 0;
}
h1,
.heading-size-1 {
	font-size: 3.6rem;
	font-weight: 800;
}
h2,
.heading-size-2 {
	font-size: 4.8rem;
}
h3,
.heading-size-3 {
	font-size: 3.2rem;
}
h4,
.heading-size-4 {
	font-size: 2.4rem;
}
h5,
.heading-size-5 {
	font-size: 2.1rem;
}
h6,
.heading-size-6 {
	font-size: 1.6rem;
	letter-spacing: 0.03125em;
	text-transform: uppercase;
}
p {
	margin: 0 0 1em 0;
}
ul {
	list-style: none;
}
em,
i,
q,
dfn {
	font-style: italic;
}
em em,
em i,
i em,
i i,
cite em,
cite i {
	font-weight: bolder;
}
big {
	font-size: 1.2em;
}
small {
	font-size: 0.75em;
}
b,
strong {
	font-weight: 700;
}
ins {
	text-decoration: underline;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
abbr,
acronym {
	cursor: help;
}
address {
	line-height: 1.5;
	margin: 0 0 2rem 0;
}
hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #dcd7ca;
	margin: 4rem 0;
}
a {
	color: #505050;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
}
.l-col2{
	display: flex;
	justify-content: center;
}
.l-col2--reverse{
	flex-flow: row-reverse;
}
.l-col2__content{
	width: 50%;
	padding: 20px;
}
.l-col2__content img{
	max-width: 100%;
}
::selection {
    background: #2D8F92;
    color: #fff;
}
/* Firefox */
::-moz-selection {
    background: #2D8F92;
    color: #fff;
}
@media screen and (max-width: 768px) {
	h2,
	.heading-size-2 {
		font-size: 2.8rem;
	}
}



/* Layout--------------------------- */
section{
	padding-top: 0;
}
.wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
.wrapper-middle {
	max-width: 1000px;
	margin: 0 auto;
}
.wrapper-small {
	max-width: 900px;
	margin: 0 auto;
}
@-webkit-keyframes sdb {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.backBtn{
	background: #F5F5F5;
	padding: 20px 50px;
}
.content__inner{
	width: 1100px;
	margin: auto;
	box-sizing: border-box;
	padding: 0 0 120px;
}
.content__inner--small{
	width: 950px;
	margin: auto;
	box-sizing: border-box;
}
.content__inner--page{
	max-width: 900px;
	width: 95%;
	margin: auto;
	box-sizing: border-box;
}
.page-title{
	margin-top: 70px;
	margin-bottom: 50px;
    margin-bottom: 30px;
    font-weight: normal;
	text-align: center;
	font-size: 42px;
}
.content__inner--page .wp-block-image{
	margin-bottom: 30px;
	text-align: center;
}
.content__inner--page figure{
	margin-right: 0;
	margin-left: 0;
}
.content__inner--page .wp-block-image img{
	max-width: 100%;
	max-height: 700px;
}
.subTitle{
	text-align: center;
	display: inline-block;
    font-size: 14px;
    background: #F5F5F5;
    padding: 10px 20px;
    border-radius: 20px 20px;
	letter-spacing: 0.2em;
}
.sp-on{
	display: none;
}
.pt-7 {
	padding-top: 70px;
}
.contents_ttl {
	font-size: 72px;
	padding: 25px 50px 50px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.googlemap {
	padding-bottom: 20px;
}

.googlemap iframe,
.googlemap object,
.googlemap embed {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: .7s;
}

.googlemap iframe:hover,
.googlemap object:hover,
.googlemap embed:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.tab-on{
	display: none;
}
.text-container.active .text-container__title:before {
    transform: translateX(100%);
}

.text-container__title__inner{
	display: inline-block;
	opacity: 0;
	transition: all .8s .5s ease;
}

.text-container__text{
	left: -50px;
	opacity: 0;
	position: relative;
	transition: all .5s .5s ease;
}

/*アニメーションするプロパティを設定します*/
.img-container.active img{
	opacity: 1;
}

.img-container.active:before{
	transform: translateX(100%);	
}

.text-container.active .text-container__title:before{
	transform: translateX(100%);
}

.text-container.active .text-container__title__inner{
	opacity: 1;
}

.text-container.active .text-container__text{
	left: 0;
	opacity: 1;
}


/*ボタン*/
.c-btn_normal {
    margin-top: 40px;
}
.c-btn_normal a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 130px;
    padding: 18px 30px;
    border: 1px solid #CCC;
    color: #3E4443;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.07em;
    position: relative;
}
.c-btn_normal a .c-arrow {
	width: 14px;
	height: 14px;
	background: url(./assets/img/arrow.png) no-repeat center center;
	background-size: contain;
}

@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 768px) {
	.wrapper {
		padding: 0 20px;
	}
	.wrapper-middle {
		padding: 0 20px;
	}
	.wrapper-small {
		padding: 0 20px;
	}
	.sp-on{
		display: block;
	}
	.tab-on{
		display: block;
	}
	.pc-off{
		display: none;
	}
	.content__inner, .content__inn, .conceptBg, .content__inner--small{
		width: 100%;
	}
	.contents_ttl {
		font-size: 40px;
		padding: 46px 10px 5px;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 480px) {
	
}






/* Nav--------------------------- */
.gnavi{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	z-index: 20;
	padding: 10px 5px;
	box-sizing: border-box;
}
.gnavi_sub{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 40px;
	box-sizing: border-box;
}
.gnavi__logo img{
	width: 140px;
}
.gnavi .gnavi__list ul{
	display: flex;
	align-items: center;
	font-family: 'Alexander';
	font-style: normal;
	font-weight: normal;
	margin: 0;
}
.gnavi_sub .gnavi__list ul{
	display: flex;
	align-items: center;
	font-family: 'Alexander';
	font-style: normal;
	font-weight: normal;
	margin: 0;
}
.gnavi .gnavi__list ul li{
	margin-right: 2rem;
	letter-spacing: 0.2em;
	font-size: 1.2rem;
}
.gnavi_sub .gnavi__list ul li{
	margin-right: 2rem;
	letter-spacing: 0.2em;
	font-size: 1.2rem;
}
.gnavi .gnavi__list ul li a{
	color: white;
}
.gnavi_sub .gnavi__list ul li a{
	color: #3E4443;
}
/*　ハンバーガーボタン　*/
.hamburger {
	display : none;
	position: fixed;
	z-index : 100;
	right : 10px;
	top   : 12px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
	border-radius: 50%;
	background: #fff;
}
.hamburger span {
	display : block;
	position: absolute;
	width   : 25px;
	height  : 2px ;
	left    : 50%;
	transform: translateX(-50%);
	background : #555;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 12px;
}
.hamburger span:nth-child(2) {
	top: 20px;
}
.hamburger span:nth-child(3) {
	top: 28px;
}
.scrollfixed{
	overflow: hidden;
}
  /* ナビ開いてる時のボタン */
.hamburger.active{
	background: none;
}
.hamburger.active span:nth-child(1) {
	top : 18px;
	left    : 8px;
	background :#fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 18px;
	left: 8px;
	background :#fff;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}

nav.globalMenuSp {
	/* display: none; */
	visibility: hidden;
	position: fixed;
	z-index : 50;
	top  : 0;
	left : 0;
	color: #fff;
	background: rgba(0,0,0,0.8);
	text-align: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
	margin: auto;
	padding: 0;
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
	background :#ddd;
}

nav.globalMenuSp ul li a {
	display: block;
	color: #fff;
	padding: 1em 0;
	text-decoration :none;
	font-family: 'Alexander';
	letter-spacing: 0.1em;
	font-size: 2rem;
}

nav.globalMenuSp--sub ul li a {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

  /* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	opacity: 100;
	/* display: block; */
	visibility: visible;

}


@media screen and (max-width: 1024px) {
	
}

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

@media screen and (max-width: 480px) {
	
}





/* TOP--------------------------- */
/* mv */
.mainImg{
	background-image: url(./assets/img/top/mv.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}
.mainSize {
	width: 100%;
	height: 100vh;
}
.mainImg h1{
	width: 100%;
	position: absolute;
	text-align: center;
	top: 54%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: white;
}
.mainImg h2{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 33%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: white;
	font-size: 5rem;
	padding: 20px 10px;
	letter-spacing: .5rem;
	background: rgba(0, 0, 0, .4);
	width: 100%;
	max-width: 768px;
	box-sizing: border-box;
	font-family: 'Alexander';
	top: 40%;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.mainImg p{
	position: absolute;
	top: 74%;
	left: 3%;
	color: #fff;
}
.mainImg p img{
	width: 300px;
}

@keyframes sdl {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	50.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}


@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 768px) {
	.mainTitle-sp{
		font-size: 18px;
	}
	.mainTitle-sp:before{
		margin-right: 20px;
	}
	.mainTitle-sp:after{
		margin-left: 20px;
	}
	.mainTitle-w:before{
		margin-right: 10px;
	}
	.mainTitle-w:after{
		margin-left: 10px;
	}
	.mainImg h1 {
		font-size: 3.0rem;
		padding: 5px 0;
		line-height: 5rem;
	}
	.submainImg{
		height: 150px;
	}
	.mainImg h2{
		font-size: 3.6rem;
		padding: 10px;
	}
	.mainImg p img {
		width: 250px;
	}
	.mainTitle{
		margin-top: 50px;
	}
	.imgList ul li {
		width: 100%;
	}
	.mainImg p {
		top: 70%;
	}
}

@media screen and (max-width: 480px) {
	.mainImg-sp{
		background-image: url(./assets/img/top/mv-sp.jpg);
		background-size: cover;
		background-position: center;
		position: relative;
		width: 100%;
	}
}

/* concept */
.concept-container {
	display: flex;
	align-items: center;
	gap: 40px;
	margin: 0 auto;
}
.concept-left,
.concept-right {
	flex: 1;
}
.concept-sp-img {
	display: none;
}
.concept-title {
	margin-bottom: 16px;
}

.concept-catch {
	margin-bottom: 60px;
}

.concept-text {
	margin-bottom: 24px;
}

.concept-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.c-sec_ttl {
	margin: 0;
}
.sec {
	padding: 180px 0;
}

@media screen and (max-width: 768px) {
	.concept-container {
		display: block;
	}
	.concept-right {
		display: none;
	}
	.concept-sp-img {
		display: block;
		margin-bottom: 24px;
	}
	.c-sec_ttl {
		font-size: 32px;
	}
	.c-sec_subttl {
		font-size: 22px;
	}
	.sec {
		padding: 60px 0;
	}
	.concept-catch {
		margin-bottom: 40px;
	}
	.c-btn_normal a {
		width: auto;
		max-width: auto;
	}
}

@media screen and (max-width: 480px) {
	
}

/* service */
.t-service {
	display: flex;
	justify-content: center;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.t-service::before {
	content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    transition: 1s;
    position: absolute;
    top: 0;
}
.t-left {
	width: 50%;
}
.t-right {
	width: 50%;
}
.t-service_inner {
    max-width: 400px;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 94px 30px 120px;
}
.align-center {
	text-align: center;
}
.c-img {
	margin-top: 60px;
}
.c-img img{
	max-width:400px
}
.c-sub_ttl {
	text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.02em;
    margin-top: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 480px) {
	
}


/* salon */
.t-salon-bg {
	background-image: url(./assets/img/top/salon.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	padding-bottom: calc(631 / 1922 * 100%);
	position: relative;
}
.t-salon-t-area {
	position: absolute;
	bottom: 20px;
    left: 80px;
    max-width: 560px;
    color: #FFF;
}

@media screen and (max-width: 768px) {
	.t-salon-bg {
		padding-bottom: calc(450 / 560 * 100%);
	}
	.t-salon-t-area {
		bottom: 0px;
		left: 7px;
	}
}

@media screen and (max-width: 480px) {
	
}



/* concept--------------------------- */
.concept-box {
	padding: 100px 0;
}
.con-ttl {
	margin-bottom: 60px;
}
.concept_bg {
	background-image: url(./assets/img/concept/concept-bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed; /* ★ 背景をスクロールに固定 */
	width: 100%;
	height: 60vh; /* 背景の高さを画面いっぱいに */
}
.features-box {
	padding: 60px 0;
}
  .sec-f {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
	flex-wrap: wrap;
  }

  .sec-f.reverse {
	flex-direction: row-reverse;
  }

  .sec-f img {
	width: 400px;
	height: auto;
	object-fit: cover;
	flex-shrink: 0;
	margin: 10px;
  }

  .text-block {
	max-width: 500px;
	margin: 10px;
  }

  .text-block h3 {
	font-size: 24px;
	margin-bottom: 10px;
  }


@media screen and (max-width: 768px) {
	.sec-f {
		flex-direction: column;
		text-align: center;
	  }
  
	  .sec-f.reverse {
		flex-direction: column;
	  }
  
	  .sec-f img {
		width: 100%;
		max-width: 320px;
	  }
	  .concept-box {
		padding: 60px 0;
	}
	.con-ttl {
		margin-bottom: 30px;
	}
	.text-block h3 {
		font-size: 18px;
		margin-bottom: 10px;
	  }
	  .text-block {
		text-align: left;
	  }
	  .concept_bg {
		background-attachment: scroll; /* モバイルでは追従させる */
	}
}

@media screen and (max-width: 480px) {
	
}

/* Eye beauty--------------------------- */

.ser-box {
	padding: 80px 0;
	text-align: center;
}

  .service-section {
	display: flex;
	justify-content: space-between;
	gap: 0;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
  }
  
  .service-box {
	flex: 1;
	background: #fff;
	padding: 65px 24px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: left;
	border: none;
  }
  
  /* 左カラムだけ右ボーダーをつけて線が太くならないようにする */
  .service-box:first-child {
	border-right: 1px solid #ccc;
  }
  
  .service-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 24px;
	letter-spacing: 0.05em;
  }
  
  .service-image {
	width: 100%;
	max-width: 430px;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	margin-bottom: 24px;
	position: relative;
  }
  
  .service-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
  }
  
  .service-image:hover img {
	transform: scale(1.05);
  }

  .zoomup img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
  }
  
  .zoomup:hover img {
	transform: scale(1.05);
  }
  
  .service-text {
	font-size: 14px;
	line-height: 1.8;
	max-width: 520px;
  }
  

  @media (max-width: 768px) {
	.service-section {
	  flex-direction: column;
	}
  
	.service-box:first-child {
	  border-right: none;
	  border-bottom: 1px solid #ccc;
	}
	.ser-box {
		padding: 30px 0;
	}
	.ser-box p {
		text-align: left;
	}
  }

@media screen and (max-width: 480px) {
	
}


/* Men's--------------------------- */


@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 480px) {
	
}


/* Salon--------------------------- */
.salon-img img {
	width: 100%;
}
.salon-box {
	padding: 60px 0 120px;
}

.ser-box {
	padding: 80px 0;
	text-align: center;
}

  .salon-section {
	display: flex;
	justify-content: space-between;
	gap: 0;
	box-sizing: border-box;
  }
  
  .salon-box {
	flex: 1;
	background: #fff;
	padding: 65px 24px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	text-align: left;
	border: none;
  }
  
  .salon-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 24px;
	letter-spacing: 0.05em;
  }
  
  .salon-image {
	width: 100%;
	max-width: 550px;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	margin-bottom: 24px;
	position: relative;
  }
  
  .salon-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
  }
  
  .salon-image:hover img {
	transform: scale(1.05);
  }

  .zoomup img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
  }
  
  .zoomup:hover img {
	transform: scale(1.05);
  }
  
  .salon-text {
	font-size: 14px;
	line-height: 1.8;
  }
  

  @media (max-width: 768px) {
	.salon-section {
	  flex-direction: column;
	}
  
	.salon-box:first-child {
	  border-right: none;
	  border-bottom: 1px solid #ccc;
	}
	.salon-box {
		padding: 45px 0;
	}
  }

@media screen and (max-width: 480px) {
	
}




/* News--------------------------- */
.topNews li{
	border-bottom: 1px solid #505050;
	padding: 2rem 5px;
}
.topNews li:first-child{
	border-top: 1px solid #505050;
}

.topNews li p{
	margin-bottom: 0;
}
.topNews li a{
	display: block;
}
.topNews time{
	margin-right: 1rem;
}
.news_cate{
	text-align: center;
	display: inline-block;
    background: #b9a978;
    color: #fff;
	margin-right: 1rem;
	min-width: 100px;
}

.topNews a:hover{
	opacity: .7;
}

@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 480px) {
	
}



/* Recruit--------------------------- */
.requirements-toggle {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-bottom: 32px;
  }
  
  .toggle-button {
	padding: 12px 24px;
	font-size: 16px;
	border: 1px solid #ccc;
	background: #fff;
	cursor: pointer;
	transition: all 0.3s;
  }
  
  .toggle-button.active {
	background: #df5375;
	color: #fff;
	border-color: #df5375;
  }
  
  .requirements-content {
	display: none;
	animation: fadeIn 0.3s ease;
  }
  
  .requirements-content.active {
	display: block;
  }
  
  .requirements-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
  }
  
  .requirements-table th,
  .requirements-table td {
	padding: 12px;
	text-align: left;
	vertical-align: top;
  }
  
  .requirements-table th {
	width: 25%;
  }
  .recruit-btn-box {
	text-align: center;
	padding: 30px 0;
  }
  .recruit-btn-box a {
	border: 1px solid #ccc;
	padding: 30px 80px;
  }
  .recruit-btn-box a:hover {
	cursor: pointer;
  }
  
  @keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
  }
  


@media screen and (max-width: 768px) {
		.requirements-toggle {
			flex-direction: column;
			align-items: center;
			gap: 12px;
			margin: 32px 0;
		}
		
		.toggle-button {
			width: 80%;
			font-size: 14px;
			padding: 10px;
		}
		
		.requirements-table {
			display: block;
			width: 100%;
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
		}
		
		.requirements-table table {
			width: 100%;
			min-width: 600px; /* スクロールを発生させる */
		}
		
		.requirements-table th,
		.requirements-table td {
			font-size: 14px;
			padding: 8px;
		}
		
		.recruit-btn-box a {
			display: inline-block;
			width: 80%;
			padding: 20px;
			font-size: 16px;
		}
		.recruit-btn-box {
			padding: 0;
		}
}

@media screen and (max-width: 480px) {
	.toggle-button {
		font-size: 13px;
	}
	
	.requirements-table th,
	.requirements-table td {
		font-size: 13px;
	}
	
	.recruit-btn-box a {
		padding: 16px;
		font-size: 14px;
	}
}








/* Contact--------------------------- */


@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 480px) {
	
}



/* contact form 7 */
.wpcf7 {
	width: 50%;
	margin: auto;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
	width: 100%;
	font-size: 16px;
	padding: 5px;
	font-family : inherit;
	box-sizing: border-box;
}

.wpcf7-list-item-label{
	margin-right: 5px;
}
.nowork{
	display: none;
}
/* 送信ボタン */
input.sub-btn {
	width: 280px;
	height: 60px;
	background: #505050;
	color: #FFF;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	opacity: .7;
}

div.screen-reader-response{
	display: none;
}

/*入力してください */
.wpcf7-not-valid-tip,
.wpcf7-response-output{
	color: #DF5375;
}
.wpcf7-response-output{
	text-align: center;
}

.recruit-about-container{
	padding: 1px 100px 100px 100px;
	background: #F8F8F8;
}
.recruit-about-container p{
	font-size: 15px;
}
.requirements-about{
	margin-top: 50px;
}
.requirements-about-title1{
	padding: 10px;
	font-size: 15px;
	color: #00A693;
}
.requirements-about-title2{
	padding: 10px;
	font-size: 15px;
	color: #DF5375;
}
.requirements-table th,
.requirements-table td{
	border-bottom: 1px solid #ECEEF1;
	padding: 15px;
	font-size: 15px;
}
.requirements-table th{
	white-space: nowrap;
}

.reserve-btn{
	padding: 10px 15px;
	color: #fff;
	background: #B9A978;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	
	/* リクルート */
	.recruit-maintitle-none{
		display: none;
	}
	.recruit-maintitle-sp{
		display: inline-block;
		bottom: 15px;
		position: relative;
	}
	.recruit-maintitle-te-s{
		margin-left: 45%;
		display: inline-block;
	}
	.recruit-maintitle-te-se{
		font-size: 26px;
	}
	
}

@media screen and (max-width: 768px) {
	.requirements-table td,
	.requirements-table th{
		display: block;
	}
	.requirements-table th{
		border: none;
	}
	.requirements-table td{
		padding: 0 0 15px 20px;
	}
	.page-title{
		font-size: 20px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 480px) {
	
}







@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 480px) {
	
}

/* 投稿用 */
img.alignright{
	display: block;
	margin: 0 0 0 auto;
}

img.alignleft{
	display: block;
	margin: 0 auto 0 0;
}

img.aligncenter{
	display: block;
	margin: 0 auto;
}

.charge_table {
	width: 100%;
	padding: 20px 0px;
}
.charge_table td,
.charge_table th{
	border-bottom: solid 1px #ccc;
	padding: 10px;
}
.charge_table th {
	border-right: solid 1px #ccc;
}
.charge_table td {
	min-width: 90px;
	text-align: center;
	border-right: solid 1px #ccc;
}
.charge_table .br-sp {
	display: none;
}

@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 480px) {
	.charge_table {
		width: 100%;
		font-size: 11px;
	}
	.charge_table .br-sp {
		display: block;
	}
	.charge_table td,
	.charge_table th {
		padding: 5px;
	}
	.charge_table td {
		min-width: 62px;
	}
}



/* Footer--------------------------- */
.footer_logo{
	width: 80%;
	max-width: 500px;
	margin: auto;
}
.footer_logo img{
	width: 100%;
}
.l-col2__footer--img{
	width: 30%;
}
.l-col2__footer--text{
	width: 65%;
}
.flex-recerse{
	flex-direction: row-reverse;
}
.footer-jus-aro{
	justify-content: space-around;
}
.footerImg img{
	height: 400px;
}
.footerLogo img{
	width: 90%;
}
.footerMenu-icon{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.footerMenu li{
	margin: 20px;
}
.footerMenu li a{
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	transition: .3s;
}
.footerMenu li a:hover{
	opacity: .7;
}

.footerMenu--alex li a{
	font-family: 'Alexander';
}
small{
	display: inline-block;
	text-align: center;
	font-family: 'Alexander';
	margin: 50px auto;
	letter-spacing: 0.1em;
}
.anotherTab--white{
	border-bottom: 1px solid #fff;
}
.anotherTab--white:after{
    display: inline-block;
    content: "";
    background: url(./assets/img/top/tab2.png) no-repeat 50% 50%;
    width: 18px;
    height: 12px;
    background-size: 18px 12px;
    margin-left: 10px;
}
.anotherTab--black{
	border-bottom: 1px solid #000;
}
.anotherTab--black:after{
    display: inline-block;
    content: "";
    background: url(./assets/img/top/tab.png) no-repeat 50% 50%;
    width: 18px;
    height: 12px;
    background-size: 18px 12px;
    margin-left: 10px;
}

.anotherTab--black--noboeder:after{
	display: inline-block;
    content: "";
    background: url(./assets/img/top/tab.png) no-repeat 50% 50%;
    width: 18px;
    height: 12px;
    background-size: 18px 12px;
    margin-left: 5px;
}

.image-row {
	display: flex;
  }

  .image-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
  }

  .image-wrapper a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-decoration: none;
	color: inherit;
  }

  .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
  }

  .circle-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
	border: 1px solid white;
	border-radius: 50%;
	color: white;
	font-size: 15px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	background-color: transparent;
  }

  .image-wrapper a:hover .circle-text {
	background-color: rgb(255, 255, 255);
	color: #3E4443;
  }

.l-foot_top {
	display: flex;
    justify-content: space-between;
	padding: 60px 0;
}

.sns-area img {
	margin: 40px 15px;
}

/* TOPに戻るボタン */
#pageTop{
	width: 50px;
	height: 50px;
	position: fixed;
	z-index: 10;
	right: 25px;
	bottom: 50px;
	background: #505050;
	border-radius: 50%;
}
#pageTop a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	text-align: center;
}
#pageTop a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f106';
	font-weight: 900;
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 10px;
	bottom: 30px;
	right: 0;
	left: 0;
	margin: auto;
}
.footer-img__inner {
	max-width: 700px;
	margin: auto;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	#pageTop {
		right: 15px;
		bottom: 30px;
	}
	.l-col2{
		display: block;
	}
	.l-col2__content{
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
	.footerColor{
		padding: 20px;
	}
	.footerMenu li {
		margin: 10px;
	}
	.wpcf7 {
		width: 95%;
	}
	.image-row {
		display: block;
	}
	.l-foot_top {
		display: block;
		text-align: center;
	}
	.logo-area img {
		width: 130px;
	}
	.sns-area img {
		width: 35px;
		margin: 45px 15px;
	}
	.l-foot_top {
		padding: 25px 0 0 0;
	}
}

@media screen and (max-width: 480px) {
	
}


/* アニメーション */

.fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease, transform 0.8s ease;
  }
  
  .fade-in.is-visible {
	opacity: 1;
	transform: translateY(0);
  }

  .main-fade {
	opacity: 0;
	transition: opacity 1.2s ease;
  }
  
  .main-fade.is-visible {
	opacity: 1;
  }