@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* mainVisual */
.mainVisual {
	position: relative;
	display: flex;
	align-items: end;
	min-height: 98rem;
}
.mainVisual .videoBox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}
.mainVisual .videoBox::after {
	width: 100%;
	height: 25rem;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	content: "";
	background:linear-gradient(to bottom,rgba(15,15,15,0.5) 22%,transparent 100%);
}
.mainVisual .videoBox::before {
	width: 100%;
	height: 40rem;
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	content: "";
	background:linear-gradient(to top,rgba(15,15,15,1) 3%,transparent 100%);
}
.mainVisual .videoBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVisual .scroll {
	position: absolute;
	right: 4.3rem;
	bottom: 7rem;
	z-index: 4;
}
.mainVisual .scroll a {
	padding-left: 1.4rem;
	position: relative;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.mainVisual .scroll a::after {
	width: 1px;
	height: 14.3rem;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	background-color: #fff;
}
.mainVisual .scroll a::before {
	width: 1.1rem;
	height: 1.1rem;
	position: absolute;
	z-index: 1;
	top: 6.5rem;
	left: -0.5rem;
	border-radius: 50%;
	content: "";
	background-color: #fff;
	animation: scroll 2.5s infinite;
}
@-webkit-keyframes scroll {
  0% {
	top: 0%;
	}

  80% {
    opacity: 1;
	}
  100% {
    opacity: 0;
	top: 200%;
  }
}
.mainVisual .content {
	margin-bottom: 12.8rem;
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: 119rem;
}
.mainVisual .title {
	margin-bottom: 3.5rem;
	font-size: 6rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.2;
}
.mainVisual .title .en {
	font-size: 2.4rem;
	letter-spacing: 0.045em;
	vertical-align: 1rem;
}
.mainVisual .text {
	font-size: 2.2rem;
	line-height: 1.6;
	letter-spacing: 0.25em;
}
.mainVisual .scroll a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.mainVisual {
		min-height: 132.267vw;
	}
	.mainVisual .videoBox::after {
		height: 20rem;
		background:linear-gradient(to bottom,rgba(15,15,15,0.3) 22%,transparent 100%);
	}
	.mainVisual .videoBox::before {
		height: 10rem;
		background:linear-gradient(to top,rgba(15,15,15,1) 15%,transparent 100%);
	}
	.mainVisual .scroll {
		right: 1.7rem;
		bottom: -1.1rem;
	}
	.mainVisual .scroll a {
		padding-left: 0.7rem;
		font-size: 0.8rem;
	}
	.mainVisual .scroll a::after {
		height: 7.2rem;
	}
	.mainVisual .scroll a::before {
		width: 0.55rem;
		height: 0.55rem;
		top: 3.2rem;
		left: -0.25rem;
	}
	.mainVisual .content {
		margin: 0 2.6rem;
		width: 100%;
	}
	.mainVisual .title {
		margin-bottom: 2rem;
		font-size: 3rem;
	}
	.mainVisual .title .en {
		font-size: 1.5rem;
		vertical-align: 0.3rem;
	}
	.mainVisual .text {
		font-size: 1.5rem;
		line-height: 1.66;
		letter-spacing: 0.15em;
	}
}
/* about */
#main .about {
	padding: 16.2rem 0 15.1rem;
	background: url(../../image/about_bg.png) no-repeat left bottom -2.4rem / 100% auto;
}
#main .about .imgBox .photoBox {
	width: 44rem;
}
#main .about .imgBox .photoBox img {
	width: 100%;
}
#main .about .imgBox .textBox {
	margin: 5rem -3rem 0 0;
	width: calc(100% - 54.5rem);
}
#main .about .imgBox .textBox .text {
	margin-bottom: 3rem;
	line-height: 1.66;
	letter-spacing: 0.06em;
}
#main .about .imgBox .textBox .text:last-of-type {
	margin-bottom: 5.4rem;
}
@media all and (min-width: 897px) {
	#main .about .imgBox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
@media all and (max-width: 896px) {
	#main .about {
		padding: 9.3rem 0 6rem;
		background-image: url(../../image/about_bg_sp.png);
		background-position: left bottom;
	}
	#main .about .imgBox .photoBox {
		margin-bottom: 3rem;
		width: auto;
	}
	#main .about .imgBox .textBox {
		margin: 0;
		width: auto;
	}
	#main .about .imgBox .textBox .text {
		margin-bottom: 1.8rem;
		line-height: 1.5;
	}
	#main .about .imgBox .textBox .text:last-of-type {
		margin-bottom: 2.8rem;
}
}
/* shake */
#main .shake {
	padding: 11rem 0 15rem;
	background: url(../../image/shake_bg.jpg) no-repeat left top / cover;
	overflow: hidden;
}
#main .shake .imgBox .photoBox {
	padding-top: 0.9rem;
	position: relative;
	z-index: 10;
	width: 60rem;
}
#main .shake .imgBox .photoBox .foo .slick-slide > div {
	width: 60rem;
}
#main .shake .imgBox .photoBox img {
	width: 100%;
}
#main .shake .imgBox .photoBox .next {
	width: 6.5rem;
	position: absolute;
	z-index: 2;
	top: 50%;
	right: -17rem;
	cursor: pointer;
}
#main .shake .imgBox .photoBox .foo {
	position: relative;
	z-index: 1;
	line-height: 0;
}
#main .shake .imgBox .photoBox li {
	position: relative;
	z-index: 2;
}
#main .shake .imgBox .photoBox::after {
	width: 8.6rem;
	height: 9.5rem;
	position: absolute;
	z-index: 2;
	top: -1.2rem;
	left: -1.6rem;
	content: "";
	background: url(../image/line01.png) no-repeat left top / 100%;
}
#main .shake .imgBox .photoBox .numList {
	width: 8.2rem;
	position: absolute;
	z-index: 10;
	top: -3.1rem;
	left: -5.3rem;
	font-size: 5rem;
	letter-spacing: 0.05em;
}
#main .shake .imgBox .photoBox .numList li {
	padding: 0 1rem;
}
#main .shake .imgBox .textBox {
	flex: 1;
}
#main .shake .imgBox .textBox .text {
	margin-bottom: 3rem;
	line-height: 1.66;
	letter-spacing: 0.06em;
}
#main .shake .imgBox .textBox .text:last-of-type {
	margin-bottom: 5.4rem;
}
#main .shake .slick-prev {
	display: none !important;
}
@media all and (min-width: 897px) and (max-width: 1455px) {
	#main .shake .imgBox .photoBox::before {
		right: -8rem;
	}
}
@media all and (min-width: 897px) {
	#main .shake .imgBox {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#main .shake .imgBox .photoBox .next:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .shake {
		padding: 4.5rem 0 5.2rem;
		background-image: url(../../image/shake_bg_sp.jpg);
	}
	#main .shake .headLine01 {
		margin-bottom: 3.6rem;
	}
	#main .shake .imgBox {
		margin: 0 2.5rem;
	}
	#main .shake .imgBox .photoBox {
		margin-bottom: 2.7rem;
		padding-top: 0;
		width: auto;
	}
	#main .shake .imgBox .photoBox .foo .slick-slide > div {
		width: auto;
	}
	#main .shake .imgBox .photoBox .numList {
		top: -1.9rem;
		left: -3.6rem;
		font-size: 2.5rem;
	}
	#main .shake .imgBox .photoBox::after {
		width: 4.3rem;
		height: 4.75rem;
		top: -1rem;
		left: -1.4rem;
	}
	#main .shake .imgBox .photoBox .next {
		width: 3.25rem;
		right: -2.5rem;
		top: 52.9%;
	}
	#main .shake .imgBox .textBox {
		margin-right: -1rem;
	}
	#main .shake .imgBox .textBox .text {
		margin-bottom: 1.8rem;
		letter-spacing: 0.05em;
	}
	#main .shake .imgBox .textBox .text:last-of-type {
		margin-bottom: 2.7rem;
	}
	#main .shake .comLinkUl li {
		margin: 0 auto;
	}
}
/* experience */
#main .bg {
	background: url(../../image/experience_bg.jpg) no-repeat left top /cover;
}
#main .experience {
	padding-top: 11.2rem;
	background: url(../../image/experience_bg.png) no-repeat left top 23.5rem / 57.4rem auto;
}
#main .experience .content {
	margin-bottom: 5.5rem;
}
#main .experience .headLine01 {
	color: #000;
}
#main .experience .info {
	display: flex;
	justify-content: space-between;
	color: #000;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
#main .experience .info span {
	margin: -0.3rem -5.5rem 0 0;
	display: inline-block;
}
#main .experience .info a {
	padding-right: 8.5rem;
	font-size: 1.6rem;
	color: #000;
	background: url(../image/icon04.png) no-repeat right 1rem center / 6.5rem;
	transition: .4s;
}
#main .experience .info a:hover {
	background: url(../image/icon04.png) no-repeat right center / 6.5rem;
}
#main .experience .info a:hover {
	opacity: 0.7;
}
#main .experience .experienceList li {
	position: relative;
}
#main .experience .experienceList .photo img {
	width: 100%;
}
#main .experience .experienceList .textBox {
	width: 78%;
	position: absolute;
	bottom: 4.5rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
#main .experience .experienceList .textBox .title {
	margin-bottom: 1rem;
	font-size: 2.4rem;
}
#main .experience .experienceList .textBox .text {
	font-size: 1.6rem;
}
@media all and (min-width: 897px) {
	#main .experience .experienceList {
		display: flex;
		flex-wrap: wrap;
	}
	#main .experience .experienceList li {
		width: calc(100% / 3);
	}
}
@media all and (max-width: 896px) {
	#main .bg {
		background-image: url(../../image/experience_bg_sp.jpg);
	}
	#main .experience {
		padding-top: 4.4rem;
		background: none;
	}
	#main .experience .content {
		margin-bottom: 3rem;
	}
	#main .experience .headLine01 {
		margin-bottom: 1.7rem;
	}
	#main .experience .info {
		margin-bottom: 2.8rem;
		display: block;
		font-size: 1.3rem;
	}
	#main .experience .experienceList .textBox {
		padding: 0 2.5rem;
		width: 100%;
		bottom: 2.4rem;
	}
	#main .experience .experienceList .textBox .title {
		margin-bottom: 0.3rem;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
	}
	#main .experience .experienceList .textBox .text {
		font-size: 1.3rem;
		letter-spacing: 0.05em;
	}
}
/* news */
#main .news {
	padding: 11rem 0 10rem;
	background: url(../../image/news_bg.png) no-repeat left bottom / 100% auto;
}
#main .news .headLine01 {
	flex: 1;
	color: #000;
}
#main .news .comNewsList {
	margin: -2rem 0 4rem;
	width: 75rem;
}
#main .news .comLinkUl {
	margin: 0 4rem 0 auto;
}
@media all and (min-width: 897px) {
	#main .news .content {
		display: flex;
		flex-wrap: wrap;
	}
	#main .news .comLinkUl {
		width: fit-content;
	}
}
@media all and (max-width: 896px) {
	#main .news {
		padding: 4.2rem 0 6.3rem;
		background-image: url(../../image/news_bg_sp.png);
	}
	#main .news .comNewsList {
		margin: -1.9rem 0 3rem;
		width: auto;
	}
	#main .news .comLinkUl {
		margin: 0 2rem 0 auto;
	}
}
/* works */
#main .works {
	padding: 11.2rem 0 12rem;
	background: #0F0F0F url(../../image/works_bg.png) no-repeat left top / cover;
}
#main .works .text {
	margin-bottom: 5.9rem;
	letter-spacing: 0.07em;
}
#main .works .slideBox {
	margin: 0 0 6rem auto;
	position: relative;
	width: calc(50% + 55rem);
}
#main .works .slideBox .prev {
	width: 7.6rem;
	position: absolute;
	z-index: 1;
	top: 29.5%;
	left: -15.7rem;
	transition: .3s;
	cursor: pointer;
}
#main .works .slideBox .slick-slide > div {
	margin-right: 6rem;
	width: 30rem;
}
#main .works .slideBox .photoBox {
	margin-bottom: 2rem;
}
#main .works .slideBox .textBox .ttl {
	margin-bottom: 1.9rem;
	font-size: 2.4rem;
	letter-spacing: 0.02em;
}
#main .works .slideBox .textBox .txt {
	margin-bottom: 0.3rem;
	font-size: 1.4rem;
	line-height: 1.875;
	letter-spacing: 0.05em;
}
#main .works .slideBox .textBox .link {
	margin-left: auto;
	width: fit-content;
}
#main .works .slideBox .textBox .link a {
	padding-bottom: 0.6rem;
	display: inline-block;
	font-size: 1.4rem;
	border-bottom: 1px solid #fff;
}
#main .works .slideBox .textBox .link a:hover {
	opacity: 0.7;
}
.slick-next {
	display: none !important;
}
@media all and (min-width: 897px) {
	#main .works .slideBox .prev:hover {
		opacity: 0.7;
	}
	#main .works .comLinkUl {
		margin: 0 auto;
		width: fit-content;
	}
}
@media all and (min-width: 897px) and (max-width: 1455px) {
	#main .works .slideBox .prev {
		left: -8.5rem;
	}
}
@media all and (max-width: 896px) {
	#main .works {
		padding: 4.5rem 0 5.1rem;
		background-image: url(../../image/works_bg_sp.png);
	}
	#main .works .headLine01 {
		margin-bottom: 1.7rem;
	}
	#main .works .text {
		margin-bottom: 2.8rem;
		letter-spacing: 0.05em;
	}
	#main .works .slideBox {
		margin: 0 0 2.9rem 8.9rem;
		width: auto;
	}
	#main .works .slideBox .prev {
		width: 3.8rem;
		top: 27.5%;
		left: -6.4rem;
	}
	#main .works .slideBox .slick-slide > div {
		margin-right: 2.5rem;
		width: 15rem;
	}
	#main .works .slideBox .photoBox {
		margin-bottom: 1rem;
	}
	#main .works .slideBox .textBox .ttl {
		margin-bottom: 0.6rem;
		font-size: 1.6rem;
	}
	#main .works .slideBox .textBox .txt {
		margin-bottom: 1rem;
		font-size: 1.2rem;
		line-height: 1.8;
	}
	#main .works .slideBox .textBox .link a {
		padding-bottom: 0.3rem;
		font-size: 1.3rem;
	}
}
/* access */
#main .access {
	padding: 11rem 0 25rem;
}
#main .access .headLine01 {
	margin-bottom: 4rem;
	color: #000;
	text-align: center;
}
#main .access .mapBox {
	width: 62.6rem;
	padding-bottom: 44.5%;
	position: relative;
	z-index: 2;
}
#main .access .mapBox iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
#main .access .textBox {
	padding: 5rem 5rem 6.5rem 18.5rem;
	color: #000;
	position: absolute;
	z-index: 1;
	bottom: -13rem;
	right: 0;
	width: 69.6rem;
	background-color: #fff;
}
#main .access .textBox .txtList {
	margin-bottom: 4.5rem;
}
#main .access .textBox .txtList li {
	padding: 1.7rem 0;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.6rem;
	border-bottom: 1px solid #ccc;
}
#main .access .textBox a {
	color: #000;
}
#main .access .textBox ul .lTxt {
	width: 11rem;
	display: inline-block;
}
#main .access .textBox ul .rTxt {
	flex: 1;
}
#main .access .textBox a {
	letter-spacing: -0.05em;
}
@media all and (min-width: 897px) {
	#main .access .content {
		position: relative;
		max-width: 119rem;
	}
	#main .access .comLinkUl {
		margin-right: 4rem;
	}
	#main .access .comLinkUl li {
		margin: 0 auto;
	}
}
@media all and (max-width: 896px) {
	#main .access {
		padding: 4.4rem 0 5rem;
	}
	#main .access .headLine01 {
		margin-bottom: 2.1rem;
	}
	#main .access .mapBox {
		margin-bottom: 0.5rem;
		width: auto;
		padding-bottom: 66%;
	}
	#main .access .textBox {
		padding: 0;
		position: static;
		width: auto;
		background-color: transparent;
	}
	#main .access .textBox .txtList {
		margin-bottom: 3rem;
	}
	#main .access .textBox .txtList li {
		padding: 1.1rem 0 1.2rem;
		font-size: 1.3rem;
	}
	#main .access .textBox ul .lTxt {
		width: 8.7rem;
	}
	#main .access .textBox ul .rTxt {
		margin-top: 0.2rem;
		line-height: 1.2;
	}
	#main .access .textBox a {
		letter-spacing: 0;
	}
}