* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  color: #444444;
  font-family: 'Noto Sans JP', sans-serif;
}

img {
  max-width: 100%;
}

ul, ol, li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
}

.about-wrap, .service-wrap, .news-wrap, .footer-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.service, .news {
  background-color: #F5FCF8;
}

header {
  width: 100%;
}

.header-wrap {
  margin: 0 auto;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

h1 {
  height: 73px;
  margin-left: 20.317%;
}

.header-right {
  margin-right: 20.317%;
}

.header-right p {
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 18px;
}

.header-right .tell {
  text-align: right;
}

.header-right .tell a {
  font-size: 24px;
  line-height: 1.0;
  font-weight: bold;
  color: #21A937;
}

.header-right .tell a .tell-icon {
  margin-right: 11.8px;
  position: relative;
  top: 4px;
}

.fv-wrap {
  height: 947px;
  background-image: url("../img/fv.png");
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 162px;
}

.fv-wrap .fv-text1, .fv-wrap .fv-text2 {
  width: 102px;
  height: 565px;
  font-size: 28px;
  font-weight: bold;
  line-height: 102px;
  text-align: left;
  letter-spacing: 7px;
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
          writing-mode: vertical-lr;
  background-color: #fff;
  position: absolute;
  top: 333px;
}

.fv-wrap .fv-text1 p, .fv-wrap .fv-text2 p {
  padding-top: 25px;
}

.fv-wrap .fv-text1 {
  left: 180px;
}

.fv-wrap .fv-text2 {
  left: 60px;
}

.fv-wrap .fv-text2 span {
  color: #21A937;
}

.about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 82px;
}

.about-text h2 {
  display: inline;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #99E5A5));
  background: linear-gradient(transparent 65%, #99E5A5 0%);
}

.about-text p {
  margin-top: 42px;
  width: 410px;
  line-height: 2.375;
  margin-right: 49px;
}

.about-img {
  width: 690px;
  height: 420px;
}

.service-wrap {
  text-align: center;
  padding: 85px 0 88px 0;
}

.service-wrap h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #99E5A5));
  background: linear-gradient(transparent 65%, #99E5A5 0%);
  margin-bottom: 79px;
}

.service-wrap p {
  font-size: 16px;
  line-height: 2.375;
  margin-bottom: 37px;
}

.service-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-cards .service-card {
  width: 380px;
  background-color: #fff;
  height: 591px;
  position: relative;
}

.service-cards .service-card h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.583;
  padding: 47px 0 54px 0;
}

.service-cards .service-card p {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  line-height: 2.375;
  padding: 0 29px 0 31px;
}

.service-cards .service-card img {
  width: 187px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}

.news-wrap {
  text-align: center;
  padding-bottom: 112px;
}

.news-wrap h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #99E5A5));
  background: linear-gradient(transparent 65%, #99E5A5 0%);
  margin-bottom: 74px;
}

.news-inner {
  padding-top: 54px;
  text-align: left;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.news-inner table {
  margin: 0 auto;
  border-collapse: collapse;
}

.news-inner table tr {
  border-bottom: 2px solid #e7e7e7;
}

.news-inner table td {
  padding-bottom: 20.5px;
  padding-top: 26.5px;
}

.news-inner table time {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.375;
  color: #21A937;
  padding-right: 36px;
}

.news-inner table span {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 3.166;
  padding: 7px 16px 6px 16px;
  width: 80px;
  background-color: #444444;
  margin-right: 30px;
}

.news-inner table .adopt {
  padding: 7px 28px 6px 28px;
}

.news-inner table p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.375;
}

.news-inner table p a {
  color: #444444;
}

.news-inner .more {
  text-align: right;
}

.news-inner .more a {
  color: #444444;
  font-weight: bold;
  padding: 44.5px 65px 49px 0;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 196px 0 163px 0;
}

.access {
  margin-right: 34px;
}

.footer-text {
  width: 100%;
  margin-left: auto;
  text-align: left;
}

.footer-text .logo {
  width: 263px;
  margin-bottom: 30px;
}

.footer-text address {
  display: inline;
  font-size: 16px;
}

.footer-text address:nth-of-type(1) {
  margin-right: 16px;
}

.footer-text .tell {
  margin-top: 36px;
  margin-bottom: 29.5px;
}

.footer-text .tell a {
  font-size: 24px;
  line-height: 1.0;
  font-weight: bold;
  color: #21A937;
}

.footer-text .tell a .tell-icon {
  margin-right: 11.8px;
  position: relative;
  top: 4px;
}

.open {
  font-size: 14px;
  margin-bottom: 26.5px;
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7;
  width: 100%;
  text-align: left;
}

.open th {
  padding-top: 18px;
  font-weight: normal;
  position: relative;
}

.open th:before {
  content: '';
  position: absolute;
  right: 1%;
  top: 12%;
  display: inline-block;
  width: 2px;
  height: 110px;
  background-color: #e7e7e7;
  margin-right: 28.5px;
}

.open td {
  font-size: 14px;
  padding-top: 18px;
  display: inline-block;
}

.open .week {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0, #99E5A5));
  background: linear-gradient(transparent 85%, #99E5A5 0);
}

.open .am {
  padding-left: 23px;
  padding-right: 16px;
}

.open .open-close th {
  padding: 37px 42.5px 25.5px 0;
  position: relative;
}

.open .open-close th:before {
  content: '';
  position: absolute;
  right: 1%;
  top: 42%;
  display: inline-block;
  width: 2px;
  height: 29px;
  background-color: #e7e7e7;
  margin-right: 28.5px;
}

.open .open-close td {
  padding: 37px 0 25.5px 0;
}

small {
  display: block;
  font-size: 11px;
  line-height: 3.45;
  text-align: right;
}

.small-sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  header, main, footer {
    width: 100vw;
  }
  .header-wrap, .about-wrap, .service-wrap, .news-wrap {
    width: 90%;
  }
  h1, .header-right {
    margin-left: 0;
    margin-right: 0;
  }
  .fv-wrap {
    width: 100%;
    background-position: right 16% top 0;
  }
  .fv-wrap .fv-text1 {
    top: 36%;
    left: 180px;
  }
  .fv-wrap .fv-text2 {
    top: 36%;
    left: 60px;
  }
  .about-wrap {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-wrap .about-text p {
    width: 100%;
    margin-bottom: 32px;
  }
  .about-wrap .about-img {
    width: 88%;
    margin: 0 auto;
  }
  .service-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-cards .service-card {
    width: 90%;
    height: 500px;
    margin-bottom: 56px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .service-cards .service-card p {
    width: 80%;
    margin: 0 auto;
  }
  .news-inner {
    padding-top: 40px;
  }
  .news-inner table {
    width: 90%;
  }
  .news-inner td {
    display: inline-block;
  }
  .news-inner .news-time {
    width: 100px;
    padding-bottom: 0;
  }
  .news-inner .news-span {
    display: inline-block;
    padding: 7px 4px 6px 4px;
    position: relative;
    top: 13px;
  }
  .news-inner .adopt {
    padding: 7px 12px 6px 12px;
  }
  .news-inner .news-text {
    padding-top: 0;
    width: 100%;
  }
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 40px;
  }
  .footer-wrap .access {
    width: 100%;
    margin: 0;
  }
  .footer-wrap .access iframe {
    display: block;
    margin: 0 auto;
    max-width: 90%;
  }
  .footer-wrap .footer-text {
    width: 80%;
    margin: 0 auto;
  }
  .footer-wrap .footer-text .small-pc {
    display: none;
  }
  .footer-wrap .small-sp {
    margin-top: 16px;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .header-wrap h1 {
    height: auto;
    width: 40%;
  }
  .header-wrap .header-right p {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .header-wrap .header-right .tell {
    text-align: center;
  }
  .header-wrap .header-right .tell a {
    font-size: 18px;
    line-height: 1.0;
    font-weight: bold;
    color: #21A937;
  }
  .header-wrap .header-right .tell a .tell-icon {
    width: 17px;
    margin-right: 4px;
    top: 2px;
  }
  .fv-wrap {
    background-position: right 30% top 0;
  }
  .about-wrap {
    margin-bottom: 0;
  }
  .service-cards .service-card {
    height: 591px;
  }
  .footer-wrap {
    padding-top: 80px;
  }
  .open th:before {
    margin-right: 14px;
  }
  .open .open-close th::before {
    margin-right: 14px;
  }
}
/*# sourceMappingURL=index.css.map */