	

	body{
		background: #f1f4f7;
	}
	
@media screen and (min-width: 931px) {	
	
	
	/*---------------------------------------
	 * 共通
	---------------------------------------*/ 
	
	/* Btn
	---------------------------------------*/ 
	
	.green-btn{
		display: inline-block;
		padding: 16px 34px;
		border-radius: 50px;
		background: rgb(11,113,42);
		background: linear-gradient(90deg, rgba(11,113,42,1) 0%, rgba(12,143,51,1) 100%);
		box-shadow: 0px 2px 4px 1px #cccccc;
	}
	.gray-btn	{
		width: 100%;
		max-width: 250px;
		color: #FFFFFF;
		font-size: 1.6rem;
		text-align: center;
		display: inline-block;
		padding: 12px 0;
		border-radius: 50px;
		box-shadow: 0px 2px 4px 1px #cccccc;
		background: rgb(82,92,110);
		background:linear-gradient(90deg, rgba(82,92,110,1) 0%, rgba(123,129,139,1) 100%);
	
	
		
	}
	
 
	
	/* 無限スクロール
	---------------------------------------*/ 
	
	.infinite-scroll-error,
	.infinite-scroll-last{
		width: 200px;
		margin: 10px auto 0; 
		text-align: center;
		color: #FFFFFF;
		background: #000000;
		border-radius: 20px;
		padding: 3px 0;
		display: none;
	}
	.infinite-scroll-request{
	    text-align: center;
	}
	#infscr-loading{
		width: 100%;
		text-align: center;
	}
	#infscr-loading img{
		width:32px;
	}
	.load-end{
		width: 100%;
		max-width: 250px;
		color: #FFFFFF;
		font-size: 1.6rem;
		text-align: center;
		display: inline-block;
		padding: 12px 0;
		margin: 40px 0 0;
		border-radius: 50px;
		box-shadow: 0px 2px 4px 1px #cccccc;
		background: rgb(82,92,110);
		background:linear-gradient(90deg, rgba(82,92,110,1) 0%, rgba(123,129,139,1) 100%);
	}
	
	
	/* Inquiry
	---------------------------------------*/ 
	
	.inquiry{
		background: #FFFFFF;
		padding: 0 0 60px;
	}
	
	.inquiry .inner{
		width: calc(100% - 80px);
		margin: 0 auto;
	}
	
	.inquiry .read{
		text-align: center;
		font-size: 2.6rem;
		margin: 0 auto;
		position: relative;
		top: -50px;
	}
	.inquiry .read span{
		display: inline-block;
	}
	.inquiry .read span::before{
		content:"";
		display: inline-block;
		width: 37px;
		height: 51px;
		margin-right: 20px;
		background: url(../img/fukidashi-left.svg) 0 0 no-repeat;
		position: relative;
		top:15px;
	}
	.inquiry .read span::after{
		content:"";
		display: inline-block;
		width: 37px;
		height: 51px;
		margin-left: 20px;
		margin-top: 10px;
		background: url(../img/fukidashi-right.svg) 100% 0 no-repeat;
		position: relative;
		top:15px;
	}
	.inquiry .btn{
		width: 100%;
		max-width: 500px;
		margin: 0 auto 0;
		display: block;
		text-align: center;
		padding: 30px 0;
	}	
	.inquiry .btn span{
		display: inline-block;
		width: 100%;
		color: #FFFFFF;
		background-image: url(../img/arrow.png) ;
		background-position: right 20px center;
		background-repeat: no-repeat;
		background-size: 20px;
		
	}
	
	
	/* 見出しボックス
	---------------------------------------*/ 
	
	.midashi-box{
		margin: 0 0 100px;
	}
	.midashi-box .icon-text{
		font-size: 1.8rem;
		text-align: center;
		color: #089132;
		font-weight: 700;
		margin: 0 0 10px;
	}
	.midashi-box .icon{
		position: relative;
		margin: 0 0 20px;
	}
	.midashi-box .icon::after{
		content:"";
		display: block;
		width: 50%;
		height: 1px;
		border-bottom: 1px dashed #089132;
		position: absolute;
		top:0;
		bottom:0;
		left:0;
		right: 0;
		margin: auto;
		z-index: 0;
	}
	.midashi-box .icon span{
		display: block;
		width: 50px;
		margin: 10px auto 0;
		padding: 0 10px;
		background: #f1f4f7;
		position: relative;
		z-index: 1;	
	}
	.feature .midashi-box .icon span{
		background: #e3e9ef;
	}
	.midashi-box .midashi{
		font-size: 4rem;
		font-weight: 500;
		line-height: 1.4;
		color:#089132;
		text-align: center;
	}
	.midashi-box .midashi span{
		display: inline-block;
	}
	
	
	/* PageHeader
	---------------------------------------*/ 
	
	.page-header{
		padding: 130px 0;
		background: url(../img/bg_mainvisual_pc.svg) center 40% repeat-x;
		background-size: 2600px;
	}
	
	.page-header .inner{
		width: calc(100% - 80px);
		max-width: 1260px;
		margin: 0 auto;
	}
	.page-header .page-title{
		 text-align: center;
	}
	.page-header .page-title .en{
		display: inline-block;
		font-size: 7rem;
		font-weight: 700;
		text-align: center;
		margin :0 auto 20px;
		border-bottom:4px solid #556174;
		padding-bottom: 20px; 
	}
	.page-header .page-title .ja{
		display: block;
		font-size: 2rem;
	}
	
	
	/* ArticleList
	---------------------------------------*/ 
	
	.article-list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.article-list li{
		width: 23.5%;
		background: #FFFFFF;
		box-shadow: 0 2px 8px 2px #E0E0E0;
		border-radius: 5px;
		margin: 0 0 25px;
	}
	.article-list li a{
		display: block;
	}
	.article-list li .caption{
		padding: 20px;
		position: relative;
	}
	.article-list li .caption .post-title{
		font-size: 1.9rem;
		line-height: 1.6;
		margin-bottom: 2.5em;
	}
	.article-list li .caption .post-date{
		color: #089132;
		position: absolute;
		bottom:20px;
		left:20px;
	}
	
	
	/*---------------------------------------
	 * Header
	---------------------------------------*/ 
	
	header .inner{
		width: calc(100% - 80px);
		height: 114px;
		margin: 0 auto;
		position: relative;
	}
	
	header .logo{
		width: 151px;
		padding: 45px 0 0;
	}
	header nav {
		position: absolute;
		top:30px;
		right:0;
		
	}
	header nav ul li{
		display: inline-block;
		margin-left: 35px;
	}
	header nav ul li .order{
		color: #FFFFFF;
		font-size: 1.4rem;
	}
	header nav ul li .order span{
		background: url(../img/mail_icon.svg) right center no-repeat;
		background-size: 16px;
		padding-right: 24px;
	}
	header nav ul li .order .sp-mail-icon{
		display: none;
	}
	
	
	/*---------------------------------------
	 * Footer
	---------------------------------------*/ 
	
	footer .contact{
		background: #FFFFFF;
		padding: 0 0 40px;
	}
	
	footer .contact .inner{
		width: calc(100% - 80px);
		margin: 0 auto;
	}
	
	footer .contact .read{
		text-align: center;
		font-size: 2.6rem;
		margin: 0 auto;
		position: relative;
		top: -50px;
	}
	footer .contact .read span{
		display: inline-block;
	}
	footer .contact .read span::before{
		content:"";
		display: inline-block;
		width: 37px;
		height: 51px;
		margin-right: 20px;
		background: url(../img/fukidashi-left.svg) 0 0 no-repeat;
		position: relative;
		top:15px;
	}
	footer .contact .read span::after{
		content:"";
		display: inline-block;
		width: 37px;
		height: 51px;
		margin-left: 20px;
		margin-top: 10px;
		background: url(../img/fukidashi-right.svg) 100% 0 no-repeat;
		position: relative;
		top:15px;
	}
	footer .contact .btn{
		width: 100%;
		max-width: 500px;
		margin: 0 auto 0;
		display: block;
		text-align: center;
		padding: 30px 0;
		
	}
	footer .contact .btn span{
		display: inline-block;
		width: 100%;
		color: #FFFFFF;
		background-image: url(../img/arrow.svg) ;
		background-position: right 20px center;
		background-repeat: no-repeat;
		background-size: 20px;
		
	}
	
	
	/*---------------------------------------
	 * Pagetop
	---------------------------------------*/ 
	
	footer .pagetop a{
		display: block;
		width: 114px;
		margin: 45px auto 0;
	}
	
	
	/*---------------------------------------
	 * WebStore
	---------------------------------------*/ 
	
	footer .webstore .inner{
		width: calc(100% - 80px);
		max-width: 1260px;
		margin: 0 auto;
	}
	footer .webstore .inner a img{
		border-radius: 10px;	
	}
	
	
	/*---------------------------------------
	 * Credit
	---------------------------------------*/ 	
	
	footer .credit{
		background: rgb(36,36,36);
		background: linear-gradient(90deg, rgba(36,36,36,1) 0%, rgba(64,84,105,1) 100%);
		padding: 246px 0 45px;
		margin: -180px 0 0;
	}
	footer .credit .inner{
		width: calc(100% - 80px);
		max-width: 1260px;
		margin: 0 auto;
	}
	footer .credit .inner .logo{
		width: 125px;
		display: block;
		margin: 0 auto 56px;
	}
	footer .credit .inner small{
		display: block;
		text-align: center;
		font-size: 1rem;
		color: #FFFFFF;
	}
	
}







@media screen and (max-width: 930px){
	
	
	/*---------------------------------------
	 * 共通
	---------------------------------------*/ 
	
	.green-btn{
		display: inline-block;
		padding: 16px 34px;
		border-radius: 50px;
		background: rgb(11,113,42);
		background: linear-gradient(90deg, rgba(11,113,42,1) 0%, rgba(12,143,51,1) 100%);
		
	}
	.gray-btn	{
		width: 100%;
		max-width: 220px;
		color: #FFFFFF;
		font-size: 1.6rem;
		text-align: center;
		display: inline-block;
		padding: 12px 0;
		border-radius: 50px;
		box-shadow: 0px 2px 4px 1px #cccccc;
		background: rgb(82,92,110);
		background:linear-gradient(90deg, rgba(82,92,110,1) 0%, rgba(123,129,139,1) 100%);	
	}
	
	
		/* 無限スクロール
	---------------------------------------*/ 
	
	.infinite-scroll-error,
	.infinite-scroll-last{
		width: 200px;
		margin: 10px auto 0; 
		text-align: center;
		color: #FFFFFF;
		background: #000000;
		border-radius: 20px;
		padding: 3px 0;
		display: none;
	}
	.infinite-scroll-request{
	    text-align: center;
	}
	#infscr-loading{
		width: 100%;
		text-align: center;
	}
	#infscr-loading img{
		width:32px;
	}
	.load-end{
		width: 100%;
		max-width: 250px;
		color: #FFFFFF;
		font-size: 1.6rem;
		text-align: center;
		display: inline-block;
		padding: 12px 0;
		margin: 40px 0 0;
		border-radius: 50px;
		box-shadow: 0px 2px 4px 1px #cccccc;
		background: rgb(82,92,110);
		background:linear-gradient(90deg, rgba(82,92,110,1) 0%, rgba(123,129,139,1) 100%);
	}
	
	
	/* Inquiry
	---------------------------------------*/ 
	
	.inquiry{
		background: #FFFFFF;
		padding: 0 0 40px;
	}
	.inquiry .inner{
		width: calc(100% - 26px);
		max-width: 500px;
		margin: 0 auto;
	}
	.inquiry .read{
		text-align: center;
		font-size: 1.5rem;
		line-height: 1.8;
		margin: 0 auto;
		position: relative;
		top: -40px;
	}
	.inquiry .read span{
		display: inline-block;
	}
	
	.inquiry .read span::before{
		content:"";
		display: inline-block;
		width: 37px;
		height: 51px;
		background: url(../img/fukidashi-left.svg) 0 0 no-repeat;
		position: absolute;
		top:0px;
		left: 0;
	}
	.inquiry .read span::after{
		content:"";
		display: inline-block;
		width: 37px;
		height: 51px;
		background: url(../img/fukidashi-right.svg) 100% 0 no-repeat;
		position: absolute;
		top:0px;
		right:0;
	}
	.inquiry .btn{
		width: 100%;
		max-width: 500px;
		margin: -20px auto 0;
		display: block;
		text-align: center;
		padding: 20px 0;	
	}
	.inquiry .btn span{
		display: inline-block;
		width: 100%;
		color: #FFFFFF;
		background-image: url(../img/arrow.svg) ;
		background-position: right 20px center;
		background-repeat: no-repeat;
		background-size: 20px;
	}
	
	
	/* 見出しボックス
	---------------------------------------*/ 
	
	.midashi-box{
		margin: 0 0 50px;
	}
	.midashi-box .icon-text{
		font-size: 1.4rem;
		text-align: center;
		color: #089132;
		font-weight: 700;
		margin: 0 0 10px;
	}
	.midashi-box .icon{
		position: relative;
		margin: 0 0 20px;
	}
	.midashi-box .icon::after{
		content:"";
		display: block;
		width: 100%;
		height: 1px;
		border-bottom: 1px dashed #089132;
		position: absolute;
		top:0;
		bottom:0;
		left:0;
		right: 0;
		margin: auto;
		z-index: 0;
	}
	.midashi-box .icon span{
		display: block;
		width: 40px;
		margin: 10px auto 0;
		padding: 0 10px;
		background: #f1f4f7;
		position: relative;
		z-index: 1;	
	}
	.feature .midashi-box .icon span{
		background: #e3e9ef;
	}
	.midashi-box .midashi{
		font-size: 1.97rem;
		font-weight: 500;
		line-height: 1.4;
		color:#089132;
		text-align: center;
	}
	
	
	
	/* PageHeader
	---------------------------------------*/ 
	
	.page-header{
		padding: 60px 0;
		background: url(../img/bg_mainvisual_pc.svg) 7% 45% repeat-x;
		background-size: 1200px;
	}
	
	.page-header .inner{
		width: calc(100% - 40px);
		max-width: 500px;
		margin: 0 auto;
	}
	.page-header .page-title{
		 text-align: center;
	}
	.page-header .page-title .en{
		display: inline-block;
		font-size: 3.5rem;
		font-weight: 700;
		text-align: center;
		margin :0 auto 15px;
		border-bottom:4px solid #556174;
		padding-bottom: 10px; 
	}
	.page-header .page-title .ja{
		display: block;
		font-size: 1.4rem;
	}
	
	
	/* ArticleList
	---------------------------------------*/ 
	
	.article-list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.article-list li{
		width: 48%;
		background: #FFFFFF;
		box-shadow: 0 2px 8px 2px #E0E0E0;
		border-radius: 5px;
		margin: 0 0 25px;
	}
	.article-list li a{
		display: block;
	}
	.article-list li .caption{
		padding: 10px;
		position: relative;
	}
	.article-list li .caption .post-title{
		font-size: 1.3rem;
		line-height: 1.6;
		margin-bottom: 2.5em;
	}
	.article-list li .caption .post-date{
		font-size: 1rem;
		color: #089132;
		position: absolute;
		bottom:10px;
		left:10px;
	}
	
	
	/*---------------------------------------
	 * Header
	---------------------------------------*/ 
	
	header .inner{
		width: calc(100% - 26px);
		height: 65px;
		margin: 0 auto;
		position: relative;
	}
	
	header .logo{
		width: 110px;
		padding: 20px 0 0;
	}
	header nav {
		position: absolute;
		top:10px;
		right:0;
		
	}
	header nav ul li{
		display: inline-block;
		margin-left: 10px;
		vertical-align: middle;
	}
	header nav ul li .order{
		color: #FFFFFF;
		font-size: 1.4rem;
		border-radius: 50%;
		padding: 10px;
	}
	header nav ul li .order span{
		display: none;
	}
	header nav ul li .order .sp-mail-icon{
		width: 24px;
	}
	
	
	/*---------------------------------------
	 * Footer
	---------------------------------------*/ 
	
	footer .contact{
		background: #FFFFFF;
		padding: 0 0 40px;
	}
	
	footer .contact .inner{
		width: calc(100% - 26px);
		max-width: 500px;
		margin: 0 auto;
	}
	
	footer .contact .read{
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.8;
		margin: 0 auto;
		position: relative;
		top: -45px;
	}
	footer .contact .read span{
		display: inline-block;
	}
	
	footer .contact .read span::before{
		content:"";
		display: inline-block;
		width: 37px;
		height: 51px;
		
		background: url(../img/fukidashi-left.svg) 0 0 no-repeat;
		position: absolute;
		top:0px;
		left: 0;
	}
	footer .contact .read span::after{
		content:"";
		display: inline-block;
		width: 37px;
		height: 51px;
		background: url(../img/fukidashi-right.svg) 100% 0 no-repeat;
		position: absolute;
		top:0px;
		right:0;
	}
	
	footer .contact .btn{
		width: 100%;
		max-width: 500px;
		margin: -20px auto 0;
		display: block;
		text-align: center;
		padding: 20px 0;
		
	}
	footer .contact .btn span{
		display: inline-block;
		width: 100%;
		color: #FFFFFF;
		background-image: url(../img/arrow.png) ;
		background-position: right 20px center;
		background-repeat: no-repeat;
		background-size: 20px;
		
	}
	
	
	/*---------------------------------------
	 * Pagetop
	---------------------------------------*/ 
	
	footer .pagetop a{
		display: block;
		width: 80px;
		margin: 22px auto 0;
	}
	
	
	/*---------------------------------------
	 * WebStore
	---------------------------------------*/ 
	
	footer .webstore .inner{
		width: calc(100% - 48px);
		max-width: 420px;
		margin: 0 auto;
	}
	footer .webstore .inner a img{
		border-radius: 10px;	
	}
	
	
	/*---------------------------------------
	 * Credit
	---------------------------------------*/ 	
	
	footer .credit{
		background: rgb(36,36,36);
		background: linear-gradient(90deg, rgba(36,36,36,1) 0%, rgba(64,84,105,1) 100%);
		padding: 110px 0 45px;
		margin-top: -85px;
	}
	footer .credit .inner{
		width: calc(100% - 26px);
		max-width: 500px;
		margin: 0 auto;
	}
	footer .credit .inner .logo{
		width: 63px;
		display: block;
		margin: 0 auto 28px;
	}
	footer .credit .inner small{
		display: block;
		text-align: center;
		font-size: 1rem;
		color: #FFFFFF;
	}	

	
	
}	