:root {
	--color-white: #FFFFFF;
	--color-black: #000000;
	--color-main: #E95513;
	--color-bg: #E4EAEF;
	--color-border: #E95513;
	--color-form: #FFFFFF;
	--color-placeholder: #CECECE;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

a {
	background-color: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

ins {
	text-decoration: none;
}

mark {
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

hr {
	border: 0;
	border-top: 1px solid #000000;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

img {
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	max-width: 100%;
}

* {
	box-sizing: border-box !important;
	font-size: 1.4rem;
}

html {
	font-size: 62.5%;
}
html.is-open {
	overflow: hidden;
}

body {
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
	background-color: var(--color-white);
	color: var(--color-black);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-style: normal;
	overflow-x: hidden;
	width: 100%;
}
body * {
	letter-spacing: 0.02em;
}

a {
	color: var(--color-black);
	text-decoration: none;
	transition: 0.3s;
}
a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	a:hover {
		opacity: 1;
	}
}

input[type=submit],
input[type=button],
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=reset],
select,
button,
textarea {
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
select::-webkit-search-decoration,
button::-webkit-search-decoration,
textarea::-webkit-search-decoration {
	display: none;
}
input[type=submit]:focus,
input[type=button]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=reset]:focus,
select:focus,
button:focus,
textarea:focus {
	outline-offset: -2px;
}

.is-pc {
	display: block;
}
@media screen and (max-width: 767px) {
	.is-pc {
		display: none;
	}
}
.is-pc--inline {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.is-pc--inline {
		display: none;
	}
}

.is-sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.is-sp {
		display: block;
	}
}
.is-sp--inline {
	display: none;
}
@media screen and (max-width: 767px) {
	.is-sp--inline {
		display: inline-block;
	}
}

.swiper-button-prev,
.swiper-button-next {
	height: 30px;
	width: 30px;
}
@media screen and (max-width: 1039px) {
	.swiper-button-prev,
	.swiper-button-next {
		height: calc(30 / 1040 * 100vw);
		width: calc(30 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.swiper-button-prev,
	.swiper-button-next {
		height: calc(30 / 375 * 100vw);
		width: calc(30 / 375 * 100vw);
	}
}
.swiper-button-prev:after,
.swiper-button-next:after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}

.swiper-button-prev {
	left: 0;
}
.swiper-button-prev:after {
	background-image: url(../images/icon_prev.svg);
}

.swiper-button-next {
	right: 0;
}
.swiper-button-next:after {
	background-image: url(../images/icon_next.svg);
}

.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	background: var(--color-white);
	height: 15px;
	margin: 0 10px;
	opacity: 1;
	width: 15px;
}
@media screen and (max-width: 1039px) {
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		height: calc(15 / 1040 * 100vw);
		margin: 0 calc(10 / 1040 * 100vw);
		width: calc(15 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		height: calc(12 / 375 * 100vw);
		margin: 0 calc(10 / 375 * 100vw);
		width: calc(12 / 375 * 100vw);
	}
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: var(--color-main);
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(10px);
		@media screen and (max-width: 1039px) {
			transform: translateY(calc(10 / 1040 * 100vw));
		}
		@media screen and (max-width: 767px) {
			transform: translateY(calc(10 / 375 * 100vw));
		}
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(10px);
		@media screen and (max-width: 1039px) {
			transform: translateY(calc(10 / 1040 * 100vw));
		}
		@media screen and (max-width: 767px) {
			transform: translateY(calc(10 / 375 * 100vw));
		}
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes loop {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes loop {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@-webkit-keyframes loop2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}
@keyframes loop2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}
@-webkit-keyframes popup {
	0% {
		opacity: 0;
		transform: translateY(40px) scale(0.8);
	}
	100% {
		transform: translateY(0) scale(1);
	}
	80%, 100% {
		opacity: 1;
	}
}
@keyframes popup {
	0% {
		opacity: 0;
		transform: translateY(40px) scale(0.8);
	}
	100% {
		transform: translateY(0) scale(1);
	}
	80%, 100% {
		opacity: 1;
	}
}
@-webkit-keyframes fuwafuwa {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
}
@keyframes fuwafuwa {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
}
.lity-close,
.lity-close:hover {
	display: none !important;
}

/* barlow-300 - latin */
@font-face {
	font-family: "Barlow";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/barlow-v12-latin-300.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../fonts/barlow-v12-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/barlow-v12-latin-300.woff2") format("woff2"), url("../fonts/barlow-v12-latin-300.woff") format("woff"), url("../fonts/barlow-v12-latin-300.ttf") format("truetype"), url("../fonts/barlow-v12-latin-300.svg#Barlow") format("svg");
	/* Legacy iOS */
}
/* barlow-regular - latin */
@font-face {
	font-family: "Barlow";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/barlow-v12-latin-regular.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../fonts/barlow-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/barlow-v12-latin-regular.woff2") format("woff2"), url("../fonts/barlow-v12-latin-regular.woff") format("woff"), url("../fonts/barlow-v12-latin-regular.ttf") format("truetype"), url("../fonts/barlow-v12-latin-regular.svg#Barlow") format("svg");
	/* Legacy iOS */
}
/* barlow-700 - latin */
@font-face {
	font-family: "Barlow";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/barlow-v12-latin-700.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../fonts/barlow-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/barlow-v12-latin-700.woff2") format("woff2"), url("../fonts/barlow-v12-latin-700.woff") format("woff"), url("../fonts/barlow-v12-latin-700.ttf") format("truetype"), url("../fonts/barlow-v12-latin-700.svg#Barlow") format("svg");
	/* Legacy iOS */
}
/* noto-sans-jp-regular - latin_japanese */
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/noto-sans-jp-v42-latin_japanese-regular.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../fonts/noto-sans-jp-v42-latin_japanese-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-sans-jp-v42-latin_japanese-regular.woff2") format("woff2"), url("../fonts/noto-sans-jp-v42-latin_japanese-regular.woff") format("woff"), url("../fonts/noto-sans-jp-v42-latin_japanese-regular.ttf") format("truetype"), url("../fonts/noto-sans-jp-v42-latin_japanese-regular.svg#NotoSansJP") format("svg");
	/* Legacy iOS */
}
/* noto-sans-jp-700 - latin_japanese */
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/noto-sans-jp-v42-latin_japanese-700.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../fonts/noto-sans-jp-v42-latin_japanese-700.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-sans-jp-v42-latin_japanese-700.woff2") format("woff2"), url("../fonts/noto-sans-jp-v42-latin_japanese-700.woff") format("woff"), url("../fonts/noto-sans-jp-v42-latin_japanese-700.ttf") format("truetype"), url("../fonts/noto-sans-jp-v42-latin_japanese-700.svg#NotoSansJP") format("svg");
	/* Legacy iOS */
}
.l-container {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1040px;
}
@media screen and (max-width: 1039px) {
	.l-container {
		padding-left: calc(20 / 1040 * 100vw);
		padding-right: calc(20 / 1040 * 100vw);
		width: calc(1040 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.l-container {
		padding-left: calc(20 / 375 * 100vw);
		padding-right: calc(20 / 375 * 100vw);
		width: 100%;
	}
}

.c-sectionTitle {
	margin-bottom: 60px;
}
@media screen and (max-width: 1039px) {
	.c-sectionTitle {
		margin-bottom: calc(60 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-sectionTitle {
		margin-bottom: calc(40 / 375 * 100vw);
		margin-left: calc(-20 / 375 * 100vw);
		margin-right: calc(-20 / 375 * 100vw);
		padding-bottom: calc(35 / 375 * 100vw);
		position: relative;
	}
}
.c-sectionTitle__titleEn {
	color: var(--color-main);
	font-family: "Barlow", sans-serif;
	font-size: 8.5rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 30px;
	text-align: center;
}

@media screen and (max-width: 1039px) {
	.c-sectionTitle__titleEn {
		font-size: calc(85 / 1040 * 100vw);
		margin-bottom: calc(30 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-sectionTitle__titleEn {
		bottom: 0;
		font-size: calc(22 / 375 * 100vw);
		left: 0;
		margin: 0 auto;
		margin-bottom: 0;
		position: absolute;
		right: 0;
	}
}
.c-sectionTitle__titleJa {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 1039px) {
	.c-sectionTitle__titleJa {
		font-size: calc(30 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-sectionTitle__titleJa {
		font-size: calc(35 / 375 * 100vw);
		line-height: calc(45 / 375 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-sectionTitle__titleJa span {
		display: inline-block;
		font-size: 50%;
		transform: translateY(calc(-5 / 375 * 100vw));
	}
}

.c-form {
	padding-bottom: 16px;
	position: relative;
}
@media screen and (max-width: 1039px) {
	.c-form {
		padding-bottom: calc(16 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-form {
		padding-bottom: 0;
	}
}
.c-form__block {
	position: relative;
}
.c-form__block + .c-form__block {
	margin-top: 20px;
}
@media screen and (max-width: 1039px) {
	.c-form__block + .c-form__block {
		margin-top: calc(20 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-form__block + .c-form__block {
		margin-top: calc(15 / 375 * 100vw);
	}
}
.c-form__block + .c-form__block--status {
	margin-top: 30px;
}
@media screen and (max-width: 1039px) {
	.c-form__block + .c-form__block--status {
		margin-top: calc(30 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-form__block + .c-form__block--status {
		margin-top: calc(20 / 375 * 100vw);
	}
}
.c-form__block + .c-form__block--agree {
	margin-top: 30px;
}
@media screen and (max-width: 1039px) {
	.c-form__block + .c-form__block--agree {
		margin-top: calc(30 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-form__block + .c-form__block--agree {
		margin-top: calc(10 / 375 * 100vw);
	}
}
.c-form__block + .c-form__block--button {
	bottom: 0;
	position: absolute;
	right: 0;
}
@media screen and (max-width: 767px) {
	.c-form__block + .c-form__block--button {
		margin-top: calc(10 / 375 * 100vw);
		position: static;
	}
}
.c-form__block label,
.c-form__block legend {
	display: block;
	font-size: 1.4rem;
}
@media screen and (max-width: 1039px) {
	.c-form__block label,
	.c-form__block legend {
		font-size: calc(14 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-form__block label,
	.c-form__block legend {
		font-size: calc(15 / 375 * 100vw);
	}
}
.c-form__block label {
	margin-bottom: 10px;
}
@media screen and (max-width: 1039px) {
	.c-form__block label {
		margin-bottom: calc(10 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-form__block label {
		margin-bottom: calc(15 / 375 * 100vw);
	}
}
.c-form__block legend {
	margin-bottom: 20px;
}
@media screen and (max-width: 1039px) {
	.c-form__block legend {
		margin-bottom: calc(20 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-form__block legend {
		margin-bottom: calc(25 / 375 * 100vw);
	}
}
.c-form__block input[type=text] {
	border-radius: 4px;
	font-size: 14px;
	height: 47px;
	padding: 15px;
	width: 100%;
}
@media screen and (max-width: 1039px) {
	.c-form__block input[type=text] {
		border-radius: calc(4 / 1040 * 100vw);
		font-size: calc(14 / 1040 * 100vw);
		height: calc(47 / 1040 * 100vw);
		padding: calc(15 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-form__block input[type=text] {
		border-radius: calc(4 / 375 * 100vw);
		font-size: 16px;
		height: calc(45 / 375 * 100vw);
		padding: calc(15 / 375 * 100vw);
	}
}
.c-form__block button {
	background-color: var(--color-main);
	border-radius: 30px;
	color: var(--color-white);
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	position: relative;
	width: 275px;
}
@media screen and (max-width: 1039px) {
	.c-form__block button {
		border-radius: calc(30 / 1040 * 100vw);
		font-size: calc(20 / 1040 * 100vw);
		height: calc(60 / 1040 * 100vw);
		width: calc(275 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-form__block button {
		border-radius: calc(35 / 375 * 100vw);
		font-size: calc(25 / 375 * 100vw);
		height: calc(70 / 375 * 100vw);
		width: 100%;
	}
}
.c-form__block button::after {
	background-image: url(../images/icon_arrow_button.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	height: 15px;
	margin: auto 0;
	position: absolute;
	right: 16px;
	top: 0;
	width: 10px;
}
@media screen and (max-width: 1039px) {
	.c-form__block button::after {
		height: calc(15 / 1040 * 100vw);
		right: calc(16 / 1040 * 100vw);
		width: calc(10 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-form__block button::after {
		height: calc(14 / 375 * 100vw);
		right: calc(20 / 375 * 100vw);
		width: calc(9 / 375 * 100vw);
	}
}
.c-form__block__choices {
	align-items: center;
	display: flex;
	position: relative;
}
.c-form__block__choices .parsley-errors-list {
	bottom: -15px;
	right: auto !important;
	top: auto !important;
}
@media screen and (max-width: 1039px) {
	.c-form__block__choices .parsley-errors-list {
		bottom: calc(-15 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-form__block__choices .parsley-errors-list {
		bottom: 0;
		right: 0 !important;
		top: 0 !important;
	}
}
.c-form__block__choices__block {
	align-items: center;
	display: flex;
}
.c-form__block__choices__block + .c-form__block__choices__block {
	margin-left: 28px;
}
@media screen and (max-width: 1039px) {
	.c-form__block__choices__block + .c-form__block__choices__block {
		margin-left: calc(28 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-form__block__choices__block + .c-form__block__choices__block {
		margin-left: calc(28 / 375 * 100vw);
	}
}
.c-form__block__choices__block input[type=radio],
.c-form__block__choices__block input[type=checkbox] {
	display: none;
}
.c-form__block__choices__block input[type=radio] + label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	align-items: center;
	cursor: pointer;
	display: flex;
	user-select: none;
}
.c-form__block__choices__block input[type=radio] + label::before {
	background-color: var(--color-white);
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 20px;
	margin-right: 7px;
	width: 20px;
}
@media screen and (max-width: 1039px) {
	.c-form__block__choices__block input[type=radio] + label::before {
		height: calc(20 / 1040 * 100vw);
		margin-right: calc(7 / 1040 * 100vw);
		width: calc(20 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-form__block__choices__block input[type=radio] + label::before {
		height: calc(20 / 375 * 100vw);
		margin-right: calc(7 / 375 * 100vw);
		width: calc(20 / 375 * 100vw);
	}
}
.c-form__block__choices__block input[type=radio]:checked + label {
	position: relative;
}
.c-form__block__choices__block input[type=radio]:checked + label::after {
	background-color: var(--color-black);
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 10px;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 10px;
}
@media screen and (max-width: 1039px) {
	.c-form__block__choices__block input[type=radio]:checked + label::after {
		height: calc(10 / 1040 * 100vw);
		left: calc(5 / 1040 * 100vw);
		top: calc(5 / 1040 * 100vw);
		width: calc(10 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-form__block__choices__block input[type=radio]:checked + label::after {
		height: calc(10 / 375 * 100vw);
		left: calc(5 / 375 * 100vw);
		top: calc(5 / 375 * 100vw);
		width: calc(10 / 375 * 100vw);
	}
}
.c-form__block__choices__block input[type=checkbox] + label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 12px;
	user-select: none;
}
@media screen and (max-width: 1039px) {
	.c-form__block__choices__block input[type=checkbox] + label {
		font-size: calc(12 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-form__block__choices__block input[type=checkbox] + label {
		font-size: calc(12 / 375 * 100vw);
	}
}
.c-form__block__choices__block input[type=checkbox] + label::before {
	border: 1px solid var(--color-black);
	content: "";
	display: inline-block;
	height: 14px;
	margin-right: 7px;
	width: 14px;
}
@media screen and (max-width: 1039px) {
	.c-form__block__choices__block input[type=checkbox] + label::before {
		height: calc(14 / 1040 * 100vw);
		margin-right: calc(7 / 1040 * 100vw);
		width: calc(14 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-form__block__choices__block input[type=checkbox] + label::before {
		height: calc(14 / 375 * 100vw);
		margin-right: calc(7 / 375 * 100vw);
		width: calc(14 / 375 * 100vw);
	}
}
.c-form__block__choices__block input[type=checkbox] + label a {
	color: var(--color-main);
	text-decoration: underline;
}
.c-form__block__choices__block input[type=checkbox]:checked + label {
	position: relative;
}
.c-form__block__choices__block input[type=checkbox]:checked + label::after {
	background-image: url(../images/icon_check.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 13px;
	left: -1px;
	position: absolute;
	top: 1px;
	width: 18px;
}
@media screen and (max-width: 1039px) {
	.c-form__block__choices__block input[type=checkbox]:checked + label::after {
		height: calc(13 / 1040 * 100vw);
		width: calc(18 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-form__block__choices__block input[type=checkbox]:checked + label::after {
		height: calc(13 / 375 * 100vw);
		width: calc(18 / 375 * 100vw);
	}
}
.c-form .parsley-errors-list {
	position: absolute;
	right: 0;
	top: 0;
}
.c-form .parsley-errors-list > li {
	color: var(--color-main);
	font-size: 1.2rem;
}
@media screen and (max-width: 1039px) {
	.c-form .parsley-errors-list > li {
		font-size: calc(12 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-form .parsley-errors-list > li {
		font-size: calc(12 / 375 * 100vw);
	}
}

.c-voice {
	background-color: var(--color-white);
	padding: 40px 50px;
}
@media screen and (max-width: 1039px) {
	.c-voice {
		padding: calc(40 / 1040 * 100vw) calc(50 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-voice {
		height: calc(480 / 375 * 100vw);
		padding: calc(85 / 375 * 100vw) calc(30 / 375 * 100vw) calc(30 / 375 * 100vw);
		position: relative;
	}
}
.c-voice__textBox {
	display: flex;
}
@media screen and (max-width: 767px) {
	.c-voice__textBox {
		display: block;
	}
}
.c-voice__textBox__icon {
	margin-right: 25px;
	width: 98px;
}
.c-voice__textBox__icon img {
	height: auto;
	width: 100%;
}
@media screen and (max-width: 1039px) {
	.c-voice__textBox__icon {
		margin-right: calc(25 / 1040 * 100vw);
		width: calc(98 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-voice__textBox__icon {
		left: calc(30 / 375 * 100vw);
		position: absolute;
		top: calc(-30 / 375 * 100vw);
		width: calc(98 / 375 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-voice__textBox__titleBox {
		margin-bottom: calc(10 / 375 * 100vw);
	}
}
.c-voice__textBox__titleBox__title {
	color: var(--color-main);
	font-size: 2rem;
	font-weight: bold;
	line-height: 27px;
}
@media screen and (max-width: 1039px) {
	.c-voice__textBox__titleBox__title {
		font-size: calc(20 / 1040 * 100vw);
		line-height: calc(27 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-voice__textBox__titleBox__title {
		font-size: calc(20 / 375 * 100vw);
		line-height: calc(27 / 375 * 100vw);
	}
}
.c-voice__textBox__titleBox__name {
	font-size: 1.3rem;
	line-height: 25px;
}
@media screen and (max-width: 1039px) {
	.c-voice__textBox__titleBox__name {
		font-size: calc(13 / 1040 * 100vw);
		line-height: calc(25 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-voice__textBox__titleBox__name {
		font-size: calc(13 / 375 * 100vw);
		line-height: calc(25 / 375 * 100vw);
	}
}
.c-voice__text {
	font-size: 1.4rem;
	line-height: 25px;
	text-align: justify;
}
@media screen and (max-width: 1039px) {
	.c-voice__text {
		font-size: calc(14 / 1040 * 100vw);
		line-height: calc(25 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-voice__text {
		font-size: calc(14 / 375 * 100vw);
		line-height: calc(25 / 375 * 100vw);
	}
}

header h1 {
	display: none;
}

#thanks .p-header {
	height: 80px;
}
@media screen and (max-width: 1039px) {
	#thanks .p-header {
		height: calc(80 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	#thanks .p-header {
		height: calc(76 / 375 * 100vw);
		position: static;
	}
}
#thanks .p-header__logo {
	width: 160px;
}
@media screen and (max-width: 1039px) {
	#thanks .p-header__logo {
		width: calc(160 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	#thanks .p-header__logo {
		width: calc(120 / 375 * 100vw);
	}
}

.p-header {
	height: calc(80 / 1440 * 100vw);
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-header {
		height: calc(76 / 375 * 100vw);
	}
}
.p-header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	padding-left: calc(25 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
	.p-header__inner {
		padding-left: calc(17 / 375 * 100vw);
	}
}
.p-header__logo {
	width: calc(162 / 1440 * 100vw);
}
.p-header__logo img {
	height: auto;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-header__logo {
		width: calc(120 / 375 * 100vw);
	}
}
.p-header.is-clone {
	background-color: transparent;
	opacity: 0.9;
	position: fixed;
	top: 0;
	transform: translateY(-200%);
	transition: 0.6s;
	width: 100%;
	z-index: 101;
}
@media screen and (max-width: 767px) {
	.p-header.is-clone {
		background-color: var(--color-main4);
		display: block;
	}
}
.p-header.is-clone.is-disp {
	transform: translateY(0);
}

.p-footer {
	background-color: var(--color-black);
	height: 90px;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1039px) {
	.p-footer {
		height: calc(90 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-footer {
		height: auto;
	}
}
.p-footer__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding: 0 40px;
}
@media screen and (max-width: 1039px) {
	.p-footer__inner {
		padding: 0 calc(40 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-footer__inner {
		display: block;
		padding: calc(15 / 375 * 100vw) calc(20 / 375 * 100vw) calc(10 / 375 * 100vw);
	}
}
.p-footer__logoBox {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
	.p-footer__logoBox {
		display: block;
	}
}
.p-footer__logoBox__text {
	color: var(--color-white);
	font-size: 1.3rem;
	margin-left: 25px;
}
@media screen and (max-width: 1039px) {
	.p-footer__logoBox__text {
		font-size: calc(13 / 1040 * 100vw);
		margin-left: calc(25 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-footer__logoBox__text {
		font-size: calc(13 / 375 * 100vw);
		margin-bottom: calc(13 / 375 * 100vw);
		margin-left: 0;
		text-align: center;
	}
}
.p-footer__logoBox__logo {
	width: 134px;
}
.p-footer__logoBox__logo img {
	height: auto;
	width: 100%;
}
@media screen and (max-width: 1039px) {
	.p-footer__logoBox__logo {
		width: calc(134 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-footer__logoBox__logo {
		margin: 0 auto;
		width: calc(111 / 375 * 100vw);
	}
}
.p-footer__content__navList {
	margin-bottom: 20px;
}
@media screen and (max-width: 1039px) {
	.p-footer__content__navList {
		margin-bottom: calc(20 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-footer__content__navList {
		margin-bottom: calc(17 / 375 * 100vw);
		margin-top: calc(24 / 375 * 100vw);
	}
}
.p-footer__content__navList > ul {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}
@media screen and (max-width: 767px) {
	.p-footer__content__navList > ul {
		justify-content: center;
	}
}
.p-footer__content__navList > ul > li + li {
	margin-left: 25px;
}
@media screen and (max-width: 1039px) {
	.p-footer__content__navList > ul > li + li {
		margin-left: calc(25 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-footer__content__navList > ul > li + li {
		margin-left: calc(15 / 375 * 100vw);
	}
}
.p-footer__content__navList__text a {
	color: var(--color-white);
	font-size: 1.2rem;
}
@media screen and (max-width: 1039px) {
	.p-footer__content__navList__text a {
		font-size: calc(12 / 1040 * 100vw);
	}
}
@media screen and (max-width: 1039px) and (max-width: 767px) {
	.p-footer__content__navList__text a {
		font-size: calc(12 / 375 * 100vw);
	}
}
.p-footer__content__copyright {
	color: var(--color-white);
	font-family: "Barlow", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	font-weight: 300;
}
@media screen and (max-width: 1039px) {
	.p-footer__content__copyright {
		font-size: calc(12 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-footer__content__copyright {
		font-size: calc(12 / 375 * 100vw);
		text-align: center;
	}
}

.p-mainvisual {
	background-image: url(https://mirize-career.co.jp/wp-content/uploads/2024/06/bg_mainvisual.jpg);
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: calc(829 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
	.p-mainvisual {
		background-image: url(../images/bg_mainvisual_sp.png);
		height: calc(690 / 375 * 100vw);
		overflow: hidden;
	}
}
.p-mainvisual__inner {
	display: flex;
	justify-content: space-between;
	padding-top: 10%;
	padding-left: calc(230 / 1440* 100vw);
	padding-right: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
	.p-mainvisual__inner {
		display: block;
		padding-left: calc(20 / 375 * 100vw);
		padding-right: calc(20 / 375 * 100vw);
		padding-top: calc(75 / 375 * 100vw);
	}
}
.p-mainvisual__text {
	width: calc(572 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
	.p-mainvisual__text {
		height: calc(512 / 375 * 100vw);
		transform: translateY(0);
		transform: translateX(calc(-35 / 375 * 100vw));
		width: calc(405 / 375 * 100vw);
	}
}
.p-mainvisual__formBox {
	transform: translateY(calc(30 / 1440 * 100vw));
	width: calc(346 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
	.p-mainvisual__formBox {
		transform: translateY(0);
		width: 100%;
	}
}
.p-mainvisual__formBox__title {
	align-items: center;
	border: 1px solid var(--color-black);
	display: flex;
	font-size: calc(19 / 1440 * 100vw);
	font-weight: bold;
	height: calc(50 / 1440 * 100vw);
	justify-content: center;
	margin-bottom: calc(40 / 1440 * 100vw);
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-mainvisual__formBox__title {
		background-image: url(../images/title_mainvisual_form_sp.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		border: 0;
		content: "";
		display: block;
		height: calc(38 / 375 * 100vw);
		margin-bottom: calc(20 / 375 * 100vw);
		overflow: hidden;
		text-indent: 150vw;
		transform: translateX(calc(-20 / 375 * 100vw));
		white-space: nowrap;
		width: calc(208 / 375 * 100vw);
	}
}
.p-mainvisual__formBox__form .c-form {
	padding-bottom: 0;
}
.p-mainvisual__formBox__form .c-form .parsley-errors-list > li {
	font-size: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
	.p-mainvisual__formBox__form .c-form .parsley-errors-list > li {
		font-size: calc(12 / 375 * 100vw);
	}
}
.p-mainvisual__formBox__form .c-form__block + .c-form__block {
	margin-top: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
	.p-mainvisual__formBox__form .c-form__block + .c-form__block {
		margin-top: calc(15 / 375 * 100vw);
	}
}
.p-mainvisual__formBox__form .c-form__block + .c-form__block--status {
	margin-top: calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
	.p-mainvisual__formBox__form .c-form__block + .c-form__block--status {
		margin-top: calc(20 / 375 * 100vw);
	}
}
.p-mainvisual__formBox__form .c-form__block + .c-form__block--agree {
	margin-top: calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
	.p-mainvisual__formBox__form .c-form__block + .c-form__block--agree {
		margin-top: calc(10 / 375 * 100vw);
	}
}
.p-mainvisual__formBox__form .c-form__block + .c-form__block--button {
	margin-top: calc(40 / 1440 * 100vw);
	position: static;
}
@media screen and (max-width: 767px) {
	.p-mainvisual__formBox__form .c-form__block + .c-form__block--button {
		margin-top: calc(10 / 375 * 100vw);
	}
}
.p-mainvisual__formBox__form .c-form__block label,
.p-mainvisual__formBox__form .c-form__block legend {
	font-size: calc(14 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
	.p-mainvisual__formBox__form .c-form__block label,
	.p-mainvisual__formBox__form .c-form__block legend {
		font-size: calc(15 / 375 * 100vw);
	}
}
.p-mainvisual__formBox__form .c-form__block label {
	margin-bottom: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
	.p-mainvisual__formBox__form .c-form__block label {
		margin-bottom: calc(15 / 375 * 100vw);
	}
}
.p-mainvisual__formBox__form .c-form__block legend {
	margin-bottom: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
	.p-mainvisual__formBox__form .c-form__block legend {
		margin-bottom: calc(15 / 375 * 100vw);
	}
}
.p-mainvisual__formBox__form .c-form__block input[type=text] {
	border-radius: calc(4 / 1440 * 100vw);
	font-size: calc(14 / 1440 * 100vw);
	height: calc(47 / 1440 * 100vw);
	padding: calc(15 / 1440 * 100vw);
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-mainvisual__formBox__form .c-form__block input[type=text] {
		border-radius: calc(4 / 375 * 100vw);
		font-size: 16px;
		height: calc(45 / 375 * 100vw);
		padding: calc(15 / 375 * 100vw);
	}
}
.p-mainvisual__formBox__form .c-form__block button {
	background-color: var(--color-main);
	border-radius: calc(25 / 1440 * 100vw);
	color: var(--color-white);
	cursor: pointer;
	font-size: calc(18 / 1440 * 100vw);
	font-weight: bold;
	height: calc(50 / 1440 * 100vw);
	position: relative;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-mainvisual__formBox__form .c-form__block button {
		border-radius: calc(35 / 375 * 100vw);
		font-size: calc(25 / 375 * 100vw);
		height: calc(70 / 375 * 100vw);
		width: 100%;
	}
}
.p-mainvisual__formBox__form .c-form__block button::after {
	background-image: url(../images/icon_arrow_button.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	height: calc(15 / 1440 * 100vw);
	margin: auto 0;
	position: absolute;
	right: calc(16 / 1440 * 100vw);
	top: 0;
	width: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
	.p-mainvisual__formBox__form .c-form__block button::after {
		height: calc(14 / 375 * 100vw);
		right: calc(20 / 375 * 100vw);
		width: calc(9 / 375 * 100vw);
	}
}
.p-mainvisual__formBox__form .c-form__block__choices {
	align-items: center;
	display: flex;
}
.p-mainvisual__formBox__form .c-form__block__choices .parsley-errors-list {
	bottom: 0;
	right: 0 !important;
	top: 0 !important;
}
.p-mainvisual__formBox__form .c-form__block__choices__block {
	align-items: center;
	display: flex;
}
.p-mainvisual__formBox__form .c-form__block__choices__block + .c-form__block__choices__block {
	margin-left: calc(28 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
	.p-mainvisual__formBox__form .c-form__block__choices__block + .c-form__block__choices__block {
		margin-left: calc(28 / 375 * 100vw);
	}
}
.p-mainvisual__formBox__form .c-form__block__choices__block input[type=radio],
.p-mainvisual__formBox__form .c-form__block__choices__block input[type=checkbox] {
	display: none;
}
.p-mainvisual__formBox__form .c-form__block__choices__block input[type=radio] + label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	align-items: center;
	cursor: pointer;
	display: flex;
	user-select: none;
}
.p-mainvisual__formBox__form .c-form__block__choices__block input[type=radio] + label::before {
	background-color: var(--color-white);
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: calc(20 / 1440 * 100vw);
	margin-right: calc(7 / 1440 * 100vw);
	width: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
	.p-mainvisual__formBox__form .c-form__block__choices__block input[type=radio] + label::before {
		height: calc(20 / 375 * 100vw);
		margin-right: calc(7 / 375 * 100vw);
		width: calc(20 / 375 * 100vw);
	}
}
.p-mainvisual__formBox__form .c-form__block__choices__block input[type=radio]:checked + label {
	position: relative;
}
.p-mainvisual__formBox__form .c-form__block__choices__block input[type=radio]:checked + label::after {
	background-color: var(--color-black);
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: calc(10 / 1440 * 100vw);
	left: calc(5 / 1440 * 100vw);
	position: absolute;
	top: calc(5 / 1440 * 100vw);
	width: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
	.p-mainvisual__formBox__form .c-form__block__choices__block input[type=radio]:checked + label::after {
		height: calc(10 / 375 * 100vw);
		left: calc(5 / 375 * 100vw);
		top: calc(5 / 375 * 100vw);
		width: calc(10 / 375 * 100vw);
	}
}
.p-mainvisual__formBox__form .c-form__block__choices__block input[type=checkbox] + label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: calc(12 / 1440 * 100vw);
	user-select: none;
}
@media screen and (max-width: 767px) {
	.p-mainvisual__formBox__form .c-form__block__choices__block input[type=checkbox] + label {
		font-size: calc(12 / 375 * 100vw);
	}
}
.p-mainvisual__formBox__form .c-form__block__choices__block input[type=checkbox] + label::before {
	border: 1px solid var(--color-black);
	content: "";
	display: inline-block;
	height: calc(14 / 1440 * 100vw);
	margin-right: calc(7 / 1440 * 100vw);
	width: calc(14 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
	.p-mainvisual__formBox__form .c-form__block__choices__block input[type=checkbox] + label::before {
		height: calc(14 / 375 * 100vw);
		margin-right: calc(7 / 375 * 100vw);
		width: calc(14 / 375 * 100vw);
	}
}
.p-mainvisual__formBox__form .c-form__block__choices__block input[type=checkbox] + label a {
	color: var(--color-main);
	text-decoration: underline;
}
.p-mainvisual__formBox__form .c-form__block__choices__block input[type=checkbox]:checked + label {
	position: relative;
}
.p-mainvisual__formBox__form .c-form__block__choices__block input[type=checkbox]:checked + label::after {
	background-image: url(../images/icon_check.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: calc(13 / 1440 * 100vw);
	left: calc(-1 / 1440 * 100vw);
	position: absolute;
	top: calc(1 / 1440 * 100vw);
	width: calc(18 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
	.p-mainvisual__formBox__form .c-form__block__choices__block input[type=checkbox]:checked + label::after {
		height: calc(13 / 375 * 100vw);
		width: calc(18 / 375 * 100vw);
	}
}

.p-client {
	overflow: hidden;
}
.p-client__inner {
	padding-bottom: 60px;
	padding-top: 70px;
}
@media screen and (max-width: 1039px) {
	.p-client__inner {
		padding-bottom: calc(60 / 1040 * 100vw);
		padding-top: calc(70 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-client__inner {
		padding-bottom: calc(30 / 375 * 100vw);
		padding-top: calc(50 / 375 * 100vw);
	}
}
.p-client__titleBox {
	margin-bottom: 50px;
}
@media screen and (max-width: 1039px) {
	.p-client__titleBox {
		margin-bottom: calc(50 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-client__titleBox {
		margin-bottom: calc(30 / 375 * 100vw);
	}
}
.p-client__titleBox__title {
	font-size: 3.5rem;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
@media screen and (max-width: 1039px) {
	.p-client__titleBox__title {
		font-size: calc(35 / 1040 * 100vw);
		margin-bottom: calc(15 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-client__titleBox__title {
		font-size: calc(35 / 375 * 100vw);
		margin-bottom: calc(15 / 375 * 100vw);
		margin-left: calc(-20 / 375 * 100vw);
		margin-right: calc(-20 / 375 * 100vw);
	}
}
.p-client__titleBox__text {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 1039px) {
	.p-client__titleBox__text {
		font-size: calc(20 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-client__titleBox__text {
		font-size: calc(17 / 375 * 100vw);
		line-height: calc(34 / 375 * 100vw);
	}
}
.p-client__titleBox__text span.orange {
	color: var(--color-main);
}
.p-client__titleBox__text span.em {
	font-size: 4rem;
}
@media screen and (max-width: 1039px) {
	.p-client__titleBox__text span.em {
		font-size: calc(40 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-client__titleBox__text span.em {
		font-size: calc(34 / 375 * 100vw);
	}
}
.p-client__logoList {
	align-items: center;
	display: flex;
	margin: 0 -50vw;
}
.p-client__logoList > ul {
	align-items: center;
	display: flex;
	padding: 0 10px;
}
@media screen and (max-width: 1039px) {
	.p-client__logoList > ul {
		padding: 0 calc(10 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-client__logoList > ul {
		padding: 0 calc(10 / 375 * 100vw);
	}
}
@media screen and (max-width: 1039px) {
	.p-client__logoList > ul {
		padding: 0 calc(10 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-client__logoList > ul {
		padding: 0 calc(10 / 375 * 100vw);
	}
}
.p-client__logoList > ul:first-child {
	-webkit-animation: loop 100s -50s linear infinite;
	animation: loop 100s -50s linear infinite;
}
@media screen and (max-width: 767px) {
	.p-client__logoList > ul:first-child {
		-webkit-animation: loop 150s -75s linear infinite;
		animation: loop 150s -75s linear infinite;
	}
}
.p-client__logoList > ul:last-child {
	-webkit-animation: loop2 100s linear infinite;
	animation: loop2 100s linear infinite;
}
@media screen and (max-width: 767px) {
	.p-client__logoList > ul:last-child {
		-webkit-animation: loop2 150s linear infinite;
		animation: loop2 150s linear infinite;
	}
}
.p-client__logoList > ul > li + li {
	margin-left: 20px;
}
@media screen and (max-width: 1039px) {
	.p-client__logoList > ul > li + li {
		margin-left: calc(20 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-client__logoList > ul > li + li {
		margin-left: calc(20 / 375 * 100vw);
	}
}
@media screen and (max-width: 1039px) {
	.p-client__logoList > ul > li + li {
		margin-left: calc(20 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-client__logoList > ul > li + li {
		margin-left: calc(20 / 375 * 100vw);
	}
}
.p-client__logoList__image {
	background-image: url(../images/logoList.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 172px;
	width: 1146px;
}
@media screen and (max-width: 1039px) {
	.p-client__logoList__image {
		height: calc(172 / 1040 * 100vw);
		width: calc(1146 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-client__logoList__image {
		height: calc(172 / 375 * 100vw);
		width: calc(1146 / 375 * 100vw);
	}
}
@media screen and (max-width: 1039px) {
	.p-client__logoList__image {
		height: calc(172 / 1040 * 100vw);
		width: calc(1146 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-client__logoList__image {
		background-image: url(../images/logoList_sp.png);
		height: calc(151 / 375 * 100vw);
		width: calc(1147 / 375 * 100vw);
	}
}

.p-apology {
	background-color: var(--color-main);
	height: 205px;
}
@media screen and (max-width: 1039px) {
	.p-apology {
		height: calc(205 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-apology {
		height: calc(225 / 375 * 100vw);
	}
}
.p-apology .l-container {
	height: 100%;
}
.p-apology__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
}
.p-apology__textBox__title {
	color: var(--color-white);
	font-size: 3.5rem;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
@media screen and (max-width: 1039px) {
	.p-apology__textBox__title {
		font-size: calc(35 / 1040 * 100vw);
		margin-bottom: calc(15 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-apology__textBox__title {
		font-size: calc(30 / 375 * 100vw);
		margin-bottom: calc(15 / 375 * 100vw);
	}
}
.p-apology__textBox__text {
	color: var(--color-white);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}
@media screen and (max-width: 1039px) {
	.p-apology__textBox__text {
		font-size: calc(18 / 1040 * 100vw);
		line-height: calc(28 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-apology__textBox__text {
		font-size: calc(15 / 375 * 100vw);
		line-height: calc(27 / 375 * 100vw);
	}
}

.p-feature {
	background-color: var(--color-bg);
}
.p-feature__inner {
	padding-bottom: 70px;
	padding-top: 90px;
}
@media screen and (max-width: 1039px) {
	.p-feature__inner {
		padding-bottom: calc(70 / 1040 * 100vw);
		padding-top: calc(90 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-feature__inner {
		padding-bottom: calc(40 / 375 * 100vw);
		padding-top: calc(40 / 375 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-feature .c-sectionTitle__titleJa {
		line-height: calc(38 / 375 * 100vw);
	}
}
.p-feature__featureList {
	margin: 0 auto;
	width: 886px;
}
@media screen and (max-width: 1039px) {
	.p-feature__featureList {
		width: calc(886 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-feature__featureList {
		width: 100%;
	}
}
.p-feature__featureList > ul > li + li {
	margin-top: 40px;
}
@media screen and (max-width: 1039px) {
	.p-feature__featureList > ul > li + li {
		margin-top: calc(40 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-feature__featureList > ul > li + li {
		margin-top: calc(30 / 375 * 100vw);
	}
}
.p-feature__featureList > ul > li:nth-child(2n) .p-feature__featureList__featureBox {
	flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
	.p-feature__featureList > ul > li:nth-child(2n) .p-feature__featureList__featureBox__thumbnail {
		margin-left: auto;
	}
}
.p-feature__featureList__featureBox {
	background-color: var(--color-white);
	display: flex;
	height: 280px;
}
@media screen and (max-width: 1039px) {
	.p-feature__featureList__featureBox {
		height: calc(280 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-feature__featureList__featureBox {
		display: block;
		height: auto;
		margin-left: calc(-20 / 375 * 100vw);
		margin-right: calc(-20 / 375 * 100vw);
		position: relative;
	}
}
.p-feature__featureList__featureBox::before {
	background-color: var(--color-bg);
	content: "";
	display: none;
	height: calc(200 / 375 * 100vw);
	left: 0;
	position: absolute;
	top: 0;
	width: 100vw;
}
@media screen and (max-width: 767px) {
	.p-feature__featureList__featureBox::before {
		display: inline-block;
	}
}
.p-feature__featureList__featureBox__thumbnail {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	width: 408px;
}
@media screen and (max-width: 1039px) {
	.p-feature__featureList__featureBox__thumbnail {
		width: calc(408 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-feature__featureList__featureBox__thumbnail {
		height: calc(244 / 375 * 100vw);
		position: relative;
		width: calc(355 / 375 * 100vw);
		z-index: 1;
	}
}
.p-feature__featureList__featureBox__textBox {
	padding: 28px 40px;
	width: 478px;
}
@media screen and (max-width: 1039px) {
	.p-feature__featureList__featureBox__textBox {
		padding: calc(28 / 1040 * 100vw) calc(40 / 1040 * 100vw);
		width: calc(478 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-feature__featureList__featureBox__textBox {
		padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
		width: 100%;
	}
}
.p-feature__featureList__featureBox__textBox__title {
	color: var(--color-main);
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 15px;
}
@media screen and (max-width: 1039px) {
	.p-feature__featureList__featureBox__textBox__title {
		font-size: calc(24 / 1040 * 100vw);
		line-height: calc(34 / 1040 * 100vw);
		margin-bottom: calc(15 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-feature__featureList__featureBox__textBox__title {
		font-size: calc(22 / 375 * 100vw);
		line-height: calc(32 / 375 * 100vw);
		margin-bottom: calc(15 / 375 * 100vw);
	}
}
.p-feature__featureList__featureBox__textBox__text {
	font-size: 1.5rem;
	line-height: 27px;
	text-align: justify;
}
@media screen and (max-width: 1039px) {
	.p-feature__featureList__featureBox__textBox__text {
		font-size: calc(15 / 1040 * 100vw);
		line-height: calc(27 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-feature__featureList__featureBox__textBox__text {
		font-size: calc(15 / 375 * 100vw);
		line-height: calc(27 / 375 * 100vw);
	}
}

.p-cta {
	height: 284px;
}
@media screen and (max-width: 1039px) {
	.p-cta {
		height: calc(284 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-cta {
		height: calc(205 / 375 * 100vw);
	}
}
.p-cta .l-container {
	height: 100%;
}
.p-cta__inner {
	align-items: center;
	display: flex;
	height: 100%;
}
.p-cta__content {
	margin: 0 auto;
	position: relative;
	transform: translateX(100px);
	width: 500px;
}
@media screen and (max-width: 1039px) {
	.p-cta__content {
		transform: translateX(calc(100 / 1040 * 100vw));
		width: calc(500 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-cta__content {
		transform: translateX(0);
		width: 100%;
	}
}
.p-mainvisual .p-cta__content,
.p-contact__inner .p-cta__content {
	transform: translateX(0px);
}

.p-cta__inner .p-cta__content::before {
	background-image: url(../images/decoration_cta.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -80px;
	content: "";
	display: block;
	height: 327px;
	left: -224px;
	position: absolute;
	width: 186px;
}
@media screen and (max-width: 1039px) {
	.p-cta__inner .p-cta__content::before {
		bottom: calc(-80 / 1040 * 100vw);
		height: calc(327 / 1040 * 100vw);
		left: calc(-224 / 1040 * 100vw);
		width: calc(186 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-cta__inner .p-cta__content::before {
		bottom: calc(-80 / 375 * 100vw);
		display: none;
		height: calc(327 / 375 * 100vw);
		left: calc(-224 / 375 * 100vw);
		width: calc(186 / 375 * 100vw);
	}
}
.p-cta__content__text {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
@media screen and (max-width: 1039px) {
	.p-cta__content__text {
		font-size: calc(25 / 1040 * 100vw);
		margin-bottom: calc(20 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-cta__content__text {
		font-size: calc(22 / 375 * 100vw);
		margin-bottom: calc(20 / 375 * 100vw);
	}
}
.p-cta__content__buttonBox a {
	display: block;
}
.p-cta__content__buttonBox__button {
	align-items: center;
	background-color: var(--color-main);
	background-color: #06C755;
	border-radius: 40px;
	display: flex;
	height: 80px;
	justify-content: center;
	position: relative;
	width: 100%;
}
@media screen and (max-width: 1039px) {
	.p-cta__content__buttonBox__button {
		border-radius: calc(40 / 1040 * 100vw);
		height: calc(80 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-cta__content__buttonBox__button {
		border-radius: calc(36 / 375 * 100vw);
		height: calc(71 / 375 * 100vw);
	}

}
.p-cta__content__buttonBox__button::after {
	background-image: url(../images/icon_arrow_button.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	height: 16px;
	margin: auto 0;
	position: absolute;
	right: 24px;
	top: 0;
	width: 10px;
}
@media screen and (max-width: 1039px) {
	.p-cta__content__buttonBox__button::after {
		height: calc(16 / 1040 * 100vw);
		right: calc(24 / 1040 * 100vw);
		width: calc(10 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-cta__content__buttonBox__button::after {
		height: calc(14 / 375 * 100vw);
		right: calc(20 / 375 * 100vw);
		width: calc(9 / 375 * 100vw);
	}
}
.p-cta__content__buttonBox__button__label {
	align-items: center;
	background-color: var(--color-black);
	border-radius: 3px;
	color: var(--color-white);
	display: flex;
	font-size: 2.2rem;
	font-weight: bold;
	height: 33px;
	justify-content: center;
	margin-right: 20px;
	padding-bottom: 2px;
	width: 64px;
}
@media screen and (max-width: 1039px) {
	.p-cta__content__buttonBox__button__label {
		border-radius: calc(3 / 1040 * 100vw);
		font-size: calc(22 / 1040 * 100vw);
		height: calc(33 / 1040 * 100vw);
		margin-right: calc(20 / 1040 * 100vw);
		padding-bottom: calc(2 / 1040 * 100vw);
		width: calc(64 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-cta__content__buttonBox__button__label {
		border-radius: calc(3 / 375 * 100vw);
		font-size: calc(17 / 375 * 100vw);
		height: calc(27 / 375 * 100vw);
		margin-right: calc(13 / 375 * 100vw);
		padding-bottom: calc(1 / 375 * 100vw);
		width: calc(53 / 375 * 100vw);
	}
}
.p-cta__content__buttonBox__button__text {
	color: var(--color-white);
	font-size: 2.8rem;
	font-weight: bold;
	padding-bottom: 2px;
}
@media screen and (max-width: 1039px) {
	.p-cta__content__buttonBox__button__text {
		font-size: calc(28 / 1040 * 100vw);
		padding-bottom: calc(2 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-cta__content__buttonBox__button__text {
		font-size: calc(16 / 375 * 100vw);
		padding-bottom: calc(1 / 375 * 100vw);
	}
	
	.p-mainvisual .p-cta__content__buttonBox {
		padding-left: calc(20 / 375* 100vw);
        padding-right: calc(20 / 375* 100vw);
	}
}

.p-voice {
	background-color: var(--color-bg);
}
.p-voice__inner {
	padding-bottom: 70px;
	padding-top: 90px;
}
@media screen and (max-width: 1039px) {
	.p-voice__inner {
		padding-bottom: calc(70 / 1040 * 100vw);
		padding-top: calc(90 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-voice__inner {
		padding-bottom: calc(40 / 375 * 100vw);
		padding-top: calc(40 / 375 * 100vw);
	}
}
.p-voice__voiceList {
	margin: 0 auto;
	width: 743px;
}
@media screen and (max-width: 1039px) {
	.p-voice__voiceList {
		width: calc(743 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-voice__voiceList {
		display: none;
		width: calc(743 / 375 * 100vw);
	}
}
.p-voice__voiceList > ul > li + li {
	margin-top: 30px;
}
@media screen and (max-width: 1039px) {
	.p-voice__voiceList > ul > li + li {
		margin-top: calc(30 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-voice__voiceList > ul > li + li {
		margin-top: calc(30 / 375 * 100vw);
	}
}
.p-voice__swiper {
	display: none;
}
@media screen and (max-width: 767px) {
	.p-voice__swiper {
		display: block;
	}
}
.p-voice__swiper .swiper-container {
	padding-bottom: calc(50 / 375 * 100vw);
	padding-top: calc(30 / 375 * 100vw);
}
.p-voice__swiper .swiper-button-prev,
.p-voice__swiper .swiper-button-next {
	bottom: 0;
	height: calc(19 / 375 * 100vw);
	top: auto;
	width: calc(11 / 375 * 100vw);
}
.p-voice__swiper .swiper-button-prev {
	left: calc(16 / 375 * 100vw);
}
.p-voice__swiper .swiper-button-next {
	right: calc(16 / 375 * 100vw);
}
.p-voice__swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	height: calc(14 / 375 * 100vw);
	width: calc(14 / 375 * 100vw);
}

.p-support__inner {
	padding-bottom: 70px;
	padding-top: 90px;
}
@media screen and (max-width: 1039px) {
	.p-support__inner {
		padding-bottom: calc(70 / 1040 * 100vw);
		padding-top: calc(90 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-support__inner {
		padding-bottom: calc(40 / 375 * 100vw);
		padding-top: calc(40 / 375 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-support .c-sectionTitle__titleJa {
		font-size: calc(33 / 375 * 100vw);
	}
}
.p-support__supportList {
	margin: 0 auto;
	width: 835px;
}
@media screen and (max-width: 1039px) {
	.p-support__supportList {
		width: calc(835 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-support__supportList {
		width: 100%;
	}
}
.p-support__supportList > ul > li + li {
	margin-top: 70px;
}
@media screen and (max-width: 1039px) {
	.p-support__supportList > ul > li + li {
		margin-top: calc(70 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-support__supportList > ul > li + li {
		margin-top: calc(20 / 375 * 100vw);
	}
}
.p-support__supportList > ul > li:nth-child(2n) .p-support__supportList__supportBox__personBox {
	flex-direction: row-reverse;
}
.p-support__supportList > ul > li:nth-child(2n) .p-support__supportList__supportBox__text {
	left: 0;
	right: auto;
}
.p-support__supportList__supportBox {
	position: relative;
}
.p-support__supportList__supportBox__personBox {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-support__supportList__supportBox__personBox {
		align-items: center;
	}
}
.p-support__supportList__supportBox__personBox__image {
	width: 223px;
}
.p-support__supportList__supportBox__personBox__image img {
	height: auto;
	width: 100%;
}
@media screen and (max-width: 1039px) {
	.p-support__supportList__supportBox__personBox__image {
		width: calc(223 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-support__supportList__supportBox__personBox__image {
		width: calc(154 / 375 * 100vw);
	}
}
.p-support__supportList__supportBox__personBox__nameBox {
	margin-top: 50px;
	padding-top: 40px;
	position: relative;
	width: 565px;
}
@media screen and (max-width: 1039px) {
	.p-support__supportList__supportBox__personBox__nameBox {
		margin-top: calc(50 / 1040 * 100vw);
		padding-top: calc(40 / 1040 * 100vw);
		width: calc(565 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-support__supportList__supportBox__personBox__nameBox {
		margin-top: 0;
		padding-bottom: calc(30 / 375 * 100vw);
		padding-top: 0;
		width: calc(170 / 375 * 100vw);
	}
}
.p-support__supportList__supportBox__personBox__nameBox__title {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 23px;
}
@media screen and (max-width: 1039px) {
	.p-support__supportList__supportBox__personBox__nameBox__title {
		font-size: calc(14 / 1040 * 100vw);
		line-height: calc(23 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-support__supportList__supportBox__personBox__nameBox__title {
		font-size: calc(14 / 375 * 100vw);
		line-height: calc(21 / 375 * 100vw);
	}
}
.p-support__supportList__supportBox__personBox__nameBox__nameJa {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 23px;
}
@media screen and (max-width: 1039px) {
	.p-support__supportList__supportBox__personBox__nameBox__nameJa {
		font-size: calc(16 / 1040 * 100vw);
		line-height: calc(23 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-support__supportList__supportBox__personBox__nameBox__nameJa {
		font-size: calc(16 / 375 * 100vw);
		line-height: calc(21 / 375 * 100vw);
	}
}
.p-support__supportList__supportBox__personBox__nameBox__nameEn {
	color: var(--color-main);
	font-family: "Barlow", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	font-weight: 300;
	left: 0;
	position: absolute;
	top: 0;
}
@media screen and (max-width: 1039px) {
	.p-support__supportList__supportBox__personBox__nameBox__nameEn {
		font-size: calc(30 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-support__supportList__supportBox__personBox__nameBox__nameEn {
		bottom: 0;
		font-size: calc(20 / 375 * 100vw);
		top: auto;
		white-space: nowrap;
	}
}
.p-support__supportList__supportBox__text {
	font-size: 1.4rem;
	line-height: 21px;
	position: absolute;
	right: 0;
	text-align: justify;
	top: 150px;
	width: 565px;
}
@media screen and (max-width: 1039px) {
	.p-support__supportList__supportBox__text {
		font-size: calc(14 / 1040 * 100vw);
		line-height: calc(21 / 1040 * 100vw);
		top: calc(150 / 1040 * 100vw);
		width: calc(565 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-support__supportList__supportBox__text {
		font-size: calc(14 / 375 * 100vw);
		line-height: calc(25 / 375 * 100vw);
		margin-top: calc(20 / 375 * 100vw);
		position: static;
		width: 100%;
	}
}

.p-flow {
	background-color: var(--color-bg);
}
.p-flow__inner {
	padding-bottom: 70px;
	padding-top: 90px;
}
@media screen and (max-width: 1039px) {
	.p-flow__inner {
		padding-bottom: calc(70 / 1040 * 100vw);
		padding-top: calc(90 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-flow__inner {
		padding-bottom: calc(40 / 375 * 100vw);
		padding-top: calc(40 / 375 * 100vw);
	}
}
.p-flow__flowList > ul {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-flow__flowList > ul {
		display: block;
	}
}
.p-flow__flowList > ul > li:last-child .p-flow__flowList__flowBox::after {
	display: none;
}
@media screen and (max-width: 767px) {
	.p-flow__flowList > ul > li + li {
		margin-top: calc(50 / 375 * 100vw);
	}
}
.p-flow__flowList__flowBox {
	position: relative;
	width: 260px;
}
@media screen and (max-width: 1039px) {
	.p-flow__flowList__flowBox {
		width: calc(260 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-flow__flowList__flowBox {
		align-items: center;
		background-color: var(--color-white);
		display: flex;
		height: calc(92 / 375 * 100vw);
		padding: 0 calc(20 / 375 * 100vw);
		width: 100%;
	}
}
.p-flow__flowList__flowBox::after {
	background-image: url(../images/icon_arrow_flow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 26px;
	position: absolute;
	right: -8px;
	top: 13px;
	width: 15px;
}
@media screen and (max-width: 1039px) {
	.p-flow__flowList__flowBox::after {
		height: calc(26 / 1040 * 100vw);
		right: calc(-8 / 1040 * 100vw);
		top: calc(13 / 1040 * 100vw);
		width: calc(15 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-flow__flowList__flowBox::after {
		background-image: url(../images/icon_arrow_flow_sp.svg);
		bottom: calc(-32 / 375 * 100vw);
		height: calc(15 / 375 * 100vw);
		left: 0;
		margin: 0 auto;
		right: 0;
		top: auto;
		width: calc(25 / 375 * 100vw);
	}
}
.p-flow__flowList__flowBox__icon {
	margin: 0 auto 40px;
	width: 50px;
}
.p-flow__flowList__flowBox__icon img {
	height: auto;
	width: 100%;
}
@media screen and (max-width: 1039px) {
	.p-flow__flowList__flowBox__icon {
		margin: 0 auto calc(40 / 1040 * 100vw);
		width: calc(50 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-flow__flowList__flowBox__icon {
		margin: 0;
		width: calc(45 / 375 * 100vw);
	}
}
.p-flow__flowList__flowBox__title {
	align-items: center;
	display: flex;
	font-size: 1.8rem;
	font-weight: bold;
	height: 52px;
	justify-content: center;
	line-height: 26px;
	text-align: center;
}
@media screen and (max-width: 1039px) {
	.p-flow__flowList__flowBox__title {
		font-size: calc(18 / 1040 * 100vw);
		height: calc(52 / 1040 * 100vw);
		line-height: calc(26 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-flow__flowList__flowBox__title {
		font-size: calc(18 / 375 * 100vw);
		height: auto;
		line-height: calc(26 / 375 * 100vw);
		width: calc(250 / 375 * 100vw);
	}
}

.p-promise {
	background-color: var(--color-main);
}
.p-promise__inner {
	padding-bottom: 70px;
	padding-top: 90px;
}
@media screen and (max-width: 1039px) {
	.p-promise__inner {
		padding-bottom: calc(70 / 1040 * 100vw);
		padding-top: calc(90 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-promise__inner {
		padding-bottom: calc(40 / 375 * 100vw);
		padding-top: calc(40 / 375 * 100vw);
	}
}
.p-promise .c-sectionTitle__titleEn,
.p-promise .c-sectionTitle__titleJa {
	color: var(--color-white);
}
.p-promise__content {
	background-color: var(--color-white);
	padding-bottom: 55px;
	padding-top: 60px;
}
@media screen and (max-width: 1039px) {
	.p-promise__content {
		padding-bottom: calc(55 / 1040 * 100vw);
		padding-top: calc(60 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-promise__content {
		padding-bottom: calc(35 / 375 * 100vw);
		padding-left: calc(28 / 375 * 100vw);
		padding-right: calc(28 / 375 * 100vw);
		padding-top: calc(35 / 375 * 100vw);
	}
}
.p-promise__content__title {
	color: var(--color-main);
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (max-width: 1039px) {
	.p-promise__content__title {
		font-size: calc(30 / 1040 * 100vw);
		margin-bottom: calc(30 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-promise__content__title {
		font-size: calc(28 / 375 * 100vw);
		line-height: calc(40 / 375 * 100vw);
		margin-bottom: calc(20 / 375 * 100vw);
	}
}
.p-promise__content__text {
	font-size: 1.6rem;
	line-height: 35px;
	text-align: center;
}
@media screen and (max-width: 1039px) {
	.p-promise__content__text {
		font-size: calc(16 / 1040 * 100vw);
		line-height: calc(35 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-promise__content__text {
		font-size: calc(15 / 375 * 100vw);
		line-height: calc(30 / 375 * 100vw);
		text-align: justify;
	}
}
.p-promise__content__logo {
	margin: 40px auto 0;
	width: 180px;
}
.p-promise__content__logo img {
	height: auto;
	width: 100%;
}
@media screen and (max-width: 1039px) {
	.p-promise__content__logo {
		margin: calc(40 / 1040 * 100vw) auto 0;
		width: calc(180 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-promise__content__logo {
		margin: calc(30 / 375 * 100vw) auto 0;
		width: calc(180 / 375 * 100vw);
	}
}

.p-faq__inner {
	padding-bottom: 70px;
	padding-top: 90px;
}
@media screen and (max-width: 1039px) {
	.p-faq__inner {
		padding-bottom: calc(70 / 1040 * 100vw);
		padding-top: calc(90 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-faq__inner {
		padding-bottom: calc(40 / 375 * 100vw);
		padding-top: calc(40 / 375 * 100vw);
	}
}
.p-faq__faqList {
	margin: 0 auto;
	width: 870px;
}
@media screen and (max-width: 1039px) {
	.p-faq__faqList {
		width: calc(870 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-faq__faqList {
		width: 100%;
	}
}
.p-faq__faqList > ul > li + li {
	margin-top: 30px;
}
@media screen and (max-width: 1039px) {
	.p-faq__faqList > ul > li + li {
		margin-top: calc(30 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-faq__faqList > ul > li + li {
		margin-top: calc(20 / 375 * 100vw);
	}
}
.p-faq__faqList__faqBox {
	border: 1px solid var(--color-main);
	padding: 30px 40px 30px 130px;
	position: relative;
}
@media screen and (max-width: 1039px) {
	.p-faq__faqList__faqBox {
		padding: calc(30 / 1040 * 100vw) calc(40 / 1040 * 100vw) calc(30 / 1040 * 100vw) calc(130 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-faq__faqList__faqBox {
		padding: calc(30 / 375 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-faq__faqList__faqBox__titleBox {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
}
.p-faq__faqList__faqBox__titleBox__number {
	bottom: 0;
	height: 26px;
	left: 50px;
	margin: auto 0;
	position: absolute;
	top: 0;
}
@media screen and (max-width: 1039px) {
	.p-faq__faqList__faqBox__titleBox__number {
		height: calc(26 / 1040 * 100vw);
		left: calc(50 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-faq__faqList__faqBox__titleBox__number {
		height: calc(22 / 375 * 100vw);
		position: static;
	}
}
.p-faq__faqList__faqBox__titleBox__number img {
	height: 100%;
	width: auto;
}
.p-faq__faqList__faqBox__titleBox__title {
	color: var(--color-main);
	font-size: 2rem;
	font-weight: bold;
}
@media screen and (max-width: 1039px) {
	.p-faq__faqList__faqBox__titleBox__title {
		font-size: calc(20 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-faq__faqList__faqBox__titleBox__title {
		font-size: calc(20 / 375 * 100vw);
		line-height: calc(30 / 375 * 100vw);
		width: calc(220 / 375 * 100vw);
	}
}
.p-faq__faqList__faqBox__text {
	font-size: 1.4rem;
	line-height: 25px;
	margin-top: 15px;
	text-align: justify;
}
@media screen and (max-width: 1039px) {
	.p-faq__faqList__faqBox__text {
		font-size: calc(14 / 1040 * 100vw);
		line-height: calc(25 / 1040 * 100vw);
		margin-top: calc(15 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-faq__faqList__faqBox__text {
		font-size: calc(14 / 375 * 100vw);
		line-height: calc(25 / 375 * 100vw);
		margin-top: calc(10 / 375 * 100vw);
	}
}

.p-contact {
	background-color: var(--color-bg);
}
.p-contact__inner {
	padding-bottom: 70px;
	padding-right: 90px;
	padding-left: 325px;
	padding-top: 240px;
	position: relative;
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}
@media screen and (max-width: 1039px) {
	.p-contact__inner {
		padding-bottom: calc(70 / 1040 * 100vw);
		padding-top: calc(90 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-contact__inner {
		padding-bottom: calc(40 / 375 * 100vw);
		padding-top: calc(40 / 375 * 100vw);
	}
}
@media screen and (max-width: 1039px) {
	.p-contact__inner {
		padding-right: calc(90 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-contact__inner {
		padding-bottom: 0;
		padding-right: 0;
		padding-left: 0;
	}
}
.p-contact__inner::after {
	background-image: url(../images/decoration_contact.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -20px;
	content: "";
	display: block;
	height: 580px;
	left: 65px;
	position: absolute;
	width: 267px;
}
@media screen and (max-width: 1039px) {
	.p-contact__inner::after {
		bottom: calc(-20 / 1040 * 100vw);
		height: calc(580 / 1040 * 100vw);
		left: calc(65 / 1040 * 100vw);
		width: calc(267 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-contact__inner::after {
		background-image: url(../images/decoration_contact_sp.svg);
		height: calc(277 / 375 * 100vw);
		margin: calc(30 / 375 * 100vw) auto calc(-30 / 1040 * 100vw);
		position: static;
		width: calc(319 / 375 * 100vw);
	}
}
.p-contact__form {
	margin-left: auto;
	width: 496px;
}
@media screen and (max-width: 1039px) {
	.p-contact__form {
		width: calc(496 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-contact__form {
		width: 100%;
	}
}

.p-pp {
	-ms-overflow-style: none;
	background-color: var(--color-white);
	height: 663px;
	overflow: scroll;
	position: relative;
	scrollbar-width: none;
	width: 1000px;
}
@media screen and (max-width: 1039px) {
	.p-pp {
		height: calc(663 / 1040 * 100vw);
		width: calc(1000 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-pp {
		height: 90vh;
		width: calc(335 / 375 * 100vw);
	}
}
.p-pp::-webkit-scrollbar {
	display: none;
}
.p-pp__inner {
	padding: 66px;
	position: relative;
}
@media screen and (max-width: 1039px) {
	.p-pp__inner {
		padding: calc(66 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-pp__inner {
		padding: calc(40 / 375 * 100vw) calc(30 / 375 * 100vw) calc(80 / 375 * 100vw);
	}
}
.p-pp__title {
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 1039px) {
	.p-pp__title {
		font-size: calc(22 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-pp__title {
		font-size: calc(18 / 375 * 100vw);
	}
}
.p-pp__text {
	margin-top: 50px;
}
@media screen and (max-width: 1039px) {
	.p-pp__text {
		margin-top: calc(50 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-pp__text {
		margin-top: calc(30 / 375 * 100vw);
	}
}
.p-pp__text h3 {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 26px;
}
@media screen and (max-width: 1039px) {
	.p-pp__text h3 {
		font-size: calc(14 / 1040 * 100vw);
		line-height: calc(26 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-pp__text h3 {
		font-size: calc(14 / 375 * 100vw);
		line-height: calc(26 / 375 * 100vw);
	}
}
.p-pp__text p {
	font-size: 1.4rem;
	line-height: 26px;
}
@media screen and (max-width: 1039px) {
	.p-pp__text p {
		font-size: calc(14 / 1040 * 100vw);
		line-height: calc(26 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-pp__text p {
		font-size: calc(14 / 375 * 100vw);
		line-height: calc(26 / 375 * 100vw);
	}
}
.p-pp__text p + * {
	margin-top: 30px;
}
@media screen and (max-width: 1039px) {
	.p-pp__text p + * {
		margin-top: calc(30 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-pp__text p + * {
		margin-top: calc(30 / 375 * 100vw);
	}
}
.p-pp__text a {
	color: var(--color-main);
}
.p-pp__button {
	background-color: var(--color-white);
	background-image: url(../images/icon_close.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	content: "";
	cursor: pointer;
	display: block;
	height: 32px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 32px;
}
@media screen and (max-width: 1039px) {
	.p-pp__button {
		height: calc(38 / 1040 * 100vw);
		right: calc(20 / 1040 * 100vw);
		top: calc(20 / 1040 * 100vw);
		width: calc(38 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-pp__button {
		bottom: calc(30 / 375 * 100vw);
		height: calc(32 / 375 * 100vw);
		left: 0;
		margin: 0 auto;
		position: fixed;
		right: 0;
		top: auto;
		width: calc(32 / 375 * 100vw);
	}
}

.p-thanks {
	align-items: center;
	display: flex;
	height: calc(100vh - 90px);
}
@media screen and (max-width: 1039px) {
	.p-thanks {
		height: calc(100vh - (90 / 1040 * 100vw));
	}
}
@media screen and (max-width: 767px) {
	.p-thanks {
		height: calc(100vh - (150 / 375 * 100vw));
	}
}
@media screen and (max-width: 767px) {
	.p-thanks__inner {
		padding-bottom: calc(30 / 375 * 100vw);
	}
}
.p-thanks__title {
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}
@media screen and (max-width: 1039px) {
	.p-thanks__title {
		font-size: calc(22 / 1040 * 100vw);
		line-height: calc(35 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-thanks__title {
		font-size: calc(20 / 375 * 100vw);
		line-height: calc(30 / 375 * 100vw);
	}
}
.p-thanks__text {
	font-size: 1.4rem;
	line-height: 27px;
	margin-top: 40px;
	text-align: center;
}
@media screen and (max-width: 1039px) {
	.p-thanks__text {
		font-size: calc(14 / 1040 * 100vw);
		line-height: calc(27 / 1040 * 100vw);
		margin-top: calc(40 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-thanks__text {
		font-size: calc(14 / 375 * 100vw);
		line-height: calc(27 / 375 * 100vw);
		margin-top: calc(20 / 375 * 100vw);
		text-align: left;
	}
}
.p-thanks__text span,
.p-thanks__text a {
	color: var(--color-main);
}
.p-thanks__back {
	margin-top: 70px;
	text-align: center;
}
@media screen and (max-width: 1039px) {
	.p-thanks__back {
		margin-top: calc(70 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-thanks__back {
		margin-top: calc(50 / 375 * 100vw);
	}
}
.p-thanks__back a {
	align-items: center;
	color: var(--color-main);
	display: inline-flex;
	font-size: 1.4rem;
	font-weight: bold;
	justify-content: center;
}
@media screen and (max-width: 1039px) {
	.p-thanks__back a {
		font-size: calc(14 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-thanks__back a {
		font-size: calc(14 / 375 * 100vw);
	}
}
.p-thanks__back a::after {
	background-image: url(../images/icon_arrow_link.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 12px;
	margin-left: 20px;
	width: 7px;
}
@media screen and (max-width: 1039px) {
	.p-thanks__back a::after {
		height: calc(12 / 1040 * 100vw);
		margin-left: calc(20 / 1040 * 100vw);
		width: calc(7 / 1040 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-thanks__back a::after {
		height: calc(12 / 375 * 100vw);
		margin-left: calc(20 / 375 * 100vw);
		width: calc(7 / 375 * 100vw);
	}
}