@charset "UTF-8";
/*----------------------------------------

	Default CSS

	- default setting
	- font setting
	- line-height setting
	- indent setting
	- link setting
	- color setting
	- common setting
	- clearfix
	- header
	- content
	- footer
	- print

-----------------------------------------*/

/*----------------------------------------
	default setting
-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Open+Sans:wght@400;700&display=swap');

body {
	color: #222222;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased; /* Safari フォント表示補正 */
	-moz-osx-font-smoothing: grayscale;  /* Firefox フォント表示補正 */
	-webkit-user-drag: none;
	-webkit-touch-callout: none;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-feature-settings: "paln";
	font-feature-settings: "palt";
}
html, body {
	height: 100%;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
em {
	font-style: normal;
	font-weight: bold;
}
li, dt, dd {
	list-style: none;
	vertical-align: bottom;
}
li img, dt img, dd img {
	vertical-align: top;
}
small {
	font-size: 100%;
}
input,textarea,select {
	outline: none;
}
input::placeholder,
textarea::placeholder {
	color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ccc;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #ccc;
}
@media print, screen and (min-width:768px) {
	/* pc  768 - # */
	.spObj { display: none; }
}
@media screen and (max-width:767px) {
	/* sp  # - 767 */
	.pcObj { display: none; }
}

#fb-root { display: none; }
.over, .scroll, .modal {}

body.enabled_modal {
	overflow: hidden;
}

img.ofi-cover {
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
img.ofi-contain {
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

/*----------------------------------------
	font setting
-----------------------------------------*/
[class*="font0"] { font-size: 0rem; }
[class*="font8"] { font-size: 0.8rem; }
[class*="font9"] { font-size: 0.9rem; }
[class*="font10"] { font-size: 1.0rem; }
[class*="font11"] { font-size: 1.1rem; }
[class*="font12"] { font-size: 1.2rem; }
[class*="font13"] { font-size: 1.3rem; }
body,
#breadcrumb,
[class*="font14"] { font-size: 1.4rem; }
[class*="font15"] { font-size: 1.5rem; }
[class*="font16"] { font-size: 1.6rem; }
[class*="font17"] { font-size: 1.7rem; }
[class*="font18"] { font-size: 1.8rem; }
[class*="font19"] { font-size: 1.9rem; }
[class*="font20"] { font-size: 2.0rem; }
[class*="font21"] { font-size: 2.1rem; }
[class*="font22"] { font-size: 2.2rem; }
[class*="font23"] { font-size: 2.3rem; }
[class*="font24"] { font-size: 2.4rem; }
[class*="font25"] { font-size: 2.5rem; }
[class*="font26"] { font-size: 2.6rem; }
[class*="font27"] { font-size: 2.7rem; }
[class*="font28"] { font-size: 2.8rem; }
[class*="font29"] { font-size: 2.9rem; }
[class*="font30"] { font-size: 3.0rem; }
[class*="font32"] { font-size: 3.2rem; }
[class*="font33"] { font-size: 3.3rem; }
[class*="font34"] { font-size: 3.4rem; }
[class*="font36"] { font-size: 3.6rem; }
[class*="font38"] { font-size: 3.8rem; }
[class*="font40"] { font-size: 4.0rem; }
[class*="font42"] { font-size: 4.2rem; }
@media print, screen and (min-width:768px) {
	[class*="font"][class*="_10"] { font-size: 1.0rem; }
	[class*="font"][class*="_11"] { font-size: 1.1rem; }
	[class*="font"][class*="_12"] { font-size: 1.2rem; }
	[class*="font"][class*="_13"] { font-size: 1.3rem; }
	[class*="font"][class*="_14"] { font-size: 1.4rem; }
	[class*="font"][class*="_15"] { font-size: 1.5rem; }
	[class*="font"][class*="_16"] { font-size: 1.6rem; }
	[class*="font"][class*="_17"] { font-size: 1.7rem; }
	[class*="font"][class*="_18"] { font-size: 1.8rem; }
	[class*="font"][class*="_19"] { font-size: 1.9rem; }
	[class*="font"][class*="_20"] { font-size: 2.0rem; }
	[class*="font"][class*="_21"] { font-size: 2.1rem; }
	[class*="font"][class*="_22"] { font-size: 2.2rem; }
	[class*="font"][class*="_23"] { font-size: 2.3rem; }
	[class*="font"][class*="_24"] { font-size: 2.4rem; }
	[class*="font"][class*="_25"] { font-size: 2.5rem; }
	[class*="font"][class*="_26"] { font-size: 2.6rem; }
	[class*="font"][class*="_27"] { font-size: 2.7rem; }
	[class*="font"][class*="_28"] { font-size: 2.8rem; }
	[class*="font"][class*="_29"] { font-size: 2.9rem; }
	[class*="font"][class*="_30"] { font-size: 3.0rem; }
	[class*="font"][class*="_32"] { font-size: 3.2rem; }
	[class*="font"][class*="_34"] { font-size: 3.4rem; }
	[class*="font"][class*="_36"] { font-size: 3.6rem; }
	[class*="font"][class*="_38"] { font-size: 3.8rem; }
	[class*="font"][class*="_40"] { font-size: 4.0rem; }
	[class*="font"][class*="_42"] { font-size: 4.2rem; }
	[class*="font"][class*="_44"] { font-size: 4.4rem; }
	[class*="font"][class*="_46"] { font-size: 4.6rem; }
	[class*="font"][class*="_48"] { font-size: 4.8rem; }
	[class*="font"][class*="_50"] { font-size: 5.0rem; }
}

/*----------------------------------------
	line-height setting（default/2）
-----------------------------------------*/
h1, h2, h3, h4, h5, h6, small,
[class^="en_"], [class*=" en_"] {
	line-height: 1.3;
}

/*----------------------------------------
	link setting
-----------------------------------------*/
a,
a:focus {
	outline: none;
}
a {
	color: #222222;
	text-decoration: none;
}
.tlink02 {
	text-decoration: underline;
}
@media print, screen and (min-width:768px) {
	body.pc a.tlink01:hover,
	body.pc a .tlink01:hover {
		text-decoration: underline;
	}
	body.pc a.tlink02:hover,
	body.pc a .tlink02:hover {
		text-decoration: none;
	}
	body.pc button.rOver,
	body.pc img.rOver,
	body.pc a.rOver {
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	body.pc button.rOver:hover,
	body.pc img.rOver:hover,
	body.pc a.rOver:hover {
		opacity:0.5;
	}
}

/*----------------------------------------
	common setting
-----------------------------------------*/
#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
body.enabled_modal #wrapper::after {
	content: '';
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	background: #fff;
}
.defs {
	display: none;
}
.en {
	font-family: 'Open Sans', sans-serif;
}
.bold01 {
	font-weight: bold;
}
.taC ,.taC_R ,.taC_L { text-align: center; }
.taL ,.taL_C ,.taL_R { text-align: left; }
.taR ,.taR_C ,.taR_L { text-align: right; }
@media screen and (min-width:768px) {
	.taL_C ,.taR_C { text-align: center; }
	.taC_R ,.taL_R { text-align: right; }
	.taC_L ,.taR_L { text-align: left; }
}
.white01,
a.white01 {
	color: #fff;
}
.orange01,
a.orange01 {
	color: #f56600;
}
.orange02,
a.orange02 {
	color: #eea505;
}
.black01,
a.black01 {
	color: #222;
}
.gray01,
a.gray01 {
	color: #666;
}
.gray02,
a.gray02 {
	color: #999;
}
.red01,
a.red01 {
	color: #cc0000;
}
.recruit-note {
	margin-top: 1rem;
	text-align: center;
	white-space: nowrap;
}

/*----------------------------------------
	header
-----------------------------------------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8000;
	width: 100%;
	height: 68px;
	background: #f56600;
	transition: background 0.2s;
}
#header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 235px;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 1;
    transform: skewX(-38deg);
    transform-origin: 0 0;
}
.header-logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 150px;
	z-index: 8000;
	display: flex;
	align-items: center;
	height: 68px;
	padding: 0 0 0 18px;
}
.header-logo a {
	display: block;
	width: 100%;
	max-width: 171px;
}
.header-logo a img:nth-child(2) {
	display: none;
}
.header-entry {
	position: absolute;
	top: calc(50% - 12px);
	right: 72px;
}
.header-entry a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 25px;
	border: 1px solid #fdae00;
	background: #fff;
	color: #fdae00;
	font-size: 1.1rem;
	font-weight: 700;
}
.header-menu {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	padding: 68px 0 0;
	background: #f56600;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.2s, opacity 0.2s;
}
#header-toggle.is-active ~ .header-menu {
	visibility: visible;
	opacity: 1;
}
.header-gnav {
	overflow: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	padding: 0 0 20px;
}
.header-gnav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
}
.header-gnav ul li a small {
	line-height: 1;
}
.header-gnav_entry {
	margin: 30px 6% 0;
}
.header-gnav_entry p a {
	display: block;
	padding: 14px 0;
	background: #fff;
	color: #fdae00;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
}
/* header-toggle */
#header-toggle {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9000;
	width: 75px;
	height: 68px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
}
#header-toggle span {
	display: block;
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	transition: visibility 0.2s, opacity 0.2s;
}
#header-toggle.is-active span:nth-child(1),
#header-toggle:not(.is-active) span:nth-child(2) {
	visibility: hidden;
	opacity: 0;
}
#header-toggle::before,
#header-toggle::after {
	content: '';
	position: absolute;
	left: calc(50% - 20px);
	width: 40px;
	border-top: 2px solid #000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#header-toggle::before {
	top: calc(50%);
}
#header-toggle::after {
	top: calc(50% - 10px);
	height: 18px;
	border-bottom: 2px solid #000;
}
#header-toggle.is-active::before,
#header-toggle.is-active::after {
	left: calc(50% - 20px);
	width: 40px;
	border-top-color: #fff;
	-webkit-transform-origin: center center;
	    -ms-transform-origin: center center;
	        transform-origin: center center;
}
#header-toggle.is-active::before {
	top: calc(50% - 10px);
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#header-toggle.is-active::after {
	top: calc(50% - 10px);
	height: 0;
	border-bottom-width: 0;
	border-bottom-color: #fff;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}
@media print, screen and (min-width:960px) {
	#header {
		height: 170px;
		background: none;
	}
	#header::before {
		content: none;
	}
	.header-logo {
		width: 170px;
		height: 170px;
		padding: 0;
		background: #f56600;
		box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
	}
	.header-logo a {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: none;
		height: 100%;
	}
	.header-logo a img {
		width: 148px;
	}
	.header-logo a img:nth-child(1) {
		display: none;
	}
	.header-logo a img:nth-child(2) {
		display: block;
	}
	.header-entry {
		display: none;
	}
	.header-menu {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		height: auto;
		padding: 30px 30px 0 200px;
		background: none;
		visibility: visible;
		opacity: 1;
		transition: none;
	}
	.header-gnav {
		overflow: inherit;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		flex: none;
		max-width: 100%;
		min-height: 65px;
		padding: 0 0 0 15px;
		background: #fff;
		box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
	}
	.header-gnav > ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		padding: 10px 0;
	}
	.header-gnav > ul > li {
		padding: 2px 20px;
	}
	.header-gnav > ul > li > a {
		position: relative;
		padding: 5px 0;
		color: #222222;
		font-size: 1.4rem;
		transition: color 0.2s;
	}
	.header-gnav > ul > li > a::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0%;
		border-bottom: 1px solid #f56600;
		transform: translateX(-50%);
		transition: width 0.2s;
	}
	.header-gnav > ul > li > a.is-active::after {
		width: 100%;
	}
	body.pc .header-gnav > ul > li > a:hover::after {
		width: 100%;
	}
	.header-gnav ul li a small {
		font-size: 1.2rem;
	}
	.header-gnav_entry {
		width: 180px;
		height: 100%;
		margin: 0;
		padding: 0 0 0 40px;
	}
	.header-gnav_entry p {
		height: 100%;
	}
	.header-gnav_entry p a {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		z-index: 0;
		padding: 0;
		height: 100%;
		background: #fdae00;
		color: #fff;
	}
	.header-gnav_entry p a::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background: #fdae00;
		transform: skewX(-18deg);
		transform-origin: right top;
		
	}
	#header-toggle {
		display: none;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {
}
@media print, screen and (min-width:768px) {}

/*----------------------------------------
	footer
-----------------------------------------*/
#footer {
	padding: 60px 0 40px;
	background: #f56600;
}
#footer .inner {
	padding: 0 6%;
}
.footer-logo {
	width: 224px;
	margin: 0 auto 28px;
}
.footer-corp {
	width: 100%;
	max-width: 134px;
	height: 40px;
	margin: 0 auto 24px;
	font-size: 1.3rem;
}
.footer-corp > a {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 1px solid #222;
	outline: none;
	background: rgba(255,255,255,0.8);
	font-weight: 700;
	text-align: center;
}
.footer-corp > a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: 200%;
	height: 100%;
	background: #f56600;
	transform: skewX(-45deg);
	transform-origin: 0 15px;
}
.footer-corp > a::after {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: calc(10px + 2px);
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #222 #222 transparent transparent;
}
.footer-corp > a span {
	position: relative;
}
.footer-copyright {
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}
@media print, screen and (min-width:960px) {
	#footer {
		height: 70px;
		margin: 0;
		padding: 0;
	}
	#footer .inner {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		position: relative;
		max-width: none;
		height: 100%;
		margin: 0 auto;
		padding: 0 30px;
		border: none;
	}
	.footer-btns {
		display: flex;
		align-items: center;
		flex: 1;
	}
	.footer-logo {
		width: 224px;
		margin: 0 50px 0 0;
	}
	.footer-corp {
		margin: 0;
	}
	.footer-corp > a::before {
		transition: right 0.3s;
	}
	body.pc .footer-corp > a:hover::before {
		right: -50%;
	}
	.footer-copyright {
		text-align: right;
	}
}

/*----------------------------------------
	Slider
-----------------------------------------*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*----------------------------------------
	inner
-----------------------------------------*/
.inner {
	padding: 0 6%;
}
@media print, screen and (min-width:768px) {
	 .inner {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
	}
}

/*----------------------------------------
	headline
-----------------------------------------*/
#headline {
	height: 135px;
	margin-top: 68px;
	background: center center no-repeat;
	background-size: cover;
	background-color: #ddd;
}
#headline .headline-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
#headline .headline-inner h1,
#headline .headline-inner p:first-child {
	padding: 5px 0;
	line-height: 1.1;
}
#headline .headline-inner p {
    background: -webkit-linear-gradient(0deg, #f56600, #fdae00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media print, screen and (min-width:768px) {
	#headline {
		height: 300px;
	}
	#headline .headline-inner {
		background-size: 60px 60px;
	}
}
@media print, screen and (min-width:960px) {
	#headline {
		margin-top: 0;
		padding-top: 85px;
	}
}

/*----------------------------------------
	breadcrumb
-----------------------------------------*/
#breadcrumb {
	display: none;
}
@media print, screen and (min-width:960px) {
	#breadcrumb {
		display: flex;
		align-items: flex-start;
		min-height:90px;
		padding: 25px 0;
	}
	#breadcrumb ol {
		display: flex;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
	}
	#breadcrumb ol li {
		position: relative;
	}
	#breadcrumb ol li:not(:last-child) {
		margin-right: 22px;
		padding-right: 22px;
	}
	#breadcrumb ol li:not(:last-child)::after {
		content: '';
		display: block;
		position: absolute;
		right: 0;
		top: calc(50% - 4px);
		width: 6px;
		height: 6px;
		border-width: 1px 1px 0 0;
		border-style: solid;
		border-color: #222 #222 transparent transparent;
		transform: rotate(45deg);
	}
	#breadcrumb ol li:first-child a {
		color: #dddddd;
	}
	body.pc #breadcrumb ol li a:hover {
		text-decoration: underline;
	}
}

/*----------------------------------------
	contentBody
-----------------------------------------*/
#contentBody {
	overflow: hidden;
	position: relative;
	z-index: 0;
	padding: 100px 0 90px;
}
#contentBody.graybg {
	overflow: visible;
	padding: 0;
}
#contentBody.graybg::after {
	content: '';
	display: block;
	overflow: hidden;
	clear: both;
}
@media print, screen and (min-width:768px) {
	#contentBody {
		padding: 50px 0 100px;
	}
	#contentBody.graybg::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: calc(100% - 220px);
		background: #f9f9f9;
	}
}

/*----------------------------------------
	sdwBox
-----------------------------------------*/
.sdwBox {
	position: relative;
	margin: 0 0 100px;
	padding: 100px 0 0;
}
.sdwBox + .sdwBox {
	padding-top: 0;
}
@media print, screen and (min-width:768px) {
	.sdwBox {
		margin: 50px 0 100px;
		padding: 100px 50px 100px;
		background: #fff;
		box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
	}
	.sdwBox + .sdwBox {
		padding-top: 100px;
	}
}
@media print, screen and (min-width:960px) {
	.sdwBox {
		margin: 0 0 100px;
		padding: 100px 50px 100px;
	}
}

/*----------------------------------------
	title
-----------------------------------------*/
.c-title01 {
	line-height: 1.2;
	margin: 0 0 45px;
}
.c-title02 {
	position: relative;
	padding: 0 0 0 30px;
	line-height: 1.6;
}
.c-title02::before {
	content: '';
	position: absolute;
	top: calc(0.9em - 2px);
	left: 5px;
	width: 18px;
	border-bottom: 3px solid #f56600;
}

/*----------------------------------------
	btn
-----------------------------------------*/
/* btn - 01 */
.c-btn01 {
	width: 100%;
	max-width: 280px;
	height: 60px;
}
.c-btn01 > a,
.c-btn01 > button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 1px solid #fff;
	outline: none;
	background: transparent;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.c-btn01 > a span,
.c-btn01 > button span {
	position: relative;
}

/* btn - 02 */
.c-btn02 {
	width: 100%;
	max-width: 280px;
	height: 60px;
}
.c-btn02 > a,
.c-btn02 > button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 1px solid #e8e8e8;
	outline: none;
	background: #e8e8e8;
	font-weight: 700;
	text-align: center;
}
.c-btn02 > a span,
.c-btn02 > button span {
	position: relative;
}

/* btn - 03 */
.c-btn03 {
	width: 100%;
	max-width: 280px;
	height: 60px;
}
.c-btn03 > a,
.c-btn03 > button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 1px solid #f56600;
	outline: none;
	background: #f56600;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.c-btn02 > a span,
.c-btn02 > button span {
	position: relative;
}

/* arrow */
.arrow-top::after,
.arrow-bottom::after,
.arrow-right::after,
.arrow-left::after,
.arrow-blank::after,
.arrow-more::after {
	content: '';
	position: absolute;
}
.arrow-top::after,
.arrow-bottom::after,
.arrow-right::after,
.arrow-left::after {
	width: 35px;
	height: 8px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: transparent #fff #fff transparent;
}
.arrow-top::after {
	top: calc(50% - 3px);
	right: calc(20px + 2px);
	transform: rotate(-45deg);
}
.arrow-bottom::after {
	top: calc(50% - 9px);
	right: calc(20px + 2px);
	transform: rotate(135deg);
}
.arrow-right::after {
	top: calc(50% - 5px);
	right: 20px;
	transform: skewX(45deg);
	transform-origin: right bottom;
}
.arrow-left::after {
	top: calc(50% - 5px);
	left: calc(20px + 2px);
	transform: rotate(-135deg);
}
.c-btn02 .arrow-top::after,
.c-btn02 .arrow-bottom::after,
.c-btn02 .arrow-right::after,
.c-btn02 .arrow-left::after {
	border-color: transparent #222 #222 transparent;
}
.c-btn03 .arrow-top::after,
.c-btn03 .arrow-bottom::after,
.c-btn03 .arrow-right::after,
.c-btn03 .arrow-left::after {
	border-color: transparent #fff #fff transparent;
}
.arrow-blank::after {
	top: calc(50% - 8px);
	right: 20px;
	width: 20px;
	height: 16px;
	background: url("../../img/cmn/c_blank01.png") center center no-repeat;
	background-size: contain;
}
.tlink02.arrow-blank::after {
	position: static;
	padding: 2px 20px 2px 0;
	margin-left: 10px;
}
.arrow-more::after {
	top: calc(50% - 6px);
	right: 34px;
	width: 13px;
	height: 13px;
	background: url("../../img/cmn/c_more01.png") center center no-repeat;
	background-size: contain;
}
.btn--disabled {
	pointer-events: none;
  opacity: 0.3;
}
@media print, screen and (min-width:768px) {
	/* btn - 01 */
	.c-btn01 > a,
	.c-btn01 > button {
		transition: opacity 0.2s;
	}
	body.pc .c-btn01 > a:hover,
	body.pc .c-btn01 > button:hover {
		opacity: 0.6;
	}
	/* btn - 02 */
	.c-btn02 > a.arrow-right,
	.c-btn02 > button.arrow-right {
		transition: opacity 0.2s;
	}
	body.pc .c-btn02 > a:hover,
	body.pc .c-btn02 > button:hover {
		opacity: 0.6;
	}
	/* btn - 03 */
	.c-btn03 > a,
	.c-btn03 > button {
		transition: opacity 0.2s;
	}
	body.pc .c-btn03 > a:hover,
	body.pc .c-btn03 > button:hover {
		opacity: 0.6;
	}
}

/*----------------------------------------
	ullist
-----------------------------------------*/
.ullist > li {
	position: relative;
	padding-left: 20px;
}
.ullist > li::before {
	content: '';
	position: absolute;
	top: calc(0.9em - 5px);
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f56600;
	font-size: 1.8rem;
}

/*----------------------------------------
	panel
-----------------------------------------*/
.panel > li {
	overflow: hidden;
	margin: 0 0 50px;
	background: #fff;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
}
.panel > li figure {
	overflow: hidden;
}
.panel > li figure > span {
	display: block;
	margin: 0 -24% -12%;
}
.panel > li .txt {
	position: relative;
	z-index: 0;
	padding: 20px 30px 55px;
	background: #fff;
}
.panel > li .txt::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: skewY(-8deg);
	transform-origin: left top;
}
.panel > li .icon {
	display: table;
	height: 40px;
	margin: -55px 0 22px;
	padding: 0 20px;
}
.panel > li .icon > span {
	display: table-cell;
	vertical-align: middle;
}
.panel > li .ttl {
	margin: 0 0 6px;
	line-height: 1.7;
}
.panel > li .name {
	margin: 18px 0 5px;
}
.panel > li .name > span {
	padding-left: 30px;
}
.panel > li .copy {
	line-height: 2;
}
.panel > li .link {
	margin-top: 12px;
}
.panel > li .link a {
	position: relative;
	padding-left: 15px;
}
.panel > li .link a::before {
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #f56600 #f56600 transparent transparent;
	transform: rotate(45deg);
}
.panel > li:nth-child(odd) .icon {
	background: #f56600;
}
.panel > li:nth-child(even) .icon {
	background: #fdae00;
}
.panel > li:nth-child(odd) .name > span {
	color: #f56600;
}
.panel > li:nth-child(even) .name > span {
	color: #fdae00;
}
@media print, screen and (min-width:768px) {
	.panel {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.panel.crm2 > li,
	.panel.crm3 > li {
		width: calc(50% - 10px);
	}
	.panel > li .icon {
		height: 32px;
		margin: -50px 0 20px;
	}
	.panel > li figure > span {
		margin: 0;
		transition: transform 0.2s;
	}
	body.pc .panel > li > a:hover figure > span {
		transform: scale(1.1);
	}
}
@media print, screen and (min-width:960px) {
	.panel.crm2 > li {
		width: calc(50% - 20px);
	}
	.panel.crm3 > li {
		width: calc(33.3333% - 13px);
	}
}

/*----------------------------------------
	infolink
-----------------------------------------*/
.infolink {
	height: 406px;
	background: url("../../../img/recruit/cmn/c_infolink_bg01s.jpg") center center no-repeat;
	background-size: cover;
}
.infolink .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.infolink-ttl {
	margin: 0 0 50px;
}
.infolink-btn {
	width: 100%;
}
.infolink-btn > li {
	margin: 0 auto;
}
.infolink-btn > li + li {
	margin-top: 20px;
}
.infolink-career > a {
	background: #fdae00;
	border-color: #fdae00;
}
@media print, screen and (min-width:768px) {
	.infolink {
		height: 360px;
		background-image: url("../../../img/recruit/cmn/c_infolink_bg01.jpg");
	}
	.infolink-ttl {
		margin: 0 0 30px;
	}
	.infolink-btn {
		display: flex;
		max-width: 1060px;
		margin: 0 auto;
	}
	.infolink-btn > li {
		max-width: none;
		height: 110px;
		margin: 0 15px;
	}
	.infolink-btn > li + li {
		margin-top: 0;
	}
}

/*----------------------------------------
	anchor
-----------------------------------------*/
.anchor {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 80px;
}
.anchor > li {
	width: 50%;
	margin: 0 0 20px;
	border-right: 1px solid #eee;
}
.anchor > li:nth-child(2n+1) {
	border-left: 1px solid #eee;
}
.anchor > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 60px;
	padding: 2px 10px;
	line-height: 1.5;
}
.anchor > li > a > span {
	position: relative;
	padding-left: 25px;
}
.anchor > li > a > span::before {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #f56600 #f56600 transparent transparent;
	transform: rotate(135deg);
}
@media print, screen and (min-width:960px) {
	.anchor {
		flex-wrap: nowrap;
	}
	.anchor > li {
		flex: 1;
	}
	.anchor > li:nth-child(2n+1) {
		border-left: none;
	}
	.anchor > li:first-child {
		border-left: 1px solid #eee;
	}
}

/*----------------------------------------
	recruitTab
-----------------------------------------*/
.recruitTab {
	display: flex;
	justify-content: space-between;
	max-width: 690px;
	margin: 0 auto 60px;
}
.recruitTab > li {
	width: calc(50% - 1px);
	max-width: 330px;
}

/*----------------------------------------
	recruitInfo
-----------------------------------------*/
.recruitInfo {
	margin: -68px 0 100px;
	padding-top: 68px;
}
.recruitInfo-head {
	margin: 0 0 30px;
}
.recruitInfo-txt {
	margin: 0 0 25px;
	line-height: 2;
}
.recruitInfo-txt h3 {
	margin: 0 0 15px;
}
.recruitInfo-body {
	line-height: 2;
}
.recruitInfo-body table {
	width: 100%;
	border-top: 2px solid #eee;
}
.recruitInfo-body table tr {
	display: block;
	padding: 20px 0 22px;
	border-bottom: 2px solid #eee;
}
.recruitInfo-body table th,
.recruitInfo-body table td {
	display: block;
}
.recruitInfo-body table th {
	margin: 0 0 2px;
}
@media print, screen and (min-width:768px) {
	.recruitInfo {
		margin-top: -170px;
		padding-top: 170px;
	}
	.recruitInfo-head {
		display: flex;
		margin: 0 0 50px;
	}
	.recruitInfo-txt {
		width: 49%;
		margin: 0 30px 0 0;
		padding: 25px 0 0;
	}
	.recruitInfo-img {
		flex: 1;
	}
	.recruitInfo-body table {
		border: none;
		border-collapse: collapse;
	}
	.recruitInfo-body table tr {
		display: table-row;
		border: none;
	}
	.recruitInfo-body table th,
	.recruitInfo-body table td {
		display: table-cell;
		vertical-align: middle;
		padding: 20px 20px 22px 0;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	.recruitInfo-body table th {
		width: 26%;
	}
}

/*----------------------------------------
	recruitFlow
-----------------------------------------*/
.recruitFlow {
	margin: 0 0 50px;
}
.recruitFlow > dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	margin: 0 0 40px;
	padding: 25px 20px;
	background: #f8f9fa;
}
.recruitFlow > dl + dl::before {
	content: '';
	position: absolute;
	top: -27px;
	left: calc(50% - 16px);
	border-width: 17px 16px 0 16px;
	border-style: solid;
	border-color: #fdae00 transparent transparent transparent;
} 
.recruitFlow > dl > dt {
	margin: 0 20px 0 0;
	font-size: 5.0rem;
	line-height: 1;
}
.recruitFlow > dl > dt > span {
	display: block;
}
.recruitFlow > dl > dd {
	flex: 1;
	padding: 15px 20px 0 0;
}
.recruitFlow > dl > dd + dd {
	flex: auto;
	width: 100%;
	line-height: 2;
}
.recruitFlow > dl > dd ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.recruitFlow > dl > dd ul li::before {
	content: '・';
	display: inline-block;
	width: 1em;
	text-align: center;
	text-indent: 0;
}
@media print, screen and (min-width:768px) {
	.recruitFlow {
		margin: 0 30px 50px;
	}
	.recruitFlow > dl {
		flex-wrap: nowrap;
		padding: 20px 0;
	}
	.recruitFlow > dl > dt {
		width: 25%;
		margin: 0 0 0 0;
		font-size: 7.8rem;
	}
	.recruitFlow > dl > dd {
		flex: initial;
		width: auto;
	}
	.recruitFlow > dl > dd + dd {
		flex: initial;
		width: auto;
	}
}
@media print, screen and (min-width:960px) {
	.recruitFlow > dl > dt {
		margin: 0 50px 0 0;
	}
	.recruitFlow > dl > dd {
		padding: 15px 50px 0 0;
	}
}

/*----------------------------------------
	contactBox
-----------------------------------------*/
.contactBox {
	padding: 45px 20px 50px;
	border: 1px solid #eee;
}
.contactBox-ttl {
	margin: 0 0 20px;
	padding: 0 0 30px;
	border-bottom: 1px solid #eee;
}
.contactBox-txt > p {
	margin: 0 0 12px;
	line-height: 2;
}
.contactBox-btn {
	margin: 40px auto 0;
}
@media print, screen and (min-width:768px) {
	.contactBox {
		margin: 0 30px;
	}
}
@media print, screen and (min-width:960px) {
	.contactBox {
		display: flex;
		padding: 25px 10px;
	}
	.contactBox-ttl {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36.61%;
		min-width: 320px;
		margin: 0 40px 0 0;
		padding: 0;
		border-bottom: none;
		border-right: 1px solid #eee;
	}
	.contactBox-wrap {
		flex: 1;
		padding: 15px 0 25px;
	}
	.contactBox-txt > p {
		margin: 0;
	}
	.contactBox-btn {
		width: 220px;
		height: 48px;
		margin: 25px 0 0;
	}
	.contactBox-btn .arrow-right::after {
		width: 25px;
		height: 5px;
	}
}

/*----------------------------------------
	cookieBunner
-----------------------------------------*/
#cookieBunner {
	display: none;
	position: fixed;
	bottom: 85px;
	left: 6%;
	right: 6%;
	z-index: 9000;
	padding: 20px 25px 30px;
	border: 1px solid #f56600;
	border-radius: 2px;
	background: #fff;
}
#cookieBunner dl {
	margin: 0 0 12px;
	font-size: 1.5rem;
}
#cookieBunner dl dt {
	margin: 0 0 5px;
	font-weight: 700;
	text-align: center;
}
#cookieBunner dl dd {
	line-height: 1.7;
}
#cookieBunner .btn01 {
	width: 100%;
	max-width: 240px;
	height: 48px;
	margin: 0 auto;
	font-size: 1.3rem;
}
#cookieBunner .btn01 > button {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 1px solid #222;
	outline: none;
	background: #fff;
	font-weight: 700;
	text-align: center;
}
#cookieBunner .btn01 > button::before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: 200%;
	height: 100%;
	background: #f56600;
	transform: skewX(-45deg);
	transform-origin: 0 15px;
}
#cookieBunner .btn01 > button span {
	position: relative;
}
@media print, screen and (min-width:768px) {
	#cookieBunner {
		width: 360px;
		bottom: 32px;
		left: auto;
		right: 48px;
		padding: 25px 30px 30px;
	}
	#cookieBunner > dl {
		margin: 0 0 18px;
	}
	#cookieBunner > dl > dt {
		margin: 0 0 8px;
	}
	#cookieBunner .btn01 {
		max-width: 200px;
		height: 40px;
	}
	#cookieBunner .btn01 > button::before {
		transition: right 0.3s;
	}
	body.pc #cookieBunner .btn01 > button:hover::before {
		right: -50%;
	}
}

/*----------------------------------------
	modal
-----------------------------------------*/
@-webkit-keyframes modalwindow_body_in {
	0% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}
@keyframes modalwindow_body_in {
	0% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}
@-webkit-keyframes modalwindow_body_out {
	0% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
	100% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
}
@keyframes modalwindow_body_out {
	0% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
	100% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
}
body.enabled_modal {
	overflow: hidden;
}
#modal {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	overflow: auto;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9000;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0,0,0,0.8);
}
#modal .modalOverlay {
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 0 6%;
	-webkit-transform: translateY(-20px);
	    -ms-transform: translateY(-20px);
	        transform: translateY(-20px);
	-webkit-animation: 500ms modalwindow_body_out;
	        animation: 500ms modalwindow_body_out;
}
#modal.is_visible .modalOverlay {
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
	-webkit-animation: 200ms modalwindow_body_in;
	        animation: 200ms modalwindow_body_in;
}
#modal .modalWrap {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	margin: 30px auto;
}
#modal .modalInner {
	position: relative;
	margin: 75px 0;
}
#modal .modalClose {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 100;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: opacity 0.2s;
}
#modal .modalClose:hover {
	opacity: 0.7;
}
#modal .modalClose::before,
#modal .modalClose::after {
	content: '';
	position: absolute;
	left: calc(50% - 20px);
	width: 40px;
	border-top: 2px solid #fff;
	transform-origin: center center;
}
#modal .modalClose::before {
	top: calc(50% - 0px);
	transform: rotate(45deg);
}
#modal .modalClose::after {
	top: calc(50% - 0px);
	transform: rotate(135deg);
}
#modal .modalBox {
	position: relative;
}
#modal iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
}
@media print, screen and (min-width:768px) {
	#modal .modalOverlay {
		max-width: 810px;
		padding: 0 45px;
	}
}

/* modal entry */
.modal-entry {
	padding: 50px 20px 35px;
	background: #fdae00;
}
.modal-entry h2 {
	margin: 0 0 25px;
}
.modal-entry dl {
	max-width: 265px;
	margin: 0 auto 25px;
}
.modal-entry dl dt {
	margin: 0 0 5px;
}
.modal-entry dl .c-btn02 {
	max-width: none;
}
.modal-entry dl .c-btn02 a {
	flex-direction: column;
	border-color: #fff;
	background: #fff;
}
.modal-entry dl .c-btn02 .arrow-right::after {
	right: 10px;
    width: 25px;
    height: 5px;
}
.modal-entry_btn01 > a > span:nth-child(1) {
	width: 107px;
	margin: 0 0 3px;
	font-size: 0;
}
.modal-entry_btn02 > a > span {
	position: relative;
}
.modal-entry_btn02 > a > span::before {
	content: '';
	position: absolute;
	top: calc(50% - 7px);
	left: -28px;
	width: 21px;
	height: 15px;
	background: url("../../../img/recruit/cmn/modal_entry_btn02.png") 0 0 no-repeat;
	background-size: 21px 15px;
}
@media print, screen and (min-width:768px) {
	.modal-entry dl {
		max-width: 385px;
		margin: 0 auto 25px;
	}
	.modal-entry dl .c-btn02 {
		max-width: none;
		height: 78px;
	}
	.modal-entry_btn01 > a > span:nth-child(1) {
		width: 128px;
	}
}

/*----------------------------------------
	print
-----------------------------------------*/
@media print {}
