@charset "UTF-8";
html {
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #444444;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

body {
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&display=swap");
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

.inner {
  max-width: 1180px;
  margin-right: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .inner {
    width: 90%;
  }
}

.heading, .sec-ttl {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #99E5A5));
  background: linear-gradient(transparent 70%, #99E5A5 70%);
}

#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}
@media (max-width: 768px) {
  #header .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  #header .inner .logo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 170px;
  }
}
#header .inner .header-contact {
  text-align: right;
}
@media (max-width: 768px) {
  #header .inner .header-contact {
    text-align: center;
  }
}
#header .inner .header-contact .open-close {
  padding: 5px 0 15px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  #header .inner .header-contact .open-close {
    padding: 10px 0;
    font-size: 12px;
  }
}
#header .inner .header-contact img {
  display: inline-block;
  width: 24.36px;
}
#header .inner .header-contact .tel {
  display: inline-block;
  color: #21A937;
  font-weight: 700;
  font-size: 24px;
}

#mv {
  background: url(../images/mv.jpg) no-repeat center/cover;
  height: 947px;
  position: relative;
}
@media (max-width: 768px) {
  #mv {
    background-position: 80% 50%;
    height: 500px;
  }
}
#mv .mv-wrap {
  width: 80%;
  margin: 0 auto;
}
#mv .mv-wrap .mv-hero {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 28px;
  font-weight: 700;
  padding: 130px 0 0;
}
@media (max-width: 768px) {
  #mv .mv-wrap .mv-hero {
    padding: 210px 0 0;
    font-size: 14px;
  }
}
#mv .mv-wrap .mv-hero .hero-txt {
  background: #fff;
  height: 495px;
  padding: 25px 30px 0;
  margin-right: 80px;
  letter-spacing: 4px;
}
@media (max-width: 768px) {
  #mv .mv-wrap .mv-hero .hero-txt {
    margin-right: 20px;
    height: 270px;
    padding: 10px 20px 0;
  }
}
#mv .mv-wrap .mv-hero .hero-txt .green {
  color: #21A937;
}

#about.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10% auto;
}
@media (max-width: 768px) {
  #about.inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 15% auto;
  }
}
#about.inner .about-txt {
  height: 50px;
  padding: 2%;
}
@media (max-width: 768px) {
  #about.inner .about-txt {
    height: 250px;
    text-align: center;
  }
}
#about.inner .about-txt .heading {
  margin-bottom: 8%;
}
#about.inner .about-txt .desc {
  font-size: 16px;
  line-height: 3em;
}
@media (max-width: 768px) {
  #about.inner .about-txt .desc {
    text-align: left;
    font-size: 14px;
    line-height: 2em;
  }
}

#service {
  background: #F5FCF8;
}
#service .inner {
  text-align: center;
  padding: 5% 0;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  #service .inner {
    padding: 15% 0;
  }
}
#service .inner .desc {
  padding: 5% 0 3%;
}
@media (max-width: 768px) {
  #service .inner .desc {
    padding: 12% 0 15%;
    line-height: 1.5em;
  }
}
#service .inner .service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  #service .inner .service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15%;
  }
}
#service .inner .service-item .service-item-list {
  width: calc((100% - 20px) / 3);
  height: 591px;
  background: #fff;
  border: #C9C9C9 1px solid;
  border-radius: 10px;
  padding: 3% 2% 0;
  position: relative;
}
@media (max-width: 768px) {
  #service .inner .service-item .service-item-list {
    width: 100%;
    height: 510px;
    padding: 10% 0;
    margin-top: 5%;
  }
}
#service .inner .service-item .service-item-list .list-ttl {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 40px;
}
#service .inner .service-item .service-item-list .list-desc {
  line-height: 2.5em;
  text-align: left;
}
@media (max-width: 768px) {
  #service .inner .service-item .service-item-list .list-desc {
    padding: 0 2%;
  }
}
#service .inner .service-item .service-item-list .list-box-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  #service .inner .service-item .service-item-list .list-box-img {
    margin-bottom: 2%;
  }
}
#service .inner .news {
  background: #fff;
  border-radius: 30px;
  margin-top: 5%;
  padding-bottom: 5%;
  text-align: right;
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 1px 2px 0px 0px rgba(10, 10, 10, 0.02);
          box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 1px 2px 0px 0px rgba(10, 10, 10, 0.02);
}
@media (max-width: 768px) {
  #service .inner .news {
    margin-top: 15%;
    padding-bottom: 10%;
  }
}
#service .inner .news .news-archive {
  padding: 4% 5%;
}
@media (max-width: 768px) {
  #service .inner .news .news-archive {
    padding-bottom: 10%;
  }
}
#service .inner .news .news-archive .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.5% 0;
  border-bottom: 1px solid #E7E7E7;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  #service .inner .news .news-archive .post {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#service .inner .news .news-archive .post .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3%;
}
@media (max-width: 768px) {
  #service .inner .news .news-archive .post .left {
    display: inline-block;
    font-size: 14px;
    margin-right: 9%;
    padding-top: 1.2%;
  }
}
#service .inner .news .news-archive .post .left .cat {
  margin-left: 20%;
  width: 130px;
  padding: 3% 0;
}
@media (max-width: 768px) {
  #service .inner .news .news-archive .post .left .cat {
    margin-left: 0;
    width: 80px;
    margin-top: 5px;
  }
}
#service .inner .news .news-archive .post .date {
  color: #21A937;
}
#service .inner .news .news-archive .post .cat {
  background: #444444;
  color: #fff;
  width: 85px;
  padding: 0.7% 0;
  font-size: 12px;
  margin: 0 3%;
}
#service .inner .news .news-archive .post .desc {
  text-align: left;
  width: 80%;
  padding: 0;
  font-weight: bold;
}
@media (max-width: 768px) {
  #service .inner .news .news-archive .post .desc {
    font-size: 16px;
  }
}
#service .inner .news .btn {
  position: relative;
  padding-right: 5%;
  font-weight: bold;
}
@media (max-width: 768px) {
  #service .inner .news .btn {
    padding-right: 15%;
  }
}
#service .inner .news .btn::after {
  content: "▶︎";
  display: inline-block;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15% 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 25%;
  }
}
#footer .inner .footer-map {
  width: 50%;
}
@media (max-width: 768px) {
  #footer .inner .footer-map {
    width: 100%;
    margin-top: 5%;
  }
}
#footer .inner .footer-map .map {
  width: 100%;
  height: 450px;
}
@media (max-width: 768px) {
  #footer .inner .footer-map .map {
    height: 340px;
  }
}
#footer .inner .footer-map .pc {
  display: block;
}
@media (max-width: 768px) {
  #footer .inner .footer-map .pc {
    display: none;
  }
}
#footer .inner .footer-map .sp {
  display: none;
}
@media (max-width: 768px) {
  #footer .inner .footer-map .sp {
    display: block;
    text-align: center;
    margin: 5% auto;
  }
}
#footer .inner .right-item {
  padding-left: 4%;
  width: 50%;
}
@media (max-width: 768px) {
  #footer .inner .right-item {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  #footer .inner .right-item .item-top .logo {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  #footer .inner .right-item .item-top {
    text-align: center;
  }
}
#footer .inner .right-item .item-top .address {
  padding: 6% 0;
  font-size: 16px;
}
@media (max-width: 768px) {
  #footer .inner .right-item .item-top .address {
    line-height: 1.5em;
  }
}
#footer .inner .right-item .item-top .address .pc {
  display: inline-block;
}
@media (max-width: 768px) {
  #footer .inner .right-item .item-top .address .pc {
    display: none;
  }
}
#footer .inner .right-item .item-top .address .sp {
  display: none;
}
@media (max-width: 768px) {
  #footer .inner .right-item .item-top .address .sp {
    display: block;
  }
}
#footer .inner .right-item .item-top .tel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6%;
}
@media (max-width: 768px) {
  #footer .inner .right-item .item-top .tel-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer .inner .right-item .item-top .tel-item .tel {
  color: #21A937;
  font-weight: bold;
  font-size: 24px;
  padding-left: 3%;
}
#footer .inner .right-item .item-bottom .open-close {
  border-top: 2px solid #E7E7E7;
  border-bottom: 2px solid #E7E7E7;
  font-size: 14px;
  font-weight: 400;
}
#footer .inner .right-item .item-bottom .open-close dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
}
#footer .inner .right-item .item-bottom .open-close dl:first-child {
  margin-top: 4%;
}
#footer .inner .right-item .item-bottom .open-close dl:last-child {
  margin: 4% 0 2%;
}
@media (max-width: 768px) {
  #footer .inner .right-item .item-bottom .open-close dl {
    width: 100%;
  }
}
#footer .inner .right-item .item-bottom .open-close .first {
  padding-top: 1%;
}
@media (max-width: 768px) {
  #footer .inner .right-item .item-bottom .open-close .first {
    padding-top: 4%;
  }
}
#footer .inner .right-item .item-bottom .open-close .last {
  line-height: 35px;
  padding-top: 0;
}
@media (max-width: 768px) {
  #footer .inner .right-item .item-bottom .open-close .last {
    margin-right: 2.5%;
    width: 30%;
    text-align: left;
  }
}
@media (max-width: 768px) {
  #footer .inner .right-item .item-bottom .open-close #ddlast {
    text-align: center;
    width: 100%;
  }
}
#footer .inner .right-item .item-bottom .open-close dt {
  font-weight: 400;
  margin-right: 5%;
  width: 15%;
  border-right: 2px solid #E7E7E7;
}
@media (max-width: 768px) {
  #footer .inner .right-item .item-bottom .open-close dt {
    width: 30%;
  }
}
#footer .inner .right-item .item-bottom .open-close dd {
  padding-top: 1%;
  width: 100%;
}
@media (max-width: 768px) {
  #footer .inner .right-item .item-bottom .open-close dd {
    text-align: left;
    padding-left: 3%;
    padding-top: 4%;
    font-size: 12px;
  }
}
#footer .inner .right-item .item-bottom .open-close dd .am {
  margin-left: 5%;
}
@media (max-width: 768px) {
  #footer .inner .right-item .item-bottom .open-close dd .am {
    display: inline-block;
    margin-left: 20%;
  }
}
#footer .inner .right-item .item-bottom .open-close dd .pm {
  margin-left: 5%;
}
@media (max-width: 768px) {
  #footer .inner .right-item .item-bottom .open-close dd .pm {
    display: inline-block;
    text-align: right;
    margin-left: 34.5%;
  }
}
#footer .inner .right-item .item-bottom .open-close dd .green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #99E5A5));
  background: linear-gradient(transparent 70%, #99E5A5 70%);
}
#footer .inner .right-item .item-bottom p {
  text-align: right;
  padding-top: 3%;
  font-size: 11px;
}
/*# sourceMappingURL=style.css.map */