body {
	font-family: "noto-sans-cjk-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;
}

.grecaptcha-badge {
	visibility: visible;
	z-index: 5;
}

*,
*::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;
}

.l-blog_inner {
	padding: 0 15px;
	padding: 0 0.9375rem;
}

.l-blog-sintyaku-inner {
	padding: 0 20px;
	padding: 0 1.25rem;
}

.l-business-block_inner {
	padding-left: 16px;
	padding-left: 1rem;
	padding-right: 16px;
	padding-right: 1rem;
}

.l-business-inner {
	padding-left: 34px;
	padding-left: 2.125rem;
	padding-right: 34px;
	padding-right: 2.125rem;
}

.l-contact-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-left: 2rem;
	padding-right: 32px;
	padding-right: 2rem;
}

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

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

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

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

.test {
	background-color: red;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}

.c-bar {
	background-color: #E3AAAA;
	display: block;
	height: 10px;
	height: 0.625rem;
	width: 68.1286%;
}

.c-bar.u-blue {
	background-color: #48729a;
}

.c-bar.u-green {
	background-color: #48729a;
}

.c-base-card {
	background: #fff;
}

.c-base-card_inner {
	padding: 50px 20px 30px;
	padding: 3.125rem 1.25rem 1.875rem;
}

.c-base-card_title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #444;
	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: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.c-base-card_title::after {
	background: #E3AAAA;
	content: "";
	display: block;
	height: 3px;
	height: 0.1875rem;
	width: 30px;
	width: 1.875rem;
}

.c-base-card.u-green .c-base-card_title::after {
	background: #E3AAAA;
}

.c-base-card_imgs {
	margin: 3.125rem calc(50% - 50vw) 0;
	width: 100vw;
}

.c-base-card_imgs li {
	margin: 0 15px;
	margin: 0 0.9375rem;
}

.c-base-card_img {
	position: relative;
	width: 100%;
}

.c-base-card_img::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.c-base-card_img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.c-base-card_address {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.c-base-card_access {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.c-base-card_access-title {
	color: #E3AAAA;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Barlow", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.5;
}

.c-base-card_access-title::before {
	background: url(../images/common/access-icon-green.png) no-repeat center/contain;
	content: "";
	display: block;
	height: 17.92px;
	height: 1.12rem;
	margin-right: 6px;
	margin-right: 0.375rem;
	width: 11.2px;
	width: 0.7rem;
}

.c-base-card_access-list {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	margin-left: 15px;
	margin-left: 0.9375rem;
	margin-top: 1px;
	margin-top: 0.0625rem;
}

.c-base-card_access-list li::before {
	content: "・";
}

.c-base-card_map iframe {
	vertical-align: top;
	width: 100%;
}

.p-job-description.u-blue .c-base-card_title::after {
	background: #48729a;
}

.p-job-description.u-blue .c-base-card_access-title {
	color: #48729a;
}

.p-job-description.u-blue .c-base-card_access-title::before {
	background-image: url(../images/common/access-icon-blue.png);
}

.c-block {
	background-color: #fff;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
	text-align: center;
}

.c-block_number {
	background-color: #48729a;
	border-radius: 50%;
	color: #fff;
	font-family: "Barlow", sans-serif;
	font-size: 38px;
	font-size: 2.375rem;
	height: 59px;
	height: 3.6875rem;
	left: 50%;
	position: absolute;
	text-align: center;
	top: -33px;
	top: -2.0625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 58px;
	width: 3.625rem;
}

.c-block_subtitle {
	color: #444;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1em;
}

.c-block_title {
	color: #48729a;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.0123em;
	padding-top: 2px;
	padding-top: 0.125rem;
}

.c-block_img {
	margin-top: 26px;
	margin-top: 1.625rem;
	position: relative;
	width: 100%;
}

.c-block_img::before {
	content: "";
	display: block;
	padding-top: 145.6953%;
}

.c-block_img picture img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.c-block_box {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: -74px;
	margin-top: -4.625rem;
	padding: 26px 19px 8px;
	padding: 1.625rem 1.1875rem 0.5rem;
	position: relative;
	width: 80%;
	z-index: 1;
}

.c-block_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	text-align: center;
}

.c-block_btn {
	background-color: rgba(252, 252, 252, .2);
	border: 2px solid #E3AAAA;
	border-radius: 18px;
	color: #E3AAAA;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.013em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	margin-top: 1rem;
	padding: 2px 45px;
	padding: 0.125rem 2.8125rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-box-title {
	color: #444;
	text-align: center;
}

.c-box-title_sub {
	font-size: 11px;
	font-size: 0.6875rem;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.c-box-title_main {
	color: #444;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	line-height: 1.48;
}

.c-box-title_main-small {
	color: #444;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	line-height: 1.48;
}

.c-btn-more {
	background-color: rgba(255, 255, 255, .2);
	border: 2px solid #FFF;
	border-radius: 17px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.13em;
	line-height: 19px;
	line-height: 1.1875rem;
	padding: 3px 23px;
	padding: 0.1875rem 1.4375rem;
	text-align: center;
}

.c-btn-more.u-green {
	border-color: #E3AAAA;
}

.c-btn-more.u-blue {
	border-color: #48729a;
}

.c-card {
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .1607843137);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, .1607843137);
	display: block;
	height: 367px;
	height: 22.9375rem;
	padding: 10px 15px 25px;
	padding: 0.625rem 0.9375rem 1.5625rem;
	position: relative;
	width: 278px;
	width: 17.375rem;
}

.c-card_img {
	border-radius: 5px;
	position: relative;
	width: 100%;
}

.c-card_img::before {
	content: "";
	display: block;
	padding-top: 71.77%;
}

.c-card_img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	border-radius: 6px;
}

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

.c-card_category {
	background-color: #ed7070;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.0055em;
	line-height: 1.4545;
	padding-bottom: 2px;
	padding-bottom: 0.125rem;
	padding-left: 14px;
	padding-left: 0.875rem;
	padding-right: 14px;
	padding-right: 0.875rem;
}

.c-card_category.u-orange {
	background-color: #ed7070;
}

.c-card_category.u-light-blue {
	background-color: #7797B8;
}

.c-card_title {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.0085em;
	line-height: 1.2352;
	margin-top: 15px;
	margin-top: 0.9375rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c-card_date {
	bottom: 20px;
	bottom: 1.25rem;
	color: #888888;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.055em;
	line-height: 1.4545;
	position: absolute;
}

.c-company-box {
	background-color: #fff;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.c-company-box_name {
	color: #444;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.125em;
	position: relative;
	text-align: center;
}

.c-company-box_name::after {
	background-color: #E3AAAA;
	bottom: -20px;
	bottom: -1.25rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 30px;
	width: 1.875rem;
}

.c-company-box_slider {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.c-company-box_address {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	margin-top: 50px;
	margin-top: 3.125rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
}

.c-company-box_map {
	margin-top: 50px;
	margin-top: 3.125rem;
	padding-top: 42.7509%;
	position: relative;
	width: 100%;
}

.c-company-box_map iframe {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-company-overview {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
}

.c-company-overview_description + .c-company-overview_term {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.c-company-overview_description {
	border-bottom: 1px solid #707070;
	padding-bottom: 6px;
	padding-bottom: 0.375rem;
}

.c-contact-text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.01em;
	line-height: 1.846;
	text-align: justify;
}

.c-contact-text_m {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
}

.c-contact-text_l {
	color: #444;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.075em;
	line-height: 1.4;
}

.c-contact-text_xl {
	color: #E3AAAA;
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.085em;
	text-align: center;
}

.c-contact-flex {
	gap: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-contact-flex2 {
	gap: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-contact-flex2 > p:first-child {
	width: 70px;
	width: 4.375rem;
}

.c-contact-table {
	width: 100%;
}

.c-contact-table th {
	border-bottom: 1px solid #444;
	color: #888888;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.846;
	padding: 7px 0;
	padding: 0.4375rem 0;
}

.c-contact-table th:first-child {
	width: 140px;
	width: 8.75rem;
}

.c-contact-table td {
	border-bottom: 1px solid #444;
	color: #444;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.4545;
	padding: 5px 0;
	padding: 0.3125rem 0;
	vertical-align: top;
}

.c-img1 {
	position: relative;
	width: 100%;
}

.c-img1::before {
	content: "";
	display: block;
	padding-top: 43%;
}

.c-img1 img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.c-img2 {
	position: relative;
	width: 100%;
}

.c-img2::before {
	content: "";
	display: block;
	padding-top: 46%;
}

.c-img2 img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.c-items li {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.c-items li:first-child {
	margin-top: 0;
}

.c-items li:nth-of-type(1) .c-items_number {
	background-color: #E3AAAA;
}

.c-items li:nth-of-type(2) .c-items_number {
	background-color: #48729a;
}

.c-items li:nth-of-type(3) .c-items_number {
	background-color: #ed7070;
}

.c-items li:nth-of-type(4) .c-items_number {
	background-color: #48729a;
}

.c-items_item {
	background-color: #fff;
	padding-bottom: 102px;
	padding-bottom: 6.375rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.c-items_number {
	border-radius: 50%;
	color: #fff;
	font-family: "Barlow", sans-serif;
	font-size: 35px;
	font-size: 2.1875rem;
	height: 50px;
	height: 3.125rem;
	line-height: 50px;
	line-height: 3.125rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 50px;
	width: 3.125rem;
}

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

.c-items_title {
	color: #444;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.0075em;
	line-height: 1.4;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	text-align: center;
}

.c-items_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	text-align: justify;
}

.c-recruit-button {
	background: #F0F0F0;
	border-radius: 0.9375rem;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 380px;
	max-width: 23.75rem;
	padding: 17.5px 19px;
	padding: 1.09375rem 1.1875rem;
	text-align: center;
	width: 100%;
}

.p-shinsotsu-bottom_button .c-recruit-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: auto 1fr;
}

.p-shinsotsu-bottom_button .c-recruit-button::before {
	background: url(../images/common/line.png) no-repeat center/contain;
	content: "";
	display: block;
	height: 55.06px;
	height: 3.44125rem;
	min-width: 55px;
	min-width: 3.4375rem;
	width: 55px;
	width: 3.4375rem;
}

.c-recruit-button_text {
	font-weight: bold;
	letter-spacing: 0.05em;
}

.c-recruit-button_attention {
	font-size: 13px;
	font-size: 0.8125rem;
}

.p-shinsotsu-bottom_button .c-recruit-button_attention {
	color: #E3AAAA;
}

.p-chuto-bottom_button .c-recruit-button_attention {
	color: #48729a;
}

.c-recruit-button_label {
	color: #444;
	font-size: 17px;
	font-size: 1.0625rem;
}

.c-search {
	background-color: #E3AAAA;
	border: 1px solid #FFFFFF;
	border-radius: 0.625rem;
	height: 35px;
	height: 2.1875rem;
	width: 255px;
	width: 15.9375rem;
}

.c-search-form {
	height: inherit;
	padding: 10px;
	padding: 0.625rem;
	position: relative;
	width: inherit;
}

.c-search-field {
	color: #FFFFFF;
	height: 26px;
	height: 1.625rem;
	left: 7%;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-search-field::-moz-placeholder {
	color: #FFFFFF;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.013em;
	line-height: 26px;
	line-height: 1.625rem;
}

.c-search-field::-webkit-input-placeholder {
	color: #FFFFFF;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.013em;
	line-height: 26px;
	line-height: 1.625rem;
}

.c-search-field::-ms-input-placeholder {
	color: #FFFFFF;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.013em;
	line-height: 26px;
	line-height: 1.625rem;
}

.c-search-field::placeholder {
	color: #FFFFFF;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.013em;
	line-height: 26px;
	line-height: 1.625rem;
}

.c-search-submit {
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 35px;
	width: 2.1875rem;
}

.c-section-title {
	color: #444;
	text-align: center;
}

.c-section-title_sub {
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.00055em;
	line-height: 1;
}

.c-section-title_main {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.008em;
	line-height: 58px;
	line-height: 3.625rem;
}

.c-slide-arrow {
	position: absolute;
	width: 34px;
	width: 2.125rem;
}

.c-prev-arrow {
	bottom: 0;
	left: 0;
}

.c-next-arrow {
	bottom: 0;
	left: 60px;
	left: 3.75rem;
}

.c-slider-wrap {
	padding-top: 70vw;
	position: relative;
}

.container.c-slider {
	left: 50%;
	margin-top: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
}

.container {
	margin: 30px auto 0;
	max-width: 500px;
	width: 100%;
}

.slick-img {
	margin-left: 10px;
	margin-right: 10px;
}

/* 中央以外のスライド */

.slick-img img {
	height: auto;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
	width: 100%;
}

/* 中央のスライド */

.slider .slick-center img {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.c-under-bar {
	bottom: 0;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 50;
}

.c-under-bar_business {
	background-color: #48729a;
	display: block;
	padding-top: 10px;
	padding-top: 0.625rem;
	text-align: center;
	width: 33.333%;
}

.c-under-bar_business-en {
	font-weight: bold;
	letter-spacing: 0.0008em;
	line-height: 1.5;
}

.c-under-bar_business-ja {
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.0055em;
	line-height: 1.4545;
}

.c-under-bar_recruit {
	background-color: #ed7070;
	display: block;
	padding-top: 9px;
	padding-top: 0.5625rem;
	text-align: center;
	width: 33.333%;
}

.c-under-bar_recruit-en {
	font-weight: bold;
	letter-spacing: 0.0008em;
	line-height: 1.5;
}

.c-under-bar_recruit-ja {
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.0055em;
	line-height: 1.4545;
}

.c-under-bar_shinsotsu {
	background-color: #E3AAAA;
	display: block;
	padding-top: 10px;
	padding-top: 0.625rem;
	text-align: center;
	width: 33.333%;
}

.c-under-bar_shinsotsu-en-wrap {
	position: relative;
}

.c-under-bar_shinsotsu-en-wrap::after {
	background: #48729a;
	border-radius: 0.3125rem;
	content: "";
	display: block;
	height: 16px;
	height: 1rem;
	left: 50%;
	mix-blend-mode: multiply;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 59px;
	width: 3.6875rem;
}

.c-under-bar_shinsotsu-en {
	font-size: 10px;
	font-size: 0.625rem;
	letter-spacing: 0.0008em;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}

.c-under-bar_shinsotsu-ja {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.0055em;
	line-height: 1.42857;
	margin-top: 3px;
	margin-top: 0.1875rem;
}

.c-under-bar_chuto {
	background-color: #48729a;
	display: block;
	padding-top: 10px;
	padding-top: 0.625rem;
	text-align: center;
	width: 33.333%;
}

.c-under-bar_chuto-en-wrap {
	position: relative;
}

.c-under-bar_chuto-en-wrap::after {
	background: #48729a;
	border-radius: 0.3125rem;
	content: "";
	display: block;
	height: 16px;
	height: 1rem;
	left: 50%;
	mix-blend-mode: multiply;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 59px;
	width: 3.6875rem;
}

.c-under-bar_chuto-en {
	font-size: 10px;
	font-size: 0.625rem;
	letter-spacing: 0.0008em;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}

.c-under-bar_chuto-ja {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.0055em;
	line-height: 1.42857;
	margin-top: 3px;
	margin-top: 0.1875rem;
}

.c-under-bar_menu {
	background-color: #888888;
	padding-bottom: 17px;
	padding-bottom: 1.0625rem;
	padding-top: 32px;
	padding-top: 2rem;
	position: relative;
	text-align: center;
	width: 33.333%;
}

.drawer-menu {
	background-color: #fff;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	top: 16px;
	top: 1rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	width: 36px;
	width: 2.25rem;
}

.drawer-menu:last-of-type {
	top: 26px;
	top: 1.625rem;
}

.open.drawer-menu {
	top: 15px;
	top: 0.9375rem;
	-webkit-transform: rotate(-20deg) translateX(-50%);
	transform: rotate(-20deg) translateX(-50%);
}

.open.drawer-menu:last-of-type {
	top: 28px;
	top: 1.75rem;
	-webkit-transform: rotate(20deg) translateX(-50%);
	transform: rotate(20deg) translateX(-50%);
}

.c-under-bar_menu-text {
	font-size: 10px;
	font-size: 0.625rem;
	letter-spacing: 0.2em;
	line-height: 1.5;
}

.c-underFV {
	text-align: center;
}

.c-underFV_subtitle {
	color: #444444;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.055em;
}

.c-underFV_title {
	color: #48729a;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: bold;
	letter-spacing: 0.0175em;
	margin-top: 17px;
	margin-top: 1.0625rem;
	position: relative;
}

.c-underFV_title::before {
	background-color: #48729a;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	top: -7px;
	top: -0.4375rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	width: 1.875rem;
}

.p-base-list > li + li {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-blog-drawer {
	background-color: #F0F0F0;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.p-blog-drawer-title {
	color: #48729a;
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.085em;
	text-align: center;
}

/* ==========================================================================================
検索
========================================================================================== */

.p-blog-drawer-search {
	background-color: #fff;
	display: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 92%;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 40px;
	padding-top: 2.5rem;
	position: relative;
}

.p-blog-drawer-search::before {
	border-bottom: 28px solid #fff;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-style: solid;
	border-top: 0;
	content: "";
	height: 0;
	position: absolute;
	right: 60px;
	right: 3.75rem;
	top: -15px;
	top: -0.9375rem;
	width: 0;
}

.p-blog-drawer-search_search {
	background-color: #fff;
	border: 1px solid #E3AAAA;
	border-radius: 10px;
	height: 35px;
	height: 2.1875rem;
	margin-left: auto;
	margin-right: auto;
	width: 302px;
	width: 18.875rem;
}

.p-blog-drawer-search_field::-moz-placeholder {
	color: #CCC;
}

.p-blog-drawer-search_field::-webkit-input-placeholder {
	color: #CCC;
}

.p-blog-drawer-search_field::-ms-input-placeholder {
	color: #CCC;
}

.p-blog-drawer-search_field::placeholder {
	color: #CCC;
}

/* ==========================================================================================
カテゴリー
========================================================================================== */

.p-blog-drawer-cat {
	background-color: #fff;
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-top: 0.3125rem;
	max-width: 92%;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 40px;
	padding-top: 2.5rem;
	position: relative;
}

.p-blog-drawer-cat_box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 302px;
	max-width: 18.875rem;
	width: 100%;
}

.p-blog-drawer-cat_box li {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-blog-drawer-cat_box li:first-child {
	margin-top: 0;
}

.p-blog-drawer-cat_link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #E3AAAA;
	color: #444444;
	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: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	height: 60px;
	height: 3.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.075em;
	width: 100%;
}

.p-blog-drawer-cat_link span {
	font-size: 11px;
	font-size: 0.6875rem;
}

/* ==========================================================================================
タグ
========================================================================================== */

.p-blog-drawer-tag {
	background-color: #fff;
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-top: 0.3125rem;
	max-width: 92%;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.p-blog-drawer-tag_box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 302px;
	max-width: 18.875rem;
	width: 100%;
}

.p-blog-drawer-tag_box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-blog-drawer-tag_link {
	border: 1px solid #E3AAAA;
	color: #444444;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.013em;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	padding: 5px 15px;
	padding: 0.3125rem 0.9375rem;
}

.p-blog-info {
	background-color: #F0F0F0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	padding-top: 28px;
	padding-top: 1.75rem;
}

.p-blog-info_top {
	background-color: #E3AAAA;
	border: 2px solid #E3AAAA;
	border-radius: 18px;
	text-align: center;
}

.p-blog-info_top a {
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.013em;
	line-height: 28px;
	line-height: 1.75rem;
	width: 150px;
	width: 9.375rem;
}

.p-blog-info_search {
	background-color: rgba(252, 252, 252, .2);
	border: 2px solid #E3AAAA;
	border-radius: 18px;
	height: 32px;
	height: 2rem;
	margin-left: 35px;
	margin-left: 2.1875rem;
	position: relative;
	text-align: center;
	width: 150px;
	width: 9.375rem;
}

.p-blog-info_search span {
	color: #444444;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.013em;
}

.p-blog-info_arrow-wrap {
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-blog-info_search-arrow {
	display: block;
	height: 6px;
	height: 0.375rem;
	position: relative;
	width: 10px;
	width: 0.625rem;
}

.p-blog-info_search-arrow::before {
	background-color: #E3AAAA;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	width: 0.375rem;
}

.p-blog-info_search-arrow::after {
	background-color: #E3AAAA;
	content: "";
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 6px;
	width: 0.375rem;
}

.p-blog-info_search-arrow.is-checked::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.p-blog-info_search-arrow.is-checked::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.p-blog-title {
	color: #444444;
	font-size: 25px;
	font-size: 1.5625rem;
	letter-spacing: 0.0125em;
	text-align: center;
}

.p-blog-subtitle {
	color: #E3AAAA;
	font-size: 11px;
	font-size: 0.6875rem;
	text-align: center;
}

.p-blog-kyujin {
	background-color: #F0F0F0;
}

.p-blog-kyujin_subtitle {
	text-align: center;
}

.p-blog-kyujin_title {
	text-align: center;
}

.p-blog-recruit {
	background-color: #F0F0F0;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.p-blog-recruit_box {
	background-color: #fff;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	padding-top: 40px;
	padding-top: 2.5rem;
	position: relative;
}

.p-blog--recruit_subtitle {
	color: #E3AAAA;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.055em;
	text-align: center;
}

.p-blog--recruit_title {
	color: #444;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 6px;
	margin-top: 0.375rem;
	text-align: center;
}

.p-blog-recruit_bar {
	background-color: #F0F0F0;
	display: block;
	height: 2px;
	height: 0.125rem;
	margin: 0 calc(50% - 50vw);
	margin-bottom: 48px;
	margin-bottom: 3rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 100%;
	width: 100vw;
}

.p-blog-recruit_shinsotsu {
	color: #E3AAAA;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.0125em;
	text-align: center;
}

.p-blog-recruit_tyuto {
	color: #48729a;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.0125em;
	margin-top: 100px;
	margin-top: 6.25rem;
	text-align: center;
}

.p-blog-recruit_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.846;
	margin-top: 31px;
	margin-top: 1.9375rem;
}

.p-blog-recruit_img1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
}

/* ==========================================================================================
PCのみ
========================================================================================== */

.p-blog-recruit_line-img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 200px;
	width: 12.5rem;
}

.p-blog-recruit_indeed-title {
	color: #48729a;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.4;
	text-align: center;
}

.p-blog-recruit_indeed-img1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 356px;
	width: 22.25rem;
}

.p-blog-recruit_indeed-img2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 200px;
	width: 12.5rem;
}

.p-blog-rightfixed {
	display: none;
}

.p-blog-rightfixed_box {
	background-color: #E3AAAA;
}

.p-blog-rightfixed-title {
	color: #48729a;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	letter-spacing: 0.085em;
	text-align: center;
}

/* ==========================================================================================
検索
========================================================================================== */

/* ==========================================================================================
ブログトップへ
========================================================================================== */

.p-blog-rightfixed_top {
	background-color: #fff;
	border-radius: 10px 10px 0px 0px;
	height: 105px;
	height: 6.5625rem;
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 255px;
	width: 15.9375rem;
}

.p-blog-rightfixed_top:hover {
	background-color: #28996D;
}

.p-blog-rightfixed_top:hover .p-blog-rightfixed_top-link {
	color: #fff;
	opacity: 1;
}

.p-blog-rightfixed_top-link {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #E3AAAA;
	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: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	height: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 0.85;
	width: 100%;
}

.p-blog-rightfixed_top-link span {
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1em;
}

/* ==========================================================================================
カテゴリー
========================================================================================== */

.p-blog-rightfixed-cat {
	background-color: #fff;
	margin-top: 6px;
	margin-top: 0.375rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-left: 27px;
	padding-left: 1.6875rem;
	padding-right: 27px;
	padding-right: 1.6875rem;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.p-blog-rightfixed-cat_box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	width: 100%;
}

.p-blog-rightfixed-cat_box li {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-blog-rightfixed-cat_box li:first-child {
	margin-top: 0;
}

.p-blog-rightfixed-cat_link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #E3AAAA;
	color: #444444;
	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: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	height: 60px;
	height: 3.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.075em;
	width: 100%;
}

.p-blog-rightfixed-cat_link:hover {
	background-color: rgba(45, 172, 122, .1);
}

.p-blog-rightfixed-cat_link span {
	font-size: 11px;
	font-size: 0.6875rem;
}

/* ==========================================================================================
タグ
========================================================================================== */

.p-blog-rightfixed-tag {
	background-color: #fff;
	border-radius: 0px 0px 10px 10px;
	margin-top: 6px;
	margin-top: 0.375rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-left: 27px;
	padding-left: 1.6875rem;
	padding-right: 27px;
	padding-right: 1.6875rem;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.p-blog-rightfixed-tag_box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	width: 100%;
}

.p-blog-rightfixed-tag_box ul {
	gap: 5px;
	gap: 0.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-blog-rightfixed-tag_link {
	background-color: #fff;
	border: 1px solid #E3AAAA;
	color: #444444;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.013em;
	padding: 4px 10px;
	padding: 0.25rem 0.625rem;
}

.p-blog-rightfixed-tag_link:hover {
	background-color: rgba(45, 172, 122, .1);
}

.p-blog-saiyou {
	background-color: #F0F0F0;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
}

.p-blog-saiyou_box {
	background-color: #fff;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-left: 40px;
	padding-left: 2.5rem;
	padding-right: 40px;
	padding-right: 2.5rem;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.p-blog-saiyou_card {
	-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-top: 36px;
	margin-top: 2.25rem;
}

.p-blog-saiyou_btn {
	margin-top: 45px;
	margin-top: 2.8125rem;
	text-align: center;
}

.p-blog-saiyou_btn a {
	background-color: #fff;
	border: 2px solid #E3AAAA;
	border-radius: 18px;
	color: #444444;
	padding: 3px 42px;
	padding: 0.1875rem 2.625rem;
}

.p-blog-saiyou_text {
	color: #444;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

.p-blog-sintyaku {
	background-color: #F0F0F0;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-blog-shintyaku_title {
	color: #444;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.0125em;
	text-align: center;
}

.p-blog-sintyaku_cards {
	gap: 30px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(278px, 1fr));
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-blog-sintyaku_cards li {
	margin: 0 auto;
}

.p-blog-sns {
	background-color: #F0F0F0;
	border-radius: 0px;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-blog-sns_title {
	color: #E3AAAA;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.075em;
	text-align: center;
}

.p-blog-sns_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 60%;
	width: 100%;
}

.p-blog-sns_box li {
	-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;
}

.p-blog-sns_link {
	display: block;
	height: auto;
	width: 48px;
	width: 3rem;
}

body {
	display: none;
}

.p-bpo-bunya {
	background-color: #F0F0F0;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-bpo-bunya_title {
	color: #48729a;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.0125em;
	position: relative;
	text-align: center;
}

.p-bpo-bunya_title::after {
	background-color: #48729a;
	bottom: -8px;
	bottom: -0.5rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	width: 1.875rem;
}

.p-bpo-bunya_wrap {
	-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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-bpo-bunya_item {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-bpo-bunya_item:first-child {
	margin-top: 0;
}

.p-bpo-bunya_item img {
	display: block;
	margin: 0 auto;
	width: 125px;
	width: 7.8125rem;
}

.p-bpo-bunya_text {
	color: #444;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

.p-bpo-head {
	background-color: #F0F0F0;
}

.p-bpo-head_box-wrap {
	overflow: hidden;
}

.p-bpo-head_box {
	background-color: #fff;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.p-bpo-head_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.846;
	text-align: justify;
}

.p-bpo-head_img1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	padding-left: 30px;
	padding-left: 1.875rem;
	padding-right: 30px;
	padding-right: 1.875rem;
	width: 100%;
}

.p-bpo-head_img2 {
	position: relative;
	width: 100%;
}

.p-bpo-head_img2::before {
	content: "";
	display: block;
	padding-top: 58.47%;
}

.p-bpo-head_img2 img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

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

.p-bpo-contents {
	background-color: #F0F0F0;
}

.p-bpo1_text1 {
	margin-top: 50px;
	margin-top: 3.125rem;
}

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

.p-bpo1_img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 428px;
	max-width: 26.75rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	width: 100%;
}

.p-bpo2 {
	padding-bottom: 0;
}

.p-bpo2_text1 {
	margin-top: 50px;
	margin-top: 3.125rem;
}

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

.p-bpo2_img1 {
	margin-top: 50px;
	margin-top: 3.125rem;
	position: relative;
	width: 100%;
}

.p-bpo2_img1::before {
	content: "";
	display: block;
	padding-top: 43.85%;
}

.p-bpo2_img1 img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-bpo3 {
	padding-bottom: 0;
}

.p-bpo3_text1 {
	margin-top: 50px;
	margin-top: 3.125rem;
}

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

.p-bpo3_img {
	margin-top: 50px;
	margin-top: 3.125rem;
	position: relative;
	width: 100%;
}

.p-bpo3_img::before {
	content: "";
	display: block;
	padding-top: 58.47%;
}

.p-bpo3_img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-business_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-top: 70px;
	margin-top: 4.375rem;
	padding-bottom: 105px;
	padding-bottom: 6.5625rem;
}

.p-business-blocks {
	background-color: #F0F0F0;
}

.p-business_lists {
	padding-bottom: 45px;
	padding-bottom: 2.8125rem;
	padding-top: 254px;
	padding-top: 15.875rem;
}

.p-business_list {
	margin-top: 134px;
	margin-top: 8.375rem;
}

.p-business_list:first-child {
	margin-top: 0;
}

.p-ceo-content {
	background-color: #fff;
}

.p-ceo-content_img {
	position: relative;
	width: 100%;
}

.p-ceo-content_img::before {
	content: "";
	display: block;
	padding-top: 40%;
}

.p-ceo-content_img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-ceo-content_catch-wrap {
	position: relative;
}

.p-ceo-content_catch {
	position: absolute;
	right: 0;
	top: 0;
	width: 253px;
	width: 15.8125rem;
}

.p-ceo-content_inner {
	padding-left: 30px;
	padding-left: 1.875rem;
	padding-right: 30px;
	padding-right: 1.875rem;
}

.p-ceo-content_box {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 145px;
	padding-top: 9.0625rem;
}

.p-ceo-content_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
}

.p-chuto-bottom {
	background: #F0F0F0;
	border-bottom: 1px solid #707070;
}

.p-chuto-bottom_inner {
	background: #FFF;
	padding: 50px 35px 100px;
	padding: 3.125rem 2.1875rem 6.25rem;
}

.p-chuto-bottom_box + .p-chuto-bottom_box {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-chuto-bottom_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

.p-chuto-bottom_img {
	margin: 36px auto 0;
	margin: 2.25rem auto 0;
	width: 100%;
}

.p-chuto-bottom_box.--flow .p-chuto-bottom_img {
	max-width: 220px;
	max-width: 13.75rem;
}

.p-chuto-bottom_button {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-chuto-bottom .c-bar {
	width: 82%;
}

.p-chuto-head {
	background-color: #F0F0F0;
}

.p-chuto-head_box {
	background-color: #fff;
	padding-bottom: 67px;
	padding-bottom: 4.1875rem;
	padding-top: 59px;
	padding-top: 3.6875rem;
}

.p-chuto-head_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.07em;
	line-height: 1.846;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
}

.p-chuto-head_img {
	margin-top: 152px;
	margin-top: 9.5rem;
	position: relative;
	width: 100%;
}

.p-chuto-head_img::before {
	content: "";
	display: block;
	padding-top: 53.3%;
}

.p-chuto-head_img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-company-ceo {
	background: #F0F0F0;
	padding-top: 150px;
	padding-top: 9.375rem;
}

.p-company-ceo .c-box-title {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.p-company-ceo_img-wrap {
	position: relative;
}

.p-company-ceo_catch {
	bottom: 67px;
	bottom: 4.1875rem;
	left: 15px;
	left: 0.9375rem;
	position: absolute;
	width: 209px;
	width: 13.0625rem;
}

.p-company-ceo_name {
	bottom: 12px;
	bottom: 0.75rem;
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	position: absolute;
	right: 15px;
	right: 0.9375rem;
}

.p-company-ceo_box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-company-ceo_text {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
}

.p-company-ceo_button {
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.p-company-ceo_button a {
	padding-left: 40px;
	padding-left: 2.5rem;
	padding-right: 40px;
	padding-right: 2.5rem;
}

.p-company-ceo .c-bar {
	width: 63%;
}

.p-company-missions {
	background: #F0F0F0;
}

.p-company-mission + .p-company-mission {
	margin-top: 154px;
	margin-top: 9.625rem;
}

.p-company-mission_box {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-company-mission_text {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	text-align: center;
}

.p-company-mission_button {
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.p-company-mission_button a {
	padding-left: 40px;
	padding-left: 2.5rem;
	padding-right: 40px;
	padding-right: 2.5rem;
}

.p-company-office {
	background: #F0F0F0;
	padding-top: 150px;
	padding-top: 9.375rem;
}

.p-company-office_content {
	background: #fff;
}

.p-company-office_content-top {
	background: #fff;
	padding: 50px 20px 50px;
	padding: 3.125rem 1.25rem 3.125rem;
}

.p-company-office_list {
	margin-top: 47px;
	margin-top: 2.9375rem;
}

#p-company-office_panorama {
	height: 200px;
	height: 12.5rem;
	width: 100%;
}

.p-company-office_content-bottom {
	background: #fff;
	padding: 0 20px 360px;
	padding: 0 1.25rem 22.5rem;
}

.p-company-office .c-base-card_access {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-company-office .c-base-card_map {
	margin: 20px -20px 0;
	margin: 1.25rem -1.25rem 0;
}

.p-company-office_button {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-company-office_button .c-btn-more {
	border-color: #E3AAAA;
	color: #E3AAAA;
}

.p-company-read {
	background-color: #F0F0F0;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-top: 75px;
	padding-top: 4.6875rem;
}

.p-company-read.u-ceo {
	padding-bottom: 98px;
	padding-bottom: 6.125rem;
	padding-top: 77px;
	padding-top: 4.8125rem;
}

.p-company-read_inner {
	padding-left: 30px;
	padding-left: 1.875rem;
	padding-right: 30px;
	padding-right: 1.875rem;
}

.p-company-read_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.018em;
	line-height: 1.84615;
}

.p-company-vision {
	background: #F0F0F0;
	overflow: hidden;
	padding-bottom: 276px;
	padding-bottom: 17.25rem;
	padding-top: 82px;
	padding-top: 5.125rem;
}

.p-company-vision_bg {
	position: relative;
}

.p-company-vision_bg::after {
	background: #E3AAAA;
	border-radius: 50%;
	content: "";
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="4" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.6)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .6));
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .6));
	height: 630px;
	height: 39.375rem;
	position: absolute;
	right: 24%;
	top: 12%;
	width: 630px;
	width: 39.375rem;
	z-index: 1;
}

.p-company-vision_img {
	margin-top: 76px;
	margin-top: 4.75rem;
	position: relative;
	z-index: 2;
}

.p-company-vision_catch {
	bottom: -83px;
	bottom: -5.1875rem;
	left: 0;
	position: absolute;
	width: 167.63px;
	width: 10.476875rem;
}

.p-company-vision_box {
	margin-left: 15px;
	margin-left: 0.9375rem;
	margin-top: 110px;
	margin-top: 6.875rem;
	max-width: 250px;
	max-width: 15.625rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.p-company-vision_text {
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 1.846153;
}

.p-contact-business {
	background-color: #F0F0F0;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 110px;
	padding-top: 6.875rem;
}

.p-contact-business_bar {
	background-color: #48729a;
}

.p-contact-business_box {
	background-color: #fff;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	padding-top: 40px;
	padding-top: 2.5rem;
	position: relative;
}

.p-contact--business_subtitle {
	color: #E3AAAA;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.055em;
	text-align: center;
}

.p-contact--business_title {
	color: #444;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 6px;
	margin-top: 0.375rem;
	text-align: center;
}

.p-contact-business_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.846;
	margin-top: 31px;
	margin-top: 1.9375rem;
}

.p-contact-business_img1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-contact-business_img2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-contact-form {
	background: #F0F0F0;
	margin-left: -20px;
	margin-left: -1.25rem;
	margin-right: -20px;
	margin-right: -1.25rem;
	padding: 40px 20px 66px;
	padding: 2.5rem 1.25rem 4.125rem;
}

.p-contact-form_title-wrap {
	-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;
}

.p-contact-form_title-wrap::before {
	background: #7CB0E2 url(../images/common/job-description.png) no-repeat center/cover;
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	content: "";
	display: block;
	height: 56.73px;
	height: 3.545625rem;
	margin-bottom: 18px;
	margin-bottom: 1.125rem;
	min-width: 56.73px;
	min-width: 3.545625rem;
	width: 56.73px;
	width: 3.545625rem;
}

.p-contact-form_title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #48729a;
	border-radius: 0.6875rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 17px;
	font-size: 1.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.4615;
	max-width: 250px;
	max-width: 15.625rem;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	position: relative;
}

.p-contact-form_title::before {
	border: 3px solid transparent;
	border: 0.1875rem solid transparent;
	border-bottom: 8px solid #48729a;
	border-bottom: 0.5rem solid #48729a;
	content: "";
	left: 50%;
	position: absolute;
	top: -8px;
	top: -0.5rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-contact-form_read {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.8461538;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-contact-form_field {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-contact-form_field label {
	color: #48729a;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
}

.p-contact-form_field input,
.p-contact-form_field textarea {
	background: #fff;
	border: 1px solid #888;
	padding: 3px 5px;
	padding: 0.1875rem 0.3125rem;
	width: 100%;
}

.p-contact-form_field input {
	height: 40px;
	height: 2.5rem;
}

.p-contact-form_field textarea {
	height: 180px;
	height: 11.25rem;
}

.p-contact-form_privacypolicy {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-contact-form_privacypolicy .p-contact-form_privacypolicy-title {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.8461538;
	text-decoration: none;
}

.p-contact-form_privacypolicy a,
.p-contact-form_privacypolicy label {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
}

.p-contact-form_privacypolicy a {
	margin-top: 10px;
	margin-top: 0.625rem;
	text-decoration: underline;
}

.p-contact-form_privacypolicy label {
	-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;
}

.p-contact-form_privacypolicy input {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	background: #fff;
	border: 1px solid #888;
	display: block;
	margin-left: 0;
	width: 16px;
	width: 1rem;
}

.p-contact-form_submit {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-contact-form_submit input {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 48px;
	padding-left: 3rem;
	padding-right: 48px;
	padding-right: 3rem;
}

.p-contact-form_end-message {
	color: #E3AAAA;
	display: none;
	font-size: 10px;
	font-size: 0.625rem;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-contact-form_false-message {
	display: none;
}

.p-contact-form_recaptha {
	margin: 20px auto 0;
	margin: 1.25rem auto 0;
	width: 250px;
	width: 15.625rem;
}

.p-contact-houshin {
	background-color: #F0F0F0;
	border-radius: 0px 0px 30px 30px;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-contact-houshin_title {
	color: #444;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.0125em;
	position: relative;
	text-align: center;
}

.p-contact-houshin_title::after {
	background-color: #E3AAAA;
	bottom: -10px;
	bottom: -0.625rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	width: 1.875rem;
}

.p-contact-houshin_list {
	border-bottom: 1px solid #444;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-top: 20px;
	padding-top: 1.25rem;
}

.p-contact-houshin_list:first-child {
	padding-top: 0;
}

.p-contact-houshin_list:last-child {
	border: none;
}

.p-housin_mt94 {
	margin-top: 94px;
	margin-top: 5.875rem;
}

.p-housin_mt50 {
	margin-top: 50px;
	margin-top: 3.125rem;
}

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

.p-housin_mt20 {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-housin_mt10 {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-contact-privacy_topFV_img {
	position: relative;
	width: 100%;
}

.p-contact-privacy_topFV_img::before {
	content: "";
	display: block;
	padding-top: 40%;
}

.p-contact-privacy_topFV_img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-contact-recruit {
	background-color: #F0F0F0;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.p-contact-recruit_box {
	background-color: #fff;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	padding-top: 40px;
	padding-top: 2.5rem;
	position: relative;
}

.p-contact--recruit_subtitle {
	color: #E3AAAA;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.055em;
	text-align: center;
}

.p-contact--recruit_title {
	color: #444;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 6px;
	margin-top: 0.375rem;
	text-align: center;
}

.p-contact-recruit_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.846;
	margin-top: 31px;
	margin-top: 1.9375rem;
}

.p-contact-recruit_bar {
	background-color: #F0F0F0;
	height: 3px;
	height: 0.1875rem;
	margin: 0 calc(50% - 50vw);
	margin-top: 50px;
	margin-top: 3.125rem;
	width: 100vw;
}

.p-contact-recruit_img1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 356px;
	max-width: 22.25rem;
}

.p-contact-recruit_img2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 356px;
	max-width: 22.25rem;
}

.p-contact-recruit_line {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-contact-recruit_line-title {
	color: #E3AAAA;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: center;
}

.p-contact-recruit_line-text,
.p-contact-recruit_indeed-text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.846;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-contact-recruit_line-img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 200px;
	width: 12.5rem;
}

.p-contact-recruit_indeed {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-contact-recruit_indeed-title {
	color: #48729a;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.4;
	text-align: center;
}

.p-contact-recruit_indeed-img2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 200px;
	width: 12.5rem;
}

.p-contact-topFV_img {
	position: relative;
	width: 100%;
}

.p-contact-topFV_img::before {
	content: "";
	display: block;
	padding-top: 40%;
}

.p-contact-topFV_img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-contact-toriatsukai {
	background-color: #F0F0F0;
	border-radius: 0px 0px 30px 30px;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-contact-toriatsukai_title {
	color: #444;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.0125em;
	position: relative;
	text-align: center;
}

.p-contact-toriatsukai_title::after {
	background-color: #E3AAAA;
	bottom: -10px;
	bottom: -0.625rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	width: 1.875rem;
}

.p-contact-toriatsukai_list {
	border-bottom: 1px solid #444;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-top: 20px;
	padding-top: 1.25rem;
}

.p-contact-toriatsukai_list:first-child {
	padding-top: 0;
}

.p-contact-toriatsukai_list:last-child {
	border: none;
}

.p-contact-toriatsukai_list a {
	position: relative;
}

.p-contact-toriatsukai_list a::after {
	background-color: #444;
	bottom: -2px;
	bottom: -0.125rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-toriatsukai_mt94 {
	margin-top: 94px;
	margin-top: 5.875rem;
}

.p-toriatsukai_mt50 {
	margin-top: 50px;
	margin-top: 3.125rem;
}

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

.p-toriatsukai_mt20 {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-toriatsukai_mt10 {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-toriatsukai_mt10-50 {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-contact {
	background-color: #F0F0F0;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 40px;
	padding-top: 2.5rem;
}

/* ==========================================================================================
求人への応募
========================================================================================== */

.p-contact_r-box {
	background-color: #fff;
	padding-bottom: 90px;
	padding-bottom: 5.625rem;
	padding-left: 45px;
	padding-left: 2.8125rem;
	padding-right: 45px;
	padding-right: 2.8125rem;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.p-contact_r-box_subtitle {
	color: #E3AAAA;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.055em;
}

.p-contact_r-box_title {
	color: #444444;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.125em;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-contact_r-box_text {
	color: #444444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	margin-top: 31px;
	margin-top: 1.9375rem;
}

.p-contact_r-box_qr {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-contact_r-box_sinsotsu-head {
	color: #E3AAAA;
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.085em;
	text-align: center;
}

.p-contact_r-box_sinsotsu-qr {
	margin: 0 auto;
	width: 150px;
	width: 9.375rem;
}

.p-contact_r-box_tyuto {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-contact_r-box_tyuto-head {
	color: #48729a;
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.085em;
	text-align: center;
}

.p-contact_r-box_tyuto-qr {
	margin: 0 auto;
	width: 150px;
	width: 9.375rem;
}

/* ==========================================================================================
事業のお問い合わせ
========================================================================================== */

.p-contact_c-box {
	background-color: #fff;
	margin-top: 110px;
	margin-top: 6.875rem;
	padding-bottom: 66px;
	padding-bottom: 4.125rem;
	padding-left: 55px;
	padding-left: 3.4375rem;
	padding-right: 55px;
	padding-right: 3.4375rem;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.p-contact_c-box_subtitle {
	color: #48729a;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.055em;
}

.p-contact_c-box_title {
	color: #444444;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.0125em;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-contact_c-box_text {
	color: #444444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	margin-top: 31px;
	margin-top: 1.9375rem;
}

.p-contact-form {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-contact-form_items {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-contact-form_label {
	color: #48729a;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.055em;
}

.p-contact-form_input {
	border: 1px solid #888888;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 5px;
	padding: 0.3125rem;
	width: 100%;
}

.p-contact-form_privacy-title {
	color: #444444;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-contact-form_privacy-link {
	color: #444444;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.055em;
}

.p-contact-form-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 12px;
	margin-top: 0.75rem;
}

input[type=checkbox].p-contact-form-checkbox {
	border: 1px solid #707070;
	display: block;
	height: 16px;
	height: 1rem;
	width: 16px;
	width: 1rem;
}

.p-contact-form-check-text {
	color: #444444;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.055em;
	line-height: 1.454545;
	margin-left: 5px;
	margin-left: 0.3125rem;
	width: calc(100% - 1rem);
}

.p-contact-form_submit {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-contact-form_submit-btn {
	border: 2px solid #E3AAAA;
	border-radius: 18px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.46153;
	width: 130px;
	width: 8.125rem;
}

.p-drawer {
	background-color: #fff;
	height: 100%;
	left: 0;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	width: 100%;
	z-index: 40;
}

.open.p-drawer {
	display: block;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.p-drawer_head {
	background-color: #E3AAAA;
	padding-bottom: 42px;
	padding-bottom: 2.625rem;
	padding-top: 90px;
	padding-top: 5.625rem;
}

.p-drawer_head-logo {
	display: block;
	margin: 0 auto;
	width: 150px;
	width: 9.375rem;
}

.p-drawer_business-comment {
	background-color: #48729a;
	border-radius: 31px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .1607843137);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .1607843137);
	color: #fff;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.055em;
	line-height: 1.4545;
	margin-left: auto;
	margin-right: auto;
	margin-top: 46px;
	margin-top: 2.875rem;
	max-width: 244px;
	max-width: 15.25rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-top: 10px;
	padding-top: 0.625rem;
	position: relative;
	text-align: center;
}

.p-drawer_business-comment::after {
	border-bottom: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-style: solid;
	border-top: 14px solid #48729a;
	bottom: -9px;
	bottom: -0.5625rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}

.p-drawer_title {
	color: #444;
	font-size: 30px;
	font-size: 1.875rem;
	letter-spacing: 0.06em;
	line-height: 1.46666;
	margin-top: 17px;
	margin-top: 1.0625rem;
	text-align: center;
}

.p-drawer_items-b {
	color: #48729a;
}

.p-drawer_items-r {
	color: #E3AAAA;
}

.p-drawer_items-c {
	color: #888888;
}

.p-drawer_item {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.1em;
	line-height: 1.4615;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-drawer_item span {
	font-size: 10px;
	font-size: 0.625rem;
}

.p-drawer_recruit {
	margin-top: 38px;
	margin-top: 2.375rem;
}

.p-drawer_recruit_comment {
	background-color: #E3AAAA;
	border-radius: 31px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .1607843137);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .1607843137);
	color: #fff;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.055em;
	line-height: 1.4545;
	margin-left: auto;
	margin-right: auto;
	max-width: 244px;
	max-width: 15.25rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-top: 10px;
	padding-top: 0.625rem;
	position: relative;
	text-align: center;
}

.p-drawer_recruit_comment::after {
	border-bottom: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-style: solid;
	border-top: 14px solid #E3AAAA;
	bottom: -9px;
	bottom: -0.5625rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}

.p-drawer_company {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-drawer_evandblog {
	display: block;
	margin-top: 56px;
	margin-top: 3.5rem;
	text-align: center;
}

.p-drawer_ccontact {
	display: block;
	margin-top: 32px;
	margin-top: 2rem;
	text-align: center;
}

.p-drawer_sns {
	margin-bottom: 273px;
	margin-bottom: 17.0625rem;
	margin-top: 68px;
	margin-top: 4.25rem;
}

.p-drawer_sns ul {
	-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;
}

.p-drawer_sns-list {
	height: 42px;
	height: 2.625rem;
	margin-left: 10px;
	margin-left: 0.625rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	width: 42px;
	width: 2.625rem;
}

.p-drawer_sns-list a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: inherit;
}

.p-drawer_sns-list a img {
	width: 30px;
	width: 1.875rem;
}

.p-employee-interview {
	background: #fff;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 117px;
	padding-top: 7.3125rem;
}

.p-employee-interview_inner {
	padding-left: 30px;
	padding-left: 1.875rem;
	padding-right: 30px;
	padding-right: 1.875rem;
}

.p-employee-interview_title {
	color: #444;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-employee-interview_subtitle {
	color: #E3AAAA;
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.05em;
	margin-top: 11px;
	margin-top: 0.6875rem;
	text-align: center;
}

.p-employee-interview_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	margin-top: 36px;
	margin-top: 2.25rem;
	text-align: center;
}

.p-employee-interview_lists {
	-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;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-employee-interview_lists li {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-employee-interview_lists li:first-child {
	margin-top: 0;
}

.p-employee-interview_btn {
	margin-top: 53px;
	margin-top: 3.3125rem;
	text-align: center;
}

.p-employee-interview_btn a {
	background-color: rgba(252, 252, 252, .2);
	border: 2px solid #E3AAAA;
	color: #444;
}

.p-employee-interview_cards {
	-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;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-employee-interview_cards li {
	width: 100%;
}

.p-employee-interview_cards li + li {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-employee-interview_cards .c-card {
	height: 97.8vw;
	margin-left: auto;
	margin-right: auto;
	max-height: 630px;
	max-height: 39.375rem;
	max-width: none;
	width: 88.2%;
}

.p-evendblog_one-card {
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-evendblog_one-card_wrap {
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
}

.p-evendblog_one-card_content {
	margin-left: auto;
	margin-right: auto;
	max-width: 278px;
	max-width: 17.375rem;
	width: 100%;
}

.p-evendblog_one-card_button {
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

.p-evendblog_one-card_button a {
	background-color: rgba(252, 252, 252, .2);
	border: 2px solid #E3AAAA;
	color: #E3AAAA;
}

.p-evendblog_one-card_button a:hover {
	background-color: rgba(227, 170, 170, .1);
}

.p-evendblog_one-card_button a {
	padding: 2px 40px;
}

.p-evendblog_two-card {
	margin-top: 37px;
	margin-top: 2.3125rem;
}

.p-evendblog_two-card_wrap {
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
}

.p-evendblog_two-card_contents {
	gap: 30px;
	gap: 1.875rem;
	display: grid;
}

.p-evendblog_two-card_content {
	margin-left: auto;
	margin-right: auto;
	max-width: 278px;
	max-width: 17.375rem;
	width: 100%;
}

.p-evendblog_two-card_button {
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

.p-evendblog_two-card_button a {
	background-color: rgba(252, 252, 252, .2);
	border: 2px solid #E3AAAA;
	color: #E3AAAA;
	padding: 5px 73px;
	padding: 0.3125rem 4.5625rem;
}

.p-evendblog_two-card_button a:hover {
	background-color: rgba(45, 172, 122, .1);
}

.p-footer {
	background-color: #fff;
	margin-top: -1px;
	margin-top: -0.0625rem;
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 33px;
	padding-top: 2.0625rem;
	position: relative;
	z-index: 1;
}

.close.p-footer {
	display: none;
}

.p-footer_logo {
	margin-left: auto;
	margin-right: auto;
	width: 53px;
	width: 3.3125rem;
}

.p-footer_lists {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.47058;
	margin-left: auto;
	margin-right: auto;
	margin-top: 54px;
	margin-top: 3.375rem;
	width: 74%;
}

.p-footer_list {
	border-bottom: 1px solid #888888;
	display: block;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-left: 14px;
	padding-left: 0.875rem;
	padding-right: 14px;
	padding-right: 0.875rem;
	padding-top: 10px;
	padding-top: 0.625rem;
	width: 100%;
}

.p-footer_accordion {
	border-bottom: 1px solid #888888;
	width: 100%;
}

.p-footer_flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-left: 14px;
	padding-left: 0.875rem;
	padding-right: 14px;
	padding-right: 0.875rem;
	padding-top: 10px;
	padding-top: 0.625rem;
}

.p-footer_bodernone {
	border: none;
}

.p-footer_toggle {
	height: 15px;
	height: 0.9375rem;
	margin-left: auto;
	position: relative;
	width: 15px;
	width: 0.9375rem;
}

.p-footer_bar1 {
	background-color: #707070;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 15px;
	width: 0.9375rem;
}

.p-footer_bar2 {
	background-color: #707070;
	content: "";
	height: 15px;
	height: 0.9375rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 1px;
	width: 0.0625rem;
}

.js-footer_bar2.js-open {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.p-footer_links {
	display: none;
}

.p-footer_links-business {
	color: #48729a;
}

.p-footer_links-recruit {
	color: #E3AAAA;
}

.p-footer_links-company {
	color: #888888;
}

.js-footer_links.js-open {
	display: block;
}

.p-footer_link {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-left: 14px;
	padding-left: 0.875rem;
	padding-right: 14px;
	padding-right: 0.875rem;
	padding-top: 10px;
	padding-top: 0.625rem;
}

.p-footer_privacy-wrap {
	margin-top: 90px;
	margin-top: 5.625rem;
}

.p-footer_privacy {
	color: #888888;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.13em;
	line-height: 1.46153;
	text-align: center;
}

.p-footer_privacy2 {
	color: #888888;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.13em;
	line-height: 1.46153;
	margin-top: 11px;
	margin-top: 0.6875rem;
	text-align: center;
}

.p-footer_copy {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.055em;
	line-height: 1.4545;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-fukuoka-bpo {
	background-color: #E3E3E3;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-header {
	display: none;
}

.p-header_logo {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	width: 12.5rem;
}

.p-header_nav {
	margin-top: 170px;
	margin-top: 10.625rem;
}

.p-header_nav-lists {
	-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;
}

.p-header_nav-list {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-header_nav-list:first-child {
	margin-top: 0;
}

.p-header_nav-link {
	color: #fff;
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	padding: 5px 18px;
	padding: 0.3125rem 1.125rem;
	text-align: center;
}

.p-header_nav-link:hover {
	background-color: rgba(0, 0, 0, .1);
	border-radius: 0.625rem;
}

.p-header-under_lists {
	background-color: rgba(0, 0, 0, .1);
	border-radius: 0.625rem;
	position: relative;
	text-align: center;
	width: 180px;
	width: 11.25rem;
}

.p-header-under_lists::before {
	border-color: transparent transparent rgba(0, 0, 0, .1) transparent;
	border-style: solid;
	border-width: 0 8px 13px 8px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: -6px;
	top: -0.375rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0;
}

.p-header-under_wrap {
	display: none;
}

.p-header-under_link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	height: 52px;
	height: 3.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 1.3px;
	line-height: 1.5;
}

.p-header-under_link:hover {
	background-color: rgba(0, 0, 0, .2);
}

li:first-child .p-header-under_link:hover {
	border-top-left-radius: 10px;
	border-top-left-radius: 0.625rem;
	border-top-right-radius: 10px;
	border-top-right-radius: 0.625rem;
}

li:last-child .p-header-under_link:hover {
	border-bottom-left-radius: 10px;
	border-bottom-left-radius: 0.625rem;
	border-bottom-right-radius: 10px;
	border-bottom-right-radius: 0.625rem;
}

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

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

.p-header_sns-list {
	margin-left: 10px;
	margin-left: 0.625rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	width: 40px;
	width: 2.5rem;
}

.p-header_sns-link {
	display: block;
}

.p-header_sns-link:hover {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="4" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, .1)) drop-shadow(-3px 3px 0px rgba(0, 0, 0, .1)) drop-shadow(3px -3px 0px rgba(0, 0, 0, .1)) drop-shadow(-3px -3px 0px rgba(0, 0, 0, .1));
	filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, .1)) drop-shadow(-3px 3px 0px rgba(0, 0, 0, .1)) drop-shadow(3px -3px 0px rgba(0, 0, 0, .1)) drop-shadow(-3px -3px 0px rgba(0, 0, 0, .1));
}

.p-jinzai-blog {
	background-color: #F0F0F0;
	padding-top: 64px;
	padding-top: 4rem;
}

.p-jinzai-bunya {
	background-color: #F0F0F0;
	padding-bottom: 98px;
	padding-bottom: 6.125rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-jinzai-bunya_title {
	color: #48729a;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.0125em;
	position: relative;
	text-align: center;
}

.p-jinzai-bunya_title::after {
	background-color: #48729a;
	bottom: -8px;
	bottom: -0.5rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	width: 1.875rem;
}

.p-jinzai-bunya_wrap {
	-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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-jinzai-bunya_item {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-jinzai-bunya_item:first-child {
	margin-top: 0;
}

.p-jinzai-bunya_item img {
	display: block;
	margin: 0 auto;
	width: 125px;
	width: 7.8125rem;
}

.p-jinzai-bunya_text {
	color: #444;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	margin-top: 3px;
	margin-top: 0.1875rem;
	text-align: center;
}

.p-jinzai-head {
	background-color: #F0F0F0;
}

.p-jinzai-head_box-wrap {
	overflow: hidden;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	position: relative;
}

.p-jinzai-head_box {
	background-color: #fff;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="1" dy="6" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.4)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, .4));
	filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, .4));
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding-bottom: 44px;
	padding-bottom: 2.75rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	padding-top: 57px;
	padding-top: 3.5625rem;
	position: relative;
}

.p-jinzai-head_box::after {
	border-bottom: 0;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-style: solid;
	border-top: 80px solid #fff;
	bottom: -40px;
	bottom: -2.5rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}

.p-jinzai-head_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.846;
	text-align: justify;
}

.p-jinzai-head_ippan {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-jinzai-head_ippan-name {
	border: 1px solid #888888;
	border-radius: 15px;
	color: #444;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	height: 30px;
	height: 1.875rem;
	letter-spacing: 0.015em;
	line-height: 30px;
	line-height: 1.875rem;
	margin: 0 auto;
	text-align: center;
	width: 200px;
	width: 12.5rem;
}

.p-jinzai-head_ippan-img {
	margin-left: auto;
	margin-right: auto;
	max-width: 370px;
	max-width: 23.125rem;
	padding-left: 9px;
	padding-left: 0.5625rem;
	padding-top: 13px;
	padding-top: 0.8125rem;
	width: 71%;
}

.p-jinzai-head_evand {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-jinzai-head_evand-name {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #E3AAAA;
	border-radius: 15px;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	height: 1.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	width: 200px;
	width: 12.5rem;
}

.p-jinzai-head_evand-name img {
	width: 58px;
	width: 3.625rem;
}

.p-jinzai-head_evand-img {
	margin-left: auto;
	margin-right: auto;
	max-width: 370px;
	max-width: 23.125rem;
	padding-left: 31px;
	padding-left: 1.9375rem;
	padding-top: 17px;
	padding-top: 1.0625rem;
	width: 81%;
}

.p-jinzai-head_bluebox {
	background-color: #74A7D8;
	border-radius: 0px 0px 10px 10px;
	margin-top: -50px;
	margin-top: -3.125rem;
	padding-bottom: 49px;
	padding-bottom: 3.0625rem;
	padding-left: 34px;
	padding-left: 2.125rem;
	padding-right: 40px;
	padding-right: 2.5rem;
	padding-top: 52px;
	padding-top: 3.25rem;
}

.p-jinzai-head_bluebox-text {
	color: #fff;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.48;
	text-align: center;
}

.p-jinzai-contents {
	background-color: #F0F0F0;
}

.p-jinzai1_img1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 432px;
	max-width: 27rem;
	width: 81%;
}

.p-jinzai1_text1 {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-jinzai1_img2 {
	margin-top: 97px;
	margin-top: 6.0625rem;
	position: relative;
	width: 100%;
}

.p-jinzai1_img2::before {
	content: "";
	display: block;
	padding-top: 43.8%;
}

.p-jinzai1_img2 img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-jinzai1_follow {
	border: 1px solid #E3AAAA;
	border-radius: 30px;
	color: #E3AAAA;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: -0.2px;
	letter-spacing: -0.0125rem;
	line-height: 1.3333;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-top: 6.25rem;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	padding-left: 27px;
	padding-left: 1.6875rem;
	padding-right: 27px;
	padding-right: 1.6875rem;
	padding-top: 9px;
	padding-top: 0.5625rem;
	text-align: center;
	width: 302px;
	width: 18.875rem;
}

.p-jinzai1_text2 {
	margin-top: 92px;
	margin-top: 5.75rem;
}

.p-jinzai_course {
	border: 1px solid #E3AAAA;
	border-radius: 30px;
	color: #E3AAAA;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 1.3333;
	margin-left: auto;
	margin-right: auto;
	margin-top: 46px;
	margin-top: 2.875rem;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	padding-top: 8px;
	padding-top: 0.5rem;
	text-align: center;
	width: 302px;
	width: 18.875rem;
}

.p-jinzai1_img3 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 21px;
	margin-top: 1.3125rem;
	max-width: 360px;
	max-width: 22.5rem;
	width: 81%;
}

.p-jinzai1_img4 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 432px;
	max-width: 27rem;
	width: 81%;
}

.p-jinzai2-wrap {
	background-color: #F0F0F0;
}

.p-jinzai2-box1 {
	background-color: #fff;
	border-radius: 0px 0px 10px 10px;
	overflow: hidden;
}

.p-jinzai2_text1 {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-jinzai2_img1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 432px;
	max-width: 27rem;
	padding-right: 24px;
	padding-right: 1.5rem;
	width: 88%;
}

.p-jinzai2_img2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	max-width: 432px;
	max-width: 27rem;
	padding-left: 10px;
	width: 85%;
}

.p-jinzai2_shadow {
	background-color: #fff;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="1" dy="6" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.4)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, .4));
	filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, .4));
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding-bottom: 57px;
	padding-bottom: 3.5625rem;
	position: relative;
}

.p-jinzai2_shadow::after {
	border-bottom: 0;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-style: solid;
	border-top: 80px solid #fff;
	bottom: -40px;
	bottom: -2.5rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}

.p-jinzai2_bluebox {
	background-color: #74A7D8;
	border-radius: 0px 0px 10px 10px;
	margin-top: -40px;
	margin-top: -2.5rem;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-left: 23px;
	padding-left: 1.4375rem;
	padding-right: 40px;
	padding-right: 2.5rem;
	padding-top: 65px;
	padding-top: 4.0625rem;
}

.p-jinzai2_text2 {
	color: #fff;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.48;
	text-align: center;
}

.p-jinzai2-box2 {
	background-color: #fff;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding-top: 48px;
	padding-top: 3rem;
}

.p-jinzai2_img3 {
	margin-top: 46px;
	margin-top: 2.875rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	width: 100%;
}

.p-jinzai3_title {
	color: #444;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.0075em;
	line-height: 1.4;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	text-align: center;
}

.p-jinzai3_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	margin-top: 46px;
	margin-top: 2.875rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	text-align: justify;
}

.p-jinzai3_img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 430px;
	max-width: 26.875rem;
	width: 88%;
}

.p-jinzai4_text {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-job-description {
	background: #F0F0F0;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 90px;
	padding-top: 5.625rem;
}

.p-job-description.u-green,
.p-job-description.u-blue {
	color: #444;
}

.p-job-description_inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding-left: 35px;
	padding-left: 2.1875rem;
	padding-right: 35px;
	padding-right: 2.1875rem;
	width: 100%;
}

.p-job-description_title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #444444;
	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: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.p-job-description_title::after {
	content: "";
	display: block;
	height: 3px;
	height: 0.1875rem;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	width: 30px;
	width: 1.875rem;
}

.p-job-description.u-green .p-job-description_title::after,
.p-job-description.u-green .p-job-description_term span,
.p-job-description.u-green .p-job-description_text {
	background: #E3AAAA;
}

.p-job-description.u-blue .p-job-description_title::after,
.p-job-description.u-blue .p-job-description_term span,
.p-job-description.u-blue .p-job-description_text {
	background: #48729a;
}

.p-job-description_list {
	margin-top: 62px;
	margin-top: 3.875rem;
}

.p-job-description_term {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.05em;
	margin-top: 46px;
	margin-top: 2.875rem;
	position: relative;
}

.p-job-description_term span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0.6875rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin-left: 16px;
	margin-left: 1rem;
	padding: 0 12px;
	padding: 0 0.75rem;
	position: relative;
	top: 2px;
	top: 0.125rem;
}

.p-job-description_term span::before {
	border: 3px solid transparent;
	border: 0.1875rem solid transparent;
	border-right: 8px solid;
	border-right: 0.5rem solid;
	content: "";
	left: -8px;
	left: -0.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-job-description.u-green .p-job-description_term span::before {
	border-right-color: #E3AAAA;
}

.p-job-description.u-blue .p-job-description_term span::before {
	border-right-color: #48729a;
}

.p-job-description.u-green .p-job-description_term {
	color: #E3AAAA;
}

.p-job-description.u-blue .p-job-description_term {
	color: #48729a;
}

.p-job-description_description {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.p-job-description_description > ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-job-description_description > ul li::before {
	content: "・";
}

.p-job-description_description span {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.454545;
}

.p-job-description_box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-job-description_career-text {
	background: #48729a;
	border-radius: 0.6875rem;
	color: #fff;
	display: inline-block;
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin-top: 14px;
	margin-top: 0.875rem;
	padding: 0 11px;
	padding: 0 0.6875rem;
}

.p-job-description_box::after {
	background: url(../images/common/job-description.png) no-repeat center/cover;
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	content: "";
	display: block;
	height: 56.73px;
	height: 3.545625rem;
	margin-left: 12px;
	margin-left: 0.75rem;
	min-width: 56.73px;
	min-width: 3.545625rem;
	width: 56.73px;
	width: 3.545625rem;
}

.p-job-description.u-green .p-job-description_box::after {
	background-color: #96D5BC;
}

.p-job-description.u-blue .p-job-description_box::after {
	background-color: #7CB0E2;
}

.p-job-description_text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0.6875rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.1em;
	line-height: 1.4615;
	max-width: 234px;
	max-width: 14.625rem;
	padding: 6px 7px 6px 12px;
	padding: 0.375rem 0.4375rem 0.375rem 0.75rem;
	position: relative;
}

.p-job-description_text::after {
	border: 3px solid transparent;
	border: 0.1875rem solid transparent;
	border-left: 8px solid;
	border-left: 0.5rem solid;
	content: "";
	position: absolute;
	right: -8px;
	right: -0.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-job-description.u-green .p-job-description_text::after {
	border-left-color: #E3AAAA;
}

.p-job-description.u-blue .p-job-description_text::after {
	border-left-color: #48729a;
}

.p-job-description_base {
	margin-top: 60px;
	margin-top: 3.75rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
}

.p-job-description_description-img {
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.p-job-description .p-job-description_base .slick-list {
	overflow: visible;
	-webkit-transform: translateX(-2px);
	transform: translateX(-2px);
}

.p-kagayaku {
	background-color: #F0F0F0;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.p-kagayaku_box {
	background-color: #fff;
	border-bottom-left-radius: 1000px 1300px;
	border-bottom-right-radius: 1000px 1300px;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .3); /* 影 */
	margin-left: -200px;
	margin-right: -200px;
	padding-bottom: 121px;
	padding-bottom: 7.5625rem;
	padding-left: 200px;
	padding-right: 200px;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-kagayaku_title {
	color: #444;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.0125em;
	position: relative;
	text-align: center;
}

.p-kagayaku_title::after {
	background-color: #ed7070;
	bottom: -15px;
	bottom: -0.9375rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	width: 1.875rem;
}

.p-kagayaku_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-kagayku_text2 {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	margin-top: 34px;
	margin-top: 2.125rem;
	padding-left: 34px;
	padding-left: 2.125rem;
	padding-right: 34px;
	padding-right: 2.125rem;
	text-align: center;
}

.p-kagayaku_flex {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-kagayaku_svg {
	width: 357px;
	width: 22.3125rem;
}

.p-main-contents {
	overflow: hidden;
}

.close.p-main-contents {
	display: none;
}

.p-main {
	background-color: #E3AAAA;
	position: relative;
	z-index: 1;
}

.p-newsrelease {
	background-color: #F0F0F0;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-newsrelease-inner {
	padding-left: 32px;
	padding-left: 2rem;
	padding-right: 32px;
	padding-right: 2rem;
}

.p-newsrelease_title {
	color: #48729a;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.125em;
	position: relative;
	text-align: center;
}

.p-newsrelease_title::after {
	background-color: #48729a;
	bottom: -10px;
	bottom: -0.625rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	width: 1.875rem;
}

.p-newsrelease_box {
	margin-top: 53px;
	margin-top: 3.3125rem;
}

.p-newsrelease_box ul li {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-newsrelease_box ul li:first-child {
	margin-top: 14px;
	margin-top: 0.875rem;
}

.p-newsrelease_link {
	border-bottom: 1px solid #444;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	max-width: 31.25rem;
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
}

.p-newsrelease_link time {
	color: #888888;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.055em;
}

.p-newsrelease_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.5;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-newsrelease_link span {
	color: #48729a;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.13em;
	margin-top: 8px;
	margin-top: 0.5rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	position: relative;
	text-align: end;
}

.p-newsrelease_link span::after {
	background: url(../images/common/arrow-release.png) no-repeat center center/contain;
	content: "";
	height: 10px;
	height: 0.625rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	width: 0.375rem;
}

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

.p-newsrelease_btn a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(255, 255, 255, .2);
	border: 2px solid #48729a;
	border-radius: 1.125rem;
	color: #48729a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 26px;
	height: 1.625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.13em;
	margin-left: auto;
	margin-right: auto;
	width: 130px;
	width: 8.125rem;
}

.p-numbers-list {
	background: #F0F0F0;
}

.p-numbers-list_list {
	counter-reset: counter;
}

.p-numbers-list_list li + li {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-numbers-list_kv-wrap {
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
}

.p-numbers-list_kv {
	position: relative;
	width: 100%;
}

.p-numbers-list_kv::before {
	content: "";
	display: block;
	padding-top: 43.85%;
}

.p-numbers-list_kv::after {
	bottom: -0.11em;
	color: #fff;
	content: counter(counter);
	counter-increment: counter;
	font-family: "Barlow", sans-serif;
	font-size: 120px;
	font-size: 7.5rem;
	left: 25px;
	left: 1.5625rem;
	line-height: 1;
	position: absolute;
}

.p-numbers-list_kv img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-numbers-list_box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 20px;
	padding-top: 1.25rem;
}

.p-numbers-list_title {
	color: #444;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.48;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
	text-align: center;
}

.p-numbers-list_imgs {
	margin-left: auto;
	margin-right: auto;
	max-width: 432px;
	max-width: 27rem;
	width: 88%;
}

.p-numbers-list_img + .p-numbers-list_img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-numbers {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #F0F0F0), to(#F0F0F0));
	background: linear-gradient(to bottom, #fff 0%, #fff 50%, #F0F0F0 50%, #F0F0F0 100%);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 520px;
	height: 32.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.p-company-numbers .p-numbers {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #F0F0F0), to(#F0F0F0));
	background: linear-gradient(to bottom, transparent 0%, transparent 50%, #F0F0F0 50%, #F0F0F0 100%);
	margin-top: -230px;
	margin-top: -14.375rem;
}

.p-numbers::before {
	background-color: #48729a;
	border-radius: 50%;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
	content: "";
	height: 500px;
	height: 31.25rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 500px;
	width: 31.25rem;
}

.p-numbers_inner {
	margin-top: 22px;
	margin-top: 1.375rem;
	padding-left: 35px;
	padding-left: 2.1875rem;
	padding-right: 35px;
	padding-right: 2.1875rem;
	position: relative;
}

.p-numbers_title {
	color: #fff;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-numbers_text {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-numbers_img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-top: 0.625rem;
	position: relative;
	width: 171.36px;
	width: 10.71rem;
}

.p-numbers_img::before {
	content: "";
	display: block;
	padding-top: 57.2%;
}

.p-numbers_img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-numbers_button {
	margin-top: 47px;
	margin-top: 2.9375rem;
	text-align: center;
}

.p-numbers_button a {
	padding: 2px 39px;
	padding: 0.125rem 2.4375rem;
}

.p-overview-base {
	overflow: hidden;
}

.p-overview-box {
	background: #F0F0F0;
	position: relative;
}

.p-overview-base_map {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-overview-base_title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #444;
	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: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.p-overview-base_title::after {
	background: #E3AAAA;
	content: "";
	display: block;
	height: 3px;
	height: 0.1875rem;
	width: 30px;
	width: 1.875rem;
}

.p-overview-base_img {
	margin-top: 55px;
	margin-top: 3.4375rem;
}

.p-overview-base_circle {
	background-color: #e3e3e3;
}

.p-overview {
	background: #F0F0F0;
}

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

.p-overview_list {
	background: #fff;
	padding: 0 20px 50px;
	padding: 0 1.25rem 3.125rem;
}

.p-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-top: 6.25rem;
	max-width: 278px;
	max-width: 17.375rem;
	text-align: center;
	width: 100%;
}

.page-numbers {
	border: 2px solid #E3AAAA;
	border-radius: 18px;
	color: #444;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 26px;
	height: 1.625rem;
	margin-right: 5px;
	margin-right: 0.3125rem;
	width: 26px;
	width: 1.625rem;
}

.current {
	background-color: #E3AAAA;
	color: #fff;
}

.prev {
	background: url(../images/common/arrow-prev.png) no-repeat center center/contain;
	background-size: 0.8125rem;
	margin-right: 25px;
	margin-right: 1.5625rem;
	width: 45px;
	width: 2.8125rem;
}

.next {
	background: url(../images/common/arrow-next.png) no-repeat center center/contain;
	background-size: 0.8125rem;
	margin-left: 25px;
	margin-left: 1.5625rem;
	width: 45px;
	width: 2.8125rem;
}

.dots {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 26px;
	height: 1.625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 5px;
	margin-right: 0.3125rem;
	width: 26px;
	width: 1.625rem;
}

.p-pc-rightfixed {
	display: none;
}

.p-PC-rightfixed_business,
.p-PC-rightfixed_recruit,
.p-PC-rightfixed_office,
.p-PC-rightfixed_recruit2 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	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: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	height: 105px;
	height: 6.5625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.15em;
	line-height: 1.5;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 200px;
	width: 12.5rem;
}

.p-PC-rightfixed_business span,
.p-PC-rightfixed_recruit span,
.p-PC-rightfixed_office span,
.p-PC-rightfixed_recruit2 span {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
}

.p-PC-rightfixed_link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	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: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
	width: 200px;
	width: 12.5rem;
}

.p-PC-rightfixed_link:hover {
	opacity: 1;
}

.p-PC-rightfixed_link span {
	display: inline-block;
	padding: 2px 10px;
	padding: 0.125rem 0.625rem;
}

.p-PC-rightfixed_link:hover span {
	background-color: #48729a;
	border-radius: 0.625rem;
	display: inline-block;
	padding: 2px 10px;
	padding: 0.125rem 0.625rem;
}

.p-PC-rightfixed_sub {
	font-size: 12px;
	font-size: 0.75rem;
}

.p-PC-rightfixed_recruit-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	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;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
	width: 200px;
	width: 12.5rem;
}

.p-PC-rightfixed_recruit-link span {
	background-color: #fff;
	border-radius: 0.3125rem;
	display: inline-block;
	padding: 3px 38px;
	padding: 0.1875rem 2.375rem;
}

.p-PC-rightfixed_recruit-lists {
	background-color: #f6cccc;
	padding-bottom: 23px;
	padding-bottom: 1.4375rem;
	padding-top: 25px;
	padding-top: 1.5625rem;
}

.p-PC-rightfixed_recruit-lists li + li {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-PC-rightfixed_recruit-link:hover span {
	opacity: 0.8;
}

.p-PC-rightfixed_business {
	background-color: #48729a;
}

.p-PC-rightfixed_recruit {
	background-color: #ed7070;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-PC-rightfixed_business-lists {
	background-color: #3A5976;
}

.p-PC-rightfixed_office {
	background-color: #2B8360;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-PC-rightfixed_office-lists {
	background-color: #2B8360;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
}

.p-PC-rightfixed_office-lists li {
	width: 200px;
	width: 12.5rem;
}

.p-PC-rightfixed_office-lists li + li {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-PC-rightfixed_office-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #E3AAAA;
	border-radius: 0.3125rem;
	color: #fff;
	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: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	height: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	margin-left: auto;
	margin-right: auto;
	padding: 7.2px;
	padding: 0.45rem;
	text-align: center;
	width: 85%;
}

.p-PC-rightfixed_recruit2 {
	background-color: #ed7070;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-PC-rightfixed_recruit2:hover {
	background-color: #CB6335;
	opacity: 1;
}

.p-PC-rightfixed_recruit2-lists {
	background-color: #f6cccc;
	padding-bottom: 23px;
	padding-bottom: 1.4375rem;
	padding-top: 18px;
	padding-top: 1.125rem;
	position: relative;
}

.p-PC-rightfixed_recruit2-lists li {
	width: 200px;
	width: 12.5rem;
}

.p-PC-rightfixed_recruit2-lists li + li {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-PC-rightfixed_recruit2-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 0.3125rem;
	color: #fff;
	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;
	font-weight: bold;
	height: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-top: 0.3125rem;
	padding: 3px;
	padding: 0.1875rem;
	position: relative;
	text-align: center;
	width: 73%;
	z-index: 1;
}

.p-PC-rightfixed_recruit2-link2 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.012em;
	line-height: 1.41666;
}

.p-PC-rightfixed_recruit2-link2 span {
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
}

.p-PC-rightfixed_recruit2-link2:hover span {
	background-color: rgba(0, 0, 0, .1);
	border-radius: 0.625rem;
}

.p-placement-blog {
	background-color: #f0f0f0;
	border-radius: 0px 0px 30px 30px;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-recruit-career {
	background-color: #F0F0F0;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-recruit-career_box {
	background-color: #fff;
	margin-top: 70px;
	margin-top: 4.375rem;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-recruit-career_lists li + li {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-recruit-career_name {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 22px;
	height: 1.375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.013em;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	width: 15.625rem;
}

.p-recruit-career_name-01 {
	background-color: #E3AAAA;
}

.p-recruit-career_name-02 {
	background-color: #48729a;
}

.p-recruit-career_name-03 {
	background-color: #ed7070;
}

.p-recruit-career_lead {
	color: #444;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.075em;
	line-height: 1.4;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-recruit-career_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	margin-top: 31px;
	margin-top: 1.9375rem;
}

.p-recruit-career_course {
	border: 1px solid #E3AAAA;
	border-radius: 30px;
	color: #E3AAAA;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 1.3333;
	margin-left: auto;
	margin-right: auto;
	margin-top: 46px;
	margin-top: 2.875rem;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	padding-top: 8px;
	padding-top: 0.5rem;
	text-align: center;
	width: 302px;
	width: 18.875rem;
}

.p-recruit-career_img-01 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 432px;
	max-width: 27rem;
	width: 81%;
}

.p-recruit-career_img-02 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 401px;
	max-width: 25.0625rem;
	width: 92%;
}

.p-recruit-career_img-03 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 432px;
	max-width: 27rem;
	width: 81%;
}

.p-recruit-friend {
	background-color: #F0F0F0;
	padding-top: 88px;
	padding-top: 5.5rem;
}

.p-recruit-friend_lead {
	color: #444;
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.085em;
	line-height: 1.235;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-recruit-friend_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-recruit-friend_img {
	margin-top: 50px;
	margin-top: 3.125rem;
	position: relative;
	width: 100%;
}

.p-recruit-friend_img::before {
	content: "";
	display: block;
	padding-top: 53.1%;
}

.p-recruit-friend_img > img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-recruit-hataraku_wrap {
	background-color: #F0F0F0;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.p-recruit-hataraku {
	background-color: #fff;
	border-bottom-left-radius: 1200px 1300px;
	border-bottom-right-radius: 1200px 1300px;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .3); /* 影 */
	margin-left: -200px;
	margin-right: -200px;
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
	padding-left: 200px;
	padding-right: 200px;
	padding-top: 59px;
	padding-top: 3.6875rem;
}

.p-recruit-hataraku_title {
	color: #444;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.0125em;
	line-height: 1.23333;
	padding-right: 28px;
	padding-right: 1.75rem;
	text-align: center;
}

.p-recruit-hataraku_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

.p-recruit-interview {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 136px;
	padding-top: 8.5rem;
}

.p-recruit-saiyou {
	background-image: -webkit-gradient(linear, left top, right top, from(#E3AAAA), color-stop(81.07%, #E3AAAA), color-stop(81.07%, transparent), to(transparent));
	background-image: linear-gradient(to right, #E3AAAA 0%, #E3AAAA 81.07%, transparent 81.07%, transparent 100%);
	color: #fff;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-recruit-saiyou-01 {
	background-color: #fff;
}

.p-recruit-saiyou-02 {
	background-color: #F0F0F0;
}

.p-recruit-saiyou_box + .p-recruit-saiyou_box {
	margin-top: 68px;
	margin-top: 4.25rem;
}

.p-recruit-saiyou_title {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: bold;
}

.p-recruit-saiyou_img {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-recruit-saiyou_button {
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-recruit-saiyou_button a {
	padding: 3px 39px;
	padding: 0.1875rem 2.4375rem;
}

.p-saas-bunya {
	background-color: #F0F0F0;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-saas-bunya_title {
	color: #48729a;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.0125em;
	position: relative;
	text-align: center;
}

.p-saas-bunya_title::after {
	background-color: #48729a;
	bottom: -8px;
	bottom: -0.5rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	width: 1.875rem;
}

.p-saas-bunya_wrap {
	-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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-saas-bunya_item {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-saas-bunya_item:first-child {
	margin-top: 0;
}

.p-saas-bunya_item img {
	display: block;
	margin: 0 auto;
	width: 125px;
	width: 7.8125rem;
}

.p-saas-bunya_text {
	color: #444;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

.p-saas-head {
	background-color: #F0F0F0;
}

.p-saas-head_box-wrap {
	overflow: hidden;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.p-saas-head_box {
	background-color: #fff;
	padding-bottom: 91px;
	padding-bottom: 5.6875rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.p-saas-head_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.846;
	text-align: justify;
}

.p-saas-head_img1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 432px;
	max-width: 27rem;
	width: 100%;
}

.p-saas-head_link {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 46px;
	margin-top: 2.875rem;
	max-width: 356px;
	max-width: 22.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	width: 100%;
}

.p-saas-head_img2 {
	margin-top: 91px;
	margin-top: 5.6875rem;
}

.p-saas1 {
	padding-bottom: 0;
}

.p-saas-wrap {
	background-color: #F0F0F0;
}

.p-saas-box1 {
	background-color: #fff;
}

.p-saas1_text1 {
	margin-top: 41px;
	margin-top: 2.5625rem;
}

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

.p-saas1_img1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 432px;
	max-width: 27rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	width: 100%;
}

.p-saas_shadow {
	background-color: #fff;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="1" dy="6" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.4)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, .4));
	filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, .4));
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	position: relative;
}

.p-saas_shadow::after {
	border-bottom: 0;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-style: solid;
	border-top: 80px solid #fff;
	bottom: -40px;
	bottom: -2.5rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}

.p-saas_bluebox {
	background-color: #74A7D8;
	border-radius: 0px 0px 10px 10px;
	margin-top: -40px;
	margin-top: -2.5rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-left: 30px;
	padding-left: 1.875rem;
	padding-right: 30px;
	padding-right: 1.875rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-saas1_text3 {
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFEE6A;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.p-saas1_20 {
	font-family: "Barlow", sans-serif;
	font-size: 38px;
	font-size: 2.375rem;
	font-weight: bold;
	position: relative;
}

.p-saas1_20::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-saas1_kaizen {
	font-size: 26px;
	font-size: 1.625rem;
}

.p-saas1_sankaku {
	background: url(../images/common/saas-sankaku.png) no-repeat center center/contain;
	display: block;
	height: 19px;
	height: 1.1875rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-top: 0.625rem;
	width: 19px;
	width: 1.1875rem;
}

.p-saas1_text4 {
	color: #fff;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 1.35px;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.p-saas2 {
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
}

.p-saas2_text1 {
	margin-top: 41px;
	margin-top: 2.5625rem;
}

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

.p-saas2_img1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 432px;
	max-width: 27rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	width: 100%;
}

.p-saas2_link {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-top: 5rem;
	max-width: 356px;
	max-width: 22.25rem;
	padding-left: 40px;
	padding-left: 2.5rem;
	padding-right: 40px;
	padding-right: 2.5rem;
	width: 100%;
}

.p-saas3 {
	padding-bottom: 0;
}

.p-saas3_text1 {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-saas3_text2 {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-saas3_img {
	margin-top: 100px;
	margin-top: 6.25rem;
	position: relative;
	width: 100%;
}

.p-saas3_img::before {
	content: "";
	display: block;
	padding-top: 58.47%;
}

.p-saas3_img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-ses-bunya {
	background-color: #F0F0F0;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-ses-bunya_title {
	color: #48729a;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.0125em;
	position: relative;
	text-align: center;
}

.p-ses-bunya_title::after {
	background-color: #48729a;
	bottom: -8px;
	bottom: -0.5rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	width: 1.875rem;
}

.p-ses-bunya_wrap {
	-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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-ses-bunya_item {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-ses-bunya_item:first-child {
	margin-top: 0;
}

.p-ses-bunya_item img {
	display: block;
	margin: 0 auto;
	width: 110px;
	width: 6.875rem;
}

.p-ses-bunya_text {
	color: #444;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.075em;
	text-align: center;
}

.p-ses-bunya_sub {
	color: #444;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.055em;
	text-align: center;
}

.p-ses-head {
	background-color: #F0F0F0;
}

.p-ses-head_box-wrap {
	overflow: hidden;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.p-ses-head_box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.p-ses-head_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.846;
	text-align: justify;
}

.p-ses-head_img {
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-ses1 {
	padding-bottom: 0;
}

.p-ses-contents {
	background-color: #F0F0F0;
}

.p-ses1_text1 {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-ses1_img {
	margin-top: 50px;
	margin-top: 3.125rem;
	position: relative;
	width: 100%;
}

.p-ses1_img::before {
	content: "";
	display: block;
	padding-top: 43.85%;
}

.p-ses1_img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-ses2 {
	padding-bottom: 0;
}

.p-ses2_text1 {
	margin-top: 21px;
	margin-top: 1.3125rem;
}

.p-ses2_img1 {
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 400px;
	max-width: 25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
}

.p-ses2_img2 {
	margin-top: 63px;
	margin-top: 3.9375rem;
	position: relative;
	width: 100%;
}

.p-ses2_img2::before {
	content: "";
	display: block;
	padding-top: 58.47%;
}

.p-ses2_img2 img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-ses3 {
	padding-bottom: 0;
}

.p-ses3_text1 {
	margin-top: 50px;
	margin-top: 3.125rem;
}

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

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

.p-ses3_img {
	margin-top: 50px;
	margin-top: 3.125rem;
	position: relative;
	width: 100%;
}

.p-ses3_img::before {
	content: "";
	display: block;
	padding-top: 43.85%;
}

.p-ses3_img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-shinsotsu-bottom {
	background: #F0F0F0;
	border-bottom: 1px solid #707070;
}

.p-shinsotsu-bottom .c-bar {
	width: 82%;
}

.p-shinsotsu-bottom_inner {
	background: #FFF;
	padding: 50px 35px 100px;
	padding: 3.125rem 2.1875rem 6.25rem;
}

.p-shinsotsu-bottom_box + .p-shinsotsu-bottom_box {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-shinsotsu-bottom_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-shinsotsu-bottom_img {
	margin: 36px auto 0;
	margin: 2.25rem auto 0;
	width: 100%;
}

.p-shinsotsu-bottom_box.--flow .p-shinsotsu-bottom_img {
	max-width: 220px;
	max-width: 13.75rem;
}

.p-shinsotsu-bottom_button {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-shinsotsu-head {
	background-color: #F0F0F0;
}

.p-shinsotsu-head_box {
	background-color: #fff;
	padding-bottom: 44px;
	padding-bottom: 2.75rem;
	padding-top: 58px;
	padding-top: 3.625rem;
}

.p-shinsotsu-head_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.846;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
}

.p-shinsotsu-head_img {
	position: relative;
	width: 100%;
}

.p-shinsotsu-head_img::before {
	content: "";
	display: block;
	padding-top: 53.3%;
}

.p-shinsotsu-head_img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-single-btn {
	background-color: #F0F0F0;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
}

.p-single-btn_link {
	background-color: #E3AAAA;
	border: 2px solid #E3AAAA;
	border-radius: 18px;
	color: #fff;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 32px;
	line-height: 2rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 150px;
	width: 9.375rem;
}

.p-single-content {
	background-color: #fff;
	padding-bottom: 48px;
	padding-bottom: 3rem;
	padding-top: 48px;
	padding-top: 3rem;
}

.p-single-content h3.p-single-content_subtitle {
	color: #48729a;
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.01em;
	margin-bottom: 0;
	padding-left: 31px;
	padding-left: 1.9375rem;
	padding-right: 31px;
	padding-right: 1.9375rem;
}

.p-single-content h2.p-single-content_title {
	color: #444444;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.0125em;
	line-height: 1.48;
	margin-bottom: 0;
	margin-top: 16px;
	margin-top: 1rem;
	padding-left: 31px;
	padding-left: 1.9375rem;
	padding-right: 31px;
	padding-right: 1.9375rem;
}

.p-single-content_date {
	color: #888888;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.01em;
	line-height: 18px;
	line-height: 1.125rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
	padding-left: 31px;
	padding-left: 1.9375rem;
	padding-right: 31px;
	padding-right: 1.9375rem;
}

.p-single-content_tax {
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.01em;
	margin-top: 80px;
	margin-top: 5rem;
	padding-left: 31px;
	padding-left: 1.9375rem;
	padding-right: 31px;
	padding-right: 1.9375rem;
}

.p-single-content p.p-single-content_category {
	background-color: #ed7070;
	color: #fff;
	display: inline-block;
	margin-bottom: 0;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
}

.p-single-content_tags {
	gap: 10px;
	gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-single-content p.p-single-content_tag {
	color: #444444;
	margin-bottom: 0;
}

.p-single-content_thumbnail {
	margin-top: 25px;
	margin-top: 1.5625rem;
	position: relative;
	width: 100%;
}

.p-single-content_thumbnail::before {
	content: "";
	display: block;
	padding-top: 58.66666%;
}

.p-single-content_thumbnail img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-single-content_body {
	padding-left: 34px;
	padding-left: 2.125rem;
	padding-right: 34px;
	padding-right: 2.125rem;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.p-single-content_foot {
	padding-left: 50px;
	padding-left: 3.125rem;
	padding-right: 50px;
	padding-right: 3.125rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-single-content_sns {
	gap: 30px;
	gap: 1.875rem;
	-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-left: auto;
	margin-right: auto;
}

.p-single-content p.p-single-content_share {
	background-color: #E3AAAA;
	border-radius: 11px;
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.01em;
	line-height: 22px;
	line-height: 1.375rem;
	margin-bottom: 0;
	padding: 1px 20px;
	padding: 0.0625rem 1.25rem;
	position: relative;
}

.p-single-content_share::after {
	border-color: transparent transparent transparent #E3AAAA;
	border-style: solid;
	border-width: 6px 0 6px 19px;
	content: "";
	height: 0;
	position: absolute;
	right: -10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
}

.p-single-content_link {
	display: block;
	width: 30px;
	width: 1.875rem;
}

.p-single-pickup {
	background-color: #F0F0F0;
}

.p-single-pickup .l-blog_inner {
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
}

.p-single-pickup_box {
	background-color: #fff;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-left: 34px;
	padding-left: 2.125rem;
	padding-right: 34px;
	padding-right: 2.125rem;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.p-single-pickup_box .p-blog-title {
	margin-top: 6px;
	margin-top: 0.375rem;
}

.p-single-pickup_card {
	-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-top: 36px;
	margin-top: 2.25rem;
}

.p-single-pickup_btn {
	margin-top: 45px;
	margin-top: 2.8125rem;
	text-align: center;
}

.p-single-pickup_btn a {
	background-color: #fff;
	border: 2px solid #E3AAAA;
	border-radius: 18px;
	color: #444444;
}

.p-single-recruit {
	background-color: #F0F0F0;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.p-single-recruit_box {
	background-color: #fff;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	padding-top: 40px;
	padding-top: 2.5rem;
	position: relative;
}

.p-single--recruit_subtitle {
	color: #E3AAAA;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.055em;
	text-align: center;
}

.p-single--recruit_title {
	color: #444;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 6px;
	margin-top: 0.375rem;
	text-align: center;
}

.p-single-recruit_bar {
	background-color: #F0F0F0;
	display: block;
	height: 2px;
	height: 0.125rem;
	margin: 0 calc(50% - 50vw);
	margin-bottom: 48px;
	margin-bottom: 3rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 100vw;
}

.p-single-recruit_shinsotsu {
	color: #E3AAAA;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.0125em;
	text-align: center;
}

.p-single-recruit_tyuto {
	color: #48729a;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.0125em;
	margin-top: 100px;
	margin-top: 6.25rem;
	text-align: center;
}

.p-single-recruit_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.846;
	margin-top: 31px;
	margin-top: 1.9375rem;
}

.p-single-recruit_img1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
}

/* ==========================================================================================
PCのみ
========================================================================================== */

.p-single-recruit_line-img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 200px;
	width: 12.5rem;
}

.p-single-recruit_indeed-img1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 356px;
	width: 22.25rem;
}

.p-single-recruit_indeed-img2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 200px;
	width: 12.5rem;
}

.p-single-search .p-blog-info {
	background-color: #fff;
	padding-bottom: 28px;
	padding-bottom: 1.75rem;
}

.p-single-search .p-blog-drawer {
	padding-top: 30px;
	padding-top: 1.875rem;
}

.p-single-sns {
	background-color: #F0F0F0;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-single-sns_title {
	color: #E3AAAA;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.075em;
	text-align: center;
}

.p-single-sns_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 60%;
	width: 100%;
}

.p-single-sns_box li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-single-sns_link {
	display: block;
	height: auto;
	width: 48px;
	width: 3rem;
}

.p-single-tax {
	background-color: #F0F0F0;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
	padding-top: 35px;
	padding-top: 2.1875rem;
}

.p-single-tax_box {
	background-color: #fff;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	padding-top: 40px;
	padding-top: 2.5rem;
	position: relative;
}

.p-single-tax_box::before {
	border-color: transparent transparent #fff transparent;
	border-style: solid;
	border-width: 0 14px 32px 14px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: -20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}

.p-single-tax_title {
	color: #48729a;
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.01em;
	line-height: 25px;
	line-height: 1.5625rem;
	text-align: center;
}

.p-single-tax_category {
	margin-top: 21px;
	margin-top: 1.3125rem;
}

.p-single-tax_cat-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #E3AAAA;
	color: #444;
	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: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	height: 60px;
	height: 3.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.4;
	width: 302px;
	width: 18.875rem;
}

.p-single-tax_cat-link span {
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: normal;
}

.p-single-tax_tag {
	gap: 10px;
	gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-single-tax_tag-link {
	border: 1px solid #E3AAAA;
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.013em;
	line-height: 27px;
	line-height: 1.6875rem;
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
}

.p-single-topFV {
	background-color: #fff;
	height: 66px;
	height: 4.125rem;
	position: relative;
}

.p-single-topFV_logo {
	left: 30px;
	left: 1.875rem;
	position: absolute;
	top: 30px;
	top: 1.875rem;
	width: 120px;
	width: 7.5rem;
	z-index: 1;
}

.p-single-topFV_img {
	display: none;
}

.p-single-topFV_img::before {
	content: "";
	display: block;
	padding-top: 178.1333%;
}

.p-single-topFV_img picture img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-single-topFV_box {
	display: none;
}

.p-single-topFv_subtitle {
	color: #fff;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.055em;
}

.p-single-topFV_title {
	color: #fff;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: normal;
	letter-spacing: 0.008em;
}

/* ==========================================================================================
投稿データに対する装飾
========================================================================================== */

.p-single h2,
.p-single h3 {
	color: #E3AAAA;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
}

.p-single h4,
.p-single h5,
.p-single h6 {
	color: #E3AAAA;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.p-single h2 {
	font-size: 17px;
	font-size: 1.0625rem;
}

.p-single h3 {
	font-size: 15px;
	font-size: 0.9375rem;
}

.p-single h4 {
	font-size: 13px;
	font-size: 0.8125rem;
}

.p-single h5 {
	font-size: 11px;
	font-size: 0.6875rem;
}

.p-single h6 {
	font-size: 9px;
	font-size: 0.5625rem;
}

.p-single p {
	color: #444444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.8;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.p-single a {
	color: blue;
	text-decoration: underline;
}

.p-single ul,
.p-single ol {
	border: dotted #1e366a 1px; /*ドット 色 太さ*/
	color: #1e366a;
	list-style: disc;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	padding: 0.5em 0.5em 0.5em 2em;
}

.p-single ul li,
.p-single ol li {
	line-height: 1.5;
	padding: 0.5em 0;
}

.p-single blockquote {
	border-left: 3px solid #DA8596;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	padding-left: 10px;
	position: relative;
}

.p-single blockquote:before {
	color: #DA8596;
	content: "";
	font-size: 20px;
	position: absolute;
}

.p-single blockquote p {
	padding-left: 30px;
	position: relative;
}

.p-single blockquote cite {
	color: #F8C8B2;
	display: block;
	font-size: 12.8px;
	font-size: 0.8rem;
	text-align: right;
}

.p-single .wp-block-image {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.p-single .wp-block-image img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.p-single figcaption {
	font-size: 11px;
	font-size: 0.6875rem;
}

.p-single table {
	border: solid 1px #444;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	table-layout: auto;
	width: 100%;
}

.p-single table thead th {
	background: #005baa;
	border: solid 1px #444;
	color: #fff;
	font-weight: bold;
}

.p-single table tbody th,
.p-single table tfoot th {
	background: #fff;
	border: solid 1px #444;
}

.p-single table tbody td,
.p-single table tfoot td {
	background: #fff;
	border: solid 1px #444;
}

.p-single table tr:nth-child(2n) th,
.p-single table tr:nth-child(2n) td {
	background: #FBFBF6;
}

.p-single .wp-block-gallery {
	grid-gap: 10px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.p-single hr {
	margin: 50px 0;
	margin: 3.125rem 0;
}

.p-syoukai-bunya {
	background-color: #F0F0F0;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 91px;
	padding-top: 5.6875rem;
}

.p-syoukai-bunya_title {
	color: #48729a;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.0125em;
	position: relative;
	text-align: center;
}

.p-syoukai-bunya_title::after {
	background-color: #48729a;
	bottom: -8px;
	bottom: -0.5rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	width: 1.875rem;
}

.p-syoukai-bunya_img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 66px;
	margin-top: 4.125rem;
	max-width: 302px;
	max-width: 18.875rem;
	width: 100%;
}

.p-syoukai-head {
	background-color: #F0F0F0;
}

.p-syoukai-head_box-wrap {
	overflow: hidden;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.p-syoukai-head_box {
	background-color: #fff;
	padding-bottom: 70px;
	padding-bottom: 4.375rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.p-syoukai-head_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.846;
	text-align: justify;
}

.p-syoukai-head_img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 270px;
	max-width: 16.875rem;
	width: 100%;
}

.p-syoukai-head_img2 {
	position: relative;
	width: 100%;
}

.p-syoukai-head_img2::before {
	content: "";
	display: block;
	padding-top: 43.8596%;
}

.p-syoukai-head_img2 img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-syoukai1 {
	padding-bottom: 83px;
	padding-bottom: 5.1875rem;
}

.p-syoukai-contents {
	background-color: #F0F0F0;
}

.p-syoukai1_text1 {
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.p-syoukai1_text2 {
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.p-syoukai1_text3 {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-syoukai1_img1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 39px;
	margin-top: 2.4375rem;
	max-width: 432px;
	max-width: 27rem;
	width: 57.89%;
}

.p-syoukai1_img2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-top: 3.75rem;
	max-width: 432px;
	max-width: 27rem;
	width: 79.82%;
}

.p-syoukai1_img3 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 61px;
	margin-top: 3.8125rem;
	max-width: 432px;
	max-width: 27rem;
	width: 62.86%;
}

.p-syoukai1_img4 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 53px;
	margin-top: 3.3125rem;
	max-width: 432px;
	max-width: 27rem;
	width: 88.3%;
}

.p-syoukai2 {
	padding-bottom: 0;
}

.p-syoukai2_text1 {
	margin-top: 41px;
	margin-top: 2.5625rem;
}

.p-syoukai2_text2 {
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.p-syoukai2_img {
	margin-top: 50px;
	margin-top: 3.125rem;
	position: relative;
	width: 100%;
}

.p-syoukai2_img::before {
	content: "";
	display: block;
	padding-top: 43.859%;
}

.p-syoukai2_img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-syoukai3 {
	padding-bottom: 0;
}

.p-syoukai3_text1 {
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.p-syoukai3_text2 {
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.p-syoukai3_img {
	margin-top: 50px;
	margin-top: 3.125rem;
	position: relative;
	width: 100%;
}

.p-syoukai3_img::before {
	content: "";
	display: block;
	padding-top: 43.85%;
}

.p-syoukai3_img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-topBusiness {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 280px;
	padding-bottom: 17.5rem;
	padding-top: 146px;
	padding-top: 9.125rem;
}

.p-topBusiness_bg {
	position: relative;
}

.p-topBusiness_bg::after {
	background-color: #48729a;
	border-radius: 50%;
	content: "";
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="4" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.6)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .6));
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .6));
	height: 630px;
	height: 39.375rem;
	position: absolute;
	right: 24%;
	top: 15%;
	width: 630px;
	width: 39.375rem;
	z-index: 1;
}

.p-topBusiness_img {
	margin-top: 72px;
	margin-top: 4.5rem;
	position: relative;
	z-index: 2;
}

.p-topBusiness_box {
	margin-left: 6%;
	margin-top: 24px;
	margin-top: 1.5rem;
	max-width: 220px;
	max-width: 13.75rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.p-topBusiness_text {
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	text-align: justify;
}

.p-topBusiness_button {
	margin-top: 17px;
	margin-top: 1.0625rem;
	position: relative;
	text-align: center;
	z-index: 2;
}

.p-topBusiness_button a {
	border: 2px solid #FFFFFF;
	padding: 3px 42px;
	padding: 0.1875rem 2.625rem;
}

.p-topBusiness_button a:hover {
	background-color: #48729a;
}

.p-topCompany {
	background-color: #fff;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 113px;
	padding-top: 7.0625rem;
}

.p-topCompany_head {
	margin-top: 36px;
	margin-top: 2.25rem;
	position: relative;
}

.p-topCompany_head::after {
	background-color: #48729a;
	content: "";
	height: 10px;
	height: 0.625rem;
	left: 0;
	position: absolute;
	top: -10px;
	top: -0.625rem;
	width: 82%;
}

.p-topCompany_img {
	position: relative;
	width: 100%;
}

.p-topCompany_img::before {
	content: "";
	display: block;
	padding-top: 117.021277%;
}

.p-topCompany_img picture img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-topCompany_lead {
	bottom: -14px;
	bottom: -0.875rem;
	left: 3px;
	left: 0.1875rem;
	position: absolute;
	width: 281px;
	width: 17.5625rem;
}

.p-topCompany_body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 36px;
	margin-top: 2.25rem;
	max-width: 500px;
	max-width: 31.25rem;
	padding-left: 32px;
	padding-left: 2rem;
	padding-right: 32px;
	padding-right: 2rem;
}

.p-topCompany_text {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.04em;
	line-height: 1.84615;
	text-align: justify;
}

.p-topCompany_button {
	margin-top: 25px;
	margin-top: 1.5625rem;
	text-align: center;
}

.p-topCompany_button a {
	background-color: rgba(252, 252, 252, .2);
	border: 2px solid #E3AAAA;
	color: #E3AAAA;
	padding: 3px 42px;
	padding: 0.1875rem 2.625rem;
}

.p-topCompany_button a:hover {
	background-color: rgba(45, 172, 122, .1);
}

.p-topEvandblog {
	background-color: #F0F0F0;
	padding-bottom: 98px;
	padding-bottom: 6.125rem;
	padding-top: 54px;
	padding-top: 3.375rem;
}

.p-topEvandblog_cards {
	-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;
	margin-top: 27px;
	margin-top: 1.6875rem;
	overflow: hidden;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.p-topEvandblog_cards li {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-topEvandblog_cards li:nth-child(n+4) {
	display: none;
}

.p-topEvandblog_cards li:first-child {
	margin-top: 0;
}

.p-topEvandblog_button {
	margin-top: 37px;
	margin-top: 2.3125rem;
	text-align: center;
}

.p-topEvandblog_button a {
	background-color: rgba(252, 252, 252, .2);
	border: 2px solid #E3AAAA;
	color: #E3AAAA;
	padding: 3px 42px;
	padding: 0.1875rem 2.625rem;
}

.p-topEvandblog_button a:hover {
	background-color: rgba(224, 167, 167, .1);
}

.p-topFV {
	position: relative;
}

.p-topFV_logo {
	left: 30px;
	left: 1.875rem;
	position: absolute;
	top: 30px;
	top: 1.875rem;
	width: 120px;
	width: 7.5rem;
	z-index: 1;
}

.p-topFV_img-wrap {
	position: relative;
}

.p-topFV_img {
	position: relative;
	width: 100%;
}

.p-topFV_img::before {
	content: "";
	display: block;
	padding-top: 178.1333%;
}

.p-topFV_img picture img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

#top_FV{
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.p-topFV_lead {
	bottom: 101px;
	bottom: 6.3125rem;
	position: absolute;
	right: 21px;
	right: 1.3125rem;
	width: 320px;
	width: 20rem;
}

.p-topFV_box {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 39%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-topFv_subtitle {
	color: #fff;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.055em;
}

.p-topFV_title {
	color: #fff;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: normal;
	letter-spacing: 0.008em;
}

.p-topMiddle-img {
	position: relative;
	width: 100%;
}

.p-topMiddle_img::before {
	content: "";
	display: block;
	padding-top: 40%;
}

.p-topMiddle_img img {
	-o-object-fit: contain;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: contain;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-topRecruit {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 153px;
	padding-bottom: 9.5625rem;
	padding-top: 52px;
	padding-top: 3.25rem;
}

.p-toprecruit_bg {
	position: relative;
}

.p-toprecruit_bg::after {
	background-color: #E3AAAA;
	border-radius: 50%;
	content: "";
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="4" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.6)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .6));
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .6));
	height: 630px;
	height: 39.375rem;
	left: 10%;
	position: absolute;
	top: 15%;
	width: 630px;
	width: 39.375rem;
	z-index: 1;
}

.p-topRecruit_des {
	color: #fff;
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.085em;
	line-height: 1.2352;
	margin-left: 38%;
	margin-top: 93px;
	margin-top: 5.8125rem;
	position: relative;
	z-index: 2;
}

.p-topRecuit_img {
	margin-top: 12px;
	margin-top: 0.75rem;
	position: relative;
	z-index: 2;
}

.p-topRecruit_box {
	margin-left: 31%;
	margin-top: 17px;
	margin-top: 1.0625rem;
	max-width: 213px;
	max-width: 13.3125rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.p-topRecuit_text {
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	text-align: justify;
}

.p-topRecruit_button {
	margin-top: 19px;
	margin-top: 1.1875rem;
	position: relative;
	text-align: center;
	z-index: 2;
}

.p-topRecruit_button a {
	padding: 3px 42px;
	padding: 0.1875rem 2.625rem;
}

.p-topRecruit_button a:hover {
	background-color: #E3AAAA;
}

.p-torihiki {
	background-color: #fff;
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .1607843137);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, .1607843137);
	padding-bottom: 113px;
	padding-bottom: 7.0625rem;
	padding-top: 100px;
	padding-top: 6.25rem;
	position: relative;
}

.p-torihiki::before {
	background-color: #E3AAAA;
	content: "";
	height: 10px;
	height: 0.625rem;
	left: 0;
	position: absolute;
	top: -10px;
	top: -0.625rem;
	width: 62%;
}

.p-torihiki_title {
	color: #444;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.0125em;
	position: relative;
	text-align: center;
}

.p-torihiki_title::after {
	background-color: #48729a;
	bottom: -15px;
	bottom: -0.9375rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	width: 1.875rem;
}

.p-torihiki_box {
	gap: 0 30px;
	gap: 0 1.875rem;
	display: grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(6.25rem, 1fr));
	margin-left: auto;
	margin-right: auto;
	margin-top: 51px;
	margin-top: 3.1875rem;
	max-width: 230px;
	max-width: 14.375rem;
}

.p-torihiki_item {
	width: 100px;
	width: 6.25rem;
}

.p-underFV {
	background-color: #F0F0F0;
	position: relative;
}

.p-underFV_logo {
	left: 30px;
	left: 1.875rem;
	position: absolute;
	top: 30px;
	top: 1.875rem;
	width: 120px;
	width: 7.5rem;
	z-index: 1;
}

.p-underFV_link {
	display: block;
}

.p-underFV_img {
	position: relative;
	width: 100%;
}

.p-underFV_img::before {
	content: "";
	display: block;
	padding-top: 72%;
}

.p-underFV_img picture img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-underFV_bg {
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(17%, transparent), color-stop(17%, #fff), to(#fff));
	background: linear-gradient(90deg, transparent 0%, transparent 17%, #fff 17%, #fff 100%);
	margin-top: -50px;
	margin-top: -3.125rem;
	padding-bottom: 90px;
	padding-bottom: 5.625rem;
	padding-top: 25px;
	padding-top: 1.5625rem;
	position: relative;
}

.p-underFV_bg.u-overview {
	background: #fff;
	margin-left: 15px;
	margin-left: 0.9375rem;
	margin-right: 15px;
	margin-right: 0.9375rem;
	margin-top: 0;
	padding-bottom: 75px;
	padding-bottom: 4.6875rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-underFV_bg.u-numbers {
	background: #fff;
	margin-left: 30px;
	margin-left: 1.875rem;
	margin-right: 30px;
	margin-right: 1.875rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.c-underFV_undertitle {
	color: #48729a;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: bold;
	line-height: 1;
}

.c-underFV_catch {
	bottom: -43px;
	bottom: -2.6875rem;
	position: absolute;
	right: 21px;
	right: 1.3125rem;
	width: 200px;
	width: 12.5rem;
	z-index: 2;
}

.c-underFV_catch.u-ceo {
	bottom: -45px;
	bottom: -2.8125rem;
	right: 15px;
	right: 0.9375rem;
	width: 197px;
	width: 12.3125rem;
}

.c-underFV_catch.c-vision {
	bottom: -45px;
	bottom: -2.8125rem;
	right: 15px;
	right: 0.9375rem;
	width: 207px;
	width: 12.9375rem;
}

.c-underFV_catch.c-chuto {
	bottom: -25px;
	bottom: -1.5625rem;
	right: 15px;
	right: 0.9375rem;
	width: 170px;
	width: 10.625rem;
}

.c-underFV_catch.u-recruit {
	bottom: 127px;
	bottom: 7.9375rem;
	right: 15px;
	right: 0.9375rem;
	width: 281px;
	width: 17.5625rem;
}

.p-underRead {
	background-color: #F0F0F0;
	padding-bottom: 71px;
	padding-bottom: 4.4375rem;
	padding-top: 110px;
	padding-top: 6.875rem;
}

.p-underRead_inner {
	padding-left: 30px;
	padding-left: 1.875rem;
	padding-right: 30px;
	padding-right: 1.875rem;
}

.p-underRead_text {
	color: #444444;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.075em;
	line-height: 2.1;
}

.p-vision-element {
	background: #F0F0F0;
}

.p-vision-element_box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-vision-element_head {
	-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;
}

.p-vision-element_title {
	width: 76.11px;
	width: 4.756875rem;
}

.p-vision-element_subtitle {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.8461538;
}

.p-vision-element_img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 238px;
	width: 14.875rem;
}

.p-vision-genri {
	margin-top: 72px;
	margin-top: 4.5rem;
	position: relative;
}

.p-vision-list {
	background: #F0F0F0;
}

.p-vision-list_list {
	counter-reset: counter;
}

.p-vision-list_item {
	background: #fff;
	padding: 50px 30px 100px;
	padding: 3.125rem 1.875rem 6.25rem;
}

.p-vision-list_item + .p-vision-list_item {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-vision-list_title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #444;
	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: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.p-vision-list_title::before {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	content: counter(counter);
	counter-increment: counter;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Barlow", sans-serif;
	font-size: 35px;
	font-size: 2.1875rem;
	height: 50px;
	height: 3.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	width: 50px;
	width: 3.125rem;
}

.p-vision-list_item:nth-child(1) .p-vision-list_title::before {
	background: #E3AAAA;
}

.p-vision-list_item:nth-child(2) .p-vision-list_title::before {
	background: #48729a;
}

.p-vision-list_item:nth-child(3) .p-vision-list_title::before {
	background: #ed7070;
}

.p-vision-list_read {
	color: #E3AAAA;
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.05em;
	line-height: 1.23529;
	margin-top: 26px;
	margin-top: 1.625rem;
	text-align: center;
}

.p-vision-list_box {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-vision-list_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
}

.p-vision-list_img-wrap {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-vision-list_support-wrap {
	-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;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-vision-list_support-title {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	width: 269.43px;
	width: 16.839375rem;
}

.p-vision-list_support-list li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-vision-list_support-list li + li {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-vision-list_support-img {
	margin-left: -5px;
	margin-left: -0.3125rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	width: 128px;
	width: 8rem;
}

.p-vision-list_support-read {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6923;
}

.p-vision-list_support-label {
	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: 15px;
	font-size: 0.9375rem;
}

.p-vision-list_support-label::before {
	background: #DBDCDC;
	content: "";
	height: 3px;
	height: 0.1875rem;
	margin: 16px 0;
	margin: 1rem 0;
	width: 22.58px;
	width: 1.41125rem;
}

.p-vision-list_support-list li:nth-child(1) .p-vision-list_support-label {
	color: #E3AAAA;
}

.p-vision-list_support-list li:nth-child(2) .p-vision-list_support-label {
	color: #FDD01B;
}

.p-vision-list_support-list li:nth-child(3) .p-vision-list_support-label {
	color: #ed7070;
}

.p-vision-list_support-list li:nth-child(4) .p-vision-list_support-label {
	color: #48729a;
}

.p-vision-list_support-list li:nth-child(5) .p-vision-list_support-label {
	color: #48729a;
}

.p-vision-list_support-list li:nth-child(6) .p-vision-list_support-label {
	color: #E3AAAA;
}

.p-vision-list_capture {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	text-align: center;
}

.p-vision-list_imgs2 .p-vision-list_img-wrap + .p-vision-list_img-wrap {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-vision-list_slider2 .slick-dots li {
	margin: 0 2px;
}

.p-vision-list_slider2 .slick-dots li button:before {
	color: #E3E3E3;
	opacity: 1;
}

.p-vision-list_slider2 .slick-dots li.slick-active button:before {
	color: #E3AAAA;
	opacity: 1;
}

.p-vision-list_slider3 .slick-list {
	overflow: visible;
}

.p-vision-list_slider3 li.slick-slide {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #F0F0F0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 294px;
	height: 18.375rem;
	margin: 0 15px;
	margin: 0 0.9375rem;
	margin-left: 30px;
	margin-left: 1.875rem;
	padding: 30px 20px 0;
	padding: 1.875rem 1.25rem 0;
	width: 186px;
	width: 11.625rem;
}

.p-vision-list_slider3 .p-vision-list_slider-img {
	width: 72px;
	width: 4.5rem;
}

.p-vision-list_slider-label {
	color: #48729a;
	font-size: 15px;
	font-size: 0.9375rem;
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.p-vision-list_slider-description {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
	margin-top: 14px;
	margin-top: 0.875rem;
	text-align: center;
}

.p-vision-list_slider-logo {
	margin-top: 16px;
	margin-top: 1rem;
	width: 77.05px;
	width: 4.815625rem;
}

.p-vision-list_slider3 .p-vision-list_slider3_prev-arrow {
	display: none !important;
}

.p-vision-list_slider3 .p-vision-list_slider3_next-arrow {
	display: none !important;
}

.p-visions {
	background: #F0F0F0;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-vision + .p-vision {
	margin-top: 145px;
	margin-top: 9.0625rem;
}

.p-vision_title-wrap {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 30px;
	padding-top: 1.875rem;
	position: relative;
}

.p-vision:nth-child(1) .p-vision_title-wrap {
	background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(17%, transparent), color-stop(17%, #fff), to(#fff));
	background: linear-gradient(270deg, transparent 0%, transparent 17%, #fff 17%, #fff 100%);
}

.p-vision:nth-child(2) .p-vision_title-wrap {
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(17%, transparent), color-stop(17%, #fff), to(#fff));
	background: linear-gradient(90deg, transparent 0%, transparent 17%, #fff 17%, #fff 100%);
}

.p-vision_title {
	color: #E3AAAA;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-vision_catch {
	position: absolute;
}

.p-vision:nth-child(1) .p-vision_catch {
	bottom: -30px;
	bottom: -1.875rem;
	left: 25px;
	left: 1.5625rem;
	width: 254px;
	width: 15.875rem;
}

.p-vision:nth-child(2) .p-vision_catch {
	bottom: -20px;
	bottom: -1.25rem;
	right: 15px;
	right: 0.9375rem;
	width: 225px;
	width: 14.0625rem;
}

.p-vision_box {
	margin-top: 72px;
	margin-top: 4.5rem;
	position: relative;
}

.p-vision_inner {
	padding-left: 30px;
	padding-left: 1.875rem;
	padding-right: 30px;
	padding-right: 1.875rem;
}

.p-vision_text {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.84615;
}

.p-vision_img {
	position: relative;
	width: 100%;
}

.p-vision_img::before {
	content: "";
	display: block;
	padding-top: 40%;
}

.p-vision_img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

/* ==========================================================================================
recruitトップ、新卒採用ページ
========================================================================================== */

.p-bgFixed-number {
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.c-bgFixed-number__element01 {
	background-color: #E3AAAA;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.c-bgFixed-number__element02 {
	height: auto;
	left: -50px;
	left: -3.125rem;
	position: absolute;
	width: 1000px;
	width: 62.5rem;
	z-index: 3;
}

.c-bgFixed-number__element03 {
	height: auto;
	position: absolute;
	right: -10px;
	right: -0.625rem;
	width: 700px;
	width: 43.75rem;
	z-index: 3;
}

.c-bgFixed-number__element04 {
	height: auto;
	left: 100px;
	left: 6.25rem;
	position: absolute;
	width: 1000px;
	width: 62.5rem;
	z-index: 3;
}

.c-bgFixed-number__element05 {
	height: auto;
	position: absolute;
	right: -250px;
	right: -15.625rem;
	width: 700px;
	width: 43.75rem;
	z-index: 3;
}

/* ==========================================================================================
recruitトップ、新卒採用ページ
========================================================================================== */

.p-bgFixed-recruit {
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.close.p-bgFixed-recruit {
	display: none;
}

.c-bgFixed-recruit__element01 {
	background-color: #E3AAAA;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.c-bgFixed-recruit__element02 {
	position: absolute;
	top: -200px;
	top: -12.5rem;
	z-index: 3;
}

.c-bgFixed-recruit__element-wrap {
	display: block;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 2;
}

.c-bgFixed-recruit__element03 {
	-webkit-clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
	background-color: #48729a;
	clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
	display: block;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.c-bgFixed-recruit__element04 {
	background-color: #48729a;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 2;
}

/* ==========================================================================================
中途採用ページ
========================================================================================== */

.c-bgFixed-recruit__element05 {
	background-color: #48729a;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.c-bgFixed-recruit__element06 {
	-webkit-clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
	background-color: #E3AAAA;
	clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
	display: block;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.c-bgFixed-recruit__element07 {
	background-color: #E3AAAA;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.p-bgFixed {
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.close.p-bgFixed {
	display: none;
}

.c-bgFixed__element01 {
	background-color: #E3AAAA;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.c-bgFixed__element01-2 {
	background-color: #E3AAAA;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-bgFixed__element01-3 {
	background-color: #E3AAAA;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.c-bgFixed__element-wrap {
	-o-object-fit: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	width: 100%;
	z-index: 1;
}

.c-bgFixed__element02,
.c-bgFixed__element03 {
	-o-object-fit: cover;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 100%;
	object-fit: cover;
	width: 100vw;
}

.c-bgFixed__circle {
	background-image: url(../images/common/bgImg-circle-footer.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 633px;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(calc(-50% - 279px), 100%);
	transform: translate(calc(-50% - 279px), 100%);
	width: 1800px;
	z-index: 4;
}

.u-dropdown {
	position: relative;
}

.u-dropdown:hover .u-dropdown_lists {
	display: block;
}

.u-dropdown_lists {
	display: none;
	padding-bottom: 26px;
	padding-bottom: 1.625rem;
	padding-top: 26px;
	padding-top: 1.625rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.u-dropdown_list + .u-dropdown_list {
	margin-top: 28px;
	margin-top: 1.75rem;
}

.u-dropdown-company {
	position: relative;
}

.u-dropdown-company:hover .u-dropdown-company_lists {
	display: block;
}

.u-dropdown-company_lists {
	display: none;
	padding-bottom: 26px;
	padding-bottom: 1.625rem;
	padding-top: 26px;
	padding-top: 1.625rem;
	position: absolute;
	top: 0;
	-webkit-transform: translateY(-99%);
	transform: translateY(-99%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.u-bgc-blue {
	background-color: #477AAC;
}

.u-bgc-white {
	background-color: #fff;
}

.u-bgc {
	background-color: #F0F0F0;
}

.u-blue {
	color: #48729a;
}

.u-bpo-page_catch {
	bottom: -10px;
	bottom: -0.625rem;
}

.u-bpo-title {
	position: relative;
}

.u-bpo-title::after {
	bottom: -10px;
	bottom: -0.625rem;
	color: #48729a;
	content: "アウトソーシング";
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: bold;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.u-card_category-hidden {
	padding-left: 0;
	padding-right: 0;
}

.u-display-none {
	display: none;
}

.u-dropdown_left {
	position: relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.u-dropdown_left_lists {
	left: 50%;
	margin-top: 20px;
	margin-top: 1.25rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.u-filter {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0.8);
	filter: brightness(0.8);
}

.u-green {
	color: #E3AAAA;
}

.u-green.c-underFV_title::before {
	background-color: #E3AAAA;
}

.u-numbers_text {
	color: #444;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.075em;
	line-height: 2.3333;
}

.u-saas-page_catch {
	bottom: -40px;
	bottom: -2.5rem;
	right: 16px;
	right: 1rem;
	width: 180px;
	width: 11.25rem;
}

.u-saas-title {
	position: relative;
}

.u-saas-title::after {
	bottom: -10px;
	bottom: -0.625rem;
	color: #48729a;
	content: "ソフトウェア開発販売";
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: bold;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

.haikei {
	background-color: #48729a;
	padding: 30px;
}

.u-ses-title {
	position: relative;
}

.u-ses-title::after {
	bottom: -10px;
	bottom: -0.625rem;
	color: #48729a;
	content: "エンジニア派遣";
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: bold;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.u-shinsotsu {
	bottom: -15px;
	bottom: -0.9375rem;
	right: 15px;
	right: 0.9375rem;
	width: 170px;
	width: 10.625rem;
}

.u-syoukai-page_catch {
	bottom: -26px;
	bottom: -1.625rem;
	right: 23px;
	right: 1.4375rem;
	width: 210px;
	width: 13.125rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 2.0833333333vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

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

.l-business-block_inner {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.l-contact-inner {
	padding-left: 4rem;
	padding-right: 4rem;
}

.l-inner-15 {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

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

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

.l-topEvandblog-inner {
	overflow: visible;
	padding-left: 2.625rem;
	padding-right: 0;
}

.c-base-card_inner {
	padding: 6.25rem 2rem 4.375rem;
}

.c-base-card_title::after {
	margin-top: 0.9375rem;
}

.c-base-card_imgs {
	margin: 4.375rem -4.375rem 0;
	width: auto;
}

.c-base-card_imgs li {
	margin: 0 1.75rem 0 0;
}

.c-base-card_img {
	width: 14.83125rem;
}

.c-base-card_address {
	font-size: 1.0625rem;
	line-height: 1.70588;
	margin-top: 3.4375rem;
}

.c-base-card_access {
	margin-top: 2rem;
}

.c-base-card_access-title {
	font-size: 1.25rem;
	line-height: 1.2;
}

.c-base-card_access-title::before {
	height: 1.344375rem;
	margin-right: 0.4375rem;
	width: 0.840625rem;
}

.c-base-card_access-list {
	font-size: 1.0625rem;
	line-height: 1.70588;
	margin-left: 1.0625rem;
	margin-top: 0.4375rem;
}

.c-base-card_map iframe {
	height: 12.5rem;
}

.c-block {
	padding-bottom: 3.125rem;
}

.c-block_number {
	font-size: 2.75rem;
	height: 4.375rem;
	top: -2.25rem;
	width: 4.375rem;
}

.c-block_subtitle {
	font-size: 0.8125rem;
}

.c-block_title {
	font-size: 1.875rem;
}

.c-block_img {
	margin-left: auto;
	margin-right: auto;
	max-width: 38.9375rem;
}

.c-block_img::before {
	padding-top: 70.626%;
}

.c-block_box {
	margin-top: -5.375rem;
	width: 60%;
}

.c-block_text {
	font-size: 1.0625rem;
}

.c-block_btn {
	font-size: 0.9375rem;
	margin-top: 1.25rem;
	padding: 0.1875rem 4.8125rem;
}

.c-box-title_sub {
	font-size: 0.8125rem;
}

.c-box-title_main {
	font-size: 2.1875rem;
	line-height: 1.44;
}

.c-box-title_main-small {
	font-size: 1.875rem;
	line-height: 1.23333;
}

.c-btn-more {
	font-size: 0.9375rem;
	padding: 0.3125rem 4.5625rem;
}

.c-card {
	height: 30.125rem;
	padding: 0.625rem 0.9375rem 0.9375rem;
	width: 23.25rem;
}

.c-card_info {
	margin-top: 0.625rem;
}

.c-card_title {
	font-size: 1.25rem;
	line-height: 1.43;
}

.c-card_date {
	bottom: 0.9375rem;
	left: 0.9375rem;
}

.c-company-overview {
	font-size: 1.0625rem;
	line-height: 1.4117647;
}

.c-company-overview_description + .c-company-overview_term {
	margin-top: 3.125rem;
}

.c-company-overview_description {
	padding-bottom: 1.875rem;
}

.c-contact-text {
	font-size: 1.0625rem;
}

.c-contact-text_m {
	font-size: 1.0625rem;
}

.c-contact-text_l {
	font-size: 1.25rem;
}

.c-contact-text_xl {
	font-size: 1.25rem;
	font-weight: bold;
}

.c-contact-flex2 > p:first-child {
	width: 6.25rem;
}

.c-contact-table th {
	font-size: 1.0625rem;
}

.c-contact-table th:first-child {
	width: 10rem;
}

.c-contact-table td {
	font-size: 0.8125rem;
}

.c-img2::before {
	padding-top: 42%;
}

.c-items li {
	margin-top: 9.375rem;
}

.c-items li:first-child {
	margin-top: 0;
}

.c-items_item {
	margin-top: 400;
	padding-top: 6.375rem;
}

.c-items_number {
	font-size: 2.375rem;
	font-size: 3.125rem;
	height: 4.375rem;
	line-height: 4.375rem;
	width: 4.375rem;
}

.c-items_box {
	margin-top: 1.75rem;
}

.c-items_title {
	font-size: 1.25rem;
	line-height: 1.8;
}

.c-items_text {
	font-size: 1.0625rem;
	line-height: 1.75;
	padding-left: 2.5625rem;
	padding-right: 2.5625rem;
}

.c-recruit-button {
	max-width: 22.25rem;
	padding: 1.9375rem 1.1875rem;
}

.c-section-title_sub {
	font-size: 0.8125rem;
}

.c-section-title_main {
	font-size: 3.125rem;
	padding-top: 0.625rem;
}

.c-slider-wrap {
	padding-top: 0;
	position: static;
}

.container.c-slider {
	position: static;
	-webkit-transform: none;
	transform: none;
}

.c-under-bar_business {
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
}

.c-under-bar_business-en {
	font-size: 1rem;
}

.c-under-bar_recruit {
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
}

.c-under-bar_recruit-en {
	font-size: 1rem;
}

.c-under-bar_shinsotsu {
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
}

.c-under-bar_shinsotsu-en-wrap::after {
	background: #48729a;
	border-radius: 0.3125rem;
	content: "";
	display: block;
	height: 1.6875rem;
	left: 50%;
	mix-blend-mode: multiply;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 5.625rem;
}

.c-under-bar_shinsotsu-en {
	font-size: 1rem;
}

.c-under-bar_chuto {
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
}

.c-under-bar_chuto-en-wrap::after {
	background: #48729a;
	border-radius: 0.3125rem;
	content: "";
	display: block;
	height: 1.6875rem;
	left: 50%;
	mix-blend-mode: multiply;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 5.625rem;
}

.c-under-bar_chuto-en {
	font-size: 1rem;
}

.c-under-bar_menu {
	padding-top: 2.6875rem;
}

.drawer-menu {
	top: 1.5rem;
}

.drawer-menu:last-of-type {
	top: 2.25rem;
}

.c-underFV_subtitle {
	font-size: 0.8125rem;
}

.c-underFV_title {
	font-size: 2.5rem;
	margin-top: 2rem;
}

.c-underFV_title::before {
	height: 0.25rem;
	top: -0.8125rem;
	width: 2.5rem;
}

.p-base-list > li + li {
	margin-top: 6.25rem;
}

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

.p-blog-subtitle {
	font-size: 0.8125rem;
}

.p-blog-recruit {
	padding-top: 10rem;
}

.p-blog-recruit_box {
	padding-bottom: 9.375rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 6.25rem;
}

.p-blog--recruit_subtitle {
	font-size: 0.8125rem;
}

.p-blog--recruit_title {
	font-size: 1.875rem;
}

.p-blog-recruit_bar {
	background-color: #444;
	height: 0.0625rem;
	margin-bottom: 4.375rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.375rem;
	width: 98%;
}

.p-blog-recruit_shinsotsu {
	font-size: 1.875rem;
}

.p-blog-recruit_tyuto {
	font-size: 1.875rem;
}

.p-blog-recruit_text {
	font-size: 1.0625rem;
	text-align: center;
}

.p-blog-recruit_img1 {
	width: 22.25rem;
}

.p-blog-saiyou_box {
	padding-bottom: 5.3125rem;
	padding-top: 6.25rem;
}

.p-blog-saiyou_card {
	margin-top: 3.125rem;
}

.p-blog-saiyou_btn a {
	padding: 0.3125rem 4.5625rem;
}

.p-blog-saiyou_text {
	font-size: 1.25rem;
	margin-top: 3.125rem;
}

.p-blog-sintyaku {
	padding-bottom: 9.375rem;
	padding-top: 6.25rem;
}

.p-blog-shintyaku_title {
	font-size: 1.875rem;
}

.p-blog-sintyaku_cards {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.375rem;
	max-width: 40rem;
}

.p-blog-sintyaku_cards .c-card {
	height: 24.125rem;
	width: 18.5rem;
}

.p-blog-sns {
	border-radius: 0px 0px 30px 30px;
	padding-bottom: 12.5rem;
	padding-top: 9.375rem;
}

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

.p-blog-sns_box {
	margin-top: 3rem;
	max-width: 22.25rem;
}

.p-blog-sns_link {
	width: 4.1875rem;
}

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

.p-bpo-bunya_title {
	font-size: 1.875rem;
	letter-spacing: 0.05em;
}

.p-bpo-bunya_wrap {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.5rem;
	max-width: 37.5rem;
}

.p-bpo-bunya_item {
	margin-top: 0;
	width: 35%;
}

.p-bpo-bunya_item img {
	width: 10.625rem;
}

.p-bpo-bunya_text {
	font-size: 1.25rem;
	margin-top: 1.0625rem;
}

.p-bpo-head_box {
	padding-bottom: 4.375rem;
	padding-left: 2.5625rem;
	padding-right: 2.5625rem;
	padding-top: 6.25rem;
}

.p-bpo-head_text {
	font-size: 1.0625rem;
	line-height: 1.7;
}

.p-bpo-head_img1 {
	margin-top: 4.375rem;
	max-width: 26.875rem;
	padding: 0;
}

.p-bpo1 {
	padding-bottom: 9.375rem;
}

.p-bpo1_text1 {
	margin-top: 4.375rem;
}

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

.p-bpo1_img {
	margin-top: 4.375rem;
	padding: 0;
}

.p-bpo2_text1 {
	margin-top: 4.375rem;
}

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

.p-bpo2_img1 {
	margin-top: 4.375rem;
}

.p-bpo3_text1 {
	margin-top: 4.375rem;
}

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

.p-bpo3_img {
	margin-top: 4.375rem;
}

.p-business_lists {
	padding-bottom: 9.75rem;
	padding-top: 8.0625rem;
}

.p-ceo-content_catch {
	right: 2.0625rem;
	top: 3.125rem;
	width: 26.25rem;
}

.p-ceo-content_inner {
	padding-left: 3.75rem;
	padding-right: 3.75rem;
}

.p-ceo-content_box {
	padding-bottom: 9.375rem;
	padding-top: 17.1875rem;
}

.p-ceo-content_text {
	font-size: 1.0625rem;
	letter-spacing: 0.05em;
	line-height: 1.70588;
}

.p-chuto-bottom {
	border-bottom: none;
	border-radius: 0px 0px 30px 30px;
}

.p-chuto-bottom_inner {
	border-radius: 0px 0px 30px 30px;
	padding: 6.25rem 4.375rem 9.375rem;
}

.p-chuto-bottom_text {
	font-size: 1.0625rem;
	line-height: 1.70588;
	margin-top: 4.375rem;
}

.p-chuto-bottom_img {
	margin-top: 4.375rem;
}

.p-chuto-bottom_box.--flow .p-chuto-bottom_img {
	max-width: 18.75rem;
}

.p-chuto-bottom_box.--entry .p-chuto-bottom_img {
	max-width: 12.8125rem;
}

.p-chuto-bottom .c-bar {
	width: 67%;
}

.p-chuto-head_box {
	padding-bottom: 6.0625rem;
	padding-top: 6.25rem;
}

.p-chuto-head_text {
	font-size: 1.0625rem;
	line-height: 1.70588;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-company-ceo {
	padding-top: 12.5rem;
}

.p-company-ceo .c-box-title {
	margin-bottom: 4.5625rem;
}

.p-company-ceo_catch {
	bottom: 2.3125rem;
	left: 1.875rem;
	width: 22rem;
}

.p-company-ceo_name {
	bottom: 2.3125rem;
	font-size: 1.0625rem;
	line-height: 1.70588;
	right: 3.75rem;
}

.p-company-ceo_box {
	margin-top: 1.875rem;
	width: 31.25rem;
}

.p-company-ceo_text {
	font-size: 1.0625rem;
	line-height: 1.70588;
}

.p-company-ceo_button {
	margin-top: 3.125rem;
}

.p-company-ceo_button a {
	padding-left: 4.375rem;
	padding-right: 4.375rem;
}

.p-company-mission_box {
	margin-top: 4.375rem;
}

.p-company-mission_text {
	font-size: 1.0625rem;
	line-height: 1.70588;
}

.p-company-mission_button {
	margin-top: 3.125rem;
}

.p-company-mission_button a {
	padding-left: 4.375rem;
	padding-right: 4.375rem;
}

.p-company-office {
	padding-top: 9.125rem;
}

.p-company-office_content-top {
	padding: 6.25rem 2.5rem 4.375rem;
}

.p-company-office_list {
	margin-top: 4.375rem;
}

#p-company-office_panorama {
	height: 18.4375rem;
}

.p-company-office_content-bottom {
	padding: 0 2.5rem 23.75rem;
}

.p-company-office .c-base-card_access {
	margin-top: 4.375rem;
}

.p-company-office .c-base-card_map {
	margin: 4.375rem -2.5rem 0;
}

.p-company-office_button {
	margin-top: 3.125rem;
}

.p-company-read {
	padding-bottom: 9.375rem;
	padding-top: 6.375rem;
}

.p-company-read.u-ceo {
	padding-bottom: 9.375rem;
	padding-top: 6.4375rem;
}

.p-company-read_inner {
	padding-left: 3.75rem;
	padding-right: 3.75rem;
}

.p-company-read_text {
	font-size: 1.0625rem;
	letter-spacing: 0.05em;
	line-height: 1.70588;
}

.p-company-vision {
	padding-bottom: 21.125rem;
	padding-top: 6.9375rem;
}

.p-company-vision_bg::after {
	height: 57.9375rem;
	left: -48%;
	top: 15%;
	width: 57.9375rem;
}

.p-company-vision_img {
	margin-top: 9.375rem;
}

.p-company-vision_catch {
	bottom: -8.125rem;
	left: 0.9375rem;
	width: 21.56625rem;
}

.p-company-vision_box {
	margin-left: 3rem;
	margin-top: 11.6875rem;
	max-width: 23.25rem;
}

.p-company-vision_text {
	font-size: 1.0625rem;
	line-height: 1.70588;
}

.p-contact-business {
	border-radius: 0px 0px 30px 30px;
}

.p-contact-business_box {
	padding-bottom: 9.375rem;
	padding-left: 2.5625rem;
	padding-right: 2.5625rem;
	padding-top: 6.25rem;
}

.p-contact--business_subtitle {
	font-size: 0.8125rem;
}

.p-contact--business_title {
	font-size: 1.875rem;
}

.p-contact-business_text {
	font-size: 1.0625rem;
}

.p-contact-form {
	margin-left: -2.5rem;
	margin-right: -2.5rem;
	padding: 6.25rem 2.5rem 9.375rem;
}

.p-contact-form_title-wrap::before {
	height: 4.965rem;
	margin-bottom: 1.6875rem;
	min-width: 4.965rem;
	width: 4.965rem;
}

.p-contact-form_title {
	font-size: 1.5625rem;
	line-height: 1.470588;
	max-width: none;
	min-width: 22.25rem;
	padding: 1.25rem 1.0625rem 1.25rem 1.0625rem;
}

.p-contact-form_title::before {
	border: 0.28125rem solid transparent;
	border-bottom: 0.75rem solid #48729a;
	top: -0.9375rem;
}

.p-contact-form_read {
	font-size: 1.0625rem;
	line-height: 1.70588;
	margin-top: 4.375rem;
}

.p-contact-form_field {
	margin-top: 1.875rem;
}

.p-contact-form_field label {
	font-size: 0.8125rem;
}

.p-contact-form_privacypolicy .p-contact-form_privacypolicy-title {
	font-size: 1.0625rem;
	line-height: 1.70588;
}

.p-contact-form_privacypolicy a,
.p-contact-form_privacypolicy label {
	font-size: 0.8125rem;
}

.p-contact-form_privacypolicy input {
	height: 1.25rem;
	width: 1.25rem;
}

.p-contact-form_submit {
	margin-top: 3.125rem;
}

.p-contact-form_submit input {
	padding-left: 5rem;
	padding-right: 5rem;
}

.p-contact-form_end-message {
	font-size: 0.8125rem;
}

.p-contact-form_recaptha {
	margin: 1.875rem auto 0;
	width: 22.25rem;
}

.p-contact-houshin {
	padding-bottom: 9.375rem;
	padding-top: 6.25rem;
}

.p-contact-houshin_title {
	font-size: 1.875rem;
}

.p-contact-houshin_list {
	padding-bottom: 4.375rem;
	padding-top: 4.375rem;
}

.p-housin_mt94 {
	margin-top: 5.5rem;
}

.p-housin_mt50 {
	margin-top: 4.375rem;
}

.p-housin_mt30 {
	margin-top: 3.125rem;
}

.p-housin_mt20 {
	margin-top: 1.875rem;
}

.p-contact-recruit {
	padding-top: 10rem;
}

.p-contact-recruit_box {
	padding-bottom: 9.375rem;
	padding-left: 2.5625rem;
	padding-right: 2.5625rem;
	padding-top: 6.25rem;
}

.p-contact--recruit_subtitle {
	font-size: 0.8125rem;
}

.p-contact--recruit_title {
	font-size: 1.875rem;
}

.p-contact-recruit_text {
	color: #444;
	font-size: 1.0625rem;
	letter-spacing: 0.005em;
	line-height: 1.7;
	margin-top: 4.375rem;
}

.p-contact-recruit_bar {
	margin: 0;
	margin-top: 4.375rem;
	width: 100%;
}

.p-contact-recruit_line {
	margin-top: 4.375rem;
}

.p-contact-recruit_line-text,
.p-contact-recruit_indeed-text {
	color: #444;
	font-size: 1.0625rem;
	letter-spacing: 0.005em;
	line-height: 1.7;
	text-align: center;
}

.p-contact-toriatsukai {
	padding-top: 7.6875rem;
}

.p-contact-toriatsukai_title {
	font-size: 1.875rem;
}

.p-contact-toriatsukai_list {
	padding-bottom: 4.375rem;
	padding-top: 4.375rem;
}

.p-toriatsukai_mt94 {
	margin-top: 5.5rem;
}

.p-toriatsukai_mt50 {
	margin-top: 4.375rem;
}

.p-toriatsukai_mt30 {
	margin-top: 3.125rem;
}

.p-toriatsukai_mt20 {
	margin-top: 1.875rem;
}

.p-toriatsukai_mt10-50 {
	margin-top: 3.125rem;
}

.p-employee-interview {
	padding-bottom: 5rem;
	padding-top: 9.1875rem;
}

.p-employee-interview_inner {
	padding-left: 3.75rem;
	padding-right: 3.75rem;
}

.p-employee-interview_title {
	font-size: 1.875rem;
}

.p-employee-interview_subtitle {
	font-size: 1.25rem;
	margin-top: 0.75rem;
}

.p-employee-interview_text {
	font-size: 1.0625rem;
	line-height: 1.54615;
	margin-top: 2.3125rem;
}

.p-employee-interview_lists {
	margin-top: 4.375rem;
}

.p-employee-interview_cards {
	margin-top: 4.375rem;
}

.p-employee-interview_cards li + li {
	margin-top: 4.375rem;
}

.p-employee-interview_cards .c-card {
	height: 42.4rem;
	max-height: none;
	max-width: 40rem;
	padding: 1.4rem 2rem 2rem;
	width: 100%;
}

.p-employee-interview_cards .c-card_info {
	margin-top: 2.375rem;
}

.p-employee-interview_cards .c-card_title {
	height: 5rem;
	line-height: 1.45;
	margin-top: 1.25rem;
}

.p-employee-interview_cards .c-card_category {
	font-size: 0.9375rem;
	line-height: 1.4;
	padding: 0.4375rem 1rem;
}

.p-employee-interview_cards .c-card_date {
	bottom: 2rem;
}

.p-evendblog_one-card_content {
	max-width: 23.25rem;
}

.p-evendblog_one-card_button a {
	padding: 5px 70px;
}

.p-evendblog_two-card {
	margin-top: 4rem;
}

.p-evendblog_two-card_content {
	max-width: 23.25rem;
}

.p-evendblog_two-card_content + .p-evendblog_two-card_content {
	margin-top: 2.625rem;
}

.p-footer {
	background-color: transparent;
	overflow: hidden;
	padding-bottom: 12.6875rem;
	padding-top: 6.25rem;
}

.p-footer_sp {
	display: none;
}

.p-footer_privacy-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0;
}

.p-footer_privacy {
	color: #fff;
	font-size: 0.9375rem;
	margin-right: 1.25rem;
	margin-top: 0;
	position: relative;
	z-index: 1;
}

.p-footer_privacy2 {
	color: #fff;
	font-size: 0.9375rem;
	margin-top: 0;
	position: relative;
	z-index: 1;
}

.p-footer_copy {
	color: #fff;
	font-size: 0.8125rem;
}

.p-fukuoka-bpo .slick-slider .slick-list {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}

.p-jinzai-blog {
	border-radius: 0px 0px 30px 30px;
	padding-top: 0;
}

.p-jinzai-bunya {
	padding-bottom: 9.5625rem;
	padding-top: 9.5rem;
}

.p-jinzai-bunya_title {
	font-size: 1.875rem;
}

.p-jinzai-bunya_title::after {
	bottom: -1.0625rem;
}

.p-jinzai-bunya_wrap {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.75rem;
	max-width: 642px;
}

.p-jinzai-bunya_item {
	margin-top: 0;
	width: 34%;
}

.p-jinzai-bunya_item img {
	max-width: 10.9375rem;
	width: 100%;
}

.p-jinzai-bunya_text {
	font-size: 1.25rem;
	margin-top: 1.125rem;
}

.p-jinzai-head_box-wrap {
	padding-bottom: 2.8125rem;
}

.p-jinzai-head_box {
	padding-bottom: 5rem;
	padding-top: 6.125rem;
}

.p-jinzai-head_box::after {
	border-left: 130px solid transparent;
	border-right: 130px solid transparent;
	border-top: 140px solid #fff;
	bottom: -4.375rem;
}

.p-jinzai-head_text {
	font-size: 1.0625rem;
	line-height: 1.7;
	padding-left: 1.6875rem;
}

.p-jinzai-head_ippan {
	margin-top: 4.625rem;
}

.p-jinzai-head_ippan-name {
	border-radius: 3.125rem;
	font-size: 1.75rem;
	height: 3.5625rem;
	letter-spacing: 0.1em;
	line-height: 3.5625rem;
	width: 23.75rem;
}

.p-jinzai-head_ippan-img {
	max-width: 25.375rem;
	padding-left: 0.8125rem;
	padding-top: 0.8125rem;
}

.p-jinzai-head_evand {
	margin-top: 6.3125rem;
}

.p-jinzai-head_evand-name {
	border-radius: 3.125rem;
	height: 3.5625rem;
	width: 23.75rem;
}

.p-jinzai-head_evand-name img {
	width: 7.375rem;
}

.p-jinzai-head_evand-img {
	max-width: 29.0625rem;
	padding-left: 2.875rem;
	padding-top: 2.0625rem;
}

.p-jinzai-head_bluebox {
	margin-top: -5.1875rem;
	padding-bottom: 5rem;
	padding-left: 2.8125rem;
	padding-top: 7.9375rem;
}

.p-jinzai-head_bluebox-text {
	font-size: 1.875rem;
	line-height: 1.6;
}

.p-jinzai1_img1 {
	margin-top: 4.4375rem;
	max-width: 27.3125rem;
	width: 81%;
}

.p-jinzai1_text1 {
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin-top: 3.6875rem;
}

.p-jinzai1_img2 {
	margin-top: 5.5625rem;
}

.p-jinzai1_img2::before {
	padding-top: 40.1%;
}

.p-jinzai1_follow {
	border-radius: 50px;
	font-size: 1.25rem;
	height: 5.375rem;
	letter-spacing: 0.075rem;
	padding-top: 1rem;
	width: 26.875rem;
}

.p-jinzai1_text2 {
	line-height: 1.7;
	margin-top: 3.75rem;
}

.p-jinzai_course {
	font-size: 1.25rem;
	height: 3.25rem;
	letter-spacing: 0.15em;
	line-height: 1;
	margin-top: 4.5625rem;
	padding-top: 1rem;
	width: 27rem;
}

.p-jinzai1_img3 {
	max-width: 25.125rem;
}

.p-jinzai1_img4 {
	margin-top: 1.8125rem;
	max-width: 25.25rem;
}

.p-jinzai2_text1 {
	letter-spacing: 0.07em;
	margin-top: 3.9375rem;
}

.p-jinzai2_img1 {
	margin-top: 4.4375rem;
	max-width: 27.4375rem;
}

.p-jinzai2_img2 {
	margin-top: 3.9375rem;
}

.p-jinzai2_shadow {
	padding-bottom: 6.375rem;
}

.p-jinzai2_shadow::after {
	border-left: 120px solid transparent;
	border-right: 120px solid transparent;
	border-top: 140px solid #fff;
	bottom: -11.875rem;
	padding-bottom: 6.3125rem;
}

.p-jinzai2_bluebox {
	padding-bottom: 5rem;
	padding-top: 8.75rem;
}

.p-jinzai2_text2 {
	font-size: 1.875rem;
}

.p-jinzai2-box2 {
	margin-top: 1.875rem;
	padding-top: 6rem;
}

.p-jinzai2_img3 {
	margin-top: 4.375rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-jinzai3_title {
	font-size: 1.25rem;
	line-height: 1.5;
}

.p-jinzai3_text {
	font-size: 1.0625rem;
	letter-spacing: 0.06em;
	margin-top: 4.3125rem;
	padding-left: 2.5625rem;
	padding-right: 2.5625rem;
}

.p-jinzai3_img {
	margin-top: 6.875rem;
}

.p-jinzai4_text {
	letter-spacing: 0.06em;
	line-height: 1.9;
}

.p-job-description {
	padding-bottom: 6.25rem;
	padding-top: 8.5625rem;
}

.p-job-description_inner {
	max-width: none;
	padding-left: 4.375rem;
	padding-right: 4.375rem;
}

.p-job-description_title {
	font-size: 1.875rem;
}

.p-job-description_list {
	margin-top: 5.1875rem;
}

.p-job-description_term {
	font-size: 1.25rem;
	margin-top: 3.125rem;
}

.p-job-description_term span {
	font-size: 1.0625rem;
	margin-left: 1.25rem;
}

.p-job-description_term span::before {
	border: 0.233125rem solid transparent;
	border-right: 0.66625rem solid;
	left: -0.625rem;
}

.p-job-description_description {
	font-size: 1.0625rem;
	line-height: 1.70588;
}

.p-job-description_description > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-job-description_description span {
	display: inline-block;
	font-size: 0.8125rem;
	line-height: 1.461538;
}

.p-job-description_box {
	margin-top: 1.875rem;
}

.p-job-description_career-text {
	border-radius: 0.9375rem;
	line-height: 1.77;
	margin-top: 1.875rem;
	padding: 0 1.5625rem;
}

.p-job-description_box::after {
	height: 4.965rem;
	margin-left: 0.98125rem;
	min-width: 4.965rem;
	width: 4.965rem;
}

.p-job-description_text {
	font-size: 1.0625rem;
	line-height: 1.470588;
	max-width: none;
	min-width: 20.5rem;
	padding: 0.625rem 1.0625rem 0.625rem 1.0625rem;
}

.p-job-description_text::after {
	border: 0.3065625rem solid transparent;
	border-left: 0.674375rem solid;
	right: -0.75rem;
}

.p-job-description_base {
	margin-top: 4.3125rem;
}

.p-job-description_description-img {
	margin-top: 1.875rem;
	width: 27rem;
}

.p-job-description .p-job-description_base .slick-list {
	-webkit-transform: translateX(-32px);
	transform: translateX(-32px);
}

.p-kagayaku {
	overflow: hidden;
}

.p-kagayaku_box {
	border-bottom-left-radius: 1500px 1200px;
	border-bottom-right-radius: 1500px 1200px;
	padding-bottom: 11.375rem;
}

.p-kagayaku_title {
	font-size: 1.875rem;
}

.p-kagayaku_title::after {
	bottom: -0.625rem;
}

.p-kagayaku_text {
	font-size: 1.0625rem;
	margin-top: 2.25rem;
}

.p-kagayku_text2 {
	font-size: 1.0625rem;
	line-height: 1.7;
	margin-left: 1.875rem;
	margin-top: 2.1875rem;
	padding-left: 0;
	text-align: left;
}

.p-kagayaku_flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: -0.4375rem;
}

.p-kagayaku_svg {
	width: 22.5rem;
}

.p-newsrelease {
	padding-top: 9.25rem;
}

.p-newsrelease_title {
	font-size: 1.875rem;
	letter-spacing: 0.05em;
}

.p-newsrelease_title::after {
	bottom: -1.125rem;
}

.p-newsrelease_box {
	margin-top: 5.8125rem;
}

.p-newsrelease_box ul li {
	margin-top: 0.9375rem;
}

.p-newsrelease_link {
	padding-bottom: 0.625rem;
}

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

.p-newsrelease_link span {
	font-size: 1.0625rem;
	margin-top: -0.3125rem;
}

.p-newsrelease_btn {
	margin-top: 2.875rem;
}

.p-newsrelease_btn a {
	font-size: 0.9375rem;
	height: 2.125rem;
	width: 12.5rem;
}

.p-numbers-list_list li + li {
	margin-top: 9.375rem;
}

.p-numbers-list_kv-wrap {
	padding-left: 0;
	padding-right: 0;
}

.p-numbers-list_kv::after {
	font-size: 16.8125rem;
	left: 3.75rem;
}

.p-numbers-list_box {
	padding-bottom: 9.375rem;
	padding-top: 6.25rem;
}

.p-numbers-list_title {
	font-size: 1.875rem;
	line-height: 1.2333;
	margin-bottom: 4.375rem;
}

.p-numbers-list_imgs {
	width: 27rem;
}

.p-numbers-list_img + .p-numbers-list_img {
	margin-top: 4.375rem;
}

.p-numbers {
	height: 60.326875rem;
}

.p-numbers::before {
	height: 57.826875rem;
	width: 57.826875rem;
}

.p-numbers_inner {
	margin-bottom: 0.1875rem;
	margin-top: 0;
	padding-left: 4.375rem;
	padding-right: 4.375rem;
}

.p-numbers_title {
	font-size: 1.875rem;
}

.p-numbers_text {
	font-size: 1.0625rem;
	margin-top: 4.375rem;
}

.p-numbers_img {
	margin-top: 6.875rem;
	width: 26.508125rem;
}

.p-numbers_button {
	margin-top: 4.5rem;
}

.p-numbers_button a {
	padding: 0.3125rem 4.6875rem;
}

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

.p-overview-base_title {
	font-size: 1.875rem;
}

.p-overview-base_title::after {
	margin-top: 0.9375rem;
}

.p-overview-base_img {
	margin-top: 4.375rem;
}

.p-overview-base .slick-list {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}

.p-overview_inner {
	padding-left: 0;
	padding-right: 0;
}

.p-overview_list {
	padding: 0 4.375rem 9.375rem;
}

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

.p-recruit-career_box {
	margin-top: 6.25rem;
	padding-bottom: 9.375rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 6.4375rem;
}

.p-recruit-career_name {
	font-size: 1.0625rem;
	height: 2.5rem;
	width: 22.25rem;
}

.p-recruit-career_lead {
	font-size: 1.4375rem;
	line-height: 1.43478;
	margin-top: 1.875rem;
}

.p-recruit-career_text {
	font-size: 1.0625rem;
	letter-spacing: 0.07em;
	line-height: 1.70588;
	margin-top: 4.375rem;
}

.p-recruit-career_course {
	font-size: 1.25rem;
	height: 3.25rem;
	letter-spacing: 0.15em;
	line-height: 1;
	margin-top: 6.25rem;
	padding-top: 1rem;
	width: 27rem;
}

.p-recruit-career_img-01 {
	margin-top: 6.25rem;
}

.p-recruit-career_img-02 {
	margin-top: 1.875rem;
}

.p-recruit-career_img-03 {
	margin-top: 6.25rem;
}

.p-recruit-friend {
	padding-top: 9.0625rem;
}

.p-recruit-friend_lead {
	font-size: 1.25rem;
	margin-top: 4.375rem;
}

.p-recruit-friend_text {
	font-size: 1.0625rem;
	letter-spacing: 0.07em;
	margin-top: 4.375rem;
}

.p-recruit-friend_img {
	margin-top: 4.375rem;
}

.p-recruit-hataraku_wrap {
	overflow: hidden;
}

.p-recruit-hataraku {
	border-bottom-left-radius: 1500px 1200px;
	border-bottom-right-radius: 1500px 1200px;
	padding-bottom: 11.25rem;
	padding-top: 9.8125rem;
}

.p-recruit-hataraku_title {
	font-size: 1.875rem;
	line-height: 1.48;
}

.p-recruit-hataraku_text {
	font-size: 1.0625rem;
	line-height: 1.70588;
	margin-top: 5.3125rem;
}

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

.p-recruit-saiyou {
	background-image: -webkit-gradient(linear, left top, right top, from(#E3AAAA), color-stop(81.5%, #E3AAAA), color-stop(81.5%, transparent), to(transparent));
	background-image: linear-gradient(to right, #E3AAAA 0%, #E3AAAA 81.5%, transparent 81.5%, transparent 100%);
	padding-bottom: 9.375rem;
	padding-top: 9.375rem;
}

.p-recruit-saiyou_box + .p-recruit-saiyou_box {
	margin-top: 9.375rem;
}

.p-recruit-saiyou_title {
	letter-spacing: 0.05em;
}

.p-recruit-saiyou_img {
	margin-top: 1.875rem;
}

.p-recruit-saiyou_button {
	margin-top: 3.125rem;
}

.p-saas-bunya {
	padding-bottom: 9.5rem;
	padding-top: 9.375rem;
}

.p-saas-bunya_wrap {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.5rem;
	max-width: 37.5rem;
}

.p-saas-bunya_item {
	margin-top: 0;
	width: 45%;
}

.p-saas-bunya_item img {
	width: 10.625rem;
}

.p-saas-bunya_text {
	font-size: 1.25rem;
	margin-top: 1.0625rem;
}

.p-saas-head_box {
	padding-bottom: 9.375rem;
	padding-left: 2.5625rem;
	padding-right: 2.5625rem;
	padding-top: 6.25rem;
}

.p-saas-head_text {
	font-size: 1.0625rem;
	line-height: 1.7;
}

.p-saas-head_img1 {
	margin-top: 4.375rem;
}

.p-saas-head_link {
	margin-top: 4.375rem;
	max-width: 26.5625rem;
}

.p-saas-head_img2 {
	margin-top: 4.375rem;
}

.p-saas1_text1 {
	margin-top: 3.9375rem;
}

.p-saas1_img1 {
	padding: 0;
}

.p-saas_shadow {
	padding-bottom: 6.375rem;
}

.p-saas_shadow::after {
	border-left: 120px solid transparent;
	border-right: 120px solid transparent;
	border-top: 140px solid #fff;
	bottom: -11.875rem;
	padding-bottom: 6.3125rem;
}

.p-saas_bluebox {
	padding-bottom: 5rem;
	padding-top: 8.75rem;
}

.p-saas1_text3 {
	gap: 20px;
	font-size: 1.125rem;
}

.p-saas1_20 {
	font-size: 3rem;
}

.p-saas1_kaizen {
	font-size: 1.75rem;
}

.p-saas1_text4 {
	font-size: 1.6875rem;
}

.p-saas2_text1 {
	margin-top: 3.8125rem;
}

.p-saas2_text2 {
	margin-top: 3.4375rem;
}

.p-saas2_img1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.375rem;
	padding: 0;
}

.p-saas2_link {
	margin-top: 4.375rem;
	padding: 0;
}

.p-saas3_text1 {
	margin-top: 3.9375rem;
}

.p-saas3_text2 {
	margin-top: 1.625rem;
}

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

.p-ses-bunya {
	padding-bottom: 9.5rem;
}

.p-ses-bunya_title {
	font-size: 1.875rem;
}

.p-ses-bunya_wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.5rem;
	max-width: 37.5rem;
}

.p-ses-bunya_item {
	margin-top: 0;
}

.p-ses-bunya_item img {
	width: 10.625rem;
}

.p-ses-bunya_text {
	font-size: 1.25rem;
	margin-top: 1.0625rem;
}

.p-ses-bunya_sub {
	font-size: 0.8125rem;
}

.p-ses-head_box {
	padding-bottom: 9.375rem;
	padding-left: 2.5625rem;
	padding-right: 2.5625rem;
	padding-top: 6.25rem;
}

.p-ses-head_text {
	font-size: 1.0625rem;
	line-height: 1.7;
}

.p-ses-head_img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.6875rem;
	max-width: 26.875rem;
}

.p-ses1_text1 {
	margin-top: 3.75rem;
}

.p-ses1_img {
	margin-top: 6.25rem;
}

.p-ses2_text1 {
	margin-top: 3.8125rem;
}

.p-ses2_text2 {
	margin-top: 3.4375rem;
}

.p-ses2_img1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.1875rem;
	max-width: 28.25rem;
	padding-left: 0;
	padding-right: 0.625rem;
}

.p-ses3_text1 {
	margin-top: 3.9375rem;
}

.p-ses3_text2 {
	margin-top: 1.625rem;
}

.p-ses3_text3 {
	margin-top: 1.5625rem;
}

.p-ses3_img {
	margin-top: 4.3125rem;
}

.p-shinsotsu-bottom {
	border-bottom: none;
	border-radius: 0px 0px 30px 30px;
}

.p-shinsotsu-bottom .c-bar {
	width: 66%;
}

.p-shinsotsu-bottom_inner {
	border-radius: 0px 0px 30px 30px;
	padding: 6.25rem 4.375rem 9.375rem;
}

.p-shinsotsu-bottom_text {
	font-size: 1.0625rem;
	line-height: 1.70588;
	margin-top: 4.375rem;
	text-align: center;
}

.p-shinsotsu-bottom_img {
	margin-top: 4.375rem;
}

.p-shinsotsu-bottom_box.--flow .p-shinsotsu-bottom_img {
	max-width: 22.5rem;
}

.p-shinsotsu-bottom_box.--entry .p-shinsotsu-bottom_img {
	max-width: 16.25rem;
}

.p-shinsotsu-bottom_button {
	display: none;
}

.p-shinsotsu-head_box {
	padding-bottom: 9.375rem;
	padding-top: 6.25rem;
}

.p-shinsotsu-head_text {
	font-size: 1.0625rem;
	letter-spacing: 0.06em;
	line-height: 1.70588;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-shinsotsu-head_img {
	margin-top: 9.375rem;
}

.p-single-btn {
	padding-bottom: 9.375rem;
}

.p-single-btn_link {
	font-size: 0.9375rem;
	width: 12.5rem;
}

.p-single-content {
	padding-bottom: 5.3125rem;
}

.p-single-content h3.p-single-content_subtitle {
	font-size: 1.25rem;
	padding-left: 4rem;
	padding-right: 4rem;
}

.p-single-content h2.p-single-content_title {
	font-size: 1.875rem;
	padding-left: 4rem;
	padding-right: 4rem;
}

.p-single-content_date {
	font-size: 0.8125rem;
	padding-left: 4rem;
	padding-right: 4rem;
}

.p-single-content_tax {
	margin-top: 4.375rem;
	padding-left: 4rem;
	padding-right: 4rem;
}

.p-single-content_thumbnail {
	margin-top: 4.375rem;
}

.p-single-content_body {
	padding-left: 4rem;
	padding-right: 4rem;
	padding-top: 4.375rem;
}

.p-single-content_foot {
	padding-top: 5.375rem;
}

.p-single-content_sns {
	gap: 3.125rem;
}

.p-single-content p.p-single-content_share {
	font-size: 1.375rem;
	line-height: 2.25rem;
	padding: 0.0625rem 2.3125rem;
}

.p-single-content_link {
	width: 3.125rem;
}

.p-single-pickup .l-blog_inner {
	padding-left: 2rem;
	padding-right: 2rem;
}

.p-single-pickup_box {
	padding-bottom: 4.875rem;
	padding-top: 6.25rem;
}

.p-single-pickup_card {
	margin-top: 3.125rem;
}

.p-single-pickup_btn {
	margin-top: 3.125rem;
}

.p-single-recruit {
	padding-top: 10rem;
}

.p-single-recruit .l-inner-15 {
	padding-left: 4rem;
	padding-right: 4rem;
}

.p-single-recruit_box {
	padding-bottom: 9.375rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 6.25rem;
}

.p-single--recruit_subtitle {
	font-size: 0.8125rem;
}

.p-single--recruit_title {
	font-size: 1.875rem;
}

.p-single-recruit_bar {
	background-color: #444;
	height: 0.0625rem;
	margin-bottom: 4.375rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.375rem;
	width: 99%;
}

.p-single-recruit_item + .p-single-recruit_item {
	margin-top: 6.25rem;
}

.p-single-recruit_shinsotsu {
	font-size: 1.875rem;
}

.p-single-recruit_tyuto {
	font-size: 1.875rem;
}

.p-single-recruit_text {
	font-size: 1.0625rem;
	text-align: center;
}

.p-single-recruit_img1 {
	margin-top: 1.875rem;
	width: 22.25rem;
}

.p-single-sns {
	border-radius: 0px 0px 30px 30px;
	padding-bottom: 12.5rem;
	padding-top: 9.375rem;
}

.p-single-sns_title {
	font-size: 1.25rem;
}

.p-single-sns_box {
	margin-top: 3rem;
	max-width: 22.25rem;
}

.p-single-sns_link {
	width: 4.1875rem;
}

.p-single-tax {
	padding-bottom: 4.375rem;
	padding-left: 4rem;
	padding-right: 4rem;
	padding-top: 3.625rem;
}

.p-single-tax_box {
	padding-bottom: 5.75rem;
	padding-left: 2.3125rem;
	padding-right: 2.3125rem;
	padding-top: 4.75rem;
}

.p-single-tax_box::before {
	border-width: 0 24px 42px 24px;
}

.p-single-tax_title {
	font-size: 1.875rem;
}

.p-single-tax_category {
	margin-top: 2.5625rem;
}

.p-single-tax_cat-link {
	font-size: 1.6875rem;
	height: 7rem;
	width: 35.375rem;
}

.p-single-tax_cat-link span {
	font-size: 1.25rem;
}

.p-single-tax_tag {
	gap: 0.9375rem;
	margin-top: 1.25rem;
}

.p-single-tax_tag-link {
	font-size: 1.0625rem;
}

.p-single-topFV {
	height: auto;
}

.p-single-topFV_logo {
	display: none;
}

.p-single-topFV_img {
	display: block;
	position: relative;
	width: 100%;
}

.p-single-topFV_img::before {
	padding-top: 140.364%;
}

.p-single-topFV_box {
	display: block;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-single-topFv_subtitle {
	font-size: 1.3125rem;
}

.p-single-topFV_title {
	font-size: 4.9375rem;
}

.p-single h2,
.p-single h3 {
	margin-bottom: 4.375rem;
}

.p-single h4,
.p-single h5,
.p-single h6 {
	margin-bottom: 1.875rem;
}

.p-single h2 {
	font-size: 1.25rem;
}

.p-single h3 {
	font-size: 1.125rem;
}

.p-single h4 {
	font-size: 1rem;
}

.p-single h5 {
	font-size: 0.875rem;
}

.p-single h6 {
	font-size: 0.75rem;
}

.p-single p {
	font-size: 1.0625rem;
	margin-bottom: 3.125rem;
}

.p-single ul,
.p-single ol {
	margin-bottom: 1.875rem;
}

.p-single blockquote {
	margin-bottom: 1.875rem;
}

.p-single .wp-block-image {
	margin-bottom: 1.875rem;
}

.p-single figcaption {
	font-size: 0.8125rem;
}

.p-single table {
	margin-bottom: 1.875rem;
}

.p-single .wp-block-gallery {
	margin-bottom: 1.875rem;
}

.p-single hr {
	margin: 5rem 0;
}

.p-syoukai-bunya {
	padding-bottom: 9.5rem;
	padding-top: 8.75rem;
}

.p-syoukai-bunya_title {
	font-size: 1.875rem;
}

.p-syoukai-bunya_img {
	margin-top: 5.375rem;
	max-width: 36.0625rem;
}

.p-syoukai-head_box {
	padding-bottom: 2.875rem;
	padding-left: 2.5625rem;
	padding-right: 2.5625rem;
	padding-top: 6.125rem;
}

.p-syoukai-head_text {
	font-size: 1.0625rem;
	line-height: 1.7;
}

.p-syoukai-head_img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.4375rem;
	max-width: 27rem;
}

.p-syoukai1 {
	padding-bottom: 9.375rem;
}

.p-syoukai1_text1 {
	margin-top: 3.75rem;
}

.p-syoukai1_text2 {
	margin-top: 1.4375rem;
}

.p-syoukai1_text3 {
	margin-top: 1.75rem;
}

.p-syoukai1_img1 {
	margin-top: 4.3125rem;
	width: 60.89%;
}

.p-syoukai1_img2 {
	margin-top: 4.25rem;
}

.p-syoukai1_img3 {
	margin-top: 6.3125rem;
}

.p-syoukai1_img4 {
	margin-top: 6.125rem;
}

.p-syoukai2_text1 {
	margin-top: 3.875rem;
}

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

.p-syoukai2_img {
	margin-top: 4.125rem;
}

.p-syoukai3_text1 {
	margin-top: 3.5625rem;
}

.p-syoukai3_text2 {
	margin-top: 1.75rem;
}

.p-syoukai3_img::before {
	padding-top: 42.613%;
}

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

.p-topBusiness_bg::after {
	height: 57.9375rem;
	left: -48%;
	top: 10%;
	width: 57.9375rem;
}

.p-topBusiness_img {
	margin-top: 7rem;
	margin-top: 8.1875rem;
}

.p-topBusiness_box {
	margin-top: 3.1875rem;
	max-width: 23.25rem;
}

.p-topBusiness_text {
	font-size: 1.0625rem;
	letter-spacing: 0.1em;
}

.p-topBusiness_button {
	margin-top: 3rem;
}

.p-topBusiness_button a {
	padding: 0.3125rem 4.5625rem;
}

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

.p-topCompany_head {
	margin-top: 4.1875rem;
}

.p-topCompany_head::after {
	width: 69%;
}

.p-topCompany_img::before {
	padding-top: 84.6354%;
}

.p-topCompany_lead {
	bottom: -1.75rem;
	left: 4%;
	width: 22.1875rem;
}

.p-topCompany_body {
	margin-top: 1.625rem;
	padding-left: 0;
	padding-right: 0;
}

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

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

.p-topCompany_button a {
	padding: 0.3125rem 4.5625rem;
}

.p-topEvandblog {
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	overflow: visible;
	padding-bottom: 6.25rem;
	padding-top: 8.5rem;
	position: relative;
}

.p-topEvandblog_slider-wrap {
	position: relative;
	width: 100vw;
}

.p-topEvandblog_cards {
	display: block;
	margin-top: 3.6875rem;
	padding-bottom: 4.375rem;
}

.slick-list {
	padding-bottom: 0.625rem;
}

.p-topEvandblog_cards li {
	margin-right: 2.375rem;
	margin-top: 0;
}

.p-topEvandblog_cards li:nth-child(n+4) {
	display: block;
}

.p-topEvandblog_button {
	bottom: 6rem;
	margin-top: 0;
	position: absolute;
	right: 2.5rem;
}

.p-topEvandblog_button a {
	padding: 0.3125rem 4.5625rem;
}

.p-topFV_logo {
	left: 5.375rem;
	top: 4.5625rem;
	width: 138px;
}

.p-topFV_img::before {
	padding-top: 141%;
}

.p-topFV_img picture img {
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.p-topFV_lead {
	bottom: 0;
	max-width: 500px;
	right: 1.25rem;
	width: 65%;
}

.p-topFV_box {
	top: 50%;
}

.p-topFv_subtitle {
	font-size: 1.3125rem;
}

.p-topFV_title {
	font-size: 4.9375rem;
}

.p-topRecruit {
	padding-bottom: 11.5625rem;
	padding-top: 1.1875rem;
}

.p-toprecruit_bg::after {
	height: 57.9375rem;
	left: 26%;
	top: 10%;
	width: 57.9375rem;
}

.p-topRecruit_des {
	font-size: 1.5625rem;
	font-weight: bold;
	margin-left: 0;
	margin-top: 8.125rem;
	padding-right: 2.6875rem;
	text-align: right;
}

.p-topRecuit_img {
	margin-top: 1.4375rem;
}

.p-topRecruit_box {
	letter-spacing: 0.1em;
	margin-left: 42%;
	margin-top: 2.6875rem;
	max-width: 23.25rem;
}

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

.p-topRecruit_button {
	margin-top: 1.4375rem;
}

.p-topRecruit_button a {
	padding: 0.3125rem 4.5625rem;
}

.p-torihiki {
	padding-bottom: 7.1875rem;
	padding-top: 7.5625rem;
	z-index: 2;
}

.p-torihiki::before {
	height: 0.5rem;
	top: -0.5rem;
	width: 62%;
}

.p-torihiki_box {
	grid-template-columns: repeat(auto-fit, minmax(7.9375rem, 1fr));
	max-width: 38.75rem;
}

.p-torihiki_item {
	width: 7.9375rem;
}

.p-underFV_logo {
	display: none;
}

.p-underFV_img::before {
	padding-top: 71.6145%;
}

.p-underFV_bg {
	margin-top: -6.5625rem;
	padding-bottom: 7.25rem;
	padding-top: 2.5625rem;
}

.p-underFV_bg.u-overview {
	margin-left: 0;
	margin-right: 0;
	margin-top: -2.9375rem;
	padding-bottom: 4.375rem;
	padding-top: 6.25rem;
}

.p-underFV_bg.u-numbers {
	margin-left: 3.75rem;
	margin-right: 3.75rem;
	padding-bottom: 5.625rem;
}

.c-underFV_catch {
	bottom: -2.375rem;
	right: 3.125rem;
	width: 16.875rem;
}

.c-underFV_catch.u-ceo {
	bottom: -4.6875rem;
	right: 3.75rem;
	width: 17.6875rem;
}

.c-underFV_catch.c-vision {
	bottom: -4.375rem;
	right: 3.75rem;
	width: 17.5rem;
}

.c-underFV_catch.c-chuto {
	bottom: -2.5rem;
	right: 3.75rem;
	width: 15.8125rem;
}

.c-underFV_catch.u-recruit {
	right: 3.75rem;
	width: 33.875rem;
}

.c-underFV_catch.u-shinsotsu {
	bottom: -1.875rem;
	right: 3.75rem;
	width: 16.5rem;
}

.p-underRead {
	padding-bottom: 8.9375rem;
	padding-top: 6.125rem;
}

.p-underRead_text {
	font-size: 1.25rem;
	line-height: 1.9;
	padding-left: 2.125rem;
}
.mensetusan {
    color: #1a0dab;
    line-height: 1.9;
    padding-left: 2.125rem;
}

.mensetusan:hover {
    color: #1a0dab;
	text-decoration:underline;
}

.p-vision-element_box {
	padding-bottom: 9.375rem;
	padding-top: 6.25rem;
}

.p-vision-element_title {
	width: 7.006875rem;
}

.p-vision-element_subtitle {
	font-size: 1.0625rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.9411764;
}

.p-vision-element_img {
	margin-top: 4.375rem;
	width: 27rem;
}

.p-vision-list_item {
	overflow: hidden;
	padding: 5.625rem 4rem 9.375rem;
}

.p-vision-list_item + .p-vision-list_item {
	margin-top: 9.375rem;
}

.p-vision-list_title {
	font-size: 1.875rem;
}

.p-vision-list_title::before {
	font-size: 3.125rem;
	height: 4.375rem;
	margin-bottom: 1.875rem;
	width: 4.375rem;
}

.p-vision-list_read {
	font-size: 1.25rem;
	line-height: 1.8;
	margin-top: 1.875rem;
}

.p-vision-list_box {
	margin-top: 3.75rem;
}

.p-vision-list_text {
	font-size: 1.0625rem;
	letter-spacing: 0.05em;
	line-height: 1.70588;
}

.p-vision-list_img-wrap {
	margin-top: 4.375rem;
}

.p-vision-list_img {
	margin-left: auto;
	margin-right: auto;
	max-width: 27rem;
}

.p-vision-list_support-wrap {
	margin-top: 4.375rem;
}

.p-vision-list_support-title {
	width: 27rem;
}

.p-vision-list_support-list li + li {
	margin-top: 3.75rem;
}

.p-vision-list_support-img {
	margin-right: 1.875rem;
	width: 9.5625rem;
}

.p-vision-list_support-read {
	font-size: 1.0625rem;
	line-height: 1.470588;
}

.p-vision-list_support-label {
	font-size: 1.25rem;
}

.p-vision-list_support-label::before {
	width: 1.875rem;
}

.p-vision-list_capture {
	font-size: 1.75rem;
	margin-bottom: 4.375rem;
}

.p-vision-list_slider2 {
	margin: auto;
	width: 28.125rem;
}

.p-vision-list_slider2 li {
	margin: 0 0.625rem;
}

.p-vision-list_slider2 .slick-list {
	overflow: visible;
}

.p-vision-list_slider2 .slick-track {
	margin-left: 27.5rem;
}

.p-vision-list_slider3 {
	margin-right: -4.375rem;
}

.p-vision-list_slider3 li.slick-slide {
	height: 42.625rem;
	margin: 0;
	margin-right: 70px;
	padding: 4.375rem 3.125rem 0;
	width: 26.966875rem;
}

.p-vision-list_slider3 .p-vision-list_slider-img {
	width: 10.4375rem;
}

.p-vision-list_slider-label {
	font-size: 2.125rem;
	margin-top: 1.875rem;
}

.p-vision-list_slider-description {
	font-size: 1.875rem;
	line-height: 1.83333;
	margin-top: 2.0625rem;
}

.p-vision-list_slider-logo {
	margin-top: 2.3125rem;
	width: 11.17125rem;
}

.p-vision-list_slider3 .p-vision-list_slider3_prev-arrow {
	bottom: -4.375rem;
	display: block !important;
	left: 0;
}

.p-vision-list_slider3 .p-vision-list_slider3_next-arrow {
	bottom: -4.375rem;
	display: block !important;
	left: 3.75rem;
}

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

.p-vision + .p-vision {
	margin-top: 9.5rem;
}

.p-vision_title-wrap {
	padding-bottom: 10rem;
	padding-top: 3.125rem;
}

.p-vision_title {
	font-size: 2.5rem;
}

.p-vision:nth-child(1) .p-vision_catch {
	bottom: -3.8125rem;
	left: 3.75rem;
	width: 23.75rem;
}

.p-vision:nth-child(2) .p-vision_catch {
	bottom: -0.75rem;
	right: 4.25rem;
	width: 18.4375rem;
}

.p-vision_box {
	margin-top: 6.0625rem;
}

.p-vision_inner {
	padding-left: 3.75rem;
	padding-right: 3.75rem;
}

.p-vision_text {
	font-size: 1.0625rem;
	letter-spacing: 0.05em;
	line-height: 1.70588;
}

.p-topFV_img picture .u-border-radius0 {
	border-radius: 0;
}

.u-bpo-page_catch {
	bottom: -2.6875rem;
	right: 4.1875rem;
	width: 18.75rem;
}

.l-scrollcontent.u-margin-top0 {
	margin-top: 0;
}

.u-saas-page_catch {
	bottom: -2.125rem;
	right: 4.375rem;
	width: 13.75rem;
}

.u-ses-page_catch {
	bottom: -1.5625rem;
	right: 3.6875rem;
}

.u-syoukai-page_catch {
	bottom: -3.5rem;
	right: 4.75rem;
	width: 18.5rem;
}

}

@media (min-width: 768px) {

html {
	font-size: 16px;
}

}

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

.l-scrollcontent {
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	overflow: visible;
	width: 48rem;
}

.p-single-topFV_logo {
	display: none;
}

.p-topFV_logo {
	display: none;
}

}

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

.c-under-bar {
	display: none;
}

.p-blog-rightfixed {
	display: block;
	position: absolute;
	right: 5rem;
	top: 6.25rem;
	width: 15.875rem;
}

.p-body {
	position: relative;
}

.p-footer::after {
	display: none;
}

.p-header {
	-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;
	left: 4.875rem;
	position: fixed;
	top: 5.6875rem;
	z-index: 5;
}

.p-pc-rightfixed {
	display: block;
	position: fixed;
	right: 0;
	top: 20.125rem;
	z-index: 2;
}

}
@media(max-width:768px) {
	#top_FV{
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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