@charset "UTF-8";



#common-header {
	position: fixed;
	background: rgba(255,255,255,0);
	border-bottom-color: rgba(230,230,230,0);
	transition: all 400ms ease-out;
}
/*
body.scrolled #common-header {
	background: rgba(255,255,255,1);
	border-bottom-color: rgba(230,230,230,1);
}
*/
body.pass-ourstory #common-header {
	background: rgba(255,255,255,1);
	border-bottom-color: rgba(230,230,230,1);
}

#menu-modal {
	position: fixed;
}









#kv {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 1;
}
#kv span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#kv span video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 500ms ease-out;
}
#kv span video.show {
	opacity: 1;
}

#kv .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
}


#ticker {
	box-sizing: border-box;
	position: fixed;
	width: calc(100vw - 80px);
	height: 36px;
	max-width: 910px;
	left: calc(50%);
	bottom: 40px;
	z-index: 100;
	transform: translateX(-50%);
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
	overflow: hidden;
}
#ticker dl {
	display: flex;
	align-items: center;
	height: 34px;
}
#ticker dt {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 34px;
	padding: 2px 14px 0;
	font-size: 13px;
	font-family: "Josefin Sans", sans-serif;
	color: #fff;
	background: #dc1010;
}
#ticker dd {
	width: 100%;
}
#ticker a {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	width: calc(100% - 65px);
	width: 100%;
	padding: 0 14px;
}
#ticker .date {
	margin: 0 14px 0 0;
	padding: 0 0 0;
	font-size: 14px;
	font-weight: 500;
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #909090;
}
#ticker .text {
	width: calc(100% - 90px);
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	transition: all 300ms ease-out;
}
#ticker a .arrow {
	position: absolute;
	width: 10px;
	height: 10px;
	right: 16px;
	top: calc(50% - 5px);
	background: url(/img/arrow_mini.svg) 50% 50% no-repeat;
	background-size: 6px auto;
}
#ticker a:hover .text {
	color: #666;
}


#ticker {
	transition: all 300ms ease-out;
}
body.hide-ticker #ticker {
	opacity: 0;
	visibility: hidden;
}
















body.index main {
	margin-top: 100vh;
}

#common-footer,
body.index main section {
	z-index: 800;
}




#top-ourstory {
	box-sizing: border-box;
	position: relative;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
#top-ourstory::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: #9ab5e5;
}
#top-ourstory::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: url(/img/top_ourstory.png) 50% 100% no-repeat;
	background-size: cover;
}

#top-ourstory .content {
	position: relative;
	z-index: 10;
	padding: 100px 0 75px;
}





#top-ourstory h2 {
	font-size: 52px;
	font-family: "Josefin Sans", sans-serif;
}
#top-ourstory .lead {
	margin: 30px 0 0;
	font-size: 21px;
	font-weight: 500;
}
#top-ourstory article {
	margin: 30px 0 0;
	text-align: center;
}
#top-ourstory p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.9;
}
#top-ourstory nav {
	width: 420px;
	margin: 40px auto 0;
}
#top-ourstory nav a {
	border: 1px solid #fff;
}





#top-about {
	position: relative;
	padding: 70px 0 0;
	background: #fff;
}
#top-about .inner {
	box-sizing: border-box;
	margin: 0 auto;
}

#top-about header {
	margin: 0 0 50px;
	text-align: center;
}
#top-about h2 {
	font-size: 52px;
	font-family: "Josefin Sans", sans-serif;
}
#top-about header .sub {
	margin: 10px 0 0;
	font-size: 20px;
	font-weight: 500;
}

#top-about ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #efefef;
}
#top-about li {
	position: relative;
	width: 50%;
}
#top-about li:nth-child(2n) {
}
#top-about ul::after {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	left: 50%;
	top: 0;
	z-index: 100;
	background: #efefef;
}


#top-about .thumb {
	overflow: hidden;
	height: 330px;
	will-change: transform;
}
#top-about .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 400ms ease-out;
}
#top-about a:hover .thumb img {
	transform: scale(1.04);
}

#top-about .thumb::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 330px;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0,0,0,0.3);
}
#top-about dl {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 330px;
	left: 0;
	top: 0;
	z-index: 10;
	color: #fff;
}
#top-about dt {
	position: relative;
	font-size: 37px;
	font-family: "Josefin Sans", sans-serif;
}
#top-about dd {
	margin: 10px 0 0;
	font-size: 20px;
	font-weight: 500;
}


#top-about .text {
	box-sizing: border-box;
	max-width: 540px;
	margin: 0 auto;
	padding: 25px 25px 50px;
}
#top-about .text p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.9;
}





#top-updates {
	position: relative;
	padding: 120px 0 100px;
	background: #fff;
	border-top: 1px solid #e6e6e6;
}
#top-updates .inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	padding: 0 40px;
	margin: 0 auto;
}

#top-updates header {
	position: relative;
	margin: 0 0 70px;
}
#top-updates h2 {
	font-size: 52px;
	font-family: "Josefin Sans", sans-serif;
}
#top-updates header .sub {
	margin: 10px 0 0;
	font-size: 20px;
	font-weight: 500;
}

#top-updates header ul {
	position: absolute;
	display: flex;
	right: 0;
	top: calc(50% - 10px);
}
#top-updates header li {
	position: relative;
}
#top-updates header li + li {
	margin-left: 50px;
}
#top-updates header li + li::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 16px;
	left: -25px;
	top: calc(50% - 8px);
	background: #909090;
}
#top-updates header a {
	position: relative;
	font-size: 17px;
	font-family: "Josefin Sans", sans-serif;
	color: #dc1010;
}
#top-updates header a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -1px;
	z-index: 1;
	background: #dc1010;
	transform: scaleX(0);
	transform-origin: left top;
	transition: all 300ms ease;
}

#top-updates header a:hover::after {
	transform: scaleX(1);
}

#top-updates .pickup {
	position: relative;
	box-sizing: border-box;
	padding: 70px 60px 85px;
	border-radius: #e6e6e6;
	border-radius: 7px;
	background: #f4f4f4;
	border: 1px solid #e6e6e6;
}
#top-updates .pickup h3 {
	position: absolute;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 30px;
	left: calc(50% - 55px);
	top: 0;
	padding: 2px 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	font-family: "Josefin Sans", sans-serif;
	background: #dc1010;
	border-radius: 0 0 7px 7px;
}

#top-updates .meta {
	display: flex;
	font-size: 12px;
	font-weight: 500;
	font-family: "Josefin Sans", sans-serif;
}
#top-updates .date {
	position: relative;
	top: 0;
	color: #909090;
	font-size: 14px;
	font-weight: 500;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#top-updates .category {
	position: relative;
	top: 3px;
	margin-left: 20px;
}
#top-updates .category::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	left: -10px;
	top: calc(50% - 7px);
	background: #909090;
}
#top-updates .category {
	color: #dc1010;
}



#top-updates .slide {
	margin: 0 -17px;
}


#top-updates .slide-inner {
	display: flex;
}
#top-updates .slide-item {
	box-sizing: border-box;
	width: calc((100% - (34px * 2)) / 3);
	padding: 0 17px;
	
	display: block !important;
}




#top-updates .thumb {
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
}

#top-updates .slide .summary {
	margin: 16px 0 0;
}
#top-updates .slide .text {
	margin: 10px 0 0;
}
#top-updates .slide .text p {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
	height: 3.4em;
	
	overflow: hidden;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#top-updates .entry-list {
	margin: 55px 0 0;
}

#top-updates .entry-list .meta {
	font-size: 13px;
}
#top-updates .entry-list .category::before {
	height: 12px;
	top: calc(50% - 8px);
}
#top-updates .entry-list .text {
	margin: 10px 0 0;
}
#top-updates .entry-list .text p {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	
	overflow: hidden;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

#top-updates .entry-list li {
	padding-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
}
#top-updates .entry-list li + li {
	margin-top: 25px;
}


#top-updates .slide-item a {
	display: block;
}
#top-updates .slide-item a img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
#top-updates .slide-item a .thumb {
	will-change: transform;
}
#top-updates .slide-item a .thumb,
#top-updates .slide-item a p,
#top-updates .slide-item a .thumb img {
	transition: all 300ms ease-out;
}
#top-updates .slide-item a:hover .thumb img {
	transform: scale(1.05);
}
#top-updates .slide-item a:hover p {
}



#top-updates .entry-list li a p {
	transition: all 300ms ease-out;
}
#top-updates .entry-list li a:hover p {
	color: #999;
}

#top-updates .entry-list li a {
	position: relative;
	display: block;
	padding-right: 60px;
}
#top-updates .entry-list li a .arrow {
	box-sizing: border-box;
	position: absolute;
	display: inline-block;
	width: 26px;
	height: 26px;
	right: 5px;
	top: calc(50% - 13px);
	border: 1px solid #dc1010;
	border-radius: 13px;
	transition: all 300ms ease-out;
}
#top-updates .entry-list li a .arrow::after {
	position: absolute;
	display: block;
	content: "";
	width: 14px;
	height: 12px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	background: url(/img/arrow.svg) 50% 50% no-repeat;
	background-size: 14px auto;
	transition: all 150ms ease-out; 
}
#top-updates .entry-list li a:hover .arrow {
	background: #dc1010;
}
#top-updates .entry-list li a:hover .arrow::after {
	filter: brightness(0) invert(1);
}



#top-updates nav {
	width: 420px;
	margin: 70px auto 0;
}




.slick-arrow,
.slick-dots {
	position: absolute;
	bottom: -45px;
}

.slick-arrow {
	display: block;
	width: 20px;
	height: 20px;
	z-index: 10;
	padding: 0;
	margin: 0;
	font-size: 0;
	border: none;
	cursor: pointer;
}
.slick-prev {
	left: calc(50% - 60px);
	background: url(/img/arrow_prev.svg) 50% 50% no-repeat;
	background-size: 6px auto;
}
.slick-next {
	right: calc(50% - 60px);
	background: url(/img/arrow_next.svg) 50% 50% no-repeat;
	background-size: 6px auto;
}
.slick-arrow.slick-disabled {
	filter: saturate(0);
	opacity: 0.3;
}


.slick-dots {
	display: flex;
	justify-content: center;
	width: 100%;
}
.slick-dots button {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	z-index: 10;
	padding: 0;
	margin: 0;
	font-size: 0;
	border: none;
	cursor: pointer;
	background: none;
}
.slick-dots button::after {
	position: absolute;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	left: calc(50% - 3px);
	top: calc(50% - 3px);
	background: #ccc;
	border-radius: 3px;
}
.slick-dots .slick-active button::after {
	background: #dc1010;
}









/* ---------------------------------------------------------------------------------------------------- */
/* OPENING */

#common-header .logo {
	transform: translateY(-90px);
	transition: all 500ms ease;
}

#common-header .menu ul:nth-child(1) {
	transform: translateY(-90px);
	transition: all 500ms ease 100ms;
}

#common-header .menu ul:nth-child(2) {
	transform: translateY(-90px);
	transition: all 500ms ease 100ms;
}

body.start #common-header .logo {
	transform: translateY(0);
}
body.start #common-header .menu ul:nth-child(1) {
	transform: translateY(0);
}
body.start #common-header .menu ul:nth-child(2) {
	transform: translateY(0);
}




#ticker {
	transform: translate(-50%, 100px);
	transition: all 500ms ease 100ms;
}
body.start #ticker {
	transform: translate(-50%, 0);
}





/* ---------------------------------------------------------------------------------------------------- */
/* SCROLL MOTION */

#top-recruit {
	position: relative;
	padding: 75px 0 55px;
	overflow: hidden;
}

#top-recruit::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1; 
	background: url(/img/top_horigome.jpg) 50% 0% no-repeat;
	background-size: cover;
}

#top-recruit::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: -48%;
	top: 0;
	z-index: 5;
	background: #db4c4c;
	transform: skewX(-20deg);
}



#top-recruit .inner {
	box-sizing: border-box;
	position: relative;
	display: flex;
	width: 100%;
	max-width: 1200px;
	z-index: 10;
	margin: 0 auto;
	padding: 0 40px;
}

#top-recruit .box {
	width: 50%;
	color: #fff;
}
#top-recruit .thumb {
	width: 50%;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
}

#top-recruit header {
	
}
#top-recruit h2 {
	font-size: 52px;
	font-family: "Josefin Sans", sans-serif;
}
#top-recruit header .sub {
	margin: 10px 0 0;
	font-size: 20px;
	font-weight: 500;
}

#top-recruit dl {
	margin: 30px 0 0;
}
#top-recruit dt {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5;
}
#top-recruit dd {
	margin: 15px 0 0;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
}
#top-recruit nav {
	width: 260px;
	margin: 40px 0 0;
}
#top-recruit nav a::after {
	background: #db4c4c;
}




.top-break {
	position: relative;
	height: 370px;
	z-index: 10;
	background: rgba(0,0,0,0.2);
}









#top-ourstory::before {
	opacity: 0;
	transition: all 800ms ease-out;
}
#top-ourstory::after {
	opacity: 0;
	transform: translateY(100px);
	transition: all 500ms ease-out;
}

#top-ourstory h2 {
	position: relative;
	height: 52px;
	overflow: hidden;
}
#top-ourstory h2 span {
	position: relative;
	display: block;
	transform: translateY(52px);
	transition: all 400ms ease;
}

#top-ourstory .lead {
	position: relative;
	height: 30px;
	overflow: hidden;
}
#top-ourstory .lead span {
	position: relative;
	display: block;
	transform: translateY(30px);
	transition: all 400ms ease;
}


#top-ourstory article,
#top-ourstory nav {
	opacity: 0;
	transform: translateY(30px);
	transition: all 300ms ease-out;
}



#top-ourstory.pass::before {
	opacity: 1;
}
#top-ourstory.pass::after {
	opacity: 1;
	transform: translateY(0px);
}
#top-ourstory.pass h2 span {
	transform: translateY(0px);
	transition-delay: 200ms;
}
#top-ourstory.pass .lead span {
	transform: translateY(0px);
	transition-delay: 200ms;
}
#top-ourstory.pass article {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 400ms;
}
#top-ourstory.pass nav {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 400ms;
}






#top-about h2 {
	position: relative;
	height: 52px;
	overflow: hidden;
}
#top-about h2 span {
	position: relative;
	display: block;
	transform: translateY(52px);
	transition: all 400ms ease;
}

#top-about .sub {
	position: relative;
	height: 25px;
	overflow: hidden;
}
#top-about .sub span {
	position: relative;
	display: block;
	transform: translateY(25px);
	transition: all 400ms ease;
}


#top-about header.pass h2 span {
	transform: translateY(0px);
	transition-delay: 0ms;
}
#top-about header.pass .sub span {
	transform: translateY(0px);
	transition-delay: 200ms;
}






#top-about ul,
#top-about li {
	border-color: rgba(255,255,255,0) !important;
	transition: all 500ms ease-out;
}
#top-about ul.pass,
#top-about ul.pass li {
	border-color: #efefef !important;
}




#top-about li .thumb {
	opacity: 0;
	transition: all 500ms ease-out;
}
#top-about li .text {
	opacity: 0;
	transition: all 500ms ease-out 300ms;
}
#top-about li dt {
	opacity: 0;
	transform: translateY(40px);
	transition: all 400ms ease-out;
}
#top-about li dd {
	opacity: 0;
	transform: translateY(40px);
	transition: all 400ms ease-out;
}


#top-about li.pass .thumb {
	opacity: 1;
}
#top-about li.pass .text {
	opacity: 1;
}
#top-about li.pass dt {
	opacity: 1;
	transform: translateY(0px);
}
#top-about li.pass dd {
	opacity: 1;
	transform: translateY(0px);
}





#top-recruit {
	background: rgba(0,0,0,0.5);
}
#top-recruit::before {
	opacity: 0;
	transform: scale(1.2);
	transition: all 400ms ease-out;
}



#top-recruit h2 {
	position: relative;
	height: 52px;
	overflow: hidden;
}
#top-recruit .sub {
	position: relative;
	height: 24px;
	overflow: hidden;
}

#top-recruit h2 span {
	position: relative;
	display: block;
	transform: translateY(52px);
	transition: all 400ms ease 0ms;
}
#top-recruit .sub span {
	position: relative;
	display: block;
	transform: translateY(24px);
	transition: all 400ms ease 200ms;
}


#top-recruit .content,
#top-recruit .nav {
	opacity: 0;
	transition: all 400ms ease-out 400ms;
}


#top-recruit.pass::before {
	opacity: 1;
	transform: scale(1);
}
#top-recruit.pass h2 span,
#top-recruit.pass .sub span {
	transform: translateY(0px);
}
#top-recruit.pass .content,
#top-recruit.pass .nav {
	opacity: 1;
}











































