/* CSS Document */
body {
  /* font: 16px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font: 16px/1.6 "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*kfedit*/
a {
  color: #f1730a;
  text-decoration: underline;
}

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

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha(opacity=80) ”;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  article {
    width: 100%;
    overflow: hidden;
  }
}

/* title */
.pageTitle {
  height: 170px;
  line-height: 170px;
  width: 1000px;
  margin: 0 auto;
}

.sectionTitle1 {
  font-size: 24px;
  border-bottom: 1px solid #c6d864;
  margin-bottom: 15px;
  font-weight: bold;
  color: #3e3a39;
}

.sectionTitle2 {
  font-size: 24px;
  border-bottom: 1px solid #c6d864;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 70px;
  font-weight: bold;
}

.title01 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  padding: 24px 20px 0 20px;
  color: #3e3a39;
  background: url("../img/common/bg-title01.png") no-repeat right bottom;
  position: relative;
  width: 1000px;
  height: 80px;
  margin: 0 auto 30px;
  box-sizing: border-box;
  border-bottom: 3px solid #50ab34;
}

.title01 span {
  background: url("../img/common/title-pfy.png") no-repeat left bottom;
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .title01 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 34px 20px 0 20px;
    color: #3e3a39;
    background: none;
    position: relative;
    width: 90%;
    height: 80px;
    margin: 0 5% 30px;
    box-sizing: border-box;
    border-bottom: 3px solid #50ab34;
  }

  .title01 span {
    background: none;
  }
}

.title02 {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  color: #50ab34;
}

/* header */

header {
  width: 100%;
  min-width: 1000px;
  /* background: url("../img/common/bg.png") no-repeat center top; */
  background: url("../img/common/header-img-pc.jpg") no-repeat center bottom;
  background-size: cover;
}

header .headerInner {
  width: 1000px;
  height: 346px;
  margin: 0 auto;
  font-size: 14px;
  color: #595757;
  position: relative;
}

.tel {
  position: absolute;
  top: 15px;
  right: 0;
  width: 264px;
  height: 32px;
  background: #fff;
  padding: .5rem;
  border-radius: 4px;
}

.description {
  margin-top: 15px;
  color: #595757;
  background: rgba(255, 255, 255, 0.9);
  padding: .375rem .75rem;
  border-radius: 4px;
  display: inline-block;
}

header .logo {
  margin: 115px auto 0;
  width: 320px;
}

header .logo a {
  display: block;
}

/* #gNav-pc {
  width: 100%;
  min-width: 1000px;
  background-color: #50ab34;
  height: 96px;
}

#gNav-pc li {
  display: inline-block;
  float: left;
}

#gNav-pc ul {
  width: 1000px;
  margin: 0 auto;
}

#gNav-pc a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: “alpha(opacity=100) ”;
} */

header.common {
  width: 100%;
  min-width: 1000px;
  /* background: url("../img/common/bg-common.png") no-repeat center top; */
  background: url("../img/common/header-img-pc-sub.jpg") no-repeat center center;
  background-size: cover;
}

header.common .headerInner {
  width: 1000px;
  height: 170px;
  margin: 0 auto;
  font-size: 14px;
  color: #595757;
  position: relative;
}

.tel {
  position: absolute;
  top: 15px;
  right: 0;
  width: 264px;
  height: 27px;
}

.description {
  /* padding-top: 20px; */
  color: #595757;
}

header.common .description {
  background: none;
}

header.common .logo {
  margin: 102px 0 0 330px;
}

/* #gNav-pc {
  width: 100%;
  min-width: 1000px;
  background-color: #50ab34;
  height: 96px;
}

#gNav-pc li {
  display: inline-block;
  float: left;
}

#gNav-pc ul {
  width: 1000px;
  margin: 0 auto;
}

#gNav-pc a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: “alpha(opacity=100) ”;
} */

@media screen and (max-width: 768px) {
  header.sp {
    width: 100%;
    min-width: 320px;
    max-width: 768px;
    background: url("../img/sp/header-img-sp.jpg") no-repeat center top;
    background-size: cover;
    margin-top: 70px;
    position: relative;
  }

  header.sp .headerInner {
    width: 100%;
  }

  header.sp .tel {
    position: absolute;
    top: 15px;
    right: 0;
    width: 264px;
    height: 27px;
  }

  header.sp .description {
    padding-top: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 1rem;
    /* background: none; */
  }

  header.sp .description .sp {
    display: block;
  }

  header.sp .logo {
    width: 320px;
    left: 50%;
    margin-left: -160px;
    position: absolute;
    bottom: 0;
  }

  header.sp #gNav #gMenuBtn {
    display: block;
    position: absolute;
    top: -50px;
    right: 16px;
    padding-top: 40px;
    overflow: hidden;
    width: 40px;
    height: 0;
    background: url(../img/sp/btn_gmenubtn.png) no-repeat center center;
    background-size: contain;
    border: none;
  }

  header.sp #gNav #gMenu {
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.9);
  }

  header.sp #gNav #gMenu.view {
    height: 440px;
  }

  header.sp #gNav #gMenu li {
    display: block;
    padding-left: 0;
    margin-left: 0;
    border-bottom: #ccc 1px solid;
  }

  header.sp #gNav #gMenu li a {
    display: block;
    padding: 20px 20px 16px;
    font-weight: bold;
    color: #4faa33;
    text-decoration: none;
  }

  header.sp #gNav #gMenu li img {
    height: 22px;
    width: auto;
  }

  header.pc {
    display: none;
  }

  header.sp {
    display: block;
  }
}

.panInner {
  background-color: #fffefc;
  width: 100%;
  min-width: 1000px;
}

.pan {
  font-size: 12px;
  padding-top: 30px;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
}

.pan a {
  color: #f1730a;
  text-decoration: underline;
  background: url("../img/common/arr.png") no-repeat right center;
  padding-right: 20px;
  margin-right: 8px;
}

.pan a:hover {
  color: #f1730a;
  text-decoration: none;
}

.pan .current {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .panInner {
    background-color: #fffefc;
    width: 90%;
    min-width: 320px;
    margin: 0 5%;
  }
}

/* footer */
footer {
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  background-color: #fffefc;
  height: 370px;
  font-size: 12px;
  line-height: 125%;
  color: #3e3a39;
  border-top: 3px solid #50ab34;
  text-align: center;
}

.footerInner {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 72px;
}

.footerInner .logo {
  width: 1000px;
  text-align: center;
  padding-top: 34px;
  padding-bottom: 30px;
}

.footerInner>p {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #spNav {
    margin-top: 50px;
  }

  #spNav ul.first {
    border-top: 1px dotted #cdcece;
  }

  #spNav ul {
    width: 100%;
    display: table;
  }

  #spNav ul li {
    width: 50%;
    border-bottom: 1px dotted #cdcece;
    box-sizing: border-box;
    display: table-cell;
  }

  #spNav ul li:nth-child(odd) {
    border-right: 1px dotted #cdcece;
    width: 50% !important;
  }

  #spNav ul li a {
    display: block;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
  }

  .spFooterNav ul {
    padding: 0 .875rem;
  }

  .spFooterNav ul li a {
    border-top: 1px dotted #cdcece;
    display: block;
    padding: .75rem;
  }

  footer {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    background-color: #fffefc;
    height: 370px;
    font-size: 12px;
    line-height: 125%;
    color: #3e3a39;
    border-top: 3px solid #50ab34;
    text-align: center;
  }

  .footerInner {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 72px;
  }

  .footerInner .logo {
    width: 100%;
    text-align: center;
    padding-top: 34px;
    padding-bottom: 30px;
  }

  .footerInner p {
    font-size: 14px;
  }
}

#footerNav {
  width: 310px;
  float: right;
  padding-top: 30px;
}

#footerNav a {
  color: #fff;
  text-decoration: none;
}

#footerNav a:hover {
  text-decoration: underline;
}

#fNav li {
  display: inline-block;
  text-align: center;
  line-height: 24px;
  border-left: 1px solid #dadbdb;
  padding: 0 1.5rem;
}

#fNav li:last-child {
  border-right: 1px solid #dadbdb;
}

#fNav ul {
  width: 1000px;
  margin: 0 auto;
}

#fNav .fNav01 {
  padding-top: 32px;
}

#fNav .fNav02 {
  padding-top: 16px;
}

.topBtn {
  position: fixed;
  top: 80%;
  right: 20px;
  width: 75px;
  margin: 0;
  text-align: right;
}

.topBtn a {
  display: block;
  border-radius: 50%;
  border: solid 2px #fff;
  width: 70px;
}

/* copyright */
#copyright {
  width: 1000px;
  margin: 0 auto;
  font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  line-height: 26px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  p#copyright {
    width: 100%;
  }
}

.kifu {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
}

/* company */
#company-access {
  background-color: #fffefc;
  width: 100%;
  min-width: 1000px;
}

.aboutInner {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 60px;
  color: #3e3a39;
}

.companytext {
  font-size: 12px;
  padding-top: 25px;
}

.company {
  width: 450px;
  padding: 10px 0;
  border-bottom: 1px solid #dadbdb;
}

.company02 {
  width: 450px;
  padding: 10px 0;
}

.company dt {
  width: 75px;
  float: left;
  font-weight: bold;
}

.company dd {
  width: 364px;
  margin-left: 100px;
}

.company02 dt {
  width: 75px;
  float: left;
  font-weight: bold;
}

.company02 dd {
  width: 364px;
  margin-left: 100px;
}

.train {
  color: #50ab34;
}

.access {
  width: 500px;
  float: right;
}

.contactbanner {
  padding-top: 50px;
  margin: 0 auto 100px;
  width: 1000px;
}

.companyBox h3 {
  color: #f06333;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #company-access {
    background-color: #fffefc;
    width: 100%;
    min-width: 320px;
    padding: 0 5%;
    box-sizing: border-box;
  }

  .aboutInner {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    color: #3e3a39;
  }

  .companytext {
    font-size: 12px;
    padding-top: 25px;
  }

  .company {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #dadbdb;
  }

  .company02 {
    width: 100%;
    padding: 10px 0;
  }

  .company dt {
    width: 100%;
    float: none;
    font-weight: bold;
  }

  .company dd {
    width: 100%;
    float: none;
    margin: 0;
    font-size: 15px;
  }

  .company02 dt {
    width: 100%;
    float: none;
    font-weight: bold;
  }

  .company02 dd {
    width: 100%;
    float: none;
    margin: 0;
    font-size: 15px;
  }

  .train {
    color: #50ab34;
  }

  .access {
    width: 100%;
    float: none;
    margin: 20px auto;
    box-sizing: border-box;
  }

  .companyBox {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }

  .contactbanner {
    padding-top: 0;
    margin: 0 auto 50px;
    width: 100%;
  }

  .companyBox h3 {
    color: #f06333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .bannerBox {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
}

/* global-nav-pc */
.global-nav-pc {
  width: 100%;
  min-width: 1000px;
  background-color: #50ab34;
  height: 80px;
}

.global-nav-pc ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.global-nav-pc ul li a {
  color: #fff;
  display: block;
  line-height: 80px;
  padding: 0 0.9125rem;
  text-decoration: none;
}

.global-nav-pc ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.global-nav-pc ul li.current a {
  position: relative;
}

.global-nav-pc ul li.current a::after {
  background: url(../img/common/leaf.png);
  background-size: contain;
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header.sp #gNav #gMenu.view {
  height: 500px;
}