.bg_palebrown {
  background: #EAE3DB;
}

.top .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top .wrapper .title_3block h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top .wrapper .title_3block h2 .image {
  max-width: 30px;
}

.top .wrapper h2 .title_ja {
  font-size: 24px;
  font-weight: bold;
}

.top .wrapper h2 .title_en {
  color: #666;
  font-weight: 600;
  font-size: 18px;
}

.top #section3 .catch_text {
  text-align: center;
}

.top #section4 {
  padding: 40px 0;
}

.top #section4 .wrapper h2 {
  font-size: 24px;
}

/* fujisawa */


.btn-left {
  display: flex;
  flex-direction: column;
}

.btn-left a {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 66px;
  padding: 16px 32px;
  transition: 0.3s;
  text-align: center;
  color: #000000;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 64px;
}

.btn-left a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #F8DA0F;
  border-color: #fff;
  opacity: 1;
}

.btn-left a span {
  display: block;
  position: relative;
  padding-right: 24px;
}

.btn-left a span::after {
  position: absolute;
  content: '';
  background: url('../images/top/ico_right.svg') no-repeat center center / contain;
  width: 24px;
  height: 24px;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

.btn-left a:hover span::after {
  right: -16px;
}

.btn-left {
  align-items: flex-start;
}

@media (max-width: 767.98px) {

  .btn-left a {
    font-size: 18px;
    min-height: unset;
    padding: 8px 32px;
  }

  .btn-left {
    align-items: center;
  }
}


.solution {
  margin: 80px 0;
}

.solution .headding-3 span {
  display: block;
  font-size: 18px;
  color: #3B4043;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 16px 0 48px;
}

.solution-Area {
  position: relative;
}

.solution-Area .oem {
  position: relative;
  background-color: #D5DAE0;
  overflow: hidden;
}

.solution-Area .oem::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  z-index: 0;
  border-bottom: 20vw solid #E0E5E9;
  border-right: 100vw solid transparent;
}

.solution-Area .oem h4,
.solution-Area .bottle h4 {
  font-size: 40px;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 16px;
}

.solution-Area .oem h4 span,
.solution-Area .bottle h4 span {
  display: inline-block;
}

.solution-Area .oem .contents-Area {
  padding-bottom: 20vw;
}

.solution-Area .contents-Area .wrap {
  display: flex;
}

.solution-Area .contents-Area .wrap>* {
  width: 50%;
  z-index: 2;
}

.solution-icon img {
  max-width: 140px;
  margin-left: auto;
}

.solution-Area .oem .contents-Area .solution-desc {
  padding-top: 6vw;
}

.oem .solution-icon>div {
  display: flex;
  margin: -24px 0 0 -24px;
  justify-content: flex-end;
}

.oem .solution-icon>div>* {
  margin: unset;
  width: calc(100% / 3);
  padding: 24px 0 0 24px;
}

.solution-Area .solution-desc p {
  margin-bottom: 40px;
}

.solution-Area .oem-image {
  position: absolute;
  z-index: 1;
  top: 35%;
  right: 0;
  transform: translateY(-35%);
  width: 75vw;
}

.solution-Area .bottle {
  position: relative;
  background-color: #E0E5E9;
  padding-bottom: calc(26vw + 10px);
  overflow: hidden;
  padding-top: 8vw;
}

.solution-Area .bottle::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  z-index: 0;
  border-bottom: 22vw solid #fff;
  border-left: 100vw solid transparent;
}

.solution-Area .bottle-image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 20%;
  transform: translateX(-20%);
  width: 65vw;
}

#section8 .headding-3 {
  margin-bottom: 24px;
}

#section6 {
  margin-bottom: 64px;
}

.labo-btn {
  max-width: 300px;
  width: 100%;
  margin: auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  border-radius: 33px;
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  background-color: #4f2322;
  max-height: 100%;
}

.labo-btn span {
  width: 100%;
  text-align: center;
  padding-right: 10px;
}

.labo-btn img {
  width: 32px;
}

/* news */

.newslist {
  color: #3B4043;
}

.newslist .headding-3 {
  margin: 64px 0 80px;
}

.newslistarea li a {
  display: flex;
  padding: 20px 0;
  font-weight: bold;
}


.newslistarea li:not(:last-of-type) {
  border-bottom: 2px solid #e5e5e5;
}

.newslistarea li .date {
  background: #F8DA0F;
  width: 154px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newslistarea li .contents {
  width: 100%;
  padding: 0px 30px;
}

.logo_labo {
  max-width: 400px;
  margin: 0 auto 24px;
  width: 32vw;
}

@media screen and (min-width: 1920px) {
  .solution-Area .oem-image {
    width: 70vw;
  }

  .solution-Area .bottle-image {
    width: 57vw;
  }
}

@media (min-width: 767px) and (max-width: 1100px) {

  .solution-Area .oem-image {
    top: 45%;
    transform: translateY(-45%);
    right: 0;
    width: 80vw;
  }

  .solution-Area .bottle {
    padding-top: 8vw;
  }

  .oem .contents-Area .solution-desc p {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 768px) {
  .labo-btn {
    height: 66px;
    max-width: 314px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {

  .sm_wrap {
    max-width: 80%;
    margin: 0 auto;
  }

  #section8 .headding-3 {
    margin-bottom: 0;
  }

  .solution-Area .contents-Area .wrap {
    flex-direction: column-reverse;
  }

  .solution-Area .contents-Area .wrap>* {
    width: 100%;
  }

  .oem .solution-icon>div {
    margin: -8px 0 0 -8px;
  }

  .oem .solution-icon>div>* {
    padding: 8px 0 0 8px;
  }

  .solution-Area .solution-icon>div>img {
    width: 100px;
  }

  .solution-Area .oem h4,
  .solution-Area .bottle h4 {
    font-size: 30px;
  }

  .solution-Area .oem .contents-Area .solution-desc {
    padding-top: 3vw;
  }

  .solution-Area .oem .contents-Area {
    padding-bottom: 33vw;
  }

  .solution-Area .oem,
  .solution-Area .bottle {
    min-height: unset;
  }

  .solution-Area .oem-image {
    min-width: 584px;
    left: 0;
    top: 35%;
    transform: translateY(-35%);
  }

  .solution-Area .bottle-image {
    min-width: 584px;
    left: 50%;
    bottom: 16%;
    transform: translate(-50%, -16%);
  }

  .solution-Area .bottle {
    padding-bottom: 30vw;
    padding-top: 0;
  }

  .solution-Area .bottle .btn-left {
    margin-top: 32vh;
  }

  #section6 .oem-list li:last-child {
    left: 0;
    transform: unset;
  }

  #section7 {
    padding: 24px 16px;
  }

  #section6 .oem-passage {
    text-align: justify;
  }

  .labo-btn img {
    width: 24px;
  }

  .logo_labo {
    width: 240px;
    margin-bottom: 16px;
  }
}

@media (max-width: 600px) {

  .solution-Area .oem .contents-Area .solution-desc {
    padding-top: 8vw;
  }

  .solution .solution-Area .bottle {
    padding-bottom: 17vw;
    padding-top: 0;
  }

  .solution-Area .oem .solution-desc p {
    margin-bottom: 32px;
  }

  .solution .solution-Area .bottle {
    padding-top: 20vw;
    padding-bottom: 24vw;
  }

  .solution-Area .oem-image {
    top: 38%;
    transform: translateY(-38%);
  }

  .solution-Area .bottle-image {
    bottom: 10%;
    transform: translate(-50%, -10%);
  }

  .solution-Area .bottle .btn-left {
    margin-top: 60vw;
  }
}

@media (max-width: 400px) {

  .solution-Area .oem-image {
    top: 42%;
    transform: translateY(-42%);
  }

  .solution-Area .bottle-image {
    bottom: 8%;
    transform: translate(-50%, -8%);
  }
}