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

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

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: 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;
	max-width: 100%;
	width: 100%;
}

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

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

.c-anker {
	display: block;
	margin-top: -55px;
	padding-top: 55px;
}

.c-apply-btns a {
	padding: 22px;
	width: 100%;
}

.c-apply-btn__tour {
	background-color: #4db5b5;
	color: #fff;
	display: block;
	font-size: 19px;
	font-size: 1.1875rem;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.--radius-4 {
	border-radius: 0.25rem;
}

.c-apply-btn__job {
	background-color: #152473;
	color: #fff;
	display: block;
	font-size: 19px;
	font-size: 1.1875rem;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-bg-gray {
	background-color: #f3f3f6;
}

.c-border-radius--top {
	border-radius: 0.625rem;
}

.c-breadcrumbs {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 2.2333333;
}

.c-breadcrumbs .home,
.c-breadcrumbs .post-page {
	color: #152473;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-breadcrumbs .home::after,
.c-breadcrumbs .post-page::after {
	background-image: url(../../assets/images/common/breadcrumbs_arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	display: inline-block;
	height: 13px;
	height: 0.8125rem;
	margin-bottom: 3px;
	margin-bottom: 0.1875rem;
	margin-left: 10px;
	margin-left: 0.625rem;
	margin-right: 4px;
	margin-right: 0.25rem;
	vertical-align: middle;
	width: 13px;
	width: 0.8125rem;
}

.c-breadcrumbs .post-page.current-item::after {
	content: none;
}

.c-breadcrumbs .home:hover,
.c-breadcrumbs .post-page:hover {
	color: #4db5b5;
}

.c-breadcrumbs .post-page.current-item {
	color: rgba(21, 36, 115, .3019607843);
}

.c-btn-mid {
	background-color: #fff;
	border: solid 2px #152473;
	border: solid 0.125rem #152473;
	border-radius: 2.75rem;
	color: #152473;
	display: block;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 700;
	padding: 12px;
	padding: 0.75rem;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-btn {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-cat {
	background-color: #fff;
	border: solid 1px #f3f3f6;
	border: solid 0.0625rem #f3f3f6;
	border-radius: 0.375rem;
	color: #152473;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
	min-width: 120px;
	min-width: 7.5rem;
	padding: 2px 5px;
	padding: 0.125rem 0.3125rem;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-copyright {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.25;
}

.c-cta-concerns a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
}

.c-cta-concerns a:not(:last-child) {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.c-cta-concerns a span {
	display: block;
}

.c-cta-concerns__hover {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-cta-concerns__hover:hover {
	color: #4db5b5;
}

.c-cta-concerns__mail {
	cursor: default;
	font-size: 18px;
	font-size: 1.125rem;
}

.c-cta-concerns__tel,
.c-cta-concerns__fax {
	font-size: 24px;
	font-size: 1.5rem;
}

.c-cta-concerns__title {
	background-color: #f3f3f6;
	border-radius: 0.125rem;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	margin-right: 9px;
	margin-right: 0.5625rem;
	min-width: 40px;
	min-width: 2.5rem;
	padding: 3px 5px;
	padding: 0.1875rem 0.3125rem;
	text-align: center;
}

.c-drower {
	background-color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	left: 0;
	margin: 0 calc(50% - 50vw);
	opacity: 0;
	overflow: auto;
	padding-bottom: 160px;
	padding-bottom: 10rem;
	padding-top: 50px;
	padding-top: 3.125rem;
	position: fixed;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	width: 100vw;
	width: 100vw;
	z-index: 999;
}

.c-drower_inner {
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
}

.c-drower__container {
	margin-bottom: 28px;
	margin-bottom: 1.75rem;
}

.c-drower__items {
	padding: 120px 60px 50px;
	padding: 7.5rem 3.75rem 3.125rem;
}

.c-drower__item:not(:last-child) {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.c-drower__item a {
	display: block;
	font-weight: 700;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-drower__item a::before {
	background-image: url(../../assets/images/common/section-heading.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 14px;
	width: 14px;
}

.c-drower.open {
	opacity: 1;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	visibility: visible;
}

body.is-fixed {
	height: 100%;
	position: fixed;
	width: 100%;
}

.c-hamburger {
	background-color: #152473;
	cursor: pointer;
	display: block;
	height: 50px;
	position: relative;
	width: 50px;
	z-index: 60;
}

.c-hamburger__bars {
	height: 30px;
}

.c-hamburger__bar {
	background-color: #fff;
	height: 2px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 24px;
}

.c-hamburger .c-hamburger__bar:nth-of-type(1) {
	top: 24%;
}

.c-hamburger .c-hamburger__bar:nth-of-type(2) {
	top: 38%;
}

.c-hamburger .c-hamburger__bar:nth-of-type(3) {
	top: 52%;
}

.c-hamburger.active .c-hamburger__bar:nth-of-type(1) {
	left: 14px;
	top: 14px;
	-webkit-transform: rotate(24deg);
	transform: rotate(24deg);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.c-hamburger.active .c-hamburger__bar:nth-of-type(2) {
	left: 14px;
	top: 24px;
	-webkit-transform: rotate(-24deg);
	transform: rotate(-24deg);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.c-hamburger.active .c-hamburger__bar:nth-of-type(3) {
	opacity: 0;
}

.c-hamburger__menu {
	bottom: 5px;
	color: #fff;
	font-size: 8px;
	left: 50%;
	letter-spacing: 0;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.c-hamburger.active .c-hamburger__menu-close {
	display: none;
}

.c-hamburger .c-hamburger__menu-close {
	display: block;
}

.c-hamburger .c-hamburger__menu-open {
	display: none;
}

.c-hamburger.active .c-hamburger__menu-open {
	display: block;
}

.c-header-btn--green {
	background-color: #4db5b5;
	color: #fff;
	display: inline-block;
	font-size: 19px;
	font-size: 1.1875rem;
	padding: 22px 16px;
	padding: 1.375rem 1rem;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-header-btn--green:hover {
	background-color: #b1cdc8;
}

.c-header-btn--navy {
	background-color: #152473;
	color: #fff;
	display: inline-block;
	font-size: 19px;
	font-size: 1.1875rem;
	padding: 22px 16px;
	padding: 1.375rem 1rem;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-header-btn--navy:hover {
	background-color: #69a7ef;
}

.c-icon-link {
	height: 14px;
	height: 0.875rem;
	margin-left: 3px;
	margin-left: 0.1875rem;
	width: 12px;
	width: 0.75rem;
}

.c-lower-header {
	aspect-ratio: 375/108;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url(../../assets/images/common/lower_mv_bg_sp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-lower-header__title {
	color: #fff;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.c-lower-header__title span {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.c-machida-kiko-btn {
	border: solid 2px #152473;
	border: solid 0.125rem #152473;
	border-radius: 2.75rem;
	display: block;
	margin: auto;
	max-width: 313px;
	max-width: 19.5625rem;
	min-width: 313px;
	min-width: 19.5625rem;
	padding: 16px;
	padding: 1rem;
	padding: 17px 16px 16px 3.8em;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-machida-kiko-btn img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-pixelated;
	image-rendering: pixelated;
	width: 170px;
}

.c-machida-kiko-btn::after {
	background-image: url(../../assets/images/common/icon_link_black.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 13px;
	position: absolute;
	right: 55px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 19px;
}

.c-machida-kiko-btn:hover {
	border: solid 2px #4db5b5;
	border: solid 0.125rem #4db5b5;
	opacity: 0.7;
}

.c-machida-kiko-btn:hover::after {
	background-image: url(../../assets/images/common/ico_link_green.svg);
}

.c-main-text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 2.6666666;
}

.c-outline-h3 {
	color: #152473;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
}

.c-page-top {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f3f3f6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 28px;
	padding-bottom: 1.75rem;
	padding-top: 26px;
	padding-top: 1.625rem;
	position: relative;
}

.c-page-top__text {
	color: #152473;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin-left: 12px;
	margin-left: 0.75rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-page-top:hover .c-page-top__text {
	color: #4db5b5;
}

.c-page-top__arrow {
	height: 100%;
	margin-left: 10px;
	margin-left: 0.625rem;
	width: 12px;
	width: 0.75rem;
}

.sticky-reception img {
	display: none;
}

.c-reception-text-advantage {
	position: relative;
}

.c-reception-text-works {
	position: relative;
}

.c-reception-text-environment {
	position: relative;
}

.c-status-0 {
	position: relative;
}

.c-status-0::after {
	background-image: url(../../assets/images/top/status_0.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 21px;
	height: 1.3125rem;
	position: absolute;
	position: absolute;
	right: 12px;
	right: 0.75rem;
	top: 0;
	width: 40px;
	width: 2.5rem;
}

.c-status-1 {
	position: relative;
}

.c-status-1::after {
	background-image: url(../../assets/images/top/status_1.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 21px;
	height: 1.3125rem;
	position: absolute;
	position: absolute;
	right: 12px;
	right: 0.75rem;
	top: 0;
	width: 40px;
	width: 2.5rem;
}

.c-status-2 {
	position: relative;
}

.c-status-2::after {
	background-image: url(../../assets/images/top/status_2.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 21px;
	height: 1.3125rem;
	position: absolute;
	position: absolute;
	right: 12px;
	right: 0.75rem;
	top: 0;
	width: 40px;
	width: 2.5rem;
}

.c-status-3 {
	position: relative;
}

.c-status-3::after {
	background-image: url(../../assets/images/top/status_3.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 21px;
	height: 1.3125rem;
	position: absolute;
	position: absolute;
	right: 12px;
	right: 0.75rem;
	top: 0;
	width: 40px;
	width: 2.5rem;
}

.c-tel__btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f5f5f5;
	border: solid 1px #152473;
	border: solid 0.0625rem #152473;
	border-radius: 0.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	padding: 0.625rem;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-tel__btn span {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	padding-right: 12px;
	padding-right: 0.75rem;
}

.c-tel__btn:hover {
	color: #4db5b5;
}

.c-tel__btn-text {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.25;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: center;
}

.c-time span {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	line-height: 1;
}

.c-time__month-day-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-time__year {
	font-size: 12px;
	font-size: 0.75rem;
}

.c-time__month {
	position: relative;
}

.c-time__month::after {
	border-bottom: solid 1px #dce0e2;
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	max-width: 30px;
	max-width: 1.875rem;
	position: absolute;
	width: 100%;
}

.c-time__month,
.c-time__day {
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
}

.c-top-diagonal-bg-gray {
	position: relative;
}

.c-top-diagonal-bg-gray::before {
	background-color: #f3f3f6;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.c-top-section-title {
	padding-top: 40px;
	padding-top: 2.5rem;
}

.c-top-section-title span {
	display: block;
}

.c-top-section-title__jp {
	color: #333333;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.c-top-section-title__en {
	color: #152473;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.c-triangular,
.c-triangular__before {
	position: relative;
}

.c-triangular::before,
.c-triangular::after {
	border-bottom: 17.3205080757px solid #152473;
	border-bottom: 17px solid #152473;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}

.c-triangular::before {
	left: 0;
	margin-left: 5px;
	margin-left: 0.3125rem;
	margin-top: 12px;
	margin-top: 0.75rem;
	top: 0;
	-webkit-transform: translate(0, 0) rotate(315deg);
	transform: translate(0, 0) rotate(315deg);
}

.c-triangular::after {
	bottom: 0;
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
	margin-right: 4px;
	margin-right: 0.25rem;
	right: 0;
	-webkit-transform: translate(0, 0) rotate(135deg);
	transform: translate(0, 0) rotate(135deg);
}

.c-triangular__before::before {
	background-image: url(../../assets/images/top/title_triangle.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 15px;
	height: 0.9375rem;
	left: 0;
	margin-left: -15px;
	margin-left: -0.9375rem;
	margin-top: 4px;
	margin-top: 0.25rem;
	position: absolute;
	top: 0;
	width: 15px;
	width: 0.9375rem;
}

.l-contents-inner {
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
}

.l-cta {
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
}

.l-drower {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
	width: 100%;
}

.l-footer {
	padding-bottom: 35px;
	padding-bottom: 2.1875rem;
}

.l-greeting {
	padding-bottom: 38px;
	padding-bottom: 2.375rem;
	padding-top: 37px;
	padding-top: 2.3125rem;
}

.l-outline {
	padding-bottom: 78px;
	padding-bottom: 4.875rem;
}

.l-recruit {
	aspect-ratio: 375/560;
	background-image: url(../../assets/images/common/recruit.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 63px;
	padding-top: 3.9375rem;
	width: 100%;
}

.p-advantage-swiper__wrap {
	position: relative;
}

.swiper-slide-active.p-advantage-swiper__slide .p-advantage-swiper__slide-img {
	padding-left: 15px;
	padding-left: 0.9375rem;
}

.p-advantage-swiper {
	height: auto;
	width: min(100%, 600px);
}

.p-advantage-swiper__buttons {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	max-width: 190px;
	max-width: 11.875rem;
	position: relative !important;
	width: 100%;
}

.swiper-pagination.p-advantage-swiper__pagination {
	position: relative !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1 !important;
}

.p-advantage-swiper__pagination span {
	color: #152473;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
}

.p-advantage-swiper__slide-img {
	aspect-ratio: 30/17;
	height: auto;
	width: 100%;
}

.p-advantage-swiper__slide-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-advantage-swiper__btn-prev,
.p-advantage-swiper__btn-next {
	position: relative !important;
}

.p-advantage-swiper__btn-prev::after,
.p-advantage-swiper__btn-next::after {
	aspect-ratio: 1;
	background-image: url(../../assets/images/top/swiper_arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 54px;
	height: 3.375rem;
	position: absolute;
	position: relative !important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 54px;
	width: 3.375rem;
}

.p-advantage-swiper__btn-next::after {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.p-advantage-swiper__btn-prev:hover::after,
.p-advantage-swiper__btn-next:hover::after {
	background-image: url(../../assets/images/top/swiper_arrow_green.svg);
}

.p-advantage-swiper__slide-title {
	color: #152473;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
}

.swiper.p-blog-swiper {
	margin-left: 12px;
	margin-left: 0.75rem;
	margin-right: calc(50% - 50vw);
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.p-blog-swiper__slide-wrap {
	height: 100%;
	position: relative;
}

.swiper-slide.p-blog-swiper__slide {
	background-color: #fff;
	border-radius: 0.25rem;
	border-radius: 0.25rem;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .1);
	height: auto;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-left: 4px;
	padding-left: 0.25rem;
	padding-right: 4px;
	padding-right: 0.25rem;
	padding-top: 4px;
	padding-top: 0.25rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-blog-swiper__slide-img {
	aspect-ratio: 307/204;
	height: auto;
	position: relative;
	width: 100%;
}

.p-blog-swiper__slide-img img {
	-o-object-fit: cover;
	border-radius: 0.125rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-blog-swiper__cat {
	bottom: 0;
	left: 0;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
	margin-left: 8px;
	margin-left: 0.5rem;
	position: absolute;
	position: absolute;
	z-index: 1;
}

.p-blog-swiper__text {
	padding: 15px 20px 0;
	padding: 0.9375rem 1.25rem 0;
}

.p-blog-swiper__time-title-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-blog-swiper__title {
	color: #152473;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	margin-left: 16px;
	margin-left: 1rem;
}

.p-blog-swiper__desc {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7142857;
}

.p-blog-swiper__bottom-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	margin-top: 1.875rem;
	position: relative;
	width: 100%;
	z-index: 32;
}

.p-blog-swiper__prev-next-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 176px;
	max-width: 11rem;
	position: relative;
	width: 100%;
}

.swiper-button-prev.p-blog-swiper__btn-prev,
.swiper-button-next.p-blog-swiper__btn-next {
	aspect-ratio: 1;
	color: #000 !important;
	color: initial !important;
	display: block;
	height: auto !important;
	height: initial !important;
	left: auto !important;
	left: initial !important;
	margin-top: 0 !important;
	margin-top: initial !important;
	position: relative !important;
	right: auto !important;
	right: initial !important;
	top: auto;
	top: initial;
	width: auto !important;
	width: initial !important;
}

.p-blog-swiper__btn-prev::after,
.p-blog-swiper__btn-next::after {
	aspect-ratio: 1;
	background-image: url(../../assets/images/top/swiper_arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: middle;
	width: 54px;
	width: 3.375rem;
}

.p-blog-swiper__btn-next::after {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.p-blog-swiper__btn-prev:hover::after,
.p-blog-swiper__btn-next:hover::after {
	background-image: url(../../assets/images/top/swiper_arrow_green.svg);
}

.p-blog-swiper__pagination.p-blog-swiper__pagination {
	bottom: auto;
	bottom: initial;
	display: block;
	left: auto;
	left: initial;
	position: relative !important;
	top: auto;
	top: initial;
}

.p-blog-swiper__pagination span {
	color: #152473;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
}

.p-blog-swiper__select {
	background-color: #fff;
	border: solid 2px #152473;
	border: solid 0.125rem #152473;
	border-radius: 2.75rem;
	color: #152473;
	font-family: "Roboto", sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 600;
	margin-right: 30px;
	margin-right: 1.875rem;
	max-width: 140px;
	max-width: 8.75rem;
	position: relative;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 50%;
	z-index: 1;
}

.p-blog-swiper__select select {
	color: #152473;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	height: 100%;
	padding: 12px 12px 12px 20px;
	padding: 0.75rem 0.75rem 0.75rem 1.25rem;
	position: relative;
	width: 100%;
}

.p-blog-swiper__select::after {
	background-image: url("../../assets/images/common/to_top.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 13px;
	position: absolute;
	position: absolute;
	right: 19px;
	top: 20px;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	width: 13px;
	z-index: -1;
}

.p-blog-swiper__select.reverse::after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after,
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
	content: "" !important;
}

/* CF7用スタイル */

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #969696;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #969696;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #969696;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #969696;
}

input::placeholder,
textarea::placeholder {
	color: #969696;
}

.form-item .wpcf7-form-control-wrap {
	width: 100%;
}

.form-item .wpcf7-list-item {
	display: inline-block;
	margin: 0 1em 0 0;
}

.form-item label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form-item input[type=text],
.form-item input[type=tel],
.form-item input[type=email],
.form-item input {
	background: #f5f5f5;
	border: 1px solid #999b9b;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	padding: 5px 15px;
	width: 100%;
}

.form-item input[type=text]:invalid,
.form-item input[type=tel]:invalid,
.form-item input[type=email]:invalid,
.form-item textarea.wpcf7-not-valid,
.form-item select.wpcf7-not-valid,
.form-item input:invalid {
	background-color: #fff4f4;
	border: 2px solid #e50012;
}

.wpcf7-response-output {
	display: none;
}

.form-item input[type=radio],
.form-item input[type=checkbox] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 0.35em;
}

.form-item input[type=checkbox] {
	display: none;
}

.form-item input[type=checkbox] + span {
	font-weight: 400;
	padding-left: 25px;
	position: relative;
}

.form-item input[type=checkbox] + span::before,
.form-item input[type=radio] + span::before {
	background: #f5f5f5;
	border: 1px solid #999b9b;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}

.form-item input[type=checkbox] + span::before {
	aspect-ratio: 1;
	border: 1px solid #999b9b;
	border-radius: 3px;
	min-width: 20px;
	min-width: 1.25rem;
}

.form-item input[type=checkbox]:checked + span::before,
.form-item input[type=radio]:checked + span::before {
	border-color: #14559e;
}

.form-item input[type=checkbox] + span::after,
.form-item input[type=radio] + span::after {
	background: #14559e;
	border-radius: 50%;
	content: "";
	height: 12px;
	left: 4px;
	opacity: 0;
	position: absolute;
	top: 4px;
	width: 12px;
}

.form-item input[type=checkbox] + span::after {
	background: transparent;
	border-left: 3px solid #14559e;
	border-radius: 0;
	border-top: 3px solid #14559e;
	height: 14px;
	left: 6px;
	opacity: 0;
	top: 1px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	width: 7px;
}

.form-item input[type=checkbox]:checked + span::after,
.form-item input[type=radio]:checked + span::after {
	opacity: 1;
}

.form-item select {
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
	background: #f5f5f5;
	border: 1px solid #999b9b;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	padding: 5px 15px;
	width: 100%;
	width: 100%;
}

.form-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.form-flex input {
	border: 1px solid #cccccc;
	height: 50px;
	margin-top: 10px;
}

.form-flex input.your-add-1 {
	width: 40%;
}

.form-flex input.your-add-2 {
	width: 100%;
}

.form-hissu {
	background: #e50012;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding: 3px;
	text-align: center;
}

.form-item-title {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	margin-right: 10px;
}

.form-free {
	background-color: #aaaaaa;
	color: #ffffff;
	font-size: 13px;
	margin-left: 15px;
	padding: 3px 5px;
}

.form-item textarea {
	border: 1px solid #cccccc;
	height: auto;
	margin-top: 10px;
	padding: 0.8em 1em;
	width: 100%;
}

.form-item.send-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.form-item.send-btn input {
	cursor: pointer;
	height: auto;
	margin: 0 15px;
	width: 35%;
}

.form-item.send-btn input:hover {
	opacity: 0.75;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.wpcf7-spinner {
	display: none;
}

.form-item input[type=text],
.form-item input[type=tel],
.form-item input[type=email],
.form-item textarea {
	background: #f5f5f5;
	border: 1px solid #999b9b;
	border-radius: 4px;
}

.input.wpcf7-not-valid,
.item .input textarea.wpcf7-not-valid,
.form-item .input select.wpcf7-not-valid {
	background-color: #fff4f4;
	border: 2px solid #e50012;
}

.from-item input[type=checkbox] + span {
	position: relative;
}

.from-item input[type=checkbox] + span::after {
	background: transparent;
	border-left: 3px solid #14559e;
	border-radius: 0;
	border-top: 3px solid #14559e;
	height: 11px;
	left: 6px;
	opacity: 0;
	top: 1px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	width: 5px;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
}

.wpcf7-list-item-label {
	font-size: 16px;
}

.p-cta {
	aspect-ratio: 375/921;
	background-image: url(../../assets/images/common/sp_cta_area.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 921px;
	max-height: 57.5625rem;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 76px;
	padding-top: 4.75rem;
	width: 100%;
}

.p-cta-title {
	line-height: 1.4;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	text-align: center;
}

.p-cta-title__jp {
	color: #fff;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.078em;
}

.p-cta-title__en {
	color: #fff;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-top: 6px;
	margin-top: 0.375rem;
}

.p-cta__box {
	background-color: #fff;
	border-radius: 1.5rem;
	padding-bottom: 26px;
	padding-bottom: 1.625rem;
}

.p-cta__box:first-of-type {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding-top: 32px;
	padding-top: 2rem;
}

.p-cta__box:nth-of-type(2) {
	padding-bottom: 28px;
	padding-bottom: 1.75rem;
	padding-top: 41px;
	padding-top: 2.5625rem;
}

.p-cta__box-concerns {
	padding-left: 12px;
	padding-left: 0.75rem;
}

.p-cta__box-title {
	color: #333333;
	font-weight: 600;
	line-height: 1.675;
	margin-bottom: 17px;
	margin-bottom: 1.0625rem;
	text-align: center;
}

.p-cta__box-contents a:first-of-type {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.p-department__item {
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.p-department__flex {
	margin-bottom: 36px;
	margin-bottom: 2.25rem;
}

.p-department__img {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.p-department__h3-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -90px auto 38px;
	margin: -5.625rem auto 2.375rem;
	max-width: 264px;
	max-width: 16.5rem;
	min-height: 178px;
	min-height: 11.125rem;
	padding-bottom: 22px;
	padding-bottom: 1.375rem;
	padding-top: 18px;
	padding-top: 1.125rem;
	position: relative;
	text-align: center;
}

.p-department__h3 {
	font-size: 32px;
	font-size: 2rem;
	margin-top: 2px;
	margin-top: 0.125rem;
}

.p-department__h3-wrap span {
	color: #c7c8cb;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-align: center;
}

.p-department__h3-wrap::before,
.p-department__h3-wrap::after {
	background-image: url(../../assets/images/department/quotation.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 20px;
	height: 1.25rem;
	position: absolute;
	width: 20px;
	width: 1.25rem;
}

.p-department__h3-wrap::before {
	left: 0;
	top: 0;
}

.p-department__h3-wrap::after {
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.p-department__h4-wrap {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-department__h4 {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.4909090909;
}

.p-department__detail-list:not(:last-of-type) {
	margin-bottom: 34px;
	margin-bottom: 2.125rem;
}

.p-department__h5 {
	border-radius: 0.375rem;
	color: #152473;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.675;
	margin-bottom: 16px;
	margin-top: 0;
	padding: 2px;
	padding: 0.125rem;
	text-align: center;
}

.--boder-gray {
	border: solid 1px #dce0e2;
}

.--boder-navy {
	border: solid 1px #152473;
}

.p-department__h4-wrap span {
	background-color: #4db5b5;
	display: block;
	height: 4px;
	height: 0.25rem;
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
	width: 20px;
	width: 1.25rem;
}

.p-department__list-style {
	padding-left: 3px;
	padding-left: 0.1875rem;
}

.p-department__list-style li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.p-department__list-style li::before {
	content: "・";
	padding-right: 4px;
	padding-right: 0.25rem;
}

.p-department__detail-desc {
	line-height: 1.675;
}

.p-department__bottome-img:not(:last-child) {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.p-department__anker-btns-wrap {
	background-color: #f3f3f6;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.p-department__anker-btns {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
}

.p-department__anker-btn {
	background-color: #fff;
	border-bottom: solid 1px #dce0e2;
	border-right: solid 1px #dce0e2;
	color: #152473;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 90px;
	min-height: 5.625rem;
	padding: 8px 8px 6px;
	padding: 0.5rem 0.5rem 0.375rem;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-department__anker-btn-no {
	color: #c7c8cb;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin-bottom: auto;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-department__anker-btn-arrow {
	margin: auto;
	width: 14px;
	width: 0.875rem;
}

.p-department__anker-btn:hover {
	border-bottom: solid 1px #4db5b5;
	color: #4db5b5;
}

.p-department__anker-btn:hover {
	border-bottom: solid 1px #4db5b5;
	color: #4db5b5;
}

.p-department__anker-btn-arrow path {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-department__anker-btn:hover .p-department__anker-btn-arrow path {
	fill: #4db5b5;
}

.p-department__anker-btn:hover .p-department__anker-btn-no {
	color: #4db5b5;
}

.p-department__item-inner {
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
}

.p-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
	padding-top: 35px;
	padding-top: 2.1875rem;
}

.p-footer-menu-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-footer-menu-item__link {
	display: block;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 700;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-footer-menu-item__link:hover {
	color: #4db5b5;
}

.p-footer-menu-item:not(:last-child) a {
	border-right: solid 1px #dce0e2;
	border-right: solid 0.0625rem #dce0e2;
	padding-right: 20px;
	padding-right: 1.25rem;
}

.p-footer-menu-item:not(:first-child) a {
	padding-left: 20px;
	padding-left: 1.25rem;
}

.p-footer__apply-btns {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.p-footer__apply-btn:nth-of-type(1) {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.p-footer__logo {
	display: block;
	margin: auto auto 20px;
	margin: auto auto 1.25rem;
	max-width: 276px;
	max-width: 17.25rem;
	width: 100%;
}

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

.p-footer__company-name {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.p-footer__company-zip {
	font-size: 12px;
	font-size: 0.75rem;
}

.p-footer__company-address-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.p-footer__company-address {
	font-size: 14px;
	font-size: 0.875rem;
	margin-right: 5px;
	margin-right: 0.3125rem;
}

.p-footer__company-map-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.25;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-footer__company-map-link:hover {
	color: #4db5b5;
}

.p-footer__tel {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-footer__tel-btn-pc {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
}

.p-footer__tel-btn-pc-hover {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-footer__tel-btn-pc-hover:hover {
	color: #4db5b5;
}

.p-footer__related-sites-title {
	font-size: 12px;
	font-size: 0.75rem;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
}

.p-footer__related-sites-wrap {
	margin-bottom: 52px;
	margin-bottom: 3.25rem;
}

.p-footer__related-sites {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.p-footer__related-site {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: solid 1px #dce0e2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.25;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	width: 100%;
}

.p-footer__related-site {
	padding-top: 16px;
	padding-top: 1rem;
}

.p-footer__related-site:nth-of-type(odd) {
	margin-right: 13px;
	margin-right: 0.8125rem;
	max-width: -1256.3636363636%;
	max-width: 40%;
}

.p-footer__related-site:nth-of-type(even) {
	max-width: 56.0606060606%;
}

.p-footer__related-site a {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	white-space: nowrap;
}

.p-footer__related-site a:hover {
	color: #4db5b5;
}

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

.p-form__bg {
	background-color: #f3f3f6;
	padding-bottom: 45px;
}

.p-form__inner {
	background: #fff;
	border-radius: 0;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 30px;
	padding: 30px 15px;
	text-align: left;
	width: 100%;
}

.p-form__wrap {
	margin: auto;
	max-width: 100%;
	padding-top: 10px;
	width: 100%;
}

.p-form__thanks-wrap {
	margin: auto;
	max-width: 100%;
	padding: 10px 15px 0;
	width: 100%;
}

.p-form__item {
	padding-bottom: 20px;
	padding-top: 23px;
}

.p-form-item__border {
	border-bottom: 1px solid;
	border-top: 1px solid;
}

.p-form__text-wrap {
	padding: 15px 15px 0 15px;
	padding: 0.9375rem 0.9375rem 0 0.9375rem;
}

.p-form__caption {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.857142;
	padding-bottom: 43px;
}

.p-form__page-title {
	color: #152473;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.3894615;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	text-align: center;
}

.p-form__page-desc {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.875;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}

.p-form__page-desc-mail {
	color: #152473;
	font-weight: 350;
}

.p-form__item-boder {
	border-bottom: solid 1px #dce0e2;
}

.p-form__item-boder-top {
	border-top: solid 1px #dce0e2;
	padding-top: 20px;
}

.p-form__item-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-form__item-3col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-bottom: 23px;
}

.p-form__choice-day {
	max-width: 194px;
	width: calc(33.33333% - 20px);
}

.p-form__item-input {
	max-width: 140px;
	width: 100%;
}

.p-form__item-checkbox {
	padding-bottom: 23px;
}

.p-form__item-privacy {
	border: solid 1px #dce0e2;
	border-radius: 3px;
	max-height: 140px;
	overflow-y: scroll;
	padding: 20px;
}

.p-form__text-small {
	font-size: 12px;
}

.p-form__send-btn .next-btn {
	background: #fff;
	background-color: #fff;
	border: solid 2px #152473;
	border: solid 0.125rem #152473;
	border-radius: 4px;
	border-radius: 2.75rem;
	color: #152473;
	display: block;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 700;
	margin: 50px auto 0;
	max-width: 345px;
	max-width: 21.5625rem;
	overflow: hidden;
	padding: 12px;
	padding: 0.75rem;
	position: relative;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-form__prev-btn,
.p-form__return-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.p-form__prev-btn::before,
.p-form__return-btn::before {
	background: url(../../assets/images/form/icon_prev.svg) no-repeat;
	content: "";
	display: block;
	height: 9px;
	width: 9px;
}

.p-form__prev-btn input,
.p-form__return-btn a {
	display: block !important;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 0;
	padding-left: 4px;
	padding-right: 0;
	padding-top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-form__prev-btn input:hover,
.p-form__return-btn a:hover {
	color: #4db5b5;
}

.p-form__item-time::-moz-placeholder {
	color: #969696;
}

.p-form__item-time::-webkit-input-placeholder {
	color: #969696;
}

.p-form__item-time::-ms-input-placeholder {
	color: #969696;
}

.p-form__item-time::placeholder {
	color: #969696;
}

.choice-input {
	color: inherit;
	min-height: 30px;
	padding: 5px 10px !important;
}

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

.u-margin-bottom10 {
	margin-bottom: 10px;
}

.u-margin-bottom30 {
	margin-bottom: 30px;
}

.u-margin-bottom40 {
	margin-bottom: 40px;
}

.u-margin-bottom80 {
	margin-bottom: 80px;
}

.u-margin-left10 {
	margin-left: 10px;
}

.u-margin-bottom20 {
	margin-bottom: 20px;
}

.u-c-red {
	color: #e50012;
}

.p-global-menu-items {
	text-align: center;
	width: 100%;
}

.p-global-menu-item {
	border-bottom: solid 1px #dce0e2;
	white-space: nowrap;
}

.p-global-menu-item__link {
	display: block;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 700;
	padding: 24px 12px;
	padding: 1.5rem 0.75rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-global-menu-item__link:hover {
	color: #4db5b5;
}

.p-global-menu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, .16) 0px 0px 6px;
	box-shadow: rgba(0, 0, 0, .16) 0px 0px 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: fixed;
	width: 100%;
	width: 100%;
	z-index: 1000;
}

.p-global-menu__pc {
	display: none;
}

.p-global-menu__mb {
	display: block;
}

.p-global-menu__logo {
	display: block;
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-top: 8px;
	padding-top: 0.5rem;
}

.p-global-menu__logo-txt {
	font-size: 11px;
	font-size: 0.6875rem;
	white-space: nowrap;
}

.p-global-menu__logo-img {
	display: inline-block;
	width: 192px;
	width: 12rem;
}

.p-global-menu__cta-box {
	margin-bottom: 36px;
	margin-bottom: 2.25rem;
}

.p-global-menu__cta-box-title,
.p-global-menu__concerns-title {
	color: #333333;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.675;
	text-align: center;
}

.p-global-menu__cta-box-title {
	margin-bottom: 7px;
	margin-bottom: 0.4375rem;
}

.p-global-menu__concerns-title {
	margin-bottom: 18px;
	margin-bottom: 1.125rem;
}

.p-global-menu__concerns {
	margin: auto;
	max-width: 350px;
	max-width: 21.875rem;
}

.p-global-menu__cta-box-btns a:first-child {
	margin-bottom: 18px;
	margin-bottom: 1.125rem;
}

.p-global-menu__concerns-inner {
	padding-left: 7px;
	padding-left: 0.4375rem;
}

.p-global-menu__pc-tel-wrap {
	margin-right: 31px;
	margin-right: 1.9375rem;
}

.p-global-menu__business-hours {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.25;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-left: 23px;
	padding-left: 1.4375rem;
}

.p-global-menu__pc-tel {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	white-space: nowrap;
}

.p-global-menu__business-hours-pc {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.25;
	padding-left: 4px;
	padding-left: 0.25rem;
}

.p-greeting__img {
	aspect-ratio: 345/334.96;
	height: 100%;
	margin-bottom: 38px;
	margin-bottom: 2.375rem;
	width: 100%;
}

.p-greeting__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-greeting__h3 {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.p-greeting__text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.711111;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	text-align: justify;
}

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

.p-greeting__president-title {
	color: #152473;
	font-weight: 500;
	line-height: 1.711111;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.p-greeting__president-name {
	font-weight: 700;
	line-height: 1.711111;
}

.p-outline__h3 {
	margin-bottom: 23px;
	margin-bottom: 1.4375rem;
	text-align: center;
}

.p-header {
	height: 50px;
}

.p-kv {
	aspect-ratio: 375/775;
	background-image: url(../../assets/images/top/kv_sp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: auto;
	margin-top: -50px;
	margin-top: -3.125rem;
	max-height: 775px;
	max-height: 48.4375rem;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	position: relative;
	width: 100%;
}

.p-kv__text-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: clamp(74px, 56.041px + 4.7887vw, 125px);
	padding-top: clamp(4.625rem, 3.5026rem + 4.7887vw, 7.8125rem);
}

.p-kv__copy {
	color: #fff;
	font-size: 42.4px;
	font-size: 2.65rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 240px;
	text-shadow: 0 0 6.06px rgba(0, 0, 0, .6);
}

.p-kv__recruit {
	background-color: #fff;
	margin: auto;
	max-width: 345px;
	max-width: 21.5625rem;
	padding: 35px 15px 55px;
	padding: 2.1875rem 0.9375rem 3.4375rem;
	width: 100%;
	width: 100%;
}

.p-kv__recruit-title {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	text-align: center;
}

.p-kv__recruit-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.675;
	margin-bottom: 28px;
	margin-bottom: 1.75rem;
	padding: 0 10px;
	padding: 0 0.625rem;
}

.p-outline__table {
	margin-bottom: 36px;
	margin-bottom: 2.25rem;
}

.p-outline__table table {
	text-align: left;
	width: 100%;
}

.p-outline__table tr {
	border-bottom: solid 2px #dce0e2;
	border-bottom: solid 0.125rem #dce0e2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-outline__table th,
.p-outline__table td {
	line-height: 1.711111;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-top: 24px;
	padding-top: 1.5rem;
	width: 100%;
}

.p-outline__table td {
	padding-left: 34px;
	padding-left: 2.125rem;
}

.p-outline__table th {
	color: #152473;
	font-weight: 500;
	width: 38.2608695652%;
}

.p-outline__map {
	aspect-ratio: 345/307;
	height: auto;
	width: 100%;
}

.p-outline__map iframe {
	border-radius: 0.25rem;
}

.p-outline__map-link {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-outline__map iframe {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-outline__map-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.25;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-outline__map-link:hover {
	color: #4db5b5;
}

.p-outline__bg-white--sp {
	background-color: #fff;
	border-radius: 0.625rem;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
}

.p-outline__h3 {
	padding-top: 44px;
	padding-top: 2.75rem;
}

.p-recruit {
	background-color: #fff;
	-webkit-box-shadow: 7px 7px 4px 8px rgba(0, 0, 0, .2);
	box-shadow: 7px 7px 4px 8px rgba(0, 0, 0, .2);
	padding: 35px 15px 55px;
	padding: 2.1875rem 0.9375rem 3.4375rem;
}

.p-recruit__title {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	text-align: center;
}

.p-recruit__title span {
	display: block;
}

.p-recruit__title-jp {
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
}

.p-recruit__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 2.2666666;
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
}

.p-top-about {
	position: relative;
}

.p-top-about__title-box {
	margin-bottom: 31px;
	margin-bottom: 1.9375rem;
}

.p-top-about__title {
	margin-bottom: 22px;
	margin-bottom: 1.375rem;
}

.p-top-about__history-box {
	margin-bottom: 44px;
	margin-bottom: 2.75rem;
}

.p-top-about__history-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #152473;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
}

.p-top-about__history-title::before {
	background-image: url(../../assets/images/top/title_square.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 60px;
	height: 3.75rem;
	margin-right: -40px;
	margin-right: -2.5rem;
	width: 60px;
	width: 3.75rem;
}

.p-top-about__history-desc {
	line-height: 1.675;
	margin-bottom: 33px;
	margin-bottom: 2.0625rem;
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
	text-align: justify;
}

.p-top-about__about-desc {
	line-height: 1.675;
	margin-bottom: 33px;
	margin-bottom: 2.0625rem;
	text-align: justify;
}

.p-top-about__about-btn {
	text-align: center;
}

.p-top-about__wrap {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 70px;
	padding-top: 4.375rem;
}

.p-top-about__about {
	background-color: #fff;
	border-radius: 0.25rem;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 40px;
	padding-top: 2.5rem;
	width: 100%;
}

.p-top-about__h3 {
	color: #152473;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
	text-align: center;
}

.p-top__quotation-box,
.p-top__quotation-box-pc {
	position: relative;
}

.p-top__quotation-box::before,
.p-top__quotation-box::after {
	background-image: url(../../assets/images/top/top_quotation.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border-top-left-radius: 4px;
	border-top-left-radius: 0.25rem;
	content: "";
	display: inline-block;
	height: 20px;
	height: 1.25rem;
	position: absolute;
	width: 20px;
	width: 1.25rem;
}

.p-top__quotation-box::before {
	left: 0;
	top: 0;
}

.p-top__quotation-box::after {
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.p-top__quotation-box-pc::after {
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.p-top-advantage__wrap {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.p-top-advantage__title-box {
	margin-bottom: 71px;
	margin-bottom: 4.4375rem;
}

.p-top-advantage__title {
	padding-top: 40px;
	padding-top: 2.5rem;
}

.p-top-advantage__box {
	background-color: #fff;
	border-radius: 0.25rem;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	width: 100%;
}

.p-top-advantage__img {
	-webkit-box-shadow: 15px 15px 0px 0px #f3f3f6;
	box-shadow: 15px 15px 0px 0px #f3f3f6;
}

.p-box-facility-capa,
.p-box-technology-and-human {
	position: relative;
}

.p-box-facility-capa__no,
.p-box-facility-capa__no::after,
.p-box-technology-and-human__no,
.p-box-technology-and-human::after {
	color: #152473;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
}

.p-box-facility-capa__no,
.p-box-technology-and-human__no {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 16px;
	font-size: 1rem;
	left: 0%;
	line-height: 1;
	margin-left: 19px;
	margin-top: -28px;
	position: absolute;
	top: 0%;
}

.p-box-facility-capa__no::after {
	content: "01";
	font-size: 64px;
	font-size: 4rem;
	margin-top: -5px;
}

.p-box-technology-and-human__no::after {
	content: "02";
	font-size: 64px;
	font-size: 4rem;
	margin-top: -5px;
}

.p-box-technology-and-human {
	padding-bottom: 36px;
	padding-bottom: 2.25rem;
	padding-top: 36px;
	padding-top: 2.25rem;
}

.p-box-facility-capa__border {
	background-color: #4db5b5;
	display: block;
	height: 5px;
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 46px;
	width: 2.875rem;
}

.p-box-technology-and-human__border {
	background-color: #4db5b5;
	display: block;
	height: 5px;
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 46px;
	width: 2.875rem;
}

.p-box-technology-and-human__box-inner {
	padding-left: 23px;
	padding-left: 1.4375rem;
	padding-right: 23px;
	padding-right: 1.4375rem;
}

.p-box-facility-capa {
	margin-bottom: 70px;
	margin-bottom: 4.375rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 32px;
	padding-top: 2rem;
}

.p-box-facility-capa__no,
.p-box-facility-capa__no::after {
	color: #152473;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
}

.p-box-facility-capa__no {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 16px;
	font-size: 1rem;
	left: 0%;
	line-height: 1;
	margin-left: 19px;
	margin-top: -28px;
	position: absolute;
	top: 0%;
}

.p-box-facility-capa__no::after {
	content: "01";
	font-size: 64px;
	font-size: 4rem;
	margin-top: -5px;
}

.p-box-facility-capa__border {
	background-color: #4db5b5;
	display: block;
	height: 5px;
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 46px;
	width: 2.875rem;
}

.p-top-advantage__box-inner {
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
}

.p-top-advantage__h3 {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	margin-bottom: 23px;
	margin-bottom: 1.4375rem;
	text-align: center;
}

.p-box-facility-capa__desc {
	line-height: 1.675;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	text-align: justify;
}

.p-box-technology-and-human__box-desc {
	line-height: 1.675;
	text-align: justify;
}

.p-top-blog__wrap {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 70px;
	padding-top: 4.375rem;
}

.p-top-blog__inner {
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
}

.p-top-blog__flex--reverse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-top-blog__title-box {
	margin-bottom: 27px;
	margin-bottom: 1.6875rem;
}

.p-top-blog__title {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.p-top-blog__title span {
	display: block;
}

.p-top-blog__swiper {
	position: relative;
}

.p-top-blgo__triangular {
	position: relative;
}

.p-top-blgo__triangular::before {
	background-image: url(../../assets/images/top/title_triangle.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 15px;
	height: 0.9375rem;
	left: 0;
	margin-left: -15px;
	margin-left: -0.9375rem;
	margin-top: 4px;
	margin-top: 0.25rem;
	position: absolute;
	top: 0;
	width: 15px;
	width: 0.9375rem;
}

.p-top-contents__bg-gray-sp {
	position: relative;
}

.p-top-contents__bg-gray-sp::before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #f3f3f6), color-stop(0%, #f3f3f6), color-stop(0%, transparent));
	background: linear-gradient(to bottom, #f3f3f6 100%, #f3f3f6 0%, transparent 0%);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.p-top-contents__img {
	aspect-ratio: 345/448;
	height: 100%;
	position: relative;
	width: 100%;
}

.p-top-contents__img img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-contents__inner {
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
}

.p-top-contents__text {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
	padding-top: 36px;
	padding-top: 2.25rem;
}

.p-top-contents__lead {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.8222222;
}

.p-top-environment__wrap {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 70px;
	padding-top: 4.375rem;
}

.p-top-environment__title-box {
	margin-bottom: 27px;
	margin-bottom: 1.6875rem;
}

.p-top-environment__title {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.p-top-environment__lead {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 2.26666666;
}

.p-top-environment__about {
	background-color: #fff;
	border-radius: 0.25rem;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	line-height: 1.4;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-top: 40px;
	padding-top: 2.5rem;
	position: relative;
	width: 100%;
}

.p-top-environment__about-inner {
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
}

.p-top-environment__h3 {
	color: #152473;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 23px;
	margin-bottom: 1.4375rem;
}

.p-top-environment__about-desc {
	line-height: 1.675;
	margin-bottom: 18px;
	margin-bottom: 1.125rem;
	text-align: justify;
}

.p-top-environment__flows:not(:last-of-type) {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-top-environment__flow:not(:last-child)::after {
	border-bottom: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-style: solid;
	border-top: 12px solid #4db5b5;
	content: "";
	display: block;
	height: 0;
	margin: 10px auto;
	margin: 0.625rem auto;
	width: 0;
}

.p-top-environment__flow-img {
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
}

.p-top-environment__flow-title {
	color: #152473;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
	text-align: center;
}

.p-top-environment__flow-box {
	border: solid 1px #dce0e2;
	border: solid 0.0625rem #dce0e2;
	border-radius: 0.625rem;
	padding: 10px 13px 14px;
	padding: 0.625rem 0.8125rem 0.875rem;
}

.p-top-environment__flow-box-title {
	border-bottom: solid 1px #152473;
	color: #152473;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	text-align: center;
}

.p-top-environment__flow-box-desc {
	line-height: 1.675;
}

.p-top-works {
	position: relative;
}

.p-top-works__wrap {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 70px;
	padding-top: 4.375rem;
}

.p-top-works__title-box {
	margin-bottom: 38px;
	margin-bottom: 2.375rem;
}

.p-top-works__title {
	margin-bottom: 37px;
	margin-bottom: 2.3125rem;
}

.p-top-works__about {
	background-color: #fff;
	border-radius: 0.25rem;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-top: 20px;
	padding-top: 1.25rem;
	position: relative;
	width: 100%;
}

.p-top-works__about span {
	background-color: #4db5b5;
	display: block;
	height: 5px;
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 46px;
	width: 2.875rem;
}

.p-top-works__about-inner {
	padding-left: 23px;
	padding-left: 1.4375rem;
	padding-right: 23px;
	padding-right: 1.4375rem;
}

.p-top-works__about-desc {
	line-height: 1.675;
	text-align: justify;
}

.p-top-about__about-btn {
	text-align: center;
}

.p-top-works__h3 {
	color: #152473;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

.p-works__department {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-works__department-title {
	color: #152473;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	text-align: center;
}

.p-works__department-items {
	gap: 24px 9px;
	gap: 1.5rem 0.5625rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-works__department-item {
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

.p-works__department-item-img,
.p-works__department-item-btn,
.p-top_department-arrow path {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-works__department-item-link:hover .p-works__department-item-img {
	opacity: 0.7;
}

.p-works__department-item-link:hover .p-works__department-item-btn {
	color: #4db5b5;
}

.p-works__department-item-link:hover .p-top_department-arrow path {
	fill: #4db5b5;
}

.p-works__department-item-btn {
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-left-radius: 0.3125rem;
	border-bottom-right-radius: 5px;
	border-bottom-right-radius: 0.3125rem;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.8285714;
	padding: 7px;
	padding: 0.4375rem;
	padding: 8px 7px;
	padding: 0.5rem 0.4375rem;
	position: relative;
	text-align: center;
}

.p-works__department-item-btn::after {
	background-image: url(../../assets/images/top/arrow_to_right.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 10px;
	height: 0.625rem;
	position: absolute;
	right: 5px;
	right: 0.3125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 15px;
	width: 0.9375rem;
}

.p-works__department-item-link:hover .p-works__department-item-btn::after {
	background-image: url(../../assets/images/top/arrow_to_right_green.svg);
}

.p-top_department-arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: rotate(270deg) translateY(-50%);
	transform: rotate(270deg) translateY(-50%);
}

.p-works__department-link-btn {
	margin: auto;
	max-width: 315px;
	max-width: 19.6875rem;
	width: 100%;
}

.p-top-works__maker-box {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	padding: 35px 15px 20px;
	padding: 2.1875rem 0.9375rem 1.25rem;
	position: relative;
	width: 100%;
}

.p-top-works__maker-box::before,
.p-top-works__maker-box::after {
	background-image: url(../../assets/images/top/top_quotation.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 20px;
	height: 1.25rem;
	position: absolute;
	width: 20px;
	width: 1.25rem;
}

.p-top-works__maker-box::before {
	left: 0;
	top: 0;
}

.p-top-works__maker-box::after {
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.p-top-works__maker-h3 {
	color: #152473;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	text-align: center;
}

.p-top-works__maker-desc {
	line-height: 1.675;
	margin-bottom: 36px;
	margin-bottom: 2.25rem;
	text-align: justify;
}

.p-top-works__maker-items {
	padding-left: 24px;
	padding-left: 1.5rem;
	padding-right: 24px;
	padding-right: 1.5rem;
}

.p-top-works__maker-item:not(:last-child) {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.p-top-works__maker-item-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.48571;
	margin-bottom: 7px;
	margin-bottom: 0.4375rem;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

.p-top-works__maker-item-title span {
	padding: 0 8px;
	padding: 0 0.5rem;
}

.p-top-works__maker-item-title::before,
.p-top-works__maker-item-title::after {
	background-color: #dce0e2;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.p-top-works__maker-item-logo-wrap {
	gap: 8px;
	gap: 0.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

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

.l-recruit {
	max-height: 35rem;
	padding-top: 12.5rem;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3333333333vw;
}

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

.c-anker {
	margin-top: -70px;
	padding-top: 70px;
}

.c-apply-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-apply-btns a {
	max-width: 12.6875rem;
	min-width: 12.6875rem;
	padding: 1.34375rem 1rem;
	padding: 21px 16px;
	white-space: nowrap;
}

.c-apply-btn__tour:hover {
	background-color: #b1cdc8;
}

.c-apply-btn__job:hover {
	background-color: #69a7ef;
}

.c-btn-mid {
	margin: auto;
	max-width: 15.625rem;
}

.c-btn-mid:hover {
	border: solid 0.125rem #4db5b5;
	color: #4db5b5;
	opacity: 1;
	opacity: initial;
}

.c-cat {
	font-size: 0.875rem;
	min-width: 8.125rem;
	padding: 0.375rem;
}

.c-cta-concerns a:not(:last-child) {
	margin-bottom: 0;
}

.c-drower__item:not(:last-child) {
	padding-bottom: 3.75rem;
}

.c-img-shadow::before {
	background-color: #f3f3f6;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -5.5rem;
	content: "";
	display: inline-block;
	height: 100%;
	position: absolute;
	right: -5.625rem;
	width: 100%;
	z-index: -1;
}

.c-lower-header {
	aspect-ratio: 1440/136;
	background-image: url(../../assets/images/common/lower_mv_bg.jpg);
}

.c-lower-header__title {
	font-size: 2.5rem;
}

.c-lower-header__title span {
	font-size: 1.5rem;
}

.c-outline-h3 {
	font-size: 2rem;
}

.c-page-top {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.sticky {
	height: 189px;
	height: 610px;
	width: 28px;
}

.sticky-reception {
	margin-left: -33px !important;
}

.sticky-reception img {
	display: block;
}

.p-top-contents__flex-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-reception-text-advantage::after {
	background-image: url(../../assets/images/top/advantage.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 16rem;
	left: -0.125rem;
	position: absolute;
	top: 15.3125rem;
	width: 1.75rem;
}

.c-reception-text-works::after {
	background-image: url(../../assets/images/top/works.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 12.0625rem;
	left: -0.125rem;
	position: absolute;
	top: 15.3125rem;
	width: 1.75rem;
}

.c-reception-text-environment::after {
	background-image: url(../../assets/images/top/environment.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 23.3125rem;
	left: -0.125rem;
	position: absolute;
	top: 15.3125rem;
	width: 1.75rem;
}

.c-tel__btn {
	max-width: 18.375rem;
}

.c-tel__btn-text {
	text-align: left;
}

.c-time__year {
	font-size: 0.875rem;
}

.c-time__month,
.c-time__day {
	font-size: 1.75rem;
}

.c-top-diagonal-bg-gray::before {
	background-color: transparent;
	background-color: initial;
}

.c-top-section-title__jp {
	font-size: 2.5rem;
}

.c-top-section-title__en {
	font-size: 1.5rem;
	margin-top: 0.25rem;
}

.c-triangular::before {
	margin-left: 0.9375rem;
	margin-top: 1.375rem;
}

.c-triangular::after {
	margin-bottom: 1.3125rem;
	margin-right: 0.75rem;
}

.c-triangular__before::before {
	background-image: url(../../assets/images/top/top_title_triangle_pc.svg);
	height: 3rem;
	margin-left: -4.375rem;
	width: 3rem;
}

.l-contents-inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.l-department {
	background-color: #f3f3f6;
}

.l-footer {
	background-color: #fff;
	padding-bottom: 2.5rem;
	position: relative;
}

.l-greeting {
	padding-bottom: 4rem;
	padding-top: 2.25rem;
}

.l-recruit {
	max-height: 42.25rem;
}

.l-recruit {
	aspect-ratio: 144/67;
	padding-right: 0;
	padding-top: 6.75rem;
}

.swiper-slide-active.p-advantage-swiper__slide .p-advantage-swiper__slide-img {
	padding-left: 1.5625rem;
}

.p-advantage-swiper__slide-img {
	aspect-ratio: 35/20;
	height: auto;
	max-width: 23.3125rem;
	width: 100%;
}

.p-advantage-swiper__slide-title {
	font-size: 1.125rem;
	margin-top: 0.625rem;
}

.swiper.p-blog-swiper {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

.swiper-slide.p-blog-swiper__slide {
	aspect-ratio: 370/498;
	max-width: 370px;
	padding-bottom: 3.625rem;
}

.p-blog-swiper__slide-img {
	aspect-ratio: 362/240;
	max-width: 22.625rem;
}

.p-blog-swiper__text {
	padding: 1rem 1.5rem 0 1.25rem;
}

.p-blog-swiper__time-title-wrap {
	margin-bottom: 1.5625rem;
}

.p-blog-swiper__title {
	font-size: 1.25rem;
}

.p-blog-swiper__desc {
	font-size: 1rem;
	line-height: 1.675;
}

.p-blog-swiper__bottom-wrap {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 16rem;
}

.p-blog-swiper__prev-next-wrap {
	margin: auto;
	max-width: 12.5rem;
}

.p-blog-swiper__select {
	margin-bottom: 2.0625rem;
	max-width: 16rem;
	text-align: center;
	width: 100%;
}

.p-blog-swiper__select select {
	padding: 0.75rem 0.75rem 0.75rem 5rem;
}

.p-blog-swiper__select::after {
	right: 24px;
}

.p-cta {
	aspect-ratio: 1440/506;
	background-image: url(../../assets/images/common/pc_cta_area.jpg);
	max-height: 31.625rem;
}

.p-cta__wrap {
	margin: auto;
	max-width: 66.25rem;
}

.p-cta-title__jp {
	font-size: 2.5rem;
}

.p-cta-title__en {
	font-size: 1.5rem;
}

.p-cta__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-cta__box {
	min-width: 31.875rem;
	width: 100%;
}

.p-cta__box:first-of-type {
	margin-bottom: 0;
	margin-right: 2.5rem;
}

.p-cta__box:nth-of-type(2) {
	padding-top: 3.4375rem;
}

.p-cta__box-concerns {
	padding-left: 4.125rem;
}

.p-cta__box-contents a:first-of-type {
	margin-bottom: 0;
	margin-right: 1.25rem;
}

.p-cta__box-tel-btn {
	margin: auto;
}

.p-department__item {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, transparent), color-stop(12%, #fff), color-stop(85%, #fff), color-stop(85%, transparent));
	background: linear-gradient(to bottom, transparent 12%, #fff 12%, #fff 85%, transparent 85%);
}

.p-department__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-department__img {
	margin: 0;
	margin: initial;
	max-width: 25.625rem;
	width: 100%;
}

.p-department__detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 1.9375rem;
}

.p-department__h4-wrap {
	background-color: #f3f3f6;
}

.p-department__h4 {
	font-size: 1.5rem;
	line-height: 1.7;
}

.p-department__detail-lists {
	gap: 2.5rem;
	display: grid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 40px;
	padding-top: 52px;
}

.p-department__detail-list:nth-of-type(1) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-department__detail-list:nth-of-type(2) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.p-department__detail-list:nth-of-type(3) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-department__detail-list:nth-of-type(4) {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.p-department__detail-list:nth-of-type(5) {
	margin-left: calc(50% + 1.25rem);
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.p-department__detail-list:not(:last-of-type) {
	margin-bottom: auto;
}

.p-department__detail-list {
	margin-bottom: auto;
	width: calc(50% - 20px);
}

.p-department__h4-wrap span {
	margin-left: 0;
	margin-top: 0.625rem;
}

.p-department__bottom-imgs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	max-width: 75rem;
}

.p-department__bottome-img:not(:last-child) {
	margin-bottom: 0;
	margin-right: 0.5rem;
}

.p-department__anker-btns-wrap {
	background-color: transparent;
	background-color: initial;
	padding-bottom: 4.6875rem;
}

.p-department__anker-btn {
	cursor: pointer;
	line-height: 1;
	min-height: 4.5rem;
}

.p-department__img-wrap {
	margin-left: 0;
	margin-right: 3.125rem;
}

.p-department__item-inner {
	margin: auto;
	max-width: 1330px;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.p-footer {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-bottom: solid 1px #d9d9d9;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-left: 0;
	padding-right: 0;
	padding-top: 5rem;
}

.p-footer__logo-area {
	margin-right: 3.75rem;
}

.p-footer__menu-area-items-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0.5rem;
}

.p-footer__menu-area {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-footer-menu-items {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 0;
	margin-right: 2.5rem;
}

.p-footer-menu-item:not(:last-child) a {
	border-right: 0;
	border-right: initial;
	padding-right: 1.875rem;
}

.p-footer-menu-item:not(:first-child) a {
	padding-left: 1.875rem;
}

.p-footer__apply-btns {
	margin-bottom: 0;
}

.p-footer__apply-btn:nth-of-type(1) {
	margin-bottom: 0;
	margin-right: 1.25rem;
}

.p-footer__company {
	text-align: left;
}

.p-footer__company-address-wrap {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.p-footer__tel-btn-pc-title {
	background-color: #f3f3f6;
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	margin-right: 0.5rem;
	padding: 0.375rem 0.25rem;
}

.p-footer__tel-btn-text {
	font-size: 0.75rem;
	line-height: 1.25;
	margin-bottom: 0.5rem;
}

.p-footer__related-sites-wrap {
	margin-bottom: 1.5625rem;
}

.p-footer__related-sites {
	-ms-flex-wrap: initial;
	flex-wrap: initial;
}

.p-footer__related-site {
	border-bottom: 0;
	border-bottom: initial;
	width: auto;
	width: initial;
}

.p-footer__related-site {
	margin-right: 1rem;
}

.p-footer__related-site:nth-of-type(odd) {
	margin-right: 1rem;
	max-width: 100%;
}

.p-footer__related-site:nth-of-type(even) {
	margin-right: 1rem;
	max-width: 100%;
}

.p-form__bg {
	padding-bottom: 120px;
}

.p-form__inner {
	margin-top: 40px;
	padding: 50px 50px 60px;
}

.p-form__wrap {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 80px;
	width: 790px;
}

.p-form__thanks-wrap {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 80px;
	width: 790px;
}

.p-form__item {
	padding-left: 10px;
	padding-right: 10px;
}

.p-form__page-title {
	font-size: 1.875rem;
}

.p-form__page-desc {
	font-size: 1rem;
	padding-left: 0;
	padding-right: 0;
}

.p-form__item-pc-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-form__choice-day-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-form__item-privacy-wrap {
	padding-left: 12px;
}

.p-form__send-btn .next-btn {
	margin: auto;
	max-width: 15.625rem;
	min-width: 15.625rem;
}

.p-form__send-btn .next-btn:hover {
	border: solid 0.125rem #4db5b5;
	color: #4db5b5;
	opacity: 1;
	opacity: initial;
}

.u-space-between-pc {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-global-menu-fixed {
	width: 100%;
}

.p-global-menu__cta-box-btns a:first-child {
	margin-bottom: 0;
	margin-right: 0.625rem;
}

.p-greeting__article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-greeting__img {
	margin-right: 5.625rem;
	max-width: 34.375rem;
}

.p-greeting__h3 {
	margin-bottom: 1.5625rem;
}

.p-greeting__text-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 1.125rem;
}

.p-greeting__president {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: left;
	text-align: initial;
}

.p-greeting__president-title {
	margin-right: 1.75rem;
}

.p-kv {
	aspect-ratio: 1440/750;
	background-image: url(../../assets/images/top/kv_pc.jpg);
	margin-top: 0;
}

.p-kv__copy {
	font-size: 4.375rem;
	margin-bottom: 52px;
}

.p-kv__recruit {
	aspect-ratio: 380/293;
	margin: 0;
	margin: initial;
	max-width: 23.75rem;
	padding: 2.3125rem 2rem 3.875rem;
}

.p-kv__recruit-text {
	margin-bottom: 1.25rem;
	padding: 0;
}

.p-outline__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 4.6875rem;
	padding-right: 2.6875rem;
}

.p-outline__table {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 5.3125rem;
}

.p-outline__table th {
	width: 24%;
}

.p-outline__map {
	margin-top: 1.6875rem;
	max-height: 29rem;
	max-width: 32.625rem;
}

.p-outline__map-link {
	margin-top: 0.5625rem;
}

.p-outline__bg-white--sp {
	background-color: transparent;
	background-color: initial;
}

.p-outline__bg-white--pc {
	background-color: #fff;
	border-radius: 0.625rem;
}

.p-recruit {
	aspect-ratio: 470/455;
	max-width: 29.375rem;
	padding: 2.8125rem 2.5rem 3.875rem;
}

.p-recruit__title {
	margin-bottom: 2.5rem;
}

.p-recruit__title-jp {
	margin-bottom: 0.1875rem;
}

.p-top-about::before {
	background-image: url(../../assets/images/top/about_bg.svg);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 100%;
	max-width: 61.875rem;
	position: absolute;
	width: 100%;
}

.p-top-about__title-box {
	margin-bottom: 3.375rem;
}

.p-top-about__title {
	margin-bottom: 2.0625rem;
	padding-top: 4.375rem;
}

.p-top-about__history-title {
	margin-bottom: 0.125rem;
}

.p-top-about__history-desc {
	margin-bottom: 4.0625rem;
	padding-left: 1.25rem;
}

.p-top-about__about-desc {
	margin-bottom: 0.625rem;
}

.p-top-about__wrap {
	padding-bottom: 7.5rem;
	padding-top: 6.6875rem;
}

.p-top-about__about {
	max-width: 26.875rem;
}

.p-top-about__h3 {
	padding-left: 1rem;
	text-align: left;
}

.p-top__quotation-box::before,
.p-top__quotation-box::after {
	height: 2.5rem;
	width: 2.5rem;
}

.p-top__quotation-box-pc::before,
.p-top__quotation-box-pc::after {
	background-image: url(../../assets/images/top/top_quotation.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border-top-left-radius: 0.25rem;
	content: "";
	display: inline-block;
	height: 2.5rem;
	position: absolute;
	width: 2.5rem;
}

.p-top__quotation-box-pc::before {
	left: 0;
	top: 0;
}

.p-top-advantage {
	padding-bottom: 160px;
}

.p-top-advantage__title-box {
	margin-bottom: 5.8125rem;
}

.p-top-advantage__title {
	padding-top: 4.125rem;
}

.p-top-advantage__box {
	margin-bottom: 5.875rem;
	max-width: 26.875rem;
}

.p-top-advantage__img {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: initial;
	box-shadow: initial;
}

.p-box-technology-and-human {
	padding-bottom: 2.3125rem;
	padding-top: 1.75rem;
}

.p-box-technology-and-human__border {
	background-color: #152473;
}

.p-box-technology-and-human__box-inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-top-advantage__box-inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-top-advantage__h3 {
	font-size: 1.5rem;
	margin-bottom: 1.875rem;
	padding-left: 0;
}

.p-box-facility-capa__desc {
	margin-bottom: 0.625rem;
}

.p-top-blog {
	margin-top: 160px;
	padding-bottom: 9.5rem;
	position: relative;
}

.p-top-blog::before {
	background-image: url(../../assets/images/top/blog_bg.svg);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 100%;
	max-width: 50%;
	position: absolute;
	width: 100%;
}

.p-top-blog__inner {
	padding-left: 2.1875rem;
	padding-right: 0;
}

.p-top-blog__flex--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-top-blog__flex-text-area {
	max-width: 35%;
	padding-right: 0;
	width: 100%;
}

.p-top-blog__title-box {
	margin-bottom: 2.5rem;
}

.p-top-blog__title {
	margin-bottom: 2.25rem;
	padding-top: 3.4375rem;
}

.p-top-blog__swiper {
	margin-right: calc(50% - 50vw);
	max-width: 70%;
	padding-left: 60px;
	padding-top: 4.0625rem;
	width: 100%;
}

.p-top-blgo__triangular::before {
	background-image: url(../../assets/images/top/top_title_triangle_pc.svg);
	height: 3rem;
	margin-left: -3rem;
	margin-top: 0.75rem;
	width: 3rem;
}

.p-top-contents__bg-gray-sp::before {
	background-color: transparent;
	background-color: initial;
	content: none;
}

.p-top-contents__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding-left: 60px;
	padding-right: 90px;
}

.p-top-contents__img {
	aspect-ratio: 47/61 !important;
	margin-left: 3.125rem;
	max-height: 450px;
	max-width: 29.375rem;
	top: 0;
}

.p-top-contents__img::before,
.p-top-contents__img::after {
	background-image: url(../../assets/images/top/top_wing.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 2.5625rem;
	position: absolute;
	width: 1.25rem;
}

.p-top-contents__img::before {
	left: 0;
	top: 1rem;
}

.p-top-contents__img::after {
	bottom: 72px;
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.p-top-contents__inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-top-contents__text {
	padding-left: 0;
	padding-right: 0;
}

.p-top-contents__lead {
	line-height: 2.266666;
}

.p-top-environment__about {
	margin-bottom: 3.8125rem;
	max-width: 26.875rem;
	padding-bottom: 1.4375rem;
	padding-top: 2.3125rem;
}

.p-top-environment__about-inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-top-environment__about-desc {
	margin-bottom: 1.25rem;
}

.p-top-environment__flow-img {
	margin-bottom: 0.8125rem;
}

.p-top-environment__flow-title {
	font-size: 1.5rem;
}

.p-top-environment__flow-box-title {
	font-size: 1.125rem;
}

.p-top-works {
	padding-bottom: 160px;
}

.p-top-works::before {
	background-image: url(../../assets/images/top/works_bg.svg);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 100%;
	max-width: 61.875rem;
	position: absolute;
	width: 100%;
}

.p-top-works__wrap {
	padding-top: 6.6875rem;
}

.p-top-works__title-box {
	margin-bottom: 3.625rem;
}

.p-top-works__title {
	margin-bottom: 2.0625rem;
	padding-top: 4.375rem;
}

.p-top-works__about {
	margin-bottom: 3.8125rem;
	max-width: 26.875rem;
	padding-bottom: 1.4375rem;
	padding-top: 2.3125rem;
}

.p-top-works__about span {
	display: none;
}

.p-top-works__about-inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-top-works__about-desc {
	margin-bottom: 0.625rem;
}

.p-top-works__h3 {
	font-size: 1.5rem;
	padding-left: 0;
}

.p-works__department {
	margin-bottom: 4.1875rem;
	max-width: 27.25rem;
}

.p-works__department-items {
	gap: 1rem;
	margin-bottom: 1.875rem;
}

.p-works__department-link-btn {
	max-width: 15.625rem;
}

.p-top-works__maker-box {
	max-width: 26.875rem;
	padding: 2.5rem;
}

.p-top-works__maker-box::before,
.p-top-works__maker-box::after {
	height: 2.5rem;
	width: 2.5rem;
}

.p-top-works__maker-h3 {
	font-size: 1.5rem;
}

.p-top-works__maker-desc {
	margin-bottom: 2.125rem;
}

.p-top-works__maker-items {
	padding-left: 0;
	padding-right: 0;
}

.p-top-works__maker-item:not(:last-child) {
	margin-bottom: 1.125rem;
}

}

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

.p-top-contents__img {
	max-height: 550px;
	position: sticky;
}

.p-top-contents__img::after {
	bottom: 2.75rem;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

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

.c-drower {
	display: none;
	padding-top: 3.125rem;
}

.c-hamburger {
	display: none;
}

.c-hamburger__bars {
	display: none;
}

.p-global-menu-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 1.4375rem;
}

.p-global-menu-item {
	border-bottom: 0;
	border-bottom: initial;
	border-top: 0;
	border-top: initial;
}

.p-global-menu-item__link {
	padding-bottom: 1.25rem;
	padding-left: 0;
	padding-top: 1.25rem;
}

.p-global-menu-item:not(:last-of-type) .p-global-menu-item__link {
	padding-right: 32px;
}

.p-global-menu-item:last-child .p-global-menu-item__link {
	padding-right: 0;
}

.p-global-menu {
	height: 70px;
}

.p-global-menu__pc {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-global-menu__logo {
	padding-left: 1.25rem;
}

.p-global-menu__logo-img {
	width: 12.5rem;
}

.p-global-menu__hamburger {
	display: none;
}

.p-header {
	height: 70px;
}

.p-top-contents__img {
	max-height: 610px;
}

.p-top-contents__img::after {
	bottom: 0.8125rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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