html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  color: #333;
  background-color: #f7f7f1;
}

@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.navbar-nav {
  margin-left: auto;
  margin-right: 0px;
}

.header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

.header h1 {
  font-family: 'serif';
  font-weight: bolder;
}

@media (min-width: 769px) {
  .header {
    padding: 0 3rem 0 1rem;
  }
}

.example {
  position: relative;
}

@media (max-width: 769px) {
  .example img {
    height: 700px;
  }
}

@media (min-width: 770px) {
  .example img {
    height: 800px;
  }
}

.cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  margin: 0;
  position: absolute;
  background-position: center;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cover-title {
  font-size: 4.8rem;
  font-weight: 700;
}

@media (min-width: 769px) {
  .cover-title {
    font-size: 7.2rem;
  }
}

.cover-discription {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}

@media (min-width: 769px) {
  .cover-discription {
    font-size: 2rem;
  }
}

.service {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

@media (min-width: 769px) {
  .service {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}

.service-item {
  margin-bottom: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service-item:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

@media (min-width: 769px) {
  .service-item {
    width: 50%;
    padding: 0 1rem;
  }
  .service-item:hover {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

.service-body {
  background-color: #fff;
}

.service-title {
  padding: 2rem 2rem 1.5rem;
  margin: 0;
  font-size: 1.8rem;
}

@media (min-width: 769px) {
  .service-title {
    font-size: 2rem;
  }
}

.service-text {
  padding: 0 2rem 2rem;
  margin: 0;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 112rem;
  padding: 0 2rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 769px) {
  .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-heading {
  text-align: center;
}

.section-title {
  display: inline-block;
  padding-bottom: 1rem;
  margin: 0 0 3rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-bottom: 4px solid #ffd200;
}

@media (min-width: 769px) {
  .section-title {
    margin-bottom: 4rem;
    font-size: 4rem;
  }
}

.news {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}

@media (min-width: 769px) {
  .news {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.news-list {
  padding: 0 2rem;
  margin: 0 auto 2rem;
  list-style: none;
}

.news-list li {
  padding: 2rem 0;
  margin-bottom: 0;
  border-bottom: 1px #ccc solid;
}

.news-list li:first-child {
  border-top: 1px #ccc solid;
}

@media (min-width: 769px) {
  .news-list {
    max-width: 80rem;
  }
}

.news-list-date {
  display: block;
  color: #999;
}

@media (min-width: 769px) {
  .news-list-date {
    display: inline-block;
    margin-right: 4rem;
  }
}

.news-footer {
  text-align: center;
}

.button-news {
  padding: 1.2rem 5rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: .4rem;
}

@media (min-width: 769px) {
  .button-news {
    font-size: 1.6rem;
  }
}

.sns {
  padding: 4rem 0 2rem;
  background-color: #f7f7f1;
}

@media (min-width: 769px) {
  .sns {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}

.sns-item {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .sns-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 112rem;
    padding: 0 2rem;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 34rem;
    -ms-flex-direction: row;
        flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 769px) {
  .sns-item {
    width: 34rem;
    padding: 1rem;
  }
}

.footer {
  padding: 3rem 3rem 3rem;
  font-size: 1.4rem;
  background-color: #bebeb8;
}

.footer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 769px) {
  .footer-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 3rem;
  }
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

@media (min-width: 769px) {
  .footer-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer-logo {
  margin-bottom: 1.5rem;
}

@media (min-width: 769px) {
  .footer-logo {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
}

.footer-address {
  margin-bottom: 2rem;
  font-style: normal;
  text-align: center;
}

@media (min-width: 769px) {
  .footer-address {
    margin-bottom: 0;
    text-align: left;
  }
}

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 2rem;
  list-style: none;
}

.footer-sns li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0;
  font-size: 2.4rem;
  background-color: #84847c;
  border-radius: 50%;
}

.footer-sns li:first-child {
  margin-right: 2rem;
}

.footer-sns a {
  color: #fff;
}

@media (min-width: 769px) {
  .footer-sns {
    margin: 0;
  }
}

.copyright {
  text-align: center;
  color: #000;
}

.fade-in {
  opacity: 0;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fade-in-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fade-in-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fade-in-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
/*# sourceMappingURL=style.css.map */