/* GENERAL */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
html, body {
	font-size: 18px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Arial, Meiryo, Helvetica, sans-serif;
	color: #333;
}
.inner {
	margin: 0 auto;
	max-width: 980px;
}
.for-sp {
	display: none;
}
.btn_backToTop {
	display: none;
	position: fixed;
	bottom: 40px;
	z-index: 20;
}
html.fixed,
body.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

/* HEADER */
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 12;
	background: #fff;
	height: 80px;
	overflow: hidden;
}
header h1 {
	float: left;
	margin: 12px 0 0 0;
}
header h1 img {
	display: block;
	float: left;
}
header h1 span {
	display: block;
	float: left;
	margin: 8px 0 0 30px;
	line-height: 1.5;
	font-size: 0.778em;
	color: #333;
}
header .btn-contact {
	float: right;
	margin: 16px 0;
	padding: 12px 40px;
	background: #81fba5;
	border-radius: 5px;
	font-size: 0.889em;
	color: #0B0B0B;
}

/* NAVIGATION */
nav {
	position: relative;
	z-index: 10;
	background: #0B0B0B;
	text-align: center;
	overflow: hidden;
}
nav ul li {
	display: inline-block;
	margin-right: 60px;
}
nav ul li:nth-last-child(2) {
	margin-right: 0;
}
nav ul li a {
	display: block;
	padding: 40px 5px 50px;
	background: url('../images/nav_arrow.png') no-repeat;
	background-position: 50% 70%;
	border-bottom: 4px solid transparent;
	color: #fff;
}
nav.mini {
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 10;
}
nav.mini ul li a {
	padding: 15px 5px 10px;
	background: none;
	border-bottom: 4px solid transparent;
	font-size: 0.889em;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
nav.mini ul li a:hover,
nav.mini ul li a.active {
	border-bottom: 4px solid #81fba5;
	color: #81fba5;
}
nav button {
	display: none;
	position: fixed;
	top: 50px;
	right: 0;
	width: 40px;
	height: 40px;
	z-index: 50;
	background: url('../images/icon_menu01.png') no-repeat;
	background-size: 100%;
	border: 0;
	outline: none;
}
nav.sticky {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 99;
}
nav.sticky ul {
	position: relative;
	z-index: 100;
}
nav.sticky ul li.close {
	display: block;
	clear: both;
	width: 100%;
	background: #6e8caf;
}
nav.sticky ul li.close div {
	padding: 10px 5px;
	background: none;
	border-bottom: 0;
	font-size: 0.889em;
	color: #fff;
}
nav ul li.close {
	display: none;
}

/* KEY VISUAL */
#keyvisual {
	padding: 80px 0 0;
	background: #e4e4e4;
}
#keyvisual .inner {
	height: 500px;
	background: url('../images/kv_bg.png') no-repeat bottom right;
	color: #fff;
}
.keyvisualTitle {
	margin: 30px 0 0;
	font-size: 2.222em;
	color: #0B0B0B;
}
.keyvisualLogo {
	padding: 66px 0 0;
}
.keyvisualText {
	margin: 30px 0 0;
	color: #0B0B0B;
}

/* SECTIONS */
article > section {
	margin: -136px 0 0;
	padding: 200px 0 80px;
	line-height: 1.8;
}
section h2 {
	margin: 10px 0 35px;
	text-align: center;
	font-size: 2.778em;
	color: #0B0B0B;
	line-height: 1.25;
}
section h2:after {
	content: "";
	display: block;
	margin: 10px auto 0;
	width: 148px;
	border-bottom: 6px solid #81fba5;
}
section h3 {
	margin: 0 0 15px;
	text-align: center;
	font-size: 1.778em;
	color: #232e45;
	line-height: 1.5;
}

/* SECTION 01 */
#section01 {
	position: relative;
	z-index: 9;
	margin-top: -121px;
	background: #f4f7f8;
}
#section01 h2 {
	margin: 0;
	text-align: center;
	font-size: 2.444em;
	color: #232e45;
}
#section01 h2:after {
	display: none;
}
.section01_img01 {
	margin: 5px 0 -40px;
}
.section01_text01 {
	text-align: center;
	font-size: 1.778em;
}

/* SECTION 02 */
#section02 {
	position: relative;
	z-index: 8;
	background: #fff;
}
#section02_block01 {
	margin: 40px 0;
	overflow: hidden;
}
#section02_block01 h3 {
	padding: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 1.111em;
	color: #fff;
	text-align: center;
}
#section02_block01 .col-2-body {
	padding: 40px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#section02_block01 .col-2-left {
	padding-right: 14px;
}
#section02_block01 .col-2-right {
	padding-left: 10px;
}
#section02_block01 .col-2-left h3 {
	background: #5b6a86;
}
#section02_block01 .col-2-left .col-2-body {
	background: #f7f7f9;
}
#section02_block01 .col-2-right h3 {
	background: #0B0B0B;
}
#section02_block01 .col-2-right .col-2-body {
	background: #daf7e3;
}
#section02_block01 .col-2-body p:not(:nth-child(2)) {
	margin: 10px 0 0;
}
#section02_block01 .col-img {
	margin: 0 0 25px;
	text-align: center;
}
#section02 .arrowDown01 {
	margin: 0 0 20px;
	text-align: center;
}
.section02_block01_img01 {
	margin: 0 0 40px;
}
#section02_block02A {
	margin: 0 0 40px;
}
#section02_block02A h3,
#section02_block02A p {
	font-size: 0.889em;
}
#section02_block03A {
	margin: 20px 0 0;
}
#section02_block02A h4 {
	margin: 0 0 10px;
	padding: 5px;
	background: #061d3b;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}
#section02_block02A .col-2-left {
	padding-right: 14px;
}
#section02_block02A .col-2-right {
	padding-left: 14px;
}
#section02_block03 h4 {
	border-bottom: 2px solid #ced8e0;
	text-align: center;
	font-size: 1.333em;
	color: #000;
}
#section02_block04 h3 {
	margin: 0;
}
#section02_block04 p {
	margin: 35px 0 20px;
}

/* SECTION 03 */
#section03 {
	position: relative;
	z-index: 7;
	padding-bottom: 70px;
	background: #f4f7f8;
}
.section03_text01 {
	max-width: 920px;
	text-align: center;
}
#section03_block01 {
	margin: 40px 0 0;
}
#section03_block01 h3 {
	margin-bottom: 20px;
}
#section03_block01 p:last-child {
	margin: 30px 0 0;
}
#section03_block01 ul {
	display: block;
	max-width: 928px;
	margin: 30px auto 0;
	overflow: hidden;
}
#section03_block01 ul li {
	display: inline-block;
	float: left;
	width: 25%;
	max-width: 232px;
}
#section03_block01 ul li .list-inner {
	position: relative;
	margin: 0 3px;
}
#section03_block01 .imgOver {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 232px;
}
#section03_block02 h3 {
	margin: 50px 0 0;
}
#section03_block02A {
	margin: 30px 0 0;
}
#section03_block02A h4 {
	padding: 5px;
	border-radius: 5px;
	font-size: 1.111em;
	color: #fff;
	text-align: center;
}
#section03_block02A .col-2 p {
	font-size: 0.889em;
}
#section03_block02A .col-2-left .col-inner,
#section03_block02A .col-2-right .col-inner {
	border-radius: 5px;
}
#section03_block02A .col-2-left h4 {
	background: #5b6a86;
}
#section03_block02A .col-2-right h4 {
	background: #0B0B0B;
}
#section03_block02A .col-2 .col-2-left {
	position: relative;
	padding-right: 10px;
}
#section03_block02A .col-2 .col-2-right {
	padding-left: 10px;
}
#section03_block02A .col-2 {
	margin: 0 0 12px;
}
#section03_block02A .col-2:not(:first-child) .col-2-left .col-inner {
	background: #eceff2;
}
#section03_block02A .col-2:not(:first-child) .col-2-right .col-inner {
	background: #daf7e3;
}
#section03_block02A .col-2:not(:first-child) .col-2-left:after {
	content: "";
	position: absolute;
	display: block;
	float: right;
	margin: -35px 0 0;
	top: 50%;
	right: -10px;
	width: 20px;
	height: 70px;
	background: url('../images/icon_arrowRight01.png') no-repeat center center;
}
#section03_block02A .col-2:not(:first-child) .col-inner {
	padding: 20px 40px;
	box-sizing: border-box;
}
#section03_block02A .col-2:not(:first-child) .col-img {
	text-align: center;
}
#section03_block02A .col-2:not(:first-child) .col-2-right .col-img {
	margin: 6px 0 9px;
}
#section03_block02A .col-2:not(:first-child) .col-2-left .col-img {
	margin: 30px 0 16px;
}
#section03_block02A .col-2 h5 {
	font-size: 1.111em;
	color: #000;
	text-align: center;
}
#section03_block03 {
	margin: 40px 0 0;
}
#section03_block03 h3 {
	color: #061d3b;
}
#section03_block03 p {
	margin: 0 0 30px;
	color: #000;
	line-height: 1.5;
}
.section03_image01 {
	margin-top: 30px;
}

/* SECTION 04 */
#section04 {
	position: relative;
	z-index: 6;
	background: #fff;
}
#section04_block01 {
	margin: 30px 0 0;
}
#section04_block01 .col-3-left {
	padding-right: 18px;
}
#section04_block01 .col-3-mid {
	padding: 0 10px;
}
#section04_block01 .col-3-right {
	padding-left: 18px;
}
#section04_block01 .col-title {
	margin: 0 0 20px;
	padding: 5px;
	background: #0B0B0B;
	border-radius: 5px;
	font-size: 1.111em;
	color: #fff;
}
#section04_block01 strong {
	display: inline-block;
	margin: 0 0 10px;
}
.section04_text01 {
	font-size: 0.889em;
}
#section04_block02 {
	margin: 50px 0 0;
	text-align: center;
}
#section04_block02 > ul {
	clear: both;
	margin: 45px 0 0;
	overflow: hidden;
}
#section04_block02 > ul:nth-child(2) {
	margin: 10px 0 0;
}
#section04_block02 > ul > li {
	display: inline-block;
	letter-spacing: 0;
	margin: 0 28px 0 0;
	padding: 20px;
	max-width: 308px;
	width: 100%;
	background: #479ebc;
	border-radius: 5px;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
}
#section04_block02 > ul > li:last-child {
	margin: 0;
}
#section04_block02 > ul > li .col-title {
	margin: 12px 0 15px;
	padding: 0 0 25px;
	border-bottom: 1px solid #96c7f1;
	font-size: 1.333em;
	line-height: 1;
}
#section04_block02 > ul > li .col-title img {
	float: left;
	margin: -12px 10px 0;
}
#section04_block02 > ul > li ul {
	clear: both;
}
#section04_block02 > ul > li ul li {
	position: relative;
	padding: 0 0 0 17px;
	font-size: 0.889em;
}
#section04_block02 > ul > li ul li:before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}

/* SECTION 05 */
#section05 {
	position: relative;
	z-index: 5;
	background: #eceff2;
	overflow: hidden;
}
#section05_block01 {
	text-align: center;
}
#section05_block01 {
	overflow: visible;
}
#section05_block01 > div {
	cursor: pointer;
}
#section05_block01 .col-3-left {
	padding-right: 18px;
}
#section05_block01 .col-3-mid {
	padding: 0 10px;
}
#section05_block01 .col-3-right {
	padding-left: 18px;
}
#section05_block01 > div .col-inner {
	padding: 37px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #ccc;
}
#section05_block01 h3 {
	margin: 0;
	font-size: 200%;
}
.section05_text01 {
	margin: 10px 0;
	font-size: 0.889em;
	line-height: 1.5;
}
#section05_block01 a {
	display: inline-block;
	color: #0B0B0B;
}
#section05_block01 a:before {
	content: "";
	display: inline-block;
	margin: 0 8px -2px 0;
	width: 16px;
	height: 20px;
	background: url('../images/icon_arrowRight02.png') no-repeat bottom center;
}

/* SECTION 06 */
#section06 h2 {
	line-height: 1.5;
}
#section06 ul {
	margin: 30px 0 0;
	overflow: hidden;
}
#section06 ul li {
	display: inline-block;
	float: left;
	width: 50%;
}
#section06 ul li .listImg {
	margin: 0 0 20px;
	text-align: center;
}
#section06 ul li .listBox {
	margin: 45px 45px 0;
}
#section06 ul li .listText {
	font-size: 0.889em;
}
#section06 .phases {
	display: block;
	max-width: 928px;
	margin: 30px auto 0;
	overflow: hidden;
}
#section06 .phases li {
	position: relative;
	display: inline-block;
	float: left;
	width: 25%;
	max-width: 232px;
}
#section06 .phases li .list-inner {
	position: relative;
	margin: 0 3px;
}
#section06 .imgOver {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 232px;
}
#section06 .phases .arrowRight {
	position: absolute;
	bottom: 4%;
	right: -7.8%;
	width: 12.5%;
	height: 22.356%;
}
#section06 .phases li:nth-child(1) {
	z-index: 5;
}
#section06 .phases li:nth-child(2) {
	z-index: 4;
}
#section06 .phases li:nth-child(3) {
	z-index: 3;
}

/* SECTIOn 07 */
#section07 {
	padding: 100px 0 80px;
}
#section07_block01 ul li {
	margin: 40px 0 0;
}
#section07_block01 ul li h4 {
	margin: 0 0 20px;
	padding: 0 0 15px;
	border-bottom: 2px solid #ced8e0;
	font-size: 1.333em;
	line-height: 1.4;
}
#section07_block01 ul li h4 img {
	display: inline-block;
	float: left;
	margin: 0 20px -5px 0;
}

/* SECTION 08 */
#section08 {
	padding: 35px 0 80px;
}
#section08_block02 {
	margin: 95px 0 0 0;
	padding: 50px 50px 60px;
	background: #1c3752;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}
#section08_block02 h3 {
	font-size: 1.778em;
	color: #fff;
}
#section08_block02 .btn-contact {
	display: inline-block;
	margin: 40px 0 0;
	padding: 12px 40px;
	max-width: 322px;
	width: 100%;
	background: #81fba5;
	border-radius: 5px;
	font-size: 1.333em;
	color: #0B0B0B;
}

/* BOX WRAPPER */
.box-wrapper .box {
	float: left;
	width: 33.33%;
}
.box-wrapper .box-inner {
	text-align: center;
	cursor: pointer;
}

/* FOOTER */
footer {
	padding: 50px 20px;
	background: #061d3b;
	text-align: center;
}
footer ul {
	display: block;
	max-width: 1234px;
	margin: 0 auto 40px;
	padding: 0 0 40px;
	border-bottom: 1px solid #516176;
	overflow: hidden;
}
footer ul li {
	display: inline-block;
	margin-right: 30px;
}
footer ul li:last-child {
	margin-right: 0;
}
footer ul li a {
	font-size: 0.778em;
	color: #fff;
}
footer p {
	font-size: 0.778em;
	color: #838e9d;
}

/* MODALS */
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: transparent;
	overflow-y: scroll;
}
.overlay-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: #262626;
}
.modal {
	position: relative;
	display: none;
	z-index: 100;
	margin: 70px auto;
	max-width: 920px;
	width: 100%;
	background: #fff;
}
.modal button {
	position: absolute;
	top: 0;
	right: -51px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: url('../images/icon_modal_X.png') no-repeat;
	border: none;
}
.modal .header {
	display: table;
	border-bottom: 1px solid #d9dfe4;
	overflow: hidden;
}
.modal .header .modal-img {
	display: table-cell;
	vertical-align: middle;
	width: 26%;
	border: 1px solid #d9dfe4;
	border-bottom: 0;
	text-align: center;
}
.modal .header h2 {
	display: table-cell;
	vertical-align: middle;
	padding: 40px;
	font-size: 1.778em;
	font-weight: 600;
	line-height: 1.4;
	color: #000;
}
.modal .body {
	padding: 50px 100px;
	background: #eceff2;
}
.modal .body h3 {
	font-size: 1.556em;
	font-weight: 600;
	color: #000;
}
.modal .body section {
	margin-bottom: 50px;
}
.modal .body section:last-child {
	margin-bottom: 0;
}
.modal .body p,
.modal .body ul li {
	font-size: 1.222em;
	color: #000;
}
.modal .body .youTube {
	margin: 50px 0 0;
	text-align: center;
}
.modal .body .youTube-title {
	margin: 0 0 30px;
	font-size: 1.556em;
	font-weight: 600;
}
.modal .body .youTube-thumb {
	margin: 0 0 30px;
}
.modal .body .youTube a {
	display: block;
	margin: 0 auto;
	max-width: 256px;
	padding: 15px;
	background: #fff;
	border: 1px solid #bac5ce;
	border-radius: 5px;
	font-size: 0.889em;
	font-weight: 600;
	color: #000;
	box-sizing: border-box;
}
.modal .footer {
	padding: 50px;
	background: #1b3751;
	color: #fff;
	text-align: center;
}
.modal .footer-title {
	margin: 0 0 20px;
	font-size: 1.556em;
}
.modal .footer .btn-contact {
	display: inline-block;
	margin: 30px 0 0;
	padding: 12px 40px;
	max-width: 320px;
	width: 100%;
	background: #81fba5;
	border-radius: 5px;
	font-size: 1.222em;
	color: #0B0B0B;
}

/* COMPONENTS */
.text-center {
	text-align: center;
}
.text-black {
	color: #0b0b0b;
}
.text-red {
	color: #de2923;
}

/* COLUMNS */
.col-2,
.col-3 {
	overflow: hidden;
}
.col-2 h3 {
	margin: 0;
}
.col-2 > div {
	float: left;
	width: 50%;
}
.col-3 > div {
	float: left;
	width: 33.33%;
}

/* FADE */
.fade-up {
	transition: opacity 0.7s, transform 0.7s;
	-moz-transition: opacity 0.7s, transform 0.7s;
	-webkit-transition: opacity 0.7s, transform 0.7s;
	-o-transition: opacity 0.7s, transform 0.7s;
}

.bannerImg {
	transition: opacity 0.2s ease;
}

.bannerImg:hover {
	opacity: 0.8;
}


@media screen and (max-width:980px) {
	article .inner,
	#keyvisual .inner {
		padding: 0 20px;
		background-size: 60%;
	}
	/* HEADER */
	header .btn-contact {
		margin: 16px 15px;
	}
}

@media screen and (max-width:970px) {
	.modal {
		margin: 70px 52px;
		width: initial;
	}
}

@media screen and (min-width:769px) {
	nav button {
		display: none !important;
	}
}

@media screen and (max-width:768px) {
	/* GENERAL */
	body {
		font-size: 12px;
	}
	.inner {
		width: 100%;
	}
	.for-pc {
		display: none;
	}
	.for-sp {
		display: block;
	}
	.btn_backToTop {
		width: 70px;
	}
	article .inner, #keyvisual .inner {
		padding: 0;
	}
	.spImg img {
		width: 100%;
	}
	
	/* HEADER */
	header {
		height: 50px;
	}
	header h1 {
		margin: 12px 0 0 15px;
	}
	header h1 img {
		width: 80px;
	}
	header h1 span {
		margin: 2px 0 0 10px;
	}
	header .btn-contact {
		margin: 8px 15px 8px 0;
		border-radius: 2px;
		padding: 8px 20px;
	}
	
	/* NAVIGATION */
	nav ul li {
		display: block;
		float: left;
		width: 50%;
		margin-right: 0;
	}
	nav ul li a {
		padding: 12px 5px 13px;;
		background-position: 50% 85%;
		background-size: 12px;
		border-bottom: 1px solid #455380;
	}
	nav ul li:nth-child(odd) a {
		border-right: 1px solid #455380;
	}
	
	/* KEY VISUAL */
	#keyvisual {
		position: relative;
		z-index: 9;
		padding: 50px 15px 0;
		background: #e4e4e4;
	}
	#keyvisual .inner {
		height: initial;
		background-size: 70%;
		overflow: hidden;
	}
	.keyvisualLogo {
		margin: 23px 0 0;
		padding: 0;
		width: 224px;
	}
	.keyvisualTitle {
		margin: 11px 0 0;
		font-size: 2.083em;
	}
	.keyvisualText {
		margin: 10px 0 180px;
	}

	/* SECTIONS */
	article > section {
		margin: -50px 0 0;
		padding: 80px 0 30px;
	}
	article > section > .inner {
		padding: 0 15px;
	}
	section h2 {
		margin: 10px 0 20px;
		font-size: 2.333em;
	}
	section h2:after {
		margin: 5px auto 0;
		width: 74px;
		font-size: 2.333em;
		border-bottom-width: 3px;
	}
	section h3 {
		margin: 0 0 7px;
		font-size: 1.583em;
	}
	
	/* SECTION 01 */
	#section01 {
		margin-top: -50px;
	}
	.section01_text01 {
		font-size: 1.583em;
	}
	.section01_img01 {
		margin: 5px 0 -15px;
	}
	
	/* SECTION 02 */
	#section01 h2 {
		font-size: 1.917em;
	}
	#section02_block01 {
		margin: 20px 0;
	}
	#section02_block01 > div {
		float: none;
		margin-right: 0;
		padding-right: 0 !important;
		padding-left: 0 !important;
		width: 100%;
	}
	#section02_block01 > div:first-child {
		margin-bottom: 15px;
	}
	#section02_block01 h3 {
		font-size: 1.250em;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	#section02_block01 .col-2-body {
		padding: 20px;
	}
	#section02_block01 .col-img {
		margin: 0 auto 10px;
		max-width: 222px;
	}
	#section02_block01 .col-2-body p:not(:nth-child(2)) {
		margin: 5px 0 0;
	}
	#section02 .arrowDown01 {
		margin: 0 auto 10px;
		width: 75px;
	}
	#section02_block02A > div {
		float: none;
		margin: 0 0 15px;
		padding-right: 0 !important;
		padding-left: 0 !important;
		width: 100%;
	}
	.section02_block01_img01 {
		margin: 0 0 20px;
	}
	#section02_block02A {
		margin: 0;
	}
	#section02_block02A p {
		font-size: 1em;
	}
	#section02_block03 h3 {
		margin: 0 0 20px;
	}
	#section02_block03 h4 {
		margin: 0 0 10px;
		padding: 0 0 5px;
		font-size: 1.250em;
	}
	#section02_block03B {
		margin: 20px 0 0;
	}
	#section02_block04 p img {
		width: 71px;
	}
	
	/* SECTION 03 */
	.section03_text01 {
		text-align: left;
	}
	.section03_image01 {
		margin-top: 15px;
	}
	#section03 {
		padding-bottom: 30px;
	}
	#section03_block01 {
		margin: 20px 0 0;
	}
	#section03_block01 h3 {
		margin-bottom: 0;
	}
	#section03_block01 p:last-child {
		margin: 10px 0 0;
		text-align: left;
	}
	#section03_block02 p.text-center {
		text-align: left;
	}
	#section03_block02A .col-2:not(:first-child) .col-inner {
		padding: 15px;
	}
	#section03_block02A .col-2:not(:first-child) .col-2-left .col-img {
		margin: 0 auto;
		padding: 30px 0 0;
		width: 90px;
	}
	#section03_block02A h4 {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
	}
	#section03_block02A .col-2 .col-2-left {
		padding-right: 7px;
	}
	#section03_block02A .col-2 .col-2-right {
		padding-left: 7px;
	}
	#section03_block02A .col-2 {
		margin: 0 0 6px;
	}
	#section03_block02A .col-2:not(:first-child) .col-2-left:after {
		background-size: 14px;
	}
	#section03_block03 p {
		margin: 0 0 15px;
		text-align: left !important;
		line-height: 2;
	}
	#section03_block01 ul {
		margin: 10px auto 0;
	}
	#section03_block01 ul li {
		float: none;
		width: 100%;
		max-width: 100%;
		margin-bottom: 5px;
	}
	#section03_block01 ul li .list-inner {
		margin: 0;
	}
	#section03_block01 .imgOver {
		max-width: 690px;
	}
	#section03 .col-compare {
		position: relative;
		overflow: hidden;
	}
	#section03 .col-compare > img {
		position: absolute;
		left: 50%;
		bottom: 9px;
		margin-left: -45px;
	}
	#section03_block02 h3 {
		margin: 30px 0 0;
	}
	#section03_block02A {
		margin: 12px 0 0;
	}
	#section03_block02A h4 {
		padding: 3px 5px;
	}
	#section03_block02A .col-2 h5 {
		position: relative;
		font-size: 1em;
	}
	#section03_block02A .col-2 h5 span.ah {
		position: absolute;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		top: 50%;
	}
	
	/* SECTION 04 */
	#section04 .inner > div:first-child p.text-center {
		text-align: left;
	}
	#section04_block01 {
		text-align: center;
	}
	#section04_block01 > div {
		float: none;
		margin: 0 0 10px;
		display: inline-block;
		width: 49.5%;
	}
	#section04_block01 > div:not(:last-child) {
		float: left;
	}
	#section04_block01 > div:nth-child(2) {
		padding: 0;
	}
	#section04_block01 .col-3-left {
		padding-right: 8px;
	}
	#section04_block01 .col-3-mid {
		padding-left: 8px;
	}
	#section04_block01 .col-3-right {
		display: block;
		clear: both;
		margin: 0 auto 10px;
		padding-right: 4px;
		padding-left: 4px;
	}
	#section04_block01 .col-title {
		margin: 0 0 10px;
	}
	#section04_block02 {
		margin: 10px 0 0;
	}
	#section04_block02 > ul > li {
		width: initial;
		margin: 0;
		padding: 15px 14px;
		border: 3px solid #fff;
	}
	#section04_block02 > ul {
		margin: 10px 0 0;
	}
	#section04_block02 > ul > li .col-title {
		padding: 0 0 15px;
		font-size: 1.250em;
	}
	#section04_block02 > ul > li .col-title img {
		margin: -8px 7px 0 0;
	}
	#section04_block02 > ul > li:nth-child(1) .col-title img {
		width: 26px;
	}
	#section04_block02 > ul > li:nth-child(2) .col-title img {
		width: 28px;
	}
	#section04_block02 > ul > li:nth-child(3) .col-title img,
	#section04_block02 > ul > li:nth-child(5) .col-title img,
	#section04_block02 > ul > li:nth-child(6) .col-title img {
		width: 30px;
	}
	#section04_block02 > ul > li:nth-child(4) .col-title img {
		width: 22px;
	}
	#section04_block02 > ul > li:nth-child(7) .col-title img {
		width: 25px;
	}
	
	/* SECTION 05 */
	#section05_block01 > div {
		width: 100%;
		margin: 0 0 15px;
		padding: 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#section05_block01 > div .col-inner {
		padding: 15px;
		text-align: left;
		overflow: hidden;
	}
	#section05_block01 > div .col-inner .modal-baseImg {
		float: left;
		width: 106px;
		margin: 0 15px 0 0;
	}
	#section05_block01 h3 {
		margin: 0;
		text-align: left;
		font-weight: 600;
	}
	.section05_text01 {
		margin: 5px 0;
	}
	#section05_block01 .col-3-mid .modal-baseImg,
	#section05_block01 .col-3-right .modal-baseImg {
		width: 90px !important;
		margin: 7px 20px 0 8px !important;
	}
	#section05_block01 a {
		float: right;
	}
	
	/* SECTION 06 */
	#section06 p.text-center {
		text-align: left;
	}
	#section06 ul li .listBox {
		margin: 0;
	}
	#section06 ul li:first-child .listBox {
		padding-right: 10px;
	}
	#section06 ul li:last-child .listBox {
		padding-left: 10px;
	}
	#section06 .phases {
		margin: 15px auto 0;
	}
	#section06 .phases li {
		display: block;
		float: none;
		margin: 0 0 5px;
		width: 100%;
		max-width: 100%;
	}
	#section06 .phases li .list-inner {
		margin: 0;
	}
	#section06 .imgOver {
		max-width: 100%;
	}
	#section06 .phases .arrowRight {
		bottom: -11.5%;
		right: 8.7%;
		width: 20%;
		height: 15.39%;
	}
	
	/* SECTION 07 */
	#section07 {
		margin: 0 0 30px;
		padding: 0;
	}
	#section07_block01 ul li {
		margin: 30px 0 0;
	}
	#section07_block01 ul li h4 {
		margin: 0 0 15px;
		padding: 0px 0 10px 77px;
		font-size: 1.250em;
	}
	#section07_block01 ul li h4 img {
		margin: 0 12px -5px -77px;
		width: 65px;
	}
	#section07_block01 ul li p {
		text-align: center;
	}
	#section07_block01 ul li p img {
		width: 100%;
		max-width: 345px;
	}
	
	/* SECTION 08 */
	#section08 {
		margin: 0;
		padding: 0 0 80px;
	}
	#section08_block02 {
		margin: 50px 0 0;
		padding: 20px;
	}
	#section08_block02 p {
		font-size: 1.250em;
		line-height: 2;
	}
	#section08_block02 .btn-contact {
		margin: 20px 0 0;
		max-width: 200px;
		padding: 6px 40px;
		font-size: 1.250em;
	}
	
	/* FOOTER */
	footer {
		padding: 40px 0 50px;
	}
	footer p,
	footer ul li a {
		font-size: 1em;
		line-height: 2;
	}
	footer ul li:nth-child(2n) {
		margin-right: 0;
	}
	footer ul {
		margin: 0 auto 20px;
		padding: 0 0 30px;
	}
	
	/* MODAL */
	.modal {
		margin: 0;
		padding: 40px 0 0;
	}
	.modal button {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 40px;
		width: 100%;
		padding: 0 0 0 30px;
		background: #fff url('../images/icon_arrowLeft01.png') no-repeat 15px 13px;
		background-size: 8px;
		border-bottom: 1px solid #ccd2d7;
		box-sizing: border-box;
		text-align: left;
	}
	.modal .header .modal-img {
		border-top: 0;
		width: 120px;
	}
	.modal .header h2 {
		padding: 15px;
		font-size: 1.333em;
	}
	.modal .body {
		padding: 35px 15px;
	}
	.modal .body section {
		margin-bottom: 20px;
	}
	.modal .body p,
	.modal .body ul li {
		line-height: 1.8;
		font-size: 1.250em;
	}
	.modal .body ul li {
		text-indent: -22px;
		padding-left: 22px;
	}
	.modal .body .youTube {
		margin: 30px 0 0;
	}
	.modal .body .youTube-title {
		margin: 0 0 10px;
		font-size: 1.667em;
	}
	.modal .body .youTube-thumb {
		margin: 0 0 15px;
	}
	.modal .body .youTube-thumb img {
		max-width: 280px;
	}
	.modal .body .youTube a {
		max-width: 192px;
		padding: 10px;
		font-size: 1em;
	}
	.modal .footer {
		padding: 35px;
	}
	.modal .footer-title {
		margin: 0 0 10px;
		font-size: 2em;
	}
	.modal .footer .btn-contact {
		max-width: 200px;
		margin: 25px 0 0;
		font-size: 1.250em;
	}
	.modal .footer p:not(.footer-title) {
		font-size: 1.250em;
		line-height: 1.8;
	}
}

@media screen and (max-width:540px) {
	#keyvisual .inner {
		background-position: bottom center;
		background-size: 236px;
	}
}

@media screen and (max-width:404px) {
	#section03_block02A .col-2-left h4 {
		padding: 17px 0 0;
	}
}

@media screen and (max-width:364px) {
	header h1 span {
		display: none;
	}
}

@media screen and (max-width:340px) {
	#keyvisual {
		padding: 50px 10px 0;
	}
	article > section > .inner {
		padding: 0 10px;
	}
	section h2 {
		font-size: 2.167em;
	}
}

/*Working 210805*/
.section-banner {
	margin: 0;
	text-align: center;
}

.section-banner img{
	height: auto;
}

@media screen and (max-width:769px) {
	.section-banner .for-sp {
	margin: 0 auto;
	}
}