@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	line-height: 1;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
li {
	list-style: none;
}


a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

img,
video {
	vertical-align: bottom;
}
iframe {
	border: none;
}

html {
}

body {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
}

.pc {
	display: none;
}



/*
#wrap > header {
	position: -webkit-sticky;
	position: sticky;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 42px;
	left: 0;
	top: 0;
	z-index: 1000;
	padding: 0 16px;
	background: #fff;
}

#menu-button {
	position: fixed;
	width: 42px;
	height: 42px;
	right: 0;
	top: 0;
	z-index: 1010;
}
#menu-button button {
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	border: none;
	background: #404040;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#menu-button button:active {
	background: #222;
}

#menu-button button i {
	position: absolute;
	display: block;
	width: 20px;
	height: 1px;
	left: calc(50% - 10px);
	top: calc(50% - 0px);
	background: #fff;
	transition: all 300ms ease-out;
}
#menu-button button i:nth-child(1) {
	margin-top: -4px;
}
#menu-button button i:nth-child(3) {
	margin-top: 4px;
}

body.menu #menu-button button i:nth-child(1) {
	transform: translateY(4px) rotate(45deg);
}
body.menu #menu-button button i:nth-child(2) {
	opacity: 0;
}
body.menu #menu-button button i:nth-child(3) {
	transform: translateY(-4px) rotate(-45deg);
}


#menu {
	position: fixed;
	box-sizing: border-box;
	width: 85vw;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 1005;
	padding: 125px 0 0;
	background: #fff;
	box-shadow: -2px 0 8px rgba(0,0,0,0.3);
	transition: all 400ms ease-out;
	transform: translateX(calc(85vw + 10px));
}
#menu ul:nth-child(1) li a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	color: #333;
	padding: 0 10px 0 40px;
	font-size: 18px;
	font-weight: 300;
	font-family: Montserrat, sans-serif;
	transition: all 300ms ease-out;
}
#menu ul:nth-child(1) li a.current {
	color: #fff;
	background: #404040;
}

#menu ul:nth-child(2) {
	position: relative;
	display: flex;
	margin: 30px 0 0 40px;
	padding: 30px 0 0;
}
#menu ul:nth-child(2) li img {
	width: auto;
	height: 30px;
}
#menu ul:nth-child(2) li + li {
	margin-left: 15px;
}
#menu ul:nth-child(2)::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 1px;
	left: 0;
	top: 0;
	background: #ccc;
}

@media screen and (max-width:374px) {
	#menu {
		padding: 90px 0 0;
	}
	#menu ul:nth-child(1) li a {
		height: 40px;
		font-size: 16px;
	}
	#menu ul:nth-child(2) {
		margin-top: 25px;
		padding-top: 25px;
	}
}

body.menu #menu {
	transform: translateX(0);
}




#wrap > header .logo {
	width: 90px;
}
#wrap > header .logo img {
	width: 100%;
	height: auto;
}


#wrap > footer {
	position: relative;
	z-index: 100;
	background: #fff;
}

#wrap > footer .inner {
	position: relative;
	margin: 0 auto;
	padding: 36px 24px 24px;
}

#wrap > footer nav {
}
#wrap > footer ul:nth-child(1) {
}
#wrap > footer ul:nth-child(1) li + li {
	margin-top: 20px;
}
#wrap > footer ul:nth-child(1) li a {
	font-size: 12px;
	color: #033333;
}
#wrap > footer ul:nth-child(1) li a:hover {
	text-decoration: underline;
}

#wrap > footer ul:nth-child(2) {
	position: relative;
	display: flex;
	margin: 30px 0 0;
	padding: 40px 0 0;
}
#wrap > footer ul:nth-child(2)::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 1px;
	left: 0;
	top: 0;
	background: #ccc;
}

#wrap > footer ul:nth-child(2) li img {
	width: auto;
	height: 30px;
}
#wrap > footer ul:nth-child(2) li + li {
	margin-left: 15px;
}

#wrap > footer .copy {
	margin: 40px 0 0;
}
#wrap > footer .copy img {
	width: 260px;
	height: auto;
}

#wrap > footer .copyright {
	margin: 40px 0 0;
}
#wrap > footer .copyright dt img {
	width: 80px;
	height: auto;
}
#wrap > footer .copyright dd {
	margin: 15px 0 0;
	font-size: 9px;
	color: #033333;
}

#scrolltop {
	position: fixed;
	width: 48px;
	height: 48px;
	right: 16px;
	bottom: 45px;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease-out;
}
#scrolltop a {
	display: block;
	height: 48px;
	background: #404040 url(../img/arrow_top.svg) 50% 50% no-repeat;
	background-size: 12px auto;
	border-radius: 24px;
	transition: all 300ms ease-out;
}
#scrolltop a:active {
	background-color: #222;
}
body.scrolled #scrolltop {
	opacity: 1;
	visibility: visible;
}
*/






#wrap {
	position: relative;
	overflow: hidden;
}

main {
	position: relative;
	z-index: 100;
}



#kv {
	position: fixed;
	width: 100vw;
	height: var(--doc-height);
	left: 0;
	top: 0;
	z-index: 1;
}
#kv > * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}



#intro {
	position: relative;
	display: flex;
	align-items: center;
	width: 100vw;
	height: calc(var(--doc-height) - 42px);
	z-index: 900;
}
#intro::after {
	position: absolute;
	content: "";
	display: block;
	width: 42px;
	height: 100px;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: #fff;
}


#intro .scroll {
	position: absolute;
	right: 20px;
	bottom: 32px;
	z-index: 5;
	font-size: 10px;
	font-weight: 500;
	font-family: Montserrat, sans-serif;
	transform-origin: right top;
	transform: rotate(90deg) translateY(-50%);
}
#intro .scrollbar {
	position: absolute;
	width: 1px;
	height: 60px;
	right: 19px;
	bottom: -30px;
	z-index: 5;
	background: #ccc;
}
#intro .scrollbar {
	transform-origin: left bottom;
	animation: loop 2000ms infinite ease-out 0ms;
}




#intro h1 {
	position: relative;
	box-sizing: border-box;
	width: calc(100vw - 48px);
	z-index: 10;
	margin: 0 auto;
	top: -21px;
}
#intro h1 img {
	width: 100%;
	height: auto;
}

@keyframes loop {
	0% {
		transform-origin: left bottom;
		transform: scaleY(1);
	}
	35% {
		transform-origin: left bottom;
		transform: scaleY(0);
	}
	36% {
		transform-origin: left top;
		transform: scaleY(0);
	}
	71% {
		transform-origin: left top;
		transform: scaleY(1);
	}
}




h2 {
	margin: 0 0 32px;
	line-height: 1.1;
	font-size: 36px;
	font-weight: 300;
	font-family: Montserrat, sans-serif;
}
h3 {
	margin: 0 0 22px;
	line-height: 1.8;
	font-size: 15px;
	font-weight: 500;
}




section {
	position: relative;
	background: #fff;
}
section > .inner {
	position: relative;
	box-sizing: border-box;
	z-index: 110;
	will-change: opacity;
	margin: 0 auto;
	padding: 55px 24px 0;
}

#collaboration {
	background: #ebf5f9;
}
#members {
	background: #ebf5f9;
}
#company {
	background: #e9f7fc;
}


section .pict {
	position: absolute;
	z-index: 5;
}


section .pict span {
	position: absolute;
	display: block;
	will-change: opacity;
}






section article p {
	line-height: 2;
	font-size: 12px;
	color: #033333;
}

section article .logo {
	margin: 30px 0 50px;
}
section article .logo img {
	width: 190px;
	height: auto;
}



section nav {
	margin: 40px 0 0;
}
section nav a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 50px;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	background: #404040 url(../img/arrow.svg) right 20px top 50% no-repeat;
	background-size: 14px auto;
	border-radius: 30px;
	transition: all 300ms ease-out;
}
section nav a:active {
	background-color: #222;
}

section#recruit nav a + a {
	margin-top: 20px;
}




#news .entry-list {
	margin: 30px 0 0;
}
#news .entry-list ul {
}
#news .entry-list li {
}
#news .entry-list li + li {
	margin-top: 30px;
}

#news .entry-list li img {
	width: 100%;
	height: auto;
}
#news .entry-list dl {
	margin: 10px 0 0;
}
#news .entry-list dt {
	line-height: 1.6;
	font-size: 15px;
	font-weight: 500;
}
#news .entry-list dt + dd {
	margin: 8px 0 0;
	line-height: 1.8;
	font-size: 12px;
	
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#news .entry-list dd + dd {
	display: flex;
	min-height: 16px;
	margin: 14px 0 0;
	padding-left: 24px;
	font-size: 14px;
	font-weight: 300;
	background: url(../img/icon_clock.svg) 0 50% no-repeat;
	background-size: 16px auto;
}







#collaboration .list {
	margin: 30px 0 0;
}
#collaboration .list ul {
}
#collaboration .list li {
	padding: 30px;
	background: #fff;
}
#collaboration .list li + li {
	margin-top: 30px;
}
#collaboration .list figure {
	text-align: center;
}
#collaboration .list figure img {
	width: 100px;
	height: auto;
}
#collaboration .list dl {
	margin: 20px 0 0;
}
#collaboration .list dt {
	text-align: center;
}
#collaboration .list dt strong {
	display: block;
	font-size: 19px;
	font-weight: 700;
}
#collaboration .list dt span {
	display: block;
	margin: 8px 0;
	font-size: 18px;
	font-weight: 300;
}
#collaboration .list dd {
	margin: 20px 0 0;
	line-height: 1.8;
	font-size: 12px;
}





#members .list {
	margin: 35px 0 0;
}
#members .list li {
}
#members .list li + li {
	margin-top: 35px;
}
#members .list figure {
	width: 130px;
	margin: 0 auto;
}
#members .list figure img {
	width: 100%;
	height: auto;
}
#members .list dl {
	margin: 15px 0 0;
}
#members .list dt {
	line-height: 1.6;
	font-size: 18px;
	font-weight: 500;
}
#members .list dt + dd {
	margin: 8px 0 0;
	line-height: 1.6;
	font-size: 14px;
	color: #033333;
}
#members .list dd + dd {
	margin: 15px 0 0;
	line-height: 1.8;
	font-size: 12px;
}


#members .ceo {
}
#members .ceo .photo img {
	width: 100%;
	height: auto;
}
#members .ceo dl {
	margin: 25px 0 0;
}
#members .ceo dt {
	font-size: 19px;
	font-weight: 700;
}
#members .ceo dd {
	margin: 20px 0 0;
	font-size: 16px;
	font-weight: 500;
}



#company table {
	margin: -15px 0 0;
	border-collapse: collapse;
}
#company table th,
#company table td {
	line-height: 1.8;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	padding: 18px 5px;
	color: #033333;
	border-bottom: 1px solid #ccc;
}
#company table th {
	white-space: nowrap;
	padding-right: 20px;
}
#company table li {
	line-height: 1.8;
	padding-left: 1em;
	text-indent: -1em;
}
#company table li::before {
	content: "・";
	text-indent: 0;
}
#company table td a {
	color: #033333;
	text-decoration: underline;
}



#interlude {
	position: relative;
	height: 100vw;
}










#about {
	padding-bottom: 90vw;
}
#about .pict {
	width: 100vw;
	height: 120vw;
	left: 0;
	bottom: -10vw;
	z-index: 1;
	overflow: hidden;
}

#about .e1,
#about .e2 {
	width: 120vw;
	height: 120vw;
	left: 20vw;
	opacity: 0.4;
	transition: all 600ms ease-out;
}

#about .e1 {
	background: url(../img/motion_about1.svg) 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 1;
}
#about .e2 {
	background: url(../img/motion_about2.svg) 0 0 no-repeat;
	background-size: 100% auto;
	transform: translate(-92px, 160px);
}

#about .passed .e1,
#about .passed .e2 {
	opacity: 1;
	transform: translate(0px, 0px);
}



#collaboration {
	padding-bottom: 70vw;
}
#collaboration .pict {
	width: 100vw;
	height: calc(100vw + 100px);
	left: -20vw;
	bottom: calc(-10vw - 80px);
	overflow: hidden;
}

#collaboration .e1,
#collaboration .e2 {
	width: 100vw;
	height: 100vw;
	left: 0;
	opacity: 0.4;
	transition: all 900ms ease-out;
}

#collaboration .e1 {
	background: url(../img/motion_collaboration1.svg) 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 1;
	transform: translateY(0px) rotate(-90deg);
}
#collaboration .e2 {
	background: url(../img/motion_collaboration2.svg) 0 0 no-repeat;
	background-size: 100% auto;
	transform: translateY(100px) rotate(90deg);
}

#collaboration .passed .e1,
#collaboration .passed .e2 {
	opacity: 1;
	transform: translateY(0px) rotate(0deg);
}





#news {
	padding-bottom: 80vw;
}
#news .pict {
	width: 120vw;
	height: calc(120vw + 100px);
	left: 20vw;
	bottom: calc(-10vw - 100px);
	overflow: hidden;
}

#news .e1,
#news .e2,
#news .e3 {
	width: 120vw;
	height: 120vw;
	opacity: 0.4;
	transition: all 500ms ease-out;
}

#news .e1 {
	background: url(../img/motion_news1.svg) 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 1;
}
#news .e2 {
	background: url(../img/motion_news2.svg) 0 0 no-repeat;
	background-size: 100% auto;
	transform: translateY(100px);
}
#news .e3 {
	background: url(../img/motion_news3.svg) 0 0 no-repeat;
	z-index: 10;
	opacity: 0;
	transition: all 0ms ease-out 500ms;
}

#news .passed .e1,
#news .passed .e2 {
	opacity: 1;
	transform: translateY(0px);
}
#news .passed .e3 {
	opacity: 1;
}
#news .resume .e3 {
	visibility: hidden;
	transition: all 0ms ease-out 0ms;
}






#members {
	padding-bottom: 95vw;
}
#members .pict {
	width: 120vw;
	height: calc(120vw + 120px);
	left: -40vw;
	bottom: calc(-10vw - 40px);
	overflow: hidden;
}


#members .e1,
#members .e2 {
	width: 120vw;
	height: 120vw;
	top: 100px;
	opacity: 0.4;
	transition: all 500ms ease-out;
}

#members .e1 {
	background: url(../img/motion_members1.svg) 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 1;
	transform: translate(60px, -50px);
}
#members .e2 {
	background: url(../img/motion_members2.svg) 0 0 no-repeat;
	background-size: 100% auto;
	transform: translate(-60px, 50px);
}

#members .passed .e1,
#members .passed .e2 {
	opacity: 1;
	transform: translate(0px, 0px);
}





#recruit {
	padding-bottom: 70vw;
}
#recruit .pict {
	width: 100vw;
	height: 80vw;
	right: -5vw;
	bottom: -5vw;
	overflow: hidden;
}

#recruit .e1,
#recruit .e2,
#recruit .e3 {
	width: 80vw;
	height: 80vw;
	opacity: 0.4;
	transition: all 500ms ease-out;
}

#recruit .e1 {
	background: url(../img/motion_recruit1.svg) 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 1;
	transform: translateX(0px);
}
#recruit .e2 {
	background: url(../img/motion_recruit2.svg) 0 0 no-repeat;
	background-size: 100% auto;
	transform: translateX(100px);
}
#recruit .e3 {
	background: url(../img/motion_recruit3.svg) 0 0 no-repeat;
	z-index: 10;
	opacity: 0;
	transition: all 0ms ease-out 500ms;
}

#recruit .passed .e1 {
	opacity: 1;
	transform: translateX(50px);
}
#recruit .passed .e2 {
	opacity: 1;
	transform: translateX(50px);
}
#recruit .passed .e3 {
	opacity: 1;
	transform: translateX(50px);
}
#recruit .resume .e3 {
	visibility: hidden;
	transition: all 0ms ease-out 0ms;
}
	
	
	



#company {
	padding-bottom: 95vw;
}
#company .pict {
	width: 100vw;
	height: calc(100vw + 50px);
	left: -20vw;
	bottom: -10vw;
	overflow: hidden;
}

#company .e1,
#company .e2,
#company .e3 {
	width: 100vw;
	height: 100vw;
	top: 50px;
	opacity: 0.4;
	transition: all 600ms ease-out;
}

#company .e1 {
	background: url(../img/motion_company1.svg) 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 1;
	transform: translateY(-50px);
}
#company .e2 {
	background: url(../img/motion_company2.svg) 0 0 no-repeat;
	background-size: 100% auto;
	transform: translateY(50px);
}
#company .e3 {
	background: url(../img/motion_company3.svg) 0 0 no-repeat;
	z-index: 10;
	opacity: 0;
	transition: all 0ms ease-out 600ms;
}

#company .passed .e1,
#company .passed .e2 {
	opacity: 1;
	transform: translateY(0px);
}
#company .passed .e3 {
	opacity: 1;
}
#company .resume .e3 {
	visibility: hidden;
	transition: all 0ms ease-out 0ms;
}











.content-header {
	position: relative;
	height: 160px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
#wrap.news .content-header {
	background-image: url(../img/header_news.png);
}
#wrap.collaboration .content-header {
	background-image: url(../img/header_collaboration.png);
}
#wrap.members .content-header {
	background-image: url(../img/header_members.png);
}


.content-header .inner {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 160px;
	margin: 0 auto;
	padding: 0 24px;
}
.content-header .inner h1 {
	display: inline-flex;
	padding: 5px 6px;
	letter-spacing: 2px;
	font-size: 34px;
	font-weight: 300;
	font-family: Montserrat, sans-serif;
	background: #fff;
}



.content-container {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 25px 24px 30px;
}
.content-container .path {
	display: flex;
	margin: 0 0 25px;
	font-size: 12px;
}
.content-container .path a {
	text-decoration: underline;
}
.content-container .path * + * {
	position: relative;
	margin-left: 14px;
}
.content-container .path * + *::before{
	position: relative;
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	top: 1px;
	margin-right: 14px;
	background: url(../img/arrow_path.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}



.content-container article {
	margin: 0 0 30px;
}
.content-container article p {
	color: #033333;
	font-size: 12px;
	line-height: 1.8;
}




.news-index .entry-list ul {
}
.news-index .entry-list li + li {
	margin-top: 30px;
}

.news-index .entry-list li img {
	width: 100%;
	height: auto;
}
.news-index .entry-list li img {
	width: 100%;
	height: auto;
}
.news-index .entry-list dl {
	margin: 10px 0 0;
}
.news-index .entry-list dt {
	line-height: 1.6;
	font-size: 15px;
	font-weight: 500;
}
.news-index .entry-list dt + dd {
	margin: 8px 0 0;
	line-height: 1.8;
	font-size: 12px;
	
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-index .entry-list dd + dd {
	display: flex;
	min-height: 16px;
	margin: 14px 0 0;
	padding-left: 24px;
	font-size: 14px;
	font-weight: 300;
	background: url(../img/icon_clock.svg) 0 50% no-repeat;
	background-size: 16px auto;
}



.news-index nav {
	margin: 36px 0 0;
	text-align: center;
}
.news-index nav a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 50px;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	background: #404040 url(../img/arrow_down.svg) right 20px top 50% no-repeat;
	background-size: 16px auto;
	border-radius: 30px;
	transition: all 300ms ease-out;
}
.news-index nav a:active {
	background-color: #222;
}


.return-top {
	margin: 40px 0 0;
}
.return-top a {
	display: inline-flex;
	min-height: 20px;
	align-items: center;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 500;
	background: url(../img/arrow_prev.svg) 0 50% no-repeat;
	background-size: 14px auto;
}
.return-top a:active {
	text-decoration: underline;
}


#wrap.news #interlude {
	height: 120px;
	background: url(../img/header_news.png) 50% 50% no-repeat;
	background-size: cover;
}
#wrap.collaboration #interlude {
	height: 120px;
	background: url(../img/header_collaboration.png) 50% 50% no-repeat;
	background-size: cover;
}
#wrap.members #interlude {
	height: 120px;
	background: url(../img/header_members.png) 50% 50% no-repeat;
	background-size: cover;
}





.entry-list .box {
	position: relative;
	margin: 20px 0 0;
}
.entry-list .category {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: calc(100% - 80px);
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: #033333;
	border-radius: 50px;
}
.entry-list .icon {
	position: absolute;
	width: 50px;
	right: 0;
	top: 0;
}
.entry-list .icon img {
	width: 100%;
	height: auto;
}

#wrap.collaboration .entry-list dt {
	padding-right: 80px;
}




.category-selector {
	margin: 0 0 40px;
}
.category-selector dl {
}
.category-selector dt {
	display: none;
}
.category-selector dd {
	position: relative;
}
.category-selector dd > a {
	position: relative;
	display: flex;
	align-items: center;
	height: 40px;
	padding: 10px 50px 10px 10px;
	font-size: 14px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	cursor: pointer;
}
.category-selector dd > a::after {
	position: absolute;
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	right: -1px;
	top: -1px;
	background: #033333 url(../img/arrow_down.svg) 50% 50% no-repeat;
	background-size: 18px auto;
}

.category-selector dd ul {
	position: absolute;
	box-sizing: border-box;
	min-width: 100%;
	left: 0;
	top: 39px;
	z-index: 100;
	border: 1px solid #ccc;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: opacity 300ms ease-out, visibility 300ms ease-out;
}
.category-selector dd li a {
	display: flex;
	align-items: center;
	padding: 8px 10px;
	font-size: 14px;
}
.category-selector dd li a:hover {
	text-decoration: underline;
}
.category-selector dd.opened ul {
	visibility: visible;
	opacity: 1;
	height: auto;
}
.category-selector dd li:nth-child(1) {
	padding-top: 5px;
}
.category-selector dd li:last-child {
	padding-bottom: 5px;
}






.member-list {
	padding: 10px 0 0;
}
.member-list li + li {
	margin-top: 35px;
}
.member-list figure {
	width: 130px;
	margin: 0 auto;
}
.member-list figure img {
	width: 100%;
	height: auto;
}
.member-list dl {
	margin: 15px 0 0;
}
.member-list dt {
	line-height: 1.6;
	font-size: 18px;
	font-weight: 500;
}
.member-list dt + dd {
	margin: 8px 0 0;
	line-height: 1.6;
	font-size: 14px;
	color: #033333;
}
.member-list dd + dd {
	margin: 15px 0 0;
	line-height: 1.8;
	font-size: 12px;
}








/* 2024 */

#common-header,
#common-footer {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#menu-modal {
	display: none;
}





#common-header {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 80px;
	left: 0;
	top: 0;
	z-index: 10000;
}
#common-header::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 50;
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
}

#common-header .inner {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	padding: 18px 16px 0;
}

#common-header .logo {
	position: relative;
	display: flex;
	align-items: center;
	width: 86px;
	height: 40px;
	z-index: 100;
}
#common-header .logo a {
	display: block;
	width: 86px;
	height: 33px;
}

#common-header .menu {
	position: absolute;
	box-sizing: border-box;
	overflow: auto;
	width: 100%;
	height: calc(100vh - 80px);
	height: calc(100dvh - 80px);
	left: 0;
	top: 80px;
	padding: 40px 44px 40px;
	background: #f4f4f4;
}

#common-header .menu ul {
}
#common-header .menu > ul:nth-child(1) > li + li {
	margin-top: 35px;
}
#common-header .menu > ul:nth-child(1) > li > a {
	position: relative;
	display: block;
	padding: 16px 40px 16px 0;
	border-bottom: 1px solid #e6e6e6;
}
#common-header .menu > ul:nth-child(1) > li strong {
	display: block;
	font-size: 25px;
	font-weight: 400;
	font-family: "Josefin Sans", sans-serif;
}
#common-header .menu > ul:nth-child(1) > li em {
	display: block;
	margin: 3px 0 0;
	font-size: 13px;
	font-weight: 500;
}


#common-header .menu > ul:nth-child(1) li {
	position: relative;
}
#common-header .menu > ul:nth-child(1) > li > a span {
	position: absolute;
	box-sizing: border-box;
	display: inline-block;
	width: 22px;
	height: 22px;
	right: 0;
	top: calc(50% - 11px);
	border: 1px solid #dc1010;
	border-radius: 11px;
	transition: all 300ms ease-out;
}
#common-header .menu > ul:nth-child(1) > li > a span::after {
	position: absolute;
	display: block;
	content: "";
	width: 12px;
	height: 10px;
	left: calc(50% - 6px);
	top: calc(50% - 5px);
	background: url(/img/arrow2.svg) 50% 50% no-repeat;
	background-size: 12px auto;
	transition: all 150ms ease-out; 
}

#common-header .menu > ul:nth-child(1) > li > a:active span {
	background: #dc1010;
}
#common-header .menu > ul:nth-child(1) > li > a:active span::after {
	filter: brightness(0) invert(1);
}


#common-header .menu ul ul {
	margin: 15px 0 0;
}
#common-header .menu ul ul li::before {
	content: "- ";
}
#common-header .menu ul ul li + li {
	margin-top: 10px;
}
#common-header .menu ul ul li a {
	font-size: 14px;
	font-weight: 500;
}





/*
#common-header .menu ul:nth-child(1) a::after {
	position: absolute;
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	left: calc(50% - 20px);
	bottom: -12px;
	background: #dc1010;
	visibility: hidden;
}
*/

#common-header .menu > ul:nth-child(2) {
	max-width: 400px;
	margin: 40px auto 0;
}
#common-header .menu > ul:nth-child(2) li + li {
	margin-top: 16px;
}
#common-header .menu > ul:nth-child(2) li a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	font-size: 15px;
	font-weight: 500;
	border: 1px solid #dc1010;
	border-radius: 25px;
}
#common-header .menu .download a {
	color: #dc1010;
	background: #fff;
}
#common-header .menu .contact a {
	color: #fff;
	background: #dc1010;
}



#common-header .menu {
	visibility: hidden;
	transform: translateY(-100vh);
	transition: all 300ms ease-out;
}

body.opened-menu {
	overflow: hidden;
}
body.opened-menu #common-header .menu {
	visibility: visible;
	transform: translateY(0);
}



/*
body.business #common-header li.business a::after,
body.technology #common-header li.technology a::after,
body.company #common-header li.company a::after,
body.sustainability #common-header li.sustainability a::after,
body.recruit #common-header li.recruit a::after,
body.news #common-header li.news a::after
{
	visibility: visible;
}
*/





#menu-button {
	position: absolute;
	width: 80px;
	height: 80px;
	right: 0;
	top: 0;
	z-index: 100;
}
#menu-button button {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}
#menu-button i {
	position: absolute;
	display: block;
	width: 26px;
	height: 1px;
	left: calc(50% - 13px);
	top: 50%;
	background: #000;
	transition: all 200ms ease-out;
}

#menu-button i:nth-child(1) {
	margin-top: -10px;
}
#menu-button i:nth-child(2) {
}
#menu-button i:nth-child(3) {
	margin-top: 10px;
}

body.opened-menu #menu-button i:nth-child(1) {
	transform: translateY(10px) rotate(45deg);
}
body.opened-menu #menu-button i:nth-child(2) {
	opacity: 0;
}
body.opened-menu #menu-button i:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
}




body:not(.index) #common-header {
	position: absolute;
}
body:not(.index) #wrap {
	padding-top: 80px;
}

body.fix-menu #common-header {
	position: fixed;
	top: -80px;
	transition: transform 400ms ease-out;
}
body.fix-menu.show-menu #common-header {
	transform: translateY(80px);
}






#common-footer {
	position: relative;
	z-index: 10;
	padding: 80px 24px 24px;
	color: #fff;
	background: #000;
}
#common-footer a {
	color: #fff;
}
#common-footer .inner {
}



#common-footer #return-top {
	position: absolute;
	width: 28px;
	right: 15px;
	top: 15px;
	overflow: hidden;
}
#common-footer #return-top a {
	box-sizing: border-box;
	display: block;
	width: 28px;
	height: 28px;
	font-size: 0;
	border: 1px solid #fff;
	border-radius: 14px;
}
#common-footer #return-top a::before {
	position: absolute;
	content: "";
	display: block;
	width: 14px;
	height: 12px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	z-index: 1;
	background: url(../img/arrow_top.svg) 50% 50% no-repeat;
	background-size: 12px auto;
}
#common-footer #return-top a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	border-radius: 14px;
	transform: scale(0);
	transition: all 200ms ease;
}



#common-footer .menu {
	display: flex;
	flex-wrap: wrap;
}
#common-footer .box {
	width: calc(50% - 10px);
}
#common-footer .box:nth-child(2n) {
	margin-left: 20px;
}
#common-footer .box:nth-child(n + 3) {
	margin-top: 50px;
}

#common-footer .menu .parent strong {
	display: block;
	font-size: 19px;
	font-weight: 400;
	font-family: "Josefin Sans", sans-serif;
}
#common-footer .menu .parent span {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	font-weight: 500;
}

#common-footer .menu .mailmagazine .parent {
	font-size: 16px;
	font-weight: 500;
}


#common-footer .menu .group + .group {
	margin-top: 40px;
}




#common-footer .menu ul {
	position: relative;
	margin: 20px 0 0;
}
#common-footer .menu li {
	padding-left: 0.75em;
	text-indent: -0.75em;
}
#common-footer .menu li::before {
	display: inline-block;
	content: "-";
	width: 0.75em;
	text-indent: 0;
}
#common-footer .menu li + li {
	margin-top: 6px;
}
#common-footer .menu li a {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.8;
}

#common-footer .menu li a .popup {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 3px;
	top: 2px;
	background: url(/img/icon_popup_white.svg) 0 0 no-repeat;
	background-size: 100% auto;
}





#common-footer .extra {
	width: 100%;
	margin: 60px 0 0;
	padding: 60px 0 0;
	border-top: 1px solid #505050;
}


#common-footer .logo {
	width: 180px;
	margin: 0 auto;
}

#common-footer .extra .links {
	max-width: 400px;
	margin: 50px auto 0 ;
}

#common-footer .extra .links li + li {
	margin-top: 10px;
}
#common-footer .extra .links a {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	font-size: 15px;
	font-weight: 500;
	border: 1px solid #dc1010;
	border-radius: 25px;
}
#common-footer .extra .links .download a {
	color: #dc1010;
	background: #fff;
}
#common-footer .extra .links .contact a {
	color: #fff;
	background: #dc1010;
}

#common-footer .extra .links a {
	transition: all 300ms ease-out;
}
#common-footer .extra .links a:hover {
	opacity: 0.7;
	text-decoration: none;
}


#common-footer .extra .download i {
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 15px;
	right: 16px;
	top: calc(50% - 7px);
	background: url(../img/icon_download.svg?2) 50% 50% no-repeat;
	background-size: 100% auto;
	transition: all 150ms ease-out;
	will-change: filter;
}
#common-footer .extra .contact i {
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 12px;
	right: 20px;
	top: calc(50% - 6px);
	background: url(../img/arrow_mini_white.svg) 50% 50% no-repeat;
	background-size: 100% auto;
	transition: all 150ms ease-out;
	will-change: filter;
}







#common-footer .sns {
	margin: 50px 0 0;
}
#common-footer .sns ul {
	display: flex;
	justify-content: center;
}
#common-footer .sns li {
	width: 40px;
}
#common-footer .sns li + li {
	margin-left: 20px;
}


#common-footer .sub {
	margin: 50px 0 0;
	padding: 40px 0 0;
	border-top: 1px solid #505050;
}
#common-footer .sub ul {
}
#common-footer .sub li {
	position: relative;
}
#common-footer .sub li + li {
	margin-top: 10px;
}
#common-footer .sub a {
	font-size: 12px;
}



#common-footer .copyright {
	margin: 30px 0 0;
	font-size: 9px;
	line-height: 1.3;
}








#wrap.members .content-header .inner h1 {
	display: inline-block;
	background: none;
}
#wrap.members .content-header .inner h1 span {
	position: relative;
	display: inline-block;
	padding: 0 6px;
	background: #fff;
}
#wrap.members .content-header .inner h1 span:nth-child(1) {
	z-index: 10;
}


.ceo-visual {
	position: relative;
}

.ceo-visual .photo img {
	width: 100%;
	height: auto;
}

.ceo-visual > dl {
	position: absolute;
	left: 20px;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
}
.ceo-visual > dl > dt {
	width: 110px;
}
.ceo-visual > dl > dt img {
	width: 100%;
	height: auto;
}
.ceo-visual > dl > dd {
	margin: 15px 0 0;
}
.ceo-visual dl dl dt {
	font-size: 9px;
	line-height: 1.6;
	color: #000;
}
.ceo-visual dl dl dd {
	margin: 10px 0 0;
	font-size: 18px;
	font-weight: 500px;
	color: #000;
}


.ceo-column {
	box-sizing: border-box;
	margin: 30px auto 0;
}

.ceo-column .intro h2 {
	margin: 0 0 20px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
}
.ceo-column .intro article {
}
.ceo-column .intro article p {
	font-size: 14px;
	line-height: 2;
	color: #333;
}
.ceo-column .intro article p + p {
	margin-top: 20px;
}


.ceo-column .profile {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #ccc;
}
.ceo-column .profile h2 {
	margin: 0 0 20px;
	font-size: 25px;
}
.ceo-column .profile article {
}
.ceo-column .profile article p {
	font-size: 12px;
	font-family: Montserrat, sans-serif;
	line-height: 2;
	color: #333;
}



