@charset "UTF-8";

@media screen and (max-width: 999px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}

.pc{display:none !important;}
.sp{display:block !important;}


/****************************************

	ヘッダー

*****************************************/
header{}
#header{}

#header-logo{
	width: 100%;
	margin: 0 auto;
}
#header-logo h1{
	margin: 23px 0 23px 15px;
}
#header-logo h1 img{
	width: 75%;
	max-width: 371px;
}

#header nav{
	display: none;
}


/*ヘッダー(SP)メニュー部分*/
#sp_gnavi{
	display: none;
	position: absolute;
	top: 70px;
	width: 100%;
	background: #D7E307;
	left: 0;
	z-index: 200;
}
#sp_gnavi ul{
	display: block;
	margin: 0 15px;
}
#sp_gnavi ul li{
	border-bottom: 1px solid #007E3C;
	font-size: 12px;
	font-weight: 700;
	position: relative;
	width: 100%;
	float: left;
}
#sp_gnavi ul li:nth-child(4){
	border-bottom: none;
}


#sp_gnavi ul li a{
	display: block;
	color: #333;
	text-decoration: none;
	padding: 10px 0;
}
#sp_gnavi ul li a::after{
	font-size: 14px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Pro";
	content:' \f105';
	color: #007E3C;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
}

/*ヘッダー(SP)開閉ボタン*/
#nav_toggle{
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 12px;
	right: 15px;
	z-index: 100;
	float: right;
}
#nav_toggle p {}


/****************************************

	共通

*****************************************/



/****************************************

	フッター

*****************************************/
#pagetop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a{
	background-image: url("../pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 53px;
	height: 53px;
	background-size: 100%;
}


footer{}
.footer{
	border-top: 10px solid #9ECE22;
	background: #F3F3B3;
}
.footer-inner{
	margin: 0 15px;
}

.footer-bnr{
	text-align: center;
	margin: 30px 0 20px 0;
}
.footer-address1{
	margin: 0 0 20px 0;
}
.footer-address2{
	margin: 0 0 30px 0;
}

.footer-address1 p.name{
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}
.footer-address1 p.txt{
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}
.footer-address1 p.txt a{
	color: #333;
}

.footer-address2 p.name{
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}
.footer-address2 p.txt{
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}
.footer-address2 p.txt a{
	color: #333;
}



/****************************************

	home

*****************************************/
#top{}


#top-mainvisual{
	min-width: 100%;
	margin: 0 0 20px 0;
}
#top-mainvisual h2 > img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#top-news-wrapper{}
/*#top-news-bnr{
	margin: 0 15px 20px 15px;
}
#top-news-bnr img{
	width: 100%;
}*/
#top-news{
	margin: 0 15px 20px 15px;
	background: #FFFFFF;
	border: 3px solid #D8D8DA;
	padding: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}
#top-news h2{
	text-align: center;
	margin: 0 auto 20px auto;
	width: 50%;
}
#top-news-box{
	height: 200px;
	overflow: auto;
	z-index: 1;
	-webkit-overflow-scrolling: touch;
}
#top-news-box iframe{
	width: 100%;
	height: 100%;
	display: block;
}

#top-introduction{
	margin: 0 15px 30px 15px;
}
#top-introduction h2{
	background: #3CACA4;
	border-left: 10px solid #9ECE22;
	padding: 12px;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

.top-introduction-inner{}
.top-introduction-inner > p{
	margin: 0 0 20px 0;
	font-size: 14px;
}

.top-introduction-image{
	text-align: center;
	margin: 0 0 20px 0;
}

.top-introduction-contents{}
.top-introduction-contents h3{
	color: #333;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
.top-introduction-contents p.txt{
	margin: 0 0 20px 0;
	font-size: 14px;
}
.top-introduction-contents p.btn a{
	width: 260px;
	margin: 0 auto;
	display: block;
	border: 2px solid #079E59;
	background: #FFF;
	padding: 15px;
	text-align: center;
	color: #079E59;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background-image: url("../icon01.png");
	background-repeat: no-repeat;
	background-position: left 50%;
}


#top-cta{
	background: #FFD6AD;
}
.top-cta-inner{
	padding: 30px 0 30px 0;
	margin: 0 15px 0 15px;
}

.top-cta-image{
	text-align: center;
	margin: 0 0 20px 0;
}

.top-cta-contents{}
.top-cta-contents h2{
	color: #FE5823;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 5px 0;
}
.top-cta-contents p.txt{
	margin: 0 0 30px 0;
	font-size: 14px;
}
.top-cta-contents p.btn a{
	width: 260px;
	display: block;
	margin: 0 auto 10px auto;
	border: 2px solid #FE5823;
	background: #FFF;
	padding: 15px;
	text-align: center;
	color: #FE5823;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background-image: url("../icon02.png");
	background-repeat: no-repeat;
	background-position: left 50%;
}
.top-cta-contents p.btn2 a{
	width: 260px;
	display: block;
	margin: 0 auto 0 auto;
	border: 2px solid #FE5823;
	background: #FFF;
	padding: 15px;
	text-align: center;
	color: #FE5823;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background-image: url("../icon03.png");
	background-repeat: no-repeat;
	background-position: left 50%;
}


#top-event{
	padding: 30px 0 30px 0;
	margin: 0 15px 0 15px;
}
#top-event h2{
	background: #3CACA4;
	border-left: 10px solid #9ECE22;
	padding: 12px;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

.top-event-inner{}
.top-event-image{
	text-align: center;
	margin: 0 0 20px 0;
}

.top-event-contents{}
.top-event-contents h3{
	color: #333;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
.top-event-contents ul{
	margin: 0 0 20px 0;
	font-size: 14px;
}
.top-event-contents ul li {}
.top-event-contents ul li:before {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	background-color: #A1C452;
	border-radius: 50%;
	margin: 0 5px 0 0;
}

.top-event-contents p.txt{
	font-size: 14px;
}


#top-access{
	padding: 0 0 30px 0;
	margin: 0 15px 0 15px;
}
#top-access h2{
	background: #3CACA4;
	border-left: 10px solid #9ECE22;
	padding: 12px;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

.top-access-map{
	margin: 0 0 20px 0;
}
/* 計算方法　長方形動画（600:400）の場合100÷920×340=36.95652173913043% に設定 */
.top-access-map .access-googlemap{text-align: center; padding: 0 0 36.95652173913043% 0; position: relative; width: 100%;}
.top-access-map .access-googlemap iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

.top-access-inner{}
.top-access-contents{}
.top-access-image{
	text-align: center;
	margin: 0 0 20px 0;
}

.top-access-contents p.name{
	font-weight: 700;
	font-size: 14px;
}
.top-access-contents p.txt{
	margin: 0 0 30px 0;
	font-size: 14px;
}
.top-access-contents p.txt a{
	color: #333;
}


#top-policy{
	text-align: center;
	padding: 0 0 30px 0;
	margin: 0 15px 0 15px;
}
#top-policy p{
	background-image: url("../../img/policy-bg01.gif");
	background-repeat: repeat;
	background-position: left top;
	display: inline-block;
	padding: 10px 20px;
	color: #333;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
}



/****************************************

	work

*****************************************/
#work{}


#work-mainvisual{
	min-width: 100%;
	margin: 0 0 20px 0;
}
#work-mainvisual h2 > img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}


#work-register{
	margin: 0 15px 30px 15px;
}
#work-register h2{
	background: #3CACA4;
	border-left: 10px solid #9ECE22;
	padding: 12px;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

.work-register-inner{}
.work-register-inner > p{
	margin: 0 0 20px 0;
	font-size: 14px;
}

.work-register-box{
	margin: 0 auto 30px auto;
}
.work-register-box h3{
	background: #FF9234;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	-ms-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	padding: 15px;
	line-height: 1.0;
	text-align: center;
}
.work-register-box h3 img{
	width: 70%;
	max-width: 323px;
}
.work-register-box-inner{
	background: #FFF;
	border: 3px solid #FF9234;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	-ms-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	padding: 20px;
}
.work-register-box-inner h4{
	border-bottom: 1px dotted #333;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	padding: 0 0 20px 0;
}
.work-register-box-inner p.txt{
	border-bottom: 1px dotted #333;
	color: #333;
	font-size: 15px;
	padding: 15px 0;
}
.work-register-box-inner p.txt:before {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	background-color: #FF9233;
	border-radius: 50%;
	margin: 0 5px 0 0;
}
.work-register-box-inner p.txt span{
	padding: 0 0 0 20px;
	font-size: 12px;
}

.work-register-recommend{}
.work-register-recommend h3{
	text-align: center;
	margin: 0 0 20px 0;
}
.work-register-recommend ul{}
.work-register-recommend ul li{
	margin: 0 0 30px 0;
	text-align: center;
}

.work-register-recommend p{
	text-align: center;
	margin: 0 0 50px 0;
}


#work-cta{
	background: #FFD6AD;
}
.work-cta-inner{
	padding: 30px 0 30px 0;
	margin: 0 15px 0 15px;
}

.work-cta-image{
	text-align: center;
	margin: 0 0 20px 0;
}

.work-cta-contents{}
.work-cta-contents h2{
	color: #FE5823;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 5px 0;
}
.work-cta-contents p.txt{
	margin: 0 0 30px 0;
	font-size: 14px;
}
.work-cta-contents p.btn a{
	width: 260px;
	display: block;
	margin: 0 auto 10px auto;
	border: 2px solid #FE5823;
	background: #FFF;
	padding: 15px;
	text-align: center;
	color: #FE5823;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background-image: url("../icon02.png");
	background-repeat: no-repeat;
	background-position: left 50%;
}
.work-cta-contents p.btn2 a{
	width: 260px;
	display: block;
	margin: 0 auto 0 auto;
	border: 2px solid #FE5823;
	background: #FFF;
	padding: 15px;
	text-align: center;
	color: #FE5823;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background-image: url("../icon03.png");
	background-repeat: no-repeat;
	background-position: left 50%;
}


#work-support{
	margin: 30px 15px 30px 15px;
}
#work-support h2{
	background: #3CACA4;
	border-left: 10px solid #9ECE22;
	padding: 12px;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

#work-support ul{}
#work-support ul li{
	width: 48%;
	float: left;
	margin: 0 4% 4% 0;
}
#work-support ul li:nth-of-type(2n){
	margin: 0;
}

#work-support ul li p.image{
	margin: 0 0 10px 0;
}
#work-support ul li p.image img{
	width: 100%;
}
#work-support ul li p.title{
	color: #009999;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 5px 0;
}
#work-support ul li p.txt{
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}


#work-flow{
	margin: 30px 15px 30px 15px;
}
#work-flow h2{
	background: #3CACA4;
	border-left: 10px solid #9ECE22;
	padding: 12px;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 30px 0;
}

.work-flow01{
	margin: 0 10px 55px 10px;
	background: #FFE2DD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
  position: relative;
}
.work-flow01:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FFE2DD transparent transparent transparent;
  border-width: 20px 11px 0 11px;
}

.work-flow01 h3{
	text-align: center;
	margin: -30px 0 15px 0;
}
.work-flow01 h3 img{
	width: 70%;
}
.work-flow01 p{
	text-align: center;
	color: #333;
	font-size: 12px;
	line-height: 1.4;
}

.work-flow02{
	width: 100%;
	margin: 0 auto 45px auto;
  position: relative;
}
.work-flow02:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FF6666 transparent transparent transparent;
  border-width: 20px 11px 0 11px;
}
.work-flow02 h3{
	text-align: center;
	margin: 0 0 20px 0;
}
.work-flow02 h3 img{
	width: 60%;
}

.work-flow03{
	text-align: center;
	margin: 0 0 50px 0;
}
.work-flow03 img{
	width: 40%;
}


#work-contact{
	background: #FFE5DE;
	margin: 0 0 40px 0;
	padding: 25px 0 40px 0;
}
#work-contact h2{
	text-align: center;
	margin: 0 0 20px 0;
}
#work-contact ul{}
#work-contact ul li{
	text-align: center;
	margin: 0 0 15px 0;
}
#work-contact ul li:last-child{
	margin: 0;
}



/****************************************

	contact

*****************************************/
#contact{}


#contact-mainvisual{
	min-width: 100%;
	margin: 0 0 20px 0;
}
#contact-mainvisual h2 > img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}


#contact-box{
	background: #FFF;
	margin: 0 10px 30px 10px;
	padding: 15px;
}

#contact-box h2{
	border-left: 10px solid #0077F9;
	border-bottom: 1px solid #0077F9;
	padding: 5px 10px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
#contact-box p{
	font-size: 14px;
	margin: 0 0 30px 0;
}


#contact-box table.type01{
	width: 100%;
	border-collapse: collapse;
}
#contact-box table.type01 tr{
	border-bottom: 1px solid #CCCCCC;
}
#contact-box table.type01 tr th{
	padding: 10px;
	background: #E2EEF9;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	color: #000;
	font-size: 12px;
	width: auto;
	display: block;
}

#contact-box table.type01 tr td{
	padding: 10px 0;
	background: #FFF;
	text-align: left;
	vertical-align: middle;
	color: #333;
	font-size: 12px;
	width: auto;
	display: block;
}


#contact-box table.type02{
	width: 100%;
	border-collapse: collapse;
}
#contact-box table.type02 tr{
	border-bottom: 1px solid #CCCCCC;
}
#contact-box table.type02 tr th{
	padding: 10px;
	background: #E2EEF9;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	color: #000;
	font-size: 12px;
	width: auto;
	display: block;
}
#contact-box table.type02 tr th span{
	background: #FF4344;
	padding: 2px 4px;
	display: inline-block;
	color: #FFF;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 700;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 0 10px;
}
#contact-box table.type02 tr td{
	padding: 10px 0;
	background: #FFF;
	text-align: left;
	vertical-align: middle;
	color: #333;
	font-size: 12px;
	width: auto;
	display: block;
}

#contact-box table.type01 td select[name="contact-form-select"]{
	width: 100%;
	padding: 5px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}

#contact-box table.type02 td input[name="contact-name"],
#contact-box table.type02 td input[name="contact-kana"],
#contact-box table.type02 td input[name="contact-tel"],
#contact-box table.type02 td input[name="contact-station"]{
	width: 100%;
	padding: 5px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}

#contact-box table.type02 td input[name="contact-mail"]{
	width: 100%;
	padding: 5px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}

#contact-box table.type02 td input[name="contact-address"]{
	width: 100%;
	padding: 5px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}

#contact-box table.type02 td select[name="contact-date1"],
#contact-box table.type02 td select[name="contact-time1"],
#contact-box table.type02 td select[name="contact-date2"],
#contact-box table.type02 td select[name="contact-time2"]{
	width: 100%;
	padding: 5px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}

#contact-box table.type02 td textarea[name="contact-message"]{
	width: 100%;
	padding: 5px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}

.contact-scrollArea {
	overflow: auto;
	width: 100%;
	height: 200px;
	padding: 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.5;
}
.contact-check {
	padding: 10px 0 0 0;
}



.contact-guidance{
	padding: 20px 0 20px 0;
}
.contact-guidance p{
	color: #000;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 20px 0;
}
.contact-guidance p a{
	color: #000;
}
.contact-guidance p strong{
	color: #000;
	font-weight: 700;
}
.contact-guidance p:last-child{
	margin: 0 !important;
}



.contact-step{
  list-style-type: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0 0 30px 0;
  overflow: hidden;
}
.contact-step li{
  display: table-cell;
  position: relative;
  background: #D8D8D8;
  padding: 1em 0.5em 1em 1em;
  color: #333;
	text-align: center;
	font-size: 10px;
	width: 33%;
}
.contact-step li span{
	display: block;
  font-weight: 700;
}
.contact-step li:last-child{
  padding-right: 1em;
}
.contact-step li:last-child:before,
.contact-step li:last-child:after{
  display: none;
}
.contact-step li:before,
.contact-step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.contact-step li:before{
  top: -15px;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1.5em;
  z-index: 10;
}
.contact-step li:after{
  top: -15px;
  right: -.8em;
  border-style: solid;
  border-color: transparent transparent transparent #D8D8D8;
  border-width: 40px 0 40px 1.5em;
  z-index: 10;
}
.contact-step li.is-current{
  background: #FF9933;
	color: #FFF;
}
.contact-step li.is-current span{
	display: block;
  font-weight: 700;
}
.contact-step li.is-current:after{
  border-color: transparent transparent transparent #FF9933;
}



.contact-btn{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 15px 0 0 0;
}
.contact-btn .contact-btn-clear{
	-webkit-appearance: none;
	display: block;
	outline: 0;
	cursor: pointer;
	border: none;
	color: #666;
	background: #D8D8D8;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	width: 48%;
	float: left;
	margin: 0 4% 0 0;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.contact-btn .contact-btn-clear:hover{
	background: #E0E0E0;
}
.contact-btn .contact-btn-submit{
	-webkit-appearance: none;
	display: block;
	outline: 0;
	cursor: pointer;
	border: none;
	color: #FFF;
	background: #0077F9;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	width: 48%;
	float: left;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.contact-btn .contact-btn-submit:hover{
	background: #3392FA;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
