@charset "UTF-8";
#contentHeader {
	background : url("/wp/wp-content/themes/pgg_bogo/business/img/bg_main.jpg") 50% 50% no-repeat;
	background-size : cover;
}

#business > header {
	width : 100%;
	max-width : 1220px;
	margin : 0 auto 100px;
	padding : 0 32px;
	text-align : center;
}
#business > header h2 {
	margin-bottom : 1em;
	color : #103e9a;
}
#business > header .copy {
	font-size : 1.4em;
	margin-bottom : 1em;
}
#business > header .text {
	display : flex;
	justify-content : center;
	margin-bottom : 32px;
	text-align : left;
}
#business > header > p:last-child {
	font-size : 1.2em;
}


#business .ctslist > li {
	display : flex;
	position : relative;
	justify-content : flex-start;
	margin-bottom : 100px;
}
#business .ctslist > li > .img {
	width : 60vw;
	height : 500px;
}
#business .ctslist > li > .img  img {
	width : 100%;
	height : 100%;
	object-fit : contain;
}
#business .ctslist > li .content {
	z-index : 0;
	position : absolute;
	top : 50%;
	right : -20vw;
	width : 50vw;
	padding : 60px;
	transform : translateX(-50%) translateY(-50%);
	color : #ffffff;
	background-color : #103e9a;
}
#business .ctslist > li .content h3 .en {
	color : #919190;
}
#business .ctslist > li .content .img {
	z-index : 1;
	position : absolute;
	top : -100px;
	right : 60px;
	width : 300px;
	height : 200px;
}
#business .ctslist > li .content .img img {
	width : 100%;
}
#business .ctslist > li:nth-child(2n) {
	justify-content : flex-end;
}
#business .ctslist > li:nth-child(2n) .content {
	display : flex;
	right : unset;
	left : 30vw;
	flex-direction : column;
	justify-content : flex-start;
	align-items : flex-end;
	background-color : #001a4e;
}
#business .ctslist > li:nth-child(2n) .content .img {
	z-index : 1;
	position : absolute;
	top : -100px;
	right : 30vw;
	left : unset;
	width : 300px;
	height : 200px;
}
#business .ctslist > li:nth-child(2n) .content .img img {
	width : 100%;
}

#flow {
	padding : 140px 0;
	background-color : #f2f2f2;
}
#flow header {
	display : grid;
	grid-template-columns : auto 1fr;
	grid-gap : 80px;
	margin-bottom : 60px;
}
#flow header h2 {
	text-align : left;
}
#flow header h2 .en {
	text-align : left;
}
#flow header .copy {
	font-family : "Noto Serif JP", serif;
	font-size : 1.4em;
	margin-bottom : 1em;
}
#flow ul {
	display : grid;
	grid-template-columns : 1fr 1fr 1fr;
	grid-gap : 60px;
	margin-bottom : 60px;
}
#flow ul > li {
	position : relative;
}
#flow ul > li h3 {
	z-index : 1;
	position : absolute;
	top : 0;
	left : 0;
	font-family : "Nothing You Could Do", cursive;
	font-size : 1.4em;
	transform : translateX(10px) translateY(-10px) rotate(-10deg);
	color : #103e9a;
}
#flow ul > li .img {
	margin-bottom : 16px;
}
#flow ul > li .img img {
	width : 100%;
}
#flow ul > li .title {
	font-weight : bold;
	margin-bottom : 1em;
	color : #103e9a;
}

#facility h2 {
	text-align : left;
}
#facility h2 .en {
	text-align : left;
}
#facility h3 {
	font-weight : bold;
	margin-bottom : 20px;
	color : #103e9a;
}
#facility ul {
	display : grid;
	grid-template-columns : 1fr 1fr;
	grid-gap : 10px;
}
#facility ul > li {
	padding : 20px;
	border : 1px solid #000000;
}
#facility table {
	line-height : 200%;
	width : 100%;
	border-top : 1px solid #000000;
}
#facility table {
	width : 100%;
	border-top : 1px solid #000000;
}

#facility table tr {
	line-height : 200%;
}
#facility table tr > td {
	width : 6em;
}
/* --- for 2K or more pc --- */
@media screen and (min-width: 1980px) {
}

/* --- for HD pc --- */
@media screen and (min-width: 1440px) and (max-width: 1979px) {
}

/* --- for normal pc --- */
@media screen and (min-width: 1024px) and (max-width: 1439px) {
}

/* --- for tablet --- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
}

/* --- for mobile --- */
@media screen and (max-width: 767px) {
	#business .ctslist > li {
		display : block;
	}
	#business .ctslist > li .content {
		position : relative;
		top : unset;
		right : unset;
		width : auto;
		transform : unset;
	}
	#business .ctslist > li .content .img {
		top : -50px;
		width : 40vw;
	}
	#business .ctslist > li > .img {
		width : auto;
		height : 52vw;
	}
	#business .ctslist > li > .img img {
		width : 100%;
	}
	#business .ctslist > li:nth-child(2n) {
		justify-content : flex-end;
	}
	#business .ctslist > li:nth-child(2n) .content {
		position : relative;
		right : unset;
		left : unset;
		flex-direction : column;
		justify-content : flex-start;
		align-items : flex-end;
		background-color : #001a4e;
	}
	#business .ctslist > li:nth-child(2n) .content .img {
		top : -50px;
		right : 60px;
		width : 35vw;
		height : 140px;
	}
	#flow header {
		grid-template-columns : 1fr;
		grid-gap : 40px;
		margin-bottom : 40px;
	}
	#flow header h2 {
		margin-bottom : 0;
	}
	#flow ul {
		grid-template-columns : 1fr;
	}
	#facility ul {
		grid-template-columns : 1fr;
		grid-gap : 10px;
	}
}
