/* Home */

#header {
	margin-bottom: 6em;
}
.page_fixed #waist {
	margin-top: calc(146px + 6em);
}
#home_hero {
	position: relative;
	margin: 15px 15px 4.5em 15px;
	margin: 15px 15px 3.5em 15px;
	width: calc(100% - 30px);
	max-height: 960px;
	height: calc(100vh - (5em + 80px));
	height: calc(100vh - (5em + 95px));
	box-sizing: border-box;
}
#home_hero::after {
	content: '';
	position: absolute;
	bottom: -50px;
	left: 60px;
	width: 150px;
	height: 240px;
	background: url(../images2021/common/sanei_symbol_red.png) no-repeat center / cover;
	z-index: 9;
}
#home_hero_logo {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 200px;
	height: auto;
	background: #fff;
	z-index: 10;
}
#home_hero_logo a {
	display: block;
	padding: 1em;
	width: 100%;
	height: 100%;
}
#home_hero_contact {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	background: rgba(27,27,27,.8);
	z-index: 10;
}
#home_hero_contact a {
	display: block;
	padding: 1.2em 1.4em;
	color: #fff !important;
	text-decoration: none;
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#home_hero_contact a:hover {
	color: #00d2ff !important;
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#home_hero_contact #home_hero_form {
	display: block;
	margin-bottom: 0.25em;
}
#home_hero_contact #home_hero_tel {
	display: block;
}
#home_hero_contact #home_hero_tel .label {
	font-size: 0.8em;
}

#home_hero_copy {
	position: absolute;
	bottom: 30px;
	left: 50px;
	color: #fff;
	font-size: 1.8em;
	font-size: 1.6em;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	z-index: 10;
}
#home_hero_slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#home_hero_event {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 0.9em;
	z-index: 10;
}
#home_hero_event h4 {
	float: left;
	padding: 0 1.6em;
	height: 45px;
	line-height: 45px;
	color: #fff !important;
	background: #30b9bb;
	background: #111;
}
#home_hero_event ul {
	position: relative;
	float: left;
	height: 45px;
	width: 400px;
	line-height: 45px;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
#home_hero_event a {
	display: block;
	padding: 0 1.6em;
	height: 45px;
	width: 400px;
	line-height: 45px;
	text-decoration: none;
}
#home_hero_event a .event_date {
	margin-right: 1em;
}
#home_hero_scroll {
	position: absolute;
	margin-bottom: 0;
	bottom: 0;
	left: 50%;
	width: 6em;
	height: 70px;
	margin-left: -3em;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 1.2em;
	color: #FFF;
	cursor: pointer;
	overflow: hidden;
	z-index: 1000;
}
.scroll_line {
	display: block;
	margin: 0 auto;
	width: 1px;
	background: #FFF;
	animation: scroll_line 2000ms ease infinite;
}
#hero_copy {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30%;
	margin-top: -90px;
	max-width: 800px;
	width: 60%;
	z-index: 1001;
}

@keyframes scroll_line {
	0% {
		margin-top: 0;
		height: 1px;
	}
	50% {
		margin-top: 0;
		height: 90px;
	}
	100% {
		margin-top: 89px;
		height: 1px;
	}
}
.hero_slide {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.person_slide {
	position: relative;
}
#_home_person_image {
    width: 50%;
}

#_home_fullwood_image {
    width: 65%;
    height: 450px;
    background: url(../images2021/home/home_fullwood_image.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#_home_fullwood h4.lead {
	margin-bottom: 1em;
}
#home_fullwood_logo {
	margin-bottom: 1em;
	width: 30%;
}
#_home_works_image {
	width: 65%;
}
#home_works_image #works_image_list li {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	width: calc((100% - 2em) / 3);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
#home_works_image #works_image_list li a {
	display: block;
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	background-repeat: no-repeat;
	background-position: right 50% top 50%;
	background-size: 16%;
}
#home_works_image #works_image_list li a:hover {
	background: rgba(0,0,0,0.5) url(../images2021/common/icon_arrow_white.png) no-repeat right 50% top 50% / 16%;
		-o-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#home_works_image #works_image_list li:nth-of-type(3n) {
	margin-right: 0;
}
#home_works_image #works_image_list li:nth-of-type(3n + 1) {
	clear: both;
}

.content_text .content_desc p {
	font-size: 1.15em;
	font-weight: 500;
}
#home_technic_text,
#home_technic_image,
#home_works #home_works_image,
#home_works #home_works_text {
	margin-bottom: 5em;
}
.swiper-pagination {
	margin: 6px 0 0 3px;
}
.swiper-pagination .swiper-pagination-bullet {
	margin-right: 8px;
	width: 10px;
	height: 10px;
}
.swiper-pagination-bullet-active {
	background: #000 !important;
}
#home_technic_image .technic_slide {
	padding: 30px 0;
	background: #fff !important;
	border-radius: 4px;
	overflow: hidden;
}

#home_fullwood h3.title {
	font-size: 1.8em !important;
}
.swiper_navi {
	margin-top: 1em;
}
.swiper-prev,
.swiper-next {
	float: left;
	line-height: 1.2em;
	font-size: 0.85em;
	color: #aaa !important;
	cursor: pointer;
}
._swiper-prev {
	background: #00c06c;
}
._swiper-next {
	background: #f0084f;
}
.swiper-prev {
	margin-right: 0.75em;
	padding-right: 0.75em;
	border-right: solid 1px #000;
}
.swiper-button-disabled {
	color: #000 !important;
}