@charset "UTF-8";
/*
Theme Name: Satellite
Author: Catwork 
*/

/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	zoom:1;	/* hasLayout in IE */
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font:inherit;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}
header, menu, nav, footer,
section,article, aside,
details, summary,
figure, figcaption {
	display:block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
q, blockquote {quotes:none;}
q:before, q:after, blockquote:before, blockquote:after{
	content:"";
	content:none;
}
img{
	font-size:0;
	line-height:0;
	vertical-align: bottom;
	height:auto;
}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color:#333;
}
a:focus{outline:none;}
a img{
	border:none;
	vertical-align:middle;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
	outline-offset: -2px;
}
textarea{overflow:auto;}
label{cursor:pointer;}
.clearfix:after{
	display:block;
	visibility:hidden;
	content:".";
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
* html .clearfix{zoom:1;}
*:first-child + html .clearfix{zoom:1;}
a{
	text-decoration: none;
}
strong{
	font-weight: normal;
}
ul,ol{
	list-style-type: none;
}
body {
	font-family:"游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}
.wrap {
	width: 100%;
	overflow-x:hidden;
	display: flex;
	justify-content: center;
}
h2, h3, h4, h5 {
	font-weight: bold;
}
.inner {
	margin: 0 auto;
	width: 1200px;
}
img {
	max-width: 100%;
}

/*===============================================
横幅1240px以下
===============================================*/
@media screen and (max-width: 1360px) and (min-width: 431px) {
	html,
	body,
	.wrap {
		width: 1360px;
	}
}

/*===============================================
横幅431px以上
===============================================*/
@media screen and (min-width: 431px) {
	a {
		transition: all .5s;
	}
	a:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
	}
	.sp {
		display: none;
	}

	/* header
	--------------------------------------------------------------*/
	header {
		width: 100%;
		height: 75px;
	}
	header h1 {
		font-size: 14px;
		padding: 20px 0 0 20px;
	}
	header .logo {
		padding: 10px 0 0 20px;
	}

	/* side_nav
	--------------------------------------------------------------*/
	.side_nav {
		z-index: 100000;
		width: 120px;
		height: 100vh;
		flex-shrink: 0;
	}
	.side_nav_inner {
		width: 120px;
		height: 100vh;
		position: fixed;
		top: 0;
		right: 0;
		background: url(img/nav_img01.png) no-repeat top 38% center #000;
	}
	nav {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10000;
		width: 120px;
	}
	#nav-btn {
		width: 31px;
		height: 19px;
		position: absolute;
		top: 45px;
		right: 50%;
		transform: translateX(50%);
		z-index: 10010;
		transition: all .5s;
	}
	.menu-btn,
	.menu-btn span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-btn {
		position: absolute;
		width: 31px;
		height: 19px;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		cursor: pointer;
	}
	.menu-btn span {
		position: absolute;
		left: 0;
		width: 31px;
		height: 3px;
		background: #fff;
	}
	.menu-btn span:nth-of-type(1) {
		top: 0;
	}
	.menu-btn span:nth-of-type(2) {
		top: 2px;
		bottom: 0;
		margin: auto;
		width: 18px;
	}
	.menu-btn span:nth-of-type(3) {
		bottom: -3px;
		width: 31px;
	}
	#nav-btn.active .menu-btn span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	#nav-btn.active .menu-btn span:nth-of-type(2) {
		opacity: 0;
	}
	#nav-btn.active .menu-btn span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
	#nav {
		display: block;
		position: absolute;
		z-index: 1001;
		top: 0;
		right: 0;
		width: auto;
		z-index: 10000;
		padding: 80px 50px 50px 50px;
		background: #000;
		box-sizing: border-box;
		transform: translateX(430px);
		height: 100vh;
		overflow-y: auto;
	}
	#nav.slideOut {
		animation-name: slideOutNav;
		animation-fill-mode: forwards;
		animation-duration:0.5s;
		animation-timing-function:linear;
		animation-delay: 0;
		animation-direction:normal;
	}
	#nav-btn.active + #nav {
		animation-name: slideInNav;
		animation-fill-mode: forwards;
		animation-duration:0.5s;
		animation-timing-function:linear;
		animation-delay: 0;
		animation-direction:normal;
	}
	@keyframes slideInNav{
		0% {
			transform: translateX(430px);
		}
		100% {
			transform: translateX(0);
		}
	}
	@keyframes slideOutNav{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(430px);
		}
	}
	#nav li {
		letter-spacing: .2em;
	}
	#nav li:nth-of-type(n+2) {
		margin-top: 20px;
	}
	#nav li a {
		display: block;
		position: relative;
		font-size: 16px;
		color: #fff;
		padding-left: 10px;
	}
	#nav li.list01:nth-of-type(7) {
		margin-top: 50px;
	}
	#nav li.list01 a {
		padding-left: 0;
	}
		#nav li a::before {
			content: '';
			width: 5px;
			height: 2px;
			background: #fff;
			position: absolute;
			top: 50%;
			left: 0;
			transform: translateY(-50%);
		}
		#nav li.list01 a::before {
			display: none;
		}
	#nav .btn02 {
		margin-top: 50px;
	}
	#nav .btn02:nth-of-type(2) {
		margin-top: 20px;
	}
	#nav .btn02 a {
		display: block;
		width: 250px;
		height: 60px;
		background: url(img/nav_img04.png) no-repeat top 10px center / 90px #45b0e6;
		text-align: center;
		font-weight: bold;
		color: #fff;
		box-sizing: border-box;
		font-size: 14px;
		padding-top: 35px;
	}
	#nav .btn02:nth-of-type(2) a {
		background: url(img/nav_img05.png) no-repeat top 10px center / 130px #7bd3ff;
	}
	.side_nav .btn {
		width: 120px;
		height: 130px;
		position: absolute;
		bottom: 131px;
		left: 0;
		background: #45b0e6;
	}
	.side_nav .btn:nth-of-type(2) {
		bottom: 0;
		background: #7bd3ff;
	}
	.side_nav .btn a {
		display: block;
		width: 100%;
		height: 100%;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		padding-top: 80px;
		line-height: 1.3;
		background: url(./img/nav_img02.png) no-repeat top 15px center;
	}
	.side_nav .btn:nth-of-type(2) a {
		background: url(./img/nav_img03.png) no-repeat top 15px center;
	}

	@media screen and (max-width: 1600px), screen and (max-height: 900px) {
		.side_nav {
			width: 100px;
		}
		.side_nav_inner {
			width: 100px;
			background: url(img/nav_img01.png) no-repeat top 40% center #000;
		}
		.side_nav .btn {
			width: 100px;
			height: 110px;
			position: absolute;
			bottom: 111px;
			left: 0;
			background: #45b0e6;
		}
		.side_nav .btn:nth-of-type(2) {
			bottom: 0;
			background: #7bd3ff;
		}
		.side_nav .btn a {
			display: block;
			width: 100%;
			height: 100%;
			font-size: 12px;
			font-weight: bold;
			color: #fff;
			text-align: center;
			padding-top: 75px;
			line-height: 1.2;
			background: url(./img/nav_img02.png) no-repeat top 15px center / 60px;
		}
		.side_nav .btn:nth-of-type(2) a {
			background: url(./img/nav_img03.png) no-repeat top 15px center / 70px;
		}
		#nav-btn {
			right: 42%;
		}

		@media screen and (max-height: 700px) {
			.side_nav_inner {
				width: 100px;
				background: url(img/nav_img01.png) no-repeat top 30% center / 15px #000;
			}
		}
	}
	
	/* key
	--------------------------------------------------------------*/
	.key {
		margin-top: -75px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		box-sizing: border-box;
	}
	.key .left_box {
		display: flex;
		align-items: center;
		flex-direction: column;
		width: 100%;
	}
	.key .left_box .title {
		color: #999999;
		font-size: 18px;
		font-weight: bold;
	}
		.key .left_box .title::before {
			content: '[';
			padding-right: 5px;
		}
		.key .left_box .title::after {
			content: ']';
			padding-left: 5px;
		}
	.key .left_box .logo {
		margin-top: 25px;
	}
	.key .left_box .img {
		margin-top: 50px;
		position: relative;
	}
		.key .left_box .img::before {
			content: url(img/key_img04.png);
			position: absolute;
			top: 80px;
			right: -75px;
		}
		.key .left_box .img::after {
			content: url(img/key_img05.png);
			position: absolute;
			top: -33px;
			left: 153px;
		}
	.key .left_box .text01 {
		font-size: 20px;
		font-weight: bold;
		padding: 0 15px 5px 40px;
		border-bottom: 2px solid #45b0e6;
		background: url(img/key_img03.png) no-repeat top 9px left 15px;
		margin-top: 30px;
		color: #000;
	}
	.key .left_box .text01:nth-of-type(5) {
		margin-top: 10px;
	}
	.key .left_box .btn {
		margin-top: 50px;
	}
	.key .left_box .box {
		width: 330px;
		padding: 25px 0 20px;
		border: 2px dashed #45b0e6;
		position: relative;
		margin-top: 45px;
	}
	.key .left_box .box::before {
		content: url(img/key_img06.png);
		position: absolute;
		top: -65px;
		right: -50px;
	}
	.key .left_box .box .text03 {
		position: absolute;
		display: inline-block;
		padding: 0 5px;
		background: #fff;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 22px;
		font-weight: bold;
		width: 270px;
		box-sizing: border-box;
	}
	.key .left_box .text02 {
		font-size: 16px;
		text-align: center;
		line-height: 2;
	}
	.key .right_box {
		display: flex;
		justify-content: flex-end;
		width: 900px;
		flex-shrink: 0;
	}
	.key .right_box .swiper {
		height: 100vh !important;
		max-height: 1500px !important;
		min-height: 750px !important;
		margin: 0 !important;
	}
	.key .right_box .swiper .swiper-wrapper {
		transition-timing-function: linear;
	}
	.key .right_box .swiper .swiper-wrapper .swiper-slide {
		height: auto !important;
	}

	@media screen and (max-width: 1800px) {
		.key .left_box {
			width: 100%;
			margin-right: 0;
		}
		.key .left_box .title {
			color: #999999;
			font-size: 16px;
			font-weight: bold;
		}
		.key .left_box .logo {
			width: 350px;
			margin-top: 15px;
		}
		.key .left_box .img {
			position: relative;
			width: 400px;
		}
			.key .left_box .img::before {
				content: url(img/key_img04.png);
				position: absolute;
				top: 50px;
				right: -80px;
				transform: scale(0.8);
			}
			.key .left_box .img::after {
				content: url(img/key_img05.png);
				transform: scale(0.9);
				position: absolute;
				top: -35px;
				left: 115px;
			}
		.key .left_box .text01 {
			font-size: 18px;
			margin-top: 20px;
		}
		.key .left_box .btn {
			width: 160px;
			margin-top: 35px;
		}
		.key .left_box .text02 {
			font-size: 12px;
		}
		.key .right_box {
			width: 800px;
			flex-shrink: 0;
		}
	}

	@media screen and (max-width: 1600px) {
		.key .left_box {
			margin-top: 100px;
			margin-right: 1%;
		}
		.key .right_box {
			width: 700px;
		}
	}

	/* cont01
	--------------------------------------------------------------*/
	.cont01 {
		margin-top: 130px;
	}
	.cont01 h2 {
		padding-top: 15px;
		background: url(img/home_img01.png) no-repeat top left 110px;
		font-weight: bold;
		font-size: 36px;
	}
	.cont01 h2 .span01 {
		font-size: 50px;
		font-weight: bold;
		letter-spacing: -0.8px;
	}
		.cont01 h2 .span01::before {
			content: '‘';
			padding-right: 5px;
		}
		.cont01 h2 .span01::after {
			content: '’';
		}
	.cont01 h2 .span02 {
		font-size: 46px;
		font-weight: bold;
	}
	.cont01 .box {
		padding: 10px 0 0 580px;
		height: 450px;
		margin-top: 45px;
		position: relative;
	}
		.cont01 .box::before {
			content: url(img/home_img03.png);
			position: absolute;
			top: 0;
			left: -300px;
		}
		.cont01 .box::after {
			content: url(img/home_img05.png);
			position: absolute;
			top: -100px;
			right: -150px;
			z-index: -1;
		}
		.cont01 .box:nth-of-type(2):before {
			content: url(img/home_img04.png);
			position: absolute;
			top: 0;
			left: auto;
			right: -180px;
		}
		.cont01 .box:nth-of-type(2):after {
			content: url(img/home_img06.png);
			position: absolute;
			top: 195px;
			left: -265px;
			z-index: -1;
		}
	.cont01 .box:nth-of-type(2) {
		padding: 205px 0 0 170px;
		margin-top: -100px;
		height: auto;
	}
	.cont01 .box h3 {
		display: inline-block;
		font-size: 30px;
		font-weight: bold;
		position: relative;
	}
		.cont01 .box h3::before {
			content: url(img/home_img02.png);
			position: absolute;
			bottom: -27px;
			right: -5px;
			z-index: -1;
		}
		.cont01 .box:nth-of-type(2) h3::before {
			right: -15px;
		}
	.cont01 .box h3 span {
		font-weight: bold;
		position: relative;
	}
		.cont01 .box h3 span::before {
			content: '';
			position: absolute;
			top: -5px;
			left: 50%;
			transform: translateX(-50%);
			width: 6px;
			height: 6px;
			border-radius: 50%;
			background: #45b0e6;
		}
		.cont01 .box.mac h3 span::before {
			top: -8px;
		}
	.cont01 .box .text {
		margin-top: 60px;
		font-size: 18px;
		line-height: 2.2;
	}

	.cont02 {
		margin-top: 90px;
	}
	.cont02 .inner {
		position: relative;
		padding: 135px 0 90px;
	}
		.cont02 .inner::before {
			content: '';
			width: 100vw;
			min-width: 1800px;
			height: 100%;
			background: #ebebeb;
			position: absolute;
			top: 0;
			right: 270px;
			z-index: -1;
		}
		.cont02 .inner::after {
			content: url(img/home_img21.png);
			position: absolute;
			bottom: -205px;
			right: 0;
		}
	.cont02 h2 {
		font-size: 36px;
		font-weight: bold;
		color: #777777;
		padding-bottom: 40px;
		background: url(img/home_img07.png) no-repeat bottom left;
	}
	.cont02 .box {
		margin-top: 30px;
		display: flex;
		align-items: center;
		position: relative;
	}
	.cont02 .box::after {
		content: url(img/home_img10.png);
		position: absolute;
		bottom: -60px;
		right: 0;
	}
	.cont02 .box .right_box {
		line-height: 2;
		margin-left: 80px;
		position: relative;
	}
		.cont02 .box .right_box::before {
			content: url(img/home_img09.png);
			position: absolute;
			bottom: -125px;
			left: -170px;
		}
	.cont02 .box .right_box span {
		font-weight: bold;
		background: linear-gradient(transparent 65%, #45b0e6 65%, #45b0e6 100%);
	}
	.cont02 .box .left_box {
		width: 455px;
	}
	.cont02 .box .left_box h3 {
		font-size: 28px;
		font-weight: bold;
		padding-top: 130px;
		position: relative;
	}
		.cont02 .box .left_box h3::before {
			content: url(img/home_img08.png);
			position: absolute;
			top: 0;
			left: 0;
		}
		.cont02 .box .left_box h3::after {
			content: '';
			position: absolute;
			bottom: 18px;
			right: 0;
			width: 130px;
			height: 1px;
			background: #777777;
		}
	.cont02 .box .left_box h3 span {
		color: #777;
		font-weight: bold;
	}
		.cont02 .box .left_box h3 span::before {
			content: '‘';
			padding-left: 7px;
		}
		.cont02 .box .left_box h3 span::after {
			content: '’';
			padding-right: 7px;
		}
	.cont02 .box .left_box .text {
		font-size: 20px;
		line-height: 1.8;
		font-weight: bold;
		color: #45b0e6;
		margin-top: 40px;
	}
	.cont02 .box02 {
		margin-top: 125px;
		display: flex;
		flex-wrap: wrap;
	}
	.cont02 .box02 .inner_box {
		width: 340px;
		padding: 390px 15px 0 20px;
		box-sizing: border-box;
		background: url(img/home_img11.png) no-repeat top center;
		margin-left: 25px;
		position: relative;
	}
		.cont02 .box02 .inner_box::before {
			content: url(img/home_img16.png);
			position: absolute;
			top: 0;
			left: -25px;
		}
	.cont02 .box02 .inner_box:first-of-type {
		margin-top: 80px;
	}
	.cont02 .box02 .inner_box:nth-of-type(2) {
		background: url(img/home_img12.png) no-repeat top center;
		margin: 160px 0 0 77px;
	}
		.cont02 .box02 .inner_box:nth-of-type(2)::before {
			content: url(img/home_img17.png);
		}
	.cont02 .box02 .inner_box:nth-of-type(3) {
		background: url(img/home_img13.png) no-repeat top center;
		margin-left: 77px;
	}
		.cont02 .box02 .inner_box:nth-of-type(3)::before {
			content: url(img/home_img18.png);
		}
	.cont02 .box02 .inner_box:nth-of-type(4) {
		background: url(img/home_img14.png) no-repeat top center;
		margin: 140px 0 0 235px;
	}
		.cont02 .box02 .inner_box:nth-of-type(4)::before {
			content: url(img/home_img19.png);
		}
	.cont02 .box02 .inner_box:nth-of-type(5) {
		padding-top: 428px;
		background: url(img/home_img15.png) no-repeat top center;
		margin: 60px 0 0 70px;
	}
		.cont02 .box02 .inner_box:nth-of-type(5)::before {
			content: url(img/home_img20.png);
		}
	.cont02 .box02 .inner_box h3 {
		font-weight: bold;
		color: #fff;
		font-size: 26px;
	}
	.cont02 .box02 .inner_box .text {
		margin-top: 25px;
		line-height: 2;
	}

	.cont03 {
		margin-top: 130px;
	}
	.cont03 .title_box {
		display: flex;
		align-items: center;
		position: relative;
	}
		.cont03 .title_box::before {
			content: url(img/home_img22.png);
			position: absolute;
			top: -70px;
			left: 0;
			z-index: -1;
		}
	.cont03 .title_box h2 {
		font-size: 26px;
	}
	.cont03 .title_box .text {
		line-height: 2;
		margin-left: 60px;
	}
	.cont03 .box {
		margin-top: 45px;
		display: flex;
		justify-content: space-between;
	}
	.cont03 .box .inner_box {
		width: 380px;
		height: 380px;
		box-shadow: 0 0 30px rgba(0,0,0,.1);
		background: url(img/home_img23.png) no-repeat center / 100%;
		position: relative;
	}
	.cont03 .box .inner_box:nth-of-type(2) {
		background: url(img/home_img24.png) no-repeat center / 100%; 
	}
	.cont03 .box .inner_box:nth-of-type(3) {
		background: url(img/home_img25.png) no-repeat center / 100%; 
	}
	.cont03 .box .inner_box .text_box {
		width: 320px;
		height: 320px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: rgba(0,0,0,.6);
		box-sizing: border-box;
		padding: 50px 25px 0;
		color: #fff;
	}
	.cont03 .box .inner_box .text_box h3 {
		font-size: 26px;
		text-align: center;
		padding-bottom: 20px;
		background: url(img/home_img26.png) no-repeat bottom center;
	}
	.cont03 .box .inner_box .text_box .text {
		font-size: 14px;
		line-height: 1.8;
		margin-top: 30px;
	}
	.cont03 .box .inner_box:nth-of-type(3) .text_box .text {
		font-size: 16px;
	}
	.cont03 .box02 {
		margin-top: 120px;
		padding: 115px 0 140px;
		position: relative;
	}
		.cont03 .box02::before {
			content: '';
			width: 100vw;
			min-width: 1800px;
			height: 100%;
			position: absolute;
			top: 0;
			left: 150px;
			background: #ebebeb;
			z-index: -1;
		}
	.cont03 .box02 .inner_box .text_box h3 {
		font-size: 36px;
		color: #777777;
		padding-bottom: 40px;
		background: url(img/home_img27.png) no-repeat bottom left;
	}
	.cont03 .box02 .inner_box .text_box .text {
		line-height: 2;
		margin-top: 40px;
	}
	.cont03 .box02 .inner_box {
		display: flex;
	}
	.cont03 .box02 .inner_box .text_box02 {
		display: flex;
		margin-left: 50px;
		position: relative;
	}
	.cont03 .box02 .inner_box .text_box02::before {
		content: url(img/home_img34.png);
		position: absolute;
		top: 100px;
		left: 50%;
		transform: translateX(-50%);
	}
	.cont03 .box02 .inner_box .text_box02 .text {
		width: 233px;
		height: 233px;
		text-align: center;
		font-weight: bold;
		font-size: 28px;
		padding-top: 130px;
		box-sizing: border-box;
		background: url(img/home_img28.png) no-repeat center, url(img/home_img29.png) no-repeat top 60px center;
	}
	.cont03 .box02 .inner_box .text_box02 .text:nth-of-type(2) {
		margin-left: 85px;
		padding-top: 150px;
		background: url(img/home_img30.png) no-repeat center, url(img/home_img31.png) no-repeat top 40px center;
	}
	.cont03 .box02 .inner_box .text_box03 {
		width: 320px;
		box-sizing: border-box;
		border: 3px solid #45b0e6;
		padding: 50px 0 15px;
		margin-left: 55px;
		position: relative;
	}
	.cont03 .box02 .inner_box .text_box03::before {
		content: url(img/home_img33.png);
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #ebebeb;
		padding: 0 13px;
	}
	.cont03 .box02 .inner_box .text_box03 .text {
		font-size: 20px;
		padding-left: 38px;
	}
	.cont03 .box02 .inner_box .text_box03 .text02 {
		font-size: 26px;
		font-weight: bold;
		padding-left: 40px;
		margin-top: 35px;
		position: relative;
	}
		.cont03 .box02 .inner_box .text_box03 .text02::before {
			content: url(img/home_img32.png);
			position: absolute;
			top: -38px;
			left: 50%;
			transform: translateX(-50%);
		}
	.cont03 .box02 .inner_box .text_box03 .text03 {
		font-size: 14px;
		text-align: center;
		margin-top: 10px;
	}
		.cont03 .box02 .inner_box .text_box03 .text03::before {
			content: '※';
		}
	.cont03 .box02 .inner_box02 {
		margin-top: 85px;
	}
	.cont03 .box02 .inner_box02 h2 {
		font-size: 26px;
		padding: 75px 0 17px;
		background: url(img/home_img35.png) no-repeat top left;
		position: relative;
	}
		.cont03 .box02 .inner_box02 h2::before {
			content: url(img/home_img36.png);
			position: absolute;
			top: 35px;
			left: 390px;
		}
		.cont03 .box02 .inner_box02 h2::after {
			content: url(img/home_img37.png);
			position: absolute;
			top: 43px;
			left: 585px;
		}
	.cont03 .box02 .inner_box02 .inner_flex_box {
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
		padding: 0 0 0 60px;
		height: 340px;
		background: url(img/home_img38.png) no-repeat center / 100%;
		color: #fff;
		margin-top: 15px;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(n+2) {
		margin-top: 30px;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(2) {
		background: url(img/home_img48.png) no-repeat center / 100%;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(3) {
		background: url(img/home_img49.png) no-repeat center / 100%;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(4) {
		background: url(img/home_img50.png) no-repeat center / 100%;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box .text_box {
		padding-top: 75px;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(2) .text_box {
		padding-top: 50px;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(3) .text_box {
		padding-top: 50px;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(4) .text_box {
		padding-top: 50px;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box h3 {
		font-size: 30px;
		color: #45b0e6;
		position: relative;
	}
		.cont03 .box02 .inner_box02 .inner_flex_box h3::before {
			content: url(img/home_img41.png);
			position: absolute;
			top: -35px;
			left: 5px;
		}
		.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(2) h3::before {
			content: url(img/home_img54.png);
			top: -33px;
		}
		.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(3) h3::before {
			content: url(img/home_img55.png);
			top: -33px;
		}
		.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(4) h3::before {
			content: url(img/home_img56.png);
			top: -33px;
		}
	.cont03 .box02 .inner_box02 .inner_flex_box .text {
		font-size: 24px;
		font-weight: bold;
		margin-left: -10px;
		margin-top: 7px;
	}
		.cont03 .box02 .inner_box02 .inner_flex_box .text::before {
			content: '【';
			padding-right: 10px;
		}
		.cont03 .box02 .inner_box02 .inner_flex_box .text::after {
			content: '】';
			padding-left: 10px;
		}
	.cont03 .box02 .inner_box02 .inner_flex_box .text02 {
		line-height: 2;
		margin-top: 20px;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box .text_box02 {
		padding: 30px 30px 0 0;
		display: flex;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box .text_box02 .img:nth-of-type(2) {
		margin-left: 20px;
	}
	.cont03 .box03 {
		margin-top: 105px;
		position: relative;
	}
		.cont03 .box03::before {
			content: url(img/home_img59.png);
			position: absolute;
			top: -200px;
			left: 0;
		}
	.cont03 .box03 .text {
		padding-left: 385px;
		font-size: 20px;
		line-height: 1.8;
	}
	.cont03 .box03 .text span {
		font-size: 24px;
		font-weight: bold;
		position: relative;
	}
	.cont03 .box03 .text span.span01 {
		background: #e0f5ff;
		display: inline-block;
		padding: 2px 2px 0px;
	}
		.cont03 .box03 .text span::before {
			content: url(img/home_img57.png);
			position: absolute;
			bottom: -30px;
			left: 0;
			z-index: -1;
		}
		.cont03 .box03 .text span.mac::before {
			bottom: -33px;
		}
		.cont03 .box03 .text span.span01::before {
			display: none;
		}
	.cont03 .box03 .inner_box {
		display: flex;
		margin-top: 90px;
		justify-content: center;
	}
	.cont03 .box03 .inner_box .text_box {
		margin: 80px 0 0 45px;
	}
	.cont03 .box03 .inner_box .text_box .text02 {
		font-size: 20px;
		font-weight: bold;
	}
		.cont03 .box03 .inner_box .text_box .text02::before {
			content: '[';
			padding-right: 7px;
		}
		.cont03 .box03 .inner_box .text_box .text02::after {
			content: ']';
			padding-left: 7px;
		}
	.cont03 .box03 .inner_box .text_box .text03 {
		line-height: 2;
		margin-top: 35px;
	}
	.cont04 {
		margin-top: 95px;
		padding: 120px 0 110px;
		background: #333333;
		color: #fff;
	}
	.cont04 .title_box {
		display: flex;
		align-items: flex-end;
	}
	.cont04 .title_box h2 {
		font-size: 36px;
		padding-bottom: 35px;
		background: url(img/home_img60.png) no-repeat bottom left;
	}
	.cont04 .title_box .text {
		line-height: 2;
		margin-left: 100px;
	}
	.cont04 .box {
		margin-top: 70px;
		display: flex;
		width: 100%;
		max-width: 1800px;
		box-sizing: border-box;
	}
	.cont04 .box .inner_box {
		width: 25%;
		position: relative;
		padding: 80px 50px 50px;
		background: url(img/home_img61.png) no-repeat center / cover;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.cont04 .box .inner_box:nth-of-type(2) {
		background: url(img/home_img62.png) no-repeat center / cover;
	}
	.cont04 .box .inner_box:nth-of-type(3) {
		background: url(img/home_img63.png) no-repeat center / cover;
	}
	.cont04 .box .inner_box:nth-of-type(4) {
		background: url(img/home_img64.png) no-repeat center / cover;
	}
	.cont04 .box .inner_box h3 {
		font-size: 26px;
		position: relative;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.cont04 .box .inner_box:nth-of-type(2) h3 {
		font-size: 22px;
	}
		.cont04 .box .inner_box h3::before {
			content: url(img/home_img65.png);
			display: block;
			padding-right: 15px;
		}
		.cont04 .box .inner_box:nth-of-type(2) h3::before {
			content: url(img/home_img66.png);
		}
		.cont04 .box .inner_box:nth-of-type(3) h3::before {
			content: url(img/home_img67.png);
		}
		.cont04 .box .inner_box:nth-of-type(4) h3::before {
			content: url(img/home_img68.png);
		}
	.cont04 .box .inner_box .text {
		margin-top: 5px;
		line-height: 2;
	}
	.cont04 .box .inner_box .text a {
		color: #45b0e6;
		text-decoration: underline;
	}
	@media screen and (max-width: 1800px) {
		.cont04 .box .inner_box {
			padding: 80px 35px 50px;
		}
		.cont04 .box .inner_box h3 {
			font-size: 24px;
			margin-left: -5px;
		}
		.cont04 .box .inner_box:nth-of-type(2) h3 {
			font-size: 20px;
		}
			.cont04 .box .inner_box h3::before {
				content: url(img/home_img65.png);
				transform: scale(0.8);
			}
	}
	@media screen and (max-width: 1600px) {
		.cont04 .box .inner_box {
			padding: 60px 20px 35px 25px;
		}
		.cont04 .box .inner_box h3 {
			font-size: 20px;
		}
		.cont04 .box .inner_box:nth-of-type(2) h3 {
			font-size: 18px;
		}
		.cont04 .box .inner_box .text {
			font-size: 14px;
		}
			.cont04 .box .inner_box h3::before {
				content: url(img/home_img65.png);
				transform: scale(0.7);
				padding-right: 5px;
			}
		} 
	.cont04 .text02 {
		width: 1000px;
		box-sizing: border-box;
		border: 1px solid #45b0e6;
		margin: 65px auto 0;
		padding: 35px 0 35px 365px;
		line-height: 2;
		background: url(img/home_img69.png) no-repeat top 100px left 75px;
		position: relative;
	}
		.cont04 .text02::before {
			content: url(img/home_img70.png);
			position: absolute;
			bottom: -65px;
			right: -65px;
		}
	.cont05 .box {
		position: relative;
		padding: 130px 0 120px;
	}
		.cont05 .box::before {
			content: '';
			width: 1000vw;
			min-width: 1800px;
			height: 100%;
			position: absolute;
			top: 0;
			right: 340px;
			background: #ebebeb;
			z-index: -1;
		}
	.cont05 .box h2 {
		font-size: 36px;
		color: #777777;
		padding-bottom: 35px;
		background: url(img/home_img71.png) no-repeat bottom left;
	}
	.cont05 .box .img02 {
		position: absolute;
		top: 125px;
		left: 375px;
	}
	.cont05 .box .inner_box {
		margin-top: 65px;
		display: flex;
		justify-content: space-between;
	}
	.cont05 .box .inner_box h3 {
		text-align: center;
		font-size: 24px;
	}
		.cont05 .box .inner_box h3::before {
			content: '[';
			padding-right: 10px;
		}
		.cont05 .box .inner_box h3::after {
			content: ']';
			padding-left: 8px;
		}
	.cont05 .box .inner_box .img {
		box-shadow: 0 0 30px rgba(0,0,0,.1);
		margin-top: 15px;
	}
	.cont05 .box .text {
		width: 1000px;
		box-sizing: border-box;
		margin: 60px auto 0;
		line-height: 2;
		padding: 30px 0 30px 310px;
		border: 1px solid #45b0e6;
		background: url(img/home_img77.png) no-repeat top 75px left 75px;
		position: relative;
	}
	.cont05 .box .text::before {
		content: url(img/home_img78.png);
		position: absolute;
		bottom: -45px;
		left: -100px;
	}
	.cont05 .box .text span {
		font-weight: bold;
	}
	.cont05 .box .text span:nth-of-type(2) {
		font-weight: normal;
		font-size: 14px;
	}
	.cont05 .box02 {
		margin-top: 80px;
		padding-top: 90px;
		position: relative;
	}
		.cont05 .box02::before {
			content: '';
			position: absolute;
			top: 0;
			left: 225px;
			width: 100vw;
			min-width: 1800px;
			height: 420px;
			background: #ebebeb;
			z-index: -1;
		}
	.cont05 .box02 .title_box {
		display: flex;
		align-items: flex-start;
	}
	.cont05 .box02 .title_box h2 {
		font-size: 36px;
		color: #777777;
		padding-bottom: 35px;
		background: url(img/home_img79.png) no-repeat bottom left;
	}
	.cont05 .box02 .title_box .text {
		font-size: 20px;
		line-height: 1.6;
		margin: 3px 0 0 90px;
	}
	.cont05 .box02 .inner_box {
		margin-top: 40px;
		display: flex;
		justify-content: space-between;
	}
	.cont05 .box02 .inner_box .text_box {
		padding: 285px 20px 0 25px;
		width: 260px;
		box-sizing: border-box;
		background: url(img/home_img80.png) no-repeat top center;
	}
	.cont05 .box02 .inner_box .text_box:nth-of-type(2) {
		background: url(img/home_img81.png) no-repeat top center;
	}
	.cont05 .box02 .inner_box .text_box:nth-of-type(3) {
		background: url(img/home_img82.png) no-repeat top center;
	}
	.cont05 .box02 .inner_box .text_box:nth-of-type(4) {
		background: url(img/home_img83.png) no-repeat top center;
	}
	.cont05 .box02 .inner_box .text_box h3 {
		font-size: 20px;
		text-align: center;
	}
	.cont05 .box02 .inner_box .text_box .text {
		font-size: 14px;
		line-height: 2;
		margin-top: 20px;
	}
	.cont06 {
		margin-top: 85px;
		width: 100%;
		box-sizing: border-box;
		height: 300px;
		background: url(img/home_img84.png) no-repeat center / cover;
	}
	.cont06 .inner {
		display: flex;
		color: #fff;
		box-sizing: border-box;
		padding: 0 0 0 190px;
		align-items: center;
		height: 100%;
	}
	.cont06 .inner h2 {
		font-size: 32px;
		padding-bottom: 37px;
		background: url(img/home_img85.png) no-repeat bottom left;
	}
	.cont06 .inner .box {
		background: rgba(255, 255, 255, 0.4);
		margin-left: 80px;
		padding: 35px 55px;
		border-radius: 20px;
	}
	.cont06 .inner .box .img {
		text-align: center;
		display: block;
	}
	.cont06 .inner .box .text {
		font-weight: bold;
		margin-top: 20px;
		line-height: 2;
	}

	footer {
		padding: 100px 0;
		background: #000;
		color: #fff;
	}
	footer .text {
		margin-bottom: 20px;
		text-align: center;
	}
	footer .logo {
		text-align: center;
	}
	footer .inner .copy {
		font-size: 14px;
		margin-left: auto;
		text-align: center;
		margin-top: 30px;
	}

	.pop_up {
		display: none;
	}
	.pop_up.active {
		display: block;
		width: 400px;
		height: 400px;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: rgba(0,0,0,.9);
		z-index: 10000000;
	}
	.pop_up.active .text {
		font-size: 16px;
		color: #fff;
		margin-top: 115px;
		text-align: center;
	}
	.pop_up.active .text span {
		font-weight: bold;
		font-size: 18px;
	}
	.pop_up.active .btn {
		width: 280px;
		height: 65px;
		margin: 45px auto 0;
	}
	.pop_up.active .btn a {
		display: block;
		width: 100%;
		height: 100%;
		line-height: 65px;
		background: url(img/pop_up_img01.png) no-repeat center left 50px #00b900;
		font-size: 24px;
		font-weight: bold;
		padding-left: 105px;
		box-sizing: border-box;
		color: #fff;
	}
	.pop_up.active .close {
		width: 25px;
		height: 25px;
		position: absolute;
		top: 5px;
		right: 5px;
	}
	.pop_up.active .close span {
		display: block;
		width: 20px;
		height: 3px;
		background: #fff;
		transform: rotateZ(45deg);
		position: absolute;
		top: 12px;
	}
	.pop_up.active .close span:nth-of-type(2) {
		transform: rotateZ(-45deg);
	}

	.top {
		position: fixed;
		bottom: 30px;
		right: 150px;
	}
}

/*===============================================
横幅430px以下
===============================================*/
@media screen and (max-width: 431px) {
	html,
	body,
	.wrap {
		width: 430px;
		position: relative;
	}
	.inner {
		width: auto;
		padding: 0 10px;
	}
	img {
		max-width: 100%;
	}
	.pc {
		display: none;
	}

	/* header
	--------------------------------------------------------------*/
	header {
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 100000;
	}
	header h1 {
		font-size: 10px;
		padding: 10px 0 0 10px;
		line-height: 1;
	}
	header .logo {
		padding: 5px 0 0 10px;
		width: 95px;
		line-height: 1;
	}

	/* side_nav
	--------------------------------------------------------------*/
	.side_nav {
		z-index: 100000;
	}
	nav {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10000;
		width: 100%;
	}
	#nav-btn {
		width: 31px;
		height: 19px;
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 10010;
		transition: all .5s;
	}
	.menu-btn,
	.menu-btn span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-btn {
		position: absolute;
		width: 31px;
		height: 19px;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		cursor: pointer;
	}
	.menu-btn span {
		position: absolute;
		left: 0;
		width: 31px;
		height: 3px;
		background: #000;
	}
	.menu-btn span:nth-of-type(1) {
		top: 0;
	}
	.menu-btn span:nth-of-type(2) {
		top: 4px;
		bottom: 0;
		margin: auto;
		width: 18px;
	}
	.menu-btn span:nth-of-type(3) {
		bottom: -3px;
		width: 31px;
	}
	#nav-btn.active .menu-btn span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
		background: #fff;
	}
	#nav-btn.active .menu-btn span:nth-of-type(2) {
		opacity: 0;
	}
	#nav-btn.active .menu-btn span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
		background: #fff;
	}
	#nav {
		display: block;
		position: fixed;
		z-index: 1001;
		top: 0;
		right: 0;
		width: 100%;
		z-index: 10000;
		padding: 50px 0 50px 120px;
		background: #000;
		box-sizing: border-box;
		transform: translateX(435px);
		height: 100vh;
		overflow-y: auto;
		overscroll-behavior: none;
	}
	#nav.slideOut {
		animation-name: slideOutNav;
		animation-fill-mode: forwards;
		animation-duration:0.5s;
		animation-timing-function:linear;
		animation-delay: 0;
		animation-direction:normal;
	}
	#nav-btn.active + #nav {
		animation-name: slideInNav;
		animation-fill-mode: forwards;
		animation-duration:0.5s;
		animation-timing-function:linear;
		animation-delay: 0;
		animation-direction:normal;
	}
	@keyframes slideInNav{
		0% {
			transform: translateX(435px);
		}
		100% {
			transform: translateX(0);
		}
	}
	@keyframes slideOutNav{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(435px);
		}
	}
	#nav li:nth-of-type(n+2) {
		margin-top: 25px;
	}
	#nav li a {
		display: block;
		position: relative;
		font-size: 16px;
		color: #fff;
		padding-left: 10px;
	}
	#nav li.list01:nth-of-type(7) {
		margin-top: 75px;
	}
	#nav li.list01 a {
		padding-left: 0;
	}
		#nav li a::before {
			content: '';
			width: 5px;
			height: 2px;
			background: #fff;
			position: absolute;
			top: 50%;
			left: 0;
			transform: translateY(-50%);
		}
		#nav li.list01 a::before {
			display: none;
		}
	#nav .btn02 {
		margin-top: 50px;
		margin-left: -10px;
	}
	#nav .btn02:nth-of-type(2) {
		margin-top: 10px;
	}
	#nav .btn02 a {
		display: block;
		width: 215px;
		height: 50px;
		background: url(img/nav_img04.png) no-repeat top 5px center #45b0e6;
		text-align: center;
		font-weight: bold;
		color: #fff;
		box-sizing: border-box;
		font-size: 12px;
		padding-top: 30px;
	}
	#nav .btn02:nth-of-type(2) a {
		background: url(img/nav_img05.png) no-repeat top 8px center #7bd3ff;
	}
	.side_nav .btn {
		width: 215px;
		height: 50px;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #45b0e6;
	}
	.side_nav .btn:nth-of-type(2) {
		right: 0;
		left: auto;
		background: #7bd3ff;
	}
	.side_nav .btn a {
		display: block;
		width: 100%;
		height: 100%;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		padding-top: 28px;
		background: url(img/nav_img04.png) no-repeat top 5px center;
	}
	.side_nav .btn:nth-of-type(2) a {
		background: url(img/nav_img05.png) no-repeat top 8px center;
	}
	
	/* key
	--------------------------------------------------------------*/
	.key {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 50px;
	}
	.key .right_box {
		width: 180px;
		flex-shrink: 0;
		height: 600px;
	}
	.key .right_box .swiper {
		width: 100% !important;
		height: 100% !important;
	}
	.key .right_box .swiper .swiper-wrapper {
		transition-timing-function: linear;
	}
	.key .left_box {
		display: flex;
		align-items: center;
		flex-direction: column;
		margin-left: 15px;
		position: relative;
		margin-top: 75px;
	}
		.key .left_box::before {
			content: '';
			width: 75px;
			height: 100px;
			background: url(img/key_img04.png) no-repeat center / 100%;
			position: absolute;
			top: -85px;
			left: 130px;
		}
	.key .left_box .title {
		color: #999999;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	.key .left_box .logo {
		width: 170px;
		margin-top: 15px;
	}
	.key .left_box .img {
		width: 200px;
		margin-top: 35px;
		position: relative;
	}
		.key .left_box .img::after {
			content: '';
			background: url(img/key_img05.png) no-repeat center / 100%;
			width: 70px;
			height: 25px;
			position: absolute;
			top: -22px;
			left: 55px;
		}
	.key .left_box .text01 {
		font-size: 14px;
		color: #000;
		font-weight: bold;
		padding: 0 7px 2px 20px;
		border-bottom: 2px solid #45b0e6;
		background: url(img/key_img03.png) no-repeat top 7px left / 12px;
		margin-top: 25px;
	}
	.key .left_box .text01:nth-of-type(5) {
		margin-top: 5px;
	}
	.key .left_box .btn {
		width: 112px;
		margin-top: 30px;
	}
	.key .left_box .box {
		width: 220px;
		box-sizing: border-box;
		margin-top: 40px;
		position: relative;
		border: 2px dashed #45b0e6;
		padding: 25px 0 20px;
	}
	.key .left_box .text02 {
		font-size: 12px;
		letter-spacing: -0.5px;
		text-align: center;
		line-height: 1.6;
	}
	.key .left_box .text03 {
		display: inline-block;
		width: 190px;
		font-size: 14px;
		font-weight: bold;
		background: #fff;
		text-align: center;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	/* cont01
	--------------------------------------------------------------*/
	.cont01 {
		margin-top: 50px;
	}
	.cont01 .inner {
		padding: 0 20px;
	}
	.cont01 h2 {
		padding-top: 15px;
		background: url(img/home_img01.png) no-repeat top center / 130px;
		font-weight: bold;
		font-size: 24px;
		text-align: center;
	}
	.cont01 h2 .span01 {
		font-size: 32px;
		font-weight: bold;
		letter-spacing: -0.8px;
	}
		.cont01 h2 .span01::before {
			content: '‘';
			padding-right: 5px;
		}
		.cont01 h2 .span01::after {
			content: '’';
		}
	.cont01 h2 .span02 {
		font-size: 28px;
		font-weight: bold;
	}
	.cont01 .box {
		padding: 260px 0 0 0;
		margin-top: 30px;
		position: relative;
	}
		.cont01 .box::before {
			content: '';
			background: url(img/home_img03.png) no-repeat center / 100%;
			width: 100%;
			height: 230px;
			position: absolute;
			top: 0;
			left: 0;
		}
		.cont01 .box::after {
			content: '';
			background: url(img/home_img05.png) no-repeat center / 100%;
			width: 300px;
			height: 150px;
			position: absolute;
			bottom: 0;
			right: 0;
			z-index: -1;
		}
		.cont01 .box:nth-of-type(2):before {
			content: '';
			background: url(img/home_img04.png) no-repeat center / 100%;
			width: 100%;
			height: 240px;
			position: absolute;
			top: 0;
			left: 0;
		}
		.cont01 .box:nth-of-type(2):after {
			content: '';
			background: url(img/home_img06.png) no-repeat center / 100%;
			width: 300px;
			height: 100px;
			position: absolute;
			bottom: 5px;
			right: 0;
			z-index: -1;
		}
	.cont01 .box:nth-of-type(2) {
		padding: 270px 0 0 0;
		margin-top: 45px;
	}
	.cont01 .box h3 {
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
		position: relative;
	}
		.cont01 .box h3::before {
			content: '';
			width: 180px;
			height: 27px;
			background: url(img/home_img02.png) no-repeat center center / 100%;
			position: absolute;
			bottom: -13px;
			right: -5px;
			z-index: -1;
		}
		.cont01 .box:nth-of-type(2) h3::before {
			right: -15px;
		}
	.cont01 .box h3 span {
		font-weight: bold;
		position: relative;
	}
		.cont01 .box h3 span::before {
			content: '';
			position: absolute;
			top: -5px;
			left: 50%;
			transform: translateX(-50%);
			width: 5px;
			height: 5px;
			border-radius: 50%;
			background: #45b0e6;
		}
		.cont01 .box.iphone h3 span::before {
			top: -7px;
		} 
	.cont01 .box .text {
		margin-top: 25px;
		line-height: 2;
	}

	.cont02 {
		margin-top: 50px;
		padding: 0 20px;
		box-sizing: border-box;
		width: 100%;
	}
	.cont02 .inner {
		position: relative;
		padding: 70px 0;
	}
		.cont02 .inner::before {
			content: '';
			width: 100%;
			height: 100%;
			background: #ebebeb;
			position: absolute;
			top: 0;
			right: 90px;
			z-index: -1;
		}
		.cont02 .inner::after {
			content: '';
			width: 220px;
			height: 250px;
			background: url(img/home_img21.png) no-repeat center / 100%;
			position: absolute;
			bottom: 310px;
			right: -10px;
		}
	.cont02 h2 {
		font-size: 28px;
		font-weight: bold;
		color: #777777;
		padding-bottom: 30px;
		background: url(img/home_img07.png) no-repeat bottom left;
	}
	.cont02 .box {
		margin-top: 30px;
		display: flex;
		flex-direction: column;
		position: relative;
	}
		.cont02 .box::before {
			content: '';
			width: 80px;
			height: 90px;
			background: url(img/home_img09.png) no-repeat center / 100%;
			position: absolute;
			top: -125px;
			right: 70px;
		}
		.cont02 .box::after {
			content: '';
			width: 80px;
			height: 130px;
			background: url(img/home_img10.png) no-repeat center / 100%;
			position: absolute;
			top: -100px;
			right: 0;
		}
	.cont02 .box .right_box {
		line-height: 2;
		font-size: 14px;
		position: relative;
		margin-top: 20px;
	}
	.cont02 .box .right_box span {
		font-weight: bold;
		background: linear-gradient(transparent 65%, #45b0e6 65%, #45b0e6 100%);
	}
	.cont02 .box .left_box h3 {
		font-size: 24px;
		font-weight: bold;
		padding-top: 130px;
		position: relative;
		box-sizing: border-box;
	}
		.cont02 .box .left_box h3::before {
			content: '';
			width: 400px;
			height: 100px;
			background: url(img/home_img08.png) no-repeat center / 100%;
			position: absolute;
			top: 0;
			left: 0;
		}
		.cont02 .box .left_box h3::after {
			content: '';
			position: absolute;
			bottom: 16px;
			right: 15px;
			width: 110px;
			height: 1px;
			background: #777777;
		}
	.cont02 .box .left_box h3 span {
		color: #777;
		font-weight: bold;
	}
		.cont02 .box .left_box h3 span::before {
			content: '‘';
			padding-left: 7px;
		}
		.cont02 .box .left_box h3 span::after {
			content: '’';
			padding-right: 7px;
		}
	.cont02 .box .left_box .text {
		font-size: 20px;
		line-height: 1.8;
		font-weight: bold;
		color: #45b0e6;
		margin-top: 25px;
	}
	.cont02 .box02 {
		margin-top: 70px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.cont02 .box02 .inner_box {
		width: 190px;
		padding: 205px 5px 0 10px;
		box-sizing: border-box;
		background: url(img/home_img11.png) no-repeat top center / 100%;
		position: relative;
	}
	.cont02 .box02 .inner_box:nth-of-type(n+3) {
		margin-top: 30px;
	}
		.cont02 .box02 .inner_box::before {
			content: '';
			width: 25px;
			height: 100px;
			background: url(img/home_img16.png) no-repeat top 10px center / 10px #fff;
			position: absolute;
			top: 0;
			left: 0;
		}
	.cont02 .box02 .inner_box:nth-of-type(2) {
		background: url(img/home_img12.png) no-repeat top center / 100%;
	}
		.cont02 .box02 .inner_box:nth-of-type(2)::before {
			content: '';
			background: url(img/home_img17.png) no-repeat top 10px center / 10px #fff;
		}
	.cont02 .box02 .inner_box:nth-of-type(3) {
		background: url(img/home_img13.png) no-repeat top center / 100%;
	}
		.cont02 .box02 .inner_box:nth-of-type(3)::before {
			content: '';
			background: url(img/home_img18.png) no-repeat top 10px center / 10px #fff;
		}
	.cont02 .box02 .inner_box:nth-of-type(4) {
		background: url(img/home_img14.png) no-repeat top center / 100%;
	}
		.cont02 .box02 .inner_box:nth-of-type(4)::before {
			content: '';
			background: url(img/home_img19.png) no-repeat top 10px center / 10px #fff;
		}
	.cont02 .box02 .inner_box:nth-of-type(5) {
		background: url(img/home_img15.png) no-repeat top center / 100%;
		padding-top: 230px;
	}
		.cont02 .box02 .inner_box:nth-of-type(5)::before {
			content: '';
			background: url(img/home_img20.png) no-repeat top 10px center / 10px #fff;
		}
	.cont02 .box02 .inner_box h3 {
		font-weight: bold;
		color: #fff;
		font-size: 18px;
	}
	.cont02 .box02 .inner_box:first-of-type h3 {
		letter-spacing: -0.5px;
		font-size: 16px;
	}
	.cont02 .box02 .inner_box:nth-of-type(5) h3 {
		letter-spacing: -0.5px;
		font-size: 16px;
	}
	.cont02 .box02 .inner_box .text {
		margin-top: 25px;
		line-height: 2;
		font-size: 14px;
	}
	.cont03 {
		margin-top: 130px;
	}
	.cont03 .inner {
		padding: 0 20px;
	}
	.cont03 .title_box {
		display: flex;
		flex-direction: column;
		position: relative;
	}
		.cont03 .title_box::before {
			content: '';
			width: 350px;
			height: 70px;
			background: url(img/home_img22.png) no-repeat center / 100%;
			position: absolute;
			top: -45px;
			left: 0;
			z-index: -1;
		}
	.cont03 .title_box h2 {
		font-size: 22px;
	}
	.cont03 .title_box .text {
		line-height: 2;
		margin-top: 10px;
	}
	.cont03 .box {
		margin-top: 45px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.cont03 .box .inner_box {
		width: 390px;
		height: 390px;
		box-shadow: 0 0 30px rgba(0,0,0,.1);
		background: url(img/home_img23.png) no-repeat center / 100%;
		position: relative;
	}
	.cont03 .box .inner_box:nth-of-type(2) {
		background: url(img/home_img24.png) no-repeat center / 100%; 
		margin-top: 30px;
	}
	.cont03 .box .inner_box:nth-of-type(3) {
		background: url(img/home_img25.png) no-repeat center / 100%; 
		margin-top: 30px;
	}
	.cont03 .box .inner_box .text_box {
		width: 320px;
		height: 320px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: rgba(0,0,0,.6);
		box-sizing: border-box;
		padding: 50px 25px 0;
		color: #fff;
	}
	.cont03 .box .inner_box .text_box h3 {
		font-size: 26px;
		text-align: center;
		padding-bottom: 20px;
		background: url(img/home_img26.png) no-repeat bottom center;
		white-space: nowrap;
	}
	.cont03 .box .inner_box .text_box .text {
		font-size: 14px;
		line-height: 1.8;
		margin-top: 30px;
	}
	.cont03 .box .inner_box:nth-of-type(3) .text_box .text {
		font-size: 16px;
	}
	.cont03 .box02 {
		margin-top: 80px;
		padding: 70px 0 70px;
		position: relative;
	}
		.cont03 .box02::before {
			content: '';
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 100px;
			background: #ebebeb;
			z-index: -1;
		}
	.cont03 .box02 .inner_box .text_box h3 {
		font-size: 28px;
		color: #777777;
		padding-bottom: 25px;
		background: url(img/home_img27.png) no-repeat bottom center / 140px;
		text-align: center;
	}
	.cont03 .box02 .inner_box .text_box .text {
		line-height: 2;
		margin-top: 25px;
		text-align: center;
	}
	.cont03 .box02 .inner_box {
		display: flex;
		flex-direction: column;
	}
	.cont03 .box02 .inner_box .text_box02 {
		display: flex;
		position: relative;
		justify-content: space-between;
		margin-top: 30px;
	}
		.cont03 .box02 .inner_box .text_box02::before {
			content: '';
			width: 35px;
			height: 36px;
			background: url(img/home_img34.png) no-repeat center / 100%;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}
	.cont03 .box02 .inner_box .text_box02 .text {
		width: 170px;
		height: 170px;
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		padding-top: 110px;
		box-sizing: border-box;
		background: url(img/home_img28.png) no-repeat center / 100%, url(img/home_img29.png) no-repeat top 45px center / 50px;
	}
	.cont03 .box02 .inner_box .text_box02 .text:nth-of-type(2) {
		padding-top: 110px;
		background: url(img/home_img30.png) no-repeat center / 100%, url(img/home_img31.png) no-repeat top 32px center / 50px;
	}
	.cont03 .box02 .inner_box .text_box03 {
		width: 320px;
		box-sizing: border-box;
		border: 3px solid #45b0e6;
		padding: 35px 0 15px;
		margin: 50px auto 0;
		position: relative;
	}
		.cont03 .box02 .inner_box .text_box03::before {
			content: url(img/home_img33.png);
			position: absolute;
			top: 0;
			left: 50%;
			transform: translate(-50%, -50%);
			background: #ebebeb;
			padding: 0 13px;
		}
	.cont03 .box02 .inner_box .text_box03 .text {
		font-size: 20px;
		padding-left: 38px;
	}
	.cont03 .box02 .inner_box .text_box03 .text02 {
		font-size: 26px;
		font-weight: bold;
		padding-left: 40px;
		margin-top: 35px;
		position: relative;
	}
		.cont03 .box02 .inner_box .text_box03 .text02::before {
			content: url(img/home_img32.png);
			position: absolute;
			top: -38px;
			left: 50%;
			transform: translateX(-50%);
		}
	.cont03 .box02 .inner_box .text_box03 .text03 {
		font-size: 14px;
		text-align: center;
		margin-top: 10px;
	}
		.cont03 .box02 .inner_box .text_box03 .text03::before {
			content: '※';
		}
	.cont03 .box02 .inner_box02 {
		margin-top: 85px;
	}
	.cont03 .box02 .inner_box02 h2 {
		font-size: 22px;
		padding: 45px 0 17px;
		background: url(img/home_img35.png) no-repeat top left / 300px;
		position: relative;
		letter-spacing: -0.3px;
	}
		.cont03 .box02 .inner_box02 h2::before {
			content: '';
			width: 120px;
			height: 55px;
			background: url(img/home_img36.png) no-repeat center / 100%;
			position: absolute;
			top: 43px;
			left: 285px;
		}
		.cont03 .box02 .inner_box02 h2::after {
			content: '';
			width: 110px;
			height: 50px;
			background: url(img/home_img37.png) no-repeat center / 100%;
			position: absolute;
			top: 0px;
			left: 310px;
			transform: rotateZ(4deg);
		}
	.cont03 .box02 .inner_box02 .inner_flex_box {
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
		padding: 0 15px 30px 20px;
		background: url(img/home_img38_sp.png) no-repeat center / cover;
		color: #fff;
		margin-top: 15px;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(n+2) {
		margin-top: 30px;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(2) {
		background: url(img/home_img48_sp.png) no-repeat center / cover;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(3) {
		background: url(img/home_img49_sp.png) no-repeat center / cover;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(4) {
		background: url(img/home_img50_sp.png) no-repeat center / cover;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box .text_box {
		padding-top: 75px;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(2) .text_box {
		padding-top: 50px;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(3) .text_box {
		padding-top: 50px;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(4) .text_box {
		padding-top: 50px;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box h3 {
		font-size: 24px;
		color: #45b0e6;
		position: relative;
	}
		.cont03 .box02 .inner_box02 .inner_flex_box h3::before {
			content: '';
			width: 150px;
			height: 60px;
			background: url(img/home_img41.png) no-repeat center / 100%;
			position: absolute;
			top: -35px;
			left: 5px;
		}
		.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(2) h3::before {
			content: '';
			width: 230px;
			height: 50px;
			background: url(img/home_img54.png) no-repeat center / 100%;
			top: -33px;
		}
		.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(3) h3::before {
			content: '';
			width: 260px;
			height: 50px;
			background: url(img/home_img55.png) no-repeat center / 100%;
			top: -28px;
		}
		.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(4) h3::before {
			content: '';
			width: 180px;
			height: 50px;
			background: url(img/home_img56.png) no-repeat center / 100%;
			top: -30px;
		}
	.cont03 .box02 .inner_box02 .inner_flex_box .text {
		font-size: 18px;
		font-weight: bold;
		margin-left: -8px;
		margin-top: 10px;
	}
		.cont03 .box02 .inner_box02 .inner_flex_box .text::before {
			content: '【';
			padding-right: 10px;
		}
		.cont03 .box02 .inner_box02 .inner_flex_box .text::after {
			content: '】';
			padding-left: 10px;
		}
	.cont03 .box02 .inner_box02 .inner_flex_box .text02 {
		line-height: 2;
		margin-top: 20px;
		font-size: 14px;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box:nth-of-type(1) .text02 {
		letter-spacing: -0.3px;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box .text_box02 {
		padding: 30px 0 0 0;
		display: flex;
	}
	.cont03 .box02 .inner_box02 .inner_flex_box .text_box02 .img:nth-of-type(2) {
		margin-left: 20px;
	}
	.cont03 .box03 {
		margin-top: 50px;
		position: relative;
	}
		/* .cont03 .box03::before {
			content: url(img/home_img59.png);
			position: absolute;
			top: -200px;
			left: 0;
		} */
	.cont03 .box03 .text {
		line-height: 2;
		text-align: center;
	}
	.cont03 .box03 .text span {
		font-size: 18px;
		font-weight: bold;
		position: relative;
	}
	.cont03 .box03 .text span.span01 {
		background: #e0f5ff;
		display: inline-block;
		padding: 2px 2px 0;
	}
		.cont03 .box03 .text span.span01::before {
			display: none;
		}
		.cont03 .box03 .text span::before {
			content: '';
			width: 330px;
			height: 15px;
			background: url(img/home_img57.png) no-repeat center / 100%;
			position: absolute;
			bottom: -7px;
			left: -3px;
			z-index: -1;
		}
		.cont03 .box03 .text span.iphone::before {
			bottom: -10px;
		}
	.cont03 .box03 .inner_box {
		display: flex;
		margin-top: 45px;
		flex-direction: column;
	}
	.cont03 .box03 .inner_box .text_box {
		margin: 45px 0 0 0px;
	}
	.cont03 .box03 .inner_box .text_box .text02 {
		font-size: 18px;
		text-align: center;
		font-weight: bold;
	}
		.cont03 .box03 .inner_box .text_box .text02::before {
			content: '[';
			padding-right: 7px;
		}
		.cont03 .box03 .inner_box .text_box .text02::after {
			content: ']';
			padding-left: 7px;
		}
	.cont03 .box03 .inner_box .text_box .text03 {
		line-height: 2;
		font-size: 14px;
		margin-top: 25px;
	}

	.cont04 {
		margin-top: 70px;
		padding: 70px 20px 80px;
		background: #333333;
		color: #fff;
		box-sizing: border-box;
	}
	.cont04 .title_box {
		display: flex;
		flex-direction: column;
	}
	.cont04 .title_box h2 {
		font-size: 26px;
		padding-bottom: 30px;
		background: url(img/home_img60.png) no-repeat bottom left;
	}
	.cont04 .title_box .text {
		line-height: 2;
		margin-top: 30px;
		font-size: 14px;
	}
	.cont04 .box {
		margin-top: 50px;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		box-sizing: border-box;
	}
	.cont04 .box .inner_box {
		width: 100%;
		position: relative;
		padding: 50px 30px 45px;
		background: url(img/home_img61.png) no-repeat center / cover;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 350px;
		box-sizing: border-box;
	}
	.cont04 .box .inner_box:nth-of-type(n+2) {
		margin-top: 20px;
	}
	.cont04 .box .inner_box:nth-of-type(2) {
		background: url(img/home_img62.png) no-repeat center / cover;
	}
	.cont04 .box .inner_box:nth-of-type(3) {
		background: url(img/home_img63.png) no-repeat center / cover;
	}
	.cont04 .box .inner_box:nth-of-type(4) {
		background: url(img/home_img64.png) no-repeat center / cover;
	}
	.cont04 .box .inner_box h3 {
		font-size: 22px;
		position: relative;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.cont04 .box .inner_box:nth-of-type(2) h3 {
		font-size: 22px;
	}
		.cont04 .box .inner_box h3::before {
			content: url(img/home_img65.png);
			display: block;
			padding-right: 15px;
			transform: scale(0.9);
		}
		.cont04 .box .inner_box:nth-of-type(2) h3::before {
			content: url(img/home_img66.png);
			transform: scale(0.9);
		}
		.cont04 .box .inner_box:nth-of-type(3) h3::before {
			content: url(img/home_img67.png);
			transform: scale(0.9);
		}
		.cont04 .box .inner_box:nth-of-type(4) h3::before {
			content: url(img/home_img68.png);
			transform: scale(0.9);
		}
	.cont04 .box .inner_box .text {
		margin-top: 10px;
		line-height: 2;
	}
	.cont04 .box .inner_box:nth-of-type(2) .text {
		font-size: 14px;
	}
	.cont04 .box .inner_box .text a {
		color: #45b0e6;
		text-decoration: underline;
	}
	.cont04 .text02 {
		box-sizing: border-box;
		font-size: 14px;
		letter-spacing: -0.3px;
		border: 1px solid #45b0e6;
		margin: 65px auto 0;
		padding: 145px 17px 20px 20px;
		line-height: 1.8;
		background: url(img/home_img69.png) no-repeat top 30px left 130px;
		position: relative;
	}
		.cont04 .text02::before {
			content: '';
			width: 75px;
			height: 120px;
			background: url(img/home_img70_sp.png) no-repeat center / 100%;
			position: absolute;
			top: 13px;
			left: 20px;
		}
	.cont05 .inner {
		padding: 0 20px;
	}
	.cont05 .box {
		position: relative;
		padding: 70px 0 80px;
	}
		.cont05 .box::before {
			content: '';
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			right: 100px;
			background: #ebebeb;
			z-index: -1;
		}
	.cont05 .box h2 {
		font-size: 28px;
		text-align: center;
		color: #777777;
		padding-bottom: 25px;
		background: url(img/home_img71.png) no-repeat bottom center;
	}
	.cont05 .box .img02 {
		position: absolute;
		top: 165px;
		left: 50%;
		width: 380px;
		transform: translateX(-50%);
		text-align: center;
	}
	.cont05 .box .inner_box {
		margin-top: 140px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.cont05 .box .inner_box h3 {
		text-align: center;
		font-size: 18px;
	}
		.cont05 .box .inner_box h3::before {
			content: '[';
			padding-right: 10px;
		}
		.cont05 .box .inner_box h3::after {
			content: ']';
			padding-left: 8px;
		}
	.cont05 .box .inner_box .text_box {
		width: 190px;
	}
	.cont05 .box .inner_box .text_box:nth-of-type(n+3) {
		margin-top: 20px;
	}
	.cont05 .box .inner_box .img {
		box-shadow: 0 0 30px rgba(0,0,0,.1);
		margin-top: 10px;
	}
	.cont05 .box .text {
		box-sizing: border-box;
		margin: 60px auto 0;
		line-height: 1.8;
		font-size: 14px;
		padding: 143px 17px 20px 20px;
		border: 1px solid #45b0e6;
		background: url(img/home_img77.png) no-repeat top 20px left 160px / 180px;
		position: relative;
	}
		.cont05 .box .text::before {
			content: '';
			width: 85px;
			height: 115px;
			background: url(img/home_img78.png) no-repeat center / 100%;
			position: absolute;
			top: 15px;
			left: 60px;
		}
	.cont05 .box .text span {
		font-weight: bold;
	}
	.cont05 .box .text span:nth-of-type(2) {
		font-weight: normal;
		font-size: 12px;
		letter-spacing: -0.3px;
	}
	.cont05 .box02 {
		margin-top: 80px;
		padding: 70px 0 60px;
		position: relative;
	}
		.cont05 .box02::before {
			content: '';
			position: absolute;
			top: 0;
			left: 100px;
			width: 100%;
			height: 100%;
			background: #ebebeb;
			z-index: -1;
		}
	.cont05 .box02 .title_box {
		display: flex;
		flex-direction: column;
	}
	.cont05 .box02 .title_box h2 {
		font-size: 28px;
		color: #777777;
		padding-bottom: 25px;
		background: url(img/home_img79.png) no-repeat bottom left;
	}
	.cont05 .box02 .title_box .text {
		font-size: 16px;
		line-height: 1.6;
		margin-top: 20px;
		letter-spacing: -0.5px;
	}
	.cont05 .box02 .inner_box {
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.cont05 .box02 .inner_box .text_box {
		padding: 220px 5px 0 10px;
		width: 190px;
		box-sizing: border-box;
		background: url(img/home_img80.png) no-repeat top center / 100%;
	}
	.cont05 .box02 .inner_box .text_box:nth-of-type(2) {
		background: url(img/home_img81.png) no-repeat top center / 100%;
	}
	.cont05 .box02 .inner_box .text_box:nth-of-type(3) {
		background: url(img/home_img82.png) no-repeat top center / 100%;
	}
	.cont05 .box02 .inner_box .text_box:nth-of-type(4) {
		background: url(img/home_img83.png) no-repeat top center / 100%;
	}
	.cont05 .box02 .inner_box .text_box:nth-of-type(n+3) {
		margin-top: 30px;
	}
	.cont05 .box02 .inner_box .text_box h3 {
		font-size: 16px;
		text-align: center;
		white-space: nowrap;
	}
	.cont05 .box02 .inner_box .text_box .text {
		font-size: 14px;
		line-height: 2;
		margin-top: 10px;
	}

	.cont06 {
		margin-top: 60px;
		width: 100%;
		box-sizing: border-box;
		padding: 50px 0;
		background: url(img/home_img84_sp.png) no-repeat center / cover;
	}
	.cont06 .inner {
		display: flex;
		flex-direction: column;
		color: #fff;
		box-sizing: border-box;
		align-items: center;
		height: 100%;
	}
	.cont06 .inner h2 {
		font-size: 26px;
		padding-bottom: 20px;
		background: url(img/home_img85.png) no-repeat bottom center / 150px;
	}
	.cont06 .inner .box {
		background: rgba(255, 255, 255, 0.4);
		padding: 25px 20px;
		border-radius: 20px;
		margin-top: 20px;
		display: flex;
		align-items: center;
	}
	.cont06 .inner .box .img {
		flex-shrink: 0;
		width: 60px;
	}
	.cont06 .inner .box .text {
		font-weight: bold;
		font-size: 14px;
		line-height: 2;
		margin-left: 15px;
	}

	footer {
		padding: 70px 0 100px;
		background: #000;
		color: #fff;
	}
	footer .logo {
		text-align: center;
	}
	footer .logo img {
		width: 280px;
	}
	footer .text {
		margin-bottom: 10px;
		font-size: 14px;
	}
	footer .inner {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	footer .text02 {
		margin-top: 50px;
	}
	footer .inner .copy {
		font-size: 14px;
		margin-top: 30px;
	}

	.pop_up {
		display: none;
	}
	.pop_up.active {
		display: block;
		width: 400px;
		height: 400px;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: rgba(0,0,0,.9);
		z-index: 10000000;
	}
	.pop_up.active .text {
		font-size: 16px;
		color: #fff;
		margin-top: 115px;
		text-align: center;
	}
	.pop_up.active .text span {
		font-weight: bold;
		font-size: 18px;
	}
	.pop_up.active .btn {
		width: 280px;
		height: 65px;
		margin: 45px auto 0;
	}
	.pop_up.active .btn a {
		display: block;
		width: 100%;
		height: 100%;
		line-height: 65px;
		background: url(img/pop_up_img01.png) no-repeat center left 50px #00b900;
		font-size: 24px;
		font-weight: bold;
		padding-left: 105px;
		box-sizing: border-box;
		color: #fff;
	}
	.pop_up.active .close {
		width: 25px;
		height: 25px;
		position: absolute;
		top: 5px;
		right: 5px;
	}
	.pop_up.active .close span {
		display: block;
		width: 20px;
		height: 3px;
		background: #fff;
		transform: rotateZ(45deg);
		position: absolute;
		top: 12px;
	}
	.pop_up.active .close span:nth-of-type(2) {
		transform: rotateZ(-45deg);
	}
}


/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}