/*!
Author: AsterLink
Author URI: https://www.aster-link.co.jp/
Description: 
Version: html5 CSS3
*/
/*--------------------------------------------- 
マトリクス・エスディ社サイト
--------------------------------------------- */

/* 基本構造｜PC
--------------------------------------------- */
/* 全体共通 */
html { 
	font-size: 62.5%;
	width: 100%;
	scroll-behavior: smooth;
 }
body {
	font-family: "Helvetica Neue",Arial,
				"Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 
				"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0.06rem;
	line-height: 2.6rem;
	text-align: justify;
	margin: 0;
	overflow-x: hidden;
}
/* インストール済フォント(適宜代替フォントを追加して使用すること)
font-family: 'Noto Sans JP', sans-serif;(ゴシック)
font-family: 'Noto Serif JP', serif;(明朝)
font-family: 'Nunito Sans', sans-serif; (英数字)*/
.u-pc-only { display: block !important; }
.u-sp-only { display: none !important; }

.u-text-align-center {
	text-align: center;
}
a,
a:visited {
	color: var(--text-color-main);
	text-decoration: none;
}
a img:hover {
	opacity: 0.8;
}
a.u-tel-event {
	pointer-events: none;
	color: black;
}
ol {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
/* メインカラー */
body {
    --primary-color: #19295d;
	--primary-color-bright: #d9e6e9;
    --accent-color: #0098bb;
    --background-color: #f4f4f4;
    --background-primary-color: #dcdfe7;
	--background-accent-color: #e8f4f7;
	--button-color: #19295d;
    --button-color-hover: #0098bb;
	--border-color: #1999bb;
	--color-bright: #fff;
    --form-required: #c00000;
    --form-any: #9fa0a0;
	--text-color-main: #595757;
	--text-color-sub: #6c6c6c;
    --text-link-color: #0098bb;
	--text-link-color-hover: #19295d;
    --decoration-color: #ed6f00;
}
/* 本文構造 */
.l-wide {
    margin: 0;
}
.l-center {
	width:1040px;
    margin: 0 auto;
	padding: 0;
}
.l-flex {
    display: flex;
}
/* リンクボタン 
--------------------------------------------- */
/* ボタン */
.c-button-link {
	position: relative;
	display: inline-block;
	width: 300px;
	background: var(--button-color);
	border-radius: 50px;
	color: var(--color-bright);
	text-align: center;
	padding: 15px 20px;
	overflow: hidden;
	z-index: 1;
	text-decoration: none !important;
}
.c-button-link a,
.c-button-link a:hover,
.c-button-link a:valid {
	color: var(--color-bright);
}
.c-button-link::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--button-color-hover);
	border-radius: 50px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}
.c-button-link:hover::after {
	transform: scale(1, 1);
}
.c-button__text {
	color: var(--color-bright);
	font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.8rem;
}
p.c-button__text {
	margin-bottom: 0 !important;
}
/* 矢印リンク */
.c-arrow-button__link__text {
	position: relative;
	padding-right: 48px;
}
.c-arrow-button__link__text::before {
	position: absolute;
	content: "";
	top: calc(50% - 1px);
	right: 0;
	width: 40px;
	height: 2px;
	border-radius: 9999px;
	background-color: var(--accent-color);
	transition: 0.3s;
}
.c-arrow-button__link__text::after {
	position: absolute;
	content: "";
	top: calc(50% - 1px);
	right: 0;
	width: 10px;
	height: 2px;
	border-radius: 9999px;
	background-color: var(--accent-color);
	transform: rotate(35deg);
	transform-origin: calc(100% - 1px) 50%;
	transition: 0.3s;
}
.c-arrow-button__link__text:hover::before,
.c-arrow-button__link__text:hover::after {
    right: -5px;
}

/* 見出し
--------------------------------------------- */
/* 左に縦線タイプ */
.c-line-title {
	position: relative;
	border-left: 4px solid var(--accent-color);
	margin: 40px 0;
	padding: 10px 0 15px 25px;
}
.c-line-title__middle {
	font-size: 5rem;
	font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	line-height: 5.5rem;
	z-index: 2;
}
/* 左に縦線タイプ・明朝 */
.c-contents__title__middle {
	display: block;
	border-left: 4px solid var(--accent-color);
	font-size: 3.6rem;
	line-height: 4.2rem;
	text-align: left;
	margin: 40px auto 20px;
	padding: 6px 6px 6px 20px;
}
/* 中ページタイトル */
.c-main-title_head {
	font-size: 6rem;
	font-weight: 600;
	line-height: 7rem;
}
/* 左に横線・背景色CC */
.c-left-line-title__middle {
	position: relative;
	background: var(--accent-color);
	color: var(--color-bright);
	font-size: 2rem;
	line-height: 2.4rem;
	padding: 12px 10px 12px 30px;
}
.c-left-line-title__middle::before {
	position: absolute;
	content: "";
	top: calc(50% - 1px);
	left: 0;
	width: 18px;
	height: 2px;
	background: var(--color-bright);
}
/* 装飾用 */
.c-title-lead {
	position: relative;
	display: inline-block;
	align-self: flex-start; 
	background: var(--color-bright);
	color: var(--accent-color);
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.6rem;
	padding: 1px 8px 1px 30px;
}
.c-title-lead::before {
	position: absolute;
	content: "";
	width: 22px;
	height: 2px;
	top: 50%;
	left: 0;
	background: var(--accent-color);
}
/* 装飾用・ゴシック */
.c-title-lead__sans {
	color: var(--primary-color);
	font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 4.5rem;
	letter-spacing: 0.3rem;
}
/* 装飾用文字サイズ */
.c-contents__title__lead {
	color: var(--text-color-sub);
	font-size: 1.4rem;
	line-height: 1.8rem;
	padding-top: 10px;
}
/* 下線 */
.c-contents__title {
	display: block;
	text-align: center;
	margin-bottom: 40px;
	padding: 20px;
}
.c-contents__title__main {
	position: relative;
	color: var(--text-color-main);
	font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 4rem;
	font-weight: 500;
	line-height: 5rem;
	margin-bottom: 20px;
	padding-bottom: 30px
}
.c-contents__title__main::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: calc(50% - 25px);
	width: 50px;
	height: 5px;
	background: var(--accent-color);
}
/* コーポレートカラーに下線 */
.c-contents__title__semi {
	display: block;
	border-bottom: 1px solid var(--accent-color);
	color: var(--accent-color);
	font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 4rem;
	margin: 40px auto 20px;
	padding: 10px 6px;
}
/* 背景に塗り */
.c-contents__title__small {
	display: block;
	background: var(--background-color);
	font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 3.4rem;
	margin: 40px auto 20px;
	padding: 15px 10px;
}
/* 上下に線 */
.c-contents__title__min {
	display: block;
	border-top: 1px solid var(--primary-color);
	border-bottom: 1px solid var(--primary-color);
	font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 2.8rem;
	margin: 40px auto 20px;
	padding: 10px 10px 12px;
}

/* header
--------------------------------------------- */
#l-headbox {
	position: relative;
	background: var(--color-bright);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
	padding: 10px 0;
	z-index: 10;
}
.p-header {
	justify-content: space-between;
}
.p-header__logo__image {
	width: 240px;
	height: 80px;
	object-fit: contain;
	object-position: left center;
}
/* 採用リンクボタン */
.p-header__recruit__list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: -10px;
}
.p-header__recruit__list__item {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin-left: 5px;
}
.p-header__recruit__list__item__text {
	color: var(--text-color-sub);
	font-size: 1.2rem;
	margin-right: 20px;
}
.p-header__recruit__list__item__link {
	position: relative;
	display: block;
	background: var(--primary-color);
	color: var(--color-bright);
	padding: 8px 32px;
}
.p-header__recruit__list__item__link:visited {
	color: var(--color-bright);
}
.p-header__recruit__list__item__link::before {
	position: absolute;
	content: "";
	top: 11px;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--color-bright);
	border-right: 2px solid var(--color-bright);
	transform: rotate(45deg);
}
.p-header__recruit__list__item__link:hover {
	opacity: 0.7;
	transition:0.3s;
}
/* グローバルナビ */
input#global__sp__check {
	display: none;
}
.p-header__g-navi__list {
	justify-content: flex-end;
	padding-top: 20px;
}
.p-header__g-navi__list__item {
	margin-left: 40px;
}
.p-header__g-navi__list__item a {
	position: relative;
	display: inline-block;
	color: var(--text-color-main);
}
.p-header__g-navi__list__item a::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: var(--accent-color);
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
.p-header__g-navi__list__item a:hover::after {
	transform: scale(1, 1);
}

/* パンくずリスト
--------------------------------------------- */
#breadcrumb {
	color: var(--text-color-main);
	font-size: 1.4rem;
	line-height: 1.4rem;
	margin: 15px auto;
}
#breadcrumb ol {
	display: flex;
	padding: 8px 0 10px;
}
#breadcrumb ol li {
	line-height: 2rem;
	margin-right: 35px;
}
#breadcrumb a {
	position: relative;
	display: block;
	transition: .3s;
}
#breadcrumb a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--text-color-main);
	transition: .3s;
	opacity: 1;
}
#breadcrumb a:hover::before {
	opacity: 0;
}
#breadcrumb ol li a::after {
	position: absolute;
	content: "＞";
	top: calc(50% - 6px);
	right: -26px;
}

/* page-top
--------------------------------------------- */
.p-page-top {
	display: block;
	background: var(--accent-color);
	text-align: center;
	padding: 4px 0 8px;
}
.p-page-top a {
	display: block;
}
.p-page-top a img:hover {
	opacity: 1;
}
.p-page-top__text {
	color: var(--color-bright);
	font-size: 1.3rem;
	line-height: 1.3rem;
	padding-top: 8px;
}

/* footer
--------------------------------------------- */
.l-footer {
	background: var(--primary-color);
	color: var(--color-bright);
}
/* サイトマップ */
.p-footer {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--primary-color-bright);
	padding: 50px 0 20px;
}
.p-footer__navi {
	width: 16%;
	color: var(--color-bright);
}
.p-footer__navi__title {
	border-bottom: 2px solid var(--primary-color-bright);
	font-weight: bold;
	padding: 2px 3px;
}
.p-footer__navi__title a {
	color: var(--color-bright);
}
.p-footer__navi__title a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.p-footer__navi__list {
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin: 6px 3px 30px;
}
.p-footer__navi__list__item a {
	position: relative;
	color: var(--color-bright);
}
.p-footer__navi__list__item a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.p-footer__navi__list__item--external-link a::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	bottom: calc(50% - 4px);
	right: -15px;
	background: url(images/icon/icon_link_white.svg) no-repeat;
	background-position: center;
	background-size: contain;
}
/* 企業情報 */
.p-footer__profile--wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	padding: 30px 20px;
}
.p-footer__profile {
	font-size: 1.4rem;
	line-height: 2rem;
}
.p-footer__profile__text a {
	color: var(--color-bright);
}
/* グループ会社 */
.p-footer__group-company {
	justify-content: center;
	align-items: center;
	color: var(--background-color);
}
.p-footer__group-company__title {
	flex-basis: 13%;
	border-right: 1px solid var(--background-color);
	font-size: 1.8rem;
}
.p-footer__group-company__list {
	flex-basis: 85%;
	display: flex;
	flex-wrap: wrap;
	padding-left: 20px;
}
.p-footer__group-company__list__item {
	font-size: 1.5rem;
	line-height: 3rem;
	margin-right: 40px;
}
.p-footer__group-company__list__item a {
	position: relative;
	color: var(--background-color);
}
.p-footer__group-company__list__item a::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	bottom: calc(50% - 4px);
	right: -15px;
	background: url(images/icon/icon_link_white.svg) no-repeat;
	background-position: center;
	background-size: contain;
}
.p-footer__group-company__list__item a:hover {
	opacity: 0.7;
}
/* Copyright */
.p-footer__copyright__text {
	color: #b5b5b6;
	font-size: 1.2rem;
	text-align: right;
	padding: 30px 0 5px;
}

/* INDEX|PC
--------------------------------------------- */
/* メインイメージ */
.p-first-view {
	margin: 0 auto 50px;
}
/* 文字*/
.p-first-view__text-area {
	position: relative;
	padding-top: 50px;
	z-index: 5;
}
.p-first-view__text-area__title {
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 4rem;
	font-weight: 300;
	text-shadow: 2px 1px var(--color-bright);
	line-height: 7rem;
}
.p-first-view__image-area {
	margin: -260px auto 0;
}
.p-first-view__image-area__main {
	width: 100vw;
	height: 720px;
	object-fit: cover;
}

/* スライド
.p-first-view__slide {
	position: relative;
	width: 1470px;
	height: 600px;
	background: url(images/main-img01.jpg) no-repeat;
	overflow: hidden;
}
.p-first-view__slide-image {
	position: absolute;
    top: 0;
	left: 0;
	width:100%;
    height:100%;
	opacity: 0;
	animation: slider-1 24s linear infinite;
}
.p-first-view__slide-image:nth-child(1) {
	background: url(images/main-img01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	animation-delay: -2s;
}
.p-first-view__slide-image:nth-child(2) {
	background: url(images/main-img02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	animation-delay: 6s;
}
.p-first-view__slide-image:nth-child(3) {
	background: url(images/main-img03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	animation-delay: 12s;
}
.p-first-view__slide-image:nth-child(4) {
	background: url(images/main-img04.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	animation-delay: 18s;
}
@keyframes slider-1 {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	4.16% {
		opacity: 1;
	}
	33.33% {
		opacity: 1;
	}
	41.66% {
		opacity: 0;
		transform: scale(1.1);
	}
		100% {
	opacity: 0;
	}
} */

/* TOPお知らせ */
.p-info-area {
	display: block;
	margin-bottom: 50px;
	padding: 0 100px;
}
.p-info-area__news__wrapper {
	margin-bottom: 30px;
}
.p-info-area__news__wrapper__title-area {
	flex-basis: 20%;
}
.p-info-area__news__wrapper__title-area__title {
	position: relative;
	color: var(--primary-color);
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 3rem;
}
.p-info-area__news__wrapper__title-area__title::before {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 0;
	width: 40px;
	height: 3px;
	background: var(--accent-color);
}
.p-info-area__news__wrapper__link-area {
	flex-basis: 80%;
	min-width: 0; 
	border-top: dotted 1px var(--border-color);
}
.p-info-area__news__wrapper__link-area__post {
	border-bottom: dotted 1px var(--border-color);
}
.p-info-area__news__wrapper__link-area__post:hover {
	background: var(--background-accent-color);	
	border-radius: 2px;
	transition: .5s;
}
.p-info-area__news__wrapper__link-area__post__link {
	padding: 22px 10px  20px;
}
.p-info-area__news__wrapper__link-area__post__link__time {
	color: var(--accent-color);
	font-size: 1.3rem;
	font-weight: 600;
	margin-right: 50px;
}
.p-info-area__news__wrapper__link-area__post__link__title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.p-info-area__news__btn {
    display: block;
    margin-left: auto;
}

/* TOP経営理念 */
.l-top-philosophy {
	margin-bottom: 100px;
}
.p-top-philosophy {
	background-position: left -60px center;
	background-size: cover;
}
.p-top-philosophy__paripassu {
	position: relative;
}
.p-top-philosophy__paripassu__title-area {
	position: relative;
	z-index: 10;
}
.c-top-philosophy-title-main {
	color: var(--text-color-main);
	font-family: 'Nunito Sans', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 8rem;
	font-weight: 800;
	line-height: 9rem;
	text-shadow: 4px 4px 0 var(--color-bright);
}
.c-top-philosophy-title-lead {
	color: var(--accent-color);
	font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 4.5rem;
	margin-bottom: 30px;
}
.p-top-philosophy__paripassu__text-area {
	width: 55%;
	margin-bottom: 40px;
}
.p-top-philosophy__paripassu__text-area__text,
.p-top-philosophy__vision__text-area__text {
	margin-bottom: 10px;
}
.p-top-philosophy__vision {
	position: relative;
}
.p-top-philosophy__vision-area {
	padding-left: 45%;
}
.p-top-philosophy__vision__btn {
	display: block;
	margin: 30px auto 0;
}
/* 経営理念画像の位置 */
.p-top-philosophy__paripassu__image-area {
	position: absolute;
	top: -90px;
	right: -300px;
	z-index: 1;
}
.p-top-philosophy__vision__image-area {
	position: absolute;
	top: 0;
	left: -300px;
	margin-bottom: -90px;
}
/* 経営理念画像サイズ */
.c-top-philosophy-image {
	width: 700px;
	height: 560px;
}
.c-top-philosophy-image img {
	width: 700px;
	height: 560px;
	object-fit: cover;
}
/* 経営理念画像JS調整 */
.u-scroll-up {
	opacity: 0; 
	visibility: hidden;
	transform: translateY(200px);
	transition: all 1.5s;
}
.u-scroll-up.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

/* TOP企業情報 */
.l-top-corporate {
	background-position: bottom center;
	background-size: 100vw auto;
	margin: 20px auto 0;
	padding-bottom: 80px;
}
.c-top-title-back {
	color: var(--primary-color-bright);
	font-family: 'Nunito Sans', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10rem;
	font-weight: 800;
	line-height: 10rem;
	letter-spacing: 2px;
	margin-bottom: -65px;
}
.p-top-corporate__title-area__title {
	margin-bottom: 15px;
}
.p-top-corporate__image-area {
	position: relative;
	text-align: center;
}
.p-top-corporate__image-area__illust {
	width: 900px;
	margin: 0 auto 40px;
}
.p-top-corporate__info {
	justify-content: space-between;
	margin-bottom: 80px;
}
.p-top-corporate__info__item {
	flex-basis: 45%;
}
.p-top-corporate__info__item__title {
	border-bottom: 1px solid var(--accent-color);
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.6rem;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.p-top-corporate__info__item__text {
	font-size: 1.4rem;
	letter-spacing: 0;
}
/* 上場マーク */
.p-top-corporate__image-area__listed {
	position: absolute;
	background: var(--text-link-color);
	width: 60px;
	height: 80px;
	object-fit: contain;
	object-position: center;
	bottom: 160px;
	right: 20px;
}
/* 各社リンク */
.p-top-corporate__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -100px auto 40px;
}
.p-top-corporate__list__item {
	position: relative;
	width: 230px;
	height: 100px;
	align-items: center;
	background: var(--color-bright);
	border: 1px solid var(--primary-color-bright);
	margin: 20px 15px;
	transition: .3s;
}
.p-top-corporate__list__item::before {
	position: absolute;
	content: "";
	right: 10px;
	bottom: 10px;
	width: 10px;
	height: 10px;
	background: url(images/icon_link_cc.svg) no-repeat;
	background-size: contain;
}
.p-top-corporate__list__item:hover {
	outline: 1px solid var(--primary-color-bright);
	transform: scale(1.05,1.05);
}
.p-top-corporate__list__item__link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}
.p-top-corporate__list__item__link__logo {
	flex-basis: 38%;
	text-align: center;
	padding: 10px 5px;
}
img.c-top-corporate-logo-big {
	width: 60%;
	height: 60%;
}
img.c-top-corporate-logo-big--more {
	width: 80%;
	height: 80%;
}
.p-top-corporate__list__item__link__logo img:hover {
	opacity: 1;
}
.u-line-1px {
	width: 1px;
	height: 70%;
	background: var(--primary-color-bright);
}
.p-top-corporate__list__item__text {
	flex-basis: 60%;
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 10px 15px 10px 10px;
}
.p-top-corporate__btn {
	display: block;
	margin: 0 auto;
}

/* サービス紹介 */
.l-top-service {
	background: url(images/top/background_index-img01.jpg) no-repeat;
	background-position: center bottom;
	background-size: 100vw auto;
	padding: 100px 0;
}
.p-top-service__title-area__title {
	margin-bottom: 15px;
}
.p-top-service__title-area__text {
	margin-bottom: 10px;
}
.p-top-service__list {
	justify-content: center;
	gap: 50px 30px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.p-top-service__list__item {
	display: block;
	background: var(--color-bright);
	width: 320px;
}
.p-top-service__list__item:hover {
	opacity: 0.8;
}
.p-top-service__list__item__img img {
	width: 320px;
	height: 300px;
	opacity: 1;
}
.p-top-service__list__item__text-area__title {
	border-bottom: solid 2px var(--accent-color);
	color: var(--accent-color);
	font-size: 3rem;
	font-weight: 600;
	line-height: 3.6rem;
	text-align: center;
	padding: 10px 0 5px;
}
.p-top-service__list__item__text-area__text {
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 8px 5px;
}
/* .u-top-service__list-2,
.u-top-service__list-4 {
	padding-top: 70px;
}*/
/* サービスJS調整 */
.u-scroll-up.u-top-service__list-1 {
	opacity: 0; 
	visibility: hidden;
	transform: translateY(100px);
	transition: all 1s;
}
.u-scroll-up.u-top-service__list-2 {
	opacity: 0; 
	visibility: hidden;
	transform: translateY(100px);
	transition: all 1.5s;
}
.u-scroll-up.u-top-service__list-3 {
	opacity: 0; 
	visibility: hidden;
	transform: translateY(100px);
	transition: all 2s;
}
.u-scroll-up.u-top-service__list-4 {
	opacity: 0; 
	visibility: hidden;
	transform: translateY(100px);
	transition: all 2s;
}
.u-scroll-up.u-top-service__list-5 {
	opacity: 0; 
	visibility: hidden;
	transform: translateY(100px);
	transition: all 4s;
}
.u-scroll-up.u-top-service__list-1.is-show,
.u-scroll-up.u-top-service__list-2.is-show,
.u-scroll-up.u-top-service__list-3.is-show,
.u-scroll-up.u-top-service__list-4.is-show,
.u-scroll-up.u-top-service__list-5.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

/* 採用情報 */
.l-top-recruit {
	background: url(images/top/background_index-img02pc.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 20px 0 100px;
}
.p-top-recruit__title-back {
	color: var(--color-bright);
}
.p-top-recruit__title-area__title {
	color: var(text-color-main);
	margin-bottom: 15px;
}
.p-top-recruit__title-area__text {
	color: var(text-color-main);
}
.l-top-recruit__employ {
	justify-content: space-between;
}
.p-top-recruit__employ {
	flex-basis: 48%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 10px 0 rgba(124, 124, 124, 0.5);
	padding: 40px 30px;
}
.p-top-recruit__employ__title {
	color: var(--accent-color);
	font-size: 4rem;
	font-weight: bold;
	line-height: 5rem;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 30px;
}
.p-top-recruit__employ__text {
	font-size: 1.8rem;
	line-height: 2.7rem;
	margin-bottom: 10px;
}
.p-top-recruit__employ__btn {
	display: block;
	align-self: end;
	margin: 20px auto 0;
}
.u-margin--top {
	margin-top: 66px;
}
/* 採用情報JS調整 */
.u-scroll-up.u-top-recruit-1 {
	opacity: 0; 
	visibility: hidden;
	transform: translateY(100px);
	transition: all 1s;
}
.u-scroll-up.u-top-recruit-2 {
	opacity: 0; 
	visibility: hidden;
	transform: translateY(100px);
	transition: all 2s;
}
.u-scroll-up.u-top-recruit-1.is-show,
.u-scroll-up.u-top-recruit-2.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

/* 下層ページ
--------------------------------------------- */
/*　ページ見出し｜common
--------------------------------------------- */ 
/* 背景あり */
.p-common-title {
	display: block;
	width: 100vw;
	height: 260px;
	background: var(--background-color);
	background-size: cover;
}
.p-common-title__text-area {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	height: 100%; 
}
.p-common-title__text-area__head {
	margin-bottom: 10px;
}
.p-common-title__text-area__lead {
	overflow-wrap: break-word;
}
/* common見出しの写真は各ページ毎に以下差し替え */
.p-common-title--corporate {
	background: url(images/head_photo/title-back_corporate.jpg) no-repeat;
}
.p-common-title--business {
	background: url(images/head_photo/title-back_business.jpg) no-repeat;
}
.p-common-title--other {
	background: url(images/head_photo/title-back_other.jpg) no-repeat;
}
.p-common-title--recruit {
	background: url(images/head_photo/title-back_recruit.jpg) no-repeat;
}
.p-common-title--job-seekers {
	background: url(images/head_photo/title-back_job-seekers.jpg) no-repeat;
}
/* タイトル下リード文 */
.u-text-lead {
	font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 5.5rem;
	font-weight: 400;
	line-height: 6rem;
	text-align: right;
	text-shadow: 2px 2px var(--color-bright);
	margin-top: -40px;
}
/* 背景なし */
.l-text-title {
	padding: 50px 0 20px;
}
.p-text-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 150px;
	border-left: 5px solid var(--primary-color);
	text-align: left;
	padding: 15px 0 15px 30px;
}
.p-text-title__head {
	font-size: 3rem;
	font-weight: 600;
	line-height: 4rem;
}
/* 強調文字 */
.u-message-bigger-serif {
	color: var(--text-color-main);
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 10rem;
	font-weight: 500;
	line-height: 12rem;
}
.u-message-bigger-Nunito {
	color: var(--text-color-main);
	font-family: 'Nunito Sans', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 8rem;
	font-weight: 800;
	line-height: 9rem;
}
.u-message-big {
	color: var(--text-color-main);
	font-size: 7rem;
	line-height: 7rem;
}

/* 投稿ページ|PC
--------------------------------------------- */
/*　ニュース
--------------------------------------------- */
/* 一覧（文字リンク） */
.l-post-vertical-news {
	padding: 80px 0;
}
.p-post-vertical__list {
	width: 90%;
	font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto;
}
.p-post-vertical__list__item {
	position: relative;
	background: var(--background-color);
	border-radius: 10px;
	margin-bottom: 15px;
}
.p-post-vertical__list__item a {
	transition: .4s;
}
.p-post-vertical__list__item::before {
	position: absolute;
	content: "";
	top: calc(50% - 7px);
	right: 25px;
	width: 15px;
	height: 15px;
	background: url(images/icon/point_arrow_r-cc.svg) no-repeat;
	background-size: contain;
	transition: .3s;
}
.p-post-vertical__list__item:hover:before {
	right: 23px;
}
.p-post-vertical__list__item:hover {
	background: var(--background-accent-color);
	transition: .4s;
}
.p-post-vertical__list__item__link {
	display: block;
	padding: 40px 45px;
}
.p-post-vertical__list__item__link__text-area {
	align-items: center;
}
.p-post-vertical__list__item__link__text-area__time {
	flex-basis: 16%;
	color: var(--accent-color);
	font-size: 1.5rem;
	line-height: 2rem;
}
.p-post-vertical__list__item__link__text-area__title {
	flex-basis: 80%;
	font-weight: 300;
	line-height: 140%;
}

/* ページネーション */
.c-paginate-link {
	margin: 60px auto;
}
.c-paginate-link__around {
	display: flex;
	list-style: none;
	justify-content: space-between;
}
.c-paginate-link__around li::before {
	display: none;
}
.c-paginate-link__around__item {
	flex-basis: 50%;
    display: block;
	margin: 0px !important;
}
.c-paginate-link__around__item--prev{
	border-right: 1px solid var(--accent-color);
    text-align: left;
	padding-left: 0 !important;
}
.c-paginate-link__around__item--next{
	text-align: right;
	padding-left: 0 !important;
}
.c-paginate-link__around__item a {
	color: var(--accent-color);
}
.c-paginate-link__around__item a:hover {
	opacity: 0.7;
}
.c-paginate-link__numbers {
	display: flex;
	justify-content: center;
	color: var(--primary-color-bright);
	font-size: 1.4rem;
}
.c-paginate-link__numbers__item {
	width: 36px;
	height: 36px;
	background: var(--accent-color);
	border-radius: 50%;
	color: var(--color-bright);
	text-align: center;
	line-height: 3.6rem;
	margin: 0 6px;
}
.c-paginate-link__numbers__item a {
	width: 36px;
	height: 36px;
	display: block;
	background: var(--color-bright);
	border-radius: 50%;
	outline: solid 1px var(--accent-color);
	color: var(--accent-color);
	transition: .3s;
}
.c-paginate-link__numbers__item a:hover {
	background: var(--accent-color);
	border-radius: 50%;
	color: var(--color-bright);
	text-decoration: none;
	transition: .3s;
}
.c-paginate-link__numbers__item a.prev,
.c-paginate-link__numbers__item a.next {
	color: var(--primary-color);
	border-radius: 0;
	display: block;
	outline: none;
	text-decoration: none;
}
.c-paginate-link__numbers__item a.prev:hover,
.c-paginate-link__numbers__item a.next:hover {
	background-color: var(--color-bright);
	color: var(--accent-color);
	outline: none;
}
.u-numbers-doted {
	background: none;
	outline: none;
	color: var(--primary-color);
	line-height: 30px;
}
.p-contents .c-paginate-link {
	width: 40%;
	text-align: center;
}
.p-contents .c-paginate-link__numbers {
	justify-content: space-between;
}
.p-contents .c-paginate-link__numbers__item--prev {
	border-right: 1px solid var(--accent-color);
	border-radius: 0;
	text-align: left;
}
.p-contents .c-paginate-link__numbers__item--next {
	text-align: right;
}
.p-contents .c-paginate-link__numbers__item--prev,
.p-contents .c-paginate-link__numbers__item--next {
	flex-basis: 50%;
}
.p-contents .c-paginate-link__numbers__item--prev a,
.p-contents .c-paginate-link__numbers__item--next a {
	width: auto;
}
.c-paginate-link__numbers__item span.page-numbers.dots {
    display: block;
    background: var(--color-bright);
    color: var(--primary-color);
}

/* 記事ページ */
.p-contents h2 {
	border-top: 1px solid var(--primary-color);
	border-bottom: 1px solid var(--primary-color);
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 3.4rem;
	margin: 40px 0 20px;
	padding: 20px 4px 18px;
}
.p-contents h3 {
	background: #efefef;
	border-left: 4px solid var(--accent-color);
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 3rem;
	margin: 40px 0 20px;
	padding: 15px 15px 12px 20px;
}
.p-contents h4 {
	border-bottom: 2px solid var(--accent-color);
	color: var(--accent-color);
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 3rem;
	margin: 40px 0 20px;
	padding-bottom: 5px;
	padding-left: 4px;
}
.p-contents h5 {
	color: var(--primary-color);
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.8rem;
	text-indent: -22px;
	margin: 40px 0 20px;
	padding-left: 22px;
}
.p-contents h5::before {
	content: "■";
	margin-right: 2px;
}
.p-contents__post {
	padding: 30px 35px;
}
.p-contents__post__text-area {
	margin: 0 auto;
}
.p-contents__post__text-area p {
	margin-bottom: 10px;
	padding: 0 6px;
}
.p-contents__post__text-area p img {
	display: block;
	width: auto;
	height: auto;
	max-width: 800px;
	max-height: 600px;
	object-fit: contain;
	object-position: center;
	margin: 40px auto;
}
.p-contents a {
	text-decoration: underline;
}
.p-contents a:hover {
	text-decoration: none;
}
.p-contents ul,
.p-contents ol {
	line-height: 140%;
	margin: 20px 0;
}
.p-contents ul li {
	position: relative;
	list-style: none;
	margin-bottom: 8px;
	padding-left: 20px;
}
.p-contents ul li::before {
	position: absolute;
	content: "■";
	top: 0;
	left: 6px;
	color: var(--accent-color);
	font-size: 1rem;
}
.p-contents ol {
	list-style: none;
	counter-reset: ol_li;
}
.p-contents ol li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 22px;
}
.p-contents ol li::before {
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
	background: var(--primary-color);
	color: var(--color-bright);
	    font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
	letter-spacing: -2px;
	margin-right: 10px;
	counter-increment: ol_li;
	content: counter(ol_li);
}
/* 文字装飾 */
.p-contents .u-marker-y {
	display: inline;
	background:linear-gradient(transparent 50%, #ffe67a 50%);
	font-weight: 600;
	margin: 0 3px 10px;
	padding: 0 2px 1px;
}
.p-contents .u-font-bold {
	font-weight: 600;
}
.p-contents .u-font-accent {
	color: var(--form-required);
	font-weight: 600;
}
/* 表組み */
table {
	width: 100%;
	max-width: 100%;
	border: 2px solid var(--primary-color);
	font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 40px 0;
}
table th {
	background: var(--background-color);
	border: 1px solid var(--primary-color);
	border-bottom: 2px solid var(--primary-color);
	font-weight: 500;
	text-align: center;
	line-height: 2rem;
	vertical-align: middle;
	padding: 15px;
}
table th:first-child {
	border-right: 2px solid var(--primary-color);
}
table td {
	min-width: 100px;
	border: 1px solid var(--primary-color);
	font-size: 1.7rem;
	text-align: center;
	line-height: 2rem;
	vertical-align: middle;
	padding: 20px 15px;
}
/* 引用 */
blockquote {
	position: relative;
	background: var(--background-accent-color);
	border-radius: 0 20px 0 20px;
	margin: 50px auto;
	padding: 40px 60px 30px 90px;
}
blockquote::before {
	position: absolute;
	content: "";
	top: 25px;
	left: 28px;
	width: 40px;
	height: 30px;
	background: url(images/icon/icon_quote.svg) no-repeat;
	background-size: contain;
}
blockquote p { 
	font-size: 1.8rem;
	line-height: 150%;
	margin-bottom: 10px;
}	
blockquote p a {
	color: var(--accent-color);
	font-style: oblique;
	text-decoration: underline;
	text-underline-offset: 2px;
	overflow-wrap: break-word;
}
blockquote p a:visited {
	color: var(--accent-color);
	text-decoration: underline;
}


/* 固定ページ|PC
--------------------------------------------- */
/* common
--------------------------------------------- */
/* テキストリスト（共通） */
.c-word-list {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 40px 20px;
	padding: 40px 0;
}
.c-word-list__item {
	width: 32%;
	border-bottom: 2px dotted var(--text-color-main);
	line-height: 130%;
	padding: 0 3px 5px;
}

/*　企業情報
--------------------------------------------- */
.l-corporate {
	padding: 50px 0;
}
/* 企業情報一覧 */
.p-corporate__list {
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.p-corporate__list__item {
	width: 500px;
	background: var(--color-bright);
	box-shadow: 0 0 6px 0 rgba(124, 124, 124, 0.5);
	margin-bottom: 50px;
	transition: .3s;
}
.p-corporate__list__item:hover {
	transform: scale(1.01,1.01);
	opacity: 0.9;
}
.p-corporate__list__item a img:hover {
	opacity: 1;
}
.p-corporate__list__item__link {
	display: block;
}
.p-corporate__list__item__link__image img {
	width: 500px;
	height: 250px;
	object-fit: contain;
}
.p-corporate__list__item__link__text-area__text {
	padding: 20px 30px;
}
.p-corporate__btn {
	display: block;
	margin: 50px auto 100px;
}

/* 会社概要|企業情報 */
.p-profile,
.p-histry {
	padding: 50px;
}
.p-profile__area,
.p-histry__area {
	width: 90%;
	border-top: 1px solid var(--primary-color);
	font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	margin: 0 auto 50px;
}
.p-profile__area__list,
.p-histry__area__list {
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--primary-color);
	padding: 40px 0;
}
.p-profile__area__list__item-title,
.p-histry__area__list__item-title {
	flex-basis: 30%;
	font-weight: 500;
	text-align: center;
	letter-spacing: 2px;
}
.p-profile__area__list__item-text,
.p-histry__area__list__item-text {
	flex-basis: 65%;
}
.p-profile__area__list__item-text__base-list__item{
	margin-bottom: 8px;
}
.p-profile__area__list__item-text__base-list__itme__title{
	font-weight: 500;
}
.p-profile__area__list__item-text__base-list__itme__address,
.p-profile__area__list__item-text__base-list__itme__tel{
	padding-left: 10px;
}
.p-profile .u-list-style-disc li {
	margin-left: 12px;
}
.p-profile .u-list-style-disc li::marker {
	content: "・";
	font-weight: bold;
}
.p-profile__area__list__item-text__add {
	line-height: 2.2rem;
	margin-left: 20px;
	margin-bottom: 15px;
}
.p-profile .u-list-style-title {
	position: relative;
	font-weight: 500;
	line-height: 2.7rem;
}
.p-profile .u-list-style-title::before {
	position: absolute;
	content: "■";
	top: 0px;
	left: -18px;
	color: var(--primary-color-bright);
	font-size: 1.6rem;
	margin-right: 3px;
}
.p-profile__area__list .u-map-link a {
	background: var(--accent-color);
	border-radius: 20px;
	color: var(--color-bright);
	font-size: 1.4rem;
	margin-left: 10px;
	padding: 0 10px 1px;
}
.p-profile__area__list__item-text__link {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.p-profile__area__list__item-text__link li,
.p-profile__area__list__item-text .u-list-style-disc li {
	line-height: 2.2rem;
	margin-bottom: 8px;
}
.p-profile__area__list__item-text__pdf li {
	margin-bottom: 5px;
}
.p-profile__area__list__item-text__pdf li:last-child {
	margin-bottom: 0;
}
.p-profile__area__list__item-text__pdf a {
	position: relative;
	color: var(--text-link-color);
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: .3s;
}
.p-profile__area__list__item-text__pdf a:hover {
	color: var(--text-link-color-hover);
}
.p-profile__area__list__item-text__pdf a::before {
	position: absolute;
	content: "";
	top: 3px;
	right: -20px;
	width: 15px;
	height: 20px;
	background: url(images/icon/icon_pdf.svg) no-repeat;
	background-size: contain;
}
.p-profile__area__list__item-text__link a {
	position: relative;
	color: var(--text-color-main);
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: .3s;
}
.p-profile__area__list__item-text__link a:hover {
	color: var(--text-link-color);
}
.p-profile__area__list__item-text__link a::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: calc(50% - 5px);
	right: -14px;
	background: url(images/icon/icon_link_cc.svg) no-repeat;
	background-position: center;
	background-size: contain;
}
/* 拠点一覧 */
.p-profile.u-back {
	background: var(--background-color);
}
.p-profile__map-area {
	padding: 0 50px 50px;
}
.p-profile__map-area__title {
	text-align: center;
}
.p-profile__map-area__text-area {
	text-align: center;
	padding: 20px 0 30px;
}
.p-profile__map-area__text-area__text {
	margin-bottom: 10px;
}
.p-profile__map-area__map {
	width: 90%;
	margin: 0 auto;
}
.p-profile__map-area__map iframe {
	width: 100%;
}
.p-profile__map-note {
	text-align: center;
	margin: 50px auto;
}

/* リンクリスト */
.c-button-link-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, auto));
  	gap: 30px;
	margin-bottom: 100px;
	justify-content: center;
}
.c-button-link-list__item a {
	position: relative;
	display: block;
	background: var(--color-bright);
	border: 1px solid var(--text-color-sub);
	padding: 25px 40px;
	transition: .3s;
}
.c-button-link-list__item a::before {
	position: absolute;
	content: "";
	top: calc(50% - 1px);
	left: 0;
	width: 20px;
	height: 2px;
	background: var(--accent-color);
}
.c-button-link-list__item a:hover {
	background: var(--background-color);
}

/* 代表挨拶 */
.p-greeting {
	margin-bottom: 50px;
}
.p-greeting__area {
	background-position: right bottom;
	background-size: 400px 500px;
	padding-top: 50px;
}
.p-greeting__message {
	text-align: center;
	padding: 50px 0 80px;
}
.p-greeting__area__text {
	margin-bottom: 80px;
}
.p-greeting__area__text p {
	line-height: 3.5rem;
	margin-bottom: 40px;
}
.p-greeting__area__text__list{
	margin-bottom: 40px;
    list-style: disc;
    padding-left: 1.5em;
}
.p-greeting__area__text__list__item{
    list-style: disc;
	margin-bottom: 5px;
}
.p-greeting__area__text__feature {
	font-size: 2.2rem;
	font-weight: bold;
}
.p-greeting__area__image {
	position: relative;
}
.p-greeting__area__image__text {
	position: absolute;
	top: -20px;
	left: 370px;
	color: var(--text-color-main);
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 6rem;
	font-weight: 300;
	line-height: 8rem;
}
.p-greeting__area__image__box {
	display: flex;
	align-items: end;
}
.p-greeting__area__image__box__photo__img {
	margin-right: 90px;
}
.p-greeting__area__image__box__signature {
	width: 300px;
	height: 80px;
}

/* グループ理念 */
.p-philosophy {
	padding-top: 30px;
	padding-bottom: 100px;
}
.p-philosophy__text-area {
	background-size: 400px 500px;
	background-position: center;
	text-align: center;
	margin-bottom: 50px;
	padding: 70px 0;
}
.p-philosophy__text-area__catch {
	color: var(--text-color-main);
	font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 4.6rem;
	font-weight: 500;
	line-height: 7rem;
	letter-spacing: 0;
	margin: 40px auto;
}
.p-philosophy__description__title {
	background: url(images/corporate/philosophy-01.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.p-philosophy__description__title__middle {
	color: var(--color-bright);
	font-family: 'Nunito Sans', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 8rem;
	font-weight: 800;
	line-height: 8rem;
	text-align: center;
	text-shadow: 0 0 5px var(--text-color-main);
	padding: 120px 0 220px;
}
.p-philosophy__description__group {
	width: 1020px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 10px 0 rgba(124, 124, 124, 0.5);
	margin: -120px auto 0;
	padding: 20px 60px;
}
.p-philosophy__description__group__content {
	justify-content: space-between;
	margin: 40px auto;
}
.p-philosophy__description__group__content__text {
	flex-basis: 40%;
	margin-left: -70px;
}
.p-philosophy__description__group__content__text .c-left-line-title__middle {
	padding: 20px 10px 18px 30px;
}
.c-left-line-title__middle span {
	font-size: 1.4rem;
	font-weight: 300;
	margin-left: 20px;
}
.p-philosophy__description__group__content__list {
	flex-basis: 60%;
	font-size: 2.2rem;
	line-height: 3rem;
	padding-left: 20px;
}
.p-philosophy__description__group__content__list__item {
	position: relative;
	font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 20px;
}
.p-philosophy__description__group__content__list__item::before {
	position: absolute;
	content: "";
	top: 8px;
	left: -24px;
	width: 18px;
	height: 18px;
	background: var(--primary-color);
}

/* 役員紹介 */
.p-officer__area {
	padding: 20px 0 100px;
}
.p-officer__area__box {
	background: var(--color-bright);
	box-shadow: 0 0 6px 0 rgba(124, 124, 124, 0.5);
	margin-bottom: 50px;
	padding: 30px;
}
.p-officer__area__box__unit {
	display: grid;
	grid-template-rows: 60px 240px;
    grid-template-columns: 300px 1fr;
}
.p-officer__area__box__unit__img {
	grid-row: 1 / 3;
    grid-column: 1 / 2;
	width: 250px;
	height: 300px;
	object-fit: contain;
	object-position: left center;
}
.p-officer__area__box__unit__list {
	display: flex;
	align-items: end;
	border-bottom: 2px solid var(--primary-color);
	letter-spacing: 1px;
	padding: 15px 10px;
}
.u-job-title {
	line-height: 1.6rem;
	margin-right: 20px;
}
.u-personal-name {
	font-size: 3rem;
	font-weight: bold;
	margin-right: 20px;
}
.u-reading-name {
	font-size: 1.4rem;
	line-height: 1.4rem;
	color: var(--primary-color);
}
.p-officer__area__box__unit__text {
	margin-top: 20px;
	padding: 0 10px;
	overflow-y: auto;
}
.p-officer__area__box__unit__text__list {
	display: flex;
	margin-bottom: 10px;
}
.p-officer__area__box__unit__text__list__date {
	flex-basis: 25%;
	line-height: 2.2rem;
}
.p-officer__area__box__unit__text__list__item {
	flex-basis: 75%;
	font-size: 1.5rem;
	line-height: 2.2rem;
}

/* お仕事をお探しの方へ
--------------------------------------------- */
.l-job-seekers {
	padding: 30px 0 0;
}

.p-job-seekers .u-back:nth-child(2n + 1) {
	background: var(--background-color);
}
.p-job-seekers__heading {
	text-align: center;
}
.p-job-seekers__heading__text {
	margin-bottom: 10px;
}
.p-job-seekers__heading__btn {
	display: block;
	margin: 20px auto 30px;
}
.p-job-seekers__heading__btn .c-button__text {
	position: relative;
	display: inline;
	padding-right: 20px;
}
.p-job-seekers__heading__btn .c-button__text::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 13px;
	height: 13px;
	background: url(images/icon/icon_link_white.svg) no-repeat;
    background-position: center;
    background-size: contain;
}
.p-job-seekers__body__case {
	padding: 50px 0 100px;
}
.p-job-seekers__body__case__set__list-title {
	color: var(--primary-color);
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.8rem;
    text-indent: -22px;
    margin: 20px 0 15px;
    padding-left: 22px;
}
.p-job-seekers__body__case__set__list-title::before {
	content: "■";
    margin-right: 2px;
}
.p-job-seekers__body__flow {
	padding: 80px 0 100px;
}
.p-job-seekers__body__flow__text-area__text {
	margin-bottom: 10px;
}
.p-job-seekers__body__flow__text-area__image {
	display: block;
    width: 90%;
    margin: 50px auto;
}
.p-job-seekers__body__flow__text-area__image img {
	width: 100%;
    height: auto;
}
.p-job-seekers__body__faq {
	padding: 80px 0 100px;
}
.p-job-seekers__body__faq .c-contents__title {
	margin-bottom: 20px;
}
.p-job-seekers__body__faq__list__item {
	background: var(--color-bright);
	border-radius: 20px;
	margin-bottom: 30px;
    padding: 25px 25px 15px;
}
.p-job-seekers__body__faq__list__item__title {
	position: relative;
	color: #004fa3;
	font-size: 2rem;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 20px;
	padding-top: 7px;
	padding-left: 50px;
}
.p-job-seekers__body__faq__list__item__title::before {
	position: absolute;
	content: "Q";
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: #004fa3;
	color: var(--color-bright);
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 4rem;
	text-align: center;
}
.p-job-seekers__body__faq__list__item__text-area {
	border-top: 1px dotted var(--button-color);
	padding-top: 15px;
}
.p-job-seekers__body__faq__list__item__text-area__text {
	margin-bottom: 10px;
}

/*　事業内容
--------------------------------------------- */
.l-business {
	padding: 50px 0 0;
}
.p-business__btn {
	display: block;
	margin: 50px auto 100px;
}
.p-business .u-back:nth-child(2n) {
	background: var(--background-color);
}
.p-business__summary {
	justify-content: space-between;
	padding: 60px 0 100px;
}
.p-business__summary__image {
	flex-basis: 50%;
}
.p-business__summary__text-area {
	flex-basis: 42%;
}
.p-business__summary__text-area__title {
	text-align: left;
	letter-spacing: 0;
	margin-bottom: 30px;
}
.p-business__summary__text-area__text {
	margin-bottom: 10px;
}
.p-business__training {
	padding: 60px 0;
}
.p-business-content {
	position: relative;
}
.p-business-content__photo-area {
	text-align: right;
}
.p-business-content__photo-area img {
	width: 600px;
	height: 400px;
	object-fit: cover;
}
.p-business-content__text-area {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.p-business-content__text-area__title {
	padding-top: 0;
}
.p-business-content__text-area__text {
	width: 55%;
	background: rgba(255,255,255,0.8);
	margin: 30px 0 50px;
	padding: 20px;
}
.p-business-content__text-area__text p {
	letter-spacing: 0;
	text-shadow: none;
}
.p-business-content__summary {
	margin: 20px auto 50px;
}
.p-business-content__image-line {
	text-align: right;
}
.p-business-content__summary__photo-area img {
	width: 460px;
	height: 300px;
	object-fit: cover;
	margin-right: 40px;
}
.p-business-content__summary__text-area__title {
	margin-top: 0;
	padding-top: 0;
}
.p-business-content__summary__text-area p {
	margin-bottom: 1å0px;
}
.p-business-content__summary.u-scroll-up {
	opacity: 0; 
	visibility: hidden;
	transform: translateY(100px);
	transition: all 1.2s;
}
.p-business-content__summary.u-scroll-up.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.p-business-content-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.p-business-content-flex__text-area {
	flex-basis: 38%;
}
.p-business-content-flex__text-area__title {
	margin-top: 0;
}
.p-business-content-flex__text-area__text {
	letter-spacing: 0;
	margin: 30px 0 50px;
}
.p-business-content-flex__text-area__text p {
	margin-bottom: 10px;
}
.p-business-content-flex__image-area img {
	width: 600px;
	height: 400px;
	border: 1px solid var(--form-any);
	object-fit: contain;
	padding: 40px;
}
.p-business__btn {
	display: block;
	margin: 40px auto;
}
.u-common-main-text {
	margin: 50px auto;
}
.u-common-main-text p {
	margin-bottom: 10px;
}
.u-business-container {
	margin-top: 250px;
}
.u-flex-right {
	order: 2;
	margin: 0 0 0 40px;
}
.u-flex-left {
	order: 1;
}

/*　サービス各ページ
--------------------------------------------- */ 
.p-business-service .c-contents__title {
	margin-bottom: 20px;
}
/* heading */
.p-business-service__heading {
	padding-bottom: 60px;
}
.p-business-service__heading__text-area__text,
.p-business-service__body__flow__text-area__text {
	margin-bottom: 10px;
}
/* body */
.p-business-service__body .u-back:nth-child(2n + 1) {
	background: var(--background-color);
}
.p-business-service__body__case,
.p-business-service__body__flow {
	padding: 80px 0 100px;
}
.p-business-service__body a,
.p-business-service__body a:visited {
	color: var(--text-link-color);
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: .3s;
}
.p-business-service__body a:hover {
	color: var(--text-link-color-hover);
	text-decoration: none;
}
.p-business-service__body__flow__text-area {
	margin-bottom: 50px;
}
.p-business-service__body__flow__text-area__image {
	display: block;
	width: 90%;
	margin: 50px auto;
}
.p-business-service__body__flow__text-area__image img {
	width: 100%;
	height: auto;
}
.p-business-service__body__flow__map {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: -40px;
}
.p-business-service__body__flow__map img {
	width: 700px;
	height: 500px;
	object-fit: contain;
	object-position: 100% 0;
}
.p-business-service__body__case__set {
	margin-bottom: 50px;
}
.p-business-service__body__case__set__table-title {
	color: var(--primary-color);
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.8rem;
    text-indent: -22px;
    margin: 20px 0 10px;
    padding-left: 22px;
}
.p-business-service__body__case__set__table-title::before {
	content: "■";
    margin-right: 2px;
}
.p-business-service__body__case__set__text {
	margin-bottom: 40px;
}
.p-business-service__body__flow__text-area__case__example {
	margin-bottom: 30px;
}
.p-business-service__body__flow__text-area__case__example__title {
	border-bottom: 1px solid var(--accent-color);
	color: var(--accent-color);
	font-size: 3rem;
	font-weight: 600;
	line-height: 3.8rem;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.u-division-line {
	border-right: 2px solid var(--accent-color);
	margin-right: 10px;
	padding-right: 10px;
}
/* サービス一覧 */
.c-case-list {
	display: flex;
	justify-content: space-between;
	align-items: end;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 50px;
}
.c-case-list::after {
	content: "";
	width: 30%;
}
.c-case-list__item {
	flex-basis: 30%;
	border-bottom: 2px dotted var(--text-color-sub);
	
	line-height: 130%;
	padding: 0 2px 5px;
}
.c-case-photo {
	display: flex;
}
.c-case-photo__img {
	width: 50%;
	height: 300px;
	object-fit: cover;
	border: 1px solid var(--background-accent-color);
	box-sizing: border-box;
}
/* サービステーブル */
.c-case-table {
	border-collapse: collapse;
	border: 1px solid #9fa0a0;
	margin: 10px 0 30px;
}
th.c-case-table__set__title {
	background: #dcdfe7;
	border: 1px solid #9fa0a0 !important;
	font-size: 1.5rem;
}
td.c-case-table__set__text {
	background: #fff;
	border: 1px solid #9fa0a0 !important;
	font-size: 1.5rem;
	font-weight: 300;
	text-align: left;
	padding: 20px;
}
/* チェックリスト */
.c-check-list {
	margin: 30px 0 50px;
}
.c-check-list__item {
	position: relative;
	font-size: 1.8rem;
	line-height: 130%;
	margin-bottom: 10px;
	padding-left: 20px;
}
.c-check-list__item::before {
	position: absolute;
	content: "";
	top: 4px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(images/icon/icon_check.svg) no-repeat;
	background-size: contain;
}
/* サービスの流れ */
.c-flow-list--back-wh .c-flow-list__item {
	background: var(--color-bright);
}
.c-flow-list__item {
	background: var(--background-accent-color);
	border-radius: 20px;
	padding: 40px 40px 45px;
}
ol.c-flow-list {
	list-style: none;
	counter-reset: ol_li;
}
ol.c-flow-list .c-flow-list__item {
	position: relative;
	margin-bottom: 50px;
}
ol.c-flow-list .c-flow-list__item::before {
	position: absolute;
	content: "";
	counter-increment: ol_li;
	content: counter(ol_li);
	top: 40px;
	left: 40px;
	color: var(--color-bright);
	font-size: 3rem;
	font-weight: bold;
	line-height: 3rem;
	align-items: center;
	width: 60px;
	height: 60px;
	background: var(--accent-color);
	padding: 16px 20px;
	z-index: 1;
}
ol.c-flow-list .c-flow-list__item::after {
	position: absolute;
	content: "";
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 28px solid var(--accent-color);
}
ol.c-flow-list .c-flow-list__item:last-child {
	margin-bottom: 0;
}
ol.c-flow-list .c-flow-list__item:last-child:after {
	display: none;
}
.c-flow-list__item__title {
	flex-basis: 40%;
	font-size: 3.6rem;
	line-height: 4rem;
	padding-top: 10px;
	padding-left: 80px;
}
.c-flow-list__item__text-area {
	flex-basis: 60%;
}
.c-flow-list__item__text-area__text {
	position: relative;
	border-bottom: 1px dotted var(--text-color-sub);
	line-height: 140%;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 5px 10px 5px 16px;
}
.c-flow-list__item__text-area__text::before {
	position: absolute;
	content: "";
	width: 1rem;
	height: 1rem;
	top: 11px;
    left: 3px;
	background: var(--text-color-sub);
	border-radius: 50%;
}
.c-flow-list__item__text-area__text:last-child {
	margin-bottom: 0;
}

/* スタッフ研修 */
.p-business-service__body__training {
	padding: 80px 0 100px;
}
.p-business-service__body__training__list {
	display: flex;
	justify-content: space-between;
}
.p-business-service__body__training__list__item {
	flex-basis: 48%;
	display: flex;
	align-items: center;
	background: #fff;
	padding: 6px;
}
.p-business-service__body__training__list__item__img {
	width: 38%;
	height: 128px;
}
.p-business-service__body__training__list__item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-business-service__body__training__list__item__text-area {
	flex-basis: 62%;
	padding: 10px 30px;
}
.p-business-service__body__training__list__item__text-area__title {
	color: var(--accent-color);
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 3rem;
	margin-bottom: 6px;
}

/* 人材管理 */
.p-business-service__body__management {
	padding: 80px 0;
}

/*　お問い合わせ
--------------------------------------------- */ 
.p-contact {
	padding: 20px 0 100px;
}
.p-contact__text-area h2 {
	border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 3rem;
    margin: 40px 0 20px;
    padding-bottom: 5px;
    padding-left: 4px;
}
.p-contact__text-area p {
	margin-bottom: 10px;
}
.p-contact__text-area .u-tel-number {
	display: inline-flex;
	align-items: center;
	font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
	font-size: 3rem;
	line-height: 5rem;
	margin-bottom: 0;
}
.p-contact__text-area .u-tel-number .u-tel-event {
	font-size: 4rem;
	padding-bottom: 1px;
}
.p-contact__text-area .u-business-hours {
	font-size: 1.8rem;
}
.p-contact__form {
	background: var(--background-color);
	margin: 50px auto;
	padding: 60px 80px 20px;
}
.p-contact__form__list__item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.p-contact__form__list__item__required {
	flex-basis: 7%;
}
.p-contact__form__list__item__label {
	flex-basis: 20%;
	text-align: center;
	margin-top: 3px;
}
.p-contact--entry .p-contact__form__list__item__label {
	flex-basis: 10%;
}
.p-contact__form__list__item__frame {
	flex-basis: 76%;
	margin-left: 40px;
}
.u-item__any {
	color: var(--color-bright);
	background: var(--text-color-main);
	border-radius: 5px;
	font-size: 1.3rem;
	line-height: 1.3rem;
	letter-spacing: 4px;
	text-align: center;
	margin-top: 5px;
	padding: 5px 6px 5px 10px;
}
.u-item__required {
	color: var(--color-bright);
	background: var(--form-required);
	border-radius: 5px;
	font-size: 1.3rem;
	line-height: 1.3rem;
	letter-spacing: 4px;
	text-align: center;
	margin-top: 5px;
	padding: 5px 6px 5px 10px;
}
.p-contact__form__list__item input,
.p-contact__form__list__item__frame textarea {
	width: 100%;
	background: var(--color-bright);
	border: 1px solid var(--form-any);
	border-radius: 2px;
	padding: 6px 8px;
}
.p-contact--entry .p-contact__form__list__item__frame textarea {
	height: 170px;
}
.p-contact__form__list__item__frame input:focus,
.p-contact__form__list__item__frame textarea:focus {
	background: var(--background-primary-color);
	outline: 2px solid var(--primary-color);
	border-radius: 2px;
}
.p-contact__form__list__item__frame input::placeholder,
.p-contact__form__list__item__frame textarea::placeholder {
	color: var(--form-any);
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.5rem;
}
.p-contact__form__list__checkbox {
	text-align: center;
}
.p-contact__form__list__checkbox span {
	margin: 0;
}
a.u-privacy {
	color: var(--accent-color);
	text-decoration: underline;
	text-underline-offset: 2px;
	padding-left: 5px;
}
.p-contact__form__list__submit-btn__text {
	display: block;
	width: 300px;
	background: var(--primary-color-bright);
	border-radius: 30px;
	color: var(--color-bright);
	text-align: center;
	font-size: 2rem;
	line-height: 2rem;
	margin: 20px auto;
	padding: 15px 30px;
	transition: .5s;
}
.p-contact__form__list__submit-btn__text {
	background: var(--form-required);
}
.p-contact__form__list__submit-btn__text[disabled] {
	background: var(--form-any);
}

.p-contact__form__list__item__frame .u-margin-bottom10 {
	margin-bottom: 6px;
}
.p-contact__form__list__item__frame .u-birth-day {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: left;
}
.p-contact__form__list__item__frame .u-birth-day__item {
	margin-right: 10px;
}
.p-contact__form__list__item__frame .u-birth-day input {
	width: 100px;
	margin-right: 3px;
}
.p-contact__form__list__item__frame input.u-tel-number {
	width: 42%;
}
.p-contact__form__list__item__frame input.u-post-code {
	width: 30%;
}
.u-birth-day__item .wpcf7-not-valid-tip{
	display: none !important;
}
input.wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
    background: mistyrose;
}

/*　新卒採用
--------------------------------------------- */
.p-recruit {
	padding: 80px 0 100px;
}
.p-recruit .u-back:nth-child(2n + 1) {
	background: var(--background-color);
}
.p-recruit__greeting__main-text__title {
	text-align: center;
	margin-bottom: 50px !important;
}
.p-recruit__greeting__main-text__pic {
	margin: 30px 0 !important;
}
.p-recruit__greeting__main-text__image {
	display: block;
	width: 265px;
	height: 75px;
	object-fit: contain;
	margin-left: auto;
}
.p-recruit__btn {
	display: block;
	text-align: center;
	margin: 50px auto;
}
/* 特徴のポイント */
.p-recruit__feature__point {
	justify-content: space-between;
	margin-bottom: 60px;
}
.p-recruit__feature__point__text-area {
	flex-basis: 50%;
}
.p-recruit__feature__point__text-area__lead {
	display: inline-block;
	background: var(--primary-color);
	color: var(--color-bright);
	font-size: 2rem;
	line-height: 2rem;
	padding: 5px 8px 5px 12px;
}
.p-recruit__feature__point__text-area__title.c-contents__title__semi {
	margin-top: 0;
}
.p-recruit__feature__point__image-area {
	flex-basis: 50%;
	text-align: right;
}
.p-recruit__feature__point__image-area__img {
	width: 460px;
	height: 300px;
	object-fit: cover;
}
.p-recruit__feature__point--reverse .p-recruit__feature__point__text-area {
	order: 2;
}
.p-recruit__feature__point--reverse .p-recruit__feature__point__image-area {
	order: 1;
}
.p-recruit__feature__point--reverse .p-recruit__feature__point__image-area {
	text-align: left;
}
.p-recruit__feature__flow {
	text-align: center;
	padding-bottom: 40px;
}
.p-recruit__feature__flow__title {
	color: var(--primary-color);
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 3rem;
	margin-bottom: 40px;
}
.p-recruit__feature__flow__image {
	width: 80%;
	margin: 0 auto;
}
/* ページ内リンク */
.p-recruit__link-box {
	background: linear-gradient(180deg, transparent 0%, transparent 50%, var(--background-color) 50%, var(--background-color) 100%);
	padding: 60px 0;
}
.p-recruit__link-box .c-button-link-list {
	grid-template-columns: repeat(auto-fit, minmax(230px, auto));
	margin-bottom: 0;
}
.p-recruit__link-box .c-button-link-list__item a:hover {
	background: var(--color-bright);
	outline: 1px solid var(--primary-color-bright);
}
/* 主な配属先 */
.p-recruit__assignment {
	padding-bottom: 100px;
}
.p-recruit__assignment__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 10px;
	width: 50%;
	margin-bottom: 50px;
}
.p-recruit__assignment__list__item {
	width: 200px;
	background: var(--primary-color);
	border-radius: 20px;
	color: var(--color-bright);
	font-size: 1.8rem;
	text-align: center;
	padding: 5px 20px;
}
.p-recruit__assignment__images {
	display: flex;
	flex-wrap: wrap;
}
.p-recruit__assignment__images__img {
	width: 25%;
	border: 1px solid var(--background-color);
	box-sizing: border-box;
}

/* インタビュー */
.p-recruit__interview {
	padding: 100px 0;
}
.p-recruit__interview__main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 15px;
	margin-bottom: 40px;
}
.p-recruit--list  {
	padding: 0;
}
.p-recruit--list .p-recruit__interview__main {
	justify-content: start;
}
.p-recruit__interview__main__item {
	width: 196px;
	background: var(--background-color);
	padding: 5px;
}
.c-interview__link__image{
	width: 185px;
	height: 150px;
	object-fit: cover;
}
.p-recruit__interview__main__item:hover .c-interview__link__image {
	opacity: 0.8;
}
.c-interview__link {
	display: block;
}
.p-recruit__interview__main__item .c-interview__link__text-area {
	text-align: center;
	padding: 8px 0 5px;
}
.c-interview__link__text-area__job {
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 120%;
}
.c-interview__link__text-area__year {
	width: 70%;
	background: var(--primary-color);
	border-radius: 10px;
	color: var(--color-bright);
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.2rem;
	margin: 5px auto;
	padding: 5px;
}
.c-interview__link__text-area__text {
	font-size: 2rem;
	font-weight: 600;
}
.c-interview__link__text-area__text::after {
	content: "さん";
	font-size: 1.4rem;
}
.c-interview__link__text-area__school {
	font-size: 1.2rem;
	line-height: 140%;
}
.p-recruit__interview__btn {
	display: block;
	margin: 0 auto;
}



/*職場環境・福利厚生*/
.p-recruit__welfare {
	padding: 80px 0 60px;
}
.p-recruit__welfare__title-middle {
	margin-bottom: 40px;
}
.p-recruit__welfare__photo-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 50px 10px;
	margin-bottom: 50px;
}
.p-recruit__welfare__photo-area__photo__image {
	margin-bottom: 10px;
}
.p-recruit__welfare__photo-area__photo figcaption {
	width: 320px;
	font-size: 1.4rem;
	line-height: 120%;
}

/* 募集要項 */
.p-recruit__recruitment {
	padding: 80px 0;
}
.p-recruit__recruitment__main-text {
	background: #fff;
	border-radius: 30px;
	margin-top: 0;
	padding: 60px;
}
.p-recruit__recruitment__main-text__list {
	border-top: 1px solid var(--text-color-sub);
}
.p-recruit__recruitment__main-text__list__menu {
	border-bottom: 1px solid var(--text-color-sub);
	padding: 2px 0;
}
.u-list-item-title {
	flex-basis: 20%;
	align-self: stretch;
	background: var(--background-primary-color);
	font-weight: bold;
	text-align: center;
	padding: 30px 10px;
}
.u-list-item-text {
	flex-basis: 80%;
	text-align: left;
	padding: 30px 50px;
}
.c-salary {
	display: flex;
}
.c-salary__title {
	font-weight: bold;
}
.p-recruit__recruitment__main-text__list__menu_list__link p {
	position: relative;
	margin-bottom: 0;
	margin-right: 50px;
	padding: 0 15px;
}
.p-recruit__recruitment__main-text__list__menu_list__link p::before {
	position: absolute;
	content: "▶";
	top: 0;
	left: 0;
	color: var(--primary-color);
	font-size: 1.4rem;
}
a.u-entry-link {
	background: var(--form-required);
	border-radius: 15px;
	color: var(--color-bright);
	font-size: 1.4rem;
	margin-left: 10px;
	padding: 2px 15px;
}
a.u-mynavi-link {
	background: var(--accent-color);
	border-radius: 15px;
	color: var(--color-bright);
	font-size: 1.4rem;
	margin-left: 10px;
	padding: 2px 15px 1px;
}
a.u-entry-link:hover,
a.u-mynavi-link:hover {
	opacity: 0.8;
}
/* 教育制度 */
.p-recruit__career {
	padding: 80px 0;
}
.p-recruit__career__main-text__image {
	display: block;
	margin: 40px auto;
}
#entry {
	text-align: center;
}
.p-recruit__career__btn {
	margin: 50px auto;
}
a.c-entry-link {
	display: block;
	background: var(--form-required);
	border-radius: 20px;
	box-shadow: 0px 5px 0px 0px #000;
	color: var(--color-bright);
	font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 20px 80px 25px;
	transition: .3s;
}
a.c-entry-link:hover {
	transform: translate(0px, 5px);
	box-shadow: 0px 0px 0px 0px var(--text-color-main);
}
.c-entry-link__caption {
	font-size: 2rem;
	line-height: 2rem;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.c-entry-link__text {
	font-size: 4rem;
	font-weight: 800;
}
/* 既卒リンク */
.p-jpb-satela__background {
	width: 45%;
	height: 400px;
	background: url(images/recruit/recruit_back.jpg) no-repeat;
	background-size: cover;
	background-position: right center;
	clip-path: polygon(0% 0%, 75% 0, 100% 50%, 75% 100%, 0% 100%);
}
.p-jpb-satela__text-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1040px;
	height: 400px;
	margin: -400px auto 0;
}
.p-jpb-satela__text-box__title-area {
	z-index: 1;
}
.p-jpb-satela__text-box__title-area__title {
	color: var(--color-bright);
	font-size: 6rem;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: right;
	text-shadow: 2px 2px 0 var(--text-color-main);
}
.p-jpb-satela__text-box__text-area {
	flex-basis: 55%;
	text-align: center;
	z-index: 2;
}
.p-jpb-satela__text-box__text-area__title {
	font-size: 3rem;
	margin-bottom: 30px;
}
.p-jpb-satela__text-box__text-area img {
	width: 95%;
	height: auto;
	margin-bottom: 30px;
}
.p-jpb-satela__text-box__text-are__btn__link {
	position: relative;
	display: inline-block;
	width: 300px;
	background: var(--button-color);
	border-radius: 50px;
	color: var(--color-bright);
	text-align: center;
	padding: 15px 20px;
	overflow: hidden;
	z-index: 1;
}
.p-jpb-satela__text-box__text-are__btn__link a,
.p-jpb-satela__text-box__text-are__btn__link a:hover,
.p-jpb-satela__text-box__text-are__btn__link a:valid {
	color: var(--color-bright);
}
.p-jpb-satela__text-box__text-are__btn__link::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--primary-color);
	border-radius: 50px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}
.p-jpb-satela__text-box__text-are__btn__link:hover::after {
	transform: scale(1, 1);
}
.p-jpb-satela__text-box__text-are__btn__link__text {
	color: var(--color-bright);
	font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.8rem;
}
p.p-jpb-satela__text-box__text-are__btn__link__text {
	margin-bottom: 0 !important;
}
/* よくある質問 */
.p-recruit__question {
	padding: 60px 0 0;
}
.p-recruit__question__area {
	width: 1000px;
	margin: 0 auto;
}
.p-question {
	background: var(--background-accent-color);
	border-radius: 20px;
	margin-bottom: 20px;
	padding: 30px 40px 20px;
}
.p-question__title {
	position: relative;
	display: block;
	border-bottom: 2px solid var(--primary-color);
	color: var(--primary-color);
	font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 3rem;
	margin-bottom: 15px;
	padding-left: 45px;
	padding-bottom: 15px;
}
.p-question__title::before {
	position: absolute;
	content: "Q";
	top: -3px;
	left: 0;
	color: var(--accent-color);
	font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3.6rem;
	font-weight: 600;
}

/* 社員インタビュー
--------------------------------------------- */
.p-contents__post.p-interview {
	padding-top: 0;
}
.p-interview__top {
	position: relative;
	margin-bottom: 50px;
}
/* サムネイル */
.p-interview__top__thumbnail {
	display: block;
	width: 700px;
	height: 450px;
	margin-left: auto;
	z-index: 1;
	animation-name:fadeUpAnime;
	animation-duration: 2s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
	from {
	  opacity: 0;
	transform: translateY(100px);
	}
  
	to {
	  opacity: 1;
	transform: translateY(0);
	}
}
.p-interview__top__thumbnail__image {
	width: 700px;
	height: 450px;
	object-fit: cover;
}
/* プロフィール */
.p-interview__top__profile {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 400px;
	height: auto;
	min-height: 250px;
	background: var(--accent-color);
	padding: 40px 35px;
}
.p-interview__top__profile__year__text {
	display: inline;
	background: var(--primary-color);
	border-radius: 10px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.2rem;
	padding: 3px 20px;
}
.p-interview .p-interview__top__profile__title {
	border-bottom: 1px solid var(--primary-color);
	color: #fff;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 3.2rem;
	margin: 10px 0;
	padding: 0 0 10px;
}
.p-interview__top__profile__name {
	font-size: 3rem;
	font-weight: 500;
	line-height: 3rem;
}
.p-interview__top__profile__name::after {
	content: "さん";
	font-size: 1.4rem;
}
.p-interview__top__profile__school {
	font-size: 1.2rem;
	line-height: 130%;
}
/* 本文 */
.p-interview__text-area,
.p-interview__message {
	margin-bottom: 100px;
}
.p-interview__photo-area__text-area p,
.p-interview__text-area p {
	margin-bottom: 10px;
}
.p-interview .p-interview__text-area h2 {
	border-top: none;
	border-bottom: none;

	border-left: none;
	color: var(--accent-color);
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 4.2rem;
	text-align: center;
	margin: 30px auto 60px;
	padding: 0;	
}
.p-interview .p-interview__text-area h3 {
	background: none;
	border-left: none;
	line-height: 2.6rem;

	border-top: 1px solid var(--primary-color);
	border-bottom: 1px solid var(--primary-color);
	color: var(--primary-color);
	font-size: 2.8rem;
	font-weight: 500;
	margin: 30px 0 15px;
	padding: 20px 0;
}

.p-interview__text-area img {
	display: block;
	width: 700px;
	height: auto;
	margin: 40px auto;
}
/* タイムスケジュール */
.p-interview__schedule {
	width: 90%;
	background: var(--background-color);
	font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto 100px;
	padding: 40px 40px 40px 80px;
}
.p-interview__schedule__title {
	position: relative;
	display: inline-block;
	background: var(--text-color-main);
	color: var(--color-bright);
	font-size: 3rem;
	line-height: 3rem;
	margin: 0 0 20px -85px;
	padding: 10px 20px 12px 60px;
}
.p-interview__schedule__title::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	background: var(--color-bright);
}
.p-interview__schedule__title::after {
	position: absolute;
	content: "";
	top: calc(50% - 11px);
	left: 30px;
	width: 24px;
	height: 24px;
	background: url(images/recruit/icon_time.svg) no-repeat;
	background-position: center;
	background-size: contain;
}
.p-interview__schedule__text {
	display: flex;
}
.p-interview__schedule__text__time {
	border-right: 2px solid var(--text-color-main);
	color: var(--text-color-main);
	font-weight: 600;
	text-align: right;
	padding: 20px 15px;
}
.p-interview__schedule__text__item {
	padding: 20px 25px;
}
/* 後輩へのメッセージ */
.p-interview__message__image {
	position: relative;
	width: 460px;
	height: auto;
	min-height: 300px;
	background: var(--background-color);
	object-fit: cover;
	object-position: center;
}
.p-interview__message__image::before {
	position: absolute;
	content: "no-image";
	top: calc(50% - 10px);
	left: 50%;
	color: var(--form-any);
	font-size: 20px;
	font-weight: bold;
}
.p-interview__message__text-area {
	position: relative;
	background: var(--primary-color-bright);
	padding: 35px 40px 60px;
}
.p-interview__message__text-area::before {
	position: absolute;
	content: "";
	right: 5px;
	bottom: 5px;
	width: 475px;
	height: 125px;
	background: url(images/recruit/recruit-message.svg) no-repeat;
	background-size: contain;
	background-position: bottom right;
	opacity: 0.5;
}
.p-interview__message__text-area p {
	position: relative;
	color: var(--color-bright);
	font-size: 1.8rem;
	font-weight: 500;
	text-shadow: -2px -1px 2px var(--primary-color-bright), 2px 0 2px var(--primary-color-bright),
				 -2px 0 2px var(--primary-color-bright), 0 -2px 2px var(--primary-color-bright),
				 0 2px 2px var(--primary-color-bright), 2px 2px 2px var(--primary-color-bright);
	margin-bottom: 20px;
	z-index: 1;
}
/* インタビュー各ページ写真個別調整 */
.u-interview04-img3 {
	height: 330px;
	object-position: center -20px;
}
.u-interview05-img2 {
	object-position: center -50px;
}
.u-interview05-img3 {
	height: 330px;
	object-position: center -30px;
}

/*　プライバシーポリシー
--------------------------------------------- */ 
.p-privacy-table {
	margin: 40px 0;
}
.p-privacy-table__title {
	position: relative;
	color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem;
    margin: 10px 0;
	padding-left: 20px !important;
}
.p-privacy-table__title::before {
	position: absolute;
    content: "■";
	top: 1px;
	left: 0;
    margin-right: 2px;
}
.p-privacy-table table {
	table-layout: fixed;
	margin: 10px 0;
}
.p-privacy-table table td {
	line-height: 140%;
	text-align: left;
	padding: 10px 15px;
}

/*　404
--------------------------------------------- */ 
.p-not-found {
	padding: 100px 0;
}
.p-not-found__title {
	font-size: 12rem;
	line-height: 120%;
	text-align: center;
}
.p-not-found__title__note {
	color: var(--accent-color);
	font-size: 2rem;
	line-height: 140%;
}
.p-not-found .c-contents__title__main::before {
	display: none;
}
.p-not-found__contents__text-area {
	text-align: center;
}
.p-not-found__contents__text-area a,
.p-not-found__contents__text-area a:hover,
.p-not-found__contents__text-area a:visited {
	color: var(--text-link-color)  !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Responsive=SP対応
--------------------------------------------- */
/*media Queries　スマホサイズ（599px以下）
------------------------------------- */

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

	/* 基本構造｜スマホ
	--------------------------------------------- */
	/* 全体共通 */
	body {
		width: 100%;
		min-width: 300px;
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
    .u-pc-only { display: none !important; }
    .u-sp-only { display: block !important;
            width: 100vw; }
	a img:hover {
		opacity: 1;
	}
	a[href*="tel:"] {
		pointer-events: auto;
		cursor: default;
	}	

	/* 本文構造 */
	.l-center {
		width: 100%;
		margin: 0 auto;
	}
	.l-flex {
		display: block;
	}
	/* リンクボタン 
	--------------------------------------------- */
	/* ボタン */
	.c-button-link {
		width: 320px;
		padding: 15px 10px;
	}
	.c-button-link::after {
		display: none;
	}
	.c-button-link:hover::after {
		display: none;
	}
	.c-button__text {
		letter-spacing: 0.5px;
		line-height: 2.4rem;
	}
	/* 矢印リンク */
	.c-arrow-button__link__text::before {
		transition: unset;
	}
	.c-arrow-button__link__text::after {
		transition: unset;
	}
	.c-arrow-button__link__text:hover::before,
	.c-arrow-button__link__text:hover::after {
		right: 0;
	}

	/* 見出し
	--------------------------------------------- */
	/* 左に縦線タイプ */
	.c-line-title{
		margin: 30px 0;
		padding: 6px 0 6px 15px;
	}
	.c-line-title__middle {
		font-size: 3.5rem;
		line-height: 4rem;
	}
	/* 左に縦線タイプ・明朝 */
	.c-contents__title__middle {
		font-size: 2.4rem;
		line-height: 3.2rem;
		text-align: left;
		margin: 30px auto 15px;
		padding: 4px 4px 4px 12px;
	}
	/* 左に横線・明朝 */
	.c-main-title_head {
		font-size: 3.2rem;
		line-height: 3.5rem;
	}
	/* 左に横線・背景色CC */
	.c-left-line-title__middle {
		font-size: 1.8rem;
		line-height: 2.2rem;
		padding: 12px 8px 10px 20px;
	}
	.c-left-line-title__middle::before {
		top: 50%;
		width: 15px;
	}
	/* 装飾用 */
	.c-title-lead {
		align-self: center;
		font-size: 1.4rem;
		line-height: 1.8rem;
		padding: 1px 8px 1px 20px;
	}
	/* 装飾用・ゴシック */
	.c-title-lead__sans {
		font-size: 2.8rem;
		line-height: 3.6rem;
		text-align: left;
	}
	/* 装飾用文字サイズ */
	.c-contents__title__lead {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	.c-title-lead::before {
		width: 16px;
	}
	/* 下線 */
	.c-contents__title {
		width: 90%;
		margin: 0 auto 20px;
		padding: 40px 0 15px;
	}
	.c-contents__title__main {
		font-size: 2.8rem;
		line-height: 3.4rem;
		letter-spacing: 0;
		margin-bottom: 10px;
		padding-bottom: 25px
	}
	/* コーポレートカラーに下線 */
	.c-contents__title__semi {
		font-size: 2.6rem;
		line-height: 3.4rem;
		text-align: left;
		margin: 30px auto 15px;
		padding: 5px;
	}
	/* 背景に塗り */
	.c-contents__title__small {
		font-size: 2.4rem;
		line-height: 3rem;
		text-align: left;
		margin: 30px auto 15px;
		padding: 8px 10px;
	}
	/* 上下に線 */
	.c-contents__title__min {
		text-align: left;
		margin: 30px auto 15px;
		padding: 8px 10px 10px;
	}
	/* header|スマホ
	--------------------------------------------- */
	#l-headbox {
		position: relative;
        width: 100%;
		padding: 40px 0 10px;
    }
	.p-header__logo__image {
		width: 140px;
		height: 40px;
		margin-left: 15px;
		object-position: center;
	}
	/* 採用リンクボタン */
	.p-header__recruit__list__item__text {
		margin-top: -22px;
		margin-right: 80px;
	}
	.p-header__recruit__list__item.u-recruit-link {
		position: absolute;
		top: 0;
		justify-content: space-between;
		width: 100%;
		margin-top: 0;
	}
	.p-header__recruit__list__item__link::before {
		right: 65px;
	}
	.p-header__recruit__list__item__link:hover {
		opacity: 1;
	}
	/* グローバルナビ */
	.p-header__g-navi__list__item a::after {
		display: none;
	}
	.p-header__g-navi__list__item a:hover {
		color: var(--color-bright);
	}
	.p-header__g-nav__hamburger {
		overflow: hidden;
	}
	.p-header__g-nav__hamburger__line {
		width: 35px;
		height: 1px;
		background-color: var(--primary-color);
		position: absolute;
		right: 18px;
		transition: .3s;
		z-index: 103;
	}
	.u-hamburger-top {
		top: 52px;
	}
	.u-hamburger-middle {
		top: 62px;
	}
	.u-hamburger-bottom {
		top: 72px;
	}
	input#global__sp__check {
		display: none;
	}
	#global__sp__check:checked~#global__sp .u-hamburger-top {
		width: 35x;
		top: 62px;
		right: 18px;
		background-color: var(--color-bright);
		transform: rotate(45deg);
	}
	#global__sp__check:checked~#global__sp .u-hamburger-middle {
		display: none;
	}
	#global__sp__check:checked~#global__sp .u-hamburger-bottom {
		width: 35px;
		top: 62px;
		right: 18px;
		background-color: var(--color-bright);
		transform: rotate(-45deg);
	}
	header .p-header__g-nav__hamburger__label {
		width: 35px;
		height: 35px;
		position: absolute;
		right: 18px;
		top: 45px;
		z-index: 102;
	}

	#global__sp__check:not(checked)~.p-header__g-navi__list{
		display: none;
	}
	#global__sp__check:checked~.p-header__g-navi__list {
		display: block;
		right: 0;
	}
	header .p-header__g-navi__list {
		position: fixed;
		top: 0;
		right: 0;
		width: 80%;
		height: 100vh;
		background-color: var(--primary-color);
		margin: 0;
		padding: 160px 30px;
		transition: all 0.5s;
		z-index: 100;
	}
	header .p-header__g-navi__list__item {
		border-bottom: solid 1px var(--text-color-sub);
		color: var(--color-bright);
		font-size: 1.6rem;
		line-height: 2rem;
		margin-left: 0;
		margin-bottom: 15px;
	}
	header .p-header__g-navi__list__item a {
		display: block;
		color: var(--color-bright);
		padding: 0 5px 14px;
	}
	header .p-header__g-navi__list__item:hover {
		text-decoration: none;
	}
	header .p-header__g-navi__list__item.u-sp-only {
		width: 100%;
	}
	
	/* パンくずリスト|スマホ
	--------------------------------------------- */
	#breadcrumb ol {
		font-size: 1.2rem;
		line-height: 1.2rem;
		letter-spacing: unset;
		margin-left: 10px;
		margin-right: 5px;
	}
	.p-header {
		justify-content: space-between;
	}
	#breadcrumb ol {
		overflow-x: auto;
	}
	#breadcrumb ol li {
		flex: 0 0 auto;
		margin-right: 20px
	}
	#breadcrumb ol li a {
		text-decoration: none;
	}
	#breadcrumb a {
		transition: unset;
	}
	#breadcrumb a::before {
		bottom: 2px;
		transition: unset;
		opacity: 1;
	}
	#breadcrumb a:hover::before {
		opacity: 1;
	}
	#breadcrumb ol li a::after {
		top: calc(50% - 6px);
		right: -15px;
		font-size: 1.2rem;
		line-height: 1.2rem;
	}

	/* page-top|スマホ
	--------------------------------------------- */
		
	/* footer|スマホ
	--------------------------------------------- */
	/* サイトマップ */
	.p-footer {
		display: flex;
		flex-wrap: wrap;
		width: 90%;
		justify-content: space-between;
		padding: 30px 0 10px;
	}
	.p-footer__navi {
		width: 44%;
	}
	.p-footer__navi__list {
		line-height: 2rem;
		margin: 4px 0 40px;
		padding-left: 16px;
	}
	.p-footer__navi__list__item {
		position: relative;
	}
	.p-footer__navi__list__item::before {
		position: absolute;
		content: "▶";
		top: 0.5rem;
		left: -14px;
		color: var(--accent-color);
		font-size: 1rem;
	}
	.p-footer__navi__list__item a {
		display: block;
		padding: 5px 0;
	}
	.p-footer__navi__list__item a:hover {
		text-decoration: none;
	}
	/* 企業情報 */
	.p-footer__profile--wrapper {
		width: 80%;
		flex-wrap: wrap;
		gap: 10px;
		padding: 20px 0;
	}
	.p-footer__profile__logo {
		display: block;
		text-align: center;
		padding-bottom: 6px;
	}
	.p-footer__profile__logo img {
		width: 100%;
	}
	/* グループ会社 */
	.p-footer__group-company {
		width: 90%;
		justify-content: start;
	}
	.p-footer__group-company__title {
		flex-basis: 100%;
		border-right: none;
		border-bottom: 1px solid var(--background-color);
		font-size: 1.6rem;
	}
	.p-footer__group-company__list {
		flex-basis: 100%;
		justify-content: space-between;
		margin-top: 15px;
		padding-left: 0;
	}
	.p-footer__group-company__list__item {
		flex-basis: 47%;
		font-size: 1.2rem;
		letter-spacing: -1px;
		line-height: 1.4rem;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.p-footer__group-company__list__item a::before {
		width: 8px;
		height: 8px;
		bottom: 4px;
		right: -12px;
	}
	.p-footer__group-company__list__item a:hover {
		opacity: 1;
	}
	/* Copyright */
	.p-footer__copyright__text {
		text-align: center;
		padding: 20px 0 12px;
	}

	/* INDEX|スマホ
	--------------------------------------------- */
	/* メイン画像|スマホ
	--------------------------------------------- */
	/* メインイメージ */
	/* 文字*/
	.p-first-view__text-area {
		padding: 20px 20px 0;
		z-index: 5;
	}
	.p-first-view__text-area__title {
		font-size: 2.5rem;
		line-height: 4rem;
	}
	.p-first-view__image-area {
		margin: -110px 0 auto;
	}
	.p-first-view__image-area__main {
		height: auto;
	}

	/* スライド
	.p-first-view__slide {
		position: relative;
		width: 100%;
		height: 250px;
	} */

	/* TOPお知らせ */
	.p-info-area {
		margin-bottom: 30px;
		padding: 0 10px;
	}
	.p-info-area__news__wrapper {
		margin-bottom: 20px;
	}
	.p-info-area__news__wrapper__title-area__title {
		font-size: 2.1rem;
		line-height: 2.8rem;
	}
	.p-info-area__news__wrapper__title-area__title::before {
		bottom: -6px;
		width: 30px;
	}
	.p-info-area__news__wrapper__link-area {
		border-top: none;
	}
	.p-info-area__news__wrapper__link-area__post:hover {
		background: none;	
		border-radius: none;
		transition: unset;
	}
	.p-info-area__news__wrapper__link-area__post__link {
		padding: 18px 0 8px;
	}
	.p-info-area__news__wrapper__link-area__post__link__time {
		line-height: 1.3rem;
	}

	/* TOP経営理念 */
	.l-top-philosophy {
		background: none;
		margin-bottom: 130px;
	}
	.p-top-philosophy {
		background: none;
		margin: 0 auto;
	}
	.p-top-philosophy__paripassu {
		position: static;
		background:linear-gradient(to bottom left, transparent 50% , var(--background-color) 50%) ;
		margin: 0 auto 100px;
		padding: 20px 16px;
	}
	.p-top-philosophy__paripassu__title-area {
		position: static;
		z-index: 1;
	}
	.c-top-philosophy-title-main {
		font-size: 4.2rem;
		line-height: 5rem;
		text-align: left;
		text-shadow: 2px 2px 0 var(--color-bright);
	}
	.c-top-philosophy-title-lead {
		font-size: 2.5rem;
		line-height: 3rem;
		margin-bottom: 20px;
	}
	.p-top-philosophy__paripassu__text-area {
		width: 100%;
		margin-bottom: 30px;
	}
	.p-top-philosophy__vision {
		position: static;
		margin: 0 auto;
		padding: 20px 15px;
	}
	.p-top-philosophy__vision-area {
		margin: 0 auto 30px;
		padding-left: 0;
	}
	.p-top-philosophy__vision__btn {
		display: block;
		margin: 30px auto;
	}
	/* 経営理念画像の位置 */
	.p-top-philosophy__paripassu__image-area {
		position: static;
		top: 0;
		right: 0;
		margin-bottom: -100px;
		z-index: 1;
	}
	.p-top-philosophy__paripassu__image-area__image {
		object-position: bottom;
	}
	.p-top-philosophy__vision__image-area {
		position: static;
		top: 0;
		left: 0;
		margin-bottom: -100px;
	}
	/* 経営理念画像サイズ */
	.c-top-philosophy-image {
		width: 100%;
		height: 150px;
	}
	.c-top-philosophy-image img {
		width: 100%;
		height: 150px;
		object-fit: cover;
		object-position: center 16%;
	}
	/* 経営理念画像JS調整 */
	.u-scroll-up {
		transform: translateY(50px);
	}

	/* TOP企業情報 */
	.l-top-corporate {
		background-size: auto 60vh;
		margin: 20px auto;
		padding-bottom: 50px;
	}
	.p-top-corporate {
		padding: 0 15px;
	}
	.c-top-title-back {
		font-size: 5rem;
		line-height: 5.6rem;
		margin-bottom: -55px;
	}
	.p-top-corporate__title-area__title {
		margin-bottom: 10px;
	}
	.p-top-corporate__image-area {
		position: relative;
		text-align: center;
	}
	.p-top-corporate__image-area__illust {
		width: 100%;
	}
	.p-top-corporate__info {
		margin-bottom: 40px;
	}
	.p-top-corporate__info__item {
		margin-bottom: 40px;
	}
	.p-top-corporate__info__item__title {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	.p-top-corporate__info__item__text {
		line-height: 2rem;
		margin-bottom: 8px;
	}
	/* 上場マーク */
	.p-top-corporate__image-area__listed {
		width: 40px;
		height: 55px;
		bottom: 15px;
		right: 0;
	}
	/* 各社リンク */
	.p-top-corporate__list {
		justify-content: space-between;
		margin: 0 auto 30px;
	}
	.p-top-corporate__list__item {
		width: 48%;
		height: 80px;
		margin: 10px 0;
		transition: none;
	}
	.p-top-corporate__list__item::before {
		right: 6px;
		bottom: 6px;
	}
	.p-top-corporate__list__item:hover {
		outline: none;
		transform: none;
	}
	.p-top-corporate__list__item__link__logo img {
		width: 100%;
		vertical-align: middle !important;
	}
	img.c-top-corporate-logo-big {
		width: 60%;
		height: 60%;
	}
	img.c-top-corporate-logo-big--more {
		width: 85%;
		height: 85%;
	}
	.p-top-corporate__list__item__text {
		font-size: 1.4rem;
		line-height: 1.8rem;
		text-align: left;
		padding: 10px;
	}
	/* サービス紹介 */
	.l-top-service {
		background-size: 50vh;
		padding: 0 0 40px;
	}
	.p-top-service {
		width: 90%;
		margin: 0 auto;
	}
	.p-top-service__list {
		margin-bottom: 30px;
	}
	.p-top-service__list__item {
		display: flex;
		justify-content: space-between;
	}
	.p-top-service__list__item img {
		width: 130px;
		height: 130px;
		object-fit: cover;
	}
	.p-top-service__list__item:hover {
		opacity: 1;
	}
	.p-top-service__list__item {
		width: 100%;
		margin-bottom: 10px;
	}
	.p-top-service__list__item__text-area {
		padding-left: 10px;
	}
	.p-top-service__list__item__text-area__title {
		position: relative;
		background: var(--accent-color);
		color: var(--color-bright);
		font-size: 1.7rem;
		font-weight: 500;
		line-height: 2.2rem;
		text-align: left;
		margin-bottom: 5px;
		padding: 8px 5px 5px 20px;
	}
	.p-top-service__list__item__text-area__title::before {
		position: absolute;
		content: "";
		top: calc(50% - 1px);
		left: 0;
		width: 15px;
		height: 2px;
		background: var(--color-bright);
	}
	.p-top-service__list__item__text-area__text {
		font-size: 1.4rem;
		line-height: 1.8rem;
		padding: 0 2px;
	}
	/* サービス画像JS調整 */
	.u-scroll-up.u-top-service__list-1,
	.u-scroll-up.u-top-service__list-2,
	.u-scroll-up.u-top-service__list-3,
	.u-scroll-up.u-top-service__list-4,
	.u-scroll-up.u-top-service__list-5 {
		opacity: 0; 
		visibility: hidden;
		transform: translateY(50px);
		transition: all 1s;
	}
	/* 採用情報 */
	.l-top-recruit {
		background: url(images/top/background_index-img02sp.jpg) no-repeat;
		background-size: cover;
		padding: 40px 0 60px;
	}
	.p-top-recruit {
		width: 90%;
		margin: 0 auto;
	}
	.p-top-recruit__employ {
		margin-bottom: 20px;
		padding: 20px;
	}
	.p-top-recruit__employ__title {
		font-size: 2.6rem;
		line-height: 4rem;
		margin-bottom: 10px;
	}
	.p-top-recruit__employ__text {
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.p-top-recruit__employ__btn {
		display: block;
		margin: 10px auto 0;
	}
	.p-top-recruit__employ__btn .c-button-link {
		width: 250px !important;
	}
	.u-margin-top {
		margin-top: 20px;
	}
	/* 採用情報JS調整 */
	.u-scroll-up.u-top-recruit-1 {
		transform: translateY(50px);
		transition: all 1s;
	}
	.u-scroll-up.u-top-recruit-2 {
		opacity: 0; 
		visibility: hidden;
		transform: translateY(50px);
		transition: all 2s;
	}


	/* 下層ページ|スマホ
	--------------------------------------------- */
	/*　ページ見出し｜common
	--------------------------------------------- */ 
	.p-common-title {
		width: 100%;
		height: 150px;
		background-size: cover;
	}
	.p-common-title__text-area {
		align-items: center;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 8px 15px;
	}
	.p-common-title__text-area__head {
		max-height: 10.5rem;
		margin-bottom: 8px;
		overflow: hidden;
	}
	.p-common-title__text-area__lead {
		max-width: 100%;
		overflow-wrap: break-word;
	}
	/* common見出しの写真は各ページ毎に以下差し替え */
	
	/* タイトル下リード文 */
	.u-text-lead {
		position: absolute;
		font-size: 2.8rem;
		line-height: 3.6rem;
		text-shadow: 2px 2px var(--color-bright);
		margin-top: -62px;
		margin-bottom: 0;
		padding: 0 10px;
		z-index: 10;
	}
	/* 背景なし */
	.l-text-title {
		padding: 30px 15px 20px;
	}
	.p-text-title {
		min-height: 100px;
		padding: 5px 0 5px 10px;
	}
	.p-text-title__head {
		font-size: 2.6rem;
		line-height: 3.2rem;
	}
	/* 強調文字 */
	.u-message-bigger-serif {
		font-size: 5rem;
		line-height: 6rem;
	}
	.u-message-bigger-Nunito {
		font-size: 4rem;
		line-height: 4.5rem;
	}
	.u-message-big {
		font-size: 4rem;
		line-height: 4rem;
	}

	/* 投稿ページ|スマホ
	--------------------------------------------- */
	/*　ニュース
	--------------------------------------------- */
	/* 一覧（文字リンク） */
	.l-post-vertical-news {
		padding: 20px 0;
	}
	.p-post-vertical__list {
		width: 90%;
	}
	.p-post-vertical__list__item a {
		transition: unset;
	}
	.p-post-vertical__list__item::before {
		right: 3px;
		width: 15px;
		height: 15px;
		transition: unset;
	}
	.p-post-vertical__list__item:hover:before {
		right: 8px;
		transition: unset;
	}
	.p-post-vertical__list__item:hover {
		background: var(--background-color);
		transition: unset;
	}
	.p-post-vertical__list__item__link {
		padding: 20px 35px 20px 15px;
	}
	.p-post-vertical__list__item__link__text-area__time {
		display: block;
		font-size: 1.2rem;
		line-height: 1.6rem;
		margin-bottom: 6px;
	}

	/* ページネーション */
	.c-paginate-link {
		margin: 40px auto 60px;
	}
	.c-paginate-link__numbers__item a{
		transition: unset;
	}
	.c-paginate-link__numbers__item a:hover {
		background: var(--color-bright);
		outline: solid 1px var(--accent-color);
		color: var(--accent-color);
		transition: unset;
	}
	.c-paginate-link__numbers__item--prev,
	.c-paginate-link__numbers__item--prev a,
	.c-paginate-link__numbers__item--prev a:hover,
	.c-paginate-link__numbers__item--next,
	.c-paginate-link__numbers__item--next a,
	.c-paginate-link__numbers__item--next a:hover {
		display: block;
		background: none;
		outline: none;
		text-decoration: none;
	}
	.c-paginate-link__numbers__item a.prev:hover,
	.c-paginate-link__numbers__item a.next:hover {
		color: var(--primary-color);
		outline: none;
	}
	.prev a,
	.next a {
		color: var(--primary-color);
	}
	.prev a:hover,
	.next a:hover,
	.c-paginate-link__numbers__item--prev a:hover,
	.c-paginate-link__numbers__item--next a:hover {
		opacity: 1;
	}
	.p-contents .c-paginate-link {
		width: 90%;
		text-align: center;
	}
	.c-paginate-link__around__item a:hover{
		opacity: 1;
	}
	/* 記事ページ */
	.p-contents h2 {
		font-size: 2.4rem;
		line-height: 3rem;
		margin: 30px 0 15px;
	}
	.p-contents h3 {
		font-size: 2rem;
		line-height: 2.8rem;
		margin: 30px 0 15px;
		padding: 15px 5px 12px 10px;
	}
	.p-contents h4 {
		font-size: 2rem;
		line-height: 2.8rem;
		margin: 30px 0 15px;
		padding-bottom: 3px;
	}
	.p-contents h5 {
		font-size: 1.8rem;
		line-height: 2.6rem;
		text-indent: -20px;
		margin: 30px 0 15px;
		padding-left: 20px;
	}
	.p-contents__post {
		padding: 20px 0;
	}
	.p-contents__post__text-area {
		width: 90%;
		margin: 0 auto;
	}
	.p-contents__post__text-area p {
		padding: 0 3px;
	}
	.p-contents__post__text-area p img {
		max-width: 100%;
		max-height: 50vh;
		margin: 30px auto;
	}
	/* 表組み */
	.u-scroll-box table {
		margin: 40px 0 5px;
	}
	table th {
		font-size: 1.4rem;
		padding: 8px 5px;
	}
	.u-scroll-box table th {
		min-width: 80px;
	}
	table td {
		width: auto;
		min-width: unset;
		font-size: 1.5rem;
		padding: 12px 5px;
	}
	.u-scroll-box table td {
		min-width: 80px;
		font-size: 1.5rem;
		padding: 12px 5px;
	}
	.u-scroll-box {
		overflow-x: scroll;
		margin-bottom: 40px;
	}


	/* 固定ページ|スマホ
	--------------------------------------------- */
	/* common
	--------------------------------------------- */
	/* テキストリスト（共通） */
	.c-word-list {
		gap: 30px 20px;
	}
	.c-word-list__item {
		width: 47%;
	}
	/*　企業情報
	--------------------------------------------- */
	.l-corporate {
		padding-top: 30px;
	}
	/* 企業情報一覧 */
	.p-corporate__list {
		margin-top: 0;
	}
	.p-corporate__list__item {
		width: 90%;
		margin: 0 auto 30px;
		transition: unset;
	}
	.p-corporate__list__item:hover {
		transform: unset;
		opacity: 1;
	}
	.p-corporate__list__item__link__image img {
		width: 100%;
		height: 150px;
		object-fit: cover;
		object-position: center;
	}
	.p-corporate__list__item__link__text-area__text {
		padding: 10px 20px;
	}
	.p-corporate__btn {
		margin: 50px auto;
	}
	/* 会社概要|企業情報 */
	.p-profile,
	.p-histry {
		padding: 30px 0;
	}
	.p-profile__area,
	.p-histry__area {
		border-top: none;
		margin: 0 auto 50px;
	}
	.p-profile__area__list,
	.p-histry__area__list {
		border-bottom: none;
		margin-bottom: 20px;
		padding: 0;
	}
	.p-profile__area__list__item-title,
	.p-histry__area__list__item-title {
		border-bottom: 1px solid var(--primary-color);
		color: var(--primary-color);
		font-size: 1.8rem;
		text-align: left;
		letter-spacing: 2px;
		padding: 3px 5px;
	}
	.p-profile__area__list__item-text,
	.p-histry__area__list__item-text {
		padding: 10px 5px;
	}
	.p-profile__area__list__item-text__link a:hover {
		color: var(--text-color-main);
	}
	.p-profile__area__list .u-map-link a {
		margin-bottom: 20px;
	}
	.p-profile__area__list__item-text p {
		margin-bottom: 10px;
	}
	.p-profile__area__list__item-text p:last-child {
		margin-bottom: 0;
	}
	/* 拠点一覧 */
	.p-profile__map-area {
		padding: 0 20px 30px;
	}
	.p-profile__map-area__text-area {
		text-align: left;
		padding: 0 0 30px;
	}
	.p-profile__map-area__map {
		width: 100%;
	}
	.p-profile__map-note {
		text-align: left;
		margin: 20px auto;
		padding:  0 20px;
	}
	/* リンクリスト */
	.c-button-link-list {
		width: 90%;
		grid-template-columns: repeat(auto-fill, minmax(160px, auto));
		gap: 20px 10px;
		margin-bottom: 50px;
	}
	.c-button-link-list__item a {
		line-height: 2rem;
		padding: 15px 10px 15px 20px;
		transition: unset;
	}
	.c-button-link-list__item a::before {
		left: 0;
		width: 15px;
		height: 2px;
		background: var(--primary-color);
	}
	.c-button-link-list__item a:hover {
		background: var(--color-bright);
	}
	/* 代表挨拶 */
	.p-greeting {
		margin-bottom: 0;
	}
	.p-greeting__area {
		width: 90%;
		background-size: 200px 250px;
		margin: 0 auto;
		padding-top: 20px;
	}
	.p-greeting__message {
		padding: 30px 0 40px;
	}
	.p-greeting__area__text {
		margin-bottom: 30px;
	}
	.p-greeting__area__text p {
		line-height: 2.7rem;
		margin-bottom: 30px;
	}
	.p-greeting__area__text__feature {
		font-size: 1.8rem;
	}
	.p-greeting__area__image__text {
		position: static;
		top: 0;
		left: 0;
		font-size: 3rem;
		line-height: 4rem;
		text-align: center;
		margin-bottom: 40px;
	}
	.p-greeting__area__image__box {
		justify-content: space-between;
	}
	.p-greeting__area__image__box__photo__img {
		width: 40%;
		height: auto;
		margin-right: 0;
	}
	.p-greeting__area__image__box__signature {
		width: 55%;
		height: auto;
	}

	/* グループ理念 */
	.p-philosophy {
		padding-bottom: 50px;
	}
	.p-philosophy__text-area {
		background-size: 200px 250px;
		margin-bottom: 20px;
		padding: 30px 0;
	}
	.p-philosophy__text-area__catch {
		font-size: 2rem;
		line-height: 3rem;
		margin: 20px auto 20px;
	}
	.p-philosophy__description__title__middle {
		font-size: 4rem;
		line-height: 4rem;
		padding: 40px 0 80px;
	}
	.p-philosophy__description__group {
		width: 90%;
		margin: -50px auto 0;
		padding: 10px 15px;
	}
	.p-philosophy__description__group__content {
		margin: 10px auto 26px;
	}
	.p-philosophy__description__group__content__text {
		margin-left: -20px;
		margin-bottom: 10px;
	}
	.p-philosophy__description__group__content__text .c-left-line-title__middle {
		padding: 15px 10px 12px 22px;
	}
	.c-left-line-title__middle span {
		font-size: 1.2rem;
	}
	.p-philosophy__description__group__content__list {
		font-size: 1.8rem;
		line-height: 2.4rem;
		padding-right: 5px;
	}
	.p-philosophy__description__group__content__list__item {
		margin-bottom: 10px;
	}
	.p-philosophy__description__group__content__list__item::before {
		top: 6px;
		left: -22px;
		width: 16px;
		height: 16px;
		background: var(--primary-color);
	}

	/* 役員紹介 */
	.p-officer__area {
		width: 90%;
		margin: 0 auto ;
		padding: 20px 0 50px;
	}
	.p-officer__area__box {
		margin-bottom: 40px;
		padding: 15px;
	}
	.p-officer__area__box__unit {
		display: grid;
		grid-template-rows: 150px 130px;
		grid-template-columns: 130px 1fr;
	}
	.p-officer__area__box__unit__img {
		grid-row: 1 / 2;
		grid-column: 1 / 2;
		width: 120px;
		height: 150px;
	}
	.p-officer__area__box__unit__list {
		display: block;
		border-bottom: none;
		text-align: left;
		padding: 0;
	}
	.u-job-title {
		line-height: 2rem;
		margin-right: 0;
		padding-bottom: 5px;
	}
	.u-personal-name {
		border-bottom: 2px solid var(--primary-color);
		font-size: 2.4rem;
		line-height: 3rem;
		margin-right: 0;
		padding-bottom: 3px;
	}
	.u-reading-name {
		line-height: 1.8rem;
		padding: 5px 0;
	}
	.p-officer__area__box__unit__text {
		grid-row: 2 / 3;
		grid-column: 1 / 3;
		margin-top: 10px;
		padding: 0 2px;
		overflow-y: auto;
	}
	.p-officer__area__box__unit__text__list {
		display: block;
		margin-bottom: 10px;
	}
	.p-officer__area__box__unit__text__list__date {
		font-size: 1.4rem;
	}
	/* お仕事をお探しの方へ
	--------------------------------------------- */
	.l-job-seekers {
		padding: 30px 0 0;
	}
	.p-job-seekers__heading {
		width: 90%;
		text-align: justify;
		margin: 0 auto;
	}
	.p-job-seekers__heading__btn {
		display: block;
		margin: 30px auto 50px;
	}
	.p-job-seekers__body__case {
		padding: 10px 20px 50px;
	}
	.p-job-seekers__body__flow {
		padding: 10px 20px 50px;
	}
	.p-job-seekers__body__faq {
		padding: 10px 20px 50px;
	}
	.p-job-seekers__body__faq__list__item {
		border-radius: 15px;
		margin-bottom: 20px;
		padding: 20px 15px 10px;
	}
	.p-job-seekers__body__faq__list__item__title {
		padding-top: 0px;
	}
	.p-job-seekers__body__faq__list__item__text-area__text {
		line-height: 140%;
	}
	/*　事業内容
	--------------------------------------------- */
	.l-business {
		padding: 30px 0 0;
	}
	.p-business__btn {
		margin: 50px auto;
	}
	.p-business {
		width: 100%;
	}
	.p-business__summary {
		width: 90%;
		margin: 50px auto 0;
		padding: 30px 0 50px;
	}
	.p-business__summary__image img {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
	}
	.p-business__summary__text-area {
		flex-basis: 42%;
	}
	.p-business__summary__text-area__title {
		margin-bottom: 20px;
	}
	.p-business__training {
		padding: 40px 0;
	}
	.p-business__training__main-text {
		width: 90%;
		margin: 0 auto;
	}
	.p-business-content__photo-area {
		text-align: center;
	}
	.p-business-content__photo-area img {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	.p-business-content__text-area {
		position: relative;
		width: 95%;
		background: rgba(255,255,255,0.9);
		margin: -50px auto 50px;
		padding: 10px;
	}
	.p-business-content__text-area__title {
		width: 90%;
	}
	.p-business-content__text-area__title.c-contents__title__middle {
		margin: 10px auto 20px;
		padding: 0 0 0 12px;
	}
	.p-business-content__text-area .p-business-content__text-area__title {
		width: 95%;
	}
	.p-business-content__text-area__text {
		width: 100%;
		background: none;
		margin: 0 auto;
		padding: 0 10px;
	}
	.p-business-content__text-area__text p {
		letter-spacing: 1px;
		text-shadow: 1px 1px 1px var(--color-bright);
		margin-bottom: 10px;
	}
	.p-business-content__summary {
		width: 90%;
	}
	.p-business-content__image-line {
		text-align: right;
	}
	.p-business-content__summary__photo-area img {
		width: 100%;
		height: 180px;
		margin: 0 auto 20px;
	}
	.p-business-content__summary__text-area__title {
		margin-top: 0;
		padding-top: 0;
	}
	.p-business-content__summary__text-area p {
		margin-bottom: 1å0px;
	}
	.p-business-content__summary.u-scroll-up {
		opacity: 0; 
		visibility: hidden;
		transform: translateY(100px);
		transition: all 1.2s;
	}
	.p-business-content__summary.u-scroll-up.is-show {
		opacity: 1;
		visibility: visible;
		transform: translateY(0px);
	}
	.p-business-content-flex {
		display: block;
		margin-bottom: 40px;
	}
	.p-business-content-flex__text-area {
		width: 90%;
		margin: 0 auto;
	}
	.p-business-content-flex__text-area__title {
		margin-top: 0;
	}
	.p-business-content-flex__text-area__text {
		letter-spacing: 0;
		margin: 20px 0;
	}
	.p-business-content-flex__text-area__text p {
		margin-bottom: 10px;
	}
	.p-business-content-flex__image-area {
		text-align: center;
	}
	.p-business-content-flex__image-area img {
		width: 90%;
		height: 250px;
		object-fit: contain;
		margin: 0 auto;
		padding: 20px;
	}
	.p-business__btn {
		display: block;
		margin: 20px auto;
	}
	.u-common-main-text {
		margin: 20px auto;
	}
	.u-common-main-text p {
		margin-bottom: 10px;
	}
	.u-business-container {
		margin-top: 0;
	}
	.u-flex-right {
		margin: 0 auto;
	}
	/*　サービス各ページ
	--------------------------------------------- */ 
	/* heading */
	.p-business-service__heading {
		padding-bottom: 50px;
	}
	.p-business-service__heading__text-area {
		padding: 0 20px;
	}
	/* body */
	.p-business-service__body__case,
	.p-business-service__body__flow {
		padding: 40px 20px 60px;
	}
	.p-business-service__body a,
	.p-business-service__body a:visited {
		transition: unset;
	}
	.p-business-service__body a:hover {
		color: var(--text-link-color);
		text-decoration: underline;
		text-underline-offset: 2px;
	}
	.p-business-service .c-contents__title {
		padding: 0 0 10px;
	}
	.p-business-service__body__flow__text-area {
		margin-bottom: 40px;
	}
	.p-business-service__body__flow__text-area__image {
		width: 100%;
		margin: 40px auto;
	}
	.p-business-service__body__flow__map {
		display: block;
		margin-top: 0;
	}
	.p-business-service__body__flow__map img {
		width: 100%;
		height: auto;
		object-position: unset;
	}
	.p-business-service__body__flow__text-area__case__example__title {
		font-size: 2.2rem;
		line-height: 3rem;
		margin-bottom: 10px;
	}
	
	/* サービス一覧 */
	.c-case-list {
		display: block;
		margin-bottom: 30px;
	}
	.c-case-list__item {
		margin-bottom: 15px;
	}
	.c-case-photo__img {
		height: 150px;
	}
	/* サービステーブル */
	.c-case-table {
		margin: 10px 0 40px;
	}
	th.c-case-table__set__title {
		width: 10rem;
		padding: 10px 5px;
	}
	td.c-case-table__set__text {
		padding: 10px;
	}
	/* サービスの流れ */
	.c-flow-list__item {
		padding: 20px 15px;
	}
	ol.c-flow-list .c-flow-list__item::before {
		top: 20px;
		left: 15px;
		font-size: 2.6rem;
		line-height: 2.6rem;
		width: 40px;
		height: 40px;
		padding: 8px 11px;
	}
	ol.c-flow-list .c-flow-list__item::after {
		position: absolute;
		content: "";
		bottom: -40px;
		left: 50%;
		transform: translateX(-50%);
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 28px solid var(--accent-color);
	}
	.c-flow-list__item__title {
		font-size: 3rem;
		line-height: 4rem;
		margin-bottom: 10px;
		padding-top: 0;
		padding-left: 50px;
	}
	.c-flow-list__item__text-area__text {
		margin-left: 0;
	}
	/* スタッフ研修 */
	.p-business-service__body__training {
		padding: 40px 20px 50px;
	}
	.p-business-service__body__training__list {
		display: block;
	}
	.p-business-service__body__training__list__item {
		flex-basis: unset;
		margin-bottom: 20px;
	}

	/* 人材管理 */
	.p-business-service__body__management {
		padding: 40px 20px 50px;
	}
	
	/*　お問い合わせ
	--------------------------------------------- */ 
	.p-common-title--contact {
		margin-bottom: 0;
	}
	.p-contact {
		padding: 0;
	}
	.p-contact__text-area h2 {
		font-size: 2rem;
        line-height: 2.8rem;
        margin: 30px 0 15px;
        padding-bottom: 3px;
	}
	.p-contact__text-area .u-tel-number {
		font-size:2rem;
		line-height: 4rem;
	}
	.p-contact__text-area .u-tel-number .u-tel-event {
		font-size: 3rem;
		padding-bottom: 1px;
	}
	.p-contact__text-area {
		width: 90%;
		margin: 0 auto;
	}
	.p-contact__form {
		width: 90%;
		margin: 30px auto;
		padding: 20px 15px 20px;
	}
	.p-contact__form__list__item {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.p-contact__form__list__item__required {
		flex-basis: unset;
		margin-right: 10px;
	}
	.p-contact__form__list__item__label {
		flex-basis: unset;
		text-align: left;
		margin-top: 2px;
	}
	.p-contact--entry .p-contact__form__list__item__label {
		flex-basis: auto;
	}
	.p-contact__form__list__item__frame {
		flex-basis: 100%;
		margin-left: 0;
		margin-top: 5px;
	}
	.u-item__any,
	.u-item__required  {
		letter-spacing: unset;
		margin-left: 10px;
		padding: 3px 6px 3px 6px
	}
	.p-contact__form__list__item #company,
	.p-contact__form__list__item__frame #name,
	.p-contact__form__list__item__frame #address,
	.p-contact__form__list__item__frame #message {
		width: 100%;
	}
	.p-contact__form__list__item__frame textarea {
		height: 155px;
	}
	.p-contact__form__list__checkbox {
		font-size: 1.5rem;
		margin: 30px auto;
	}
	a.u-privacy {
		color: var(--accent-color);
		text-decoration: underline;
		text-underline-offset: 2px;
	}
	.p-contact__form__list__submit-btn__text {
		width: 80%;
		margin: 0 auto;
		transition: unset;
	}
	.p-contact__form__list__submit-btn__text:hover {
		background: var(--primary-color-bright);
	}
	.p-contact__form__list__item__frame .u-birth-day {
		width: 100%;
	}
	.p-contact__form__list__item__frame .u-birth-day input {
		width: 90px;
		margin-left: 2px;
	}
	.p-contact--entry .p-contact__form__list__item__frame .u-birth-day__item--sp input {
		width: 70px;
	}
	.p-contact__form__list__item__frame .u-birth-day span {
		display: flex;
		align-items: center;
	}
	.p-contact__form__list__item__frame input.u-tel-number {
		width: 100%;
	}
	.p-contact__form__list__item__frame input.u-post-code {
		width: 50%;
	}

	/*　新卒採用
	--------------------------------------------- */
	.p-recruit {
		padding: 10px 0 50px;
	}
	/* 特徴のポイント */
	.p-recruit__feature__point {
		width: 90%;
		margin: 0 auto 40px;
	}
	.p-recruit__feature__point__text-area {
		margin-bottom: 15px;
	}
	.p-recruit__feature__point__text-area__lead {
		font-size: 1.4rem;
		line-height: 1.4rem;
		padding: 5px 8px 5px 12px;
	}
	.p-recruit__feature__point__image-area {
		text-align: center;
	}
	.p-recruit__feature__point__image-area__img {
		width: 100%;
		height: 200px;
	}
	.p-recruit__feature__point--reverse .p-recruit__feature__point__image-area {
		text-align: center;
	}
	.p-recruit__feature__flow__title {
		font-size: 2.4rem;
		line-height: 2.8rem;
		margin-bottom: 20px;
	}
	.p-recruit__feature__flow__image {
		width: 100%;
	}
	/* ページ内リンク */
	.p-recruit__link-box {
		background: var(--color-bright);
		padding: 0 0 30px;
	}
	.p-recruit__link-box .c-button-link-list {
		width: 95%;
		grid-template-columns: repeat(auto-fit, minmax(48%, auto));
		justify-content: space-between;
		letter-spacing: 0;
		gap: 20px 6px;
		margin-bottom: 0;
	}
	.p-recruit__link-box .c-button-link-list .u-space-min {
		letter-spacing: -2px;
	}
	.p-recruit__link-box .c-button-link-list__item a:hover {
		background: var(--color-bright);
		outline: none;
	}
	/* 主な配属先 */
	.p-recruit__assignment {
		margin: 0 auto;
		padding: 0 20px 50px;
	}
	.p-recruit__assignment__list {
		margin-bottom: 30px;
	}
	.p-recruit__assignment__list__item {
		width: 48%;
		padding: 5px 10px;
	}
	.p-recruit__assignment__images {
		display: flex;
		flex-wrap: wrap;
	}
	.p-recruit__assignment__images__img {
		width: 50%;
	}
	/* インタビュー */
	.p-recruit__interview {
		padding: 0 0 50px;
	}
	.p-recruit--list  {
		padding: 50px 0;
	}
	.p-recruit__interview__main {
		justify-content: space-between;
		gap: 15px 10px;
		width: 95%;
		margin: 0 auto 30px;
	}
	.p-recruit__interview__main__item {
		width: 48%;
		margin: 0;
		transition: unset;
	}
	.p-recruit__interview__main__item:hover {
		transform: unset;
	}
	.c-interview__link__image {
		width: 100%;
		height: 150px;
	}
	/*職場環境・福利厚生*/
	.p-recruit__welfare {
		padding: 20px;
	}
	.p-recruit__welfare__title-middle {
		margin-bottom: 20px;
	}
	.p-recruit__welfare__photo-area {
		justify-content: center;
		gap: 20px;
	}
	.p-recruit__welfare__photo-area__photo__image {
		margin-bottom: 10px;
	}
	.p-recruit__welfare__photo-area__photo figcaption {
		width: 100%;
	}
	/* 募集要項 */
	.p-recruit__recruitment {
		padding: 40px 0 50px;
	}
	.p-recruit__recruitment__main-text {
		width: 90%;
		padding: 10px 15px;
	}
	.p-recruit__recruitment__main-text__list {
		margin: 20px auto;
		border-top: none;
	}
	.p-recruit__recruitment__main-text__list__menu {
		border-bottom: none
	}
	.u-list-item-title {
		text-align: left;
		padding: 10px;
	}
	.u-list-item-text {
		padding: 10px 5px 20px;
	}
	.p-recruit__recruitment__main-text__list__menu_list__link p {
		margin-bottom: 20px;
		margin-right: 0;
	}
	a.u-entry-link:hover,
	a.u-mynavi-link:hover {
		opacity: 1;
	}
	/* 教育制度 */
	.p-recruit__career {
		padding: 0 0 60px;
	}
	.p-recruit__career__main-text {
		width: 90%;
		margin: 0 auto;
	}
	.p-recruit__career__main-text img {
		width: 100%;
		margin: 40px auto 0;
	}
	.p-recruit__career__btn {
		margin: 20px auto;
	}
	a.c-entry-link {
		border-radius: 10px;
		box-shadow: 0px 3px 0px 0px #000;
		padding: 15px 30px 20px;
		transition: unset;
	}
	a.c-entry-link:hover {
		transform: unset;
		box-shadow: 0px 3px 0px 0px #000;
	}
	.c-entry-link__caption {
		font-size: 1.8rem;
		line-height: 1.8rem;
		letter-spacing: 0;
	}
	.c-entry-link__text {
		font-size: 3rem;
	}
	/* 既卒リンク */
	.p-jpb-satela__background {
		width: 45%;
		height: 200px;
		background-position: right center;
		clip-path: polygon(0% 0%, 60% 0, 100% 50%, 60% 100%, 0% 100%);
	}
	.p-jpb-satela__text-box {
		width: 95%;
		height: 200px;
		margin: -200px auto 0;
	}
	.p-jpb-satela__text-box__title-area {
		margin-left: 20px;
	}
	.p-jpb-satela__text-box__title-area__title {
		flex-basis: 32%;
		font-size: 2.2rem;
		letter-spacing: 1px;
	}
	.p-jpb-satela__text-box__text-area__title {
		font-size: 1.6rem;
		line-height: 2rem;
		margin-bottom: 10px;
	}
	.p-jpb-satela__text-box__text-area img {
		width: 90%;
		height: auto;
		margin-bottom: 20px;
	}
	.p-jpb-satela__text-box__text-are__btn__link {
		width: 100%;
		padding: 10px 50px;
	}
	.p-jpb-satela__text-box__text-are__btn__link::after {
		display: none;
	}
	.p-jpb-satela__text-box__text-are__btn__link:hover::after {
		transform: unset;
	}
	.p-jpb-satela__text-box__text-are__btn__link__text {
		font-size: 1.6rem;
	}
	/* よくある質問 */
	.p-recruit__question {
		padding: 40px 0 0;
	}
	.p-recruit__question__area {
		width: 90%;
	}
	.p-question {
		border-radius: 10px;
		margin-bottom: 20px;
		padding: 20px 15px 10px;
	}
	.p-question__title {
		font-size: 2rem;
		line-height: 2.6rem;
		text-align: left;
		margin-bottom: 10px;
		padding-left: 40px;
		padding-bottom: 10px;
	}
	.p-question__title::before {
		left: 6px;
		font-size: 3rem;
	}
	/* 社員インタビュー
	--------------------------------------------- */
	.p-interview__top {
		position: static;
		margin-bottom: 0;
	}
	/* サムネイル */
	.p-interview__top__thumbnail {
		width: 100%;
		height: 250px;
		margin: 0 auto;
	}
	@keyframes fadeUpAnime{
		from {
		opacity: 0;
		transform: translateY(100px);
		}
	
		to {
		opacity: 1;
		transform: translateY(0);
		}
	}
	.p-interview__top__thumbnail__image {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	/* プロフィール */
	.p-interview__top__profile {
		position: static;
		width: 90%;
		min-height: 150px;
		margin: 0 auto;
		padding: 20px;
		transform: translateY(-30px); 
	}
	/* 本文 */
	.p-interview__text-area,
	.p-interview__message {
		margin-bottom: 50px;
	}
	.p-interview__text-area, .p-interview__message {
		padding: 0 20px;
	}
	.p-interview .p-interview__text-area h2 {
		font-size: 2.8rem;
		line-height: 3.4rem;
		text-align: left;
		margin: 20px auto;
	}
	.p-interview .p-interview__text-area h3 {
		font-size: 2rem;
		line-height: 2.6rem;
		padding: 12px 0 10px;
	}
	.p-interview__text-area img {
		width: 100%;
		margin: 30px auto;
	}
	/* タイムスケジュール */
	.p-interview__schedule {
		width: 90%;
		margin: 0 auto 50px;
		padding: 20px 15px;
	}
	.p-interview__schedule__title {
		font-size: 2.4rem;
		margin: 0 0 10px -20px;
		padding: 8px 15px 10px 50px;
	}
	.p-interview__schedule__title::before {
		width: 15px;
	}
	.p-interview__schedule__title::after {
		top: calc(50% - 10px);
		left: 25px;
		width: 20px;
		height: 20px;
	}
	.p-interview__schedule__text__time {
		padding: 10px 10px 10px 0;
	}
	.p-interview__schedule__text__item {
		padding: 10px 0 10px 15px;
	}
	/* 後輩へのメッセージ */
	.p-interview__message__image {
		width: 100%;
		height: 200px;
		min-height: 200px;
	}
	.p-interview__message__image::before {
		left: calc(50% - 40px);
	}
	.p-interview__message__text-area {
		padding: 15px 15px 36px;
	}
	.p-interview__message__text-area::before {
		width: 100%;
		height: 60px;
		bottom: 3px;
		opacity: 0.6;
	}
	.p-interview__message__text-area p {
		font-size: 1.6rem;
		letter-spacing: 0;
		margin-bottom: 10px;
	}
	/* インタビュー各ページ写真個別調整 */
	.u-interview04-name {
		display: block;
	}
	.u-interview04-name .p-interview__info__main__text-area__name-area__name {
		padding-bottom: 0;
	}
	.u-interview04-name .p-interview__info__main__text-area__name-area__reading {
		padding-bottom: 4px;
	}
	/* 引用 */
	blockquote {
		margin: 30px auto;
		padding: 50px 15px 10px;
	}
	blockquote::before {
		top: 12px;
        left: 18px;
		width: 30px;
		height: 25px;
	}
	blockquote p { 
		font-size: 1.5rem;
		line-height: 140%;
	}	
	blockquote p a:hover {
		color: var(--accent-color);
		text-decoration: underline;
	}
	/*　プライバシーポリシー
	--------------------------------------------- */ 
	.p-privacy-table {
		margin: 20px 0 30px;
	}
	/*　404
	--------------------------------------------- */ 
	.p-not-found {
		padding: 60px 0 40px;
	}
	.p-not-found__title {
		font-size: 10rem;
	}
	
	
}
/*-- スマホサイズ（599px以下）ここまで --*/