/*------------------------------------------
  Key Visual Page
------------------------------------------*/
.page-key-visual {
	max-width: 390px;
	width: 100%;
	text-align: center;
	background: #fff;
	padding-top: 150px;
}
.page-key-visual .title {
	font-size: 24px;
	font-weight: 500;
	writing-mode: vertical-rl;
	margin: auto;
	letter-spacing: 5px;
}
.page-key-visual .title:after {
	content: "";
	width: 1px;
	height: 82px;
	display: inline-block;
	background: url(../images/page/page_title_line.png) no-repeat center / cover;
}

/*------------------------------------------
	Page
------------------------------------------*/
/* Common */
.page-main {
	background: #fff;
	padding: 5rem 0 10rem;
	overflow: hidden;
}
.page-main .inner {
	width: 90%;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 7rem 0;
}

/* Contact */
.page-contact .inner {
	display: flex;
	flex-direction: column;
	gap: 7rem 0;
}
.page-contact section {
	margin-bottom: 5rem;
}
.page-contact .overview {
	text-align: center;
}
.page-contact .line-title {
	border-bottom: 1px solid #000022;
	margin-bottom: 1rem;
}
.page-contact .tel {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 5px;
}
.page-contact .tel .small {
	font-size: 18px;
	font-weight: 600;
	color: var(--color-main);
	line-height: 1;
}
.page-contact .tel .large {
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
}
.page-contact .complete-section {
	text-align: center;
}
.page-contact .complete-section .text01 {
	font-weight: 600;
	margin-bottom: 3rem;
}
.page-contact .complete-section .m-button01 {
	margin-top: 3rem;
}
.page-contact .complete-section .m-button01 a	{
	color: #fff;
}

/* Privacy Policy */
.page-privacy h3 {
	font-weight: bold;
	font-size: 16px;
	margin: 3rem 0 1rem;
}
.page-privacy .ul01 {
	margin-top: 1rem;
}
.page-privacy .ul01 li {
	list-style: decimal;
	margin-left: 2rem;
	padding: 0.3rem 0;
}
.page-privacy .ul02 {
	margin: 1rem 0;
}
.page-privacy .ul02 li {
	margin-left: 6rem;
}
.page-privacy .ul03 {
	margin: 1rem 0;
}
.page-privacy .ul03 li {
	margin-left: 10rem;
}

/*------------------------------------------
	Archive Single
------------------------------------------*/
.page-single .title {
	border-bottom: 1px solid #F39C60;
	padding: .5rem 0;
	margin-bottom: 3rem;
	font-weight: 500;
}
.page-single .back {
	text-align: center;
}
.page-single .back a {
	border: 1px solid #000;
	padding: 5px 20px;
}