@charset "UTF-8";

/*---------------------------------------------
	▼Reset
---------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, b, u, i, center, dl, dt, dd, ol, ul, li, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;}

/*---------------------------------------------
	▼Base
---------------------------------------------*/

body {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	/*background: url(./img/bgsample.png) repeat;
	background-size:15px;*/}

h1,h2,h3,h4,h5 {
	font-family: 'M PLUS 1p', sans-serif;}

#header {
background: #f4fcff; 
background: -moz-linear-gradient(left, #f4fcff 0%, #1a75bb 100%);
background: -webkit-linear-gradient(left, #f4fcff 0%,#1a75bb 100%); 
background: linear-gradient(to right, #f4fcff 0%,#1a75bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4fcff', endColorstr='#1a75bb',GradientType=1 ); /* IE6-9 */
overflow: hidden;
height:6px;}

#wrapper {
	overflow:hidden;}

.pc-layout {
	display:none;}

.sp-layout {
	display:block;}

.bg-f {
	overflow:hidden;
	margin:0;
	padding:0;
	background: url(./img/background-tenten.png) repeat;}

.header-logo {
	padding-left:20px;
	border-bottom:#eee 1px solid;
	background:#333;
	padding:5px 10px;}

.header-logo img {
	width:150px;}

/*---------------------------------------------
	▼main
---------------------------------------------*/

.head-img {
    width: 100%;
    align-items: center;
    background: url(./img/bg01.jpg) repeat right;
    background-size: cover;
}

.head-img img {
	/*width:80%;*/
	max-width:250px;
	margin:30px auto 0;}

.head-img .head-text {
	overflow:hidden;}

.head-text h1 {
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    font-weight: bold;
    margin-left: 10px;}

.head-text h2 {
	color:#fff;
    font-size: 16px;
	margin-bottom:5px;
	padding-left:10px;}

.head-text h2 span {
    font-size: 90%;
    letter-spacing: 0.1em;}
	
.head-text p {
    overflow: hidden;
    font-size: 90%;
    line-height: 1.8em;
    border-top: #fff 1px dotted;
    padding-top: 15px;
    margin: 20px;
	color:#fff;}

ul.nav {
    clear: both;
    display: block;
	margin:0 auto;
	overflow:hidden;
    border-bottom: #fff 1px dotted;
	padding:10px 0;
	width:90%;}

ul.nav li {
	float:left;
	width:calc(16% - 5px);
	margin:0 3px;
	text-align:center;
	list-style:none;}

ul.nav li a {
    display: block;
    padding: 3px;
    color: #333;
    text-decoration: none;
    font-size: 26px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight:bold;
	color:#16398A;
	background:#EAF3F9;
	border-radius: 50px;}

ul.nav li a span {
	display:none;}

ul.nav li a:hover {
	background:#16398A;
	color:#fff;
	border-radius: 50px;}

.data {
    margin: 10px auto 0;
    text-align: right;
	font-family: 'M PLUS 1p', sans-serif;}
	
.data a {
	display:block;
    padding: 5px 30px 5px 0;
	margin-bottom:30px;
	text-decoration:none;
	font-size:120%;
	color:#fff;
	font-weight:bold;}
	
.data a span {
	font-weight:bold;
	font-size:26px;
	padding: 10px;}

.data a:hover {
	background:#16398A;}



/*---------------------------------------------
	▼content
---------------------------------------------*/

.content {
	overflow:hidden;
	background:#EFF4F9;}

.sec {
    width: auto;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;}

.sec h1 {
    color: #16398A;
    font-size: 46px;
    font-weight: bold;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;}
	
.sec h1 span {
    display: block;
    font-size: 12px;
    margin-top: -16px;}
	
.sec h2 {
	clear:both;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 0 15px;
    -webkit-transition: all 1s;
    -webkit-transform: translate(0, 0);
    opacity: 1;
    color: #16398A;
    border-top: #16398A 4px dotted;
    border-bottom: #16398A 4px dotted;
	padding: 15px 0;
	margin:15px 0;
	text-align:center;}

.sec h2.move  {
    -webkit-transform: translate(-100px, 0);
    opacity: 0;}
	
.sec .sec-data {
	clear:both;
	width:auto;
	margin:0 auto;
	text-align: center;
	background: url(./img/bgsample03.png) repeat;
    background-size: 15px;
	border-radius: 10px;
	padding:10px 0;}

.sec .sec-data h3 {
    font-size: 120%;
    color: #16398A;
    letter-spacing: 0.1em;
    margin-bottom: 10px;}

.s01 .sec .sec-data h3 {
    padding: 15px 0;}

.sec-text {
	background:#EFF4F9;
	overflow:hidden;
	padding:30px 0 0;
	color:#16398A;}

.sec-text h3 {
    clear: both;
    color: #16398A;
    text-align: left;
    width: auto;
    font-size: 110%;
    border-left: #16398A 5px solid;
    padding: 5px 10px;
    margin-left: 15px;
}

.sec-text p {
    text-align: left;
    overflow: hidden;
    width: auto;
    margin: 0 15px;
    font-size: 94%;
    line-height: 1.6em;
    padding-top: 10px;}

.sec-text p a {
	color:#25A9E0;
	}

.sec-text p a:hover {
	color:#F92D32;}

/*---------------------------------------------
	▼q01
---------------------------------------------*/

.content.s01 {
    overflow: hidden;}
	
.content.s01 .sec-data ul {
    overflow: hidden;}

.content.s01 .sec-data ul li {
    list-style: none;
    float: left;
    max-height: 320px;
    margin: 0;
    width: 50%;
    text-align: center;}

.content.s01 .sec-data ul li img {
    max-width: 120px;
    height: 120px;}

.content.s01 .sec-data .label {
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    padding-left: 20px;
}

.content.s01 .sec-data .label h4 {
	float:left;
	margin-right:20px;
	font-size:90%;
	font-weight:normal;
	}

.content.s01 .sec-data .label h4 span {
	display:block;
	width:20px;
	height:20px;
	background:#2257D7;
	float:left;
	margin-right:10px;
	margin-top:3px;}

.content.s01 .sec-data .label h4.c02 span {
	background:#689DEA;}
.content.s01 .sec-data .label h4.c03 span {
	background:#ddd;}
.content.s01 .sec-data .label h4.c04 span {
	background:#16398A;}

.content.s01 canvas {
	max-height:120px;}

/*---------------------------------------------
	▼q02
---------------------------------------------*/

.content.s02 .chartBox{
	min-height:250px;
	position: relative;}

.content.s02 .chartBox p {
   position: absolute;
   top: 0;
   left: 0;
   margin: auto;
   right: 0;
   margin: auto;
   color:#EF657F;
   text-align: center;
   top: 65%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 180%;
    font-weight: bold;
    line-height: 1.0em;
}

.content.s02 .chartBox p span {
    font-size: 60%;}

.content.s02 canvas {
	max-height:260px;}

/*---------------------------------------------
	▼q03
---------------------------------------------*/

.content.s03 img {
	max-width: 400px;
	width:100%;}

.content.s03 .chartBox {
	width:100%;
	margin:0 auto;
	overflow:hidden;}
	
/*---------------------------------------------
	▼q04
---------------------------------------------*/

.content.s04 img {
	max-width: 400px;
	width:100%;}

.content.s04 .chartBox {
	width:100%;
	margin:0 auto;
	overflow:hidden;}
	
/*---------------------------------------------
	▼q05
---------------------------------------------*/

.content.s05 img {
	max-width: 400px;
	width:100%;}

.content.s05 .chartBox {
	width:100%;
	margin:0 auto;
	overflow:hidden;}
	
.content.s03 canvas {
	display:none;}	
	
/*---------------------------------------------
	▼q04
---------------------------------------------*/

.content.s04 .chartBox {
	width:100%;
	margin:0 auto;
	overflow:hidden;}
	
.content.s04 canvas {
	display:none;}
	
/*---------------------------------------------
	▼q05
---------------------------------------------*/

.content.s05 .chartBox {
	width:100%;
	margin:0 auto;
	overflow:hidden;}
	
.s05 .sec-text p {
	padding-bottom:30px;}
	
.content.s05 canvas {
	display:none;}
	
/*---------------------------------------------
	▼q06
---------------------------------------------*/

.content.s06 {
	background:#4F75C1;
	overflow:hidden;
	padding-bottom: 50px;}

.content.s06 .hanten {
	background:#4F75C1;
	overflow:hidden;}

.content.s06 .sec h2 {
	color:#fff;
	margin:15px auto;
	border-top: #fff 4px dotted;
    border-bottom: #fff 4px dotted;}

.content.s06 .sec h1 {
	color:#fff;}

.content.s06 .sec-data {
	overflow:hidden;
    background: #fff;
    border-radius: 10px;
	background: url(./img/bgsample03.png) 0% 0% / 15px repeat;}
	
.content.s06 .sec-data img {
    float: none;
    /* padding: 0 30px; */
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
	
.content.s06 .sec-data .data-right {
    text-align: center;
    float: none;
    width: auto;
    padding: 0 20px;
}

.content.s06 .sec-data .data-right img {
	padding:20px 0;
	float:none;
	max-width:300px;}

.content.s06 .sec-data .data-right p {
	text-align:left;
	color:#16398A;
	padding-top:30px;
    line-height: 1.8em;
	/*font-family: 'Noto Sans JP', sans-serif;*/}

/*---------------------------------------------
	▼q07
---------------------------------------------*/

.content.s07 {
	background: #eee;
	overflow:hidden;}
	
.effect i {
  transition: .8s;
} 
.effect span {
  margin: auto;
  transition: .8s;
  transition-delay: .8s;
}

.content.s07 .sec-data ul {
	overflow:hidden;
	margin:0;}

.content.s07 .sec-data ul li {
	list-style:none;
	float:none;
	margin:5px;}

.content.s07 .sec-data ul li h5 {
    text-align: center;
    font-size: 120%;
    margin-top: 30px;
}

.content.s07 .sec-text {
	background:#eee;
	margin-bottom:100px;}

.content.s07 img {
	width:100%;
	max-width:500px;}


/*---------------------------------------------
	▼footer
---------------------------------------------*/

#footer {
	background:#333;
	overflow:hidden;
	padding:10px;}

#footer ul {
	float:right;
	}

#footer ul li {
	list-style:none;
	color:#fff;
	text-align:right;}

#footer ul li a {
	text-decoration:none;
	color:#fff;
	font-size:100%;}

#footer ul li p {
	font-size:80%;}

#footer ul li img {
	width:200px;
	padding:15px 0;}


p#backToTop a {
    background: #16398A;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    position: absolute;
    margin-top: -50px;
    right: 8px;
	font-size:80%;
    border-radius: 4px 4px 0 0;
}




@media screen and (min-width : 768px){

.head-img {
    width: 100%;
    height: 100vh;
    max-height: 1000px;}

.head-img img {
	max-width:300px;}

.head-img .head-text {
	width:70%;
	margin:0 auto;}

.head-text h1 {
    font-size: 220%;
    line-height: 1.2em;
    letter-spacing: 0.08em;}

.head-text h2 {
    font-size: 120%;}

.head-text p {
	margin:0;
    width: auto;}

ul.nav li a {
	font-size:28px;}
	
ul.nav li a span {
    display: block;
    font-size: 10px;
    margin-top: -10px;}

ul.nav li {
	width:calc(14% - 5px);
	margin:0 6px;}
.content.s01 .sec-data ul li {
    width: 25%;}
.content.s01 .sec-data ul li img {
    height: 150px;}

.content.s07 .sec-data img {
	margin:0 auto;}

.content.s07 .sec-data ul li:nth-child(2) {
    text-align: center;
}

.content.s03 canvas {
	display:block;}	
	
.content.s04 canvas {
	display:block;}	
	
.content.s05 canvas {
	display:block;}	

.content.s03 img {
	display:none;}
	
.content.s04 img {
	display:none;}
	
.content.s05 img {
	display:none;}
}
 
@media screen and (min-width : 1024px) {
body {
    min-width: 1200px;}
  
.pc-layout {
	display:block;}

.sp-layout {
	display:none;}

/*---------------------------------------------
	▼main
---------------------------------------------*/

.slider {
	display:block;
	background-position:top center;
	background-size: cover;
}

.head-text h1 {
	font-weight:normal;
	margin-left:0;
    font-size: 50px;
	letter-spacing: 0.05em;
	line-height:1.3em;}

.head-text h2 {
	color:#fff;
    font-size: 24px;
    letter-spacing: 0.1em;
	margin-bottom:15px;
	padding:0;}

.head-text h2 span {
    font-size: 80%;
    letter-spacing: 0.1em;
	font-weight:bold;}

.head-img {
    width: 1200px;
    height: 100vh;
    display: flex;
    max-height: 800px;
    margin: 0 auto;
	background:none;}
	
.head-img img {
	max-width:480px;
    margin-right: 50px;}

.head-text p {
	/*font-family: 'Noto Sans JP', sans-serif;*/
    width: 600px;
    margin: 30px 0 0;
	padding-top: 35px;
    font-size: 100%;
    overflow: hidden;
    border-top: #fff 1px dotted;
	font-weight: bold;
    letter-spacing: 0.1em;
}
	
.head-img .head-text {
	/*margin:0 auto;*/}
	
ul.nav {
	width:100%;}	

ul.nav li a {
    font-size: 36px;
    padding: 13px 0;
}
ul.nav li a span {
	display:block;
    font-size: 12px;}

ul.nav li {
	width:calc(15% - 5px);
	margin:0 6px;}

.header-logo {
	margin-top:6px;
	padding-top:5px;
	padding-left:20px;
	border-bottom:#eee 1px solid;
	background:none;}

/*---------------------------------------------
	▼content
---------------------------------------------*/

.sec {
    width: 1200px;
	padding:100px 0 20px;
    margin: 0 auto;}
	
.sec-text {
	padding:0 0 60px;}

.sec h1 {
	font-size:45px;
    text-align: center;
    margin-right: 20px;
    border: #16398A 5px solid;
    border-radius: 60px;
    width: 90px;
    height: 90px;
	float:left;}

.sec h1 span {
    font-size: 14px;
    margin-top: -14px;}
	
.sec .sec-data {
	overflow:auto;
	width:90%;
    border-radius: 20px;
	padding: 30px 0;}

/*.sec .sec-data img {
	width:900px;}*/

.sec h2 {
    color: #16398A;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 20px 0 20px 30px;
    float: left;
    -webkit-transition: all 1s;
    -webkit-transform: translate(0, 0);
    opacity: 1;
    border-top: #16398A 5px dotted;
    border-bottom: #16398A 5px dotted;
    margin: 0 auto 50px;
    width: 80%;
    text-align: center;
	clear: none;}

.sec h2.move  {
    -webkit-transform: translate(-100px, 0);
    opacity: 0;}
	
.sec-text h3 {
	clear:both;
    color: #16398A;
    text-align: left;
    width: 1000px;
    margin: 0 auto;
    font-size: 120%;
    border-left: #16398A 6px solid;
    padding: 10px;}

.sec-text p {
    text-align: left;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    font-size: 100%;
	font-weight:bold;
    line-height: 2em;
    padding-top: 20px;
    letter-spacing: 0.05em;
    color: #16398A;
	/*font-family: 'Noto Sans JP', sans-serif;*/}

	
.sec .sec-data h3 {
    font-size: 180%;
    color: #16398A;
    letter-spacing: 0.1em;
    margin-bottom: 10px;}
	
/*---------------------------------------------
	▼q01
---------------------------------------------*/

	
.content.s01 .sec-data ul {
    max-height: 400px;
	margin-left:50px;
    padding: 30px;
    overflow: hidden;}
	
.content.s01 .sec-data ul li {
    list-style: none;
    float: left;
    width: calc(18% - 15px);
    margin: 0 30px;
    overflow: hidden;
	max-height: 400px;}
	
.content.s01 .sec-data ul li img {
    height: 160px;
    /*margin-top: -50px;*/
    width: auto;
    max-width: 100%;}

.content.s01 .sec-data .label {
	margin: 20px auto 0; }

.content.s01 .sec-data .label h4 {
	font-size:110%;}

.content.s01 canvas {
    max-height: 150px;}

canvas#chart1, canvas#chart2, canvas#chart3, canvas#chart4 {
    /*margin-top: -40px;
    max-height: 340px;*/}

.content.s02 .chartBox{
	min-height:360px;}

.content.s02 canvas {
	max-height:400px;}
	
.content.s02 .chartBox p {
   top: 55%;
    font-size: 200%;}
	
.content.s03 canvas {
	display:block;
	max-width:900px;
	margin:0 auto;}	

.content.s03 img {
	display:none;}

.content.s04 canvas {
	display:block;
	max-width:800px;
	margin:0 auto;}	

.content.s04 img {
	display:none;}

.content.s05 canvas {
	display:block;
	max-width:1000px;
	margin:0 auto;}	
	
.content.s05 img {
	display:none;}
	
.content.s06 .sec h1 {
	color:#fff;
	border: #fff 4px solid;}
	
.content.s06 .sec-data {
    border-radius: 20px;
}
.content.s06 .sec h2 {
	margin:15px auto 50px; }
	
.content.s06 .sec-data img {
    float: left;
    padding: 0 30px;
	max-width:620px;
}

.content.s06 .sec-data .data-right img {
	padding:0;}

.content.s06 .sec-data .data-right {
    text-align: center;
	padding: 0;
    float: left;
    width: 350px;
}
.content.s06 .sec-data .data-right p {
    text-align: left;
    color: #16398A;
    padding-top: 30px;
    line-height: 1.9em;
    /*font-family: 'Noto Sans JP', sans-serif;*/
    /*font-weight: bold;*/
}

/*---------------------------------------------
	▼q07
---------------------------------------------*/


.content.s07 .sec-data ul li {
	list-style:none;
	float:left;
	width:calc(50% - 10px);
	margin:5px;}


/*---------------------------------------------
	▼footer
---------------------------------------------*/


p#backToTop a {
    background: #16398A;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    position: absolute;
    margin-top: -64px;
    right: 15px;
	font-size:100%;
    border-radius: 4px 4px 0 0;
	/*font-family: 'Noto Sans JP', sans-serif;*/
}




}













