@charset "UTF-8";
@keyframes arrowRight {
	0% {
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	49% {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	50% {
		transform: translate3d(100%, 0, 0);
		visibility: hidden;
	}
	51% {
		transform: translate3d(-100%, 0, 0);
		visibility: hidden;
	}
	52% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
}
:root {
	--font-mincho: YuMincho, 'Yu Mincho', NotoSerifJP, serif;
}
.u-arrow {
	display: block;
	overflow: hidden;
	position: relative;
}
.u-arrow > svg {
	display: block;
	width: 20px;
	height: 8px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1px;
}
.u-switchImg {}
.u-switchImg > img:first-child {
	display: block;
}
.u-switchImg > img:last-child {
	display: none;
}
.u-spInline {
	display: none;
}
.u-spNone {
	display: block;
}
.u-spsInline {
	display: none;
}
.u-ttl {
	background-color: #E2EFFA;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	padding: 15px 20px;
	position: relative;
	margin-bottom: 60px;
}
.u-ttl::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 1px;
	background-color: #004886;
	bottom: 0;
	left: 0;
}
.u-ttlBar {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.48;
	border-top: 1px solid #D3D3D3;
	padding-top: 15px;
	position: relative;
	margin-bottom: 40px;
}
.u-ttlBar::before {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background-color: #004886;
	position: absolute;
	top: -1px;
	left: 0;
}
.u-inner {
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: content-box;
}
.gHeader {}
.gHeader_contents {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}
.gHeader_inner {
	padding-left: 160px;
}
.gHeader_cols {
	display: flex;
	align-items: center;
}
.gHeader_col {}
.gHeader_col-logo {
	width: 164px;
	margin-right: auto;
}
.gHeader_logo {}
.gHeader_logo > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 80px;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_logo > a > img {
	display: block;
}
.gHeader_col-sns {
	margin-right: 26px;
}
.gHeader_snsList {
	list-style: none;
	display: flex;
}
.gHeader_snsList > li {}
.gHeader_snsList > li > a {
	text-decoration: none;
	color: inherit;
	padding: 10px 7px;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_snsList > li > a > img {
	display: block;
}
.gHeader_col-recruit {
	width: 80px;
}
.gHeader_link {}
.gHeader_link {}
.gHeader_link > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 80px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: lightgrey;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_link > a > img {
	display: block;
}
.gHeader_link_text {
	display: block;
	margin-top: 11px;
}
.gHeader_col-contact {
	width: 80px;
}
.gHeader_link-contact > a {
	background-color: #000;
	font-family: var(--font-mincho);
	color: #fff;
}
.gHeader_col-btn {
	width: 80px;
}
.gMenuBtn {
	display: block;
	font-family: var(--font-mincho);
	font-size: 12px;
	height: 80px;
	width: 100%;
	line-height: 1;
	background-color: #fff;
	color: inherit;
}
.gMenuBtn_barWrap {
	width: 28px;
	display: block;
	margin: 0 auto;
	padding: 3px 0;
}
.gMenuBtn_bar {
	width: 100%;
	height: 1px;
	background-color: currentColor;
	display: block;
	transition-duration: .3s;
	transition-property: transform, width;
}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {
	margin: 6px 0;
}
.gMenuBtn_bar-no3 {}
.gMenuBtn_text {
	display: block;
	position: relative;
	z-index: 0;
	width: 100%;
	top: 0;
	left: 0;
	transition-duration: .3s;
	transition-property: opacity, visibility, transform;
}
.gMenuBtn_text-open {}
.gMenuBtn_text-close {
	position: absolute;
	z-index: 2;
	transform: translateY(-5px);
	opacity: 0;
	visibility: hidden;
}
.gMenuBtn_textWrap {
	display: block;
	position: relative;
	margin-top: 11px;
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
	width: 100%;
	transform: translateY(7px) rotate(45deg);
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
	width: 100%;
	transform: scale(0, 1);
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
	width: 100%;
	transform: translateY(-7px) rotate(-45deg);
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_text-open {
	visibility: hidden;
	opacity: 0;
	transform: translateY(5px);
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_text-close {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.hiddenSvg {
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.gMenu {
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	height: calc(100% - 80px);
	background-color: #F8F8F8;
	z-index: 100;
	overflow: auto;
	box-sizing: border-box;
	padding: 51px 20px 50px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.gMenu.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gMenu_inner {
	max-width: 1050px;
	margin: 0 auto;
}
.gMenu_title {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #D3D3D3;
	line-height: 1.4;
	padding-bottom: 11px;
	margin-bottom: 12px;
}
.gMenu_btn {
	display: block;
	padding: 0;
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	pointer-events: none;
	width: 100%;
	text-align: left;
}
.gMenu_btn_icon {
	display: none;
}
.gMenu_list {
	list-style: none;
}
.gMenu_list > li {}
.gMenu_list > li.-sp {
	display: none;
}
.gMenu_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	min-height: 40px;
	align-items: center;
	position: relative;
	padding-left: 10px;
	padding-right: 40px;
	transition-duration: .3s;
	transition-property: color;
	line-height: 1.4;
}
.gMenu_list_arrow {
	position: absolute;
	right: 10px;
	transform: translateY(-50%);
	top: 50%;
}
.gMenu_list_arrow > svg {}
.gMenu_list-child {}
.gMenu_list-child > li {}
.gMenu_list-child > li > a {
	padding-left: 27px;
}
.gMenu_list-child > li > a::before {
	content: "";
	display: block;
	width: 7px;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.gMenu_grid {
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-template-rows: repeat(2, auto);
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}
.gMenu_cell {}
.gMenu_list-sub {}
.gMenu_list-sub > li {}
.gMenu_list-sub > li > a {
	padding-left: 14px;
	padding-right: 0;
}
.gMenu_list-sub > li > a::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border: 1px solid #004886;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(45deg);
	border-left: none;
	border-bottom: none;
}
.gMenu_list_blank {
	fill: none;
	stroke: #004886;
	stroke-width: 1px;
	width: 10px;
	height: 10px;
	margin-left: 7px;
}
.gMenu_list_arrow-pcNone {
	display: none;
}
.gMenu_list-large {}
.gMenu_list-large > li > a {
	font-size: 18px;
	font-weight: bold;
}
.gMenu_cell-sub {
	padding-top: 49px;
}
.recSnsNav {
	padding-top: 100px;
	padding-bottom: 130px;
}
.recSnsNav_inner {}
.recSnsNav_list {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.recSnsNav_list > li {}
.recSnsNav_list > li:nth-last-child(n+2) {
	margin-right: 40px;
}
.recSnsNav_list > li > a {
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	height: 120px;
	font-feature-settings: "palt";
}
.recSnsNav_list > li > a > img {
	display: block;
	width: 60px;
	margin-right: 20px;
	transition-duration: .3s;
	transition-property: transform;
}
.recSnsNav_list_text {}
.recSnsNav_list-home {}
.recSnsNav_list-home > li {}
.recSnsNav_list-home > li > a {
	color: #000;
}
.recSnsNav-home {
	padding: 100px 0 0;
}
.areaRctWel {
	margin-bottom: 100px;
}
.areaRctWel_inner {
	max-width: 1090px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
.areaRctWel_bgMessage {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0.02em;
	font-size: 150px;
	font-weight: 500;
	color: #F4F6F9;
	line-height: 1;
	position: absolute;
	right: 15px;
	top: 5px;
	font-family: var(--font-mincho);
	font-weight: 400;
	font-style: normal;
	z-index: 0;
}
.rctWelNav {
	padding-top: 100px;
	position: relative;
	z-index: 1;
	margin-bottom: 100px;
}
.rctWelNav_title {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 36px;
}
.rctWelNav_text {
	margin-bottom: 46px;
}
.rctWelNav_list {
	list-style: none;
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
}
.rctWelNav_list > li {
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.rctWelNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background-color: #F8F8F8;
	font-size: 14px;
	font-weight: bold;
	min-height: 67px;
	position: relative;
	border-bottom: 2px solid #004886;
	box-sizing: border-box;
	padding: 10px 26px;
	line-height: 1.5;
}
.rctWelNav_list_icon {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	width: 7px;
	transition-duration: .3s;
	transition-property: margin-top;
}
.rctWelNav_list_icon > img {
	display: block;
}
.rctWelOuter {
	margin-top: -80px;
	padding-top: 80px;
	margin-bottom: 100px;
}
.rctWelOuter:last-child {
	margin-bottom: 0;
}
.rctWelOuter:last-child {
	margin-bottom: 0;
}
.rctWel {}
.rctWel_areaTtl {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	margin-bottom: 58px;
}
.rctWel_areaTtl::before {
	content: "";
	display: block;
	width: calc(100% - 42px);
	height: calc(100% - 42px);
	border: 2px solid #fff;
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}
.rctWel_title {
	position: relative;
	z-index: 1;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 90%;
}
.rctWel_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.rctWel_bg > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.rctWel_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}
.rctWel_col {}
.rctWel_col-txt {
	width: 560px;
	margin-right: 30px;
}
.rctWel_text {
	margin-bottom: 26px;
}
.rctWel_text:last-child {
	margin-bottom: 0px;
}
.rctWel_balanceList {
	list-style: none;
	display: flex;
}
.rctWel_balanceList > li {
	margin-left: 30px;
}
.rctWel_balanceList > li:first-child {
	margin-left: 0;
}
.rctWel_balanceFig {
	display: flex;
	align-items: center;
}
.rctWel_balanceFig > figcaption {
	font-size: 24px;
	font-weight: bold;
	color: #004886;
	text-align: center;
	line-height: 1.25;
	margin-right: 15px;
}
.rctWel_balanceFig > img {
	display: block;
}
.rctWel_col-img {
	margin-left: auto;
}
.rctWel_image {}
.rctWel_image > img {
	display: block;
}
.rctWel_tbrWrap {
	margin-bottom: 60px;
}
.rctWel_tblImage {}
.rctWel_tblImage > img {
	display: block;
}
.rctWel_sect {
	margin-bottom: 50px;
}
.rctWel_sect:last-child {
	margin-bottom: 0;
}
.rctWel_headline {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 24px;
}
.rctWel_graph {}
.rctWel_graph > img {
	display: block;
	margin: 0 auto;
}
.rctWel_table {}
.rctWel_table > tbody {}
.rctWel_table > tbody > tr {}
.rctWel_table > tbody > tr > th {
	white-space: nowrap;
	font-weight: inherit;
	width: 190px;
	padding: 10px;
	padding-left: 0;
}
.rctWelThDot {
	text-align: left;
	position: relative;
	display: flex;
	align-items: center;
}
.rctWelThDot::after {
	content: "";
	display: block;
	background-image: linear-gradient(to right, currentcolor 1px, rgba(255, 255, 255, 0) 1px);
	background-position: left center;
	background-repeat: repeat-x;
	background-size: 4px 1px;
	height: 1px;
	width: 100%;
	margin-left: 15px;
}
.rctWel_tbl_thRound {
	background-color: #FAE3E1;
	border-radius: 20px;
}
.rctWel_table > tbody > tr > td {
	padding: 10px;
}
.rctWel_linkList {
	list-style: none;
}
.rctWel_linkList > li {}
.rctWel_linkList > li > a {
	text-decoration: underline;
	color: inherit;
}
.rctWel_linkList_icn {
	display: inline-block;
	top: -2px;
	position: relative;
}
.rctWel_linkList_icn > img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.rctWel_titleBar {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	background-image: linear-gradient(to right, #004886 30px, #D3D3D3 30px);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 1px;
	padding-top: 16px;
	margin-bottom: 27px;
}
.rWelQual {
	margin-top: 59px;
}
.rWelQual:last-child {
	margin-bottom: 0;
}
.rWelQual_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.rWelQual_box {
	padding: 15px;
	background-color: #F0F2F4;
}
.rWelQual_boxTitle {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #004886;
	line-height: 1.5;
	margin-bottom: 11px;
}
.rWelQual_list {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;
	align-items: center;
}
.rWelQual_list > li {
	padding-left: 10px;
	padding-right: 10px;
	width: 32%;
	color: #004886;
	font-size: 16px;
	font-weight: 500;
}
.rWelQual_list > li:last-child {
	width: 4%;
}
.rWelQual_list_txt {
	display: block;
	background-color: #fff;
	border-radius: 4px;
	padding: 11px;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.5;
	width: 100%;
}
.rWelQual_headline {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	color: #004886;
	border-bottom: 2px solid currentColor;
	padding-bottom: 10px;
}
.rWelQual_table {
	width: 100%;
	line-height: 1.5;
	font-weight: inherit;
}
.rWelQual_table > thead {}
.rWelQual_table > thead > tr {}
.rWelQual_table > thead > tr > th {
	white-space: nowrap;
	background-color: #6F8EB2;
	color: #fff;
	font-weight: 500;
	padding: 14px 10px;
	width: 20%;
	position: relative;
	vertical-align: middle;
}
.rWelQual_table > thead > tr > th:nth-child(n+2)::before {
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.rWelQual_table > thead > tr > td {}
.rWelQual_table > tbody {}
.rWelQual_table > tbody > tr {}
.rWelQual_table > tbody > tr:nth-child(2n) {
	background-color: #F2F7FC;
}
.rWelQual_table > tbody > tr > th {
	white-space: nowrap;
	font-weight: inherit;
	text-align: left;
	vertical-align: top;
	padding: 14px 15px;
}
.rWelQual_table > tbody > tr > td {
	text-align: center;
	vertical-align: middle;
	position: relative;
	padding: 14px 15px;
}
.rWelQual_table > tbody > tr > td::before {
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	background-color: #6F8EB2;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.rWelQual_cells {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.rWelQual_cell {
	width: 33.33%;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	flex-direction: column;
}
.rWelQual_cell_areaTxt {
	background-color: #F0F2F4;
	padding: 9px 20px;
	height: 100%;
}
.rWelQual_benefitTbl {
	width: 100%;
	line-height: 1.5;
	border-collapse: separate;
	border-spacing: 0px 10px;
}
.rWelQual_benefitTbl > tbody {}
.rWelQual_benefitTbl > tbody > tr {
	background-color: #fff;
}
.rWelQual_benefitTbl > tbody > tr > th {
	white-space: nowrap;
	font-weight: inherit;
	color: #004886;
	text-align: left;
	padding: 15px 15px;
	padding-right: 10px;
}
.rWelQual_benefitTbl > tbody > tr > td {
	padding: 15px 14px;
	text-align: right;
	padding-left: 10px;
	vertical-align: middle;
	white-space: nowrap;
}
.rctWelThDot-bold {
	font-size: 20px;
	font-weight: bold;
}
.rctWel_systemCols {
	display: flex;
	justify-content: space-between;
}
.rctWel_systemCol {}
.rctWel_systemCol-txt {
	width: 48%;
	padding-top: 15px;
}
.rctWel_systemCol-tbl {
	width: 46.7%;
}
.rctWel_awardsList {
	list-style: none;
	display: flex;
	justify-content: center;
}
.rctWel_awardsList > li {
	width: 136px;
	margin-left: 20px;
}
.rctWel_awardsList > li:first-child {
	margin-left: 0;
}
.rctWel_awardsList > li > img {
	display: block;
}
.rctWel_beneList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.rctWel_beneList > li {
	width: 33.33%;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}
.rctWel_beneList > li:nth-child(n+4) {
	margin-top: 30px;
}
.rctWelBeneItem {
	background-color: #F2F7FD;
	padding: 24px 25px 20px;
	position: relative;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}
.rctWelBeneItem::before {
	content: "";
	display: block;
	width: 2px;
	height: 52px;
	background-color: #004886;
	position: absolute;
	top: 0;
	left: 0;
}
.rctWelBeneItem_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}
.rctWelBeneItem_text {}
.rctWelBeneItem_list {
	list-style: none;
}
.rctWelBeneItem_list > li {}
.rctWel_table-support > tbody > tr > th {
	width: 170px;
	padding: 12px 10px;
}
.rctWel_table-sus > tbody > tr > th {
	padding-left: 0;
}
.rWelQual_box_inner {
	max-width: 950px;
	margin: 0 auto;
}
.rctWel_table-system > tbody > tr > th {
	width: 210px;
	padding-top: 13px;
	padding-bottom: 13px;
}
.rctGraph {
	background-color: #F0F2F4;
	padding: 30px 37px;
	margin-bottom: 30px;
}
.rctGraph-cell {
	height: 100%;
	box-sizing: border-box;
	margin-bottom: 0;
}
.rctGraph_title {
	font-size: 32px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.rctGraph_title_icon {
	display: block;
	margin-right: 20px;
}
.rctGraph_title_text {}
.rctGraph_text {
	font-size: 18px;
	line-height: 1.94;
}
.rctGraph_hourCols {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 0;
}
.rctGraph_hourCol {}
.rctGraph_hourCol-title {
	width: 320px;
}
.rctGraph_hourCol-num {
	width: 306px;
}
.rctGraph_num {
	font-size: 42px;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	margin-bottom: 30px;
}
.rctGraph_num_text {
	font-size: 90px;
	color: #004886;
}
.rctGraph_num_suffix {
	margin-right: 0.1em;
}
.rctGraph_num_suffix:last-child {
	margin-right: 0;
}
.rctGraph_hourCol-text {
	width: calc(100% - 654px);
	max-width: 310px;
}
.rctGraph_workdListWrap {
	background-color: #fff;
	font-weight: bold;
	font-size: 26px;
	display: flex;
	align-items: center;
	color: #004886;
	justify-content: center;
	padding: 23px 10px;
	line-height: 1.2;
	flex-wrap: wrap;
}
.rctGraph_workdList {
	list-style: none;
	display: flex;
	align-items: center;
}
.rctGraph_workdList::after {
	content: "／";
}
.rctGraph_workdList:last-child::after {
	display: none;
}
.rctGraph_workdList > dt {
	display: flex;
	align-items: center;
}
.rctGraph_workdList > dt::after {
	content: "-";
	display: block;
	margin: 0 0.3em;
}
.rctGraph_workdList > dd {}
.rctGraph_workCols {
	display: flex;
	margin-bottom: 16px;
}
.rctGraph_workCols:last-child {
	margin-bottom: 0;
}
.rctGraph_workCol {}
.rctGraph_workCol-title {
	width: 370px;
}
.rctGraph_workCol-hour {
	text-align: center;
	width: calc(100% - 370px);
}
.rctGraph_caution {
	margin-top: 9px;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 12px;
}
.rctGraphCells {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.rctGraphCell {
	width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
}
.rctGraph_num_prefix {
	margin-right: 0.1em;
}
.rctGraph_note {
	font-size: 15px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 17px;
}
.rctGraphHoliday {
	background-color: #fff;
	padding: 14px 11px 20px;
}
.rctGraphHoliday_title {
	font-size: inherit;
	font-weight: inherit;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 13px;
}
.rctGraphHoliday_list {
	list-style: none;
	color: #004886;
	font-size: 15px;
	line-height: 1.8;
}
.rctGraphHoliday_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.rctGraphSalary {}
.rctGraphSalary_dListWrap {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto auto auto;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.rctGraphSalary_dList {
	list-style: none;
	display: flex;
	background-color: #fff;
	line-height: 1;
	padding: 18px 15px;
}
.rctGraphSalary_dList:first-child {
	grid-column: span 3;
}
.rctGraphSalary_dList > dt {
	width: 55px;
}
.rctGraphSalary_dList > dd {
	width: calc(100% - 55px);
	border-left: 1px solid currentColor;
	color: #004886;
	box-sizing: border-box;
	padding-left: 14px;
}
.rctGraphSalary_note {
	font-size: 12px;
	margin-top: 4px;
}
.rctGraphCalen {}
.rctGraphCalen_titleWrap {
	display: flex;
	align-items: center;
}
.rctGraphCalen_dListWrap {
	display: flex;
	align-items: center;
	font-size: 22px;
	margin-left: 41px;
	flex-wrap: wrap;
}
.rctGraphCalen_dList {
	list-style: none;
	display: flex;
}
.rctGraphCalen_dList::after {
	content: "／";
}
.rctGraphCalen_dList:last-child::after {
	display: none;
}
.rctGraphCalen_dList > dt {
	display: flex;
	align-items: center;
}
.rctGraphCalen_dList > dt::after {
	content: "-";
	margin: 0 0.2em;
}
.rctGraphCalen_dList > dd {}
.rctGraphCalen_image {
	margin-top: 19px;
	max-width: 946px;
	margin-left: auto;
	margin-right: auto;
}
.rctGraphCalen_image > img {
	display: block;
}
.rctGraphCalen_caution {
	font-size: 12px;
	max-width: 946px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding-left: 8%;
	margin-top: 17px;
}
.rectSerToggle {}
.rectSerToggle_title {
	margin-bottom: 30px;
}
.rectSerToggle_title_btn {
	display: block;
	width: 100%;
	min-height: 80px;
	background-color: #004886;
	color: #fff;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	padding: 0 40px;
	position: relative;
	padding-left: 81px;
	transition-duration: .3s;
	transition-property: opacity;
	line-height: 1.3;
}
.rectSerToggle_title_btn_icon {
	display: block;
	width: 15px;
	height: 15px;
	border: 3px solid currentColor;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 35px;
	transform: translateY(-50%) rotate(45deg);
	border-left: none;
	border-top: none;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: transform;
}
.rectSerToggle_title_btn[aria-expanded="true"] .rectSerToggle_title_btn_icon {
	transform: translateY(-50%) rotate(-135deg);
}
.rectSerToggle_body {
	display: none;
	margin-bottom: 60px;
}
.rectSerToggle_body.isShow {
	display: block;
}
.companyOrganization {
	max-width: 561px;
	PADDING: 10px;
}
.companyOrganization > img {}
.l-hero-lower--rec-message2405 {
	background-image: url(../img/recruit/message/pt-main@2x.jpg);
}
.p-jobcategory-profile__image-message {
	width: 52.4%;
	padding-bottom: 90px;
}
.p-jobcategory-profile__info-message {
	width: calc(47.6% + 190px);
	padding-left: 240px;
}
.msgIdeal {
	padding-top: 73px;
	padding-bottom: 66px;
	max-width: 835px;
	background-color: #F0F0F0;
	position: relative;
	margin-top: 100px;
	margin-bottom: 86px;
	box-sizing: border-box;
	padding-right: 20px;
}
.msgIdeal_bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	background-color: #F0F0F0;
}
.msgIdeal_title {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}
.msgIdeal_headline {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	z-index: 1;
	margin-bottom: 21px;
}
.msgIdeal_text {
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
	position: relative;
	z-index: 1;
}
.corpIdeal {
	font-size: 20px;
	line-height: 1.8;
	font-weight: 500;
}
.corpIdeal_title {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 32px;
}
.corpIdeal_text {}
.guidelines {
	font-size: 20px;
	line-height: 1.8;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
	margin-bottom: 100px;
	font-weight: 500;
}
.guidelines_bg {
	width: 100vw;
	left: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #ECECEC;
	transform: translateX(-50%);
	z-index: -2;
}
.guidelines_title {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 32px;
}
.guidelines_oList {
	list-style: none;
	counter-reset: number;
}
.guidelines_oList > li {
	position: relative;
	padding-left: 1.4em;
}
.guidelines_oList > li::before {
	content: counter(number)".";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: number;
}
.guidelines_oList > li:nth-child(n+2) {
	margin-top: 11px;
}
.l-contents-narrow {
	max-width: 1040px;
}
.susIntro {
	padding-top: 100px;
	margin-bottom: 65px;
}
.susIntro_inner {}
.susIntro_text {
	font-size: 20px;
	font-weight: 500;
}
.susIntro_link {
	max-width: 400px;
	margin: 45px auto 0;
}
.susIntro_link > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 54px;
	background-color: #1B4783;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #1B4783;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
	position: relative;
}
.susIntro_link_arrow {
	display: block;
	width: 20px;
	height: 7px;
	border: 1px solid currentColor;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) skewX(45deg);
	border-top: none;
	border-left: none;
}
.susIntro_list {
	list-style: none;
	max-width: 600px;
	margin: 100px auto 0;
	display: flex;
	justify-content: space-between;
}
.susIntro_list > li {
	width: 48%;
}
.susIntro_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 65px;
	background-color: #F8F8F8;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px 10px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.susIntro_list > li > a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 2px;
	background-color: #004886;
	bottom: 0;
	left: 0;
}
.susIntro_list_icon {
	display: block;
	width: 7px;
	height: 15px;
	border: 1px solid currentColor;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) skewY(-45deg);
	border-right: none;
	border-top: none;
}
.susSafety {
	padding-top: 115px;
	padding-bottom: 115px;
}
.susSafety-gray {
	position: relative;
}
.susSafety-gray::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #F0F0F0;
}
.susSafety_inner {}
.susSafety_title {}
.susSafety_msg {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 2;
	background-color: #fff;
	padding: 29px 20px;
	margin-bottom: 60px;
}
.susSafety_headline {}
.susSafety_text {
	margin-bottom: 20px;
}
.susSafety_text:last-child {
	margin-bottom: 0;
}
.susSafety_subhead {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 60px;
	margin-bottom: 20px;
}
.susSafety_oList {
	list-style: none;
}
.susSafety_oList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.susSafety_sect {
	margin-top: 40px;
}
.susSafety_sect_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.susSafety_cols {
	display: flex;
}
.susSafety_col {}
.susSafety_col-txt {
	width: calc(100% - 385px);
	margin-right: auto;
	max-width: 605px;
}
.susSafety_dList {
	list-style: none;
}
.susSafety_dList > dt {}
.susSafety_dList > dd {}
.susSafety_col-img {
	width: 365px;
}
.susSafety_image {}
.susSafety_image > img {
	display: block;
}
.susSafety-white {}
.susSafety_msg-gray {
	background-color: #F0F0F0;
}
.susSafety_list {
	list-style: none;
	text-indent: 0;
}
.susSafety_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.susSafety_fig {
	max-width: 430px;
	margin: 40px auto 0;
}
.susSafety_fig > img {
	display: block;
}
.susSafety_fig > figcaption {
	font-size: 13px;
	text-align: center;
	margin-top: 5px;
}
.susSafety_item {
	margin-top: 60px;
}
.susSafety_item_title {}
.susSafety_item_cols {
	display: flex;
}
.susSafety_item_col {}
.susSafety_item_col-txt {
	width: calc(100% - 455px);
	margin-right: auto;
	max-width: 560px;
}
.susSafety_item_col-img {
	width: 430px;
}
.susSafety_item_image {}
.susSafety_item_image > img {
	display: block;
}
.susSubTitle {
	color: #F4F6F9;
	pointer-events: none;
}
.l-hero-lower--sustainability {
	background-image: url(/wp/wp-content/themes/site_odakyu_engineering/assets/img/sustainability/pt-main@2x.jpg);
}
.susSafetyWrap {
	margin-top: -80px;
	padding-top: 80px;
}
.susSafety_training {
	list-style: none;
	background-color: #F0F0F0;
	padding: 30px 40px;
	display: flex;
	align-items: center;
	margin: 30px 0;
	line-height: 28px;
}
.susSafety_training > dt {
	font-size: 20px;
	font-weight: bold;
	line-height: inherit;
	margin-right: 30px;
	white-space: nowrap;
}
.susSafety_training > dd {}
.susSafety_headline-mt {
	margin-top: 60px;
}
.susSafety_welBox {
	margin-bottom: 60px;
}
.gHeader_link-recruitBlue > a {
	background-color: #b0c4de;
}
.gHeader_link-contactBlue > a {
	background-color: #004ba0;
}
.susIntro_link-mb {
	margin-bottom: 50px;
}
@media screen and (max-width:1399px) {
	.gHeader_contents {
		padding-left: 20px;
	}
	.gHeader_inner {
		max-width: 1224px;
		margin-left: auto;
		padding-left: 0;
	}
}
@media screen and (max-width:1199px) {
	.rctWelNav_list > li > a {
		padding: 10px 18px;
		font-feature-settings: "palt";
		letter-spacing: 0.03em;
	}
	.rctWelNav_list_icon {
		right: 8px;
	}
	.rWelQual_cell_areaTxt {
		padding: 9px 12px;
	}
	.rWelQual_benefitTbl {
		font-size: 14px;
	}
	.rWelQual_benefitTbl > tbody > tr > th {
		padding-left: 10px;
	}
	.rWelQual_benefitTbl > tbody > tr > td {
		padding-right: 10px;
	}
	.rWelQual_list_txt {}
	.rctWel_balanceFig > figcaption {
		font-size: 21px;
	}
}
@media screen and (max-width:1099px) {
	.rctGraph {
		padding-left: 20px;
		padding-right: 20px;
	}
	.rctGraphSalary_dList > dt {
		width: 50px;
	}
	.rctGraphSalary_dList > dd {
		width: calc(100% - 50px);
	}
}
@media screen and (min-width: 1000px) and (hover: hover) {
	.susIntro_link > a:hover {
		background-color: #fff;
		color: #1B4783;
	}
	.susIntro_list > li > a:hover {
		background-color: #004886;
		color: #fff;
	}
	.rectSerToggle_title_btn:hover {
		opacity: .7;
	}
	.rctWel_linkList > li > a:hover {
		color: #004886;
	}
	.rctWelNav_list > li > a:hover {
		color: #004886;
	}
	a:hover .rctWelNav_list_icon {
		margin-top: 8px;
	}
	.recSnsNav_list > li > a:hover {}
	.recSnsNav_list > li > a:hover > img {
		transform: scale(1.1);
	}
	button:hover .u-arrow > svg,
	a:hover .u-arrow > svg {
		animation-name: arrowRight;
		animation-duration: 0.6s;
		animation-fill-mode: backwards;
		animation-iteration-count: 1;
	}
	.gHeader_logo > a:hover {
		opacity: .7;
	}
	.gHeader_snsList > li > a:hover {
		opacity: .7;
	}
	.gHeader_link > a:hover {
		background-color: #adadad;
	}
	.gHeader_link-contact > a:hover {
		background-color: #404040;
	}
	.gHeader_col-btn:hover {}
	.gMenuBtn:hover {}
	.gMenuBtn[aria-expanded="false"]:hover .gMenuBtn_bar-no2 {
		width: 24px;
	}
	.gMenuBtn[aria-expanded="false"]:hover .gMenuBtn_bar-no3 {
		width: 20px;
	}
	.gMenu_btn:hover {}
	.gMenu_list > li > a:hover {
		color: #004886;
	}
	.gMenu_list-child > li > a:hover {}
	.gHeader_link-recruitBlue > a:hover {
		background-color: #cddaec;
	}
	.gHeader_link-contactBlue > a:hover {
		background-color: #1e6bc2;
	}
}
@media screen and (max-width:999px) {
	:root {}
	.u-arrow {}
	.u-arrow > svg {}
	.u-ttl {}
	.u-ttl::before {}
	.u-ttlBar {}
	.u-ttlBar::before {}
	.u-inner {}
	.gHeader {}
	.gHeader_contents {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-logo {}
	.gHeader_logo {}
	.gHeader_logo > a {}
	.gHeader_logo > a > img {}
	.gHeader_col-sns {}
	.gHeader_snsList {}
	.gHeader_snsList > li {}
	.gHeader_snsList > li > a {}
	.gHeader_snsList > li > a > img {}
	.gHeader_col-recruit {}
	.gHeader_link {}
	.gHeader_link {}
	.gHeader_link > a {}
	.gHeader_link > a > img {}
	.gHeader_link_text {}
	.gHeader_col-contact {}
	.gHeader_link-contact > a {}
	.gHeader_col-btn {}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn_text {}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-close {}
	.gMenuBtn_textWrap {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_text-open {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_text-close {}
	.hiddenSvg {}
	.gMenu {}
	.gMenu_inner {}
	.gMenu_title {}
	.gMenu_btn {}
	.gMenu_btn_icon {}
	.gMenu_list {}
	.gMenu_list > li {}
	.gMenu_list > li > a {}
	.gMenu_list_arrow {}
	.gMenu_list_arrow > svg {}
	.gMenu_list-child {}
	.gMenu_list-child > li {}
	.gMenu_list-child > li > a {}
	.gMenu_list-child > li > a::before {}
	.gMenu_grid {
		grid-template-columns: repeat(3, auto);
		grid-template-rows: repeat(3, auto);
		grid-column-gap: 25px;
		grid-row-gap: 35px;
	}
	.gMenu_cell {}
	.gMenu_list-sub {}
	.gMenu_list-sub > li {}
	.gMenu_list-sub > li > a {}
	.gMenu_list-sub > li > a::before {}
	.gMenu_list_blank {}
	.gMenu_list_arrow-pcNone {}
	.gMenu_list-large {}
	.gMenu_list-large > li > a {}
	.gMenu_cell-sub {}
	.recSnsNav {}
	.recSnsNav_inner {}
	.recSnsNav_list {}
	.recSnsNav_list > li {}
	.recSnsNav_list > li:nth-last-child(n+2) {
		margin-right: 25px;
	}
	.recSnsNav_list > li > a {}
	.recSnsNav_list > li > a > img {
		width: 50px;
		height: auto;
		margin-right: 16px;
	}
	.recSnsNav_list_text {}
	.recSnsNav_list-home {}
	.recSnsNav_list-home > li {}
	.recSnsNav_list-home > li > a {}
	.recSnsNav-home {}
	.areaRctWel {}
	.areaRctWel_inner {}
	.areaRctWel_bgMessage {}
	.rctWelNav {
		padding-top: 85px;
		margin-bottom: 80px;
	}
	.rctWelNav_title {}
	.rctWelNav_text {}
	.rctWelNav_list {
		flex-wrap: wrap;
		justify-content: center;
	}
	.rctWelNav_list > li {
		width: 33.33%;
	}
	.rctWelNav_list > li:first-child {}
	.rctWelNav_list > li:nth-child(n+4) {
		margin-top: 20px;
	}
	.rctWelNav_list > li > a {}
	.rctWelNav_list_icon {}
	.rctWelNav_list_icon > img {}
	.rctWelOuter {
		margin-bottom: 90px;
	}
	.rctWelOuter:last-child {}
	.rctWel {}
	.rctWel_areaTtl {
		height: 175px;
		margin-bottom: 40px;
	}
	.rctWel_areaTtl::before {
		width: calc(100% - 32px);
		height: calc(100% - 32px);
	}
	.rctWel_title {}
	.rctWel_bg {}
	.rctWel_bg > img {}
	.rctWel_cols {
		display: block;
		margin-bottom: 45px;
	}
	.rctWel_col {
		width: auto;
	}
	.rctWel_col-txt {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.rctWel_text {}
	.rctWel_text:last-child {}
	.rctWel_balanceList {
		justify-content: center;
	}
	.rctWel_balanceList > li {}
	.rctWel_balanceList > li:first-child {}
	.rctWel_balanceFig {}
	.rctWel_balanceFig > figcaption {}
	.rctWel_balanceFig > img {
		margin: 0 auto;
	}
	.rctWel_col-img {}
	.rctWel_image {}
	.rctWel_image > img {
		margin: 0 auto;
	}
	.rctWel_tbrWrap {}
	.rctWel_tblImage {}
	.rctWel_tblImage > img {}
	.rctWel_sect {}
	.rctWel_sect:last-child {}
	.rctWel_headline {}
	.rctWel_graph {}
	.rctWel_graph > img {}
	.rctWel_table {}
	.rctWel_table > tbody {}
	.rctWel_table > tbody > tr {}
	.rctWel_table > tbody > tr > th {}
	.rctWelThDot {}
	.rctWelThDot::after {}
	.rctWel_tbl_thRound {}
	.rctWel_table > tbody > tr > td {}
	.rctWel_linkList {}
	.rctWel_linkList > li {}
	.rctWel_linkList > li:first-child {}
	.rctWel_linkList > li > a {}
	.rctWel_linkList_icn {}
	.rctWel_linkList_icn > img {}
	.rctWel_titleBar {}
	.rWelQual {}
	.rWelQual:last-child {}
	.rWelQual_title {}
	.rWelQual_box {}
	.rWelQual_boxTitle {}
	.rWelQual_list {
		margin-left: -6px;
		margin-right: -6px;
	}
	.rWelQual_list > li {
		width: 31%;
		padding-left: 6px;
		padding-right: 6px;
	}
	.rWelQual_list > li:last-child {
		width: 7%;
	}
	.rWelQual_list_txt {}
	.rWelQual_headline {}
	.rWelQual_table {
		font-size: 14px;
	}
	.rWelQual_table > thead {}
	.rWelQual_table > thead > tr {}
	.rWelQual_table > thead > tr > th {}
	.rWelQual_table > thead > tr > th:nth-child(n+2)::before {}
	.rWelQual_table > thead > tr > td {}
	.rWelQual_table > tbody {}
	.rWelQual_table > tbody > tr {}
	.rWelQual_table > tbody > tr:nth-child(2n) {}
	.rWelQual_table > tbody > tr > th {}
	.rWelQual_table > tbody > tr > td {}
	.rWelQual_table > tbody > tr > td::before {}
	.rWelQual_cells {
		flex-wrap: wrap;
		justify-content: center;
	}
	.rWelQual_cell {
		width: 50%;
	}
	.rWelQual_cell:nth-child(n+3) {
		margin-top: 30px;
	}
	.rWelQual_cell_areaTxt {}
	.rWelQual_benefitTbl {}
	.rWelQual_benefitTbl > tbody {}
	.rWelQual_benefitTbl > tbody > tr {}
	.rWelQual_benefitTbl > tbody > tr > th {}
	.rWelQual_benefitTbl > tbody > tr > td {}
	.rctWelThDot-bold {}
	.rctWel_systemCols {
		display: block;
	}
	.rctWel_systemCol {
		width: auto;
	}
	.rctWel_systemCol-txt {
		padding-top: 0;
		margin-bottom: 23px;
	}
	.rctWel_systemCol-tbl {}
	.rctWel_awardsList {}
	.rctWel_awardsList > li {}
	.rctWel_awardsList > li:first-child {}
	.rctWel_awardsList > li > img {}
	.rctWel_beneList {}
	.rctWel_beneList > li {
		width: 50%;
	}
	.rctWel_beneList > li:nth-child(n+3) {
		margin-top: 10px;
	}
	.rctWelBeneItem {
		padding: 20px;
		line-height: 1.66666667;
	}
	.rctWelBeneItem::before {}
	.rctWelBeneItem_title {
		font-size: 18px;
	}
	.rctWelBeneItem_text {}
	.rctWelBeneItem_list {}
	.rctWelBeneItem_list > li {}
	.rctWel_table-support > tbody > tr > th {}
	.rWelQual_box_inner {}
	.rctWel_table-system > tbody > tr > th {}
	.rctGraph {}
	.rctGraph-cell {}
	.rctGraph_title {
		display: block;
		text-align: center;
	}
	.rctGraph_title_icon {
		margin: 0 auto 0;
	}
	.rctGraph_title_text {}
	.rctGraph_text {
		font-size: 16px;
		display: flex;
		justify-content: center;
	}
	.rctGraph_hourCols {
		display: block;
		padding: 0;
	}
	.rctGraph_hourCol {
		width: auto;
		max-width: none;
	}
	.rctGraph_hourCol-title {}
	.rctGraph_hourCol-num {}
	.rctGraph_num {
		font-size: 30px;
	}
	.rctGraph_num_text {
		font-size: 70px;
	}
	.rctGraph_num_suffix {}
	.rctGraph_num_suffix:last-child {}
	.rctGraph_hourCol-text {
		margin-top: 15px;
	}
	.rctGraph_workdListWrap {
		font-size: 20px;
	}
	.rctGraph_workdList {}
	.rctGraph_workdList::after {}
	.rctGraph_workdList:last-child::after {}
	.rctGraph_workdList > dt {}
	.rctGraph_workdList > dt::after {}
	.rctGraph_workdList > dd {}
	.rctGraph_workCols {
		display: block;
	}
	.rctGraph_workCols:last-child {}
	.rctGraph_workCol {
		width: auto;
	}
	.rctGraph_workCol-title {}
	.rctGraph_workCol-hour {}
	.rctGraph_caution {
		text-align: center;
	}
	.rctGraphCells {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.rctGraphCell {
		width: auto;
		padding: 0;
		margin-bottom: 30px;
	}
	.rctGraph_num_prefix {}
	.rctGraph_note {}
	.rctGraphHoliday {}
	.rctGraphHoliday_title {}
	.rctGraphHoliday_list {}
	.rctGraphHoliday_list > li {}
	.rctGraphSalary {}
	.rctGraphSalary_dListWrap {}
	.rctGraphSalary_dList {}
	.rctGraphSalary_dList:first-child {}
	.rctGraphSalary_dList > dt {}
	.rctGraphSalary_dList > dd {}
	.rctGraphSalary_note {}
	.rctGraphCalen {}
	.rctGraphCalen_titleWrap {
		display: block;
	}
	.rctGraphCalen_dListWrap {
		margin: 0;
		justify-content: center;
		line-height: 1.59;
	}
	.rctGraphCalen_dList {}
	.rctGraphCalen_dList::after {}
	.rctGraphCalen_dList:last-child::after {}
	.rctGraphCalen_dList > dt {}
	.rctGraphCalen_dList > dt::after {}
	.rctGraphCalen_dList > dd {}
	.rctGraphCalen_image {}
	.rctGraphCalen_image > img {}
	.rctGraphCalen_caution {}
	.rectSerToggle {}
	.rectSerToggle_title {}
	.rectSerToggle_title_btn {}
	.rectSerToggle_title_btn_icon {}
	.rectSerToggle_title_btn[aria-expanded="true"] .rectSerToggle_title_btn_icon {}
	.rectSerToggle_body {}
	.rectSerToggle_body.isShow {}
	.p-jobcategory-profile__image-message {}
	.p-jobcategory-profile__info-message {
		padding-right: 20px;
		padding-left: 217px;
	}
	.p-jobcategory-profile__ttl-message {
		font-size: 2.8rem;
		white-space: nowrap;
	}
	.msgIdeal {
		padding-top: 45px;
		padding-bottom: 45px;
		margin-top: 55px;
		margin-bottom: 45px;
	}
	.msgIdeal_bg {}
	.msgIdeal_title {}
	.msgIdeal_headline {
		font-size: 18px;
	}
	.msgIdeal_text {}
	.corpIdeal {
		font-size: 18px;
	}
	.corpIdeal_title {}
	.corpIdeal_text {}
	.guidelines {
		font-size: 18px;
	}
	.guidelines_bg {}
	.guidelines_title {}
	.guidelines_oList {}
	.guidelines_oList > li {}
	.guidelines_oList > li::before {}
	.guidelines_oList > li:nth-child(n+2) {}
	.susIntro {}
	.susIntro_inner {}
	.susIntro_text {}
	.susIntro_link {}
	.susIntro_link > a {}
	.susIntro_link_arrow {}
	.susIntro_list {}
	.susIntro_list > li {}
	.susIntro_list > li > a {}
	.susIntro_list > li > a::before {}
	.susIntro_list_icon {}
	.susSafety {}
	.susSafety-gray {}
	.susSafety-gray::before {}
	.susSafety_inner {}
	.susSafety_title {}
	.susSafety_msg {}
	.susSafety_headline {}
	.susSafety_text {}
	.susSafety_text:last-child {}
	.susSafety_subhead {}
	.susSafety_oList {}
	.susSafety_oList > li {}
	.susSafety_sect {}
	.susSafety_sect_title {}
	.susSafety_cols {}
	.susSafety_col {}
	.susSafety_col-txt {
		width: calc(100% - 335px);
	}
	.susSafety_dList {}
	.susSafety_dList > dt {}
	.susSafety_dList > dd {}
	.susSafety_col-img {
		width: 300px;
	}
	.susSafety_image {}
	.susSafety_image > img {}
	.susSafety-white {}
	.susSafety_msg-gray {}
	.susSafety_list {}
	.susSafety_list > li {}
	.susSafety_fig {}
	.susSafety_fig > img {}
	.susSafety_fig > figcaption {}
	.susSafety_item {}
	.susSafety_item_title {}
	.susSafety_item_cols {}
	.susSafety_item_col {}
	.susSafety_item_col-txt {
		width: calc(100% - 335px);
	}
	.susSafety_item_col-img {
		width: 300px;
	}
	.susSafety_item_image {}
	.susSafety_item_image > img {}
	.susSubTitle {}
	.susSafetyWrap {}
	.susSafety_training {
		padding: 20px 25px;
	}
	.susSafety_training > dt {
		font-size: 18px;
		margin-right: 1em;
	}
	.susSafety_training > dd {}
	.susSafety_headline-mt {}
	.susSafety_welBox {}
}
@media screen and (max-width:767px) {
	:root {}
	.u-arrow {}
	.u-arrow > svg {}
	.u-switchImg {}
	.u-switchImg > img:first-child {
		display: none;
	}
	.u-switchImg > img:last-child {
		display: block;
	}
	.u-spInline {
		display: block;
	}
	.u-spNone {
		display: none;
	}
	.u-ttl {
		font-size: 20px;
		padding: 10px 15px;
		margin-bottom: 30px;
	}
	.u-ttl::before {}
	.u-ttlBar {
		font-size: 20px;
		padding-top: 10px;
		margin-bottom: 20px;
	}
	.u-ttlBar::before {}
	.u-inner {}
	.gHeader {}
	.gHeader_contents {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-logo {
		max-width: calc(100% - 176px);
	}
	.gHeader_logo {}
	.gHeader_logo > a {}
	.gHeader_logo > a > img {}
	.gHeader_col-sns {
		display: none;
	}
	.gHeader_snsList {}
	.gHeader_snsList > li {}
	.gHeader_snsList > li > a {}
	.gHeader_snsList > li > a > img {}
	.gHeader_col-recruit {
		display: none;
	}
	.gHeader_link {}
	.gHeader_link {}
	.gHeader_link > a {}
	.gHeader_link > a > img {}
	.gHeader_link_text {}
	.gHeader_col-contact {}
	.gHeader_link-contact > a {}
	.gHeader_col-btn {}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn_text {}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-close {}
	.gMenuBtn_textWrap {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_text-open {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_text-close {}
	.hiddenSvg {}
	.gMenu {
		padding: 0 0 50px;
	}
	.gMenu_inner {}
	.gMenu_title {
		border-bottom: none;
		padding: 0;
		margin: 0;
		font-size: inherit;
	}
	.gMenu_btn {
		min-height: 50px;
		display: flex;
		align-items: center;
		background-color: #333333;
		color: #fff;
		font-size: 16px;
		padding: 0 15px;
		position: relative;
		pointer-events: inherit;
	}
	.gMenu_btn_icon {
		display: block;
		width: 10px;
		height: 10px;
		border: 2px solid currentColor;
		position: absolute;
		right: 22px;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		border-top: none;
		border-left: none;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gMenu_btn[aria-expanded="true"] .gMenu_btn_icon {
		transform: translateY(-50%) rotate(225deg);
		margin-top: 2px;
	}
	.gMenu_list {
		display: none;
	}
	.gMenu_list.isShow {
		display: block;
	}
	.gMenu_list > li {}
	.gMenu_list > li > a {
		min-height: 50px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #D3D3D3;
		padding-left: 25px;
		padding-right: 50px;
		font-size: 14px;
		background-color: #fff;
	}
	.gMenu_list_arrow {
		right: 18px;
	}
	.gMenu_list_arrow > svg {}
	.gMenu_list-child {}
	.gMenu_list-child > li {}
	.gMenu_list-child > li > a {
		padding-left: 40px;
	}
	.gMenu_list-child > li > a::before {
		left: 25px;
	}
	.gMenu_grid {
		display: block;
	}
	.gMenu_cell {}
	.gMenu_list > li.-sp {
		display: block;
	}
	.gMenu_list-sub {
		display: block;
	}
	.gMenu_list-sub > li {}
	.gMenu_list-sub > li > a {
		background-color: #F8F8F8;
	}
	.gMenu_list-sub > li > a::before {
		display: none;
	}
	.gMenu_list_blank {
		position: absolute;
		top: 50%;
		right: 23px;
		width: 12px;
		height: 12px;
		transform: translateY(-50%);
		margin-left: 0;
	}
	.gMenu_list_arrow-pcNone {
		display: block;
	}
	.gMenu_list-large {}
	.gMenu_list-large > li > a {}
	.gMenu_cell-sub {
		padding-top: 0;
	}
	.gMenu_cell-spNone {
		display: none;
	}
	.recSnsNav {
		padding: 50px 0 90px;
	}
	.recSnsNav_inner {}
	.recSnsNav_list {
		display: block;
	}
	.recSnsNav_list > li {}
	.recSnsNav_list > li:nth-last-child(n+2) {}
	.recSnsNav_list > li > a {
		height: auto;
		font-size: 16px;
		padding: 8px 20px;
	}
	.recSnsNav_list > li > a > img {
		width: 40px;
		height: auto;
	}
	.recSnsNav_list_text {}
	.recSnsNav_list-home {}
	.recSnsNav_list-home > li {}
	.recSnsNav_list-home > li > a {}
	.recSnsNav-home {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: -80px;
		margin-bottom: -60px;
	}
	.areaRctWel {
		margin-bottom: 60px;
	}
	.areaRctWel_inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.areaRctWel_bgMessage {
		right: -20px;
	}
	.rctWelNav {
		padding-top: 79px;
	}
	.rctWelNav_title {
		line-height: 1.93;
		margin-bottom: 54px;
	}
	.rctWelNav_text {
		margin-bottom: 38px;
	}
	.rctWelNav_list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.rctWelNav_list > li {
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.rctWelNav_list > li:first-child {}
	.rctWelNav_list > li:nth-child(n+3) {
		margin-top: 18px;
	}
	.rctWelNav_list > li > a {
		text-align: center;
		padding: 10px 22px;
		line-height: 1.14;
		min-height: 56px;
		padding-left: 10px;
	}
	.rctWelNav_list_icon {
		right: 10px;
		width: 6px;
	}
	.rctWelNav_list_icon > img {}
	.rctWelOuter {
		margin-bottom: 78px;
	}
	.rctWelOuter:last-child {}
	.rctWel {}
	.rctWel_areaTtl {
		height: 200px;
		margin-bottom: 38px;
	}
	.rctWel_areaTtl::before {
		width: calc(100% - 24px);
		height: calc(100% - 24px);
	}
	.rctWel_title {}
	.rctWel_bg {}
	.rctWel_bg > img {}
	.rctWel_cols {
		margin-bottom: 40px;
	}
	.rctWel_col {}
	.rctWel_col-txt {
		margin-bottom: 38px;
	}
	.rctWel_text {
		margin-bottom: 33px;
	}
	.rctWel_text:last-child {}
	.rctWel_balanceList {}
	.rctWel_balanceList > li {}
	.rctWel_balanceList > li:first-child {}
	.rctWel_balanceFig {
		display: block;
	}
	.rctWel_balanceFig > figcaption {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.rctWel_balanceFig > img {}
	.rctWel_col-img {}
	.rctWel_image {}
	.rctWel_image > img {}
	.rctWel_tbrWrap {}
	.rctWel_tblImage {}
	.rctWel_tblImage > img {}
	.rctWel_sect {
		margin-bottom: 36px;
	}
	.rctWel_sect:last-child {}
	.rctWel_headline {
		margin-bottom: 19px;
		line-height: 1.4;
	}
	.rctWel_graph {}
	.rctWel_graph > img {}
	.rctWel_table {
		line-height: 1.67;
	}
	.rctWel_table > tbody {}
	.rctWel_table > tbody > tr {}
	.rctWel_table > tbody > tr > th {
		width: 130px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.rctWelThDot {}
	.rctWelThDot::after {}
	.rctWel_tbl_thRound {
		padding: 5px;
	}
	.rctWel_table > tbody > tr > td {
		padding: 6px 0;
	}
	.rctWel_linkList {}
	.rctWel_linkList > li {
		margin-top: 12px;
	}
	.rctWel_linkList > li:first-child {
		margin-top: 0;
	}
	.rctWel_linkList > li > a {}
	.rctWel_linkList_icn {}
	.rctWel_linkList_icn > img {}
	.rctWel_titleBar {
		margin-bottom: 20px;
	}
	.rWelQual {
		margin-top: 38px;
	}
	.rWelQual:last-child {}
	.rWelQual_title {
		margin-bottom: 16px;
	}
	.rWelQual_box {
		padding: 20px;
	}
	.rWelQual_boxTitle {}
	.rWelQual_list {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.rWelQual_list > li {
		width: 50%;
	}
	.rWelQual_list > li:first-child {}
	.rWelQual_list > li:nth-child(3) {
		width: 90%;
	}
	.rWelQual_list > li:nth-child(n+3) {
		margin-top: 9px;
	}
	.rWelQual_list > li:last-child {
		width: 10%;
	}
	.rWelQual_list_txt {}
	.rWelQual_headline {
		padding-bottom: 4px;
	}
	.rWelQual_table {
		font-size: 12px;
	}
	.rWelQual_table > thead {}
	.rWelQual_table > thead > tr {}
	.rWelQual_table > thead > tr > th {
		padding: 7px 8px;
	}
	.rWelQual_table > thead > tr > th:first-child {}
	.rWelQual_table > thead > tr > th:nth-child(n+2)::before {
		height: 30px;
	}
	.rWelQual_table > thead > tr > td {}
	.rWelQual_table > tbody {}
	.rWelQual_table > tbody > tr {}
	.rWelQual_table > tbody > tr:nth-child(2n) {}
	.rWelQual_table > tbody > tr > th {
		padding: 10px;
	}
	.rWelQual_table > tbody > tr > td {
		padding: 10px;
	}
	.rWelQual_table > tbody > tr > td::before {}
	.rWelQual_cells {
		display: block;
		margin: 0;
	}
	.rWelQual_cell {
		width: auto;
		padding: 0;
		display: block;
	}
	.rWelQual_cell:nth-child(n+2) {
		margin-top: 15px;
	}
	.rWelQual_cell_areaTxt {
		padding: 10px 20px;
	}
	.rWelQual_benefitTbl {}
	.rWelQual_benefitTbl > tbody {}
	.rWelQual_benefitTbl > tbody > tr {}
	.rWelQual_benefitTbl > tbody > tr > th {
		padding: 16px 16px;
		padding-right: 10px;
	}
	.rWelQual_benefitTbl > tbody > tr > td {
		padding: 16px;
		padding-left: 10px;
		letter-spacing: 0.04em;
	}
	.rctWelThDot-bold {}
	.rctWel_systemCols {}
	.rctWel_systemCol {}
	.rctWel_systemCol-txt {}
	.rctWel_systemCol-tbl {}
	.rctWel_awardsList {}
	.rctWel_awardsList > li {
		width: 100px;
		margin-left: 10px;
	}
	.rctWel_awardsList > li:first-child {}
	.rctWel_awardsList > li > img {}
	.rctWel_beneList {
		margin-left: -8px;
		margin-right: -8px;
	}
	.rctWel_beneList > li {
		padding-left: 8px;
		padding-right: 8px;
	}
	.rctWel_beneList > li:nth-child(n+3) {
		margin-top: 16px;
	}
	.rctWelBeneItem {
		padding: 20px 18px;
	}
	.rctWelBeneItem::before {}
	.rctWelBeneItem_title {}
	.rctWelBeneItem_text {}
	.rctWelBeneItem_list {}
	.rctWelBeneItem_list > li {}
	.rWelQual_box_inner {}
	.rctWel_table-system > tbody > tr > th {
		width: 200px;
	}
	.rctWel_table {}
	.rctWel_table-support {
		display: block;
	}
	.rctWel_table-support > tbody {
		display: block;
	}
	.rctWel_table-support > tbody > tr {
		display: block;
		margin-bottom: 13px;
	}
	.rctWel_table-support > tbody > tr > th {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 8px;
	}
	.rctWel_table-support > tbody > tr > td {
		display: block;
		padding: 0;
	}
	.rctWel_table-support > tbody > tr:last-child {
		margin-bottom: 0;
	}
	.rctGraph {
		padding: 20px 20px;
		margin-bottom: 10px;
	}
	.rctGraph-cell {}
	.rctGraph_title {
		font-size: 28px;
	}
	.rctGraph_title_icon {
		width: 68px;
	}
	.rctGraph_title_text {}
	.rctGraph_text {
		font-size: 18px;
	}
	.rctGraph_hourCols {}
	.rctGraph_hourCol {}
	.rctGraph_hourCol-title {}
	.rctGraph_hourCol-num {}
	.rctGraph_num {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.rctGraph_num_text {
		font-size: 68px;
	}
	.rctGraph_num_suffix {}
	.rctGraph_num_suffix:last-child {}
	.rctGraph_hourCol-text {}
	.rctGraph_workdListWrap {
		justify-content: center;
		padding: 15px 15px;
		font-size: 22px;
	}
	.rctGraph_workdList {}
	.rctGraph_workdList::after {}
	.rctGraph_workdList:last-child::after {
		display: block;
		visibility: hidden;
	}
	.rctGraph_workdList > dt {}
	.rctGraph_workdList > dt::after {}
	.rctGraph_workdList > dd {}
	.rctGraph_workCols {}
	.rctGraph_workCols:last-child {}
	.rctGraph_workCol {}
	.rctGraph_workCol-title {}
	.rctGraph_workCol-hour {}
	.rctGraph_caution {
		text-align: left;
	}
	.rctGraphCells {}
	.rctGraphCell {
		margin-bottom: 10px;
	}
	.rctGraph_num_prefix {}
	.rctGraph_note {
		font-feature-settings: "palt";
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.rctGraphHoliday {}
	.rctGraphHoliday_title {}
	.rctGraphHoliday_list {}
	.rctGraphHoliday_list > li {}
	.rctGraphSalary {}
	.rctGraphSalary_dListWrap {
		grid-template-columns: auto auto;
		grid-template-rows: auto auto auto auto;
	}
	.rctGraphSalary_dList {
		line-height: 1.4;
		align-items: center;
		padding: 12px 15px;
		font-feature-settings: "palt";
	}
	.rctGraphSalary_dList:first-child {
		grid-column: span 2;
	}
	.rctGraphSalary_dList > dt {}
	.rctGraphSalary_dList > dd {}
	.rctGraphSalary_note {}
	.rctGraphCalen {}
	.rctGraphCalen_titleWrap {}
	.rctGraphCalen_dListWrap {}
	.rctGraphCalen_dList {}
	.rctGraphCalen_dList::after {}
	.rctGraphCalen_dList:last-child::after {
		display: block;
		visibility: hidden;
	}
	.rctGraphCalen_dList > dt {}
	.rctGraphCalen_dList > dt::after {}
	.rctGraphCalen_dList > dd {}
	.rctGraphCalen_image {}
	.rctGraphCalen_image > img {}
	.rctGraphCalen_caution {
		padding-left: 0;
		margin-top: 10px;
	}
	.rectSerToggle {}
	.rectSerToggle_title {
		margin-bottom: 10px;
	}
	.rectSerToggle_title_btn {
		min-height: 60px;
		padding-left: 60px;
		padding-right: 20px;
		font-feature-settings: "palt";
	}
	.rectSerToggle_title_btn_icon {
		left: 24px;
	}
	.rectSerToggle_title_btn[aria-expanded="true"] .rectSerToggle_title_btn_icon {}
	.rectSerToggle_body {
		margin-bottom: 20px;
	}
	.rectSerToggle_body.isShow {}
	.p-jobcategory-profile__image-message {
		padding-bottom: 0;
		width: auto;
		max-width: 550px;
	}
	.p-jobcategory-profile__info-message {
		width: auto;
		padding: 60px 30px 30px;
	}
	.p-jobcategory-profile__ttl-message {
		margin-bottom: 0;
		font-size: 2.3rem;
	}
	.msgIdeal {
		padding-top: 35px;
		padding-bottom: 34px;
	}
	.msgIdeal_bg {}
	.msgIdeal_title {
		margin-bottom: 15px;
	}
	.msgIdeal_headline {}
	.msgIdeal_text {
		font-size: inherit;
		line-height: inherit;
	}
	.corpIdeal {
		font-size: 16px;
	}
	.corpIdeal_title {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.corpIdeal_text {}
	.guidelines {
		font-size: 16px;
		padding: 45px 0;
		margin: 45px 0;
	}
	.guidelines_bg {}
	.guidelines_title {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.guidelines_oList {}
	.guidelines_oList > li {}
	.guidelines_oList > li::before {}
	.guidelines_oList > li:nth-child(n+2) {
		margin-top: 6px;
	}
	.susIntro {
		padding-top: 60px;
		margin-bottom: 45px;
	}
	.susIntro_inner {}
	.susIntro_text {
		font-size: inherit;
	}
	.susIntro_link {
		margin-top: 25px;
	}
	.susIntro_link > a {
		font-size: 14px;
		line-height: 1.3;
		text-align: center;
	}
	.susIntro_link_arrow {}
	.susIntro_list {
		margin-top: 30px;
	}
	.susIntro_list > li {}
	.susIntro_list > li > a {
		font-size: 13px;
		line-height: 1.3;
	}
	.susIntro_list > li > a::before {}
	.susIntro_list_icon {}
	.susSafety {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.susSafety-gray {}
	.susSafety-gray::before {}
	.susSafety_inner {}
	.susSafety_title {}
	.susSafety_msg {
		font-size: 16px;
		margin-bottom: 30px;
		padding: 20px 15px;
	}
	.susSafety_headline {}
	.susSafety_text {}
	.susSafety_text:last-child {}
	.susSafety_subhead {
		font-size: 18px;
		margin-bottom: 10px;
		margin-top: 35px;
	}
	.susSafety_oList {}
	.susSafety_oList > li {}
	.susSafety_sect {}
	.susSafety_sect_title {}
	.susSafety_cols {
		display: block;
	}
	.susSafety_col {
		width: auto;
	}
	.susSafety_col-txt {}
	.susSafety_dList {}
	.susSafety_dList > dt {}
	.susSafety_dList > dd {}
	.susSafety_col-img {
		margin-top: 15px;
	}
	.susSafety_image {}
	.susSafety_image > img {
		margin: 0 auto;
	}
	.susSafety-white {}
	.susSafety_msg-gray {}
	.susSafety_list {}
	.susSafety_list > li {}
	.susSafety_fig {}
	.susSafety_fig > img {}
	.susSafety_fig > figcaption {}
	.susSafety_item {
		margin-top: 30px;
	}
	.susSafety_item_title {}
	.susSafety_item_cols {
		display: block;
	}
	.susSafety_item_col {
		width: auto;
	}
	.susSafety_item_col-txt {}
	.susSafety_item_col-img {
		margin-top: 15px;
	}
	.susSafety_item_image {}
	.susSafety_item_image > img {
		margin: 0 auto;
	}
	.susSubTitle {}
	.susSafetyWrap {
		margin-top: -80px;
		padding-top: 80px;
	}
	.l-hero-lower__title .main {
		font-size: 3.8rem;
	}
	.susSafetyWrap {}
	.susSafety_training {
		line-height: inherit;
		display: block;
		padding: 10px 20px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.susSafety_training > dt {
		margin-right: 0;
		font-size: 16px;
	}
	.susSafety_training > dd {}
	.susSafety_headline-mt {
		margin-top: 45px;
	}
	.susSafety_welBox {}
}
@media screen and (max-width:374px) {
	.u-spsInline {
		display: block;
	}
	.gHeader_contents {
		padding-left: 10px;
	}
	.rctWelNav_list > li > a {
		font-size: 13px;
	}
	.rctWel_title {
		font-size: 22px;
	}
	.rctWel_balanceFig > figcaption {
		font-size: 22px;
	}
	.rWelQual_table {
		font-size: 10px;
	}
	.rWelQual_cell_areaTxt {
		padding: 10px;
	}
	.rWelQual_benefitTbl > tbody > tr > th {
		padding-left: 10px;
	}
	.rWelQual_benefitTbl > tbody > tr > td {
		padding-right: 10px;
	}
	.rctWelThDot-bold {
		font-size: 18px;
	}
	.rctWelBeneItem_title {
		font-size: 15px;
	}
	.rctWelBeneItem {
		padding: 14px 10px;
	}
	.rectSerToggle_title_btn {
		font-size: 18px;
	}
	.rctGraph_workdListWrap {
		font-size: 19px;
	}
	.rctGraphCalen_dListWrap {
		font-size: 19px;
	}
	.rctGraph_note {
		font-size: 14px;
	}
	.rctGraphSalary_dListWrap {}
	.rctGraphSalary_dList > dt {
		width: 45px;
	}
	.rctGraphSalary_dList > dd {
		width: calc(100% - 45px);
	}
	.rctGraphSalary_dList {
		font-size: 14px;
		padding: 12px 12px;
	}
	.l-hero-lower__title .main {
		font-size: 3.4rem;
	}
}
