@media screen and (min-width: 1100px){

/* ----------base---------- */
html{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-size: 62.5%;
}
 body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	color: #333; 
 	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana , sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;	
}
img{
	border: none; 
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
a{
	outline: none;
	transition: 0.3s ease;
}
.clear{
	clear: both;
}
.pc{
	display: none;
}

.landscape{
	display: none;
}




/* ----------loading---------- */
.loadingWrap{
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20001;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loadingWrap img{
	width: 240px; 
}

/* ----------pagescroll---------- */
.pagescroll {
	position: fixed;
	bottom: 6px;
	right: 6px;
	z-index: 10;
}
.pagescroll a{
	display: block;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	width: 30px;
	height: 30px;
	background-color: #1AA04C;
}
.pagescroll a:hover{
	background-color: #666;
	color: #eee;
	transform: translate(0,-3px);
}






 /* ----------header---------- */
.header{
	clear: both;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	z-index: 110;
	position: fixed;
	top: 0;
	transition: 0.3s ease;
	background-color: rgba(255,255,255,1);
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.1)); 
}
.home .header{
	background-color: rgba(255,255,255,0);
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0)); 
}
.header.fixed{
	background-color: rgba(255,255,255,1);
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.1)); 
}
.header .inner{
	height: 100px;
	width: 98%;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


 /* -----title-horizontal----- */
.header .title-horizontal{
	transition: 0.3s;
	width: 370px;
}
.home .header .title-horizontal{
	transition: 0.3s;
	transform: translateY(-100%);
}
.home .header.fixed .title-horizontal{
	width: 370px;
	transform: translateY(0);
}
header .title-horizontal h1,
.home .header.fixed .title-horizontal h1{
	display: flex;
	justify-content: center;
	align-items: center;	
	transition: 0.5s;
}
.header .title-horizontal h1:hover,
.home .header.fixed .title-horizontal h1:hover{
	opacity: 0.7;
}
.header .title-horizontal .mark,
.home .header.fixed .title-horizontal .mark{
	width: 54px;
	margin: 0 14px 0 0;
}
.header .title-horizontal .type,
.home .header.fixed .title-horizontal .type{
	height: 28px;
}


 /* --navi-- */
.header .navi{
	width: 690px;
}
.header .navi ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.header .navi ul li{
	font-weight: 600;
}
.header .navi ul li a{
	color: #333;
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 18px;
	background-image: url(../img/icon-navi.svg);
	background-position: center left; 	
	background-repeat: no-repeat;
	background-size: 10px;
}
.header .navi ul li a:hover{
	color: #1AA04C;
}
.header ul.menu li{
	 position: relative; 
	 float: left; 
	 margin: 0;
	 padding: 0;
}

.home .header .navi ul li a{
	color: #fff;
	background-image: url(../img/icon-navi-w.svg);
}
.home .header .navi ul li a:hover{
	color: #ddd;
}
.home .header.fixed .navi ul li a{
	color: #333;
	background-image: url(../img/icon-navi.svg);
}
.home .header.fixed .navi ul li a:hover{
	color: #1AA04C;
}

/* sub */
.header ul.menu ul{
	position: absolute; 
	left: -50px;
	display: none; 
	list-style: none;
	margin: 0;
	padding: 0;
	border-radius: 0.6em;
	background-color: rgba(255,255,255,1);
    filter: drop-shadow(1px 3px 1px rgba(0,0,0,0.15)); 
}
.header ul.menu ul li{
	position: relative;
}
.header ul.menu ul li a{
	background-image: none;
	font-size: 1.4rem !important;
	padding: 8px 8px 8px 16px !important;
	border: none !important;
	color: #333 !important;
	text-align: left !important;
	line-height: 1.4 !important;
}
.header ul.menu ul li:first-child a{
	padding-top: 16px !important;
}
.header ul.menu ul li:last-child a{
	padding-bottom: 16px !important;
}
.header ul.menu ul li a:hover{
    color: #1AA04C !important;
}
.header .sub li{
	display: block;
	width: 100%;
	min-width: 250px;
}


 /* --spnavi-- */
.slicknav_menu,
.header .spnavi{
	display: none;
}



/* ----------intro---------- */
.intro{
	width: 100%;
	height: 100vh;
	position: relative;
   	z-index: 1;
   	transition: 0.3s ease;
}

/* title-vertical */
.intro .title-vertical{
	width: 200px;
	height: 80%;
	background-color: #fff;
	position: relative;
	top: 10%;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;	
}
.intro .title-vertical h1{
	margin: 0;
	padding: 0;
}
.intro .title-vertical .mark{
	display: block;
	margin: 0 auto 20px;
	width: 80%;
	max-width: 110px;
}
.intro .title-vertical .type{
	display: block;
	margin: 0 auto;
	width: 30%;
	max-width: 35px;
}
.intro .title-vertical.fixed{
	display: none;
}


/* copy */
.intro .copy{
	width: 90%;
	height: 80%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;	
}


/* pic */
.intro .pic{
	width: calc(100% - 100px);
	height: 100%;
	background-color: #eee;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}






/* ----------footer---------- */
.footer{
	clear: both;
	width: 100%;
	margin: 0;
	padding: 50px 0 80px;
	box-sizing: border-box;
	z-index: 6;
	position: relative;
}
.footer .inner{
	width: 98%;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	font-size: 1.4rem;
}


/* -----left----- */
.footer .left{
	width: 50%;
}
.footer .left img{
	width: 300px;
}

/* -----right----- */
.footer .right{
	text-align: right;
	width: 50%;
}
.footer .right a{
	color: #333;
	text-decoration: none;
	padding: 10px;
}
.footer .right a:hover{
	color: #1AA04C;
	text-decoration: underline;
}
	
	
/* -----copyright----- */
.footer .copyright{
	clear: both;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #000;
	font-size: 1.2rem;
	padding: 10px 0;
	position: absolute;
	bottom: 0;
}
.footer .copyright .small{
	font-size: 1.2rem;
}




/* -------banners------- */
.banners{
	display: flex;
	width: 100%;
	text-align: center;
	background-color: #ccc;
}
.banners div{
	width: 34%;
	color: #fff;
	height: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.3s ease;
}
.banners div a{
	color: #fff;
	text-decoration: none;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
}
.banners div a img:first-child{
	width: 50px;
	display: block;
	margin: 0 auto 10px;
} 
.banners div a img:last-child{
	width: 14px;
	display: block;
	margin: 15px auto 0;
}
.banners div:hover a{
	transform: translate(5px,0);
}
.banners .banner01{
	background-color: #A3D900;
}
.banners .banner02{
	background-color: #008C23;
}
.banners .banner03{
	background-color: #00D9A3;
}



/* -------section------- */
.section{
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}
.section:nth-child(even){
	background-color: #fafafa;
}
.section .inner{
	clear: both;
	width: 94%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 0;
	position: relative;	
	box-sizing: border-box;
}
.home .section .inner{
	padding: 100px 0;
}

/* ---flex--- */
.flex{
	display: flex;
}






/* ---align--- */
.alignleft{
	text-align: left;
}
.aligncenter{
	text-align: center;
}
.alignright{
	text-align: right;
}


/* ---midashi--- */
.midashi{
	margin: 0 0 40px;
}
.midashi h1{
	margin: 0;
	padding: 0;
	font-size: 4rem;
	font-weight: 400;
}
.midashi h2{
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
}


/* ---link-btn--- */
.link-btn{
	margin: 60px 0 30px;
}	
.link-btn a{
	text-align: center;
	text-decoration: none;
	color: #333;
	display: block;
	border: 1px solid #333;
	background-color: #fff;
	width: 240px;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
	font-size: 1.6rem;
	margin: 0 auto;
	text-indent: -15px;
	background-image: url(../img/icon-link.svg);
	background-position: center right 10%; 	
	background-repeat: no-repeat;
	background-size: 10px;
}
.link-btn a:hover{
	color: #1AA04C;
	background-position: center right 8%; 	
	text-decoration: none;
}


/* ---section about--- */
.section.about{
	width: 100%;
	position: relative;
}
.section.about:after{
	content: "";
	width: 50%;
	height: 166px;
	background-color: #1AA04C;
	background: linear-gradient(#069E48,#40B51E);
	position: absolute;
	bottom: 100px;
	right: 0;
	z-index: 0;
}
.section.about .left{
	width: 540px;
	font-size: 1.8rem;
}
.section.about .right{
	z-index: 1;
}




/* ---section news--- */
.section.news{
	background-color: rgba(153,187,26,0.15);
}
.section.news .flex .left{
	width: 270px;
}
.section.news .flex .right{
	width: calc(100% - 290px);
}

.section.news .link-btn{
	margin: 0;
}	
.section.news .link-btn a{
	width: 120px;
	height: 35px;
	line-height: 38px;
	font-weight: 400;
	font-size: 1.2rem;
	margin: 0;
	font-family: 'Josefin Sans', sans-serif;
	text-decoration: none;
}
.section.news .link-btn a:hover{
	text-decoration: none;
}

.section.news ul{
	list-style: none;
	margin: 70px 0 0;
	padding: 0;
}	
.section.news ul li{
	margin: 8px 0;
}
.section.news a{
	color: #333;
	text-decoration: none;
}
.section.news a:hover{
	color: #1AA04C;
	text-decoration: underline;
}
.section.news .date{
	width: 140px;
	display: inline-block;
	margin: 0;
}
.section.news .cate a{
	font-size: 80%;
	padding: 0 5px;
	display: inline-block;
	text-align: center;
	margin: 0 15px 0 0;
	background-color: #1AA04C;
	color: #fff;
}
.section.news .cate a:hover{
	background-color: #666;
	text-decoration: none;
}
	
	

/* ---section midori-net--- */
.section.midori-net{
}
.section.midori-net:after{
	content: "";
	width: 33%;
	height: 540px;
	background-color: #1AA04C;
	background: linear-gradient(#069E48,#40B51E);
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 0;
}

.section.midori-net .flex{
	justify-content: space-between;
}
.section.midori-net .flex .left{
	z-index: 1;
}
.section.midori-net .flex .left img{
	margin-top: 50px;
}

.section.midori-net .flex .right{
	width: 640px;
	text-align: center;
}
.meaning{
	font-weight: 600;
	font-size: 1.8rem;
	text-align: left;
	margin: 50px 0;
}
.meaning ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.meaning li{
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 20px 0;
}
.meaning li:last-child{
	border-bottom: none;
}
.meaning ul li .color{
	vertical-align: middle;
	font-size: 3.2rem;
	margin: 0 35px 0 0;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #eee;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.meaning ul li .color.mizu{
	background-color: #0083D8;
}
.meaning ul li .color.tuti{
	background-color: #6D432D;
}
.meaning ul li .color.sato{
	background-color: #F6CD0D;
}






/* ---page comm--- */

/* ---ptitle--- */
.ptitle{
	margin-top: 100px;
	width: 100%;
	height: 200px;
	background-color: #079D48;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ptitle h1{
	font-size: 4.6rem;
	margin: -10px 0 0;
	text-align: center;
}
.ptitle h2{
	text-transform: uppercase;
	font-size: 1.8rem;
	margin: 10px 0 0;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
}

/* ---table--- */
table{
	margin: 10px auto 50px;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
table thead{
	text-align: center;
	font-weight: 600;
}
table thead th,
table thead td{
	color: #fff;
	background-color: #079D48;
	padding: 10px 0;
}
table thead th{
	border-right: 1px solid #fff;
}
table tbody th{
	position: relative;
	padding: 10px 25px;
	box-sizing: border-box;
	text-align: left;
	font-weight: 400;
	white-space: nowrap;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
table td{
	padding: 10px;
	box-sizing: border-box;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
table tr:nth-child(even){
	background-color: #fff;
}
table tr:nth-child(odd){
	background-color: #fafafa;
}




/* ---contents--- */
.contents{
}
.contents h2{
	font-size: 4rem;
	line-height: 1.4;
	margin: 0 0 50px;
}
.contents h3{
	font-size: 3rem;
	line-height: 1.4;
	margin: 30px 0 15px;
}
.contents h4{
	font-size: 2rem;
	line-height: 1.4;
	margin: 50px 0 15px;
}
.contents p{
	margin: 10px auto 15px;
}
.contents p.narrow{
	width: 750px;
	margin: 10px auto;
}
.contents .space-top{
	margin-top: 80px;
}
.contents .space-bottom{
	margin-bottom: 80px;
}
.contents .line{
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}
.contents img{
	margin: 20px auto;
}
.contents ul,
.contents ol{
	margin: 30px auto;
}
.contents ul li,
.contents ol li{
	margin: 10px;
}
.contents ul.narrow,
.contents ol.narrow{
	width: 800px;
}









/* ----------page---------- */

/* ---news--- */
.news-list ul{
	list-style: none;
	margin: 0;
	padding: 20px 0;
}	
.news-list ul li{
	margin: 8px 0;
}
.news-list a{
	color: #333;
	text-decoration: none;
}
.news-list a:hover{
	color: #1AA04C;
	text-decoration: underline;
}
.news-list .date{
	width: 140px;
	display: inline-block;
	margin: 0;
}
.news-list .cate a{
	font-size: 80%;
	padding: 0 5px;
	display: inline-block;
	text-align: center;
	margin: 0 15px 0 0;
	background-color: #1AA04C;
	color: #fff;
}
.news-list .cate a:hover{
	background-color: #666;
	text-decoration: none;
}

.pagination{	
	clear: both;
	width: 100%;
	margin: 50px auto 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
	text-align: center;
	font-size: 1.5rem;
}
.pagination a{
	width: 30px;
	padding: 5px;
	color: #666;
	background-color: #fff;
	border: 1px solid #ccc;
	transition: 0.3s ease;
	text-decoration: none;
	margin: 0 2px;
}
.pagination a:hover{
	color: #fff;
	background-color: #1AA04C;
	border: 1px solid #1AA04C;
}
.pagination span{
	width: 30px;
	padding: 5px;
	color: #ccc;
	background-color: #fff;
	transition: 0.3s ease;
	text-decoration: none;
	margin: 0 1px;
}
.pagination span.current{
	color: #fff;
	background-color: #1AA04C;
}
.pagination a.next,
.pagination a.prev{
	color: #666;
	font-weight: bold;
	border: 1px solid #ccc;
}
.pagination a.next:hover,
.pagination a.prev:hover{
	color: #fff;
	border: 1px solid #1AA04C;
}

.midashi .info{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	margin: 30px auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.midashi .date{
}
.midashi .cate a{
	font-size: 90%;
	padding: 0 5px;
	display: inline-block;
	text-align: center;
	background-color: #1AA04C;
	color: #fff;
	text-decoration: none;
}
.midashi .cate a:hover{
	background-color: #666;
	text-decoration: none;
}

.detail{
	margin: 0 0 50px;
	padding: 10px;
}
.detail a{
	color: #1AA04C;
}
.detail a:hover{
	color: #000;
}

.pager{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ccc;
	margin: 5px 0;
	padding: 25px 0;
}
.pager span{
	width: 33%;
}
.pager span:nth-child(1){
	text-align: left;
}
.pager span:nth-child(2) {
	text-align: center;
}
.pager span:nth-child(3) {
	text-align: right;
}

.pager a{
	border: 1px solid #ccc;
	color: #333;
	display: inline-block;
	padding: 10px 20px;
	transition: 0.3s ease;
	text-decoration: none;
}
.pager a:hover,
.pager a:active{
	color: #fff;
	border: 1px solid #1AA04C;
	background-color: #1AA04C;
}



/* ---about--- */
.greeting{
	max-width: 900px;
	margin: 0 auto -50px;
	text-align: center;
	z-index: 10;
	position: relative;
}
.greeting  img{
	width: 320px;
	filter: drop-shadow( 50px 20px 0 rgba(7,157,72,1));
}
.greeting .face p{
	color: #fff;
	font-size: 1.4rem;
}

.document-pdf ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}
.document-pdf ul li{
	width: 30%;
	text-align: center;
}
.document-pdf ul li a{
	font-size: 2rem;
	font-weight: 600;
	text-decoration: none;
	width: 100%;
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eee;
	color: #1AA04C;
	border-radius: 5px;
	background-image: url(../img/icon-pdf.svg);
	background-position: center top 45px; 	
	background-repeat: no-repeat;
	background-size: 40px;
	padding-top: 45px;
}
.document-pdf ul li a:hover{
	color: #fff;
	background-color: #1AA04C;	
}

.yakuin{
}
.yakuin tbody th{
	width: 200px;
}
.yakuin tbody td{
	text-align: center;
}



/* ---midori-net--- */
.explain{
}
.explain .flex{
	width: 960px;
	margin: 0 auto;
	justify-content: space-between;
}
.explain p{
	text-align: center;
}
.explain .midashi{
	margin: 0;	
	display: flex;
	justify-content: center;
	align-items: center;
}
.explain .meaning{
	width: 640px;
}
.explain .flex.narrow{
	width: 750px;
}
.explain .left p{
	font-size: 3.2rem;
	margin: 0 30px 0 0;
	width: 200px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	background-color: #56B200;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.explain .right p{
	margin: 0;
	text-align: left;
	font-weight: 600;
}

.role{
}
.role img{
	margin: 60px 0 0;
}
.negative{
	margin: -50px 0 25px;
	height: 50px;
	text-align: center;
	font-size: 5rem;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.2em;
	color: #009D46;
}



/* ---business--- */
.business .flex{
	justify-content: space-between;
	margin: 20px 0;
}
.business .flex.bottom{
	align-items: flex-end;
}
.business .flex img{
	margin: 0 auto;
	display: block:
}
.business .left{
	width: 48%;
}
.business .right{
	width: 48%;
}
.business .para{
	width: 23%;
}
.business .equal{
	width: 32%;
}
.business .point{
	color: red;
}
.business fieldset{
	border: 1px solid #ddd;
	border-radius: 6px;	
	background-color: #fff;
	padding: 10px;
}
.business fieldset legend{
	font-weight: 600;
	padding: 0 10px;
}
.business h3{
	background-color: #EFFBEF;
	padding: 5px;
	border-radius: 10px;	
	text-align: center;
}
.business .green{
	color: #fff;
	background-color: #079D48;
	padding: 5px 0;
}


/* ---loan-support--- */
.loan-support{
}

.panel ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.panel ul li{
	width: 48%;
	text-align: center;
}
.panel ul li a{
	font-size: 2rem;
	font-weight: 600;
	text-decoration: none;
	width: 100%;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eee;
	color: #1AA04C;
	border-radius: 5px;
	background-image: url(../img/icon-file.svg);
	background-position: center top 55px; 	
	background-repeat: no-repeat;
	background-size: 50px;
	padding-top: 45px;
}
.panel ul li a:hover{
	color: #fff;
	background-color: #1AA04C;	
}





/* ---pr-magazine--- */

/* ---pr-pdf--- */
.pr-pdf ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pr-pdf ul li{
	width: 48%;
	text-align: center;
}
.pr-pdf ul li a{
	font-size: 2rem;
	font-weight: 600;
	text-decoration: none;
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eee;
	color: #1AA04C;
	border-radius: 5px;
	background-image: url(../img/icon-pdf.svg);
	background-position: center top 25px; 	
	background-repeat: no-repeat;
	background-size: 35px;
	padding-top: 35px;
}
.pr-pdf ul li a:hover{
	color: #fff;
	background-color: #1AA04C;	
}



/* ---pr-action--- */
.pr-action h4{
	background-color: #EFFBEF;
	padding: 10px 0;
	text-align: center;
}



/* ---links--- */
.link-list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.link-list ul li{
	width: 23%;
	text-align: center;
}
.link-list ul li a{
	font-size: 1.8rem;
	font-weight: 600;
	text-decoration: none;
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eee;
	color: #1AA04C;
	border-radius: 5px;
	background-image: url(../img/icon-links.svg);
	background-position: center top 20px; 	
	background-repeat: no-repeat;
	background-size: 26px;
	padding-top: 30px;
}
.link-list ul li a:hover{
	color: #fff;
	background-color: #1AA04C;	
}



/* ---access--- */
.map {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}



/* ---contact--- */
.mailform{
	margin: 50px auto;
	width: 100%;
	border-collapse: collapse;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	padding: 30px;
	box-sizing: border-box;
}
.mailform .left{
	position: relative;
	padding: 15px 0 15px 60px;
	box-sizing: border-box;
	text-align: left;
	font-weight: 600;
	width: 100%;
	font-size: 2rem;
}
.mailform .left span{
	height: 30px;
	width: 30px;
	border-radius: 15px;
	background-color: #999;
	color: #fff;
	font-size: 1rem;
	position: absolute;
	top: calc(50% - 15px);
	left: 20px;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
}
.mailform .left span.required{
	background-color: #1AA04C;
}
.mailform .right{
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.mailform input,
.mailform textarea{
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 15px;
	border: 1px solid #eee;
	background-color: #eee;
	font-size: 1.6rem;
	box-sizing: border-box;
	border-radius: 3px;
}

.btn-area{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.btn-area input[type=submit]{
	color: #fff;
	background-color: #1AA04C;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 1.8rem;
	width: 30%;
	height: 50px;
	border-radius: 5px;
	border: 0px;
	transition: 0.3s ease;
	margin: 30px auto;
	cursor: pointer;
}
.btn-area input[type=submit]:hover{
	transform: translate(0,-2px);
	opacity: 0.8;
}




/*-----recruit（20250930）-----*/
.recruit{
	position: absolute;
	top: 10%;
	left: 250px;
	height: 230px;
	width: 470px;
	z-index: 100;
	filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.15));
	box-sizing: border-box;
}
.recruit img{
	border:  1px solid #fff;
}
.recruit div{
	position: absolute;
	bottom: 5px;
	background-color: rgba(255,255,255,0.8);
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.3));
}
.recruit div a{
	display: block;
	font-weight: bold;
	font-size: 1.8rem;
	font-family: serif;
	width: 225px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	border:  1px solid #fff;
	box-sizing: border-box;
}
.recruit .new{
	left: 8px;
}
.recruit .mid-career{
	right: 6px;
}
.recruit .new a{
	color: #028fea;
	background-color: rgba(255,255,255,0.7);
}
.recruit .new a:hover{
	color: #fff;
	background-color: rgba(2,143,234,0.7);
}
.recruit .mid-career a{
	color: #0b72b4;
	background-color: rgba(255,255,255,0.8);
}
.recruit .mid-career a:hover{
	color: #fff;
	background-color: rgba(11,114,180,0.8);
}



}

