@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap'); /* Google Fonts用のCSSを読み込み */

/* Base
------------------------------------------------------------*/
html{
	font-size: 58%;
}

body{
	padding-top: 0px;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.6rem;
    line-height: 1.75;
    color: #808080;
}

a,a:hover{
	text-decoration: none;
}

a:link	{
	color : #808080;
}
a:visited	{
	color : #808080;
} 

a:hover	{
	color : #D6E7B1;
} 


/* header
------------------------------------------------------------*/

.header_pc ul {
  list-style: none; /* リストの点消す */
	 margin:0;
 padding:10px;
}

.header_pc li {
display: inline; /* リスト横並びに */
}

.header_pc{
	display: flex;
	justify-content: space-between;
	margin: 10px 10px;

}

/* ナビゲーション
------------------------------------------------------------*/

.home {
 padding-left:24px;
	padding-right: 20px;
 background-image:url("../images/home_icon.jpg");
	background-size:20px 20px;
 background-repeat:no-repeat;
}

.tsushin {
 padding-left:24px;
	padding-right: 20px;
 background-image:url("../images/tsushin_icon.jpg");
	background-size:20px 20px;
 background-repeat:no-repeat;
}

.syoukai {
 padding-left:24px;
	padding-right: 20px;
 background-image:url("../images/syoukai_icon.jpg");
	background-size:20px 20px;
 background-repeat:no-repeat;
}

.jirei {
 padding-left:24px;
	padding-right: 20px;
 background-image:url("../images/jirei_icon.jpg");
	background-size:20px 20px;
 background-repeat:no-repeat;
}

.access {
 padding-left:24px;
	padding-right: 20px;
 background-image:url("../images/access_icon.jpg");
	background-size:20px 20px;
 background-repeat:no-repeat;
}

.mail {
 padding-left:24px;
 background-image:url("../images/mail_icon.jpg");
	background-size:20px 20px;
 background-repeat:no-repeat;
}


/* メイン
------------------------------------------------------------*/


.main{
	display: flex;
	align-items: flex-start;
	box-shadow:5px 5px 5px rgba(0,0,0,0.3);
}

.mein-ph{
	width: 100%;
	height: auto;
	box-shadow:5px 5px 5px rgba(0,0,0,0.3);
	z-index: 5;
}

.mobile_mein-ph{
	display: none;
}

.top_image{
	position: relative;
}

.logo{
	position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: 6;
}

.mein-ph02{
	position: relative;
	width: 100%;
	height: auto;
	box-shadow:5px 5px 5px rgba(0,0,0,0.3);
}


.refarm{
	display: flex;
	align-items: flex-start;
	position: relative;
	z-index: 4;
}

.refarm h1{
	text-align:center;
	color: #ADCF62;
	z-index: 5;
}

.refarm p{
	font-size: 1.5rem;
	line-height: 2.5em;
	text-align:center;
	z-index: 5;
}

.refarm-inner{
	position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: 6;
	z-index: 5;
}


/* ニュース
------------------------------------------------------------*/

.second{
	background-color: #ADCF62;
}

.news2{
    margin-left: 20px;
    margin-right: 20px;
	padding-top:  70px;
	padding-bottom:  50px;
}

.news2 p{
	text-align:center;
	color: white;
}

/*スクロールのやつ*/
.inline_box {
	position: relative;
	margin-left: auto;
    margin-right: auto;
	max-width: 1050px;
    height: 120px; /*高さ*/
    overflow: auto; /*スクロールバーの表示とはみ出したものの表示方法*/
    background: #FFFFFF; /*ボックスの中の背景色*/
    border: 1px solid #FFFFFF; /*ボックス周りの罫線の設定*/
    padding: 5px 20px ;
    text-align: left;
}	

dl.sampleList02 {
    overflow: hidden;
}

.new_icon{
	position: absolute;
	top: 23px;
    left: 23px;
	width: 42px;
	background-color: #0071BC;
	color: white;
	padding-left: 10px;
}

	dl.sampleList02 dt {
         margin-bottom: 5px;
         padding-bottom: 5px;
		padding-left: 90px;
         width: 100px;
         float: left;
         clear: both;
		font-size: 1.5rem;
         font-weight: bold;
}

	dl.sampleList02 dd {
		margin-left: 80px;
        margin-bottom: 5px;
        padding: 0 0 5px 100px;
        border-bottom: 1px solid #CCCCCC;
		font-size: 1.5rem;
}


/* ブログ
------------------------------------------------------------*/

.kiji{
	padding-bottom: 150px;
}

.blog{
	margin: 50px 20px ;
}

.blog_title{
	display: flex;
    justify-content: left;
	padding-top: 50px;
	margin-top: 50px;
	margin-bottom: 10px;
    max-width: 1080px;
	margin: 0 auto;
}

h2{
	font-size: 1.5rem;
	font-weight: 400;
	color: white;
	margin-top: 55px;
	margin-left: 50px;
}

.kiji .container {
    max-width: 1080px;
    margin: 0 auto;
}

.kiji .container::after {
    display: block;
    content: "";
    clear: both;
}

.blog-box {
    position: relative;
    float: left;
    width: 32%;
	margin: 0 2% 40px 0;
    color: #555;
}

.blog-box:nth-of-type(3n) {
    margin-right: 0;
}

.blog-box img {
    max-width: 100%;
	height: auto; 
	border-radius:8px;
}

.blog-box-inner {
    height: 120px;
    padding: 0px 20px 0px 20px;
    box-sizing: border-box;
	background-color: #fff;
}

.blog-box-inner h3 {
    margin: 0;
	padding-top: 10px;
	line-height: 1.5;
    font-size: 1.8rem;
    font-weight: 700;
	color: #ADCF62;
}

.blog-box-inner span {
	width: 88%;
	height: 40px;
    white-space: pre-wrap;
    overflow: hidden;
	text-overflow: ellipsis;
    position: absolute;
	padding: 0px 20px 0px 0px;
    bottom: 15px;
    font-size: 1.2rem;
    color: #4c4c4c;
}

.farmam_kiji{
	margin: 50px 50px 210px;
}

.farmam_kiji_title{
	display: flex;
    justify-content: left;
	margin-top: 50px;
	margin-bottom: 10px;
    max-width: 1080px;
	margin: 0 auto;
}

.container02{
	display:  flex;
	justify-content: start;
    max-width: 1080px;
	margin: 0 auto; 
	z-index: 4;
}

.container02 img{
	width: 25%;
	height: 25%;
	margin-right: 20px;
	border-radius:8px;
}

.farmam_kiji_naka{
	position: relative;
}

.container03 {
	position: absolute;
    left:60%;
	bottom: 0%;
	z-index: 15;
	text-align : center;	
}

.container03 p{
	margin-bottom: 0;
	font-size: 1.4rem;
}

.container03 span{
	display: none;
}

h5{
	font-size: 1.5rem;
	text-align:right;
	color: white;
}

h5 a:link	{
	color : white;
}
h5 a:visited	{
	color : white;
} 

h5 a:hover	{
	color : #FFFF00;
} 


/* 支援事例
------------------------------------------------------------*/

.jirei_kiji{
	background-image: url("../images/sienjirei_ph.jpg");
	background-size:cover;
}

.container04{
	max-width: 1080px;
	padding: 80px 0px;
	margin: 0 auto;
}

.jirei_kiji_title{
	display: flex;
    justify-content: left;
	padding-bottom: 20px;
}

.jirei_kiji_title p{
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.75;
}

.jirei_kiji ul {
    display: inline-block; /* リスト横並びに */
	vertical-align: top; /* リスト上を揃える */
	margin-left: -20px;
}

.jirei_kiji_naka p{
	display:none;
}

.jirei_kiji_mobile{
	display:none;
}

.jirei_kiji h4{
	line-height: 0.2;
	margin-top: 30px;
}

.jirei_kiji li {
     list-style: none; /* リストの点消す */
     padding:0px 0px 0px 0px;
	 font-size: 1.4rem;
	 line-height: 1.5;
}



/* アクセス
------------------------------------------------------------*/

.access01{
	background-color:  #ADCF62;
}

.access_title{
	display: flex;
    justify-content: left;
	padding-top: 50px;
	margin-top: 50px;
	margin-bottom: 10px;
    max-width: 1080px;
	margin: 0 auto;
}

.access_title p{
	font-size: 1.5rem;
	font-weight: 400;
	color: white;
	margin-top: 12px;
	margin-left: 30px;
}

.map{
	text-align : center;
	padding-top: 30px;
	padding-bottom: 100px;
}

footer {
    padding: 20px 0;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: center;
    color: #fff;
    background-color: #7DA346;
}




/* PC表示 769px以上
------------------------------------------------------------*/
@media (min-width: 769px) {
	.header_mobile{
		display:none ;	
	}
	
	.blog-box_mobile{
		display:none ;	
	}
	
	/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger{
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  overflow: auto;
  width: 90%;
  height: auto;
	max-height: 90%;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}

.popup_content_img{
	margin-top: 15px;
	width: 100%;
	height: auto;
	text-align : center;
}

.popup_content p{
	text-align : center;
	font-size: 14px;
	line-height:2;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}


.blog-box img:hover {
	opacity: 0.8 ;
}


.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

/*ポップアップココまで*/
}



@media screen and (max-width: 900px) {
	
.header_pc li {
		font-size: 1.5vw;
	}
	
.home {
	padding-right: 5px;
	background-size:18px 18px;
}

.tsushin {
    padding-right: 5px;
	background-size:18px 18px;
}

.syoukai {
    padding-right: 5px;
	background-size:18px 18px;
}

.jirei {
    padding-right: 5px;
	background-size:18px 18px;
}

.access {
    padding-right: 5px;
	background-size:18px 18px;
}

.mail {
    padding-right: 0px;
	background-size:18px 18px;
}
	
.refarm-inner{
        right: 5%;
}
	
.refarm h1{
		font-size: 3vw;
}

.refarm p{
	font-size: 1.4vw;
}
	
.container04{
    left: 3%;
}	
	

.jirei_kiji_title{
	padding-bottom: 0px;
}	
		
.jirei_kiji_title p{
	font-size: 1.2rem;
	margin-left: 10px;
}	

.jirei_kiji ul {
	 font-size: 1.2rem;
	 line-height: 0.8;
}	

	
}


@media screen and (max-width: 1300px) {
.container03 p{
	margin-bottom: 0;
	font-size: 1.2vw;
}
	
.refarm p{
	font-size: 1.4vw;
}
	
.container04{
	padding: 40px 0px;
	margin: 0 8%;
}
	
		

}



/* モバイル表示 769px以下
------------------------------------------------------------*/

@media screen and (max-width: 769px) {
	
.popup_wrap{
		display:none ;/* pc版のポップアップなし */
	}	
	
	
/* モバイル版メニュー
------------------------------------------------------------*/		
	
.header_pc{
	display:none ;	/* pc版のメニューボタンを隠す */
	}	
	
.sp-nav {
    position: absolute;
    top: 8rem;
    left: 0;
    display: none;
    z-index: 1000;
    width: 100%;
    background-color: #ffffff;
    opacity: .9;
}

.sp-nav-list {
    width: 100%;
    padding: 5% 0% 5% 12%;
    font-size: 2.2rem;
    text-align: left;
    list-style: none;
	line-height:2;
}

.sp-nav-list li {
    margin-bottom: 1rem;
}
	
.home,.tsushin,.syoukai,.jirei,.access,.mail{
    padding-left: 50px;
	padding-right: 20px;
	background-size:35px 35px;
}
	
.nav-button{
	color: #ffffff;
	font-size: 3rem;
	}
	
	
	
/* モバイル版トップ
------------------------------------------------------------*/	
	
.mein-ph,.mein-ph02{
	display:none ;	/* pc版のメイン画像を隠す */
	}

/* モバイル版のメイン画像 */	
.mobile_mein-ph{
	width: 100%;
	height: auto;
	display: block !important;
	z-index: 100;
	box-shadow:5px 5px 5px rgba(0,0,0,0.3);
	}		
	
.logo{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 200px;
    height: auto;
	z-index: 200;
}

.top{
		position: relative;
	}	
	
.nav-button{
	position: absolute;
	right: 10px;
	z-index: 2000;
	}	
	
.mein-ph02{
	position: relative;
}

.refarm h1{
	font-size: 3.2rem;
	text-align:center;
	color: #ffffff;
	line-height: 0;
	padding-bottom: 20px;
}

.refarm p{
	font-size: 1.2rem;
	line-height: 2.2em;
	text-align:center;
	color: #ffffff;
	z-index: 5;
}

.refarm-inner{
	position: absolute;
	width: 90%;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 100;
}
	
/* ニュース
------------------------------------------------------------*/

.news2{
    margin-left: 20px;
    margin-right: 20px;
	padding-top:  50px;
	padding-bottom:  30px;
}

/*スクロールのやつ*/
.inline_box {
    height: 200px; /*高さ*/
}	

dl.sampleList02 {
    overflow: hidden;
}

.new_icon{
	 display: none;
}

dl.sampleList02 dt {
        margin-bottom: 0px;
        padding-bottom: 0px;
		padding-left: 5px;
        width: 100px;
		font-size: 1.9rem;
	    float: none;
        clear: none;
}

dl.sampleList02 dd {
		margin-left: 2px;
        margin-bottom: 5px;
        padding: 0 0 15px 0px;
        border-bottom: 1px solid #CCCCCC;
		font-size: 1.4rem;
}

	
.kiji .container::after {
    display: block;
	text-align:center;
    content: "";
    clear: none;
}
	
.kiji{
	padding-bottom: 50px;
}

	
/*ファーマン部分*/		
	
.farmam_kiji_title{
	display: flex;
    justify-content: center;
	padding-top: 10px;
}
	
.farmam_kiji{
	margin: 0px 20px 120px 20px;
	}

.container02{
	display:  block;
	justify-content: center;
	text-align:center;
	margin: 0 auto; 
	z-index: 4;
}
	
.container02 img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
	
.container03 {
	position: relative;
    left:0%;
	bottom: 0%;
	text-align : center;	
}
	
.container03 p{
	display: none;
}
	

.container03 span{
	display: block !important;
	display: none;
	font-size: 1.4rem;
}
	
	
/*ブログ部分*/	
.blog_title{
	flex-direction: column;
	text-align:center;
	padding-top: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
    max-width: 1080px;
	margin: 0 auto;
	}	
	
h2{
	font-size: 1.3rem;
	font-weight: 400;
	color: white;
	margin-top: 0px;
	margin-left: 0px;
}
	
.blog-box {
    display: none;
}
	
.blog-box-inner_mobile{
	display: block !important;
	background-color: #fff;
}
	
.blog-box_mobile img {
    max-width: 100%;
	height: auto; 
	border-radius:8px;
}
	

.blog-box-inner_mobile h3 {
    margin: 0;
	padding-top: 10px;
	padding-left: 15px;
    font-size: 1.8rem;
    font-weight: 700;
	color: #ADCF62;
}

.blog-box-inner_mobile p {
	padding: 0px 15px 20px 15px;
    font-size: 1.3rem;
    color: #4c4c4c;
}	
	
.blog-box_mobile{
	margin-bottom: 60px;
}
			

	
	
/*支援事例部分*/	
	
.jirei_kiji	{
	background-color: white;
	margi-top: 0;
	margi-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

.jirei_kiji_ph{
	display: none;
}

.jirei_kiji_title{
	display: none;
}

.jirei_kiji_title p{
    display: none;
}
	
.jirei_kiji_mobile {
	margin-top: 5px;
	display: block !important;
	width: 100%;
}

.jirei_kiji_mobile_ph{
	width: 100%;
	height: auto;
}	

	
.jirei_kiji_mobile p{
	display: block !important;
	line-height: 2;
	text-align: center;
	margin-top: 40px;
	margin-bottom: -20px;
	font-size: 1.4rem;
}

.jirei_kiji ul {
	margin-top: 0px;
   
}


.jirei_kiji h4{
	line-height: 0.2;
}

.jirei_kiji ul {
     list-style: none; /* リストの点消す */
     padding:0px 0px 0px 10px;
	 font-size: 1.4rem;
	 line-height: 0.8;
}

.container04{
	position: static;
}
	
	
/*アクセス部分*/	
	
.access_title{
	flex-direction: column;
    justify-content: center;
	padding-top: 40px;
	margin-bottom: 10px;
    max-width: 1080px;
	margin: 0 auto;
}
	


.access_title p{
	margin-left: 30px;
}

.map iframe{
  width: 85%;
  height: 400px;
}

}