/*-------------
	top
-------------*/
html {
	scroll-padding-top: 0;
}
body.top {
	position: relative;
	padding-top: 100px;
	background-image: url(../../../assets/images/top/bg_mv_pc.png);
	background-repeat: no-repeat;
	background-size: 1920px auto;
	background-position: center 100px;
}
body.top::before, body.top::after {
	content: none;
}
@media (max-width: 1024px) {
	body.top {
		padding-top: 60px;
		background-size: auto 2700px;
		background-position: center 60px;
	}
}
@media (max-width: 767px) {
	body.top {
		padding-top: 60px;
		background: none;
	}
}

.top header {
	height: 100px;
	background: var(--color-wh);
}
@media (max-width: 1024px) {
	.top header {
		height: 60px;
		background: rgba(var(--color-wh-rgb), 0.8);
	}
}
.top .l-mainheader__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}
.top .l-mainheader__logo {
	margin: 0 25px;
}
@media (max-width: 1200px) {
	.top .l-mainheader__logo {
		width: 230px;
		margin: 0;
	}
}
@media (max-width: 1024px) {
	.top .l-mainheader__logo {
		width: 196px;
	}
}
.top .l-mainheader__right {
	display: flex;
	align-items: center;
	gap: 30px;
}
.top .l-mainheader__rightCol {
	display: flex;
	align-items: center;
	gap: 10px;
}
.top .l-mainheader__btn {
	width: 200px;
	height: 60px;
}
.top .l-mainheader__btn .c-button__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border-radius: 6px;
	padding: 0 35px 0 15px;
}
.top .l-mainheader__btn .c-button__inner > span {
	text-align: left;
	font-size: 1.5rem;
}
.top .l-mainheader__btn .c-button__inner--blank::after {
	right: 15px;
}
.top .l-mainheader__companyCol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}
.top .l-mainheader__companyLogo > img {
	vertical-align: middle;
}
.top .l-mainheader__code {
	border: 1px solid var(--color-txt);
	font-size: 1.2rem;
	letter-spacing: 0.03em;
	line-height: var(--line-height-m);
	padding: 0 7px;
}
.top .l-mainheader__address {
	font-size: 1.2rem;
	letter-spacing: 0.03em;
	margin-top: 5px;
}
@media (max-width: 1024px) {
	.top .l-mainheader__main {
		height: 60px;
	}
	.top .l-mainheader__logo {
		margin: 0;
	}
	.top .l-mainheader__btn, .top .l-mainheader__companyLogo, .top .l-mainheader__address {
		display: none;
	}
	.top .l-mainheader__code {
		border: none;
		font-size: 1rem;
		padding: 0;
	}
}
.top .l-content {
	background: none;
	overflow-x: initial;
	width: 100%;
}
.top .l-content--anchor {
	margin-top: -100px;
	padding-top: 100px;
}
@media (max-width: 1024px) {
	.top .l-content--anchor {
		margin-top: -60px;
		padding-top: 60px;
	}
}
.top .l-structure {
	position: relative;
	z-index: 6;
}
@media (min-width: 768px) {
	.top .l-structure__main {
		padding-top: 90px;
	}
}

.un-mv__inner {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
	padding-top: 25px;
}
@media (min-width: 768px) {
	.un-mv__inner {
		padding-left: 40px;
		padding-right: 40px;
	}
}
.un-mv__tit {
	color: var(--color-wh);
	font-size: 2.7rem;
	font-weight: 400;
	line-height: 1.3;
}
.un-mv__tit > span {
	display: inline-block;
}
.un-mv__tit--02 {
	font-size: 3.4rem;
	margin: 0 3px;
}
.un-mv__tit--03 {
	font-size: 1.6rem;
}
.un-mv__ttlSub {
	color: var(--color-wh);
	font-size: 1.3rem;
	letter-spacing: 0.03em;
	margin: 5px -6px 25px;
}
.un-mv__img {
	margin-left: -6%;
	margin-right: -6%;
}
.un-mv__main {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 25px 0 20px;
	z-index: 2;
}
.un-mv__item {
	transition: all 0.2s;
}
.un-mv__item + .un-mv__item {
	margin-top: 25px;
}
.un-mv__link {
	position: relative;
	display: flex;
	align-items: center;
	color: var(--color-wh);
	font-size: 1.5rem;
	line-height: var(--line-height-m);
	letter-spacing: 0.08em;
	padding-left: 25px;
}
.un-mv__link::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	width: 8px;
	height: 10px;
	background: url(../../../assets/images/common/icon_arrow_bdwh.svg);
	transform: translate(-25%, -50%);
}
.un-mv__sub--pc {
	display: none;
}
.un-mv__sub--sp {
	display: block;
}
.un-mv__btnImg {
	display: block;
}
.un-mv__btnImg + .un-mv__btnImg {
	margin-top: 25px;
}
.un-mv__btnLink {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 60px;
	border: 1px solid var(--color-wh);
	margin: 0 auto;
}
.un-mv__btnLink > img {
	height: 34px;
}
.un-mv__btnTxt {
	color: var(--color-wh);
	font-size: 1.1rem;
	line-height: var(--line-height-m);
	text-align: center;
	margin-bottom: 5px;
}
.un-mv__btnTxt--min {
	font-size: 1rem;
	margin: 5px 0 0;
}
.un-mv__bg {
	position: relative;
	z-index: 2;
}
@media (min-width: 768px) {
	.un-mv__inner {
		padding-top: 40px;
		padding-bottom: 130px;
	}
	.un-mv__tit--01 {
		font-size: 4rem;
	}
	.un-mv__tit--02 {
		font-size: 4.8rem;
	}
	.un-mv__tit--03 {
		font-size: 1.8rem;
	}
	.un-mv__tit--04 {
		font-size: 4.8rem;
		letter-spacing: 0.03em;
	}
	.un-mv__ttlSub {
		font-size: 1.8rem;
		letter-spacing: 0.03em;
		margin-bottom: 0;
	}
	.un-mv__img {
		display: none;
	}
	.un-mv__main {
		flex-direction: column;
		padding: 45px 0 0;
	}
	.un-mv__linkList {
		width: 360px;
	}
	.un-mv__item + .un-mv__item {
		margin-top: 15px;
	}
	.un-mv__link {
		background-color: var(--color-wh);
		color: var(--color-prim);
		border-radius: 6px;
		font-size: 2rem;
		letter-spacing: 0.18em;
		padding: 4px 20px;
		transition: all 0.2s ease-out;
	}
	.un-mv__link::before {
		display: none;
	}
	.un-mv__link:hover {
		background-color: rgba(230, 229, 229, .8)
	}
	.un-mv__sub--pc {
		display: block;
		margin-top: 60px;
	}
	.un-mv__sub--sp {
		display: none;
	}
	.un-mv__btn {
		width: 360px;
		margin: 15px 0;
	}
	.un-mv__btn .c-button__inner {
		display: flex;
		align-items: center;
		height: 60px;
		border-radius: 6px;
		padding: 10px 50px 10px 40px;
	}
	.un-mv__btn .c-button__inner > span {
		display: inline-block;
		font-size: 1.5rem;
	}
	.un-mv__btn .c-button__inner::before {
		content: "";
		position: relative;
		top: 1px;
		display: inline-block;
		width: 112px;
		height: 22px;
		background: url(../../../assets/images/top/logo_koekiku.svg) no-repeat center/contain;
		transition: all 0.2s ease-out;
	}
	.un-mv__btn .c-button__inner:hover::before {
		background-image: url(../../../assets/images/top/logo_koekiku_wh.svg);
	}
	.un-mv__txt {
		color: var(--color-wh);
		font-size: 1.6rem;
		line-height: var(--line-height-m);
		letter-spacing: 0.06em;
	}
	.un-mv__txt--min {
		font-size: 1.4rem;
	}
	.un-mv__txt + .un-mv__txt {
		margin-top: 5px;
	}
	.un-mv__list {
		margin-top: 5px;
	}
	.un-mv__list .c-list__item {
		color: var(--color-wh);
		font-size: 1.2rem;
		line-height: var(--line-height-m);
	}
	.un-mv__list .c-list__item::before {
		color: var(--color-wh);
		font-size: 1.2rem;
	}
	.un-mv__list .c-list__item > span {
		font-size: 1.4rem;
		font-weight: 500;
		padding-left: 10px;
	}
	.un-mv__bg {
		display: none;
	}
}
@media (max-width: 767px) {
	.un-mv {
		position: relative;
		background-color: var(--color-prim);
		overflow: hidden;
	}
	.un-mv::before {
		content: "";
		position: absolute;
		top: 120px;
		right: 130px;
		width: 860px;
		height: 840px;
		border-radius: 100%;
		background-color: rgba(var(--color-seco-rgb), 0.3);
		z-index: 1;
	}
}

.c-heading-secondary:has(+.un-highlight) {
	margin-bottom: 5px;
}
.un-highlight__head {
	display: none;
}
.un-highlight__content + .un-highlight__content {
	margin-top: 30px;
}
.un-highlight__title {
	color: var(--color-prim);
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: var(--line-height-m);
}
.un-highlight__title--min {
	font-size: 1.4rem;
}
.un-highlight__unit {
	display: flex;
	align-items: center;
	line-height: var(--line-height-m);
}
.un-highlight__subTtl {
	width: 135px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	text-align: right;
}
.un-highlight__subTtl--min {
	font-size: 1.3rem;
}
.un-highlight__text {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	letter-spacing: 0.05em;	
}
.un-highlight__text--center {
	justify-content: center;
}
.un-highlight__textNum {
	font-size: 3.8rem;
	font-weight: 500;
	margin: 0 5px;
}
.un-highlight__textSub {
	width: 60px;
	font-size: 2.1rem;
}
.un-highlight__textSub:first-child {
	width: auto;
}
@media (max-width: 767px) {
	.un-highlight__title {
		margin-bottom: 10px;
	}
	.un-highlight__unit {
		justify-content: space-between;
		border-bottom: var(--color-prim) dashed 1px;
		padding-bottom: 12px;
	}
	.un-highlight__unit:last-child {
		border-style: solid;
	}
	.un-highlight__unit + .un-highlight__unit {
		margin-top: 12px;
	}
}
@media (min-width: 768px) {
	.un-highlight__head {
		display: flex;
		justify-content: flex-end;
		margin-bottom: 20px;
	}
	.un-highlight__headTtl {
		display: flex;
		align-items: center;
		justify-content: center;
		width: calc((100% - 270px) / 3);
		height: 80px;
		font-size: 1.8rem;
		line-height: var(--line-height-s);
		letter-spacing: 0.05em;
		text-align: center;
	}
	.un-highlight__headTtl--min {
		font-size: 1.6rem;
	}
	.un-highlight__content {
		display: flex;
	}
	.un-highlight__content + .un-highlight__content {
		margin-top: 50px;
	}
	.un-highlight__title {
		width: 270px;
		display: flex;
		border-right: var(--color-prim) solid 1px;
		align-items: center;
		font-size: 1.8rem;
	}
	.un-highlight__title--min {
		font-size: 1.6rem;
	}
	.un-highlight__unit {
		width: calc((100% - 270px) / 3);
		border-right: var(--color-prim) solid 1px;
		line-height: var(--line-height-l);
		padding: 0 50px;
	}
	.un-highlight__subTtl {
		display: none;
	}
	.un-highlight__text {
		width: 100%;
		padding: 0;
	}
	.un-highlight__textNum {
		font-size: 4.6rem;
		text-align: right;
	}
	.un-highlight__textSub {
		font-size: 2.4rem;
	}
}

.un-schedule {
	border-top: 1px solid var(--color-prim);
	background: #fff;
}
.un-schedule__content {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.un-schedule__tit {
	color: var(--color-prim);
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 15px;
}
.un-schedule__text {
	text-align: center;
	font-size: 1.2rem;
	line-height: var(--line-height-l);
}
.un-schedule__tableList {
	display: flex;
}
.un-schedule__tableList + .un-schedule__tableList {
	margin-top: 15px;
}
.un-schedule__tableList dt {
	display: flex;
	align-items: center;
	width: 65px;
	color: var(--color-prim);
	font-size: 1.2rem;
	border-right: var(--color-prim) solid 1px;
}
.un-schedule__tableList dd {
	flex: 1;
	padding: 4px 0 4px 25px;
}
.un-schedule__btn {
	margin-bottom: 10px;
}
.un-schedule__img {
	display: none;
}
.un-schedule .l-structure__main {
	padding-top: 30px;
	padding-bottom: 50px;
}
@media (min-width: 768px) {
	.un-schedule .l-structure__main {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.un-schedule__content {
		flex-direction: row;
		align-items: flex-end;
		gap: 0;
	}
	.un-schedule__item {
		width: 50%;
	}
	.un-schedule__tit {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
	.un-schedule__text {
		font-size: 1.4rem;
	}
	.un-schedule__tableList {
		display: flex;
	}
	.un-schedule__tableList + .un-schedule__tableList {
		margin-top: 15px;
	}
	.un-schedule__tableList dt {
		width: 100px;
		font-size: 1.4rem;
	}
	.un-schedule__tableList dd {
		padding: 4px 0 4px 55px;
	}
}

.un-topFooter {
	background-color: var(--color-bg);
	border-top: 1px solid var(--color-prim);
}
.un-topFooter__text {
	color: var(--color-prim);
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 15px;
}
.un-topFooter__btn {
	margin-bottom: 15px;
}
.un-topFooter__img {
	display: none;
}
.un-topFooter .l-structure__main {
	padding-top: 30px;
	padding-bottom: 50px;
}
@media (min-width: 768px) {
	.un-topFooter__content {
		display: flex;
		align-items: center;
	}
	.un-topFooter__item {
		width: 50%;
	}
	.un-topFooter__text {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
	.un-topFooter__btn {
		margin-bottom: 30px;
	}
	.un-topFooter__img {
		display: block;
		width: 50%;
		box-shadow: 1px 1px 4px 0 rgba(var(--color-txt-rgb), 0.36);
	}
	.un-topFooter .l-structure__main {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
/*# sourceMappingURL=style.css.map */
