@charset "UTF-8";
/* before/after用スタイル */
/* parts */
/* _mixin */
/* media query */
/* layout */
/* padding, margin */
/* color */
/* flex */
/* font */
/* other */
/* コンテンツ共通スタイル */
#headline-area p img {
  height: 4.5em;
}
@media screen and (min-width: 1940px) {
  #headline-area p img {
    height: 5em;
  }
}

/* beforeafter-section */
.beforeafter-section {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: space-between;
}
.beforeafter-section .before-area {
  text-align: left;
  width: 30%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
}
.beforeafter-section .before-area h2 {
  font-size: 3.2em;
  letter-spacing: 0;
  margin-bottom: 1em;
}
.beforeafter-section .before-area dl {
  font-size: 1.3em;
  letter-spacing: 0;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}
.beforeafter-section .before-area dl dt {
  padding-top: 0.5em;
}
.beforeafter-section .before-area dl dd {
  padding: 0.5em 0 0 0.5em;
  font-family: neue-kabel, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: calc(100% - 8em);
  margin-right: auto;
}
.beforeafter-section .before-area h3 {
  font-size: 3.6em;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
.beforeafter-section .before-area h3 img {
  height: 5.5vw;
}
@media screen and (min-width: 1940px) {
  .beforeafter-section .before-area h3 img {
    height: auto;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1940px) {
  .beforeafter-section .before-area h3 img {
    height: auto;
  }
}
.beforeafter-section .before-area picture {
  margin-bottom: 12em;
}
.beforeafter-section .after-area {
  width: 66.3%;
  position: relative;
}
.beforeafter-section .after-area h3 {
  font-size: 4.8em;
  line-height: 1;
  position: absolute;
  bottom: -0.5em;
  left: -3.8em;
}
.beforeafter-section .after-area h3 img {
  height: 12.5vw;
}
@media screen and (min-width: 1940px) {
  .beforeafter-section .after-area h3 img {
    height: auto;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1940px) {
  .beforeafter-section .after-area h3 img {
    height: auto;
  }
}
.beforeafter-section .after-area picture {
  width: 100%;
}
.beforeafter-section .after-area picture img {
  width: 100%;
}
.beforeafter-section:nth-of-type(even) .before-area {
  order: 1;
}
.beforeafter-section:nth-of-type(even) .before-area h3 {
  text-align: right;
}
.beforeafter-section:nth-of-type(even) .after-area {
  order: 0;
}
.beforeafter-section:nth-of-type(even) .after-area h3 {
  right: -3.8em;
  bottom: 0.5em;
  left: auto;
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  .beforeafter-section .after-area picture {
    height: 100%;
  }
  .beforeafter-section .after-area picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .beforeafter-section:nth-of-type(even) .after-area h3 {
    bottom: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .beforeafter-section .before-area h2,
  .beforeafter-section .after-area h2 {
    font-size: 2.5em;
  }
  .beforeafter-section .after-area h3 {
    left: -22vw;
  }
  .beforeafter-section .after-area picture {
    height: 100%;
  }
  .beforeafter-section .after-area picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .beforeafter-section:nth-of-type(even) .after-area h3 {
    right: -22vw;
    bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .beforeafter-section {
    flex-direction: column;
  }
  .beforeafter-section .before-area {
    width: 100%;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    order: 0 !important;
  }
  .beforeafter-section .before-area h2 {
    font-size: 2.5em;
    width: 100%;
    margin-bottom: 0.5em;
  }
  .beforeafter-section .before-area dl.spec-dl {
    width: 100%;
  }
  .beforeafter-section .before-area h3 {
    width: 30%;
    margin-top: initial;
    margin-right: 0.5em;
    margin-left: auto;
  }
  .beforeafter-section .before-area h3 img {
    height: 12.5vw;
  }
  .beforeafter-section .before-area picture {
    width: 40%;
    padding-top: 1.5em;
    margin-right: 1.5em;
    margin-bottom: 0;
  }
  .beforeafter-section .after-area {
    width: 100%;
    padding: 1.5em 25% 4em 0;
    position: relative;
    overflow: hidden;
    order: 1 !important;
  }
  .beforeafter-section .after-area h3 {
    width: 50%;
    right: 0 !important;
    bottom: 0 !important;
    left: initial !important;
  }
  .beforeafter-section .after-area h3 img {
    height: 20vw;
  }
}/*# sourceMappingURL=beforeafter.css.map */