@charset "utf-8";

body {
	font-size: 14px;
	line-height: 1.6;
	color: #1E0405;
	font-family: "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', sans-serif;
	font-weight: 300;
	font-style: normal;
	background-color: #F6F6F6;
}

img {
	width: 100%;
	height: auto;
}

*:focus {
	outline: none;
}

.-serif-jp {
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.03em;
}

.-serif-en {
	font-family: "Crimson Pro", serif;
	letter-spacing: 0.03em;
}

.-bold {
	font-weight: 500;
}

.-pc,
.-pcsp {
	display: block;
}

.-pctab {
	display: block;
}

.-sp,
.-sptab {
	display: none;
}

.-fixed {
	width: 100%;
	position: fixed;
	left: 0;
}

.-inner {
	padding-top: 120px;
	padding-left: 80px;
	padding-right: 80px;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.-inner-fit {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.-inner.-right-fit {
	padding-right: 0;
}

.-contents {
	padding-top: 72px;
	padding-left: 72px;
	padding-bottom: 120px;
	position: relative;
}

.-contents.-near {
	padding-top: 40px;
	padding-left: 40px;
}

.-contents.-underline {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 80px;
}

.-contents-center {
	max-width: 664px;
	margin-left: auto;
	margin-right: auto;
}

.-contents-center.-fit {
	max-width: fit-content;
}

.-contents+.-contents {
	padding-top: 0;
}

.-contents:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #B18839;
}

.-contents.-scroll-fadein:after {
	height: 0;
	transition: all 1s ease;
}

.-contents.-scroll-fadein.-is-fadein:after {
	height: 100%;
}

.-bg-blue {
	color: #FFFFFF;
	background-color: #1E2635;
}

.-bg-brown {
	color: #FFFFFF;
	background-color: #1E0405;
}

.-bg-white {
	color: #1E0405;
	background-color: #F6F6F6;
}

.-display01 {
	font-size: 80px;
	font-weight: 200;
	font-style: italic;
	color: #B18839;
}

.-display02 {
	font-size: 64px;
	line-height: 1.5;
	font-weight: 600;
}

.-headline01 {
	font-size: 40px;
	line-height: 1.4;
	font-weight: 400;
}

.-headline02 {
	font-size: 36px;
	line-height: 1.4;
}

.-headline03 {
	font-size: 28px;
	line-height: 1.8;
}

.-headline04 {
	font-size: 24px;
	line-height: 1.8;
}

.-headline05 {
	font-size: 20px;
	line-height: 1.8;
}

.-body-large {
	font-size: 18px;
	line-height: 1.8;
}

.-body-medium {
	font-size: 16px;
	line-height: 1.8;
}

.-body-small {
	font-size: 12px;
	line-height: 1.6;
}

.-caption {
	font-size: 10px;
}

.-color-gold {
	color: #B18839;
}

.-color-gray {
	color: #888888;
}

.-color-white {
	color: #FFFFFF;
}

.-tac {
	text-align: center;
}

.-tar {
	text-align: right;
}

.-indent {
	padding-left: 1em;
	text-indent: -1em;
	letter-spacing: -0.01em;
}

.-section-tit {
	padding-bottom: 16px;
	position: relative;
}

.-section-tit:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #DDDDDD;
}

.-scroll-fadein-line {
	transition: all 1s ease;
}

.-scroll-fadein-line:after {
	width: 0%;
	transition: all 1s ease;
}

.-scroll-fadein-line.-is-fadein:after {
	width: 100%;
}

.-scroll-fadein-line .-scroll-fadein-line-tit-jp,
.-scroll-fadein-line .-scroll-fadein-line-tit-en {
	display: block;
	opacity: 0;
	transition: all 0.4s ease 0.4s;
}

.-scroll-fadein-line .-scroll-fadein-line-tit-jp {
	transform: translateY(-10px);
}

.-scroll-fadein-line .-scroll-fadein-line-tit-en {
	transform: translateY(40px);
}

.-scroll-fadein-line.-is-fadein .-scroll-fadein-line-tit-en,
.-scroll-fadein-line.-is-fadein .-scroll-fadein-line-tit-jp {
	opacity: 1;
	transform: translateY(0);
}

.-scroll-fadein-line+.-scroll-fadein {
	transition: all 0.8s ease 0.4s;
}

.-scroll-fadein-line+.-contents.-scroll-fadein:after {
	transition: all 1s ease 0.4s;
}

.-scroll-fadein-flow li {
	position: relative;
	opacity: 0;
	left: -10px;
}

.-scroll-fadein-flow li:nth-child(1) {
	transition: all 0.8s ease;
}

.-scroll-fadein-flow li:nth-child(2) {
	transition: all 0.8s ease 0.4s;
}

.-scroll-fadein-flow li:nth-child(3) {
	transition: all 0.8s ease 0.8s;
}

.-scroll-fadein-flow li:nth-child(4) {
	transition: all 0.8s ease 1s;
}

.-scroll-fadein-flow.-is-fadein li {
	opacity: 1;
	left: 0;
}

.-bg-blue .-section-tit:after {
	background-color: #555555;
}

.-section-tit-sub+* {
	margin-top: 32px;
}

.-tit-write-v {
	display: block;
	color: #B18839;
	font-weight: 300;
	writing-mode: vertical-lr;
	white-space: nowrap;
	position: absolute;
	left: -48px;
	top: 3em;
	z-index: 2;
}

.-tit-write-v.-tit-write-v-inner {
	top: 0;
}

.-tit-col span {
	display: block;
}

.-card-list {
	display: flex;
	flex-wrap: wrap;
}

.-card-list.-row03 .-card-item {
	width: calc((100% - 80px)/3);
}

.-card-list.-row03 .-card-item:not(:nth-child(3n)) {
	margin-right: 40px;
}

.-card-list.-row03 .-card-item:not(:nth-child(1), :nth-child(2), :nth-child(3)) {
	margin-top: 40px;
}

.-card-images {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.-card-number {
	display: flex;
	align-items: baseline;
	justify-content: center;
	border-radius: 8px 0 0 0;
	min-width: 124px;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #1E2635;
}

.-card-number span.-serif-en {
	font-style: italic;
	font-weight: 100;
	line-height: 1;
}

.-card-number span.-serif-jp {
	font-weight: 700;
	line-height: 1;
}

.-card-doc-tit,
.-card-doc-txt {
	display: block;
}

.-card-doc-tit {
	margin-top: 12px;
}

.-card-doc-tit+.-card-doc-txt {
	margin-top: 4px;
}

.-scroll-fadein {
	opacity: 0;
	transition: all 0.8s ease;
}

.-scroll-fadein.-transY {
	transform: translateY(40px);
}

.-scroll-fadein.-delay01 {
	transition: all 0.8s ease 0.4s;
}

.-scroll-fadein.-delay02 {
	transition: all 0.8s ease 0.8s;
}

.-scroll-fadein.-delay03 {
	transition: all 0.8s ease 1.2s;
}

.-scroll-fadein.-is-fadein {
	opacity: 1;
}

.-scroll-fadein.-is-fadein.-transY {
	transform: translateY(0);
}

.-scroll-fadein-bgtxt {
	left: 50%;
	opacity: 0;
	transition: all 0.8s ease;
}

.-scroll-fadein-bgtxt.-is-fadein {
	left: 0;
	opacity: 1;
}

.-swiper-nav {
	display: flex;
	position: relative;
}

.-swiper-nav-inner {
	display: flex;
	align-items: center;
}

.-swiper-button-prev,
.-swiper-button-pagination,
.-swiper-button-next {
	position: static !important;
}

.-swiper-button-pagination {
	display: flex;
	align-items: center;
	flex: 1;
	width: 100% !important;
}

.-swiper-button-pagination .swiper-pagination-bullet {
	width: 24px;
	height: 2px;
	margin-left: 8px !important;
	margin-right: 8px !important;
	border-radius: 0;
	opacity: 1 !important;
	background-color: #FFFFFF;
}

.-swiper-button-pagination .swiper-pagination-bullet-active {
	background-color: #B18839;
}

.-swiper-button-prev,
.-swiper-button-next {
	display: block !important;
	margin-top: 0 !important;
	width: 40px !important;
	height: 40px !important;
	border: 1px solid #B18839 !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	border-radius: 100px;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
}

.-swiper-button-prev {
	margin-right: 8px;
	background-image: url('/assets/images/common/icon-arrow-prev-gold.svg');
}

.-swiper-button-next {
	margin-left: 8px;
	background-image: url('/assets/images/common/icon-arrow-next-gold.svg');
}

.-swiper-button-prev:after,
.-swiper-button-next:after {
	content: "";
	height: 100%;
	aspect-ratio: 1/1;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	filter: blur(12px);
	mix-blend-mode: overlay;
	transform: translateX(-50%) translateY(-50%);
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 0;
}

.-txt-col-item+.-txt-col-item {
	margin-top: 80px;
}

.-txt-col-day {
	display: block;
	font-weight: 600;
}

.-txt-col-day+* {
	margin-top: 4px;
}

.-txt-col-txt {
	display: block;
}

.-txt-row-item {
	display: flex;
}

.-txt-row-item.-al-center {
	align-items: center;
}

.-txt-row-item+.-txt-row-item {
	margin-top: 48px;
}

.-txt-row-item.-bd-b {
	padding-bottom: 40px;
	border-bottom: 1px solid #DDDDDD;
}

.-txt-row-tit {
	min-width: 56px;
}

.-txt-row-tit.-fit {
	width: 208px;
}

.-txt-row-details {
	flex: 1;
	display: flex;
	align-items: center;
	min-height: 18px;
}

.-txt-row-details.-col {
	flex-direction: column;
}

.-txt-row-tit+.-txt-row-details {
	margin-left: 40px;
	align-items: flex-start;
}


.-iframe-map {
	width: 100%;
	aspect-ratio: 683 / 240;
}

.-iframe-map iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.-more-btn-box {
	display: flex;
	align-items: center;
}

.-loading {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: #F6F6F6;
}

.-link {
	display: flex;
	cursor: pointer;
	max-width: fit-content;
}

.-link-col {
	flex-direction: column;
	max-width: fit-content;
}

.-link-col.-center {
	align-items: center;
}

.-link-row {
	align-items: center;
}

.-link-row.-center {
	justify-content: center;
}

.-link-arrow {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	border: 1px solid #B18839;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position: relative;
}

.-link-arrow:after {
	content: "";
	height: 70%;
	aspect-ratio: 1/1;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	filter: blur(6px);
	mix-blend-mode: overlay;
	transform: translateX(-50%) translateY(-50%);
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 0;
}

.-link-arrow.-down {
	background-image: url('/assets/images/common/icon-arrow-down-gold.svg');
}

.-link-arrow.-next {
	margin-left: 8px;
	background-image: url('/assets/images/common/icon-arrow-next-gold.svg');
}

.-link-arrow.-prev {
	margin-right: 8px;
	background-image: url('/assets/images/common/icon-arrow-prev-gold.svg');
}

.-link-box {
	display: flex;
	margin-top: 16px;
}

.-link-underline {
	text-decoration: underline;
}

.-more-link-box {
	display: flex;
	margin-top: 40px;
	justify-content: center;
}

.-box+.-box {
	margin-top: 40px;
}

.-box-inner+.-box-inner {
	margin-top: 32px;
}

.-par+.-par {
	margin-top: 16px;
}

.-par.-near+.-par {
	margin-top: 4px;
}

.-copy-txt {
	line-height: 2.4;
}

.-copy-txt+.-copy-txt {
	margin-top: 24px;
}

.-lower-contents {
	position: relative;
	overflow: hidden;
}

.-lower-contents:after {
	content: "";
	width: 100%;
	height: 560px;
	background-color: #1E2635;
	position: absolute;
	top: 0;
	left: 0;
}

.-lower-mainvisual {
	padding-top: 180px;
	position: relative;
	z-index: 1;
}

.-lower-contents::before {
	content: "";
	width: 48%;
	max-width: 700px;
	min-width: 560px;
	aspect-ratio: 1/1;
	border-radius: 100%;
	position: absolute;
	top: -12%;
	left: -80px;
	filter: blur(12px);
	z-index: 2;
	mix-blend-mode: overlay;
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);
}

.-lower-inner {
	padding-top: 80px;
	padding-right: 80px;
	padding-left: 80px;
	padding-bottom: 80px;
}

.-lower-detais {
	padding-top: 0 !important;
	position: relative;
	z-index: 2;
}

.-lower-detais-inner {
	padding-top: 80px;
	padding-left: 80px;
	position: relative;
}

.-lower-tit-square {
	padding-left: 24px;
	position: relative;
}

.-lower-tit-square:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 18px;
	left: 0;
	background-color: #B18839;
}

.-lower .-contents:after {
	transition: all 1s ease 0.4s;
}

.-lower.-loading-end .-contents.-lower-fv:after {
	height: 0;
}

.-lower .-lower-mainvisual .-section-tit:after {
	transition: all 0.4s ease 0.4s;
}

.-lower.-loading-end .-lower-mainvisual .-section-tit:after {
	width: 0;
}

.-lower .-lower-mainvisual .-scroll-fadein-line-tit-jp,
.-lower .-lower-fv .-scroll-fadein-line-tit-en,
.-lower .-lower-fv .-lower-detais-inner,
.-lower .-lower-fv .-lower-inner {
	display: block;
	transition: all 0.8s ease 0.8s;
}

.-lower.-loading-end .-lower-mainvisual .-scroll-fadein-line-tit-jp {
	opacity: 0;
	transform: translateY(-10px);
}

.-lower.-loading-end .-lower-fv .-lower-detais-inner,
.-lower.-loading-end .-lower-fv .-lower-inner,
.-lower.-loading-end .-lower-fv .-scroll-fadein-line-tit-en {
	opacity: 0;
	transform: translateY(10px);
}

.-breadcrumb-nav {
	border-top: 1px solid #DDDDDD;
}

.-breadcrumb-nav-inner {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.-breadcrumb-nav-contents {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.-breadcrumb-nav-list {
	display: flex;
	align-items: center;
	font-size: 10px;
}

.-breadcrumb-nav-item:not(:last-child) {
	margin-right: 4px;
}

.-breadcrumb-nav-link {
	color: #B18839;
	padding-right: 20px;
	background-image: url('/assets/images/common/icon-arrow-next-gold.svg');
	background-size: 16px;
	background-position: right center;
	background-repeat: no-repeat;
}

.-modal {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.-modal-open-btn {
	display: inline-block;
	padding-right: 32px;
	background-size: 24px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url('/assets/images/common/icon-modal-gold.svg');
}

.-modal-contents {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}

.-modal-inner:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 /1;
	mix-blend-mode: overlay;
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.-modal-inner {
	width: 100%;
	max-height: 100%;
	overflow: auto;
	max-width: 800px;
	color: #FFFFFF;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	position: relative;
	z-index: 20;
	border-radius: 16px;
	background-color: #141A24;
}

.-modal-thum {
	display: flex;
	align-items: center;
}

.-modal-thum-images {
	max-width: 240px;
	width: 40%;
	position: relative;
	z-index: 1;
}

.-modal-thum-images img {
	border-radius: 16px;
}

.-modal-thum-tit {
	margin-left: 40px;
}

.-modal-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #1E2635;
	opacity: 0.6;
}

.-modal-close {
	position: sticky;
	top: 0;
	z-index: 100;
	display: flex;
	justify-content: flex-end;
}

.-modal-close+* {
	margin-top: -40px;
}

.-modal-close-inner {
	width: 40px;
	height: 40px;
	border: 1px solid #B18839;
	background-color: #141A24;
	border-radius: 100px;
	top: 40px;
	right: 40px;
}

.-modal-close-inner-item {
	width: 100%;
	height: 100%;
	position: relative;
}

.-modal-close-inner-item:after {
	content: "";
	height: 100%;
	aspect-ratio: 1/1;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	filter: blur(12px);
	mix-blend-mode: overlay;
	transform: translateX(-50%) translateY(-50%);
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 0;
}

.-modal-close-line {
	display: block;
	width: 1px;
	height: 18px;
	background-color: #B18839;
	position: absolute;
	z-index: 1;
}

.-modal-close-line-left {
	transform: rotate(-45deg);
	top: 10px;
	left: 18px;
}

.-modal-close-line-right {
	transform: rotate(45deg);
	top: 10px;
	right: 18px;
}

.-input-field,
.-textarea {
	width: 100%;
	line-height: 1;
	padding-top: 12px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 12px;
	border: 1px solid #B18839;
	border-radius: 8px;
	min-height: 48px;
}

.-textarea {
	min-height: 200px;
	resize: vertical;
}

.-selectbox {
	width: 100%;
	min-height: 48px;
	line-height: 1;
	padding-top: 12px;
	padding-left: 16px;
	padding-right: 64px;
	padding-bottom: 12px;
	border: 1px solid #B18839;
	border-radius: 8px;
	background-image: url('/assets/images/common/icon-arrow-down-gold.svg');
	background-size: 40px;
	background-position: right 16px center;
	background-repeat: no-repeat;
}

.-form-btn-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #FFFFFF;
	padding-top: 40px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 40px;
	border-radius: 8px;
	background-color: #1E2635;
}

*+.-form-btn-caption {
	margin-top: 16px;
}


.-form-btn-back {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.-form-error-box {
	color: #B13939;
	text-align: center;
	padding-top: 24px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 24px;
	text-align: center;
	border-radius: 8px;
	border: 2px solid #B13939;
}

.-form-error {
	color: #B13939;
	font-weight: 500;
	min-height: 28px;
	padding-left: 32px;
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: left top 2px;
	background-image: url('/assets/images/common/icon-error-red.svg');
}

*+.-form-error {
	margin-top: 8px;
}

.-form-btn-caption {
	text-align: center;
}

.-btn {
	text-align: center;
	width: 100%;
	max-width: 320px;
	border-radius: 4px;
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 16px;
	position: relative;
}

.-btn-inner {
	position: relative;
	z-index: 1;
}

.-btn:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	filter: blur(12px);
	mix-blend-mode: overlay;
	transform: translateX(-50%) translateY(-50%);
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 0;
}

.-btn.-primary {
	color: #FFFFFF;
	background-color: #B18839;
}

.-rb-number-list {
	display: flex;
}

.-rb-number-list+.-rb-number-list {
	margin-top: 12px;
}

.-rb-number-item.-rb-number {
	min-width: 35px;
	font-weight: 400;
}

.-rb-number-item.-rb-number+.-rb-number-item {
	flex: 1;
}

/*HEADER*/

#header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	background-color: #F6F6F6;
}

.header-logo {
	width: 320px;
}

.header-logo-link {
	display: block;
	background-image: url('/assets/images/common/logomark-white.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 32px;
	position: relative;
	z-index: 1;
}

.header-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
}

.header-menu-list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1;
	padding-left: 24px;
	padding-right: 24px;
}

.header-menu-item+.header-menu-item {
	margin-left: 24px;
}

.header-menu-link {
	font-weight: 400;
}

.header-cv-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	width: 98px;
	height: 98px;
	background-color: #B18839;
	position: relative;
}

.header-cv-button:after {
	content: "";
	height: 100%;
	aspect-ratio: 1/1;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	filter: blur(12px);
	mix-blend-mode: overlay;
	transform: translateX(-50%) translateY(-50%);
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 0;
}

.header-cv-button-icon {
	width: 16px;
}

.header-cv-button-txt {
	font-size: 12px;
	font-weight: 400;
	margin-top: 4px;
}

.header-h-menu {
	display: none;
}

.-lower #header {
	color: #FFFFFF;
	background-color: transparent;
	transition: all 0.4s ease;
}

.-lower .header-logo-link img {
	opacity: 0;
}

#header.-scroll-cposi,
#header.-scroll-fixed {
	color: #1E0405;
	background-color: rgba(246, 246, 246, 0.8);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
}

#header.-scroll-cposi .header-logo-link img,
#header.-scroll-fixed .header-logo-link img {
	opacity: 1;
}

/*END HEADER*/


/*FOOTER*/

#footer {
	position: relative;
	z-index: 1;
}

.footer-inner {
	padding-left: 80px;
	padding-right: 80px;
}


.footer-contents {
	padding-top: 80px;
	padding-left: 80px;
	padding-bottom: 80px;
	position: relative;
}

.footer-contents:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #B18839;
}

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

.footer-logo+* {
	margin-top: 24px;
}

.footer-logo-link {
	display: block;
}

.footer-menu-list {
	display: flex;
	flex-wrap: wrap;
}

.footer-menu-item {
	margin-right: 32px;
	margin-top: 16px;
}

.footer-small {
	font-size: 12px;
}

.footer-menu-list+* {
	margin-top: 24px;
}

.footer-menu-link {
	display: flex;
	align-items: center;
	height: 100%;
}

.footer-sub-contents {
	display: flex;
	justify-content: space-between;
}

.footer-menu-list+.footer-copy {
	margin-top: 16px;
}

.footer-copy {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

/*END FOOTER*/

.top-mainvisual-inner {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 100vh;
	min-height: 768px;
	position: relative;
}

.top-mainvisual-message {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);
}

.top-mainvisual-message-inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-mainvisual-copy {
	font-size: 48px;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.03em;
}

.top-mainvisual-copy-item {
	display: block;
	opacity: 1;
	top: 0;
	position: relative;
}

.top-mainvisual-copy01 {
	transition: all 0.4s ease 2.4s;
}

.top-mainvisual-copy02 {
	transition: all 0.4s ease 2.8s;
}

.-loading-end .top-mainvisual-copy01,
.-loading-end .top-mainvisual-copy02 {
	opacity: 0;
	top: 10px;
}

.top-mainvisual-copy-kerning01 {
	letter-spacing: 0.07em;
}

.top-mainvisual-people-item {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	transform: scale(1);
}

.top-animation-start01 {
	transition: all 0.4s ease 0.4s;
}

.top-animation-start02 {
	transition: all 0.4s ease 0.6s;
}

.top-animation-start03 {
	transition: all 0.4s ease 0.8s;
}

.top-animation-start04 {
	transition: all 0.4s ease 1s;
}

.top-animation-start05 {
	transition: all 0.4s ease 1.2s;
}

.top-animation-start06 {
	transition: all 0.4s ease 1.4s;
}

.top-animation-start07 {
	transition: all 0.4s ease 1.6s;
}

.top-animation-start08 {
	transition: all 0.4s ease 1.8s;
}

.-loading-end .top-mainvisual-people-item {
	opacity: 0;
}

.top-mainvisual-scrollbar-txt {
	display: block;
	font-size: 18px;
	line-height: 1;
	margin-top: 40px;
}

.top-mainvisual-scrollbar {
	display: block;
	opacity: 1;
	top: 0;
	position: relative;
	transition: all 0.8s ease 3.4s;
}

.-loading-end .top-mainvisual-scrollbar {
	opacity: 0;
	top: -10px;
}

.top-mainvisual-scrollbar-animation {
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 2px;
	height: 56px;
	background-color: #DDDDDD;
	position: relative;
	overflow: hidden;

}

.top-mainvisual-scrollbar-animation:after {
	content: "";
	width: 100%;
	height: 28px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: #B18839;
	animation: scrollbar 1.5s linear infinite;
}

@keyframes scrollbar {
	0% {
		top: 0;
		opacity: 0;
	}

	100% {
		top: 56px;
		opacity: 1;
	}
}

.top-about-inner {
	padding-top: 220px;
	padding-bottom: 220px;
	position: relative;
	overflow: hidden;
}

.top-about-bg {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.top-about-contents {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1094px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

.top-about-images {
	width: 30%;
}

.top-about-message {
	width: 70%;
	margin-left: 40px;
}

.top-about-tit+* {
	margin-top: 40px;
}

.top-features:not(:first-of-type) {
	margin-top: 40px;
}

.top-features-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 64px;
	padding-right: 40px;
	padding-bottom: 64px;
	padding-left: 80px;
	border-radius: 8px;
	background-color: #141A24;
}

.top-features-item {
	width: 50%;
}

.top-features-images {
	flex: 1;
	position: relative;
	z-index: 1;
}


.top-features-images:after {
	content: "";
	aspect-ratio: 1/1;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	filter: blur(12px);
	mix-blend-mode: overlay;
	transform: translateX(-50%) translateY(-50%);
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 0.48;
}

.top-features-number {
	display: block;
	line-height: 1;
}

.top-features-copy {
	display: block;
}

.top-features-copy+.top-features-copy {
	margin-top: 4px;
}

.top-leadership-inner {
	position: relative;
	overflow: hidden;
}

.top-leadership-inner:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #141A24;
}

.-scroll-fadein-bg.top-leadership-inner:after {
	width: 0%;
	transition: all 0.4s ease;
}

.-scroll-fadein-bg.-is-fadein.top-leadership-inner:after {
	width: 52%;
}

.top-leadership-item {
	position: relative;
	z-index: 1;
}

.top-leadership-swiper.swiper {
	overflow: visible;
	padding-top: 48px;
}

.top-leadership-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.top-leadership-images {
	border-radius: 8px;
	width: 100%;
	max-width: 504px;
	position: relative;
}

.top-leadership-images img {
	position: relative;
	z-index: 1;
	border-radius: 8px;
}

.top-leadership-images:before {
	content: "";
	opacity: 0;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	border-radius: 8px;
	box-shadow: 0 0 25px rgba(255, 255, 255, 0.4);
}

.top-leadership-images:after {
	content: "";
	display: block;
	width: 100%;
	height: 40%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(30, 38, 53, 0) 0%, rgba(30, 38, 53, 0.7) 70%, rgba(30, 38, 53, 1) 100%);
}

.top-leadership-doc {
	width: 100%;
	position: relative;
	z-index: 3;
}

.top-leadership-name {
	width: 100%;
	margin-top: -56px;
	position: relative;
	z-index: 1;
	text-align: center;
}

.top-leadership-name-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.top-leadership-name-inner+* {
	margin-top: 24px;
}

.top-leadership-name-jp,
.top-leadership-name-en {
	text-align: center;
}

.top-leadership-name-jp+.top-leadership-name-jp {
	margin-top: 12px;
	width: 100%;
}

.top-leadership-name-en {
	line-height: 1.4;
}

.top-leadership-txt {
	line-height: 2;
	letter-spacing: -0.04em;
	position: absolute;
	width: 42%;
	right: 0;
	bottom: clamp(0rem, -7.515rem + 11.73vw, 2.5rem);
	z-index: 1;
	max-height: 90%;
	overflow: scroll;
}

.top-leadership-swiper-nav {
	display: flex;
	justify-content: flex-end;
	margin-top: 40px;
}

.top-leadership-swiper-nav-inner {
	justify-content: flex-end;
}

.top-leadership-posi {
	min-height: 17px;
}

.top-leadership-name {
	opacity: 1;
	transition: all 0.8s ease;
}

.top-leadership-txt {
	opacity: 0;
	bottom: 0;
	transition: all 0.8s ease;
}

.top-modal-leadership-posi,
.top-modal-leadership-name-jp,
.top-modal-leadership-name-en {
	display: block;
}

.top-modal-leadership-txt {
	margin-top: 40px;
}

.swiper-slide-active .top-leadership-name {
	opacity: 1;
	transition: all 0.8s ease 1s;
}

.swiper-slide-active .top-leadership-txt {
	opacity: 1;
	bottom: clamp(0rem, -7.515rem + 11.73vw, 2.5rem);
	transition: all 0.8s ease 1s;
}

.top-no-swiper {
	display: flex;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: -5px;
}

.top-no-swiper .top-leadership-slide {
	width: 100%;
}

.top-no-swiper .top-leadership-slide+.top-leadership-slide {
	margin-left: 80px;
}

.top-no-swiper .top-leadership-slide .top-leadership-images {
	max-width: 100%;
}

.top-process-flow {
	display: flex;
	overflow: hidden;
	border: 1px solid #DDDDDD;
}

.top-process-flow-item {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	padding-top: 24px;
	padding-left: 40px;
	padding-bottom: 24px;
	padding-right: 56px;
	background-color: #F6F6F6;
}

.top-process-flow-item:not(:last-child) {
	position: relative;
	width: 100%;
	box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.45);
	clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
}

.top-process-flow-item:not(:last-child):before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: -1px;
	z-index: 1;
	transform: translateY(-50%);
	background-color: #F6F6F6;
	clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
}

.top-process-flow-item:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #DDDDDD;
	clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
}

.top-process-flow-item:last-child {
	width: 80%;
	padding-right: 40px;
}


.top-process-icon,
.top-process-doc {
	position: relative;
	z-index: 2;
}

.top-process-icon {
	max-width: 80px;
}

.top-process-icon+* {
	margin-top: 16px;
}

.top-process-step-number,
.top-process-step-name {
	display: block;
	line-height: 1.4;
}

.top-process-step-number+* {
	margin-top: 4px;
}

.top-pricing-banner-main {
	display: flex;
	align-items: center;
}

.top-pricing-banner-images {
	width: 56%;
}

.top-pricing-banner-tit {
	margin-top: -24px;
	margin-left: 40px;
}


.top-pricing-banner-doc {
	width: 56%;
	margin-top: -10%;
	margin-left: auto;
	color: #FFFFFF;
	background-color: #B18839;
	position: relative;
	z-index: 1;
}

.top-pricing-banner-doc:after {
	content: "";
	width: 320px;
	aspect-ratio: 1/1;
	border-radius: 100%;
	position: absolute;
	top: -100px;
	left: -100px;
	filter: blur(64px);
	mix-blend-mode: overlay;
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.top-pricing-banner-doc-inner {
	padding-top: 80px;
	padding-right: 80px;
	padding-bottom: 80px;
	padding-left: 80px;
}

.top-pricing-banner-subtit+* {
	margin-top: 32px;
}

.about-tit-images {
	width: 35%;
	max-width: 560px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.about-half {
	width: calc(65% - 80px);
}

.about-details {
	margin-top: 136px;
	padding-top: 80px;
	padding-left: 80px;
	padding-right: 80px;
	position: relative;
}

.about-details:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(125deg, #ECE6DB 0%, rgba(236, 230, 219, 0) 25.76%, rgba(237, 231, 220, 0) 100%);
	opacity: 0.8;
}

.about-details-inner {
	position: relative;
	z-index: 2;
}

.about-details-en-copy {
	width: calc(100% - 80px);
	max-width: 820px;
	position: absolute;
	left: 80px;
	top: -40px;
	z-index: 3;
	mix-blend-mode: overlay;
}

@media only screen and (min-width:1680px) {
	body {
		font-size: clamp(0.875rem, -0.875rem + 1.67vw, 1.125rem);
	}

	.-display01 {
		font-size: clamp(5rem, 1.5rem + 3.33vw, 5.5rem);
	}

	.-display01 {
		font-size: clamp(4rem, 0.5rem + 3.33vw, 4.5rem);
	}

	.-headline01 {
		font-size: clamp(2.5rem, -1rem + 3.33vw, 3rem);
	}

	.-headline02 {
		font-size: clamp(2.25rem, -1.25rem + 3.33vw, 2.75rem);
	}

	.-headline03 {
		font-size: clamp(1.75rem, -1.75rem + 3.33vw, 2.25rem);
	}

	.-headline04 {
		font-size: clamp(1.5rem, -2rem + 3.33vw, 2rem);
	}

	.-headline05 {
		font-size: clamp(1.25rem, -2.25rem + 3.33vw, 1.75rem);
	}

	.-body-large {
		font-size: clamp(1.125rem, -0.625rem + 1.67vw, 1.375rem);
	}

	.-body-medium {
		font-size: clamp(1rem, -0.75rem + 1.67vw, 1.25rem);
	}

	.-body-small {
		font-size: clamp(0.75rem, -1rem + 1.67vw, 1rem);
	}

	.-contents-center {
		max-width: clamp(40rem, -65rem + 100vw, 55rem);
	}

	.-breadcrumb-nav-link {
		font-size: clamp(0.625rem, -1.125rem + 1.67vw, 0.875rem);
	}

	.-lower-tit-square:before {
		top: clamp(1.125rem, 6.125rem + -4.17vw, 1.75rem);
	}

	.-modal-inner {
		max-width: clamp(64rem, -48rem + 93.33vw, 50rem);
	}

	.header-cv-button {
		width: clamp(6.125rem, -7rem + 12.5vw, 8rem);
	}

	.header-cv-button-txt {
		font-size: clamp(0.75rem, -1rem + 1.67vw, 1rem);
	}

	.top-mainvisual-copy {
		font-size: clamp(3rem, -0.5rem + 3.33vw, 3.5rem);
	}

	.top-mainvisual-scrollbar-txt {
		font-size: clamp(1.125rem, -0.625rem + 1.67vw, 1.375rem);
	}

	.top-about-message {
		max-width: clamp(32.188rem, -29.063rem + 58.33vw, 40.938rem);
	}

	.top-about-contents {
		max-width: clamp(55rem, -8rem + 60vw, 64rem);
	}

}


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

	.-swiper-button-next,
	.-swiper-button-prev,
	.-swiper-button-prev:after,
	.-swiper-button-next:after,
	.-link .-link-arrow,
	.-link .-link-arrow:after,
	.-breadcrumb-nav-link,
	.-link-underline,
	.-btn:after,
	.-modal-close .-modal-close-inner,
	.-modal-close .-modal-close-inner:after,
	.-modal-close .-modal-close-line,
	.top-leadership-slide-inner,
	.top-leadership-slide-inner .top-leadership-images:before {
		transition: all 0.4s ease;
		cursor: pointer
	}

	.-swiper-button-next:hover,
	.-swiper-button-prev:hover,
	.-link:hover .-link-arrow,
	.-modal-close:hover .-modal-close-inner {
		background-color: #B18839;
	}

	.-swiper-button-next:hover {
		background-image: url('/assets/images/common/icon-arrow-next-white.svg');
	}

	.-swiper-button-prev:hover {
		background-image: url('/assets/images/common/icon-arrow-prev-white.svg');
	}

	.-link:hover .-link-arrow.-down {
		background-image: url('/assets/images/common/icon-arrow-down-white.svg');
	}

	.-link:hover .-link-arrow.-prev {
		background-image: url('/assets/images/common/icon-arrow-prev-white.svg');
	}

	.-link:hover .-link-arrow.-next {
		background-image: url('/assets/images/common/icon-arrow-next-white.svg');
	}

	.-swiper-button-prev:hover:after,
	.-swiper-button-next:hover:after,
	.-link:hover .-link-arrow:after,
	.-modal-close:hover .-modal-close-inner-item:after {
		opacity: 1;
	}

	.-modal-close:hover .-modal-close-line {
		background-color: #FFFFFF;
	}

	.-breadcrumb-nav-link:hover {
		text-decoration: underline;
	}

	.-link-underline:hover {
		opacity: 0.8;
		text-decoration: none;
	}

	.-btn:hover:after {
		opacity: 0.6;
	}

	.top-leadership-slide-inner:hover .top-leadership-images:before {
		opacity: 1;
	}

	.-modal-open .header-menu-link,
	.header-logo-link,
	.header-cv-button:after,
	.footer-menu-link,
	.footer-logo-link img {
		transition: all 0.4s ease;
	}

	.header-menu-link,
	.header-logo-link,
	.footer-menu-link,
	.footer-logo-link img {
		opacity: 1;
	}

	.header-menu-link:hover,
	.header-logo-link:hover,
	.footer-menu-link:hover,
	.footer-logo-link:hover img {
		opacity: 0.4;
	}

	.header-cv-button:hover:after {
		opacity: 0.6;
	}
}

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

	body {
		font-size: clamp(0.75rem, 0.61rem + 0.41vw, 0.875rem);
	}

	.-pc,
	.-pcsp {
		display: none;
	}

	.-sptab {
		display: block;
	}

	.-inner {
		padding-top: clamp(5rem, 2.2rem + 8.28vw, 7.5rem);
		padding-left: clamp(1.5rem, -2.42rem + 11.59vw, 5rem);
		padding-right: clamp(1.5rem, -2.42rem + 11.59vw, 5rem);
	}

	.-contents {
		padding-top: clamp(2rem, -0.8rem + 8.28vw, 4.5rem);
		padding-left: clamp(1.5rem, -1.86rem + 9.94vw, 4.5rem);
		padding-bottom: clamp(2.5rem, 0.26rem + 6.63vw, 4.5rem);
	}

	.-contents.-near {
		padding-top: clamp(1.5rem, 0.38rem + 3.31vw, 2.5rem);
		padding-left: clamp(1.5rem, 0.38rem + 3.31vw, 2.5rem);
	}

	.-contents:last-child {
		padding-bottom: clamp(5rem, 2.2rem + 8.28vw, 7.5rem);
	}

	.-contents.-underline {
		padding-bottom: clamp(2rem, -0.8rem + 8.28vw, 4.5rem);
	}

	.-display01 {
		font-size: clamp(3rem, 0.76rem + 6.63vw, 5rem);
	}

	.-display02 {
		font-size: clamp(2.25rem, 0.29rem + 5.8vw, 4rem);
	}

	.-headline01 {
		font-size: clamp(2rem, 1.44rem + 1.66vw, 2.5rem);
	}

	.-headline02 {
		font-size: clamp(2rem, 1.72rem + 0.83vw, 2.25rem);
	}

	.-headline03 {
		font-size: clamp(1.5rem, 1.22rem + 0.83vw, 1.75rem);
	}

	.-headline04 {
		font-size: clamp(1.125rem, 0.705rem + 1.24vw, 1.5rem);
	}

	.-headline05 {
		font-size: clamp(1rem, 0.72rem + 0.83vw, 1.25rem);
	}

	.-body-large {
		font-size: clamp(1rem, 0.86rem + 0.41vw, 1.125rem);
	}

	.-body-medium {
		font-size: clamp(0.875rem, 0.735rem + 0.41vw, 1rem);
	}

	.-body-small {
		font-size: clamp(0.625rem, 0.485rem + 0.41vw, 0.75rem);
	}

	.-section-tit-sub+* {
		margin-top: clamp(1rem, -0.12rem + 3.31vw, 2rem);
	}

	.-tit-write-v {
		top: 3.5em;
		left: calc((clamp(2rem, 0.88rem + 3.31vw, 3rem)) * -1);
	}

	.-card-number {
		min-width: clamp(5.5rem, 2.98rem + 7.45vw, 7.75rem);
	}

	.-card-number span.-serif-en {
		font-size: clamp(1rem, 0.16rem + 2.48vw, 1.75rem);
	}

	.-card-number span.-serif-jp {
		font-size: clamp(0.625rem, 0.205rem + 1.24vw, 1rem);
	}

	.-card-list.-row03 .-card-item {
		width: calc((100% - clamp(2rem, -1.36rem + 9.94vw, 5rem))/3);
	}

	.-card-list.-row03 .-card-item:not(:nth-child(3n)) {
		margin-right: clamp(1rem, -0.68rem + 4.97vw, 2.5rem);
	}

	.-scroll-fadein-flow li {
		position: relative;
		opacity: 0;
		top: -10px;
		left: 0;
	}

	.-scroll-fadein-flow.-is-fadein li {
		opacity: 1;
		top: 0;
	}

	.-sptab-scroll-fadein {
		opacity: 0;
		transition: all 0.8s ease;
	}

	.-sptab-scroll-fadein.-is-fadein {
		opacity: 1;
	}

	.-swiper-button-pagination .swiper-pagination-bullet {
		margin-left: clamp(0.25rem, -0.03rem + 0.83vw, 0.5rem) !important;
		margin-right: clamp(0.25rem, -0.03rem + 0.83vw, 0.5rem) !important;
	}

	.-swiper-button-prev,
	.-swiper-button-next {
		width: clamp(2rem, 1.44rem + 1.66vw, 2.5rem);
		height: clamp(2rem, 1.44rem + 1.66vw, 2.5rem);
	}

	.-txt-col-item+.-txt-col-item {
		margin-top: clamp(2rem, -1.36rem + 9.94vw, 5rem);
	}

	.-txt-row-item+.-txt-row-item {
		margin-top: clamp(2rem, 0.88rem + 3.31vw, 3rem);
	}

	.-txt-row-tit+.-txt-row-details {
		margin-left: clamp(1rem, -0.68rem + 4.97vw, 2.5rem);
	}

	.-lower-detais-inner {
		padding-top: clamp(2.5rem, -0.3rem + 8.28vw, 5rem);
		padding-left: clamp(2.5rem, -0.3rem + 8.28vw, 5rem);
	}

	.-lower-contents:after {
		height: clamp(25rem, 13.799rem + 33.13vw, 35rem);
	}

	.-lower-inner {
		padding-top: clamp(2.5rem, -0.3rem + 8.28vw, 5rem);
		padding-left: clamp(1.5rem, -2.42rem + 11.59vw, 5rem);
		padding-right: clamp(1.5rem, -2.42rem + 11.59vw, 5rem);
		padding-bottom: clamp(2.5rem, -0.3rem + 8.28vw, 5rem);
	}

	.-modal-inner:after {
		mix-blend-mode: normal;
		opacity: 0.2;
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: 100%;
	}

	/*HEADER*/

	#header {
		min-height: 72px;
	}

	.header-inner {
		display: block;
		min-height: 72px;
		padding-top: 16px;
		padding-left: 16px;
		padding-bottom: 16px;
		padding-right: 16px;
		position: relative;
	}

	.header-menu {
		display: none;
		margin-left: auto;
		margin-right: auto;
		padding-top: 120px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
	}

	.header-menu-list {
		display: block;
		font-size: 16px;
		font-family: "Noto Serif JP", serif;
		text-align: center;
		letter-spacing: 0.07em;
		color: #FFFFFF;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 16px;
		padding-right: 16px
	}

	.header-menu-item+.header-menu-item {
		margin-left: 0;
	}

	.header-menu-item:not(:first-child) .header-menu-link {
		padding-top: 32px;
	}

	.header-menu-link {
		padding-bottom: 32px;
		border-bottom: 1px solid #555555;
	}

	.header-cv {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 16px;
	}

	.header-cv-button {
		width: 100%;
		height: auto;
		align-items: center;
		flex-direction: row;
		margin-top: 32px;
		padding-top: 16px;
		padding-right: 16px;
		padding-bottom: 16px;
		padding-left: 16px;
	}

	.header-cv-button-txt {
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.07em;
		font-family: "Noto Serif JP", serif;
		margin-top: 0;
		margin-left: 8px;
	}

	.header-cv-button-icon {
		width: 20px;
	}

	.header-logo {
		width: 100%;
		max-width: 240px;
		background-image: url('/assets/images/common/logomark-white.svg');
		background-size: 100% auto;
		background-repeat: no-repeat;
		position: absolute;
		top: 16px;
		left: 16px;
	}

	.header-logo img {
		transition: all 0.4s ease;
	}

	.header-h-menu {
		display: block;
		position: absolute;
		top: 27px;
		right: 16px;
	}

	.header-h-menu-inner {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 24px;
		height: 16px;
		position: relative;
	}

	.header-h-menu-item,
	.header-h-menu:after,
	.header-h-menu:before {
		width: 100%;
		height: 1px;
		background-color: #1E0405;
		transition: all 0.4s ease;
	}

	.header-h-menu:after,
	.header-h-menu:before {
		content: "";
		position: absolute;
		left: 0;
	}

	.header-h-menu:before {
		top: 0;
	}

	.header-h-menu:after {
		bottom: 0;
	}

	.header-h-menu-bg {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #1E2635;
	}

	.-opened#header {
		height: 100%;
		overflow: auto;
	}

	.-opened .header-logo img {
		opacity: 0;
	}

	.-opened .header-h-menu-item,
	.-opened .header-h-menu:after,
	.-opened .header-h-menu:before {
		background-color: #FFFFFF;
	}

	.-opened .header-h-menu-item {
		opacity: 0;
	}

	.-opened .header-h-menu:before {
		top: 50%;
		transform: rotate(45deg) translateY(-50%);
	}

	.-opened .header-h-menu:after {
		top: 50%;
		transform: rotate(-45deg) translateY(-50%);
	}

	.-opened .header-logo,
	.-opened .header-h-menu {
		position: fixed;
		z-index: 10;
	}

	.-lower .header-h-menu-item,
	.-lower .header-h-menu:after,
	.-lower .header-h-menu:before {
		background-color: #FFFFFF;
	}

	#header.-scroll-cposi,
	#header.-scroll-fixed {
		backdrop-filter: unset;
	}

	#header.-scroll-cposi .header-h-menu-item,
	#header.-scroll-cposi .header-h-menu:after,
	#header.-scroll-cposi .header-h-menu:before,
	#header.-scroll-fixed .header-h-menu-item,
	#header.-scroll-fixed .header-h-menu:after,
	#header.-scroll-fixed .header-h-menu:before {
		background-color: #1E0405;
	}

	.-lower-mainvisual {
		padding-top: clamp(7.5rem, 3.3rem + 12.42vw, 11.25rem);
	}

	/*END HEADER*/

	/*FOOTER*/

	.footer-inner {
		padding-left: clamp(1.5rem, -2.42rem + 11.59vw, 5rem);
		padding-right: clamp(1.5rem, -2.42rem + 11.59vw, 5rem);
	}


	.footer-contents {
		padding-top: clamp(2.5rem, 0.26rem + 6.63vw, 4.5rem);
		padding-left: clamp(1.5rem, -1.86rem + 9.94vw, 4.5rem);
		padding-bottom: clamp(2.5rem, 0.26rem + 6.63vw, 4.5rem);
	}

	.footer-sub-contents {
		flex-direction: column;
	}

	.footer-menu-list+* {
		margin-top: 8px;
	}

	.footer-copy {
		font-size: 10px;
		justify-content: flex-start;
	}

	.footer-menu-list+.footer-copy {
		margin-top: 40px;
	}

	/*END FOOTER*/

	.top-mainvisual-copy {
		font-size: clamp(1.5rem, -0.18rem + 4.97vw, 3rem);
	}

	.top-mainvisual-inner {
		height: 100svh;
		min-height: auto;
	}

	.top-mainvisual-copy-kagi {
		display: inline-block;
		position: relative;
	}

	.top-mainvisual-copy-kagi-inner {
		position: absolute;
		top: 0;
		left: -0.5em;
	}

	.top-mainvisual-message {
		padding-left: 16px;
		padding-right: 16px;
		margin-top: -5%;
		top: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	.top-mainvisual-scrollbar-txt {
		font-size: clamp(1rem, 0.86rem + 0.41vw, 1.125rem);
	}

	.top-about-inner {
		padding-top: clamp(7.5rem, 0.499rem + 20.7vw, 13.75rem);
		padding-bottom: clamp(7.5rem, 0.499rem + 20.7vw, 13.75rem);
	}

	.top-about-contents {
		max-width: 100%;
	}

	.top-about-message {
		width: 70%;
		margin-left: clamp(0.5rem, -1.74rem + 6.63vw, 2.5rem);
		max-width: 100%;
	}

	.top-about-tit+* {
		margin-top: clamp(1rem, -0.68rem + 4.97vw, 2.5rem);
	}

	.top-features:not(:first-of-type) {
		margin-top: clamp(1rem, -0.68rem + 4.97vw, 2.5rem);
	}

	.top-features-inner {
		padding-top: clamp(1.5rem, -1.3rem + 8.28vw, 4rem);
		padding-left: clamp(1.5rem, 0.38rem + 3.31vw, 2.5rem);
		padding-bottom: clamp(1.5rem, -1.3rem + 8.28vw, 4rem);
		padding-right: clamp(0.5rem, -1.74rem + 6.63vw, 2.5rem);
	}

	.top-leadership-inner:after,
	.top-leadership-inner:before {
		width: 56%;
	}

	.-scroll-fadein-bg.-is-fadein.top-leadership-inner:after {
		width: 40%;
	}

	.top-leadership-inner:before {
		margin-top: clamp(0rem, -2.8rem + 8.28vw, 2.5rem);
	}

	.top-leadership-name {
		width: 100%;
		position: static;
		transform: translateY(0);
	}

	.top-leadership-name-jp+.top-leadership-name-jp {
		margin-top: 4px;
	}

	.top-leadership-txt {
		width: 64%;
		bottom: 0;
		left: 0;
		right: auto;
		margin-top: 16px;
		max-height: calc(100% - (clamp(8.375rem, -2.125rem + 21.88vw, 11.875rem)));
	}

	.top-leadership-txt {
		opacity: 0;
		bottom: -10px;
		right: 0;
		transition: all 0.8s ease;
	}

	.top-leadership-swiper-nav {
		margin-top: 24px;
	}

	.swiper-slide-active .top-leadership-txt {
		opacity: 1;
		right: 0;
		bottom: 0;
		transition: all 0.8s ease 1s;
	}

	.top-no-swiper {
		left: 0;
	}

	.top-no-swiper .top-leadership-slide+.top-leadership-slide {
		margin-left: clamp(1.5rem, -2.42rem + 11.59vw, 5rem);
	}

	.top-process-flow {
		flex-direction: column;
	}

	.top-process-flow-item {
		flex-direction: row;
		align-items: center;
		padding-right: 40px;
		padding-bottom: 40px;
	}

	.top-process-flow-item:not(:last-child),
	.top-process-flow-item:not(:last-child):before,
	.top-process-flow-item:not(:last-child):after {
		clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
	}

	.top-process-flow-item:not(:last-child):before {
		top: -1px;
		left: 0;
		z-index: 1;
		transform: translateY(0);
	}

	.top-process-flow-item,
	.top-process-flow-item:last-child {
		width: 100%;
	}

	.top-process-icon+* {
		margin-top: 0;
		margin-left: 16px;
	}

	.top-process-doc {
		flex: 1;
	}

	.top-pricing-banner-doc {
		width: 80%;
		margin-top: -6%;
	}

	.top-pricing-banner-doc-inner {
		padding-top: clamp(2rem, -1.36rem + 9.94vw, 5rem);
		padding-right: clamp(2rem, -1.36rem + 9.94vw, 5rem);
		padding-bottom: clamp(2rem, -1.36rem + 9.94vw, 5rem);
		padding-left: clamp(2rem, -1.36rem + 9.94vw, 5rem);
	}

	.top-pricing-banner-subtit+* {
		margin-top: 16px;
	}

	.top-pricing-banner-tit {
		margin-left: clamp(1rem, -0.68rem + 4.97vw, 2.5rem);
		margin-right: 16px;
	}

	.top-pricing-banner-doc:after {
		width: clamp(15rem, 9.4rem + 16.56vw, 20rem);
		top: calc((clamp(3.75rem, 0.95rem + 8.28vw, 6.25rem)) * -1);
		left: calc((clamp(3.75rem, 0.95rem + 8.28vw, 6.25rem)) * -1);
	}

	.about-half {
		width: 57%;
		padding-right: clamp(1.5rem, -2.42rem + 11.59vw, 5rem);
	}

	.about-details {
		padding-top: clamp(2.5rem, -0.3rem + 8.28vw, 5rem);
		padding-right: clamp(2.5rem, -0.3rem + 8.28vw, 5rem);
		padding-left: clamp(2.5rem, -0.3rem + 8.28vw, 5rem);
	}

	.about-details {
		margin-top: clamp(5rem, 1.08rem + 11.59vw, 8.5rem);
	}

	.about-details-en-copy {
		width: calc(100% - (clamp(2.5rem, -0.3rem + 8.28vw, 5rem)));
		top: calc((clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem)) * -1);
		left: clamp(2.5rem, -0.3rem + 8.28vw, 5rem);
	}

	.about-details-inner .about-half {
		width: 100%;
		padding-right: 0;
	}

}

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

	.-pctab {
		display: none;
	}

	.-sp,
	.-pcsp {
		display: block;
	}

	.-contents.-near {
		padding-top: 16px;
		padding-left: 16px;
	}

	.-tit-write-v {
		left: -27px;
	}

	.-card-list {
		display: block;
	}

	.-card-list.-row03 .-card-item {
		width: 100%;
	}

	.-card-list.-row03 .-card-item:not(:nth-child(3n)) {
		margin-left: 0;
	}

	.-card-list.-row03 .-card-item:not(:nth-child(1)) {
		margin-top: 24px;
	}

	.-card-number span.-serif-en {
		font-size: 24px;
	}

	.-card-number span.-serif-jp {
		font-size: 14px;
	}

	.-scroll-fadein.-delay01,
	.-scroll-fadein.-delay02,
	.-scroll-fadein.-delay03 {
		transition: all 0.8s ease 0s;
	}

	.-swiper-button-pagination .swiper-pagination-bullet {
		width: 100%;
		margin-left: 8px;
		margin-right: 8px;
	}

	.-iframe-map {
		aspect-ratio: 1 / 1;
	}

	.-lower-detais-inner {
		padding-top: 32px;
		padding-left: 32px;
	}

	.-lower-contents::before {
		width: 88%;
		max-width: 500px;
		min-width: auto;
		top: -3%;
		left: -60px;
	}

	.-txt-row-item.-sp-col {
		flex-direction: column;
		align-items: flex-start;
	}

	.-txt-row-item.-sp-col .-txt-row-tit,
	.-txt-row-item.-sp-col .-txt-row-details {
		width: 100%;
	}

	.-txt-row-item.-sp-col .-txt-row-tit+.-txt-row-details {
		margin-left: 0;
		margin-top: 8px;
	}

	.-modal-contents {
		padding-right: 24px;
		padding-left: 24px;
	}

	.-modal-thum {
		flex-direction: column;
	}

	.-modal-thum-images {
		width: 100%;
	}

	.-modal-thum-tit {
		margin-left: 0;
		margin-top: 16px;
	}

	.-modal-inner {
		padding-top: 32px;
		padding-right: 32px;
		padding-left: 32px;
		padding-bottom: 32px;
	}

	.-modal-close+* {
		margin-top: -24px;
	}

	.-modal-close-inner {
		width: 24px;
		height: 24px;
		top: -24px;
		right: -24px;
		position: relative;
	}

	.-modal-close-line {
		height: 12px;
	}

	.-modal-close-line-left {
		top: 5px;
		left: 10px;
	}

	.-modal-close-line-right {
		top: 5px;
		right: 10px;
	}

	.-form-btn-box {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	/*HEADER*/

	.header-menu-item:not(:first-child) .header-menu-link {
		padding-top: 16px;
	}

	.header-menu-link {
		padding-bottom: 16px;
	}

	/*END HEADER*/

	/*FOOTER*/

	.footer-menu-item {
		width: calc((100% - 16px) / 2);
	}

	.footer-menu-item:not(:nth-child(2n)) {
		margin-right: 16px;
	}

	.footer-menu-item {
		margin-right: 0;
		padding-bottom: 16px;
		border-bottom: 1px solid #555555;
	}

	.footer-menu-list+* {
		margin-top: 0;
	}

	/*END FOOTER*/

	.top-mainvisual-message {
		margin-top: -15%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

	.top-mainvisual-copy {
		font-size: clamp(1.5rem, 0.773rem + 3.64vw, 2rem);
		position: relative;
	}

	.top-mainvisual-copy-kerning01 {
		letter-spacing: 0.04em;
	}

	.top-mainvisual-copy-kerning02 {
		letter-spacing: 0.01em;
	}

	.top-mainvisual-copy01 {
		transition: all 0.4s ease 1.2s;
	}

	.top-mainvisual-copy02 {
		transition: all 0.4s ease 1.6s;
	}

	.top-mainvisual-scrollbar-txt {
		margin-top: 24px;
	}

	.top-mainvisual-scrollbar {
		transition: all 0.8s ease 2.2s;
	}

	.top-about-contents {
		display: block;
	}

	.top-about-images {
		width: auto;
		max-width: 50%;
		margin-left: auto;
		margin-right: auto;
	}

	.top-about-message {
		width: 100%;
		margin-top: 16px;
		margin-left: 0;
	}

	.top-about-tit {
		text-align: center;
	}

	.top-features-inner {
		display: block;
		padding-right: 24px;
	}

	.top-features-message {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
	}

	.top-features-item {
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	.top-features-item+.top-features-item {
		margin-top: 24px;
	}

	.top-features-copy {
		flex: 1;
		line-height: 1.4;
		margin-top: 8px;
		text-align: center;
	}

	.top-features-images:after {
		height: 100%;
	}

	.top-leadership-name {
		margin-top: -48px;
	}

	.top-leadership-inner:after,
	.top-leadership-inner:before {
		width: 68%;
	}

	.top-leadership-inner:before {
		margin-top: 90px;
		left: -50px;
	}

	.top-leadership-swiper-nav {
		justify-content: flex-start;
	}

	.top-leadership-swiper-nav-inner {
		width: 100%;
		justify-content: space-between;
	}

	.top-leadership-swiper-nav {
		margin-top: 24px;
	}

	.top-leadership-txt {
		width: 100%;
		height: 154px;
		overflow: auto;
		position: relative;
		margin-top: 24px;
	}

	.top-modal-leadership-posi,
	.top-modal-leadership-name-jp,
	.top-modal-leadership-name-en {
		text-align: center;
	}

	.top-modal-leadership-txt {
		margin-top: 16px;
	}

	.top-no-swiper {
		flex-direction: column;
	}

	.top-no-swiper .top-leadership-slide+.top-leadership-slide {
		margin-top: 24px;
		margin-left: 0;
	}

	.top-no-swiper .top-leadership-slide .top-leadership-images {
		max-width: 304px;
	}

	.top-process-flow-item {
		justify-content: center;
		flex-direction: column;
	}

	.top-process-icon+* {
		margin-top: 8px;
		margin-left: 0;
	}

	.top-process-doc {
		text-align: center;
	}

	.top-process-flow-item {
		padding-top: 32px;
	}

	.top-process-flow-item:last-child {
		padding-bottom: 32px;
	}

	.top-process-item .-contents {
		padding-bottom: 32px;
		border-bottom: 1px solid #DDDDDD;
	}

	.top-pricing-inner {
		padding-top: 80px;
	}

	.top-pricing-banner-main {
		align-items: flex-start;
		flex-direction: column-reverse;
	}

	.top-pricing-banner-tit {
		margin-top: 0;
		margin-bottom: 24px;
	}

	.top-pricing-banner-images {
		width: 90%;
	}

	.top-pricing-banner-doc {
		width: 90%;
	}

	.about-tit-images {
		position: static;
		width: 100%;
		margin-top: 32px;
		aspect-ratio: 1 / 1;
		overflow: hidden;
	}

	.about-tit-images img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: bottom;
	}

	.about-details {
		margin-top: 0;
	}

	.about-half {
		width: 100%;
	}

	.about-contents {
		padding-left: 0 !important;
	}

	.about-half {
		padding-right: 16px;
		padding-left: 32px;
	}

	.about-details {
		padding-top: 32px;
		padding-right: 32px;
		padding-left: 32px;
	}

	.about-details-inner .about-half {
		padding-left: 0;
	}

	.about-details-en-copy {
		width: calc(100% - 32px);
		left: 32px;
	}

}