/* Common */
i, em {
	font-style: normal;
}

.content {
	padding-top:120px;
}

.sec-tit {
	font-size:4.4rem;
	font-weight:700;
}

.sec-line {
	display: block;
	width:100%;
	height:2px;
	background-color: #7f7f7f;
}

.w-46 {
	width: 46%;
}

.w-50 {
	width: 50%;
}

@media (max-width:1200px) {
	.content {
		padding-top:0px;
	}	

	.sec-tit {
		font-size:3.8rem;
	}	
}
@media (max-width:1024px) {
	.w-50 {
		width:100%;
	}
}
@media (max-width:768px) {
	.sec-tit {
		font-size:3.2rem;
	}	
}
@media (max-width:576px) {
	.sec-tit {
		font-size:2.6rem;
	}	

	.w-46 {
		width: 100%;
	}
}


/* Sub Visual */
.sub-visual {
	width:100%;
	height:400px;
	background: url('/en/img/sub/sv.png') no-repeat center / cover;
}

.sub-visual-container {
	max-width:1310px;
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0px 15px;
}

.sub-visual-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:50px;
	width:100%;
	height:100%;
}

.sub-visual-title {
	font-size:4.4rem;
}

.sub-visual-path {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sub-visual-path li {
	position: relative;
	padding:0px 40px;
	font-size:2rem;
	font-weight:700;
	color:#1f61ad;
}

.sub-visual-path li:first-child:after {
	content: "";
	display: block;
	position: absolute;
	top:50%;
	right:-6px;
	transform: translateY(-50%);
	width:12px;
	height:20px;
	background: url('/en/img/sub/arr.png') no-repeat center;
}

@media (max-width:1200px) {
	.sub-visual-title {
		font-size:3.8rem;
	}

	.sub-visual-path li {
		font-size:1.8rem;
	}
}
@media (max-width:1024px) {
	.sub-visual {
		height:320px;
		background-position: right -10px center;
	}

	.sub-visual-inner {
		gap:38px;
	}

	.sub-visual-path li {
		padding:0px 34px;
	}

	.sub-visual-path li:first-child:after {
		height:14px;
		background-size:auto 14px;
	}

	.sub-visual-path img {
		width:16px;
	}
}
@media (max-width:768px) {
	.sub-visual {
		height:260px;
	}

	.sub-visual-inner {
		gap:24px;
	}

	.sub-visual-title {
		font-size:3.2rem;
	}

	.sub-visual-path li {
		font-size:1.6rem;
		padding:0px 20px;
	}
}
@media (max-width:576px) {
	.sub-visual {
		height:240px;
	}

	.sub-visual-inner {
		gap:20px;
	}

	.sub-visual-title {
		font-size:2.6rem;
	}

	.sub-visual-path li {
		font-size:1.5rem;
		padding:0px 12px;
	}
	
	.sub-visual-path li:first-child:after {
		height:12px;
		background-size:auto 11px;
	}

	.sub-visual-path img {
		width: 12px;
	}
}


/* Greeting */
.greeting .sec01 .t01 {
	font-size:4.4rem;
	line-height: 1.4;
}

.greeting .sec01 .t01 span {
	font-size:4rem;
}

.greeting .sec02 {
	background: url('/en/img/sub/company/greeting/sec02_bak.png') no-repeat center / cover;
}

.greeting .sec02 .t01 {
	font-size:3.6rem;
	line-height:1.5;
	margin-bottom:80px;
}

.greeting .sec02 .t02 {
	font-size:2rem;
	line-height:1.6;
	margin-bottom:40px;
}

.greeting .sec02 .t03 {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap:40px;
	font-size:2rem;
}

.greeting .sec02 .t03 span {
	font-size:2.8rem;
}

@media (max-width:1200px) {
	.greeting .sec01 .t01 {
		font-size:3.8rem;
	}
	
	.greeting .sec01 .t01 span {
		font-size:3.6rem;
	}

	.greeting .sec02 .t01 {
		font-size:3rem;
	}
	
	.greeting .sec02 .t02 {
		font-size:1.8rem;
	}
	
	.greeting .sec02 .t03 {
		font-size:1.8rem;
	}
	
	.greeting .sec02 .t03 span {
		font-size:2.4rem;
	}	
}
@media (max-width:1024px) {
	.greeting .sec02 .t01 {
		margin-bottom:60px;
	}

	.greeting .sec02 .t02 {
		margin-bottom: 34px;
	}

	.greeting .sec02 .t03 {
		gap:34px;
	}

	.greeting .sec02 .t03 img {
		width: 146px;
	}
}
@media (max-width:768px) {
	.greeting .sec01 .t01 {
		font-size:3.2rem;
	}
	
	.greeting .sec01 .t01 span {
		font-size:3rem;
	}

	.greeting .sec02 .t01 {
		font-size:2.4rem;
		margin-bottom:40px;
	}
	
	.greeting .sec02 .t02 {
		font-size:1.6rem;
		margin-bottom:28px;
	}
	
	.greeting .sec02 .t03 {
		gap:20px;
		font-size:1.6rem;
	}
	
	.greeting .sec02 .t03 span {
		font-size:2rem;
	}	
}
@media (max-width:576px) {
	.greeting .sec01 .t01 {
		font-size:2.6rem;
	}
	
	.greeting .sec01 .t01 span {
		font-size:2.4rem;
	}

	.greeting .sec02 .t01 {
		font-size:2rem;
		margin-bottom:28px;
	}
	
	.greeting .sec02 .t02 {
		font-size:1.5rem;
		margin-bottom:20px;
	}
	
	.greeting .sec02 .t03 {
		gap:12px;
		font-size:1.5rem;
	}
	
	.greeting .sec02 .t03 span {
		font-size:1.8rem;
	}	

	.greeting .sec02 .t03 img {
		width: 106px;
	}
}


/* History */
.history .sec01 {
	padding:140px 0px;
	background: url('/en/img/sub/company/history/sec01_bak.jpg') no-repeat center / cover;
}

.history .sec01 .lt,
.history .sec01 .rt {
	width: 50%;
}

.history .sec01 .txt .t01 {
	font-size:4.4rem;
	line-height:1.3;
}

.history .sec01 .txt .t02 {
	font-size:2.4rem;
	line-height:1.8;
}

.history .sec02 .lt,
.history .sec02 .rt {
	width: 50%;
}

.history .sec02 .rt {
	padding-left:80px;
}

.history .sec02 .item {
	padding-bottom:30px;
}

.history .sec02 .item:last-child {
	padding-bottom:0px;
}

.history .sec02 .item dl {
	padding-left:16px;
}

.history .sec02 .item dt {
	position: relative;
	font-size:2.4rem;
	line-height:1;
}

.history .sec02 .item dt::before {
	content: "·";
	display: block;
	position: absolute;
	top:50%;
	left:-16px;
	transform: translateY(-50%);
	color:#236cb6;
}

.history .sec02 .item dd {
	font-size:2.4rem;
	margin-top:10px;
}

.history .sec03 .lt,
.history .sec03 .rt {
	width: 50%;
}

.history .sec03 .lt {
	padding:0px 80px;
}

.history .sec03 .tit {
	font-size:4.4rem;
}

.history .sec03 .item {
	padding-bottom:40px;
}

.history .sec03 .item:last-child {
	padding-bottom:0px;
}

.history .sec03 .item p {
	font-size:2.4rem;
}

.history .sec03 .item dl {
	position: relative;
	padding:20px;
	background-color:#f7fcfe;
}

.history .sec03 .item dl::before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:2px;
	background-color: #0d5094;
}

.history .sec03 .item dl::after {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 70px;
	height:2px;
	background-color: #63c5f0;
}

.history .sec03 .item dd {
	display: flex;
	font-size:2rem;
	line-height:1.6;
}

.history .sec03 .item dd span {
	display: block;
	width: calc(100% - 70px);
}

.history .sec03 .item dd span.dot {
	width:70px;
}

@media (max-width:1200px) {
	.history .sec01 .txt .t01 {
		font-size:3.8rem;
	}
	
	.history .sec01 .txt .t02 {
		font-size:2rem;
	}

	.history .sec02 .rt {
		padding-left:60px;
	}

	.history .sec02 .item dt {
		font-size:2rem;
	}

	.history .sec02 .item dd {
		font-size:2rem;
	}

	.history .sec03 .lt {
		padding:0px 60px;
	}

	.history .sec03 .tit {
		font-size:3.8rem;
	}

	.history .sec03 .item p {
		font-size:2rem;
	}

	.history .sec03 .item dd {
		font-size:1.8rem;
	}
}
@media (max-width:1024px) {
	.history .sec01 {
		text-align: center;
		padding:100px 0px;
	}

	.history .sec01 .lt,
	.history .sec01 .rt {
		width:100%;
	}

	.history .sec01 .lt {
		margin-bottom:10px;
	}

	.history .sec02 .lt {
		margin:0 auto;
	}
	
	.history .sec02 .rt {
		width: 100%;
		padding-top:40px;
		padding-left:0px;
	}

	.history .sec02 .item {
		padding-bottom:24px;
	}

	.history .sec02 .item dl {
		padding-left:0px;
		text-align: center;
	}

	.history .sec02 .item dt::before {
		display: none;
	}

	.history .sec02 .item dd {
		margin-top:6px;
	}

	.history .sec03 .lt {
		margin:0 auto;
		padding:0px 60px;
		text-align: center;
	}

	.history .sec03 .rt {
		width: 100%;
		padding-top:40px;
	}

	.history .sec03 .item {
		padding-bottom:34px;
	}

	.history .sec03 .item dl {
		padding:16px;
	}
}
@media (max-width:768px) {
	.history .sec01 {
		padding:60px 0px;
	}

	.history .sec01 .txt .t01 {
		font-size:3.2rem;
	}
	
	.history .sec01 .txt .t02 {
		font-size:1.8rem;
	}

	.history .sec02 .rt {
		padding-top:34px;
	}

	.history .sec02 .item {
		padding-bottom:20px;
	}

	.history .sec02 .item dt {
		font-size:1.8rem;
	}

	.history .sec02 .item dd {
		font-size:1.8rem;
	}

	.history .sec03 .item {
		padding-bottom:28px;
	}

	.history .sec03 .lt {
		padding:0px 40px;
	}

	.history .sec03 .rt {
		padding-top:34px;
	}

	.history .sec03 .tit {
		font-size: 3.2rem;
	}

	.history .sec03 .item p {
		font-size:1.8rem;
	}

	.history .sec03 .item dd {
		font-size:1.6rem;
	}

	.history .sec03 .item dd span {
		width:calc(100% - 50px);
	}

	.history .sec03 .item dd span.dot {
		width:50px;
	}
}
@media (max-width:576px) {
	.history .sec01 {
		padding:40px 0px;
	}

	.history .sec01 .txt .t01 {
		font-size:2.6rem;
	}
	
	.history .sec01 .txt .t02 {
		font-size:1.7rem;
	}

	.history .sec02 .lt {
		width: 100%;
	}

	.history .sec02 .rt {
		padding-top:28px;
	}

	.history .sec02 .item {
		padding-bottom:16px;
	}

	.history .sec02 .item dt {
		font-size:1.7rem;
	}

	.history .sec02 .item dd {
		font-size:1.7rem;
	}

	.history .sec03 .item {
		padding-bottom:24px;
	}

	.history .sec03 .lt {
		width:70%;
		padding:0px;
	}

	.history .sec03 .rt {
		padding-top:28px;
	}

	.history .sec03 .tit {
		font-size:2.6rem;
	}

	.history .sec03 .item p {
		font-size:1.7rem;
	}

	.history .sec03 .item dl {
		padding:12px;
	}

	.history .sec03 .item dd {
		font-size: 1.5rem;
	}

	.history .sec03 .item dd span {
		width: calc(100% - 40px);
	}

	.history .sec03 .item dd span.dot {
		width:40px;
	}
}


/* Location */
.location .lt,
.location .rt {
	width: 50%;
}

.location .rt {
	padding-left:80px;
}

.location .block {
	margin-bottom:30px;
}

.location .block:last-child {
	margin-bottom:0px;
}

.location .img {
	position: relative;
	width: 100%;
	height:0;
	padding-top: calc(430/650*100%);
	overflow: hidden;
}

.location .img iframe {
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;
}

.location .tit {
	font-size:2.8rem;
	font-weight:700;
}

.location .info dl {
	display: flex;
}

.location .info dt {
	position: relative;
	width:200px;
	padding-left:50px;
	font-size:1.8rem;
}

.location .info dt img {
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
}

.location .info dd {
	width: calc(100% - 200px);
	font-size:1.8rem;
}

@media (max-width:1200px) {
	.location .rt {
		padding-left:60px;
	}
	
	.location .tit {
		font-size:2.4rem;
	}

	.location .info dt {
		width:150px;
		font-size:1.8rem;
	}
	
	.location .info dd {
		width: calc(100% - 150px);
		font-size:1.8rem;
	}
}
@media (max-width:1024px) {
	.location .lt {
		width:70%;
	}

	.location .rt {
		width: 100%;
		padding-left:0px;
		padding-top:40px;
	}

	.location .block {
		margin-bottom:60px;
	}
	
	.location .d-flex {
		justify-content: center;
		text-align: center;
	}

	.location .info dl {
		flex-wrap: wrap;
		justify-content: center;
	}

	.location .info dt {
		display: flex;
		justify-content: center;
		align-items: center;
		gap:6px;
		width:120px;
		padding:0px;
		margin-bottom:10px;
	}

	.location .info dt img {
		position: relative;
		top:unset;
		left: unset;
		transform: none;
		height:20px;
	}

	.location .info dd {
		width: 100%;
	}
}
@media (max-width:768px) {
	.location .block {
		margin-bottom:40px;
	}

	.location .rt {
		padding-top:30px;
	}

	.location .tit {
		font-size: 2rem;
	}

	.location .info dt {
		font-size:1.6rem;
	}

	.location .info dt img {
		height:16px;
	}

	.location .info dd {
		font-size:1.6rem;
	}
}
@media (max-width:576px) {
	.location .lt {
		width: 100%;
	}

	.location .tit {
		font-size:1.8rem;
	}

	.location .info dt {
		margin-bottom:6px;
		font-size:1.5rem;
	}

	.location .info dt img {
		height:14px;
	}

	.location .info dd {
		font-size:1.5rem;
	}
}



/* Automobile */
.automobile .band {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.automobile .band-tit {
	position: relative;
	max-width:320px;
	width:100%;
	padding:18px 0px;
	font-size:2rem;
	line-height: 1;
	z-index:1;
}

.automobile .band-tit::after {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background: url('/en/img/sub/exam/automobile/sec00_band.png') no-repeat center;
	z-index:-1;
}

.automobile .sec01 {
	background: url('/en/img/sub/exam/automobile/sec01_bak.jpg') no-repeat center / cover;
}

.automobile .sec01 .txt .t01 {
	font-size:4.6rem;
	line-height:1.3;
}

.automobile .sec01 .txt .t02 {
	font-size:2.4rem;
	line-height:1.5;
}

.automobile .sec02 .list {
	display: flex;
	flex-wrap: wrap;
	gap:80px;
	padding:40px;
	border:1px solid #0d5094;
	background-color: #eff9fd;
}

.automobile .sec02 .list dd {
	font-size:2.4rem;
}

.automobile .sec02 .list span {
	margin-right:10px;
}

.automobile .sec02 .list em {
	font-size:2rem;
}

.automobile .sec03 .list {
	display: flex;
	justify-content: space-between;
}

.automobile .sec03 .list li {
	flex:1 1 25%;
	max-width:25%;
	text-align: center;
}

.automobile .sec03 .list .img {
	font-size:0px;
}

.automobile .sec03 .list p {
	font-size:2.4rem;
}

.automobile .sec05 .img {
	position: relative;
}

.automobile .sec05 .img-ani {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}

.automobile .sec06 .tit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width:460px;
	width:100%;
	padding:10px;
	margin-bottom:40px;
}

.automobile .sec06 .tit p {
	font-size:2rem;
	line-height:1;
}

.automobile .sec06 .list {
	display: flex;
	flex-wrap: wrap;
	margin:-20px;
}

.automobile .sec06 .list li {
	flex:1 1 33.33%;
	max-width: 33.33%;
	padding:20px;
	display: flex;
	flex-direction:column;
}

.automobile .sec06 .list li.w-50 {
	flex:1 1 50%;
	max-width:50%;
}

.automobile .sec06 .list .card {
	height:100%;
	padding:40px;
	border:1px solid #0d5094;
}

.automobile .sec06 .list dt {
	position: relative;
	font-size:2.4rem;
}

.automobile .sec06 .list dt::before {
	content: "·";
	display: block;
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	font-weight:900;
	color:#236cb6;
}

.automobile .sec06 .list dd {
	display: flex;
	gap:6px;
	font-size:2rem;
	line-height:1.6;
}

.automobile .sec06 .list dd::before {
	content: "-";
	display: block;
}

.automobile .sec07 .card {
	gap:40px;
	padding:40px;
	border:1px solid #0d5094;
}

.automobile .sec07 .lt {
	width:46%;
}

.automobile .sec07 .rt {
	width: calc(100% - 46%);
}

.automobile .sec07 dt {
	position: relative;
	font-size:2.4rem;
}

.automobile .sec07 dt::before {
	content: "·";
	display: block;
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	font-weight:900;
	color:#236cb6;
}

.automobile .sec07 dd {
	display: flex;
	gap:6px;
	font-size:2rem;
	line-height:1.6;
}

.automobile .sec07 dd::before {
	content: "-";
	display: block;
}

.automobile .sec08 .card {
	padding:40px;
	border:1px solid #0d5094;
}

.automobile .sec08 dt {
	position: relative;
	font-size:2.4rem;
}

.automobile .sec08 dt::before {
	content: "·";
	display: block;
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	font-weight:900;
	color:#236cb6;
}

.automobile .sec08 dd {
	display: flex;
	gap:6px;
	font-size:2rem;
	line-height:1.6;
}

.automobile .sec08 dd.line-break {
	display: block;
}

.automobile .sec09 .item-title {
	font-size:2.4rem;
	font-weight:600;
}

.automobile .sec09 .list {
	display: flex;
	margin:-20px;
}

.automobile .sec09 .list li {
	flex:1 0 33.33%;
	max-width: 33.33%;
	padding:20px;
}

.automobile .sec09 .list li.w-100 {
	flex:1 0 100%;
	max-width: 100%;
}

.automobile .sec09 .card {
	height: 100%;
	padding:40px;
	border:1px solid #0d5094;
}

.automobile .sec09 .text {
	position: relative;
	font-size:2.4rem;
	line-height:1.5;
}

.automobile .sec09 .text::before {
	content: "·";
	display: block;
	position: absolute;
	top:5px;
	left:0;
	font-weight:900;
	line-height: 1;
	color:#236cb6;
}

.automobile .sec09 .text span {
	color:#236cb6;
}

@media (max-width:1200px) {	
	.automobile .band-tit {
		font-size:2rem;
	}

	.automobile .band-tit::after {
		background-size: auto 100%;
	}

	.automobile .sec01 .txt .t01 {
		font-size:4rem;
	}
	
	.automobile .sec01 .txt .t02 {
		font-size:2rem;
	}

	.automobile .sec02 .list dd {
		font-size:2rem;
	}

	.automobile .sec02 .list em {
		font-size:1.8rem;
	}

	.automobile .sec03 .list p {
		font-size:2rem;
	}

	.automobile .sec06 .tit p {
		font-size:2rem;
	}

	.automobile .sec06 .list dt {
		font-size:2rem;
	}
	
	.automobile .sec06 .list dd {
		font-size:1.8rem;
	}

	.automobile .sec07 dt {
		font-size:2rem;
	}
	
	.automobile .sec07 dd {
		font-size:1.8rem;
	}

	.automobile .sec08 dt {
		font-size:2rem;
	}

	.automobile .sec08 dd {
		font-size:1.8rem;
	}
	
	.automobile .sec09 .item-title {
		font-size:2rem;
	}

	.automobile .sec09 .text {
		font-size:2rem;
	}
}
@media (max-width:1024px) {
	.automobile .band-tit {
		padding:10px 0px;
	}

	.automobile .sec01 .txt {
		text-align: center;
	}

	.automobile .sec02 .list {
		gap:60px;
		padding:34px;
	}

	.automobile .sec02 .list span {
		margin-right: 6px;
	}

	.automobile .sec03 .list img {
		height:80px;
	}

	.automobile .sec06 .list {
		margin:-8px;
	}
	
	.automobile .sec06 .list li {
		padding:8px;
	}

	.automobile .sec06 .list .card {
		padding: 34px;
	}

	.automobile .sec06 .tit {
		padding:10px 6px;
		margin-bottom:34px;
	}

	.automobile .sec07 .card {
		justify-content: center;
		gap:30px;
		padding:34px;
	}

	.automobile .sec07 .rt {
		width: 100%;
	}

	.automobile .sec08 .card {
		padding: 34px;
	}

	.automobile .sec08 .card .d-flex {
		justify-content: center;
		gap:30px;
	}

	.automobile .sec09 .list {
		margin:-8px;
	}
	
	.automobile .sec09 .list li {
		padding:8px;
	}
	
	.automobile .sec09 .card {
		padding:34px;
	}
}
@media (max-width:768px) {
	.automobile .band-tit {
		font-size:1.8rem;
	}

	.automobile .sec01 .txt .t01 {
		font-size:3.6rem;
	}
	
	.automobile .sec01 .txt .t02 {
		font-size:1.8rem;
	}

	.automobile .sec02 .list {
		gap:28px;
		padding:28px;
	}

	.automobile .sec02 .list li {
		width: 100%;
	}

	.automobile .sec02 .list dd {
		font-size:1.8rem;
	}

	.automobile .sec02 .list em {
		font-size:1.6rem;
	}

	.automobile .sec03 .list img {
		height:70px;
	}

	.automobile .sec03 .list p {
		font-size:1.8rem;
	}

	.automobile .sec06 .list li {
		flex:1 1 100%;
		max-width: 100%;
	}
	
	.automobile .sec06 .list li.w-50 {
		flex:1 1 100%;
		max-width:100%;
	}

	.automobile .sec06 .tit {
		max-width: 100%;
		margin-bottom:10px;
	}

	.automobile .sec06 .tit p {
		font-size:1.8rem;
	}

	.automobile .sec06 .list .card {
		padding:28px;
	}

	.automobile .sec06 .list dt {
		font-size:1.8rem;
	}

	.automobile .sec06 .list dd {
		font-size:1.6rem;
	}

	.automobile .sec07 .card {
		padding:28px;
	}

	.automobile .sec07 dt {
		font-size:1.8rem;
	}
	
	.automobile .sec07 dd {
		font-size:1.6rem;
	}

	.automobile .sec08 .card {
		padding: 28px;
	}

	.automobile .sec08 dt {
		font-size:1.8rem;
	}

	.automobile .sec08 dd {
		font-size:1.6rem;
	}

	.automobile .sec09 .item-title {
		font-size:1.8rem;
	}

	.automobile .sec09 .list {
		flex-wrap: wrap;
	}

	.automobile .sec09 .list li {
		flex:1 1 100%;
		max-width: 100%;
	}

	.automobile .sec09 .card {
		padding:28px;
	}

	.automobile .sec09 .card .img:not(.img--full) {
		width: 46%;
		margin:0 auto;
	}

	.automobile .sec09 .text {
		font-size:1.8rem;
	}
}
@media (max-width:576px) {
	.automobile .band-tit {
		font-size:1.7rem;
	}

	.automobile .sec01 .txt .t01 {
		font-size:3rem;
	}
	
	.automobile .sec01 .txt .t02 {
		font-size:1.7rem;
	}

	.automobile .sec02 .list {
		gap:20px;
		padding:20px;
	}

	.automobile .sec02 .list dd {
		font-size:1.7rem;
	}

	.automobile .sec02 .list em {
		font-size:1.5rem;
	}

	.automobile .sec02 .list span {
		margin-right: 4px;
	}

	.automobile .sec03 .list {
		flex-wrap: wrap;
		margin:-16px;
	}

	.automobile .sec03 .list li {
		flex:1 1 50%;
		max-width:50%;
		padding:16px;
	}

	.automobile .sec03 .list img {
		height:50px;
	}

	.automobile .sec03 .list p {
		font-size:1.7rem;
	}

	.automobile .sec06 .list {
		margin:-4px;
	}
	
	.automobile .sec06 .list li {
		padding:4px;
	}

	.automobile .sec06 .tit {
		margin-bottom:6px;
	}

	.automobile .sec06 .tit p {
		font-size:1.7rem;
	}

	.automobile .sec06 .list .card {
		padding:20px;
	}

	.automobile .sec06 .list dt {
		font-size:1.7rem;
	}

	.automobile .sec06 .list dd {
		gap:4px;
		font-size:1.5rem;
	}

	.automobile .sec07 .card {
		gap:20px;
		padding:20px;
	}

	.automobile .sec07 .lt {
		width: 100%;
	}

	.automobile .sec07 dt {
		font-size:1.7rem;
	}
	
	.automobile .sec07 dd {
		gap:4px;
		font-size:1.5rem;
	}

	.automobile .sec08 .card {
		padding: 20px;
	}

	.automobile .sec08 .card .d-flex {
		gap:20px;
	}

	.automobile .sec08 dt {
		font-size:1.7rem;
	}

	.automobile .sec08 dd {
		gap:4px;
		font-size:1.5rem;
	}

	.automobile .sec09 .item-title {
		font-size:1.6rem;
	}

	.automobile .sec09 .card {
		padding:20px;
	}

	.automobile .sec09 .text {
		font-size:1.6rem;
	}
}


/* Defense */
.defense .sec01 {
	background: url('/en/img/sub/exam/defense/sec01_bak.jpg') no-repeat center / cover;
}

.defense .sec01 .txt .t01 {
	font-size:4.6rem;
	line-height:1.3;
}

.defense .sec01 .txt .t02 {
	font-size:2.4rem;
	line-height:1.5;
}

.defense .sec02 .list {
	display: flex;
	flex-wrap: wrap;
	margin:-20px;
}

.defense .sec02 .list li {
	flex:1 1 50%;
	max-width:50%;
	padding:20px;
}

.defense .sec02 .list .card {
	height:100%;
	padding:40px;
	border:1px solid #0d5094;
}

.defense .sec02 .list dt {
	position: relative;
	font-size:2.4rem;
}

.defense .sec02 .list dt::before {
	content: "·";
	display: block;
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	font-weight:900;
	color:#236cb6;
}

.defense .sec02 .list dd {
	font-size:2rem;
	line-height:1.6;
}

.defense .sec03 .comment {
	height:100%;
	padding:40px;
	border:1px solid #0d5094;
}

.defense .sec03 .comment dt {
	font-size:2.4rem;
	position: relative;
}

.defense .sec03 .comment dt::before {
	content: "·";
	display: block;
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	font-weight:900;
	color:#236cb6;
}

.defense .sec03 .comment dd {
	font-size:2rem;
	line-height:1.6;
	color:#555555;
}

.defense .sec03 .table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	border-top: 2px solid #1f61ad;
}

.defense .sec03 .table tr {
	border-bottom: 1px solid #dddddd;
}

.defense .sec03 .table th,
.defense .sec03 .table td {
	padding:20px;
	font-size:1.8rem;
}

.defense .sec03 .table th {
	background-color: #eff9fd;
}

.defense .sec03 .table td {
	line-height:1.5;
	color:#444444;
}

.defense .sec03 .table td:nth-child(odd) {
	background-color: #fbfbfb;
}

.defense .sec03 .card {
	height:100%;
	padding:40px;
	border:1px solid #0d5094;
}

.defense .sec03 .card dt {
	position: relative;
	font-size:2.4rem;
}

.defense .sec03 .card dt::before {
	content: "·";
	display: block;
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	font-weight:900;
	color:#236cb6;
}

.defense .sec03 .card dd {
	display: flex;
	gap:6px;
	font-size:2rem;
	line-height:1.6;
}

.defense .sec03 .card dd.pin::before {
	content: "-";
	display: block;
}

@media (max-width:1280px) {
	.defense .sec03 .table-scrolled {
		position: relative;
	}

	.defense .sec03 .table-scrolled::before {
    content: '';
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
  }

	.defense .sec03 .table-scrolled-wrap {
		overflow-x: auto;
		width:100%;
	}
	
	.defense .sec03 .table {
		min-width:1380px;
	}
}
@media (max-width:1200px) {
	.defense .sec01 .txt .t01 {
		font-size:4rem;
	}
	
	.defense .sec01 .txt .t02 {
		font-size:2rem;
	}

	.defense .sec02 .list dt {
		font-size:2rem;
	}
	
	.defense .sec02 .list dd {
		font-size:1.8rem;
	}

	.defense .sec03 .comment dt {
		font-size:2rem;
	}
	
	.defense .sec03 .comment dd {
		font-size:1.8rem;
	}

	.defense .sec03 .table th,
	.defense .sec03 .table td {
		font-size:1.6rem;
	}

	.defense .sec03 .card dt {
		font-size:2rem;
	}
	
	.defense .sec03 .card dd {
		font-size:1.8rem;
	}
}
@media (max-width:1024px) {
	.defense .sec01 .txt {
		text-align: center;
	}
	
	.defense .sec02 .list {
		margin:-8px;
	}
	
	.defense .sec02 .list li {
		padding:8px;
	}

	.defense .sec02 .list .card {
		padding:34px;
	}

	.defense .sec03 .comment {
		padding: 34px;
	}

	.defense .sec03 .table {
		min-width: 1200px;
	}

	.defense .sec03 .table th,
	.defense .sec03 .table td {
		padding: 12px;
	}

	.defense .sec03 .card {
		padding:34px;
	}

	.defense .sec03 .card .d-flex {
		gap:20px;
	}
}
@media (max-width:768px) {
	.defense .sec01 .txt .t01 {
		font-size:3.6rem;
	}
	
	.defense .sec01 .txt .t02 {
		font-size:1.8rem;
	}

	.defense .sec02 .list .card {
		padding:28px;
	}

	.defense .sec02 .list dt {
		font-size:1.8rem;
	}
	
	.defense .sec02 .list dd {
		font-size:1.6rem;
	}

	.defense .sec03 .comment {
		padding: 28px;
	}

	.defense .sec03 .comment dt {
		font-size:1.8rem;
	}
	
	.defense .sec03 .comment dd {
		font-size:1.6rem;
	}

	.defense .sec03 .table {
		min-width:1040px;
	}

	.defense .sec03 .table th,
	.defense .sec03 .table td {
		font-size:1.4rem;
	}

	.defense .sec03 .card {
		padding:28px;
	}

	.defense .sec03 .card dt {
		font-size:1.8rem;
	}
	
	.defense .sec03 .card dd {
		font-size:1.6rem;
	}
}
@media (max-width:576px) {
	.defense .sec01 .txt .t01 {
		font-size:3rem;
	}
	
	.defense .sec01 .txt .t02 {
		font-size:1.6rem;
	}

	.defense .sec02 .list {
		margin: -4px;
	}

	.defense .sec02 .list li {
		flex: 1 1 100%;
		max-width:100%;
		padding:4px;
	}

	.defense .sec02 .list .card {
		padding:20px;
	}

	.defense .sec02 .list dt {
		font-size:1.7rem;
	}
	
	.defense .sec02 .list dd {
		font-size:1.5rem;
	}

	.defense .sec03 .comment {
		padding: 20px;
	}

	.defense .sec03 .comment dt {
		font-size:1.7rem;
	}
	
	.defense .sec03 .comment dd {
		font-size:1.5rem;
	}

	.defense .sec03 .table {
		min-width:900px;
	}

	.defense .sec03 .table th,
	.defense .sec03 .table td {
		padding:8px 6px;
		font-size:1.3rem;
	}

	.defense .sec03 .card {
		padding:20px;
	}

	.defense .sec03 .card dt {
		font-size:1.7rem;
	}
	
	.defense .sec03 .card dd {
		font-size:1.5rem;
	}
}


/* Trust */
.trust .sec01 {
	background: url('/en/img/sub/exam/trust/sec01_bak.jpg') no-repeat center / cover;
}

.trust .sec01 .txt .t01 {
	font-size:4.6rem;
	line-height:1.3;
}

.trust .sec01 .txt .t02 {
	font-size:2.4rem;
	line-height:1.5;
}

.trust .sec02 .list {
	display: flex;
	flex-wrap: wrap;
	margin:-20px;
}

.trust .sec02 .list li {
	flex:1 1 50%;
	max-width:50%;
	padding:20px;
}

.trust .sec02 .list .card {
	height:100%;
	padding:40px;
	border:1px solid #0d5094;
}

.trust .sec02 .list dt {
	position: relative;
	font-size:2.4rem;
}

.trust .sec02 .list dt::before {
	content: "·";
	display: block;
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	font-weight:900;
	color:#236cb6;
}

.trust .sec02 .list dd {
	font-size:2rem;
	line-height:1.6;
}

.trust .sec03 .comment {
	height:100%;
	padding:40px;
	border:1px solid #0d5094;
}

.trust .sec03 .comment dt {
	font-size:2.4rem;
	position: relative;
}

.trust .sec03 .comment dt::before {
	content: "·";
	display: block;
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	font-weight:900;
	color:#236cb6;
}

.trust .sec03 .comment dd {
	font-size:2rem;
	line-height:1.6;
	color:#555555;
}

.trust .sec03 .table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	border-top: 2px solid #1f61ad;
}

.trust .sec03 .table tr {
	border-bottom: 1px solid #dddddd;
}

.trust .sec03 .table th,
.trust .sec03 .table td {
	padding:20px;
	font-size:1.8rem;
}

.trust .sec03 .table th {
	background-color: #eff9fd;
}

.trust .sec03 .table td {
	line-height:1.5;
	color:#444444;
}

.trust .sec03 .table td:nth-child(odd) {
	background-color: #fbfbfb;
}

.trust .sec03 .card {
	height:100%;
	padding:40px;
	border:1px solid #0d5094;
}

.trust .sec03 .card dt {
	position: relative;
	font-size:2.4rem;
}

.trust .sec03 .card dt::before {
	content: "·";
	display: block;
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	font-weight:900;
	color:#236cb6;
}

.trust .sec03 .card dd {
	display: flex;
	gap:6px;
	font-size:2rem;
	line-height:1.6;
}

.trust .sec03 .card dd.pin::before {
	content: "-";
	display: block;
}

@media (max-width:1280px) {
	.trust .sec03 .table-scrolled {
		position: relative;
	}

	.trust .sec03 .table-scrolled::before {
    content: '';
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
  }

	.trust .sec03 .table-scrolled-wrap {
		overflow-x: auto;
		width:100%;
	}
	
	.trust .sec03 .table {
		min-width:1380px;
	}
}
@media (max-width:1200px) {
	.trust .sec01 .txt .t01 {
		font-size:4rem;
	}
	
	.trust .sec01 .txt .t02 {
		font-size:2rem;
	}

	.trust .sec02 .list dt {
		font-size:2rem;
	}
	
	.trust .sec02 .list dd {
		font-size:1.8rem;
	}

	.trust .sec03 .comment dt {
		font-size:2rem;
	}
	
	.trust .sec03 .comment dd {
		font-size:1.8rem;
	}

	.trust .sec03 .table th,
	.trust .sec03 .table td {
		font-size:1.6rem;
	}

	.trust .sec03 .card dt {
		font-size:2rem;
	}
	
	.trust .sec03 .card dd {
		font-size:1.8rem;
	}
}
@media (max-width:1024px) {
	.trust .sec01 .txt {
		text-align: center;
	}
	
	.trust .sec02 .list {
		margin:-8px;
	}
	
	.trust .sec02 .list li {
		padding:8px;
	}

	.trust .sec02 .list .card {
		padding:34px;
	}

	.trust .sec03 .comment {
		padding: 34px;
	}

	.trust .sec03 .table {
		min-width: 1200px;
	}

	.trust .sec03 .table th,
	.trust .sec03 .table td {
		padding: 12px;
	}

	.trust .sec03 .card {
		padding:34px;
	}
}
@media (max-width:768px) {
	.trust .sec01 .txt .t01 {
		font-size:3.6rem;
	}
	
	.trust .sec01 .txt .t02 {
		font-size:1.8rem;
	}

	.trust .sec02 .list .card {
		padding:28px;
	}

	.trust .sec02 .list dt {
		font-size:1.8rem;
	}
	
	.trust .sec02 .list dd {
		font-size:1.6rem;
	}

	.trust .sec03 .comment {
		padding: 28px;
	}

	.trust .sec03 .comment dt {
		font-size:1.8rem;
	}
	
	.trust .sec03 .comment dd {
		font-size:1.6rem;
	}

	.trust .sec03 .table {
		min-width:1040px;
	}

	.trust .sec03 .table th,
	.trust .sec03 .table td {
		font-size:1.4rem;
	}

	.trust .sec03 .card {
		padding:28px;
	}

	.trust .sec03 .card dt {
		font-size:1.8rem;
	}
	
	.trust .sec03 .card dd {
		font-size:1.6rem;
	}
}
@media (max-width:576px) {
	.trust .sec01 .txt .t01 {
		font-size:3rem;
	}
	
	.trust .sec01 .txt .t02 {
		font-size:1.6rem;
	}

	.trust .sec02 .list {
		margin: -4px;
	}

	.trust .sec02 .list li {
		flex: 1 1 100%;
		max-width:100%;
		padding:4px;
	}

	.trust .sec02 .list .card {
		padding:20px;
	}

	.trust .sec02 .list dt {
		font-size:1.7rem;
	}
	
	.trust .sec02 .list dd {
		font-size:1.5rem;
	}

	.trust .sec03 .comment {
		padding: 20px;
	}

	.trust .sec03 .comment dt {
		font-size:1.7rem;
	}
	
	.trust .sec03 .comment dd {
		font-size:1.5rem;
	}

	.trust .sec03 .table {
		min-width:900px;
	}

	.trust .sec03 .table th,
	.trust .sec03 .table td {
		padding:8px 6px;
		font-size:1.3rem;
	}

	.trust .sec03 .card {
		padding:20px;
	}

	.trust .sec03 .card dt {
		font-size:1.7rem;
	}
	
	.trust .sec03 .card dd {
		font-size:1.5rem;
	}
}


/* Analyze */
.analyze .band {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.analyze .band-tit {
	position: relative;
	max-width:320px;
	width:100%;
	padding:16px 0px;
	font-size:2.4rem;
	line-height: 1;
	z-index:1;
}

.analyze .band-tit::after {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background: url('/en/img/sub/exam/automobile/sec00_band.png') no-repeat center;
	z-index:-1;
}

.analyze .txt .t01 {
	font-size:2rem;
}

.analyze .card {
	padding:40px;
	border:1px solid #0d5094;
}

.analyze dt {
	position: relative;
	font-size:2.4rem;
}

.analyze dt::before {
	content: "·";
	display: block;
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	font-weight:900;
	color:#236cb6;
}

.analyze dd {
	display: flex;
	gap:6px;
	font-size:2rem;
	line-height:1.6;
}

.analyze dd.line-break {
	display: block;
}

/* .analyze .sec08 .card {
	padding:40px;
	border:1px solid #0d5094;
}

.analyze .sec08 dt {
	position: relative;
	font-size:2.4rem;
}

.analyze .sec08 dt::before {
	content: "·";
	display: block;
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	font-weight:900;
	color:#236cb6;
}

.analyze .sec08 dd {
	display: flex;
	gap:6px;
	font-size:2rem;
	line-height:1.6;
}

.analyze .sec08 dd.line-break {
	display: block;
} */

@media (max-width:1200px) {
	.analyze .band-tit {
		font-size:2rem;
	}

	.analyze .band-tit::after {
		background-size: auto 100%;
	}

	.analyze .txt .t01 {
		font-size:2rem;
	}

	.analyze dt {
		font-size:2rem;
	}
	
	.analyze dd {
		font-size:1.8rem;
	}
	
}
@media (max-width:1024px) {
	.analyze .band-tit {
		padding:10px 0px;
	}

	.analyze .card {
		padding:34px;
	}

	.analyze .card > div {
		justify-content: center;
		gap:30px;
	}
}
@media (max-width:768px) {
	.analyze .band-tit {
		font-size:1.8rem;
	}

	.analyze .txt .t01 {
		font-size:1.8rem;
	}

	.analyze .card {
		padding:28px;
	}

	.analyze dt {
		font-size:1.8rem;
	}
	
	.analyze dd {
		font-size:1.6rem;
	}
}
@media (max-width:576px) {
	.analyze .card {
		padding:20px;
	}

	.analyze .card > div {
		gap:20px;
	}

	.analyze .txt .t01 {
		font-size:1.7rem;
	}

	.analyze dt {
		font-size:1.7rem;
	}
	
	.analyze dd {
		gap:4px;
		font-size:1.5rem;
	}
}


/* Talent */
.talent .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:-20px;
}

.talent .list li {
	flex:1 0 33.33%;
	max-width: 33.33%;
	padding:20px;
}

.talent .list .card {
	display: flex;
	flex-direction: column;
	align-items: center;
	height:100%;
	padding:80px 20px;
	border:1px solid #236cb6;
}

.talent .list .subject {
	font-size:2.8rem;
}

.talent .list .detail {
	font-size:2rem;
	line-height:1.4;
}

@media (max-width:1200px) {
	.talent .list .img img {
		width:120px;
	}

	.talent .list .subject {
		font-size:2.4rem;
	}
	
	.talent .list .detail {
		font-size:1.8rem;
	}
}
@media (max-width:1024px) {
	.talent .list {
		margin:-8px;
	}
	
	.talent .list li {
		padding:8px;
	}

	.talent .list .card {
		padding:60px 0px;
	}
}
@media (max-width:768px) {
	.talent .list li {
		flex:1 0 50%;
		max-width: 50%;
	}

	.talent .list .card {
		padding:40px 0px;
	}

	.talent .list .img img {
		width:100px;
	}

	.talent .list .subject {
		font-size:2rem;
	}
	
	.talent .list .detail {
		font-size:1.6rem;
	}
}
@media (max-width:576px) {
	.talent .list {
		margin:-4px;
	}
	
	.talent .list li {
		flex:1 1 100%;
		max-width:100%;
		padding:4px;
	}

	.talent .list .card {
		padding:30px 0px;
	}

	.talent .list .img img {
		width:60px;
	}

	.talent .list .subject {
		font-size:1.8rem;
	}
	
	.talent .list .detail {
		font-size:1.5rem;
	}
}


/* Welfare */
.welfare .txt .t01 {
	font-size:2rem;
	line-height:1.6;
}

.welfare .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:-20px;
}

.welfare .list li {
	flex:1 0 33.33%;
	max-width: 33.33%;
	padding:20px;
}

.welfare .list .card {
	display: flex;
	flex-direction: column;
	align-items: center;
	height:100%;
	padding:80px 20px;
	border:1px solid #236cb6;
}

.welfare .list .subject {
	font-size:2.8rem;
}

.welfare .list .detail {
	font-size:2rem;
	line-height:1.4;
}

@media (max-width:1200px) {
	.welfare .txt .t01 {
		font-size:1.8rem;
	}

	.welfare .list .img img {
		width:120px;
	}

	.welfare .list .subject {
		font-size:2.4rem;
	}
	
	.welfare .list .detail {
		font-size:1.8rem;
	}
}
@media (max-width:1024px) {
	.welfare .list {
		margin:-8px;
	}
	
	.welfare .list li {
		padding:8px;
	}

	.welfare .list .card {
		padding:60px 0px;
	}
}
@media (max-width:768px) {
	.welfare .txt .t01 {
		font-size:1.6rem;
	}

	.welfare .list li {
		flex:1 0 50%;
		max-width: 50%;
	}

	.welfare .list .card {
		padding:40px 0px;
	}

	.welfare .list .img img {
		width:100px;
	}

	.welfare .list .subject {
		font-size:2rem;
	}
	
	.welfare .list .detail {
		font-size:1.6rem;
	}
}
@media (max-width:576px) {
	.welfare .txt .t01 {
		font-size:1.5rem;
	}

	.welfare .list {
		margin:-4px;
	}
	
	.welfare .list li {
		flex:1 1 100%;
		max-width:100%;
		padding:4px;
	}

	.welfare .list .card {
		padding:30px 0px;
	}

	.welfare .list .img img {
		width:60px;
	}

	.welfare .list .subject {
		font-size:1.8rem;
	}
	
	.welfare .list .detail {
		font-size:1.5rem;
	}
}


/* Career */
.career .step {
	display: flex;
	margin:-30px;
}

.career .step li {
	position: relative;
	flex:1 1;
	padding:30px;
}

.career .step li::after {
	content: "";
	display: block;
	position: absolute;
	top:42%;
	right:-47px;
	max-width:94px;
	width: 90%;
	height:7px;
	background: url('/en/img/sub/recruit/career/sec_line.png') no-repeat center;
	z-index:2;
}

.career .step li:last-child::after {
	display: none;
}

.career .step .card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
}

.career .step .pin {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top:-20px;
	left:50%;
	transform: translateX(-50%);
	max-width:120px;
	width:90%;
	height:36px;
	background-color: #1f61ad;
	border-radius:50px;
	text-align: center;
	font-size:2rem;
}

.career .step p {
	font-size:2rem;
}

@media (max-width:1200px) {
	.career .step {
		margin:-20px;
	}
	
	.career .step li {
		padding:20px;
	}
	
	.career .step .pin {
		font-size:1.8rem;
	}

	.career .step p {
		font-size:1.8rem;
	}
}
@media (max-width:1024px) {
	.career .step .pin {
		height: 30px;
	}
}
@media (max-width:768px) {
	.career .step {
		flex-wrap: wrap;
	}

	.career .step li {
		flex:1 1 33.33%;
	}

	.career .step li::after {
		display: none;
	}

	.career .step .pin {
		max-width:100px;
		font-size: 1.6rem;
	}

	.career .step .img img {
		width: 120px;
	}	
	
	.career .step p {
		font-size:1.6rem;
	}
}
@media (max-width:576px) {
	.career .step {
		margin:-12px 6px;
	}
	
	.career .step li {
		padding:12px 6px;
	}
	
	.career .step .pin {
		top:-10px;
		max-width:80px;
		height:24px;
		font-size: 1.2rem;
	}

	.career .step .img img {
		width: 90px;
	}	
	
	.career .step p {
		font-size:1.5rem;
	}
}


@media (max-width:1200px) {

}
@media (max-width:1024px) {

}
@media (max-width:768px) {

}
@media (max-width:576px) {

}


@media (max-width:1200px) {

}
@media (max-width:1024px) {

}
@media (max-width:768px) {

}
@media (max-width:576px) {

}

@media (max-width:1200px) {

}
@media (max-width:1024px) {

}
@media (max-width:768px) {

}
@media (max-width:576px) {

}

@media (max-width:1200px) {

}
@media (max-width:1024px) {

}
@media (max-width:768px) {

}
@media (max-width:576px) {

}

