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

/* ---------------------------------------------------------
	CSS Document bread
--------------------------------------------------------- */

#bread figure {
	display: flex;
	align-items: flex-end;
}

#bread figure img {
	height: 15vw;
}

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

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

#case .container {
	margin-bottom: 15vw;
}

#case .section {
	margin-bottom: 10vw;
}

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

#case .name {
	display: flex;
	align-items: center;
	padding: 4vw;
	background: #eff3f6;
	text-align: left;
	font-weight: 600;
	font-size: 4vw;
	line-height: 1.3;
	color: #1c509d;
}

#case .name .en {
	width: 4em;
	margin-right: 4vw;
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 3.5vw;
	position: relative;
}

#case .name .en:after {
	display: block;
	content: '';
	width: 1px;
	height: 5vw;
	border-right: dotted 4px #1c509d;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
}

#case .figure {
	display: flex;
}

#case .figure img {
	height: 36vw;
}

#case .figure.case_05 img {
	height: 24.15013333333333vw;
}

#case .figure figcaption {
	display: block;
	background: #999;
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 4vw;
	line-height: 8vw;
	color: #fff;
}

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

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

#faq .container {
	margin: 0 5vw 15vw;
}

#faq figure {
	margin-bottom: 5vw;
}

#faq figure img {
	height: 20vw;
}

#faq dl {
	margin-bottom: 10vw;
	text-align: justify;
}

#faq dt {
	margin-bottom: 5vw;
	padding-left: 8vw;
	font-weight: 600;
	font-size: 4vw;
	line-height: 1.5;
	color: #1c509d;
	position: relative;
}

#faq dt:before {
	content: 'Q';
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 6.5vw;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}

#faq dd {
	padding: 5vw;
	background: #e1ecf7;
	position: relative;
}

#faq dd:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 14px transparent;
	border-bottom: solid 24px #e1ecf7;
	transform: rotate(-15deg);
	position: absolute;
	top: -30px;
	left: 3vw;
}

#faq dd .ja {
	display: none;
}
