@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* MV */
/* ----------------------------------- */
#underFvWrap {
	background: url(../../img/oversea/under_mv_pc.jpg) center center / cover no-repeat;
}

/* #underFv::after {
	content: "";
	width: 200px;
	height: 140px;
	background: url(../../img/connection/under_mv_illust.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	right: 0;
} */

/* 冒頭文 */
/* ----------------------------------- */
#overseaMap {
	width: 100%;
	height: 100%;
	background: url(../../img/oversea/map.jpg) center center / cover no-repeat;
}

#bc {
	background: none;
}

#intro{
	width: 100%;
	height: 900px;
}

#intro .inner {
	height: 100%;
	position: relative;
}

.introTit {
	padding-bottom: 35px;
	font-size: 4rem;
	font-weight: bold;
	color: #0d499e;
}

#overseaMovie {
	width: 640px;
	height: 400px;
	position: absolute;
	bottom: 10%;
	right: 0;
	border-radius: 10px;
	overflow: hidden;
}

#overseaMovie .video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 海外の事業紹介 */
/* ----------------------------------- */
#overseaService {
	padding: 100px 0 40px;
}

.service {
	padding-bottom: 110px;
	position: relative;
}

.service:nth-child(2n) {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.serviceWrap {
	width: calc(100% - 100px);
	min-height: 360px;
	padding: 50px;
	background: #ebf6fa;
	border-radius: 20px;
}

.service:nth-child(2n) .serviceWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.serviceTit {
	width: calc(50% + 20px);
	padding-bottom: 20px;
	font-size: 3rem;
	font-weight: 600;
	color: #0d499e;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.serviceTit > span {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.serviceTit .normal {
	font-size: 2.4rem;
	font-weight: 400;
}

.serviceTit .normal.small {
	font-size: 1.6rem;
	font-weight: 400;
}

.serviceTit::before {
	content: attr(data-num);
	width: 110px;
	height: 110px;
	background: #FFF;
	background-size: contain;
	display: inline-block;
	border-radius: 100vw;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 3rem;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.serviceDesc {
	width: calc(50% + 20px);
	font-size: 1.6rem;
	line-height: 1.8;
}

.serviceImg {
	width: 50%;
	position: absolute;
	top: 50px;
	right: 0;
}

.service:nth-child(2n) .serviceImg {
	width: 50%;
	position: absolute;
	top: 50px;
	left: 0;
}

.serviceImg img {
	width: 100%;
	height: auto;
}

/* 海外展開の強み */
/* ----------------------------------- */
#strengths {
	padding-bottom: 100px;
}

#strengths ul {
	height: 365px;
	position: relative;
}

#strengths ul li {
	width: 365px;
	height: 365px;
	border-radius: 100vw;
	border: 1px solid #0d499e;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

#strengths ul li:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
}

#strengths ul li:nth-child(2) {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

#strengths ul li:nth-child(3) {
	position: absolute;
	top: 0;
	right: 0;
}

.strengthTit {
	padding-bottom: 10px;
	color: #0d499e;
	font-size: 2.8rem;
	font-weight: 500;
}

.strengthTit span {
	font-size: 3.4rem;
	font-weight: bold;
	position: relative;
}

.strengthTit span::before {
	content: "";
	width: 100%;
	height: 20px;
	background: #fbfaaf;
	display: inline-block;
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: -1;
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#strengths ul {
		height: auto;
		position: relative;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	#strengths ul li {
		position: static!important;
		transform: translate(0, 0)!important;
	}

	#strengths ul li:nth-child(1) {
		grid-column: 1 / -1;
		margin: 0 auto;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#underFvWrap {
		background: url(../../img/oversea/under_mv_sp.jpg) center center / cover no-repeat;
	}

	#intro {
		padding-bottom: 60px;
		width: 100%;
		height: auto;
	}

	.introTit {
		padding-bottom: 20px;
		font-size: 2.4rem;
	}

	#intro .txt2 {
		padding-bottom: 60px;
	}

	#overseaMovie {
		width: 100%;
		height: 100%;
		position: static;
		border-radius: 10px;
		aspect-ratio: 16 / 9;
	}

	#overseaService {
		padding: 80px 0 40px;
	}

	.serviceWrap {
		width: 100%;
		min-height: auto;
		padding: 20px 20px 280px 20px;
	}

	.service {
		padding-bottom: 30px;
		position: relative;
	}

	.serviceTit {
		width: 100%;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.serviceDesc {
		width: 100%;
	}

	.serviceImg {
		width: calc(100% - 40px);
		margin-bottom: -235px;
		position: relative;
		top: -260px;
		left: 20px;
	}

	.service:nth-child(2n) {
		display: block;
	}

	.service:nth-child(2n) .serviceImg {
		width: calc(100% - 40px);
		margin-bottom: -235px;
		position: relative;
		top: -260px;
		left: 20px;
		right: auto;
	}

	.serviceTit::before {
		width: 90px;
		height: 90px;
	}

	#strengths ul {
		height: auto;
		position: relative;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}

	#strengths ul li {
		grid-column: 1!important;
		margin: 0 auto;
		width: 90vw;
		height: 90vw;
	}

	#strengths {
		padding-bottom: 80px;
	}
}