/* ------------------------------
 width: all
------------------------------ */
header .wrapper .gnav ul li:nth-child(3) a {
	color: #2fbcb7;
	border-bottom: solid #2fbcb7;
}

main section.ttlsection .wrapper {
	background-image: url(../../images/bg_business.jpg);
}
main section.s01 .wrapper dl {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	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;
}
main section.s01 .wrapper dl + dl {
	margin-top: 100px;
}
main section.s01 .wrapper dl:nth-child(even) dt {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 0 30px 0 0;
}
main section.s01 .wrapper dl:nth-child(even) dt::after {
	right: 0;
	left: auto;
}
main section.s01 .wrapper dl:nth-child(even) dt .photobox {
	border-radius: 20px 0 0 20px;
}
main section.s01 .wrapper dl:nth-child(even) dd {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	text-align: right;
}
main section.s01 .wrapper dl dt {
	width: calc(50% + 70px);
	padding-left: 30px;
	position: relative;
}
main section.s01 .wrapper dl dt::after {
	content: "";
	display: block;
	width: 580px;
	height: 400px;
	background-color: #87c8c6;
	position: absolute;
	z-index: -1;
	bottom: -30px;
	left: 0;
}
main section.s01 .wrapper dl dt .photobox {
	height: 430px;
	border-radius: 0 20px 20px 0;
	overflow: hidden;
}
main section.s01 .wrapper dl dt .photobox img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}
main section.s01 .wrapper dl dd {
	width: calc(50% - 70px);
	padding: 0 40px;
}
main section.s01 .wrapper dl dd .txtbox {
	width: 100%;
	max-width: 524px;
	display: inline-block;
	text-align: left;
}
main section.s01 .wrapper dl dd .txtbox .t01 {
	font-size: 22px;
	font-weight: bold;
}
main section.s01 .wrapper dl dd .txtbox .t02 {
	font-size: 15px;
	line-height: 200%;
	margin-top: 25px;
}
main section.s02 {
	width: 1000px;
	margin: 170px auto 0;
}
main section.s02 .wrapper .t01 {
	font-size: 30px;
	text-align: center;
	margin-top: 100px;
	line-height: 100%;
	letter-spacing: 3px;
}
main section.s02 .wrapper .subttl {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	color: #838a8f;
	font-weight: bold;
}
main section.s02 .wrapper .photobox {
	width: 986px;
	margin: 35px auto 0;
	position: relative;
}
main section.s02 .wrapper .photobox::after {
	content: "";
	display: block;
	width: 942px;
	height: 340px;
	background-color: #87c8c6;
	position: absolute;
	z-index: -1;
	right: -40px;
	bottom: -40px;
}
main section.s02 .wrapper .photobox img {
	width: 100%;
	display: block;
}
main section.s03 {
	margin: 200px auto 0;
}
main section.s03 .wrapper h4 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
main section.s03 .wrapper .photobox {
	height: 420px;
	margin-top: 55px;
}
main section.s03 .wrapper .photobox img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}
main section.s03 .wrapper .t01 {
	width: 700px;
	margin: 50px auto 0;
	font-size: 15px;
	line-height: 200%;
}
main section.ttlsection02 .wrapper .t01 dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border: solid 5px #ccc;
	padding: 20px 20px 20px 33px;
	padding: 20px 10px 20px 20px;
	margin: 12px 0;
	line-height: normal;
}
main section.ttlsection02 .wrapper .t01 dt {
	width: 18%;
	/* padding-bottom: 20px;
	margin-bottom: 10px; */
	font-weight: bold;
}

main section.ttlsection02 .wrapper .t01 dd {
	width: 80%;
	/* padding-bottom: 20px;
	margin-bottom: 10px; */
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
	main section.ttlsection .wrapper {
		background-image: url(../../images/bg_business_sp.jpg);
	}
	main section.s01 .wrapper {
		padding: 0 30px 0 15px;
	}
	main section.s01 .wrapper dl {
		display: block;
	}
	main section.s01 .wrapper dl + dl {
		margin-top: 60px;
	}
	main section.s01 .wrapper dl:nth-child(even) dt {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 0;
	}
	main section.s01 .wrapper dl:nth-child(even) dt::after {
		right: -15px;
		left: auto;
	}
	main section.s01 .wrapper dl:nth-child(even) dt .photobox {
		border-radius: 20px 0 0 20px;
	}
	main section.s01 .wrapper dl:nth-child(even) dd {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: right;
	}
	main section.s01 .wrapper dl dt {
		width: 100%;
		padding-left: 0;
		position: relative;
	}
	main section.s01 .wrapper dl dt::after {
		content: "";
		display: block;
		width: 257px;
		height: 174px;
		background-color: #87c8c6;
		position: absolute;
		z-index: -1;
		bottom: -15px;
		left: -15px;
	}
	main section.s01 .wrapper dl dt .photobox {
		height: auto;
		border-radius: 0 20px 20px 0;
		overflow: hidden;
	}
	main section.s01 .wrapper dl dt .photobox img {
		width: 100%;
		height: auto;
		display: block;
		-o-object-position: 50% 50%;
		object-position: 50% 50%;
	}
	main section.s01 .wrapper dl dd {
		width: 100%;
		padding: 0 0 0 15px;
		margin-top: 40px;
	}
	main section.s01 .wrapper dl dd .txtbox {
		width: 100%;
		max-width: 524px;
		display: inline-block;
		text-align: left;
	}
	main section.s01 .wrapper dl dd .txtbox .t01 {
		font-size: 22px;
		font-weight: bold;
	}
	main section.s01 .wrapper dl dd .txtbox .t02 {
		font-size: 15px;
		line-height: 200%;
		margin-top: 15px;
	}
	main section.s02 {
		width: 100%;
		padding: 0 25px;
		margin: 80px auto 0;
	}
	main section.s02 .wrapper .t01 {
		font-size: 30px;
		text-align: center;
		margin-top: 100px;
		line-height: 100%;
		letter-spacing: 3px;
	}
	main section.s02 .wrapper .subttl {
		text-align: center;
		font-size: 16px;
		margin-top: 10px;
		color: #838a8f;
		font-weight: bold;
	}
	main section.s02 .wrapper .photobox {
		width: 100%;
		margin: 30px auto 0;
		position: relative;
		padding-right: 15px;
	}
	main section.s02 .wrapper .photobox::after {
		content: "";
		display: block;
		width: 300px;
		height: 110px;
		background-color: #87c8c6;
		position: absolute;
		z-index: -1;
		right: 0;
		bottom: -15px;
	}
	main section.s02 .wrapper .photobox img {
		width: 100%;
		display: block;
	}
	main section.s03 {
		margin: 90px auto 0;
		padding: 0 25px;
	}
	main section.s03 .wrapper h4 {
		text-align: center;
		font-size: 30px;
		font-weight: bold;
	}
	main section.s03 .wrapper .photo {
		width: 100%;
		display: block;
		margin-top: 25px;
		border-radius: 20px;
	}
	main section.s03 .wrapper .t01 {
		width: 100%;
		margin: 20px auto 0;
		font-size: 15px;
		line-height: 200%;
	}
	main section.ttlsection02 .wrapper .t01 dl {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		border: solid 5px #ccc;
		padding: 15px 20px 20px 20px;
		margin: 12px 0;
		font-size: 17px;
	}

	main section.ttlsection02 .wrapper .t01 dt {
		width: 100%;
		margin-top: 10px;
		font-weight: bold;
	}
	main section.ttlsection02 .wrapper .t01 dd {
		width: 100%;
		margin-bottom: 10px;
		/* line-height: 180%; */
	}
}
