@charset "UTF-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.contener{
	max-width: 960px;
	margin: 0 auto;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
}

#nav-drawer{
	display: none;
}

#wrap{
	overflow: hidden;
}

.icon{
	color: rgba(46,177,46,1.00);
	padding: 5px;
}
.icon3{
	padding: 5px;
}

li{
	list-style: none;
}

a{
	text-decoration: none
}

/*===========ヘッダー============-*/

header{
	position: relative; 
	margin: 0 auto;
	width: 100%;
}
#logo{
	height: 100px;
	margin: 20px;
}

#logo img{
	height: 100%;
}

.tel{
	position: absolute;
	right: 20px;
	top: 10px;
	text-align: right;
	font-size: 1.1rem;
}

.tel a{
	font-size: 2.5em;
	color: green;
	font-weight: bold;
}

.tel a:hover{
	opacity: .6;
}


/*===========グローバルナビ===========*/

.glovalnavi{
	font-size: 1.2rem;
	background: #ACF450;
}

.menu{
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}

.menu li a{
	color: black;
	display: block;
	padding: 25px 35px;
}

.menu li a:hover{
	background: rgba(255,245,58,1.00);
}



/*===========見出し============-*/


#dai{
	background: url("../img/niji.png");
	background-position: center;
	background-size: cover;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	color: black;
	font-weight: bold;
}



/*===========事業内容===========*/

.topics{
	text-align: left;
	font-size: 1.2rem;
	margin: 100px 0 10px;
}

.top_dai{
	position: relative;
 	color: #158b2b;
  	font-size: 20px;
  	padding: 10px 0;
  	text-align: center;
  	margin: 1.5em 0;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 80px 0 50px;
}

.top_dai:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.topics h3{
	padding: 0.5em;
  	color: #494949;
  	background: #FFFCEF;
  	border-left: solid 5px #ffaf58;
	font-family: 'Noto Sans JP', sans-serif;
}

.work {
	border: 3px solid rgba(0,186,0,1.00);
	border-radius: 10px;
	padding: 20px;
}

.work h2{
	border-bottom: 3px dotted rgba(21,207,0,1.00);
	margin-bottom: 10px;
}


.work2{
	background: url("../img/back.jpg");
	background-size: cover;
	padding: 30px 10px 20px;
	border-radius: 20px;
	margin-bottom: 80px;
}

.work2 img{
	width: 100%;
}


#work3_1{
	margin: 80px auto 40px;
	background: #FFFEE4;
}

#work3_t th {
	border: 1px solid orange;
}

#work3_t td {
	padding: 30px 15px;
	border: 1px solid orange;
}

#work3_t tr:nth-child(even){
	background: #FFFCBA;
}


.work3_2{
	border: 5px double orange;
	position: relative;
	width: 100%;
	height: auto;
	margin: 50px 0;
	padding: 20px;
	box-sizing: border-box;
}

.work3_2 p:before{
	content: "その他に・・・";
	position: absolute;
	font-size: 20px;
	top: -15px;
	background-color: white;
	padding: 0 10px;
	font-weight: bold;
	color: orange;
}


.work3_2 p span{
	font-weight: bold;
	font-size: 20px
}

.work3_p {
	position: absolute;
	width: 280px;
	bottom: -30px;
	right: 20px;
}

.work3_p img{
	width: 100%;
}


/*=======活動風景=======*/
.icon_w{
	padding: 5px;
}

.work_flex{
	display: flex;
	align-items: center;
}

.work_flex img{
	width: 100%;
}


.icon2{
	font-size: 3rem;
	margin: 0 30px;
	color: green;
}

.icon2_1{
	font-size: 0;
}


/*=========活動実績===========*/

.work_p2 p{
	font-size: 20px;
	font-weight: bold;
	color: green;
}

.work_p2 p span{
	font-size: 30px;
	color: rgba(0,206,0,1.00);
}

.work_p2{
	width: 100%;
}


/*===========流れ===========*/
#flow ul li{
	width: 100%;
	height: auto;
	list-style: none;
	margin: 0 auto 50px auto;
	border: 5px solid green;
	display: flex;
	padding: 5px;
	position: relative;
	box-sizing: border-box;
}

/*=====矢印三角=====*/
#flow ul li:before{
	content: "";
	font-family: "Font Awesome 5 Free";
 	content: '\f0d7';
	font-weight: 900;
	position: absolute;
	font-size: 50px;
	width: 30px;
	bottom: -55px;
	left: 0;
	right: 0;
	margin: auto;
	color: rgba(0,184,0,1.00);
}

#flow ul li:last-child:before{
	display: none;
}

.photo {
	width: 40%;
	font-size: 0px;
}

.photo img{
	width: 100%;
}

.flow_1{
	width: 60%;
	padding: 20px;
}

.flow_1 h2{
	border-bottom: 3px dotted green;
	margin-bottom: 20px;
}
.flow_1 a{
	font-size: 30px;
	color: rgba(0,184,0,1.00);
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}




/*===========会社概要===========*/

.info{
	padding: 0 10px;
	margin: 100px 0;
}

.photo3{
	width: 50%;
	height: auto;
	float: left;
}

.photo3 img{
	width: 100%;
}

/*===========お問合わせ===========*/

.mail{
	width: 50%;
	float: right;
	text-align: right;
	margin-bottom: 80px
}

.tel2{
	font-size: 1.1rem;
	margin-top:15px ;
	padding-right: 10px;
}

.tel2 a{
	font-size: 2.5em;
	color: green;
	font-weight: bold;
}

.tel2 a:hover{
	opacity: .6;
}

.mail_1 {
	font-size: 1.5rem;
	margin: 30px 0;
}
.mail_1 a{
	background-color: #ACF450;
	padding: 20px;
	border-radius: 10px;
	color: black;
}
.mail_1 a:hover{
	background-color: green;
	color: white;
}


/*===========マップ===========*/

#map{
	width: 100%;
	padding-top:40px;
	box-sizing: border-box;
	
}

#map iframe {
	height: 500px;
	width: 100%;
}

/*===========フッター===========*/


#footer_1{
	height: 120px;
	background: url("../img/deco.png");
	clear: both;
}


footer{
	background: #A1D75D;
}


.footernavi ul{
	display: flex;
	list-style: none;
	border-bottom: 1px dotted white;
	text-align: center;
}

.footernavi ul li {
	width: 20%;
	margin: 20px auto 5px auto;
}

.footernavi ul li a{
	text-decoration: none;
	color: white;
	font-size: 13px
}

.footernavi ul li a:hover{
	border-bottom: 1px solid white;
}

.my_icon{
	padding-right: 5px;
}

#copy{
	color: white;
	text-align: center;
	font-size: .8rem;
	padding: 10px;
}


/* page */
#page_top{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background:#00AF64;
	opacity: 0.8;
	border-radius: 50%;
}

#page_top a{
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}

#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 50px;
	color:#ffffff;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

