@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document title
--------------------------------------------------------- */

#title h3 {
	margin: 0 5vw 10vw;
	padding-bottom: 5vw;
	border-bottom: solid 1px #000;
	text-align: left;
	line-height: 1;
	position: relative;
}

#title h3:after {
	content: '';
	width: 60px;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}

#title .ja {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	padding-right: 15px;
	border-right: solid 1px #000;
	font-weight: bold;
	font-size: 7vw;
	line-height: 1;
}

#title .en {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	background: #ff0;
	font-weight: 800;
	font-size: 3vw;
	line-height: 1.8em;
}

/* ---------------------------------------------------------
	CSS Document consulting
--------------------------------------------------------- */

#consulting .container {
	margin: 0 5vw 10vw;
}

#consulting h3 {
	margin-bottom: 20px;
	padding-bottom: 5vw;
	border-bottom: solid 1px #000;
	font-weight: 800;
	line-height: 1;
}

#consulting h3 i {
	display: block;
	vertical-align: top;
	margin-bottom: 10px;
	font-size: 10vw;
}

#consulting h3 .en {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
	padding: 0 5px;
	background: #ff0;
	font-weight: 800;
	font-size: 3vw;
	line-height: 1.8em;
}

#consulting h3 .ja {
	display: block;
	font-weight: bold;
	font-size: 5vw;
}

#consulting figure {
	height: 40vw;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#consulting figure img {
	max-width: 400%;
	height: 40vw;
	position: absolute;
	top: 0;
	left: 5vw;
	z-index: -1;
}

#consulting figcaption {
	text-align: left;
	position: relative;
	z-index: 1;
}

#consulting figcaption .en,
#consulting figcaption .ja {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	padding: 0 5px;
	background: #ff0;
	font-weight: 800;
	font-size: 4vw;
	line-height: 1.8em;
}

#consulting figcaption .ja {
	background: #000;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document parts
--------------------------------------------------------- */

#parts {
	margin: 0 5vw 15vw;
}

#parts .copy {
	margin-bottom: 15px;
	text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
	font-weight: bold;
	font-size: 6vw;
	line-height: 1.5;
	color: #fff;
} 

#parts .copy span {
	color: #ff0;
}

#parts .outline {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5vw;
	text-align: left;
	font-weight: bold;
}

#parts .outline li {
	padding-left: 2em;
	background: url(../images/icon.svg) no-repeat left / 5vw auto;
}

#parts .summary {
	margin-bottom: 10vw;
	padding: 5vw;
	background: #000;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	position: relative;
}

#parts .summary li {
	position: relative;
}

#parts .summary li:not(:last-of-type):after {
	display: block;
	content: '';
	width: 24%;
	height: 1px;
	margin: 5vw auto;
	background: #fff;
	position: relative;
}

#parts .summary:after {
	content: '';
	width: 100%;
	height: 28px;
	background: url(../images/arrow.svg) no-repeat top / 160px auto;
	position: absolute;
	bottom: -40px;
	left: 0;
}

#parts .figure {
	margin-bottom: 70px;
	position: relative;
}

#parts .figure: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: -80px;
	left: 50%;
}

#parts .figure img {
	width: 66vw;
}

#parts .faq ul {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5vw;
	text-align: left;
	font-size: 4vw;
}

#parts .faq li {
	margin-left: 2em;
	list-style: disc;
}

/* ---------------------------------------------------------
	CSS Document plan
--------------------------------------------------------- */

#plan .section {
	display: flex;
	align-items: center;
}

#plan .section:not(:last-of-type) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #000;
}

#plan h4 {
	width: 30vw;
	height: 30vw;
	border-radius: 100%;
	background: #000;
	padding-top: 5vw;
	font-weight: bold;
	font-size: 3vw;
	line-height: 1.5;
	color: #fff;
	position: relative;
}

#plan h4:after {
	content: '';
	width: 80px;
	height: 100%;
	background: url(../images/arrow.svg) no-repeat top / 80px auto;
	transform: rotate(-90deg);
	position: absolute;
	top: 0;
	left: 38vw;
}

#plan h4 .en {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 5px;
	border-bottom: solid 1px #fff;
}

#plan h4 .ja {
	display: block;
	font-size: 5vw;
	line-height: 1.6;
	color: #ff0;
	position: relative;
}

#plan h4 .ja:after {
	content: '';
	width: 24px;
	height: 1px;
	background: #fff;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

#plan p {
	flex: 1;
	margin-left: 40px;
	text-align: justify;
	line-height: 1.6;
}

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

#case .container {
	margin: 0 5vw 15vw;
	text-align: left;
}

#case h4 {
	margin-bottom: 5vw;
	padding-bottom: 15px;
	border-bottom: solid 1px #000;
	line-height: 1;
	position: relative;
}

#case h4 .ja {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1;
}

#case h4 .en {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	background: #ff0;
	font-weight: 800;
	font-size: 3vw;
	line-height: 2em;
}

#case dl {
	margin-bottom: 5vw;
}

#case dt {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	padding: 0 0.5em;
	background: #000;
	font-weight: 800;
	font-size: 3vw;
	line-height: 2em;
	color: #ff0;
}

#case dd {
	padding-left: 15px;
	background: url(../../case/images/icon.svg) no-repeat 0 7px / 6px auto;
	line-height: 22px;
}

/* ---------------------------------------------------------
	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;
}
