/* 海外駐在員として働く
=========================================================================
=========================================================================*/
body.overseas,
body.overseas_interview {
	background: url(../images/job/overseas_bg.png) center top 187px no-repeat;
	background-size: 111.857142% auto;
}

#overseas {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 876px;
}

@media (max-width:926px) {
	#overseas {
		padding: 0 25px;
		width: 100%;
	}
}

#overseas h1 {
	margin: 100px auto 46px;
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
}

#overseas ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px calc(52 / 876 * 100%);
	margin-bottom: 60px;
	width: 100%;
}

#overseas ul li {
	position: relative;
	width: calc(180 / 876 *100%);
	transition: all .5s;
}

#overseas ul li a {
	display: block;
	text-decoration: none;
}

#overseas ul li div {
	margin-bottom: 8px;
}

#overseas ul li p.location {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1em;
}

#overseas ul li p.name {
	font-size: 1.4rem;
	font-weight: bold;
}

#overseas p.annotation {
	margin: 0 0 30px;
	font-size: 1.2rem;
	text-align: right;
}

/* 各海外駐在レポート
=========================================================================
=========================================================================*/
#title {
	position: relative;
	margin: 49px auto 55px;
	padding: 0;
	width: 860px;
	height: 312px;
}

#title h2 {
	padding-top: 57px;
	width: calc(430 / 860 * 100%);
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.3em;
}

#title h3 {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: calc(430 / 860 * 100%);
	font-size: 2.5rem;
	font-weight: bold;
}

#title h3 span.pc {
	margin-bottom: .5em;
	font-size: 1.9rem;
	line-height: 1em;
	color: #BC5858;
}

#title div.photo {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(396 / 860 * 100%);
}

#title div.flag {
	position: relative;
	margin: -12px 0 0 33px;
	width: 32px;
	width: calc(32 / 320 * 100%);
}

/* INTERVIEW SECTION
=========================================================================*/
#interview {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 860px;
}

@media (max-width:910px) {
	#interview {
		padding: 0 25px;
		width: 100%;
	}
}

#interview h3 {
	position: relative;
	margin: 80px auto 50px;
	padding-top: 30px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

#interview h3.first {
	margin: 0 auto 50px;
}

#interview h3::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 68px;
	height: 3px;
	background-color: #65A6C9;
}

#interview p {
	position: relative;
	margin: 0 auto 30px;
	font-size: 1.4rem;
	text-align: left;
}

#interview p.last {
	margin: 0 auto 80px;
}

#interview div {
	margin: 0 auto 80px;
	width: calc(478 / 860 * 100%);
}

#interview div.narrow {
	margin: 0 auto 80px;
	width: calc(260 / 860 * 100%);
}

#interview ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 80px;
	width: calc(730 / 860 * 100%);
}

#interview ul li {
	width: calc(360 / 730 * 100%);
}

#interview ul.narrow {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 80px;
	width: calc(529 / 860 * 100%);
}

#interview ul.narrow li:nth-child(1) {
	width: calc(159 / 529 * 100%);
}

#interview ul.narrow li:nth-child(2) {
	width: calc(360 / 529 * 100%);
}

#interview ul.caption {
	margin: 0 auto 10px;
}

#interview p.caption {
	margin: 0 auto 80px;
	width: calc(730 / 860 * 100%);
	font-size: 1.2rem;
	text-align: right;
}

#interview p.annotation {
	font-size: 1.2rem;
	text-align: right;
}

/* LIST SECTION
=========================================================================*/
#list {
	overflow: hidden;
	position: relative;
	padding: 45px 25px 30px;
	width: 100%;
	background: url(../images/job/overseas_list_bg.svg) center center no-repeat #DEDEDE;
	background-size: auto 100%;
}

#list h4 {
	position: relative;
	margin: 0 auto 20px;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}

#list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px calc(36 / 612 * 100%);
	margin: 0 auto;
	width: 612px;
}

#list ul li {
	position: relative;
	width: calc(126 / 612 *100%);
	transition: all .5s;
}

#list ul li a {
	display: block;
	text-align: left;
	text-decoration: none;
}

#list ul li div {
	margin-bottom: 8px;
}

#list ul li p.location {
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 1em;
}

#list ul li p.name {
	font-size: 1.4rem;
	font-weight: bold;
}


/*  スマホ（740px以下）
=========================================================================
=========================================================================*/
@media (max-width:740px) {

	/* 海外駐在員として働く
	=========================================================================
	=========================================================================*/
	body.overseas {
		background: url(../images/job/overseas_bg.png) center top 95px no-repeat;
		background-size: 117.1875% auto;
	}

	body.overseas_interview {
		background: url(../images/job/overseas_bg.png) center top 10% no-repeat;
		background-size: 117.1875% auto;
	}

	#overseas {
		margin: 0 auto 50px;
	}

	#overseas h1 {
		margin: 40px auto;
		font-size: 1.6rem;
	}

	#overseas ul {
		justify-content: space-between;
		gap: 26px calc(12 / 280 * 100%);
		margin-bottom: 30px;
	}

	#overseas ul li {
		width: calc(134 / 280 *100%);
	}

	#overseas ul li div {
		margin-bottom: 8px;
	}

	#overseas ul li p.location {
		font-size: 1.1rem;
	}

	/* 各海外駐在レポート
	=========================================================================
	=========================================================================*/
	#title {
		position: relative;
		margin: 0 auto 40px;
		padding: 82px 0 0;
		width: 100%;
		height: auto;
	}

	#title h2 {
		margin: 0 0 20px;
		padding: 0 25px;
		width: 100%;
		font-size: 2.0rem;
	}

	#title h2 span {
		margin-bottom: .5em;
		font-size: 1.2rem;
		line-height: 1em;
		color: #BC5858;
	}

	#title h3 {
		position: relative;
		bottom: auto;
		left: auto;
		padding: 0 25px;
		width: 100%;
		font-size: 1.8rem;
	}

	#title h3 span {
		font-size: 1.4rem;
		color: inherit;
	}

	#title div.photo {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
	}

	/* INTERVIEW SECTION
	=========================================================================*/
	#interview {
		padding: 0;
	}

	#interview h3 {
		margin: 0 auto 40px;
		padding: 25px 25px 0;
		font-size: 1.8rem;
		text-align: left;
	}

	#interview h3.first {
		margin: 0 auto 40px;
	}

	#interview p {
		position: relative;
		margin: 0 auto 30px;
		padding: 0 25px;
		font-size: 1.4rem;
		text-align: left;
	}

	#interview p.last {
		margin: 0 auto 60px;
	}

	#interview div {
		margin: 0 auto 60px;
		width: 100%;
	}

	#interview div.narrow {
		margin: 0 auto 60px;
		width: 100%;
		text-align: center;
	}

	#interview div.narrow img {
		width: calc(260 / 320 * 100%);
	}

	#interview ul {
		margin: 0 auto 60px;
		width: 100%;
	}

	#interview ul li {
		margin-bottom: 5px;
		width: 100%;
	}

	#interview ul li:last-child {
		margin-bottom: 0;
	}

	#interview ul.narrow {
		margin: 0 auto 60px;
		width: 100%;
	}

	#interview ul.narrow li:nth-child(1) {
		width: 100%;
		text-align: center;
	}

	#interview ul.narrow li:nth-child(1) img {
		width: calc(260 / 320 * 100%);
	}

	#interview ul.narrow li:nth-child(2) {
		width: 100%;
	}

	#interview p.caption {
		margin: 0 auto 60px;
		padding: 0 20px;
		width: 100%;
		text-align: left;
	}

	/* LIST SECTION
	=========================================================================*/
	#list {
		overflow: hidden;
		position: relative;
		padding: 60px 25px 14px;
		width: 100%;
		background: url(../images/job/overseas_list_bg@2x.svg) center center no-repeat #DEDEDE;
		background-size: auto 100%;
	}

	#list h4 {
		margin: 0 auto 24px;
		font-size: 1.5rem;
	}

	#list ul {
		width: 100%;
	}

	#list ul {
		justify-content: space-between;
		gap: 26px calc(12 / 280 * 100%);
		margin-bottom: 30px;
	}

	#list ul li {
		width: calc(134 / 280 *100%);
	}

}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media (max-width:480px) {}
