/* font */
.mincho {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.eng {
	font-family: "Sorts Mill Goudy", serif;
	font-weight: 400;
	font-style: normal;
}


/* layout */
#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.sec-inner {
	padding: 100px 0 100px;
}
.content-width {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1240px;
	width: 100%;
}

/* ttl */
.sec-ttl {
	position: relative;
	font-size: 6rem;
	font-size: 5.2rem;
	line-height: 1.15;
	letter-spacing: 0.05em;
	color: #00accb;
	padding-bottom: 24px;
	text-align: center;
	margin-bottom: 60px;
	font-weight: 600;
}
.sec-ttl::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	background-color: #81c9b8;
	transform: translateX(-50%); 
	left: 50%;
	bottom: 0;
}
.sec-ttl.eng {
	font-size: 6rem;
	padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
	.sec-inner {
		padding: 60px 0 60px;
	}
	.sec-ttl {
		font-size: 3rem;
		margin-bottom: 40px;
	}
	.sec-ttl.eng {
		font-size: 3.6rem;
	}
}

/* mv */
#mv .mv-inner {
	padding: 57px 0 70px;
	/* background: url('./assets/images/teaser/mv.jpg') no-repeat; */
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#mv .mv-logo {
	max-width: 460px;
	width: 100%;
	padding: 0 20px;
}
#mv .mv-schedule {
	margin-top: 40px;
	width: 600px;
	border-radius: 20px;
	background: #FFFFFF;
	border: 6px solid #E8E8E8;
	text-align: center;
	padding: 33px 35px 36px;
	color: #00accb;
}
#mv .mv-schedule p {
	margin: 0;
}
#mv .mv-schedule p .schedule-txt{
	font-size: 4rem;
	line-height: 1.25;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#mv .mv-text {
	font-size: 2.8rem;
	text-align: center;
	margin-top: 30px;
	line-height: 1.8;
	color: #527586;
	font-weight: 400;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	#mv .mv-inner {
		padding: 25px 0 50px;
	}
	#mv .mv-logo {
		width: 60%;
		min-width: 300px
	}
	#mv .mv-schedule {
		width: 90%;
		padding: 20px 20px 20px;
		margin-top: 30px;
	}
	#mv .mv-schedule p .schedule-txt {
		font-size: 2.4rem;
	}
	#mv .mv-text {
		font-size: 2rem;
	}
}

/* about */
#about {
	background-color: #f6fdff;
}
.about-head,
.cosmetic-head {
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}
.about-head span,
.cosmetic-head span {
	display: inline-block;
	color: #00accb;
	font-size: 3rem;
	/* padding: 4px 20px; */
	/* background: #00accb; */
	font-weight: 600;
	border-radius: 5px;
}
.about-content p {
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.75;
}
.cosmetic-content {
	margin-top: 100px;
}
.cosmetic-list {
	display: flex;
	gap: 30px;
}
.cosmetic-list .cosmetic-item {
	width: calc((100% - 60px) / 3);
}
/* .cosmetic-ttl {
	text-align: center;
	color: #00accb;
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 2em 1em;
	position: relative;
	background: #fff;
}
.cosmetic-ttl::before {
	content: '';
	border-bottom: 30px solid transparent;
	border-left: 30px solid #00accb;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.cosmetic-ttl::after {
	content: '';
	border-left: 30px solid transparent;
	border-bottom: 30px solid #00accb;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
} */
.cosmetic-ttl {
	text-align: center;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 1.25em 1em;
	position: relative;
	border-radius: 10px;
}
.cosmetic-list .cosmetic-item:nth-child(1) .cosmetic-ttl {
	background: #66d8eb;
}

.cosmetic-list .cosmetic-item:nth-child(2) .cosmetic-ttl {
	background: #33c2db;
}

.cosmetic-list .cosmetic-item:nth-child(3) .cosmetic-ttl {
	background: #00accb;
}
.cosmetic-list .cosmetic-item p {
	margin: 15px 0 0;
	font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
	.about-head,
	.cosmetic-head {
		margin-bottom: 30px;
	}
	.about-head span,
	.cosmetic-head span {
		font-size: 2rem;
	}
	.about-content p {
		font-size: 1.8rem;
	}
	.cosmetic-content {
		margin-top: 60px;
	}
	.cosmetic-list {
		display: flex;
		gap: 30px;
		flex-direction: column;
	}
	.cosmetic-list .cosmetic-item {
		width: 100%;
	}
	.cosmetic-ttl {
		font-size: 2rem;
		font-weight: 600;
		letter-spacing: 0.05em;
		margin: 0;
		padding: 0.8em 0.8em;
		position: relative;
		background: #fff;
	}
	.cosmetic-ttl::before {
		border-bottom: 20px solid transparent;
		border-left: 20px solid #00accb;
	}
	.cosmetic-ttl::after {
		border-left: 20px solid transparent;
		border-bottom: 20px solid #00accb;
	}
	.cosmetic-list .cosmetic-item p {
		margin: 10px 0 0;
		font-size: 1.4rem;
	}
}


/* access */
#access {
	background: linear-gradient(135deg,rgba(129, 201, 184, 1) 0%, rgba(0, 172, 203, 1) 100%);
}
#access .sec-ttl {
	color: #fff;
}
#access .sec-ttl::after {
	background-color: #fff;
}
#access .content-box {
	display: flex;
	gap: 80px;
	align-items: center;
}
#access .content-box .gm-box {
	position: relative;
	width: 100%;
	max-width: 520px;
}
#access .content-box .gm-box iframe {
	display: block;
	width: 100%;
	aspect-ratio: 520 / 420;
}
#access .content-box .address {
	font-size: 3.2rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.25;
	margin-bottom: 50px;
	letter-spacing: 0.05em;
}
#access .content-box .access-info {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #fff;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	#access .content-box {
		flex-direction: column-reverse;
		gap: 50px;
	}
	#access .content-box .address {
		font-size: 2rem;
		margin-bottom: 40px;
	}
	#access .content-box .access-info {
		font-size: 1.6rem;
	}
}

/* recruit */
#recruit .content-box p {
	font-size: 1.8rem;
	text-align: center;
}
#recruit .content-box .btn-box {
	margin-top: 40px;
}
#recruit .content-box .btn-box .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 4px;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	max-width: 320px;
	background-color: #00accb;
	padding: 16px 20px;
	border-radius: 30px;
	margin: 0 auto;
}
#recruit .content-box .btn-box .btn img {
	width: 24px;
	height: 24px;
}
@media screen and (max-width: 767px) {
	#recruit .content-box p {
		font-size: 1.6rem;
	}
	#recruit .content-box .btn-box {
		margin-top: 30px;
	}
	#recruit .content-box .btn-box .btn {
		font-size: 1.8rem;
	}
}

/* footer */
footer .f-inner {
	padding-top: 50px;
	padding-bottom: 80px;
	width: 87.5%;
	margin: 0 auto;
	border-top: 1px solid #E5E5E5;
}
footer .f-inner p {
	text-align: center;
	font-size: 2rem;
}
@media screen and (max-width: 767px) {
	footer .f-inner p {
		font-size: 1.6rem;
	}
}