@charset "UTF-8";
@import url("../../css/common.sp02.css");

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-top: 44px;
	margin-bottom: 3px;
	padding: 10vw;
	border-bottom: solid 5px #c9e6e5;
	position: relative;
	z-index: 0;
}

#visual .visual_01 {
	width: 48vw;
	height: 50vw;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

#visual .visual_02 {
	width: 100%;
	height: 38vw;
	overflow: hidden;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#visual .visual_02 img {
	height: 40vw;
}

#visual h1 {
	margin-bottom: 5vw;
	text-align: left;
	font-weight: 600;
	font-size: 14vw;
	line-height: 1;
	color: #6cb9b8;
}

/* #visual h1 .en {
	font-size: 10vw;
} */

#visual p {
	text-align: left;
	font-size: 5vw;
	line-height: 1.8;
}

#visual .container {
	position: relative;
}

#visual .visual_03 {
	margin-bottom: 5vw;
}

#visual .visual_03 img {
	height: 50vw;
}

/* ---------------------------------------------------------
	CSS Document merit
--------------------------------------------------------- */

#merit {
	padding: 8vw 5vw;
	position: relative;
	z-index: 0;
}

#merit:before {
	content: '';
	width: 100%;
	height: 500px;
	background: #c9e6e5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#merit:after {
	content: '';
	width: 100%;
	height: 5px;
	background: #c9e6e5;
	position: absolute;
	top: 503px;
	left: 0;
	z-index: -1;
}

/* about */
#merit .about {
	margin-bottom: 8vw;
	text-align: left;
	font-weight: 600;
	position: relative;
}

#merit .about span {
	font-size: 6vw;
}

#merit .about rt {
	font-size: 6vw;
	color: #e4838c;
}

#merit .about p {
	margin-bottom: 5vw;
}

#merit .about figure {
	text-align: center;
}

#merit .about img {
	height: 50vw;
}

/* section */
#merit .section {
	margin-bottom: 19vw;
	padding: 25vw 5vw 5vw;
	border: dashed 2px #606164;
	background: #fff;
	position: relative;
}

#merit .section:last-of-type:before {
	content: '';
	width: 100%;
	height: 10vw;
	background: url(../images/merit_04.svg) no-repeat top / auto 100%;
	position: absolute;
	top: -15vw;
	left: 0;
}

#merit h2 {
	width: 80%;
	padding-left: 10vw;
	background: #fcdc0d;
	text-align: left;
	font-weight: 700;
	font-size: 5vw;
	line-height: 9vw;
	position: absolute;
	top: 5vw;
	left: -2px;
}

#merit .section p {
	margin-bottom: 5vw;
	text-align: left;
	line-height: 2;
}

#merit .section img {
	height: 40vw;
}

/* ---------------------------------------------------------
	CSS Document figure
--------------------------------------------------------- */

#figure {
	margin: 0 5vw 20vw;
}

#figure h2 {
	margin-bottom: 5vw;
	font-weight: 700;
	font-size: 7vw;
	line-height: 12vw;
}

#figure h2 img {
	height: 12vw;
	margin-left: 0.3em;
}

#figure p {
	margin-bottom: 5vw;
	text-align: left;
}

#figure figure img {
	height: 62.0208vw;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin: 0 5vw 20vw;
}

#case h2 {
	margin-bottom: 8vw;
	font-weight: 700;
	font-size: 8vw;
	line-height: 1;
	color: #5bb2b0;
}

#case .section {
	margin-bottom: 10vw;
	padding-top: 8vw;
	position: relative;
}

#case .section:before {
	content: '';
	width: 100%;
	height: 5px;
	background: #fcdc0d;
	position: absolute;
	/* top: 0; */
	bottom: 0;
	left: 0;
}

#case .section:after {
	content: '';
	width: 70%;
	height: 5px;
	background: #5bb2b0;
	position: absolute;
	/* top: 0; */
	bottom: 0;
	right: 0;
}

#case h3 {
	margin-bottom: 5vw;
	font-weight: 700;
	font-size: 6vw;
	line-height: 1;
	color: #e4838c;
}

#case figure {
	margin-top: 5vw;
	text-align: center;
	padding-bottom: 10vw;
}

#case figure img[height="274"] {
	height: 40vw;
}

#case figure img[height="310"] {
	height: 45vw;
}

#case figure img[height="251"] {
	height: 40vw;
}

#case figure img[height="331"] {
	height: 60vw;
}

#case figure img[height="304"] {
	height: 40vw;
}

#case .plan {
	margin-top: 100px;
}

#case .table {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 1px;
}

#case dl {
	display: table-row;
}

#case dt {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	padding: 4px;
	border: solid 2px #ffffff;
	border-left: solid 2px #5bb2b0;
	border-right: solid 2px #5bb2b0;
	text-align: center;
	font-weight: 400;
	background-color: #5bb2b0;
	color: #ffffff;
}
#case dt.firstCell {
	border-top: solid 2px #5bb2b0;
}
#case dt.lastCell {
	border-bottom: solid 2px #5bb2b0;
}

#case dd {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	padding: 4px;
	border: solid 2px #5bb2b0;
	text-align: left;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
}

/* ---------------------------------------------------------
	CSS Document link
--------------------------------------------------------- */

#link {
	margin-bottom: 60px;
}

#link a {
	display: block;
}

#link a img {
	max-width: 400%;
	height: 21vw;
	position: relative;
	left: -5vw;
}
