.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

html {
	scroll-behavior: smooth;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

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

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}

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

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

address {
	font-style: normal;
}

table {
	width: 100%;
}

/* support iOS */

html {
	height: -webkit-fill-available;
	height: 100%;
}

body {
	min-height: 100vh;
	min-height: 100svh;
	min-height: -webkit-fill-available;
}

figure {
	line-height: 0;
}

img {
	height: auto;
	width: 100%;
}

.entry-form {
	min-height: calc(100vh - 15.8125rem);
	visibility: hidden;
	width: 100%;
}

.entry-form__content {
	padding-block: 40px 64px;
	padding-block: 2.5rem 4rem;
}

.entry-form__steps {
	margin-inline: auto;
	grid-gap: 0px 2rem;
	--progress: 0;
	--gap: 60px;
	--gap: 3.75rem;
	display: grid;
	grid-template-columns: repeat(5, 7.5rem);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 728px;
	max-width: 45.5rem;
	position: relative;
}

.entry-form__steps::before {
	background: #cecece;
	content: '';
	height: 2px;
	height: 0.125rem;
	left: var(--gap);
	position: absolute;
	top: 16px;
	top: 1rem;
	width: calc(100% - var(--gap) * 2);
	z-index: 1;
}

.entry-form__steps::after {
	background: #fde701;
	content: '';
	height: 2px;
	height: 0.125rem;
	left: var(--gap);
	max-width: calc(100% - var(--gap) * 2);
	position: absolute;
	top: 16px;
	top: 1rem;
	-webkit-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
	width: calc((100% - var(--gap) * 2) * var(--progress) / 100);
	z-index: 2;
}

.entry-form__steps.--job-info {
	grid-template-columns: repeat(2, 7.5rem);
	max-width: 272px;
	max-width: 17rem;
}

.entry-form__steps-item {
	position: relative;
	z-index: 5;
}

.entry-form__steps-item.is-active .entry-form__steps-item-num {
	background-color: #fde701;
	border-color: #fde701;
	color: #222;
}

.entry-form__steps-item.is-checked .entry-form__steps-item-num::after {
	opacity: 1;
	visibility: visible;
	z-index: 99;
}

.entry-form__steps-item-num {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #bababa;
	border-radius: 50%;
	color: #777;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	height: 32px;
	height: 2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.5;
	position: relative;
	text-align: center;
	width: 32px;
	width: 2rem;
}

.entry-form__steps-item-num::after {
	background: url('../images/entry/entry_check.svg') no-repeat center center/contain;
	border-radius: 50%;
	content: '';
	height: 32px;
	height: 2rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	visibility: hidden;
	width: 32px;
	width: 2rem;
	z-index: -99;
}

.entry-form__steps-item-text {
	color: #222;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 4px;
	margin-top: 0.25rem;
	text-align: center;
}

.entry-form__section {
	display: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	opacity: 0;
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.entry-form__section[data-step-panel='1'] .entry-form__section-content {
	max-width: 538px;
	max-width: 33.625rem;
}

.entry-form__section[data-step-panel='2'] .entry-form__section-content,
.entry-form__section[data-step-panel='5'] .entry-form__section-content {
	max-width: 480px;
	max-width: 30rem;
}

.entry-form__section[data-step-panel='3'] .entry-form__section-content,
.entry-form__section[data-step-panel='4'] .entry-form__section-content {
	max-width: 484px;
	max-width: 30.25rem;
}

.entry-form__section.is-active {
	display: block;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.entry-form__title {
	color: #222;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	outline: none;
	text-align: center;
}

.entry-form__section-content {
	margin-inline: auto;
	margin-top: 32px;
	margin-top: 2rem;
}

.entry-form__box {
	background-color: #fff;
	border-radius: 0.5rem;
	-webkit-box-shadow: 0px 0px 1.75rem 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 1.75rem 0px rgba(0, 0, 0, 0.08);
	padding: 32px 40px;
	padding: 2rem 2.5rem;
}

.entry-form fieldset {
	border: none;
}

.entry-form__nav-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #23479d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0em;
	line-height: 1.5;
	padding: 0;
}

.entry-form__nav-link img {
	display: inline-block;
	height: 24px;
	height: 1.5rem;
	margin-right: 4px;
	margin-right: 0.25rem;
	width: 24px;
	width: 1.5rem;
}

.entry-form__nav {
	margin-top: 32px;
	margin-top: 2rem;
}

.entry-form__btn-wrapper {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.entry-form__btn.c-btn__main {
	height: 65px;
	height: 4.0625rem;
	width: 100%;
}

.entry-form__choice-text.c-btn__sub-text {
	font-weight: bold;
}

.entry .c-btn__main-text:not(.entry-form__choice-text) {
	font-size: 18px;
	font-size: 1.125rem;
}

.entry-form__choices {
	grid-gap: 0.75rem 0.75rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.entry-form__choice {
	width: 100%;
}

.entry-form__choice.--lg.c-btn__main {
	grid-column: 1/-1;
	height: 65px;
	height: 4.0625rem;
}

.entry-form__choice.--lg.c-btn__main .c-btn__main-text {
	font-size: 22px;
	font-size: 1.375rem;
}

.entry-form__btn {
	color: #222;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0em;
	letter-spacing: -0.01em;
	line-height: 1.5;
	text-align: center;
}

.entry-form__choice.c-btn__sub {
	height: 48px;
	height: 3rem;
}

.entry-form__add-wrap {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.entry-form__add-btn {
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f6f6f6;
	border: 1px solid #cecece;
	border-radius: 0.25rem;
	color: #222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	height: 48px;
	height: 3rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.5;
	width: 215px;
	width: 13.4375rem;
}

.entry-form__add-btn img {
	height: 24px;
	height: 1.5rem;
	width: 24px;
	width: 1.5rem;
}

.entry-form__note {
	color: #222;
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.entry-form__note small {
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.entry-form__note + .entry-form__field {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.entry-form__policy {
	color: #505050;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.entry-form__policy a {
	text-underline-offset: 2px;
	text-decoration: underline;
}

.entry-form__radio {
	opacity: 0 !important;
	pointer-events: none !important;
	position: absolute !important;
}

.entry-form__field + .entry-form__field {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.entry-form__label {
	color: #505050;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.entry-form__label + .entry-form__select {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.entry-form__select-wrapper {
	margin-top: 8px;
	margin-top: 0.5rem;
	position: relative;
}

.entry-form__select-wrapper::after {
	background: url('../images/entry/entry_arw-down.svg') no-repeat center center/contain;
	content: '';
	height: 24px;
	height: 1.5rem;
	position: absolute;
	right: 16px;
	right: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	width: 1.5rem;
	z-index: 0;
}

.entry-form__select-wrapper.--date {
	display: inline-block;
	width: 129px;
	width: 8.0625rem;
}

.entry-form__select {
	background: transparent;
	border: 1px solid #cecece;
	border-radius: 0.25rem;
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 12px 16px;
	padding: 0.75rem 1rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.entry-form__select.is-invalid,
.entry-form__input.is-invalid,
.entry-form__textarea.is-invalid,
.entry-form__weekday-input.is-invalid + .entry-form__weekday-label .entry-form__checkbox,
.entry-form__radio-date-input.is-invalid + .entry-form__radio-date-label::before {
	border-color: #e90404;
	outline: 0;
}

.entry-form__input {
	background: #fff;
	border: 1px solid #cecece;
	border-radius: 0.25rem;
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 8px;
	margin-top: 0.5rem;
	padding: 12px 16px;
	padding: 0.75rem 1rem;
	width: 100%;
}

.entry-form__input--date {
	cursor: pointer;
}

.entry-form__radio-date {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.entry-form__radio-date-input {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.entry-form__radio-date-label {
	color: #222;
	cursor: pointer;
	font-size: 16px;
	font-size: 1rem;
	padding-left: 28px;
	padding-left: 1.75rem;
	position: relative;
}

.entry-form__radio-date-label::before {
	background: #fff;
	border: 2px solid #cecece;
	border-radius: 50%;
	content: '';
	height: 20px;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	width: 1.25rem;
}

.entry-form__radio-date-input:checked + .entry-form__radio-date-label::after {
	background: #222;
	border-radius: 50%;
	content: '';
	height: 10px;
	height: 0.625rem;
	left: 5px;
	left: 0.3125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	width: 0.625rem;
}

.entry-form__textarea {
	background: #fff;
	border: 1px solid #cecece;
	border-radius: 0.25rem;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 8px;
	margin-top: 0.5rem;
	padding: 12px 16px;
	padding: 0.75rem 1rem;
	width: 100%;
}

.entry-form__optional {
	padding-inline: 4px;
	padding-inline: 0.25rem;
	background: #777;
	border-radius: 0.125rem;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	height: 17px;
	height: 1.0625rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-left: 8px;
	margin-left: 0.5rem;
}

.entry-form__required {
	padding-inline: 4px;
	padding-inline: 0.25rem;
	background: #e90404;
	border-radius: 0.125rem;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	height: 17px;
	height: 1.0625rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-left: 8px;
	margin-left: 0.5rem;
}

.entry-form__nested {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.entry-form__weekday-group {
	margin: 0;
	padding: 0;
}

.entry-form__checkbox-list {
	gap: 12px;
	gap: 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.entry-form__checkbox-item {
	list-style: none;
}

.entry-form__weekday-input {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.entry-form__weekday-label {
	gap: 8px;
	gap: 0.5rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6;
	-ms-user-select: none;
	user-select: none;
}

.entry-form__checkbox {
	background: #fff;
	border: 1px solid #222;
	border-radius: 0.125rem;
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	-ms-flex: 0 0 1rem;
	flex: 0 0 1rem;
	height: 16px;
	height: 1rem;
	position: relative;
	width: 16px;
	width: 1rem;
}

.entry-form__weekday-input:checked + .entry-form__weekday-label .entry-form__checkbox {
	background: #222;
	border-color: #222;
}

.entry-form__weekday-input:checked + .entry-form__weekday-label .entry-form__checkbox::after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	border-width: 0 0.125rem 0.125rem 0;
	content: '';
	height: 9px;
	height: 0.5625rem;
	left: 50%;
	position: absolute;
	top: 40%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	width: 5px;
	width: 0.3125rem;
}

.entry-form__weekday-input:focus-visible + .entry-form__weekday-label .entry-form__checkbox {
	outline: 2px solid #222;
	outline: 0.125rem solid #222;
	outline-offset: 2px;
	outline-offset: 0.125rem;
}

.wpcf7-not-valid-tip {
	display: none;
}

.entry-fv {
	background: url('../images/entry/entry_fv-bg.webp') no-repeat center center/100% 100%;
	height: 145px;
	height: 9.0625rem;
	width: 100%;
}

.entry-fv__content {
	padding-block: 32px;
	padding-block: 2rem;
	text-align: center;
}

.entry-fv__title {
	gap: 12px;
	gap: 0.75rem;
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.entry-fv__title-heading {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 2rem;
	color: #092578;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	height: 31px;
	height: 1.9375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0em;
	line-height: 1.5;
	padding: 2px 10px;
	padding: 0.125rem 0.625rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.entry-fv__title-main {
	color: #fff;
	font-family: 'Zen Old Mincho';
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
}

.entry-fv__text {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.thanks {
	padding-block: 40px 115px;
	padding-block: 2.5rem 7.1875rem;
	min-height: calc(100vh - 6.75rem);
	text-align: center;
	width: 100%;
}

.thanks__img {
	margin-inline: auto;
	width: 250px;
	width: 15.625rem;
}

.thanks__title {
	color: #222;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.thanks__text {
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.thanks__link-wrapper {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.thanks__link {
	text-underline-offset: 2px;
	color: #23479d;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0em;
	line-height: 1.8;
	text-decoration: underline;
}

.bar {
	padding-block: 12px;
	padding-block: 0.75rem;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e6e6e6));
	background: linear-gradient(to bottom, #fcfcfc, #e6e6e6);
	height: 82px;
	height: 5.125rem;
	width: 100%;
}

.bar__list {
	gap: 24px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bar__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url('../images/bar_bg-pc.svg') no-repeat center center/100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 262px;
	width: 16.375rem;
}

.bar__item-text {
	text-align: center;
}

.bar__item-text-main {
	color: #23479d;
	display: block;
	font-family: 'Zen Old Mincho';
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.4;
	text-align: center;
}

.bar__item-text-sub {
	color: #222;
	display: block;
	font-family: 'Zen Old Mincho';
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.4;
	text-align: center;
}

.bar__item-text-sub.--ls {
	letter-spacing: -0.075em;
}

.faq {
	padding-block: 56px;
	padding-block: 3.5rem;
}

.faq__content {
	margin-inline: auto;
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 1032px;
	max-width: 64.5rem;
}

.faq__box {
	border-radius: 0.25rem;
	overflow: hidden;
}

.faq__box + .faq__box {
	margin-top: 16px;
	margin-top: 1rem;
}

.faq__box-heading {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f6f6f6;
	border-radius: 0.25rem 0.25rem 0 0;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 61px;
	height: 3.8125rem;
	position: relative;
}

.faq__box-heading .-toggle {
	height: 24px;
	height: 1.5rem;
	padding: 4px;
	padding: 0.25rem;
	position: absolute;
	right: 16px;
	right: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	width: 1.5rem;
}

.faq__box-heading .-toggle::before,
.faq__box-heading .-toggle::after {
	background-color: #bbbbbb;
	content: '';
	display: block;
	height: 2px;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 16px;
	width: 1rem;
}

.faq__box-heading .-toggle::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq__box-heading.is-active .-toggle::after {
	display: none;
}

.faq__box-heading-img {
	background-color: #23479d;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 61px;
	height: 3.8125rem;
	width: 61px;
	width: 3.8125rem;
}

.faq__box-heading-title {
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
	padding: 16px 60px 16px 16px;
	padding: 1rem 3.75rem 1rem 1rem;
}

.faq__box-body {
	background-color: #f6f6f6;
	border-radius: 0 0 0.25rem 0.25rem;
	display: none;
}

.faq__box-body-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.faq__box-body-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 65px;
	height: 4.0625rem;
	width: 61px;
	width: 3.8125rem;
}

.faq__box-body-text {
	min-height: 65px;
	min-height: 4.0625rem;
	padding: 16px 60px 16px 16px;
	padding: 1rem 3.75rem 1rem 1rem;
	position: relative;
	width: 100%;
}

.faq__box-body-text::before {
	background-color: #e6e6e6;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: -1px;
	width: 100%;
}

.faq__box-body-text p {
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.flow {
	padding-block: 56px;
	padding-block: 3.5rem;
	background-color: #eef8ff;
}

.flow__content {
	margin-inline: auto;
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 1032px;
	max-width: 64.5rem;
}

.flow__step {
	grid-gap: 0px 0px;
	background-color: #fff;
	border-radius: 0.25rem;
	display: grid;
	grid-template-columns: 5.625rem 1fr;
	padding: 24px 12px;
	padding: 1.5rem 0.75rem;
}

.flow__step-heading {
	color: #23479d;
}

.flow__step-heading.--pc {
	padding-inline: 24px;
	padding-inline: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid #e9e9e9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.flow__step-heading.--sp {
	display: none;
}

.flow__step-heading-text {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
}

.flow__step-heading-num {
	display: block;
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.flow__step-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 24px;
	padding-right: 1.5rem;
}

.flow__step-img {
	padding-inline: 32px;
	padding-inline: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flow__step-img img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 120px;
	height: 7.5rem;
	width: 120px;
	width: 7.5rem;
}

.flow__step-title {
	color: #23479d;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 1.5;
}

.flow__step-text {
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0em;
	line-height: 1.8;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.flow__step-btn-wrapper {
	margin-top: 16px;
	margin-top: 1rem;
}

.flow__step-btn-wrapper.--pc {
	display: block;
}

.flow__step-btn-wrapper.--sp {
	display: none;
}

.flow__step-btn-main.c-btn__main {
	height: 65px;
	height: 4.0625rem;
	max-width: 490px;
	max-width: 30.625rem;
}

.flow__step-btn-main-text.c-btn__main-text {
	font-size: 18px;
	font-size: 1.125rem;
}

.flow__step-icon {
	margin-block: 8px;
	margin-block: 0.5rem;
	margin-inline: auto;
	width: 40px;
	width: 2.5rem;
}

.fv {
	background: url('../images/fv_bg.webp') no-repeat center center/100% 100%;
	margin-top: 56px;
	margin-top: 3.5rem;
	width: 100%;
}

.fv__content {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 32px;
	padding-top: 2rem;
}

.fv__content-main {
	padding-bottom: 14px;
	padding-bottom: 0.875rem;
}

.fv__content-main-sp {
	display: contents;
}

.fv__title {
	color: #fff;
}

.fv__title-sub {
	margin-inline: auto;
	padding-block: 6px 8px;
	padding-block: 0.375rem 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: 'Zen Old Mincho';
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	height: 36px;
	height: 2.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0em;
	line-height: 1;
	text-align: center;
	width: 318px;
	width: 19.875rem;
}

.fv__title-main {
	margin-inline: auto;
	display: block;
	margin-top: 12px;
	margin-top: 0.75rem;
	max-width: 615px;
	max-width: 38.4375rem;
}

.fv__box {
	margin-inline: auto;
	background-color: #1a2947;
	border-radius: 0.25rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 570px;
	max-width: 35.625rem;
	padding: 12px 16px 16px;
	padding: 0.75rem 1rem 1rem;
}

.fv__box-title {
	gap: 12px;
	gap: 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fv__box-title .-head {
	padding-inline: 8px;
	padding-inline: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 2rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	height: 25px;
	height: 1.5625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0em;
	line-height: 1.5;
	text-align: center;
}

.fv__box-title .-text {
	color: #fff;
	font-family: 'Zen Old Mincho';
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
	text-align: center;
}

.fv__box-text {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-top: 4px;
	margin-top: 0.25rem;
	text-align: center;
}

.fv__btn-main.c-btn__main {
	height: 65px;
	height: 4.0625rem;
}

.fv__btn {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.fv__img {
	max-width: 525px;
	max-width: 32.8125rem;
}

.fv__img.--sp {
	display: none;
}

.fv__img.--pc {
	display: block;
}

.key {
	padding-block: 52px 40px;
	padding-block: 3.25rem 2.5rem;
	background: url('../images/key_bg.webp') no-repeat center center/100% 100%;
}

.key__title {
	margin-inline: auto;
	color: #fff;
	font-family: 'Zen Old Mincho';
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 5;
}

.key__title::before {
	background: url('../images/key_title-bg.webp') no-repeat center center/contain;
	content: '';
	height: 60px;
	height: 3.75rem;
	left: 50%;
	position: absolute;
	top: -28px;
	top: -1.75rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 157px;
	width: 9.8125rem;
	z-index: -1;
}

.key__content {
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	margin-top: 24px;
	margin-top: 1.5rem;
	max-width: 965px;
	max-width: 60.3125rem;
	position: relative;
}

.key__img {
	left: 0;
	position: absolute;
	top: 0;
	width: 313px;
	width: 19.5625rem;
}

.key__box {
	background-color: #fff;
	border-radius: 0.5rem;
	max-width: 684px;
	max-width: 42.75rem;
	padding: 24px 40px 24px 64px;
	padding: 1.5rem 2.5rem 1.5rem 4rem;
}

.key__box-title {
	color: #222;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	padding-right: 8px;
	padding-right: 0.5rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 5;
}

.key__box-title .-bg {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(70%, #fde701), to(#fde701));
	background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fde701 70%, #fde701 100%);
}

.key__box-text {
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0em;
	line-height: 1.8;
	margin-top: 16px;
	margin-top: 1rem;
}

.message {
	padding-block: 40px;
	padding-block: 2.5rem;
	background: url('../images/message_bg.webp') no-repeat center center/cover;
	position: relative;
}

.message__title {
	color: #222;
	font-family: 'Zen Old Mincho';
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.message__content {
	margin-inline: auto;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 0.5rem;
	margin-top: 16px;
	margin-top: 1rem;
	max-width: 960px;
	max-width: 60rem;
	padding: 32px 48px;
	padding: 2rem 3rem;
}

.message__lead {
	color: #092578;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 1.5;
}

.message__text {
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 16px;
	margin-top: 1rem;
}

.message__person {
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.proposal {
	padding-bottom: 43px;
	padding-bottom: 2.6875rem;
	position: relative;
}

.proposal__bg {
	position: sticky;
	top: 0;
	z-index: 0;
}

.proposal__bg::before {
	background: url('../images/proposal_bg.webp') no-repeat top center/100% 100%;
	content: '';
	height: 100vh;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.proposal__content {
	margin-inline: auto;
	max-width: 1024px;
	max-width: 64rem;
	padding-top: 56px;
	padding-top: 3.5rem;
	position: relative;
	z-index: 5;
}

.proposal__title {
	margin-inline: auto;
	background: url('../images/proposal_title-bg.svg') no-repeat center center/100% 100%;
	color: #23479d;
	font-family: 'Zen Old Mincho';
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.1;
	text-align: center;
	width: 640px;
	width: 40rem;
}

.proposal__title .--top {
	display: block;
	font-size: 32px;
	font-size: 2rem;
}

.proposal__title .--bottom {
	display: block;
	font-size: 64px;
	font-size: 4rem;
}

.proposal__title .--bottom .--sm {
	font-size: 40px;
	font-size: 2.5rem;
}

.proposal__lead {
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.proposal__box {
	gap: 32px;
	gap: 2rem;
	background-color: #fff;
	border-radius: 0.5rem;
	-webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 32px;
	padding: 2rem;
	position: relative;
}

.proposal__box:first-of-type {
	margin-top: 32px;
	margin-top: 2rem;
}

.proposal__box:nth-of-type(n + 2) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.proposal__box-num {
	color: #23479d;
	font-family: 'Roboto';
	font-size: 64px;
	font-size: 4rem;
	font-weight: 200;
	left: 16px;
	left: 1rem;
	line-height: 1;
	position: absolute;
	top: 24px;
	top: 1.5rem;
}

.proposal__box-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 380px;
	max-width: 23.75rem;
}

.proposal__box-title {
	color: #23479d;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
}

.proposal__box-text {
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 16px;
	margin-top: 1rem;
}

.proposal__box-text .-blue {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(70%, #fde701), to(#fde701));
	background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fde701 70%, #fde701 100%);
	color: #23479d;
	font-weight: 500;
}

.recruitment {
	padding-block: 36px 0;
	padding-block: 2.25rem 0;
}

.recruitment__title {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: 'Zen Old Mincho';
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.recruitment__title::before {
	background: url('../images/recruitment_title-deco.svg') no-repeat center center/contain;
	bottom: 0;
	content: '';
	height: 12px;
	height: 0.75rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.recruitment__title .-point {
	color: #23479d;
	font-size: 36px;
	font-size: 2.25rem;
	position: relative;
}

.recruitment__title .-point::before {
	background-color: #23479d;
	border-radius: 50%;
	content: '';
	height: 6px;
	height: 0.375rem;
	left: 50%;
	position: absolute;
	top: -2px;
	top: -0.125rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 6px;
	width: 0.375rem;
}

.recruitment__title .-text {
	color: #222;
	font-size: 28px;
	font-size: 1.75rem;
}

.recruitment__content {
	margin-top: 52px;
	margin-top: 3.25rem;
}

.recruitment__tabs-list {
	grid-gap: 0px 0.5rem;
	margin-inline: auto;
	padding-inline: 25px;
	padding-inline: 1.5625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 954px;
	max-width: 59.625rem;
}

.recruitment__tabs-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #23479d;
	border-radius: 0.25rem 0.25rem 0 0;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	height: 51px;
	height: 3.1875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
	max-width: 308px;
	max-width: 19.25rem;
	text-align: center;
}

.recruitment__tabs-item.is-active {
	background-color: #eef8ff;
	border-top: 4px solid #23479d;
	border-top: 0.25rem solid #23479d;
	color: #23479d;
}

.recruitment__tabs-content {
	padding-block: 24px 28px;
	padding-block: 1.5rem 1.75rem;
	background-color: #eef8ff;
}

.recruitment__tabs-panel {
	margin-inline: auto;
	max-width: 1032px;
	max-width: 64.5rem;
}

.recruitment__tabs-cards {
	grid-gap: 1.25rem 0.75rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.recruitment__tabs-card {
	border-radius: 0.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 336px;
	max-width: 21rem;
	overflow: hidden;
	position: relative;
}

.recruitment__tabs-card-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #23479d;
	border-radius: 1.5rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	height: 24px;
	height: 1.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 8px;
	left: 0.5rem;
	line-height: 1.5;
	padding: 2px 8px;
	padding: 0.125rem 0.5rem;
	position: absolute;
	text-align: center;
	top: 6px;
	top: 0.375rem;
}

.recruitment__tabs-card-img {
	width: 100%;
}

.recruitment__tabs-card-body {
	padding-inline: 12px;
	padding-inline: 0.75rem;
	background-color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.recruitment__tabs-card-condition {
	padding-block: 8px 4px;
	padding-block: 0.5rem 0.25rem;
	border-bottom: 1px solid #e6e6e6;
	color: #222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.7;
	text-align: center;
}

.recruitment__tabs-card-text {
	min-height: 63px;
	min-height: 3.9375rem;
	padding-block: 8px 16px;
	padding-block: 0.5rem 1rem;
	color: #222;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.5;
}

.recruitment__tabs-note {
	color: #777;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.5;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.voice {
	background-color: #fff;
	padding-top: 40px;
	padding-top: 2.5rem;
	position: relative;
	z-index: 5;
}

.voice__title {
	margin-inline: auto;
	color: #222;
	font-family: 'Zen Old Mincho';
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.voice__title .--sm {
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
}

.voice__title .--md {
	display: block;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1.5;
}

.voice__content {
	margin-top: 32px;
	margin-top: 2rem;
}

.voice__tabs-content.recruitment__tabs-content {
	padding-block: 32px;
	padding-block: 2rem;
}

.voice__tabs-panel.recruitment__tabs-panel {
	max-width: 968px;
	max-width: 60.5rem;
}

.voice__tabs-box {
	background-color: #fff;
	border-radius: 0.25rem;
	padding: 32px 48px;
	padding: 2rem 3rem;
}

.voice__tabs-box + .voice__tabs-box {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.voice__tabs-box-heading {
	gap: 24px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.voice__tabs-box-heading-img {
	height: 124px;
	height: 7.75rem;
	width: 124px;
	width: 7.75rem;
}

.voice__tabs-box-heading-case {
	color: #23479d;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.voice__tabs-box-heading-title {
	color: #222;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.voice__tabs-box-heading-info {
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.voice__tabs-box-body {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.voice__tabs-box-beforeafter-wrapper {
	grid-gap: 0px 1.875rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
}

.voice__tabs-box-beforeafter-wrapper::before {
	background: url('../images/voice_triangle.svg') no-repeat center center/contain;
	content: '';
	height: 24px;
	height: 1.5rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 15px;
	width: 0.9375rem;
}

.voice__tabs-box-beforeafter-block {
	max-width: 421px;
	max-width: 26.3125rem;
}

.voice__tabs-box-beforeafter-block.--before .voice__tabs-box-beforeafter-block-title {
	background-color: #222;
}

.voice__tabs-box-beforeafter-block.--before .voice__tabs-box-beforeafter-block-body {
	background-color: #f1f1f1;
}

.voice__tabs-box-beforeafter-block.--after .voice__tabs-box-beforeafter-block-title {
	background-color: #23479d;
}

.voice__tabs-box-beforeafter-block.--after .voice__tabs-box-beforeafter-block-body {
	background-color: #eef8ff;
}

.voice__tabs-box-beforeafter-block-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	height: 34px;
	height: 2.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
	text-align: center;
}

.voice__tabs-box-beforeafter-block-body {
	grid-gap: 0.75rem 0.375rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

.voice__tabs-box-beforeafter-block-body .-item {
	gap: 8px;
	gap: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.voice__tabs-box-beforeafter-block-body .-item.--mr {
	position: relative;
	right: -24px;
	right: -1.5rem;
}

.voice__tabs-box-beforeafter-block-body .-item-heding {
	background-color: #fff;
	border-radius: 1.5rem;
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	line-height: 1.5;
	padding: 4px 8px;
	padding: 0.25rem 0.5rem;
	text-align: center;
	white-space: nowrap;
}

.voice__tabs-box-beforeafter-block-body .-item-body {
	color: #222;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.5;
	padding-top: 2px;
	padding-top: 0.125rem;
	white-space: nowrap;
}

.voice__tabs-box-beforeafter-block-body .-item-body.--red {
	color: #e90404;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
}

.voice__tabs-box-beforeafter-block-body .-item-body.--red .--sm {
	font-size: 14px;
	font-size: 0.875rem;
}

.voice__tabs-box-text {
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.worry {
	width: 100%;
}

.worry__content-top {
	padding-block: 56px 96px;
	padding-block: 3.5rem 6rem;
	background: url('../images/worry_bg.webp') no-repeat center center/100% 100%;
}

.worry__cards {
	grid-gap: 1rem 1rem;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 24px;
	margin-top: 1.5rem;
	max-width: 1040px;
	max-width: 65rem;
}

.worry__card {
	border-radius: 0.25rem;
	max-width: 248px;
	max-width: 15.5rem;
	overflow: hidden;
}

.worry__card-img {
	width: 100%;
}

.worry__card-body {
	background-color: #fff;
	padding: 18px;
	padding: 1.125rem;
}

.worry__card-title {
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
	text-align: center;
}

.worry__content-bottom {
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

.worry__content-bottom-bg-img {
	bottom: -4px;
	bottom: -0.25rem;
	height: 144px;
	height: 9rem;
	position: absolute;
	right: 0;
	width: 561px;
	width: 35.0625rem;
}

.worry__content-bottom-bg-img img {
	height: 144px;
	height: 9rem;
	width: 561px;
	width: 35.0625rem;
}

.worry__content-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 5;
}

.worry__content-media-img {
	width: 278px;
	width: 17.375rem;
}

.worry__content-media-text {
	color: #222;
	font-family: 'Zen Old Mincho';
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.8;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.-bg {
	position: relative;
	z-index: 5;
}

.-bg::before {
	background-color: #fde701;
	bottom: 0;
	content: '';
	height: 14px;
	height: 0.875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.c-btn__main {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#fde701), to(#f1c800));
	background: linear-gradient(to bottom, #fde701, #f1c800);
	border: 1px solid #fff;
	border-radius: 0.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 90px;
	height: 5.625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 538px;
	max-width: 33.625rem;
	position: relative;
}

.c-btn__main::before {
	background: url('../images/icn_arw_black.svg') no-repeat center center/contain;
	content: '';
	height: 40px;
	height: 2.5rem;
	position: absolute;
	right: 23px;
	right: 1.4375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	width: 2.5rem;
	z-index: 1;
}

.c-btn__main-text {
	color: #222;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0em;
	letter-spacing: -0.01em;
	line-height: 1.5;
	text-align: center;
}

.c-btn__main-text .--sm {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
}

.c-btn__sub-wrapper {
	grid-gap: 0px 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.c-btn__sub {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f6f8), to(#c3d1da));
	background: linear-gradient(to bottom, #f3f6f8, #c3d1da);
	border: 1px solid #fff;
	border-radius: 0.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 72px;
	height: 4.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 263px;
	max-width: 16.4375rem;
	position: relative;
}

.c-btn__sub::before {
	background: url('../images/icn_arw_blue.svg') no-repeat center center/contain;
	content: '';
	height: 32px;
	height: 2rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 32px;
	width: 2rem;
	z-index: 1;
}

.c-btn__sub-text {
	color: #222;
	display: block;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 1.5;
	text-align: center;
}

.c-title {
	color: #222;
	font-family: 'Zen Old Mincho';
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.fix-btn {
	display: none;
}

.fix-btn.is-show {
	opacity: 1;
	pointer-events: auto;
}

.fix-btn__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 51px;
	height: 3.1875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fix-btn__link.--entry {
	background: -webkit-gradient(linear, left top, left bottom, from(#fde701), to(#f1c800));
	background: linear-gradient(180deg, #fde701 0%, #f1c800 100%);
	border: 1px solid #fff;
}

.fix-btn__link.--job-info {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c3d1da));
	background: linear-gradient(180deg, #ffffff 0%, #c3d1da 100%);
	border: 1px solid #fff;
}

.fix-btn__link-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
}

.cta {
	padding-block: 32px;
	padding-block: 2rem;
	background: url('../images/cta_bg.webp') no-repeat center center/100% 100%;
	width: 100%;
}

.cta__content {
	grid-gap: 0px 0px;
	grid-gap: 0px 1.5rem;
	display: grid;
	grid-template-columns: 50.35335689% 47.52650177%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1132px;
	max-width: 70.75rem;
}

.cta__lead {
	color: #fff;
	font-family: 'Zen Old Mincho';
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
}

.cta__list {
	grid-gap: 0px 0px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.cta__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	height: 46px;
	height: 2.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0em;
	line-height: 1.5;
	text-align: center;
	width: 182px;
	width: 11.375rem;
}

.cta__item:nth-child(2) {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.cta__btn-text {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
}

.c-btn.cta__btn {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.l-footer-entry {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f1f1f1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 52px;
	height: 3.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.l-footer-entry__copyright {
	text-align: center;
}

.l-footer-entry__copyright small {
	color: #999;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0em;
	line-height: 1.7;
}

.l-footer {
	padding-block: 32px 40px;
	padding-block: 2rem 2.5rem;
	background-color: #092578;
	width: 100%;
}

.l-footer__content {
	color: #fff;
}

.l-footer__logo {
	width: 187px;
	width: 11.6875rem;
}

.l-footer__info {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 16px;
	margin-top: 1rem;
}

.l-footer__content-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 16px;
	margin-top: 1rem;
}

.l-footer__content-menu {
	gap: 24px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-footer__content-link {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.l-footer__content-separator {
	background-color: #fff;
	display: block;
	height: 22px;
	height: 1.375rem;
	width: 1px;
}

.l-footer__copyright {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.7;
}

.l-header {
	padding-block: 10px 9px;
	padding-block: 0.625rem 0.5625rem;
	background-color: #092578;
	height: 56px;
	height: 3.5rem;
	width: 100%;
	z-index: 100;
}

.l-header.--index {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.l-header__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-header__logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 120px;
	width: 7.5rem;
}

.l-header__nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-header__nav-link {
	display: inline-block;
	height: 36px;
	height: 2.25rem;
	width: 153px;
	width: 9.5625rem;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.u-anime {
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	visibility: hidden;
	will-change: opacity, transform, visibility;
}

.u-anime.is-show,
.u-load-anime.is-show {
	opacity: 1;
	visibility: visible;
}

.u-anime.--fadeinup {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.u-anime.--fadeinup.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.u-anime.--fadein {
	-webkit-transform: none;
	transform: none;
}

.u-anime.--fadein.is-show {
	-webkit-transform: none;
	transform: none;
}

.u-anime.--fadeinrich {
	-webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s;
}

.u-anime.--fadeinrich.is-show {
	opacity: 1;
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s;
}

.u-anime.--fadeindown {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.u-anime.--fadeindown.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.u-anime.--fadeinleft {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.u-anime.--fadeinleft.is-show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.u-anime.--fadeinright {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.u-anime.--fadeinright.is-show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.u-anime.--rotatein {
	-webkit-transform: rotate(-10deg) scale(0.9);
	transform: rotate(-10deg) scale(0.9);
}

.u-anime.--rotatein.is-show {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
}

.u-anime.--slideinleft {
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: clip-path;
}

.u-anime.--slideinleft.is-show {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	transition: clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.u-anime.--delay1 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.u-anime.--delay2 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.u-anime.--delay3 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.u-anime.--delay4 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.u-anime.--delay5 {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.u-anime.--delay6 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.u-anime.--delay7 {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.u-anime.--delay8 {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.u-anime.--delay9 {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.u-anime.--delay10 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.u-anime.--delay11 {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.u-anime.--delay12 {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.u-anime.--delay13 {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.u-anime.--delay14 {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.u-anime.--delay15 {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.u-anime.--delay16 {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.u-anime.--delay17 {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.u-anime.--delay18 {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.u-anime.--delay19 {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

.u-anime.--delay20 {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.u-hidden {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

@media (hover: hover) {
	a:hover {
		opacity: 0.7;
	}

	a.c-btn__main:hover {
		background: #fde701;
		opacity: 1;
	}

	a.c-btn__sub:hover {
		background: #f3f6f8;
		opacity: 1;
	}

	a.u-anime.is-show:hover {
		opacity: 0.7;
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
}

@media screen and (max-width: 1279px) {
	.u-xl {
		display: none;
	}
}

@media (max-width: 1200px) {
	html {
		font-size: 1.3333333333vw;
	}
}

@media screen and (max-width: 1023px) {
	.u-lg {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.u-desktop {
		display: none;
	}

	.u-mobile {
		display: block;
	}

	body {
		font-size: 0.875rem;
	}

	html {
		font-size: 16px;
	}

	.entry-form {
		min-height: calc(100vh - 14rem);
	}

	.entry-form__content {
		padding-block: 1.5rem 3.6875rem;
	}

	.entry-form__steps {
		grid-gap: 0px 0px;
		--gap: 1.4375rem;
		grid-template-columns: repeat(5, 4.375rem);
		max-width: 21.875rem;
	}

	.entry-form__steps::before {
		top: 0.75rem;
	}

	.entry-form__steps::after {
		top: 0.75rem;
	}

	.entry-form__steps.--job-info {
		grid-template-columns: repeat(2, 4.375rem);
		max-width: 8.75rem;
	}

	.entry-form__steps-item-num {
		height: 1.5rem;
		width: 1.5rem;
	}

	.entry-form__steps-item-num::after {
		height: 1.5rem;
		width: 1.5rem;
	}

	.entry-form__steps-item-text {
		font-size: 0.625rem;
	}

	.entry-form__section {
		margin-top: 1rem;
	}

	.entry-form__section[data-step-panel='1'] .entry-form__section-content {
		max-width: none;
	}

	.entry-form__section[data-step-panel='2'] .entry-form__section-content,
	.entry-form__section[data-step-panel='5'] .entry-form__section-content {
		max-width: none;
	}

	.entry-form__section[data-step-panel='3'] .entry-form__section-content,
	.entry-form__section[data-step-panel='4'] .entry-form__section-content {
		max-width: none;
	}

	.entry-form__title {
		font-size: 1.125rem;
	}

	.entry-form__section-content {
		margin-top: 1rem;
	}

	.entry-form__box {
		padding: 1rem;
	}

	.entry-form__nav {
		margin-top: 1.5rem;
	}

	.entry-form__btn-wrapper {
		margin-top: 1rem;
	}

	.entry-form__btn.c-btn__main {
		height: 3.5rem;
	}

	.entry .c-btn__main-text:not(.entry-form__choice-text) {
		font-size: 1rem;
	}

	.entry-form__choices {
		grid-gap: 0.5rem 0.5rem;
		margin-inline: auto;
		max-width: 21.875rem;
	}

	.entry-form__choice.--lg.c-btn__main {
		height: 3.6875rem;
	}

	.entry-form__choice.--lg.c-btn__main .c-btn__main-text {
		font-size: 1.125rem;
	}

	.entry-form__btn {
		font-size: 0.9375rem;
	}

	.entry-form__add-btn {
		font-size: 0.875rem;
		height: 3rem;
		width: 12.25rem;
	}

	.entry-form__note {
		font-size: 0.875rem;
	}

	.entry-form__note small {
		font-size: 0.625rem;
	}

	.entry-form__note + .entry-form__field {
		margin-top: 1rem;
	}

	.entry-form__policy {
		font-size: 0.625rem;
		margin-top: 1rem;
	}

	.entry-form__field + .entry-form__field {
		margin-top: 1rem;
	}

	.entry-form__label {
		font-size: 0.8125rem;
	}

	.entry-form__select-wrapper.--date2 {
		width: calc(50% - 3px);
	}

	.entry-form__select-wrapper.--date3 {
		width: calc(33.333% - 3px);
	}

	.entry-form__select {
		font-size: 0.875rem;
	}

	.entry-form__input {
		font-size: 0.875rem;
	}

	.entry-form__radio-date-label {
		font-size: 0.875rem;
	}

	.entry-form__textarea {
		font-size: 0.875rem;
	}

	.entry-form__checkbox-list {
		gap: 0.5rem;
	}

	.entry-form__weekday-label {
		gap: 0.25rem;
	}

	.entry-fv {
		background: url('../images/entry/entry_fv-bg-sp.webp') no-repeat center center/100% 100%;
	}

	.entry-fv__content {
		padding-block: 1rem;
	}

	.entry-fv__title {
		display: block;
	}

	.entry-fv__title-heading {
		margin-inline: auto;
		font-size: 0.75rem;
		height: 1.375rem;
	}

	.entry-fv__title-main {
		font-size: 1.375rem;
	}

	.entry-fv__text {
		font-size: 0.75rem;
		margin-top: 0.25rem;
		text-align: center;
	}

	.thanks {
		min-height: calc(100vh - 5.875rem);
	}

	.thanks__img {
		width: 10.625rem;
	}

	.thanks__title {
		font-size: 1.5rem;
		margin-top: 1.5rem;
	}

	.thanks__text {
		font-size: 0.9375rem;
		margin-top: 1.5rem;
	}

	.thanks__link-wrapper {
		margin-top: 1.5rem;
	}

	.thanks__link {
		font-size: 0.9375rem;
	}

	.bar {
		height: 4.625rem;
	}

	.bar__list {
		gap: 0.75rem;
	}

	.bar__item {
		background: url('../images/bar_bg.svg') no-repeat center center/100% 100%;
		height: 3.125rem;
		width: 10.5rem;
	}

	.bar__item-text-main {
		font-size: 1rem;
	}

	.bar__item-text-sub {
		font-size: 0.75rem;
	}

	.faq {
		padding-block: 2rem;
	}

	.faq__content {
		margin-top: 1rem;
	}

	.faq__box-heading {
		height: 3rem;
	}

	.faq__box-heading .-toggle {
		right: 0.75rem;
	}

	.faq__box-heading-img {
		height: 3.0625rem;
		width: 3.0625rem;
	}

	.faq__box-heading-title {
		font-size: 0.875rem;
		padding: 0.8125rem 2.625rem 0.8125rem 0.75rem;
	}

	.faq__box-body-img {
		height: 3.0625rem;
		width: 3.0625rem;
	}

	.faq__box-body-text {
		min-height: auto;
		padding: 0.5rem 2.625rem 1rem 0.75rem;
	}

	.faq__box-body-text p {
		font-size: 0.8125rem;
	}

	.flow {
		padding-block: 2rem;
	}

	.flow__content {
		margin-top: 1rem;
	}

	.flow__step {
		display: block;
		padding: 1rem 1.25rem;
	}

	.flow__step-heading.--pc {
		padding-inline: 0;
		display: none;
	}

	.flow__step-heading.--sp {
		gap: 0.25rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.flow__step-heading-text {
		display: inline-block;
		font-size: 0.875rem;
		height: -moz-fit-content;
		height: -webkit-fit-content;
		height: fit-content;
		padding-top: 0.1875rem;
	}

	.flow__step-heading-num {
		font-size: 1.5rem;
	}

	.flow__step-body {
		padding-right: 0;
	}

	.flow__step-img {
		padding-inline: 0;
	}

	.flow__step-img img {
		height: 4rem;
		width: 4rem;
	}

	.flow__step-title {
		gap: 0.5rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 1rem;
	}

	.flow__step-text {
		font-size: 0.8125rem;
	}

	.flow__step-btn-wrapper.--pc {
		display: none;
	}

	.flow__step-btn-wrapper.--sp {
		display: block;
	}

	.flow__step-btn-main.c-btn__main {
		margin-inline: auto;
		height: 3.4375rem;
		max-width: 20rem;
	}

	.flow__step-btn-main-text.c-btn__main-text {
		font-size: 0.9375rem;
	}

	.flow__step-icon {
		margin-block: 0.25rem;
	}

	.fv {
		background-image: none;
		margin-top: 2.625rem;
	}

	.fv__inner.l-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.fv__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 0;
	}

	.fv__content-main {
		background-color: #092578;
		padding-bottom: 0;
		width: 100%;
	}

	.fv__content-main-sp {
		background: url('../images/fv_bg-sp.webp') no-repeat center center/100% 100%;
		display: block;
		padding-top: 1.125rem;
	}

	.fv__title {
		padding-inline: 1.25rem;
	}

	.fv__title-sub {
		font-size: 1.125rem;
		height: 2rem;
		width: 16.375rem;
	}

	.fv__title-main {
		max-width: 21.8125rem;
	}

	.fv__box {
		border-radius: 0;
		margin-top: 0;
		max-width: none;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 0.75rem 1.25rem 1rem;
	}

	.fv__box-title {
		gap: 0.375rem;
	}

	.fv__box-title .-head {
		padding-inline: 0.375rem;
		font-size: 0.625rem;
		height: 1.375rem;
	}

	.fv__box-title .-text {
		font-size: 1.125rem;
		letter-spacing: -0.1em;
	}

	.fv__box-text {
		font-size: 0.8125rem;
		line-height: 1.8;
	}

	.fv__btn-main.c-btn__main {
		font-size: 1.125rem;
		height: 3.6875rem;
		height: 3.6875rem;
	}

	.fv__btn {
		margin-top: 1rem;
	}

	.fv__img {
		padding-inline: 1.25rem;
		margin-top: 0.5rem;
		max-width: none;
	}

	.fv__img.--sp {
		display: block;
	}

	.fv__img.--pc {
		display: none;
	}

	.key {
		padding-block: 2.75rem 2rem;
		background: url('../images/key_bg-sp.webp') no-repeat center center/100% 100%;
	}

	.key__title {
		font-size: 1.75rem;
	}

	.key__content {
		display: block;
		margin-top: 1rem;
	}

	.key__img {
		margin-inline: auto;
		position: static;
		width: 14rem;
	}

	.key__box {
		margin-top: -2.1875rem;
		padding: 2.5rem 1rem 1.5rem;
	}

	.key__box-title {
		font-size: 1.5rem;
		text-align: center;
	}

	.key__box-text {
		font-size: 0.875rem;
		margin-top: 0.5rem;
	}

	.message {
		padding-block: 2rem;
		background: url('../images/message_bg-sp.webp') no-repeat center center/cover;
	}

	.message__title {
		font-size: 1.25rem;
	}

	.message__content {
		padding: 1rem 1.5rem;
	}

	.message__lead {
		font-size: 1rem;
	}

	.message__text {
		font-size: 0.875rem;
		margin-top: 0.5rem;
	}

	.message__person {
		font-size: 0.875rem;
		margin-top: 0.25rem;
	}

	.proposal {
		padding-bottom: 2rem;
	}

	.proposal__bg::before {
		background: url('../images/proposal_bg-sp.webp') no-repeat top center/100% 100%;
	}

	.proposal__content {
		padding-top: 2rem;
	}

	.proposal__title {
		width: 20.25rem;
	}

	.proposal__title .--top {
		font-size: 1rem;
	}

	.proposal__title .--bottom {
		font-size: 2.125rem;
	}

	.proposal__title .--bottom .--sm {
		font-size: 1.375rem;
	}

	.proposal__lead {
		font-size: 0.875rem;
		margin-top: 1rem;
		text-align: left;
	}

	.proposal__box {
		display: block;
		padding: 1.5rem;
	}

	.proposal__box:first-of-type {
		margin-top: 1.5rem;
	}

	.proposal__box-num {
		font-size: 3rem;
		left: 0.75rem;
		top: 1rem;
	}

	.proposal__box-img {
		max-width: none;
	}

	.proposal__box-body {
		margin-top: 1.5rem;
	}

	.proposal__box-title {
		font-size: 1rem;
	}

	.proposal__box-text {
		font-size: 0.875rem;
		margin-top: 0.5rem;
	}

	.recruitment {
		padding-block: 1.875rem 0;
	}

	.recruitment__title {
		margin-inline: auto;
		width: 18.3125rem;
	}

	.recruitment__title .-point {
		font-size: 1.5rem;
	}

	.recruitment__title .-point::before {
		height: 0.25rem;
		width: 0.25rem;
	}

	.recruitment__title .-text {
		font-size: 1.125rem;
	}

	.recruitment__content {
		margin-top: 2.25rem;
	}

	.recruitment__tabs-list {
		padding-inline: 1.25rem;
		max-width: 24.9375rem;
	}

	.recruitment__tabs-item {
		font-size: 0.75rem;
		height: 2.75rem;
		max-width: 6.9375rem;
	}

	.recruitment__tabs-content {
		padding-block: 1.5rem;
	}

	.recruitment__tabs-cards {
		grid-gap: 1rem 0.5rem;
		grid-template-columns: repeat(2, 1fr);
	}

	.recruitment__tabs-card-title {
		font-size: 0.625rem;
		height: 1.1875rem;
	}

	.recruitment__tabs-card-condition {
		font-size: 0.875rem;
	}

	.recruitment__tabs-card-text {
		min-height: auto;
		font-size: 0.6875rem;
	}

	.recruitment__tabs-note {
		font-size: 0.625rem;
		margin-top: 0.75rem;
	}

	.voice {
		padding-top: 2rem;
	}

	.voice__title .--sm {
		font-size: 1rem;
	}

	.voice__title .--md {
		font-size: 1.375rem;
	}

	.voice__content {
		margin-top: 1.5rem;
	}

	.voice__tabs-content.recruitment__tabs-content {
		padding-block: 1.5rem 2rem;
	}

	.voice__tabs-box {
		padding: 1.5rem 1rem;
	}

	.voice__tabs-box-heading-img {
		height: 5.625rem;
		width: 5.625rem;
	}

	.voice__tabs-box-heading-main {
		margin-top: 0.75rem;
	}

	.voice__tabs-box-heading-case {
		font-size: 0.75rem;
	}

	.voice__tabs-box-heading-title {
		font-size: 1rem;
		margin-top: 0.25rem;
	}

	.voice__tabs-box-heading-info {
		font-size: 0.75rem;
		margin-top: 0.25rem;
	}

	.voice__tabs-box-body {
		margin-top: 0.75rem;
	}

	.voice__tabs-box-beforeafter-wrapper {
		display: block;
	}

	.voice__tabs-box-beforeafter-wrapper::before {
		top: 7.75rem;
		-webkit-transform: translate(-50%, -50%) rotate(90deg);
		transform: translate(-50%, -50%) rotate(90deg);
	}

	.voice__tabs-box-beforeafter-block {
		margin-inline: auto;
	}

	.voice__tabs-box-beforeafter-block + .voice__tabs-box-beforeafter-block {
		margin-top: 1.875rem;
	}

	.voice__tabs-box-beforeafter-block-title {
		font-size: 0.875rem;
	}

	.voice__tabs-box-beforeafter-block-body {
		padding: 0.5rem 0.75rem;
	}

	.voice__tabs-box-beforeafter-block-body .-item.--mr {
		position: static;
		right: 0;
	}

	.voice__tabs-box-beforeafter-block-body .-item-heding {
		font-size: 0.6875rem;
	}

	.voice__tabs-box-beforeafter-block-body .-item-body {
		font-size: 0.8125rem;
	}

	.voice__tabs-box-beforeafter-block-body .-item-body.--red {
		font-size: 0.875rem;
	}

	.voice__tabs-box-beforeafter-block-body .-item-body.--red .--sm {
		font-size: 0.625rem;
	}

	.voice__tabs-box-text {
		font-size: 0.875rem;
		margin-top: 0.75rem;
	}

	.worry__content-top {
		padding-block: 2rem 3rem;
		background: url('../images/worry_bg-sp.webp') no-repeat center center/100% 100%;
	}

	.worry__cards {
		grid-gap: 1rem 0.5rem;
		margin-inline: auto;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 1rem;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
	}

	.worry__card-body {
		padding: 0.5rem;
	}

	.worry__card-title {
		font-size: 0.75rem;
	}

	.worry__content-bottom-bg-img {
		bottom: 1.875rem;
		height: 5.5rem;
		right: 50%;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		width: 21.4375rem;
	}

	.worry__content-bottom-bg-img img {
		height: 5.5rem;
		width: 21.4375rem;
	}

	.worry__content-media {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-top: 1rem;
	}

	.worry__content-media-img {
		margin-inline: auto;
		margin-top: 0.5rem;
		width: 12.75rem;
	}

	.worry__content-media-text {
		font-size: 1.25rem;
		padding-top: 0;
		text-align: center;
	}

	.c-btn__main {
		margin-inline: auto;
		height: 4.625rem;
		max-width: 21.875rem;
	}

	.c-btn__main::before {
		height: 1.5rem;
		right: 0.5rem;
		width: 1.5rem;
	}

	.c-btn__main-text {
		font-size: 0.9375rem;
	}

	.c-btn__main-text .--sm {
		font-size: 0.75rem;
	}

	.c-btn__sub-wrapper {
		display: block;
		margin-top: 0;
	}

	.c-btn__sub {
		margin-inline: auto;
		height: 3.4375rem;
		margin-top: 0.5rem;
		max-width: 21.875rem;
	}

	.c-btn__sub::before {
		height: 1.5rem;
		right: 0.5rem;
		width: 1.5rem;
	}

	.c-btn__sub-text {
		font-size: 0.875rem;
		letter-spacing: -0.01em;
	}

	.c-title {
		font-size: 1.375rem;
	}

	.fix-btn {
		grid-gap: 0px 0px;
		bottom: 0;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		left: 0;
		max-width: 40rem;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		right: 0;
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
		width: 100%;
		z-index: 100;
	}

	.cta {
		padding-block: 1.5rem;
		background: url('../images/cta_bg-sp.webp') no-repeat center center/100% 100%;
	}

	.cta__content {
		display: block;
	}

	.cta__lead {
		font-size: 1.125rem;
	}

	.cta__list {
		display: none;
	}

	.cta__btn-wrapper {
		margin-top: 0.75rem;
	}

	.cta__btn-text {
		font-size: 0.75rem;
	}

	.l-footer {
		padding-block: 1.5rem 2.5rem;
	}

	.l-footer__info {
		font-size: 0.75rem;
	}

	.l-footer__content-bottom {
		display: block;
	}

	.l-footer__content-menu {
		gap: 0.75rem;
	}

	.l-footer__content-link {
		font-size: 0.6875rem;
	}

	.l-footer__content-separator {
		height: 1.25rem;
	}

	.l-footer__copyright {
		font-size: 0.6875rem;
		margin-top: 1rem;
	}

	.l-header {
		padding-block: 0.5rem;
		height: 2.625rem;
	}

	.l-header__content {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.l-header__logo {
		margin-inline: auto;
	}

	.l-header__nav {
		display: none;
	}

	.l-header__nav-link {
		height: 1.75rem;
		width: 7rem;
	}

	.l-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 375px) {
	html {
		font-size: 4.2666666667vw;
	}
}

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