body {
	font-family: "Red Hat Display", YakuHanJP, "Noto Sans JP";
}

img {
	width: 100%;
}

.c-wrap {
	margin: 0 auto;
	max-width: 1600px;
	padding-inline: 80px;
	width: 100%;
}

.c-wrap.--1300 {
	max-width: 1460px;
}

.c-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 90px;
}

.c-inner.--40 {
	gap: 40px;
}

.c-heading {
	align-items: end;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.c-heading__top {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.c-heading__title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.96px;
	line-height: 100%;
}

.c-heading__title-en {
	font-size: 96px;
	font-weight: 900;
	letter-spacing: 0.96px;
	line-height: 100%;
	text-transform: uppercase;
}

.c-heading__desc {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.9px;
	line-height: 200%;
}

.c-heading-sub {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.c-heading-sub__title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1.4px;
	line-height: 100%;
}

.c-heading-sub__title-en {
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 0.48px;
	line-height: 100%;
	text-transform: uppercase;
}

/* contact-form */

.contact-form {
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 12px;
	font-weight: 500;
	letter-spacing: 1.44px;
	padding: 30px 15px;
}

.contact-form__inner {
	align-items: center;
	color: #333333;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.contact-form__row {
	gap: 20px;
	width: 100%;
}

.contact-form__row.--two-cols {
	display: flex;
	gap: 20px;
}

.contact-form__row.--two-cols .contact-form__group {
	width: 100%;
}

.contact-form__group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contact-form__label {
	font-size: 14px;
}

.contact-form__required {
	color: #DB3838;
}

.contact-form__sub-text {
	font-size: 12px;
}

.contact-form__input {
	background: #F6F5F3;
	border: 1px solid #C8C7C5;
	border-radius: 8px;
	color: #333333;
	font-size: 14px;
	outline: none;
	padding: 12px 15px;
	transition: 0.2s;
	width: 100%;
}

.contact-form__input:focus {
	background: #FFF;
	border-color: #333333;
}

.contact-form__textarea {
	background: #F6F5F3;
	border: 1px solid #C8C7C5;
	border-radius: 8px;
	color: #333333;
	font-size: 14px;
	height: 180px;
	outline: none;
	padding: 15px;
	transition: 0.2s;
	width: 100%;
}

.contact-form__textarea:focus {
	background: #FFF;
	border-color: #FFCD00;
}

.contact-form__footer {
	display: flex;
	justify-content: center;
	width: 100%;
}

.contact-form__button {
	background: #000000;
	border-radius: 44px;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 28.8px;
	padding: 16px 70px;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.screen-reader-response,
.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-response-output {
	color: #333333;
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}

/* CF7 validation - disable default invalid styles */

.wpcf7-not-valid {
	border-color: #ff3550 !important; /* keep original border */
}

.header {
	display: flex;
	justify-content: center;
	left: 50%;
	pointer-events: none;
	position: fixed;
	top: 50px;
	transform: translateX(-50%);
	width: -moz-fit-content;
	width: fit-content;
	width: 100%;
	z-index: 97;
}

.header__wrap {
	max-width: 1700px;
	padding-inline: 80px;
	width: 100%;
}

.header__inner {
	align-items: center;
	background: #FFF;
	border: 1px solid #afafaf;
	border-radius: 49px;
	display: flex;
	justify-content: space-between;
	padding: 18px 50px;
	pointer-events: all;
	width: 100%;
}

.header__name {
	font-size: 32px;
	font-weight: 900;
	line-height: 100%;
}

.header__overlay {
	display: none;
}

.header__icon {
	display: none;
}

.header__list {
	align-items: center;
	display: flex;
	gap: 26px;
}

.header__link {
	font-size: 16px;
	font-weight: 700;
}

.footer {
	border-top: 1px solid #DDD;
	padding: 50px 87px;
}

.footer__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 50px;
	justify-content: center;
	letter-spacing: 0.05em;
}

.footer__content {
	align-items: center;
	display: flex;
	gap: 40px;
	justify-content: space-between;
	width: 100%;
}

.footer__top {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 18px;
}

.footer__name {
	font-size: 32px;
	font-weight: 700;
	line-height: 100%;
}

.footer__text {
	font-size: 18px;
	font-weight: 500;
	line-height: 140%;
}

.footer__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 26px;
	justify-content: end;
}

.footer__link {
	font-size: 16px;
	font-weight: 700;
}

.footer__copy {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

.s-sp {
	display: none;
}

.s-pc {
	display: block;
}

.s-of-hidden {
	overflow: hidden;
	position: relative;
}

.inview {
	opacity: 0;
	transition: 1.5s;
}

.inview.fade-up {
	transform: translateY(20px);
}

.inview.fade-up.--xy50 {
	transform: translate(-50%, calc(-50% + 20px));
}

.inview.fade-down {
	transform: translateY(-20px);
}

.inview.fade-left {
	transform: translateX(20px);
}

.inview.fade-right {
	transform: translateX(-20px);
}

.inview.is-show {
	opacity: 1;
	transform: translate(0px);
}

.inview.is-show.--xy50 {
	transform: translate(-50%, -50%);
}

a {
	transition: 0.3s;
}

a:hover {
	opacity: 0.6 !important;
}

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

.c-heading {
	align-items: start;
	flex-direction: column;
	gap: 30px;
	justify-content: start;
}

.c-heading-sub {
	gap: 8px;
}

.c-heading-sub__title {
	font-size: 14px;
}

.c-heading-sub__title-en {
	font-size: 36px;
}

.header__wrap {
	padding-inline: 30px;
}

.header__wrap {
	padding-inline: 10px;
}

}

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

.c-inner {
	gap: 60px;
}

.c-inner.--40 {
	gap: 30px;
}

.c-heading__title {
	font-size: 14px;
}

.c-heading__title-en {
	font-size: 42px;
}

.c-heading__desc {
	font-size: 14px;
	font-weight: 500;
}

.c-heading-sub__title-en {
	font-size: 28px;
}

.header__inner {
	padding: 14px 30px;
}

.header__name {
	font-size: 24px;
}

.header__list {
	gap: 16px;
}

.header__link {
	font-size: 14px;
}

.footer {
	padding: 50px 0;
}

.footer__inner {
	gap: 30px;
}

.footer__name {
	font-size: 24px;
}

.footer__text {
	font-size: 16px;
}

.s-sp {
	display: block;
}

.s-pc {
	display: none;
}

}

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

.c-wrap.--1300 {
	max-width: 400px;
}

.c-wrap {
	max-width: 400px;
	padding-inline: 15px;
}

.c-inner {
	gap: 50px;
}

.c-inner.--40 {
	gap: 24px;
}

.contact-form {
	padding: 40px 10px;
}

.contact-form__inner {
	gap: 24px;
}

.contact-form__row {
	gap: 24px;
}

.contact-form__row.--two-cols {
	flex-direction: column;
	gap: 24px;
}

.contact-form__group {
	gap: 10px;
}

.contact-form__label {
	font-size: 16px;
}

.contact-form__sub-text {
	font-size: 14px;
}

.contact-form__input {
	font-size: 16px;
	padding: 10px 20px;
}

.contact-form__textarea {
	font-size: 16px;
	height: 240px;
	padding: 20px;
}

.header {
	top: 20px;
}

.header__inner {
	padding: 8px 20px;
}

.header__name {
	font-size: 16px;
}

.header__overlay {
	background: rgba(0, 0, 0, 0.4);
	display: block;
	height: 100dvh;
	left: 0px;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: -20px;
	transition: opacity 0.3s;
	width: 100vw;
	z-index: 98;
}

.header__overlay.--open {
	opacity: 1;
	pointer-events: all;
}

.header__icon {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 7px;
	height: 44px;
	justify-content: center;
	padding: 0;
	pointer-events: all;
	position: relative;
	width: 44px;
	z-index: 101;
}

.header__icon span {
	background: #000;
	border-radius: 2px;
	display: block;
	height: 2px;
	transform-origin: center;
	transition: transform 0.3s ease, opacity 0.3s ease;
	width: 24px;
}

.header__icon.--open span:nth-child(1) {
	transform: translateY(4.5px) rotate(45deg);
}

.header__icon.--open span:nth-child(2) {
	transform: translateY(-4.5px) rotate(-45deg);
}

.header__nav {
	background: #fff;
	display: flex;
	flex-direction: column;
	height: 100dvh;
	overflow-y: auto;
	padding: 100px 30px 40px;
	position: fixed;
	right: 0;
	top: -20px;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	width: 260px;
	z-index: 100;
}

.header__nav.--open {
	transform: translateX(0);
}

.header__list {
	align-items: flex-start;
	flex-direction: column;
	gap: 0;
	width: 100%;
}

.header__link {
	border-bottom: 1px solid #eee;
	display: block;
	padding: 16px 0;
	width: 100%;
}

.footer {
	padding: 40px 20px;
}

.footer__content {
	flex-direction: column;
}

.footer__name {
	font-size: 24px;
	text-align: center;
}

.footer__text {
	text-align: center;
}

.footer__list {
	flex-direction: column;
	gap: 16px;
	justify-content: start;
}

.footer__copy {
	font-size: 10px;
}

}

