@charset "UTF-8";
/*** The new CSS Reset - version 1.0.0 (last updated 8.7.2021) ***/
/* ブラウザのUAスタイルシートのすべてのスタイルを削除します、displayは除く */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
	all: unset;
	display: revert;
}

/* box-sizingの優先値 */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* リストのスタイル（箇条書き・番号）を削除します */
ol,
ul {
	list-style: none;
}

/* 画像がコンテナを超えないようにするため */
img {
	display: block;
	max-width: 100%;
}

/* テーブルのセル間のスペースを削除します */
table {
	border-collapse: collapse;
}

body {
	color: #1d1d1d;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
	"Hiragino Sans", Meiryo, sans-serif;
	-webkit-font-smoothing: antialiased;
}

p {
	line-height: 1.75;
}

a {
	cursor: pointer;
}
a:hover {
	opacity: 0.7;
}

sup {
	font-size: 10px;
	vertical-align: super;
}

h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 48px;
	gap: 16px;
	color: #e4002b;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	text-align: center;
}
h2 span {
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

h3 {
	color: #e4002b;
	font-weight: bold;
	font-size: 20px;
}
h3.title {
	margin-bottom: 32px;
	line-height: 1;
	text-align: center;
}

h4 {
	color: #e4002b;
	font-weight: bold;
	font-size: 20px;
}
h4.title {
	margin-bottom: 24px;
	padding: 16px;
	border: 2px dotted #e4002b;
	line-height: 1.55;
	text-align: center;
}
h5 {
	font-weight: 700;
}
h6 {
	font-weight: 700;
}

section {
	padding: 56px 4vw 64px;
}

small {
	display: block;
}

span.marker {
	background: linear-gradient(transparent 50%, rgba(228, 0, 43, 0.4) 0%);
	font-weight: bold;
}
span.bold {
	color: #e4002b;
	font-weight: bold;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
header {
	display: flex;
	position: relative;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 16px 4vw;
}
header h1 {
	width: clamp(197px, 87px + 29.26vw, 312px);
	height: auto;
}
header h1 img {
	width: 100%;
	height: auto;
}
header #checkbox {
	position: fixed;
	width: 0;
	height: 0;
	opacity: 0;
}
header #checkbox:checked + div label span:nth-of-type(1) {
	transform: translateY(4.5px) rotate(-25deg);
}
header #checkbox:checked + div label span:nth-of-type(2) {
	transform: translateY(-4.5px) rotate(25deg);
}
header #checkbox:checked + div label span:nth-of-type(3)::after {
	content: "Close";
	font-size: 10px;
}
header #checkbox:checked ~ #globalMenu {
	top: 0;
}
header div:not(#globalMenu) {
	z-index: 1000;
	position: fixed;
	right: 4vw;
	transform: translateY(-50%);
}
header div:not(#globalMenu) .hamburgerMenu {
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	background: none;
	cursor: pointer;
}
header div:not(#globalMenu) .hamburgerMenu span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 32px;
	height: 2px;
	border-radius: 25px;
	background: #e4002b;
	transition: all 0.4s;
}
header div:not(#globalMenu) .hamburgerMenu span:nth-of-type(1) {
	top: 4px;
}
header div:not(#globalMenu) .hamburgerMenu span:nth-of-type(2) {
	top: 13.6px;
}
header div:not(#globalMenu) .hamburgerMenu span:nth-of-type(3) {
	top: 13.6px;
	background: none;
}
header div:not(#globalMenu) .hamburgerMenu span:nth-of-type(3)::after {
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	content: "Menu";
	color: #e4002b;
	font-size: 11px;
	line-height: 1;
	font-family: "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
}
header #globalMenu {
	z-index: 700;
	position: fixed;
	top: -1300px;
	left: 0;
	width: 100vw;
	height: 100vh;
	height: 100lvh;
	padding: 56px 8vw 36px;
	background: #fff;
	transition: all 0.4s;
}
header #globalMenu ul {
	display: flex;
	z-index: 100;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 650px;
	margin-inline: auto;
	gap: 12px;
}
header #globalMenu ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: 2px solid #e4002b;
	color: #e4002b;
	font-weight: bold;
	text-align: center;
}
header #globalMenu ul li a {
	width: 100%;
	height: 100%;
	padding: 8px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}
header #globalMenu ul li img {
	width: 40px;
	height: 40px;
}

.cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 56px 4vw 64px;
}
.cta p {
	position: relative;
	margin-bottom: 16px;
	border-bottom: 1px solid #e4002b;
	font-size: 14px;
}
.cta p::before {
	display: block;
	position: absolute;
	top: 23px;
	left: 50%;
	width: 12px;
	height: 15px;
	transform: translateX(-50%);
	background-color: #fff;
	content: "";
}
.cta p::after {
	display: block;
	position: absolute;
	top: 33px;
	left: 47.4%;
	width: 16px;
	height: 1px;
	transform: rotate(-45deg);
	border-top: 1px solid #e4002b;
	content: "";
}
.cta p img {
	display: inline;
}
.cta a {
	display: block;
	width: min(100%, 448px);
	padding-top: 16px;
	padding-bottom: 16px;
	border: 2px solid #e4002b;
	border-radius: 28px;
	background-color: #fff;
	background-color: #e4002b;
	color: #e4002b;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	cursor: pointer;
}
.cta small {
	margin-bottom: 8px;
	font-size: 13px;
}

.works,
.reward,
.requirement {
	background: #fff5f5;
}
.works .works_flexContainer,
.works .reward_flexContainer,
.works .requirement_flexContainer,
.reward .works_flexContainer,
.reward .reward_flexContainer,
.reward .requirement_flexContainer,
.requirement .works_flexContainer,
.requirement .reward_flexContainer,
.requirement .requirement_flexContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 950px;
	margin: 0 auto;
	gap: 32px;
}
.works .works_flexContainer_flexContents,
.works .reward_flexContainer_flexContents,
.works .requirement_flexContainer_flexContents,
.reward .works_flexContainer_flexContents,
.reward .reward_flexContainer_flexContents,
.reward .requirement_flexContainer_flexContents,
.requirement .works_flexContainer_flexContents,
.requirement .reward_flexContainer_flexContents,
.requirement .requirement_flexContainer_flexContents {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 16px;
	background-color: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
}
.works .works_flexContainer_flexContents h3,
.works .works_flexContainer_flexContents img,
.works .reward_flexContainer_flexContents h3,
.works .reward_flexContainer_flexContents img,
.works .requirement_flexContainer_flexContents h3,
.works .requirement_flexContainer_flexContents img,
.reward .works_flexContainer_flexContents h3,
.reward .works_flexContainer_flexContents img,
.reward .reward_flexContainer_flexContents h3,
.reward .reward_flexContainer_flexContents img,
.reward .requirement_flexContainer_flexContents h3,
.reward .requirement_flexContainer_flexContents img,
.requirement .works_flexContainer_flexContents h3,
.requirement .works_flexContainer_flexContents img,
.requirement .reward_flexContainer_flexContents h3,
.requirement .reward_flexContainer_flexContents img,
.requirement .requirement_flexContainer_flexContents h3,
.requirement .requirement_flexContainer_flexContents img {
	margin-bottom: 12px;
}
.works .works_flexContainer_flexContents p,
.works .reward_flexContainer_flexContents p,
.works .requirement_flexContainer_flexContents p,
.reward .works_flexContainer_flexContents p,
.reward .reward_flexContainer_flexContents p,
.reward .requirement_flexContainer_flexContents p,
.requirement .works_flexContainer_flexContents p,
.requirement .reward_flexContainer_flexContents p,
.requirement .requirement_flexContainer_flexContents p {
	margin-bottom: 0;
}
.works .works_flexContainer_flexContents a,
.works .reward_flexContainer_flexContents a,
.works .requirement_flexContainer_flexContents a,
.reward .works_flexContainer_flexContents a,
.reward .reward_flexContainer_flexContents a,
.reward .requirement_flexContainer_flexContents a,
.requirement .works_flexContainer_flexContents a,
.requirement .reward_flexContainer_flexContents a,
.requirement .requirement_flexContainer_flexContents a {
	display: block;
	width: min(100% - 64px, 279px);
	padding-top: 16px;
	padding-bottom: 16px;
	border: 2px solid #e4002b;
	background-color: #fff;
	color: #e4002b;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.works .works_flexContainer_flexContents span.noHighSchool,
.works .reward_flexContainer_flexContents span.noHighSchool,
.works .requirement_flexContainer_flexContents span.noHighSchool,
.reward .works_flexContainer_flexContents span.noHighSchool,
.reward .reward_flexContainer_flexContents span.noHighSchool,
.reward .requirement_flexContainer_flexContents span.noHighSchool,
.requirement .works_flexContainer_flexContents span.noHighSchool,
.requirement .reward_flexContainer_flexContents span.noHighSchool,
.requirement .requirement_flexContainer_flexContents span.noHighSchool {
	font-size: 12px;
}

.step {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20width%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20d%3D%22m0%200h16v16h-16z%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22b%22%3E%3Cpath%20d%3D%22m0%200h16v16h-16z%22%2F%3E%3C%2FclipPath%3E%3Cg%20clip-path%3D%22url(%23a)%22%20fill%3D%22%23fff5f5%22%3E%3Cg%20clip-path%3D%22url(%23b)%22%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(-2.667%20-2.667)%22%2F%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(13.333%20-2.667)%22%2F%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(-2.667%2013.333)%22%2F%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(13.333%2013.333)%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(5.333%205.333)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step .innerBox {
	max-width: 950px;
	margin: 0 auto;
	padding: 48px 16px;
	background-color: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
}
.step .innerBox ol {
	position: relative;
	counter-reset: list_number;
}
.step .innerBox ol::before {
	position: absolute;
	top: 0;
	left: 36px;
	width: 2px;
	height: 100%;
	background-color: #e4002b;
	content: "";
}
.step .innerBox ol li {
	position: relative;
	padding-left: 80px;
	background-position: top left 17px;
	background-size: 40px 40px;
	background-repeat: no-repeat;
}
.step .innerBox ol li:nth-child(1) {
	background-image: url(../images/001.svg);
}
.step .innerBox ol li:nth-child(2) {
	background-image: url(../images/002.svg);
}
.step .innerBox ol li:nth-child(3) {
	background-image: url(../images/003.svg);
}
.step .innerBox ol li:nth-child(4) {
	background-image: url(../images/004.svg);
}
.step .innerBox ol li:not(:last-child) {
	margin-bottom: 56px;
}
.step .innerBox ol li:last-child {
	margin-bottom: 32px;
}
.step .innerBox ol li p {
	line-height: 1.45;
}
.step a {
	display: block;
	width: min(100% - 96px, 279px);
	margin: 0 auto;
	padding-top: 16px;
	padding-bottom: 16px;
	border: 2px solid #e4002b;
	background-color: #fff;
	color: #e4002b;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.faq {
	background: #fff5f5;
}
.faq ul {
	max-width: 950px;
	margin: 0 auto;
}
.faq ul .faq_contents {
	padding: 16px;
	border: none;
	background-color: #fff;
}
.faq ul .faq_contents:not(:last-child) {
	margin-bottom: 20px;
}
.faq ul .faq_contents:last-child {
	margin-bottom: 48px;
}
.faq ul .faq_contents_title {
	position: relative;
	margin-bottom: 28px;
	font-weight: bold;
}
.faq ul .faq_contents_title::before {
	padding-right: 16px;
	content: "Q";
	color: #e4002b;
	font-size: 20px;
	font-family: "Helvetica Neue", Arial, sans-serif;
}
.faq ul .faq_contents_title::after {
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e4002b;
	content: "";
}
.faq ul .faq_contents_answer {
	position: relative;
	padding-left: 30px;
	line-height: 1.65;
}
.faq ul .faq_contents_answer::before {
	position: absolute;
	top: -4px;
	left: 0;
	content: "A";
	color: #009bc2;
	font-size: 20px;
	font-family: "Helvetica Neue", Arial, sans-serif;
}
.faq ul .faq_contents_answer span {
	color: #e4002b;
	font-weight: bold;
}
.faq a {
	display: block;
	width: min(100% - 64px, 279px);
	margin: 0 auto;
	padding-top: 16px;
	padding-bottom: 16px;
	border: 2px solid #e4002b;
	background-color: #fff;
	color: #e4002b;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.campaign {
	padding: 56px 4vw 64px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20width%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20d%3D%22m0%200h16v16h-16z%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22b%22%3E%3Cpath%20d%3D%22m0%200h16v16h-16z%22%2F%3E%3C%2FclipPath%3E%3Cg%20clip-path%3D%22url(%23a)%22%20fill%3D%22%23fff5f5%22%3E%3Cg%20clip-path%3D%22url(%23b)%22%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(-2.667%20-2.667)%22%2F%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(13.333%20-2.667)%22%2F%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(-2.667%2013.333)%22%2F%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(13.333%2013.333)%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(5.333%205.333)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.campaign .campaign_flexContainer {
	max-width: 950px;
	margin: 0 auto;
	gap: 32px;
}
.campaign .campaign_flexContainer li img {
	border-radius: 12px;
	box-shadow: 11px 11px 30px rgba(0, 0, 0, 0.16);
}
.campaign .campaign_flexContainer li small {
	margin-top: 6px;
	font-size: 13px;
	text-align: center;
}
.campaign .campaign_flexContainer.lower {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.campaign .campaign_flexContainer.lower img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767.97px) {
	.campaign .campaign_flexContainer.lower {
	grid-template-columns: 1fr;
	}
}

.contact {
	padding: 60px 32px;
}
.contact p {
	margin-bottom: 24px;
	line-height: 1.45;
	text-align: center;
}
.contact .contact_flexContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 32px;
}
.contact .contact_flexContainer a {
	position: relative;
	width: 279px;
	height: 52px;
	padding: 8px 16px;
	border: none;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.contact .contact_flexContainer a::before {
	display: inline-block;
	position: absolute;
	top: 14px;
	left: 16px;
	width: 24px;
	height: 24px;
	content: "";
}
.contact .contact_flexContainer a div {
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 18px;
}
.contact .contact_flexContainer a small {
	font-weight: normal;
	font-size: 13px;
	text-align: center;
}
.contact .contact_flexContainer a[href^="tel:"] {
	background-color: #009bc2;
}
.contact .contact_flexContainer a[href^="tel:"]::before {
	background-image: url(../images/icon_phone.svg);
}
.contact .contact_flexContainer a[href^="tel:"] div {
	font-size: 20px;
}
.contact .contact_flexContainer a[href*="html"],
.contact .contact_flexContainer a[href*="php"] {
	background-color: #e35a40;
}
.contact .contact_flexContainer a[href*="html"]::before,
.contact .contact_flexContainer a[href*="php"]::before {
	background-image: url(../images/icon_mail.svg);
}

.err_msg {
	display: none;
	margin-top: 4px;
	margin-left: 2px;
	color: #c60000;
	font-weight: 700;
	font-size: 14px;
}

footer {
	padding-top: 32px;
	padding-bottom: 32px;
	background: #f3f3f3;
	font-size: 12px;
	text-align: center;
}
#company footer,
#404 footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
footer .footer_flexContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 16px;
	gap: 0 24px;
}
footer .footer_flexContainer a.footer_link {
	padding-top: 0;
	padding-bottom: 0;
}
footer small {
	font-size: 10px;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

.eyecatchArea {
	position: relative;
	width: 100vw;
	margin-bottom: 48px;
}
.eyecatchArea img {
	-o-object-fit: cover;
	-o-object-position: 50% 50%;
	width: 100%;
	height: clamp(173px, 51px + 32.57vw, 301px);
	object-fit: cover;
	object-position: 50% 50%;
}
.eyecatchArea_title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 0;
	padding: 16px;
	transform: translateX(-50%) translateY(-50%);
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 28px;
	white-space: nowrap;
}
.eyecatchArea_title span {
	position: relative;
}
.eyecatchArea_title span::before {
	display: block;
	position: absolute;
	top: 50%;
	left: -24px;
	width: 16px;
	height: 1px;
	background-color: #e4002b;
	content: "";
}
.eyecatchArea_title span::after {
	display: block;
	position: absolute;
	top: 50%;
	right: -24px;
	width: 16px;
	height: 1px;
	background-color: #e4002b;
	content: "";
}
.eyecatchArea.noImage {
	height: clamp(100px, 81.5385px + 5.1282vw, 180px);
	margin-bottom: 0;
}

.tools {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20width%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20d%3D%22m0%200h16v16h-16z%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22b%22%3E%3Cpath%20d%3D%22m0%200h16v16h-16z%22%2F%3E%3C%2FclipPath%3E%3Cg%20clip-path%3D%22url(%23a)%22%20fill%3D%22%23fff5f5%22%3E%3Cg%20clip-path%3D%22url(%23b)%22%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(-2.667%20-2.667)%22%2F%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(13.333%20-2.667)%22%2F%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(-2.667%2013.333)%22%2F%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(13.333%2013.333)%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(5.333%205.333)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.tools .innerBox {
	max-width: 950px;
	margin: 0 auto;
	padding: 48px 16px;
	background-color: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
}
.tools .innerBox div {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.tools .innerBox div ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 480px;
}
.tools .innerBox div p.spTabVisibility,
.tools .innerBox div p.pcVisibility {
	display: none;
}
.tools .innerBox div p.spTabVisibility.visibility,
.tools .innerBox div p.pcVisibility.visibility {
	display: block;
	margin-bottom: 24px;
}
.tools .innerBox div:first-child {
	margin-bottom: 48px;
}
.tools .innerBox div:first-child ul {
	margin-bottom: 24px;
}
.tools .innerBox div:first-child ul li {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	justify-content: flex-start;
	width: calc((100% - 48px) / 2);
}
.tools .innerBox div:first-child ul li:nth-child(2) {
	width: 48px;
	padding-top: 32px;
	color: #e4002b;
	font-weight: bold;
	font-size: 60px;
	text-align: center;
}
.tools .innerBox div:first-child ul li:nth-child(3) {
	text-align: center;
}
.tools .innerBox div:first-child ul li p {
	line-height: 1.45;
}
.tools .innerBox div:first-child ul li p span {
	color: #e4002b;
}
.tools .innerBox div:first-child ul li p span:first-child {
	font-weight: bold;
}
.tools .innerBox div:first-child p span {
	color: #e4002b;
	font-weight: bold;
}
.tools .innerBox div:nth-child(2) ul {
	flex-wrap: nowrap;
	margin-bottom: 12px;
}
.tools .innerBox div:nth-child(2) ul li {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	justify-content: center;
	width: calc((100% - 48px) / 3);
	min-width: 90px;
}
.tools .innerBox div:nth-child(2) ul li:nth-child(2) {
	color: #e4002b;
	font-weight: bold;
	font-size: 30px;
}
.tools .innerBox div:nth-child(2) p:first-of-type {
	margin-bottom: 24px;
	color: #e4002b;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.tools .innerBox div:nth-child(2) p span {
	color: #e4002b;
	font-weight: bold;
}
.tools .innerBox div.pcVisibility {
	display: none;
}
.tools .innerBox div.pcVisibility.visibility {
	display: flex;
	margin-top: 48px;
}

.idCard {
	background: #fff5f5;
}
.idCard p {
	max-width: 950px;
	margin: 0 auto 24px;
}
.idCard div {
	display: flex;
	flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	justify-content: flex-start;
	max-width: 950px;
	margin: 0 auto;
	gap: 24px;
}
.idCard div figure {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	justify-content: flex-start;
	width: calc((100% - 48px) / 3);
}
.idCard div figure img {
	width: auto;
	max-width: 300px;
	height: 15.5vw;
}
.idCard div figure figcaption {
	margin-top: 4px;
	font-size: 12px;
}
.idCard div figure figcaption span {
	font-size: 10px;
}

.sitemap {
	background: #fff5f5;
}
.sitemap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 950px;
	margin: 0 auto;
	gap: 24px;
}
.sitemap ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 44%;
	height: auto;
	border: 2px solid #e4002b;
	background-color: #fff;
	color: #e4002b;
	font-weight: bold;
	text-align: center;
}
.sitemap ul li a {
	width: 100%;
	height: 100%;
	padding: 12px;
}
.sitemap ul li img {
	margin-inline: auto;
	width: 48px;
	height: 48px;
}

.contactForm {
	max-width: calc(512px + 8vw);
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 32px;
}
.contactForm p {
	margin-bottom: 56px;
}
.contactForm p:last-child {
	margin-bottom: 32px;
}
.contactForm p a {
	color: #2984d6;
	text-decoration: underline;
}
.contactForm form p {
	margin-bottom: 48px;
}
.contactForm form label {
	font-weight: bold;
	font-size: 20px;
}
.contactForm form label.required::after {
	margin-right: 4px;
	content: "※必須";
	color: #e4002b;
	font-size: 12px;
}
.contactForm form input {
	display: block;
	width: 100%;
	height: 48px;
	margin-top: 12px;
	margin-bottom: 16px;
	padding: 0 12px;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
}
.contactForm form textarea {
	display: block;
	width: 100%;
	height: 180px;
	margin-top: 12px;
	margin-bottom: 40px;
	padding: 12px;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
}
.contactForm form button {
	display: block;
	width: clamp(279px, 13.597rem + 19.2vw, 448px);
	height: 52px;
	margin: 0 auto 64px;
	border-radius: 26px;
	background-color: #e4002b;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
}
.contactForm form button:hover {
	opacity: 0.7;
}

.company {
	margin-bottom: 110px;
	padding-top: 0;
}
.company img {
	margin-inline: auto;
}

.errorMessage {
	margin-top: 81px;
	margin-bottom: 110px;
	margin-inline: auto;
	text-align: center;
}
.errorMessage h2 {
	margin-bottom: 20px;
	font-size: 60px;
	font-family: "Helvetica Neue", Arial, sans-serif;
}
.errorMessage p {
	max-width: 448px;
	margin-inline: auto;
}
.errorMessage p.title {
	margin-bottom: 20px;
	color: #e4002b;
	font-size: 24px;
	font-family: "Helvetica Neue", Arial, sans-serif;
}
.errorMessage p.bold {
	margin-bottom: 12px;
	font-weight: bold;
}
.errorMessage p:last-of-type {
	margin-bottom: 48px;
}
.errorMessage a {
	display: block;
	width: clamp(279px, 15.619rem + 9.09vw, 359px);
	margin-inline: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	border: 2px solid #e4002b;
	background-color: #fff;
	color: #e4002b;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

#index .hero {
	display: flex;
	position: relative;
	margin-left: 4vw;
}
#index .hero_heroImage {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 4vw);
	height: clamp(308px, -0.073rem + 82.44vw, 632px);
	transform: scale(1) translateY(0%);
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
}
#index .hero_heroImage picture {
	display: block;
	width: 100%;
	height: clamp(308px, -0.073rem + 82.44vw, 632px);
}
#index .hero_heroImage img {
	width: 100%;
	height: auto;
}
#index .hero_text {
	position: relative;
	margin-top: calc(
	clamp(308px, -0.073rem + 82.44vw, 632px) -
		clamp(101px, -0.021rem + 27.02vw, 207.2px) * 0.75
	);
}
#index .hero_text_catchCopy {
	width: clamp(310px, -0.067rem + 82.95vw, 636px);
	margin-bottom: 32px;
}
#index .hero_text_catchCopy img {
	width: 100%;
	height: auto;
}
#index .hero_text_others {
	-moz-column-gap: 4.5vw;
	display: flex;
	column-gap: 4.5vw;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
#index .hero_text_others_leadSentence {
	width: calc(100% - 12vw);
	margin-right: 4vw;
	color: #e4002b;
	font-weight: bold;
	font-size: clamp(1rem, 0.5229rem + 2.0356vw, 1.5rem);
	line-height: 1.55;
}
#index .hero_text_others_leadSentence::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: -0.275em;
	content: "";
}
#index .hero_text_others_leadSentence::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: -0.275em;
	content: "";
}
#index .hero_text_others_scroll {
	position: relative;
}
#index .hero_text_others_scroll span {
	color: #e4002b;
	font-size: clamp(0.625rem, 0.3865rem + 1.0178vw, 0.875rem);
	writing-mode: vertical-rl;
}
#index .hero_text_others_scroll::after {
	position: absolute;
	width: 1px;
	height: 32px;
	background: #e4002b;
	content: "";
	animation: pathmove 1.4s ease-in-out infinite;
	opacity: 0;
}
#index .recommend {
	background: #fff5f5;
}
#index .recommend h2 {
	line-height: 1.55;
}
#index .recommend h2 span {
	line-height: 1;
}
#index .recommend .recommend_flexContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 660px;
	margin: 0 auto;
}
#index .recommend .recommend_flexContainer_flexContents {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 166px;
	min-height: 191px;
	padding: 24px 0;
	border: 1px solid #e4002b;
	background-color: #fff;
}
#index .recommend .recommend_flexContainer_flexContents:nth-child(2n) {
	margin-left: -1px;
}
#index .recommend .recommend_flexContainer_flexContents:nth-child(n + 3) {
	margin-top: -1px;
}
#index .recommend .recommend_flexContainer_flexContents img {
	margin-bottom: 12px;
}
#index .recommend .recommend_flexContainer_flexContents p {
	font-weight: bold;
	text-align: center;
}
#index .works {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20width%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20d%3D%22m0%200h16v16h-16z%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22b%22%3E%3Cpath%20d%3D%22m0%200h16v16h-16z%22%2F%3E%3C%2FclipPath%3E%3Cg%20clip-path%3D%22url(%23a)%22%20fill%3D%22%23fff5f5%22%3E%3Cg%20clip-path%3D%22url(%23b)%22%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(-2.667%20-2.667)%22%2F%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(13.333%20-2.667)%22%2F%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(-2.667%2013.333)%22%2F%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(13.333%2013.333)%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(5.333%205.333)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
#index .works .lead_outer .lead_inner {
	display: inline-block;
	text-align: left;
}
#index .works .lead_outer .lead_inner p {
	max-width: 950px;
	margin: 0 auto 4px;
	color: #e4002b;
	font-weight: bold;
	line-height: 1.75;
}
#index .works .lead_outer .lead_inner small {
	max-width: 950px;
	margin: 0 auto 20px;
	color: #e4002b;
	font-size: 10px;
}
#index .works .lead_outer .lead_inner div {
	text-align: center;
}
#index .works .lead_outer .lead_inner a {
	display: inline-block;
	margin-bottom: 48px;
	border-bottom: 1px dashed #e4022b;
	color: #e4022b;
}
#index .works .lead_outer .lead_inner a::after {
	display: inline-block;
	width: 8px;
	height: 8px;
	transform: rotate(45deg) translate(-1px, -1px);
	border-top: 1.5px solid #e4022b;
	border-right: 1.5px solid #e4022b;
	content: "";
}
#index .works .works_flexContainer_flexContents p {
	margin-bottom: 24px;
	line-height: 1.75;
}
#index .merit {
	position: relative;
	padding-top: 99px;
	background: #fff5f5;
}
#index .merit .merit_flexContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 950px;
	margin: 0 auto;
	gap: 32px;
}
#index .merit .merit_flexContainer_flexContents {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 16px;
	padding: 48px 32px;
	background-color: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
}
#index .merit .merit_flexContainer_flexContents img {
	margin-bottom: 12px;
}
#index .merit .merit_flexContainer_flexContents h3 {
	margin-bottom: 24px;
}
#index .merit .merit_flexContainer_flexContents p {
	line-height: 1.75;
}
#index .merit::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: min(100%, 375px);
	height: 43px;
	transform: translateX(-50%);
	background: url(../images/triangle_bg.svg) no-repeat;
	content: "";
}
#index .merit::after {
	position: absolute;
	top: 0;
	left: 50%;
	width: min(100%, 375px);
	height: 43px;
	transform: translateX(-50%);
	background: url(../images/triangle.svg) no-repeat;
	content: "";
}
#index .voice {
	padding-right: 0;
	padding-left: 0;
	overflow: hidden;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20width%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20d%3D%22m0%200h16v16h-16z%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22b%22%3E%3Cpath%20d%3D%22m0%200h16v16h-16z%22%2F%3E%3C%2FclipPath%3E%3Cg%20clip-path%3D%22url(%23a)%22%20fill%3D%22%23fff5f5%22%3E%3Cg%20clip-path%3D%22url(%23b)%22%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(-2.667%20-2.667)%22%2F%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(13.333%20-2.667)%22%2F%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(-2.667%2013.333)%22%2F%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(13.333%2013.333)%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%222.667%22%20cy%3D%222.667%22%20r%3D%222.667%22%20transform%3D%22translate(5.333%205.333)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
#index .voice .voice_flexContainer {
	max-width: 500px;
	height: 580px;
	margin: 0 auto;
	overflow-x: hidden;
}
#index .voice .voice_flexContainer_flexContents {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 279px;
	min-height: 520px;
	padding: 24px 16px;
	background-color: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
}
#index .voice .voice_flexContainer_flexContents img {
	width: 80px;
	height: 80px;
	margin-bottom: 24px;
	border: 1px solid #e4002b;
	border-radius: 50%;
}
#index .voice .voice_flexContainer_flexContents p:not(.comment) {
	line-height: 1;
}
#index .voice .voice_flexContainer_flexContents p.name {
	margin-bottom: 12px;
	font-size: 12px;
}
#index .voice .voice_flexContainer_flexContents p.name span {
	color: #e4002b;
	font-weight: bold;
}
#index .voice .voice_flexContainer_flexContents p.name span.nameInitial {
	font-size: 24px;
}
#index .voice .voice_flexContainer_flexContents p.name span.honorific {
	font-size: 16px;
}
#index .voice .voice_flexContainer_flexContents p.monthlyIncome {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 14px;
}
#index .voice .voice_flexContainer_flexContents p.monthlyIncome span {
	color: #e4002b;
	font-size: 24px;
}
#index .voice .voice_flexContainer_flexContents p.workingTime {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 12px;
}
#index .voice .voice_flexContainer_flexContents p.calculation {
	margin-bottom: 24px;
	font-size: 10px;
}
#index .voice .voice_flexContainer_flexContents p.comment {
	padding-right: 16px;
	padding-left: 16px;
	line-height: 1.65;
}
#index .step {
	background: #fff5f5;
}
#index .step .innerBox {
	box-shadow: none;
}
#index .step .innerBox ol li:last-child {
	margin-bottom: 0;
}
#index .step .innerBox ol li img.spTabVisibility {
	display: none;
}
#index .step .innerBox ol li img.spTabVisibility.visibility {
	display: block;
}
#index .step .innerBox ol li img.pcVisibility {
	display: none;
}
#index .step .innerBox ol li img.pcVisibility.visibility {
	display: block;
}
#index .campaign {
	padding-right: 0;
	padding-left: 0;
}
#index .campaign .campaign_flexContainer {
	max-width: 500px;
	height: 203px;
	margin: 0 auto;
	overflow-x: hidden;
}
#index .campaign .campaign_flexContainer li:nth-child(2) img {
	margin-bottom: 6px;
}
#index .campaign .campaign_flexContainer li:nth-child(2) small {
	font-size: 13px;
	text-align: center;
}

@keyframes pathmove {
	0% {
	top: clamp(2.829rem, 1.892rem + 4vw, 3.811rem);
	left: 50%;
	height: 0;
	transform: translateX(-50%);
	opacity: 0;
	}
	30% {
	height: 32px;
	opacity: 1;
	}
	100% {
	top: calc(clamp(2.829rem, 1.892rem + 4vw, 3.811rem) + 32px);
	left: 50%;
	height: 0;
	transform: translateX(-50%);
	opacity: 0;
	}
}

@media screen and (min-width: 767.98px) {
	h2 {
	font-size: 32px;
	}
	h3.title {
	font-size: 32px;
	}
	header #checkbox:checked + div label span:nth-of-type(1) {
	transform: translateY(6.5px) rotate(-25deg);
	}
	header #checkbox:checked + div label span:nth-of-type(2) {
	transform: translateY(-6.5px) rotate(25deg);
	}
	header #checkbox:checked + div label span:nth-of-type(3)::after {
	font-size: 15px;
	}
	header div:not(#globalMenu) .hamburgerMenu span:nth-of-type(2) {
	top: 17.6px;
	}
	header div:not(#globalMenu) .hamburgerMenu span:nth-of-type(3)::after {
	font-size: 17px;
	}
	header div:not(#globalMenu) .hamburgerMenu span:nth-of-type(3) {
	top: 17.6px;
	}
	header div:not(#globalMenu) .hamburgerMenu span {
	width: 48px;
	}
	header div:not(#globalMenu) .hamburgerMenu {
	width: 48px;
	height: 48px;
	}
	.works .works_flexContainer_flexContents:first-child,
	.works .reward_flexContainer_flexContents:first-child,
	.works .requirement_flexContainer_flexContents:first-child,
	.reward .works_flexContainer_flexContents:first-child,
	.reward .reward_flexContainer_flexContents:first-child,
	.reward .requirement_flexContainer_flexContents:first-child,
	.requirement .works_flexContainer_flexContents:first-child,
	.requirement .reward_flexContainer_flexContents:first-child,
	.requirement .requirement_flexContainer_flexContents:first-child {
	width: 100%;
	}
	.works .works_flexContainer_flexContents:not(:first-child),
	.works .reward_flexContainer_flexContents:not(:first-child),
	.works .requirement_flexContainer_flexContents:not(:first-child),
	.reward .works_flexContainer_flexContents:not(:first-child),
	.reward .reward_flexContainer_flexContents:not(:first-child),
	.reward .requirement_flexContainer_flexContents:not(:first-child),
	.requirement .works_flexContainer_flexContents:not(:first-child),
	.requirement .reward_flexContainer_flexContents:not(:first-child),
	.requirement .requirement_flexContainer_flexContents:not(:first-child) {
	width: calc((100% - 32px) / 2);
	}
	.step .innerBox {
	padding: 48px min(200px, 15vw);
	}
	.contact p {
	line-height: 1;
	}
	.eyecatchArea_title {
	padding: 32px;
	font-size: 40px;
	}
	.sitemap ul li .spOnly {
	display: none;
	}
	.errorMessage h2 {
	font-size: 80px;
	}
	#index .recommend h2 .spOnly {
	display: none;
	line-height: 1;
	}
	#index .works .lead_outer {
	text-align: center;
	}
	#index .works .works_flexContainer_flexContents:not(:last-child) {
	width: calc((100% - 32px) / 2);
	}
	#index .works .works_flexContainer_flexContents:last-child {
	width: 100%;
	}
	#index .merit .merit_flexContainer_flexContents {
	width: calc((100% - 32px) / 2);
	}
	#index .voice .voice_flexContainer_flexContents {
	width: calc((100% - 32px) / 2);
	max-width: initial;
	min-height: initial;
	}
	#index .voice .voice_flexContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 950px;
	height: auto;
	overflow-x: visible;
	gap: 32px;
	}
	#index .voice {
	padding: 56px 4vw 64px;
	overflow: visible;
	}
	#index .campaign .campaign_flexContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: initial;
	height: auto;
	margin: inherit;
	overflow-x: visible;
	}
	#index .campaign {
	padding: 56px 4vw 64px;
	}
	.popup .popup_inner img.pc {
	display: none;
	}
	.popup .popup_inner img.sp {
	display: inline;
	width: 100vw;
	height: auto;
	}
	.popup .popup_inner label {
	top: -30px;
	right: 0;
	}
}

@media screen and (max-width: 767.97px) {
	.gallery-cell {
	margin-right: 32px;
	counter-increment: gallery-cell;
	}
	.flickity-enabled {
	position: relative;
	}
	.flickity-enabled:focus {
	outline: none;
	}
	.flickity-viewport {
	position: relative;
	max-width: 500px;
	height: 100%;
	margin: 0 auto;
	overflow-y: visible;
	}
	.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	}
	/* draggable */
	.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	}
	.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: grab;
	}
	.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: grabbing;
	}
	/* ---- flickity-button ---- */
	.flickity-button {
	position: absolute;
	border: none;
	background: hsla(0deg, 0%, 100%, 0.75);
	color: #333;
	font-size: 16px;
	}
	.flickity-button-icon {
	fill: currentColor;
	}
	/* ---- previous/next buttons ---- */
	.flickity-prev-next-button {
	top: 45%;
	width: 36px;
	height: 36px;
	/* vertically center */
	transform: translateY(-50%);
	border-radius: 50%;
	}
	.campaign .flickity-prev-next-button {
	top: 35%;
	}
	.flickity-prev-next-button.previous {
	left: calc(50% - 158px);
	background: url(../images/prev_arrow.svg) no-repeat;
	}
	.voice .flickity-prev-next-button.previous {
	left: calc(50% - 158px);
	}
	.flickity-prev-next-button.next {
	right: calc(50% - 158px);
	background: url(../images/next_arrow.svg) no-repeat;
	}
	.voice .flickity-prev-next-button.next {
	right: calc(50% - 158px);
	}
	/* right to left */
	.flickity-rtl .flickity-prev-next-button.previous {
	right: 9.6vw;
	left: auto;
	}
	.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 9.6vw;
	}
	.flickity-prev-next-button .flickity-button-icon {
	display: none;
	}
	/* ---- page dots ---- */
	.flickity-page-dots {
	position: absolute;
	top: 187px;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style: none;
	text-align: center;
	}
	.voice .flickity-page-dots {
	top: 564px;
	}
	.flickity-rtl .flickity-page-dots {
	direction: rtl;
	}
	.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border: 1px solid #e4002b;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	}
	.flickity-page-dots .dot.is-selected {
	background-color: #e4002b;
	}
}

@media screen and (min-width: 979.98px) {
	header {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	}
	.works .works_flexContainer_flexContents,
	.works .reward_flexContainer_flexContents,
	.works .requirement_flexContainer_flexContents,
	.reward .works_flexContainer_flexContents,
	.reward .reward_flexContainer_flexContents,
	.reward .requirement_flexContainer_flexContents,
	.requirement .works_flexContainer_flexContents,
	.requirement .reward_flexContainer_flexContents,
	.requirement .requirement_flexContainer_flexContents {
	padding: 48px 32px;
	}
	.faq ul .faq_contents {
	padding: 20px 32px;
	}
	.eyecatchArea {
	margin-top: 67.93px;
	}
	.tools .innerBox {
	padding: 48px 32px;
	}
	#index .hero {
		max-height: 512px;
	margin-top: 67.93px;
	overflow: hidden;
	}
	#index .hero_heroImage {
	width: 80%;
	height: 512px;
	}
	#index .hero_heroImage picture {
		height: 512px;
	}
	#index .hero_text {
	margin-top: 256px;
	transform: translateY(-50%);
	}
	#index .hero_text_catchCopy img {
	width: 488px;
	}
	#index .hero_text_others {
	-moz-column-gap: 11.6px;
	column-gap: 11.6px;
	align-items: center;
	}
	#index .hero_text_others_leadSentence {
	letter-spacing: -0.01em;
	}
	#index .hero_text_others_leadSentence {
	width: 460px;
	padding: 16px;
	background-color: rgba(255, 255, 255, 0.85);
	}
	#index .voice .voice_flexContainer_flexContents {
	padding: 48px 32px;
	}
	@keyframes pathmove {
	0% {
		top: 65px;
		left: 50%;
		height: 0;
		transform: translateX(-50%);
		opacity: 0;
	}
	30% {
		height: 32px;
		opacity: 1;
	}
	100% {
		top: 88px;
		left: 50%;
		height: 0;
		transform: translateX(-50%);
		opacity: 0;
	}
	}
}
/* グローバルナビの展開タイミングを修正 */
@media screen and (min-width: 1279.98px) {
	header {
		padding: 16px 32px;
	}
	header #checkbox {
		display: none;
	}
	header div:not(#globalMenu) {
		display: none;
	}
	header #globalMenu {
		position: initial;
		flex-wrap: nowrap;
		width: auto;
		height: auto;
		padding: 0;
		background: none;
	}
	header #globalMenu ul {
		max-width: initial;
		gap: 24px;
	}
	header #globalMenu ul li {
		width: auto;
		height: auto;
		padding: 0;
		border: none;
	}
	header #globalMenu ul li a {
		padding: 0;
		background: none;
	}
	header #globalMenu ul li img {
		display: none;
	}
	header #globalMenu ul li .spOnly {
		display: none;
	}
}

@media screen and (min-width: 1199.98px) {
	.works .works_flexContainer,
	.works .reward_flexContainer,
	.works .requirement_flexContainer,
	.reward .works_flexContainer,
	.reward .reward_flexContainer,
	.reward .requirement_flexContainer,
	.requirement .works_flexContainer,
	.requirement .reward_flexContainer,
	.requirement .requirement_flexContainer {
	flex-wrap: nowrap;
	max-width: 1100px;
	}
	.works .works_flexContainer_flexContents:first-child,
	.works .reward_flexContainer_flexContents:first-child,
	.works .requirement_flexContainer_flexContents:first-child,
	.reward .works_flexContainer_flexContents:first-child,
	.reward .reward_flexContainer_flexContents:first-child,
	.reward .requirement_flexContainer_flexContents:first-child,
	.requirement .works_flexContainer_flexContents:first-child,
	.requirement .reward_flexContainer_flexContents:first-child,
	.requirement .requirement_flexContainer_flexContents:first-child {
	width: 33.3333333333%;
	}
	.works .works_flexContainer_flexContents:first-child[class^="requirement"],
	.works .reward_flexContainer_flexContents:first-child[class^="requirement"],
	.works
	.requirement_flexContainer_flexContents:first-child[class^="requirement"],
	.reward .works_flexContainer_flexContents:first-child[class^="requirement"],
	.reward .reward_flexContainer_flexContents:first-child[class^="requirement"],
	.reward
	.requirement_flexContainer_flexContents:first-child[class^="requirement"],
	.requirement
	.works_flexContainer_flexContents:first-child[class^="requirement"],
	.requirement
	.reward_flexContainer_flexContents:first-child[class^="requirement"],
	.requirement
	.requirement_flexContainer_flexContents:first-child[class^="requirement"] {
	width: 100%;
	max-width: 950px;
	}
	.works .works_flexContainer_flexContents:not(:first-child),
	.works .reward_flexContainer_flexContents:not(:first-child),
	.works .requirement_flexContainer_flexContents:not(:first-child),
	.reward .works_flexContainer_flexContents:not(:first-child),
	.reward .reward_flexContainer_flexContents:not(:first-child),
	.reward .requirement_flexContainer_flexContents:not(:first-child),
	.requirement .works_flexContainer_flexContents:not(:first-child),
	.requirement .reward_flexContainer_flexContents:not(:first-child),
	.requirement .requirement_flexContainer_flexContents:not(:first-child) {
	width: 33.3333333333%;
	}
	.works .works_flexContainer_flexContents,
	.works .reward_flexContainer_flexContents,
	.works .requirement_flexContainer_flexContents,
	.reward .works_flexContainer_flexContents,
	.reward .reward_flexContainer_flexContents,
	.reward .requirement_flexContainer_flexContents,
	.requirement .works_flexContainer_flexContents,
	.requirement .reward_flexContainer_flexContents,
	.requirement .requirement_flexContainer_flexContents {
	padding: 24px 16px;
	}
	#index .recommend .recommend_flexContainer {
	max-width: 996px;
	}
	#index .recommend .recommend_flexContainer_flexContents:nth-child(n + 3) {
	margin-top: 0;
	}
	#index .recommend .recommend_flexContainer_flexContents:nth-child(4) {
	margin-left: -1px;
	}
	#index .recommend .recommend_flexContainer_flexContents:nth-child(n + 4) {
	margin-top: 0;
	}
	#index .recommend .recommend_flexContainer_flexContents:not(:first-child) {
	margin-left: -1px;
	}
	#index .works .works_flexContainer_flexContents:not(:last-child) {
	width: 33.3333333333%;
	}
	#index .works .works_flexContainer_flexContents:last-child {
	width: 33.3333333333%;
	}
}

@media screen and (540.98px <= width < 1199.98px) {
	#index
	.recommend
	.recommend_flexContainer_flexContents:not(:nth-child(3n-2)) {
	margin-left: -1px;
	}
	#index .recommend .recommend_flexContainer_flexContents:nth-child(3) {
	margin-top: 0;
	}
	#index .recommend .recommend_flexContainer_flexContents:nth-child(4) {
	margin-left: 0;
	}
	#index .recommend .recommend_flexContainer_flexContents:nth-child(n + 4) {
	margin-top: -1px;
	}
}

.popup:has(input#popup_close:checked) {
	display: none;
}
 .popup {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10000;
	padding-top: 12px;
	padding-bottom: 12px;
}
@media (max-width: 767.98px) {
	.popup {
	padding: 0;
	}
}
 .popup .popup_inner {
	position: relative;
	display: inline-block;
}
 .popup .popup_inner img.pc {
	display: inline;
}
 .popup .popup_inner img {
	vertical-align: bottom;
}
 .popup .popup_inner img.sp {
	display: none;
}
 .popup .popup_inner img {
	vertical-align: bottom;
}
 .popup .popup_inner input {
	position: absolute;
	top: -100000px;
}
 .popup .popup_inner label {
	position: absolute;
	top: -20px;
	right: -20px;
	z-index: 100000;
	background-color: #fff;
	padding: 3px;
	border: 2px solid #1d1d1d;
	border-radius: 50%;
	cursor: pointer;
}
 .popup .popup_inner img {
	vertical-align: bottom;
}
@media (max-width: 767.98px) {
	.popup .popup_inner img.pc {
	 display: none;
 }
}
@media (max-width: 767.98px) {
	.popup .popup_inner img.sp {
	 display: inline;
	 width: 100vw;
	 height: auto;
 }
}
@media (max-width: 767.98px) {
 .popup .popup_inner label {
	 top: -30px;
	 right: 4px;
 }
}

#inquiry .contact:nth-of-type(3) {
	display: none;
}
