@charset "utf-8";
.hikari_hdr {
		display: flex;
		align-items: center;
		margin-bottom: 90px;
}
.hikari_hdr_left {
		width: 580px;
		margin-right: 60px;
}
.hikari_hdr_left img {
		width: 100%;
		height: auto
}
.hikari_hdr_right {
		flex: 1
}
.hikari_hdr_right h2 {
		font-size: 30px;
		font-weight: 700;
		line-height: 1.6;
		margin: 0 0 35px
}
.hikari_hdr_right p {
		line-height: 1.8;
}
@media(max-width: 1300px) {
		.hikari_hdr_left {
				width: 45%;
				margin-right: 40px;
		}
		.hikari_hdr_right h2 {
				font-size: 24px;
				margin: 0 0 30px
		}
}
@media(max-width: 1100px) {
		.hikari_hdr {
				display: flex;
				align-items: flex-start;
		}
}
@media screen and (orientation: portrait) and (max-width: 1200px) {
		.hikari_hdr {
				display: flex;
				flex-direction: column;
				margin-bottom: 80px;
		}
		.hikari_hdr_right {
				display: contents
		}
		.hikari_hdr_right h2 {
				order: 1
		}
		.hikari_hdr_right h2 br {
				display: none
		}
		.hikari_hdr_left {
				width: 100%;
				margin: 0 0 20px;
				order: 2
		}
		.hikari_hdr_left img {
				aspect-ratio: 16 / 9;
				object-fit: cover
		}
		.hikari_hdr_right p {
				order: 3
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.hikari_hdr_right h2 {
				font-size: 22px;
		}
		.hikari_hdr_right h2 br {
				display: block
		}
}
/* =============== */
.solution_item {
		display: flex;
		align-items: center;
		margin: 0 0 20px;
}
.solution_item_gr .solution_item:last-child {
		margin-bottom: 0;
}
.solution_item_figure {
		width: 340px;
		margin-right: 30px;
}
.solution_item_figure img {
		width: 100%;
		height: auto;
}
.solution_item_caption {
		flex: 1
}
.solution_item_caption h4 {
		font-size: 20px;
		line-height: 1.6;
		font-weight: 700;
		margin: 0 0 30px;
		margin-left: 40px;
		position: relative;
}
.solution_item_caption h4::before {
		content: '';
		display: block;
		position: absolute;
		top: 2px;
		left: -40px;
		width: 28px;
		height: 28px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
		background-image: url("../images/icon_check.png");
		border-radius: 50%;
}
.solution_item_caption p {
		line-height: 1.8;
}
@media(max-width: 1200px) {
		.solution_item {
				display: flex;
				align-items: flex-start;
		}
		.solution_item_figure {
				width: 40%;
				margin-right: 30px;
		}
}
@media(max-width: 960px) {
		.solution_item_figure {
				width: 40%;
				margin-right: 25px;
		}
		.solution_item_caption h4 {
				font-size: 18px;
				margin: 0 0 10px;
				margin-left: 30px;
		}
		.solution_item_caption h4::before {
				content: '';
				display: block;
				position: absolute;
				top: 2px;
				left: -30px;
				width: 22px;
				height: 22px;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.solution_item {
				display: block;
				margin: 0 0 40px
		}
		.solution_item_figure {
				width: 100%;
				margin: 0 0 20px;
		}
		.solution_item_caption h4 {
				font-size: 17px;
				margin-left: 24px;
		}
		.solution_item_caption h4::before {
				content: '';
				top: 4px;
				left: -24px;
				width: 18px;
				height: 18px;
		}
}
.casestudy_inner_right .service_item:first-child {
		border-top: 1px solid #C8DAF2;
}
.service_item {
		padding: 40px 0;
		border-bottom: 1px solid #C8DAF2;
}
.service_item h5 {
		font-size: 20px;
		font-weight: 700;
		margin: 0 0 20px;
		line-height: 1.6;
}
.service_item p {
		line-height: 1.8;
}