@charset "UTF-8";
/*----------
	top
----------*/
.l-structure .l-structure__main {
	margin-bottom: 0;
}

/* パーツ */
.top-title__main {
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.2;
}
.top-title__sub {
	margin-top: 4px;
	font-weight: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
}
@media (min-width: 768px), print {
	.top-title__main {
		font-size: 4.8rem;
	}
	.top-title__sub {
		margin-top: 5px;
		font-weight: 1.6rem;
	}
}

/* メインスライド */
.top-slide {
	position: relative;
	margin-bottom: 65px;
}
.top-slide::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	display: block;
	width: 96px;
	height: 100px;
	background: url(/assets/images/bg_shape_x.svg) no-repeat 0 0/96px auto;
}
.top-slide__inner {
	position: relative;
	margin-right: 56px;
	padding-bottom: 3px;
}
.top-slide__inner::before {
	content: "";
	position: absolute;
	right: -36px;
	top: 64px;
	z-index: 5;
	display: block;
	width: 108px;
	height: 72px;
	background: url(/assets/images/bg_shape.svg) no-repeat left bottom/108px auto;
}
.top-slide__inner::after {
	content: "";
	position: absolute;
	right: -56px;
	bottom: 0;
	z-index: 5;
	display: block;
	width: 110px;
	height: 100px;
	background: url(/assets/images/bg_shape_y.svg) no-repeat 0 0/110px auto;
}
.top-slide__item {
	position: relative;
	width: 100%;
	height: auto;
}
.top-slide__item-img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	object-position: center center;
}
.top-slide__item-copy {
	position: absolute;
	left: 20px;
	top: 27.3%;
}
.top-slide__item-copy img {
	width: auto;
	height: 154px;
}
.top-slide__control {
	display: flex;
	align-items: end;
	width: 100%;
	height: 10px;
	margin-top: 25px;
	padding: 0 20px;
}
.top-slide__pagination {
	position: relative;
	display: flex;
}
.top-slide__pagination > .swiper-pagination-bullet {
	opacity: 1;
	display: block;
	width: 10px;
	height: 10px;
	margin-right: 14px;
	background-color: #EAEAEA;
}
.top-slide__pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--color-seco1);
}
.top-slide__start-stop {
	position: relative;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.top-slide__start-stop::before {
	font-family: iconfont !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e90f";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	font-size: 1rem;
	line-height: 10px;
	color: var(--color-seco1);
}
.top-slide__start-stop.is-stop::before {
	content: "\e911";
}
.top-slide .swiper-container {
	visibility: hidden;
}
.top-slide .swiper-container.swiper-container-initialized {
	visibility: visible;
}
@media (min-width: 768px), print {
	.top-slide {
		margin-bottom: 0;
		padding-right: 120px;
	}
	.top-slide::before {
		width: 290px;
		height: 300px;
		background: url(/assets/images/bg_shape_x.svg) no-repeat 0 0/290px auto;
	}
	.top-slide__inner {
		margin-right: 0;
		padding-bottom: 126px;
	}
	.top-slide__inner::before {
		right: 0;
		top: 0;
		width: 216px;
		height: 144px;
		background: url(/assets/images/bg_shape.svg) no-repeat left bottom/216px auto;
	}
	.top-slide__inner::after {
		right: -120px;
		width: 376px;
		height: 343px;
		background: url(/assets/images/bg_shape_y.svg) no-repeat 0 0/376px auto;
	}
	.top-slide__item-copy {
		left: calc(50% - 176px);
		top: 210px;
	}
	.top-slide__item-copy img {
		height: 234px;
	}
	.top-slide__control {
		align-items: stretch;
		justify-content: center;
		height: 14px;
		margin-top: 31px;
		padding: 0;
	}
	.top-slide__pagination {
		position: relative;
		display: flex;
	}
	.top-slide__pagination > .swiper-pagination-bullet {
		width: 13px;
		height: 13px;
		margin-right: 16px;
	}
	.top-slide__start-stop {
		width: 14px;
		height: 14px;
	}
	.top-slide__start-stop::before {
		width: 14px;
		height: 14px;
		font-size: 1.4rem;
		line-height: 14px;
	}
}

/* ニュース */
.top-news-section {
	position: relative;
	margin-bottom: 80px;
}
.top-news-section .c-tab {
	margin: 14px 0 30px;
}
.top-news-section .c-tab__tab {
	margin-bottom: 30px;
}
@media (min-width: 768px), print {
	.top-news-section {
		padding-top: 13px;
		margin-bottom: 120px;
	}
	.top-news-section .top-title {
		position: absolute;
		left: 20px;
		top: 0;
	}
	.top-news-section .c-tab {
		margin: 0 0 50px;
	}
	.top-news-section .c-tab__tab {
		margin-left: 220px;
		margin-bottom: 52px;
	}
}

/* 事業内容 */
.top-business-section {
	position: relative;
	margin-bottom: 80px;
}
.top-business-section::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 108px;
	height: 72px;
	background: url(/assets/images/bg_shape.svg) no-repeat left bottom/108px auto;
}
.top-business-section .top-title {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 45px;
}
.top-business-section__top-link-wrap {
	position: relative;
	z-index: 2;
}
.top-business-section__top-link-wrap > a {
	display: block;
	margin-bottom: 50px;
	padding-bottom: 18px;
	border-bottom: solid 1px rgba(34, 34, 34, 0.2);
}
.top-business-section__top-link {
	margin-bottom: 15px;
	text-align: center;
}
.top-business-section__top-link > span {
	position: relative;
	display: inline-block;
	color: var(--color-txt);
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.3;
}
.top-business-section__top-link > span::after {
	font-family: iconfont !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e902";
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-left: 20px;
	border: solid 1px var(--color-txt);
	line-height: 26px;
	font-size: 1rem;
	text-align: center;
	transform: translateY(-2px);
}
.top-business-section__lead {
	font-size: 1.4rem;
	line-height: var(--line-height-l);
}
.top-business-section .c-link-block {
	position: relative;
	z-index: 2;
}
.top-business-section__main-area {
	position: relative;
	padding: 50px 20px 100px;
	background-color: var(--color-bg);
}
.top-business-section__main-area::before {
	content: "";
	position: absolute;
	right: -106px;
	bottom: -101px;
	display: block;
	width: 250px;
	height: 257px;
	background: url(/assets/images/bg_single_slash.svg) no-repeat 0 0/auto 257px;
}
.top-business-section__sub-area {
	padding: 0 20px 140px;
	background-color: var(--color-bg);
}
.top-business-section__btn-view-list {
	margin-top: 50px;
}
@media (min-width: 768px), print {
	.top-business-section {
		position: relative;
		margin-bottom: 120px;
	}
	.top-business-section::after {
		left: calc(50% + 505px);
		width: 216px;
		height: 144px;
		background: url(/assets/images/bg_shape.svg) no-repeat left bottom/216px auto;
	}
	.top-business-section .top-title {
		margin-bottom: 40px;
	}
	.top-business-section__top-link-wrap {
		max-width: 1080px;
		margin: 0 auto;
	}
	.top-business-section__top-link-wrap > a {
		margin-bottom: 30px;
	}
	.top-business-section__top-link-wrap > a:hover {
		border-color: rgb(34, 34, 34);
	}
	.top-business-section__top-link {
		margin-bottom: 12px;
	}
	.top-business-section__top-link span {
		font-size: 2.4rem;
		transition: border-color 0.2s;
	}
	.top-business-section__top-link span::after {
		width: 32px;
		height: 32px;
		margin-left: 30px;
		line-height: 30px;
		font-size: 1.2rem;
		transform: translateY(-3px);
	}
	a:hover .top-business-section__top-link span {
		text-decoration: underline;
	}
	a:hover .top-business-section__top-link span::after {
		background-color: var(--color-txt);
		color: #ffffff;
	}
	.top-business-section__lead {
		font-size: 1.6rem;
		line-height: 2;
		text-align: center;
	}
	.top-business-section__main-area {
		padding: 60px 20px 109px;
	}
	.top-business-section__main-area::before {
		right: calc(50% - 844px);
		bottom: -153px;
		width: 416px;
		height: 430px;
		background: url(/assets/images/bg_single_slash.svg) no-repeat 0 0/auto 430px;
	}
	.top-business-section__main-area::after {
		content: "";
		position: absolute;
		right: calc(50% + 575px);
		top: 57px;
		z-index: 1;
		display: block;
		width: 144px;
		height: 216px;
		background: url(/assets/images/bg_shape.svg) no-repeat left bottom/auto 216px;
	}
	.top-business-section__main-area .c-link-block {
		max-width: 1200px;
		margin-right: auto;
		margin-left: auto;
	}
	.top-business-section__sub-area {
		padding: 0 20px 200px;
	}
	.top-business-section__sub-area .c-link-block {
		gap: 80px 40px;
		max-width: 1200px;
		margin-right: auto;
		margin-left: auto;
	}
	.top-business-section__btn-view-list {
		margin-top: 100px;
	}
}

/* ザイマックスについて */
.top-about-section {
	position: relative;
	margin-bottom: 80px;
	padding-top: 34px;
}
.top-about-section::before {
	content: "";
	position: absolute;
	left: 176px;
	top: 0;
	display: block;
	width: 214px;
	height: 170px;
	background: url(/assets/images/top/bg_single_slash_about.svg) no-repeat 0 0/auto 170px;
}
.top-about-section .top-title {
	margin-bottom: 33px;
}
.top-about-section__main-area {
	margin-bottom: 40px;
}
.top-about-section__sub-area {
	padding: 0 17px;
}
.top-about-section__sub-links .c-textlink {
	max-width: none;
	margin-bottom: 22px;
}
.top-about-section__btn-view-list {
	margin-top: 46px;
}
@media (min-width: 768px), print {
	.top-about-section {
		margin-bottom: 120px;
		padding-top: 0;
	}
	.top-about-section::before {
		content: "";
		position: absolute;
		right: auto;
		left: 20px;
		top: 0;
		display: block;
		width: 500px;
		height: 514px;
		background: url(/assets/images/bg_single_slash.svg) no-repeat 0 0/auto 514px;
	}
	.top-about-section .top-title {
		margin-bottom: 40px;
	}
	.top-about-section__area-wrap {
		display: flex;
		justify-content: space-between;
	}
	.top-about-section__main-area {
		width: 706px;
		margin-bottom: 0;
	}
	.top-about-section__sub-area {
		width: 334px;
		padding: 0;
	}
	.top-about-section__sub-links {
		width: 100%;
	}
	.top-about-section__sub-links .c-textlink {
		margin-bottom: 0;
	}
	.top-about-section__sub-links .c-textlink:not(:first-child) {
		margin-top: 29px;
	}
	.top-about-section__btn-view-list {
		margin-top: 70px;
	}
}

/* 採用 */
.top-recruit-section {
	margin-bottom: 80px;
}
.top-recruit-section a {
	display: block;
}
.top-recruit-section img {
	max-width: 1085px;
}
@media (min-width: 768px), print {
	.top-recruit-section {
		margin-bottom: 120px;
	}
	.top-recruit-section a {
		transition: opacity 0.2s;
	}
	.top-recruit-section a:hover {
		opacity: 0.4;
	}
}

/* バナー */
.top-bnr-section {
	overflow: hidden;
	position: relative;
	padding: 60px 20px;
	background-color: var(--color-bg);
}
.top-bnr-section::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/assets/images/bg_single_slash.svg) no-repeat left 270px top/200px auto;
}
.top-bnr-section__title {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
.top-bnr-section__list1-upper {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-left: solid 1px var(--color-border);
	border-top: solid 1px var(--color-border);
}
.top-bnr-section__list1-upper-item {
	width: 50%;
	border-right: solid 1px var(--color-border);
	border-bottom: solid 1px var(--color-border);
}
.top-bnr-section__list1-upper-item a {
	display: block;
}
.top-bnr-section__list1-lower {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 40px;
}
.top-bnr-section__list1-lower-item {
	width: 50%;
	border-right: solid 1px var(--color-border);
	border-bottom: solid 1px var(--color-border);
}
.top-bnr-section__list1-lower-item:first-child {
	border-left: solid 1px var(--color-border);
}
.top-bnr-section__list1-lower-item a {
	display: block;
}
.top-bnr-section__list2 {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-left: solid 1px var(--color-border);
	border-top: solid 1px var(--color-border);
}
.top-bnr-section__list2-item {
	width: 50%;
	border-right: solid 1px var(--color-border);
	border-bottom: solid 1px var(--color-border);
}
.top-bnr-section__list2-item a {
	display: block;
}
@media screen and (max-width: 767px) {
	.top-bnr-section__list1-upper-item:first-child {
		width: 100%;
	}
}
@media (min-width: 768px), print {
	.top-bnr-section {
		padding: 120px 20px;
	}
	.top-bnr-section::before {
		left: calc(50% - 100px);
		width: 840px;
		background: url(/assets/images/top/bg_single_slash_bnr.svg) no-repeat left top/contain;
	}
	.top-bnr-section__title {
		font-size: 2.8rem;
		text-align: center;
		margin-bottom: 40px;
	}
	.top-bnr-section__list1-upper {
		width: auto;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
	}
	.top-bnr-section__list1-upper-item {
		width: 33.33%;
		background-color: #ffffff;
	}
	.top-bnr-section__list1-upper-item a {
		transition: opacity 0.2s;
	}
	.top-bnr-section__list1-upper-item a:hover {
		opacity: 0.4;
	}
	.top-bnr-section__list1-lower {
		width: auto;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
		margin-bottom: 120px;
	}
	.top-bnr-section__list1-lower-item {
		width: 33.33%;
		background-color: #ffffff;
	}
	.top-bnr-section__list1-lower-item a {
		transition: opacity 0.2s;
	}
	.top-bnr-section__list1-lower-item a:hover {
		opacity: 0.4;
	}
	.top-bnr-section__list2 {
		width: auto;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		background-color: #ffffff;
	}
	.top-bnr-section__list2-item {
		width: 33.33%;
	}
	.top-bnr-section__list2-item a {
		transition: opacity 0.2s;
	}
	.top-bnr-section__list2-item a:hover {
		opacity: 0.4;
	}
}
/*# sourceMappingURL=index.css.map */
