@charset "UTF-8";
.about, .point, .info, .process, .process-b, .gallery, .price, .cta, .cta2 {
  padding: 100px 20%;
}

@media (max-width: 1280px) {
  .about, .point, .info, .process, .process-b, .gallery, .price, .cta, .cta2 {
    padding: 80px 10%;
  }
}

@media (max-width: 768px) {
  .about, .point, .info, .process, .process-b, .gallery, .price, .cta, .cta2 {
    padding: 80px 5%;
  }
}

html,
body {
  font-family: 'Noto Serif JP', sans-serif;
  color: #0f120f;
}

.fd-in {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.fd-done {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

section {
  overflow: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.section__title {
  font-size: 48px;
  text-align: center;
}

.section__title--description {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}

.hero {
  padding: 180px 10% 200px;
  background-image: url(../images/office-bg01.jpg);
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
  /*ブラー効果でボヤけた部分を非表示*/
}

.hero::before {
  content: '';
  background: inherit;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  position: absolute;
  /* 輪郭がぼやけてしまうのでブラー範囲を広げる */
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  z-index: -1;
}

.hero h1 {
  font-size: 80px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 20px;
  color: #3b3b3b;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 45px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 35px;
    line-height: 1.5;
  }
}

.hero p {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-shadow: 2px 2px 4px gray;
}

@media (max-width: 768px) {
  .hero p {
    line-height: 1.5;
  }
}

.hero a {
  display: inline-block;
  background: #fff;
  padding: 15px 40px 15px 20px;
  margin: 40px 0 0;
  font-size: 18px;
  font-weight: 900;
  color: #008c5b;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #fff;
  position: relative;
}

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

.hero a::after {
  position: absolute;
  content: '';
  right: 20px;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  border-top: 2px solid #008c5b;
  border-right: 2px solid #008c5b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hero a:hover {
  background: #008c5b;
  color: #fff;
}

.hero a:hover::after {
  border-color: #fff;
}

.hero-2nd {
  padding: 180px 10% 200px;
  background-image: url(../images/hero-cons.jpg);
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
  /*ブラー効果でボヤけた部分を非表示*/
  /*
  &::before {
    content: '';
    background: inherit;
    filter: blur(3px);
    position: absolute;
    /* 輪郭がぼやけてしまうのでブラー範囲を広げる */
  /*
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    z-index: -1;
  }
  */
}

@media (max-width: 768px) {
  .hero-2nd {
    background-image: url(../images/hero-cons-sp.jpg);
  }
}

.hero-2nd h1 {
  font-size: 80px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 20px;
  color: #3b3b3b;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

@media (max-width: 768px) {
  .hero-2nd h1 {
    font-size: 45px;
    line-height: 1.5;
  }
}

.hero-2nd p {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 768px) {
  .hero-2nd p {
    line-height: 1.5;
  }
}

.hero-2nd a {
  display: inline-block;
  background: #fff;
  padding: 15px 40px 15px 20px;
  margin: 40px 0 0;
  font-size: 18px;
  font-weight: 900;
  color: #008c5b;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #fff;
  position: relative;
}

@media (max-width: 768px) {
  .hero-2nd a {
    display: block;
  }
}

.hero-2nd a::after {
  position: absolute;
  content: '';
  right: 20px;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  border-top: 2px solid #008c5b;
  border-right: 2px solid #008c5b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hero-2nd a:hover {
  background: #008c5b;
  color: #fff;
}

.hero-2nd a:hover::after {
  border-color: #fff;
}

.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about__image {
  width: 50%;
}

@media (max-width: 768px) {
  .about__image {
    width: 100%;
  }
}

.about__image img {
  width: 100%;
  height: auto;
}

.about__text {
  width: 50%;
}

@media (max-width: 768px) {
  .about__text {
    width: 100%;
  }
}

.about__text p {
  line-height: 2;
  margin-left: 50px;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .about__text p {
    margin: 20px 0 0;
  }
}

.point {
  background: #f7f7f7;
}

.point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}

.point__item {
  text-align: center;
  padding-bottom: 10px;
  width: calc((100% / 4) - 14px);
}

.point__item:not(:first-child) {
  margin-left: 0px;
}

@media (max-width: 768px) {
  .point__item {
    width: 100%;
  }
  .point__item:not(:first-child) {
    margin: 30px 0 0;
  }
}

.point__item i {
  font-size: 44px;
  font-weight: 900;
  width: 132px;
  border: 2px solid #030;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
  margin: 0 0 20px;
  background-color: #008c5b;
  color: #fff;
  border-radius: 4px;
}

.point__item p {
  text-align: left;
  font-size: 18px;
}

.info {
  background: white;
}

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

.info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}

.info__item {
  background: #f7f7f7;
  text-align: center;
  -webkit-box-shadow: 0 px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 px 10px rgba(0, 0, 0, 0.15);
  padding: 50px 15px;
  width: calc(50% - 15px);
  margin: 0 auto;
}

.info__item:nth-child(2n) {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .info__item {
    width: 100%;
  }
  .info__item:not(:first-child) {
    margin: 30px 0;
  }
}

.info__item h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
}

.info__item .yen {
  font-size: 64px;
  font-weight: 100;
  line-height: 1;
}

.info__item .yen span {
  font-size: 30px;
}

.info__item .cando {
  margin: 40px 0 0;
}

.info__item .cando ol {
  list-style-type: none;
}

.info__item .cando li {
  background: #f7f7f7;
  padding: 10px;
  font-size: 18px;
  border-radius: 6px;
}

.process {
  background: white;
}

.process h2 {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  text-align: center;
}

.process h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  text-align: center;
}

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

.process p {
  line-height: 1.5em;
  letter-spacing: 0.005em;
}

.process-b {
  background: #f7f7f7;
}

.process-b h2 {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  text-align: center;
}

.process-b h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  text-align: center;
}

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

.process-b p {
  line-height: 1.5em;
  letter-spacing: 0.005em;
}

.process-b .yen {
  font-size: 44px;
  font-weight: 100;
  line-height: 1;
  text-align: center;
  margin-bottom: 1em;
}

.process-b .yen span {
  font-size: 20px;
}

.process-b .faq-title {
  font-size: 2em;
}

.gallery__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery__item {
  width: calc(50% - 10px);
}

.gallery__item:not(:nth-child(-n + 2)) {
  margin-top: 20px;
}

.gallery__item:nth-child(2n) {
  margin-left: 20px;
}

.gallery__item img {
  width: 100%;
  height: auto;
}

.gallery__item a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gallery__item a:hover {
  opacity: 0.7;
}

.gallery__item a:hover img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.price {
  background: #f7f7f7;
}

.price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}

.price__item {
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 px 10px rgba(0, 0, 0, 0.15);
  padding: 50px 30px;
  width: calc(50% - 15px);
}

.price__item:nth-child(2n) {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .price__item {
    width: 100%;
  }
  .price__item:not(:first-child) {
    margin: 30px 0;
  }
}

.price__item h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
}

.price__item .yen {
  font-size: 64px;
  font-weight: 100;
  line-height: 1;
}

.price__item .yen span {
  font-size: 30px;
}

.price__item .cando {
  margin: 40px 0 0;
}

.price__item .cando ol {
  list-style-type: none;
}

.price__item .cando li {
  background: #f7f7f7;
  padding: 10px;
  font-size: 18px;
  border-radius: 6px;
}

.price__item .cando li:not(:first-child) {
  margin: 15px 0 0;
}

.cta {
  background-color: #f7f7f7;
}

.cta__btn {
  text-align: center;
}

.cta__btn a {
  display: inline-block;
  background: #008c5b;
  padding: 15px 40px 15px 20px;
  margin: 0px 0 0;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #fff;
  position: relative;
}

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

.cta__btn a::after {
  position: absolute;
  content: '';
  right: 20px;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cta__btn a:hover {
  border-color: #008c5b;
  background: #fff;
  color: #008c5b;
}

.cta__btn a:hover::after {
  border-color: #008c5b;
}

.cta2 {
  background-color: white;
}

.cta2__btn {
  text-align: center;
}

.cta2__btn a {
  display: inline-block;
  background: #008c5b;
  padding: 15px 40px 15px 20px;
  margin: 0px 0 0;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #fff;
  position: relative;
}

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

.cta2__btn a::after {
  position: absolute;
  content: '';
  right: 20px;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cta2__btn a:hover {
  border-color: #008c5b;
  background: #fff;
  color: #008c5b;
}

.cta2__btn a:hover::after {
  border-color: #008c5b;
}

footer {
  padding: 15px 0;
  background: #444;
  text-align: center;
  color: #fff;
}

footer small {
  font-size: 14px;
  line-height: 1;
}

.luxbar-menu-material-green .luxbar-hamburger span,
.luxbar-menu-material-green .luxbar-hamburger span::before,
.luxbar-menu-material-green .luxbar-hamburger span::after {
  background-color: #838383;
}

.luxbar-navigation {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

table.company {
  width: 90%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 15px;
  font-size: 12px;
}

table.company th,
table.company td {
  padding: 10px;
}

table.company th {
  background: #008c5b;
  vertical-align: middle;
  text-align: left;
  width: 100px;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
}

table.company th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #008c5b;
  border-width: 10px;
  margin-top: -10px;
}

/* firefox */
@-moz-document url-prefix() {
  table.company th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: ' ';
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #008c5b 10px solid;
    margin-top: -10px;
  }
}

table.company td {
  background: #f8f8f8;
  width: 360px;
  padding-left: 20px;
}
/*# sourceMappingURL=style.css.map */