/* Scss Document */
.pc {
  display: block;
}
@media (max-width: 834px) {
  .pc {
    display: none;
  }
}

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

#intro .obj-b {
  position: absolute;
  bottom: initial;
  top: 320px;
  right: 2vw;
  z-index: -1;
}

#contents .label-heading {
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  #contents .label-heading {
    margin-bottom: 24px;
  }
}

#values {
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  #values {
    margin-bottom: 80px;
  }
}
#values .h1 {
  margin-bottom: 32px;
}
@media (max-width: 834px) {
  #values .h1 {
    margin-bottom: 24px;
  }
}
#values h4 {
  margin-bottom: 32px;
}
@media (max-width: 834px) {
  #values h4 {
    margin-bottom: 24px;
  }
}

#sales {
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  #sales {
    margin-bottom: 80px;
  }
}

#features {
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  #features {
    margin-bottom: 80px;
  }
}
#features .benefit-box {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#features .benefit-box .benefit-item {
  background-color: rgba(245, 209, 129, 0.4);
  border-radius: 40px;
  padding: 24px;
  text-align: center;
  width: 31%;
}
@media (max-width: 834px) {
  #features .benefit-box .benefit-item {
    width: 100%;
    border-radius: 24px;
  }
}
#features .benefit-box .benefit-item h3 {
  color: #F08300;
  margin-bottom: 24px;
}
#features .benefit-box .benefit-item .box {
  background-color: #fff;
  border-radius: 24px;
  padding: 20px 24px;
  text-align: left;
}
@media (max-width: 834px) {
  #features .benefit-box .benefit-item .box {
    border-radius: 16px;
  }
}

#case {
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  #case {
    margin-bottom: 80px;
  }
}
#case .product-section {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
#case .product-section .product-item {
  border-radius: 12px;
  overflow: hidden;
  width: 46%;
}
@media (max-width: 834px) {
  #case .product-section .product-item {
    width: 100%;
  }
}
#case .product-section .product-item .product-image {
  width: 100%;
}
#case .product-section .product-item .product-image img {
  width: 100%;
}
#case .product-section .product-item .product-text {
  padding: 32px 0 0;
}
@media (max-width: 834px) {
  #case .product-section .product-item .product-text {
    padding: 24px 0 0;
  }
}
#case .product-section .product-item .product-text h3 {
  margin: 0 0 16px;
}
#case .product-section .product-item .product-text .note {
  margin-top: 16px;
}

#information {
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  #information {
    margin-bottom: 80px;
  }
}
#information .v3 {
  padding: 40px 0 0;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 834px) {
  #information .v3 {
    gap: 24px;
  }
}
#information .v3 a {
  width: 46%;
  padding: 40px;
  font-size: 24px;
  border-radius: 60px;
}
@media (max-width: 834px) {
  #information .v3 a {
    padding: 24px 32px;
    font-size: 18px;
    min-width: 100%;
  }
}
#information .v3 a:hover {
  border-radius: 8px;
}
#information .v3 a.none {
  pointer-events: none;
}

#cooperation {
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  #cooperation {
    margin-bottom: 80px;
  }
}
#cooperation p {
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  #cooperation img {
    width: 100%;
  }
}

#issues {
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  #issues {
    margin-bottom: 80px;
  }
}
#issues .issue-box {
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
}
#issues .issue-box .issue-item {
  width: 46%;
}
@media (max-width: 834px) {
  #issues .issue-box .issue-item {
    width: 100%;
  }
}
#issues .issue-box .issue-item h3 {
  color: #F08300;
  margin-bottom: 16px;
}
@media (max-width: 834px) {
  #issues .issue-box .issue-item h3 {
    margin-bottom: 8px;
  }
}
#issues .issue-box .issue-item .v2 {
  margin-bottom: 32px;
}
@media (max-width: 834px) {
  #issues .issue-box .issue-item .v2 {
    margin-bottom: 24px;
  }
}
#issues .issue-box .issue-item .v4 {
  background-color: #F08300;
  border-radius: 32px;
  color: #FFF;
  padding: 0px 24px;
  margin-bottom: 16px;
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 834px) {
  #issues .issue-box .issue-item .v4 {
    font-size: 14px;
  }
}
#issues .issue-box .issue-item img {
  width: 100%;
}

#manufacturer {
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  #manufacturer {
    margin-bottom: 80px;
  }
}/*# sourceMappingURL=custom.css.map */