@charset "utf-8";

/*********************
 base
*********************/
 
*{ padding:0; margin:0; }
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
html,body{ height:100%; }
body{
	-webkit-text-size-adjust: 100%;
	width:100%;
	font-family: Noto Sans Japanese,Noto Sans JP,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size:16px;
	line-height:1.8em;
	color: #333;
}
img{
	vertical-align:middle;
}
em{
	font-style:normal;
}
a:hover {
	opacity: 0.75;
	transition: 0.3s;
}
main{
	width:100%;
	display:block;
	padding:0;
}
.flexbox{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flextop{
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.flexright{
	-webkit-box-align: end;
	-webkit-align-items: end;
	-ms-flex-align: end;
	align-items: end;
}
.flexstretch{
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.flexbetween{
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flexbr{
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
ul, ol {
	list-style: none;
	overflow: hidden;
}
input[type="submit"],label{ cursor:pointer; }
select,input[type="text"]{
	width:100%;
	padding: 5px 10px;
	border-radius: 5px;
	height: 46px;
	font-size: 16px;
	border: 1px solid #523e2f;
	outline: none;
}
button[type="submit"]{
	padding: 5px 10px;
	border:0;
	border-radius: 7px;
	height: 40px;
	font-size: 16px;
	color:#fff;
	background:#71c240;
	box-shadow:0 2px 0 #4c8e24;
}
.bg-gr{ background-color:#f2faf7; }

.youtube-ratio {
    width: 100%;
		max-width:850px;
    aspect-ratio: 16 / 9;
	margin:0 auto;
}
.youtube-ratio iframe {
    width: 100%;
    height: 100%;
}
/*********************
 font
*********************/
.font08{ font-size:0.8em; }
.font12{ font-size:1.2em; }
.font14{ font-size:1.4em; }
.font16{ font-size:1.6em; }
.font18{ font-size:1.8em; }
.font20{ font-size:2em; }
.font22{ font-size:2.2em; }
.font24{ font-size:2.4em; }
.font26{ font-size:2.6em; }
.font28{ font-size:2.8em; }
.fontb{ font-weight:bold; }
.fontn{ font-weight:normal; }
.fontgr{ color:#277556; }
.fontor{ color:#ff5800; }

/*********************
 header
*********************/
header{
	max-width:1200px;
	margin:15px auto;
	padding:0 10px;
}
header .link a{
	color:#287338;
	text-decoration:none;
	margin:0 10px;
}
header .link a:hover{
	text-decoration:underline;
}
/*********************
 header_img
*********************/
.header_img{
	max-width:1200px;
	margin:0 auto;
	position: relative;
}
.header_img .pctopimg:before{
    content: "";
    display: block;
    aspect-ratio: 600 / 311;
}
.header_img .sptopimg:before{
    content: "";
    display: block;
    aspect-ratio: 1 / 1;
}
.header_img .fadeimage_pc,
.header_img .fadeimage_sp{
	position:relative;
    height: auto;
}
.header_img .fadeimage_pc img,
.header_img .fadeimage_sp img{
	max-width:100%;
	position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}
.header_img img.catch{
	position: absolute;
	width:90%;
	max-width:995px;
	bottom:0;
	right:50%;
	transform: translate(50%, 0%);
	display:none;	// 1枚目キャッチコピー非表示
}

/*********************
 event_catch
*********************/
.event_catch{
	max-width:900px;
	margin:80px auto 0;
	vertical-align: middle;
	padding:100px 60px;
	border: solid 1px #ccc;
	box-shadow:5px 5px 5px #ececec;
	background:#fdfdfc;
}
.event_catch .eventbox{
	margin:0 60px;
}
.event_catch h1{
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
	margin-bottom:40px;
	position: relative;
	background: #c7e6d1;
	box-shadow: 0px 0px 0px 5px #c7e6d1;
	border: solid 2px #fff;
	padding: 10px;
	color: #4a7558;
}
.event_catch h1:after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 20px 20px;
	border-style: solid;
	border-color: #fdfdfc #fdfdfc #4a7558;
}
.event_catch h2{
	color:#577f64;
	font-size:1.4em;
	line-height:1.4em;
	font-weight:normal;
	text-align:center;
	margin-bottom:20px;
}
.event_catch .inbox{
	text-align:center;
}
.event_catch h3{
	display:inline-block;
	font-size:1.4em;
	line-height:1.4em;
	font-weight:normal;
	text-align:center;
	margin:45px auto 30px;
	color:#ff9c27;
	padding:5px 15px;
	border-bottom: solid 2px #ff9c27;
}
.event_catch img{
	display:block;
	margin:25px auto 0;
	width:100%;
	max-width:500px;
}

/*********************
 campaign
*********************/
.campaign{
	max-width:900px;
	margin:80px auto 0;
	vertical-align: middle;
	padding:100px 60px;
	border: solid 1px #ccc;
	box-shadow:5px 5px 5px #ececec;
	background:#fdfdfc;
	text-align:center;
}
.campaign h1{
	margin-bottom:40px;
	position: relative;
	background: #c7e6d1;
	box-shadow: 0px 0px 0px 5px #c7e6d1;
	border: solid 2px #fff;
	padding: 15px 5px;
	color: #4a7558;
}
.campaign h1:after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 20px 20px;
	border-style: solid;
	border-color: #fdfdfc #fdfdfc #4a7558;
}
.campaign h1 img{
	width:700px;
	max-width:100%;
	margin: 0 auto;
}
.campaign h2{
	font-size:1.4em;
	line-height:1.6em;
	font-weight:normal;
	text-align:center;
	margin:0 auto 20px;
	color:#577f64;
	padding:5px 15px;
}
.campaign h2 font{
	font-size:1.2em;
	color:#ff9c27;
	font-weight:bold;
}
.campaign h3{
	display:inline-block;
	font-size:1.2em;
	line-height:1.4em;
	font-weight:normal;
	margin:10px auto 5px;
	color:#fd4440;
	padding:0 15px 2px;
	border-bottom: solid 1px #fd4440;
}
.campaign img.image{
	display:block;
	margin:25px auto 0;
	width:100%;
	max-width:500px;
}
.campaign img.oubostep{
	display:block;
	margin:25px auto;
	width:100%;
	max-width:500px;
}
.campaign ul{
	width:100%;
	max-width:500px;
	margin:0 auto;
	text-align:left;
}
.campaign ul li:nth-child(odd){
	position: relative;
	display:inline-block;
	margin-left:10px;
	height:29px;
	padding:0 15px;
	border-radius: 5px;
	background:#fdfdfc;
	color:#fd4440;
	z-index:9;
	line-height: 1.6em;
}
.campaign ul li:nth-child(even){
	font-size:0.9em;
	position: relative;
	padding:15px 10px 10px;
	border-radius: 5px;
	border:1px solid #ccc;
	top:-16px;
	z-index:8;
}
.campaign .triangle{
	margin:0 auto 5px;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid #fd4440;
}
.campaign a{
	display:inline-block;
	padding:10px 0;
	margin:30px auto 20px;
	width:80%;
	max-width:300px;
	background: #ce0000;
	box-shadow: 0px 0px 0px 2px #ce0000;
	border: solid 1px #fff;
	color: #fff;
	border-radius: 5px;
	text-decoration:none;
	font-size:1.5em;
	animation-name:bgcolor;
	animation-delay:0s;
	animation-duration: 1s;
	animation-timing-function:linear;
	animation-iteration-count: infinite;
}
@keyframes bgcolor {
	0%   { background-color: #ce0000; box-shadow: 0px 0px 0px 2px #ce0000; }
	50%  { background-color: #ce0000; box-shadow: 0px 0px 0px 2px #ce0000; }
	51%  { background-color: #fbb52e; box-shadow: 0px 0px 0px 2px #fbb52e; }
	100% { background-color: #fbb52e; box-shadow: 0px 0px 0px 2px #fbb52e; }
}
.campaign .gray{
	font-size:0.8em;
	line-height: 1.4em;
	color:#999;
	text-align:center;
}

/*********************
 top_catch
*********************/
.top_catch{
	max-width:1200px;
	margin:20px auto 0;
	vertical-align: middle;
	padding:80px 60px 0;
}
.top_catch h1{
	color:#577f64;
	font-size:2.2em;
	line-height:1.4em;
	font-weight:bold;
	text-align:center;
	margin-bottom:60px;
}
.top_catch h2{
	color:#577f64;
	font-size:1.6em;
	line-height:1.4em;
	font-weight:normal;
	text-align:center;
	margin-bottom:20px;
}
.top_catch h3{
	line-height:1.8em;
	font-weight:normal;
	text-align:center;
}


/*********************
 infobox
*********************/
.infobox{
	max-width:1200px;
	margin:20px auto 0;
	vertical-align: middle;
	padding:80px 60px;
}
.infobox h1{
	color:#fff;
	font-size:3.2em;
	line-height:1.4em;
	font-weight:normal;
	text-align:center;
	margin-bottom:25px;
}
.infobox h1 img{
	max-width:100%;
}
.infobox h2{
	margin:0 auto 80px;
	font-size:1em;
	font-weight:normal;
	width:900px;
}
.infobox div{
	margin-left:30px;
}
.infobox div ul {
	border:1px solid #ccc;
	margin:20px 0;
	padding:20px;
}
.infobox div li {
	font-size: 1.2em;
	position: relative;
	padding-left: 30px;
}
.infobox div li::before {
	content: '';
	background: url(../img/check.png) no-repeat left / contain;
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
}
.infobox h3{
	color:#577f64;
	font-size:1.6em;
	line-height:1.4em;
	font-weight:normal;
	text-align:center;
	margin-bottom:80px;
}

/*********************
 loan
*********************/
.loan{
	max-width:1200px;
	margin:40px auto 0;
	text-align:center;
}
.loan h1{
	font-size:2em;
	line-height:1.2em;
	letter-spacing:.1em;
}
.loan h1 p{
	font-size:0.4em;
}
.loan img.loanimage{
	width:100%;
	max-width:900px;
	margin:40px auto;
}
.loan section{
	max-width:600px;
	margin:100px auto 0;
	text-align:center;
}
.loan section img{
	max-width:100%;
	margin-bottom:80px;
}
.loan h2{
	color:#577f64;
	font-size:2.2em;
	line-height:1.4em;
	font-weight:bold;
	text-align:center;
	margin:80px 0 40px;
}
.loan h3{
	color:#577f64;
	font-size:1.6em;
	line-height:1.4em;
	font-weight:normal;
	text-align:center;
}

/*********************
 step
*********************/
.step{
	max-width:1200px;
	margin:60px auto 0;
	background: url(../img/greenbg.jpg);
	vertical-align: middle;
	padding-top:40px;
	text-align:center;
}
.step h1{
	background:#fff;
	color:#287338;
	font-size:2em;
	text-align:center;
	padding:10px;
}
.step ul{
	margin:50px auto;
	max-width:900px;
}
.step img{
	max-width:100%;
}


/*********************
 hosho
*********************/
.hosho{
	max-width:1200px;
	margin:100px auto 0;
	text-align:center;
	background:#e4e4e4;
	padding:100px 15px;
}
.hosho h1{
	color:#287338;
	font-size:1.8em;
	line-height:1.2em;
	letter-spacing:.1em;
}
.hosho img{
	max-width:100%;
	margin-top:60px;
}


/*********************
 user
*********************/
.user{
	max-width:1200px;
	margin:100px auto;
	padding:0 15px;
	text-align:center;
}
.user h1{
	color:#287338;
	font-size:1.8em;
	line-height:1.2em;
	letter-spacing:.1em;
}
.user section{
	max-width:1030px;
	margin:0 auto;
}
.user ul.enquete_box{
	background:#fff;
	padding:60px 30px;
	display: flex;
	flex-wrap: wrap;
	text-align:center;
	width:calc(100% - 30px);
	max-width:930px;
	margin:0 auto;
}
.user ul.enquete_box li{
	padding:0 3px 6px 6px;
	margin:5px;
	width:calc( (100% / 2) - 10px ); 
	line-height:16px;
}
.user ul.enquete_box li:nth-child(even){
	padding:0 6px 6px 3px;
}
.user ul.enquete_box li img{
	width:100%;
	border: 1px solid #ccc;
}
.user .kuchikomi h2{
	font-weight:normal;
	font-size:1.4em;
	line-height:1.4em;
	letter-spacing:.1em;
}
.user .kuchikomi h2 span{
	color:#f8b613;
}
.user .kuchikomi img{
	max-width:100%;
	display:block;
	margin:20px auto 50px;
	border:1px solid #ececec;
	border-radius: 15px;
}
.user img.banner{
	max-width:100%;
}

/*********************
 qr
*********************/
.qr{
	max-width:1200px;
	margin:100px auto;
	padding:0 15px;
}
.qr h1{
	text-align:center;
	color:#287338;
	font-size:1.8em;
	line-height:1.2em;
	letter-spacing:.1em;
}
.qr .detail_box{
	width:100%;
	max-width:950px;
	margin:40px auto 20px;
	background:#fff;
}
.qr .detail_box h3{
	width:100%;
	padding:10px 30px;
	font-weight:normal;
	letter-spacing: .2em;
	font-size:1em;
	position: relative;
	background:#287338;
	color:#fff;
	cursor:pointer;
	margin-top:10px;
}
.qr .detail_box h3:before{
	content: "Q.";
}
.qr .detail_box h3:after{
	content: "＋";
	color:#fff;
	font-size: 1.4em;
	position: absolute;
	right:20px;
}
.qr .detail_box h3.active:after{
	content: "－";
	color:#fff;
	font-size: 1.4em;
	position: absolute;
	right:20px;
}
.qr .detail_box .content{
	padding:15px 30px;
	display: none;
}
.qr .detail_box .content:before{
	content: "A. ";
	color:#f60;
}

/*********************
 access
*********************/
.access{
	max-width:1200px;
	margin:100px auto 0;
	text-align:center;
	background:#e4e4e4;
	padding:100px 15px;
}
.access h1{
	color:#287338;
	font-size:1.8em;
	line-height:1.2em;
	letter-spacing:.1em;
}
.access h2{
	margin-top:40px;
	color:#287338;
	font-size:1.4em;
	letter-spacing:.1em;
	font-weight:normal:
}
.access h2 p{
	margin-top:10px;
	font-weight:normal;
	display:block;
	color:#333;
	font-size:0.8em;
	line-height:1.2em;
}
.access iframe{
	margin-top:20px;
	width:100%;
	max-width:900px;
	height:500px;
	border:1px solid #333;
}


/*********************
 staff
*********************/
.staff{
	max-width:1000px;
	margin:80px auto 60px;
	text-align:center;
}
.staff h1{
	color:#287338;
	font-size:1.8em;
	line-height:1.2em;
	letter-spacing:.1em;
	margin-bottom:20px;
}
.staff ul{
	font-size: 10px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}
.staff ul li{
	border-radius: 15px;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	width: calc((100% / 3) - 10px);
	line-height: 16px;
}
.staff ul li div {
	text-align: center;
	padding-bottom: 10px;
	font-size: 12px;
}
.staff ul li div img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	padding-bottom:3px;
}
.staff ul li div p font {
	color: #999;
	display: block;
	font-size: 10px;
}

/*********************
 company
*********************/
.company{
	max-width:1200px;
	margin:0 auto;
	vertical-align: middle;
	padding:60px 0;
}
.company h1{
	color:#287338;
	font-size:1.8em;
	line-height:1.2em;
	letter-spacing:.1em;
	margin-bottom:20px;
	text-align:center;
}
.company section{
	max-width:1030px;
	margin:0 auto;
}
.company div{
	background:#fff;
	margin:0 15px;
	border-radius:20px;
	border:1px solid #336633;
	padding:50px 80px;
}
.company dl{
    display: flex;
	padding-bottom:10px;
}
.company dt{
	display:inline-block;
	width:30%;
	padding-bottom:10px;
	border-bottom:1px solid #336633;
}
.company dd{
	display:inline-block;
	margin-left:20px;
	width:calc(70% - 20px);
	padding-bottom:10px;
	border-bottom:1px solid #336633;
}
.company dd a{
	color:#333;
	text-decoration:none;
}
.company dl.last dt,
.company dl.last dd{
	border-bottom:0;
}

/*********************
 hoshin
*********************/
.hoshin{
	max-width:800px;
	margin:60px auto 80px;
	padding:60px 20px;
	border:1px solid #999;
}
.hoshin h3{
	text-align:center;
	font-size:2em;
	margin-bottom:20px;
}

/*********************
 footer
*********************/
footer{
	max-width:1200px;
	margin:0 auto;
	background:#336633;
	text-align:center;
	font-size:0.8em;
	line-height:1.6em;
	padding:15px 0 15px;
}
footer a{
	color:#fff;
}
footer p{
	padding-top:5px;
	color:#fff;
}
footer div.pc-menu{
	display:none;
	position: fixed;
	top: 10%;
	right:0px;
	font-size: 0;
	z-index: 99;
}
footer div.pc-menu img{
	display:block;
	margin-bottom:5px;
}


/*********************
 sub page
*********************/
main.sub{
	max-width:1200px;
	margin:0 auto;
}

/*********************
 sub_header
*********************/
.sub_header{
	max-width:1200px;
	margin:0 auto 60px;
	padding:15px;
	border-bottom:1px solid #336633;
}
.sub_header img{
	width:120px;
}
.sub_header h1{
	font-size:1.4em;
	text-align:center;
}


/*********************
 form
*********************/
.form{
	padding:0 15px 60px;
}
.form form{
	max-width:950px;
	margin:0 auto;
	padding:50px;
	background:#fafafa;
	border-radius:5px;
	border:1px solid #ececec;
}
.form form .formitem{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top:30px;
}
.form form .formitem:first-child{
	margin-top:0;
}
.form form .formtxt{
/*	margin-top:10px;*/
	width:300px;
	position: relative;
	font-size:1em;
	font-weight:bold;
}
.form form .need:after {
    content: url(../img/need.png);
    position: absolute;
    right: 20px;
    top: 2px;
}
.form form .neednot:after {
    content: url(../img/neednot.png);
    position: absolute;
    right: 20px;
    top: 2px;
}
.form form .red_text{
	color:#f00;
	font-size:0.8em;
}
.form form .formnote{
	font-size:0.8em;
	margin-left:220px;
}
.form form .inquiry{
	width:100%;
	padding: 5px 10px;
	border-radius: 5px;
	height: 250px;
	font-size: 16px;
	border: 1px solid #523e2f;
	outline: none;
}
.form form .buttonbox{
	text-align:center;
}
.form form .submitbtn{
	margin-top:30px;
	background: url(../img/form-submit.png) center no-repeat;
	background-size: contain;
	width: 290px;
	height: 50px;
	border: none;
	border-radius: 5px;
	-webkit-appearance: none;
	cursor:pointer;
}
.form form .submitbtn:hover {
	opacity: 0.75;
	transition: 0.3s;
}
.form form .notext{
	background:#ffdada !important;
}

.form form .agree span{
	display:inline-block;
	padding-left:5px;
}

/* 各種同意について */
.form form .consentChecker b{
	display:block;
	font-size:1.1em;
	margin:30px 0 7px;
}
.form form .consentChecker .popupBox_btn{
	cursor:pointer;
	color: #287555;
	padding-left:15px;
	position: relative;
}
.form form .consentChecker .popupBox_btn::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #287555;
  border-right: solid 2px #287555;
  position: absolute;
  left: 0px;
  top: 6px;
  transform: rotate(45deg);
}
.form form .consentChecker .popupBox {
    display: none;
	z-index: 99999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.form form .consentChecker .popupBox.active {
    display:inline-block;
}

.form form .consentChecker .popupWindow{
	width:90%;
	max-width:600px;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.form form .consentChecker .popupTitle{
	background:#287555;
	color:#fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding:10px 15px;
}
.form form .consentChecker .closePopup{
	cursor:pointer;
	color: #fff;
	font-weight:bold;
	font-size:1.2em;
}
.form form .consentChecker .popupBody{
	max-height:calc(80vh - 50px);
	overflow:auto;
	padding:10px 15px;
}
.form form .consentChecker label{
	display:inline-block;
	margin:8px 0;
	border:1px solid #ccc;
	padding:5px 15px;
	background:#fff;
}

.form form .info-inner{
	line-height: 1.7;
	font-size: 12px;
}
.form form .info-title{
	text-align: center;
	font-weight:bold;
	font-size:1.4em;
	margin-bottom:20px;
}
.form form .info-subtitle{
	font-weight:bold;
	border-bottom: 1px dotted #ddd;
	margin:20px 0 10px;
}
/*********************
 thanks
*********************/
.thanks{
	padding:0 15px 60px;
	text-align:center;
}
.thanks .message{
	max-width:950px;
	margin:0 auto;
	padding:50px 15px;
	background:#fafafa;
	border-radius:5px;
	border:1px solid #ececec;
}
.thanks .message img{
	margin:0 auto;
	width:40%;
	display:block;
	max-width:200px;
}
.thanks .message p{
	font-weight:bold;
	color:#336633;
	padding:30px 0 40px;
	font-size:1.2em
}
.thanks .message a{
	display:inline-block;
	background:#333;
	color:#fff;
	text-decoration:none;
	padding:15px 60px;
	margin-top:60px;
	border-radius:10px;
}

