@charset "utf-8";
.nayami_section {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 120px;
}
.nayami_wrap {
		max-width: 1240px;
		margin: 0 auto;
}
.nayami_wrap h3 {
		font-size: 30px;
		font-weight: 700;
		position: relative;
		width: 550px;
		height: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		background: #003F86;
		border-radius: 60px;
		margin: 0 auto 70px;
}
.nayami_wrap h3 span {
		position: relative;
		z-index: 2
}
.nayami_wrap h3::before {
		content: '';
		display: block;
		position: absolute;
		bottom: -8px;
		left: calc(50% - 29px);
		width: 58px;
		height: 58px;
		transform: rotate(45deg);
		background: #003F86;
		z-index: 0
}
@media(max-width: 1200px) {
		.nayami_wrap h3 {
				font-size: 24px;
				width: 450px;
				height: 80px;
		}
		.nayami_wrap h3::before {
				bottom: -8px;
				left: calc(50% - 23px);
				width: 46px;
				height: 46px;
		}
}
@media(max-width: 767px) {
		.nayami_section {
				padding-bottom: 80px;
		}
		.nayami_wrap h3 {
				font-size: 18px;
				width: 320px;
				height: 60px;
				margin-bottom: 40px;
		}
		.nayami_wrap h3::before {
				bottom: -8px;
				left: calc(50% - 23px);
				width: 36px;
				height: 36px;
		}
}
/* ============ */
.nayami_figure {
		max-width: 1240px;
		margin: 0 auto
}
.nayami_figure img {
		width: 100%;
		height: auto
}
/* ============ */
.solution_section {
		padding: 130px 15px 120px;
		background: linear-gradient(#052753 0%, #063677 100%);
}
@media(max-width: 767px) {
		.solution_section {
				padding: 60px 15px 60px
		}
}
.solution_wrap {
		max-width: 1250px;
		margin: 0 auto;
		box-sizing: border-box;
		background: #fff;
		padding: 120px 110px
}
.solution_wrap h3 {
		font-size: 30px;
		font-weight: 700;
		position: relative;
		width: 550px;
		height: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		background: #027dff;
		border-radius: 60px;
		margin: 0 auto -110px;
		top: -170px;
}
.solution_wrap h3 span {
		position: relative;
		z-index: 2
}
.solution_wrap h3::before {
		content: '';
		display: block;
		position: absolute;
		bottom: -8px;
		left: calc(50% - 29px);
		width: 58px;
		height: 58px;
		transform: rotate(45deg);
		background: #027dff;
		z-index: 0
}
.solution_wrap h3 + p {
		line-height: 1.8;
		margin-bottom: 60px;
}
.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: 410px;
		margin-right: 40px;
}
.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;
		text-align: justify;
}
@media(max-width: 1200px) {
		.solution_wrap {
				padding-left: 60px;
				padding-right: 60px;
		}
		.solution_wrap h3 {
				font-size: 24px;
				width: 450px;
				height: 80px;
				margin: 0 auto -120px;
				top: -160px;
		}
		.solution_wrap h3::before {
				bottom: -8px;
				left: calc(50% - 23px);
				width: 46px;
				height: 46px;
		}
		.solution_item {
				display: flex;
				align-items: flex-start;
		}
		.solution_item_figure {
				width: 40%;
				margin-right: 30px;
		}
}
@media(max-width: 960px) {
		.solution_wrap {
				padding-left: 25px;
				padding-right: 25px;
				padding-bottom: 80px;
		}
		.solution_wrap h3 + p {
				margin-bottom: 40px;
		}
		.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(max-width: 767px) {
		.solution_wrap {
				padding-left: 20px;
				padding-right: 20px;
				padding-bottom: 60px;
		}
		.solution_wrap h3 {
				font-size: 18px;
				width: 320px;
				height: 60px;
				margin: 0 auto -120px;
				top: -150px;
		}
		.solution_wrap h3::before {
				bottom: -8px;
				left: calc(50% - 23px);
				width: 36px;
				height: 36px;
		}
}
@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;
		}
}