@charset "UTF-8";
@import url("../../css/common.pc02.css");

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-top: 44px;
	margin-bottom: 5px;
	border-bottom: solid 7px #c9e6e5;
	padding: 60px 0 80px;
	position: relative;
	z-index: 0;
}

#visual .visual_01 {
	min-width: 1400px;
	width: 100%;
	height: 271px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

#visual .visual_02 {
	min-width: 1400px;
	width: 100%;
	height: 450px;
	overflow: hidden;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#visual .visual_02 img {
	height: 460px;
}

#visual h1 {
	margin-bottom: 40px;
	text-align: left;
	font-weight: 600;
	font-size: 140px;
	line-height: 1;
	color: #6cb9b8;
}

/* #visual h1 .en {
	font-size: 110px;
} */

#visual p {
	text-align: left;
	font-size: 20px;
	line-height: 1.8;
	width: 45%;
}

#visual .container {
	position: relative;
}

#visual .visual_03 {
	width: 750px;
	position: absolute;
	top: -30px;
	right: -50px;
}

#visual .visual_03 img {
	/* height: 485px; */
	height: 380px;
}

/* ---------------------------------------------------------
	CSS Document merit
--------------------------------------------------------- */

#merit {
	margin-bottom: 160px;
	padding-top: 70px;
	letter-spacing: 0.1em;
	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: 7px;
	background: #c9e6e5;
	position: absolute;
	top: 505px;
	left: 0;
	z-index: -1;
}

/* about */
#merit .about {
	margin-bottom: 120px;
	text-align: left;
	font-weight: 600;
	position: relative;
	padding-right: 260px;
}

#merit .about span {
	font-size: 40px;
}

#merit .about rt {
	font-size: 40px;
	color: #e4838c;
}

#merit .about img {
	/* width: 430px; */
	width: 320px;
	position: absolute;
	top: -50px;
	right: 20px;
}

/* section */
#merit .section {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-bottom: 130px;
	padding: 50px 50px 40px 40px;
	border: dashed 3px #606164;
	background: #fff;
	position: relative;
}

#merit .section:last-of-type:before {
	content: '';
	width: 100%;
	height: 98px;
	background: url(../images/merit_04.svg) no-repeat top;
	position: absolute;
	top: -118px;
	left: 0;
}

#merit h2 {
	width: 700px;
	height: 80px;
	margin-bottom: 20px;
	padding-left: 40px;
	background: #fcdc0d;
	text-align: left;
	font-weight: 600;
	font-size: 35px;
	line-height: 77px;
	position: absolute;
	top: 30px;
	left: -3px;
}

#merit .section p {
	text-align: left;
	font-size: 26px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

/* ---------------------------------------------------------
	CSS Document figure
--------------------------------------------------------- */

#figure {
	margin-bottom: 160px;
	width: 100%;
	padding: 0 20px;
}

#figure h2 {
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 82px;
	line-height: 110px;
}

#figure h2 img {
	margin-left: 0.3em;
}

#figure p {
	/* margin-bottom: 60px; */
	text-align: left;
	width: 80%;
	margin: 0 auto 60px;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin-bottom: 160px;
}

#case h2 {
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 82px;
	line-height: 1;
	color: #5bb2b0;
}

#case .section {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	align-items: center;
	margin-bottom: 50px;
	padding-bottom: 50px;
	position: relative;
}

#case .section:before {
	content: '';
	width: 100%;
	height: 10px;
	background: #fcdc0d;
	position: absolute;
	bottom: 0;
	left: 0;
}

#case .section:after {
	content: '';
	width: 50%;
	height: 10px;
	background: #5bb2b0;
	position: absolute;
	bottom: 0;
	right: 0;
}

#case .row {
	width: 50%;
	text-align: left;
}

#case h3 {
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 44px;
	line-height: 1;
	color: #e4838c;
}

#case p {
	font-size: 26px;
}

#case figure {
	width: 50%;
	text-align: center;
}

#case .plan {
	margin-top: 200px;
}

#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: 400px;
	padding: 10px 0;
	border: solid 4px #ffffff;
	border-left: solid 4px #5bb2b0;
	border-right: solid 4px #5bb2b0;
	text-align: center;
	font-weight: 400;
	font-size: 25px;
	background-color: #5bb2b0;
	color: #ffffff;
}
#case dt.firstCell {
	border-top: solid 4px #5bb2b0;
}
#case dt.lastCell {
	border-bottom: solid 4px #5bb2b0;
}

#case dd {
	display: table-cell;
	vertical-align: middle;
	width: 500px;
	padding: 10px 30px;
	border: solid 4px #5bb2b0;
	text-align: left;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.3;
	text-align: center;
}

/* merit_01 */
#merit .merit_01 {
	padding-top: 100px;
	position: relative;
	z-index: 0;
}

#merit .merit_01 {
	margin-bottom: 100px;
	padding-top: 130px;
}

#merit .merit_01:before {
	content: '';
	width: 100%;
	height: 1360px;
	background: url(../images/bg_01.svg) no-repeat left top;
	position: absolute;
	top: -30px;
	right: 0;
	z-index: -1;
}

@media only screen and (min-width: 2001px) {
	#merit .merit_01:before {
		background-size: 100% 1360px;
	}
}

#merit .merit_01 .row img {
	height: 138px;
}

#merit .merit_01 .pic {
	width: 820px;
	margin-left: -300px;
	margin-right: 60px;
}

/* merit_02 */
#merit .merit_02 h3 {
	text-align: left;
	position: relative;
	z-index: 0;
}

#merit .merit_02 .flex {
	transform: translateY(-50px);
}

#merit .merit_02 .row figure {
	margin-right: 30px;
	text-align: right;
}

#merit .merit_02 .row img {
	height: 165px;
}

#merit .merit_02 .pic {
	width: 820px;
	margin-right: -260px;
	margin-left: 60px;
}

/* merit_03 */
#merit .merit_03 {
	padding-top: 100px;
	position: relative;
	z-index: 0;
}

#merit .merit_03:before {
	content: '';
	width: 100%;
	height: 1360px;
	background: url(../images/bg_02.svg) no-repeat right top;
	position: absolute;
	top: -30px;
	right: 0;
	z-index: -1;
}

@media only screen and (min-width: 2001px) {
	#merit .merit_03:before {
		background-size: 100% 1360px;
	}
}

#merit .merit_03 .row img {
	height: 170px;
}

#merit .merit_03 .pic {
	width: 820px;
	margin-left: -380px;
	margin-right: 60px;
}

/* ---------------------------------------------------------
	CSS Document link
--------------------------------------------------------- */

#link {
	position: relative;
	z-index: 0;
	margin-bottom: 60px;
}

#link a {
	display: block;
	height: 240px;
	position: relative;
}

#link img {
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	transition: .4s;
}

#link img:hover {
	filter: hue-rotate(170deg);
}
