@charset "UTF-8";

.thanks, .error {
	text-align: center;
	height: 700px;
}

.l-h-title__en {
	display: block;
	margin-top: 1em !important;
}

table {
	border-spacing: 0;
	width: 100%;
}
th, td {
	padding: 2em 1em;
	border-top: solid 1px #ccc;
	white-space: nowrap;
}
td {
	width: 100%;
}
tr:first-child th, tr:first-child td {
	border-top: none;
}
th span {
	margin: 0 0.5em;
	background: #EA5532;
	color: #fff;
	font-size: 1.2rem;
	padding: 2px 8px;
	border-radius: 10px;
}
input[type=text], input[type=email], input[type=tel], input[type=number], textarea {
	padding: 0.75em;
	border: solid 1px #ccc;
	width: calc(100% - 1.5em);
}
input[type=number]  {
	width: 60px;
	text-align: center;
}
input[type=submit], button  {
	display: inline-block;
	width: auto;
	background: #fff;
	font-size: 1.4rem;
	margin-top: 2em;
	padding: 0.5em 1.5em;
	border: solid 1px var(--color-black);
	border-radius: 2em;
	cursor: pointer;
}
input[type=submit]:hover  {
	opacity: 0.7;
}



.title_news {
	text-align: center;
	margin-bottom: 2em;
}
.news__box {
	width: calc(100% - 100px);
}
.greeting__txtBox.box_news .jp {
	font-size: 2rem !important;
	line-height: 3em;
	margin-bottom: 0.5em;
}
time {
	display: block;
	text-align: right;
}
.news_detail {
}

#hero:before {
	height: 510px;
}
.pc_hero {
	height: auto !important;
	min-height: 600px;
}
#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, #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) {

	tr:nth-child(odd) th, tr:nth-child(odd) td {
		background: #efefef;
	}
	th, td {
		display: block;
		border: none;
		width: auto;
	}
	th {
		padding: 1em 1em 0;
	}
	td {
		padding: 1em;
	}

	.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;
	}
}
