@charset "utf-8";
/* CSS Document */
/*　reset　*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, img, a, table, tr, th, td, figure {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    line-height: 1em;
}
article, header, footer, aside, figure, figcaption, nav, section {
    display: block;
	background: #fff;
}
ol, ul {
    list-style: none;
    list-style-type: none;
}
hr {
    clear: both;
    display: block;
}
/***基本***/
/*html {
    scroll-behavior: smooth; 
}*/
#map-canvas,  
section#about,section#service { 
    scroll-margin-top: 120px;
}
article a:hover, #newsArea a:hover {
    text-decoration: none;
    color: #579e49;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
article .service-cta a:hover{
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news_btn:hover, .mapBtn:hover {
    background: #def8d6;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
article ul {
    padding-left: 20px;
}
article li {
    list-style: disc;
    line-height: 1.8em;
}
p.indent-note {
    padding-left: 1em; 
    text-indent: -1em;
    text-align: left;   
    display: block; 
}
.no-wrap {
  white-space: nowrap;
}

/*****/
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: normal;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}
body {
    font-family: 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	overflow-x: hidden;
	width: 100%;
}
nav, h1, h2 {
    font-family: Arial, Helvetica, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.about-header,.service-header,.flow-header {
    position: relative;
    overflow: hidden;
    height: 200px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
	justify-content: center;
}

.about-header::before,.service-header::before,.flow-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 220px);
    width: calc(50vw + 220px);
    height: 100%;
    background-color: #def8d6;
    clip-path: polygon(80px 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
}
/*.flow-header::before {
    left: calc(39% - 220px);
}*/
.about-header::after,.service-header::after,.flow-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 200px);
    width: calc(50vw + 200px);
    height: 100%;
    clip-path: polygon(80px 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2;
}
/*.flow-header::after {
    left: calc(43% - 197px);
    width: calc(60vw + 165px);
}*/
.about-header::after {
    background: url(../../img/imgAbout.jpg) no-repeat center center;
    background-size: cover;
}
.service-header::after {
    background: url(../../img/imgService.jpg) no-repeat center 65%;
    background-size: cover;
}
.flow-header::after {
    background: url("../../img/imgMain.jpg") no-repeat center 65%;
    background-size: cover;
}

.mapBtn {
    color: #579e49;
	background: #fff;
    width: 100px;
    height: 28px;
    font-size: 14px;
    text-align: center;
    border-radius: 100vh;
    border: solid 1px #579e49;
    display: inline-block;
    line-height: 2em;
    margin-left: 70px;
}
.wrap {
    margin: 0 auto;
    position: relative;
}
.wrap:after {
    content: "";
    display: block;
    clear: both;
}
#top-head .wrap:after {
    content: none;
}
.base {
    background: #FFF;
    display: block;
    clear: both;
    padding: 10px 0 160px 0;
    font-size: 16px;
}
#subpage {
    padding-top: 102px;
}
#pNavi {
    width: 1000px;
    margin: 0 auto;
    padding-top: 15px;
    display: block;
}
#pNavi li {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px 0 15px;
    background: url(../../img/pNavi-arrow.gif) left 0.15em no-repeat;
    line-height: 1em;
}
#pNavi li#home {
    padding: 0 10px 0 20px;
    background: url(../../img/pNavi-home.png) left top no-repeat;
    background-size: 14px 14px;
}
.tBox {
    width: 1000px;
    margin: 50px auto 100px auto;
}
.tBox:last-child {
    margin: 50px auto 0px auto;
}
.tBox p {
    line-height: 1.8em;
    margin-bottom: 1em;
}
dl.table {
    display: block;
	width: 100%;
    max-width: 1000px;
    margin: 50px auto;
	box-sizing: border-box;
}
dl.table:after {
    content: "";
    display: block;
    clear: both;
}
dl.table dt {
    clear: both;
    display: block;
    width: 35%;
    padding: 25px 20px;
    float: left;
    border-top: 1px solid #579e49;
    line-height: 1.6em;
    font-weight: bold;
	box-sizing: border-box;
}
dl.table dd {
    display: block;
    width: 65%;
    padding: 25px 20px;
    float: left;
    border-top: 1px dotted #777;
    line-height: 1.5em;
	box-sizing: border-box;
}
p#pagetop {
    position: fixed;
    bottom: -100px;
    right: 20px;
	z-index: 9999;
}
p#pagetop a {
    display: block;
    width: 80px;
    height: 80px;
    border: 3px solid #579e49;
    border-radius: 40px;
    color: #579e49;
    padding-top: 32px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.5);
}
p#pagetop a:hover {
    background: #579e49;
    color: #FFF;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
p#pagetop, p#pagetop a:hover {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
p#pagetop.fixed {
    bottom: 20px;
}
/**footer**/
footer {
  background: #93b057;
  padding: 0 0 30px 0;
  color: #ffffff;
}
footer .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
	margin-left: 70px;
}
footer .footer-logo img {
width: 300px;
    background: #fff;
    height: auto;
    margin: 0;
    padding: 12px;
}
footer address {
  font-style: normal; 
  font-size: 14px;
  line-height: 1.8;
  color: #ffffff;
}
footer .mapBtn {
  margin-left: 0;
}
#fNav {
  display: flex;
  justify-content: flex-end;
  max-width: 650px; 
}

#fNav ul {
  display: flex;
  flex-direction: row;
	flex-wrap: wrap;
  gap: 24px;
  padding-top: 30px;
  margin: 0;
	    justify-content: flex-end;
}
#fNav ul li:last-child {
  margin-top: 30px; 
	width: 100%;
	text-align: right;
}

#fNav ul li a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
#fNav ul li a:hover {
  opacity: 0.7;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#copyright {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}


/****詳細設定****/
.mar-b20 {
    margin-bottom: 20px;
}
.mar-t20 {
    margin-top: 20px;
}
.mar-r20 {
    margin-right: 20px;
}
.mar-l20 {
    margin-left: 20px;
}
.mar-b40 {
    margin-bottom: 40px;
}
.mar-t40 {
    margin-top: 40px;
}
.mar-r40 {
    margin-right: 40px;
}
.mar-l40 {
    margin-left: 40px;
}
/*****パーツ*****/
.red {
    color: #DD0005;
}
.b {
    font-weight: bold;
}
.large {
    font-size: 130%;
}

/**BOX**/
.box {
    background: #FFF url(../../img/box-bg.gif);
    padding: 30px;
    margin-bottom: 30px;
}
/**ニュース系日付**/
p#date {
    text-align: right;
}
/**News一覧**/
#newsArea {
    margin-top: 20px;
}
#newsArea dl:after {
    content: "";
    display: block;
    clear: both;
    border-bottom: 1px dotted #777;
    margin-bottom: 40px;
}
#newsArea dl dt {
    border-top: 1px dotted #777;
    padding: 20px;
    display: block;
    float: left;
    clear: both;
    width: 191px;
}
#newsArea dl dd {
    display: block;
    border-top: 1px dotted #777;
    padding: 20px;
    float: right;
    width: 809px;
}
#newsArea a {
    cursor: pointer;
}
#newsArea .tBox {
    width: 900px;
}
@media screen and (max-width:1310px) { /*　スマホ・タブレット共通　*/
    #news {
        background-size: 100% auto;
    }
    .wrap {
        width: 100%;
    }
    .base {
        background-size: 120%;
    }
    p#pagetop a:hover {
        color: #579e49;
        background-color: rgba(255, 255, 255, 0.5);
    }


    /**News一覧**/
    #newsArea dl dt {
        width: 30%;
    }
    #newsArea dl dd {
        width: 70%;
    }
}

@media screen and (max-width:1050px) { /*　スマホ・タブレット共通　*/
    .wrap {
        padding: 0 20px;
    }
	    .tBox {
        width: 100%;
        padding: 0 20px;
    }
		.tBox:last-child {
    margin: 50px auto 0px auto;
		padding: 0 20px;
}
    #top-head .wrap {
        padding: 0;
    }
	#fNav {
    display: none;
}
	footer .footer-info {
    align-items: center;
    margin: 20px auto;
}
/*	.flow-header::before {
    left: calc(45% - 220px);
}
	.flow-header::after {
    left: calc(50% - 197px);
    width: calc(60vw + 165px);
}*/
	#subpage {
     padding-top: 46px; 
}
}

@media screen and (max-width: 768px) {
	#map-canvas,  
section#about,section#service { 
    scroll-margin-top: 60px;
}
	    .tBox:last-child {
        margin: 0;
        padding: auto 20px;
	}
	    dl.table {
        width: 100%;
        margin: 0 0 1em 0;
    }
    dl.table dt {
        width: 100%;
        padding: 15px 0 0 10px;
        float: none;
    }
    dl.table dd {
        width: 100%;
        padding: 0 0 15px 10px;
        float: none;
        border-top: none;
    }

  footer .wrap {
    flex-direction: column;  /* 縦並びに切り替え */
    align-items: center;     /* 中央寄せに */
    gap: 40px;
  }
  footer .footer-info {
    align-items: center;     /* 左側エリアの中身も中央寄せに */
    text-align: center;
  }
  #fNav ul {
    text-align: center;      /* ナビも中央寄せに */
  }
}
@media screen and (max-width:639px) { /*　スマホ　*/
		.base {
    padding: 10px 0 80px 0;
}
	.tBox {
     margin: 0; 
}
	#newsArea dl:after {
    margin-bottom: 0;
}
    p#pagetop a {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        padding-top: 20px;
    }
    /**News一覧**/
    #newsArea dl dt {
        border-top: 1px dotted #777;
        padding: 20px 20px 10px 20px;
        display: block;
        float: none;
        width: 100%;
    }
    #newsArea dl dd {
        display: block;
        border-top: none;
        padding: 0 20px 20px 20px;
        float: none;
        width: 100%;
    }
    #newsArea .tBox {
        width: auto;
    }
		.mapBtn{
 margin-left: 15px; 
}
}
@media screen and (max-width:420px) { /*　スマホ　*/
	.mapBtn{
 margin-left: 0; 
}
footer .footer-logo img {
    width: 200px;
    }
}

@media screen and (min-width: 769px) {
    .contact-tel,.tel-text {
        pointer-events: none; 
        cursor: default;
    }
}