@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400..800&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&display=swap');

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}
body {
	color: #000;
	font-family: "Noto Serif JP", serif;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}
a {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
main {
	overflow: clip;
}
@media (hover: hover) {
	a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1200px) {
	html {
		font-size: .8334vw;
	}
}
@media only screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 768px) {
	img {
		width: 100%;
	}
	html {
		font-size: 2.6667vw;
	}
}

/* font
----------------------------------------*/
.en {
	font-family: "EB Garamond", serif;
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.header {
	font-family: "Shippori Mincho", serif;
	padding: 4.1rem 2rem 4.1rem 3.8rem;
}
.header a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	font-size: 2.4rem;
	letter-spacing: -.02em;
}
.header img {
	width: 7.3rem;
}
@media only screen and (max-width: 768px) {
	.header {
		padding: 1.6rem 2rem;
	}
	.header a {
		gap: 1rem;
		font-size: 2rem;
	}
	.header img {
		width: 6rem;
	}
}

/* mv
----------------------------------------*/
.mv {
	height: 38rem;
	background: url(../img/mv_bg_01.jpg) no-repeat center center / cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mv h1 {
	width: 54rem;
	height: 24rem;
	background: rgba(255, 255, 255, .83);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: .4rem;
}
.mv h1::before {
	content: '';
	display: block;
	position: absolute;
	top: .4rem;
	left: .4rem;
	right: .4rem;
	bottom: .4rem;
	border: .1rem solid #000;
}
.mv h1 img {
	width: 43.262rem;
	margin: 0 auto;
}
.mv h1 span {
	display: block;
	width: 43.5rem;
	margin: 2.8rem auto 0;
	padding: 2.3rem 0 0 .1em;
	border-top: .1rem solid #000;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: .21em;
	font-weight: 400;
}
@media only screen and (max-width: 768px) {
	.mv {
		height: 26rem;
		background: url(../img/mv_bg_01.jpg) no-repeat left center / cover;
	}
	.mv h1 {
		width: 34rem;
		height: 14rem;
		padding-top: .4rem;
	}
	.mv h1 img {
		width: 28rem;
	}
	.mv h1 span {
		width: 28rem;
		margin: 1.5rem auto 0;
		padding: 1.5rem 0 0 .1em;
		font-size: 1.3rem;
	}
}

/* description
----------------------------------------*/
.description {
	padding: 6.4rem 2rem 12.7rem;
	overflow: hidden;
}
.description_inner {
	max-width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.description_txt {
	width: 45.4%;
}
.description h2 {
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: .2em;
	line-height: 1.875;
	margin: 0 -.5rem 3.4rem 0;
}
.description p {
	font-size: 1.4rem;
	letter-spacing: .1em;
	line-height: 1.7857;
}
.description ul {
	max-width: 43.9rem;
	margin-top: 4.5rem;
}
.description ul li {
	background: #8B806E;
	font-size: 1.8rem;
	letter-spacing: .1em;
	color: #fff;
	padding: 1.2rem 1rem 1rem 3.3rem;
}
.description ul li::before {
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: .2rem;
	bottom: 0;
	left: 1.3rem;
	margin: auto 0;
}
.description ul li + li {
	margin-top: 1rem;
}
.description figure {
	width: 50%;
	margin: 4.3rem 0 0;
}
.description figure::before {
	content: '';
	display: block;
	position: absolute;
	top: 7rem;
	left: 5.4rem;
	width: 62.9rem;
	height: 34.8rem;
	background: url(../img/description_bg_01.png) no-repeat left top / 100% auto;
}
.description figure img {
	position: relative;
}
@media only screen and (max-width: 768px) {
	.description {
		padding: 3.2rem 2rem 8rem;
	}
	.description_inner {
		display: block;
	}
	.description_txt {
		width: auto;
	}
	.description h2 {
		font-size: 1.8rem;
		letter-spacing: .1em;
		text-align: center;
		margin: 0 0 3.4rem;
	}
	.description p {
		text-align: center;
		letter-spacing: .05em;
	}
	.description ul {
		margin-top: 3rem;
	}
	.description ul li {
		font-size: 1.5rem;
		letter-spacing: .05em;
		padding: 1.2rem .5rem 1rem 3rem;
	}
	.description ul li::before {
		width: .8rem;
		height: .8rem;
		left: 1.2rem;
	}
	.description figure {
		width: 100%;
		margin: 4rem 0 0;
	}
	.description figure::before {
		top: 3rem;
		left: 3rem;
		right: -3rem;
		bottom: -3rem;
		width: auto;
		height: auto;
		background-size: cover;
	}
}

/* point
----------------------------------------*/
.point {
	background: url(../img/point_bg_01.png) no-repeat center center / cover;
	padding: 7rem 2rem 9.4rem;
}
.point h2 {
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: .2em;
	padding-left: .2em;
	font-weight: 400;
	margin-bottom: 5.3rem;
}
.point h2::after {
	content: '';
	display: block;
	width: 5rem;
	height: .1rem;
	background: #A59986;
	margin: 2.3rem auto 0;
	position: relative;
	left: -.1em;
}
.point_box {
	max-width: 100rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}
.point_box h3 {
	background: #8B806E;
	color: #fff;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: .2em;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	padding: 2.4rem 7.5rem 2.3rem 8rem;
}
.point_box h3 img {
	width: 5.7014rem;
}
.point_item {
	background: #fff;
	box-shadow: 0 0 1.6rem rgba(0, 0, 0, .08);
}
.point_item p {
	font-size: 1.6rem;
	line-height: 1.5625;
	letter-spacing: .1em;
	padding: 2.9rem 3rem 2.7rem;
}
@media only screen and (max-width: 768px) {
	.point {
		padding: 3.5rem 2rem 5rem;
	}
	.point h2 {
		font-size: 2rem;
		margin-bottom: 3rem;
	}
	.point_box {
		grid-template-columns: repeat(1, 1fr);
	}
	.point_box h3 {
		font-size: 1.6rem;
		gap: 1.5rem;
		padding: 1.2rem 3rem 1.2rem 4rem;
	}
	.point_box h3 img {
		width: 4.5rem;
	}
	.point_item p {
		font-size: 1.5rem;
		padding: 2rem;
	}
}

/* flow
----------------------------------------*/
.flow {
	background: #212121;
	color: #fff;
	padding: 6rem 2rem 8rem;
}
.flow_inner {
	max-width: 100rem;
	margin: 0 auto;
}
.flow h2 {
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: .2em;
	padding-left: .2em;
	font-weight: 400;
	margin-bottom: 4.7rem;
}
.flow h2::after {
	content: '';
	display: block;
	width: 5rem;
	height: .1rem;
	background: #A59986;
	margin: 2.3rem auto 0;
	position: relative;
	left: -.1em;
}
.flow_step {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 7.2rem;
	margin-bottom: 4.9rem;
}
.flow_step li + li::before {
	content: '';
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	border-top: .2rem solid rgba(255, 255, 255, .25);
	border-right: .2rem solid rgba(255, 255, 255, .25);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: .8rem;
	left: -5.1rem;
	margin: auto 0;
}
.flow_step h3 {
	font-size: 2rem;
	letter-spacing: .1em;
	line-height: 1.21;
	font-weight: 400;
	padding-bottom: 1.5rem;
	border-bottom: .1rem solid #707070;
	margin-bottom: 1.8rem;
}
.flow_step h3 .en {
	font-size: 2.8rem;
	color: #8B806E;
	display: block;
	letter-spacing: -.015em;
	margin-bottom: 1.1rem;
}
.flow_step h3 .en span {
	font-size: 4.2rem;
	letter-spacing: 0;
}
.flow_step h3 > span:not(.en) {
	margin-right: -.5rem;
	min-height: 4.8rem;
	display: flex;
	align-items: center;
}
.flow_step p {
	font-size: 1.6rem;
	line-height: 1.5625;
}
.flow_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38rem;
	height: 6rem;
	background: linear-gradient(to right, #8b806e 10%,#5d513e 100%);
	color: #fff;
	border-radius: 3rem;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .05em;
	margin: 0 auto;
}
.flow_btn::before {
	content: '';
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	background: #ADADAD;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	bottom: 0;
	right: .9rem;
	margin: auto 0;
}
.flow_btn::after {
	content: '';
	display: block;
	background: url(../img/flow_icon_arrow.svg) no-repeat left top / 100% auto;
	width: 3.5955rem;
	height: .6829rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5rem;
	margin: auto 0;
	transition: transform .3s;
}
.flow_app {
	margin-top: 7rem;
}
.flow_app h3 {
	background: rgba(255, 255, 255, .1);
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: .2em;
	font-weight: 400;
	padding: .7rem .5rem .6rem;
	margin-bottom: 2.9rem;
}
.flow_app h4 {
	font-size: 2.4rem;
	font-weight: 500;
	padding-left: .2em;
	text-align: center;
	letter-spacing: .2em;
	margin-bottom: 3.4rem;
}
.flow_app p {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5625;
}
.flow_app figure {
	max-width: 44.9515rem;
	margin: 5.8rem auto 6.4rem;
	left: .2rem;
}
.flow_app_bnr {
	display: flex;
	justify-content: center;
	gap: 1.1rem;
}
.flow_app_bnr a {
	display: block;
}
.flow_app_bnr a img {
	height: 7.1rem;
	width: auto;
}
@media (hover:hover) {
	.flow_btn:hover::after {
		transform: translateX(.5rem);
	}
}
@media only screen and (max-width: 768px) {
	.flow {
		padding: 3.5rem 2rem 5rem;
	}
	.flow h2 {
		font-size: 2rem;
		margin-bottom: 3rem;
	}
	.flow_step {
		display: block;
		margin-bottom: 5rem;
	}
	.flow_step li {
		display: flex;
		gap: 1.6rem;
	}
	.flow_step li + li {
		margin-top: 2rem;
		padding-top: 2rem;
		border-top: .1rem solid #fff;
	}
	.flow_step li + li::before {
		display: none;
	}
	.flow_step h3 {
		width: 12rem;
		font-size: 1.2rem;
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 0;
	}
	.flow_step h3 .en {
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}
	.flow_step h3 .en span {
		font-size: 3.2rem;
		line-height: 1;
	}
	.flow_step h3 > span:not(.en) {
		min-height: 0;
	}
	.flow_step p {
		flex: 1;
		font-size: 1.4rem;
		letter-spacing: .05em;
	}
	.flow_btn {
		width: 100%;
		font-size: 1.7rem;
	}
	.flow_app {
		margin-top: 5rem;
	}
	.flow_app h3 {
		font-size: 1.6rem;
	}
	.flow_app h4 {
		font-size: 1.8rem;
		padding-left: .1em;
		letter-spacing: .1em;
		margin: 0 -.5rem 3.4rem;
	}
	.flow_app p {
		font-size: 1.4rem;
	}
	.flow_app figure {
		margin: 4.5rem auto 5rem;
	}
	.flow_app_bnr a img {
		height: 5rem;
	}
}

/*footer
----------------------------------------*/
.footer {
	padding: 2.76rem 2rem 2.57rem;
}
.footer_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8rem;
}
.footer_logo a {
	display: block;
}
.footer_logo a:nth-child(1) {
	width: 24.3rem;
}
.footer_logo a:nth-child(2) {
	width: 23.4rem;
}
@media only screen and (max-width: 768px) {
	.footer {
		padding: 2rem;
	}
	.footer_logo {
		gap: 2rem;
	}
	.footer_logo a:nth-child(1) {
		width: 15.1875rem;
	}
	.footer_logo a:nth-child(2) {
		width: 14.625rem;
	}
}

/*inview
----------------------------------------*/
.inview {
	opacity: 0;
	transform: translateY(5rem);
	transition: opacity .5s, transform .5s;
}
.inview.show {
	opacity: 1;
	transform: none;
}