@charset "UTF-8";



/* -------------------------------------------

therapist

------------------------------------------- */
.top-therapist {
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
	padding: 10rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-therapist > section {
	margin-bottom: 5rem;
}
.top-therapist h3 {
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 3rem;
}
.top-therapist p {
	width: 56rem;
	margin: 0 auto;
	line-height: 2.2;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.top-therapist {
		padding: 10rem 3rem;
	}
	.top-therapist > section {
		margin-bottom: 4rem;
	}
	.top-therapist h3 {
		text-align: left;
		font-size: 2rem;
		line-height: 1.6;
		margin-bottom: 2rem;
	}
	.top-therapist p {
		width: auto;
		line-height: 2;
		text-align: left;
	}	
}



/* -------------------------------------------

system

------------------------------------------- */
.top-system {
	background:
		url(../img/deco-1.png) no-repeat left top 3rem,
		url(../img/deco-2.png) no-repeat right bottom 3rem,
		url(../img/top-bg-2.jpg) no-repeat center;
	background-size:
		36rem auto,
		36rem auto,
		cover;
	padding: 10rem 0;
	color: #000;
}
.top-system h2 {
	margin-bottom: 6rem;
}
.top-system .wrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 4rem;
}
.top-system .wrap > * {
	flex: 1;
}
.top-system .wrap > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.top-system h3 {
	font-size: 1.9rem;
}
.top-system p {
	margin: 2.5rem 0 4rem 0;
}
@media screen and (max-width: 768px) {
	.top-system {
		background:
			url(../img/deco-1.png) no-repeat left top 1rem,
			url(../img/deco-2.png) no-repeat right bottom 1rem,
			url(../img/top-bg-2.jpg) no-repeat center;
		background-size:
			20rem auto,
			20rem auto,
			cover;
		padding: 10rem 2rem;
	}
	.top-system h2 {
		margin-bottom: 5rem;
	}
	.top-system .wrap {
		flex-direction: column;
		gap: 2rem;
	}
	.top-system .wrap > * {
		flex: 1;
	}
	.top-system .wrap > div {
		align-items: center;
	}
	.top-system h3 {
		font-size: 1.9rem;
		line-height: 1.6;
	}
	.top-system p {
		margin: 1.5rem 0 4rem 0;
	}	
}



/* -------------------------------------------

recruit

------------------------------------------- */
.top-recruit {
	padding: 10rem 0;
	background: url(../img/top-bg-3.jpg) no-repeat center / cover;
	display: flex;
	flex-direction: column;
	align-items: center;	
}
.top-recruit p {
	text-align: center;
}
.top-recruit .more-wrap {
	margin: 4.5rem 0 3rem 0;
}
.top-recruit .more-wrap + div {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-recruit .more-wrap + div span {
	margin-bottom: 3rem;
}
.top-recruit ul {
	display: flex;
	justify-content: center;
	gap: 2rem;
}
.top-recruit ul li a {
	width: 18rem;
	height: 4.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0.1rem;
	border: solid 0.1rem var(--prime);
}
.top-recruit ul li a:hover {
    opacity: 1;
    background: var(--prime);
    color: #000;
}
@media screen and (max-width: 768px) {
	.top-recruit {
		padding: 10rem 3rem;
		background: url(../img/top-bg-3.jpg) no-repeat center left / cover;
	}
	.top-recruit p {
		text-align: left;
	}
	.top-recruit ul {
		gap: 1rem;
	}
	.top-recruit ul li a {
		width: 16rem;
	}	
}



/* -------------------------------------------

therapist low

------------------------------------------- */
.therapist-list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 3rem;
	row-gap: 4.5rem;
}
.therapist-list li {
	width: calc((100% - 9rem) / 4);
}
.therapist-list img {
	aspect-ratio: 3/4;
	object-fit: cover;
	border: solid 0.3rem var(--prime);
}
.therapist-list figcaption {
	text-align: center;
	margin-top: 0.5rem;
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.therapist-list {
		column-gap: 2rem;
		row-gap: 3rem;
	}
	.therapist-list li {
		width: calc((100% - 4rem) / 2);
	}
	.therapist-list figcaption {
		font-size: 1.6rem;
	}	
}



/* -------------------------------------------

recruit

------------------------------------------- */
ul.lcmenu {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 8rem;
    gap: 1rem;
}
ul.lcmenu li {
    width: calc((100% - 1rem) / 2);
}
ul.lcmenu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    transition: all .3s;
	color: var(--prime);
	border: solid 0.1rem var(--prime);
	padding-bottom: 0.15rem;
}
ul.lcmenu li a:hover {
    cursor: pointer;
    background: var(--prime);
    color: #000;
    opacity: 1;
}



/* -------------------------------------------

recruit form（応募フォーム）

------------------------------------------- */
.recruit-form-section .ttl {
	margin-bottom: 3rem;
}
.recruit-form {
	max-width: 60rem;
	margin: 0 auto;
}
.recruit-form-group {
	margin-bottom: 2.2rem;
}
.recruit-form-label {
	display: block;
	font-size: 1.4rem;
	margin-bottom: 0.6rem;
	color: #fff;
}
.recruit-form-select,
.recruit-form-input,
.recruit-form-textarea {
	display: block;
	width: 100%;
	padding: 1rem 1.2rem;
	font-size: 1.4rem;
	font-family: inherit;
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
	border: solid 0.1rem rgba(194, 159, 95, 0.5);
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23c29f5f' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1.2rem center;
}
.recruit-form-input,
.recruit-form-textarea {
	background-image: none;
}
.recruit-form-select:focus,
.recruit-form-input:focus,
.recruit-form-textarea:focus {
	outline: none;
	border-color: var(--prime);
}
.recruit-form-textarea {
	min-height: 12rem;
	resize: vertical;
}
.recruit-form-note {
	font-size: 1.3rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.85);
	margin: 2.5rem 0 1.5rem 0;
	padding: 0;
}
.recruit-form-policy {
	margin: 2rem 0 3rem 0;
	padding: 2rem;
	background: rgba(255, 255, 255, 0.05);
	border: solid 0.1rem rgba(194, 159, 95, 0.3);
	max-height: 28rem;
	overflow-y: auto;
}
.recruit-form-policy-ttl {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
	color: var(--prime);
	padding-bottom: 0.8rem;
	border-bottom: solid 0.1rem rgba(194, 159, 95, 0.4);
}
.recruit-form-policy-list {
	font-size: 1.3rem;
	line-height: 1.9;
}
.recruit-form-policy-list dt {
	font-weight: 500;
	margin-top: 1.2rem;
	margin-bottom: 0.4rem;
	color: #fff;
}
.recruit-form-policy-list dt:first-child {
	margin-top: 0;
}
.recruit-form-policy-list dd {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
}
.recruit-form-submit {
	margin-top: 2rem;
	margin-bottom: 0;
	text-align: center;
}
.recruit-form-btn {
	display: inline-block;
	padding: 1.2rem 4rem;
	font-size: 1.5rem;
	font-family: inherit;
	color: var(--prime);
	background: transparent;
	border: solid 0.1rem var(--prime);
	cursor: pointer;
	transition: all 0.3s;
}
.recruit-form-btn:hover {
	background: var(--prime);
	color: #000;
}
@media screen and (max-width: 768px) {
	.recruit-form {
		max-width: 100%;
	}
	.recruit-form-policy {
		max-height: 22rem;
		padding: 1.5rem;
	}
	.recruit-form-btn {
		width: 100%;
		max-width: 28rem;
	}
}



/* -------------------------------------------

thanx（送信完了）

------------------------------------------- */
.thanx-content {
	text-align: center;
	padding: 6rem 0 8rem;
	max-width: 56rem;
	margin: 0 auto;
}
.thanx-message {
	font-size: 1.8rem;
	line-height: 2.2;
	margin-bottom: 3rem;
}
.thanx-note {
	font-size: 1.4rem;
	line-height: 2;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 4rem;
}
.thanx-btn-wrap {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.thanx-content {
		padding: 4rem 0 6rem;
	}
	.thanx-message {
		font-size: 1.6rem;
		text-align: left;
	}
	.thanx-note {
		font-size: 1.35rem;
		text-align: left;
	}
}
