@charset "UTF-8";



#common-header {
	position: fixed;
}
#common-header::after {
	background: rgba(255,255,255,0);
	border-bottom-color: rgba(230,230,230,0);
	transition: all 400ms ease-out;
}

body.opened-menu #common-header::after {
	transition-duration: 0ms;
}
body.opened-menu #common-header::after,
body.scrolled #common-header::after {
	background: rgba(255,255,255,1);
	border-bottom-color: rgba(230,230,230,1);
}







#kv {
	position: fixed;
	width: 100%;
	height: 125vmin;
	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: calc(100vh + 100px);
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
}

#kv.fit {
	height: calc(100vh + 100px) !important;
}




#ticker {
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 24px;
	z-index: 100;
	padding: 0 24px;
	/*
	background: rgba(0,0,0,0.3);
	*/
}
#ticker dl {
}
#ticker dt {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	height: 26px;
	padding: 4px 10px 0;
	font-size: 14px;
	font-family: "Josefin Sans", sans-serif;
	color: #fff;
	background: #dc1010;
	border: 1px solid #e6e6e6;
	border-radius: 7px 7px 0 0;
	border-bottom-width: 0;
	overflow: hidden;
}
#ticker dd {
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 0 7px 7px 7px;
	background: #fff;
}
#ticker a {
	box-sizing: border-box;
	position: relative;
	display: block;
	font-size: 0;
	width: 100%;
	padding: 10px 36px 10px 16px;
}
#ticker .date {
	position: relative;
	display: inline-block;
	padding-right: 18px;
	font-size: 14px;
	font-weight: 500;
	color: #909090;
}
#ticker .text {
	display: inline;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	overflow: hidden;
}
#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 .date::after {
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 10px;
	background: #999;
	right: 8px;
	top: calc(50% - 5px);
}


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








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




#top-ourstory {
	box-sizing: border-box;
	position: relative;
	color: #fff;
	background: #9ab5e5;
	overflow: hidden;
}
#top-ourstory::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(/img/top_ourstory.png) 50% 100% no-repeat;
	background-size: 300vw auto;
}
#top-ourstory .content {
	position: relative;
	z-index: 10;
	padding: 100px 0 75px;
}

#top-ourstory h2 {
	font-size: 42px;
	font-family: "Josefin Sans", sans-serif;
	text-align: center;
}
#top-ourstory .lead {
	margin: 25px 0 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
#top-ourstory article {
	margin: 30px 24px 0;
}
#top-ourstory p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}
#top-ourstory p br {
	display: none;
}
#top-ourstory nav {
	box-sizing: border-box;
	width: 100%;
	margin: 40px 0 0;
	padding: 0 24px;
}

#top-ourstory nav a {
	border: 2px solid #fff;
}
#top-ourstory nav a i {
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 12px;
	right: 20px;
	top: calc(50% - 6px);
	background: url(../img/arrow_mini.svg) 50% 50% no-repeat;
	background-size: 100% auto;
	transition: all 150ms ease-out;
	will-change: filter;
	filter: brightness(0) invert(1);
}











#top-about {
	position: relative;
	padding: 80px 0;
	background: #fff;
}
#top-about .inner {
}

#top-about header {
	margin: 0 24px 40px;
}
#top-about h2 {
	font-size: 42px;
	font-family: "Josefin Sans", sans-serif;
}
#top-about header .sub {
	display: block;
	margin: 10px 0 0;
	font-size: 18px;
	font-weight: 500;
}

#top-about ul {
}
#top-about li {
	position: relative;
}
#top-about li + li {
	margin-top: 50px;
}


#top-about .thumb {
	height: 45vw;
	overflow: hidden;
}

#top-about .thumb::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 45vw;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0,0,0,0.3);
}

#top-about .thumb img {
	position: relative;
	width: 102%;
	height: 45vw;
	left: -1%;
	object-fit: cover;
}

#top-about dl {
	position: absolute;
	width: 100vw;
	height: 45vw;
	left: 0;
	top: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}
#top-about dt {
	position: relative;
	font-size: 30px;
	font-family: "Josefin Sans", sans-serif;
}
#top-about dd {
	margin: 10px 0 0;
	font-size: 17px;
	font-weight: 500;
}


#top-about .text {
	padding: 15px 24px 0;
}
#top-about .text p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.9;
}









#top-updates {
	position: relative;
	padding: 80px 24px;
	background: #fff;
	border-top: 1px solid #e6e6e6;
}
#top-updates .inner {
}

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

#top-updates header ul {
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0 0;
}
#top-updates header li {
	position: relative;
	margin: 0 30px 20px 0;
}
#top-updates header li + li {
}
#top-updates header li::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 16px;
	right: -15px;
	top: calc(50% - 8px);
	background: #909090;
}
#top-updates header li:last-child::after {
	display: none;
}
#top-updates header a {
	font-size: 17px;
	font-family: "Josefin Sans", sans-serif;
	color: #dc1010;
	will-change: opacity;
	transition: all 300ms ease-out;
}




#top-updates .pickup {
	position: relative;
	box-sizing: border-box;
	max-width: 400px;
	margin: 30px 0 0;
	padding: 70px 24px;
	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: 120px;
	height: 40px;
	left: calc(50% - 60px);
	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 {
	color: #909090;
}
#top-updates .category {
	position: relative;
	margin-left: 20px;
}
#top-updates .category::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	left: -10px;
	top: calc(50% - 6px);
	background: #909090;
}
#top-updates .category {
	color: #dc1010;
}



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


#top-updates .slide-inner {
	display: flex;
}
#top-updates .slide-item {
	box-sizing: border-box;
	width: 100%;
	padding: 0 24px;
	
	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: 16px;
	font-weight: 500;
	line-height: 1.6;
	height: 3.0em;
	
	overflow: hidden;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}



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

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

#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,
#top-updates .slide-item a p {
	transition: all 300ms ease-out;
}






#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: 22px;
	height: 22px;
	right: 5px;
	top: calc(50% - 11px);
	border: 1px solid #dc1010;
	border-radius: 11px;
	transition: all 300ms ease-out;
}
#top-updates .entry-list li a .arrow::after {
	position: absolute;
	display: block;
	content: "";
	width: 12px;
	height: 10px;
	left: calc(50% - 6px);
	top: calc(50% - 5px);
	background: url(/img/arrow.svg) 50% 50% no-repeat;
	background-size: 12px auto;
	transition: all 150ms ease-out; 
}
#top-updates .entry-list li a:active .arrow {
	background: #dc1010;
}
#top-updates .entry-list li a:active .arrow::after {
	filter: brightness(0) invert(1);
}



#top-updates nav {
	width: 100%;
	margin: 45px 0 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: 20px;
	background: url(/img/arrow_prev.svg) 50% 50% no-repeat;
	background-size: 6px auto;
}
.slick-next {
	right: 20px;
	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;
}








#top-recruit {
	position: relative;
	padding: 35vh 0 0;
	color: #fff;
}
#top-recruit .inner::after {
	position: absolute;
	display: block;
	content: "";
	width: 100vw;
	height: 35vh;
	left: 0;
	top: 0;
	background: url(/img/top_horigome_sp.jpg) 50% 0% no-repeat;
	background-size: cover;
}



#top-recruit .box {
	padding: 40px 24px;
	background: #db4c4c;
}
#top-recruit .thumb {
}

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

#top-recruit dl {
	margin: 25px 0 0;
}
#top-recruit dt {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.5;
}
#top-recruit dd {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}
#top-recruit nav {
	width: 100%;
	margin: 30px 0 0;
}






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











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

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

#common-header #menu-button {
	transform: translateY(-90px);
	transition: all 500ms ease 100ms;
}

body.start #common-header .logo {
	transform: translateY(0);
}
body.start #common-header #menu-button {
	transform: translateY(0);
}



#ticker {
	opacity: 0;
	transition: all 500ms ease 200ms;
}
body.start #ticker {
	opacity: 1;
}








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


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

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

#top-ourstory .lead {
	position: relative;
	height: 24px;
	overflow: hidden;
}
#top-ourstory .lead span {
	position: relative;
	display: block;
	transform: translateY(24px);
	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: 42px;
	overflow: hidden;
}
#top-about h2 span {
	position: relative;
	display: block;
	transform: translateY(42px);
	transition: all 400ms ease;
}

#top-about .sub {
	position: relative;
	height: 20px;
	overflow: hidden;
}
#top-about .sub span {
	position: relative;
	display: block;
	transform: translateY(20px);
	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 {
	overflow: hidden;
}
#top-recruit .inner::after {
	opacity: 0;
	transform: scale(1.2);
	transition: all 400ms ease-out 100ms;
}



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

#top-recruit h2 span {
	position: relative;
	display: block;
	transform: translateY(42px);
	transition: all 400ms ease 300ms;
}
#top-recruit .sub span {
	position: relative;
	display: block;
	transform: translateY(20px);
	transition: all 400ms ease 500ms;
}


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


#top-recruit.pass .inner::after {
	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;
}




















































