@charset "UTF-8";
@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(-webkit-calc(2vw - 1px)) rotate(45deg);
		transform: translateY(calc(2vw - 1px)) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(-webkit-calc(2vw - 1px)) rotate(0);
		transform: translateY(calc(2vw - 1px)) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(-webkit-calc(2vw - 1px)) rotate(45deg);
		transform: translateY(calc(2vw - 1px)) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(-webkit-calc(2vw - 1px)) rotate(0);
		transform: translateY(calc(2vw - 1px)) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-webkit-calc(0px - (2vw - 1px))) rotate(-45deg);
		transform: translateY(calc(0px - (2vw - 1px))) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-webkit-calc(0px - (2vw - 1px))) rotate(0);
		transform: translateY(calc(0px - (2vw - 1px))) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-webkit-calc(0px - (2vw - 1px))) rotate(-45deg);
		transform: translateY(calc(0px - (2vw - 1px))) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-webkit-calc(0px - (2vw - 1px))) rotate(0);
		transform: translateY(calc(0px - (2vw - 1px))) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-webkit-calc(2vw - 1px)) rotate(0);
		transform: translateY(calc(2vw - 1px)) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-webkit-calc(2vw - 1px)) rotate(45deg);
		transform: translateY(calc(2vw - 1px)) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-webkit-calc(2vw - 1px)) rotate(0);
		transform: translateY(calc(2vw - 1px)) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-webkit-calc(2vw - 1px)) rotate(45deg);
		transform: translateY(calc(2vw - 1px)) rotate(45deg);
	}
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-webkit-calc(0px - (2vw - 1px))) rotate(0);
		transform: translateY(calc(0px - (2vw - 1px))) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-webkit-calc(0px - (2vw - 1px))) rotate(-45deg);
		transform: translateY(calc(0px - (2vw - 1px))) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-webkit-calc(0px - (2vw - 1px))) rotate(0);
		transform: translateY(calc(0px - (2vw - 1px))) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-webkit-calc(0px - (2vw - 1px))) rotate(-45deg);
		transform: translateY(calc(0px - (2vw - 1px))) rotate(-45deg);
	}
}
/*-----------------------------------------------------------
		font
-----------------------------------------------------------*/
/*-----------------------------------------------------------
		リセット
-----------------------------------------------------------*/
html {
	overflow-y: scroll;
}

fieldset, img {
	border: none;
	vertical-align: top;
}

ul, ol {
	list-style-type: none;
}

address, caption, cite, code, dfn, em, var {
	font-style: normal;
}

caption, th {
	text-align: left;
}

a {
	outline: none;
}

h1, h2, h3, h4, h5, h6,
html, body, div,
p, ul, ol, li, dl, dt, dd,
pre, blockquote,
form, fieldset, input, textarea,
table, th, td, figure {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------
		初期設定
-----------------------------------------------------------*/
:root {
	font-size: 0.52vw;
}
@media (max-width: 767px) {
	:root {
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		text-size-adjust: 100%;
		font-size: 1vw;
	}
}

body {
	color: #000;
	line-height: 1.5;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.8rem;
	word-wrap: break-word;
	overflow-wrap: anywhere;
	font-weight: 400;
}
@media (max-width: 995px) {
	body {
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 3.5vw;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

img {
	max-width: 100%;
}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

a {
	text-decoration: none;
	color: #000;
}
@media (min-width: 996px) {
	a:hover {
		color: #000;
		text-decoration: underline;
	}
	a:visited {
		color: #000;
	}
	a:active {
		text-decoration: none;
	}
}

q:before, q:after {
	content: '';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------------------------------------------------------
		フォームタグ設定
-----------------------------------------------------------*/
[type=text], [type=email], [type=tel], [type=password], [type=number], [type=search], [type=date], textarea, select {
	padding: 0.75em 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-radius: 1rem;
}

select {
	max-width: 100%;
	padding: 0.75em 3em 0.75em 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 1rem;
	background: #fff url("../img/arrow.svg") right center/auto 100% no-repeat;
}
select option {
	color: #000;
}

select::-ms-expand {
	display: none;
}

[type=text], [type=email], [type=tel], [type=password], [type=submit], [type=number], [type=search], [type=date], textarea, button {
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

[type=text]:focus, [type=email]:focus, [type=password]:focus, [type=number]:focus, [type=search]:focus, [type=date]:focus, textarea:focus {
	background: none;
	border: 1px solid #fff;
}

button {
	cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=checkbox] + label,
input[type=radio] + label,
[type=radio] + .mwform-radio-field-text,
[type=checkbox] + .mwform-checkbox-field-text {
	display: inline-block;
	position: relative;
	padding-left: 2em;
}
input[type=checkbox] + label:before, input[type=checkbox] + label:after,
input[type=radio] + label:before,
input[type=radio] + label:after,
[type=radio] + .mwform-radio-field-text:before,
[type=radio] + .mwform-radio-field-text:after,
[type=checkbox] + .mwform-checkbox-field-text:before,
[type=checkbox] + .mwform-checkbox-field-text:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0.5rem;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before,
[type=radio] + .mwform-radio-field-text:before,
[type=checkbox] + .mwform-checkbox-field-text:before {
	left: 0px;
	width: 1.25em;
	height: 1.25em;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}
input[type=checkbox] + label.single,
input[type=radio] + label.single,
[type=radio] + .mwform-radio-field-text.single,
[type=checkbox] + .mwform-checkbox-field-text.single {
	height: 1.25em;
	padding-left: 1.25em;
}

input[type=radio] + label:before, input[type=radio] + label:after,
[type=radio] + .mwform-radio-field-text:before,
[type=radio] + .mwform-radio-field-text:after {
	border-radius: 50%;
}

input[type=checkbox]:checked + label:after,
[type=checkbox]:checked + .mwform-checkbox-field-text:after {
	border-radius: 0.4rem;
}

input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after,
[type=checkbox]:checked + .mwform-checkbox-field-text:after,
[type=radio]:checked + .mwform-radio-field-text:after {
	left: 3px;
	width: -webkit-calc(1.25em - 6px);
	width: calc(1.25em - 6px);
	height: -webkit-calc(1.25em - 6px);
	height: calc(1.25em - 6px);
	background-color: #e50012;
}

/*-----------------------------------------------------------
		スクロールバー設定
-----------------------------------------------------------*/
:placeholder-shown {
	color: #BABABA;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #BABABA;
}

/* Firefox 18- */
:-moz-placeholder {
	color: #BABABA;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
	color: #BABABA;
	opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
	color: #BABABA;
}

@keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(-webkit-calc(2vw - 1px)) rotate(45deg);
		transform: translateY(calc(2vw - 1px)) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(-webkit-calc(2vw - 1px)) rotate(0);
		transform: translateY(calc(2vw - 1px)) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-webkit-calc(0px - (2vw - 1px))) rotate(-45deg);
		transform: translateY(calc(0px - (2vw - 1px))) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-webkit-calc(0px - (2vw - 1px))) rotate(0);
		transform: translateY(calc(0px - (2vw - 1px))) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-webkit-calc(2vw - 1px)) rotate(0);
		transform: translateY(calc(2vw - 1px)) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-webkit-calc(2vw - 1px)) rotate(45deg);
		transform: translateY(calc(2vw - 1px)) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-webkit-calc(0px - (2vw - 1px))) rotate(0);
		transform: translateY(calc(0px - (2vw - 1px))) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-webkit-calc(0px - (2vw - 1px))) rotate(-45deg);
		transform: translateY(calc(0px - (2vw - 1px))) rotate(-45deg);
	}
}
/*-----------------------------------------------------------
		基本レイアウト
-----------------------------------------------------------*/
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.wrap {
	position: relative;
	margin: 0px 8vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 1219px) {
	.wrap {
		margin: 0px 5vw;
	}
}

.linkbox {
	cursor: pointer;
}

.sp {
	display: none;
}
@media (max-width: 767px) {
	.sp {
		display: inherit;
	}
}

@media (max-width: 767px) {
	.spnone {
		display: none !important;
	}
}

.tb {
	display: none;
}
@media (max-width: 995px) {
	.tb {
		display: inherit;
	}
}

@media (max-width: 995px) {
	.tbnone {
		display: none !important;
	}
}

@media (max-width: 995px) {
	.pc {
		display: none !important;
	}
}

/*----------------------- header --------------------------*/
.subpage header .logo {
	background: url(../img/logo_b.svg) center/100% no-repeat;
}
.subpage header .logo a {
	display: block;
}
.subpage header .logo img {
	visibility: hidden;
}
.subpage header #gnav ul li a {
	color: #000;
}
@media (max-width: 767px) {
	.subpage header #gnav ul li a {
		color: #fff;
	}
}
.subpage header #gnav ul li a::before {
	background-color: #000;
}
.subpage header .menu span {
	background-color: #000;
}

header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3000;
	padding: 2.5rem 3rem;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 767px) {
	header {
		padding: 5vw;
	}
}
header .logo {
	width: 28rem;
}
@media (max-width: 767px) {
	header .logo {
		width: 32vw;
		position: relative;
		z-index: 4000;
	}
}
header #gnav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4rem;
}
@media (max-width: 767px) {
	header #gnav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: fixed;
		left: 100%;
		top: 0;
		bottom: 0;
		width: 100vw;
		padding: 10vw;
		background-color: #e50012;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: 0.6s;
		-o-transition: 0.6s;
		transition: 0.6s;
	}
	header #gnav.is-open {
		left: 0;
	}
}
header #gnav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 3em;
	font-weight: 700;
}
@media (max-width: 767px) {
	header #gnav ul {
		display: block;
		font-size: 5vw;
		text-align: center;
	}
}
header #gnav ul li a {
	display: block;
	position: relative;
	padding: 1em 0;
	color: #fff;
	text-decoration: none;
}
header #gnav ul li a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0;
	height: 2px;
	background-color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (min-width: 996px) {
	header #gnav ul li a:hover::before {
		right: 0;
	}
}
header #gnav .cbtn a, header #gnav .obtn a {
	display: block;
	width: 10.6em;
	padding: 0.75em 0px;
	border-radius: 2em;
	background-color: #e50012;
	border: 1px solid #e50012;
	font-size: 2.2rem;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 767px) {
	header #gnav .cbtn a, header #gnav .obtn a {
		margin: 7.5vw auto 0;
		background-color: #fff;
		color: #e50012;
		font-size: 4.25vw;
	}
}
@media (min-width: 996px) {
	header #gnav .cbtn a:hover, header #gnav .obtn a:hover {
		background-color: #fff;
		color: #e50012;
	}
}
header #gnav .obtn a {
	width: 13.6em;
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}
@media (min-width: 996px) {
	header #gnav .obtn a:hover {
		color: #000;
	}
}
header .menu {
	position: absolute;
	right: 5vw;
	top: 6vw;
	z-index: 4000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 6vw;
	height: 4vw;
	cursor: pointer;
	display: none;
}
header .menu span {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, -webkit-transform 0.5s;
	-o-transition: transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
header .menu span span:nth-of-type(1) {
	top: 0px;
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
header .menu span span:nth-of-type(2) {
	top: -webkit-calc(50% - 1px);
	top: calc(50% - 1px);
	-webkit-transition: all .25s .25s;
	-o-transition: all .25s .25s;
	transition: all .25s .25s;
	opacity: 1;
}
header .menu span span:nth-of-type(3) {
	bottom: 0px;
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}
header .menu.active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
header .menu.active span:nth-of-type(2) {
	opacity: 0;
}
header .menu.active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}
@media (max-width: 767px) {
	header .menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

/*----------------------- content --------------------------*/
.noitem {
	padding: 150px 0px;
	font-size: 1.6rem;
	text-align: center;
}
@media (max-width: 767px) {
	.noitem {
		font-size: 4vw;
	}
}

/*----------------------- footer --------------------------*/
footer {
	margin-top: -1px;
	padding: 0 0 2em;
	background-color: #ecebea;
}
footer .copy {
	text-align: center;
	font-size: 2.6rem;
}
@media (max-width: 767px) {
	footer .copy {
		font-size: 3vw;
	}
}

@keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(-webkit-calc(2vw - 1px)) rotate(45deg);
		transform: translateY(calc(2vw - 1px)) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(-webkit-calc(2vw - 1px)) rotate(0);
		transform: translateY(calc(2vw - 1px)) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-webkit-calc(0px - (2vw - 1px))) rotate(-45deg);
		transform: translateY(calc(0px - (2vw - 1px))) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-webkit-calc(0px - (2vw - 1px))) rotate(0);
		transform: translateY(calc(0px - (2vw - 1px))) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-webkit-calc(2vw - 1px)) rotate(0);
		transform: translateY(calc(2vw - 1px)) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-webkit-calc(2vw - 1px)) rotate(45deg);
		transform: translateY(calc(2vw - 1px)) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-webkit-calc(0px - (2vw - 1px))) rotate(0);
		transform: translateY(calc(0px - (2vw - 1px))) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-webkit-calc(0px - (2vw - 1px))) rotate(-45deg);
		transform: translateY(calc(0px - (2vw - 1px))) rotate(-45deg);
	}
}
/*-----------------------------------------------------------
	index
-----------------------------------------------------------*/
#loading {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	z-index: 4000;
	background: #e50012;
}
#loading #loadingbar {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90vw;
	height: 2px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@-webkit-keyframes scrolldown {
	0% {
		top: 5rem;
		height: 16rem;
	}
	50% {
		top: 21rem;
		height: 0;
	}
	51% {
		top: 5rem;
		height: 0;
	}
	100% {
		top: 5rem;
		height: 16rem;
	}
}

@keyframes scrolldown {
	0% {
		top: 5rem;
		height: 16rem;
	}
	50% {
		top: 21rem;
		height: 0;
	}
	51% {
		top: 5rem;
		height: 0;
	}
	100% {
		top: 5rem;
		height: 16rem;
	}
}
.main {
	position: relative;
	height: 100vh;
	min-height: 90rem;
}
@media (max-width: 995px) {
	.main {
		height: 80vw;
		min-height: 0;
	}
}
@media (max-width: 767px) {
	.main {
		height: 100dvh;
	}
}
.main .bgbox {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.main .bgbox .swiper {
	height: 100%;
}
.main .bgbox .bg01, .main .bgbox .bg02 {
	background: center / cover no-repeat;
}
.main .bgbox .bg01 {
	background-image: url(../img/main1.webp);
}
.main .bgbox .bg02 {
	background-image: url(../img/main1.webp);
}
.main .bgbox .swiper-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0 2rem;
	left: 5vw;
	top: auto;
	right: auto;
	bottom: 20%;
	width: auto;
	margin: 0;
}
.main .bgbox .swiper-pagination .swiper-pagination-bullet {
	width: 2.5rem;
	height: 2.5rem;
	margin: 0;
	opacity: 1;
	background-color: #fff;
}
.main .bgbox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #e50012;
}
.main .catch {
	position: absolute;
	left: 5vw;
	top: 50%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 92rem;
	z-index: 10;
}
@media (max-width: 767px) {
	.main .catch {
		width: 90vw;
		-webkit-transform: translateY(-140%);
		-ms-transform: translateY(-140%);
		transform: translateY(-140%);
	}
}
.main .title {
	position: absolute;
	right: 5vw;
	bottom: 20%;
	width: 69rem;
	z-index: 10;
}
@media (max-width: 767px) {
	.main .title {
		bottom: auto;
		top: 50%;
		width: 90vw;
	}
}
.main .scroll {
	position: absolute;
	left: 50%;
	bottom: 7rem;
	z-index: 100;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media (max-width: 767px) {
	.main .scroll {
		bottom: 12vw;
		font-size: 2.5vw;
	}
}
.main .scroll a {
	color: #fff;
}
.main .scroll::before {
	content: "";
	display: block;
	position: absolute;
	top: 5rem;
	left: 50%;
	height: 16rem;
	width: 1px;
	background-color: #fff;
	-webkit-animation: scrolldown 1.6s infinite;
	animation: scrolldown 1.6s infinite;
}

#problems {
	padding: 17rem 0 0;
	overflow: hidden;
}
#problems .titlebox {
	position: relative;
	padding-left: 24rem;
}
@media (max-width: 767px) {
	#problems .titlebox {
		padding-left: 20vw;
	}
}
#problems .titlebox::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	transform: translateY(-60%);
	width: 18rem;
	aspect-ratio: 37 / 48;
	background: url(../img/icon.webp) center/100% no-repeat;
}
@media (max-width: 767px) {
	#problems .titlebox::before {
		width: 16vw;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
#problems .titlebox .sub {
	font-size: 4.3rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	#problems .titlebox .sub {
		font-size: 3.75vw;
	}
}
#problems .titlebox h2 {
	font-size: 5.9rem;
}
@media (max-width: 767px) {
	#problems .titlebox h2 {
		font-size: 5.25vw;
	}
}
#problems .inbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-top: 6rem;
}
@media (max-width: 767px) {
	#problems .inbox {
		display: block;
	}
}
#problems .inbox::before {
	content: "";
	display: block;
	position: absolute;
	left: -8vw;
	top: 0;
	bottom: 0;
	z-index: -1;
	width: 64vw;
	background: url(../img/bg_arrow.svg) right center/auto 100% no-repeat;
}
@media (max-width: 767px) {
	#problems .inbox::before {
		display: none;
	}
}
#problems .inbox ul {
	width: 65%;
	font-size: 6rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	#problems .inbox ul {
		width: auto;
		margin: 0 -5vw;
		padding: 5vw 5vw 20vw;
		font-size: 5.5vw;
		background: url(../img/bg_arrow_sp.svg) center bottom/100% auto no-repeat;
	}
}
#problems .inbox ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 767px) {
	#problems .inbox ul li + li {
		margin-top: 0.25em;
	}
}
#problems .inbox ul li .num {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1.5em;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #e50012;
	font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 0.75em;
	color: #fff;
}
#problems .inbox ul li .text {
	display: block;
	width: -webkit-calc(100% - 1.5em);
	width: calc(100% - 1.5em);
}
#problems .inbox ul li .red {
	color: #e50012;
}
#problems .inbox .catch {
	width: 35%;
}
@media (max-width: 767px) {
	#problems .inbox .catch {
		width: auto;
		margin-top: -10vw;
	}
}
#problems .inbox .catch .label {
	font-size: 5.6rem;
	font-weight: 700;
	text-align: center;
}
#problems .inbox .catch figure {
	width: 82%;
	margin: 3rem auto 0;
}
@media (max-width: 767px) {
	#problems .inbox .catch figure {
		width: 50vw;
	}
}

#howto {
	padding: 12rem 0 0;
}
@media (max-width: 767px) {
	#howto {
		padding-top: 20vw;
	}
}
#howto .titlebox {
	font-size: 6rem;
}
@media (max-width: 767px) {
	#howto .titlebox {
		font-size: 5.5vw;
	}
}
#howto .titlebox .catch {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	line-height: 1;
}
#howto .titlebox .catch img {
	width: 7.6em;
	margin-right: 0.25em;
}
#howto .titlebox h2 {
	margin-top: 0.25em;
	text-align: center;
}
#howto .inbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 8rem;
}
@media (max-width: 767px) {
	#howto .inbox {
		display: block;
	}
}
#howto .inbox .textbox .title {
	font-size: 4.8rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	#howto .inbox .textbox .title {
		text-align: center;
	}
}
#howto .inbox .textbox .title::after {
	content: "";
	display: block;
	width: 15em;
	margin-top: 0.5em;
	aspect-ratio: 730 / 174;
	background: url(../img/title_b.svg) center/100% no-repeat;
}
@media (max-width: 767px) {
	#howto .inbox .textbox .title::after {
		margin: 0.5em auto 0;
	}
}
#howto .inbox .textbox .read {
	margin-top: 0.75em;
	font-size: 5.4rem;
	font-weight: 700;
	line-height: 1.35;
}
@media (max-width: 767px) {
	#howto .inbox .textbox .read {
		text-align: center;
	}
}
#howto .inbox .textbox .text {
	margin-top: 1.5em;
	font-size: 3rem;
	line-height: 2;
	font-weight: 500;
}
@media (max-width: 767px) {
	#howto .inbox .textbox .text {
		font-size: 3.75vw;
	}
}
#howto .inbox .images {
	margin-right: -8vw;
	width: 44vw;
}
@media (max-width: 1219px) {
	#howto .inbox .images {
		margin-right: -5vw;
	}
}
@media (max-width: 767px) {
	#howto .inbox .images {
		width: auto;
		margin: 10vw -5vw;
	}
}
#howto .inbox .images figure {
	position: relative;
}
#howto .inbox .images figure figcaption {
	position: absolute;
	right: 5rem;
	bottom: 4rem;
	font-size: 4rem;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}

#reason {
	position: relative;
	padding: 16rem 0 0;
}
@media (max-width: 767px) {
	#reason {
		overflow: hidden;
	}
	#reason::before {
		content: "";
		display: block;
		position: absolute;
		right: -2rem;
		top: 0;
		width: 36vw;
		aspect-ratio: 71 / 84;
		background: url(../img/mark2.svg) center/100% no-repeat;
	}
}
#reason h2 {
	font-size: 3.9rem;
	line-height: 1;
}
@media (max-width: 767px) {
	#reason h2 {
		font-size: 3.5vw;
	}
}
#reason h2 span {
	margin-right: 0.25em;
	font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #e50012;
	font-size: 3.6em;
}
@media (max-width: 767px) {
	#reason h2 span {
		display: block;
	}
}
#reason .inbox {
	position: relative;
	overflow: hidden;
	margin-top: 6rem;
	padding-left: 24.5vw;
}
@media (max-width: 767px) {
	#reason .inbox {
		padding-left: 5vw;
	}
}
#reason .inbox::before {
	content: "";
	display: block;
	position: absolute;
	left: -2rem;
	top: 0;
	width: 37vw;
	aspect-ratio: 71 / 84;
	background: url(../img/mark2.svg) center/100% no-repeat;
}
@media (max-width: 767px) {
	#reason .inbox::before {
		display: none;
	}
}
@media (max-width: 767px) {
	#reason .items {
		padding-right: 5vw;
	}
}
#reason .items .item {
	width: 57rem;
	height: auto;
	background-color: #fff;
}
@media (max-width: 767px) {
	#reason .items .item {
		width: 70vw;
	}
}
#reason .items .item figure {
	position: relative;
}
#reason .items .item figure figcaption {
	position: absolute;
	left: 4rem;
	bottom: 2rem;
	line-height: 1;
	color: #e50012;
	font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 10.4rem;
	font-weight: 700;
}
#reason .items .item .textbox {
	padding: 3.5rem;
}
#reason .items .item .textbox h3 {
	color: #e50012;
	font-size: 4.1rem;
}
@media (max-width: 767px) {
	#reason .items .item .textbox h3 {
		font-size: 4.5vw;
	}
}
#reason .items .item .textbox .text {
	margin-top: 0.75em;
	font-size: 2.3rem;
	line-height: 2;
}
@media (max-width: 767px) {
	#reason .items .item .textbox .text {
		font-size: 3.5vw;
	}
}
#reason .items .swiper-scrollbar {
	background-color: transparent;
}
#reason .items .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #e50012;
	height: 1rem;
	border-radius: 0;
}

#works {
	padding-bottom: 16rem;
	position: relative;
	overflow: hidden;
}
#works::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	height: 100rem;
	background-color: #ecebea;
}
@media (max-width: 767px) {
	#works::before {
		height: auto;
		top: 80vw;
	}
}
#works .wrap {
	position: relative;
	padding: 10rem 0 0;
}
#works .wrap::before {
	content: "Customer’s File";
	position: absolute;
	right: -1.05em;
	top: 75%;
	z-index: -1;
	color: #e50012;
	font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 20.6rem;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	font-weight: 700;
	letter-spacing: -0.05em;
	white-space: nowrap;
}
@media (max-width: 767px) {
	#works .wrap::before {
		display: none;
	}
}
#works h2 {
	font-size: 3.9rem;
}
@media (max-width: 767px) {
	#works h2 {
		font-size: 4.25vw;
	}
}
#works .title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 5.5rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	#works .title {
		display: block;
		margin-top: 1em;
		text-align: center;
	}
}
#works .title span {
	margin-right: 1em;
}
@media (max-width: 767px) {
	#works .title span {
		margin: 0;
	}
}
#works .title img {
	width: 67rem;
}
@media (max-width: 767px) {
	#works .title img {
		margin-top: 0.5em;
	}
}
#works .items {
	margin-top: 6rem;
}
@media (max-width: 767px) {
	#works .items {
		margin: 7.5vw -5vw 0;
	}
}
#works .items .item .titlebox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 4rem;
}
@media (max-width: 767px) {
	#works .items .item .titlebox {
		display: block;
		padding: 0 5vw;
	}
}
#works .items .item .titlebox .labels {
	width: 20rem;
	font-weight: 700;
	text-align: center;
}
@media (max-width: 767px) {
	#works .items .item .titlebox .labels {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: auto;
		line-height: 1.1;
	}
}
#works .items .item .titlebox .labels .cat {
	font-size: 2.7rem;
}
@media (max-width: 767px) {
	#works .items .item .titlebox .labels .cat {
		font-size: 4vw;
	}
}
#works .items .item .titlebox .labels .type {
	margin-top: 0.25em;
	padding-top: 0.1em;
	border-top: 1px solid #bfbbba;
	font-size: 3.6rem;
}
@media (max-width: 767px) {
	#works .items .item .titlebox .labels .type {
		margin: 0 0 0 0.5em;
		padding: 0 0 0 0.5em;
		border-top: none;
		border-left: 1px solid #bfbbba;
		font-size: 4vw;
	}
}
#works .items .item .titlebox h3 {
	width: -webkit-calc(100% - 23rem);
	width: calc(100% - 23rem);
	line-height: 1.2;
	font-size: 5.6rem;
}
@media (max-width: 767px) {
	#works .items .item .titlebox h3 {
		width: auto;
		margin-top: 0.5em;
	}
}
#works .items .item .text {
	margin-top: 1em;
	font-size: 2.6rem;
	line-height: 1.9;
}
@media (max-width: 767px) {
	#works .items .item .text {
		margin: 1em 5vw 0;
		font-size: 3.5vw;
	}
}
#works .items .swiper-pagination {
	position: static;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0 3rem;
	margin-top: 4rem;
}
#works .items .swiper-pagination .swiper-pagination-bullet {
	width: 3rem;
	height: 3rem;
	margin: 0;
	opacity: 1;
	background-color: #fff;
}
#works .items .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #e50012;
}

#faq {
	padding: 16rem 0 0;
}
#faq h2 {
	font-size: 7rem;
	text-align: center;
	color: #e50012;
}
#faq .sub {
	margin-top: 1.5em;
	font-size: 2.6rem;
	text-align: center;
}
@media (max-width: 767px) {
	#faq .sub {
		font-size: 3.5vw;
	}
}
#faq dl {
	margin-top: 9rem;
	padding-bottom: 2.5em;
	border-bottom: 1px solid #e50012;
}
@media (max-width: 767px) {
	#faq dl {
		padding-bottom: 1.5em;
	}
}
#faq dl dt, #faq dl dd {
	font-size: 3.4rem;
}
@media (max-width: 767px) {
	#faq dl dt, #faq dl dd {
		font-size: 3.75vw;
	}
}
#faq dl dt {
	position: relative;
	margin-top: 1.5em;
	padding: 1.5em 3em 0 16rem;
	border-top: 1px solid #e50012;
	cursor: pointer;
}
@media (max-width: 767px) {
	#faq dl dt {
		padding-left: 12vw;
	}
}
#faq dl dt::before {
	content: "Q.";
	position: absolute;
	left: 6rem;
	top: 0.35em;
	color: #e50012;
	font-size: 2.4em;
	font-weight: 700;
	font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1;
}
@media (max-width: 767px) {
	#faq dl dt::before {
		left: 0;
	}
}
#faq dl dt .plus {
	position: absolute;
	right: 0;
	top: 1.75em;
	width: 1.15em;
	aspect-ratio: 1 / 1;
}
#faq dl dt .plus::before, #faq dl dt .plus::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #e50012;
}
#faq dl dt .plus::before {
	width: 100%;
	height: 1px;
}
#faq dl dt .plus::after {
	width: 1px;
	height: 100%;
}
#faq dl dt.is-open .plus::after {
	display: none;
}
#faq dl dd {
	display: none;
	position: relative;
	margin-top: 1em;
	margin-left: 16rem;
	padding: 0.75em 1em 1em 12rem;
	border-radius: 1rem;
	background-color: #ecebea;
	line-height: 2;
}
@media (max-width: 767px) {
	#faq dl dd {
		margin-left: 0;
	}
}
#faq dl dd::before {
	content: "A.";
	position: absolute;
	left: 4rem;
	top: 0.5em;
	color: #e50012;
	font-size: 1.65em;
	font-weight: 700;
	font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1;
}
#faq dl dd.is-open {
	display: block;
}

.contact {
	margin-top: 16rem;
	padding: 15rem 0px;
	background-color: #ecebea;
}
.contact .pagename {
	font-weight: 400;
	font-size: 8.2rem;
	font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 700;
	color: #e50012;
}
@media (max-width: 767px) {
	.contact .pagename {
		font-size: 7vw;
	}
}
.contact .textbox {
	margin-top: 16rem;
}
.contact .textbox .catch {
	font-size: 7rem;
	text-align: center;
	font-weight: 700;
	color: #e50012;
}
@media (max-width: 767px) {
	.contact .textbox .catch {
		font-size: 6vw;
	}
}
.contact .textbox .logo {
	width: 85rem;
	margin: 3rem auto 0;
}
@media (max-width: 767px) {
	.contact .textbox .logo {
		width: 70vw;
	}
}
.contact .textbox .read {
	margin-top: 0.75em;
	font-size: 5.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.8;
}
@media (max-width: 767px) {
	.contact .textbox .read {
		font-size: 5.5vw;
	}
}
.contact .textbox .read img {
	width: 4.9em;
	margin-right: 0.2em;
	margin-top: -0.2em;
	vertical-align: middle;
}
.contact .textbox .inbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 6rem;
}
@media (max-width: 767px) {
	.contact .textbox .inbox {
		display: block;
	}
}
.contact .textbox .inbox .text {
	width: 60%;
	font-size: 2.6rem;
	line-height: 2;
}
@media (max-width: 767px) {
	.contact .textbox .inbox .text {
		width: auto;
		font-size: 3.5vw;
	}
}
.contact .textbox .inbox .telbox {
	color: #e50012;
	line-height: 1.2;
}
@media (max-width: 767px) {
	.contact .textbox .inbox .telbox {
		margin-top: 5vw;
	}
}
.contact .textbox .inbox .telbox .label {
	font-size: 3rem;
	font-weight: 600;
}
@media (max-width: 767px) {
	.contact .textbox .inbox .telbox .label {
		font-size: 4vw;
	}
}
.contact .textbox .inbox .telbox .tel {
	font-size: 4rem;
	font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 700;
}
@media (max-width: 767px) {
	.contact .textbox .inbox .telbox .tel {
		font-size: 5vw;
	}
}
.contact .textbox .inbox .telbox .tel a {
	margin-left: 0.15em;
	color: #e50012;
	font-size: 2em;
}
@media (min-width: 996px) {
	.contact .textbox .inbox .telbox .tel a {
		pointer-events: none;
	}
}
.contact .form {
	margin-top: 10rem;
	font-size: 2.6rem;
}
@media (max-width: 767px) {
	.contact .form {
		font-size: 3.5vw;
	}
}
.contact .form .title01 {
	margin-bottom: 0.5em;
	font-size: 4.6rem;
}
@media (max-width: 767px) {
	.contact .form .title01 {
		font-size: 5vw;
	}
}
.contact .form .title02 {
	margin-top: 2em;
	margin-bottom: 0.75em;
	font-size: 3rem;
	font-weight: 500;
}
@media (max-width: 767px) {
	.contact .form .title02 {
		font-size: 4vw;
	}
}
.contact .form select, .contact .form textarea {
	font-size: 2.6rem;
}
@media (max-width: 767px) {
	.contact .form select, .contact .form textarea {
		font-size: 3.75vw;
	}
}
.contact .form .kind {
	margin-bottom: 5rem;
}
.contact .form .textarea textarea {
	width: 100%;
	height: 16em;
	background-color: #fff;
}
.contact .form .p-country-name {
	display: none;
}
.contact .form .error {
	display: block;
	margin-top: 0.75em;
	color: #e50012;
}
.contact .form table {
	width: 100%;
	font-size: 2rem;
	border-top: 1px solid #215124;
}
@media (max-width: 767px) {
	.contact .form table {
		font-size: 3.5vw;
	}
}
.contact .form table th, .contact .form table td {
	padding: 0.75em 0px;
	border-bottom: 1px solid #215124;
}
@media (max-width: 767px) {
	.contact .form table th, .contact .form table td {
		display: block;
	}
}
.contact .form table th {
	width: 14em;
	font-weight: 500;
}
@media (max-width: 767px) {
	.contact .form table th {
		width: auto;
		padding-bottom: 0px;
		border-bottom: none;
	}
}
.contact .form table input.middle {
	width: 20em;
}
.contact .form table input.long {
	width: 100%;
}
.contact .form table .mt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 0.75em;
}
.contact .form table .mt .label {
	display: block;
	width: 5em;
}
.contact .form table .mt input {
	max-width: -webkit-calc(100% - 5em);
	max-width: calc(100% - 5em);
}
@media (max-width: 767px) {
	.contact .form table .mt input.long {
		max-width: none;
	}
}
.contact .form table .border {
	padding-top: 0.75em;
	border-top: 1px solid #215124;
}
.contact .privacy {
	margin-top: 1.5em;
	text-align: center;
	line-height: 3;
}
.contact .privacy a {
	text-decoration: underline;
}
.contact .send {
	margin-top: 1.5em;
	text-align: center;
}
@media (max-width: 995px) {
	.contact .send {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.contact .send input, .contact .send button, .contact .send a {
	display: inline-block;
	position: relative;
	background: none;
	cursor: pointer;
	width: 16.5em;
	padding: 1.25em 0px;
	border: 1px solid #e50012;
	background-color: #e50012;
	border-radius: 2em;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #fff;
}
@media (min-width: 996px) {
	.contact .send input:hover, .contact .send button:hover, .contact .send a:hover {
		color: #e50012;
		background-color: #FFF;
	}
}
@media (max-width: 767px) {
	.contact .send input, .contact .send button, .contact .send a {
		width: 100%;
		font-size: 4vw;
	}
}
.contact .send input[name=submitBack], .contact .send button[name=submitBack], .contact .send a[name=submitBack] {
	width: 9em;
	margin-right: 1em;
	background-color: #ecebea;
	border-color: #e5e5e5;
	color: #000;
}
.contact .send input[name=submitBack] + button, .contact .send button[name=submitBack] + button, .contact .send a[name=submitBack] + button {
	width: 16.5em;
}
.contact .mw_wp_form_confirm .label {
	display: none;
}
.contact .mw_wp_form_confirm .privacy {
	display: none;
}
.contact .mw_wp_form_confirm .confirmnone {
	display: none !important;
}
.contact .complete {
	text-align: center;
}
@media (max-width: 767px) {
	.contact .complete {
		padding: 25vw 5vw 0px;
	}
}
.contact .complete h2 {
	padding: 9em 0px 1em;
	font-size: 4rem;
}
@media (max-width: 767px) {
	.contact .complete h2 {
		font-size: 6vw;
		padding-top: 0px;
	}
}
.contact .complete .text {
	margin-bottom: 3em;
	line-height: 2.5;
	text-align: center;
}

#privacy #detail {
	padding: 20rem 0 0;
}
@media (max-width: 767px) {
	#privacy #detail {
		padding-top: 30vw;
	}
}
#privacy #detail h1 {
	font-size: 7rem;
	text-align: center;
	color: #e50012;
}
#privacy #detail .read {
	margin-top: 1.5em;
	font-size: 2.6rem;
}
@media (max-width: 767px) {
	#privacy #detail .read {
		font-size: 3.5vw;
	}
}
#privacy #detail dl dt {
	margin-top: 2em;
	color: #e50012;
	font-size: 2.6rem;
}
@media (max-width: 767px) {
	#privacy #detail dl dt {
		font-size: 3.5vw;
	}
}
#privacy #detail dl dd {
	margin-top: 0.5em;
	font-size: 2.2rem;
	line-height: 2;
}
@media (max-width: 767px) {
	#privacy #detail dl dd {
		font-size: 3.25vw;
	}
}
#privacy + footer {
	margin-top: 15rem;
	background-color: transparent;
}



/*# sourceMappingURL=style.css.map */
