@charset "UTF-8";
/*――――――――――――――――――
nav
―――――――――――――――――――*/

header #g_nav ul a:hover span:nth-child(1) {
	animation: nav_hover 0.15s 0.05s;
}
header #g_nav ul a:hover span:nth-child(2) {
	animation: nav_hover 0.15s 0.1s;
}
header #g_nav ul a:hover span:nth-child(3) {
	animation: nav_hover 0.15s 0.15s;
}
header #g_nav ul a:hover span:nth-child(4) {
	animation: nav_hover 0.15s 0.2s;
}
header #g_nav ul a:hover span:nth-child(5) {
	animation: nav_hover 0.15s 0.25s;
}
header #g_nav ul a:hover span:nth-child(6) {
	animation: nav_hover 0.15s 0.3s;
}
header #g_nav ul a:hover span:nth-child(7) {
	animation: nav_hover 0.15s 0.35s;
}
header #g_nav ul a:hover span:nth-child(8) {
	animation: nav_hover 0.15s 0.4s;
}
header #g_nav ul a:hover span:nth-child(9) {
	animation: nav_hover 0.15s 0.45s;
}
header #g_nav ul a:hover span:nth-child(10) {
	animation: nav_hover 0.15s 0.5s;
}

@keyframes nav_hover {
	0% {
		color: #2c2d2c;
	}
	15%,95% {
		color: var(--mc);
	}
	100% {
		color: #2c2d2c;
	}
}


/*――――――――――――――――――
mv
―――――――――――――――――――*/

#top #mv {
	overflow: hidden;
	padding-top: 150px;
	min-height: 847px;
	margin-bottom: 75px;
}
#top #mv .w_text {
	position: relative;
}
#top #mv .w_text:before {
	position: absolute;
	content: 'About Us';
	font-family: var(--en);
	color: var(--mc);
	font-size: 19px;
	letter-spacing: 0.3em;
	text-orientation: mixed;
	writing-mode: vertical-rl;
	left: -75px;
	line-height: 1;
	top: 12px;
}
#top #mv .w_text:after {
	position: absolute;
	content: '';
	display: block;
	width: 1px;
	background: #a3b7df;
	left: -38px;
	top: 10px;
	bottom: -20px;
}
#top #mv h2 {
	font-weight: bold;
	font-size: 37px;
	letter-spacing: 0.13em;
	line-height: 1.86;
	margin-bottom: 25px;
}
#top #mv p {
	margin-bottom: 30px;
}
#top #mv ul {
	display: flex;
	gap: 0 30px;
	margin-bottom: 35px;
}

/*――――――――――――――――――
slider
―――――――――――――――――――*/
#top #w_mv_slider {
	position: relative;
}
#top #mv_slider {
	position: absolute;
	left: 50%;
	margin-left: -810px;
	width: 1620px;
	display: none;
}
#top #mv_slider .slick-track{
	padding-bottom: 20px;
}

#top #mv_slider.slick-initialized {
	display: block;
}
#top #mv_slider .slide {
	transition: transform .5s;
	margin: 0 -20px;
	box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.1);
}
#top #mv_slider .slick-slide {
	transform-origin: center bottom;
	transform: scale(0.7);
}
#top #mv_slider .slick-center {
	transform: scale(1);
}
#top #mv_slider .slide img{
	transition: opacity .4s ease;
}
#top #mv_slider .slide a:hover img{
	opacity: 0.7;
}

/*――――――――――――――――――
section01
―――――――――――――――――――*/
#top #section01 {
	position: relative;
	background: #F4F6F8;
	padding-bottom: 50px;
}
#top #section01:before {
	position: absolute;
	left: 0;
	top: -73px;
	content: '';
	display: block;
	width: 100%;
	height: 74px;
	background: url(../img/top/wave.svg) repeat-x center;
}
#top #section01 h3 a{
    color: var(--mc);
}
#top #section01 .lead {
	margin-bottom: 20px;
}
#top #section01 .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 75px;
}
#top #section01 .flex > div {
	width: 48%;
}
#top #section01 .flex a.flex_imglink {
	display: block;
	overflow: hidden;
	line-height: 0;
    margin-bottom: 10px;
}
#top #section01 .flex a.flex_imglink img {
	transition: .4s ease;
	width: 100%
}
#top #section01 .flex a.flex_imglink:hover img {
	transform: scale(1.1);
	opacity: 0.6;
}
#top #section01 .flex h3 {
	font-family: var(--noto);
	font-size: 18px;
	color: var(--mc);
	margin-bottom: 28px;
}
#top #section01 .flex p {
	font-size: 16px;
	margin-bottom: 45px;
}


/*――――――――――――――――――
section02
―――――――――――――――――――*/
#top #section02 {
	padding: 50px 0;
	overflow: hidden;
}
#top #section02 #w_works_slider {
	min-height: 290px;
}
#top #section02 #works_slider {
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
	display: none;
	margin-bottom: 120px;
}
#top #section02 #works_slider.slick-initialized {
	display: block;
}
#top #section02 #works_slider .slide {
	margin: 0 25px;
}
#top #section02 #works_slider .slide img{
	width: 100%;
}
#top #section02 #works_slider .slick-list {
	overflow: visible;
}
#top #section02 #works_slider img {
	box-shadow: 8px 8px 8px 8px rgba(0, 0, 0, 0.1);
}
#top #section02 #works_slider a {
	display: block;
	transition: opacity .4s ease;
}
#top #section02 #works_slider a:hover {
	opacity: 0.6;
}
#top #section02 #works_slider .site,
#top #section02 #works_slider .name {
	line-height: 1.4;
}
#top #section02 #works_slider .site {
	font-size: 15px;
	color: var(--mc);
	margin: 26px 0 6px;
}
#top #section02 #works_slider .name {
	font-size: 13px;
}
#top #section02 #works_slider .slick-prev,
#top #section02 #works_slider .slick-next {
	position: absolute;
	bottom: -80px;
	cursor: pointer;
	overflow: hidden;
	display: block;
	width: 0;
	height: 0;
	padding: 40px 40px 0 0;
	border: none;
}
#top #section02 #works_slider .slick-prev {
	background: url(../img/top/prev.svg) no-repeat center/100% auto;
	left: calc(50% - 50px);
}
#top #section02 #works_slider .slick-next {
	background: url(../img/top/next.svg) no-repeat center/100% auto;
	left: calc(50% + 10px);
}


/*――――――――――――――――――
section03
―――――――――――――――――――*/
#top #section03 {
	background: #F4F6F8;
	padding: 50px 0;
}
#top #section03 .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#top #section03 .flex:after {
	content: '';
	display: block;
	width: 32.3%;
}
#top #section03 .flex a {
	width: 32.3%;
	background: #fff;
	transition: opacity .4s ease;
}
#top #section03 .flex a:hover {
	opacity: 0.6;
}
#top #section03 .flex .w_text {
	line-height: 1.4;
	padding: 10px 20px 25px;
}
#top #section03 .flex .date {
	font-family: var(--noto);
	color: var(--mc);
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 5px;
}
#top #section03 .flex .text {
	font-size: 13px;
	margin-bottom: 15px;
}
#top #section03 .flex .category {
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	border-radius: 50px;
	display: inline-block;
	background: var(--mc);
	text-align: center;
	padding: 0 15px;
}



@media only screen and (max-width: 1620px) {
	#top #mv_slider .w1000 {
		overflow: hidden;
	}
}
@media only screen and (max-width: 1200px) {
	#top #mv .w_text {
		padding-left: 80px;
	}
	#top #mv .w_text:after {
		left: 52px;
	}
	#top #mv .w_text:before {
		left: 0;
	}
}
@media only screen and (max-width: 767px) {
	#top #mv {
		padding-top: 110px;
		min-height: 0;
	}
	#top #mv .w_text {
		padding-left: 45px;
	}
	#top #mv .w_text:before {
		font-size: 14px;
		top: 5px;
	}
	#top #mv .w_text:after {
		left: 26px;
		top: 5px;
	}
	#top #mv h2 {
		font-size: 20px;
		letter-spacing: 0.05em;
	}
	#top #mv p {
		line-height: 1.8;
	}
	#top #mv p br {
		display: none;
	}
	#top #w_mv_slider {
		min-height: 190px;
	}
	#top #mv_slider {
		width: 860px;
		margin-left: -430px;
	}
	#top #mv_slider .slide {
		margin: 0 -10px;
	}
	#top #section01 .flex {
		display: block;
	}
	#top #section01 .flex > div {
		width: 100%;
	}
	#top #section01 .flex > div:first-child {
		margin-bottom: 45px;
	}
	#top #section01 .flex > div h3 {
		margin-bottom: 15px;
	}
	#top #section01 .flex > div p {
		margin-bottom: 25px;
	}
	#top #section02 #w_works_slider {
		min-height: 0;
	}
	#top #section02 #works_slider {
		max-width: 280px;
	}
	#top #section02 #works_slider .slide {
		margin: 0 10px;
	}
	#top #section02 #works_slider img {
		box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.1);
	}
	#top #section03 .flex {
		display: block;
	}
	#top #section03 .flex > a {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	#top #section03 .flex > a img {
		width: 100%;
	}
	#top #section03 .flex > a:last-child {
		margin-bottom: 0;
	}
}
