:where(input,
textarea,
select,
button) {
	color: inherit;
	font: inherit;
}

:where(input[type=text],
input[type=email],
input[type=tel],
textarea,
select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 0;
	width: 100%;
}

:where(input[type=text],
input[type=email],
input[type=tel],
textarea,
select):focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

:where(input[type=text],
input[type=email],
input[type=tel],
textarea,
select)::-webkit-input-placeholder {
	color: #707070;
	opacity: 1;
}

:where(input[type=text],
input[type=email],
input[type=tel],
textarea,
select)::-moz-placeholder {
	color: #707070;
	opacity: 1;
}

:where(input[type=text],
input[type=email],
input[type=tel],
textarea,
select):-ms-input-placeholder {
	color: #707070;
	opacity: 1;
}

:where(input[type=text],
input[type=email],
input[type=tel],
textarea,
select)::-ms-input-placeholder {
	color: #707070;
	opacity: 1;
}

:where(input[type=text],
input[type=email],
input[type=tel],
textarea,
select)::placeholder {
	color: #707070;
	opacity: 1;
}

:where(textarea) {
	resize: vertical;
}

:where(select) {
	cursor: pointer;
}

:where(select)::-ms-expand {
	display: none;
}

:where(input[type=checkbox]) {
	height: 1px;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	width: 1px;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
	overflow-x: auto;
	width: 100%;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: inherit;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img,
picture {
	display: block;
}

img {
	border: none;
	height: auto;
	vertical-align: middle;
	width: 100%;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	letter-spacing: inherit;
	padding: 0;
	text-align: inherit;
}

a {
	cursor: pointer;
	text-decoration: none;
}

*:focus {
	outline: none;
}

.js-fadeIn {
	-webkit-transition: opacity 1s;
	opacity: 0;
	transition: opacity 1s;
}

.js-fadeIn.is-show {
	opacity: 1;
}

body {
	-webkit-animation: fadeIn 1s ease forwards;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	animation: fadeIn 1s ease forwards;
	color: #383838;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.67;
	min-height: 100svh;
	opacity: 0;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

.main {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

html {
	scroll-behavior: smooth;
}

*::-moz-selection {
	background-color: #383838;
	color: #fff;
}

*::selection {
	background-color: #383838;
	color: #fff;
}

.inner {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1600px;
}

.sec-tit {
	line-height: 1.32;
}

.sec-tit > span {
	color: #B88E2C;
	display: block;
	font-family: "Marcellus", serif;
	letter-spacing: 0.038em;
}

.sec-tit > small {
	display: block;
	letter-spacing: 0.1em;
}

._bold {
	font-weight: 600;
}

._color {
	color: #B88E2C;
}

._center {
	text-align: center;
}

._ls {
	letter-spacing: -0.2em;
}

._minco {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Noto Serif JP", "Noto Serif CJK JP", serif;
}

.form-btn {
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	background-color: #B88E2C;
	border: 1px solid #B88E2C;
	border-radius: 8px;
	color: #fff;
	display: grid;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.1em;
	min-height: 72px;
	place-items: center;
	transition: background-color 0.3s ease, color 0.3s ease;
	width: min(100%, 380px);
}

.form-btn._reverse {
	background-color: #fff;
	color: #B88E2C;
}

.footer {
	background-color: #383838;
	color: #fff;
	margin-top: 180px;
	padding: 47px 50px;
}

.footer-wrap {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.footer-logo {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 125px;
}

.footer-copy {
	font-size: 12px;
	letter-spacing: 0.1em;
	text-align: right;
}

.header {
	-webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
	height: 90px;
	left: 0;
	position: absolute;
	top: 0;
	transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
	width: 100%;
	z-index: 100;
}

.header-logo {
	-webkit-transition: top 0.3s ease, left 0.3s ease, width 0.3s ease;
	left: 53px;
	position: absolute;
	top: 47px;
	transition: top 0.3s ease, left 0.3s ease, width 0.3s ease;
	width: 132px;
}

.header-menu {
	-webkit-transition: top 0.3s ease, right 0.3s ease, -webkit-transform 0.3s ease;
	height: 22px;
	position: absolute;
	right: 121px;
	top: 58px;
	transition: top 0.3s ease, right 0.3s ease, -webkit-transform 0.3s ease;
	transition: top 0.3s ease, right 0.3s ease, transform 0.3s ease;
	transition: top 0.3s ease, right 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 40px;
	z-index: 300;
}

.header-menu span {
	-webkit-transition: width 0.3s ease, top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
	background-color: #383838;
	height: 1px;
	position: absolute;
	right: 0;
	transition: width 0.3s ease, top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: width 0.3s ease, top 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
	transition: width 0.3s ease, top 0.3s ease, transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.header-menu span:nth-child(1) {
	top: 0;
	width: 40px;
}

.header-menu span:nth-child(2) {
	top: 10px;
	width: 40px;
}

.header-menu span:nth-child(3) {
	top: 20px;
	width: 28px;
}

.header-menu.is-open span {
	width: 40px;
}

.header-menu.is-open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	top: 10px;
	transform: rotate(45deg);
}

.header-menu.is-open span:nth-child(2) {
	opacity: 0;
}

.header-menu.is-open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	top: 10px;
	transform: rotate(-45deg);
}

.header.is-fixed {
	background-color: rgba(255, 255, 255, 0.9);
	position: fixed;
}

.header.is-fixed .header-logo {
	-webkit-transform: translateY(-50%);
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	width: 105px;
}

.header.is-fixed .header-menu {
	-webkit-transform: translateY(-50%);
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.menu-modal {
	-webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
	background-color: #F5EFE9;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	visibility: hidden;
	z-index: 200;
}

.menu-modal.is-open {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.menu-modal-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-column-gap: clamp(40px, 9.88vw, 135px);
	-moz-column-gap: clamp(40px, 9.88vw, 135px);
	align-items: center;
	column-gap: clamp(40px, 9.88vw, 135px);
	display: grid;
	grid-template-columns: clamp(160px, 21.96vw, 300px) minmax(0, 1fr);
	height: 100%;
	margin: 0 auto;
	width: min(950px, 100% - 80px);
}

.menu-modal-logo {
	width: clamp(120px, 12.08vw, 165px);
}

.menu-modal-nav {
	-webkit-column-gap: clamp(40px, 8vw, 120px);
	-moz-column-gap: clamp(40px, 8vw, 120px);
	column-gap: clamp(40px, 8vw, 120px);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-width: 0;
	row-gap: clamp(40px, 5vw, 68px);
}

.menu-modal-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-webkit-transition: opacity 0.3s ease;
	align-items: flex-start;
	color: #383838;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	min-width: 0;
	transition: opacity 0.3s ease;
}

.menu-modal-en {
	font-family: "Marcellus", serif;
	font-size: clamp(22px, 2.05vw, 24px);
	letter-spacing: 0.038em;
	line-height: 1.3;
}

.menu-modal-ja {
	font-size: clamp(12px, 1.02vw, 14px);
	letter-spacing: 0.1em;
	margin-top: 1px;
}

body.is-menu-open {
	overflow: hidden;
}

.notFound {
	padding-top: 200px;
}

.notFound-box {
	margin: 0 auto;
	max-width: 789px;
	text-align: center;
}

.notFound-code {
	color: #B88E2C;
	font-size: clamp(70px, 8vw, 110px);
	line-height: 1;
}

.notFound-tit {
	color: #434341;
	font-size: 26px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 25px;
}

.notFound-txt {
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 50px;
}

.notFound-btn {
	margin: 55px auto 0;
}

.contact {
	padding-top: 163px;
}

.contact-lead {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 40px;
	text-align: center;
}

.contact-note {
	color: #95403d;
}

.contact-form {
	margin: 130px auto 0;
	max-width: 789px;
}

.contact-group + .contact-group {
	margin-top: 60px;
}

.contact-group--input .contact-label {
	margin-bottom: 2px;
}

.contact-label {
	color: #000;
	display: block;
	font-weight: 600;
	margin-bottom: 16px;
}

.contact-label > span {
	color: #95403d;
}

.contact-check-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.contact-check {
	cursor: pointer;
	font-size: 13px;
	line-height: 1.5;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.contact-check > span {
	display: block;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding-left: 28px;
	position: relative;
}

.contact-check > span::before {
	background-color: #fff;
	border: 1px solid #D6D4D1;
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
	top: 0.2em;
	width: 14px;
}

.contact-check > span::after {
	-webkit-transform: rotate(45deg);
	-webkit-transition: opacity 0.2s ease;
	border-bottom: 2px solid #B88E2C;
	border-right: 2px solid #B88E2C;
	content: "";
	content: "";
	height: 14px;
	left: 6px;
	opacity: 0;
	position: absolute;
	top: -0.1em;
	transform: rotate(45deg);
	transition: opacity 0.2s ease;
	width: 6px;
}

.contact-check input:checked + span::after {
	opacity: 1;
}

.contact-select {
	position: relative;
}

.contact-select::before,
.contact-select::after {
	background-color: #B88E2C;
	content: "";
	height: 2px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	width: 10px;
}

.contact-select::before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	right: 23px;
	transform: translateY(-50%) rotate(45deg);
}

.contact-select::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	right: 17px;
	transform: translateY(-50%) rotate(-45deg);
}

.contact-select select {
	border: 1px solid #D6D4D1;
	color: #383838;
	font-size: 14px;
	height: 55px;
	padding: 0 50px 0 18px;
}

.contact-input {
	border-bottom: 1px solid #D6D4D1;
	font-size: 14px;
	padding: 14px 18px;
}

.contact-input::-webkit-input-placeholder {
	color: #aaa;
}

.contact-input::-moz-placeholder {
	color: #aaa;
}

.contact-input:-ms-input-placeholder {
	color: #aaa;
}

.contact-input::-ms-input-placeholder {
	color: #aaa;
}

.contact-input::placeholder {
	color: #aaa;
}

.contact-textarea {
	border: 1px solid #D6D4D1;
	font-size: 14px;
	height: 360px;
	padding: 18px;
}

.contact-textarea::-webkit-input-placeholder {
	color: #aaa;
}

.contact-textarea::-moz-placeholder {
	color: #aaa;
}

.contact-textarea:-ms-input-placeholder {
	color: #aaa;
}

.contact-textarea::-ms-input-placeholder {
	color: #aaa;
}

.contact-textarea::placeholder {
	color: #aaa;
}

.contact-submit {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.contact-error {
	color: #95403d;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 12px;
}

.contact-input.is-error,
.contact-textarea.is-error {
	border-color: #95403d;
}

.thanks {
	padding-top: 163px;
}

.thanks-content {
	margin: 100px auto 0;
	max-width: 789px;
	text-align: center;
}

.thanks-tit {
	color: #434341;
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.thanks-txt {
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 30px;
}

.thanks-btn {
	margin: 55px auto 0;
}

.company {
	padding-top: 122px;
}

.company-map {
	margin-top: 78px;
}

.company-map iframe {
	border: 0;
	height: 441px;
	width: 100%;
}

.company-info {
	display: grid;
	gap: clamp(50px, 8vw, 120px);
	grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.1fr);
	margin: 60px auto 0;
	max-width: 1037px;
}

.company-address {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2.19;
}

.company-name {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 7px;
}

.company-data {
	min-width: 0;
}

.company-data-item {
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	border-top: 1px solid #D6D4D1;
	column-gap: 30px;
	display: grid;
	font-size: 16px;
	grid-template-columns: 133px minmax(0, 1fr);
	letter-spacing: 0.05em;
	padding: 22px 0;
}

.company-data-item:last-child {
	border-bottom: 1px solid #D6D4D1;
}

.company-data-item dt {
	font-weight: 600;
}

.company-data-item dd {
	min-width: 0;
}

.features {
	padding: 122px 0 140px;
}

.features-list {
	display: grid;
	gap: clamp(20px, 2.5vw, 40px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 88px;
}

.features-item {
	border: 1px solid #D6D4D1;
	border-radius: 8px;
	min-width: 0;
	padding: 40px 38px 38px;
}

.features-point {
	color: #707070;
	font-size: 26px;
	font-weight: 200;
	letter-spacing: 0.02em;
	line-height: 1;
	text-align: center;
}

.features-point span {
	font-size: 38px;
}

.features-icon {
	margin: 34px auto 0;
	width: 46px;
}

.features-tit {
	color: #707070;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-top: 32px;
	text-align: center;
}

.features-txt {
	letter-spacing: 0.1em;
	margin-top: 23px;
}

.members {
	background-color: #383838;
	color: #fff;
	padding: 100px 0 100px;
}

.members .sec-tit {
	color: #fff;
}

.members-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-inline: calc(0px - clamp(30px, 7.32vw, 100px));
	margin-top: 88px;
}

.members-item {
	min-width: 0;
}

.members-img {
	position: relative;
}

.members-info {
	bottom: 23px;
	left: 51px;
	position: absolute;
}

.members-position {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
}

.members-name {
	font-family: "Marcellus", serif;
	font-size: clamp(28px, 3.4vw, 44px);
	letter-spacing: 0.038em;
	line-height: 1.2;
	margin-top: 8px;
}

.members-profile {
	min-height: 284px;
	padding: 72px 65px 62px;
	position: relative;
}

.members-profile::before {
	background-color: rgba(255, 255, 255, 0.7);
	content: "";
	height: calc(100% - 80px);
	left: 35px;
	position: absolute;
	position: absolute;
	top: 48px;
	width: 1px;
}

.members-profile::after {
	background-color: rgba(255, 255, 255, 0.7);
	bottom: 31px;
	content: "";
	height: 1px;
	left: 35px;
	position: absolute;
	width: 223px;
}

.members-txt {
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 2.25;
}

.mission {
	padding: 100px 0 160px;
}

.mission .inner {
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	-webkit-column-gap: clamp(30px, 7vw, 100px);
	-moz-column-gap: clamp(30px, 7vw, 100px);
	align-items: start;
	column-gap: clamp(30px, 7vw, 100px);
	display: grid;
	grid-template-columns: minmax(260px, 1fr) minmax(0, clamp(400px, 44vw, 600px));
	max-width: 1200px;
}

.mission-content {
	padding-top: 37px;
}

.mission-tit {
	color: #707070;
	font-size: clamp(26px, 2.64vw, 36px);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.78;
	margin-top: 18px;
}

.mission-tit small {
	font-size: 0.85em;
}

.mission-txt {
	font-size: 16px;
	line-height: 2.25;
	margin-top: 43px;
}

.mission-img {
	margin-right: calc(clamp(30px, 7.32vw, 100px) * -1);
	min-width: 0;
}

.mv {
	background-color: #fff;
	height: 100svh;
	min-height: 720px;
	overflow: hidden;
	position: relative;
}

.mv-bg {
	-webkit-clip-path: polygon(0 0, 97.5% 0, 98.3% 8%, 99% 20%, 99.5% 35%, 99.8% 50%, 99.5% 65%, 99% 80%, 98.3% 92%, 97.5% 100%, 0 100%);
	border-radius: 5px;
	bottom: 15px;
	clip-path: polygon(0 0, 97.5% 0, 98.3% 8%, 99% 20%, 99.5% 35%, 99.8% 50%, 99.5% 65%, 99% 80%, 98.3% 92%, 97.5% 100%, 0 100%);
	left: 15px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	width: calc(100% - clamp(80px, 22vw, 305px));
}

.mv-bg-item {
	-webkit-transform: scale(1.015);
	-webkit-transition: opacity 1.8s ease, -webkit-transform 6s ease;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	inset: 0;
	opacity: 0;
	position: absolute;
	transform: scale(1.015);
	transition: opacity 1.8s ease, -webkit-transform 6s ease;
	transition: opacity 1.8s ease, transform 6s ease;
	transition: opacity 1.8s ease, transform 6s ease, -webkit-transform 6s ease;
}

.mv-bg-item.is-active {
	-webkit-transform: scale(1);
	opacity: 1;
	transform: scale(1);
}

.mv-bg-item1 {
	background-image: url("../img/top/mv_img1.jpg");
}

.mv-bg-item2 {
	background-image: url("../img/top/mv_img2.jpg");
}

.mv-bg-item3 {
	background-image: url("../img/top/mv_img3.jpg");
}

.mv-copy {
	max-width: calc(100% - 40px);
	position: absolute;
	right: clamp(24px, 3.37vw, 46px);
	top: 62px;
	width: clamp(360px, 42.6vw, 582px);
	z-index: 2;
}

.mv-tit {
	color: #B88E2C;
	font-family: "Marcellus", serif;
	font-size: clamp(42px, 6.22vw, 85px);
	font-weight: 400;
	letter-spacing: 0.038em;
	line-height: 1.16;
}

.mv-txt {
	color: #434341;
	font-size: clamp(13px, 1.47vw, 21px);
	letter-spacing: 0.2em;
	margin-left: auto;
	margin-top: clamp(20px, 2.56vw, 35px);
	max-width: 100%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.mv-scroll {
	bottom: 53px;
	color: #434341;
	display: block;
	height: clamp(125px, 11.71vw, 160px);
	position: absolute;
	right: clamp(35px, 4.69vw, 64px);
	width: clamp(125px, 11.71vw, 160px);
	z-index: 2;
}

.mv-scroll-circle {
	display: block;
	height: 100%;
	width: 100%;
}

.mv-scroll-circle text {
	fill: currentColor;
	font-size: 8px;
	font-weight: 600;
	letter-spacing: 0.48em;
}

.mv-scroll-arrow {
	-webkit-transform: translate(-50%, -50%);
	-webkit-animation: mvArrow 1.8s ease-in-out infinite;
	animation: mvArrow 1.8s ease-in-out infinite;
	background-color: currentColor;
	height: 38px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
}

.mv-scroll-arrow::after {
	-webkit-transform: rotate(45deg);
	border-bottom: 1px solid currentColor;
	border-right: 1px solid currentColor;
	bottom: 0;
	content: "";
	height: 8px;
	position: absolute;
	right: -4px;
	transform: rotate(45deg);
	width: 8px;
}

.service {
	background: url("../img/top/service_bg.jpg") center top/cover no-repeat;
	padding: 100px 0 120px;
}

.service-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: 108px;
	row-gap: 147px;
}

.service-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-column-gap: clamp(40px, 5.86vw, 80px);
	-moz-column-gap: clamp(40px, 5.86vw, 80px);
	align-items: center;
	column-gap: clamp(40px, 5.86vw, 80px);
	display: grid;
}

.service-item:nth-child(odd) {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.44fr);
}

.service-item:nth-child(odd) .service-img {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.service-item:nth-child(odd) .service-content {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.service-item:nth-child(even) {
	grid-template-columns: minmax(0, 1.44fr) minmax(0, 1fr);
}

.service-item:nth-child(even) .service-img {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.service-item:nth-child(even) .service-content {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.service-img {
	min-width: 0;
}

.service-content {
	min-width: 0;
}

.service-label {
	color: #B88E2C;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.service-label._min {
	letter-spacing: 0.05em;
}

.service-tit {
	color: #707070;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-top: 5px;
}

.service-txt {
	letter-spacing: 0.1em;
	margin-top: 26px;
}

.service-link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 26px;
	margin-top: 39px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.service-link {
	-webkit-transition: color 0.3s ease;
	color: #000000;
	font-size: 14px;
	letter-spacing: 0.1em;
	transition: color 0.3s ease;
}

.service-link-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	-webkit-transition: background-color 0.3s ease;
	background-color: #fff;
	border-radius: 50%;
	flex: 0 0 auto;
	height: 51px;
	position: relative;
	transition: background-color 0.3s ease;
	width: 51px;
}

.service-link-icon::before {
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: background-color 0.3s ease;
	background-color: #707070;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: background-color 0.3s ease;
	width: 18px;
}

.service-link-icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transition: border-color 0.3s ease;
	border-right: 1px solid #707070;
	border-top: 1px solid #707070;
	content: "";
	height: 5px;
	left: calc(50% + 5px);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: border-color 0.3s ease;
	width: 5px;
}

@media (hover: hover) {

.form-btn:hover {
	background-color: #fff;
	color: #B88E2C;
}

.form-btn._reverse:hover {
	background-color: #B88E2C;
	color: #fff;
}

.header-menu:not(.is-open):hover span:nth-child(3) {
	width: 40px;
}

.menu-modal-item:hover {
	opacity: 0.6;
}

.service-link:hover {
	color: #B88E2C;
}

.service-link:hover .service-link-icon {
	background-color: #B88E2C;
}

.service-link:hover .service-link-icon::before {
	background-color: #fff;
}

.service-link:hover .service-link-icon::after {
	border-color: #fff;
}

}

@media screen and (min-width: 768px) {

.inner {
	padding: 0 50px;
	padding-inline: clamp(30px, 7.32vw, 100px);
}

.sec-tit > span {
	font-size: 70px;
}

.sec-tit > span._small {
	font-size: 58px;
}

.sec-tit > small {
	font-size: 16px;
}

._sp {
	display: none;
}

.contact-label {
	letter-spacing: 0.1em;
}

.contact-textarea {
	line-height: 2.14;
}

.company-map {
	margin-inline: calc(50px - clamp(30px, 7.32vw, 100px));
}

.features-list {
	margin-inline: calc(50px - clamp(30px, 7.32vw, 100px));
}

.mission-txt {
	max-width: 447px;
}

.service-tit._min {
	letter-spacing: -0.02em;
}

.service-txt {
	max-width: 430px;
	min-height: 100px;
}

.service-link {
	margin-left: auto;
}

}

@media screen and (max-width: 767px) {

body {
	font-size: 14px;
}

section {
	scroll-margin-top: 30px;
}

.inner {
	padding: 0 20px;
}

.sec-tit > span {
	font-size: 42px;
}

.sec-tit > small {
	font-size: 13px;
}

._pc {
	display: none;
}

.footer {
	margin-top: 100px;
	padding: 35px 10px 20px;
}

.footer-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	align-items: center;
	flex-direction: column;
	gap: 40px;
}

.footer-logo {
	max-width: 115px;
}

.footer-copy {
	font-size: 10px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
}

.header {
	background-color: transparent;
	height: 70px;
	position: fixed;
}

.header-logo {
	-webkit-transform: translateY(-50%);
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 91px;
}

.header-menu {
	-webkit-transform: translateY(-50%);
	height: 18px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
}

.header-menu span:nth-child(1) {
	top: 0;
	width: 30px;
}

.header-menu span:nth-child(2) {
	top: 8px;
	width: 30px;
}

.header-menu span:nth-child(3) {
	top: 16px;
	width: 21px;
}

.header-menu.is-open span {
	width: 30px;
}

.header-menu.is-open span:nth-child(1) {
	top: 8px;
}

.header-menu.is-open span:nth-child(3) {
	top: 8px;
}

.header.is-fixed {
	background-color: rgba(255, 255, 255, 0.9);
	height: 70px;
}

.header.is-fixed .header-logo {
	left: 20px;
	width: 91px;
}

.header.is-fixed .header-menu {
	right: 20px;
}

.menu-modal-wrap {
	display: block;
	height: 100%;
	overflow-y: auto;
	padding: 90px 40px;
	width: auto;
}

.menu-modal-logo {
	margin-inline: auto;
	max-width: 120px;
}

.menu-modal-nav {
	display: inline-grid;
	grid-template-columns: 1fr;
	margin-top: 65px;
	row-gap: 35px;
	text-align: left;
}

.menu-modal-item:nth-child(1) {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.menu-modal-item:nth-child(3) {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.menu-modal-item:nth-child(5) {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.menu-modal-item:nth-child(2) {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
}

.menu-modal-item:nth-child(4) {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
}

.menu-modal-item:nth-child(6) {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6;
}

.menu-modal-en {
	font-size: 25px;
}

.menu-modal-ja {
	font-size: 13px;
}

.notFound {
	padding-top: calc(70px + 45px);
}

.notFound-code {
	font-size: 72px;
}

.notFound-tit {
	font-size: 18px;
	line-height: 1.7;
	margin-top: 14px;
}

.notFound-txt {
	margin-top: 40px;
}

.notFound-btn {
	margin-top: 40px;
}

.contact {
	padding-top: calc(70px + 45px);
}

.contact-lead {
	font-size: 13px;
	margin-top: 27px;
	text-align: left;
}

.contact-form {
	margin-top: 70px;
}

.contact-group + .contact-group {
	margin-top: 42px;
}

.contact-label {
	margin-bottom: 14px;
}

.contact-check > span {
	letter-spacing: 0.05em;
	padding-left: 26px;
}

.contact-check > span::before {
	height: 14px;
	width: 14px;
}

.contact-select::before {
	right: 21px;
}

.contact-select::after {
	right: 15px;
}

.contact-select select {
	font-size: 16px;
	height: 52px;
	padding-right: 46px;
}

.contact-input {
	font-size: 16px;
	padding: 12px 10px;
}

.contact-textarea {
	font-size: 16px;
	height: 240px;
	padding: 15px;
}

.contact-submit {
	margin-top: 40px;
}

.contact-error {
	margin-top: 10px;
}

.thanks {
	padding-top: calc(70px + 45px);
}

.thanks-content {
	margin-top: 55px;
}

.thanks-tit {
	font-size: 21px;
	line-height: 1.7;
}

.thanks-txt {
	margin-top: 24px;
	text-align: left;
}

.thanks-txt br {
	display: none;
}

.thanks-btn {
	margin-top: 40px;
}

.company {
	padding-top: 69px;
}

.company-map {
	margin-top: 45px;
}

.company-map iframe {
	height: 320px;
}

.company-info {
	gap: 30px;
	grid-template-columns: 1fr;
	margin-top: 30px;
	padding-inline: 0;
}

.company-address {
	font-size: 14px;
	line-height: 2;
}

.company-name {
	font-size: 16px;
}

.company-data-item {
	display: block;
	font-size: 14px;
	padding: 15px 0;
}

.features {
	padding: 69px 0 80px;
}

.features-list {
	gap: 20px;
	grid-template-columns: 1fr;
	margin-top: 45px;
	padding-inline: 0;
}

.features-item {
	padding: 35px 20px;
}

.features-tit {
	font-size: 21px;
}

.members {
	padding: 69px 0 55px;
}

.members-list {
	gap: 30px;
	grid-template-columns: 1fr;
	margin-inline: -20px;
	margin-top: 45px;
}

.members-info {
	bottom: 20px;
	left: 20px;
	right: 20px;
}

.members-position {
	font-size: 16px;
}

.members-name {
	font-size: 37px;
	margin-top: 5px;
}

.members-profile {
	min-height: 0;
	padding: 35px 35px 55px;
}

.members-profile::before {
	height: calc(100% - 50px);
	left: 20px;
	top: 25px;
}

.members-profile::after {
	bottom: 25px;
	left: 20px;
	width: 120px;
}

.members-txt {
	line-height: 2;
}

.mission {
	padding: 60px 0 80px;
}

.mission .inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	row-gap: 33px;
}

.mission-content {
	padding-top: 0;
}

.mission-tit {
	font-size: 24px;
	margin-top: 16px;
}

.mission-txt {
	font-size: 14px;
	line-height: 2;
	margin-top: 28px;
}

.mission-img {
	margin-left: -20px;
	margin-right: -20px;
}

.mv {
	height: 100svh;
	min-height: 0;
}

.mv.is-light-scroll .mv-scroll {
	color: #fff;
}

.mv-bg {
	-webkit-clip-path: none;
	border-radius: 5px;
	bottom: 10px;
	clip-path: none;
	left: 10px;
	right: 10px;
	top: 160px;
	width: auto;
}

.mv-bg-item {
	background-position: center top 20%;
}

.mv-bg-item1 {
	background-image: url("../img/top/mv_img1_sp.jpg");
}

.mv-bg-item2 {
	background-image: url("../img/top/mv_img2_sp.jpg");
}

.mv-bg-item3 {
	background-image: url("../img/top/mv_img3_sp.jpg");
}

.mv-copy {
	left: 20px;
	max-width: none;
	right: 20px;
	top: 78px;
	width: auto;
}

.mv-tit {
	font-size: clamp(43px, 12vw, 48px);
}

.mv-txt {
	font-size: 13px;
	margin-left: 0;
	margin-top: 14px;
	max-width: 100%;
	width: auto;
}

.mv-scroll {
	-webkit-transform: translateX(-50%);
	bottom: calc(20px + env(safe-area-inset-bottom));
	height: 110px;
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	width: 110px;
}

.mv-scroll-arrow {
	height: 32px;
}

.service {
	padding: 69px 0 80px;
}

.service-list {
	margin-top: 45px;
	row-gap: 60px;
}

.service-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	row-gap: 28px;
}

.service-item:nth-child(odd) .service-img,
.service-item:nth-child(even) .service-img {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	margin-left: 0;
	margin-right: 0;
	order: 1;
}

.service-item:nth-child(odd) .service-content,
.service-item:nth-child(even) .service-content {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.service-label {
	font-size: 14px;
}

.service-tit {
	font-size: 24px;
	margin-top: 4px;
}

.service-txt {
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 18px;
	min-height: auto;
}

.service-link {
	font-size: 12px;
	gap: 14px;
	margin-inline: auto;
	margin-top: 28px;
}

.service-link-icon {
	height: 40px;
	width: 40px;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fadeUp {

0% {
	-webkit-transform: translateY(10px);
	opacity: 0;
	transform: translateY(10px);
}

100% {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes fadeUp {

0% {
	-webkit-transform: translateY(10px);
	opacity: 0;
	transform: translateY(10px);
}

100% {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
}

}

@-webkit-keyframes mvFade {

0% {
	opacity: 0;
}

12% {
	opacity: 1;
}

38% {
	opacity: 1;
}

54% {
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@keyframes mvFade {

0% {
	opacity: 0;
}

12% {
	opacity: 1;
}

38% {
	opacity: 1;
}

54% {
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes mvImgZoomOut {

0% {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

58% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes mvImgZoomOut {

0% {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

58% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@-webkit-keyframes mvArrow {

0%,100% {
	-webkit-transform: translate(-50%, -58%);
	transform: translate(-50%, -58%);
}

50% {
	-webkit-transform: translate(-50%, -38%);
	transform: translate(-50%, -38%);
}

}

@keyframes mvArrow {

0%,100% {
	-webkit-transform: translate(-50%, -58%);
	transform: translate(-50%, -58%);
}

50% {
	-webkit-transform: translate(-50%, -38%);
	transform: translate(-50%, -38%);
}

}

