html {
	margin: 0 !important;
}

.ltUnderHeaderWrapper {
	background: url(/assets/img/career/bg_pagetitle_pc.jpg);
	background-size: cover;
}

.modPartsInner {
	max-width: 1100px;
}

.mySection01 .myText {
	margin-bottom: 70px;
}

.myGraphList {
	margin-bottom: 60px;
}

.myGraphList li {
	margin-bottom: 40px;
	text-align: center;
}

.myGraphListHeader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.myGraphListHeader .title {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
}

.myGraphListHeader .text {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.myBox {
	background: #FFF;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 60px;
}

.myBoxInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.myBoxInner dl {
	width: 50%;
	padding: 15px 17px;
}

.myBoxInner dl dt {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.myBoxInner dl dt::before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 54px;
	height: 54px;
	border-radius: 100px;
	background: #333;
	margin-right: 5px;
}

.myBoxInner dl dt > span {
	display: inline-block;
	vertical-align: middle;
}

.myBoxInner dl dd {
	font-size: 16px;
	font-size: 1.6rem;
}

.myBoxInner dl.type01 dt {
	color: #3FA9F5;
}

.myBoxInner dl.type01 dt::before {
	background: #3FA9F5;
}

.myBoxInner dl.type02 dt {
	color: #8CC63F;
}

.myBoxInner dl.type02 dt::before {
	background: #8CC63F;
}

.myBoxInner dl.type03 dt {
	color: #F7931E;
}

.myBoxInner dl.type03 dt::before {
	background: #F7931E;
}

.myBoxInner dl.type04 dt {
	color: #22B573;
}

.myBoxInner dl.type04 dt::before {
	background: #22B573;
}

.myBoxInner dl.type05 dt {
	color: #A37FFF;
}

.myBoxInner dl.type05 dt::before {
	background: #A37FFF;
}

.myBoxInner dl.type06 dt {
	color: #FBB03B;
}

.myBoxInner dl.type06 dt::before {
	background: #FBB03B;
}

.myBoxInner dl.type07 dt {
	color: #4D4D4D;
}

.myBoxInner dl.type07 dt::before {
	background: #4D4D4D;
}

.myBoxInner dl.type08 dt {
	color: #FF7BAC;
}

.myBoxInner dl.type08 dt::before {
	background: #FF7BAC;
}

.myBoxInner dl.type09 dt {
	color: #CECCCC;
}

.myBoxInner dl.type09 dt::before {
	background: #CECCCC;
}

.mySection02 .modPartsTitle01 {
	margin-bottom: 50px;
}

.mySection02 .list {
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
}

.mySection02 .list > li {
	width: 33.333%;
}

.mySection02 .list > li .text {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.myEmployerBox {
	margin-bottom: 50px;
}

.myEmployerBox:last-child {
	margin-bottom: 0;
}

.modPopupCareerInner {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.modPopupCareerItemLeft {
	width: 50%;
}

.modPopupCareerItemRight {
	position: relative;
	z-index: 1;
	width: 50%;
	color: #fff;
}

.modPopupCareerItemRight::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 100px);
	height: 100%;
	background: #3488C7;
	-webkit-transform: skewX(-7deg);
	-ms-transform: skewX(-7deg);
	transform: skewX(-7deg);
}

.modPopupCareerItemRight .inner {
	position: relative;
	z-index: 1;
	padding: 30px;
}

.modPopupCareerItemRight .title {
	font-size: 29px;
	font-size: 2.9rem;
	border-bottom: 1px solid #fff;
	line-height: 1.3;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.modPopupCareerItemRight .title.small {
	font-size: 21px;
	font-size: 2.1rem;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.modPopupCareerTitle {
	position: absolute;
	z-index: 2;
	display: table;
	width: 174px;
	height: 174px;
	font-size: 21px;
	font-size: 2.1rem;
	font-family: "Century Gothic" ,sans-serif;
	line-height: 1.1;
	color: #333;
}

.modPopupCareerTitle > span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #fabe00;
	padding: 20px 25px;
}

.modPopupCareerRightTopBox {
	margin-bottom: 30px;
}

.modPopupCareerLeftUnit {
	position: relative;
	z-index: 1;
	padding: 250px 40px 40px 30px;
	text-align: left;
}

.modPopupCareerLeftUnit .photo {
	margin-bottom: 15px;
}

.modPopupCareerLeftUnit .name {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 15px;
}

.modPopupCareerLeftUnit .name .bold,
.modPopupCareerLeftUnit .name .small {
	display: block;
}

.modPopupCareerLeftUnit .name .bold {
	font-size: 48px;
	font-size: 4.8rem;
}

.modPopupCareerLeftUnit .name .small {
	display: inline-block;
	padding: 0 7.5px;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 3px;
}

.modPopupCareerLeftUnit .info {
	font-size: 16px;
	font-size: 1.6rem;
}

body .mfp-container .mfp-arrow {
	position: relative;
}

body .mfp-content .myPopup01 .modPopupBoxInner {
	background-image: url(../img/career/img_career_01_large_pc.jpg);
}

body .mfp-content .myPopup02 .modPopupBoxInner {
	background-image: url(../img/career/img_career_02_large_pc.jpg);
}

body .mfp-content .myPopup03 .modPopupBoxInner {
	background-image: url(../img/career/img_career_03_large_pc.jpg);
}

body .mfp-content .myPopup04 .modPopupBoxInner {
	background-image: url(../img/career/img_career_04_large_pc.jpg);
}

body .mfp-content .myPopup05 .modPopupBoxInner {
	background-image: url(../img/career/img_career_05_large_pc.jpg);
}

body .mfp-content .myPopup06 .modPopupBoxInner {
	background-image: url(../img/career/img_career_06_large_pc.jpg);
}

@media only screen and (min-width: 993px) {

.mySection01.modPartsBlock02 .inner {
	padding-top: 80px;
	padding-bottom: 120px;
}

.mySection01 .modPartsTitle01 {
	margin-bottom: 40px;
}

.mySection02.modPartsBlock02 .inner {
	padding-top: 80px;
	padding-bottom: 120px;
}

.myEmployer .modPartsTitle01 {
	margin-bottom: 15px;
}

.modPopupCareerInner {
	padding-bottom: 68px;
}

.modPopupCareerItem {
	min-height: 770px;
}

.modPopupCareerItemRight .title,
.modPopupCareerItemRight .title + p {
	padding-left: 40px;
}

.modPopupCareerTitle > span img {
	width: auto;
}

.modPopupCareerRightTopBox {
	min-height: 450px;
}

body .mfp-container .mfp-arrow {
	background: none;
}

body .mfp-content {
	margin-bottom: -68px;
}

}

@media only screen and (max-width: 992px) {

.ltUnderHeaderWrapper {
	background: url(/assets/img/career/bg_pagetitle_sp.jpg) center;
	background-size: cover;
}

.mySection01 .myText {
	margin-bottom: 30px;
}

.myGraphList {
	margin-bottom: 50px;
}

.myGraphList li {
	margin-bottom: 30px;
}

.myGraphList li img {
	width: 330px;
}

.myGraphListHeader {
	display: block;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 10px;
}

.myGraphListHeader .title {
	font-size: 16px;
	font-size: 1.6rem;
}

.myGraphListHeader .text {
	font-size: 12px;
	font-size: 1.2rem;
}

.myBox {
	padding: 20px 15px;
	margin-bottom: 40px;
}

.myBoxInner dl {
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
}

.myBoxInner dl:last-child {
	margin-bottom: 0;
}

.myBoxInner dl dt {
	font-size: 13px;
	font-size: 1.3rem;
}

.myBoxInner dl dt::before {
	width: 27px;
	height: 27px;
}

.myBoxInner dl dd {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
}

.mySection02.modPartsBlock02 .inner {
	padding-top: 40px;
}

.mySection02 .modPartsTitle01 {
	margin-bottom: 20px;
}

.mySection02 .list > li {
	width: 50%;
	padding: 0 7.5px;
	margin-bottom: 15px;
}

.mySection02 .list > li .text {
	font-size: 12px;
	font-size: 1.2rem;
}

.mySection02 .list > li .text .bold {
	font-size: 24px;
	font-size: 2.4rem;
}

.myEmployerBox {
	margin-bottom: 30px;
}

.myEmployerBox .modPartsTitle05 {
	font-size: 16px;
	font-size: 1.6rem;
}

.modPopupCareerInner {
	display: block;
}

.modPopupCareerItemLeft {
	width: 100%;
}

.modPopupCareerItemRight {
	width: 100%;
	font-size: 13px;
	font-size: 1.3rem;
}

.modPopupCareerItemRight::after {
	width: 100%;
	height: calc(100% + 100px);
	-webkit-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	transform: skewY(-4deg);
}

.modPopupCareerItemRight .inner {
	padding: 30px 15px;
}

.modPopupCareerItemRight .title {
	font-size: 26px;
	font-size: 2.6rem;
	padding-bottom: 15px;
}

.modPopupCareerItemRight .title.small {
	display: table;
	font-size: 20px;
	font-size: 2rem;
}

.modPopupCareerTitle {
	font-size: 14px;
	font-size: 1.4rem;
	width: 114px;
	height: 114px;
}

.modPopupCareerTitle > span {
	vertical-align: middle;
	padding: 10px;
}

.modPopupCareerRightTopBox {
	min-height: 0;
	padding: 0;
	margin-bottom: 0;
}

.modPopupCareerLeftUnit {
	padding: 150px 15px 0;
	height: 120vw;
	margin-bottom: -5vw;
}

.modPopupCareerLeftUnit .photo img {
	width: 150px;
}

.modPopupCareerLeftUnit .name {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.modPopupCareerLeftUnit .name .bold {
	font-size: 35px;
	font-size: 3.5rem;
}

.modPopupCareerLeftUnit .name .small {
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: 2px;
}

.modPopupCareerLeftUnit .info {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}

body .mfp-content .myPopup01 .modPopupBoxInner {
	background-image: none;
}

body .mfp-content .myPopup01 .modPopupCareerLeftUnit {
	background-image: url(../img/career/img_career_01_large_sp@2x.jpg);
	background-size: 100%;
}

body .mfp-content .myPopup02 .modPopupBoxInner {
	background-image: none;
}

body .mfp-content .myPopup02 .modPopupCareerLeftUnit {
	background-image: url(../img/career/img_career_02_large_sp@2x.jpg);
	background-size: 100%;
}

body .mfp-content .myPopup03 .modPopupBoxInner {
	background-image: none;
}

body .mfp-content .myPopup03 .modPopupCareerLeftUnit {
	background-image: url(../img/career/img_career_03_large_sp@2x.jpg);
	background-size: 100%;
}

body .mfp-content .myPopup04 .modPopupBoxInner {
	background-image: none;
}

body .mfp-content .myPopup04 .modPopupCareerLeftUnit {
	background-image: url(../img/career/img_career_04_large_sp@2x.jpg);
	background-size: 100%;
}

body .mfp-content .myPopup05 .modPopupBoxInner {
	background-image: none;
}

body .mfp-content .myPopup05 .modPopupCareerLeftUnit {
	background-image: url(../img/career/img_career_05_large_sp@2x.jpg);
	background-size: 100%;
}

body .mfp-content .myPopup06 .modPopupBoxInner {
	background-image: none;
}

body .mfp-content .myPopup06 .modPopupCareerLeftUnit {
	background-image: url(../img/career/img_career_06_large_sp@2x.jpg);
	background-size: 100%;
}

}

@media only screen and (max-width: 600px) {

.mySection02 .list > li .text {
	font-size: 10px;
	font-size: 1rem;
}

.mySection02 .list > li .text .bold {
	font-size: 5vw;
}

}


/*# sourceMappingURL=maps/career.css.map */
