html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
	color: #000;
}
select {
	appearance: none;
	-webkit-appearance: textfield;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
a {
	color: initial;
	text-decoration: none;
	cursor: pointer;
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	padding: 0;
	background-color: rgba(255, 255, 255, 0);
	color: #000;
}
li {
	list-style: none;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
}
input[type='button'],
input[type='text'],
input[type='submit'],
input[type='image'],
input[type='search'],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
:root {
	--margin: 10px;
	--color-orange: #fc7000;
	--color-black: #383838;
	--wf-notosansjp: 'Noto Sans JP', sans-serif;
	--wf-lato: 'Lato', sans-serif;
	--wf-poppins: 'Poppins', sans-serif;
	--wf-lexend: 'Lexend Deca', sans-serif;
	--z-base: 0;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
body.preload * {
	transition: none !important;
}
a {
	color: inherit;
}
button {
	color: inherit;
}
.js-focus-visible :focus:not(.focus-visible) {
	outline: 0;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.visuallyHidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
.menu-opened {
	min-height: 101lvh !important;
}
@media (max-width: 767px) {
	.only--pc {
		display: none !important;
	}
}
@media screen and (min-width: 768px), print {
	.only--sp {
		display: none !important;
	}
}
body {
	width: 100%;
}
@media (max-width: 767px) {
	body {
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
}
.u-font--notosans {
	font-family: var(--wf-notosansjp);
}
.u-font--yu-gothic {
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
}
.l-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	font-family: var(--wf-notosansjp);
}
.l-wrapper.is-open {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.l-main {
	flex: 1;
}
[data-scroll='fade-in'],
[data-scroll-contents='fade-in'] {
	filter: blur(10px);
	opacity: 0;
	transition:
		opacity 0.4s,
		filter 0.4s ease-in;
}
[data-scroll='fade-in'].active,
[data-scroll-contents='fade-in'].active {
	filter: blur(0);
	opacity: 1;
}
[data-scroll='fade-in-up'],
[data-scroll-contents='fade-in-up'] {
	opacity: 0;
	transform: translate(0, 20px);
	transition:
		opacity 0.6s ease-in,
		transform 0.6s ease-in;
}
[data-scroll='fade-in-up'].active,
[data-scroll-contents='fade-in-up'].active {
	opacity: 1;
	transform: none;
}
.c-entry-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 174px;
	height: 37px;
	background-color: var(--color-orange);
	border-radius: 6px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}
.c-entry-button:link {
	color: #fff;
}
.c-entry-button:hover {
	opacity: 1;
}
.c-entry-button--entered {
	background-color: #7e7b7b;
	pointer-events: none;
}
@media screen and (min-width: 768px), print {
	.c-entry-button {
		transition: box-shadow 0.4s ease-out;
	}
	.c-entry-button:hover {
		box-shadow: none;
	}
}
.c-like-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	padding: 0 29px 0 14px;
	background-color: #fff;
	border-radius: 30px;
	color: #646464;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	transition: color 0.4s ease-out;
}
.c-like-button::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 11px;
	transform: translate(0, -50%);
	width: 13px;
	height: 13px;
	background: url('../images/base/icon_like.svg') no-repeat;
	background-position: center;
	background-size: contain;
	transition: background-image 0.4s ease-out;
}
.c-like-button.settled {
	color: var(--color-orange);
}
.c-like-button.settled::after {
	background-image: url('../images/base/icon_like--orange.svg');
}
.c-corp-logo {
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
.c-corp-logo picture,
.c-corp-logo img {
	display: block;
	width: 100%;
	height: 100%;
}
.c-corp-logo img {
	-o-object-fit: cover;
	object-fit: cover;
}
.c-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
@media (max-width: 767px) {
	.c-flex--sp {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
}
@media screen and (min-width: 768px), print {
	.c-flex--pc {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
}
.c-follow {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.c-follow__text {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}
.c-follow__sns {
	position: relative;
	display: block;
}
.c-follow__sns--base {
	position: relative;
	z-index: 1;
}
.c-follow__sns--facebook {
	flex: 0 0 12px;
	width: 12px;
	margin: 0 0 0 32px;
}
.c-follow__sns--twitter {
	flex: 0 0 21px;
	width: 21px;
	margin: 0 0 0 30px;
}
.c-follow__sns--instagram {
	flex: 0 0 22px;
	width: 22px;
	margin: 0 0 0 15px;
}
.c-follow__sns--tiktok {
	flex: 0 0 18px;
	width: 18px;
	margin: 0 0 0 15px;
}
.c-follow__sns--youtube {
	flex: 0 0 26px;
	width: 26px;
	margin: 0 0 0 15px;
}
@media (max-width: 767px) {
	.c-follow__sns--black,
	.c-follow__sns--orange {
		display: none;
	}
	.p-footer .c-follow {
		flex-wrap: wrap;
		justify-content: center;
		gap: 17px 0;
	}
	.c-follow__sns--facebook {
	}
	.c-follow__sns--twitter {
		margin: 0;
	}
	.c-follow__sns--instagram {
		margin: 0 0 0 20px !important;
	}
	.c-follow__sns--tiktok {
		margin: 0 0 0 20px;
	}
	.c-follow__sns--youtube {
		margin: 0 0 0 20px;
	}
}
@media screen and (min-width: 768px), print {
	.c-follow__sns--black,
	.c-follow__sns--orange {
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 100%;
		opacity: 1;
	}
	.c-follow__sns--base {
		transition: opacity 0.6s ease;
	}
	.c-follow__sns:hover .c-follow__sns--base {
		opacity: 0;
	}
}
.c-line {
	margin: 17px -10px 0 0;
	text-align: right;
}
.c-line a {
	display: inline-block;
	width: 154px;
}
.c-line picture {
	width: 154px;
}
@media (max-width: 767px) {
	.c-line {
		margin: 18px 0 0;
		text-align: center;
	}
	.c-line a {
		display: inline-block;
		width: 160px;
	}
	.c-line picture {
		width: 160px;
	}
}
.c-corp {
	position: relative;
}
.c-corp__news {
	position: absolute;
	top: -35px;
	left: 0;
	width: 100%;
	height: 35px;
	padding: 0 0 0 51px;
	color: #fff;
}
.c-corp__news-container {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	height: 35px;
}
.c-corp__news-heading {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 58px;
	width: 58px;
	height: 100%;
	background-color: var(--color-orange);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.c-corp__news-block {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex: 0 0 calc(100% - 58px);
	width: calc(100% - 58px);
	height: 100%;
	padding: 0 10px;
	background-color: var(--color-black);
	overflow: hidden;
}
.c-corp__news-date {
	padding: 2px 0 0;
	font-family: var(--wf-poppins);
	font-size: 11px;
	font-weight: 500;
	font-style: italic;
	letter-spacing: 0.1em;
	line-height: 1;
}
.c-corp__news-text {
	margin: 0 0 0 10px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
}
.c-corp__container {
	padding: 25px 30px 32px;
	background-color: #eee;
}
.c-corp__heading {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0 0 22px;
	border-bottom: 1px solid var(--color-black);
}
.c-corp__heading-label {
	flex: 0 0 18px;
	height: 18px;
	transform: translate(0, 7px);
}
.c-corp__heading-label input {
	display: none;
}
.c-corp__heading-label span {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/base/icon_corp_check_out.svg') no-repeat;
	background-position: center;
	background-size: contain;
}
.c-corp__heading-label input:checked + span {
	background-image: url('../images/base/icon_check_in.svg');
}
.c-corp__heading a {
	display: inline-block;
	margin: 0 0 0 12px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 30px;
}
.c-corp__heading a::after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	transform: translate(0, 2px);
	margin: 0 0 0 10px;
	background: url('../images/base/icon_corp_arrow.svg') no-repeat;
	background-position: center;
	background-size: contain;
}
.c-corp__image {
	padding: 0 28px;
	margin: 20px 0 0;
}
.c-corp__image img {
	height: 38.9vw;
	-o-object-fit: cover;
	object-fit: cover;
}
.c-corp__text {
	margin: 16px 0 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 24px;
}
.c-corp__info {
	margin: 24px 0 0;
}
.c-corp__info-line {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.c-corp__info-line + .c-corp__info-line {
	margin: 4px 0 0;
}
.c-corp__info-title {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 60px;
	width: 60px;
	height: 20px;
	padding: 0 0 1px;
	background-color: var(--color-black);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}
.c-corp__info-text {
	flex: 0 0 calc(100% - 60px);
	width: calc(100% - 60px);
	padding: 0 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 18px;
}
.c-corp__links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin: 24px 0 0;
}
.c-corp__links .c-like-button {
	flex: 0 0 108px;
	width: 108px;
}
.c-corp__links .c-entry-button {
	flex: 1 1 260px;
	width: 260px;
	max-width: 260px;
}
@media (max-width: 767px) {
	.c-corp__news-block {
		overflow: auto;
	}
	.c-corp__news-date {
		white-space: nowrap;
	}
	.c-corp__news-text {
		flex: 0 0 auto;
	}
}
@media screen and (min-width: 768px), print {
	.c-corp__image img {
		width: 258px;
		height: 173px;
		margin: 0 auto;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.c-corp__news-block {
		overflow: auto;
	}
	.c-corp__news-date {
		white-space: nowrap;
	}
	.c-corp__news-text {
		flex: 0 0 auto;
	}
}
.c-intern {
	position: relative;
	padding: 48px 14px 24px;
	background-color: #f7f7f7;
	border-radius: 6px;
}
.c-intern__sign {
	position: absolute;
	top: 0;
	left: 0;
	padding: 7px 14px 9px;
	border-radius: 0 0 10px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1;
}
.c-intern__title,
.c-intern__title a {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
.c-intern__title {
	margin: 20px 0 0;
}
.c-intern__image {
	width: 100%;
	margin: 6px 0 0;
	aspect-ratio: 790/320;
}
.c-intern__image picture,
.c-intern__image figure,
.c-intern__image img {
	display: block;
	width: 100%;
	height: 100%;
}
.c-intern__info {
	margin: 22px 0 0;
}
.c-intern__list__line + .c-intern__list__line {
	margin: 8px 0 0;
}
.c-intern__list__title {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 60px;
	width: 60px;
	height: 20px;
	background-color: #42a2bf;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}
.c-intern__list__text {
	margin: 6px 0 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.57;
}
.c-intern__detail {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	margin: 20px 0 0;
	background-color: #383838;
	border-radius: 6px;
}
.c-intern__detail span {
	position: relative;
	z-index: 1;
	padding: 0 11px 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}
.c-intern__detail span::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 5px;
	height: 10px;
	margin: 1px 0 0;
	background: url('../images/base/icon_arrow@2x.png') no-repeat;
	background-position: center;
	background-size: contain;
}
.c-intern__deadline {
	position: absolute;
	z-index: 2;
	top: -1px;
	right: -1px;
	padding: 8px 15px;
	background-color: var(--color-orange);
	border-radius: 0 4px 0 8px;
	color: #fff;
}
.c-intern__deadline--remaining {
	padding-top: 2px;
	padding-bottom: 6px;
	background-color: #383838;
}
.c-intern__deadline__text {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}
.c-intern__deadline__last {
	margin: 0;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}
.c-intern__deadline__time {
	margin: 0 0 0 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}
.c-intern__deadline__time span {
	display: inline-block;
	margin: 0 6px;
	transform: translate(0, 4px);
	color: var(--color-orange);
	font-family: var(--wf-poppins);
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}
@media screen and (min-width: 768px), print {
	.c-intern {
		padding: 48px 43px 44px 45px;
	}
	.c-intern__title,
	.c-intern__title a {
		padding-right: 62px;
	}
	.c-intern__block {
		display: block;
	}
	.c-intern__image {
		flex: 0 0 258px;
		margin: 8px 0 0;
	}
	.c-intern__info .c-intern__list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 16px 40px;
	}
	.c-intern__info .c-intern__list__text {
		margin: 6px 0 0;
	}
	.c-intern__list__line {
		display: block;
		flex-wrap: nowrap;
	}
	.c-intern__list__line + .c-intern__list__line {
		margin: 0;
	}
	.c-intern__list__text {
		margin: 0 0 0 15px;
		word-break: break-all;
	}
	.c-intern__detail {
		position: absolute;
		right: 30px;
		bottom: 30px;
		width: 174px;
		margin: 0;
		overflow: hidden;
	}
	.c-intern__detail::before {
		content: '';
		position: absolute;
		top: 0;
		left: -200%;
		width: 150%;
		height: 100%;
		transform: skewX(50deg);
		background-color: var(--color-orange);
		transition: left 0.4s cubic-bezier(0.76, 0.31, 0.43, 0.97);
	}
	.c-intern__detail:hover::before {
		left: -15%;
	}
	.c-intern__deadline {
		width: 92px;
		height: 92px;
		padding: 12px 15px;
		padding: 12px 0;
	}
	.c-intern__deadline__text {
		display: block;
		text-align: center;
		line-height: 15px;
	}
	.c-intern__deadline__last {
		display: block;
		margin: 6px 0 0;
		text-align: center;
		letter-spacing: 0.2em;
		line-height: 1.4;
		white-space: nowrap;
	}
	.c-intern__deadline__time {
		display: block;
		margin: 5px 0 0;
		text-align: center;
		white-space: nowrap;
	}
	.c-intern__deadline__time span {
		margin: 0 6px;
	}
}
.p-intern-list .c-intern + .c-intern {
	margin: 40px 0 0;
}
@media (max-width: 767px) {
	.p-intern-list {
		margin: 30px 0 0;
	}
	.p-intern-list__inner {
		padding: 0 20px;
	}
}
@media screen and (min-width: 768px), print {
	.p-intern-list {
		margin: 70px 0 0;
	}
	.p-intern-list__inner {
		width: 880px;
		margin: 0 auto;
	}
}
.p-heading {
	background-color: #383838;
}
.p-heading__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 64px 0 32px;
}
.p-heading__text span,
.p-heading__text small {
	display: block;
	text-align: center;
}
.p-heading__text span {
	position: relative;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}
.p-heading__text span::before {
	content: '';
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.p-heading__text small {
	margin: 22px 0 0;
	color: var(--color-orange);
	font-family: var(--wf-poppins);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 16px;
}
.p-heading__text--hands span::before {
	top: -4px;
	left: -73px;
	width: 52px;
	height: 33px;
	background-image: url('../images/base/icon_hands@2x.png');
}
.p-heading__text--search span::before {
	top: -4px;
	left: -54px;
	width: 33px;
	height: 33px;
	background-image: url('../images/base/icon_search--white.svg');
}
.p-search {
	margin: 26px 0 0;
}
.p-search__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p-search__result {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}
.p-search__text {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}
.p-search__val {
	transform: translate(0, 3px);
	margin: 0 0 0 12px;
	color: var(--color-orange);
	font-family: var(--wf-poppins);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}
.p-search__unit {
	margin: 0 0 0 4px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}
.p-search__text + .p-search__unit {
	margin: 0 0 0 10px;
}
.p-search__unit + .p-search__val {
	margin: 0 0 0 4px;
}
.p-search__conditions {
	width: 281px;
}
.p-search__conditions a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 58px;
	border: 2px solid #000;
	border-radius: 12px;
}
.p-search__conditions a span {
	position: relative;
	padding: 0 0 0 36px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}
.p-search__conditions a span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 19px;
	height: 19px;
	background: url('../images/base/icon_search.svg') no-repeat;
	background-position: center;
	background-size: contain;
}
.p-search__all {
	width: 281px;
}
.p-search__all a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 58px;
	border: 2px solid #000;
	border-radius: 12px;
}
.p-search__all a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translate(0, -50%);
	width: 15px;
	height: 7px;
	background: url('../images/base/icon_arrow.svg') no-repeat;
	background-position: center;
	background-size: contain;
}
.p-search__all a span {
	padding: 0 22px 0 0;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}
@media (max-width: 767px) {
	.p-search {
		margin: 42px 0 0;
	}
	.p-search__inner {
		flex-wrap: wrap;
		padding: 0 20px;
	}
	.p-search__result {
		order: 2;
		flex: 0 0 100%;
		width: 100%;
		margin: 30px 0 0;
	}
	.p-search__block,
	.p-search__conditions,
	.p-search__all {
		order: 1;
		flex: 0 0 100%;
		width: 100%;
	}
	.p-search__all + .p-search__conditions,
	.p-search__conditions + .p-search__all {
		margin: 10px 0 0;
	}
}
@media screen and (min-width: 768px), print {
	.p-search__inner {
		width: 880px;
		margin: 0 auto;
	}
	.p-search__result {
		margin: 14px 0 0;
	}
	.p-search__block {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 10px;
	}
}
.p-check {
	margin: 30px 0 0;
}
.p-check__inner {
	padding: 0 20px;
}
.p-check__item {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}
.p-check__item--allin,
.p-check__item--allout {
	padding: 0 0 0 26px;
}
.p-check__item--allin::before,
.p-check__item--allout::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 18px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.p-check__item--allin::before {
	background-image: url('../images/base/icon_check_in.svg');
}
.p-check__item--allout::before {
	background-image: url('../images/base/icon_check_out.svg');
}
.p-check__item--entry.c-entry-button {
	width: 100%;
}
@media (max-width: 767px) {
	.p-check__item + .p-check__item {
		margin: 20px 0 0;
	}
}
@media screen and (min-width: 768px), print {
	.p-check {
		margin: 60px 0 0;
	}
	.p-check__inner {
		width: 982px;
		padding: 0;
		margin: 0 auto;
	}
	.p-check__list {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.p-check__item {
		cursor: pointer;
	}
	.p-check__item--allout {
		margin: 0 0 0 22px;
	}
	.p-check__item--entry.c-entry-button {
		flex: 0 0 257px;
		width: 257px;
		margin: 0 0 0 42px;
	}
}
.p-pager {
	margin: 98px 0 0;
}
.p-pager__inner {
	position: relative;
}
.p-pager__arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
.p-pager__arrow picture {
	display: block;
}
.p-pager__arrow--prev {
	left: 20px;
}
.p-pager__arrow--next {
	right: 20px;
}
.p-pager__list {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 20px;
}
.p-pager__item a {
	display: block;
	width: 20px;
	text-align: center;
	font-family: var(--wf-poppins);
	font-size: 19px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0.03em;
}
.p-pager__item.current a {
	color: var(--color-orange);
}
@media (max-width: 767px) {
	.p-pager__inner {
		padding: 0 20px;
	}
}
@media screen and (min-width: 768px), print {
	.p-pager__inner {
		width: 456px;
		margin: 0 auto;
	}
	.p-pager__arrow picture {
		transition: transform 0.6s ease-out;
	}
	.p-pager__arrow--prev {
		left: 0;
	}
	.p-pager__arrow--prev:hover picture {
		transform: translate(-10px, 0);
	}
	.p-pager__arrow--next {
		right: 0;
	}
	.p-pager__arrow--next:hover picture {
		transform: translate(10px, 0);
	}
	.p-pager__item a {
		transition: color 0.4s ease-out;
	}
	.p-pager__item:hover a {
		color: var(--color-orange);
	}
}
.p-header__text {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 50px;
	padding: 0 9px 0 12px;
	background-color: #000;
}
.p-header__text span {
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 17px;
}
.p-header__block {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.p-header__logo picture {
	display: block;
	width: 100%;
}
.p-header__logo picture img {
	width: 100%;
}
.p-header__help {
	position: absolute;
}
.p-header__help picture {
	display: block;
	width: 29px;
}
.p-header__help span {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}
@media (max-width: 767px) {
	.p-header__list {
		display: none;
	}
	.p-header__block {
		padding: 8px 20px 20px;
	}
	.p-header__logo {
		flex: 0 0 156px;
		width: 156px;
	}
	.p-header__help {
		top: 22px;
		right: 90px;
	}
	.p-header__help picture {
		margin: 0 auto;
	}
}
@media screen and (min-width: 768px), print {
	.p-header__text {
		height: 36px;
		padding: 0 40px;
	}
	.p-header__text span {
		font-size: 12px;
	}
	.p-header__block {
		padding: 16px 183px 32px 41px;
		padding: 16px 211px 32px 41px;
	}
	.p-header__logo {
		flex: 0 0 170px;
		width: 170px;
	}
	.p-header__list {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 0 45px;
		margin: 20px 0 0 100px;
		margin: 20px auto 0;
	}
	.p-header__list a {
		position: relative;
		display: block;
		padding: 0 0 15px;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 0.05em;
		white-space: nowrap;
	}
	.p-header__list a::after {
		content: '';
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 0;
		height: 3px;
		background-color: var(--color-orange);
		transition: width 0.4s ease-out;
	}
	.p-header__list a.current::after {
		width: 100%;
	}
	.p-header__list a:hover::after {
		width: 100%;
	}
	.p-header__help {
		top: 38px;
		right: 115px;
	}
	.p-header__help picture {
		margin: 0 auto 5px;
	}
}
.p-header .p-header__help {
	right: 150px;
}
@media screen and (min-width: 768px), print {
	.p-header .p-header__help {
		right: 183px;
	}
}
@keyframes bell {
	0% {
		transform: rotate(0deg);
	}
	33% {
		transform: rotate(10deg);
	}
	66% {
		transform: rotate(-10deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.p-mypage-button,
.p-menu-button {
	position: fixed;
	position: absolute;
	z-index: 38;
	top: 70px;
}
.p-mypage-button.alert::before,
.p-menu-button.alert::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: -12px;
	left: -11px;
	width: 28px;
	height: 28px;
	background-color: var(--color-orange);
	border-radius: 100%;
	transform: scale(0);
	transition: transform 0.8s ease;
}
.p-mypage-button.alert::after,
.p-menu-button.alert::after {
	content: '';
	position: absolute;
	z-index: 2;
	top: -12px;
	left: -11px;
	width: 28px;
	height: 28px;
	background: url('../images/base/alert@2x.png') no-repeat;
	background-position: center;
	background-size: contain;
	border-radius: 100%;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.6s ease 0.8s;
	transform-origin: top center;
}
.p-mypage-button.alert.active::before,
.p-menu-button.alert.active::before {
	transform: scale(1);
}
.p-mypage-button.alert.active::after,
.p-menu-button.alert.active::after {
	opacity: 1;
	animation: bell 2s cubic-bezier(0.7, 0, 0.3, 1);
	animation-delay: 1.4s;
	animation-iteration-count: 2;
}
.p-mypage-button__inner,
.p-menu-button__inner {
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 6px;
	overflow: hidden;
}
.p-mypage-button__inner picture,
.p-mypage-button__inner img,
.p-menu-button__inner picture,
.p-menu-button__inner img {
	display: block;
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
	.p-mypage-button__inner,
	.p-menu-button__inner {
		width: 50px;
		height: 47px;
	}
}
@media screen and (min-width: 768px), print {
	.p-mypage-button,
	.p-menu-button {
		top: 70px;
	}
	.p-mypage-button__inner,
	.p-menu-button__inner {
		width: 57px;
		height: 54px;
		transition: box-shadow 0.4s ease;
		cursor: pointer;
	}
	.p-mypage-button:hover .p-mypage-button__inner,
	.p-mypage-button:hover .p-menu-button__inner,
	.p-menu-button:hover .p-mypage-button__inner,
	.p-menu-button:hover .p-menu-button__inner {
		box-shadow: none;
	}
}
.p-menu-button__inner {
	background-color: var(--color-orange);
}
@media (max-width: 767px) {
	.p-menu-button {
		right: 20px;
	}
}
@media screen and (min-width: 768px), print {
	.p-menu-button {
		right: 24px;
	}
}
.p-mypage-button__inner {
	background-color: #000;
}
@media (max-width: 767px) {
	.p-mypage-button {
		right: 80px;
	}
}
@media screen and (min-width: 768px), print {
	.p-mypage-button {
		right: 92px;
	}
}
.p-menu,
.p-mypage {
	position: fixed;
	z-index: 40;
	top: 0;
	right: 0;
	transform: translate(100%, 0);
	display: none;
	transition: transform 0.4s cubic-bezier(0.66, 0.1, 1, 0.4);
}
.p-menu.active,
.p-mypage.active {
	transform: none;
}
.p-menu__inner,
.p-mypage__inner {
	position: relative;
	z-index: 2;
	height: 100%;
	overflow: auto;
	opacity: 0;
	transform: translate(0, 10px);
	transition:
		opacity 0.8s ease,
		transform 0.8s ease;
	transition-delay: 0.5s;
}
.p-menu.active .p-menu__inner,
.p-menu.active .p-mypage__inner,
.p-mypage.active .p-menu__inner,
.p-mypage.active .p-mypage__inner {
	opacity: 1;
	transform: none;
}
.p-menu__close-button,
.p-mypage__close-button {
	position: absolute;
	z-index: 1;
	top: 54px;
	right: 38px;
}
.p-menu__block,
.p-mypage__block {
	margin: 72px 0 0;
	border-top: 1px solid #fff;
}
.p-menu__block + .p-menu__block,
.p-menu__block + .p-mypage__block,
.p-mypage__block + .p-menu__block,
.p-mypage__block + .p-mypage__block {
	margin: 0;
}
.p-menu__title,
.p-mypage__title {
	position: relative;
	padding: 26px 0 27px;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 17px;
	transition: font-size 0.6s ease;
}
.p-menu__icon,
.p-mypage__icon {
	position: absolute;
	top: 50%;
	left: -39px;
	transform: translate(0, -50%);
	width: 29px;
	height: 29px;
}
.p-menu__item,
.p-mypage__item {
	border-top: 1px solid #3c3c3c;
}
.p-menu__link,
.p-mypage__link {
	position: relative;
	display: block;
}
.p-menu__text,
.p-mypage__text {
	padding: 26px 0 27px 41px;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 17px;
	transition: font-size 0.6s ease;
}
.p-menu__no,
.p-mypage__no {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0 0 2px;
	background-color: var(--color-orange);
	border-radius: 100%;
}
.p-menu__no::before,
.p-mypage__no::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: var(--color-orange);
	border-radius: 100%;
	transition: transform 0.6s ease;
}
.p-menu__no span,
.p-mypage__no span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
	white-space: nowrap;
	transition: font-size 0.6s ease;
}
.p-menu__close,
.p-mypage__close {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	padding: 39px 0 40px;
	border-top: solid 1px #fff;
}
.p-menu__close span,
.p-mypage__close span {
	font-family: var(--wf-poppins);
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
}
@media (max-width: 767px) {
	.p-menu,
	.p-mypage {
		width: 100vw;
		height: 100svh;
	}
	.p-menu__inner,
	.p-mypage__inner {
		padding: 56px 0 0 60px;
	}
}
@media screen and (min-width: 768px), print {
	.p-menu,
	.p-mypage {
		width: 470px;
		height: 100vh;
	}
	.p-menu__inner,
	.p-mypage__inner {
		padding: 59px 0 0 115px;
	}
	.p-menu__close-button,
	.p-mypage__close-button {
		cursor: pointer;
		transition: opacity 0.6s ease;
	}
	.p-menu__close-button:hover,
	.p-mypage__close-button:hover {
		opacity: 0.6;
	}
	.p-menu__link:hover .p-menu__title,
	.p-menu__link:hover .p-menu__text,
	.p-menu__link:hover .p-mypage__title,
	.p-menu__link:hover .p-mypage__text,
	.p-mypage__link:hover .p-menu__title,
	.p-mypage__link:hover .p-menu__text,
	.p-mypage__link:hover .p-mypage__title,
	.p-mypage__link:hover .p-mypage__text {
		font-size: 18px;
	}
	.p-menu__link:hover .p-menu__no::before,
	.p-menu__link:hover .p-mypage__no::before,
	.p-mypage__link:hover .p-menu__no::before,
	.p-mypage__link:hover .p-mypage__no::before {
		transform: translate(-50%, -50%) scale(1.1);
	}
	.p-menu__close,
	.p-mypage__close {
		cursor: pointer;
		transition: opacity 0.6s ease;
	}
	.p-menu__close:hover,
	.p-mypage__close:hover {
		opacity: 0.6;
	}
}
.p-menu {
	background-color: #fc7000;
}
.p-menu__close span {
	color: #fff;
}
.p-mypage {
	background-color: #000;
}
.p-mypage__close span {
	color: var(--color-orange);
}
.p-mypage__stamp {
	margin: 78px 43px 0 -72px;
	color: #fff;
}
.p-mypage__stamp.isOnlyHeading {
	margin-left: 0;
}
.p-mypage__stamp.isOnlyStamp {
	margin: 28px 43px 40px -72px;
}
@media (max-width: 767px) {
	.p-mypage__stamp.isOnlyStamp {
		margin: 28px 15px 40px -45px;
	}
}
.p-mypage__stamp-heading {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 34px;
}
.p-mypage__stamp-title {
	margin: 20px 0 0;
	color: #fc7000;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}
.p-mypage__stamp-list {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: 23px 0 0;
}
.p-mypage__stamp-list-item {
	position: relative;
	height: 135px;
	border: 1px solid #fc7000;
}
.p-mypage__stamp-list-item::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	height: 53px;
	background-color: #fff;
	opacity: 0.15;
}
.p-mypage__stamp-list-item-title {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 18px;
}
.p-mypage__stamp-list-item-text {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	padding: 0 0 6px;
}
.p-mypage__stamp-list-item-text p {
	text-align: center;
	color: #fc7000;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}
.p-mypage__stamp-list-item-text p span {
	display: inline-block;
	translate: 0 2px;
	margin: 0 2px 0 0;
	font-size: 24px;
	font-weight: 400;
}
.p-mypage__stamp-list-item-text p small {
	display: block;
	margin: 10px 0 0;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
}
.p-mypage__stamp-list-item-clear {
	position: relative;
	height: 81px;
}
.p-mypage__stamp-list-item-clear::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 82px;
	height: 82px;
	margin: -2px 0 0;
	background: url('../images/base/webp/stamp.webp') no-repeat;
	background-position: center;
	background-size: contain;
}
.p-mypage__stamp-list-item-goal {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 128px;
	height: 135px;
}
.p-mypage__stamp-list-item-goal-text {
	position: absolute;
	top: 40px;
	left: 21px;
	color: #fe0000;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 23px;
	white-space: nowrap;
}
.p-mypage__stamp-list-item-goal-text::before {
	content: '';
	position: absolute;
	top: 6px;
	right: -8px;
	width: 30px;
	height: 40px;
	background: url('../images/base/medal00_1.png') no-repeat;
	background-position: center;
	background-size: contain;
}
.p-mypage__stamp-list-item-medal {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 128px;
	height: 135px;
	padding: 17px 10px 0;
}
.p-mypage__stamp-list-item-medal-text {
	position: relative;
	padding: 87px 0 0;
	text-align: center;
	color: #fe0000;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 23px;
	white-space: nowrap;
}
.p-mypage__stamp-list-item-medal-text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0;
	width: 108px;
	height: 77px;
	background: url('../images/base/medal01.png') no-repeat;
	background-position: center;
	background-size: contain;
}
.p-mypage__stamp-list-item-medal.medal01 .p-mypage__stamp-list-item-medal-text::before {
	background-image: url('../images/base/medal01.png');
}
.p-mypage__stamp-list-item-medal.medal02 .p-mypage__stamp-list-item-medal-text::before {
	background-image: url('../images/base/medal02.png');
}
.p-mypage__stamp-list-item-medal.medal03 .p-mypage__stamp-list-item-medal-text::before {
	background-image: url('../images/base/medal03.png');
}
.p-mypage__stamp-list-item-medal.medal04 .p-mypage__stamp-list-item-medal-text::before {
	background-image: url('../images/base/medal04.png');
}
.p-mypage__stamp-list-item-medal.medal05 .p-mypage__stamp-list-item-medal-text::before {
	background-image: url('../images/base/medal05.png');
}
@media screen and (min-width: 768px), print {
	.p-mypage__stamp-list-item:nth-of-type(1) {
		border-right: 0;
		border-radius: 10px 0 0 0;
	}
	.p-mypage__stamp-list-item:nth-of-type(3) {
		border-left: 0;
		border-radius: 0 10px 0 0;
	}
	.p-mypage__stamp-list-item:nth-of-type(4) {
		border-top: 0;
		border-right: 0;
		border-radius: 0 0 0 10px;
	}
	.p-mypage__stamp-list-item:nth-of-type(5) {
		border-top: 0;
		border-radius: 0 0 10px 0;
	}
}
@media (max-width: 767px) {
	.p-mypage__stamp {
		margin: 78px 21px 0 -40px;
	}
	.p-mypage__stamp-heading {
		font-size: 18px;
		line-height: 30px;
	}
	.p-mypage__stamp-title {
		font-size: 13px;
	}
	.p-mypage__stamp-list {
		grid-template-columns: 1fr 1fr;
	}
	.p-mypage__stamp-list-item-medal {
		width: 50%;
	}
	.p-mypage__stamp-list-item-goal {
		width: 50%;
	}
	.p-mypage__stamp-list-item-goal-text {
		left: 50%;
		translate: -50% 0;
	}
}
.p-mypage__stamp + .p-mypage__block {
	margin: 55px 0 0;
}
.p-menu-mask,
.p-mypage-mask {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 100vw;
	height: 100%;
	min-height: 100vh;
	cursor: pointer;
}
.p-menu-mask:not(.active),
.p-mypage-mask:not(.active) {
	display: none;
}
.p-footer {
	position: relative;
}
.p-footer::before {
	content: '';
	position: absolute;
	top: 0;
	right: 1px;
	left: 1px;
	height: 1px;
	background-color: #d9d9d9;
}
.p-footer__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.p-footer__logo picture,
.p-footer__logo img {
	display: block;
	width: 100%;
}
.p-footer__follow .c-follow__text {
	color: #000;
	font-size: 13px;
}
.p-footer__link {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
}
.p-footer__copy {
	margin: 20px 0 0;
	color: #acacac;
	font-family: var(--wf-lexend);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
}
@media (max-width: 767px) {
	.p-footer {
		margin: 124px 0 0;
	}
	.p-footer__inner {
		padding: 52px 20px 28px;
	}
	.p-footer__logo {
		order: 2;
		flex: 0 0 100%;
		width: 100%;
		margin: 60px 0 0;
	}
	.p-footer__logo picture {
		width: 108px;
		margin: 0 auto;
	}
	.p-footer__follow {
		order: 1;
		flex: 0 0 100%;
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		gap: 26px 30px;
	}
	.p-footer__follow .c-follow__text {
		flex: 0 0 100%;
		text-align: center;
	}
	.p-footer__follow .c-follow__sns--facebook,
	.p-footer__follow .c-follow__sns--instagram,
	.p-footer__follow .c-follow__sns--twitter {
		margin: 0;
	}
	.p-footer__block {
		order: 2;
		flex: 0 0 100%;
		width: 100%;
		margin: 24px 0 0;
	}
	.p-footer__text {
		text-align: center;
	}
	.p-footer__text + .p-footer__text {
		margin: 0 0;
	}
	.p-footer__copy {
		margin: 28px 0 0;
		text-align: center;
	}
}
@media screen and (min-width: 768px), print {
	.p-footer {
		margin: 124px 0 0;
	}
	.p-footer__inner {
		padding: 26px 50px 30px;
	}
	.p-footer__logo {
		flex: 0 0 108px;
		width: 108px;
	}
	.p-footer__follow {
		position: absolute;
		top: 50%;
		right: 62px;
		transform: translate(0, -50%);
		margin: 3px 0 0;
	}
	.p-footer__block {
		flex: 0 0 auto;
		width: auto;
		margin: 11px 0 0 54px;
	}
	.p-footer__line {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 53px;
	}
	.p-footer__copy {
		flex: 0 0 100%;
		width: 100%;
		margin: 16px 0 0;
	}
}
.p-login {
	padding: 25px 30px;
	margin: 100px 0 0;
	background-color: #000;
	border-radius: 15px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-login__title {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
.p-login__text {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}
.p-login__input {
	margin: 9px 0 0;
	border-radius: 2px;
	overflow: hidden;
}
.p-login__input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 42px;
	padding: 0 10px;
	background-color: #f0efef;
	border: 0;
	outline: none;
}
.p-login__block {
	margin: 20px 0 0;
}
.p-login__box + .p-login__box {
	margin: 20px 0 0;
}
.p-login__submit {
	margin: 28px 0 0;
}
.p-login__submit-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 50px;
	margin: 0 auto;
	background-color: #0074fc;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}
.p-login__submit-item:link {
	color: #fff;
}
.p-login__forget {
	margin: 25px 0 0;
	text-align: center;
}
.p-login__forget-password {
	position: relative;
	padding: 0 0 0 26px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}
.p-login__forget-password:link {
	color: #fff;
}
.p-login__forget-password::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 15px;
	height: 18px;
	background: url('../images/view/icon_password.svg') no-repeat;
	background-position: center;
	background-size: contain;
}
@media screen and (min-width: 768px), print {
	.p-login {
		width: 660px;
		padding: 25px 60px;
		margin: 100px auto 0;
	}
	.p-login__title {
		text-align: center;
	}
	.p-login__block {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 20px;
		margin: 28px 0 0;
	}
	.p-login__box {
		flex: 0 0 260px;
		width: 260px;
	}
	.p-login__box + .p-login__box {
		margin: 0;
	}
	.p-login__input {
		margin: 9px 0 0;
		border-radius: 2px;
		overflow: hidden;
	}
	.p-login__input input {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 100%;
		height: 42px;
		background-color: #f0efef;
		border: 0;
		outline: none;
	}
}
.p-new {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 58px 0 0;
}
.p-new__regist {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fc7000;
	height: 60px;
	border-radius: 6px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}
.p-new__regist:link {
	color: #fff;
}
.p-new__regist small {
	font-size: 14px;
}
@media (max-width: 767px) {
	.p-new__regist {
		order: 2;
		flex: 0 0 100%;
		margin: 25px 0 0;
	}
	.p-new__text {
		order: 1;
		flex: 0 0 100%;
	}
}
@media screen and (min-width: 768px), print {
	.p-new {
		width: 796px;
		margin: 58px auto 0;
	}
	.p-new__regist {
		flex: 0 0 200px;
		width: 200px;
		height: 60px;
		transition: box-shadow 0.4s ease-out;
	}
	.p-new__regist:hover {
		box-shadow: none;
		opacity: 1;
	}
	.p-new__text {
		margin: 0 0 0 25px;
	}
}
@media (min-width: 768px), print {
	.shrink {
		padding: 8px;
		line-height: 1.4;
	}
	.listTable th + th,
	.listTable td + td {
		padding: 8px;
		line-height: 1.4;
	}
}
