/* link
----------------------------------------------------------------------*/
a:link {
  text-decoration: none;
  color: #008900;
}

a:visited {
  text-decoration: none;
  color: #008900;
}

a:hover {
  text-decoration: none;
  color: #008900;
}

a:active {
  text-decoration: none;
  color: #008900;
}

/* pcNone,spNone
----------------------------------------------------------*/
@media only screen and (min-width: 769px) {
  /* show
  ----------*/
  .pcBlock {
    display: block;
  }

  .spBlock {
    display: none;
  }

  .pcBlock-i {
    display: inline-block;
  }

  .spBlock-i {
    display: none;
  }

  /* hide
  ----------*/
  .pcNone {
    display: none;
  }

  .spNone {
    display: block;
  }

  .pcNone-i {
    display: none;
  }

  .spNone-i {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  /* show
  ----------*/
  .pcBlock {
    display: none;
  }

  .spBlock {
    display: block;
  }

  .pcBlock-i {
    display: none;
  }

  .spBlock-i {
    display: inline-block;
  }

  /* hide
  ----------*/
  .pcNone {
    display: block;
  }

  .spNone {
    display: none;
  }

  .pcNone-i {
    display: inline;
  }

  .spNone-i {
    display: none;
  }
}
/* =========================================================
body
========================================================= */
body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 2.1;
  min-width: 320px;
  background: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  color: #70633C;
}

.pageTop {
  position: fixed;
  right: 30px;
  bottom: 25px;
}
.pageTop:hover {
  bottom: 20px;
  transition: .3s;
}

.comTitMod {
  color: #008900;
  letter-spacing: 2px;
  text-align: center;
}
.comTitMod .contImg {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.comTitMod .sectTit {
  margin-top: 15px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
}
.comTitMod .enTit {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.comTitMod:after {
  content: "";
  display: block;
  width: 95px;
  height: 7px;
  margin: 3px auto 0;
  background-image: url(../images/common/line_kakko_under_brown01.svg);
  background-repeat: repeat-x;
  background-size: 19px 7px;
}

.moreBtnAMod {
  position: relative;
  width: 150px;
  margin-top: 40px;
  margin-right: 0;
  margin-left: auto;
}
.moreBtnAMod::before {
  position: absolute;
  bottom: 23px;
  right: -5px;
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  border: 1px dashed #FFA805;
  border-radius: 50%;
}
.moreBtnAMod a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding-right: 25px;
}
.moreBtnAMod a::after {
  content: "";
  display: block;
  height: 1px;
  width: 92%;
  margin-top: -3px;
  background-color: #707070;
}
.moreBtnAMod a:hover::after {
  width: 100%;
  transition: .5s;
}
.moreBtnAMod a span::before {
  position: absolute;
  transform: rotate(46deg);
  bottom: 34px;
  right: 8%;
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: #707070;
}
.moreBtnAMod a span:hover::before {
  right: 0;
  transition: .5s;
}

.bgWrapCloth {
  background-image: url(../images/common/bg_cloth01.jpg);
  background-repeat: repeat;
}

@media only screen and (min-width: 769px) {
  .bgWrapCloth {
    min-width: 1140px;
  }
}
.underLineWave {
  position: relative;
}
.underLineWave:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background-image: url(../images/common/line_kakko_under_brown01.svg);
  background-repeat: repeat-x;
  background-size: 19px 7px;
}

/* =========================================================
layout
========================================================= */
#Wrapper {
  overflow: scroll;
  width: 100%;
}

.inner {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (min-width: 769px) {
  .inner {
    max-width: 1140px;
    width: 1140px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

/* =========================================================
sub page
========================================================= */
@media only screen and (min-width: 769px) {
  .subKvSect .inner {
    min-width: 1140px;
    max-width: 1326px;
    width: auto;
  }
  .subKvSect .inner .mainImg img {
    border-radius: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .subKvSect .inner {
    padding: inherit;
  }
  .subKvSect .inner .mainImg {
    margin-top: -58px;
  }
  .subKvSect .inner .mainImg img {
    width: 100%;
    height: auto;
  }
}
.topicsPath {
  margin-top: 5px;
}
@media only screen and (min-width: 769px) {
  .topicsPath {
    min-width: 1140px;
  }
}
@media only screen and (max-width: 768px) {
  .topicsPath {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .topicsPath .inner {
    max-width: 1326px;
    min-width: 1140px;
    width: auto;
  }
}
.topicsPath .itemList {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
}
.topicsPath .itemList li + li::before {
  content: "\03e";
  margin: 0 10px;
}
.topicsPath .itemList li a {
  color: #70633C;
}

.titSect .inner .sectMain .titBlock {
  text-align: center;
}
.titSect .inner .sectMain .titBlock .contImg {
  margin: 0 auto;
}
.titSect .inner .sectMain .titBlock .titWrap {
  display: inline-block;
}
.titSect .inner .sectMain .titBlock .titWrap .sectTit {
  line-height: 1;
  font-weight: bold;
  color: #008900;
}
.titSect .inner .sectMain .titBlock .titWrap .enTit {
  color: #008900;
}
.titSect .inner .sectMain .titBlock .titWrap .enTit:after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  margin: 3px auto 0;
  background-image: url(../images/common/line_kakko_under_brown01.svg);
  background-repeat: repeat-x;
  background-size: 19px 7px;
}
.titSect .inner .sectMain .lead {
  text-align: center;
}
.titSect .inner .sectMain .btnList li {
  box-sizing: border-box;
  text-align: center;
}
.titSect .inner .sectMain .btnList li a {
  display: block;
  border: 1px solid #008900;
  border-radius: 30px;
  color: #008900;
}
.titSect .inner .sectMain .btnList .noLinkBtn {
  border-radius: 30px;
  background-color: #008900;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  .titSect {
    min-width: 1140px;
    margin-top: -80px;
    padding-bottom: 60px;
  }
  .titSect .inner .sectMain .titBlock {
    letter-spacing: 2px;
  }
  .titSect .inner .sectMain .titBlock .contImg {
    width: 80px;
    height: 80px;
  }
  .titSect .inner .sectMain .titBlock .titWrap .sectTit {
    margin-top: 15px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .titSect .inner .sectMain .titBlock .titWrap .enTit {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
  .titSect .inner .sectMain .lead {
    margin-top: 40px;
  }
  .titSect .inner .sectMain .btnList {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  .titSect .inner .sectMain .btnList li {
    width: 250px;
    margin: 0 20px;
  }
  .titSect .inner .sectMain .btnList li a {
    padding: 10px 10px;
  }
  .titSect .inner .sectMain .btnList li a:hover {
    background-color: #008900;
    color: #fff;
    transition: .3s;
  }
  .titSect .inner .sectMain .btnList .noLinkBtn {
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .titSect {
    margin-top: -50px;
    padding-bottom: 50px;
  }
  .titSect .inner .sectMain .titBlock {
    padding: 30px 40px;
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.3);
    letter-spacing: 2px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .titSect .inner .sectMain .titBlock .contImg {
    width: 80px;
    height: 80px;
    margin-top: -70px;
  }
  .titSect .inner .sectMain .titBlock .titWrap .sectTit {
    margin-top: 15px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .titSect .inner .sectMain .titBlock .titWrap .enTit {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
  .titSect .inner .sectMain .lead {
    position: relative;
    z-index: 1;
    margin-top: -10px;
    text-align: left;
    padding: 0 10px;
  }
  .titSect .inner .sectMain .btnList li {
    max-width: 350px;
    margin: 0 auto;
  }
  .titSect .inner .sectMain .btnList li + li {
    margin-top: 10px;
  }
  .titSect .inner .sectMain .btnList li a {
    padding: 10px 10px;
  }
  .titSect .inner .sectMain .btnList .noLinkBtn {
    padding: 10px 10px;
  }
}
/* =========================================================
#GHead
========================================================= */
#GHead {
  line-height: 1;
}
#GHead img {
  vertical-align: top;
}

@media only screen and (min-width: 769px) {
  #GHead {
    padding: 15px 15px 20px;
  }
  #GHead .logo {
    text-align: center;
  }
  #GHead .inner {
    max-width: 1326px;
    min-width: 1100px;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #GHead .logo {
    position: relative;
    padding-top: 20px;
    z-index: 10;
  }
}
/*============================
nav style
============================*/
#slide-nav {
  position: fixed;
  overflow: scroll;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 11;
}

@media only screen and (min-width: 769px) {
  #slide-nav {
    right: -660px;
    width: 660px;
  }
}
@media only screen and (max-width: 768px) {
  #slide-nav {
    right: -100%;
    width: 100%;
    overflow: scroll;
  }
}
#slide-nav ul {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  #slide-nav ul {
    padding-top: 40px;
  }
}

#slide-nav ul li {
  display: block;
  position: relative;
  text-align: center;
}

#slide-nav ul li:first-child + li a {
  margin-top: 25px;
}

#slide-nav ul li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #70633C;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #slide-nav ul li a {
    padding: 15px 20px;
  }
}

#slide-nav ul li.addSubMenu a + a {
  padding: 10px 20px;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #slide-nav ul li.addSubMenu a + a {
    padding: 10px 20px;
  }
}

#slide-nav ul li.addSubMenu + .main-menu {
  margin-top: 5px;
}

#slide-nav ul li a:hover {
  opacity: .7;
}

.slide-menu-button {
  position: absolute;
  outline: none;
  border: none;
  color: #70633C;
  cursor: pointer;
  z-index: 12;
}

@media only screen and (min-width: 769px) {
  .slide-menu-button {
    top: -15px;
    right: 0;
    padding: 10px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .slide-menu-button {
    top: 0;
    right: 5px;
    padding: 10px;
    font-size: 20px;
  }
}
.open #GHead .inner {
  position: inherit;
}

.open .slide-menu-button {
  position: fixed;
  right: 20px;
  top: 10px;
}

@media only screen and (min-width: 769px) {
  .open .slide-menu-button {
    right: 20px;
    top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .open .slide-menu-button {
    right: 5px;
    top: 0;
  }
}
.slide-menu-button .menu-icon {
  display: block;
  float: left;
  margin: 10px;
  cursor: pointer;
}

.slide-menu-button .menu-icon span {
  display: block;
  margin-bottom: 4px;
  width: 30px;
  height: 4px;
  background: #f5f5f5;
}

/*hamburger menu style*/
#nav_toggle {
  display: block;
  top: 4px;
  width: 38px;
  margin: 5px;
  height: 38px;
  position: relative;
  z-index: 100;
}

#nav_toggle div {
  position: relative;
}

#nav_toggle span {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #70633C;
}

/*hamburger menu close style*/
#nav_toggle span:nth-child(1) {
  top: 0px;
}

#nav_toggle span:nth-child(2) {
  top: 10px;
}

#nav_toggle span:nth-child(3) {
  top: 20px;
}

.slide-menu-button .menuTxt {
  margin-top: -12px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 1.5px;
  color: #70633C;
}

/*hamburger menu open style*/
.open #nav_toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(145deg);
  -moz-transform: rotate(145deg);
  transform: rotate(145deg);
}

.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav_toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-145deg);
  -moz-transform: rotate(-145deg);
  transform: rotate(-145deg);
}

.open #fullOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(57, 80, 57, 0.5);
  z-index: 10;
  transition: .2s;
}

/* =========================================================
#GFoot
========================================================= */
#GFoot img {
  vertical-align: top;
}
#GFoot .footSect {
  background-color: #D5E3D0;
}
#GFoot .footSect .inner .companyList li .name {
  font-weight: bold;
}
#GFoot .footSect .inner .itemList li a {
  font-weight: bold;
  color: #70633C;
}
#GFoot .footSect .inner .itemList li a img {
  vertical-align: baseline;
}
#GFoot .footSect .copyright {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  #GFoot .footSect {
    min-width: 1140px;
    padding-top: 55px;
  }
  #GFoot .footSect .inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  #GFoot .footSect .inner .logo {
    width: 145px;
    margin-top: -10px;
  }
  #GFoot .footSect .inner .companyList {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 640px;
    margin-left: 100px;
  }
  #GFoot .footSect .inner .companyList li + li {
    margin-left: 110px;
  }
  #GFoot .footSect .inner .companyList li .address {
    margin-top: 10px;
  }
  #GFoot .footSect .inner .itemList {
    width: 150px;
    margin-left: 65px;
  }
  #GFoot .footSect .inner .itemList li :hover {
    opacity: .7;
    transition: .3;
  }
  #GFoot .footSect .inner .itemList li + li {
    margin-top: 20px;
  }
  #GFoot .footSect .inner .itemList li a img {
    margin-right: 10px;
  }
  #GFoot .footSect .copyright {
    margin-top: 40px;
    padding-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  #GFoot .footSect {
    padding-top: 30px;
  }
  #GFoot .footSect .inner .logo {
    width: 100px;
  }
  #GFoot .footSect .inner .companyList {
    margin-top: 20px;
  }
  #GFoot .footSect .inner .companyList li + li {
    margin-top: 5px;
  }
  #GFoot .footSect .inner .companyList li .address {
    margin-top: 5px;
    line-height: 1.7;
  }
  #GFoot .footSect .inner .itemList {
    margin-top: 15px;
  }
  #GFoot .footSect .inner .itemList li a img {
    margin-right: 10px;
  }
  #GFoot .footSect .copyright {
    margin-top: 25px;
    padding-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
