@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

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

  .sp-block {
    display: block;
  }
}
html, body {
  font-family: "Noto Sans JP", sans-serif;
}

a:hover {
  opacity: 0.85;
}

img {
  width: 100%;
}

.l-container {
  width: 1150px;
  margin: auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .l-container {
    width: 100%;
  }
}

header,
main,
footer {
  min-width: 1150px;
  margin: auto;
}
@media (max-width: 768px) {
  header,
main,
footer {
    min-width: auto;
  }
}

.l-header {
  z-index: 1000;
  box-shadow: 0 0 3px 3px #E3E3E3;
}
.l-header .l-container {
  display: flex;
  justify-content: space-between;
}
.l-header .e-logo {
  display: flex;
  align-items: center;
  margin: 13px 0;
}
.l-header .e-logo h1 {
  max-width: 200px;
  margin: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .l-header .e-nav {
    display: none;
  }
}
.l-header .e-nav ul {
  display: flex;
}
.l-header .e-nav ul li {
  padding: 0 1rem;
  border-left: 1px solid #000;
  line-height: 1;
  display: flex;
}
.l-header .e-nav ul li:first-child {
  padding-left: 0;
  border-left: none;
}
.l-header .e-nav ul li a {
  color: #008A32;
  text-decoration: none;
  margin-top: -1px;
  font-weight: bold;
}

.l-footer {
  background: #008A32;
  text-align: center;
  padding: 11px 14px 14px;
}
.l-footer small {
  color: #FFFFFF;
  font-size: 0.8125rem;
}

.c-pagetop {
  position: fixed;
  right: 20px;
  bottom: 73px;
  width: 66px;
}
.c-pagetop.is-hide {
  display: none;
}
@media (max-width: 768px) {
  .c-pagetop {
    display: none;
  }
}

.c-mv {
  background: url("../image/mv-back-img@2x.jpg") no-repeat center;
  background-size: cover;
  padding: 96px 0;
  visibility: hidden;
}
.c-mv.is-visible {
  visibility: visible;
  animation-duration: 0.5s;
  animation-name: fade-in;
}
@media (max-width: 768px) {
  .c-mv .l-container {
    padding: 0;
  }
}

@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.c-btn {
  display: block;
  max-width: 350px;
}

.c-contact {
  position: relative;
  background: linear-gradient(to bottom, #FFF, #F0F0F0);
  border-top: 3px solid #DBDBDB;
}
.c-contact .e-bg {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .c-contact {
    padding-bottom: 20px;
  }
}
.c-contact .e-btns {
  position: absolute;
  top: 135px;
  display: flex;
  width: 730px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .c-contact .e-btns {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
  }
  .c-contact .e-btns .c-btn {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .c-contact .e-btns .c-btn:last-child {
    margin-bottom: 0;
  }
}

.c-3blocks {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .c-3blocks {
    display: block;
  }
  .c-3blocks .e-item {
    margin-bottom: 9.66vw;
  }
}

.p-bg-stripe {
  background: url("../image/bg-stripe.png") repeat;
}

.p-sec-01-main {
  padding-top: 66px;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .p-sec-01-main {
    padding-bottom: 9vw;
  }
}

.p-sec-01-cards {
  justify-content: space-evenly;
  padding-bottom: 73px;
}
@media (max-width: 768px) {
  .p-sec-01-cards {
    padding-bottom: 9vw;
  }
}
.p-sec-01-cards .e-item {
  max-width: 280px;
}
@media (max-width: 768px) {
  .p-sec-01-cards .e-item {
    max-width: 100%;
    margin-right: 53px;
    margin-left: 53px;
  }
}

.p-sec-02 {
  padding-top: 112px;
}

.p-sec-02-main {
  margin-bottom: 80px;
}

.p-sec-02-cards {
  margin-bottom: 80px;
}
.p-sec-02-cards .e-item {
  max-width: 350px;
}
@media (max-width: 768px) {
  .p-sec-02-cards .e-item {
    max-width: 100%;
  }
}

.p-sec-02-graph {
  margin-bottom: 80px;
}

.p-sec-03-main {
  max-width: 563px;
  text-align: center;
  padding: 80px 0;
  margin: auto;
}
@media (max-width: 768px) {
  .p-sec-03-main {
    max-width: 100%;
    padding-bottom: 34px;
  }
}

.p-sec-03-cards {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .p-sec-03-cards {
    padding-bottom: 64px;
  }
}
.p-sec-03-cards .e-item {
  margin-bottom: 89px;
}
@media (max-width: 768px) {
  .p-sec-03-cards .e-item {
    margin-bottom: 1rem;
  }
}

.p-sec-04-main {
  max-width: 388px;
  padding: 80px 0;
  margin: auto;
}
@media (max-width: 768px) {
  .p-sec-04-main {
    padding-bottom: 40px;
  }
}

.c-products {
  text-align: justify;
}
.c-products .e-item {
  display: flex;
  margin-bottom: 58px;
}
.c-products .e-img {
  width: 540px;
  flex-shrink: 0;
  margin-right: 30px;
}
.c-products .e-title {
  color: #008A32;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 3px solid;
  margin-bottom: 20px;
  font-weight: bold;
}
.c-products .e-name {
  font-size: 2.25rem;
}
.c-products .e-com {
  font-size: 1.125rem;
}
.c-products .e-labels {
  margin-bottom: 13px;
}
.c-products .e-label {
  display: inline-block;
  color: #008A32;
  font-weight: bold;
  font-size: 1.125rem;
  background: #FFE200;
  padding: 7px 10px;
  border-radius: 5px;
  margin-bottom: 8px;
}
.c-products .e-text {
  line-height: 1.6875;
}
@media (max-width: 768px) {
  .c-products .e-img {
    width: 100%;
    margin-bottom: 7px;
  }
  .c-products .e-item {
    display: block;
    margin-bottom: 36px;
  }
  .c-products .e-title {
    display: block;
    border: none;
  }
  .c-products .e-name {
    display: block;
    border-bottom: 3px solid;
    margin-bottom: 7px;
    padding-bottom: 3px;
  }
  .c-products .e-com {
    display: block;
  }
}

.p-sec-04-products {
  margin-bottom: 80px;
}

.p-sec-05-main {
  max-width: 276px;
  padding: 80px 0;
  margin: auto;
}
@media (max-width: 768px) {
  .p-sec-05-main {
    padding-bottom: 40px;
  }
}

.c-voice {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.c-voice .e-item {
  max-width: 350px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 40px 20px 20px;
}
.c-voice .e-name {
  font-size: 1.5rem;
  color: #008A32;
  font-weight: bold;
  text-align: center;
  margin-bottom: 28px;
}
.c-voice .e-img {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .c-voice {
    display: block;
  }
  .c-voice .e-item {
    max-width: 100%;
    margin-bottom: 33px;
  }
}

.p-sec-06-main {
  max-width: 345px;
  padding: 80px 0;
  margin: auto;
}
@media (max-width: 768px) {
  .p-sec-06-main {
    padding-bottom: 40px;
  }
}

.c-qa {
  font-size: 1.25rem;
  margin-bottom: 80px;
}
.c-qa .e-item {
  background: #FFE200;
  border-radius: 10px;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 15px 20px 20px 20px;
  max-width: 730px;
  margin: auto;
  margin-bottom: 20px;
}
.c-qa .e-q {
  display: flex;
  font-weight: bold;
}
.c-qa .e-q span {
  margin-right: 5px;
}
.c-qa .e-q p {
  margin: 0;
}
.c-qa .e-a {
  display: flex;
  background: #FFF3AD;
  padding: 18px;
  margin-top: 10px;
}
.c-qa .e-a span {
  margin-right: 10px;
  font-weight: bold;
}
.c-qa .e-a p {
  margin: 0;
}

.p-sec-07 {
  background: url("../image/img-sec-07-bg@2x.jpg") no-repeat center;
  background-size: cover;
}

.p-sec-07-main {
  padding: 160px 0;
  max-width: 730px;
  margin: auto;
}

/*# sourceMappingURL=style.css.map */
