@charset "UTF-8";

#hero:before {
	height: 510px;
}
.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: right 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, #c457b0, 60%, #e6b8de, 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: 56% 44%;
	gap: 40px;
}

@media screen and (max-width: 1100px) {
	#hero .hero__info .catch {
		font-size: 4rem !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: 768px) {
	#hero .hero__info .catch {
		padding-top: 3em;
	}
	.greeting {
		margin-top: 0 !important;
		padding-top: 1em !important;
		padding-bottom: 0 !important;
	}
	.greeting__txtBox {
		padding-top: 0 !important;
	}
}

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

	.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 {
/*		text-align: left;*/
		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;
	}
	.box-effect {
		display: block;
	}
	.box-effect .effect {
		margin-top: 30px;
		text-align: center;
	}
	.box-effect .effect img {
		width: 80%;
	}
	.l-footer {
		margin-top: 60px;
	}
}
