html {
	overflow-y: scroll;
}

body {
	color: #1F2937;
	font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.6;
}

.c-wrap800 {
	margin-inline: auto;
	max-width: calc(800px + 48px);
	padding-inline: 24px;
	width: 100%;
}

.c-wrap1042 {
	margin-inline: auto;
	max-width: calc(1042px + 48px);
	padding-inline: 24px;
	width: 100%;
}

.c-wrap1216 {
	margin-inline: auto;
	max-width: calc(1216px + 48px);
	padding-inline: 24px;
	width: 100%;
}

.c-wrap1440 {
	margin-inline: auto;
	max-width: calc(1440px + 48px);
	padding-inline: 24px;
	width: 100%;
}

/* c-heading */

.c-heading {
	display: flex;
	flex-direction: column;
	font-weight: 700;
	gap: 28px;
	text-align: center;
}

.c-heading.--left {
	text-align: left;
}

.c-heading.--white {
	color: #fff;
}

.c-heading__en {
	color: #F44E31;
	font-size: 13px;
	line-height: 140%;
}

.c-heading__en.--white {
	color: #fff;
}

.c-heading__title {
	font-size: 38px;
	font-weight: 700;
	line-height: 140%;
}

.c-heading__title span {
	font-size: 32px;
}

.c-heading__desc {
	font-size: 18px;
}

.c-heading__dots {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: -9px;
}

.c-heading__dot {
	background: #F44E31;
	display: block;
	height: 8px;
	width: 8px;
}

.c-button {
	align-items: center;
	border: 1px solid #F44E31;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
	display: flex;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	gap: 24px;
	justify-content: space-between;
	padding: 12px 12px 12px 24px;
	transition: all 0.3s ease;
	width: -moz-fit-content;
	width: fit-content;
}

.c-button:hover {
	box-shadow: 0;
	transform: translateY(2px);
}

.c-button:hover .c-button__icon {
	transform: translateX(4px);
}

.c-button.--red {
	background: #F44E31;
	color: #fff;
}

.c-button.--white {
	background: #fff;
	color: #F44E31;
}

.c-button.--white path {
	fill: #F44E31;
}

.c-button.--contact {
	padding: 12px 24px;
}

.c-button.--header {
	font-size: 14px;
	gap: 8px;
	padding: 7px 14px;
}

.c-button__icon {
	transition: all 0.3s ease;
	width: 16px;
}

/* contact-form */

.contact-form {
	background: #464646;
	border: 1px solid #8D8D8D;
	border-radius: 8px;
	padding: 40px 30px;
}

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

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

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

.contact-form__row.--two-cols .contact-form__group {
	width: calc((100% - 24px) / 2);
}

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

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

.contact-form__required {
	color: #F44E31;
}

.contact-form__input {
	background: #2B2B2B;
	border: 1px solid #8D8D8D;
	border-radius: 8px;
	font-size: 16px;
	outline: none;
	padding: 10px 20px;
	transition: 0.2s;
}

.contact-form__input:focus {
	border-color: #fff;
}

.contact-form__textarea {
	background: #2B2B2B;
	border: 1px solid #8D8D8D;
	border-radius: 8px;
	font-size: 16px;
	height: 240px;
	outline: none;
	padding: 20px;
	transition: 0.2s;
}

.contact-form__textarea:focus {
	border-color: #fff;
}

.contact-form .contact-form__checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.contact-form .contact-form__checkbox > .wpcf7-list-item {
	background: #2B2B2B;
	border: 1px solid #8D8D8D;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
	padding: 10px 20px;
	transition: 0.2s;
	width: calc((100% - 24px) / 2);
}

.contact-form .contact-form__checkbox > .wpcf7-list-item > label {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 20px;
}

.contact-form .contact-form__checkbox > .wpcf7-list-item:hover {
	border-color: #fff;
}

.contact-form input[type=checkbox] {
	accent-color: #F44E31;
	scale: 1.8;
}

.contact-form input[type=checkbox]:checked {
	accent-color: #F44E31;
}

.screen-reader-response {
	display: none;
}

.wpcf7-response-output {
	color: #fff;
	margin-top: 30px;
	text-align: center;
}

/* header */

.header {
	background: #FFF;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.11);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.header__wrap {
	margin: 0 auto;
	max-width: 1460px;
	padding: 10px;
	width: 100%;
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.header__logo {
	display: flex;
	flex-direction: column;
	gap: 5px;
	line-height: 1;
}

.header__name {
	color: #F44E31;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1.2px;
}

.header__com {
	font-size: 12px;
}

.header__icon {
	display: none;
}

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

.header__link {
	font-size: 14px;
}

.header__bg {
	background: #000;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: 0.4s;
	z-index: -1;
}

.header__bg.--open {
	opacity: 0.2;
	pointer-events: all;
}

/* footer */

.footer {
	padding: 70px 0 41px;
}

.footer__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 80px;
	width: 100%;
}

.footer__content {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.footer__left {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.footer__brand {
	display: flex;
	flex-direction: column;
	gap: 5px;
	line-height: 1;
}

.footer__logo {
	color: #F44E31;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1.2px;
}

.footer__company {
	font-size: 12px;
}

.footer__text {
	font-size: 14px;
}

.footer__nav {
	padding-top: 20px;
}

.footer__nav-list {
	align-items: center;
	display: flex;
	gap: 24px;
}

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

.footer__copyright {
	font-size: 12px;
	text-align: center;
}

.s-sp {
	display: block;
}

.s-pc {
	display: none;
}

.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%);
}

.s-fade-in {
	opacity: 0;
}

.s-fade-in.s-in-view {
	opacity: 1;
}

.s-hov-red {
	transition: 0.2s;
}

.s-hov-red:hover {
	color: #F44E31;
}

.s-op-hover {
	transition: 0.2s;
}

.s-op-hover:hover {
	opacity: 0.8;
}

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

.header__icon {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 6px;
	height: 35px;
	justify-content: center;
	position: relative;
	width: 35px;
	z-index: 1;
}

.header__icon span {
	background: #F44E31;
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.3s;
	width: 35px;
}

.header__icon span:nth-child(1) {
	top: 8px;
}

.header__icon span:nth-child(2) {
	top: 17px;
}

.header__icon span:nth-child(3) {
	top: 26px;
}

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

.header__icon.--open span:nth-child(2) {
	opacity: 0;
}

.header__icon.--open span:nth-child(3) {
	top: 17px;
	transform: rotate(-45deg);
}

.header__nav {
	background: #FFF;
	height: 100dvh;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: 0.4s;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 0;
}

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

.header__list {
	flex-direction: column;
	padding-inline: 30px;
	padding-top: 100px;
}

.header__link {
	font-size: 16px;
}

.s-sp {
	display: none;
}

.s-pc {
	display: block;
}

}

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

.c-wrap800 {
	max-width: 598px;
}

.c-wrap1042 {
	max-width: 598px;
}

.c-wrap1216 {
	max-width: 598px;
}

.c-wrap1440 {
	max-width: 598px;
}

.c-heading {
	gap: 20px;
	text-align: left;
}

.c-heading__en {
	font-size: 11px;
}

.c-heading__title {
	font-size: 24px;
	line-height: 1.3;
}

.c-heading__title span {
	font-size: 20px;
}

.c-heading__desc {
	font-size: 14px;
	line-height: 1.6;
}

.c-heading__dots {
	gap: 5px;
}

.c-heading__dot {
	height: 5px;
	width: 5px;
}

.contact-form {
	padding: 30px 15px;
}

.contact-form__inner {
	gap: 30px;
}

.contact-form__row {
	gap: 20px;
}

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

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

.contact-form__group {
	gap: 8px;
}

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

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

.contact-form__input {
	font-size: 14px;
	padding: 12px 15px;
}

.contact-form__textarea {
	font-size: 14px;
	height: 180px;
	padding: 15px;
}

.contact-form .contact-form__checkbox > .wpcf7-list-item {
	font-size: 14px;
	padding: 12px 15px;
	width: 100%;
}

.contact-form .contact-form__checkbox > .wpcf7-list-item > label {
	gap: 15px;
}

.contact-form .contact-form__checkbox {
	gap: 12px;
}

.contact-form input[type=checkbox] {
	scale: 1.4;
}

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

.contact-form__button {
	width: 100%;
}

.wpcf7-response-output {
	font-size: 14px;
	margin-top: 20px;
}

.header__name {
	font-size: 16px;
}

.header__com {
	font-size: 10px;
}

.footer {
	padding: 40px 0 20px;
}

.footer__inner {
	gap: 40px;
}

.footer__content {
	align-items: center;
	flex-direction: column;
	gap: 40px;
	text-align: center;
}

.footer__left {
	align-items: center;
	gap: 20px;
}

.footer__brand {
	gap: 8px;
}

.footer__logo {
	font-size: 20px;
}

.footer__company {
	font-size: 11px;
}

.footer__text {
	font-size: 13px;
}

.footer__nav {
	padding-top: 0;
}

.footer__nav-list {
	flex-direction: column;
	gap: 10px;
}

.footer__link {
	font-size: 14px;
}

.footer__bottom {
	border-top: 1px solid #eee;
	padding-top: 20px;
	width: 100%;
}

.footer__copyright {
	font-size: 10px;
}

}

