@media screen and (max-width: 739px){

/* ----------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.4rem;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;	
	position: relative;
}
img{
	border: none; 
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
a{
	outline: none;
	transition: 0.3s ease;
}
.clear{
	clear: both;
}
.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: 160px; 
}

/* ----------pagescroll---------- */
.pagescroll {
	position: fixed;
	bottom: 0px;
	right: 0px;
	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: 60px;
	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: 60px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


 /* -----title-horizontal----- */
.header .title-horizontal{
	transition: 0.3s;
	width: calc(100% - 90px);
}
.home .header .title-horizontal{
	transition: 0.3s;
	transform: translateY(-100%);
}
.home .header.fixed .title-horizontal{
	width: calc(100% - 90px);
	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: 40px;
	margin: 0 10px;
}
.header .title-horizontal .type,
.home .header.fixed .title-horizontal .type{
	width: 70%;
}

.spnavi .slicknav_menutxt{
	font-size: 1.3rem;
}

 /* --navi-- */
.header .navi{
	display: none;
}




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

/* title-vertical */
.intro .title-vertical{
	width: 25%;
	height: 70%;
	background-color: #fff;
	position: relative;
	top: 10%;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;	
}
.intro .title-vertical .mark{
	display: block;
	margin: 0 auto 13px;
	width: 60%;
}
.intro .title-vertical .type{
	display: block;
	margin: 0 auto;
	width: 26%;
}
.intro .title-vertical.fixed{
	display: none;
}


/* copy */
.intro .copy{
	width: 96%;
	height: 70%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;	
}
.intro .copy img{
	width: 70%;
	max-width: 300px;
}


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






/* ----------footer---------- */
.footer{
	clear: both;
	width: 100%;
	margin: 0;
	padding: 30px 0 60px;
	box-sizing: border-box;
	z-index: 6;
	position: relative;
}
.footer .inner{
	width: 94%;
	margin: 0 auto;
	font-size: 1.3rem;
}


/* -----left----- */
.footer .left{
	margin: 0 auto;
	text-align: center;
}
.footer .left img{
	width: 240px;
	margin: 0 auto;
	display: block;
}
.footer .left br{
	display: none;
}
.footer .left span{
	display: block;
}	
	
/* -----right----- */
.footer .right{
	text-align: center;
}
.footer .right a{
	color: #333;
	text-decoration: none;
	padding: 0 3px;
}
.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: 1rem;
	padding: 6px 0;
	position: absolute;
	bottom: 0;
}
.footer .copyright .small{
	font-size: 1.2rem;
}




/* -------banners------- */
.banners{
	width: 100%;
	text-align: center;
	background-color: #ccc;
}
.banners div{
	width: 100%;
	color: #fff;
	padding: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.3s ease;
}
.banners div a{
	color: #fff;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
}
.banners div a img:first-child{
	width: 30px;
	display: block;
	margin: 5px auto;
} 
.banners div a img:last-child{
	width: 10px;
	display: block;
	margin: 5px auto;
}
.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%;
	margin: 0 auto;
	padding: 30px 0 60px;
	position: relative;	
}
.home .section .inner{
	padding: 60px 0;
}



/* ---flex--- */
.flex{
}


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

/* ---midashi--- */
.midashi{
	margin: 0;
	text-align: center;
}
.midashi h1{
	margin: 0;
	padding: 0;
	font-size: 2.2rem;
	font-weight: 400;
}
.midashi h2{
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
}

/* ---link-btn--- */
.link-btn{
	margin: 25px 0;
}	
.link-btn a{
	text-align: center;
	text-decoration: none;
	color: #333;
	display: block;
	border: 1px solid #333;
	background-color: #fff;
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-weight: 600;
	font-size: 1.4rem;
	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;
	overflow: hidden;
}
.section.about .right{
	width: 100%;
	position: relative;
	z-index: 1;
}
.section.about:after{
	content: "";
	width: 100%;
	height: 50px;
	background-color: #1AA04C;
	background: linear-gradient(#069E48,#40B51E);
	position: absolute;
	bottom: 55px;
	left: 5%;
	z-index: 0;
}
.section.about .left{
	width: 100%;
	z-index: 2;
}
.section.about .left br{
	display: none;
}
.section.about .right{
	z-index: 1;
}




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

.section.news .link-btn{
	margin: 10px auto 0;
}	
.section.news .link-btn a{
	width: 120px;
	height: 30px;
	line-height: 33px;
	font-weight: 400;
	font-size: 1.2rem;
	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: 30px 0 0;
	padding: 0;
}	
.section.news ul li{
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #fff; 
}
.section.news a{
	color: #333;
	text-decoration: none;
}
.section.news a:hover{
	color: #1AA04C;
	text-decoration: underline;
}
.section.news .date{
	display: inline-block;
	margin: 0;
	font-size: 1.2rem;
}
.section.news .cate a{
	font-size: 0.8rem;
	float: right;
	font-size: 80%;
	padding: 0 5px;
	display: inline-block;
	text-align: center;
	margin: 5px 0 0 0;
	background-color: #1AA04C;
	color: #fff;
}
.section.news .cate a:hover{
	background-color: #666;
	text-decoration: none;
}
.section.news a{
	display: block;
}
	

/* ---section midori-net--- */
.section.midori-net{
}
.section.midori-net .inner{
	display: flex;
	flex-direction: column-reverse;
}

.section.midori-net .left{
	width: 100%;
	z-index: 1;
	position: relative;
	margin-top: 30px;
}
.section.midori-net .left img{
	max-width: 280px;
	margin: 0 0 0 auto;
	display: block;
	z-index: 1;
	position: relative;
}
.section.midori-net .left:after{
	content: "";
	width: 100%;
	height: 350px;
	background-color: #1AA04C;
	background: linear-gradient(#069E48,#40B51E);
	position: absolute;
	top: -3%;
	left: -3%;
	z-index: 0;
}

.section.midori-net .right{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.section.midori-net .right img{
	max-width: 200px;
}
.section.midori-net .right p{
	text-align: left;
}
.section.midori-net .right br{
	display: none;
}
.meaning{
	font-weight: 600;
	font-size: 1.4rem;
	text-align: center;
	margin: 30px 0;
}
.meaning ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.meaning li{
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 10px 0;
}
.meaning li span{
	display: block;
}
.meaning li:last-child{
	border-bottom: none;
}
.meaning ul li .color{
	vertical-align: middle;
	font-size: 2.8rem;
	margin: 0 auto 5px;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #eee;
	display: 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: 60px;
	padding: 0;
	width: 100%;
	height: 100px;
	background-color: #079D48;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ptitle h1{
	font-size: 2rem;
	margin: -5px 0 0;
	text-align: center;
}
.ptitle h2{
	text-transform: uppercase;
	font-size: 1.2rem;
	margin: 20px 0 0;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
}




/* ---table--- */
table{
	margin: 10px auto 30px;
	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;
	box-sizing: border-box;
	text-align: left;
	font-weight: 400;
	width: 100px;
	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;
}
.table-scroll{
	overflow: auto;
}
.table-scroll table{
	white-space: nowrap;
}




/* ---contents--- */
.contents{
}
.contents h2{
	font-size: 2.4rem;
	line-height: 1.4;
	margin: 0 0 30px;
}
.contents h3{
	font-size: 1.8rem;
	line-height: 1.4;
	margin: 20px 0 10px;
}
.contents h4{
	font-size: 1.6rem;
	line-height: 1.4;
	margin: 30px 0 10px;
}
.contents p{
	margin: 10px auto 15px;
}
.contents p span{
	display: block;
}
.contents p.narrow{
	margin: 10px auto;
}
.contents .space-top{
	margin-top: 40px;
}
.contents .space-bottom{
	margin-bottom: 40px;
}
.contents img{
	margin: 10px auto;
}
.contents ul,
.contents ol{
	margin: 30px auto;
	padding: 0 0 0 20px;
}
.contents ul li,
.contents ol li{
}
.contents ul.narrow,
.contents ol.narrow{
}




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

/* ---news--- */
.news-list ul{
	list-style: none;
	margin: 30px auto 0;
	padding: 0 !important;
}	
.news-list ul li{
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc; 
}
.news-list a{
	color: #333;
	text-decoration: none;
}
.news-list a:hover{
	color: #1AA04C;
	text-decoration: underline;
}
.news-list .date{
	display: inline-block;
	margin: 0;
	font-size: 1.2rem;
}
.news-list .cate a{
	font-size: 0.8rem;
	float: right;
	font-size: 80%;
	padding: 0 5px;
	display: inline-block;
	text-align: center;
	margin: 5px 0 0 0;
	background-color: #1AA04C;
	color: #fff;
}
.news-list .cate a:hover{
	background-color: #666;
	text-decoration: none;
}
.news-list a{
	display: block;
}

.pagination{	
	clear: both;
	width: 100%;
	margin: 30px auto 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
	text-align: center;
	font-size: 1.4rem;
}
.pagination a{
	width: 26px;
	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: 26px;
	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 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.midashi .date{
	font-size: 90%;
}
.midashi .cate a{
	font-size: 80%;
	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 20px;
	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: 15px 0;
	font-size: 1.2rem;
}
.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: 5px 10px;
	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: 240px;
	filter: drop-shadow( 50px 20px 0 rgba(7,157,72,1));
}
.greeting .face p{
	color: #fff;
	font-size: 1.4rem;
}
.greeting .txt p{
	font-size: 1.8rem;
	margin: 0 0 30px;
	line-height: 2;
}


.document-pdf ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0 !important;
	list-style: none;
}
.document-pdf ul li{
	width: 46%;
	margin: 2%;
	text-align: center;
}
.document-pdf ul li a{
	font-size: 1.6rem;
	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-pdf.svg);
	background-position: center top 30px; 	
	background-repeat: no-repeat;
	background-size: 30px;
	padding-top: 40px;
}
.document-pdf ul li a:hover{
	color: #fff;
	background-color: #1AA04C;	
}

.yakuin{
}
.yakuin tbody th{
	width: 40%;
}
.yakuin tbody td{
	width: 20%;
	text-align: center;
}
.yakuin tbody br{
	display: none;
}



/* ---midori-net--- */
.explain{
}
.explain .flex{
	margin: 0 auto;
}
.explain p{
	text-align: center;
}
.explain .midashi{
	margin: 0 0 20px;	
}
.explain .meaning{
	margin: 0 auto 30px;	
}
.explain .flex.narrow{
}
.explain .left,
.explain .right{
	width: 90%;
	margin: 10px auto;
}
.explain .left p{
	font-size: 2.4rem;
	margin: 0 auto 0;
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background-color: #56B200;
	display: 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: 30px 0 0;
}
.negative{
	margin: -30px 0 25px;
	height: 30px;
	text-align: center;
	font-size: 3rem;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.2em;
	color: #009D46;
}


/* ---business--- */
.business .flex{
	margin: 20px 0;
}
.business .flex img{
	margin: 0 auto;
	display: block;
}
.business .left,
.business .right{
	width: 100%;
}
.business .para{
	width: 100%;
}
.business .equal{
	width: 100%;
}
.business .point{
	color: red;
	display: inline;
}
.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--- */
.panel ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.panel ul li{
	width: 100%;
	margin: 1% 0;
	text-align: center;
}
.panel ul li a{
	font-size: 1.5rem;
	font-weight: 600;
	text-decoration: none;
	width: 100%;
	height: 60px;
	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 25px; 	
	background-repeat: no-repeat;
	background-size: 30px;
	padding-top: 45px;
}
.panel ul li a:hover{
	color: #fff;
	background-color: #1AA04C;	
}


/* ---pr-magazine--- */
/* ---pr-pdf--- */
.pr-pdf ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pr-pdf ul li{
	width: 100%;
	margin: 1% 0;
	text-align: center;
}
.pr-pdf ul li a{
	font-size: 1.3rem;
	font-weight: 600;
	text-decoration: none;
	width: 100%;
	height: 50px;
	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 15px; 	
	background-repeat: no-repeat;
	background-size: 25px;
	padding-top: 30px;
}
.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{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.link-list ul li{
	width: 48%;
	margin: 1%;
	text-align: center;
}
.link-list ul li a{
	font-size: 1.3rem;
	line-height: 1.2;
	font-weight: 600;
	text-decoration: none;
	width: 100%;
	height: 40px;
	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 10px; 	
	background-repeat: no-repeat;
	background-size: 16px;
	padding-top: 20px;
}
.link-list ul li a:hover{
	color: #fff;
	background-color: #1AA04C;	
}



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



/* ---contact--- */
.mailform{
	margin: 30px auto;
	width: 100%;
	border-collapse: collapse;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	padding: 5px;
	box-sizing: border-box;
}
.mailform .left{
	position: relative;
	padding: 5px 0 5px 50px;
	box-sizing: border-box;
	text-align: left;
	font-weight: 600;
	width: 100%;
	font-size: 1.4rem;
}
.mailform .left span{
	height: 22px;
	width: 22px;
	border-radius: 11px;
	background-color: #999;
	color: #fff;
	font-size: 0.9rem;
	position: absolute;
	top: calc(50% - 11px);
	left: 20px;
	line-height: 22px;
	text-align: center;
	font-weight: 600;
}
.mailform .left span.required{
	background-color: #1AA04C;
}
.mailform .right{
	width: 100%;
	padding: 0 15px 10px;
	box-sizing: border-box;
}
.mailform input,
.mailform textarea{
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 10px;
	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.4rem;
	font-weight: 600;
	width: 80%;
	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: 100%;
	right: 2%;
	width: 260px;
	height: 127px;
	margin: -135px auto 135px;
	z-index: 100;
	filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.2));
	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.5rem;
	font-family: serif;
	width: 122px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	border:  1px solid #fff;
	box-sizing: border-box;
}
.recruit .new{
	left: 7px;
}
.recruit .mid-career{
	right: 5px;
}
.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);
}







@media screen and (orientation: landscape) {
/* ----------landscape---------- */
.landscape {
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 20001;
	display: flex;
	justify-content: center;
	align-items: center;
}
.landscape p{
	padding: 5px;
	background-color: rgba(255,255,255,0.6);
}


/* title-vertical */
.intro .title-vertical{
	width: 120px;
	height: 120px;
	background-color: #fff;
	position: relative;
	top: 30%;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;	
	border-radius: 60px;
}
.intro .title-vertical .mark{
	width: 70px;
}
.intro .title-vertical .type{
	display: none;
}

/* copy */
.intro .copy{
	width: 98%;
	height: 80%;
}
.intro .copy img{
	height: 65%;
	width: auto;
}
/* pic */
.intro .pic{
	width: calc(100% - 60px);
}

}
}