@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 15vw;
}

#about .logo {
	margin-bottom: 20px;
}

#about .logo img {
	height: 8vw;
}

#about h3 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 7vw;
	line-height: 1.3;
}

#about .copy {
	margin-bottom: 5vw;
}

#about .copy img {
	height: 5vw;
}

/* ---------------------------------------------------------
	CSS Document management
--------------------------------------------------------- */

#management {
	margin-bottom: 15vw;
}

#management h3 {
	margin-bottom: 90px;
	font-weight: bold;
	font-size: 6vw;
	line-height: 1;
	position: relative;
}

#management h3:after {
	content: '';
	width: 60px;
	height: 60px;
	border-bottom: solid 2px #000;
	border-right: solid 2px #000;
	transform:  rotate(45deg) translateX(-50%) skew(calc((90deg - 150deg) / 2), calc((90deg - 150deg) / 2));
	position: absolute;
	bottom: -90px;
	left: 50%;
}

#management h3 .en {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	padding: 0 1em;
	background: #ff0;
	font-weight: 700;
	font-size: 3.5vw;
	line-height: 1.5em;
}

#management h3 .ja {
	display: block;
}

#management li {
	padding: 2em 0;
	position: relative;
}

#management li:after {
	content: '';
	width: 90vw;
	height: 1px;
	background: #000;
	transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	left: 50%;
}

#management li:first-of-type:before {
	content: '';
	width: 90vw;
	height: 1px;
	background: #000;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin: 0 5vw 20vw;
}

#case ul {
	display: flex;
	justify-content: space-between;
}

#case li {
	width: 47%;
}

#case a {
	display: block;
	text-align: left;
	text-decoration: none;
	line-height: 1;
	color: #000;
}

#case a .ja {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 30px;
	font-weight: bold;
	position: relative;
}

#case a .ja:before {
	content: '';
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #fff 90%, #000 90%);
	position: absolute;
	bottom: 0;
	left: 0;
}

#case a .ja:after {
	content: '';
	width: 0;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}

#case a .en {
	display: block;
	padding-right: 70px;
	font-size: 3vw;
	position: relative;
}

#case a .en i:before {
	content: '';
	width: 24px;
	height: 24px;
	border-radius: 100%;
	border: solid 1px #000;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
}

#case a .en i:after {
	content: '';
	width: 0;
	height: 0;
	margin-top: -3px;
	border: solid 3px transparent;
	border-left: solid 5px #000;
	position: absolute;
	top: 50%;
	right: 7px;
}

/* ---------------------------------------------------------
	CSS Document business
--------------------------------------------------------- */

#business {
	margin: 0 5vw 15vw;
	text-align: left;
}

#business .section {
	display: flex;
	align-items: flex-end;
	height: 55vw;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 5vw;
	background: #000;
	position: relative;
	z-index: 0;
}

#business .inner {
	width: 100%;
}

#business figure img {
	max-width: 600%;
	height: 70vw;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	opacity: 0.6;
}

#business .name {
	width: 100%;
	margin-bottom: 3vw;
	padding-bottom: 5vw;
	border-bottom: solid 1px #ff0;
}

#business .name a {
	text-decoration: none;
	color: #ff0;
}

#business .name .en {
	display: block;
	margin-bottom: 15px;
	font-weight: 800;
	font-size: 6vw;
	line-height: 1.1;
}

#business .name .ja {
	display: block;
	font-weight: bold;
	font-size: 3.5vw;
	line-height: 1.5;
}

#business .more {
	font-size: 3vw;
	letter-spacing: 0.05em;
	line-height: 3em;
	color: #ff0;
	position: relative;
}

#business .more:before {
	content: '';
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: #ff0;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 13px;
}

#business .more:after {
	content: '';
	width: 0;
	height: 0;
	margin-top: -3px;
	border: solid 3px transparent;
	border-left: solid 5px #000;
	position: absolute;
	top: 50%;
	right: 20px;
}
