@charset "UTF-8";

:root {
	--color-yellow: #F0B400;
	--color-lightyellow: #fdf4d9;
}

.cl_yellow {
	color: var(--color-yellow);
}
#hero:before {
	background: var(--color-lightyellow);
	height: 510px;
}
#hero .hero__info {
	color: var(--color-yellow);
}
.o-c-a-colorWrap:after {
	background: var(--color-yellow);
}
.pc_hero {
	height: auto !important;
	min-height: 650px;
}
#hero .hero__inner {
	align-items: start;
}
#hero .hero__info {
	padding-top: 115px;
}
#hero .hero__info .logo {
	max-width: 180px;
	margin-bottom:70px;
}
#hero .hero__bg__slider {
	height: 410px;
}
#hero .hero__bg__slider__img img {
	object-position: center center;
}
#hero .hero__info .catch {
	line-height: 1.5em;
}

.greeting__inner {
	margin-bottom: 100px !important;
}
.greeting__inner.mt-0 {
	margin-top: 0 !important;
}

.greeting__txtBox {
	max-width: 100%;
	padding-right: 0;
}
.o-c-a-colorWrap {
	width: 100%;
	color: #fff !important;
	padding-left: 1em;
	background: linear-gradient(to right, var(--color-yellow), 60%, #f9e094, transparent 100%);
}
.flow4.sp {
	display: none;
}
.flow4 {
	display: grid;
	grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
	text-align: center;
    color: var(--color-purple);
	align-items: center;
	margin-top: 2em;
}
.flow4 div p {
	margin-top: 1em;
	font-size: 1.9rem;
	line-height: 1.5em;
}
.row2 {
	align-self: start;
}
.box-factor {
	display: grid;
	grid-template-columns: 60% 40%;
	gap: 40px;
	align-items: end;
}
.box-factor .factor p {
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
	margin-top: 0.5em;
}
.box-effect {
	display: grid;
	grid-template-columns: 45% 55%;
	gap: 40px;
}
.box-function {
	display: grid;
	grid-template-columns: 55% 45%;
	gap: 40px;
}
.sp_hero .catch {
	color: var(--color-yellow);
	font-size: 1.8rem;

}
.sp_hero-cont {
	color: var(--color-yellow) !important;
}

.effect img {
	width: 100% !important;
	margin: 0 auto;
}

@media screen and (max-width: 1180px) {
	#hero .hero__info {
		width: 80%;
	}
	#hero .hero__info .catch {
		font-size: 3.8rem !important;
	}
}
@media screen and (max-width: 1080px) {
	#hero .hero__info .catch {
		padding-top: 30px;
	}
	.greeting.first {
		margin-top: 200px !important;
	}
}
@media screen and (max-width: 910px) {
	#hero .hero__info .catch {
		font-size: 3.5rem !important;
	}
}
@media screen and (max-width: 850px) {
	#hero .hero__info .catch {
		font-size: 3rem !important;
		line-height: 1.5;
		padding-top: 1em;
		margin-bottom: 12px;
		margin-left: 18px;
		letter-spacing: 0.18em;
	}
	#hero .hero__info .txt {
		line-height: 2.3rem;
		font-size: 1.3rem;
		line-height: 2.3;
		letter-spacing: 0.14em;
		margin-left: 19px;
	}
	.flow4 {
		grid-template-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
	}
	.flow4 div img {
		max-width: 90%;
	}
	.flow4 div p {
		font-size: 1.7rem;
	}
	.flow4 div p.fs17 {
		font-size: 1.6rem !important;
	}
}
@media screen and (max-width: 820px) {
	.box-effect {
		display: block;
	}
	.box-effect .effect {
		margin-top: 30px;
		text-align: center;
	}
	.box-effect .effect img {
		width: 80%;
	}
	.box-function {
		display: block;
	}
	.box-function .effect {
		margin-top: 30px;
		text-align: center;
	}
	.box-function .effect img {
		width: 60%;
		margin-bottom: 1.5em;
	}
}
@media screen and (max-width: 768px) {
	#hero .hero__info .catch {
		padding-top: 90px;
	}
	.greeting.first {
		margin-top: 100px !important;
	}
	.greeting {
		margin-top: 0 !important;
		padding-top: 1em !important;
		padding-bottom: 0 !important;
	}
	.greeting__txtBox {
		padding-top: 0 !important;
	}
	.effect .sp {
		display: block !important;
	}

}

@media screen and (max-width: 480px) {

	.greeting.first {
		margin-top: 20px !important;
	}
	.greeting {
		padding-top: 3em !important;
	}
	.greeting__inner {
		margin: 0  !important;
	}
	.greeting__txtBox {
		width: 100% !important;
		padding-top: 0  !important;
	}
	.greeting__txtBox .jp {
		font-size: 1.7rem !important;
	}
	.greeting__txtBox .txt {
		padding: 0 1.5em !important;
	}
	.flow4.desctop {
		display: none;
	}
	.flow4.sp {
		display: grid;
	}
	.flow4.sp img {
		margin-top: 1em;
	}
	.flow4 {
		grid-template-columns: 40% 60%;
		gap: 10px;
	}
	.flow4 div img {
		max-width: 60%;
	}
	.flow4 div p {
		font-size: 1.6rem;
	}
	.flow4 div p.fs17 {
		text-align: center;
		font-size: 1.6rem !important;
	}
	.greeting__txtBox .jp {
		padding: 0.5em 1em;
		line-height: 1.35em;
	}
	.mt25 {
		margin-top: 0 !important;
	}
	.box-factor {
		display: block;
	}
	.box-factor .factor {
		margin-top: 30px;
		text-align: center;
	}
	.box-factor .factor img {
		width: 80%;
	}
	.box-factor .factor p {
		font-size: 1.8rem;
	}
	.l-footer {
		margin-top: 60px;
	}
}
