@charset "utf-8";
#mainimg {
	position: relative;
	width:100%;
	background: url(../images/mv01.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 500px;
}
#mainimg .catch{
    padding-top: 100px;
}
#mainimg .catch p{
    position: absolute;
    left: 50%;
    margin-left: -1000px;
}
#mainimg .catch p img{
	max-width: initial;
}
#mainimg .catch .p1{
	font-size: 5.2rem;
}

/*Toppge共通 */
#toppage {
	position: relative;
}
#toppage .btn a {
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 2.0rem;
    font-size: 2rem;
    background: #23a9ce;
    line-height: 40px;
    margin: 40px auto;
    padding: 6px 70px;
    display: inline-block;
}
#toppage .btn a:hover {
}
#toppage .btn a::after {
	position: absolute;
	content: '';
	display: block;
	top: 15px;
	right: 5px;
	width: 30px;
	height: 30px;
	background: url(../images/ico_arrow.png) no-repeat;
}
#toppage .ttl {
    text-align: center;
    margin: 0 auto;
    padding-top: 56px;
}
#toppage .ttl h2 {
    text-align: center;
    position: relative;
    margin: 0 auto;
}
#toppage .ttl .h2_1{
	font-size: 4rem;
	line-height: 1.2;
	letter-spacing: 2px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#toppage .ttl .h2_2 {
    font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	margin-top: 30px;
}
#toppage .ttl .h2_1::after {
	content: "";
	width: 50px;
	height: 10px;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -25px;
} 
#toppage .lead {
	text-align: center;
	margin-bottom: 8px;
}
#toppage p.lead{
	font-size: 2.4rem;
	font-weight: bold;
}
#toppage p {
	text-align: center;
	line-height: 2;
}
/*Sec01*/
#sec01 {
	background: url("../images/bg01.png") no-repeat;
	position: relative;
    padding: 0px 0 50px;
	background-position: center top;
}
#sec01 .ttl .h2_1:first-letter {
	color: #009A43;
}
#sec01 .ttl .h2_1::after {
	border-top: 2px solid #009A43;
}
#sec01 dl dt {
	float: left;
	background: #C80A24 url(../images/bg_point.png) no-repeat bottom;
	font-size: 2.8rem;
	color: #fff;
	font-weight: bold;
	padding: 30px;
	width: 180px;
	text-align: center;
	position: relative;
}
#sec01 dl dd {
	background: #fff;
	padding: 30px 60px;
	margin-bottom: 10px;
	font-size: 1.5rem;
	padding-left: 250px;
}
#sec01 dl dt::before {
	position: absolute;
	right: 0;
	margin-right: -26px;
	content:'';
	height: 50px;
	width: 50px;
	position: absolute;
	background: url(../images/ico_point.png) no-repeat bottom;
}
#sec01 dl .dt_2 {
	height: 130px;
	padding-top: 42px;
}
#sec01 dl dd .span_1 {
	    border-bottom: 2px solid #ccc;
}
#sec01 dl dd .span_2 {
	background: linear-gradient(transparent 60%, #ffc001 60%);
}
#sec01 .menu {
	margin-top: 20px;
}
#sec01 .menu .col-sm-4 {
	margin: 30px 0 0;
	position: relative;
}
#sec01 .menu .col-sm-4:before {
	content:'';
	width: 200px;
	height: 30px;
	left: 30px;
	top: -20px;
	position: absolute;
}
#sec01 .menu .col-sm-4 .mask {
	width:310px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(0,0,0,0.7);
	-webkit-transition:	all 0.6s ease;
	transition:all 0.6s ease;
}
#sec01 .menu .col-sm-4:hover .mask {
	opacity:1;
	padding-left:20px;
}#sec01 .menu .col-sm-4:hover .mask a {
	display: block;
}
#sec01 .menu .col-sm-4 .caption {
	padding-top:24px;
	padding-right:20px;
}
#sec01 .menu .col-sm-4 .caption a {
	font-size:100%;
	color:#FFF;
	text-decoration: none;
}

#sec01 .menu .menu01:before {
	background: url(../images/menu01_before.png) no-repeat left;
}
#sec01 .menu .menu02:before {
	background: url(../images/menu02_before.png) no-repeat left;
}
#sec01 .menu .menu03:before {
	background: url(../images/menu03_before.png) no-repeat left;
}
#sec01 .menu .menu04:before {
	background: url(../images/menu04_before.png) no-repeat left;
}
#sec01 .menu .menu05:before {
	background: url(../images/menu05_before.png) no-repeat left;
}
#sec01 .menu .menu06:before {
	background: url(../images/menu06_before.png) no-repeat left;
}
/*Sec02*/
#sec02 {
	height: 640px;
    background: url(../images/bg02.png) no-repeat top;
}
#sec02 .ttl .h2_1::after {
	border-top: 2px solid #23a9ce;
}
#sec02 .ttl .h2_1:first-letter {
	color: #23a9ce;
}
#sec02 .container_2 {
	width: 1040px;
}

#sec02 p {
	font-size: 1.6rem;
}
#sec02 .btn_dtl {
	text-align: center;
}
#sec02 .btn_dtl a {
    background: #23a9ce;
}
/*Sec03*/
#sec03 {
	background: url("../images/bg03.png") no-repeat top center;
	padding: 40px 0;
}
#sec03 .lead {
	position: relative;
	text-align: left;
}
#sec03 .lead::before {
	content:"";
	background: url("../images/ttl_before.png") no-repeat left;
	width: 200px;
	height: 30px;
	left: 0;
	top: -25px;
	position: absolute;
}
#sec03 .outer {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#sec03 .photo {
	display: table-cell;
	width: 360px;
	vertical-align: middle;
}
#sec03 .comment {
	display: table-cell;
	vertical-align: middle;
	padding-top: 15px;
}
#sec03 .comment .lead{
	margin-bottom: 20px;
}
#sec03 p {
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: -0.02em;
}
#toppage #sec03 .btn a {
	background: #159A46;
	margin: 30px 0 0;
}
/*Sec04*/
#sec04 {
    position: relative;
    padding: 66px 0;
}
#sec04 p {
	text-align: left;
}
#sec04 .content {
	float: left;
	width: 700px;
}
#sec04 .example {
	border : 2px solid #d7d7d7;
	overflow: hidden;
	padding: 30px;
	margin-bottom: 38px;
}
#sec04 .example::before {
	position: absolute;
	content:"";
	background: url("../images/ttl02.png") no-repeat left;
	width:144px;
	height: 67px;
	top: -10px;
	left: 30px;

}
#sec04 .example p{
	margin-top: 30px;
}
#sec04 .example .comment {
	float: left;
	width: 370px;
}
#sec04v .example .photo {
	float: right;
	width: 264px;
}

#sec04 #side{
	float: right;
	width: 260px;
}
#sec04 #side .side_bnr li {
	margin: 10px 0;
}
#sec04 .btn_info {
	position: absolute;
	right: 0;
	margin-top: -28px;
}
#sec04 .btn a{
    font-size: 1.4rem;
    background: #159a46;
    line-height: 40px;
    color: #fff;
    top: 20px;
    padding: 0 40px;
    margin: 0 0 20px;
}
#toppage #sec04 .btn a::after {
	top: 13px;
	width: 16px;
	height: 16px;
	background-size: contain;
}
/*News*/
#top_news {
}
#top_news .ttl {
	position: relative;
    margin-bottom: 20px;
	padding-top: 0;
    padding-left: 6px;
    padding-bottom: 2px;
    border-bottom: 2px solid #159a46;
}
#top_news .ttl h2 {
    font-size: 1.8rem;
    letter-spacing: 4px;
    font-weight: bold;
    text-align: left;
}
#top_news .ttl h2 span {
	font-size: 1.5rem;
	padding-left: 10px;
	color: #d6001a;
}
#top_news .ttl p {
	padding-left: 150px;
	font-size: 1.5rem;
	font-weight: bold;
	font-family:"Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 79px;
}
#top_news #nProgram {
}
#top_news dl {
	overflow:auto;
	font-size: 1.4rem;
}
#top_news dt {
    float: left;
}
#top_news dd {
    margin-bottom: 20px;
    padding-left: 100px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
#top_news dd a{
}
#top_news dd a:hover{
	text-decoration: underline;
}
#top_news .btn a{
	left: 0;
}
