@charset "utf-8";
html {
	font-size: 62.5%;
}
body {
	font-size: 1.0rem;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	color: #555555;
}
a {
	transition: .3s ease;
	text-decoration: none;
	color: #555555;
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
}
ul{
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}
img {
	max-width: 100%;
	height: auto;
}
.sp_only {
	display: none;
}
.bg_pink {
	background: #FFEDF4;
}
/* header */
.header_info {
	max-width: calc(1024px + 100px);
	padding: 0 5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_info .logo span {
	color: #555;
	font-size: 1.4rem;
	display: block;
}
.header_right {
	display: flex;
	align-items: center;
}
.header_tel {
	color: #E877A5;
	font-size: 3rem;
	font-weight: bold;
	margin: 0;
	position: relative;
	padding-left: 3rem;
}
.header_tel:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 24px;
	height: 24px;
	margin: auto 0;
	background: url(../img/tel.svg) no-repeat;
}
.header_tel_time {
	font-size: 1.6rem;
	margin: 0;
	padding-left: 3rem;
}
.header_tel_time span {
	margin-right: 2rem;
}
.header_contact_box {
	margin-left: 3.5rem;
}
.header_contact a {
	font-size: 2rem;
	color: #fff;
	background: #E877A5;
	display: inline-block;
	padding: 1.8rem 2.5rem 1.8rem 6rem;
	border-radius: 0.8rem;
	position: relative;
}
.header_contact a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2rem;
	width: 25px;
	height: 19px;
	margin: auto 0;
	background: url(../img/mail.svg) no-repeat;
}
.header_menu {
	max-width: calc(1024px + 100px);
	padding: 0 5rem;
	margin: 0 auto;
}
.header_menu ul {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
.header_menu li {
	width: 25%;
	position: relative;
}
.header_menu li:after {
	content: "";
	width: 1px;
	height: 80%;
	background: #ADACAC;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
}
.header_menu li:first-child:before {
	content: "";
	width: 1px;
	height: 80%;
	background: #ADACAC;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}
.header_menu a {
	display: block;
	text-align: center;
	font-size: 2rem;
	color: #555;
}
.header_menu span {
	font-size: 1.3rem;
	color: #E877A5;
	display: block;
	font-weight: bold;
}
/* inner */
.inner {
	max-width: calc(1024px + 100px);
	padding: 0 5rem;
	margin: 0 auto;
}
/* common_btn */
.commn_btn {
	text-align: center;
	margin: 0;
}
.commn_btn a {
	color: #fff;
	background: #e877a5;
	font-size: 2rem;
	padding: 2rem 8rem;
	border-radius: 5rem;
	display: inline-block;
	position: relative;
}
.commn_btn a:before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 4rem;
	bottom: 0;
	margin: auto;
}

/* common fv */
.common_fv_inner {
	min-height: 300px;
	position: relative;
}
.common_fv h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 3rem;
	color: #e877a5;
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.common_fv h3:before {
	content: "ABOUT";
	color: rgba(255, 255, 255, 0.73);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 11rem;
	z-index: -1;
	font-weight: bold;
}

/* footer */
footer {
	border-top: 5px solid #e877a5;
	padding: 4rem 0 0;
	position: relative;
}
footer:before {
	content: "";
	background: #e877a5;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 2px;
	left: 0;
}
footer .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_logo {
	margin: 0 0 3rem;
}
.footer_logo span {
	color: #555;
	font-size: 1.4rem;
	display: block;
	font-weight: bold;
}
.footer_tel {
	color: #E877A5;
	font-size: 3rem;
	font-weight: bold;
	margin: 0;
	position: relative;
	padding-left: 3rem;
}
.footer_tel:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 24px;
	height: 24px;
	margin: auto 0;
	background: url(../img/tel.svg) no-repeat;
}
.footer_info {
	font-size: 1.8rem;
	margin: 0;
	line-height: 1.8;
}
.footer_info span {
	width: 6em;
	display: inline-block;
}
.footer_contact {
	margin-top: 2.5rem;
}
.footer_contact a {
	font-size: 2rem;
	color: #fff;
	background: #E877A5;
	display: inline-block;
	padding: 1.8rem 2.5rem 1.8rem 6rem;
	border-radius: 0.8rem;
	position: relative;
}
.footer_contact a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2rem;
	width: 25px;
	height: 19px;
	margin: auto 0;
	background: url(../img/mail.svg) no-repeat;
}
.footer_right {
	width: 50%;
}
.copy {
	text-align: center;
	margin: 3rem 0 0;
	font-size: 1.2rem;
	color: #fff;
	background: #e877a5;
	padding: 0.5rem 0;

}
/* page_top */
.page_top {
	position: fixed;
	bottom: 10rem;
	right: 10rem;
}
.page_top a {
	position: relative;
	width: 54px;
	height: 54px;
	display: block;
	background: #e877a5;
	border-radius: 5rem;
}
.page_top a:before {
	content: '';
	width: 15px;
	height: 15px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: 2.2rem;
	right: 0;
	left: 0;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	.container {
		margin-top: 7rem;
	}
	/* header */
	header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
	}
	.header_right {
		display: none;
	}
	.header_menu {
		visibility: hidden;
		opacity: 0;
		transition: all .5s;
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100dvh;
		padding: 2rem;
		background: #fff;
		z-index: -1;
		display: flex;
		align-items: center;
	}
	.header_menu.active {
		visibility: visible;
		opacity: 1;
		z-index: 10;
	}
	.header_menu ul {
		flex-direction: column;
		width: 100%;
	}
	.header_menu li {
		width: 100%;
		margin: 2rem 0;
	}
	.header_menu li:before,
	.header_menu li:after {
		display: none;
	}
	.header_menu a {
		text-align: left;
	}
	.header_info {
		padding: 0.8rem 1rem;
		margin: inherit;
	}
	.header_info .logo {
		margin: 0;
	}
	.header_info .logo span{
		font-size: 1.2rem;
	}
	.logo img {
		width: 100px;
	}
	.inner {
		padding: 0 1rem;
	}
	.commn_btn a {
		font-size: 1.8rem;
		padding: 1.5rem 4rem;
		width: 80%;
	}
	.menu_btn {
		position: relative;
		width: 32px;
		height: 30px;
		cursor: pointer;
		z-index: 11;
		margin-right: 1.5rem;
	}
	.menu_btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #e877a5;
		transition: all .5s;
	}
	.menu_btn, .menu_btn span {
		display: inline-block;
		transition: all .5s;
		box-sizing: border-box;
	}
	.menu_btn span:nth-of-type(1) {
		top: 0;
	}
	.menu_btn span:nth-of-type(2) {
		top: 14px;
	}
	.menu_btn span:nth-of-type(3) {
		bottom: 0;
	}
	.menu_btn.active span:nth-of-type(1) {
		-webkit-transform: translateY(14px) rotate(-45deg);
		transform: translateY(14px) rotate(-45deg);
	}
	.menu_btn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu_btn.active span:nth-of-type(3) {
		-webkit-transform: translateY(-14px) rotate(45deg);
		transform: translateY(-14px) rotate(45deg);
	}
	/* common_fv */
	.common_fv_inner {
		min-height: 200px;
	}
	.common_fv h3 {
		font-size: 2rem;
	}
	.common_fv h3:before {
		font-size: 6rem;
	}
	/* footer */
	footer {
		padding: 2rem 0 0;
	}
	footer .inner {
		flex-direction: column;
	}
	.footer_left {
		width: 100%;
		margin-bottom: 2.5rem;
	}
	.footer_logo {
		margin: 0 0 1.5rem;
	}
	.footer_logo span {
		font-size: 1.1rem;
	}
	.footer_logo img {
		width: 100px;
	}
	.footer_tel {
		font-size: 2.5rem;
	}
	.footer_tel a {
		color: #E877A5;
	}
	.footer_info {
		font-size: 1.4rem;
	}
	.footer_contact {
		text-align: center;
	}
	.footer_right {
		width: 100%;
	}
	.footer_contact a {
		width: 100%;
	}
	.footer_contact a:before {
		left: 5rem;
	}
	.page_top {
		position: fixed;
		bottom: 3rem;
		right: 2rem;
	}
	.page_top a {
		width: 40px;
		height: 40px;
	}
	.page_top a:before {
		width: 10px;
		height: 10px;
		top: 1.8rem;
		right: 0;
		left: 0;
		margin: auto;
	}
}
