body {
	font-family: "Zen Maru Gothic", sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1 0 auto;
}

footer {
	flex-shrink: 0;
}

html {
	font-size: 16px;
}

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

html {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	margin: 0;
	min-height: 100%;
	padding: 0;
}

/* 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;
	text-rendering: optimizeLegibility;
}

main {
	display: flex;
	flex: 1;
	flex-direction: column;
}

footer {
	flex-shrink: 0;
}

/* 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: 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 {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

a:hover {
	opacity: 0.7;
}

.top-about-page {
	margin-top: 18.75rem;
}

.top-about {
	padding-bottom: 6.375rem;
	padding-top: 6.375rem;
}

.top-access {
	padding-bottom: 4.375rem;
	padding-top: 5.625rem;
}

.top-contact-form-section {
	padding-bottom: 8.75rem;
	padding-top: 6.25rem;
}

.top-contact-page {
	padding-bottom: 6.25rem;
	padding-top: 19.375rem;
}

.top-contact {
	margin-top: 12.5rem;
}

.top-footer {
	margin-top: 12.5rem;
	padding-bottom: 1.5625rem;
	padding-top: 3.125rem;
}

.top-news-page {
	margin-top: 18.75rem;
}

.top-news-single {
	margin-top: 12.5rem;
}

.top-news {
	margin-top: 18.75rem;
}

.top-not-found {
	margin-top: 16.25rem;
}

.top-privacy-policy {
	margin-top: 18.75rem;
}

.top-service-page {
	margin-top: 19.375rem;
}

.top-services {
	padding-top: 12.5rem;
}

.top-thanks-page {
	padding-top: 18.75rem;
}

.top-voice {
	padding-top: 5rem;
}

.top-white-beige-wave {
	margin-top: -7.5rem;
}

.top-white-beige-wave--job {
	margin-top: 7.5rem;
}

.about-message__body {
	grid-gap: 2.5rem;
	align-items: center;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 16.25rem 1fr;
	margin-top: 2.5rem;
}

.about-message__image {
	border-radius: 0.9375rem;
	overflow: hidden;
}

.about-message__image img {
	-o-object-fit: cover;
	aspect-ratio: 300/250;
	object-fit: cover;
	width: 100%;
}

.about-message__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.about-message__text + .about-message__text {
	margin-top: 1.25rem;
}

.about-message__name {
	font-weight: 700;
	margin-top: 1.5625rem;
	text-align: left;
}

.about-message__role {
	margin-right: 0.9375rem;
}

.about-office__body {
	grid-gap: 5rem;
	align-items: center;
	display: grid;
	gap: 5rem;
	grid-template-columns: 1fr 31.25rem;
	margin-top: 2.5rem;
}

.about-office__list {
	border-top: 0.0625rem solid #f7f7f7;
}

.about-office__item {
	border-bottom: 0.0625rem solid #f7f7f7;
	display: grid;
	grid-template-columns: 9.375rem 1fr;
}

.about-office__term {
	align-items: center;
	background-color: #f8f2ee;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.5;
}

.about-office__description {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 0.9375rem;
	padding: 1.125rem 1.875rem;
}

.about-office__image img {
	-o-object-fit: cover;
	aspect-ratio: 500/300;
	border-radius: 0.9375rem;
	object-fit: cover;
	width: 100%;
}

.about-page__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 106.25rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.about-page__heading {
	text-align: center;
}

.about-page__layout {
	grid-column-gap: 7.5rem;
	-moz-column-gap: 7.5rem;
	column-gap: 7.5rem;
	display: grid;
	grid-template-columns: 22.5rem 1fr;
	margin-top: 6.25rem;
}

.about-page__section + .about-page__section {
	margin-top: 10rem;
}

.about-service-wave {
	line-height: 0;
	margin-bottom: -1px;
	margin-top: -1px;
	position: relative;
	z-index: 2;
}

.about-service-wave__svg {
	display: block;
	height: auto;
	width: 100%;
}

.about-staff__cards {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 2.5rem;
}

.about {
	background-color: #f8f2ee;
	position: relative;
}

.about__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.125rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	position: relative;
	z-index: 2;
}

.about__info {
	grid-column-gap: 5rem;
	-moz-column-gap: 5rem;
	align-items: center;
	column-gap: 5rem;
	display: grid;
	grid-template-columns: 1fr 39.625rem;
}

.about__heading,
.about__catch-copy,
.about__text-content,
.about__button {
	grid-column: 1;
}

.about__image {
	grid-column: 2;
	grid-row: 1/5;
	position: relative;
}

.about__catch-copy {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 3rem;
}

.about__text-content {
	margin-top: 1.875rem;
}

.about__text {
	font-size: 1rem;
	line-height: 2;
}

.about__text + .about__text {
	margin-top: 1.875rem;
}

.about__button {
	margin-top: 4.375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.about__image img {
	-o-object-fit: cover;
	aspect-ratio: 634/393;
	border-radius: 1.875rem;
	object-fit: cover;
	width: 100%;
}

.about__decoration {
	position: absolute;
	right: -2.1875rem;
	top: -2.8125rem;
	z-index: 2;
}

.about__illustration {
	bottom: -8.75rem;
	height: 11.6875rem;
	left: 2.5rem;
	position: absolute;
	width: 11.6875rem;
	z-index: 3;
}

.about__illustration img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.access-contact-wave {
	line-height: 0;
	margin-bottom: -1px;
	margin-top: -1px;
	position: relative;
	z-index: 2;
}

.access-contact-wave__svg {
	display: block;
	height: auto;
	width: 100%;
}

.access {
	background-color: #f8f2ee;
	position: relative;
}

.access__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 73.125rem;
	padding-left: 2.1875rem;
	padding-right: 2.1875rem;
}

.access__heading {
	text-align: center;
}

.access__content {
	display: flex;
	justify-content: space-between;
	margin-top: 3.375rem;
}

.access__name {
	color: #f07e3a;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.5rem;
	line-height: 1.5;
}

.access__list {
	margin-top: 2.125rem;
}

.access__item {
	display: flex;
}

.access__icon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 1.5625rem;
	margin-top: 0.3125rem;
	width: 1.5625rem;
}

.access__icon--address {
	background-image: url(../images/common/access-icon-img1.svg);
}

.access__icon--tel {
	background-image: url(../images/common/access-icon-img2.svg);
}

.access__description {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 2.25;
	margin-left: 0.3125rem;
}

.access__icon--fax {
	background-image: url(../images/common/access-icon-img3.svg);
}

.access__img img {
	-o-object-fit: cover;
	aspect-ratio: 587/280;
	max-width: 36.6875rem;
	object-fit: cover;
}

.access__map {
	margin-top: 3rem;
}

.access__map iframe {
	aspect-ratio: 1170/280;
	max-width: 73.125rem;
	width: 100%;
}

.access__illustration {
	bottom: -6.25rem;
	height: 8.1875rem;
	position: absolute;
	right: 4.0625rem;
	width: 10.75rem;
	z-index: 3;
}

.consultation-flow__body {
	margin-top: 2.5rem;
}

.consultation-flow__items {
	grid-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	grid-row-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 1.25rem;
}

.consultation-flow__item {
	background-color: #f7f7f7;
	border-radius: 0.9375rem;
	padding: 1.25rem;
	text-align: center;
}

.consultation-flow__icon {
	background-color: #d9d9d9;
	border-radius: 50%;
	height: 10rem;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 10rem;
}

.consultation-flow__icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.consultation-flow__title {
	align-items: flex-start;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.4;
	min-height: 2.8em;
	text-align: center;
}

.consultation-flow__text {
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 1rem;
	text-align: center;
}

.contact-button {
	background-color: #f07e3a;
	border-radius: 3.125rem;
	color: #ffffff;
	display: inline-block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	max-width: 25rem;
	padding: 1.0625rem 6.5rem;
}

.contact-form-section {
	background-color: #f7f7f7;
}

.contact-form-section__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 78.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.contact-form {
	background-color: #ffffff;
	border-radius: 0.75rem;
	padding: 6.25rem 9.375rem;
}

.contact-form__heading {
	text-align: center;
}

.contact-form__title-wrap {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
}

.contact-form__title {
	color: #f07e3a;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.125;
}

.contact-form__icon {
	flex-shrink: 0;
	height: 1.25rem;
	width: 1.875rem;
}

.contact-form__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.contact-form__lead {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 3.75rem;
}

.contact-form__form {
	margin-top: 6.25rem;
}

.contact-form__item + .contact-form__item {
	margin-top: 2.5rem;
}

.contact-form__label {
	align-items: center;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 0.5rem;
	line-height: 1.2;
}

.contact-form__label span {
	color: #f07e3a;
	font-size: 0.6875rem;
}

.contact-form__item input,
.contact-form__item textarea {
	background-color: #ffffff;
	border: 0.0625rem solid #d9d9d9;
	border-radius: 0.3125rem;
	color: #333333;
	display: block;
	font-size: 1.25rem;
	line-height: 1.2;
	margin-top: 0.75rem;
	padding: 0.875rem 1.25rem;
	width: 100%;
}

.contact-form__item input::-moz-placeholder,
.contact-form__item textarea::-moz-placeholder {
	color: #d9d9d9;
}

.contact-form__item input::placeholder,
.contact-form__item textarea::placeholder {
	color: #d9d9d9;
}

.contact-form__item textarea {
	min-height: 10rem;
	resize: vertical;
}

.contact-form__privacy {
	margin-top: 1.25rem;
	text-align: left;
}

.contact-form__privacy a {
	-webkit-text-decoration: underline;
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.1875rem;
}

.contact-form__privacy a:hover {
	opacity: 0.7;
}

.contact-form__privacy label {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	gap: 0.5rem;
}

.contact-form__privacy label span {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.contact-form__privacy input[type=checkbox] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #ffffff;
	border: 0.0625rem solid #cfcfcf;
	display: inline-block;
	height: 1rem;
	position: relative;
	width: 1rem;
}

.contact-form__privacy input[type=checkbox]:checked {
	background-color: #f07e3a;
	border-color: #f07e3a;
}

.contact-form__privacy input[type=checkbox]:checked::after {
	border-bottom: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
	content: "";
	height: 0.5rem;
	left: 0.3125rem;
	position: absolute;
	top: 0.125rem;
	transform: rotate(45deg);
	width: 0.25rem;
}

.contact-form__button {
	margin-top: 3.75rem;
	position: relative;
	text-align: center;
}

.contact-form__button button,
.contact-form__button .wpcf7-submit {
	background-color: #f07e3a;
	border: none;
	border-radius: 62.4375rem;
	color: #ffffff;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 700;
	min-width: 13.75rem;
	padding: 0.9375rem 2.5rem;
	transition: opacity 0.3s;
}

.contact-form__button button:hover,
.contact-form__button .wpcf7-submit:hover {
	opacity: 0.7;
}

.contact-form__button .wpcf7-spinner {
	left: calc(50% + 7.8125rem);
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.contact-form__privacy p {
	align-items: center;
	display: inline-flex;
	gap: 0.5rem;
	margin: 0;
}

.contact-form__privacy br {
	display: none;
}

.contact-form__privacy .wpcf7-form-control-wrap {
	display: inline-flex;
}

.contact-form__privacy .wpcf7-acceptance {
	display: inline-flex;
}

.contact-form__privacy .wpcf7-list-item {
	margin: 0;
}

.contact-form__privacy .wpcf7-list-item label {
	align-items: center;
	display: inline-flex;
}

.contact-form__privacy .wpcf7-list-item-label {
	display: none;
}

.contact-form__privacy-text {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.contact-page {
	background-color: #ffffff;
}

.contact-page__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 78.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.contact-page__tel {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
}

.contact {
	position: relative;
}

.contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
	padding-left: 2.1875rem;
	padding-right: 2.1875rem;
}

.contact__box {
	background-color: #f7f7f7;
	border-radius: 0.9375rem;
	margin-top: 3rem;
	padding-bottom: 4.375rem;
	padding-top: 5.9375rem;
	text-align: center;
}

.contact__title {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

.contact__text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin-top: 2.1875rem;
}

.contact__button {
	margin-top: 3.5rem;
}

.contact__illustration {
	bottom: -12.6875rem;
	height: 5.8125rem;
	left: 5.625rem;
	position: absolute;
	width: 13rem;
}

.daily-flow {
	max-width: 43.75rem;
	position: relative;
}

.daily-flow::before {
	background-color: #f07e3a;
	content: "";
	height: 104%;
	left: 4.5rem;
	position: absolute;
	top: -1.25rem;
	width: 0.25rem;
}

.daily-flow__item {
	grid-column-gap: 3.125rem;
	-moz-column-gap: 3.125rem;
	column-gap: 3.125rem;
	display: grid;
	grid-template-columns: 4.5625rem 1fr;
	position: relative;
}

.daily-flow__item + .daily-flow__item {
	margin-top: 2.125rem;
}

.daily-flow__time {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
}

.daily-flow__content {
	position: relative;
}

.daily-flow__content::before {
	background-color: #f07e3a;
	border-radius: 50%;
	content: "";
	height: 1.5rem;
	left: -3.8125rem;
	position: absolute;
	top: 0.3125rem;
	width: 1.5rem;
}

.daily-flow__title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
}

.daily-flow__text {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 0.625rem;
}

.dot-decoration {
	height: 8.125rem;
	position: absolute;
	width: 8.875rem;
}

.dot-decoration::before {
	background-image: radial-gradient(#f07e3a 0.125rem, transparent 0.125rem);
	background-size: 0.75rem 0.75rem;
	border-radius: 50%;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.dot-decoration::after {
	background-color: #f07e3a;
	border-radius: 50%;
	bottom: 0.5rem;
	content: "";
	height: 3.25rem;
	position: absolute;
	right: 0;
	width: 3.25rem;
}

.drawer-menu {
	display: none;
}

.feature-card {
	background-color: #f7f7f7;
	border-radius: 0.625rem;
	overflow: hidden;
	padding: 1.5rem 1rem 3rem;
}

.feature-card__image {
	-o-object-fit: cover;
	aspect-ratio: 318/200;
	object-fit: cover;
}

.feature-card__body {
	margin-top: 1.25rem;
}

.feature-card__title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
}

.feature-card__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1rem;
}

.feature-cards {
	grid-column-gap: 3.75rem;
	-moz-column-gap: 3.75rem;
	grid-row-gap: 1.875rem;
	column-gap: 3.75rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
	row-gap: 1.875rem;
}

.fixed-contact {
	background-color: #f07e3a;
	border-radius: 1.25rem 0 0 1.25rem;
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.3125rem;
	line-height: 1;
	padding: 1.6875rem;
	position: fixed;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	writing-mode: vertical-rl;
	z-index: 20;
}

.fixed-contact:hover {
	box-shadow: -0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
	opacity: 1;
	padding-right: 2.5rem;
}

.flow__body {
	margin-left: 4.1875rem;
	margin-top: 3.75rem;
}

.footer {
	background-color: #f8f2ee;
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 107.5rem;
	padding-left: 6.25rem;
	padding-right: 6.25rem;
}

.footer__main {
	display: flex;
	justify-content: space-between;
}

.footer__logo {
	align-items: center;
	display: flex;
	gap: 1.875rem;
}

.footer__logo img {
	height: 5.625rem;
	width: 8rem;
}

.footer__site-name {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1.333;
}

.footer__menu {
	display: flex;
	margin-top: 2.125rem;
}

.footer__nav-list {
	display: flex;
	gap: 3.75rem;
}

.footer__nav-item:nth-child(1) {
	grid-column: 1;
	grid-row: 1;
}

.footer__nav-item:nth-child(2) {
	grid-column: 1;
	grid-row: 2;
}

.footer__nav-item:nth-child(3) {
	grid-column: 2;
	grid-row: 1/3;
}

.footer__nav-item:nth-child(4) {
	grid-column: 2;
	grid-row: 3;
}

.footer__nav-link {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.footer__sub-list {
	margin-top: 1.25rem;
}

.footer__sub-item:not(:first-child) {
	margin-top: 0.625rem;
}

.footer__sub-link {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 0.875rem;
	line-height: 1.43;
	padding-left: 0.9375rem;
	position: relative;
}

.footer__sub-link::before {
	background-color: #333333;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.footer__contact {
	margin-left: 3.75rem;
}

.footer__contact-button {
	background-color: #f07e3a;
	border-radius: 3.125rem;
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	padding: 0.875rem 4.1875rem;
}

.footer__bottom {
	margin-top: 5rem;
	text-align: center;
}

.footer__copyright {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.428;
}

.footer__page-top {
	align-items: center;
	background-color: #f07e3a;
	border-radius: 50%;
	bottom: 6.25rem;
	display: flex;
	height: 3.75rem;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 2.1875rem;
	transform: translateY(0.9375rem);
	transition: 0.5s ease;
	visibility: hidden;
	width: 3.75rem;
	z-index: 100;
}

.footer__page-top.is-show {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.footer__page-top.is-hidden {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.footer__page-top::before {
	border-left: 0.125rem solid #fff;
	border-top: 0.125rem solid #fff;
	content: "";
	height: 0.9375rem;
	transform: rotate(45deg) translateY(0.125rem);
	width: 0.9375rem;
}

.footer__page-top:hover {
	opacity: 0.7;
}

.footer__page-top.is-hidden {
	display: none;
}

.header {
	height: 5rem;
	left: 0;
	margin-top: 1.875rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.header.is-active .header__brand {
	background-color: #f8f2ee;
	box-shadow: none;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.header__brand,
.header__menu {
	box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
}

.header__brand {
	background-color: #ffffff;
	border-radius: 0 3.125rem 3.125rem 0;
	padding-bottom: 0.75rem;
	padding-left: 2.5rem;
	padding-right: 3.125rem;
	padding-top: 0.75rem;
}

.header__logo {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
}

.header__logo img {
	-o-object-fit: contain;
	display: block;
	height: 3.5rem;
	object-fit: contain;
	width: 5.875rem;
}

.header__site-name {
	color: #333333;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1.333;
}

.header__menu {
	align-items: center;
	background-color: #ffffff;
	border-radius: 3.125rem 0 0 3.125rem;
	display: flex;
	padding-bottom: 0.9375rem;
	padding-left: 2.5rem;
	padding-right: 1.125rem;
	padding-top: 0.9375rem;
}

.header__nav {
	display: inline-block;
	height: 100%;
	margin-left: auto;
}

.header__nav-list {
	display: flex;
	gap: 2.5rem;
	height: 100%;
}

.header__nav-item {
	height: 100%;
}

.header__nav-item--has-children:hover .mega-menu {
	opacity: 1;
	visibility: visible;
}

.header__nav-link {
	align-items: center;
	color: #333333;
	display: flex;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	height: 100%;
	position: relative;
}

.header__nav-link::after {
	background: #333333;
	bottom: -0.3125rem;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
	transition: transform 0.3s; /*変形の時間*/
	width: 100%;
}

.header__nav-link:hover::after {
	transform: scale(1, 1);
}

.header__nav-item--has-children {
	position: relative;
}

.header__nav-item--has-children > .header__nav-link::after {
	display: none;
}

.header__nav-item--has-children:hover .header__subnav-list {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.header__subnav-list {
	background-color: #ffffff;
	border-radius: 1.25rem;
	left: 0.625rem;
	opacity: 0;
	padding-bottom: 0.625rem;
	padding-left: 1.25rem;
	padding-right: 1.0625rem;
	padding-top: 0.625rem;
	position: absolute;
	transform: translateY(0.625rem);
	transition: opacity 0.5s, transform 0.5s, visibility 0.5s;
	visibility: hidden;
	width: 10rem;
}

.header__subnav-item:not(:first-child) {
	margin-top: 0.625rem;
}

.header__subnav-link {
	color: #333333;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	position: relative;
}

.header__subnav-link::after {
	background: #333333;
	bottom: -0.3125rem;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
	transition: transform 0.3s; /*変形の時間*/
	width: 100%;
}

.header__subnav-link:hover::after {
	transform: scale(1, 1);
}

.header__cta {
	margin-left: 2.5rem;
	width: 14.375rem;
}

.header__contact-btn {
	background-color: #f07e3a;
	border-radius: 3.125rem;
	color: #ffffff;
	display: flex;
	font-weight: 700;
	justify-content: center;
	padding: 0.8125rem 4.1875rem;
	transition: opacity 0.3s;
}

.header__contact-btn:hover {
	opacity: 0.6;
}

.header__drawer {
	display: none;
}

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

.js-fade-in {
	opacity: 0;
	transform: translateY(2.5rem);
	transition: opacity 0.9s ease, transform 0.9s ease;
}

.js-fade-in.is-show {
	opacity: 1;
	transform: translateY(0);
}

.js-fade-in--delay01.is-show {
	transition-delay: 0.15s;
}

.js-fade-in--delay02.is-show {
	transition-delay: 0.3s;
}

.js-fade-in--delay03.is-show {
	transition-delay: 0.45s;
}

.mega-menu-overlay {
	-webkit-backdrop-filter: blur(0.25rem);
	backdrop-filter: blur(0.25rem);
	background: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	z-index: 150;
}

.mega-menu-overlay.is-active {
	opacity: 1;
	visibility: visible;
}

.mega-menu {
	background: #f8f2ee;
	border-radius: 1.5rem;
	left: 50%;
	opacity: 0;
	padding: 3.125rem;
	position: fixed;
	top: 6.25rem;
	transform: translateX(-50%);
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: min(68.75rem, 100% - 5rem);
	z-index: 200;
}

.mega-menu.is-active {
	opacity: 1;
	visibility: visible;
}

.mega-menu__inner {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.mega-menu__card {
	-webkit-text-decoration: none;
	display: block;
	text-decoration: none;
	transition: opacity 0.3s, transform 0.3s;
}

.mega-menu__card:hover {
	opacity: 0.85;
	transform: translateY(-0.25rem);
}

.mega-menu__card img {
	-o-object-fit: cover;
	aspect-ratio: 300/180;
	border-radius: 1.25rem;
	object-fit: cover;
	width: 100%;
}

.mega-menu__label {
	background: #ffffff;
	border-radius: 0.75rem;
	display: inline-block;
	font-weight: 700;
	margin-left: 1.25rem;
	margin-top: -1.25rem;
	padding: 0.625rem 1.25rem;
}

.mega-menu {
	background: #f8f2ee;
	border-radius: 1.5rem;
	left: 50%;
	opacity: 0;
	padding: 3.125rem;
	position: fixed;
	top: 9.375rem;
	transform: translateX(-50%);
	transition: 0.3s;
	visibility: hidden;
	width: min(68.75rem, 100% - 5rem);
	z-index: 200;
}

.mega-menu__inner {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.mega-menu__card {
	-webkit-text-decoration: none;
	display: block;
	text-decoration: none;
	transition: opacity 0.3s;
}

.mega-menu__card:hover {
	opacity: 0.7;
}

.mega-menu__card img {
	-o-object-fit: cover;
	aspect-ratio: 300/180;
	border-radius: 1.25rem;
	object-fit: cover;
	width: 100%;
}

.mega-menu__label {
	background: #fff;
	border-radius: 0.75rem;
	display: inline-block;
	font-weight: 700;
	margin-left: 1.25rem;
	margin-top: -1.25rem;
	padding: 0.625rem 1.25rem;
}

.mv {
	background-image: url(../images/common/mv-img.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 54.4375rem;
	position: relative;
}

.mv__inner {
	height: inherit;
	position: relative;
	width: 100%;
}

.mv__title {
	animation: mvTitleFadeIn 1s ease 0.3s forwards;
	bottom: 9.375rem;
	color: #333333;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	opacity: 0;
	position: absolute;
	right: 6.25rem;
	transform: translateY(1.25rem);
}

.news-access-wave {
	line-height: 0;
	margin-bottom: -1px;
	margin-top: 12.5rem;
	position: relative;
	z-index: 1;
}

.news-access-wave__svg {
	display: block;
	height: auto;
	width: 100%;
}

.news-list-page__item {
	border-bottom: 0.0625rem solid #ead8cc;
}

.news-list-page__item:first-child {
	border-top: 0.0625rem solid #ead8cc;
}

.news-list-page__link {
	grid-column-gap: 1.5rem;
	-moz-column-gap: 1.5rem;
	align-items: center;
	column-gap: 1.5rem;
	display: grid;
	grid-template-columns: 4.375rem 6.25rem 1fr 2.125rem;
	padding: 1.375rem 0;
}

.news-list-page__date {
	color: #666666;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	line-height: 1.428;
}

.news-list-page__category {
	align-items: center;
	background-color: #f07e3a;
	border-radius: 62.4375rem;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	padding: 0.3125rem 0.75rem;
}

.news-list-page__content {
	min-width: 0;
}

.news-list-page__title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
}

.news-list-page__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-size: 0.875rem;
	line-height: 1.7;
	margin-top: 0.375rem;
	overflow: hidden;
}

.news-list-page__icon {
	background-color: #f7eee8;
	border-radius: 50%;
	height: 2.125rem;
	position: relative;
	width: 2.125rem;
}

.news-list-page__icon::before {
	background-color: #f07e3a;
	content: "";
	height: 0.125rem;
	left: 0.6875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.news-list-page__icon::after {
	border-right: 0.125rem solid #f07e3a;
	border-top: 0.125rem solid #f07e3a;
	content: "";
	height: 0.4375rem;
	left: 1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.4375rem;
}

.news-list__item {
	border-top: 0.0625rem solid #f07e3a;
	padding: 1.375rem 1.5rem 1.375rem 1.5rem;
}

.news-list__item:last-child {
	border-bottom: 0.0625rem solid #f07e3a;
}

.news-list__link {
	grid-column-gap: 3.125rem;
	-moz-column-gap: 3.125rem;
	align-items: start;
	column-gap: 3.125rem;
	display: grid;
	grid-template-columns: 6.25rem 1fr 2.125rem;
}

.news-list__date {
	grid-column: 1;
}

.news-list__content {
	grid-column: 2;
	margin-left: 1.875rem;
}

.news-list__icon {
	align-self: center;
	grid-column: 3;
}

.news-list__date {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.428;
}

.news-list__title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.75;
}

.news-list__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 350;
	line-height: 1.5;
	margin-top: 0.5rem;
	overflow: hidden;
}

.news-list__icon {
	align-self: center;
	background-color: #f3eeea;
	border-radius: 50%;
	display: inline-block;
	flex-shrink: 0;
	height: 2.125rem;
	margin-left: auto;
	position: relative;
	width: 2.125rem;
}

/* 横棒 */

.news-list__icon::before {
	background-color: #f07e3a;
	content: "";
	height: 0.125rem;
	left: 0.625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
}

/* 矢印先端 */

.news-list__icon::after {
	border-right: 0.125rem solid #f07e3a;
	border-top: 0.125rem solid #f07e3a;
	content: "";
	height: 0.625rem;
	left: 0.8125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.625rem;
}

.news-page__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 73.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.news-page__body {
	margin-top: 6.25rem;
}

.news-page__button {
	margin-top: 6.25rem;
	text-align: center;
}

.news-page__pagination {
	margin-top: 5rem;
	text-align: center;
}

.news-single {
	background-color: #ffffff;
}

.news-single__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 59.375rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.news-single__meta {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.news-single__date {
	color: #666666;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
}

.news-single__category {
	align-items: center;
	background-color: #f07e3a;
	border-radius: 62.4375rem;
	color: #ffffff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.5;
	min-width: 6.25rem;
	padding: 0.1875rem 0.75rem;
}

.news-single__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 1.125rem;
}

.news-single__image {
	border-radius: 0.75rem;
	margin-top: 3.75rem;
	overflow: hidden;
}

.news-single__image img {
	-o-object-fit: cover;
	aspect-ratio: 900/600;
	object-fit: cover;
	width: 100%;
}

.news-single__content {
	margin-top: 3.75rem;
}

.news-single__content p {
	font-size: 1rem;
	line-height: 1.5;
}

.news-single__button {
	margin-top: 5rem;
	text-align: center;
}

.news {
	position: relative;
	z-index: 2;
}

.news__illustration01 {
	height: 11.5625rem;
	position: absolute;
	right: 5rem;
	top: -11.25rem;
	width: 11.5625rem;
}

.news__inner {
	grid-column-gap: 5rem;
	-moz-column-gap: 5rem;
	column-gap: 5rem;
	display: grid;
	grid-template-columns: 13.75rem 1fr;
}

.news__info {
	grid-column: 1;
}

.news__heading {
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.news__body {
	grid-column: 2;
	grid-row: 1/3;
}

.news__button {
	grid-column: 1;
}

.news__illustration02 {
	bottom: -18.75rem;
	height: 9.25rem;
	left: 6.875rem;
	position: absolute;
	width: 9.8125rem;
	z-index: 10;
}

.not-found__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.not-found__content {
	text-align: center;
}

.not-found__number {
	color: #f07e3a;
	font-size: 7.5rem;
	font-weight: 700;
	line-height: 1;
}

.not-found__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1.875rem;
}

.not-found__text {
	font-size: 1rem;
	line-height: 1.9;
	margin-top: 1.5rem;
}

.not-found__button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.page-nav {
	align-self: start;
	position: sticky;
	top: 7.5rem;
	z-index: 10;
}

.page-nav__list {
	background-color: #ffffff;
	border-radius: 0 0 0.5rem 0.5rem;
	border-top: 0.1875rem solid #f07e3a;
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.08);
}

.page-nav__item {
	border-bottom: 0.0625rem solid #ddd;
}

.page-nav__link {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0.9375rem 1.25rem 0.9375rem 2rem;
}

.page-nav__text {
	font-size: 0.875rem;
	font-weight: 700;
}

.page-nav__icon {
	background-color: #f5f0eb;
	border-radius: 50%;
	height: 1.25rem;
	position: relative;
	width: 1.25rem;
}

.page-nav__icon::before {
	border-right: 0.0625rem solid #f07e3a;
	border-top: 0.0625rem solid #f07e3a;
	content: "";
	height: 0.375rem;
	left: 0.4375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.375rem;
}

.pagination .nav-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
}

.pagination .page-numbers {
	align-items: center;
	border: 0.0625rem solid #f07e3a;
	border-radius: 50%;
	color: #f07e3a;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	height: 2.375rem;
	justify-content: center;
	line-height: 1;
	min-width: 2.375rem;
	padding: 0 0.75rem;
	transition: 0.3s;
}

.pagination .page-numbers.current {
	background-color: #f07e3a;
	color: #ffffff;
}

.pagination .page-numbers:hover {
	background-color: #f07e3a;
	color: #ffffff;
	opacity: 1;
}

.pagination .prev,
.pagination .next {
	border-radius: 62.4375rem;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}

.privacy-policy__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.privacy-policy__title {
	color: #f07e3a;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
}

.privacy-policy__content {
	margin-top: 5rem;
}

.privacy-policy__section + .privacy-policy__section {
	margin-top: 3.125rem;
}

.privacy-policy__heading {
	border-bottom: 1px solid #ddd;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 0.75rem;
}

.privacy-policy__text {
	font-size: 1rem;
	line-height: 1.9;
	margin-top: 1.25rem;
}

.privacy-policy__date {
	font-size: 1rem;
	margin-top: 3.75rem;
	text-align: right;
}

.section-heading {
	color: #f07e3a;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

.section-title--center {
	text-align: center;
}

.section-title__ja {
	color: #333333;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.166;
}

.section-title__ja--about-page {
	font-size: 2.5rem;
	font-weight: 900;
}

.section-title__ja--thanks-page {
	font-size: 2.5rem;
	font-weight: 900;
}

.section-title__ja--news {
	font-size: 2.5rem;
	font-weight: 900;
}

.section-title__ja--contact {
	font-size: 2.5rem;
	font-weight: 900;
}

.section-title__en {
	color: #f07e3a;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.75;
}

.section-wave {
	line-height: 0;
	margin-left: calc(-1 * ((100vw - min(100vw, 106.25rem)) / 2 + 1.5625rem + 22.5rem + 7.5rem));
	width: 100vw;
}

.section-wave__svg {
	display: block;
	height: 8.75rem;
	width: 100%;
}

.section-wave__svg path {
	fill: currentColor;
}

.section-wave--beige {
	color: #f8f2ee;
}

.section-wave--white {
	color: #ffffff;
	margin-left: 0;
	width: 100%;
}

.see-more {
	align-items: center;
	background-color: #f07e3a;
	border-radius: 3.125rem;
	display: inline-flex;
	padding: 0.8125rem 1.875rem 0.8125rem 2.5rem;
}

.see-more--lightgreen {
	background-color: #8bc882;
}

.see-more--purple {
	background-color: #a59aca;
}

.see-more__text {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.see-more__icon {
	background-color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	height: 1.25rem;
	margin-left: 1.875rem;
	position: relative;
	width: 1.25rem;
}

.see-more__icon::after {
	border-right: 0.0625rem solid #f07e3a;
	border-top: 0.0625rem solid #f07e3a;
	content: "";
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-70%, -50%) rotate(45deg);
	width: 0.3125rem;
}

.see-more__icon--lightgreen::after {
	border-right: 0.0625rem solid #8bc882;
	border-top: 0.0625rem solid #8bc882;
}

.see-more__icon--purple::after {
	border-right: 0.0625rem solid #a59aca;
	border-top: 0.0625rem solid #a59aca;
}

.service-detail {
	background-color: #f8f2ee;
	padding-bottom: 8.75rem;
	padding-top: 5.625rem;
	position: relative;
}

.service-detail__inner {
	position: relative;
}

.service-detail__section + .service-detail__section {
	margin-top: 7.5rem;
}

.service-detail__illustration {
	position: absolute;
	right: 2.5rem;
	top: -8.75rem;
	width: 13.75rem;
}

.service-detail__illustration img {
	width: 100%;
}

.service-page__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 106.25rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.service-page__heading {
	text-align: center;
}

.service-page__title {
	font-size: 2.5rem;
	font-weight: 700;
}

.service-page__title--job {
	color: #ef848c;
}

.service-page__title--care {
	color: #8bc882;
}

.service-page__title--consul {
	color: #a59aca;
}

.service-page__layout {
	grid-column-gap: 7.5rem;
	-moz-column-gap: 7.5rem;
	column-gap: 7.5rem;
	display: grid;
	grid-template-columns: 22.5rem 1fr;
	margin-top: 6.25rem;
}

.service-page__nav {
	align-self: start;
}

.service-page__main {
	min-width: 0;
}

.service-page__main > .js-fade-in:first-of-type {
	position: relative;
	z-index: 10;
}

.service-page__wave {
	margin-bottom: -1px;
	margin-top: 7.5rem;
}

.service-page__section + .service-page__section {
	margin-top: 10rem;
}

.service-page__section-title {
	color: #f07e3a;
	font-size: 1.25rem;
	font-weight: 700;
}

.service-page__detail {
	background-color: #f8f2ee;
	line-height: 0;
	margin-left: calc(-1 * ((100vw - min(100vw, 106.25rem)) / 2 + 1.5625rem + 22.5rem + 7.5rem));
	padding-top: 6.25rem;
	position: relative;
	width: 100vw;
	z-index: 2;
}

.service-page__detail-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 106.25rem;
	padding-left: 1.5625rem;
	padding-left: 31.5625rem;
	padding-right: 1.5625rem;
	position: relative;
	z-index: 2;
}

.service-page__illustration1 {
	aspect-ratio: 245/187;
	position: absolute;
	right: 0rem;
	top: -15.625rem;
	width: 15.3125rem;
}

.service-page__illustration1 img {
	height: 100%;
	width: 100%;
}

.service-page__illustration2 {
	aspect-ratio: 250/112;
	bottom: -12.5rem;
	left: 0rem;
	position: absolute;
	width: 15.625rem;
}

.service-page__illustration2 img {
	height: 100%;
	width: 100%;
}

.service-page__illustration2--job {
	aspect-ratio: 250/112;
	bottom: -14.375rem;
	left: 0rem;
	width: 15.625rem;
}

.service-page__illustration2--care {
	aspect-ratio: 193/200;
	bottom: -12.5rem;
	left: 0rem;
	width: 12.0625rem;
}

.service-page__consul-illustration1 {
	aspect-ratio: 218/218;
	left: 0rem;
	position: absolute;
	top: -16.25rem;
	width: 13.625rem;
}

.service-page__consul-illustration2 {
	aspect-ratio: 218/218;
	bottom: -20.625rem;
	position: absolute;
	right: 0.9375rem;
	width: 13.625rem;
	z-index: 3;
}

.services-card {
	display: flex;
	flex-direction: column;
	position: relative;
}

.services-card__label {
	align-items: center;
	background-color: transparent;
	display: flex;
	height: 3.125rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 0.9375rem;
	transform: translateX(-50%);
	width: 13.75rem;
	z-index: 2;
}

.services-card__label--pink .services-card__label-cloud {
	background-color: #ef848c;
}

.services-card__label--lightgreen .services-card__label-cloud {
	background-color: #8bc882;
}

.services-card__label--purple .services-card__label-cloud {
	background-color: #a59aca;
}

.services-card__label-cloud {
	background-color: #ef848c;
	border-radius: 50%;
	height: 3.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.25rem;
}

.services-card__label-cloud:nth-child(1) {
	left: 0;
}

.services-card__label-cloud:nth-child(2) {
	left: 2.125rem;
}

.services-card__label-cloud:nth-child(3) {
	left: 4.25rem;
}

.services-card__label-cloud:nth-child(4) {
	left: 6.375rem;
}

.services-card__label-cloud:nth-child(5) {
	left: 8.5rem;
}

.services-card__label-cloud:nth-child(6) {
	left: 10.625rem;
}

.services-card__label-text {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
	white-space: nowrap;
	z-index: 2;
}

.services-card__image {
	overflow: hidden;
}

.services-card__image img {
	-o-object-fit: cover;
	aspect-ratio: 380/250;
	border-radius: 0.9375rem;
	max-width: 23.75rem;
	object-fit: cover;
}

.services-card__text-body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin-top: 2.5rem;
}

.services-card__text {
	font-family: "Zen Maru Gothic", sans-serif;
}

.services-card__button {
	margin-top: auto;
	padding-top: 1.875rem;
	text-align: center;
}

.services-cards {
	grid-column-gap: 2.8125rem;
	-moz-column-gap: 2.8125rem;
	grid-row-gap: 2.1875rem;
	column-gap: 2.8125rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.125rem;
	row-gap: 2.1875rem;
}

.services-cards__item {
	background-color: #f8f2ee;
	border-radius: 1.25rem;
	max-width: 27.3125rem;
	padding: 3.3125rem 1.75rem 2.25rem 1.75rem;
}

.services {
	position: relative;
}

.specialist-work__body {
	margin-top: 2.5rem;
}

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

.specialist-work-card {
	background-color: #ffffff;
	border-radius: 0.625rem;
	display: flex;
	flex-direction: column;
	padding: 1.25rem 1.125rem 1.25rem 1.25rem;
}

.specialist-work-card__header {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.specialist-work-card__icon {
	flex-shrink: 0;
	height: 2.5rem;
	width: 2.5rem;
}

.specialist-work-card__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.specialist-work-card__title {
	color: #333333;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

.specialist-work-card__text {
	color: #333333;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: auto;
	padding-top: 2rem;
}

.staff-card {
	background-color: #f8f8f8;
	border-radius: 0.75rem;
	padding: 3.125rem 1.5625rem;
	text-align: center;
}

.staff-card__image img {
	-o-object-fit: cover;
	border-radius: 50%;
	display: block;
	height: 12.5rem;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
	width: 12.5rem;
}

.staff-card__body {
	margin-top: 1.25rem;
}

.staff-card__name {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	font-weight: 700;
	line-height: 1.4;
}

.staff-card__position {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.staff-card__text {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.714;
	margin-top: 1.5rem;
	text-align: left;
}

.tel-box {
	background-color: #f7f7f7;
	border-radius: 1.25rem;
	max-width: 75rem;
	padding: 5.25rem 1.875rem;
	text-align: center;
}

.tel-box__label {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.125;
}

.tel-box__number {
	align-items: center;
	display: inline-flex;
	gap: 0.75rem;
	margin-top: 1.875rem;
}

.tel-box__icon {
	flex-shrink: 0;
	height: 3.125rem;
	margin-top: 0.625rem;
	width: 3.125rem;
}

.tel-box__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.tel-box__text {
	color: #f07e3a;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
}

.thanks-page {
	background-color: #ffffff;
}

.thanks-page__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.thanks-page__content {
	margin-top: 4.375rem;
	text-align: center;
}

.thanks-page__icon {
	height: 8.75rem;
	margin-left: auto;
	margin-right: auto;
	width: 8.75rem;
}

.thanks-page__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.thanks-page__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 3.75rem;
}

.thanks-page__text {
	margin-top: 2.5rem;
}

.thanks-page__text p {
	font-size: 1.25rem;
	line-height: 1.6;
}

.thanks-page__text p + p {
	margin-top: 1.125rem;
}

.thanks-page__button {
	margin-top: 7.5rem;
}

.voice {
	background-color: #ffffff;
	z-index: auto;
}

.voice__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 106.25rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	position: relative;
}

.voice__cards {
	grid-column-gap: 3.75rem;
	-moz-column-gap: 3.75rem;
	grid-row-gap: 1.875rem;
	column-gap: 3.75rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
	row-gap: 1.875rem;
}

.voice-card {
	background-color: #f7f7f7;
	border-radius: 1rem;
	display: flex;
	gap: 1.25rem;
	padding: 2.5rem 1.875rem;
}

.voice-card__icon {
	border-radius: 50%;
	flex-shrink: 0;
	height: 6.25rem;
	overflow: hidden;
	width: 6.25rem;
}

.voice-card__icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.voice-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.voice-card__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.voice-card__name {
	color: #ef848c;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: auto;
	padding-top: 0.625rem;
	text-align: right;
}

.wage__body {
	margin-top: 2.5rem;
	max-width: 64.5rem;
}

.wage__table {
	overflow-x: auto;
}

.wage__table table {
	background-color: #ffffff;
	border-collapse: separate;
	border-radius: 0.9375rem;
	border-spacing: 0;
	min-width: 37.5rem;
	overflow: hidden;
	width: 100%;
}

.wage__table thead {
	background-color: #f3f3f3;
}

.wage__table th {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 0.75rem 1.25rem;
	text-align: center;
}

.wage__table td {
	font-size: 1rem;
	line-height: 1.312;
	padding: 0.75rem 1.25rem;
	text-align: center;
}

.wage__table tbody tr:not(:last-child) td {
	border-bottom: 0.0625rem solid #f5f5f5;
}

.wave {
	line-height: 0;
	margin-bottom: -2px;
	margin-top: -2px;
}

.wave svg {
	display: block;
}

.white-beige-wave {
	line-height: 0;
	margin-bottom: -1px;
	position: relative;
	z-index: 2;
}

.white-beige-wave__svg {
	display: block;
	height: auto;
	width: 100%;
}

.works-cards {
	margin-top: 2.5rem;
}

@media screen and (max-width: 1440px) {

.about-staff__cards {
	grid-template-columns: repeat(2, 1fr);
}

.consultation-flow__items {
	grid-template-columns: repeat(2, 1fr);
}

.staff-card {
	padding: 1.875rem 1.875rem;
}

}

@media (max-width: 1400px) {

html {
	font-size: 1.1428571429vw;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.top-about-page {
	margin-top: 12.5rem;
}

.top-access {
	padding-bottom: 5.375rem;
	padding-top: 4.375rem;
}

.top-contact-form-section {
	padding-bottom: 5.625rem;
	padding-top: 3.75rem;
}

.top-contact-page {
	padding-bottom: 3.75rem;
	padding-top: 9.75rem;
}

.top-contact {
	margin-top: 6.25rem;
}

.top-footer {
	margin-top: 6.25rem;
	padding-top: 1.875rem;
}

.top-news-page {
	margin-top: 6.25rem;
}

.top-news-single {
	margin-top: 6.25rem;
}

.top-news {
	margin-top: 6.25rem;
}

.top-not-found {
	margin-top: 8.75rem;
}

.top-privacy-policy {
	margin-top: 6.25rem;
}

.top-service-page {
	margin-top: 9.75rem;
}

.top-services {
	padding-top: 6.25rem;
}

.top-thanks-page {
	padding-top: 9.375rem;
}

.top-voice {
	padding-top: 6.25rem;
}

.about-message__body {
	display: block;
	margin-top: 1.25rem;
}

.about-message__image img {
	aspect-ratio: 335/200;
}

.about-message__content {
	margin-top: 1.25rem;
}

.about-message__text {
	font-size: 0.875rem;
	line-height: 1.428;
}

.about-message__name {
	margin-top: 0.75rem;
	text-align: right;
}

.about-office__body {
	display: block;
	margin-top: 1.25rem;
}

.about-office__item {
	grid-template-columns: 6rem 1fr;
}

.about-office__term {
	font-size: 0.875rem;
	line-height: 1.714;
}

.about-office__description {
	font-size: 0.875rem;
	line-height: 1.714;
	padding: 0.8125rem;
}

.about-office__image {
	margin-top: 1.875rem;
}

.about-office__image img {
	aspect-ratio: 335/200;
}

.about-page__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.about-page__layout {
	display: block;
	margin-top: 6.25rem;
}

.about-page__content {
	margin-top: 6.25rem;
}

.about-page__section + .about-page__section {
	margin-top: 6.25rem;
}

.about-staff__cards {
	grid-template-columns: 1fr;
	margin-top: 1.25rem;
}

.about__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.about__info {
	grid-template-columns: 1fr;
}

.about__image {
	grid-column: 1;
	grid-row: 3;
	margin-top: 1.25rem;
}

.about__catch-copy {
	font-size: 1rem;
	grid-row: 2;
	margin-top: 1.875rem;
}

.about__text-content {
	grid-row: 4;
	margin-top: 1.375rem;
}

.about__text {
	font-size: 0.875rem;
}

.about__text + .about__text {
	margin-top: 1.125rem;
}

.about__button {
	grid-row: 5;
	margin: 2.1875rem auto 0;
}

.about__image img {
	aspect-ratio: 335/220;
	border-radius: 0.9375rem;
}

.about__decoration {
	right: -0.9375rem;
	top: -1.875rem;
}

.about__illustration {
	bottom: -2.1875rem;
	height: 4.375rem;
	left: 1.25rem;
	width: 4.375rem;
}

.access__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.access__content {
	flex-direction: column;
	margin-top: 1.25rem;
}

.access__info {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.access__name {
	font-size: 1.125rem;
	line-height: 2;
	text-align: center;
}

.access__icon {
	height: 1.4375rem;
	width: 1.4375rem;
}

.access__description {
	font-size: 0.75rem;
	line-height: 3;
}

.access__img {
	display: flex;
	justify-content: center;
	margin-top: 1.25rem;
}

.access__map {
	margin-top: 1.5rem;
}

.access__map iframe {
	aspect-ratio: 335/220;
}

.access__illustration {
	bottom: -3.125rem;
	height: 4.0625rem;
	right: 1.25rem;
	width: 5.3125rem;
}

.consultation-flow__body {
	margin-top: 1.25rem;
}

.consultation-flow__items {
	grid-template-columns: 1fr;
	row-gap: 2.1875rem;
}

.consultation-flow__icon {
	height: 6.25rem;
	width: 6.25rem;
}

.consultation-flow__title {
	font-size: 1rem;
	line-height: 1.75;
	min-height: 3.5em;
}

.consultation-flow__text {
	font-size: 0.75rem;
}

.contact-button {
	font-size: 1.25rem;
	padding: 1rem 2.5rem;
}

.contact-form-section__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.contact-form {
	padding: 2.1875rem 1.25rem 2.8125rem;
}

.contact-form__title-wrap {
	gap: 0.375rem;
}

.contact-form__title {
	font-size: 1.25rem;
	line-height: 1.8;
}

.contact-form__icon {
	height: 0.9375rem;
	width: 1.25rem;
}

.contact-form__lead {
	font-size: 0.875rem;
	line-height: 1.714;
	margin-top: 1.875rem;
}

.contact-form__form {
	margin-top: 2.5rem;
}

.contact-form__item + .contact-form__item {
	margin-top: 1.25rem;
}

.contact-form__label {
	font-size: 0.75rem;
}

.contact-form__item input,
.contact-form__item textarea {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 0.375rem;
	padding: 0.5rem 0.75rem;
}

.contact-form__item textarea {
	min-height: 8.125rem;
}

.contact-form__privacy {
	margin-top: 0.9375rem;
	text-align: center;
}

.contact-form__privacy label {
	gap: 0.5rem;
}

.contact-form__privacy label span {
	font-size: 0.875rem;
}

.contact-form__button {
	margin-top: 2.5rem;
}

.contact-form__button button,
.contact-form__button .wpcf7-submit {
	font-size: 0.875rem;
	min-width: 11.25rem;
	padding: 0.8125rem 2rem;
}

.contact-form__button .wpcf7-spinner {
	left: calc(50% + 6.25rem);
}

.contact-form__privacy-text {
	font-size: 0.875rem;
}

.contact-page__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.contact-page__tel {
	margin-top: 3.125rem;
}

.contact__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.contact__box {
	margin-top: 1.5rem;
	padding: 2.625rem 2.1875rem;
}

.contact__title {
	font-size: 1.125rem;
	line-height: 2;
}

.contact__text {
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 1.75rem;
}

.contact__button {
	margin-top: 2.5rem;
}

.contact__illustration {
	bottom: -6.375rem;
	height: 2.5625rem;
	left: 1.0625rem;
	width: 5.6875rem;
}

.daily-flow::before {
	left: 3rem;
	top: -0.625rem;
	width: 0.1875rem;
}

.daily-flow__item {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	grid-template-columns: 3.125rem 1fr;
}

.daily-flow__item + .daily-flow__item {
	margin-top: 1.75rem;
}

.daily-flow__time {
	font-size: 0.75rem;
}

.daily-flow__content::before {
	height: 1.125rem;
	left: -2.5625rem;
	width: 1.125rem;
}

.daily-flow__title {
	font-size: 0.875rem;
}

.daily-flow__text {
	font-size: 0.75rem;
	margin-top: 0.25rem;
}

.dot-decoration {
	height: 4.25rem;
	width: 4.625rem;
}

.dot-decoration::after {
	height: 1.6875rem;
	width: 1.6875rem;
}

.drawer-menu {
	background-color: #f8f2ee;
	display: block;
	height: 100vh;
	left: 0;
	opacity: 0;
	padding-top: 5rem;
	position: fixed;
	top: 0;
	transform: translateY(-1.25rem);
	transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
	visibility: hidden;
	width: 100%;
	z-index: 90;
}

.drawer-menu.is-active {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.drawer-menu__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.drawer-menu__nav {
	margin-top: 3.75rem;
}

.drawer-menu__item {
	border-bottom: 0.0625rem solid #ddd;
}

.drawer-menu__link {
	align-items: center;
	color: #333333;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	justify-content: space-between;
	padding-bottom: 0.875rem;
	padding-top: 0.875rem;
}

.drawer-menu__icon {
	background-color: #ffffff;
	border-radius: 50%;
	height: 1.5rem;
	position: relative;
	width: 1.5rem;
}

.drawer-menu__icon::before {
	border-right: 0.09375rem solid #f07e3a;
	border-top: 0.09375rem solid #f07e3a;
	content: "";
	height: 0.375rem;
	left: 0.5625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.375rem;
}

.drawer-menu__service-list {
	grid-gap: 1rem 0.75rem;
	display: grid;
	gap: 1rem 0.75rem;
	grid-template-columns: repeat(2, 1fr);
	padding-bottom: 1.25rem;
	padding-top: 0.5rem;
}

.drawer-menu__service-item {
	text-align: center;
}

.drawer-menu__service-item:nth-child(3) {
	grid-column: 1/3;
	justify-self: center;
	width: calc((100% - 0.75rem) / 2);
}

.drawer-menu__service-link {
	display: block;
}

.drawer-menu__service-link img {
	-o-object-fit: cover;
	aspect-ratio: 140/80;
	border-radius: 0.625rem;
	object-fit: cover;
	width: 100%;
}

.drawer-menu__service-link span {
	color: #ef848c;
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	margin-top: 0.375rem;
}

.drawer-menu__service-item:nth-child(2) span {
	color: #8bc882;
}

.drawer-menu__service-item:nth-child(3) span {
	color: #a59aca;
}

.feature-card {
	padding: 1rem 0.625rem;
}

.feature-card__image {
	aspect-ratio: 314/200;
	max-width: 19.625rem;
}

.feature-card__body {
	margin-top: 0.625rem;
}

.feature-card__title {
	font-size: 1rem;
	line-height: 1.75;
}

.feature-card__text {
	font-size: 0.875rem;
	line-height: 1.428;
	margin-top: 0.625rem;
}

.feature-cards {
	grid-template-columns: 1fr;
}

.fixed-contact {
	display: none;
}

.flow__body {
	margin-left: 2.3125rem;
	margin-top: 2.5rem;
}

.footer__inner {
	padding-left: 3rem;
	padding-right: 3rem;
}

.footer__main {
	align-items: center;
	flex-direction: column-reverse;
	row-gap: 2.5rem;
}

.footer__logo {
	gap: 0.625rem;
}

.footer__logo img {
	height: 2.8125rem;
	width: 5.3125rem;
}

.footer__site-name {
	font-size: 1rem;
	line-height: 2;
}

.footer__menu {
	align-items: center;
	flex-direction: column;
	margin-top: 0px;
	row-gap: 2.1875rem;
}

.footer__nav-list {
	grid-column-gap: 3.4375rem;
	-moz-column-gap: 3.4375rem;
	grid-row-gap: 0.75rem;
	align-items: start;
	column-gap: 3.4375rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 0.75rem;
}

.footer__nav-link {
	font-size: 0.875rem;
	line-height: 1.714;
}

.footer__sub-link {
	font-size: 0.75rem;
	line-height: 1.666;
}

.footer__contact {
	margin-left: 0;
}

.footer__bottom {
	margin-top: 1.875rem;
}

.footer__copyright {
	font-size: 0.625rem;
	line-height: 2;
}

.footer__page-top {
	bottom: 2.1875rem;
	height: 1.875rem;
	right: 0.9375rem;
	width: 1.875rem;
}

.footer__page-top::before {
	height: 0.5625rem;
	transform: rotate(45deg) translateY(0.0625rem);
	width: 0.5625rem;
}

.header {
	height: 2.875rem;
}

.header__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.header__brand {
	align-items: center;
	border-radius: 1.25rem;
	display: flex;
	justify-content: space-between;
	padding: 0.4375rem 0.9375rem;
	transition: background-color 0.3s;
	width: 100%;
}

.header__logo {
	gap: 0.625rem;
}

.header__logo img {
	height: 1.75rem;
	width: 2.6875rem;
}

.header__site-name {
	font-size: 0.75rem;
	line-height: 2.666;
}

.header__menu {
	display: none;
}

.header__drawer {
	background-color: #f07e3a;
	border-radius: 50%;
	display: inline-block;
	height: 1.875rem;
	position: relative;
	transition: all 0.3s;
	width: 1.875rem;
}

.header__drawer-line {
	background-color: #fff;
	display: inline-block;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s;
	width: 1rem;
}

.header__drawer-line:nth-child(1) {
	top: 0.5rem;
}

.header__drawer-line:nth-child(2) {
	top: 0.875rem;
}

.header__drawer-line:nth-child(3) {
	top: 1.25rem;
}

.header__drawer.is-active {
	background-color: #ffffff;
}

.header__drawer.is-active .header__drawer-line {
	background-color: #f07e3a;
}

.header__drawer.is-active .header__drawer-line:nth-child(1) {
	top: 0.875rem;
	transform: translateX(-50%) rotate(45deg);
}

.header__drawer.is-active .header__drawer-line:nth-child(2) {
	opacity: 0;
}

.header__drawer.is-active .header__drawer-line:nth-child(3) {
	top: 0.875rem;
	transform: translateX(-50%) rotate(-45deg);
}

.inner {
	padding-left: 25px;
	padding-right: 25px;
}

.js-fade-in--delay01.is-show {
	transition-delay: 0s;
}

.js-fade-in--delay02.is-show {
	transition-delay: 0s;
}

.js-fade-in--delay03.is-show {
	transition-delay: 0s;
}

.mega-menu-overlay {
	display: none;
}

.mega-menu {
	display: none;
}

.mega-menu {
	display: none;
}

.mv {
	height: 34.375rem;
}

.mv__title {
	animation: mvTitleFadeInSp 1s ease 0.3s forwards;
	font-size: 1.125rem;
	left: 50%;
	max-width: calc(100% - 2.5rem);
	right: auto;
	text-align: center;
	transform: translateX(-50%);
	width: -moz-max-content;
	width: max-content;
}

.news-access-wave {
	margin-top: 6.25rem;
}

.news-list-page__link {
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
	grid-template-columns: 1fr 2.125rem;
	padding: 1.125rem 0;
	row-gap: 0.5rem;
}

.news-list-page__date {
	font-size: 0.625rem;
	grid-column: 1;
	line-height: 2;
}

.news-list-page__category {
	font-size: 0.625rem;
	grid-column: 1;
	margin-left: 3.75rem;
	margin-top: -2.1875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.news-list-page__content {
	grid-column: 1;
}

.news-list-page__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 0.875rem;
	line-height: 2;
	overflow: hidden;
}

.news-list-page__text {
	display: none;
}

.news-list-page__icon {
	align-self: center;
	grid-column: 2;
	grid-row: 1/4;
}

.news-list__link {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	grid-template-columns: 1fr 2.125rem;
}

.news-list__content {
	grid-column: 1;
	margin-left: 0;
}

.news-list__icon {
	align-self: center;
	grid-column: 2;
	grid-row: 1/3;
}

.news-list__date {
	font-size: 0.625rem;
	line-height: 2;
}

.news-list__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 0.875rem;
	line-height: 2;
	overflow: hidden;
}

.news-list__text {
	display: none;
	font-size: 0.75rem;
	line-height: 1.666;
}

.news-list__icon {
	height: 1.25rem;
	width: 1.25rem;
}

.news-list__icon::before {
	left: 0.25rem;
	width: 0.625rem;
}

.news-list__icon::after {
	height: 0.3125rem;
	left: 0.625rem;
	width: 0.3125rem;
}

.news-page__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.news-page__body {
	margin-top: 5rem;
}

.news-page__button {
	margin-top: 3.125rem;
}

.news-page__pagination {
	margin-top: 3.125rem;
}

.news-single__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.news-single__date {
	font-size: 0.75rem;
}

.news-single__category {
	font-size: 0.625rem;
	line-height: 1.6;
	min-width: 3.75rem;
}

.news-single__title {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 0.875rem;
}

.news-single__image {
	border-radius: 0.5rem;
	margin-top: 1.875rem;
}

.news-single__image img {
	aspect-ratio: 335/200;
}

.news-single__content {
	margin-top: 1.25rem;
}

.news-single__content p {
	font-size: 0.875rem;
	line-height: 1.714;
}

.news-single__button {
	margin-top: 3.125rem;
}

.news__illustration01 {
	height: 4.25rem;
	right: 0rem;
	top: -0.9375rem;
	width: 4.25rem;
}

.news__inner {
	display: block;
}

.news__heading {
	margin-left: auto;
	margin-right: auto;
}

.news__body {
	margin-top: 1.25rem;
}

.news__button {
	margin: 3.375rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.news__illustration02 {
	bottom: -9.375rem;
	height: 4.375rem;
	left: 0.625rem;
	width: 3.9375rem;
}

.not-found__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.not-found__number {
	font-size: 4.5rem;
}

.not-found__title {
	font-size: 1.375rem;
	margin-top: 1.5rem;
}

.not-found__text {
	font-size: 0.9375rem;
	margin-top: 1.25rem;
}

.not-found__button {
	margin-top: 2.25rem;
}

.page-nav {
	position: static;
}

.page-nav__link {
	padding: 0.9375rem 2.5rem 0.9375rem 2rem;
}

.pagination .page-numbers {
	font-size: 0.75rem;
	height: 2.125rem;
	min-width: 2.125rem;
}

.privacy-policy__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.privacy-policy__title {
	font-size: 1.75rem;
}

.privacy-policy__content {
	margin-top: 3.125rem;
}

.privacy-policy__section + .privacy-policy__section {
	margin-top: 2.5rem;
}

.privacy-policy__heading {
	font-size: 1.125rem;
}

.privacy-policy__text {
	font-size: 0.9375rem;
}

.privacy-policy__date {
	font-size: 0.875rem;
	margin-top: 2.5rem;
}

.section-heading {
	font-size: 1.25rem;
	line-height: 1;
	text-align: center;
}

.section-title__ja {
	font-size: 1.125rem;
	line-height: 1.555;
}

.section-title__ja--about-page {
	font-size: 1.25rem;
	line-height: 1;
}

.section-title__ja--thanks-page {
	font-size: 1.5rem;
}

.section-title__ja--news {
	font-size: 1.5rem;
	line-height: 1.333;
}

.section-title__ja--contact {
	font-size: 1.5rem;
	line-height: 1.333;
}

.section-title__en {
	font-size: 0.75rem;
	line-height: 2.333;
}

.section-wave {
	margin-left: calc(50% - 50vw);
}

.section-wave__svg {
	height: 2.5rem;
}

.see-more {
	padding: 0.4375rem 0.75rem 0.4375rem 2.8125rem;
}

.see-more__text {
	font-size: 0.875rem;
	line-height: 2.285;
}

.see-more__icon {
	height: 1rem;
	margin-left: 1.0625rem;
	width: 1rem;
}

.service-detail {
	padding-bottom: 5.625rem;
	padding-top: 3.75rem;
}

.service-detail__section + .service-detail__section {
	margin-top: 5rem;
}

.service-detail__illustration {
	display: none;
}

.service-page__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.service-page__title {
	font-size: 1.25rem;
}

.service-page__layout {
	display: block;
	margin-top: 5rem;
}

.service-page__main {
	margin-top: 3.75rem;
}

.service-page__wave {
	margin-top: 4.375rem;
}

.service-page__section + .service-page__section {
	margin-top: 4.375rem;
}

.service-page__section-title {
	font-size: 1.25rem;
	line-height: 1;
	text-align: center;
}

.service-page__detail {
	margin-left: calc(50% - 50vw);
	padding-top: 5rem;
	width: 100vw;
}

.service-page__detail-inner {
	padding-left: 1.5625rem;
}

.service-page__illustration1 {
	aspect-ratio: 110/84;
	right: 0.9375rem;
	top: -9.375rem;
	width: 6.875rem;
}

.service-page__illustration2 {
	aspect-ratio: 129/58;
	bottom: -8.125rem;
	left: 1.25rem;
	width: 8.0625rem;
}

.service-page__illustration2--job {
	aspect-ratio: 129/58;
	bottom: -8.125rem;
	left: 1.25rem;
	width: 8.0625rem;
}

.service-page__illustration2--care {
	aspect-ratio: 96/100;
	bottom: -10rem;
	left: 1.25rem;
	width: 6rem;
}

.service-page__consul-illustration1 {
	aspect-ratio: 100/100;
	left: 0rem;
	top: -8.125rem;
	width: 6.25rem;
}

.service-page__consul-illustration2 {
	aspect-ratio: 100/100;
	bottom: -10rem;
	right: 0.3125rem;
	width: 6.25rem;
}

.services-card__label {
	height: 2.5rem;
	width: 11.875rem;
}

.services-card__label-cloud {
	height: 2.5rem;
	width: 2.5rem;
}

.services-card__label-cloud:nth-child(1) {
	left: -0.3125rem;
}

.services-card__label-cloud:nth-child(2) {
	left: 1.75rem;
}

.services-card__label-cloud:nth-child(3) {
	left: 3.75rem;
}

.services-card__label-cloud:nth-child(4) {
	left: 5.75rem;
}

.services-card__label-cloud:nth-child(5) {
	left: 7.6875rem;
}

.services-card__label-cloud:nth-child(6) {
	left: 9.5625rem;
}

.services-card__image img {
	aspect-ratio: 310/220;
	min-width: 19.375rem;
}

.services-card__text-body {
	margin-top: 1.25rem;
}

.services-card__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.428;
}

.services-cards {
	grid-template-columns: 1fr;
	justify-items: center;
	margin-top: 2.1875rem;
}

.services-cards__item {
	padding: 2.125rem 0.875rem 1.125rem 0.875rem;
}

.specialist-work__body {
	margin-top: 1.5rem;
}

.specialist-work__cards {
	grid-template-columns: 1fr;
}

.specialist-work-card {
	padding: 0.625rem 1.25rem;
}

.specialist-work-card__icon {
	height: 1.875rem;
	width: 1.875rem;
}

.specialist-work-card__title {
	font-size: 1rem;
	line-height: 1.8;
}

.specialist-work-card__text {
	font-size: 0.875rem;
	line-height: 1.714;
	padding-top: 1rem;
}

.staff-card__image img {
	height: 6.25rem;
	width: 6.25rem;
}

.staff-card__body {
	margin-top: 0.625rem;
}

.staff-card__name {
	font-size: 1rem;
	line-height: 1.5;
}

.staff-card__position {
	font-size: 0.875rem;
	line-height: 1.714;
	margin-top: 0.625rem;
}

.staff-card__text {
	font-size: 0.875rem;
	line-height: 1.428;
	margin-top: 0.75rem;
}

.tel-box {
	padding: 1.5rem 2.125rem;
}

.tel-box__label {
	font-size: 1.25rem;
	line-height: 1.8;
}

.tel-box__number {
	gap: 0.5rem;
	margin-top: 1rem;
}

.tel-box__icon {
	height: 1.875rem;
	width: 1.875rem;
}

.tel-box__text {
	font-size: 2.5rem;
}

.thanks-page__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.thanks-page__content {
	margin-top: 3.75rem;
}

.thanks-page__icon {
	height: 5rem;
	width: 5rem;
}

.thanks-page__title {
	font-size: 1.25rem;
	line-height: 1.6;
	margin-top: 2.5rem;
}

.thanks-page__text {
	margin-top: 1.25rem;
}

.thanks-page__text p {
	font-size: 0.875rem;
	line-height: 1.428;
}

.thanks-page__button {
	margin-top: 3.75rem;
}

.voice__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.voice__cards {
	grid-template-columns: 1fr;
	margin-top: 1.25rem;
}

.voice-card {
	align-items: center;
	flex-direction: column;
	gap: 0.625rem;
	padding: 1.375rem;
}

.voice-card__icon {
	height: 5rem;
	width: 5rem;
}

.voice-card__text {
	font-size: 0.75rem;
}

.voice-card__name {
	font-size: 1rem;
	line-height: 1.25;
}

.wage__body {
	margin-top: 1.875rem;
}

.wage__table table {
	min-width: 0;
}

.wage__table th {
	font-size: 0.875rem;
	line-height: 1.28;
	padding: 0.25rem 0.375rem;
}

.wage__table td {
	font-size: 0.75rem;
	padding: 0.25rem 1.25rem;
}

.works-cards {
	margin-top: 1.25rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes mvTitleFadeIn {

from {
	opacity: 0;
	transform: translateY(1.25rem);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes mvTitleFadeInSp {

from {
	opacity: 0;
	transform: translateX(-50%) translateY(1.25rem);
}

to {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

}


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