/*----------
	top
----------*/
.is-form main {
	min-height: calc(100vh - 200px);
}
@media (min-width: 768px), print {
	.is-form main {
		min-height: calc(100vh - 290px);
	}
}

/* common */
.c-wrap__m {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
}
@media (min-width: 768px), print {
	.c-wrap__m {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.c-wrap__s {
	width: 100%;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px), print {
	.c-wrap__s {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* mv */
.un-mv {
	background: url(../../images/top/bg_mv.svg) center bottom/130% no-repeat;
	padding: 15% 0 28%;
	margin-top: 100px;
}
.un-mv__title {
	margin: 0 auto;
	width: calc(100% - 160px);
	max-width: 200px;
}
@media (min-width: 768px), print {
	.un-mv {
		height: 900px;
		background: url(../../images/top/bg_mv.svg) center bottom/cover no-repeat;
		padding: 200px 0 0;
		margin-top: 150px;
	}
	.un-mv__title {
		max-width: 536px;
		width: calc(100% - 40px);
		position: relative;
		z-index: 100;
	}
}

/* section */
.un-section + .un-section {
	margin-top: 70px;
}
.un-section__image {
	margin-top: 30px;
}
.un-section__title {
	position: relative;
	font-size: 2.4rem;
	line-height: var(--line-height-m);
	padding-left: 20px;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}
.un-section__title::before {
	content: "";
	aspect-ratio: 88/66;
	background: url(../../images/top/icon_title.svg) center/contain no-repeat;
	position: absolute;
	left: -15px;
	top: 0;
	width: 64px;
	z-index: -1;
}
.un-section__text {
	font-size: 1.6rem;
	line-height: var(--line-height-xl);
}
.un-section__sub {
	margin-top: 30px;
}
.un-section__sub__title {
	font-size: 1.8rem;
	line-height: var(--line-height-m);
	text-decoration: underline;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}
@media (min-width: 768px), print {
	.un-section + .un-section {
		margin-top: 120px;
	}
	.un-section__wrap {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		position: relative;
		gap: 40px;
	}
	.un-section__wrap--reverse {
		flex-direction: row;
	}
	.un-section__main {
		max-width: 620px;
		width: 100%;
	}
	.un-section__image {
		max-width: 600px;
		margin-left: -100px;
		margin-top: 0;
	}
	.un-section__image--reverse {
		margin-left: 0;
		margin-right: -100px;
	}
	.un-section__title {
		font-size: 3.6rem;
	}
	.un-section__title::before {
		width: 88px;
		left: -20px;
	}
	.un-section__text {
		font-size: 1.8rem;
	}
	.un-section__sub {
		margin-top: 35px;
	}
	.un-section__sub__title {
		font-size: 2.2rem;
	}
}

/* company */
.un-company__wrap {
	position: relative;
}
.un-company__table {
	display: flex;
	align-items: center;
	padding: 25px 0;
	border-bottom: var(--color-txt) solid 1px;
}
.un-company__table__th {
	width: 30%;
	font-size: 1.6rem;
	line-height: var(--line-height-m);
	padding-right: 20px;
}
.un-company__table__td {
	font-size: 1.6rem;
	line-height: var(--line-height-m);
}
.un-company__image {
	margin: -30px auto 0;
	position: relative;
	z-index: -1;
}
@media (min-width: 768px), print {
	.un-company__table {
		width: 600px;
		padding: 30px 0;
	}
	.un-company__table__th {
		font-size: 1.8rem;
		width: 220px;
	}
	.un-company__table__td {
		font-size: 1.8rem;
		width: calc(100% - 220px);
	}
	.un-company__image {
		position: absolute;
		right: -220px;
		bottom: 60px;
	}
}

/* form */
.un-form {
	margin-top: 100px;
}
.un-form__title {
	font-size: 2.4rem;
	line-height: var(--line-height-m);
	text-align: center;
	margin-bottom: 40px;
}
.un-form__title::after {
	content: "";
	width: 50px;
	height: 3px;
	display: block;
	margin: 20px auto 0;
	background-color: var(--color-seco);
}
.un-form__text {
	font-size: 1.6rem;
	line-height: var(--line-height-l);
}
.un-form__textSub {
	font-size: 1.4rem;
	line-height: var(--line-height-l);
	color: var(--color-red);
}
.un-form__contact {
	margin-top: 30px;
}
.un-form__required {
	color: var(--color-red);
	font-size: 1.4rem;
	margin-left: 5px;
}
.un-form__table {
	border-bottom: var(--color-txt) solid 1px;
	padding: 15px 0 25px;
}
.un-form__table__th {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.un-form__table__text {
	font-size: 1.8rem;
	font-weight: 400;
}
.un-form__inputText {
	background-color: var(--color-bg);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
	font-family: inherit;
	font-size: 1.6rem;
	line-height: var(--line-height-m);
	padding: 12px 20px;
	width: 100%;
	border-radius: 5px;
}
.un-form__inputTextarea {
	background-color: var(--color-bg);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
	font-family: inherit;
	font-size: 1.6rem;
	line-height: var(--line-height-m);
	padding: 12px 20px;
	width: 100%;
	min-height: 150px;
	border-radius: 5px;
	vertical-align: bottom;
}
.un-form__btn {
	width: 240px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-prim);
	border: var(--color-prim) solid 2px;
	color: #FFF;
	font-size: 2rem;
	border-radius: 5px;
	margin: 50px auto 0;
	cursor: pointer;
}
.un-form__btn--prev {
	width: 180px;
	height: 50px;
	font-size: 1.6rem;
	background-color: #FFF;
	color: var(--color-prim);
	margin-top: 40px;
}
.un-form__error {
	margin-top: 10px;
}
.un-form__error > li {
	color: var(--color-red);
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: 5px;
}
@media (min-width: 768px), print {
	.un-form {
		margin-top: 200px;
	}
	.un-form__title {
		font-size: 3.6rem;
		margin-bottom: 50px;
	}
	.un-form__title::after {
		width: 80px;
		height: 5px;
	}
	.un-form__text {
		font-size: 1.8rem;
	}
	.un-form__required {
		font-size: 1.6rem;
	}
	.un-form__table {
		display: flex;
		padding: 30px 0;
	}
	.un-form__table__th {
		width: calc(100% - 740px);
		min-width: 240px;
		font-size: 2rem;
		padding: 6px 20px 0 0;
		margin-bottom: 0;
	}
	.un-form__table__text {
		font-size: 2rem;
		padding-top: 6px;
	}
	.un-form__table__td {
		width: 100%;
		flex: 1;
	}
	.un-form__btn {
		font-size: 2.4rem;
		width: 280px;
		height: 80px;
		transition: all 0.2s ease-in-out;
	}
	.un-form__btn:hover {
		background-color: #FFF;
		color: var(--color-prim);
	}
	.un-form__btn--prev {
		width: 200px;
		height: 60px;
		font-size: 1.8rem;
	}
	.un-form__btn--prev:hover {
		background-color: var(--color-prim);
		color: #FFF;
	}
}
/*# sourceMappingURL=style.css.map */
