@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;
}


#kv .copy {
	box-sizing: border-box;
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
#kv .copy h1 {
	box-sizing: border-box;
	width: 100%;
	padding: 40px 12px 0;
	text-align: center;
}
#kv .copy strong {
	display: inline-block;
	padding: 10px 12px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	background: rgba(255,255,255,0.5);
	border-radius: 4px;
}




#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: calc(100lvh + 300px);
}




#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;
}


@media screen and (max-width:374px) {
	.slick-dots {
		bottom: -43px;
	}
	.slick-dots button {
		width: 16px;
		height: 16px;
	}
}






#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;
}































#top-horigome {
	box-sizing: border-box;
	position: relative;
	text-align: center;
	background: rgba(0,0,0,0.85);
	overflow: hidden;
}
#top-horigome .content {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 10;
	padding: 80px 24px;
}




#top-horigome .video-player {
	position: relative;
	width: 100%;
	padding: 56.25% 0 0;
}

#top-horigome .video-player video,
#top-horigome .video-player img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#top-horigome .link {
	margin: 30px auto 0;
	text-align: right;
}
#top-horigome .link a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 0.9375rem;
}
#top-horigome .link a span {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	top: -1px;
	margin-right: 8px;
	background: #dc1010 url(/img/icon_play.svg) 55% 50% no-repeat;
	background-size: 8px auto;
	border-radius: 15px;
	vertical-align: middle;
}
#top-horigome .link a:active {
	text-decoration: underline;
}

#top-horigome nav {
	width: 100%;
	margin: 30px auto 0;
}
#top-horigome nav a {
	border: 1px solid #fff;
}

#top-horigome .video-player a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
#top-horigome .video-player a .play {
	position: absolute;
	width: 60px;
	height: 60px;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
	background: #dc1010 url(/img/icon_play.svg) 58% 50% no-repeat;
	background-size: 26px auto;
	border-radius: 30px;
}
#top-horigome .video-player img {
	transition: all 300ms ease-out;
}
#top-horigome .video-player a:active img {
	transform: scale(1.05);
}






#top-horigome .video-player {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out;
}
#top-horigome.pass .video-player {
	opacity: 1;
	transform: translateY(0px);
}

#top-horigome .link {
	opacity: 0;
	transition: all 600ms ease-out 400ms;
}
#top-horigome.pass .link {
	opacity: 1;
}

#top-horigome nav {
	opacity: 0;
	transition: all 600ms ease-out 400ms;
}
#top-horigome.pass nav {
	opacity: 1;
}










#top-video-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	height: 100lvh;
	left: 0;
	top: 0;
	z-index: 10000;
	background: rgba(0,0,0,0.8);
}
#top-video-player {
	position: fixed;
	width: 100vw;
	height: 56.25vw;
	left: 0;
	top: 50%;
	z-index: 10010;
	transform: translate(0%, -50%);
}
#top-video-player iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#top-video-close-button {
	position: fixed;
	width: 40px;
	height: 40px;
	right: 10px;
	top: calc(50% - 28.125vw - 50px);
	z-index: 10000;
}
#top-video-close-button::before,
#top-video-close-button::after {
	position: absolute;
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	left: 5px;
	top: calc(50% - 1px);
	background: #fff;
}
#top-video-close-button::before {
	transform: rotate(45deg);
}
#top-video-close-button::after {
	transform: rotate(-45deg);
}


#top-video-overlay,
#top-video-player,
#top-video-close-button {
	opacity: 0;
	transition: all 400ms ease-out;
}
body.video-player #top-video-overlay,
body.video-player #top-video-player,
body.video-player #top-video-close-button {
	opacity: 1;
}










#top-shortcut1 {
	padding: 0 0 20px;
	background: #fff;
}
#top-shortcut1 .inner {
}
#top-shortcut1 .content {
	position: relative;
}
#top-shortcut1 .label {
	box-sizing: border-box;
	position: absolute;
	width: 120px;
	left: 50%;
	top: 0;
	z-index: 10;
	transform: translateX(-50%);
	padding: 6px 10px 5px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	font-family: "Josefin Sans", sans-serif;
	color: #fff;
	background: #dc1010;
	border-radius: 0 0 8px 8px;
}
#top-shortcut1 .content a {
	position: relative;
	display: block;
}
#top-shortcut1 .title-box {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
	transform: translate(-50%,-50%);
}
#top-shortcut1 .thumb {
	overflow: hidden;
}
#top-shortcut1 h2 {
	font-size: 42px;
	font-family: "Josefin Sans", sans-serif;
	color: #fff;
	white-space: nowrap;
}
#top-shortcut1 h2 img {
	width: auto;
	height: 45px;
}

#top-shortcut1 article {
	padding: 12px 24px 24px;
}
#top-shortcut1 article p {
	margin: 0 auto;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}
#top-shortcut1 .content a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0,0,0,0.3);
}











#top-shortcut2 {
	padding: 40px 0 0;
	border-top: 1px solid #e6e6e6;
	background: #fff;
}
#top-shortcut2 .inner {
}
#top-shortcut2 .content {
	position: relative;
}

#top-shortcut2 .content a {
	position: relative;
	display: block;
}
#top-shortcut2 .title-box {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
	transform: translate(-50%,-50%);
}
#top-shortcut2 .title-box img {
	width: auto;
}
#top-shortcut2 .thumb {
	overflow: hidden;
}
#top-shortcut2 .thumb img {
	aspect-ratio: 375 / 167;
	object-fit: cover;
	object-position: center center;
}
#top-shortcut2 article {
	padding: 12px 24px 24px;
}
#top-shortcut2 article p {
	margin: 0 auto;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}
#top-shortcut2 .content a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0,0,0,0.3);
}

#top-shortcut2 .gurilabo h2 img {
	height: 45px;
}
#top-shortcut2 .iglab h2 img {
	height: 37px;
}
#top-shortcut2 .kanseijyuku h2 img {
	height: 64px;
}










#top-shortcut3 {
	background: #fff;
}
#top-shortcut3 .inner {
}
#top-shortcut3 .content {
	position: relative;
	aspect-ratio: 1 / 1;
}
#top-shortcut3 .ourstory {
	background: #96b7e4;
}
#top-shortcut3 .gx {
	background: #afd3e4;
}

#top-shortcut3 .thumb {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
}
#top-shortcut3 .box {
	box-sizing: border-box;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	padding: 20px;
	color: #fff;
}

#top-shortcut3 .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#top-shortcut3 h2 {
	overflow: hidden;
	font-size: 42px;
	font-weight: 400;
	font-family: "Josefin Sans", sans-serif;
}
#top-shortcut3 .ourstory h2 {
	height: 42px;
}
#top-shortcut3 .gx h2 {
	height: 90px;
}

#top-shortcut3 h2 span {
	display: block;
}
#top-shortcut3 h2 span + span {
	margin-top: 6px;
}

#top-shortcut3 dl {
	margin: 30px 0 0;
	text-align: center;
}
#top-shortcut3 dt {
	font-size: 20px;
	font-weight: 700;
}
#top-shortcut3 dd {
	margin: 22px 0 0;
	font-size: 16px;
	font-weight: 500;
}
#top-shortcut3 nav {
	width: 320px;
	margin: 42px 0 0;
}


#top-shortcut3 .content.ourstory .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 90%;
}
/*
#top-shortcut3 .content.gx .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 16%;
}
*/





#top-company {
	background: #f4f4f4;
}
#top-company .inner {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 46px 0;
}

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

#top-company ul {
	margin: 40px 0 0;
}
#top-company li {
	padding: 0 24px;
}
#top-company li + li {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #e6e6e6;
}
#top-company .thumb {
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
}
#top-company .label {
	margin: 15px 0 0;
	font-size: 15px;
	font-weight: 700;
	text-decoration: underline;
}






#top-extra {
	background: #fff;
}
#top-extra .inner {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 64px 24px;
}
#top-extra ul {
	display: flex;
	justify-content: space-between;
}
#top-extra li {
	width: 100%;
}
#top-extra .thumb {
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
}
#top-extra .label {
	margin: 15px 0 0;
	font-size: 15px;
	font-weight: 700;
	text-decoration: underline;
}









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


#top-shortcut1 .content a {
	overflow: hidden;
}
#top-shortcut1 .content a::after {
	opacity: 0;
	transition: all 500ms ease-out;
}
#top-shortcut1 .thumb {
	opacity: 0;
	transition: all 500ms ease-out;
}
#top-shortcut1 h2 {
	opacity: 0;
	transform: translateY(20px);
	transition: all 500ms ease-out;
}
#top-shortcut1 article {
	opacity: 0;
	transform: translateY(10px);
	transition: all 500ms ease-out 300ms;
}
#top-shortcut1 .label {
	transform: translate(-50%, -100%);
	transition: all 500ms ease-out 300ms;
}



#top-shortcut1 .content.pass a::after {
	opacity: 1;
}
#top-shortcut1 .content.pass .thumb {
	opacity: 1;
}
#top-shortcut1 .content.pass h2 {
	opacity: 1;
	transform: translateY(0px);
}
#top-shortcut1 .content.pass article {
	opacity: 1;
	transform: translateY(0px);
}
#top-shortcut1 .content.pass .label {
	transform: translate(-50%, 0px);
}




#top-shortcut2 .content a::after {
	opacity: 0;
	transition: all 500ms ease-out;
}
#top-shortcut2 .thumb {
	opacity: 0;
	transition: all 500ms ease-out;
}
#top-shortcut2 h2 {
	opacity: 0;
	transform: translateY(20px);
	transition: all 500ms ease-out;
}
#top-shortcut2 article {
	opacity: 0;
	transform: translateY(10px);
	transition: all 500ms ease-out 300ms;
}


#top-shortcut2 .content.pass a::after {
	opacity: 1;
}
#top-shortcut2 .content.pass .thumb {
	opacity: 1;
}
#top-shortcut2 .content.pass h2 {
	opacity: 1;
	transform: translateY(0px);
}
#top-shortcut2 .content.pass article {
	opacity: 1;
	transform: translateY(0px);
}




#top-shortcut3 .thumb img {
	transform: translateY(60px);
	transition: all 400ms ease-out;
}
#top-shortcut3 h2 span {
	transition: all 300ms ease-out 200ms;
}
#top-shortcut3 .ourstory h2 span {
	transform: translateY(54px);
}
#top-shortcut3 .gx h2 span {
	transform: translateY(92px);
}
#top-shortcut3 dl {
	opacity: 0;
	transform: translateY(30px);
	transition: all 300ms ease-out 400ms;
}
#top-shortcut3 nav {
	opacity: 0;
	transition: all 300ms ease-out 400ms;
}


#top-shortcut3 .content.pass .thumb img {
	transform: translateY(0px);
}
#top-shortcut3 .content.ourstory.pass h2 span {
	transform: translateY(0px);
}
#top-shortcut3 .content.gx.pass h2 span {
	transform: translateY(0px);
}
#top-shortcut3 .content.pass dl {
	opacity: 1;
	transform: translateY(0px);
}
#top-shortcut3 .content.pass nav {
	opacity: 1;
}





#floating-banner {
	display: none !important;
}







