/* font */
.mincho {
	font-family: "Shippori Mincho", serif;
	font-style: normal;
}
.eng {
	font-family: "Marcellus", serif;
	font-style: normal;
}
.num {
	font-family: "Crimson Text", serif;
	font-style: normal;
}

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

/* ttl */
.sec-ttl {
	color: #5AA21D;
	font-size: 4.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin: 0 0 35px;
	position: relative;
}
.sec-ttl.eng {
	font-size: 6.2rem;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.sec-inner {
		padding: 60px 0 60px;
	}
	.sec-ttl {
		font-size: 3rem;
	}
	.sec-ttl.eng {
		font-size: 4rem;
	}
}

/* mv */
#mv .mv-inner {
	padding: 60px 20px 90px;
	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 {
	padding: 0 20px;
	margin: 0;
}
#mv .mv-text {
	color: #4E3B30;
	font-size: 3.2rem;
	text-align: center;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 35px 0 0;
}
#mv .mv-schedule {
	margin-top: 35px;
	width: 100%;
	max-width: 700px;
	background: #FFFFFF;
	border: 1px solid #C6B6A6;
	text-align: center;
	padding: 40px 35px 35px;
	color: #4E3B30;
	position: relative;
	box-shadow: inset 0 0 40px #F2ECE4;
}
#mv .mv-schedule::before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #C6B6A6;
	position: absolute;
	top: 5px;
	left: 5px;
	pointer-events: none;
}
#mv .mv-schedule .mv-schedule-open {
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0;
}
#mv .mv-schedule .mv-schedule-open span.num {
	font-size: 5rem;
	letter-spacing: 0.1em;
	font-weight: 600;
}
#mv .mv-schedule .mv-schedule-location {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
	#mv .mv-inner {
		padding-bottom: 70px
	}
	#mv .mv-logo img {
		width: 300px;
		height: auto;
	}
	#mv .mv-text {
		font-size: 2.4rem;
		margin: 30px 0 0;
	}
	#mv .mv-schedule {
		margin-top: 30px;
		padding: 30px 25px 25px;
	}
	#mv .mv-schedule .mv-schedule-open {
		font-size: 2rem;
	}
	#mv .mv-schedule .mv-schedule-open span.num {
		font-size: 4rem;
	}
	#mv .mv-schedule .mv-schedule-location {
		font-size: 1.6rem;
	}
}

/* message */
#message .sec-inner {
	padding-top: 30px;
}
#message .sec-ttl {
	line-height: 1;
	padding-top: 85px;
	display: flex;
	align-items: flex-end;
	column-gap: 10px;
}
#message .sec-ttl::before {
	content: "";
	width: 100%;
	height: 110px;
	background: url('./assets/images/teaser/message_ttl_bg.svg') no-repeat top left / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#message .sec-ttl::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #C6B6A6;
	flex-grow: 1;
}
#message .sec-ttl span {
	flex-shrink: 0;
}
#message .message-box {
	background: #FFFFFF;
	border: 1px solid #C6B6A6;
	padding: 60px 50px 65px;
	position: relative;
	box-shadow: inset 0 0 40px #F2ECE4;
}
#message .message-box::before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #C6B6A6;
	position: absolute;
	top: 5px;
	left: 5px;
	pointer-events: none;
}
#message .message-box p {
	line-height: 2;
	margin: 0;
}
#message .message-name {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	column-gap: 20px;
	line-height: 1;
	margin-top: 40px;
}
#message .message-name .head {
	font-size: 1.4rem;
	font-weight: 700;
}
#message .message-name .name {
	font-size: 1.8rem;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	#message {
		overflow: hidden;
	}
	#message .sec-ttl {
		padding-top: 40px;
	}
	#message .sec-ttl::before {
		width: 100%;
		max-width: 356px;
		height: 60px;
	}
	#message .message-box {
		padding: 35px 35px 35px;
	}
	#message .message-box p {
		font-size: 1.5rem;
	}
	#message .message-name {
		margin-top: 30px;
	}
}

/* about */
#about {
	background: url('./assets/images/teaser/about_sec_bg.png') no-repeat top center / cover;
}
#about .sec-inner {
	padding-bottom: 140px;
}
#about .sec-ttl {
	color: #4E3B30;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 60px;
}
#about .sec-ttl::after {
	content: "";
	width: 80px;
	height: 4px;
	background-color: #59A21E;
	margin-left: -40px;
	position: absolute;
	bottom: 0;
	left: 50%;
}
#about .medical-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
#about .medical-wrap .medical-content {
	width: calc(50% - 20px);
	border: 1px solid #D4C9BE;
	border-radius: 10px;
	background-color: #fff;
}
#about .medical-wrap .medical-content.biyou {
	width: 100%;
}
#about .medical-wrap .medical-content h3 {
	color: #fff;
	font-size: 3.2rem;
	line-height: 1.2;
	text-align: center;
	background-color: #4E3B30;
	padding: 24px 0;
	border-radius: 10px 10px 0 0;
}
#about .medical-wrap .medical-content ul {
	padding: 30px 40px;
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}
#about .medical-wrap .medical-content ul li {
	font-size: 2rem;
	font-weight: 700;
	padding-left: 24px;
	position: relative;
}
#about .medical-wrap .medical-content ul li::before {
	content: "";
	width: 14px;
	height: 14px;
	background-color: #C6B6A6;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}
@media screen and (min-width: 768px) {
	#about .medical-wrap .medical-content.biyou ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		max-width: 750px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	#about .sec-inner {
		padding-bottom: 80px;
	}
	#about .sec-ttl {
		margin-bottom: 35px;
	}
	#about .sec-ttl::after {
		width: 60px;
		height: 2px;
		margin-left: -30px;
	}
	#about .medical-wrap {
		flex-direction: column;
	}
	#about .medical-wrap .medical-content {
		width: 100%;
	}
	#about .medical-wrap .medical-content h3 {
		font-size: 2.4rem;
		padding: 20px 0;
	}
	#about .medical-wrap .medical-content ul {
		padding: 30px 30px;
	}
	#about .medical-wrap .medical-content ul li {
		font-size: 1.8rem;
	}
	#about .medical-wrap .medical-content ul li::before {
		top: 8px;
	}
}

/* access */
#access {
	background: #F7F6F5;
}
#access .sec-ttl {
	line-height: 1;
	display: flex;
	align-items: flex-end;
	column-gap: 10px;
}
#access .sec-ttl::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #C6B6A6;
	flex-grow: 1;
	margin-bottom: 10px;
}
#access .sec-ttl span {
	flex-shrink: 0;
}
#access .content-box {
	display: flex;
	align-items: center;
}
#access .content-box .gm-box {
	position: relative;
	width: 50%;
}
#access .content-box .gm-box iframe {
	display: block;
	width: 100%;
	aspect-ratio: 520 / 420;
}
#access .content-box .text-box {
	width: 50%;
	padding-left: 60px;
}
#access .content-box .address {
	margin-bottom: 35px;
}
#access .content-box .address p {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.25;
	margin: 0;
}
#access .content-box .address p.address-head {
	font-size: 1.8rem;
	margin-bottom: 4px;
}
#access .content-box .access-info {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	#access .sec-ttl::after {
		margin-bottom: 7px;
	}
	#access .content-box {
		flex-direction: column-reverse;
		row-gap: 40px;
	}
	#access .content-box .gm-box {
		position: relative;
		width: 100%;
	}
	#access .content-box .text-box {
		width: 100%;
		padding-left: 0;
	}
	#access .content-box .address p {
		font-size: 2rem;
	}
	#access .content-box .address p.address-head {
		font-size: 1.6rem;
	}
	#access .content-box .access-info {
		font-size: 1.6rem;
	}
}

/* recruit */
#recruit .sec-inner {
	padding: 30px 0 100px;
}
#recruit .sec-ttl {
	text-align: center;
	padding-top: 70px;
}
#recruit .sec-ttl::before {
	content: "";
	width: 100%;
	height: 100px;
	background: url('./assets/images/teaser/recruit_ttl_bg.svg') no-repeat top center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#recruit .content-box p {
	text-align: center;
}
#recruit .btn-box .btn {
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	width: 100%;
	max-width: 280px;
    margin: 30px auto 0;
    padding: .9em 3em .9em 2em;
    border: 1px solid #4E3B30;
    border-radius: 40px;
    background-color: #4E3B30;
    color: #fff;
    font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	transition: all .3s;
}
#recruit .btn-box .btn::after {
    position: absolute;
    right: 1.2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #fff;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}
#recruit .btn-box .btn:hover {
	opacity: 1;
	background-color: #fff;
    color: #4E3B30;
}
#recruit .btn-box .btn:hover::after {
    background-color: #4E3B30;
}
@media screen and (max-width: 767px) {
	#recruit .sec-ttl {
		padding-top: 40px;
	}
	#recruit .sec-ttl::before {
		max-width: 343px;
		height: 60px;
		left: 50%;
		transform: translateX(-50%);
	}
	#recruit .content-box p {
		font-size: 1.4rem;
	}
	#recruit .btn-box .btn {
		max-width: 260px;
		font-size: 1.6rem;
	}
}

/* footer */
footer .f-inner {
	padding: 35px 0;
	background-color: #4E3B30;
}
footer .f-inner p {
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	margin: 0;
}

#sns-link-ttl {
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	text-align: center;
	margin: 50px 0 30px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	column-gap: 20px;
}
#sns-link-ttl::before {
	content: "";
	width: 23px;
	height: 28px;
	background: url('./assets/images/teaser/sns_ttl_deco_l.svg') no-repeat bottom center / contain;
}
#sns-link-ttl::after {
	content: "";
	width: 23px;
	height: 28px;
	background: url('./assets/images/teaser/sns_ttl_deco_r.svg') no-repeat bottom center / contain;
	margin-left: -10px;
}
#sns-link-box {
	display: flex;
	justify-content: center;
	gap: 50px;
}
@media screen and (max-width: 767px) {
	#sns-link-ttl {
		font-size: 2rem;
		margin: 40px 0 20px;
		column-gap: 10px;
	}
	#sns-link-ttl::before {
		width: 15px;
		height: 20px;
	}
	#sns-link-ttl::after {
		width: 15px;
		height: 20px;
		margin-left: -7px;
	}
	#sns-link-box img {
		width: 40px;
		height: 40px;
	}
	#sns-link-box {
		gap: 35px;
	}
}