@charset "UTF-8";
@import "/include/css/common.pc.css";

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

#case .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
	padding: 40px;
	background: #fff;
}

#case .section {
	margin-bottom: 60px;
}

#case .section:nth-last-child(1) {
	margin-bottom: 0;
}

#case .section:nth-last-child(2) {
	margin-bottom: 0;
}

#case .name {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 20px;
	text-align: left;
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	color: #1c509d;
	position: relative;
	z-index: 0;
}

#case .name:before {
	content: '';
	width: 180px;
	height: 100%;
	background: #eff3f6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#case .name .en {
	margin-right: 20px;
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 14px;
}

#case .name .en:after {
	display: block;
	content: '';
	width: 20px;
	height: 1px;
	margin: 10px 0 0 2px;
	border-top: dotted 4px #1c509d;
}

#case .figure {
	display: flex;
	height: 200px;
}

#case .figure figure {
	position: relative;
}

#case .figure figure:nth-of-type(2) {
	margin-left: 30px;
}

#case .figure figure:nth-of-type(2):before {
	content: '';
	width: 0;
	height: 0;
	border: solid 15px transparent;
	border-left: solid 15px #1c509d;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -22px;
}

#case .figure figcaption {
	width: 110px;
	height: 26px;
	background: #999;
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

#case .figure figure:nth-of-type(2) figcaption {
	background: #1c509d;
}

/* ---------------------------------------------------------
	CSS Document faq
--------------------------------------------------------- */

#faq {
	margin-bottom: 130px;
}

#faq .container {
	padding: 0 60px;
}

#faq figure {
	margin-bottom: 30px;
}

#faq figure img {
	height: 85px;
}

#faq dl {
	margin-bottom: 40px;
	text-align: justify;
}

#faq dt {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
	color: #1c509d;
}

#faq dt:before {
	content: 'Q';
	margin-right: 15px;
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 34px;
}

#faq dd {
	padding: 30px 30px 30px 100px;
	background: #fff;
	position: relative;
}

#faq dd:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 16px transparent;
	border-bottom: solid 26px #fff;
	transform: rotate(-15deg);
	position: absolute;
	top: -34px;
	left: 22px;
}

#faq dd .ja {
	font-weight: 600;
	font-size: 24px;
	color: #1c509d;
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 0;
}

#faq dd .ja:before {
	content: '';
	width: 45px;
	height: 45px;
	border-radius: 45px;
	background: #e1ecf7;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -16px;
	z-index: -1;
}
