/*
Theme Name: usagraph
Author: Noriaki Adachi
*/



@charset "UTF-8";
/* 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;
}
p{max-height:100%;}
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;
}
input{
-webkit-appearance: none;
}
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: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 16px;
line-height: 1.5;
color: #111;
}
.wrap{
width:100%;
overflow-x: hidden;

}

h2,h3,h4,h5{
font-weight: bold;
}

.inner{
margin:0 auto;
width: 980px;
}
img{
max-width:100%;
}

*{
transition:all .5s;
}

/*ふわっと出る*/
.mv01_on{
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
-ms-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
-moz-transform: scale(1, 1) translate3d(0, 0, 0);
-ms-transform: scale(1, 1) translate3d(0, 0, 0);
-o-transform: scale(1, 1) translate3d(0, 0, 0);
transform: scale(1, 1) translate3d(0, 0, 0);
opacity: 0
}
.mv01_off{
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
-moz-transform: scale(1, 1) translate3d(0, 0, 0);
-ms-transform: scale(1, 1) translate3d(0, 0, 0);
-o-transform: scale(1, 1) translate3d(0, 0, 0);
transform: scale(1, 1) translate3d(0, 0, 0);
opacity: 1
}

/*下から*/
.mv02_on{
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
-ms-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale(1, 1) translate3d(0, 100px, 0);
-moz-transform: scale(1, 1) translate3d(0, 100px, 0);
-ms-transform: scale(1, 1) translate3d(0, 100px, 0);
-o-transform: scale(1, 1) translate3d(0, 100px, 0);
transform: scale(1, 1) translate3d(0, 100px, 0);
opacity: 0
}
.mv02_off{
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
-moz-transform: scale(1, 1) translate3d(0, 0, 0);
-ms-transform: scale(1, 1) translate3d(0, 0, 0);
-o-transform: scale(1, 1) translate3d(0, 0, 0);
transform: scale(1, 1) translate3d(0, 0, 0);
opacity: 1
}

/*右から*/
.mv03_on{
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
-ms-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale(1, 1) translate3d(100px, 0, 0);
-moz-transform: scale(1, 1) translate3d(100px, 0, 0);
-ms-transform: scale(1, 1) translate3d(100px, 0, 0);
-o-transform: scale(1, 1) translate3d(100px, 0, 0);
transform: scale(1, 1) translate3d(100px, 0, 0);
opacity: 0
}
.mv03_off{
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
-moz-transform: scale(1, 1) translate3d(0, 0, 0);
-ms-transform: scale(1, 1) translate3d(0, 0, 0);
-o-transform: scale(1, 1) translate3d(0, 0, 0);
transform: scale(1, 1) translate3d(0, 0, 0);
opacity: 1
}

/*左から*/
.mv04_on{
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
-ms-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale(1, 1) translate3d(-100px, 0, 0);
-moz-transform: scale(1, 1) translate3d(-100px, 0, 0);
-ms-transform: scale(1, 1) translate3d(-100px, 0, 0);
-o-transform: scale(1, 1) translate3d(-100px, 0, 0);
transform: scale(1, 1) translate3d(-100px, 0, 0);
opacity: 0
}
.mv04_off{
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
-moz-transform: scale(1, 1) translate3d(0, 0, 0);
-ms-transform: scale(1, 1) translate3d(0, 0, 0);
-o-transform: scale(1, 1) translate3d(0, 0, 0);
transform: scale(1, 1) translate3d(0, 0, 0);
opacity: 1
}


/*上から*/
.mv05_on{
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
-ms-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale(1, 1) translate3d(0, -100px, 0);
-moz-transform: scale(1, 1) translate3d(0, -100px, 0);
-ms-transform: scale(1, 1) translate3d(0, -100px, 0);
-o-transform: scale(1, 1) translate3d(0, -100px, 0);
transform: scale(1, 1) translate3d(0, -100px, 0);
opacity: 0
}
.mv05_off{
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
-moz-transform: scale(1, 1) translate3d(0, 0, 0);
-ms-transform: scale(1, 1) translate3d(0, 0, 0);
-o-transform: scale(1, 1) translate3d(0, 0, 0);
transform: scale(1, 1) translate3d(0, 0, 0);
opacity: 1
}






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

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

/* header
------------------------------------------------------------------------*/
header{
	position: relative;
	z-index: 4;
}
header h1{
	position: absolute;
	top:34px;
	left:170px;
	font-size:14px;
}
header .logo{
	position: absolute;
	top:30px;
	left:30px;
}
header .tel{
	position: absolute;
	top:30px;
	right:290px;
	font-size:14px;
}
header .tel a:hover{
	text-decoration: none;
	opacity: none;
}
header .button{
	position: absolute;
	top:20px;
	right:30px;
	width:240px;
	text-align: center;
}
header .button a{
	display: block;
	font-size:14px;
	color:#fff;
	background:#0073d5;
	padding:10px 0;
}
header .button a:hover{
	text-decoration: none;
	opacity: 0.5;
}
/* nav
------------------------------------------------------------------------*/
nav {
	background: #4388f0;
	text-align: center;
	position: relative;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	z-index: 2;
}
nav ul {
	display: table;
	height: 180px;
	width: 100%;
}
nav ul li {
	display: table-cell;
	vertical-align: middle;
}
nav ul li:first-of-type {
	width: 100px;
}
nav ul li a {
	color: #fff;
	font-size: 14px;
	border-right: 1px solid #fff;
	display: block;
	box-sizing: border-box;
	font-weight: bold;
}
nav ul li a:first-of-type{
	border-left: 1px solid #fff;
}
nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom:auto;
	z-index: 10000;
}
nav.fixed ul {
	height: 50px;
}


/* key
------------------------------------------------------------------------*/
.key{
	background:url(img/key_bg.png) center top no-repeat;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
	height: 100vh;
	position: relative;
}
@media screen and (max-width: 1120px) {
	.key {
		height: auto;
	}
}
.key .text_box{
	width:980px;
	height: 420px;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index: 3;
}
.key .text_box .text{
	font-size:18px;
	line-height: 2;
	font-weight: bold;
	margin: 30px 0 0;
}
.key video{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	min-height: 710px;
	min-width:100%;
	width:100%;
	vertical-align: middle;
	line-height: 1;
}
@media screen and (max-width: 1120px) {
	.key video{
		position: static;
		min-height: auto;
	}
}
.key::before {
	content: '';
	display: block;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:100%;
	height: 100%;
	z-index: 2;
	background: #fff;
	opacity: 0.5;
}
/* content
------------------------------------------------------------------------*/
.cont01{
	position: relative;
	z-index: 2;
	height: 1000px;
	background:#4388f0 url(./img/bg01.png)top center/contain no-repeat ;
	box-sizing: border-box;
}
.cont01 .inner{
	position: relative;
}
.cont01 .text_box{
	padding:  0 135px 0 210px;
	display:block;
	background: #fff;
	position: absolute;
	top:200px;
	left:-210px;
}
.cont01 .text_box h2{
	padding:85px  0 0;
	font-size: 45px;
	line-height: 1.5;
	color: #0073d5;
}

.cont01 .text_box .text{
	padding: 40px 0 100px 0;
	font-size: 16px;
	line-height: 2.3;
}
.cont02{
	padding: 100px 0 0;
	height: 1160px;
	background: url(./img/bg02.png)bottom center/contain no-repeat ;
}
.cont02 h2{
	position: relative;
	font-size: 65px;
	line-height: 1.4;
	color: #0073d5;
}
.cont02 h2::before{
	position: absolute;
	top:60px;
	left:400px;
	content: '';
	display: block;
	background: #b4d6f3;
	width: 270px;
	height: 1px;
	transform: rotate(45deg);
	z-index: -1;
}
.cont02 .box {
	width: 310px;
	float: left;
}
.cont02 .box:nth-child(1){
	padding: 100px 25px 0 0;
}
.cont02 .box:nth-child(1)::before{
	display: block;
	padding:0 0 60px;
	content:url(./img/img01.png);
}
.cont02 .box:nth-child(2){
	padding: 60px 25px 0 0;
}
.cont02 .box:nth-child(2)::before{
	display: block;
	padding:0 0 60px;
	content:url(./img/img02.png);
}
.cont02 .box:nth-child(3){
	padding: 20px 0 0;
}
.cont02 .box:nth-child(3)::before{
	display: block;
	padding:0 0 60px;
	content:url(./img/img03.png);
}
.cont02 .box h3{
	font-size: 20px;
	color: #0073d5;
	padding: 0 20px 15px;
	position: relative;
}
.cont02 .box h3:before{
	content: "";
	display: block;
	width:42px;
	height: 85px;
	background:url(img/number01.png) no-repeat;
	position: absolute;
	top:-100px;
	left:20px;
}
.cont02 .box:nth-child(2) h3:before{
	background:url(img/number02.png) no-repeat;
}
.cont02 .box:nth-child(3) h3:before{
	background:url(img/number03.png) no-repeat;
}

.cont02 .box .text{
	font-size: 16px;
	line-height: 1.8;
	padding: 0 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}
.cont02 .text02{
	position: relative;
	font-size: 30px;
	line-height: 1.7;
	padding: 50px 0;
	color: #fff;
	text-align: center;
	border: 1px solid #66abe6;
}
.cont02 .text02::before{
	position: absolute;
	top:-90px;
	right:0px;
	left:0px;
	content: url(./img/icon01.png);
	display: block;
}
.cont02 .box02{
	margin: 75px 0 0;
	background-color: #0073d5;
	padding: 5px;
}
.cont03{
	padding-top: 80px;
	margin-top: -80px;
}
.cont03 .inner{
	position: relative;
	height: 1475px;
	border-left:1px solid #d3e0f3;
	border-right:1px solid #d3e0f3;
}
.cont03 .inner::before{
	position: absolute;
	content: '';
	top:0;
	left: 326px;
	width: 326px;
	height: 100%;
	border-left:1px solid #d3e0f3;
	border-right:1px solid #d3e0f3;
}
.cont03 h2{
	margin: 100px 0 0;
	font-size: 65px;
	color: #0073d5;
	text-align: right;
}
.cont03 h2::before{
	position: absolute;
	top:60px;
	left:375px;
	content: '';
	display: block;
	background: #b4d6f3;
	width: 270px;
	height: 1px;
	transform: rotate(-45deg);
	z-index: -1;
}
.cont03 .text{
	margin: 45px 0 0;
	font-size: 16px;
	line-height: 2;
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;

}
.cont03 .box{
	width: 330px;
	height: 460px;
	position: absolute;
	top:150px;
	left: 0px;
}
.cont03 h3{
	color: #0073d5;
	font-size: 24px;
}
.cont03 .text02{
	font-size: 14px;
	line-height: 2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;

}
.cont03 .box h3{
	padding: 20px 0 0;
}
.cont03 .box .text02{
	padding: 10px 0 0;
	width: 250px;
}
.cont03 .box02{
	position: absolute;
	top:320px;
	right: 0px;
	width: 650px;
	text-align: right;
}
.cont03 .box02 .img{
	float: right;
	width: 330px;
	margin:0 0 0 25px;
}
.cont03 .box02 h3{
	float: right;
	width: 250px;
}
.cont03 .box02 .text02{
	padding: 10px 0 0;
	float: right;
	width: 250px;
}

.cont03 .box03{
	position: absolute;
	top:600px;
	right: 0px;
	width: 653px;
	text-align: left;
}
.cont03 .box03 .img{
	float: left;
	width: 330px;
	margin:0 25px 0 0;
}
.cont03 .box03 h3{
	float: left;
	width: 290px;
	padding: 160px 0 0;
}
.cont03 .box03 .text02{
	float: left;
	width: 290px;
	padding: 10px 0 0;
}

.cont03 .box04{
	position: absolute;
	top:880px;
	left: 0px;
	width: 655px;
	text-align: left;
}
.cont03 .box04 .img{
	float: left;
	width: 330px;
	margin:0 25px 0 0;
}
.cont03 .box04 h3{
	float: left;
	width: 265px;
	padding: 130px 0 0;
}
.cont03 .box04 .text02{
	float: left;
	width: 265px;
	padding: 10px 0 0;
}
.cont03 .box05{
	position: absolute;
	top:1080px;
	right: 0px;
	width: 850px;
	text-align: right;
}
.cont03 .box05 .img{
	float: right;
	width: 330px;
	margin:0 0 0 25px;
}
.cont03 .box05 h3{
	float: right;
	width: 455px;
	padding: 185px 0 0;
}
.cont03 .box05 .text02{
	float: right;
	width: 455px;
	padding: 10px 0 0;
}

.cont04{
	padding:0 0 120px;
	background :#0073d5 url(./img/bg03.png)bottom center/contain no-repeat ;
	height: 1300px;
	text-align: center;
}

.cont04  h2{
	padding: 115px 0 0;
	font-size: 40px;
	color: #fff;
}
.cont04  h2::before{
	display: block;
	content: 'Process';
	font-size: 12px;
	text-decoration: underline;
}
.cont04 .inner .img_scroll .img{
	width: 980px;
	height: 0;
	padding-top: 590px;
	background: url(./img/img09_02.png) center left no-repeat;
	overflow: hidden;
}
.cont04 .text{
	font-size:16px;
	color:#fff;
	padding: 25px 0 0;
}
.cont04 .box {
	border: solid 2px #99ccff;
	margin: 100px auto 0;
}

.cont04 .box .text02{
	border: solid 1px #6699ff;
	margin: 2px;
	padding:50px 0 57px;
	font-size: 30px;
	line-height: 1.7;
	color: #fff;
}
.cont05{
	padding-top: 80px;
	margin-top: -80px;
	background: #edf4fb;
}
.cont05 .inner{
	padding: 10px 0 100px;
	text-align: center;
}
.cont05 h2{
	font-size: 40px;
	color: #0073d5;
	padding: 40px 0;
}
.cont05  h2::before{
	display: block;
	content: 'Price';
	font-size: 12px;
	text-decoration: underline;
}
.cont05 .box{
	background: #fff;
	width: 980px;
	height:240px;
	box-sizing: border-box;
	text-align: left;
	margin: 0 0 30px;
}
.cont05 .box:first-of-type{
	border-left:17px solid #36c7de;
}
.cont05 .box:nth-of-type(2){
	border-left:17px solid #0073d5;
}
.cont05 .box:nth-of-type(3){
	border-left:17px solid #fa8f1c;
}
.cont05 .box:nth-of-type(4){
	border-left:17px solid #fc632d;
	margin: 0 0 90px;
}
.cont05 .box .left{
	padding: 30px 25px 0 0;
	float: left;
	width: 200px;
}
.cont05 .box:nth-of-type(1) .left {
	color: #36c7de;
}
.cont05 .box:nth-of-type(2) .left {
	color: #0073d5;
}
.cont05 .box:nth-of-type(3) .left {
	color: #fa8f1c;
}
.cont05 .box:nth-of-type(4) .left {
	color: #fc632d;
}
.cont05 .box .left h3{
	font-size: 22px;
	padding: 0 0 0 15px;
}
.cont05 .box .left h3 .span01{
	font-size: 44px;
}
.cont05 .box .left h3 .span02{
	font-size: 29px;
}
.cont05 .box .left h3 .span03{
	font-size: 24px;
}
.cont05 .box .left h3 .span04{
	font-size: 21px;
}
.cont05 .box .left .text{
	font-size: 18px;
	padding: 0 0 0 15px;
}
.cont05 .box:nth-of-type(1) .left .text{
	border-top: 1px solid #36c7de;
}
.cont05 .box:nth-of-type(2) .left .text{
	border-top: 1px solid #0073d5;
}
.cont05 .box:nth-of-type(3) .left .text{
	border-top: 1px solid #fa8f1c;
}
.cont05 .box:nth-of-type(4) .left .text{
	border-top: 1px solid #fc632d;
}
.cont05 .box .right{
	float: left;
	width: 720px;
	padding: 30px 0 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;

}
.cont05 .box .right ul li{
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
	padding: 3px 15px;
	margin: 0 10px 0 0;
}
.cont05 .box .right ul:nth-of-type(2) li{
	padding: 0 5px;
	font-weight: bold;
}
.cont05 .box .right ul:nth-of-type(2) li:first-child{
	padding: 0 15px;
	background: #e4e4e4;
}
.cont05 .box .right ul:nth-of-type(1) li{
	color: #fff;
}
.cont05 .box .right01 ul:nth-of-type(1) li{
	background: #36c7de;

}
.cont05 .box .right02 ul:nth-of-type(1) li{
	background: #0073d5;

}
.cont05 .box .right03 ul:nth-of-type(1) li{
	background: #fa8f1c;
}
.cont05 .box .right04 ul:nth-of-type(1) li{
	background: #fc632d;
}
.cont05 .box .right p{
	margin: 20px 0;
	font-size: 14px;
	line-height: 2;
}


.cont05 h4{
	margin:0 0 30px;
	font-size: 24px;
	color: #0073d5;
}
.cont05 h4:nth-of-type(2)::before{
	content: '- ';
}
.cont05 h4:nth-of-type(2)::after{
	content: ' -';
}
.cont05 h4:nth-of-type(3)::before{
	content: '- ';
}
.cont05 h4:nth-of-type(3)::after{
	content: ' -';
}
.cont05 .table-box {
	margin:0 0 95px;
	width: 100%;
	font-size: 12px;
	line-height: 2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;

}
.cont05 .table-box td{
	border: 1px solid #cccccc;
	vertical-align: middle;
	padding: 15px 0;
}
.cont05 .table-box th{
	vertical-align: middle;
}
.cont05 .table-box tr:nth-child(even) {
	background:  #f9f9f9;
}
.cont05 .table-box tr th:first-child{
	background:  #e4e4e4;
	width: 110px;
}
.cont05 .table-box .table01 th{
	color: #fff;
}
.cont05 .table-box .table01 th:nth-of-type(1){
	background: none;
}
.cont05 .table-box .table01 th:nth-of-type(2){
	background: #36c7de;
	width: 245px;
	height: 45px;
}
.cont05 .table-box .table01 th:nth-of-type(3){
	background: #0073d5;
	width: 240px;
	height: 45px;
}
.cont05 .table-box .table01 th:nth-of-type(4){
	background: #fa8f1c;
	width: 120px;
	height: 45px;
}
.cont05 .table-box .table01 th:nth-of-type(5){
	background: #fc632d;
	width: 120px;
	height: 45px;
}
.cont05 .table-box .table01 th:nth-of-type(6){
	background: #fc632d;
	width: 140px;
	height: 45px;
}
.cont05 .table-box .circle{
	font-size: 16px;
	color:#0073d5;
}
.cont05 .table-box .mark{
	font-size: 16px;
}

.cont05 .list-box{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
	float: left;
	width: 135px;
	margin: 0 34px 75px 0 ;
}
.cont05 .list-box .text{
	padding: 15px 0 0;
	font-size: 14px;
	line-height: 1.7;
}
.cont05 .list-box:last-child{
	margin: 0;
}
.cont05 .list01::before{
	content: '';
	display: block;
	width: 135px;
	height: 120px;
	background: #fff url(./img/icon02.png)center center no-repeat;
}
.cont05 .list02::before{
	content: '';
	display: block;
	width: 135px;
	height: 120px;
	background: #fff url(./img/icon03.png)center center no-repeat;
}
.cont05 .list03::before{
	content: '';
	display: block;
	width: 135px;
	height: 120px;
	background: #fff url(./img/icon04.png)center center no-repeat;
}
.cont05 .list03 .text{
	padding: 25px 0 0;
}
.cont05 .list04::before{
	content: '';
	display: block;
	width: 135px;
	height: 120px;
	background: #fff url(./img/icon05.png)center center no-repeat;
}
.cont05 .list05::before{
	content: '';
	display: block;
	width: 135px;
	height: 120px;
	background: #fff url(./img/icon06.png)center center no-repeat;
}
.cont05 .list05 .text{
	padding: 25px 0 0;
}
.cont05 .list06::before{
	content: '';
	display: block;
	width: 135px;
	height: 120px;
	background: #fff url(./img/icon07.png)center center no-repeat;
}
.cont05 .option_box{
	margin-left: 1.5px;
}
.cont05 .option_box .box02{
	width: 162px;
	border-left: #ccc solid 1px;
	float: left;
}
.cont05 .option_box .box02:first-child {
	border-left: none;
}
.cont05 .option_box .box02 h5{
	background: #e4e4e4;
	font-size: 12px;
	padding: 15px 0;
	text-align: center;
}
.cont05 .option_box .box02 .text02 {
	background: #fff;
	height: 115px;
	font-size: 12px;
	line-height: 2;
	padding: 15px;
}


.cont05 .box03{
	width: 978px;
	border: 1px solid #8ec0ec;
	font-size: 14px;
	margin: 60px 0 0;
	padding: 40px 0;
}
.cont05 .box03 h5{
	color:#0073d5;
	padding: 0 0 15px 0;
}
.cont05 .box03 .text{
	line-height: 2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}



.cont06{
	padding: 100px 0 0;
	height: 1875px;
	box-sizing: border-box;
}
.cont06 h2{
	position: relative;
	font-size: 65px;
	line-height: 1.3;
	color: #0073d5;
	margin:0 0 70px;
}
.cont06 h2::before{
	position: absolute;
	top:95px;
	left:530px;
	content: '';
	display: block;
	background: #b4d6f3;
	width: 270px;
	height: 1px;
	transform: rotate(45deg);
	z-index: -1;
}
.cont06 .box{
	height: 430px;
	background: url(./img/img10.png)top right no-repeat;
	background-size: 560px 377px;
	padding: 60px 0 0;
}
.cont06 .box02{
	height: 430px;
	background: url(./img/img11.png) no-repeat;
	background-position:0px 60px;
	background-size: 560px 377px;
	padding: 0 0 60px;
}
.cont06 .box03{
	height: 430px;
	background: url(./img/img12-2.png)top right no-repeat;
	background-size: 560px 377px;
	padding: 60px 0 0;
}
.cont06 .text_box{
	background: #f8f8f8;
	padding: 60px;
	width: 440px;
	height:260px;
}
.cont06 .box02 .text_box{
	margin:0 0 0 420px;
}
.cont06 .text_box h3{
	font-size: 26px;
	line-height: 1.8;
	color: #0073d5;
}
.cont06 .text_box .text{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
	padding: 30px 0 0;
	font-size: 14px;
	line-height: 2.2;
}

.cont07{
	background: #4388f0;
	padding: 0 0 120px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}
.cont07 h2{
	font-size: 40px;
	color: #fff;
	padding: 100px 0 60px;
	text-align: center;
}
.cont07  h2::before{
	display: block;
	content: 'Flow';
	text-decoration: underline;
	font-size: 12px;
}
.cont07 .list-box{
	display: block;
	text-align: center;
}
.cont07 .box{
	float: left;
	text-align: center;
	width: 122px;
	height: 255px;
	margin:0 19px 0 0;
}
.cont07 .box:last-child{
	margin: 0;
}
.cont07 .box01::before{
	content: '';
	background: #fff url(./img/icon08.png)center center no-repeat;
	display:block;
	width: 122px;
	height: 134px;
}
.cont07 .box02::before{
	content: '';
	background: #fff url(./img/icon09.png)center center no-repeat;
	display:block;
	width: 122px;
	height: 134px;
}
.cont07 .box03::before{
	content: '';
	background: #fff url(./img/icon10.png)center center no-repeat;
	display:block;
	width: 122px;
	height: 134px;
}
.cont07 .box04::before{
	content: '';
	background: #fff url(./img/icon11.png)center center no-repeat;
	display:block;
	width: 122px;
	height: 134px;
}
.cont07 .box05::before{
	content: '';
	background: #fff url(./img/icon12.png)center center no-repeat;
	display:block;
	width: 122px;
	height: 134px;
}
.cont07 .box06::before{
	content: '';
	background: #fff url(./img/icon13.png)center center no-repeat;
	display:block;
	width: 122px;
	height: 134px;
}
.cont07 .box07::before{
	content: '';
	background: #fff url(./img/icon14.png)center center no-repeat;
	display:block;
	width: 122px;
	height: 134px;
}
.cont07 h3{
	font-size: 14px;
	color: #fff;
	margin: 10px 0;
}
.cont07 .box01 h3,
.cont07 .box03 h3,
.cont07 .box05 h3,
.cont07 .box06 h3,
.cont07 .box07 h3{
	height: 20px;
	padding: 11px 0;
}
.cont07 .box02 h3,
.cont07 .box04 h3{
	height: 42px;
}


.cont07 .text{
	font-size: 10px;
	line-height: 1.8;
	color: #fff;
}
.cont08{
	padding: 80px 0 100px;
}
.cont08 h2{
	font-size: 40px;
	color: #0073d5;
	text-align: center;
}
.cont08  h2::before{
	display: block;
	content: 'Flow';
	font-size: 12px;
}
.cont08 .box{
	margin: 60px 0 45px;
}
.cont08 .box .img{
	float: left;
	width: 505px;
	height: 355px;
}


.cont08 .box .text_box{
	float: left;
	padding: 50px 60px;
	width: 355px;
	height: 255px;
	background: #f4f4f4;
}
.cont08 .box:nth-of-type(2).text_box{
	float: right;
	padding: 50px 60px;
	width: 355px;
	height: 255px;
	background: #f4f4f4;
}
.cont08 .box:nth-of-type(2) .img{
	float: right;
	width: 505px;
	height: 355px;
}
.cont08 h3{
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}
.cont08 .text{
	font-size: 24px;
	padding: 20px 0;
	color: #0073d5;
}
.cont08 .text02{
	font-size: 14px;
	line-height: 2.2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}

.cont09{
	background: #edf4fb;
	padding:60px 0 120px;
}
.cont09 h2{
	font-size: 40px;
	color: #0073d5;
	text-align: center;
	margin:0 0 60px;
}
.cont09  h2::before{
	content: 'FAQ';
	display: block;
	font-size: 12px;
}

.cont09 .box{
	border: 1px solid #0073d5;
	background: #fff;
	margin:0 0 30px;
}
.cont09 .check_box{
	display: none;
}
.cont09 .label_box{
	color: #0073d5;
}
.cont09 .label_box label{
	display: block;
	padding: 40px;
}
.cont09 .label_text{
	height: 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
	padding: 0 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}
.cont09 .label_text label{
	font-size: 12px;
}
.cont09 .check_box:checked + .label_box label{
	padding: 40px 40px 5px;
}
.cont09 .check_box:checked + .label_box + .label_text{
	height: auto;
	padding: 5px 40px 30px;
}
.cont09 .check_box:checked + .label_box + .label_text label{
	text-align: center;
	display: block;
	font-size: 12px;
	padding: 5px 40px;
	margin: 25px 0 0;
	color: #0073d5;
	background: #edf4fb;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}
.cont09 .check_box:checked + .label_box + .label_text label::after{
	content: url(./img/icon15.png);
	position: absolute;
	top:3px;
	left:475px;
}

.cont10{
	height: 1000px;
	padding: 120px 0 0;
	box-sizing:border-box;

}
.cont10 h2{
	font-size: 40px;
	color: #0073d5;
	text-align: center;
	margin:0 0 50px;
}
.cont10  h2::before{
	display: block;
	content: 'About';
	font-size: 12px;
}
.cont10 .box{
	background: #f8f8f8;
	position: relative;
	height: 500px;
}
.cont10 .box .img02{
	position: absolute;
	top: 60px;
	left: 60px;
}
.cont10 .box h3{
	position: absolute;
	top:62px;
	left: 200px;
}

.cont10 .box table{
	border-top: 1px solid #333333;
	font-size: 12px;
	width: 860px;
	text-align: left;
	position: absolute;
	top:110px;
	left: 60px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}
.cont10 .box table th{
	width: 110px;
	padding: 30px 0 0;
}
.cont10 .box .button{
	background: #fff;
	border:1px solid #0073d5;
	width: 400px;
	position:absolute;
	top:380px;
	left:290px;
	text-align: center;
	padding: 20px 0;
}
.cont10 .box .button a{
	font-size: 16px;
	color: #0073d5;
	display: block;

}
.cont10 .box .button a:hover{
	text-decoration: none;
	opacity: 0.5;
}
.cont11{
	position: relative;
	height: 760px;
	background: url(./img/bg04.png) no-repeat;
	background-size: 1400px 400px;
	background-position:center 180px ;
	box-sizing: border-box;
}
.cont11 .box{
	width: 640px;
	background: #0073d5;
	top:125px;
	padding: 0 0 50px;
	margin:0 auto;
	text-align: center;
	position: absolute;
	top:120px;
	left:0px;
	right:0px;
}
.cont11 .box h2{
	font-size: 40px;
	color: #fff;
	padding:60px 0 30px;
}
.cont11 .box .text{
	font-size: 16px;
	line-height: 2;
	color: #fff;
	padding: 0 70px 35px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}
.cont11 .box .mail{
	width: 500px;
	background: #FFF;
	padding: 25px 0;
	margin: 0 auto 30px;
}
.cont11 .box .mail a{
	display: block;
	font-size: 16px;
	color:#0073d5;
}
.cont11 .box .mail a:hover{
	opacity: 0.5;
	text-decoration: none;
}
.cont11 .box .tel{
	width: 500px;
	padding: 20px 0;
	background: #FFF;
	margin: 0 auto;
}
.cont11 .box .tel a{
	display: block;
	font-size: 16px;
	color:#0073d5;
	line-height: 2
}
.cont11 .box .tel a span{
	font-size: 24px;
}
.cont11 .box .tel a:hover{
	opacity: 1;
	text-decoration: none;
}



/* footer
------------------------------------------------------------------------*/
footer{
	padding: 75px 0 35px;
	background: #333333;
	box-sizing: border-box;
	text-align: center;
}
footer  ul{
	display: table;
	width: 100%;
	margin:0 0 70px;

}
footer  ul li{
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #666;
}
footer  ul li:first-of-type {
	width: 100px;
	border-left: 1px solid #666;
}
footer  ul li:last-of-type {
	display: none;
}

footer  ul li a{
	display: block;
	font-size: 14px;
	color:#fff;
	box-sizing: border-box;
}
footer .text{
	color:#fff;
	font-size: 16px;
	line-height: 2;
	margin: 30px 0 60px;
}
footer .copy{
	margin: 60px 0 0;
	color:#fff;
	font-size: 13px;
}

}

/*===============================================
横幅430px以下
===============================================*/
@media screen and (max-width: 431px){

html,
body,
.wrap{
	width: 430px;
	position: relative;
}
.inner{
	width: auto;
}
img{
	max-width:430px;
}
.pc{
	display: none;
}




/* header
------------------------------------------------------------------------*/
header{
	width: 100%;
	height: 81px;
	background: #000;
	position: fixed;
	z-index: 10000;
	background: #0073d5;
}
header h1{
	position: absolute;
	left:20px;
	top:20px;
	color: #FFF;
	font-weight: normal;
	font-size: 9px;
}
header .logo{
	position: absolute;
	left: 20px;
	bottom: 18px;
	width: 100px;
}
header .tel{
	position: absolute;
	right: 135px;
	width: 60px;
	height: 60px;
	top: 10px;
}
header .tel a{
	display: block;
	width: 100%;
	padding: 60px 0 0;
	height: 0;
	overflow: hidden;
	background:#0073d5 url("img/header_tell_sp.png") center no-repeat;
	background-size: 60%;
}
header .button{
	position: absolute;
	width: 60px;
	height: 60px;
	top: 10px;
	right: 75px;
}
header .button a{
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 60px 0 0;
	height: 0;
	background:#0073d5 url("img/header_mail_sp.png") center no-repeat;
	background-size: 60%;
}





/* nav
------------------------------------------------------------------------*/
nav{
	position: fixed;
	top:0;
	right:0;
	z-index: 10000;
}


#nav-btn {
	width: 60px;
	height: 60px;
	position: absolute;
	top:10px;
	right:10px;
	z-index: 10010;
	transition: all .5s;
	background: #0073d5;
}
.menu-btn,
.menu-btn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-btn {
	position: absolute;
	width: 30px;
	height: 23px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.menu-btn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
}
.menu-btn span:nth-of-type(1) {
	top: 0;
}
.menu-btn span:nth-of-type(2) {
	top: 10px;
}
.menu-btn span:nth-of-type(3) {
	bottom: 0;
}
#nav-btn.active .menu-btn span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(10px) 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: none;
}
#nav-btn.active + #nav {
	display: block;
	position: absolute;
	z-index: 1001;
	top: 80px;
	left: -430px;
	background: rgba(255, 255, 255, 0.9);
	width: 430px;
	border-bottom: 1px dotted #555;
}
#nav-btn.active + #nav li a {
	display: block;
	color: #111;
	padding: 20px 0 20px 30px;
	border-top: 1px dotted #555;
	font-weight: bold;
}


/* key
------------------------------------------------------------------------*/
.key{
	padding: 160px 0 0 0;
	background:url(./img/key_bg_sp.png) center top/cover no-repeat;
	box-sizing: border-box;
	position: relative;
	height: 570px;
}
.key .text_box{
	width: 370px;
	height: 420px;
	position: absolute;
	left:0;
	right:0;
	margin:0 auto;
}
.key .text_box .img img{
	width: 380px;
	height: 190px;
}
.key .text_box .text{
	font-size:16px;
	line-height: 2;
	font-weight: bold;
	margin: 45px 0 0;
}
.key video{
	display: none;
}
/* content
------------------------------------------------------------------------*/
.cont01{
	background:#4388f0 url(./img/bg01_sp.png)right top/contain no-repeat;
	box-sizing: border-box;
	padding:150px 20px 30px 0;
}
.cont01 .inner{
	position: relative;
}
.cont01 .text_box{
	background: #fff;
	display:block;
	padding: 50px 20px;
}
.cont01 .text_box h2{
	font-size: 26px;
	line-height: 1.5;
	padding:0 0  25px;
	color: #0073d5;
}
.cont01 .text_box .text{
	font-size: 14px;
	line-height: 2.3;
}
.cont02{
	padding: 50px 20px;
	background: url(./img/bg02_sp.png)bottom center/contain no-repeat ;
}
.cont02 h2{
	position: relative;
	width: 310px;
	font-size: 30px;
	line-height: 1.4;
	color: #0073d5;
	margin:0 auto;
	text-align: center;
}

.cont02 h2::before{
	position: absolute;
	left:230px;
	top:30px;
	content: '';
	display: block;
	background: #b4d6f3;
	width: 100px;
	height: 1px;
	transform: rotate(45deg);
	z-index: -1;
}

.cont02 .box {
	width: 310px;
	margin: 0 auto;
}
.cont02 .box:nth-child(1){
	padding: 25px 0 0;
}
.cont02 .box:nth-child(1)::before{
	display: block;
	padding:0 0 60px;
	content:url(./img/img01.png);
}
.cont02 .box:nth-child(2){
	padding: 25px 0 0;
}
.cont02 .box:nth-child(2)::before{
	display: block;
	padding:0 0 60px;
	content:url(./img/img02.png);
}
.cont02 .box:nth-child(3){
	padding: 25px 0 0;
}
.cont02 .box:nth-child(3)::before{
	display: block;
	padding:0 0 60px;
	content:url(./img/img03.png);
}
.cont02 .box h3{
	font-size: 20px;
	color: #0073d5;
	padding: 0 20px 15px;
	position: relative;
}
.cont02 .box h3:before{
	content: "";
	display: block;
	width:42px;
	height: 85px;
	background:url(img/number01.png) no-repeat;
	position: absolute;
	top:-100px;
	left:20px;
}
.cont02 .box:nth-child(2) h3:before{
	background:url(img/number02.png) no-repeat;
}
.cont02 .box:nth-child(3) h3:before{
	background:url(img/number03.png) no-repeat;
}
.cont02 .box .text{
	font-size: 16px;
	line-height: 1.8;
	padding: 0 20px 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}
.cont02 .text02{
	position: relative;
	font-size: 16px;
	line-height: 1.7;
	padding: 30px 0;
	color: #fff;
	text-align: center;
	border: 1px solid #66abe6;
}
.cont02 .text02::before{
	position: absolute;
	content: '';
	top:-65px;
	left:185px;
	background: url(./img/icon01.png)center center no-repeat;
	background-size: 5px 80px;
	width: 5px;
	height: 80px;
	display: block;
}
.cont02 .box02{
	margin: 75px 0 0;
	background-color: #0073d5;
	padding: 5px;
}
.cont03{
	padding-top: 80px;
	margin-top: -80px;
}
.cont03 .inner{
	position: relative;
	height: 1250px;

}
.cont03 h2{
	font-size: 30px;
	color: #0073d5;
	text-align: center;
	width: 310px;
	margin: 50px auto 40px;
}
.cont03 h2::before{
	position: absolute;
	left:60px;
	top:20px;
	content: '';
	display: block;
	background: #b4d6f3;
	width: 100px;
	height: 1px;
	transform: rotate(-45deg);
	z-index: -1;
}
.cont03 .text{
	font-size: 14px;
	line-height: 2;
	padding: 0 20px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}
.cont03 img{
	width: 185px;
}
.cont03 .box{
	position: absolute;
	top:170px;
	left: 20px;
	width: 185px;
}
.cont03 .box02{
	position: absolute;
	top:170px;
	right: 20px;
	width: 185px;
}
.cont03 .box03{
	position: absolute;
	top:540px;
	left: 20px;
	width: 185px;
}
.cont03 .box04{
	position: absolute;
	top:540px;
	right: 20px;
	width: 185px;
}
.cont03 .box05{
	position: absolute;
	top:910px;
	left: 0px;
	right:0px;
	width: 330px;
	margin: 0 auto;
}
.cont03 .img{
	text-align: center;
}
.cont03 h3{
	color: #0073d5;
	font-size: 18px;
	padding: 15px 0 10px;
	text-align: center;
}
.cont03 .text02{
	font-size: 14px;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}

.cont04{
	padding:0 0 120px;
	background :#0073d5 url(./img/bg03_sp.png)bottom center/contain no-repeat ;
	text-align: center;
}
.cont04  h2{
	padding: 50px 0 25px;
	font-size: 30px;
	color: #fff;
}
.cont04 h2::before{
	display: block;
	content: 'Process';
	font-size: 12px;
	text-decoration: underline;
}
.cont04 .text{
	position: relative;
}
.cont04 .text:before{
	content: url(img/arrow01.png);
	display: block;
	position: absolute;
	bottom:-50px;
	left:10px;
	z-index: 2;
}
.cont04 .text:after{
	content: url(img/arrow02.png);
	display: block;
	position: absolute;
	bottom:-50px;
	right:10px;
	z-index: 2;
}
.cont04 .img_scroll{
	overflow-x: scroll;
}

.cont04 .inner .img_scroll .img{
	margin: 0 20px 30px;
	overflow: hidden;
	width: 980px;
	height: 0;
	padding-top: 590px;
	padding-right: 20px;
	background: url(./img/img09_02.png) center left no-repeat;
}

.cont04 .text{
	font-size:14px;
	color:#fff;
	padding: 25px;
}
.cont04 .box {
	border: solid 2px #99ccff;
	margin: 20px;
}

.cont04 .box .text02{
	border: solid 1px #6699ff;
	margin: 2px;
	padding:30px 25px;
	font-size: 16px;
	line-height: 1.7;
	color: #fff;
}
.cont05{
	background: #edf4fb;
}
.cont05 .inner{
	padding: 50px 0;
	text-align: center;
}
.cont05 h2{
	font-size: 30px;
	color: #0073d5;
	padding: 0 0 30px;
}
.cont05  h2::before{
	display: block;
	content: 'Price';
	font-size: 12px;
	text-decoration: underline;
}
.cont05 .box{
	background: #fff;
	box-sizing: border-box;
	text-align: left;
	margin: 0 20px 30px;
}
.cont05 .box:nth-of-type(4){
	margin: 0 20px 60px;
}
.cont05 .box:first-of-type{
	border-left:10px solid #36c7de;
}
.cont05 .box:nth-of-type(2){
	border-left:10px solid #0073d5;
}
.cont05 .box:nth-of-type(3){
	border-left:10px solid #fa8f1c;
}
.cont05 .box:nth-of-type(4){
	border-left:10px solid #fc632d;
}
.cont05 .box .left{
	padding: 10px 0 0;

}
.cont05 .box:nth-of-type(1) .left {
	color: #36c7de;
}
.cont05 .box:nth-of-type(2) .left {
	color: #0073d5;
}
.cont05 .box:nth-of-type(3) .left {
	color: #fa8f1c;
}
.cont05 .box:nth-of-type(4) .left {
	color: #fc632d;
}
.cont05 .box .left h3{
	font-size: 20px;
	padding: 0 0 0 10px;
}
.cont05 .box .left h3 .span01{
	font-size: 40px;
}
.cont05 .box .left h3 .span02{
	font-size: 29px;
}
.cont05 .box .left h3 .span03{
	font-size: 24px;
}
.cont05 .box .left h3 .span04{
	font-size: 21px;
}
.cont05 .box .left .text{
	font-size: 18px;
	padding: 0 0 0 10px;
}
.cont05 .box:nth-of-type(1) .left .text{
	border-top: 1px solid #36c7de;
}
.cont05 .box:nth-of-type(2) .left .text{
	border-top: 1px solid #0073d5;
}
.cont05 .box:nth-of-type(3) .left .text{
	border-top: 1px solid #fa8f1c;
}
.cont05 .box:nth-of-type(4) .left .text{
	border-top: 1px solid #fc632d;
}
.cont05 .box .right{
	padding: 30px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}
.cont05 .box .right ul li{
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
	padding: 3px 5px;
	margin: 0 0 0 7px;
}
.cont05 .box .right ul li:first-of-type{

	margin: 0 0 0 10px;
}
.cont05 .box .right ul:nth-of-type(2) li{
	padding: 0 5px;
	margin: 0;
	font-weight: bold;
}
.cont05 .box .right ul:nth-of-type(2) li:first-child{
	text-align: center;
	width: 70px;
	background: #e4e4e4;
	display:block;
	margin: 0 10px 10px;
}
.cont05 .box .right ul:nth-of-type(2) li:nth-child(2){
	margin: 0 0 0 5px;
}
.cont05 .box .right ul:nth-of-type(1) li{
	color: #fff;
}
.cont05 .box .right01 ul:nth-of-type(1) li{
	background: #36c7de;

}
.cont05 .box .right02 ul:nth-of-type(1) li{
	background: #0073d5;

}
.cont05 .box .right03 ul:nth-of-type(1) li{
	background: #fa8f1c;
}
.cont05 .box .right04 ul:nth-of-type(1) li{
	background: #fc632d;
}
.cont05 .box .right p{
	margin: 20px 10px;
	font-size: 14px;
	line-height: 2;
}

.cont05 h4{
	margin:40px 0 30px;
	font-size: 24px;
	color: #0073d5;
	position: relative;
}
.cont05 h4:nth-of-type(1):before{
	content: url(img/arrow01.png);
	display: block;
	position: absolute;
	bottom:-30px;
	left:10px;
	z-index: 2;
}
.cont05 h4:nth-of-type(1):after{
	content: url(img/arrow02.png);
	display: block;
	position: absolute;
	bottom:-30px;
	right:10px;
	z-index: 2;
}
.cont05 h4:nth-of-type(2)::before{
	content: '- ';
}
.cont05 h4:nth-of-type(2)::after{
	content: ' -';
}
.cont05 h4:nth-of-type(3)::before{
	content: '- ';
}
.cont05 h4:nth-of-type(3)::after{
	content: ' -';
}
.cont05 .table_scroll{
	overflow-x: auto;
	white-space: nowrap;
}

.cont05 .table-box{
	margin:0 0 60px;
	width: 980px;
	font-size: 14px;
	line-height: 2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}
.cont05 .table-box td{
	border: 1px solid #cccccc;
	vertical-align: middle;
	padding: 15px 0;
}
.cont05 .table-box th{
	vertical-align: middle;
}
.cont05 .table-box tr:nth-child(even) {
	background:  #f9f9f9;
}
.cont05 .table-box tr th:first-child{
	background:  #e4e4e4;
	width: 110px;
}
.cont05 .table-box .table01 th{
	color: #fff;
}
.cont05 .table-box .table01 th:nth-of-type(1){
	background: none;
}
.cont05 .table-box .table01 th:nth-of-type(2){
	background: #36c7de;
	width: 245px;
	height: 45px;
}
.cont05 .table-box .table01 th:nth-of-type(3){
	background: #0073d5;
	width: 240px;
	height: 45px;
}
.cont05 .table-box .table01 th:nth-of-type(4){
	background: #fa8f1c;
	width: 120px;
	height: 45px;
}
.cont05 .table-box .table01 th:nth-of-type(5){
	background: #fc632d;
	width: 120px;
	height: 45px;
}
.cont05 .table-box .table01 th:nth-of-type(6){
	background: #fc632d;
	width: 140px;
	height: 45px;
}
.cont05 .table-box .circle{
	font-size: 16px;
	color:#0073d5;
}
.cont05 .table-box .mark{
	font-size: 16px;
}
.cont05 .list-box{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
	float: left;
	width: 110px;
	height: 170px;
	margin: 0 16px 30px;
}
.cont05 .list-box .text{
	padding: 20px 0 0;
	font-size: 14px;
	line-height: 1.7;
}
.cont05 .list01::before{
	content: '';
	display:block;
	width: 110px;
	height: 110px;
	background: #fff url(./img/icon02.png)center center no-repeat;
}
.cont05 .list02::before{
	content: '';
	display: block;
	width: 110px;
	height: 110px;
	background: #fff url(./img/icon03.png)center center no-repeat;
}
.cont05 .list03 .text{
	padding: 30px 0 0;
}
.cont05 .list03::before{
	content: '';
	display: block;
	width: 110px;
	height: 110px;
	background: #fff url(./img/icon04.png)center center no-repeat;
}
.cont05 .list04::before{
	content: '';
	display: block;
	width: 110px;
	height: 110px;
	background: #fff url(./img/icon05.png)center center no-repeat;
}
.cont05 .list05::before{
	content: '';
	display: block;
	width: 110px;
	height: 110px;
	background: #fff url(./img/icon06.png)center center no-repeat;
}
.cont05 .list05 .text{
	padding: 30px 0 0;
}
.cont05 .list06::before{
	content: '';
	display: block;
	width: 110px;
	height: 110px;
	background: #fff url(./img/icon07.png)center center no-repeat;
}
.cont05 .option_box{
	margin-left: 20px;
}
.cont05 .option_box .box02{
	width: 195px;
	border-left: #ccc solid 1px;
	float: left;
}
.cont05 .option_box .box02:first-child {
	border-left: none;
}
.cont05 .option_box .box02 h5{
	background: #e4e4e4;
	font-size: 13px;
	padding: 15px 0;
	text-align: center;
}
.cont05 .option_box .box02 .text02 {
	background: #fff;
	height: 80px;
	font-size: 12px;
	line-height: 2;
	padding: 15px;
}

.cont05 .box03{
	border: 1px solid #8ec0ec;
	font-size: 14px;
	margin: 60px 20px 0;
	padding: 20px 10px;
}
.cont05 .box03 h5{
	color:#0073d5;
	padding: 10px 0 20px;
	font-size:18px;
}
.cont05 .box03 .text{
	line-height: 2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
	padding-bottom: 5px;
}


.cont06{
	padding: 60px 0 0;
	box-sizing: border-box;
}
.cont06 h2{
	position: relative;
	text-align: center;
	width: 390px;
	font-size: 30px;
	line-height: 1.3;
	color: #0073d5;
	margin:0 auto 30px;
}

.cont06 h2::before{

	position: absolute;
	left:290px;
	top:40px;
	content: '';
	display: block;
	background: #b4d6f3;
	width: 100px;
	height: 1px;
	transform: rotate(45deg);
	z-index: -1;
}
.cont06 .box{
	background: url(./img/img10-2_sp.png)center center/cover no-repeat;
	padding: 20px 0;
}
.cont06 .box02{
	background: url(./img/img11-2_sp.png)center center/cover no-repeat;
	padding: 20px 0;
}
.cont06 .box03{
	background: url(./img/img12-2_sp.png)center center/cover no-repeat;
	padding: 20px 0;
}
.cont06 .text_box{
	background: rgba(256,256,256,0.8);
	margin: 50px 45px 50px 0;
	padding: 20px;
}
.cont06 .box02 .text_box{
	margin: 50px 0 50px 45px ;
}

.cont06 .text_box h3{
	font-size: 20px;
	line-height: 1.8;
	color: #0073d5;
}
.cont06 .text_box .text{
	padding: 10px 0 0;
	font-size: 14px;
	line-height: 2.2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}

.cont07{
	background: #4388f0;
	padding: 0 0 60px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}
.cont07 h2{
	font-size: 30px;
	color: #fff;
	padding: 60px 0 40px;
	text-align: center;
}
.cont07  h2::before{
	display: block;
	content: 'Flow';
	text-decoration: underline;
	font-size: 12px;
}
.cont07 .list-box{
	margin: auto;
	display: block;
	text-align: center;
}
.cont07 .box{
	float: left;
	width: 185px;
	height: 270px;
	margin:0 0 20px 20px;
}
.cont07 .box01::before{
	content: '';
	background: #fff url(./img/icon08.png)center center no-repeat;
	display:block;
	width: 185px;
	height: 135px;
}
.cont07 .box02::before{
	content: '';
	background: #fff url(./img/icon09.png)center center no-repeat;
	display:block;
	width: 185px;
	height: 135px;
}
.cont07 .box03::before{
	content: '';
	background: #fff url(./img/icon10.png)center center no-repeat;
	display:block;
	width: 185px;
	height: 135px;
}
.cont07 .box04::before{
	content: '';
	background: #fff url(./img/icon11.png)center center no-repeat;
	display:block;
	width: 185px;
	height: 135px;
}
.cont07 .box05::before{
	content: '';
	background: #fff url(./img/icon12.png)center center no-repeat;
	display:block;
	width: 185px;
	height: 135px;
}
.cont07 .box06::before{
	content: '';
	background: #fff url(./img/icon13.png)center center no-repeat;
	display:block;
	width: 185px;
	height: 135px;
}
.cont07 .box07::before{
	content: '';
	background: #fff url(./img/icon14.png)center center no-repeat;
	display:block;
	width: 185px;
	height: 135px;
}
.cont07 h3{
	font-size: 14px;
	color: #fff;
	margin: 15px 0;
}

.cont07 .text{
	font-size: 13px;
	line-height: 1.8;
	color: #fff;
}
.cont08{
	padding: 60px 0;
}
.cont08 h2{
	font-size: 30px;
	color: #0073d5;
	text-align: center;
	padding: 0 0 30px;
}
.cont08  h2::before{
	content: 'Flow';
	display: block;
	font-size: 12px;
}
.cont08 .box{
	margin: 20px 0;
}
.cont08 .box .img{
	margin: 0 20px;
}
.cont08 .box img{
	width: 390px;
	height: 274px;
}
.cont08 .box .text_box{
	margin: 0 20px 20px;
	padding: 20px;
	background: #f4f4f4;
}
.cont08 h3{
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}
.cont08 .text{
	font-size: 16px;
	padding: 20px 0;
	color: #0073d5;
}
.cont08 .text02{
	font-size: 14px;
	line-height: 2.2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}

.cont09{
	background: #edf4fb;
	padding:60px 0;
}
.cont09 h2{
	font-size: 28px;
	color: #0073d5;
	text-align: center;
	margin:0 0 20px;
}
.cont09  h2::before{
	content: 'FAQ';
	display: block;
	font-size: 12px;
}

.cont09 .box{
	margin: 0 20px 20px;
	border: 1px solid #0073d5;
	background: #fff;
	font-size: 14px;
}
.cont09 .check_box{
	display: none;
}
.cont09 .label_box{
	color: #0073d5;
}
.cont09 .label_box label{
	display: block;
	padding: 25px;
}
.cont09 .label_text{
	height: 0;
	overflow: hidden;
	padding: 0 25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}
.cont09 .label_text label{
	font-size: 12px;
}
.cont09 .check_box:checked + .label_box label{
	padding: 25px 25px 5px;
}
.cont09 .check_box:checked + .label_box + .label_text{
	height: auto;
	padding:10px 25px 30px ;
}
.cont09 .check_box:checked + .label_box + .label_text label{
	text-align: center;
	display: block;
	font-size: 12px;
	padding: 5px 40px;
	margin: 25px 0 0;
	color: #0073d5;
	background: #edf4fb;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}
.cont09 .check_box:checked + .label_box + .label_text label::after{
	content: url(./img/icon15.png);
	position: absolute;
	top:3px;
	left: 195px;
}

.cont10 h2{
	font-size: 30px;
	color: #0073d5;
	text-align: center;
	margin:30px 0 30px;
}
.cont10  h2::before{
	display: block;
	content: 'About';
	font-size: 12px;
}
.cont10 .box{
	background: #f8f8f8;
	position: relative;
	height: 530px;
}
.cont10 .box .img02{
	position: absolute;
	top: 20px;
	left: 20px;
}
.cont10 .box h3{
	position: absolute;
	top:22px;
	left: 160px;
}

.cont10 .box table{
	border-top: 1px solid #333333;
	font-size: 12px;
	text-align: left;
	position: absolute;
	top:70px;
	left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}
.cont10 .box table th{
	width: 70px;
	padding: 25px 0 0;
}
.cont10 .box table td{
	width: 320px;
	line-height: 1.8;
	padding: 25px 0 0;
}
.cont10 .box .button{
	background: #fff;
	border:1px solid #0073d5;
	width: 290px;
	position:absolute;
	top:410px;
	left: 70px;
	text-align: center;
	padding: 20px 0;
}
.cont10 .box .button a{
	font-size: 16px;
	color: #0073d5;
	display: block;
}

.cont11{
}
.cont11 .box{
	background: #0073d5;
	text-align: center;
	padding:0 0 30px;
}
.cont11 .box h2{
	font-size: 30px;
	color: #fff;
	padding:50px 0 30px;
}
.cont11 .box .text{
	font-size: 16px;
	line-height: 2;
	color: #fff;
	padding: 0 20px 35px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}
.cont11 .box .mail{

	background: #FFF;
	padding: 25px 0;
	margin: 0 20px 30px;
}
.cont11 .box .mail a{
	display: block;
	font-size: 16px;
	color:#0073d5;
}

.cont11 .box .tel{
	padding: 20px 0;
	background: #FFF;
	margin: 0 20px 30px;
}
.cont11 .box .tel a{
	display: block;
	font-size: 16px;
	color:#0073d5;
	line-height: 2
}
.cont11 .box .tel a span{
	font-size: 24px;
}


/* footer
------------------------------------------------------------------------*/
footer{
	padding: 75px 20px 35px;
	background: #333333;
	text-align: center;
}
footer .inner ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
footer .inner ul li {
	width: 190px;
	line-height: 2.0;
	text-align: center;
	border-left: 1px solid #666;
}
footer .inner ul li:nth-child(even) {
	border-right: 1px solid #666;
}

footer .inner ul li a{
	display: block;
	font-size: 12px;
	padding: 10px;
	color:#fff;
}
footer .inner .img01{
	margin: 30px auto;
}
footer .text{
	color:#fff;
	font-size: 14px;
	line-height: 2;
	margin: 30px 0 60px;
}

footer .inner .img02 img{
	width: 390px;
}
footer .copy{
	margin: 60px 0 0;
	color:#fff;
	font-size: 13px;
}
}

/* add */
.fixed_banner{
	position: fixed;
    z-index: 10001;
    right: 0px;
    width: 200px;
    bottom: 30px;
    padding: 20px;
    background: #fff;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.fixed_banner_thumb{}
.fixed_banner_thumb img{}
.fixed_banner_txt{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fixed_banner_txt p{
	font-size: 14px;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    padding: 10px 0;
}
.fixed_banner_txt a{
	border-radius: 50px;
	background: linear-gradient(180deg, #F8D90F 0%, #FDC105 100%);
	color: #000;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	font-family: sans-serif;
}
@media screen and (max-width: 431px){
	.fixed_banner{
		width: calc(100% - 30px);
		padding: 15px;
		bottom: 0px;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
		flex-direction: row;
		justify-content: space-between;
	}
	.fixed_banner_thumb{
		width: 35%;
	}
	.fixed_banner_thumb img{
		width: 100%;
	}
	.fixed_banner_txt{
		width: 60%;
		align-items: flex-start;
	}
	.fixed_banner_txt p{
		text-align: left;
		font-size: 15px;
		padding: 0 0 5px 0;
	}
	.fixed_banner_txt a{
		font-size: 13px;
		padding: 5px 0;
	}
}