@charset "UTF-8";
:focus {
  outline: 0;
}
.privacy a,
.law a,
.tcs a {
  text-decoration: underline;
}
ol {
  padding-left: 20px;
}
/* パンクず */
.breadcrumbs {
  margin-top: 20px;
}
.breadcrumbs ul {
  font-size: 0.9rem;
  margin-left: 0;
  margin-bottom: 0;
}
.breadcrumbs a {
  color: #2c2c2c;
}
.breadcrumbs a:hover {
  color: #0d800c;
  text-decoration: underline;
}
.kv {
  background-color: #f2f1ed;
  color: #2c2c2c;
  text-align: left;
  background-image: url(/img/bg-shape1.svg);
  background-position: top right;
  background-repeat: no-repeat;
}
main {
  background-image: url(/img/bg-shape2.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}
section {
  padding: 50px 0 70px;
}
.kv .kv-txt {
  padding: 110px 0;
}
.kv .kv-txt h1 {
  margin-bottom: 6px;
  color: #0d800c;
}
h2 {
  font-size: 1.8rem;
}
.style1 {
  position: relative;
  margin-bottom: 1rem;
}
.style1:before {
  position: absolute;
  content: " ";
  display: block;
  bottom: -7px;
  border-bottom: 4px solid #72a46e;
  width: 40px;
}

/* company */
.company dl {
  border-bottom: 1px solid #2c2c2c;
  margin: 0 auto;
}
.company dl dt,
.company dl dd {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
dt.col-md-4 {
  padding-left: 0;
}

@media (max-width: 1200px) {
  .breadcrumbs ul {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .kv {
    background-size: 400px;
  }
  main {
    background-size: 400px;
    padding-bottom: 100px;
  }
  .kv .kv-txt {
    padding: 90px 0;
  }
  dd.col-md-8 {
    padding-left: 0;
  }
  .company dl dt {
    margin-bottom: 0;
  }
  .company dl dd {
    margin-top: 5px;
  }
}
@media (max-width: 575px) {
  .kv {
    background-size: 275px;
  }
  main {
    background-size: 300px;
  }
  .kv .kv-txt {
    padding: 70px 0;
  }
  .kv .kv-txt h1 {
    font-size: 2.3rem;
  }
  section {
    padding: 20px 0;
  }
  h2 {
    font-size: 1.6rem;
  }
  .style1:before {
    bottom: -4px;
    border-bottom: 3px solid #72a46e;
    width: 35px;
  }
}
