<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  box-sizing: border-box;
}

.top-label {
  margin-top: 20px;
  width: 100%;
  max-height: 76px;
  height: auto;
  background-image: url("../images/common/bg_brown.gif");
  background-position: center;
  text-align: center;
  opacity: 0;
}
.top-label img {
  max-height: 76px;
  max-width: 288px;
  width: auto;
  height: 100%;
}

#border {
  width: 100%;
  display: block;
  height: 6px;
  background: #6eb92b;
  position: absolute;
  top: 0;
  left: 0;
}

.topLogo {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: table;
  padding-top: 40px;
  opacity: 0;
}
.topLogo .logo-container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.topLogo .logo-container .logo-item {
  display: inline-block;
  vertical-align: middle;
}
.topLogo .logo-container .logo-item.item-logo {
  width: 25%;
  height: auto;
  max-width: 288px;
  margin-right: 3%;
  margin-left: 3%;
}
.topLogo .logo-container .logo-item.item-logo-side {
  width: 25%;
  height: auto;
  max-width: 392px;
}
.topLogo .logo-container .logo-item.item-logo-side.side-L {
  visibility: hidden;
  position: relative;
  z-index: -9999;
}

.header-copy {
  display: block;
  text-align: center;
  opacity: 0;
}

.l-question {
  margin: 0 auto;
  padding: 70px 0;
  width: 100%;
  height: auto;
  text-align: center;
  opacity: 0;
}
.l-question.q-bad {
  opacity: 0;
}
/* .l-question.q1 {
  max-width: 439px;
} */
.l-question.q2 {
  max-width: 33px;
}
.l-question.q3 {
  max-width: 33px;
}
.l-question.q4 {
  max-width: 33px;
}
.l-question.q5 {
  max-width: 33px;
}
.l-question.triangle-bad {
  max-width: 33px;
  opacity: 0;
}
.l-question img {
  width: 100%;
  height: auto;
}

.process {
  background: -webkit-linear-gradient(right, #ebf4e3 50%, #dcdddd 50%);
  background: -o-linear-gradient(right, #ebf4e3 50%, #dcdddd 50%);
  background: -moz-linear-gradient(right, #ebf4e3 50%, #dcdddd 50%);
  background: linear-gradient(to right, #ebf4e3 50%, #dcdddd 50%);
  padding-bottom: 120px;
}

.compare {
  max-width: 1030px;
  margin: 0 auto 30px;
}
.compare .good-container {
  direction: rtl;
  float: left;
  opacity: 0;
  vertical-align: bottom;
}
.compare .good-container.good-5 {
  padding-bottom: 50px;
}
.compare .good-container .good-item {
  display: inline-block;
  max-width: 260px;
  width: 49%;
  height: auto;
}
.compare .good-container .good-item.item-thumb.thumb-4 {
  vertical-align: middle;
}
.compare .good-container .good-item .good-icon {
  padding-bottom: 10%;
  text-align: center;
  max-width: 70px;
  margin: 0 auto;
}
.compare .good-container .good-item img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.compare .good-container .good-item .balloon-4 {
  vertical-align: middle;
  position: relative;
  top: 20px;
}
.compare .bad-container {
  float: right;
  opacity: 0;
  vertical-align: bottom;
}
.compare .bad-container.bad-5 {
  padding-bottom: 50px;
}
.compare .bad-container .bad-item {
  display: inline-block;
  max-width: 260px;
  width: 49%;
  height: auto;
}
.compare .bad-container .bad-item.item-thumb.thumb-4 {
  padding-top: 95px;
}
.compare .bad-container .bad-item .bad-icon {
  padding-bottom: 10%;
  text-align: center;
  max-width: 70px;
  margin: 0 auto;
  opacity: 0;
}
.compare .bad-container .bad-item img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

.l-switcher {
  padding: 60px 0;
}

.l-reduce {
  padding: 40px 0 50px;
}
.l-reduce .reduce-item {
  opacity: 0;
}

.switcher-list {
  max-width: 640px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  opacity: 0;
}
.switcher-list .switcher-item img {
  width: 100%;
  height: auto;
}
.switcher-list .switcher-item.btn-bird {
  float: left;
}
.switcher-list .switcher-item.btn-human {
  float: right;
}
.switcher-list .switcher-item.is-current {
  opacity: 1.0;
}
.switcher-list .switcher-item.is-not-current {
  opacity: 0.25;
}
.switcher-list .switcher-item.is-not-current:hover {
  opacity: 1.0;
}

.reduce-list {
  width: 280px;
  height: auto;
  margin: 0 auto;
}
.reduce-list .reduce-item.btn-reduce {
  float: left;
}
.reduce-list .reduce-item.btn-enhance {
  float: right;
}

.section {
  width: 100%;
  height: auto;
}
.section.bg-yellow {
  background-color: #fffcd1;
}
.section.bg-white {
  background-color: #ffffff;
}
.section.bg-green {
  background-color: #ebf4e3;
}
.section.l-section-2 {
  padding: 60px 0;
}
.section.l-section-3 {
  padding: 90px 0;
}
.section .section-inner {
  margin: 0 auto;
}
.section .section-inner.inner-740 {
  max-width: 740px;
  width: 100%;
  height: auto;
}
.section .section-inner.inner-1600 {
  max-width: 1600px;
  width: 100%;
  height: auto;
}
.section .section-inner .section-item {
  text-align: center;
  margin: 0 auto;
  opacity: 0;
}
.section .section-inner .section-item img {
  width: 100%;
  height: auto;
}
.section .section-inner .section-item.l-item-txt {
  margin: 30px auto;
}
.section .section-inner .section-item.l-item-heading {
  margin-bottom: 90px;
}
.section .section-inner .section-item.item-heading.heading1 {
  max-width: 444px;
}
.section .section-inner .section-item.item-heading.heading1-b {
  max-width: 693px;
}
.section .section-inner .section-item.item-heading.heading2-b {
  max-width: 597px;
}
.section .section-inner .section-item.item-heading.heading3-b {
  max-width: 782px;
}
.section .section-inner .section-item.item-heading.l-heading {
  padding-top: 65px;
  padding-bottom: 50px;
  text-align: center;
}
.section .section-inner .section-item.item-thumb.thumb1 {
  max-width: 260px;
}
.section .section-inner .section-item.item-thumb.thumb2 {
  max-width: 260px;
}
.section .section-inner .section-item.item-thumb.thumb3 {
  max-width: 517px;
}
.section .section-inner .section-item.item-figure.figure1 {
  max-width: 583px;
}
.section .section-inner .section-item.item-figure.figure2 {
  max-width: 499px;
}
.section .section-inner .section-item.item-figure.figure3 {
  max-width: 683px;
}
.section .section-inner .section-item.item-figure.figure1-b {
  max-width: 1100px;
}
.section .section-inner .section-item.item-figure.figure3-b {
  max-width: 1100px;
}
.section .section-inner .section-item.item-txt.txt1 {
  max-width: 454px;
}
.section .section-inner .section-item.item-txt.txt2 {
  max-width: 576px;
}
.section .section-inner .section-item.item-txt.txt3 {
  max-width: 608px;
}
.section .section-inner .section-item.item-caption {
  padding: 50px 0;
}
.section .section-inner .section-item.item-caption.caption1-b {
  max-width: 761px;
}
.section .section-inner .section-item.item-caption.caption2-b {
  max-width: 1082px;
}
.section .section-inner .section-item.item-caption.caption3-b {
  max-width: 823px;
}
.section .section-inner .section-item.item-caption.caption4-b {
  max-width: 745px;
}
.section .section-inner .section-item.item-caption.caption5-b {
  /*画像幅とpr足した数値をmwとする*/
  max-width: 953px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 180px;
}
.section .section-inner .section-item.item-caption.l-caption {
  text-align: center;
}
.section .section-inner .section-item.item-caption.l-caption.caption-result {
  padding: 50px 0 0;
  width: 100%;
  height: auto;
  max-width: 672px;
}
.section .section-inner .section-item.item-caption.l-caption.caption-result img {
  width: 100%;
  height: auto;
}
.section .section-inner .section-item .l-figure {
  text-align: center;
}
.section .section-inner .section-item .l-figure img {
  vertical-align: top;
}

.imageBox {
  max-width: 912px;
  width: 100%;
  margin: 0 auto;
}
.imageBox .imageBox-item {
  opacity: 0;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
}
.imageBox .imageBox-item img {
  width: 100%;
  height: auto;
}
.imageBox .imageBox-item.item-ttl {
  margin-bottom: 10px;
}
.imageBox .imageBox-item.item-ttl.ttl1-b {
  max-width: 285px;
}
.imageBox .imageBox-item.item-ttl.ttl2-b {
  max-width: 443px;
}
.imageBox .imageBox-item.item-figure.figure1-b {
  padding-right: 10%;
  max-width: 638px;
}
.imageBox .imageBox-item.item-figure.figure2-b {
  max-width: 966px;
}
.imageBox .imageBox-item.item-caption {
  margin-top: 50px;
}
.imageBox .imageBox-item.item-caption.caption1-b {
  max-width: 499px;
}
.imageBox .imageBox-item.item-caption.caption2-b {
  max-width: 912px;
}

.triangle {
  width: 0;
  height: 0;
  opacity: 0;
}
.triangle.is-gray {
  border: 50px solid transparent;
  border-top: 50px solid #595757;
}
.triangle.is-gray.l-gray {
  margin: 80px auto 30px;
}
.triangle.is-yellow {
  border: 100px solid transparent;
  border-top: 100px solid #fffcd1;
}
.triangle.is-yellow.l-yellow {
  margin: 0 auto -100px;
}
.triangle.is-green {
  border: 100px solid transparent;
  border-top: 100px solid #ebf4e3;
}
.triangle.is-green.l-green {
  margin: 0 auto -100px;
}

.sticker {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 9999;
  opacity: 0.9;
  text-align: center;
}
.sticker img {
  display: block;
}

.pageTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

@media screen and (max-width: 1029px) {
  .process {
    padding-bottom: 0;
  }

  .compare {
    width: 100%;
    margin: 0 auto;
  }
  .compare .good-container {
    width: 50%;
    height: auto;
    display: block;
    text-align: center;
    background-color: #ebf4e3;
  }
  .compare .good-container .good-item {
    display: inline-block;
    text-align: center;
    width: 90%;
    height: auto;
  }
  .compare .good-container .good-item.item-thumb {
    padding: 3% 0 0;
  }
  .compare .good-container .good-item.item-balloon {
    padding: 3% 0 0;
  }
  .compare .good-container .good-item.item-balloon img {
    transform: rotate(0deg);
  }
  .compare .good-container .good-item img {
    width: 90%;
    height: auto;
  }
  .compare .good-container .good-item .balloon-4 {
    position: static;
  }
  .compare .bad-container {
    width: 50%;
    height: auto;
    display: block;
    text-align: center;
    background-color: #dcdddd;
  }
  .compare .bad-container .bad-item {
    display: inline-block;
    width: 90%;
    height: auto;
  }
  .compare .bad-container .bad-item.item-thumb {
    padding: 3% 0 0;
  }
  .compare .bad-container .bad-item.item-thumb.thumb-4 {
    padding: 3% 0 0;
  }
  .compare .bad-container .bad-item.item-balloon {
    padding: 3% 0 0;
  }
  .compare .bad-container .bad-item img {
    width: 90%;
    height: auto;
  }

  .l-question-container {
    width: 100%;
  }

  .l-question img {
    width: 90%;
    height: auto;
  }

  .section {
    width: 100%;
    height: auto;
  }
  .section.bg-yellow {
    background-color: #fffcd1;
  }
  .section.bg-white {
    background-color: #ffffff;
  }
  .section.bg-green {
    background-color: #ebf4e3;
  }
  .section.l-section-2 {
    padding: 60px 0;
  }
  .section.l-section-3 {
    padding: 90px 0;
  }
  .section .section-inner {
    margin: 0 auto;
  }
  .section .section-inner.inner-740 {
    max-width: 740px;
    width: 100%;
    height: auto;
  }
  .section .section-inner .l-caption {
    text-align: center;
  }
  .section .section-inner .l-caption.caption-result img {
    width: 90%;
    height: auto;
  }
  .section .section-inner .section-item {
    text-align: center;
  }
  .section .section-inner .section-item.item-caption.caption5-b {
    padding: 50px 0;
  }
  .section .section-inner .section-item.l-item-txt {
    margin: 30px auto;
  }
  .section .section-inner .l-heading {
    padding-top: 65px;
    padding-bottom: 50px;
    text-align: center;
  }
  .section .section-inner .l-figure {
    text-align: center;
  }
  .section .section-inner .l-figure img {
    vertical-align: top;
  }
}
@media screen and (max-width: 959px) {
  .topLogo {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: table;
    padding-top: 40px;
    opacity: 0;
  }
  .topLogo .logo-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .topLogo .logo-container .logo-item {
    display: block;
    vertical-align: middle;
    padding: 40px 0;
  }
  .topLogo .logo-container .logo-item.item-logo {
    max-width: 288px;
    margin: 0 auto;
    width: 50%;
    height: auto;
  }
  .topLogo .logo-container .logo-item.item-logo-side {
    width: 50%;
    height: auto;
    max-width: 407px;
    margin: 0 auto;
  }
  .topLogo .logo-container .logo-item.item-logo-side.side-L {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sticker {
    text-align: right;
    width: 10%;
  }
  .sticker img {
    width: 100%;
    height: auto;
  }

  .pageTop {
    text-align: right;
  }
  .pageTop img {
    width: 40%;
    height: auto;
  }

  .section .section-inner .section-item img {
    width: 90%;
    height: auto;
  }

  .imageBox .imageBox-item img {
    width: 90%;
    height: auto;
  }

  .switcher-list .switcher-item {
    max-width: 284px;
    width: 46%;
    padding: 1%;
  }
  .switcher-list .switcher-item img {
    width: 95%;
    height: auto;
  }
}

/* 230119 */
#section1-h {
  margin-bottom: 50px;
}</pre></body></html>