body {
	color: #000;
	font-family: "Noto Sans JP", serif;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

a {
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	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: optimizeSpeed;
}

/* 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;
	height: auto;
	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;
}

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

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=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;
}

.c-bg {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.c-bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.c-btn {
	background: linear-gradient(101deg, #6fc9f3 0.11%, #003b96 93%);
	border-radius: 1.5625rem;
	display: inline-block;
	overflow: hidden;
	padding: 0.125rem;
	position: relative;
}

.c-btn__text {
	align-items: center;
	background: linear-gradient(101deg, #6fc9f3 0.11%, #003b96 93%);
	border-radius: 1.5625rem;
	color: #fff;
	display: flex;
	font-size: 0.75rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	overflow: hidden;
	padding: 0.375rem 1.125rem;
	position: relative;
	z-index: 1;
}

.c-btn__text::before {
	-webkit-mask-image: url(../images/arrow.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #fff;
	content: "";
	flex-shrink: 0;
	height: 1.0625rem;
	margin-right: 0.5rem;
	mask-image: url(../images/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 1.0625rem;
}

.c-btn__text::after {
	background: #fff;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.5s ease;
	transition-property: transform;
	width: 100%;
}

.c-title img {
	height: 5rem;
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}

.c-title.c-title--large img {
	height: 7.625rem;
}

.c-toggleBtn {
	background: linear-gradient(101deg, #6fc9f3 0.11%, #003b96 93%);
	border-radius: 1.5625rem;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 0.125rem;
	position: relative;
}

.c-toggleBtn__text {
	align-items: center;
	background: linear-gradient(101deg, #6fc9f3 0.11%, #003b96 93%);
	border-radius: 1.5625rem;
	color: #fff;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	justify-content: center;
	overflow: hidden;
	padding: 0.625rem 1.375rem;
	position: relative;
	z-index: 1;
}

.c-toggleBtn__text::after {
	-webkit-mask-image: url(../images/arrow.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #fff;
	content: "";
	flex-shrink: 0;
	height: 0.875rem;
	margin-left: 0.5rem;
	mask-image: url(../images/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transform: rotate(90deg);
	transition: background-color 0.3s;
	width: 0.875rem;
}

.c-toggleBtn__text::before {
	background: #fff;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.5s ease;
	transition-property: transform;
	width: 100%;
}

.c-toggleBtn.is-open .c-toggleBtn__text::after {
	transform: rotate(-90deg);
}

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

.l-main {
	overflow: hidden;
}

.p-about {
	padding-bottom: 4.6875rem;
	padding-top: 9.375rem;
	position: relative;
}

.p-about__inner {
	padding: 0 2.5rem;
}

.p-about__title {
	color: #fff;
	font-size: 2rem;
	font-weight: 599;
	letter-spacing: -0.04em;
	line-height: 1;
	padding: 0 0.6875rem;
	text-align: center;
}

.p-about__title span {
	letter-spacing: 0.04em;
}

.p-about__content {
	display: flex;
	flex-direction: column;
	margin-top: 5rem;
}

.p-about__img {
	display: contents;
}

.p-about__img img {
	border-radius: 1.4375rem;
}

.p-about__img img:nth-child(1) {
	order: 1;
}

.p-about__img img:nth-child(2) {
	order: 3;
}

.p-about__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2;
	margin: 4rem 0;
	order: 2;
	text-align: justify;
}

.p-about__text p:not(:first-child) {
	margin-top: 2.5rem;
}

.p-about__road {
	display: none;
}

.p-benefits {
	padding-bottom: 12.0625rem;
	padding-top: 4.6875rem;
	position: relative;
	z-index: 1;
}

.p-benefits__inner {
	padding: 0 2.5rem;
}

.p-benefits__img {
	margin-top: 5rem;
}

.p-benefits__deco img {
	-o-object-fit: contain;
	bottom: -3.8125rem;
	left: -0.375rem;
	object-fit: contain;
	position: absolute;
	transform: scale(-1, 1);
	width: 3.6875rem;
}

.p-drawer {
	-webkit-overflow-scrolling: touch;
	background-image: url(../images/bg-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	opacity: 0;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 5.625rem;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 101;
}

.p-drawer__wrapper {
	overflow: hidden;
	padding: 5.375rem 4.1875rem 12.5rem;
	position: relative;
}

.p-drawer ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.p-drawer__link {
	border-bottom: 1px solid #888;
	list-style-type: none;
	padding: 0;
	transition: 0.4s all;
	transition: border-color 0.3s;
	width: 100%;
}

.p-drawer__link:last-child {
	padding-bottom: 0;
}

.p-drawer__link a {
	-webkit-text-decoration: none;
	align-items: center;
	display: block;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	justify-content: space-between;
	letter-spacing: 0.04em;
	line-height: 1.16;
	padding: 2.0625rem 0;
	text-decoration: none;
	transition: color 0.3s;
}

.p-drawer__link a::after {
	-webkit-mask-image: url(../images/arrow-nav.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background: #000;
	content: "";
	flex-shrink: 0;
	height: 0.5rem;
	mask-image: url(../images/arrow-nav.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: background-color 0.3s;
	width: 0.75rem;
}

.p-drawer__deco img {
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
}

.p-drawer__deco img:nth-child(1) {
	right: -2.6875rem;
	top: -0.4375rem;
	width: 10.5rem;
}

.p-drawer__deco img:nth-child(2) {
	bottom: 2.9375rem;
	left: 0;
	width: 10.75rem;
}

.p-drawer__deco img:nth-child(3) {
	left: -2.8125rem;
	top: -2.1875rem;
	transform: rotate(-33.32deg);
	width: 10.6875rem;
}

/* active */

.p-drawer.active {
	opacity: 100;
	visibility: visible;
}

.p-footer {
	background: #1a335b;
	color: #fff;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-footer__logo {
	display: inline-block;
	max-width: 13.9375rem;
}

.p-footer__text {
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.7;
	margin-top: 0.9375rem;
}

.p-footer__items {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 1.5rem;
	margin-top: 4.875rem;
}

.p-footer__item {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.16;
	padding: 0.5rem 0;
}

.p-footer__copyright {
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-top: 5rem;
}

.p-hamburger {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: block;
	height: 1.375rem;
	outline: none;
	padding: 0;
	position: fixed;
	right: 1rem;
	text-align: center;
	top: 1.9375rem;
	width: 1.5rem;
	z-index: 101;
}

.p-hamburger span {
	background: #006eaf;
	display: block;
	height: 0.125rem;
	position: absolute;
	transition: 0.3s transform;
	width: 1.5rem;
}

.p-hamburger span:nth-child(1) {
	top: 0.125rem;
}

.p-hamburger span:nth-child(2) {
	top: 0.75rem;
}

.p-hamburger span:nth-child(3) {
	top: 1.375rem;
}

/* active */

.p-hamburger.active span:nth-child(1) {
	top: 0.75rem;
	transform: rotate(-45deg);
}

.p-hamburger.active span:nth-child(2),
.p-hamburger.active span:nth-child(3) {
	top: 0.75rem;
	transform: rotate(45deg);
}

.p-header {
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	background-image: url(../images/bg-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #d9d9d9;
	height: 5.625rem;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.p-header__inner {
	display: flex;
	height: inherit;
	padding: 0 3.25rem 0 1rem;
	position: relative;
}

.p-header__logo {
	height: inherit;
}

.p-header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

.p-header__logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 10.375rem;
}

.p-header__btn {
	align-items: center;
	display: flex;
	height: inherit;
	margin-left: auto;
}

.p-interviews {
	padding-bottom: 4.6875rem;
	padding-top: 4.6875rem;
	position: relative;
}

.p-interviews__inner {
	padding: 0 2.5rem;
}

.p-interviews__items {
	margin-top: 5rem;
}

.p-interviews__item:not(:first-child) {
	margin-top: 5rem;
}

.p-interviews__main {
	text-align: center;
}

.p-interviews__img {
	margin: 0 auto;
	max-width: 16.25rem;
}

.p-interviews__role {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 0.625rem;
}

.p-interviews__name {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 0.25rem;
}

.p-interviews__copy {
	color: #006eaf;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 2.5rem;
	text-align: justify;
}

.p-interviews__content {
	transition: margin 0.3s;
}

.p-interviews__btn {
	display: block;
	margin: 1.5rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-interviews__wrapper {
	display: none;
	margin-bottom: 2.5rem;
}

.p-interviews__subtitle {
	color: #006eaf;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.16;
	margin-top: 2.5rem;
	text-align: justify;
}

.p-interviews__text {
	font-size: 0.9375rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 1.5rem;
	text-align: justify;
}

.p-interviews__deco img {
	display: none;
}

.p-intro {
	padding-bottom: 4.5rem;
	padding-top: 4.6875rem;
	position: relative;
}

.p-intro__inner {
	position: relative;
	z-index: 1;
}

.p-intro__text {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 3rem;
	text-align: center;
}

.p-intro__text span {
	color: #0065b3;
}

.p-intro__img {
	margin: 4.875rem auto;
	max-width: 19.375rem;
}

.p-intro__img img:nth-child(1) {
	box-shadow: 0 0 1.8125rem 0 rgba(0, 42, 67, 0.1);
	margin-right: auto;
	width: 8.75rem;
}

.p-intro__img img:nth-child(2) {
	box-shadow: 0 0 1.8125rem 0 rgba(0, 42, 67, 0.1);
	margin-left: auto;
	margin-top: 1rem;
	width: 13.75rem;
}

.p-intro__road {
	content: "";
	left: 50%;
	position: absolute;
	top: 20%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-message {
	padding-bottom: 9.375rem;
	padding-top: 9.375rem;
}

.p-message__inner {
	padding: 0 2.5rem;
}

.p-message__text {
	font-size: 0.9375rem;
	letter-spacing: 0.04em;
	line-height: 1.9;
	margin-top: 4rem;
	text-align: justify;
}

.p-message__name {
	font-size: 0.9375rem;
	letter-spacing: 0.04em;
	line-height: 1.9;
	margin-top: 4rem;
	text-align: right;
}

.p-mv {
	padding-bottom: 7.5rem;
	padding-top: 5.625rem;
	position: relative;
}

.p-mv__wrapper {
	padding-left: 3.7vw;
	padding-top: 9.4375rem;
}

.p-mv__text {
	max-width: 22rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-mv__img {
	margin-left: 0.625rem;
	margin-top: 1.625rem;
}

.p-mv__img img {
	-o-object-fit: cover;
	aspect-ratio: 366/229;
	border-radius: 0.8125rem 0 0 0.8125rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-mv__deco img {
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
}

.p-mv__deco img:nth-child(1) {
	right: -2.6875rem;
	top: 5.1875rem;
	width: 10.5rem;
}

.p-mv__deco img:nth-child(2) {
	bottom: -0.75rem;
	left: 0;
	width: 10.75rem;
}

.p-mv__deco img:nth-child(3) {
	left: -2.8125rem;
	top: 3.4375rem;
	transform: rotate(-33.32deg);
	width: 10.6875rem;
}

.p-nutshell {
	background: linear-gradient(102deg, #006eaf 4.16%, #dbfcfc 94.56%);
	padding-bottom: 9.375rem;
	padding-top: 9.4375rem;
	position: relative;
}

.p-nutshell__bgText {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 4rem;
	font-weight: 700;
	left: 0;
	line-height: 1;
	opacity: 0.06;
	position: absolute;
	top: 5.625rem;
	white-space: nowrap;
}

.p-nutshell__inner {
	padding: 0 0.8125rem;
}

.p-nutshell__wrapper {
	position: relative;
}

.p-nutshell__title {
	color: #fff;
	font-size: 2rem;
	font-weight: 599;
	letter-spacing: -0.04em;
	line-height: 1;
	padding: 0 0.6875rem;
}

.p-nutshell__title span {
	letter-spacing: 0.04em;
}

.p-nutshell__img {
	margin-top: 2.0625rem;
}

.p-offices {
	padding-bottom: 4.875rem;
	padding-top: 4.6875rem;
}

.p-offices__inner {
	padding: 0 3.5rem;
}

.p-offices__img {
	margin-top: 5rem;
}

.p-recruit {
	background-image: url(../images/recruit-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-bottom: 9.375rem;
	padding-top: 9.375rem;
	position: relative;
}

.p-recruit__main {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.3;
	padding-left: 1.0625rem;
}

.p-recruit__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 2rem;
	padding-left: 1.0625rem;
}

.p-recruit__box {
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	background: #fff;
	background: linear-gradient(125deg, #fff 0%, #f6fafc 100%);
	border-radius: 1rem;
	box-shadow: 0.125rem 0.3125rem 1rem 0 rgba(0, 0, 0, 0.06);
	color: #000;
	margin-top: 3rem;
	padding: 3rem 1.5rem 2.75rem;
}

.p-recruit__title {
	text-align: center;
}

.p-recruit__btn {
	margin-top: 2rem;
	text-align: center;
}

.p-recruit__btn .c-btn {
	border-radius: 2.5rem;
	box-shadow: 0 0.25rem 1.875rem 0 rgba(0, 0, 0, 0.07);
	max-width: 17.5rem;
	padding: 0.125rem;
	width: 100%;
}

.p-recruit__btn .c-btn__text {
	border-radius: 2.5rem;
	font-size: 0.9375rem;
	line-height: 1.5;
	padding: 1.3125rem 0;
}

.p-recruit__btn .c-btn__text::before {
	height: 1.125rem;
	margin-right: 1rem;
	width: 1.125rem;
}

.p-recruit__deco img {
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
}

.p-recruit__deco img:nth-child(1) {
	left: -4.625rem;
	top: -3.8125rem;
	width: 11.375rem;
}

.p-recruit__deco img:nth-child(2) {
	right: -0.625rem;
	top: -2.75rem;
	width: 3.5rem;
}

.p-recruit__deco img:nth-child(3) {
	bottom: -5.6875rem;
	left: -3.75rem;
	width: 13.125rem;
}

.p-schedule {
	padding-bottom: 4.6875rem;
	padding-top: 4.6875rem;
	position: relative;
}

.p-schedule__inner {
	padding: 0 1.4375rem;
}

.p-schedule__items {
	margin-top: 5.1875rem;
}

.p-schedule__item:not(:first-child) {
	margin-top: 5rem;
}

.p-schedule__img {
	padding-left: 2.375rem;
	position: relative;
}

.p-schedule__img::after {
	background-image: url(../images/deco04.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -2rem;
	content: "";
	height: 4.1875rem;
	left: 0;
	position: absolute;
	width: 7.875rem;
}

.p-schedule__content {
	margin-top: 5.5625rem;
	padding: 0 1.0625rem;
	position: relative;
}

.p-schedule__flow {
	margin-top: 2.9375rem;
}

.p-schedule__deco img {
	display: none;
}

.p-welfare {
	padding-bottom: 9.125rem;
	padding-top: 4.6875rem;
}

.p-welfare__inner {
	max-width: 100%;
	padding: 0;
}

.p-welfare__items {
	-ms-overflow-style: none;
	display: flex;
	gap: 1rem;
	margin-top: 5rem;
	overflow-x: auto;
	padding: 0 2.5rem;
	scrollbar-width: none;
}

.p-welfare__items::-webkit-scrollbar {
	display: none;
}

.p-welfare__item {
	border: 1px solid #000;
	flex-shrink: 0;
	padding: 1.75rem 1.4375rem;
	width: 16rem;
}

.p-welfare__icon {
	margin: 0 auto;
	width: 3.5625rem;
}

.p-welfare__main {
	color: #006eaf;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.16;
	margin-top: 1.4375rem;
	text-align: center;
}

.p-welfare__text {
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 1.4375rem;
	text-align: justify;
}

@media (any-hover: hover) {

.p-drawer__link:hover {
	border-bottom: 1px solid #006eaf;
}

.p-drawer__link:hover a {
	color: #006eaf;
	opacity: 1;
}

.p-drawer__link:hover a::after {
	background: #006eaf;
}

}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.5094339623vw;
}

a:hover {
	opacity: 0.7;
}

.c-btn {
	border-radius: 2.5rem;
}

.c-btn:hover {
	opacity: 1;
}

.c-btn__text {
	border-radius: 2.5rem;
	font-size: 1rem;
	padding: 1.25rem 1.625rem;
}

.c-btn__text::before {
	height: 1.125rem;
	margin-right: 1rem;
	width: 1.125rem;
}

.c-btn:hover .c-btn__text::before {
	background-image: url(../images/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	flex-shrink: 0;
}

.c-btn:hover .c-btn__text {
	color: #006eaf;
	transition: color 0.3s ease;
}

.c-btn:hover .c-btn__text::after {
	transform: scaleX(1);
	transform-origin: left;
	z-index: -1;
}

.c-title img {
	height: 6.6875rem;
}

.c-title.c-title--large img {
	height: 6.6875rem;
}

.c-toggleBtn {
	border-radius: 2.5rem;
}

.c-toggleBtn:hover {
	opacity: 1;
}

.c-toggleBtn__text {
	border-radius: 2.5rem;
	font-size: 1rem;
	padding: 0.625rem 1.375rem;
}

.c-toggleBtn__text::after {
	height: 1rem;
	margin-left: 0.5rem;
	width: 1rem;
}

.c-toggleBtn:hover .c-toggleBtn__text::after {
	background-color: #006eaf;
}

.c-toggleBtn:hover .c-toggleBtn__text {
	color: #006eaf;
	transition: color 0.3s ease;
}

.c-toggleBtn:hover .c-toggleBtn__text::before {
	transform: scaleX(1);
	transform-origin: left;
	z-index: -1;
}

.l-inner {
	max-width: 1110px;
	padding-left: 25px;
	padding-right: 25px;
}

.p-about {
	padding-bottom: 11.25rem;
	padding-top: 11.25rem;
}

.p-about__inner {
	max-width: 84.25rem;
	padding: 0 1.5625rem;
	position: relative;
	z-index: 2;
}

.p-about__content {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	gap: 5.1875rem;
	grid-template-columns: 513fr 516fr;
	justify-content: flex-start;
}

.p-about__img {
	display: flex;
	flex-direction: column;
	width: 39.6%;
}

.p-about__img img:nth-child(1) {
	border-radius: 1.875rem;
	margin-left: auto;
	margin-top: 0.6875rem;
	max-width: 25.6875rem;
	width: 100%;
}

.p-about__img img:nth-child(2) {
	border-radius: 1.4375rem;
	margin-top: 1.0625rem;
	max-width: 18.75rem;
	width: 100%;
}

.p-about__text {
	line-height: 2.1;
	margin: 0;
	width: 39.9%;
}

.p-about__text p:not(:first-child) {
	margin-top: 1.5rem;
}

.p-about__road {
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 26%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}

.p-benefits {
	padding-bottom: 9rem;
	padding-top: 7.75rem;
}

.p-benefits__inner {
	padding: 0 1.5625rem;
}

.p-benefits__deco img {
	display: none;
}

.p-drawer {
	background-image: url(../images/bg.jpg);
	top: 6.875rem;
}

.p-drawer__wrapper {
	padding: 11.5rem 0;
}

.p-drawer ul {
	grid-gap: 0 6.25rem;
	display: grid;
	gap: 0 6.25rem;
	grid-auto-flow: column;
	grid-template-columns: 292fr 200fr 200fr;
	grid-template-rows: 1fr 1fr 1fr;
	margin: 0 auto;
	max-width: 55.75rem;
}

.p-drawer__link a {
	font-size: 1.125rem;
}

.p-drawer__deco img:nth-child(1) {
	right: -5.375rem;
	top: -1rem;
	width: 18.75rem;
}

.p-drawer__deco img:nth-child(2) {
	bottom: -9.375rem;
	left: 1.75rem;
	width: 20.0625rem;
}

.p-drawer__deco img:nth-child(3) {
	left: -5rem;
	top: -4.375rem;
	width: 21.6875rem;
}

.p-footer {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.p-footer__inner {
	grid-gap: 0;
	display: grid;
	gap: 0;
	grid-template-columns: 15.0625rem 39.75rem;
	justify-content: space-between;
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.p-footer__logo {
	max-width: 14.75rem;
}

.p-footer__wrapper {
	text-align: right;
}

.p-footer__items {
	grid-gap: 0.625rem 0.625rem;
	display: grid;
	gap: 0.625rem 0.625rem;
	grid-auto-flow: column;
	grid-template-columns: 202fr 125fr 109fr;
	grid-template-rows: repeat(3, auto);
	justify-items: start;
	margin-top: 0.4375rem;
}

.p-footer__item {
	font-size: 0.9375rem;
	width: auto;
}

.p-footer__item a:hover {
	-webkit-text-decoration: underline;
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.p-footer__copyright {
	margin-top: 1.6875rem;
}

.p-hamburger {
	right: 2.625rem;
	top: 2.625rem;
	width: 2rem;
}

.p-hamburger span {
	width: 2rem;
}

.p-header {
	background-image: url(../images/bg.jpg);
	height: 7rem;
}

.p-header__inner {
	padding: 0 6.125rem 0 2.625rem;
}

.p-header__logo img {
	width: 16.3125rem;
}

.p-interviews {
	padding-bottom: 5.625rem;
	padding-top: 5.625rem;
}

.p-interviews__inner {
	max-width: 65.625rem;
	padding: 0 1.5625rem;
}

.p-interviews__item {
	grid-gap: 4rem;
	align-items: start;
	display: grid;
	gap: 4rem;
	grid-template-columns: 381px 1fr;
}

.p-interviews__item:not(:first-child) {
	margin-top: 4rem;
}

.p-interviews__img {
	max-width: 23.8125rem;
}

.p-interviews__copy {
	font-size: 2rem;
}

.p-interviews__content {
	margin-top: 4rem;
}

.p-interviews__content:has(.p-interviews__btn.is-open) {
	margin-top: 0;
}

.p-interviews__btn {
	margin: 4rem 0 0;
}

.p-interviews__wrapper {
	margin-bottom: 4rem;
}

.p-interviews__subtitle {
	font-size: 1.5rem;
	margin-top: 4rem;
}

.p-interviews__deco img {
	-o-object-fit: contain;
	display: block;
	object-fit: contain;
	position: absolute;
	right: -1px;
	top: -8.875rem;
	width: 3.9375rem;
}

.p-intro {
	padding-bottom: 4.5625rem;
	padding-top: 5rem;
}

.p-intro__text {
	font-size: 1.3125rem;
	line-height: 2.1;
	margin-top: 2.5rem;
}

.p-intro__img img:nth-child(1) {
	left: 3%;
	position: absolute;
	top: 20%;
	width: 12.5rem;
}

.p-intro__img img:nth-child(2) {
	margin: 0;
	position: absolute;
	right: 3%;
	top: 8%;
	width: 12.5rem;
}

.p-intro__road {
	top: 28%;
}

.p-message__inner {
	max-width: 53.125rem;
	padding: 0 1.5625rem;
}

.p-message__text {
	font-size: 1.0625rem;
	margin-top: 5rem;
}

.p-message__name {
	font-size: 1.0625rem;
}

.p-mv {
	padding-bottom: 0;
	padding-top: 7rem;
}

.p-mv__wrapper {
	grid-gap: 0;
	align-items: center;
	display: grid;
	gap: 0;
	grid-template-columns: 595fr 845fr;
	padding-bottom: 11.375rem;
	padding-left: 0;
	padding-top: 3.5625rem;
}

.p-mv__text {
	margin-left: auto;
	margin-top: 3.75rem;
	max-width: 30rem;
}

.p-mv__img {
	margin-left: 0;
	margin-top: 0;
}

.p-mv__img img {
	border-radius: 1.875rem 0 0 1.875rem;
}

.p-mv__deco img:nth-child(1) {
	right: -5.375rem;
	top: 5.875rem;
	width: 18.75rem;
}

.p-mv__deco img:nth-child(2) {
	bottom: -1.0625rem;
	left: 1.75rem;
	width: 20.0625rem;
}

.p-mv__deco img:nth-child(3) {
	left: -5rem;
	top: 2.625rem;
	width: 21.6875rem;
}

.p-nutshell {
	padding-bottom: 9.375rem;
	padding-top: 11.0625rem;
}

.p-nutshell__bgText {
	font-size: 8.125rem;
	top: 7.5rem;
}

.p-nutshell__inner {
	max-width: 76.25rem;
}

.p-nutshell__title {
	font-size: 3rem;
	left: 2.5625rem;
	position: absolute;
	top: 3.125rem;
}

.p-nutshell__img {
	margin-top: 0;
}

.p-offices {
	padding-bottom: 5.625rem;
	padding-top: 7.5rem;
}

.p-offices__inner {
	padding: 0 1.5625rem;
}

.p-offices__img {
	margin: 4rem auto 0;
	max-width: 50rem;
}

.p-recruit {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.p-recruit__inner {
	grid-gap: 3.125rem;
	align-items: center;
	display: grid;
	gap: 3.125rem;
	grid-template-columns: 520fr 536fr;
	max-width: 74rem;
	text-align: justify;
}

.p-recruit__main {
	font-size: 2.5rem;
	padding-left: 0;
}

.p-recruit__text {
	font-size: 1.25rem;
	margin-top: 2.5rem;
	padding-left: 0;
}

.p-recruit__box {
	margin-top: 0;
	padding: 3rem 0;
}

.p-recruit__btn {
	margin-top: 2.5rem;
}

.p-recruit__btn .c-btn {
	max-width: 20.125rem;
}

.p-recruit__btn .c-btn__text {
	font-size: 1.25rem;
	padding: 1.3125rem 0;
}

.p-recruit__deco img:nth-child(1) {
	left: -5.5625rem;
	top: -4.125rem;
	width: 14rem;
}

.p-recruit__deco img:nth-child(2) {
	right: -1.0625rem;
	top: -3.875rem;
	width: 5.125rem;
}

.p-recruit__deco img:nth-child(3) {
	bottom: -5rem;
	left: -3.375rem;
	width: 13.0625rem;
}

.p-schedule {
	padding-bottom: 0;
	padding-top: 7.5rem;
}

.p-schedule__inner {
	max-width: 77.8125rem;
	padding: 0 1.5625rem;
}

.p-schedule__items {
	margin-top: 7.125rem;
}

.p-schedule__item {
	display: flex;
	gap: 7.375rem;
}

.p-schedule__item:not(:first-child) {
	margin-top: 9.375rem;
	padding-bottom: 9.375rem;
	padding-top: 8.8125rem;
	position: relative;
}

.p-schedule__item:not(:first-child)::before {
	background: #fff;
	border-radius: 3.75rem 3.75rem 0 0;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
}

.p-schedule__img {
	margin: 0;
	width: 41.5%;
}

.p-schedule__img::after {
	bottom: auto;
	height: 6.25rem;
	left: -1.375rem;
	top: 25.5rem;
	width: 11.8125rem;
}

.p-schedule__content {
	margin: 0;
	margin-top: 0.375rem;
	padding: 0;
	width: 42.2%;
}

.p-schedule__flow {
	margin-top: 4rem;
}

.p-schedule__deco img {
	-o-object-fit: contain;
	display: block;
	object-fit: contain;
	position: absolute;
	right: -1px;
	top: -5rem;
	width: 15.25rem;
}

.p-welfare {
	padding-bottom: 11.25rem;
	padding-top: 5.625rem;
}

.p-welfare__inner {
	margin: 0 auto;
	max-width: 78rem;
}

.p-welfare__items {
	gap: 1.5rem;
	overflow: visible;
	padding: 0 6rem;
}

.p-welfare__item {
	padding: 2.5rem 2rem 4.125rem;
	width: 22.75rem;
}

.p-welfare__icon {
	width: 5rem;
}

.p-welfare__main {
	font-size: 1.5rem;
	margin-top: 2rem;
}

.p-welfare__text {
	font-size: 0.9375rem;
	margin-top: 2rem;
}

}

@media (min-width: 1060px) {

html {
	font-size: 16px;
}

}

@media screen and (min-width: 1200px) {

.p-benefits__deco img {
	bottom: auto;
	display: block;
	top: 58%;
	width: 3.9375rem;
}

.p-intro__img img:nth-child(1) {
	left: 8%;
}

.p-intro__img img:nth-child(2) {
	right: 8%;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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