@media screen and (min-width: 1025px) {
	@charset "utf-8";
/* CSS Document */

.frame_title{
	width: 695px;
	height: 112px;
	margin: 0 auto;
	border: 1px solid #000000;
	position: absolute;
	top: 130px;
	right: 0;
	bottom: 0;
	left: 0;
}
.frame_title p{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 32px;
}
.main_block{
	width: 940px;
  margin: 0 auto;
  position: absolute;
  top: 350px;
  right: 0;
  bottom: 0;
  left: 0;
}
.main_block p{
	font-size: 18px;
	line-height: 2.0em;
	letter-spacing: 0.06em;
}
.main_block span{
	font-size: 24px;
	color: #D83500;
}

/*===============
　section1
==============*/

#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 5;
}
#header_line{
	width: 100%;
	height: 11px;
	background-color: #57B400;
}
#header_block{
	width: 1025px;
	margin: 0 auto 0 auto;
	padding-bottom: 17px;
}
#header_mark{
	float: left;
	margin-top: 29px;
}
h1{
	font-size: 11px;
}
#header_h1{
	float: left;
	margin-top: 3px;
	margin-left: 15px;
}
#header_right{
	float: left;
	width: calc(100% - 92px);
}
#header_top{
	float: left;
	width: 100%;
	margin-bottom: 4px;
}
#contact_block{
	float: right;
	position: relative;
}
#green{

}
#mailmark{
	position: absolute;
	top: 0;
	left: 22px;
}
#contact_txt{
	position: absolute;
	top: 0;
	left: 68px;
	color: #FFFFFF!important;
	font-size: 18px!important;
	letter-spacing: 0.1em;
}
#header_nav img{
	float: left;
}
#header_nav ul{
	width: 650px;
}
#header_nav li{
	float: left;
	font-size: 15px;
	font-weight: bold;
}
#header_nav li p{
	text-align: right;
}
#header_nav li:nth-of-type(1){
    width: 18%;
}
#header_nav li:nth-of-type(2){
    width: 16%;
}
#header_nav li:nth-of-type(3){
    width: 34%;
}

#header_nav li:nth-of-type(4){
    width: 16%;
}

#header_nav li:nth-of-type(5){
    width: 14%;
}


#logotitle img{
	margin-top: 6px;
	margin-left: 5px;
}
#nav{
	float: right;
	margin-top: 12px;
}
#main1{
	position: relative;
	width: 100%;
	height: 100%;
	min-height:960px;
}
#main1_left{
	width: 30%;
	float: left;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #D93600;
	padding-top: 120px;
	/*-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;*//*コレいれると背景が飛ぶので、中にdiv作って文字をいれてね*/
}

#main1_left p{
	display:block;
	width:100%;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	color:#FFFFFF;
	font-size:32px;
	line-height:200%;
    margin-left:-40px;
	margin-top:80px;
}

#main1_left p span{
	font-size:130%;
	font-weight:bold;
}


#main1_right{
	background-image: url(../img/main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 70%;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin-top: 120px;
	margin-left: 30%;
}
#main1_right img{
	width: 100%;
	height: auto;
}

/*===============
　section2
==============*/

#main2{
	position: relative;
	height: 100%;
	min-height:700px;
	background-image: url(../img/main2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#main2_title{
	width: 695px;
	height: 112px;
	margin: 0 auto;
	border: 1px solid #000000;
	position: absolute;
	top: 130px;
	right: 0;
	bottom: 0;
	left: 0;
}
#main2_title p{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 32px;
}
#main2_txt{
	width: 940px;
	margin: 0 auto;
	position: absolute;
	top: 350px;
	right: 0;
	bottom: 0;
	left: 0;
}
#main2_txt p{
	font-size: 18px;
	line-height: 2.0em;
	letter-spacing: 0.06em;
}
#main2_txt span{
	font-size: 24px;
	color: #D83500;
}

/*===============
　section3
==============*/

#main3{
	position: relative;
	height: 100%;
	min-height:700px;
	background-image: url(../img/main3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#main3_title{
	width: 695px;
	height: 112px;
	margin: 0 auto;
	border: 1px solid #000000;
	position: absolute;
	top: 130px;
	right: 0;
	bottom: 0;
	left: 0;
}
#main3_title p{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 32px;
}
#main3_block{
	width: 940px;
	margin: 0 auto;
	position: absolute;
	top: 350px;
	right: 0;
	bottom: 0;
	left: 0;
}
#main3_img{
	float: left;
	margin-right: 32px;
}
#main3_txt p{
	font-size: 18px;
	line-height: 2.0em;
	letter-spacing: 0.06em;
}
#main3_txt span{
	font-size: 24px;
	color: #D83500;
}

/*===============
　section4
==============*/

#main4{
	position: relative;
	height: auto;
	min-height:1550px;
	background-image: url(../img/main4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#main4_title{
	width: 695px;
	height: 112px;
	margin: 0 auto;
	border: 1px solid #000000;
	position: absolute;
	top: 130px;
	right: 0;
	bottom: 0;
	left: 0;
}
#main4_title p{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 32px;
}
#main4_items{
	width: 940px;
	margin: 0 auto;
	position: absolute;
	top: 300px;
	right: 0;
	bottom: 0;
	left: 0;
}
.item, #item2, #item3, #item4, #item5{
	margin-bottom: 15px;
	width: 460px;
	float: left;
}
.item:nth-child(2n) {
	padding:0 0 0 20px;
}
.item:nth-child(2n+1) {
	clear:both;
}
.item:nth-child(1) {
clear:both;
}
.item_img{
	float: left;
	padding-right: 20px;
}
.item_txt{
	font-size: 18px;
	overflow: hidden;
}
.item_txt p{
	overflow: hidden;
}

/*===============
　section5
==============*/

#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
}
#main5{
    position: relative;
    height: auto;
	min-height:900px;
    padding-top: 10px;
}
#main5_title{
	width: 695px;
	height: 112px;
	margin: 110px auto 0 auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#main5_title p{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 32px;
}
#member_list{
	width: 1020px;
	margin: 220px auto 0 auto;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#member_list1{
	width: 1020px;
	margin: 30px auto 0 auto;
}
#member_list2{
	width: 1020px;
	margin: 30px auto 0 auto;
}
#member1{
	float: left;
	margin-right: 30px;
}
#member2{
	float: left;
	margin-right: 30px;
}
#member3{
	float: left;
}
#member4{
	float: left;
	margin-right: 42px;
}
#member_txt{
	float: left;
}
#member_txt_sm{
	display:none;
}
#member5{
	float: left;
	margin-left: 42px;
}

/*===============
　section6
==============*/
#main6 {
	width: 100%;
	height: auto;
	/* overflow-y: auto;*/
}

/* NEWS */
#news_wrapper {
	width: 100%;
	background-color: #eee;
}
#news {
	width: 1024px;
	height: 100%;
	margin: 132px auto 0 auto;
    padding: 20px 0 20px 0;
	background-color: #0059B2;
}
#news_title p {
	font-size: 40px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
#news_ul {
	width: 100%;
	height: auto;
}
.news_list {
	font-size: 16px;
	color: #fff;
	line-height: 27px;
	margin: 20px;
	letter-spacing: 1px;
}
.news_day {
	display: block;
	width: 134px;
	height: 27px;
	background-color: #fff;
	color: #0059B2;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	clear: both;
	float: left;
	margin-left: 46px;
	margin-right: 27px;
}
.news_txt{
	width: 75%;
	float: left;
}

/* INFORMATION */
#information {
	width: 100%;
	height: 313px;
	margin-top: 50px;
}
#information p {
	font-size: 40px;
	color: #57B200;
	text-align: center;
	margin-bottom: 23px;
}
#information_inner {
	width: 100%;
	height: 250px;
	background-image: url(../img/info.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 80px 0;
}
#banner_area {
	width: 1095px;
	height: 90px;
	margin: 0 auto;
}
.link_banner {
	display: block;
	width: 300px;
	height: 90px;
	background-color: #fff;
	color: #57B200;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 90px;
	border-radius: 10px;
	float: left;
    margin-left: 18px;
}

/* FOOTER */
footer {
	width: 100%;
	height: 27px;
	background-color: #57B400;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 27px;
}

/* SM MENU */
.sp{ display:none;}
}
