@charset "utf-8";
.nayami_section {
		padding: 60px 0 0;
		min-height: 300px;
		background-color: #e4ebf8;
		color: #022F7A;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-image: url(../images/casestudy_section_bg.png);
}
.nayami_inner {
		max-width: 1550px;
		margin: 0 auto;
}
.nayami_inner img {
		width: 100%;
		height: auto
}
.anchor {
		padding-top: 80px;
		margin-top: -80px;
		position: relative;
		pointer-events: none;
}
@media(max-width: 767px) {
		.anchor {
				padding-top: 0px;
				margin-top: 0px;
		}
}
.nayami_hd_wrap {
		display: flex;
		justify-content: center;
		margin: 0 0 60px;
}
.nayami_hd {
		background: #fafafa;
		color: #022F7A;
		padding: 0 80px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 120px;
		border-radius: 60px;
		position: relative;
}
.nayami_hd::before {
		content: '';
		display: block;
		position: absolute;
		top: -30px;
		left: calc(50% - 22px);
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 22px solid transparent;
		border-left: 22px solid transparent;
		border-bottom: 36px solid #fafafa;
		border-top: 0;
}
.nayami_hd h2 {
		font-size: 30px;
		font-weight: 800;
}
.nayami_hd h2 span {
		font-size: 150%;
		display: inline-block;
		margin: 0 3px;
		position: relative;
}
.nayami_hd h2 span::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -12px;
		left: 0;
		width: 100%;
		height: 5px;
		background: #FEDB74;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		transform-origin: left center;
}
@media(max-width: 1100px) {
		.nayami_hd {
				padding: 0 40px;
				height: 90px
		}
		.nayami_hd h2 {
				font-size: 24px;
		}
}
@media(max-width: 767px) {
		.nayami_hd_wrap {
				margin-bottom: 40px;
		}
		.nayami_hd {
				padding: 0 20px;
				height: 200px;
				border-radius: 16px;
				box-sizing: border-box;
				width: 100%;
		}
		.nayami_hd h2 {
				font-size: 22px;
				line-height: 1.6;
				text-align: center;
		}
		.nayami_hd h2 span::after {
				bottom: -3px;
		}
}
@media(max-width: 390px) {
		.nayami_hd {
				height: 180px;
		}
		.nayami_hd h2 {
				font-size: 20px;
		}
}