@charset "UTF-8";

.main-visual{
	height:640px;
	margin-bottom:40px;
	background:url(../images/main-visual.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

#sec01{
	padding-bottom:0;
}
#sec01 h2{
	letter-spacing:0.4em;
	font-weight:500;
	font-size:2.8rem;
	line-height:1.8;
	margin-bottom:40px;
}
#sec01 .outline{
	overflow:hidden;
	margin-bottom:60px;
}
#sec01 .outline .pic{
	float:right;
	width:40%;
	background:#dfdfdf;
}
#sec01 .outline .txt{
	width:60%;
	float:left;
	padding-right:40px;
	text-align:justify;
}
#sec01 .txt h3{
	line-height:1.8;
	text-align:justify;
	color:#0081cc;
}
#sec01>h3{
	letter-spacing:0.4em;
	margin-bottom:calc(40px + 0.1em);
}
#sec01>h3 span{
	position:relative;
	padding:0 0.4em;
}
#sec01>h3 span:before{
	background-image: linear-gradient(90deg,#67cdfc,#679ced);
	width:100%;
	height:0.5em;
	position:absolute;
	left:0;
	bottom:-0.1em;
	content:"";
	display:block;
	z-index:-1;
	opacity:0.7;
	filter:alpha(opacity=70);
}
#sec01 ul{
	display:flex;
	display:-webkit-flex;
	align-items:stretch;
	justify-content:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	text-align:justify;
	padding-bottom:65px;
	position:relative;
	z-index: 9;
}
/*
#sec01 ul:after{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:66%;
	background:#f1f1f1;
	z-index:-2;
	display:block;
	content:"";
}
*/
#sec01 .outer{
	background: #f1f1f1;
	padding-top: 65px;
}
#sec01 li{
	background:#fff;
/*
	width:460px;
*/
}
.flex{
	display: flex;
}
#sec01 li .pic{
	width: calc(50% - 40px);
}
#sec01 li .txt{
	padding: 0 40px;
	width: calc(50% + 40px);
	display: flex;
	align-items: center;
/*
	padding: 20px;
*/
}

/*
#sec01 li:nth-of-type(1){
	margin-right:40px;
}
#sec01 li:nth-of-type(2){
	margin-left:40px;
}
*/
#sec01 li:nth-of-type(1):before{
	left:15px;
	top:15px;
	background:linear-gradient(90deg,#a6e8e5,#a4ecb4);
}
#sec01 li:nth-of-type(2):before{
	right:15px;
	top:15px;
	background:linear-gradient(90deg,#ffd44d,#fda085);
}

#sec01 h4{
	font-size:1.8rem;
	line-height:1.4;
	letter-spacing:0.1em;
	margin-bottom:10px;
}
#sec01 h4:after{
	content:"";
	display:block;
	margin-top:10px;
	width:25px;
	height:3px;
	margin-left:5px;
}
#sec01 li:nth-of-type(1) h4:after{
	background:linear-gradient(-90deg,#a6e8e5,#a4ecb4);
}
#sec01 li:nth-of-type(2) h4:after{
	background:linear-gradient(90deg,#ffd44d,#fda085);
}

.support{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	max-width:1400px;
	margin:0 auto 40px;
}
.support>section{
	width:50%;
	padding:40px;
	text-align:justify;
}
.support>section:nth-of-type(2n+1){

	border-right:1px solid #ddd;
}
.support>section:nth-of-type(even){

}
.support>section:nth-of-type(3),.support>section:nth-of-type(4){
	border-top:1px solid #ddd;
}
.support h3{
	text-align:justify;
}
.support h3 span{
	z-index:3;
	position:relative;
	padding:0 0.3em;
}
.support h3 span:after{
    width: 100%;
    height: 0.5em;
    position: absolute;
    left: 0;
    bottom: -0.1em;
    content: "";
    display: block;
    z-index: -1;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.support section:nth-of-type(1) h3 span:after{
    background-image: linear-gradient(90deg,#fda483,#f7d067);
}
.support section:nth-of-type(2) h3 span:after{
    background-image: linear-gradient(90deg,#92d2f1,#d0edb2);
}
.support section:nth-of-type(3) h3 span:after{
    background-image: linear-gradient(90deg,#92d2f1,#9aa8df);
}
.support section:nth-of-type(4) h3 span:after{
    background-image: linear-gradient(90deg,#ffa3a4,#ffe5ce);
}
.support .pic{
	margin-bottom:20px;
}
.support li{
    margin-bottom: 0.8em;
    padding-left: 1.5em;
    position: relative;
}
.support li:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0.5em;
}
.support section:nth-of-type(1) li:before{
    background: linear-gradient(45deg,#fda483,#f7d067);
}
.support section:nth-of-type(2) li:before{
    background: linear-gradient(45deg,#92d2f1,#d0edb2);
}
.support section:nth-of-type(3) li:before{
    background: linear-gradient(45deg,#92d2f1,#9aa8df);
}
.support section:nth-of-type(4) li:before{
    background: linear-gradient(45deg,#ffa3a4,#ffe5ce);
}


.news-list{
	displayflex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	//justify-content:space-between;
	text-align:justify;
	max-width:1400px;
	margin:auto;
}
.news-list li{
	width:33.333%;
	margin-bottom:40px;
	padding-left: 20px;
	padding-right: 20px;
}
.news-list .pic{
	overflow:hidden;
	margin-bottom:10px;
	background:#dfdfdf;
}
.news-list h3{
	font-size:1.5rem;
	line-height:1.5;
	letter-spacing:0.15em;
	margin-bottom:4px;
	font-weight:600;
}
.news-list time{
	color:rgba(68,68,68,0.7);
	font-size:1.3rem;
	letter-spacing:0;
	line-height:1.1;
}
.news-list time:before{
	content:"Update : ";
	font-weight:400;
}
#sec03 .btn,#sec02 .btn{
	width:50%;
	margin:auto;
}