@charset "utf-8";

/* Reset */
*, *::before, *::after {
	box-sizing: border-box
}
html {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
	margin: 0
}
body {
	line-height: 1;
	word-break: auto-phrase;
}
ul[role='list'], ol[role='list'] {
	list-style: none;
	padding: 0;
}
a:not([class]) {
	text-decoration-skip-ink: auto;
	color: currentColor
}
img, picture {
	max-width: 100%;
	display: block
}
img, picture {
	width: 100%;
	max-width: 100%;
	height: auto;
	will-change: transform;
}
input, button, textarea, select {
	font: inherit
}
textarea:not([rows]) {
	min-height: 10em
}
:target {
	scroll-margin-block: 5ex
}
/* Basis */
:root {
	--size: 0.833vw;
	--c1: #333333;
	--c2: #642a38;
	--c3: #ab958a;
	--c4: #62554d;
	--c5: #ece8df;
	--ff1: "Zen Old Mincho", serif;
	--ff2: "Cormorant Garamond", serif;
	--border: #f5f3ef;
	--easing: cubic-bezier(0.45, 0, 0.55, 1);
	--gutter: 5.556vw;
	--container: 1360px;
	--col: 8.33333%;
}
@media (min-width:1200px) {
	:root {
		--gutter: 2rem;
	}
}
html {
}
body {
	background-color: #fff;
	font-family: var(--ff1);
	font-weight: 400;
	font-style: normal;
	color: var(--c1);
	line-height: 1;
	overflow-x: hidden;
	letter-spacing: 0.05em;
}
h1, h2, h3, h4 {
	font-weight: 400;
	letter-spacing: 0.2em;
}
/* versatility */
.mb-5 {
	margin-bottom: calc(var(--gutter) * 5);
}
.container {
	position: relative;
	width: min(95%, calc(var(--container) + var(--gutter)));
	margin-left: auto;
	margin-right: auto;
	padding-left: calc(var(--gutter) / 2);
	padding-right: calc(var(--gutter) / 2);
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: calc(-1 * (var(--gutter) / 2));
	margin-right: calc(-1 * (var(--gutter) / 2));
}
.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-left: calc(var(--gutter) / 2);
	padding-right: calc(var(--gutter) / 2);
}
.col {
	flex: 1 0 0%;
}.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.link-after::after {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	content: '';
	z-index: 10;
	cursor: pointer;
}
a[class*="btn"] {
	cursor: pointer;
	position: relative;
	text-decoration: none;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	display: inline-block;
	width: 100%;
	padding: var(--gutter);
	overflow: hidden;
	transition-property: background-color, color, border-color;
	transition-duration: 0.2s;
	transition-timing-function: var(--easing);
	text-align: center;
}
.text-center {
	text-align: center;
}
@media (min-width:576px) {
	.col-sm {
		flex: 1 0 0%;
	}
	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}
@media (min-width:768px) {
	.col-md {
		flex: 1 0 0%;
	}
	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}
@media (min-width:992px) {
	.col-lg {
		flex: 1 0 0%;
	}
	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}
@media (min-width:1200px) {
	.col-xl {
		flex: 1 0 0%;
	}
	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}
@media (min-width:1400px) {
		.col-xxl {
		flex: 1 0 0%;
	}
	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}
/* Header */
.header-wrap {
	padding: clamp(0.5rem, 2.5vw, 3rem) clamp(1rem, 0.4rem + 3vw, 4rem);
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
}
.logo-wrap {
	display: flex;
	align-items: center;
}
.logo-item img {
	max-width: 50vw;
	height: clamp(2rem, 1.273rem + 3.64vw, 4rem);
}
.logo-catchcopy {
	font-size: clamp(0.75rem, 0.702rem + 0.2vw, 0.875rem);
	color: var(--c4);
	padding:0 5rem 0 1rem;
}
.navToggler {
	width: var(--gutter);
	height: var(--gutter);
	position: fixed;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	overflow: hidden;
	z-index:200;
	top:clamp(0.5rem, 2.5vw, 3rem);
	right:clamp(1rem, 0.4rem + 3vw, 4rem);
}
.navToggler::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.05);
	transform: scale(0);
	transition: transform 0.3s var(--easing);
}
.navToggler span {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: var(--c1);
}
.navToggler span:nth-child(1) {
	top: 20%;
}
.navToggler span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}
.navToggler span:nth-child(3) {
	bottom: 20%;
}
.navToggler span {
	transition: .2s var(--easing);
}
.navToggler.open span:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg) scale(1.2);
}
.navToggler.open span:nth-child(2) {
	transform: rotate(-45deg) scale(0);
	opacity: 0;
}
.navToggler.open span:nth-child(3) {
	bottom: 50%;
	transform: translateY(50%) rotate(-45deg) scale(1.2);
}
.globalnav-list {
	margin: 0;
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 100vh;
	background-color: #fff;
	transform: translateX(100%);
	z-index: 100;
	padding-top: 10vh !important;
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 0.3s;
	transition-timing-function: var(--easing);
}
.globalnav-list.open {
	transform: translateX(0);
	opacity: 1;
}
.globalnav-list li {
	border-bottom: 1px solid var(--border);
}
.globalnav-list li a {
	display: block;
	text-decoration: none;
	position: relative;
	color: inherit;
	transition-property: background-color, color, border-color;
	transition-duration: 0.2s;
	transition-timing-function: var(--easing);
	padding: calc(var(--gutter) * 0.5) var(--gutter);
}
.globalnav-list li a:hover {
	color: var(--c2);
}
.globalnav-list li small {
	letter-spacing: 0.3em;
	font-size: 0.75rem;
	color:var(--c3);
	text-transform: uppercase;
	margin-left: 1rem;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: color-mix(in srgb, var(--c1) 50%, transparent);
	opacity: 0;
	visibility: hidden;
	transition-property: visibility, opacity;
	transition-duration: 0.3s;
	transition-timing-function: var(--easing);
	z-index: 50;
}
.overlay.open {
	opacity: 1;
	visibility: visible;
}
@media (min-width:576px) {
}
@media (min-width:768px) {
}
@media (min-width:992px) {
}
@media (min-width:1200px) {
	.logo-wrap {
		flex-direction: row;
		align-items: center;
	}
	.logo-catchcopy {
		margin-top: 0;
		margin-left: var(--gutter);
	padding:0;
	}
	.navToggler {
		display: none;
	}
	.globalnav-list {
		display: flex;
		align-items: center;
		position: static;
		width: auto;
		height: auto;
		background: transparent;
		padding-top: 0 !important;
		transform: translateX(0);
		opacity: 1;
	}
	.globalnav-list li {
		border-bottom: 0;
		border-left:1px solid var(--border);
	}
	.globalnav-list li a {
		text-align: center;
		letter-spacing: 0.2em;
		padding: calc(var(--gutter) * 0.25) var(--gutter);
	}
	.globalnav-list li small {
		display: block;
		margin-top:0.5rem;
		margin-left: 0;
	}
}
@media (min-width:1400px) {
}

/* PageTop */
.pagetop {
	bottom: var(--gutter);
	right: var(--gutter);
}
.pagetop {
	position: fixed;
	z-index: 10;
}
.pagetop a {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: var(--c3);
}
.pagetop svg {
	stroke: #fff;
}
/* Footer */
.footer-wrap {
	background-color: var(--c4);
	color: var(--c5);
}
.footer-copyright {
	text-align: center;
	padding-top: clamp(1rem, 0.385rem + 3.08vw, 3rem);
	padding-bottom: clamp(1rem, 0.385rem + 3.08vw, 3rem);
	font-family: var(--ff2);
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
@media (min-width:576px) {
}
@media (min-width:768px) {
}
@media (min-width:992px) {
}
@media (min-width:1200px) {
}
@media (min-width:1400px) {
}
/* Front */
.hero-wrap {
	width: 100%;
	height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
}
.hero-content {
	position: relative;
	z-index: 10;
	color: #fff;
	text-align: center;
	padding-top: 5vw;
}
.hero-content h1 {
	color: var(--c2);
	letter-spacing: 0.1em;
	font-size: clamp(2rem, 1.393rem + 2.59vw, 4.5rem);
	position: relative;
	background-color: #fff;
	padding: 0.375em 1em 0.375em 10vw;
	line-height: 1.5;
}
.hero-content h1::before {
	color: #fff;
	letter-spacing: 0;
	font-size: 22vw;
	position: absolute;
	line-height: 1;
	content: 'EX MORE';
	bottom:85%;
	right:0;
	font-family: var(--ff2);
	white-space: nowrap;
}
.hero-content p {
	color: #fff;
	background-color: var(--c2);
	letter-spacing: 0.1em;
	font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
	margin-top: 1vw;
	margin-left: 10vw;
	line-height: 1.75;
	padding: 0.375em 1em;
	text-align: right;
}
.hero-image {
	position: absolute;
	top:0;
	left: 0;
	background: url("../images/keyvisual.webp") center center no-repeat fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}
.hero-image::before {
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--c2);
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	content: '';
	z-index: -1;
}
.section-title {
	font-size: clamp(1.25rem, 0.964rem + 1.22vw, 2rem);
	letter-spacing: 0.2em;
	margin-bottom: clamp(2rem, 1.239rem + 3.25vw, 4rem);
}
.section-title::before {
	content: attr(data-label);
	font-size: clamp(0.75rem, 0.655rem + 0.41vw, 1rem);
	letter-spacing: 0.5em;
	color: var(--c3);
	text-transform: uppercase;
	display: block;
	margin-bottom: clamp(0.5rem, 0.119rem + 1.62vw, 1.5rem);
}
.section-service {
	position: relative;
	z-index: 10;
	margin-top:5vw;
	padding-top:clamp(5rem, 3.182rem + 9.09vw, 10rem);
	padding-bottom: clamp(5rem, 3.182rem + 9.09vw, 10rem);
}
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: var(--gutter);
}
.card-img {
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background-color: var(--c5);
}
.card-img img {
	object-fit: cover;
	transition: transform 0.25s var(--easing), opacity 0.25s var(--easing);
}
.card-img a:hover img {
	transform: scale(1.15);
	opacity: 0.5;
}
.card-title {
	text-align: center;
	padding:1rem;
	line-height: 1.375;
}
.section-about {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: color-mix(in srgb, var(--c5) 50%, transparent);
}
.section-about .container-half {
	width: 100%;
	padding:clamp(5rem, 3.182rem + 9.09vw, 10rem) var(--gutter);
}
.about-image {
	background: url("../images/about.webp") center center no-repeat;
	background-size: cover;
	width: 100%;
	aspect-ratio: 16 / 9;
}
.table {
	width:100%;
	border-top: 1px solid var(--c5);
}
.table th ,
.table td {
	display: block;
	border-bottom: 1px solid var(--c5);
	line-height: 2;
	letter-spacing: 0.05em;
	padding: calc(var(--gutter) * 0.75) calc(var(--gutter) * 0.75) calc(var(--gutter) * 0.75) 0;
}
.table th {
	text-align: left;
	font-weight: 400;
	color: var(--c2);
}
.table td {
}
.section-contact {
	position: relative;
	z-index: 10;
	margin-top:clamp(5rem, 3.182rem + 9.09vw, 10rem);
	margin-bottom: clamp(5rem, 3.182rem + 9.09vw, 10rem);
}
.section-service .section-title ,
.section-contact .section-title {
	text-align: center;
}
.form-item {
	display: flex;
	flex-direction: column;
	margin-bottom: calc(var(--gutter) * 0.625);
}
.form-item label {
	width:100%;
	display: block;
	padding: 0 0 1rem;
}
.form-item label::before {
	content: '任意';
	font-size: .75rem;
	padding: 0.125rem 0.5rem;
	color:var(--c1);
	background-color: var(--c5);
	margin-right: 0.5rem;
}
.form-item label.required::before {
	content: '必須';
	color:#fff;
	background-color: var(--c3);
}
.form-item *:not(label) {
	flex-basis: 1;
	width:100%;
	display: block;
	width: 100%;
	padding: 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid var(--c5);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	transition: border-color 0.25s var(--easing);
}
.form-item textarea {
	resize: vertical;
}
.form-item *:not(label):focus {
	border-color: var(--c2);
	box-shadow: none;
	outline: 0;
}
dialog {
	padding: var(--gutter);
	max-width: 80%;
	max-height: 80vh;
	overflow-y: auto;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	line-height: 1.5;
	border:0;
}
dialog h3 {
	margin-bottom:3rem;
}
dialog h4 {
	margin-top:3rem;
	margin-bottom:1rem;
}
dialog p ,
dialog ul,
dialog ol {
	margin-bottom:1rem;
}
dialog::backdrop {
	background-color: rgba(0, 0, 0, 0.5);
}
.privacypolicy {
	margin-bottom: 2rem;
	background-color: var(--c5);
	padding: var(--gutter);
}
.privacypolicy p {
	color: var(--c4);
	line-height: 2;
	margin: 1rem 0;
}
.privacypolicy a {
	text-decoration: underline;
	cursor: pointer;
}
.privacypolicy a:hover {
	text-decoration: none;
}
.privacypolicy label {
	display: block;
	cursor: pointer;
}
.privacypolicy label span {
	position: relative;
	display: block;
	vertical-align: top;
	line-height: 1;
	cursor: pointer;
	padding: calc(var(--gutter) / 2) calc(var(--gutter) * 0.75) calc(var(--gutter) / 2) calc(var(--gutter) * 1.5);
	background-color: #fff;
}
.privacypolicy label span::before ,
.privacypolicy label span::after {
	position: absolute;
	content: "";
 	display: block;
   transition: transform 0.25s var(--easing), border-color 0.25s var(--easing), background-color 0.25s var(--easing);
 }
.privacypolicy label span::before {
	top: calc(var(--gutter) / 2);
	left: calc(var(--gutter) / 2);
	pointer-events: none;
	border: 2px solid var(--c5);
	width: 1.25rem;
	height: 1.25rem;
	background-color: #fff;
}
.privacypolicy label span::after {
	opacity: 0;
	width: 10px;
	height: 6px;
	border:2px solid #fff;
	border-width: 0 0 2px 2px;
	transform: scale(0,0) rotate(-45deg);
	top: calc((var(--gutter) / 2) + 0.25rem);
	left: calc((var(--gutter) / 2) + 0.25rem);
	display: inline-block;
}
.privacypolicy input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	box-sizing: border-box;
	padding: 0;
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.privacypolicy input[type=checkbox]:disabled~span {
	opacity: 0.5;
	color:var(--c3);
}
.privacypolicy input[type=checkbox]:checked~span::before {
	border-color:  var(--c2);
	background-color: var(--c2);
}
.privacypolicy input[type=checkbox]:checked~span::after {
	opacity: 1;
	transform: scale(1,1) rotate(-45deg);
}
input[type="submit"] {
	background-color: var(--c2);
	color: white;
	padding: calc(var(--gutter) * 0.75) calc(var(--gutter) * 2);
	border: none;
	border-radius: 0;
	cursor: pointer;
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
	margin: 0 auto;
	letter-spacing: 0.2em;
	display: inline-block;
}
input[type="submit"]:disabled {
	opacity: 0.2;
	cursor: not-allowed;
}
.dialog-content {
	margin: 0 auto;
}
.close-button {
	position: absolute;
	top: 1rem;
	right: 1rem;
	padding: 0.5rem 1rem;
	background: var(--c5);
	border: none;
	border-radius: 0;
	cursor: pointer;
}
@media (min-width:576px) {
}
@media (min-width:768px) {
	.table th ,
	.table td {
		display: table-cell;
	}
}
@media (min-width:992px) {
	.form-item {
		flex-direction: row;
	}
	.form-item label {
		width:calc(var(--col) * 4);
		display: inline-block;
		padding:1rem 0;
	}
}
@media (min-width:1200px) {
	.hero-image {
		width: 90vw;
	}
	.hero-image::before {
		top:5vw;
		left: 10vw;
	}
	.hero-content h1 ,
	.hero-content p {
		line-height: 1;
	}
	.hero-content h1::before {
		bottom:50%;	font-size: 17vw;
	}
	.form-wrap {
	 	margin-left: var(--col);
 		margin-right: var(--col);
	}
}
@media (min-width:1400px) {
	.section-about {
		flex-direction: row;
	}
	.section-about .container-half {
		width: calc(var(--container) / 2);
		margin-left: calc(50vw - (var(--container) / 2));
		padding:clamp(5rem, 3.182rem + 9.09vw, 10rem) calc(var(--gutter) * 2) clamp(5rem, 3.182rem + 9.09vw, 10rem) 0;
	}
	.about-image {
		width: 50vw;
		min-height: 100%;
		aspect-ratio: auto;
	}
}
