@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

body {
  font-family: 'Noto Sans JP', 'メイリオ', Meiryo, sans-serif;
  color: #000;
}

body a {
  color: #00b12c;
}

.section-title {
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.3;
  font-weight: 900;
}

.section-title .main {
  display: block;
  font-weight: 900;
  font-size: 36px;
}

.section-title .main .number {
  font-weight: 900;
  font-size: 48px;
}

.section-title .sub {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: #00b12c;
}

@media (max-width: 768px) {
  .section-title .main {
    font-size: 26px;
  }

  .section-title .sub {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.cta-button {
  display: block;
  background: url(../img/icon-button-arrow.png) no-repeat right 24px center/28px
    auto;
  background-color: #8e02bf;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
  border-radius: 74px;
  max-width: 320px;
  padding: 0 51px 2px 37px;
  line-height: 72px;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  position: relative;
}

@media (max-width: 768px) {
  .cta-button {
    font-size: 20px;
    line-height: 56px;
  }
}

.container {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .container {
    padding: 0;
  }
}

img {
  max-width: 100%;
}

.cta-section {
  margin: 0;
  position: relative;
  background: #eaf9ed;
  padding: 40px 0;
}

.cta-section .cta-item {
  display: flex;
}

@media (max-width: 768px) {
  .cta-section {
    padding: 0px 0 0px;
  }

  .cta-section .cta-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 20px 0;
  }
}

.cta-section .cta-item .cta-contents {
  max-width: 640px;
  margin: auto auto auto 0;
}

@media (max-width: 768px) {
  .cta-section .cta-item .cta-contents {
    margin: 0 auto;
    text-align: center;
  }
}

.cta-section .cta-item .cta-contents .cta-tags {
  display: flex;
}

.cta-section .cta-item .cta-contents .cta-tag {
  background: #cdfbcd;
  border-radius: 5px;
  max-width: 168px;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 900;
  color: #48cb69;
  padding: 12px;
}

@media (max-width: 768px) {
  .cta-section .cta-item .cta-contents .cta-tags {
    justify-content: center;
  }

  .cta-section .cta-item .cta-contents .cta-tag {
    margin: 0 4px 12px;
  }
}

.cta-section .cta-item .cta-contents .cta-copy {
  margin-bottom: 24px;
}

.cta-section .cta-item .cta-contents .cta-copy .main-copy {
  font-weight: 900;
  font-size: 32px;
  line-height: 130%;
}

@media (max-width: 768px) {
  .cta-section .cta-item .cta-contents .cta-copy .main-copy {
    font-size: 20px;
  }
}

.cta-section .cta-item .cta-contents .cta-copy strong {
  color: #00b12c;
  font-weight: 900;
}

.cta-section .cta-item .cta-contents .cta-button {
  max-width: 330px;
  text-align: center;
}

@media (max-width: 768px) {
  .cta-section .cta-item .cta-contents .cta-button {
    margin: 0 auto 24px;
  }
}

.cta-section .cta-item .cta-image {
  width: 493px;
  height: auto;
  margin: 0 0 0 0;
}

@media (max-width: 768px) {
  .cta-section .cta-item .cta-image {
    margin: 0 auto;
    max-width: 420px;
    height: auto;
  }
}

.cta-section .cta-item .cta-image img {
  position: absolute;
  bottom: 0px;
  width: 493px;
  height: auto;
}

@media (max-width: 768px) {
  .cta-section .cta-item .cta-image img {
    position: static;
    bottom: auto;
    right: auto;
    max-width: 70%;
    margin: 0 auto;
    display: block;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  background: #00b12c;
  padding: 32px 32px 32px;
}

@media (max-width: 768px) {
  .footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}

.footer .logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .footer .logo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.footer .logo .logo-image {
  width: 90px;
  margin-right: 16px;
}

@media (max-width: 768px) {
  .footer .logo .logo-image {
    margin: 0 auto;
  }
}

.footer .logo .logo-copy {
  color: #fff;
  font-size: 12px;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .footer .logo .logo-copy {
    width: 100%;
    margin-top: 16px;
    text-align: center;
  }
}

.footer .copy {
  margin: 0 0 0 auto;
  color: #fff;
  font-size: 12px;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .footer .copy {
    width: 100%;
    margin-top: 16px;
    text-align: center;
  }
}

.footer-link-items {
  width: 100%;
  display: flex;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-link-item {
  margin-right: 24px;
}

.footer-link-item.twitter-link {
  margin-right: 0;
  margin-left: auto;
  max-width: 134px;
}

.footer-link-item a {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

.footer-certification {
  padding: 32px;
  display: flex;
}

.footer-jiima-scan-logo {
  width: 58px;
  margin-right: 24px;
}

.footer-iso-logo {
  width: 112px;
}

@media (max-width: 768px) {
  .footer-link-items {
    flex-wrap: wrap;
  }

  .footer-link-item {
    width: 48%;
    max-width: 48%;
    margin: 0 auto 16px;
    text-align: center;
  }

  .footer-link-item.twitter-link {
    margin: 16px auto 0;
  }

  .footer-certification {
    padding: 24px 20px;
    display: flex;
  }
}

.hero-section {
  padding: 60px 0 100px;
  position: relative;
  background: #f8fef9;
}

@media (max-width: 768px) {
  .hero-section {
    overflow: hidden;
    padding: 20px 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.hero-section .container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 1184px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .hero-section .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}

.hero-section .hero-image {
  width: 602px;
  margin: auto 0px auto auto;
}

@media (max-width: 768px) {
  .hero-section .hero-image {
    margin: 0px auto;
  }
}

.hero-section .hero-contents {
  width: 402px;
}

@media (max-width: 768px) {
  .hero-section .hero-contents {
    width: 100%;
    text-align: center;
  }
}

.hero-section .hero-title {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .hero-section .hero-title {
    margin-top: 40px;
    margin-bottom: 16px;
  }
}

.hero-section .hero-title .hero-main-copy {
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.hero-section .hero-title .hero-main-copy img {
  height: 33px;
  width: auto;
}

.hero-section .hero-title .hero-main-copy strong {
  font-weight: 900;
  color: #00b12c;
}

@media (max-width: 768px) {
  .hero-section .hero-title .hero-main-copy {
    font-size: 32px;
  }
}

.hero-section .hero-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  opacity: 0.7;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .hero-section .hero-description {
    font-size: 16px;
  }
}

.hero-section .hero-cta {
  text-align: center;
  max-width: 352px;
}

@media (max-width: 768px) {
  .hero-section .hero-cta {
    margin-bottom: 40px;
    max-width: 100%;
  }

  .hero-section .hero-cta .cta-button {
    margin: 0 auto;
  }
}

.hero-section .hero-cta-appeal {
  font-size: 20px;
  font-weight: 700;
  margin-left: 80px;
  margin-bottom: 8px;
  width: 154px;
}

.hero-section .hero-cta-appeal strong {
  color: #00b12c;
}

@media (max-width: 768px) {
  .hero-section .hero-cta-appeal {
    text-align: center;
    margin-left: 0;
    width: auto;
  }
}

.problem-section {
  padding: 80px 0 100px 0;
}

@media (max-width: 768px) {
  .problem-section {
    padding: 40px 20px;
  }
}

.problem-section .problem-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .problem-section .problem-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.problem-section .problem-item {
  max-width: 240px;
  margin: 0 24px 16px;
}

@media (max-width: 768px) {
  .problem-section .problem-item {
    width: 44%;
    margin: 0 3% 16px;
  }
}

.problem-section .problem-image {
  max-width: 240px;
  margin: 0 auto 8px;
  text-align: center;
}

@media (max-width: 768px) {
  .problem-section .problem-image {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
  }
}

.problem-section .problem-detail-leading {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  line-height: 140%;
}
.problem-section .problem-detail-leading span {
  font-weight: 900;
}
.problem-section .problem-detail-leading strong {
  font-size: 36px;
  color: #00b12c;
}
.problem-section .problem-detail-leading .sp-only {
  display: none;
}
@media (max-width: 768px) {
  .problem-section .problem-detail-leading {
    font-size: 26px;
    line-height: 120%;
  }
  .problem-section .problem-detail-leading strong {
    font-size: 32px;
  }
  .problem-section .problem-detail-leading span {
    display: none;
  }
  .problem-section .problem-detail-leading .sp-only {
    display: block;
  }
}

.feature-section {
  padding: 100px 0 120px;
  background: url(../img/feature-bg.png) repeat;
  background-position: top center;
  background-size: auto 100%;
}

.feature-section-leading {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 72px;
}
.feature-section-leading br {
  display: none;
}

.feature-section-leading strong {
  font-size: 36px;
  color: #00b12c;
}
@media (max-width: 768px) {
  .feature-section-leading {
    font-size: 26px;
    line-height: 120%;
  }
  .feature-section-leading strong {
    font-size: 32px;
  }
  .feature-section-leading br {
    display: block;
  }
}
@media (max-width: 768px) {
  .feature-section {
    padding: 40px 20px 80px;
    background-size: 100% auto;
  }

  .feature-section .feature-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0px;
  }
}

.feature-section .feature-item {
  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;
  margin-bottom: 120px;
}

.feature-section .feature-item:last-child {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .feature-section .feature-item {
    margin: 0 auto 60px;
    max-width: 100%;
    text-align: center;
  }
}

.feature-section .feature-item.reverse .feature-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: auto 0 auto auto;
  width: 47.2%;
}

@media (max-width: 768px) {
  .feature-section .feature-item.reverse .feature-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto;
    width: 100%;
  }
}

.feature-section .feature-item.reverse .feature-contents {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: auto auto auto 0;
  width: 50%;
}

@media (max-width: 768px) {
  .feature-section .feature-item.reverse .feature-contents {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
    width: 100%;
  }
}

.feature-section .feature-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 47.2%;
  margin: auto auto auto 0;
}

@media (max-width: 768px) {
  .feature-section .feature-image {
    margin: 0 auto;
    width: 100%;
  }
}

.feature-section .feature-contents {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 50%;
  margin: auto 0 auto auto;
}

.feature-section .feature-contents.limit-width {
  max-width: 484px;
}

@media (max-width: 768px) {
  .feature-section .feature-contents {
    margin: 0 auto;
    width: 100%;
  }
}

.feature-section .feature-contents .feature-title {
  margin-bottom: 8px;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.3;
}

.feature-section .feature-contents .feature-title .feature-number {
  display: block;
  font-weight: 900;
  font-size: 64px;
  line-height: 130%;
  color: rgba(117, 224, 144, 0.5);
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .feature-section .feature-contents .feature-title .feature-number {
    font-size: 30px;
  }
}

.feature-section .feature-contents .feature-title .sub {
  display: block;
  font-weight: 900;
  font-size: 20px;
  line-height: 130%;
  color: #686868;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .feature-section .feature-contents .feature-title .sub {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

.feature-section .feature-contents .feature-title .main {
  display: block;
  font-weight: 900;
  font-size: 32px;
  line-height: 130%;
  color: #000;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .feature-section .feature-contents .feature-title .main {
    font-size: 20px;
    margin-bottom: 6px;
  }
}

.feature-section .feature-contents .feature-title .main strong {
  font-weight: 900;
  color: #00b12c;
}

.feature-section .feature-contents .feature-title .main .number {
  font-weight: 900;
  font-size: 40px;
}

@media (max-width: 768px) {
  .feature-section .feature-contents .feature-title .main .number {
    font-size: 24px;
  }
}

.feature-section .feature-contents .feature-description {
  font-size: 16px;
  line-height: 1.6;
  color: #686868;
}

@media (max-width: 768px) {
  .feature-section .feature-contents .feature-description {
    font-size: 14px;
    text-align: left;
  }

  .feature-section .feature-contents .feature-description br {
    display: none;
  }
}

.arrow-wrapper {
  position: relative;
}

.arrow {
  position: absolute;
  top: -36px;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 108px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .arrow {
    top: -26px;
    max-width: 64px;
    margin: 0 auto 0;
  }
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
  text-decoration: none;
}
