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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,.luxbar-item a
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    font-size: 16px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h2 {
    font-size: 21px;
}
a {
    text-decoration: none;
    color: #000;
}
p {
    line-height: 1.7;
}
li {
/*    line-height: 1.7;*/
    
}
strong {
    font-weight: bold;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
}
/*************************************
*************************************
共通
*************************************
*************************************/
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.wrapper {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #fff;
}
.container {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.disp_pc {
    display: block;
}
.disp_tab {
    display: none;
}
.disp_sp {
    display: none;
}
.page_navi {
    margin: auto;
    position: relative;
    font-size: 15px;
    z-index: 20;
    margin-bottom: 40px;
}

#return_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 500;
}
.contBox {
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.title {
    margin-bottom: 30px;
}
.title h2 {
    text-align: center;
    margin-bottom: 15px;
}
.title img {
    display: block;
    margin: 0 auto;
}
.copy_seisaku a {
	color:#888;
	font-size:0.8em;
}
.underPage_Title_h2 {
    text-align: center;
    font-size: 24px;
    background-color: #f3f2ee;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ccc9c7;
    margin-bottom: 10px;
}
.underPage_Title_h3 {
    margin-bottom: 30px;
    
}
.underPage_Title_h3 h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 28px;
}
.underPage_Title_h3 img {
    display: block;
    margin: 0 auto;
}
.flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flexBox_Center {
    display: flex;
    flex-wrap: wrap;
    justify-content: Center;
}
.flexCol3 li {
    width: 33%;
    margin-bottom: 30px;
}
.flexCol3 li img {
    width: 100%;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .disp_pc {
        display: none;
    }
    .disp_tab {
        display: block;
    }
}
@media screen and (max-width: 480px) {
    .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .disp_tab {
        display: none;
    }
    .disp_pc {
        display: none;
    }
   .disp_sp {
        display: block;
    }
    .contBox {
        width: 100%;
    }
    .title img {
        max-width: 100%;
        width: auto;
            
    }
    .flexCol3 li {
        width: 100%;
    }
}
/*************************************
ヘッダー
*************************************/
.headerbox_Center {
    font-size: 12px;
    text-align: center;
    background-color: #f3f2ee;
    border-top: 3px solid #75be3a;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
#headerBox {
    margin-top: 20px;
    margin-bottom: 20px;
}
.headerBox_Left {
    float: left;
}
.headerBox_Right {
    float: right;
}
#globalNavi_pc .container {
    position: relative;
}
#globalNavi_pc .container img {
    position: absolute;
    top: 15px;
}
nav {
    background-color: #75be3a;
}
nav ul {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background-image: url(../img/nav_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
nav ul li {
    width: 25%;
    text-align: center;
/*    background-color: #75be3a;*/
/*    border-right: 1px solid #fff;*/
}
nav ul li a {
    color: #fff;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
}
.navBorder {
    padding-top: 2px;
    border-bottom: 1px solid #75be3a;
    margin-bottom: 10px;
}
/*スクロール固定*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    #globalNavi_pc {
    display: block;
}
}
@media screen and (max-width: 480px) {
    .headerBox_Left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .headerBox_Right {
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    .headerBox_Left img {
        width: 100%;
    }
    .headerBox_Right img {
        width: 100%;
    }
    #globalNavi .uk-navbar-toggle {
        padding: 15px;
        color: #000;
    }
    #globalNavi {
        background-color: #75be3a;
        margin-bottom: 10px;
    }
    nav {
        background-color: transparent;
    }
    nav ul {
        display: block;
    }
    nav ul li {
        width: 100%;
        text-align: left;
        background-color: transparent;
        border-right: none;
        border-bottom: 1px solid #000;
    }
    nav ul li a {
        color: #000;
    }
    .uk-offcanvas-bar {
            background-color: #fff;
    }
}

/*************************************
フッター
*************************************/
.bottomContact {
    margin-bottom: 45px;
}
.bottomContact .container{
    background-color: #f3f2ee;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
#bottomLogo {
    text-align: center;
    margin-bottom: 30px;
}
footer {
    background-color: #f3f2ee;
/*    border-bottom: 5px solid #75be3a;*/
}
.footerBox {
    padding-bottom: 20px;
}
.footerBox img {
    margin-bottom: 10px;
}
.footerBoxLeft {
    float: left;
    padding-top: 20px;
    width: 70%;
}
.footerBoxLeft img{
    max-width: 90%;
    width: auto;
}
.footerBoxRight {
    float: left;
    margin-top: 20px;
    width: 30%;
}
.copyright {
    background-color: #f3f2ee;
    border-bottom: 5px solid #75be3a;
}
@media screen and (min-width:768px) and ( max-width:1024px){

}
@media screen and (max-width: 480px) {

}

/*************************************
コピーライト
*************************************/
.copyright {
    text-align: center;
    font-size: 14px;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
    .bottomContact img {
        width: 100%;
    }
    .footerBoxLeft {
        float: none;
        margin-top: 20px;
        width: 100%;
    }
    .footerBoxLeft img{
        max-width: 100%;
        width: auto;
    }
    .footerBoxRight {
        float: none;
        width: 100%;
    }
    .footerBoxRight ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .footerBoxRight li {
        width: 48%;
    }
}

/*************************************
トップ
*************************************/
.top {
    margin-bottom: 30px;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    .top {
        width: 100%;
    }
    .top_slide img {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .top {
        width: 100%;
    }
    .top_slide img {
        width: 100%;
    }
}


/*************************************
新着情報
*************************************/
#news {
    margin-bottom: 70px;
}
#news ul {
    width: 100%;
    box-sizing: border-box;
}
#news li {
    border-bottom: 1px solid #ccc9c7;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
}
/*************************************
案内
*************************************/
#topAbout {
    margin-bottom: 50px;
}
#topAbout ul {
}
#topAbout li {
    width: 48%;
}
#topAbout li img {
    width: 100%;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
    #topAbout li {
        width: 100%;
        margin-bottom: 20px;
    }
}
/*************************************
ニーズ
*************************************/
#topNeeds {
    background-color: #f3f2ee;
    padding-top: 30px;
    padding-bottom: 50px;
}
#topNeeds h2{
    font-size: 32px;
    color: #009f5e;
    font-family: "ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.7;
}
#topNeeds li {
    width: 48%;
}
#topNeeds li img {
    width: 100%;
}
#topNeeds p{
    margin-bottom: 35px;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
    #topNeeds h2{
        font-size: 1.7em;;
    }
    #topNeeds li {
        width: 100%;
        margin-bottom: 20px;
    }
}
/*************************************
社長挨拶
*************************************/
#topPresi {
    margin-bottom: 80px;
}
#topPresi h2{
    margin-top: 70px;
}
.topPresi_Left {
    float: left;
    width: 65%;
}
.topPresi_Left_Name {
    text-align: right;
    margin-top: 15px;
}
.topPresi_Right {
    float: right;
    width: 30%;
}
.topPresi_Right img {
    display: block;
    margin-left: auto;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
    .topPresi_Left {
        float: none;
        width: 100%;
    }
    .topPresi_Left_Name {
    }
    .topPresi_Right {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .topPresi_Right img {
        display: block;
        margin: 0 auto;
    }
}


/*************************************
会社案内
*************************************/
#about {
    margin: 0 auto;
    margin-bottom: 30px;
}
#about table {
    width: 100%;
}
#about tr {
    border-bottom: 1px solid #ccc9c7;
}
#about th {
    width: 30%;
    box-sizing: border-box;
    text-align: left;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#about td {
    width: 70%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.7;
}

.aboutMap {
    background-color: #f3f2ee;
    padding-top: 30px;
    padding-bottom: 30px;
}
.aboutMapBox {
    width: 75%;
    margin: 0 auto;
}
.aboutMapBox iframe{
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}
.aboutMapBox p{
    margin-bottom: 20px;
}
.aboutMapBox img {
    max-width: 100%;
    width: auto;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
    #about th {
        width: 100%;
        display: block;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #about td {
        width: 100%;
        display: block;
    }
    .aboutMapBox {
        width: 100%;
    }
}


/*************************************
業務案内
*************************************/
#gyoumu {
    
}
.gyoumuBox {
    margin-bottom: 50px;
}
.gyoumuTitle {
    text-align: center;
    margin-top: 10px;
}
.rightSpace {
    padding-right: 10px;
}
.gyoumuBottomText { 
    font-size: 25px;
    text-align: center;
    margin-bottom: 90px;
        
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
.rightSpace {
    padding-right: 0;
}
}
/*************************************
お問い合わせ
*************************************/
#contact {
    margin: 0 auto;
    margin-bottom: 30px;
}
#contact table {
    width: 100%;
}
#contact tr {
    border-bottom: 1px solid #ccc9c7;
}
#contact th {
    width: 30%;
    box-sizing: border-box;
    text-align: left;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#contact td {
    width: 70%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.7;
}
.contactBox {
    margin-bottom: 30px;
}
.contactText {
    margin-top: 20px;
}
.sumitBtn {
    margin-top: 50px;
    text-align: center;
}
.sumitBtn p {
    background-color: #134614;
    padding: 8px 50px;
    display: inline-block;
    color: #fff;
    
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
    #contact th {
        width: 100%;
        display: block;
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    #contact td {
        width: 100%;
        display: block;
    }
}

/*************************************
スライドショー
*************************************/
.container-mv{
	width: 1000px;
	margin: auto;
}
@media screen and ( max-width:1024px){
	.container-mv{
		width: 100%;
		margin: auto;
	}
}
.slideshow {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* 横幅100%、高さは自動。中央重ね＆フェード対応 */
.slideshow img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1.5s ease;
  z-index: 0;
}

/* 表示中のスライド */
.slideshow img.active {
  opacity: 1;
  z-index: 1;
  position: relative; /* 表示画像だけ flow に乗せると高さが反映される */
}