@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* @import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700"); */
/* @import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700); */
html {
  font-size: 62.5%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.anime-zoom {
  -webkit-animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.zoom-trigger {
  opacity: 0;
}

.text-left {
  text-align: left;
}

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

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

.margin-tb-10 {
  margin: 1rem 0;
}

.margin-tb-20 {
  margin: 2rem 0;
}

.margin-tb-30 {
  margin: 3rem 0;
}

.margin-tb-40 {
  margin: 4rem 0;
}

.margin-tb-50 {
  margin: 5rem 0;
}

.margin-lr-10 {
  margin: 0 1rem;
}

.margin-lr-20 {
  margin: 0 2rem;
}

.margin-lr-30 {
  margin: 0 3rem;
}

.margin-lr-40 {
  margin: 0 4rem;
}

.margin-lr-50 {
  margin: 0 5rem;
}

.margin-t-10 {
  margin: 1rem 0 0;
}

.margin-t-20 {
  margin: 2rem 0 0;
}

.margin-t-30 {
  margin: 3rem 0 0;
}

.margin-t-40 {
  margin: 4rem 0 0;
}

.margin-t-50 {
  margin: 5rem 0 0;
}

.margin-b-10 {
  margin: 0 0 1rem;
}

.margin-b-20 {
  margin: 0 0 2rem;
}

.margin-b-30 {
  margin: 0 0 3rem;
}

.margin-b-40 {
  margin: 0 0 4rem;
}

.margin-b-50 {
  margin: 0 0 5rem;
}

header {
  display: block;
  position: relative;
  height: 1165px;
  background-image: url("../img/mv.png");
  background-position: top left;
  background-repeat: no-repeat;
}

header .header-inner {
  padding: 1.6rem 16rem;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 120px;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8);
}

header .header-inner nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header-inner nav .logo {
  width: 320px;
}

header .header-inner nav .logo img {
  width: 100%;
}

header .header-inner nav .navbar-nav {
  position: static;
  display: inline-block;
  margin-left: auto;
}

header .header-inner nav .navbar-nav a {
  display: inline-block;
  margin: 0 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
}

header .header-inner nav .navbar-nav a:hover {
  color: #333;
  opacity: 0.6;
  text-decoration: none;
}

header .catch {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  font-size: 6.4rem;
  line-height: 10.4rem;
  text-align: center;
}

.btn-green {
  display: inline-block;
  padding: 2.0rem;
  width: 240px;
  height: 64px;
  color: #fff !important;
  border: 1px solid #fff;
  font-size: 2.0rem;
  background: #37B274;
  border-radius: 55px;
  opacity: 1;
}

.btn-green:hover {
  color: #37B274 !important;
  border: 1px solid #37B274;
  background-color: #fff;
}

.btn-white {
  display: inline-block;
  padding: 2.0rem;
  width: 240px;
  height: 64px;
  color: #37B274;
  border: 1px solid #37B274;
  font-size: 2.0rem;
  background: #fff;
  border-radius: 55px;
  opacity: 1;
}

.btn-white:hover {
  color: #fff;
  border: 1px solid #37B274;
  background-color: #37B274;
}

h2 {
  display: block;
  text-align: center;
  margin: 4.0rem auto  !important;
  font-size: 4.8rem;
  color: #37B274;
  margin-bottom: 1.2rem;
}

h2 span {
  display: block;
  font-size: 1.8rem;
  color: #333;
}

.sec_1 {
  position: relative;
  background-color: #EAF7F1;
  padding: 8.0rem 0;
}

.sec_1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent  transparent  transparent #fff;
}

.sec_1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 100vw;
  border-color: transparent  transparent  transparent #fff;
}

.service-circle {
  margin: 0 auto 8rem;
  display: block;
  position: relative;
  line-height: 2.8rem;
  text-align: center;
}

.service-circle .circle-inner {
  margin: 0 auto 4.0rem;
  padding: 6.4rem 0 4.0rem;
  border: 1px solid #37B274;
  width: 320px;
  height: 320px;
  border-radius: 50%;
}

.service-circle .circle-inner h3 {
  font-weight: bold;
  color: #37B274;
  margin: 4.0rem 0;
  text-align: center;
  font-size: 2.6rem;
  line-height: 3.5rem;
}

.sec_2 {
  position: relative;
  padding: 12.0rem 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.sec_2:before {
  content: "";
  position: absolute;
  top: 12.0rem;
  left: 0;
  width: 880px;
  height: 162px;
  background-image: url("../img/bg_deco_1.png");
  background-repeat: no-repeat;
  z-index: -1;
}

.sec_2:after {
  content: "";
  position: absolute;
  bottom: 12.0rem;
  right: 0;
  width: 720px;
  height: 162px;
  background-image: url("../img/bg_deco_2.png");
  background-repeat: no-repeat;
  z-index: -1;
}

.sec_2 ul {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.sec_2 ul li {
  font-size: 2.4rem;
  line-height: 4.8rem;
}

.sec_3 {
  position: relative;
  padding: 12.0rem 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(var(--unnamed-color-37b274)), to(#25774D)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, var(--unnamed-color-37b274) 0%, #25774D 100%) 0% 0% no-repeat padding-box;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#37B274), to(#25774D)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #37B274 0%, #25774D 100%) 0% 0% no-repeat padding-box;
  background-size: 60vw;
  background-position: right;
}

.sec_3 h2 {
  color: #fff;
  text-align: left;
}

.sec_3 h2 span {
  color: #fff;
}

.sec_3 .greeting-text {
  color: #fff;
  line-height: 3.6rem;
  text-align: left;
}

.sec_3 .greeting-text .signature {
  font-size: 2.0rem;
  margin: 3.2rem 0;
  font-weight: bold;
}

.sec_3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 100px 100vw;
  /*transparentで余分な線を消す*/
  border-color: transparent  transparent  transparent #fff;
}

.sec_3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 100px 0 0 100vw;
  /*transparentで余分な線を消す*/
  border-color: transparent  transparent  transparent #fff;
}

.greeting-figure {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.greeting-figure img {
  width: 48vw;
  height: 500px;
  overflow: hidden;
}

.anime-slidein {
  -webkit-animation-name: slideIn;
          animation-name: slideIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-48vw);
            transform: translateX(-48vw);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-48vw);
            transform: translateX(-48vw);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slide-trigger {
  opacity: 0;
}

.sec_4 {
  text-align: center;
  position: relative;
  padding: 12.0rem 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.sec_4 .contact-box {
  margin: 5.6rem 0;
  border: 1px solid #aaa;
  border-radius: 12px;
  background-color: #eee;
  z-index: 1;
  overflow: hidden;
}

.sec_4:before {
  content: "";
  position: absolute;
  top: 12.0rem;
  right: 0;
  width: 720px;
  height: 162px;
  background-image: url("../img/bg_deco_3.png");
  background-repeat: no-repeat;
  z-index: -1;
}

.sec_4:after {
  content: "";
  position: absolute;
  bottom: 12.0rem;
  left: 0;
  width: 1040px;
  height: 162px;
  background-image: url("../img/bg_deco_4.png");
  background-repeat: no-repeat;
  z-index: -1;
}

footer {
  display: block;
  position: relative;
  padding: 4.8rem 0 0;
  color: #fff;
  text-align: center;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(var(--unnamed-color-37b274)), to(#25774D)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, var(--unnamed-color-37b274) 0%, #25774D 100%) 0% 0% no-repeat padding-box;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#37B274), to(#25774D)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #37B274 0%, #25774D 100%) 0% 0% no-repeat padding-box;
}

footer .footer-logo {
  margin: 0 auto 3.2rem;
}

footer ul {
  display: block;
  margin: 3.2rem 0;
}

footer ul li {
  font-size: 1.8rem;
  display: inline;
}

footer ul li a {
  color: #fff;
}

footer ul li a:hover {
  color: #fff;
  opacity: 0.5;
}

footer ul li:after {
  content: "|";
  padding: 0 1.6rem;
}

footer ul li:last-child:after {
  content: "";
  padding: 0 1.6rem;
}

footer .copyright {
  background-color: rgba(51, 51, 51, 0.2);
  font-size: 1.4rem;
  padding: 0.8rem;
}

@media (max-width: 1285.95px) {
  header .header-inner {
    padding: 1.6rem 8.0rem;
  }
  header .catch {
    font-size: 4.8rem;
    line-height: 7.7rem;
  }
}

@media (max-width: 1127.95px) {
  header .header-inner {
    padding: 1.6rem 1.6rem;
  }
  header .catch {
    font-size: 3.2rem;
    line-height: 5.1rem;
  }
}

@media (max-width: 991.98px) {
  p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  header {
    display: block;
    position: relative;
    height: 640px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  header .header-inner {
    padding: 0.8rem 1.6rem;
  }
  header .header-inner nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .header-inner nav .logo {
    width: 360px;
    padding: 0 4rem 0 0;
  }
  header .header-inner nav .logo img {
    width: 100%;
  }
  header .header-inner nav .navbar-toggler {
    margin-left: 0;
    width: 56px;
    height: 56px;
    z-index: 1;
    color: #fff;
    background-color: #37B274 !important;
    border: none;
    padding: 1rem;
    font-size: 3.2rem;
    border-radius: 0;
  }
  header .header-inner nav .navbar-nav {
    position: static;
    display: block;
    margin-left: 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
  header .header-inner nav .navbar-nav a {
    display: block;
    margin: 0 0;
    font-size: 1.6rem;
    line-height: 4.8rem;
    font-weight: normal;
    text-align: center;
  }
  header .catch {
    font-size: 3.2rem;
    line-height: 5.1rem;
  }
  h2 {
    margin: 3.2rem auto  !important;
    font-size: 4.0rem;
  }
  h2 span {
    font-size: 1.2rem;
  }
  .btn-green {
    display: block;
    padding: 0 0;
    width: 100%;
    height: 4.8rem;
    font-size: 1.6rem;
    line-height: 4.8rem !important;
  }
  .sec_1 {
    padding: 8rem 0;
  }
  .service-circle {
    margin: 0 auto 8rem;
    display: block;
    position: relative;
    line-height: 2.8rem;
    text-align: center;
  }
  .service-circle .circle-inner {
    margin: 0 auto 4.0rem;
    padding: 4.0rem 0;
    width: 280px;
    height: 280px;
  }
  .service-circle .circle-inner h3 {
    font-weight: bold;
    color: #37B274;
    margin: 4.0rem 0;
    text-align: center;
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .sec_2 {
    position: relative;
    padding: 8rem 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .sec_2:before {
    content: "";
    position: absolute;
    top: 8.0rem;
    left: 0;
    width: 80%;
    background-image: url("../img/bg_deco_1.png");
    background-repeat: no-repeat;
    background-position: right;
  }
  .sec_2:after {
    content: "";
    position: absolute;
    bottom: 8.0rem;
    right: 0;
    width: 80%;
    background-image: url("../img/bg_deco_2.png");
    background-repeat: no-repeat;
  }
  .sec_2 ul {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .sec_2 ul li {
    font-size: 2rem;
    line-height: 4rem;
  }
  .sec_3 {
    position: relative;
    padding: 8rem 3.2rem;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(var(--unnamed-color-37b274)), to(#25774D)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, var(--unnamed-color-37b274) 0%, #25774D 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#37B274), to(#25774D)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #37B274 0%, #25774D 100%) 0% 0% no-repeat padding-box;
    background-size: 98vw;
    background-position: right;
  }
  .sec_3 h2 {
    color: #fff;
    text-align: left;
  }
  .sec_3 h2 span {
    color: #fff;
  }
  .sec_3 .greeting-text {
    color: #fff;
    line-height: 3.6rem;
    text-align: left;
  }
  .sec_3 .greeting-text .signature {
    font-size: 2.0rem;
    margin: 3.2rem 0;
    font-weight: bold;
  }
  .anime-slidein {
    display: none;
  }
  .sec_4 {
    padding: 8.0rem 0;
  }
  .sec_4:before {
    content: "";
    position: absolute;
    top: 8.0rem;
    width: 80%;
  }
  .sec_4:after {
    content: "";
    position: absolute;
    background-position: right;
    bottom: 8.0rem;
    width: 80%;
  }
}
/*# sourceMappingURL=style.css.map */