.u-bg-red {
	background: #DB3838;
}

.u-c-red {
	color: #DB3838;
}

.u-bg-bl {
	background: #2563EB;
}

.u-c-bl {
	color: #2563EB;
}

.u-bg-gr {
	background: #059669;
}

.u-c-gr {
	color: #059669;
}

.u-bg-yl {
	background: #FFCD00;
}

html {
	overflow-y: scroll;
}

body {
	color: #333333;
	font-family: YakuHanJP, "Red Hat Display", "Zen Kaku Gothic New", sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.6;
}

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

/* c-button */

.c-button {
	align-items: center;
	background: #DB3838;
	border: 2px solid #DB3838;
	border-radius: 44px;
	box-shadow: 0px 6px 0 0 #9E2B2B;
	display: flex;
	gap: 30px;
	padding: 18px 29px;
	position: relative;
	transition: 0.3s;
	width: -moz-fit-content;
	width: fit-content;
}

.c-button.--top {
	padding: 18px 60px;
}

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

.c-button:hover .c-button__icon {
	transform: rotate(18deg);
}

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

.c-button__label {
	background: #FFF;
	border: 2px solid #DB3838;
	border-radius: 37px;
	left: 50%;
	padding: 7px 24px 8px;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
}

.c-button__lead {
	color: #DB3838;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 100%;
}

.c-button__lead span {
	font-size: 16px;
}

.c-button__icon {
	transition: 0.3s;
	width: 42px;
}

.c-button__text {
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	line-height: 100%;
	transition: 0.3s;
}

.c-button__arrow {
	transition: 0.3s;
	width: 17px;
}

/* contact page */

.contact {
	background-color: #F6F5F3;
	background-image: url("../img/common/bg-dot.webp");
	background-repeat: repeat;
	background-size: 31px 31px;
	padding: 111px 0;
}

.contact__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.contact__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contact__lead {
	color: #DB3838;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
}

.contact__title {
	font-size: 64px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 140%;
}

.contact__desc {
	line-height: 200%;
	text-align: center;
}

.contact__form {
	margin-top: 16px;
	max-width: 800px;
	width: 100%;
}

/* contact-form */

.contact-form {
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 12px;
	padding: 40px 30px;
}

.contact-form__inner {
	align-items: center;
	color: #333333;
	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: #DB3838;
}

.contact-form__input {
	background: #F6F5F3;
	border: 1px solid #C8C7C5;
	border-radius: 8px;
	color: #333333;
	font-size: 16px;
	outline: none;
	padding: 10px 20px;
	transition: 0.2s;
}

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

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

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

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

.contact-form .contact-form__checkbox > .wpcf7-list-item {
	background: #F6F5F3;
	border: 1px solid #C8C7C5;
	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: #FFCD00;
}

.contact-form input[type=checkbox] {
	accent-color: #FFCD00;
	scale: 1.8;
	transition: 0.3s;
}

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

.contact-form .c-button {
	color: #fff;
	cursor: pointer;
}

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

.wpcf7-response-output {
	color: #333333;
	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: 14px 40px;
	width: 100%;
}

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

.header__actions {
	align-items: center;
	display: flex;
	gap: 12px;
}

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

.header__name {
	color: #DB3838;
	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__cta {
	display: none;
}

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

.header .c-button {
	flex-direction: row-reverse;
	font-size: 18px;
	gap: 12px;
	padding: 9px 29px;
	zoom: 0.8;
}

.header .c-button .c-button__label {
	display: none;
}

.header .c-button .c-button__arrow {
	display: none;
}

/* cta */

.cta {
	background: linear-gradient(180deg, #FFCD00 0%, #FFD527 100%);
	padding: 80px 0 63px 0;
	position: relative;
	z-index: 0;
}

.cta__parts {
	inset: 0;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}

.cta__deco {
	position: absolute;
}

.cta__deco.--01 {
	right: calc(50% + 482px);
	top: 5px;
	width: 492px;
}

.cta__deco.--02 {
	left: calc(50% + 440px);
	top: -69px;
	width: 524px;
}

.cta__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
}

.cta__heading-en {
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 1.28px;
	line-height: 160%;
	text-align: center;
}

.cta__heading-ja {
	font-size: 36px;
	font-weight: 700;
	line-height: 140%;
}

.cta__desc {
	font-size: 16px;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 60px;
	margin-top: 42px;
	text-align: center;
}

/* 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: #DB3838;
	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;
}

.page-top {
	align-items: center;
	aspect-ratio: 1/1;
	background: #DB3838;
	border-radius: 50%;
	bottom: 24px;
	box-shadow: 0px 4px 0 0 #9E2B2B;
	color: #FFF;
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	opacity: 1;
	pointer-events: auto;
	position: fixed;
	right: 24px;
	transform: translateY(0);
	transition: 0.3s ease;
	visibility: visible;
	width: 72px;
	z-index: 90;
}

.page-top:hover {
	box-shadow: none;
	transform: translateY(4px);
}

.page-top.is-hidden {
	opacity: 0;
	pointer-events: none;
	transform: translateY(12px);
	visibility: hidden;
}

.page-top__arrow {
	border-left: 2px solid currentColor;
	border-top: 2px solid currentColor;
	height: 12px;
	transform: rotate(45deg);
	width: 12px;
}

.page-top__text {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
}

.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-fade-in-up {
	opacity: 0;
	transform: translateY(20px);
}

.s-fade-in-up.s-in-view {
	animation: s-pop-up 0.56s cubic-bezier(0.22, 0.7, 0.2, 1) both;
	opacity: 1;
	transform: translateY(0);
}

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

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

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

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

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

.c-button {
	zoom: 0.9;
}

.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: #DB3838;
	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;
}

.header__cta {
	display: block;
}

}

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

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

.c-button {
	border-radius: 34px;
	gap: 14px;
	justify-content: center;
	max-width: 320px;
	padding: 16px 18px;
	width: 100%;
	zoom: 1;
}

.c-button__label {
	border-radius: 24px;
	border-width: 1px;
	padding: 6px 16px 7px;
}

.c-button__lead {
	font-size: 12px;
	letter-spacing: 0.4px;
}

.c-button__lead span {
	font-size: 14px;
}

.c-button__icon {
	flex-shrink: 0;
	width: 30px;
}

.c-button__icon img {
	display: block;
	height: auto;
	width: 100%;
}

.c-button__text {
	font-size: 16px;
}

.c-button__arrow {
	flex-shrink: 0;
	width: 13px;
}

.c-button__arrow img {
	display: block;
	height: auto;
	width: 100%;
}

.contact {
	padding: 72px 0;
}

.contact__inner {
	gap: 24px;
}

.contact__heading {
	gap: 6px;
}

.contact__lead {
	font-size: 16px;
}

.contact__title {
	font-size: 42px;
	letter-spacing: 1px;
}

.contact__desc {
	font-size: 14px;
	line-height: 180%;
	text-align: left;
}

.contact__form {
	margin-top: 8px;
}

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

.header__cta {
	display: none;
}

.cta {
	padding: 56px 0 48px;
}

.cta__parts {
	display: none;
}

.cta__inner {
	text-align: center;
}

.cta__heading {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.cta__heading-en {
	font-size: 14px;
	letter-spacing: 0.8px;
}

.cta__heading-ja {
	font-size: 28px;
}

.cta__desc {
	font-size: 15px;
	line-height: 170%;
	margin-bottom: 60px;
	margin-top: 24px;
}

.cta__desc br {
	display: none;
}

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

.page-top {
	bottom: 16px;
	gap: 6px;
	right: 16px;
	width: 60px;
}

.page-top__arrow {
	height: 10px;
	width: 10px;
}

.page-top__text {
	font-size: 10px;
	letter-spacing: 0.8px;
}

.s-sp {
	display: none;
}

.s-pc {
	display: block;
}

}

@keyframes s-pop-up {

0% {
	opacity: 0;
	transform: translateY(20px);
}

62% {
	opacity: 1;
	transform: translateY(-8px);
}

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

}

