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

/* ---------------------------------------------------------
	CSS Document mv
--------------------------------------------------------- */

#mv1 {
	height: 240px;
	overflow: hidden;
	background: url(../images/mv.png) no-repeat 20% top / auto 100%;
	line-height: 250px;
	position: relative;
	z-index: 0;
}

#mv1:after {
	content: '';
	width: 90px;
	height: 87px;
	background: url(../images/visual_01.png) no-repeat 0 0 / auto 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#mv1 .section {
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	color: #fff;
}

#mv1 h2 {
	font-weight: 500;
	font-size: 8vw;
	letter-spacing: 5px;
	line-height: 1.2;
}

#mv1 h2 span {
	display: block;
	font-weight: 400;
	font-size: 15vw;
	color: #a3e8fe;
}
/* ---------------------------------------------------------
	CSS Document business@ir
--------------------------------------------------------- */

#business1 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-size: 0;
	position: relative;
	z-index: 0;
}

#business1:after {
	content: '';
	width: 100%;
	margin-top:0px; 
	height: 240px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

#business1 h2 .kana {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 60px;
	letter-spacing: 10px;
	line-height: 1;
	color: #37c47e;
	position: relative;
}

#business1 h2 .kana:first-letter {
	font-size: 86px;
}

#business1 h2 .kana:after {
	content: '';
	width: 21px;
	height: 21px;
	background: url(../images/business_05.png) no-repeat 0 0 / 21px auto;
	position: absolute;
	top: 0;
	left: 0;
}

#business1 h2 .h2 {
	display: block;
	margin-bottom: 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 20px;
	position: relative;
}

#business1 h2 .h2:after {
	content: '';
	width: 40px;
	height: 2px;
	background: #37c47e;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -21px;
}

#business1 .section {
	/*display: inline-block;*/
	vertical-align: top;
	width: 320px;
	overflow: hidden;
	padding-top: 25px;
	border-radius: 20px;
	background: #2fc383 url(../images/business_04.png) no-repeat 0 0 / 50px auto;
	color: #fff;
	margin-top:10px;
	margin-left:90px;
}

#business1  .section:not(:last-of-type) {
	margin-right: 80px;
}

#business1 h3 {
	/*margin-bottom: 20px;*/
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 24px;
	line-height: 1.5;
}

#business1 dt {
	margin-bottom: 20px;
	position: relative;
}

#business1 dt .num {
	width: 80px;
	padding: 10px 0;
	background: #2bb76c;
	text-align: left;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

#business1 dt .num img {
	width: 68px;
}

#business1 dt figure img {
	width: 95px;
}

#business1 dd {
	height: 50px;
	font-size: 16px;
	letter-spacing: 2px;
}

#business1 li {
	padding-bottom: 30px;
	background: url(../images/business_10.png) no-repeat right bottom / 57px auto;
}

#business1 li a {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	padding: 0 30px;
	border-radius: 40px;
	background: #fff;
	text-decoration: none;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 40px;
	color: #16a085;
}

#business1 li a:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 11px;
	height: 39px;
	margin-right: -5px;
	margin-left: 8px;
	background: url(../images/business_06.png) no-repeat left / 100% auto;
}

#business1 li a:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document introduce
--------------------------------------------------------- */

#introduce {
	margin: 0 20px 80px;
	padding-top: 20px;
	position: relative;
}

#introduce h2 .kana {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 21px;
	font-weight: 400;
	font-size: 10vw;
	letter-spacing: 3px;
	line-height: 1;
	color: #37c47e;
	position: relative;
}

#introduce h2 .kana:first-letter {
	font-size: 15vw;
}

#introduce h2 .kana:before {
	content: '';
	width: 21px;
	height: 21px;
	background: url(/include/images/business_05.png) no-repeat 0 0 / 21px auto;
	position: absolute;
	top: -3px;
	left: 3px;
}

#introduce h2 .kana:after {
	content: '';
	width: 40px;
	height: 2px;
	background: #37c47e;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -13px;
}

#introduce h2 .h2 {
	display: block;
	margin-bottom: 20px;
	font-size: 5vw;
}

#introduce .copy {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 17px;
	color: #37c47e;
}

#introduce .text {
	margin-bottom: 20px;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document point
--------------------------------------------------------- */

.point {
	margin-bottom: 50px;
	padding: 1px 20px 30px;
	background: #c0efce;
}

#point_02 {
	background: #ececcc;
}

.point .kana {
	display: block;
	margin-top: -0.7em;
	font-weight: 300;
	font-size: 12vw;
	letter-spacing: 1px;
	line-height: 1.2;
	color: #16a085;
	position: relative;
}

.point .h3 {
	display: block;
	font-weight: 500;
	font-size: 6vw;
	letter-spacing: 1px;
	line-height: 1.3;
	color: #16a085;
	position: relative;
}

.point li {
	margin-bottom: 15px;
	padding-left: 25px;
	background: url(../images/point_05.png) no-repeat 0 2px;
	text-align: left;
}

#point_01 figure {
	margin-top: 30px;
}

.point figcaption {
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.4;
}

#point_02 figure img,
#point_03 figure img {
	width: 180px;
}

/* ---------------------------------------------------------
	CSS Document system
--------------------------------------------------------- */

#system {
	margin: 0 20px 40px;
}

#system h2 .kana {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 21px;
	font-weight: 400;
	font-size: 10vw;
	letter-spacing: 3px;
	line-height: 1;
	color: #37c47e;
	position: relative;
}

#system h2 .kana:first-letter {
	font-size: 15vw;
}

#system h2 .kana:before {
	content: '';
	width: 21px;
	height: 21px;
	background: url(/include/images/business_05.png) no-repeat 0 0 / 21px auto;
	position: absolute;
	top: -3px;
	left: -3px;
}

#system h2 .kana:after {
	content: '';
	width: 40px;
	height: 2px;
	background: #37c47e;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -13px;
}

#system h2 .h2 {
	display: block;
	margin-bottom: 20px;
	font-size: 5vw;
}

#system p {
	margin-bottom: 30px;
}

#system h3 {
	text-align: left;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
}

#system dl {
	margin-top: 10px;
	padding: 10px 20px;
	background: #fff;
	text-align: left;
}

#system dt {
	display: inline;
	font-weight: 500;
	color: #37c47e;
}

#system dd {
	display: inline;
}

h1, h2, h3, h4, h5, div, p, ul, ol, li, dl, dt, dd, a, span, figure, figcaption, img, table {
	outline: none;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
}