@charset "UTF-8";
@import url("../../css/common.sp02.css");

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 58vw;
	overflow: hidden;
	margin-top: 44px;
	margin-bottom: 10vw;
	padding: 10vw;
	background: #2b4970;
	color: #fff;
	position: relative;
	z-index: 0;
}

#visual figure {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#visual figure img {
	height: 58vw;
	object-fit: cover;
}

#visual h1 {
	margin-bottom: 5vw;
	text-align: left;
	font-weight: 700;
	font-size: 8.5vw;
	line-height: 1.4;
}

#visual .headertext p {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 5vw 15vw;
	position: relative;
	z-index: 0;
}

#about h2 {
	margin-bottom: 7vw;
	font-weight: 700;
	font-size: 7vw;
	line-height: 1;
}

#about h2 span {
	color: #c43176;
}

#about .desc {
	margin-bottom: 7vw;
	text-align: justify;
}

#about .risk {
	margin-bottom: 15px;
	text-align: left;
	position: relative;
	z-index: 0;
}

#about .risk h3 {
	margin-bottom: 3vw;
	font-weight: 600;
	font-size: 5vw;
	line-height: 1;
	color: #c43176;
}

#about .risk p {
	margin-bottom: 7vw;
	font-size: 4vw;
}

#about .risk figure {
	text-align: center;
}

#about .risk figure img {
	height: 50vw;
}

/* ---------------------------------------------------------
	CSS Document point
--------------------------------------------------------- */

#point {
	margin-bottom: 15vw;
}

#point h2 {
	margin-bottom: 7vw;
	font-weight: 700;
	font-size: 7vw;
	line-height: 1.4;
}

#point h2 span {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline solid #efd600 0.6em;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.3em;
}

#point .bg {
	padding: 10vw 5vw 1vw;
	background: #d6e6f0;
	position: relative;
	z-index: 0;
}

#point .bg:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 20px transparent;
	border-top: solid 30px #fff;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -10px;
	z-index: 0;
}

#point .container {
	text-align: left;
}

#point h3 {
	font-weight: 600;
	font-size: 5vw;
	color: #c43176;
}

#point p {
	margin-bottom: 10vw;
}

/* ---------------------------------------------------------
	CSS Document merit
--------------------------------------------------------- */

#merit {
	margin: 0 5vw 15vw;
}

#merit h2 {
	margin-bottom: 7vw;
	font-weight: 700;
	font-size: 6vw;
	line-height: 1.3;
}

#merit h2 span {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline solid #efd600 0.6em;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.3em;
}

#merit .row {
	text-align: left;
}

#merit h3 {
	font-weight: 600;
	font-size: 4.5vw;
	color: #c43176;
}

#merit p {
	margin-bottom: 7vw;
}

#merit figure {
	text-align: center;
}

#merit figure img {
	height: 60vw;
}

/* ---------------------------------------------------------
	CSS Document figure
--------------------------------------------------------- */

#figure {
	overflow: hidden;
	margin-bottom: 15vw;
	padding: 10vw 5vw 5vw;
	background: #d6e6f0;
}

#figure h2 {
	margin-bottom: 7vw;
	font-weight: 700;
	font-size: 7vw;
	line-height: 1;
}

#figure h2 span {
	color: #c43176;
}

#figure figure {
	margin-bottom: 7vw;
	text-align: center;
}

#figure figure img {
	height: 122vw;
}

#figure .row {
	padding: 8vw 0;
	text-align: justify;
	position: relative;
	z-index: 0;
}

#figure .row:nth-of-type(odd) {
	background: #fff;
}

#figure .row:nth-of-type(odd):before {
	content: '';
	width: 100vw;
	height: 100%;
	background: #fff;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#figure h3 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 4.5vw;
	line-height: 1;
}

#figure h3 span {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline solid #efd600 0.6em;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.3em;
}

#figure .memo {
	color: #c43176;
}

/* ---------------------------------------------------------
	CSS Document provision
--------------------------------------------------------- */

#provision {
	margin: 0 5vw 15vw;
}

#provision h2 {
	margin-bottom: 7vw;
	font-weight: 700;
	font-size: 6vw;
	line-height: 1.3;
}

#provision h2 span {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline solid #efd600 0.6em;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.3em;
}

#provision .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#provision .row {
	text-align: left;
}

#provision h3 {
	font-weight: 600;
	font-size: 4.5vw;
	color: #c43176;
}

#provision p {
	margin-bottom: 7vw;
}

#provision figure {
	text-align: center;
    margin-bottom: 30px;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	padding: 10vw 5vw 10vw;
	background: #d6e6f0;
}

#case h2 {
	margin-bottom: 7vw;
	font-weight: 700;
	font-size: 7vw;
	line-height: 1;
}

#case .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#case .row {
	width: 48%;
	margin-bottom: 10vw;
}

#case .num {
	margin-bottom: 6vw;
	padding-bottom: 3vw;
	border-bottom: solid 4px #efd600;
	font-weight: 600;
	font-size: 3vw;
	letter-spacing: 0;
	line-height: 1.6;
	color: #c43176;
	position: relative;
}

#case .num:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 10px transparent;
	border-top: solid 12px #efd600;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -23px;
}

#case .num .en {
	display: block;
	font-size: 5vw;
	color: #efd600;
}

#case h3 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 4.5vw;
	line-height: 1;
}

#case .pic {
	margin-bottom: 5vw;
}

#case .pic img {
	height: 13vw;
}

#case .ill figcaption {
	margin-bottom: 5vw;
	line-height: 1.5;
}

#case .ill img {
	height: 42vw;
}

/* ---------------------------------------------------------
	CSS Document link
--------------------------------------------------------- */

#link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60vw;
	overflow: hidden;
	background: #2b4970;
	color: #fff;
	position: relative;
	z-index: 0;
}

#link figure {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#link figure img {
	height: 60vw;
	object-fit: cover;
}

#link p {
	margin-bottom: 30px;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
}

#link a {
	display: inline-block;
	vertical-align: top;
	padding: 0 2em;
	border-radius: 8px;
	background: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 4vw;
	line-height: 13vw;
	color: #c43176;
}
