@charset "utf-8";/* CSS Document */
body {
margin: 0;
width:100%;
font-weight: 400;
font-size: 16px;
line-height: 1.5;
color: #333;
font-family: 'Noto Sans JP', sans-serif;
background: #F8F8EC;
letter-spacing: 1px;
}

.en{
font-family: 'Zen Maru Gothic', sans-serif;
font-weight: bold;
}

img{
width: 100%;
}

a{
outline:none !important;
color: #333;
}

a:hover{
outline:none !important;
text-decoration: none;
opacity: 0.7;
transition: .3s;
}

ul{
list-style:none;
padding:0;
margin: 0;
letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */

}

ul li{
letter-spacing: normal; /* 文字間を詰めて隙間をなくす */
}

div,
ul,
li,
p{
box-sizing: border-box;
line-height: 1.5;
}

div,
p,
li a{
line-height: 1.5;
}

p{
margin: 0;
font-size: 16px;
}

.warp{
width: 1200px;
padding: 0 70px 0px;
margin: 0 auto;
overflow: hidden;
}

.pc_none{
display:none;
}

.fl_box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items:flex-start;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 20px;
  margin-bottom: 100px;
}

.breadcrumb li{
font-size: 12px;
}

.breadcrumb li a{
display: inline-block;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
  display: inline-block;
}

/* header */
header{
width:100%;
padding:0;
z-index:9999;
background:#fff;
position: fixed;
height: 88px;
top: 0px;
left: 0;right: 0;
margin:auto;
box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .12);
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items:flex-start;
}


header .drawer{
width: 6%;
}


header .menu{
width: 94%;
}

header p#logo a:hover{
opacity: 1;
}

header p#logo img{
width: 86px;
}

footer{
background: #fff;
margin-top: 100px;
text-align: center;
}

footer .warp{
padding: 0;
}

footer .logo{
padding:30px 0px 0px;
}

footer .logo img{
width: 430px;
margin-bottom: 10px;
}

footer .link01{
margin: 60px auto;
}

footer .link01 li{
display: inline-block;
margin-right: 50px;
}

footer .link01 li:last-child{
margin-right: 0;
}

footer .link01 li a{
font-size: 18px;
font-weight: bold;
}

footer .copy{
text-align: center;
font-size: 12px;
line-height: 30px;
padding-bottom: 4px;
}

footer .sns_link{
display: flex;
justify-content: space-between;
text-align: center;
max-width: 300px;
margin: 0px auto 30px;
}

footer .sns_link li{
width: 50px;
}

footer .sns_link li a {
  text-indent: -9999px;
  height: 80px;
  width: 50px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

footer .sns_link li:nth-child(1) a{
background: url("../img/s1.png") no-repeat center center;
background-size: 100% auto;
}

footer .sns_link li:nth-child(2) a{
background: url("../img/s2.png") no-repeat center center;
background-size: 100% auto;
}

footer .sns_link li:nth-child(3) a{
background: url("../img/s3.png") no-repeat center center;
background-size: 100% auto;
}

footer .sns_link li:nth-child(4) a{
background: url("../img/s4.png") no-repeat center center;
background-size: 100% auto;
}


/* 右下に固定 */
#page-top a {
  bottom: 60px;
  padding: 0px;
  position: fixed;
  right: 40px;
  width: 40px;
  height: 40px;
}

.mb00{
margin-bottom: 0 !important;
}

.drawer{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
position: relative;
}

/*ナビゲーション部分*/
.menu ul li a {
display:block;
font-weight:bold;
text-decoration:none;
}

.menu ul li a img{
width: 88px;
}

@media screen and (min-width: 768px) {

header{
display: flex;
justify-content: space-between;
}

header::after{
display:none;
} 

.Toggle{
display: none;
}

.menu{
background-color: transparent;
margin-top:0;
-webkit-transform: translateX(0);
transform: translateX(0);
display: inline-block;
}
.menu ul{
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
}
.menu ul li{
margin-right: 50px;
vertical-align: top;
}

.menu ul li.contact{
margin-right: 0;
}

.menu ul li a{
color:#333;
}


}
/* top----------------------------------- */

/*==================
見出し基本h2設定
==================*/
#top .cont03{
	padding-top:60px;
}
.title_area h1{
font-family: 'Noto Sans JP';
font-weight: bold;
font-size: 36px;
line-height: 1;
text-align: center;
position: relative;
color: #0FA36A;
}

.title_area h1 span{
font-size: 16px;
text-align: center;
display: block;
margin-top: 20px;
font-weight: normal;
}

h2{
font-family: 'Noto Sans JP';
font-weight: bold;
font-size: 36px;
line-height: 1;
text-align: center;
color: #333;
position: relative;
margin: 80px auto 50px;
}

h2 span{
font-size: 16px;
text-align: center;
color: #3EB385;
display: block;
margin-top: 20px;
}

#top h3{
font-size: 28px;
letter-spacing: 1px;
}

#top h3::first-letter {
  color: #3DB383;
}

/*==================
fv_メイン画像
==================*/
.slider01{
margin: 0 auto 0;
width: 100%;
}
.slick-img img {
height: auto;
width: 100%;
}

.fv{
overflow: hidden;
position: relative;
background: #0FA36A;
text-align: center;
}

.fv .warp{
position: absolute;
top:0;bottom: 0;
left: 0;right: 0;
margin:auto;
color: #fff;
height: 100%;
vertical-align: middle;
z-index: 1;
padding-top: 150px;
}

.fv .warp h2{
font-size: 38px;
margin: 0;
color: #fa8900;
line-height: 52px;
padding-top: 0px;
}

.fv .warp p{
padding: 30px 0 0px;
color: #fa8900;
font-size: 18px;
}

.fv .warp p.t_text{
padding: 0;
}

.fv .warp a.more01{
margin-top: 0px;
}

.fv .slick-dots{
display: none !important;
}

.slick-arrow{
display: none !important;
}

/*==================
共通あしらい
==================*/

.more01{
background: #FA8900;
color: #fff;
padding: 10px 40px;
display: inline-block;
border-radius: 30px;
font-weight: bold;
}

.more02{
font-size: 18px;
}

.more03{
background: #3DB383;
color: #fff;
padding: 20px 40px;
display: inline-block;
border-radius: 40px;
font-size: 20px;
font-weight: bold;
}

.more04{
color: #3DB383;
padding: 10px 20px;
display: inline-block;
border-radius: 40px;
font-weight: bold;
border: 1px solid #3DB383;
}

.title_area{
color: #fff;
text-align: center;
padding: 60px 20px;
margin-top: 88px;
margin-bottom: 10px;
background: url("../img/title_bg.jpg") no-repeat center center;
background-size: cover;
}

/*==================
01_news
==================*/
#top .cont01{
background: #0FA36A;
overflow: hidden;
color: #fff;
padding-top: 20px;
}

#top .cont01 h2,
#top .cont01 h2 span{
color: #fff;
}

#top .cont01{
padding: 20px 0px;
}

#top .cont01 .left{
width: 20%;
}

#top .cont01 .left h2{
margin: 60px 0 20px;
}

#top .cont01 .right{
width: 80%;
padding-top: 20px;
}

#top .cont01 ul li{
padding: 10px;
border-bottom: 1px dotted #fff;
}

#top .cont01 ul li span{
margin-right: 40px;
}

#top .cont01 ul li a{
color: #fff;
}

#top .cont01 p{
text-align: right;
width: 100%;
margin-bottom: 30px;
}

#top .cont01 p a{
color: #fff;
margin-top: 20px;
}

/*==================
02_ABOUT US
==================*/
#top .cont02{
text-align: center;
margin-bottom: 100px;
}

#top .cont02 p{
padding-bottom: 50px;
font-size: 22px;
line-height: 1.5;
}


/*==================
03_messe
==================*/
#top .cont03 .left{
width: 66%;
}

#top .cont03 .right{
width: 30%;
}

#top .cont03 .right img{
}

#top .cont03 .right .messe img{
height: auto;
}

#top .cont03 h3{
margin-bottom: 40px;
}

#top .cont03 .left p{
font-size: 18px;
}

#top .cont03 .right p{
font-size: 18px;
text-align: right;
margin-top: 10px;
font-weight: bold;
}

#top .cont03 p.btm_text{
font-size: 22px;
text-align: center;
margin-top: 30px;
}


/*==================
05_pro
==================*/
#top .cont05 .po_box{
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
margin-bottom: 80px;
}

#top .cont05 .img_box{
flex-basis: 36%; /* 要素の幅指定 */
z-index: 1;
}

#top .cont05 .text_box{
background: #fff;
z-index: 2;
width: 64%;
box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .16);
margin-left: -30px;
padding: 30px;
text-align: right;
}

#top .cont05 .text_box p.title{
margin-bottom: 20px;
vertical-align: middle;
line-height: 50px;
position: relative;
padding-left: 80px;
font-weight: bold;
font-size: 26px;
text-align: left;
}

#top .cont05 .text_box p{
text-align: left;
}

#top .cont05 .text_box p.title span{
color: #9ED9C2;
font-size: 52px;
position: absolute;
top: 0;
left: 0;
}

#top .cont05 .text_box a{
margin-top: 30px;
}


#top .cont05 .po_box02 .img_box{
width: 36%;
position: absolute;
right: 0;
}

#top .cont05 .po_box02{
height: 330px;
}

#top .cont05 .po_box02 .text_box{
width: 64%;
margin-right: -30px;
margin-left: 0px;
position: absolute;
left: 0;
}


#top .cont06{
text-align: center;
padding-bottom: 80px;
}

#top .cont06 ul{
justify-content: space-around;
}

#top .cont06 ul li{
width: 30%;
text-align: center;
background: #D4E5D3;
box-shadow: 0 3px 14px 0 rgba(0, 0, 0, .12);
}

#top .cont06 ul li h3::first-letter {
  color: #000;
}

#top .cont06 ul li h3{
font-size: 18px;
padding: 10px;
}

#top .cont06 ul li a{
margin: 10px auto 20px;
}

#top .cont06 a{
margin-top: 60px;
}

#top .cont08{
background: url("../img/blogbg.png") no-repeat;
background-size: cover;
text-align: center;
padding: 0px 0 10px;
}

#top .cont08 .slick-img{
text-align: left;
height: 240px;
box-shadow: 0 3px 14px 0 rgba(0, 0, 0, .12);
display: flex;
}

#top .cont08 .left{
width: 30%;
}

#top .cont08 .right{
width: 70%;
padding:20px 20px 10px;
text-align: right;
}


#top .cont08 .right p.title{
font-size: 20px;
font-weight: bold;
margin-bottom: 20px;
text-align: left;
}

#top .cont08 .right p{
text-align: left;
}

#top .cont08 .right a{
padding: 10px 20px;
margin-top: 10px;
}

#top .cont08 .slider02{
padding-bottom: 50px;
}

#top .cont08 .slick-dots{
bottom: -0px;
}

#top .cont08 .slick-list{
background: #fff;
}

#top .cont08 .slick-dots li{
width: 18px;
height: 18px;
border-radius: 10px;
padding: 0;
background:#fff;
margin: 0 15px;
}

#top .cont08 .slick-dots li.slick-active{
background: #3DB383;
border-radius: 10px;
}

.slick-dots li.slick-active button::before,
.slick-dots li button::before{
font-size: 0 !important;
opacity: 0 !important;
}

#top .cont09{
text-align: center;
padding: 80px 0;
}

#top .cont09 h3{
margin-bottom: 30px;
}

#top .cont09 table{
text-align: left;
background: #fff;
width: 100%;
margin-bottom: 50px;
box-shadow: 0 3px 14px 0 rgba(0, 0, 0, .12);
}

#top .cont09 table th{
background: #fff;
}


#top .cont09 table th,
#top .cont09 table td{
padding:20px 30px;
border-bottom: 1px solid #EEE;
}

#top .cont09 table td:first-child{
border-right: 1px solid #EEE;
}

#top .cont09 table th{
text-align: center;
}

#top .cont09 table th img{
width: 430px;
}

#top .cont04{
margin-bottom: 40px;	
}

#top .cont04 li{
width: 48%;
margin-bottom: 20px;	
}

#top .cont04 .btm p{
text-align: center;
}

#top .npo ul{
margin:10px auto 30px;
}

#top .npo li{
width: 30%;
}

#top .about .pic{
margin-top: 80px;
}

#top .about .sl_area .left{
width: 35%;
vertical-align: middle;
text-align: center;
background: #ccc;
}

#top .about .slider02{
width: 63%;
vertical-align: middle;
text-align: center;
font-size: 50px;
}

#top .about .pic p.title{
font-size: 22px;
text-align: center;
margin-bottom: 20px;
}

#top .about .pic ul li{
width: 32%;
margin-bottom: 10px;
}

#top .about .pic ul li p{
background: #fff;
padding: 10px;
text-align: center;
}

#top .about .pic .text_box{
background: #fff;
padding: 30px;
}

#top .about .pic .text_box h4{
margin-bottom: 20px;
font-size: 18px;
}

#top .about .cont10{
margin: 80px auto 0;
font-family: 'Noto Serif JP', serif;
}

#top .about .cont10 .warp{
background: url("../img/bg01.png") no-repeat;
background-size: cover;
padding: 40px 50px;
color: #fff;
width: 1080px;
}


#top .about .cont10 h2{
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 36px;
  margin: 0px auto 50px;
  color: #fff;
  letter-spacing: 3px;
padding: 0;
text-align: center;
width: auto;
}

#top .about .cont10 ol{
margin-left: 30px;
margin-bottom: 50px;
}

#top .about .cont10 ol li{
margin-bottom: 30px;
font-size: 18px;
border-bottom: 1px dotted #fff;
padding-bottom: 10px;
text-align: left;
}

#top .about .cont10 ol li span{
display: block;
font-size: 14px;
margin-top: 10px;
}

#top .ploj .cont02 {
  text-align: center;
  margin-bottom: 80px;
}

.ploj .cont02 .box01{
margin: 50px 0;
background: #fff;
}

.ploj .cont02 .box01 h2{
padding: 20px 20px;
margin: 0 ;
font-size: 32px;
color: #333;
text-align: center;
}

.ploj .cont02 .box01 h3{
padding: 20px 20px;
}

#top .ploj .cont02 .box01 p{
text-align: left;
font-size: 18px;
padding: 0 30px 50px;
}


.ploj p.title{
font-size: 32px;
font-weight: bold;
text-align: center;
margin-bottom: 20px;
color: #0FA36A;
}

.ploj p.title span{
color: #9BD6B8;
margin-left: 5px;
}

.ploj h2{
  width: 1100px;
  padding: 120px 70px 120px;
  margin: 0 auto;
  text-align: left;
font-size: 32px;
font-weight: bold;
color: #333;
}

.ploj .box02 h2{
color: #fff;
}

.ploj .cont11 .in_box{
background: #fff;
box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .16);
padding: 50px;
width: 1100px;
margin: 0 auto;
}

.ploj .cont11 .in_box p{
font-size: 18px;
margin-bottom: 30px;
}

.ploj .cont11 .in_box img{
margin: 30px auto;
}
.ploj .cont11 .box03 h2{
color: #333;
}

.ploj .cont11 .in_box h3{
margin-bottom: 20px;
}

.ploj .cont11 .in_box ol{
margin-left: 20px;
margin-bottom: 20px;
font-size: 18px;
font-weight: 500;
}

.ploj .cont11 .in_box ul{
margin-left: 20px;
list-style: disc;
margin-bottom: 20px;
font-size: 18px;
font-weight: 500;
}

.ploj .cont11 .in_box h4{
font-size: 20px;
margin-bottom: 10px;
border-left:3px solid #0FA36A;
padding-left: 10px;
}

.prod ul.seihin{
margin-bottom: 80px;
align-items: stretch;
}

.prod ul.seihin li{
width: 48%;
padding-bottom: 40px;
margin-bottom: 40px;
text-align: right;
background: #fff;
padding:20px;
padding-bottom: 60px;
}

#top .prod ul.seihin li h3{
font-size: 22px;
}

.prod ul.seihin li img{
margin: 20px 0px;
}
.prod ul.seihin .cont img{
display: none;
}

.prod ul.seihin .more04{
position: absolute;
bottom: 20px;
right: 20px;
}

.prod ul.seihin li p,
.prod ul.seihin li h3{
text-align: left;
}

.prod ul.seihin li p{
margin-bottom: 20px;
}

.prod .seihin_sub{
padding-bottom: 40px;
margin-bottom: 80px;
text-align: right;
background: #fff;
padding:40px;
}

.prod .seihin_sub .left,
.prod .seihin_sub .right{
width: 48%;
}

.prod .seihin_sub .left ul li{
width: 48%;
margin-bottom: 20px;
}

.prod .seihin_sub .left ul li:first-child{
width: 100%;
}

#top .prod .seihin_sub h3{
font-size: 22px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px dotted #ccc;
}

.prod .seihin_sub img{
margin: 0px 0px;
}

.prod .seihin_sub p,
.prod .seihin_sub h3{
text-align: left;
}

.prod .seihin_sub h4{
margin-bottom: 10px;
background: #333;
padding: 10px 20px;
color: #fff;
font-size: 20px;
}

.prod .seihin_sub p{
margin-bottom: 20px;
}

.prod .seihin_sub p.gaiyou{
padding: 20px;
margin-bottom: 20px;
font-size: 18px;
}

.prod .seihin_sub p.come{
font-size: 14px;
padding:0 20px;
margin-bottom: 20px;
}

.prod .seihin_sub p.btm{
text-align: center;
margin-top: 50px;
}

.prod .seihin_sub .right{
text-align: left;
}

.prod .seihin_sub .right ul{
margin: 20px 30px 40px;
}

.prod .seihin_sub .right ul li{
margin-bottom: 20px;
list-style: disc;
}

.prod .seihin_sub p.gaiyou2{
padding: 10px;
margin-bottom: 20px;
}

/*お問い合わせ*/
#contact{
margin-bottom: 80px;
}

#contact .form{
padding:50px 130px;
border-radius: 40px;
background: #fff;
}

#contact p,
#contact label{
  display: flex;
  align-items: center;
}

#contact p.top_text{
text-align: center;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #efefef;
width: 100%;
display: block;
}

#contact label span,
#contact p span{
font-size: 12px;
margin-right: 4px;
margin-left: 4px;
line-height: 1;
color: #830E0E;

}

#contact input{
height: 40px;
border-radius: 5px;
margin-bottom: 20px;
border: 1px solid #828282;
}

#contact dt{
width: 34%;
display: inline-block;
vertical-align: top;
margin-bottom: 60px;
padding-top: 10px;
text-align: left;
}

#contact dd{
width: 65%;
display: inline-block;
vertical-align: middle;
}

#contact dd.fl_box{
vertical-align: middle;
margin-bottom: 20px;
}

#contact input,
#contact textarea{
width: 96%;
padding:0 2%;
font-size: 1vw;
border: 1px solid #828282;
border-radius: 5px;
margin-bottom: 20px;
font-size: 16px;
}

#contact textarea{
min-height: 150px;
padding: 10px 2%;
}

#contact input[type=checkbox]{
width: 20px;
height: 20px;
display: inline-block;
margin-right: 10px;
border-radius: 5px;
margin-bottom: 0px;
background: #fff;
border: 1px solid #828282;
vertical-align: bottom;
}

#contact label.check{
display: inline-block;
width: auto;
vertical-align: bottom;
padding: 0 20px 0 10px;
}

#contact label.doui{
text-decoration: underline;
}

#contact dd.doui{
margin-top: 30px;
vertical-align: top;
}

#contact .more_g{
text-align: center;
}

#contact input[type=submit]{
margin: 50px auto 0;
padding: 0px 40px;
width: 350px;
color: #fff;
font-size: 15px;
text-align: center;
border-radius: 32px;
height: 64px;
font-weight: bold;
display: inline-block;
background: #fa8900;
border: 0px solid #fff;

}

.blog{
margin-bottom: 80px;
}

.blog .left{
width: 68%;
}

.blog .right{
width: 30%;
}

.blog .blog_box{
padding: 20px;
background: #fff;
margin-bottom: 30px;
}

.blog .blog_box .left{
width: 30%;
}

.blog .blog_box .right{
width: 100%;
}

#top .blog .blog_box h3{
border-bottom: 2px solid #3DB383;
padding-bottom: 10px;
margin-bottom: 20px;
font-size: 18px;
}

.blog .blog_box .right{
text-align: right;
}

.blog .blog_box .right p{
text-align: left;
}

#top .blog .blog_box a{
margin-top: 20px;
}

.blog_sub .blog_box .left{
width: 100%;
margin-bottom: 20px;
}

.blog_sub .blog_box .right{
width: 100%;
}

.blog_sub .blog_box .right img{
margin: 20px 0;
	width: auto;
}

.blog_sub .blog_box .right p{
margin-bottom: 10px;
}




























