@charset "UTF-8";

body {
	
}
.inner{
	max-width:960px;
	margin:0 auto;
}
span.mini{
	font-size: 12px;
}
iframe{
    max-width: 600px;
    height: 360px;
    width: 90%;
}
.mincho{
    font-family: 'Noto Serif JP', serif;
}
.link a{
	background-color: #001133;
    color: #fff;
	font-size: 24px;
	display: inline-block;
	padding:4px 15px;
	box-sizing: border-box;
	text-align: center;
}

@media screen and (max-width: 1000px) {
.inner{
	width:94%;
}
.link a{
	font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.inner{
	width:86%;
}
.link a{
	font-size: 15px;
	padding:8px 0;
	margin:0 auto;
	display: block;
}
}
/* -----------------------------------------------------------
	メイン画像
----------------------------------------------------------- */
.main_image{
    background-image: url("../img/main_background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-size: cover;
    width: 100%;
    height:910px;
    position: relative;
	overflow: hidden;
}
.main_image .logo{
	max-width:300px;
	position: absolute;
	top:30px;
	left:30px;
}
.main_image .header_mail{
    box-sizing: border-box;
    width: 40px;
    position: absolute;
    top: 3%;
    right: 3%;
    z-index: 2;
}
.main_image .item{
    width: 380px;
    position: absolute;
	left: 0;
	right: 0;
	bottom:0;
	margin: auto;
}
.main_image .text{
    max-width: 680px;
    position: absolute;
	left: 0;
	right: 0;
	bottom:60px;
	margin: auto;
}
.main_image ul.circle_list{
	position: relative;
	left: 0;
	right: 0;
	width:810px;
	margin: auto;
	/*background: #3339;*/
	height:510px;
	top:80px;
}
.main_image ul.circle_list li{
	width:160px;
	position: absolute;
}
.main_image ul.circle_list li:nth-child(1){
	left:0;
	bottom:0;
}
.main_image ul.circle_list li:nth-child(2){
	left:6%;
	bottom:41%;
}
.main_image ul.circle_list li:nth-child(3){
	left:27%;
	top:0;
}
.main_image ul.circle_list li:nth-child(4){
	right:27%;
	top:0;
}
.main_image ul.circle_list li:nth-child(5){
	right:6%;
	bottom:41%;
}
.main_image ul.circle_list li:nth-child(6){
	right:0;
	bottom:0;
}

@media screen and (max-width: 1000px) {
.main_image ul.circle_list{
	width:760px;
	height:480px;
}
}
@media screen and (max-width: 767px) {
.main_image{
    height:560px;
}
.main_image .logo{
	max-width:220px;
	top:25px;
	left:2%;
}
.main_image .header_mail{
    width: 30px;
    top: 28px;
    right: 4%;
}
.main_image .item{
    width: 220px;

}
.main_image .text{
	max-width:440px;
    width: 90%;
	bottom:30px;
}
.main_image ul.circle_list{
	max-width:470px;
	width:98%;
	height:260px;
	top:80px;

}
.main_image ul.circle_list li{
	width:82px;
}
.main_image ul.circle_list li:nth-child(3){
	left:25.7%;
}
.main_image ul.circle_list li:nth-child(4){
	right:25.7%;
}
}

/*ブロック01______________________________________________________________*/
.block01 {
    position: relative;
    padding: 100px 0 0 0;
	height:650px;
}
.block01 .bg_box{
	background-image: url("../img/block01_img01.jpg");
    background-position: 280px bottom;
    background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	height:490px;
	width:100%;
	bottom:0;
}
.block01 .text_box{
    position: absolute;
	right:0;
    width: 60%;
	text-align: left;
}
.block01 .text_box .logo{
	max-width:320px;
	margin-bottom:20px;
}
.block01 .text_box .text_01{
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.4;
	letter-spacing: -.02em;
}
.block01 .text_box .text_01 span{
	font-size: 16px;
}
.block01 .text_box .text_02{
	margin-bottom:30px;
}
.block01 .text_box .text_02 span{
	background:#001133;
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
}
@media screen and (max-width:1200px){
.block01 .bg_box{
    background-position: 20px bottom;
}
}
@media screen and (max-width:1000px){
.block01 .text_box{
    width: 65%;
}
.block01 .text_box .text_01{
	font-size:18px;
}
.block01 .text_box .text_01 span{
	font-size:12px;
}
.block01 .text_box .text_02 span{
	font-size: 24px;
}
}
@media screen and (max-width:767px){
.block01 {
    padding: 80px 0 0 0;
	height:630px;
	   
}
.block01 .bg_box{
    background-position: 50px bottom;
	height:550px;
	background-size: 300px;

}
.block01 .text_box .logo{
	margin:0 auto;
	width:220px;
	margin-bottom: 30px;
}
.block01 .text_box{
    width: 98%;
	margin:0 auto;
	right: auto;
	text-align: center;
	line-height: 2.4em;
	 position: relative;
}
.block01 .text_box .text_01{
	font-size:18px;
	line-height: 1.8;
	margin-bottom:10px;
}
.block01 .text_box .text_02{
	margin-bottom:30px;
}
.block01 .text_box .text_03{
	line-height: 2;
}
.block01 .text_box .text_01 span{
	font-size:12px;
}
.block01 .text_box .text_02 span{
	font-size: 24px;
}
  .block01 .text_box .text_03 br {
    display: none;
  }
}
/*ブロック02______________________________________________________________*/
.block02{
    background: linear-gradient(#f7f7f7, #ffffff);
    padding: 80px 0 110px;
}
.block02 .img{
    max-width: 450px;
	width:80%;
    margin: 0 auto 30px;
}
.block02 .text{
    text-align: center;
	font-size: 24px;
	line-height: 1.6em;
}
 @media screen and (max-width:768px){
.block02{
     padding: 50px 0 70px;
	background: linear-gradient(#f7f7f7, #dcdde1);
}
.block02 .img{
	width:80%;
    margin: 0 auto 20px;
}
.block02 .text{
	font-size: 16px;
}

}

/*ブロック03______________________________________________________________*/
.block03{
    background: linear-gradient(#dcdde2, #c9cdd4);
    padding: 120px 0;
}
.block03 .top{
    display: flex;
    justify-content: space-around;
    align-items: center;
	font-size: 16px;
	margin-bottom:80px;
}
.block03 .top .left{
    width: 30%;
}
.block03 .top .right{
    width: 55%;
	text-align: left;
}
.block03 .top a{
    margin-top: 40px;
}
.block03 .bottom{
	text-align: center;
}
.block03 .bottom .title{
    font-size: 24px;
	margin-bottom:30px;
}
.block03 .bottom ul{
	max-width:820px;
	margin: 0 auto;
}
.block03 .bottom ul li{
	width:32%;
	float:left;
	margin-right: 2%;
	margin-bottom:20px;
}
.block03 .bottom ul li:nth-child(3n){
	margin-right: 0;
}
.block03 .bottom ul li p{
	background:#013;
	color:#fff;
	font-size: 16px;
	padding:15px 0;
}
@media screen and (max-width:768px){
.block03{
    padding: 0px 0 60px 0;
}
.block03 .top{
    display: block;
	font-size: 14px;
	border-bottom: 1px solid #e8e8e8;
    padding-bottom: 55px;
    margin-bottom: 50px;
}
.block03 .top .left{
    width: 70%;
	margin:0 auto 40px;
}
.block03 .top .right{
    width: 100%;
}
.block03 .top .link a{
	width:300px;
    margin: 30px auto 0;
}

.block03 .bottom .title{
    font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
}
.block03 .bottom ul{
	width:100%;
  display: flex;
  flex-wrap: wrap;
}
.block03 .bottom ul li{
  display: flex;
  flex-direction: column;
	width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
}
.block03 .bottom ul li:nth-child(3n){
	margin-right: 4%;
}
.block03 .bottom ul li:nth-child(2n){
	margin-right: 0;
}
.block03 .bottom ul li p{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
	font-size: 12px;
  text-align: center;
	padding:10px 0;
}
	
	
	
}

/*ブロック04______________________________________________________________*/
.block04{
    background: url("../img/block04_img01.jpg") no-repeat #f3f6f0;
 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 440px;
    text-align: center;
	background-size: cover;
}
.block04 p{
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
	
}
@media screen and (max-width:1000px){
.block04 p{
	font-size: 32px;
	}
}
@media screen and (max-width:767px){
.block04{
    height: 240px;
	background-size: cover;
	background-position: left -50px bottom;
}
.block04 .inner{
	width:92%;
}
.block04 p{
    font-size: 14px;
text-shadow: #fff 1px 0 4px;
}
}
/*ブロック05______________________________________________________________*/
.block05{
    background: linear-gradient(#8d95a4,#767f91);
	 position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 430px;
}
.block05 p{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size:24px;
	letter-spacing: -.02em;
}
@media screen and (max-width:1000px){
.block05 p{
    font-size: 20px;
     }
}
@media screen and (max-width:767px){
.block05{
    height: auto;
	padding:40px 0;
}
.block05 p{
    font-size: 13px;
     }
}
/*ブロック06______________________________________________________________*/
.block06{
    background: linear-gradient(#f7f7f7, #ffffff);
    padding: 100px 0 120px;
}
.block06 .img{
    max-width: 450px;
	width:80%;
    margin: 0 auto 30px;
}
.block06 .text{
    text-align: center;
	font-size: 24px;
	line-height: 1.6em;
}
@media screen and (max-width:767px){
.block06{
	background: linear-gradient(#fff, #adb3bf);
    padding: 50px 0 50px;
}
.block06 .img{
    margin: 0 auto 20px;
}
.block06 .text{
	font-size: 16px;
}

}
/*ブロック07______________________________________________________________*/
.block07{
    background: linear-gradient(#9ba3b1,#001133);
    color: #fff;
    padding: 80px 0;
	 text-align: center;
	font-size: 24px;
}
.block07 .title{
    font-size: 36px;
    margin-bottom: 20px;
}
.block07 .text{
    margin-bottom:40px;
}

.block07 .graph_box{
    border:1px solid #fff;
	padding:30px;
	box-sizing: border-box;
}
.block07 .title_white{
    font-size: 18px;
	background: #ffffff3e;
	border-radius: 4px;
	margin:0 auto 40px;
	text-align:center;
	width: 280px;
	padding:5px 0;
}
.block07 .graph_box .small{
    font-size: 14px;
	margin-bottom:10px;
}
.block07 .graph_box .image{
    width:100%;
	margin:0 auto;
}

.block07 .inner_top{
    padding-bottom:100px;
}

.block07 .image_box{
	background: #ffffff2c;
	padding:60px 40px 0 40px;
}
.block07 .image_box ul.image_list_01,
.block07 .image_box ul.image_list_02{
	padding-bottom:60px;
}
.block07 .image_box ul.image_list_01 li,
.block07 .image_box ul.image_list_02 li{
	width:46%;
	float: left;
}
.block07 .image_box ul.image_list_01 li:first-child,
.block07 .image_box ul.image_list_02 li:first-child{
	margin-right: 6%;
}

.block07 .arrow_down{
	max-width:370px;
	margin:10px auto 20px;
}
.block07 .image_box .small{
    font-size: 14px;
	margin-bottom:40px;
}

@media screen and (max-width:768px){
.block07{
	font-size: 14px;
	padding: 0 0 60px 0;
	background: linear-gradient(#adb3bf,#001133);
}
.block07 .inner_top {
    padding-bottom: 70px;
}
.block07 .title{
     font-size: 18px;
	margin-bottom:20px;
	    background: #013;
}
.block07 .text{
	line-height: 1.8em;
	margin-bottom: 30px;
}
.block07 .graph_box{
    background: #ffffff2c;
	border:0;
}
.block07 .graph_box .small,
.block07 .image_box .small{
    font-size: 11px;
}
.block07 .title_white{
	width: 70%;
	padding:5px 0;
	font-size: 11px;
	margin-bottom:30px;
}
.block07 .image_box{
	padding:60px 20px 0 20px;
}
	
.block07 .image_box ul.image_list_02{
	padding-bottom:10px;
}
.block07 .image_box ul.image_list_01 li{
	font-size:9px;
}
.block07 .image_box ul.image_list_02 li{
	width:90%;
	float: none;
	margin:0 auto;
}
.block07 .image_box ul.image_list_02 li img{
	margin-bottom:15px;
}
.block07 .image_box ul.image_list_02 li:first-child{
	margin:0 auto;
}
.block07 .arrow_down{
	width:180px;
}
.block07 .kekka{
	font-size:18px;
	}
}
/*ブロック08______________________________________________________________*/
.block08{
    background:#e9e8e3;
    box-sizing: border-box;
	height:770px;
}
.block08 .inner{
	max-width:1100px;
    padding-top:70px;
	background: url("../img/block08_img01.png") #e9e8e3 bottom right;
    box-sizing: border-box;
    background-size: 470px;
    background-repeat: no-repeat;
	height:770px;
}
.block08 .title{
    font-size: 38px;
    padding-bottom: 10px;

}
.block08 .text{
    width: 77%;
	margin-bottom:50px;
}
.block08 .profile{
    padding: 20px 30px;
	box-sizing: border-box;
    width: 60%;
	background: #fff;
}
.block08 .profile .name{
    font-size:24px;
}
.block08 .profile .name span{
    font-size: 18px;
}
.block08 .profile .detail{
    font-size: 14px;
	margin-bottom:20px;
}
.block08 .profile .text_02{
    font-size:12px;
}
@media screen and (max-width:1000px){
.block08{
	height:auto;
	
}
.block08 .inner{
    padding-top:50px;
	background-size: 430px;
}
.block08 .title{
    font-size: 32px;
}
.block08 .text{
    width: 70%;
}
.block08 .profile{
    padding: 20px 30px;
    width: 60%;
	background: #fff;
}
.block08 .profile .name{
    font-size:24px;
}
.block08 .profile .name span{
    font-size: 18px;
}
.block08 .profile .detail{
    font-size: 14px;
	margin-bottom:20px;
}
.block08 .profile .text_02{
    font-size:12px;
}	
}
@media screen and (max-width:768px){
.block08{
    background:#e9e8e3;
	padding-bottom: 0;
}
.block08 .inner{
	width:100%;
	padding-top:50px;
	padding-bottom:40px;
	background-size: 360px;
	background-position: bottom right -50px;
	height: 830px;
	position: relative;
	z-index: 1;
}
.block08 .title{
	width: 84%;
	margin:0 auto;
    font-size: 22px;
	margin-bottom:10px;
}
.block08 .text{
    width: 84%;
	margin:0 auto;
}
.block08 .profile{
    width: 88%;
}
.block08 .profile{
    padding: 0;
  
    position: absolute;
 
  left: 0;
  right: 0;
  bottom: -70px;
  margin: auto;
    
    z-index: 999;
	background: none;
}
.block08 .profile .name{
    font-size:20px;
	margin-bottom:10px;
	margin-left:20px;
}
.block08 .profile .name span{
    font-size: 14px;

}
.block08 .profile .detail{
    font-size: 14px;
	margin-left:20px;
}
.block08 .profile .text_02{
    font-size:12px;
    background: #fff;
    padding:20px;
	box-shadow: 0 0 10px #cacacc;
}

}
/*ブロック09______________________________________________________________*/

.block09{
   text-align: center;
}
.block09 .top_box{
	background: #fff;
	font-size: 30px;
	letter-spacing: -.03em;
}
.block09 .top_box .inner{
   padding:90px 0 160px 0;
}
.block09 .top_box .text{
   margin-bottom:30px;
}
.block09 .top_box .link{
	margin-bottom:80px;
}
.block09 .top_box .link a{
	background-color: #001133;
    color: #fff;
	padding:10px 30px;
}

.block09 .bottom_box{
	background: linear-gradient(#e7e7ea, #011134);
	color:#fff;
	font-size: 24px;
	padding-bottom:100px;
}
.block09 .bottom_box .image img{
	width:360px;
	margin-top:-180px;
	margin-bottom:50px;
}
@media screen and (max-width:1000px){
.block09 .top_box{
   	height:auto;
	font-size: 26px;
}
.block09 .top_box .inner{
   padding:90px 0 140px 0;
}
.block09 .bottom_box .image img{
	margin-top:-120px;
	}
}
@media screen and (max-width:768px){
 .block09{
	margin-top:70px;
} 
 .block09 .top_box{
	font-size: 16px;
} 
.block09 .top_box .inner{
   padding:80px 0 90px 0;
}
.block09 .top_box .link a{
	width:180px;
  
}
.block09 .bottom_box{
	font-size: 18px;
	padding-bottom:70px;
}
.block09 .bottom_box .image img{
	width:80%;
	margin-bottom:30px;
	}
}
/*ブロック10______________________________________________________________*/

.block10{
    background-image: url("../img/block11_img01.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-size: cover;
    
    width: 100%;
}
.block10 p{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 370px;
	font-size: 36px;
	color:#fff;
	text-shadow: #000 1px 0 4px;
}
@media screen and (max-width:768px){
.block10{
    
}
.block10 p{
    font-size: 14px;
	height: 170px;
	line-height: 1.4em;
	
}
}

/*フッター______________________________________________________________*/
footer{
    background: linear-gradient(#001133, #003264);
    padding: 60px 0 10px 0;
}
footer .inner,footer p{
    text-align: center;
    color: #fff;
}
footer p{
    padding: .6rem 0;
}
.footer_logo{
    width: 200px;
    margin: 0 auto;
}
.footer_mail{
    width: 40px;
    margin: 0 auto;
}
footer .small{
    font-size: 11px;
	padding-top: 50px;
}
@media screen and (max-width:640px){
.footer_mail{
    width: 30px;
  }
footer p{
    font-size: 1.2rem;
}
        
}

/* CSSアニメーションの指定 */
.Headline{
  animation: SlideIn 1.6s ;
}

/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}






/*========= particle js を描画するエリア設定 ===============*/
.soto{height: 100%;/*高さを100%にして描画エリアをとる*/}
#particles-js{ 
	
	z-index:-1;/*描画を一番下に*/
	width: 100%;
	height: 100%;
	background-color:#d6e5e6;/*背景色*/
}

#wrapper{
	position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
	width:100%;
	height: 100%;
}


#particles-js{ 

	z-index:-1;/*描画を一番下に*/
	width: 100%;
	height: 100%;
	background-color:#35004D;/*背景色*/
}

#wrapper{
	position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
	width:100%;
	height: 100%;
}
