@charset "UTF-8";
.site-wrapper.style {
  /*******サイト共通*********/
}
.site-wrapper.style header {
  z-index: 0;
}
.site-wrapper.style .inner {
  position: relative;
  max-width: 1180px;
}
.site-wrapper.style .inner-880 {
  max-width: 880px;
}
.site-wrapper.style .inner-1037 {
  max-width: 1037px;
}
.site-wrapper.style .inner-1090 {
  max-width: 1090px;
}
.site-wrapper.style .inner-1113 {
  max-width: 1113px;
}
.site-wrapper.style .inner-1137 {
  max-width: 1137px;
}
.site-wrapper.style .inner-1150 {
  max-width: 1150px;
}
.site-wrapper.style a.btn_back {
  position: absolute;
  top: 80px;
  left: 10px;
  padding: 0.5em 2em 0.5em 1em;
  font-size: 2rem;
  color: #00A99D;
  background-color: #fff;
  border-radius: 2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .site-wrapper.style a.btn_back {
    top: 60px;
    left: 10px;
    padding: 0.2em 0.6em 0.2em 0.5em;
    font-size: 1.6rem;
  }
}
.site-wrapper.style a.btn_back span.link_arrow_right {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 12px;
  height: 16px;
  background: url(../img/common/link_arrow_right.svg) no-repeat center;
  background-size: 100% auto;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .site-wrapper.style a.btn_back span.link_arrow_right {
    margin-right: 0.1em;
    width: 8px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .site-wrapper.style .main {
    padding-top: 40px;
  }
}
.site-wrapper.style .contents-section .section-ttl::before {
  display: block;
  position: relative;
  width: 224px;
  height: 224px;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .site-wrapper.style .contents-section .section-ttl::before {
    width: 154px;
    height: 154px;
    top: -30px;
  }
}/*# sourceMappingURL=style.css.map */