@charset "utf-8";

/**************************************************
		PC
**************************************************/
/* ===== Menu Area ===== */
#mainArea #careerMenu {
	width:1080px;
	margin:0 auto;
}
#mainArea #careerMenu li {
	display:block;
	background:#fff;
	padding:5px;
	position:relative;
	text-align:center;
	margin-right:60px;
	float:left;
}
#mainArea #careerMenu li:after {
	content:"";
	display:block;
	width:30px;
	height:30px;
	background:url("../img/bt_arrow_icon2021.svg") center center no-repeat;
	background-size:cover;
	position:absolute;
	right:0;
	bottom:0;
}
#mainArea #careerMenu li:nth-child(1),
#mainArea #careerMenu li:nth-child(2) {
	max-width:510px;
	margin-bottom:60px;
}
#mainArea #careerMenu li:nth-child(3),
#mainArea #careerMenu li:nth-child(4),
#mainArea #careerMenu li:nth-child(5) {
	max-width:320px;
}
#mainArea #careerMenu li:nth-child(2),
#mainArea #careerMenu li:nth-child(5) {
	margin-right:0;
}
#mainArea #careerMenu li:nth-child(3) {
	clear:left;
}
#mainArea #careerMenu li a {
	display:table-cell;
	border:solid 1px #932536;
	vertical-align:middle;
	font-size:25px;
	font-size:1.56rem;
	color:#932536;
	text-decoration:none;
}
#mainArea #careerMenu li a:hover {
	background:#932536;
	color:#fff;
}
#mainArea #careerMenu li:nth-child(1) a,
#mainArea #careerMenu li:nth-child(2) a {
	width:498px;
	height:138px;
}
#mainArea #careerMenu li:nth-child(3) a,
#mainArea #careerMenu li:nth-child(4) a,
#mainArea #careerMenu li:nth-child(5) a {
	width:308px;
	height:138px;
}
#mainArea #careerMenu li a span {
	display:block;
}
/*#mainArea #careerMenu li:nth-child(1) a span:nth-child(2) {
	padding-top:20px;
}*/
#mainArea #careerMenu li:nth-child(2) a:nth-child(2) {
	display:inline-block;
	width:auto;
	height:auto;
	font-size:16px;
	font-size:1.00rem;
	border-style:none none solid!important;
	border-bottom:solid 1px #191819;
	position:absolute;
	left:50%;
	bottom:20px;
	margin:0 0 0 -4.5em;
}
#mainArea #careerMenu li:nth-child(2) a:nth-child(2):hover {
	border-bottom:solid 1px #932536;
	background:#fff;
}
#mainArea #careerMenu li:nth-child(2) a:nth-child(2) span {
	padding:2px 0;
	margin:0;
	color:#191819;
}
#mainArea #careerMenu li:nth-child(2) a:nth-child(2):hover span {
	color:#932536;
}
#mainArea #careerMenu li:nth-child(2) a:nth-child(2) span:after {
	content:"";
	display:inline-block;
	width:22px;
	height:16px;
	background:url("../img/bt_arrow4_icon2021.svg") center center no-repeat;
	background-size:cover;
	margine-left:0.6em;
	vertical-align:middle;
}
#mainArea #careerMenu li:nth-child(2) a:nth-child(2):hover span:after {
	background:url("../img/bt_arrow2_icon2021.svg") center center no-repeat;
	background-size:cover;
}



/* ===== Number Area ===== */
#mainArea .numberBox h3 {
	margin-bottom:20px;
	font-size:36px;
	font-size:2.25rem;
	font-weight:normal;
	color:#932536;
	line-height:1.5;
}
#mainArea .numberBox p {
	margin-bottom:40px;
	font-size:15px;
	font-size:0.9375rem;
	line-height:1.875;
}
#mainArea .numberBox p a {
	display:block;
	background:#932536;
	border:solid 1px #932536;
	font-size:25px;
	font-size:1.563rem;
	line-height:1.1;
	color:#fff;
	text-decoration:none;
	padding:20px 35px;
	position:relative;
}
#mainArea .numberBox p a:after {
	content:"";
	display:block;
	width:28px;
	height:28px;
	background:#fff url("../img/bt_arrow2_icon2021.svg") center center no-repeat;
	background-size:cover;
	border-radius:14px;
	position:absolute;
	right:35px;
	top:50%;
	margin-top:-14px;
}
#mainArea .numberBox p a:hover {
	background:#fff;
	color:#932536;
}
#mainArea .numberBox p a:hover:after {
	background:#932536 url("../img/bt_arrow3_icon2021.svg") center center no-repeat;
}

#mainArea .resultBox {
	display:inline-block;
	max-width:400px;
}
#mainArea .resultBox h4 {
	display:block;
	border:solid 2px #000;
	padding:10px;
	text-align:center;
	font-size:25px;
	font-size:1.5625rem;
	font-weight:normal;
	line-height:1.01;
	letter-spacing:1;
	margin-bottom:40px;
	position:relative;
}
#mainArea .resultBox h4:before {
	content:"";
	display:block;
	width:16px;
	height:10px;
	background:#fff;
	position:absolute;
	left:18px;
	bottom:-5px;
}
#mainArea .resultBox h4:after {
	content:"";
	display:block;
	width:32px;
	height:36px;
	background:url("../img/img_number_tail.svg") center top no-repeat;
	position:absolute;
	right:28px;
	bottom:-34px;
}
#mainArea .resultBox p:nth-child(2) {
	font-family: 'Inter', sans-serif;
	font-feature-settings: "palt";
	font-size:200px;
	font-size:12.5rem;
	line-height:1.00;
	color:#932536;
	margin:0;
	padding:0;
}
#mainArea .resultBox p:nth-child(2) span {
	font-size:90px;
	font-size:5.625rem;
	line-height:1.00;
}
#mainArea .resultBox p:nth-child(3) {
	font-size:16px;
	font-size:1.00rem;
	text-align:right;
	margin:0 -1.5em 0 0;
	padding:0;
}




/* ===== Support Area ===== */
#mainArea #supportBox {
	padding-top:60px;
}
#mainArea #supportBox li {
	float:left;
	text-align:center;
	padding-top:30px;
	width:255px;
}
#mainArea #supportBox li a {
	display:block;
	text-decoration:none;
	color:#000;
}
#mainArea #supportBox .inner {
	display:flex;
	position:relative;
	height:280px;
	background:transparent none 50% 50% no-repeat;
	background-size:cover;
	align-items:center;
	justify-content:center;
}
#mainArea #supportBox li:nth-child(1) .inner {
	background-image:url("../img/img_career_105.jpg");
}
#mainArea #supportBox li:nth-child(2) .inner {
	background-image:url("../img/img_career_103.jpg");
}
#mainArea #supportBox li:nth-child(3) .inner {
	background-image:url("../img/img_career_102.jpg");
}
#mainArea #supportBox li:nth-child(4) .inner {
	background-image:url("../img/img_career_104.jpg");
}
#mainArea #supportBox .inner div {
	display:flex;
	padding:30px 5px 10px 5px;
	width:210px;
	min-height:170px;
	background-color:rgba(255,255,255,0.9);
	border-radius:10px;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
#mainArea #supportBox li a:hover .inner div {
	background-color:rgba(255,255,255,1.0);
}
#mainArea #supportBox .inner h3 {
	display:flex;
	margin-bottom:10px;
	min-height:60px;
	font-size:23px;
	font-size:1.44rem;
	line-height:1.25;
	color:#932536;
	align-items:center;
	justify-content:center;
}
#mainArea #supportBox .inner p {
	font-size:16px;
	font-size:1rem;
	line-height:1.3;
}
#mainArea #supportBox li a > p {
	margin-top:10px;
	font-size:15px;
	font-size:0.94rem;
	line-height:1.5;
	text-align:left;
}


#mainArea .suppotBtn {
	clear:both;
	font-size:15px;
	font-size:0.9375rem;
	line-height:1.875;
	text-align:center;
}
#mainArea .suppotBtn a {
	display:inline-block;
	background:#932536;
	border:solid 1px #932536;
	font-size:25px;
	font-size:1.563rem;
	line-height:1.1;
	color:#fff;
	text-decoration:none;
	padding:20px 90px 20px 35px;
	position:relative;
}
#mainArea .suppotBtn a:after {
	content:"";
	display:block;
	width:28px;
	height:28px;
	background:#fff url("../img/bt_arrow2_icon2021.svg") center center no-repeat;
	background-size:cover;
	border-radius:14px;
	position:absolute;
	right:35px;
	top:50%;
	margin-top:-14px;
}
#mainArea .suppotBtn a:hover {
	background:#fff;
	color:#932536;
}
#mainArea .suppotBtn a:hover:after {
	background:#932536 url("../img/bt_arrow3_icon2021.svg") center center no-repeat;
}


/* ===== News Area ===== */
#mainArea #newsBox {
	background:linear-gradient(to right, #f9f4f5 50%,#ffffff 50%, #ffffff);
}
#mainArea #newsBox .bg {
	width:1050px;
	margin:0 auto;
	padding-bottom:70px;
	background:#f9f4f5;
	position:relative;
	left:-15px;
}
#mainArea #newsBox h3 {
	position:relative;
	top:-16px;
	margin-bottom:10px;
}
#mainArea #newsBox ul {
	width:940px;
	margin-left:70px;
	border-top:solid 1px #969696;
}
#mainArea #newsBox li {
	display:block;
	border-bottom:solid 1px #969696;
}
#mainArea #newsBox li a {
	display:block;
	padding:30px 25px;
	font-size:14px;
	font-size:0.875rem;
	color:#000;
	text-decoration:none;
}
#mainArea #newsBox li a:hover {
	background:#fff;
}
#mainArea #newsBox li .newsHead {
	display:block;
	width:260px;
	float:left;
}
#mainArea #newsBox li .newsDate {
	display:inline-block;
	padding-right:15px;
	font-weight:bold;
}
#mainArea #newsBox li .newsCategory {
	display:inline-block;
	width:140px;
	padding:2px 0;
	text-align:center;
	color:#fff;
	background:#932536;
}
#mainArea #newsBox li .newsTitle {
	display:block;
	width:620px;
	float:right;
}
#mainArea #newsBox p {
	display:block;
	width:230px;
	position:absolute;
	right:-30px;
	bottom:-25px;
}
#mainArea #newsBox p a {
	display:block;
	background:#932536;
	border:solid 1px #932536;
	font-size:20px;
	font-size:1.250rem;
	line-height:1.1;
	color:#fff;
	text-decoration:none;
	padding:13px 40px;
	position:relative;
}
#mainArea #newsBox p a:after {
	content:"";
	display:block;
	width:28px;
	height:28px;
	background:#fff url("../img/bt_arrow2_icon2021.svg") center center no-repeat;
	background-size:cover;
	border-radius:14px;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-14px;
}
#mainArea #newsBox p a:hover {
	background:#fff;
	color:#932536;
}
#mainArea #newsBox p a:hover:after {
	background:#932536 url("../img/bt_arrow3_icon2021.svg") center center no-repeat;
}


/* ===== Blog Area ===== */
#mainArea #blogBox {
	background:linear-gradient(to right, #ffffff 50%,#f0f0f0 50%, #f0f0f0);
}
#mainArea #blogBox .bg {
	width:1050px;
	margin:0 auto;
	padding-bottom:70px;
	background:#f0f0f0;
	position:relative;
	right:-15px;
}
#mainArea #blogBox h3 {
	position:relative;
	top:-16px;
	left:-30px;
	margin-bottom:34px;
}
#mainArea #blogBox a {
	text-decoration:none;
	color:#000;
}
#mainArea #blogBox ul {
	display:table;
	width:1010px;
	position:relative;
	left:-30px;
}
#mainArea #blogBox ul li {
	display:table-cell;
	min-height:300px;
	vertical-align:middle;
}
#mainArea #blogBox ul li.blogPhoto {
	width:540px;
	text-align:center;
}
#mainArea #blogBox ul li.blogPhoto img {
	width:540px;
	height:300px;
	object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
	#mainArea #blogBox ul li.blogPhoto span {
		display:block;
		width:540px;
		height:300px;
		overflow:hidden;
	}
	#mainArea #blogBox ul li.blogPhoto img {
		height:auto;
	}
}
#mainArea #blogBox ul li.blogText {
	width:470px;
}
#mainArea #blogBox ul li.blogText h4 {
	border-bottom:solid 1px #969696;
	padding-left:40px;
	padding-bottom:25px;
	margin-bottom:25px;
	font-size:25px;
	font-size:1.5625rem;
	font-weight:bold;
}
#mainArea #blogBox ul li.blogText h4 .blogDate {
	display:block;
	font-size:14px;
	font-size:0.875rem;
	margin-bottom:10px;
}
#mainArea #blogBox ul li.blogText p {
	padding-left:40px;
	font-size:14px;
	font-size:0.875rem;
	line-height:2.0;
}

#mainArea #blogBox .bg > p {
	display:block;
	width:230px;
	position:absolute;
	right:0;
	bottom:-25px;
}
#mainArea #blogBox .bg > p a {
	display:block;
	background:#000;
	border:solid 1px #000;
	font-size:20px;
	font-size:1.250rem;
	line-height:1.1;
	color:#fff;
	text-decoration:none;
	padding:13px 40px;
	position:relative;
}
#mainArea #blogBox .bg > p a:after {
	content:"";
	display:block;
	width:28px;
	height:28px;
	background:#fff url("../img/bt_arrow4_icon2021.svg") center center no-repeat;
	background-size:cover;
	border-radius:14px;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-14px;
}
#mainArea #blogBox .bg > p a:hover {
	background:#fff;
	color:#000;
}
#mainArea #blogBox p a:hover:after {
	background:#000 url("../img/bt_arrow3_icon2021.svg") center center no-repeat;
}


/* ===== Banner Area ===== */
#mainArea #bannerBox {
	width:820px;
	margin:0 auto 100px;
	border:solid 1px #932536;
	position:relative;
}
#mainArea #bannerBox a {
	display:block;
	height:218px;
	border:solid 9px #ffffff;
	background:url("../img/bg_careercenter.jpg") center center no-repeat;
	background-size:cover;
	text-decoration:none;
}
#mainArea #bannerBox a span {
	display:block;
	width:820px;
	border:solid 1px #932536;
	background:#932536;
	padding:15px 95px;
	position:absolute;
	left:-1px;
	bottom:-1px;
	color:#fff;
	text-align:right;
	font-size:20px;
	font-size:1.250rem;
}
#mainArea #bannerBox a span:after {
	content:"";
	display:block;
	width:28px;
	height:28px;
	background:#fff url("../img/bt_arrow2_icon2021.svg") center center no-repeat;
	background-size:cover;
	border-radius:14px;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-14px;
}
#mainArea #bannerBox a:hover span {
	background:#fff;
	color:#932536;
}
#mainArea #bannerBox a:hover span:after {
	background:#932536 url("../img/bt_arrow3_icon2021.svg") center center no-repeat;
}



/**************************************************
		SP
**************************************************/
@media screen and (max-width:767px){
#titleArea {
	margin-bottom:0!important;
}
#pankz {
	display:none!important;
}

/* ===== Menu Area ===== */
#mainArea #careerMenu {
	width:73.33vw;
	margin:0 auto;
	padding:15px 0;
}
#mainArea #careerMenu li {
	padding:2.5px;
	float:none;
}
#mainArea #careerMenu li:after {
	content:"";
	display:block;
	width:15px;
	height:15px;
}
#mainArea #careerMenu li:nth-child(1),
#mainArea #careerMenu li:nth-child(2),
#mainArea #careerMenu li:nth-child(3),
#mainArea #careerMenu li:nth-child(4),
#mainArea #careerMenu li:nth-child(5) {
	max-width:100%;
	width:auto;
	margin-bottom:15px!important;
	margin-right:0;
}
#mainArea #careerMenu li a {
	display:block;
	border:solid 1px #932536;
	font-size:16px;
	font-size:1.00rem;
}
#mainArea #careerMenu li a:hover {
	background:#fff;
	color:#932536;
}
#mainArea #careerMenu li:nth-child(1) a,
#mainArea #careerMenu li:nth-child(2) a,
#mainArea #careerMenu li:nth-child(3) a,
#mainArea #careerMenu li:nth-child(4) a,
#mainArea #careerMenu li:nth-child(5) a {
	width:100%;
	height:auto;
}
/*#mainArea #careerMenu li:nth-child(1) a span:nth-child(1) {
	font-size:12px;
	font-size:0.750rem;
	padding-top:25px;
	margin-top:0;
}
#mainArea #careerMenu li:nth-child(1) a:hover span:nth-child(1) {
	color:#000;
}
#mainArea #careerMenu li:nth-child(1) a span:nth-child(2) {
	padding-top:15px;
	padding-bottom:70px;
}*/



#mainArea #careerMenu li:nth-child(2) a:nth-child(2) {
	display:inline-block;
	width:auto;
	height:auto;
	font-size:12px;
	font-size:0.780rem;
	border-style:none none solid!important;
	border-bottom:solid 1px #191819;
	position:absolute;
	left:50%;
	bottom:15px;
	margin:0 0 0 -4.5em;
}
#mainArea #careerMenu li:nth-child(2) a:nth-child(2):hover {
	border-bottom:solid 1px #191819;
}
#mainArea #careerMenu li:nth-child(2) a:nth-child(2) span {
	padding:1px 0;
	margin:0;
	color:#191819;
}
#mainArea #careerMenu li:nth-child(2) a:nth-child(2):hover span {
	color:#191819;
}
#mainArea #careerMenu li:nth-child(2) a:nth-child(2) span:after {
	content:"";
	display:inline-block;
	width:16px;
	height:12px;
	background:url("../img/bt_arrow4_icon2021.svg") center center no-repeat;
	background-size:cover;
	margine-left:0.6em;
	vertical-align:middle;
}
#mainArea #careerMenu li:nth-child(2) a:nth-child(2):hover span:after {
	background:url("../img/bt_arrow4_icon2021.svg") center center no-repeat;
	background-size:cover;
}




#mainArea #careerMenu li:nth-child(1) a span,
#mainArea #careerMenu li:nth-child(2) a span {
	padding:30px 0;
}
#mainArea #careerMenu li:nth-child(3) a span,
#mainArea #careerMenu li:nth-child(4) a span,
#mainArea #careerMenu li:nth-child(5) a span {
	padding:12px 0;
}

#mainArea #careerMenu li:nth-child(2) a:nth-child(1) span {
	position:relative;
	top:-15px;
}



/* ===== Number Area ===== */
#mainArea .numberBox {
	margin:0 20px 20px;
	text-align:left;
}
#mainArea .numberBox h3 {
	margin-bottom:12px;
	font-size:20px;
	font-size:5.33vw;
	line-height:1.5;
}
#mainArea .numberBox p {
	margin-bottom:9.33vw;
	font-size:14px;
	font-size:0.875rem;
	line-height:1.5625rem;
}

/*#mainArea .numberBox+div {
	width:223px;
	margin:-280px auto 0;
	padding-bottom:60px;
}*/


#mainArea .resultBox {
	display:inline-block;
	width:auto;
	max-width:89.33vw;
	margin:0 auto;
	text-align:left;
}
#mainArea .resultBox h4 {
	display:block;
	border:solid 2px #000;
	padding:1.6vw;
	text-align:center;
	font-size:15px;
	font-size:4.00vw;
	line-height:1.01;
	letter-spacing:1;
	margin-bottom:2.00vw;
	position:relative;
}
#mainArea .resultBox h4:before {
	content:"";
	display:block;
	width:2.67vw;
	height:1.6vw;
	background:#fff;
	position:absolute;
	left:2.67vw;
	bottom:-0.80vw;
}
#mainArea .resultBox h4:after {
	content:"";
	display:block;
	width:5.33vw;
	height:6.00vw;
	background:url("../img/img_number_tail.svg") center top no-repeat;
	position:absolute;
	right:4.67vw;
	bottom:-5.6vw;
}
#mainArea .resultBox p:nth-child(2) {
	font-size:135px;
	font-size:36.0vw;
	line-height:1.00;
}
#mainArea .resultBox p:nth-child(2) span {
	font-size:55px;
	font-size:14.67vw;
	line-height:1.00;
}
#mainArea .resultBox p:nth-child(3) {
	font-size:10px;
	font-size:2.67vw;
	text-align:right;
	margin:0 -1.5em 0 0;
	padding:0;
}

#mainArea .resultBox p a {
	display:block;
	background:#932536;
	border:solid 1px #932536;
	font-size:15px;
	font-size:0.9375rem;
	line-height:1.1;
	color:#fff;
	text-decoration:none;
	padding:20px 15px;
	margin:8vw 0 0;
	position:relative;
}
#mainArea .resultBox p a:after {
	content:"";
	display:block;
	width:20px;
	height:20px;
	background:#fff url("../img/bt_arrow2_icon2021.svg") center center no-repeat;
	background-size:cover;
	border-radius:10px;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-10px;
}



/* ===== Support Area ===== */
#mainArea #supportBox {
	padding-top:40px;
}
#mainArea #supportBox li {
	float:none;
	width:81.33vw;
	padding-top:2.67vw;
	margin:0 auto 35px;
}
#mainArea #supportBox .inner {
	height:42.67vw;
}
#mainArea #supportBox li:nth-child(1) .inner {
	background-image:url("../img/img_career_105_sp.jpg");
}
#mainArea #supportBox li:nth-child(2) .inner {
	background-image:url("../img/img_career_103_sp.jpg");
}
#mainArea #supportBox li:nth-child(3) .inner {
	background-image:url("../img/img_career_102_sp.jpg");
}
#mainArea #supportBox li:nth-child(4) .inner {
	background-image:url("../img/img_career_104_sp.jpg");
}
#mainArea #supportBox .inner div {
	width:74.67vw;
	min-height:34.67vw;
	padding:2vw 0.67vw 0.67vw 0.67vw;
}
#mainArea #supportBox li a:hover .inner div {
	background-color:rgba(255,255,255,0.9);
}
#mainArea #supportBox .inner h3 {
	margin-bottom:2vw;
	min-height:initial;
	min-height:auto;
	font-size:20px;
	font-size:5.33vw;
}
#mainArea #supportBox .inner p {
	font-size:15px;
	font-size:4.0vw;
}
#mainArea #supportBox li a > p {
	font-size:14px;
	font-size:0.88rem;
}


#mainArea .suppotBtn a {
	font-size:15px;
	font-size:0.9375rem;
	padding:20px 60px 20px 15px;
}
#mainArea .suppotBtn a:after {
	width:20px;
	height:20px;
	right:15px;
	margin-top:-10px;
}

#mainArea .suppotBtn a:hover {
	background:#932536;
	color:#fff;
}
#mainArea .suppotBtn a:hover:after {
	background:#fff url("../img/bt_arrow2_icon2021.svg") center center no-repeat;
}


/* ===== News Area ===== */
#mainArea #newsBox {
}
#mainArea #newsBox .bg {
	width:auto;
	margin:0 20px;
	padding-bottom:0;
	left:0;
}
#mainArea #newsBox h3 {
	position:relative;
	top:-12px;
	margin-bottom:8px;
	width:90px;
}
#mainArea #newsBox ul {
	width:auto;
	margin:0 15px;
}
#mainArea #newsBox li {
}
#mainArea #newsBox li a {
	display:block;
	padding:12px;
	font-size:12px;
	font-size:0.750rem;
}
#mainArea #newsBox li a:hover {
	background:#f9f4f5;
}
#mainArea #newsBox li .newsHead {
	display:block;
	width:100%;
	float:none;
}
#mainArea #newsBox li .newsDate {
	font-size:10px;
	font-size:0.625rem;
	padding-right:12px;
}
#mainArea #newsBox li .newsCategory {
	font-size:10px;
	font-size:0.625rem;
	width:110px;
	padding:2px 0;
}
#mainArea #newsBox li .newsTitle {
	display:block;
	width:100%;
	float:none;
	padding-top:10px;
}
#mainArea #newsBox p {
	display:block;
	width:260px;
	margin:0 auto;
	position:relative;
	right:auto;
	bottom:-25px;
}
#mainArea #newsBox p a {
	font-size:15px;
	font-size:0.9375rem;
	text-align:center;
	padding:16px 0;
}
#mainArea #newsBox p a:after {
	content:"";
	display:block;
	width:20px;
	height:20px;
	background:#fff url("../img/bt_arrow2_icon2021.svg") center center no-repeat;
	background-size:cover;
	border-radius:10px;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-10px;
}
#mainArea #newsBox p a:hover {
	background:#932536;
	color:#fff;
}
#mainArea #newsBox p a:hover:after {
	background:#fff url("../img/bt_arrow2_icon2021.svg") center center no-repeat;
}



/* ===== Blog Area ===== */
#mainArea #blogBox {
}
#mainArea #blogBox .bg {
	width:auto;
	margin:0 20px;
	padding-bottom:0;
	right:0;
}
#mainArea #blogBox h3 {
	position:relative;
	top:-12px;
	left:0;
	margin-bottom:8px;
	width:132px;
}
#mainArea #blogBox a {
	text-decoration:none;
	color:#000;
}
#mainArea #blogBox ul {
	display:block;
	width:auto;
	margin:0 15px;
	position:relative;
	left:0;
}
#mainArea #blogBox ul li {
	display:block;
	min-height:auto;
}
#mainArea #blogBox ul li.blogPhoto {
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
#mainArea #blogBox ul li.blogPhoto img {
	width:100%;
	height:180px;
	object-fit: cover;
}
#mainArea #blogBox ul li.blogText {
	width:100%;
}
#mainArea #blogBox ul li.blogText h4 {
	padding-top:10px;
	padding-left:0;
	padding-bottom:9px;
	margin-bottom:9px;
	font-size:18px;
	font-size:1.125rem;
}
#mainArea #blogBox ul li.blogText h4 .blogDate {
	display:block;
	font-size:10px;
	font-size:0.625rem;
	margin-bottom:9px;
}
#mainArea #blogBox ul li.blogText p {
	padding-left:0;
	font-size:14px;
	font-size:0.875rem;
	line-height:1.786;
}

#mainArea #blogBox .bg > p {
	display:block;
	width:260px;
	margin:0 auto;
	position:relative;
	right:auto;
	bottom:-25px;
}
#mainArea #blogBox .bg > p a {
	font-size:15px;
	font-size:0.9375rem;
	text-align:center;
	padding:16px 0;
}
#mainArea #blogBox .bg > p a:after {
	content:"";
	display:block;
	width:20px;
	height:20px;
	background:#fff url("../img/bt_arrow4_icon2021.svg") center center no-repeat;
	background-size:cover;
	border-radius:10px;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-10px;
}
#mainArea #blogBox .bg > p a:hover {
	background:#000;
	color:#fff;
}
#mainArea #blogBox p a:hover:after {
	background:#fff url("../img/bt_arrow4_icon2021.svg") center center no-repeat;
}


/* ===== Banner Area ===== */
#mainArea #bannerBox {
	width:auto;
	margin:0 20px 0;
	padding:4.5px;
	border:solid 1px #932536;
	position:relative;
}
#mainArea #bannerBox a {
	display:block;
	height:auto;
	padding-top:105px;
	border:none;
	background:url("../img/bg_careercenter_sp.jpg") center center no-repeat;
	background-size:100%;
}
#mainArea #bannerBox a span {
	display:block;
	width:100%;
	border:none;
	background:#932536;
	padding:10px 45px;
	position:relative;
	left:0;
	bottom:0;
	font-size:15px;
	font-size:0.9375rem;
}
#mainArea #bannerBox a span:after {
	content:"";
	display:block;
	width:20px;
	height:20px;
	background:#fff url("../img/bt_arrow2_icon2021.svg") center center no-repeat;
	background-size:cover;
	border-radius:10px;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-10px;
}
#mainArea #bannerBox a:hover span {
	background:#932536;
	color:#fff;
}
#mainArea #bannerBox a:hover span:after {
	background:#fff url("../img/bt_arrow2_icon2021.svg") center center no-repeat;
}













}