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


.ethical { padding: 0 0 100px; }
@media screen and (min-width: 1367px) {
.ethical { padding: 0 0 185px; }
}

.page_ethical { padding: 80px 0 40px; }
@media screen and (min-width: 768px) and (max-width: 1366px) {
.page_ethical { padding: 90px 0 60px; }
}
@media screen and (min-width: 1367px) {
.page_ethical { padding: 100px 0; }
}

.ethical-header {
  background-image: url(/+ethical/img/bg-pageheader.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 880px;
  margin: 0 auto;
  max-width: 1400px;
  min-width: 100%;
  padding-top: 7em;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.ethical-header { height: 600px; }
}
@media screen and (min-width: 1367px) {
.ethical-header {
  background-size: contain;
  height: 1100px;
  min-width: 1000px;
  padding-top: 200px;
}
}

.ethical-header-inner {
  text-align: center;
  width: 100%;
}

.ethical-header-headline {
  display: block;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 50%;
}
@media screen and (min-width: 768px) {
.ethical-header-headline {
  width: 243px;
}
}

.ethical-header-headline img {
  display: block;
  height: auto;
  width: 100%;
}

.ethical-subheading {
  color: #6a3906;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
@media screen and (min-width: 1367px) {
.ethical-subheading {
  font-size: 30px;
  line-height: 1;
}
}

.ethical-quote {
  padding: 0 0.5em;
  position: relative;
}
@media screen and (min-width: 1367px) {
.ethical-quote { padding: 0 0.3em; }
}

.ethical-quote:before,
.ethical-quote:after {
  font-family: 'Font Awesome 5 Free';
  font-size: 0.3em;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: -0.2em;
}

.ethical-quote:before {
  content: '\f10d';
  left: 0;
}
.ethical-quote:after {
  content: '\f10e';
  right: 0;
}

.ethical-header-sentence {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  margin: 15px auto 0;
  text-align: left;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-header-sentence {
  font-size: 18px;
  line-height: 2.3;
  margin: 30px 0 0;
  text-align: center;
  width: 100%;
}
}

.ethical-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 0;
  width: 90%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.ethical-index { gap: 1em; }
}
@media screen and (min-width: 1367px) {
.ethical-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 65px;
  width: 733px;
}
}

.ethical-index-list {
  align-items: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 115px;
  box-sizing: border-box;
  color: #000;
  display: flex;
  height: 60px;
  margin: 10px auto 0;
  text-decoration: none;
  width: 90%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.ethical-index-list {
  margin: 0;
  width: 30%;
}
}
@media screen and (min-width: 1367px) {
.ethical-index-list {
  height: 92px;
  margin: 0 7px;
  transition: .3s;
  width: 230px;
}
.ethical-index-list:hover {
  opacity: .7;
  text-decoration: none;
}
.ethical-index-list:hover,
.ethical-index-list:visited,
.ethical-index-list:active {
  color: #000;
  text-decoration: none;
}
}

.ethical-index-list:nth-of-type(n+4) { margin-top: 10px; }
@media screen and (min-width: 768px) and (max-width: 1366px) {
.ethical-index-list:nth-of-type(n+4) { margin-top: 0; }
}
@media screen and (min-width: 1367px) {
.ethical-index-list:nth-of-type(n+4) { margin-top: 30px; }
}

.ethical-index-list.color-lineup { border-color: #7b6892; }
.ethical-index-list.color-products { border-color: #5a94b7; }
.ethical-index-list.color-model { border-color: #898c45; }
.ethical-index-list.color-case { border-color: #b44c59; }
.ethical-index-list.color-partner { border-color: #d8bb40; }
.ethical-index-list.color-related { border-color: #b6804b; }

.ethical-index-list-inner {
  display: block;
  font-size: 12px;
  line-height: 1;
  padding-bottom: 8px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.ethical-index-list-inner {
  font-size: 14px;
  padding-bottom: 17px;
}
}

.ethical-index-list-inner:after {
  bottom: -5px;
  content: '▼';
  display: block;
  font-size: 10px;
  left: 50%;
  line-height: 1;
  margin-left: -5px;
  position: absolute;
}
@media screen and (min-width: 1367px) {
.ethical-index-list-inner:after { bottom: 0; }
}

.color-lineup .ethical-index-list-inner:after { color: #7b6892; }
.color-products .ethical-index-list-inner:after { color: #5a94b7; }
.color-model .ethical-index-list-inner:after { color: #898c45; }
.color-case .ethical-index-list-inner:after { color: #b44c59; }
.color-partner .ethical-index-list-inner:after { color: #d8bb40; }
.color-related .ethical-index-list-inner:after { color: #b6804b; }

.ethical-index-en {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: .5em;
}
@media screen and (min-width: 1367px) {
.ethical-index-en { font-size: 20px; }
}

.color-lineup .ethical-index-en { color: #7b6892; }
.color-products .ethical-index-en { color: #5a94b7; }
.color-model .ethical-index-en { color: #898c45; }
.color-case .ethical-index-en { color: #b44c59; }
.color-partner .ethical-index-en { color: #d8bb40; }
.color-related .ethical-index-en { color: #b6804b; }

.ethical-section {
  margin: -115px auto 0;
  max-width: 1400px;
  min-width: 100%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.ethical-section { margin-top: -150px; }
}
@media screen and (min-width: 1367px) {
.ethical-section {
  margin: -230px auto 0;
  min-width: 1000px;
}
}

.category-lineup { z-index: 1; }
.category-products { z-index: 2; }
.category-model { z-index: 3; }
.category-case { z-index: 4; }
.category-partner { z-index: 5; }
.category-related { z-index: 6; }

.ethical-section-headline {
  align-items: center;
  background-color: transparent;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  height: auto;
  min-height: auto;
  padding-top: calc(300/750*100%);
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.ethical-section-headline {
  height: 250px;
  padding-top: 0;
}
}
@media screen and (min-width: 1367px) {
.ethical-section-headline {
  height: 230px;
  min-height: 164px;
  padding-top: 0;
}
}

.category-lineup .ethical-section-headline { background-image: url(/+ethical/img/headline-lineup_sp.png); }
.category-products .ethical-section-headline { background-image: url(/+ethical/img/headline-products_sp.png); }
.category-model .ethical-section-headline { background-image: url(/+ethical/img/headline-model_sp.png); }
.category-case .ethical-section-headline { background-image: url(/+ethical/img/headline-case_sp.png); }
.category-partner .ethical-section-headline { background-image: url(/+ethical/img/headline-partner_sp.png); }
.category-related .ethical-section-headline { background-image: url(/+ethical/img/headline-related_sp.png); }
@media screen and (min-width: 768px) {
.category-lineup .ethical-section-headline { background-image: url(/+ethical/img/headline-lineup.png); }
.category-products .ethical-section-headline { background-image: url(/+ethical/img/headline-products.png); }
.category-model .ethical-section-headline { background-image: url(/+ethical/img/headline-model.png); }
.category-case .ethical-section-headline { background-image: url(/+ethical/img/headline-case.png); }
.category-partner .ethical-section-headline { background-image: url(/+ethical/img/headline-partner.png); }
.category-related .ethical-section-headline { background-image: url(/+ethical/img/headline-related.png); }
}

.ethical-section-headline-inner {
  color: #fff;
  font-size: 160%;
  font-weight: 700;
  left: 50%;
  line-height: 1;
  display: block;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -44px);
  width: 100%;
}
@media all and (-ms-high-contrast: none) {
.ethical-section-headline-inner { transform: translate(-50%, -64px); }
}
@media screen  and (max-width: 320px) {
.ethical-section-headline-inner {
  font-size: 15px;
  left: 50%;
  width: 76px;
}
}
@media screen  and (min-width: 321px) and (max-width: 375px) {
.ethical-section-headline-inner {
  font-size: 16px;
  left: 50%;
  transform: translate(-50%, -54px);
  width: 76px;
}
.ethical-section-headline-inner {
  font-size: 15px;
  left: 50%;
  width: 76px;
}
}
@media screen  and (min-width: 376px) and (max-width: 414px) {
.ethical-section-headline-inner {
  font-size: 15px;
  left: 50%;
  transform: translate(-50%, -54px);
  width: 76px;
}
}
@media screen  and (min-width: 768px) and (max-width: 1023px) {
.ethical-section-headline-inner {
  top: 60%;
  transform: translate(-50%);
}
}
@media screen  and (min-width: 1024px) and (max-width: 1366px) {
.ethical-section-headline-inner {
  top: 50%;
  transform: translate(-50%);
}
}

.category-partner .ethical-section-headline-inner { transform: translate(-50%, -64px); }
@media screen and (min-width: 1367px) {
.category-partner .ethical-section-headline-inner { transform: translate(-49%, -35px); }
}

@media screen and (max-width: 320px) {
.category-lineup .ethical-section-headline-inner {
  left: 48%;
  transform: translate(-50%, -64px);
}
}
@media screen  and (min-width: 376px) and (max-width: 414px) {
.category-lineup .ethical-section-headline-inner {
  left: 48%;
  transform: translate(-50%, -70px);
}
}
@media screen  and (min-width: 768px) and (max-width: 1023px) {
.category-lineup .ethical-section-headline-inner {
  top: 60%;
  transform: translate(-50%);
}
}
@media screen  and (min-width: 1023px) and (max-width: 1366px) {
.category-lineup .ethical-section-headline-inner {
  top: 50%;
  transform: translate(-50%);
}
}

@media screen and (max-width: 320px) {
.category-products .ethical-section-headline-inner { transform: translate(-50%, -70px); }
.category-model .ethical-section-headline-inner { transform: translate(-50%, -70px); }
.category-case .ethical-section-headline-inner { transform: translate(-50%, -64px); }
.category-partner .ethical-section-headline-inner { transform: translate(-50%, -64px); }
.category-related .ethical-section-headline-inner {
  left: 48.5%;
  transform: translate(-50%, -64px);
}
}
@media screen  and (min-width: 321px) and (max-width: 375px) {
.category-products .ethical-section-headline-inner { transform: translate(-50%, -80px); }
.category-model .ethical-section-headline-inner { transform: translate(-50%, -80px); }
.category-case .ethical-section-headline-inner { transform: translate(-50%, -74px); }
.category-related .ethical-section-headline-inner {
  left: 48.5%;
  transform: translate(-50%, -74px);
}
}
@media screen  and (min-width: 376px) and (max-width: 414px) {
.category-products .ethical-section-headline-inner { transform: translate(-50%, -90px); }
.category-model .ethical-section-headline-inner { transform: translate(-50%, -90px); }
.category-case .ethical-section-headline-inner { transform: translate(-50%, -80px); }
.category-related .ethical-section-headline-inner {
  left: 48.5%;
  transform: translate(-50%, -80px);
}
}
@media screen  and (min-width: 768px) and (max-width: 1366px) {
.category-partner .ethical-section-headline-inner { transform: translate(-50%); }
}

.ethical-section-headline-inner:after {
  background-color: #fff;
  content: '';
  display: block;
  height: 1px;
  margin: 10px auto 0;
  width: 50px;
}
@media screen and (min-width: 1367px) {
.ethical-section-headline-inner:after { margin-top: 1.5%; }
}

.ethical-section-contents { padding-bottom: 150px; }
@media screen and (min-width: 1367px) {
.ethical-section-contents { padding-bottom: 300px; }
}

.category-lineup .ethical-section-contents {
  background-color: #fbf8ff;
  background-image: url(/+ethical/img/bg-lineup.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 50%;
  width: 100%;
  z-index: 1;
}
.category-products .ethical-section-contents {
  background-color: #f5fbff;
  z-index: 2;
}
.category-model .ethical-section-contents {
  background-color: #fffff8;
  z-index: 3;
}
.category-case .ethical-section-contents {
  background-color: #fff5f7;
  z-index: 4;
}
.category-partner .ethical-section-contents {
  background-color: #fff9de;
  z-index: 5;
}
.category-related .ethical-section-contents {
  background-color: #fff;
  padding-bottom: 0;
  z-index: 6;
}

.ethical-section-read {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: left;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-section-read {
  font-size: 20px;
  line-height: 1.6;
  padding-bottom: 80px;
  text-align: center;
  width: 100%;
}
}

.ethical-lineup-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-lineup-wrap { width: 962px; }
}

.ethical-lineup-list {
  background: rgba(255, 255, 255, .8);
  border-radius: 10px;
  padding: 17px 0 26px;
}
@media screen and (min-width: 1367px) {
.ethical-lineup-list { padding: 34px 0 52px; }
}

.ethical-lineup-list:nth-of-type(1),
.ethical-lineup-list:nth-of-type(2) { width: 100%; }
.ethical-lineup-list:nth-of-type(2) { margin-top: 10px; }
@media screen and (min-width: 768px) and (max-width: 1366px) {
.ethical-lineup-list:nth-of-type(1),
.ethical-lineup-list:nth-of-type(2) { width: 50%; }
.ethical-lineup-list:nth-of-type(2) { margin-top: 0; }
}
@media screen and (min-width: 1367px) {
.ethical-lineup-list:nth-of-type(1) { width: 540px; }
.ethical-lineup-list:nth-of-type(2) { width: 380px; }
}

.ethical-button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #a8a8a8;
  border-radius: 37px;
  box-shadow: 0 0 6px #ccc;
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  height: 55px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-button {
  height: 74px;
  transition: .3s;
  width: 340px;
}
.ethical-button:hover { opacity: .7; }
.ethical-button:hover {
  color: #000;
  text-decoration: none;
}
.ethical-button:visited,
.ethical-button:active {
  color: #000;
  text-decoration: none;
}
}

.ethical-button:before,
.ethical-button:after { display: none; }
@media screen and (min-width: 768px) {
.ethical-button:before,
.ethical-button:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
}

.ethical-button:before {
  background-color: #fff;
  height: 1px;
  right: 23px;
  width: 11px;
  z-index: 2;
}

.ethical-button:after {
  border-radius: 14px;
  height: 28px;
  right: 15px;
  width: 28px;
  z-index: 1;
}

.ethical-button.color-purple:after { background-color: #b4a8c2; }
.ethical-button.color-skyblue:after { background-color: #95c3e2; }
.ethical-button.color-yellow:after { background-color: #d8bb40; }

.ethical-button-inner {
  display: block;
  font-size: 13px;
  line-height: 1;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.ethical-button-inner { font-size: 16px; }
}

.ethical-button-inner:after { display: none; }
@media screen and (min-width: 768px) {
.ethical-button-inner:after {
  background-color: #fff;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 23px;
  top: 42%;
  transform: rotate(45deg);
  width: 5px;
  z-index: 2;
}
}

.color-lineup { color: #7b6892; }

.ethical-button-en {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-top: .3em;
}
@media screen and (min-width: 1367px) {
.ethical-button-en { font-size: 27px; }
}

.color-purple .ethical-button-en { color: #7b6892; }

.ethical-lineup-list-sentence {
  font-size: 12px;
  line-height: 1.5;
  margin: 25px auto 0;
  text-align: left;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-lineup-list-sentence {
  font-size: 13px;
  line-height: 2;
  margin-top: 10px;
  text-align: center;
}
}

.ethical-lineup-product {
  display: flex;
  flex-wrap: wrap;
  height: 98px;
  justify-content: center;
  margin: 13px auto 0;
  width: 90%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.ethical-lineup-product { display: none; }
}
@media screen and (min-width: 1367px) {
.ethical-lineup-product {
  flex-wrap: nowrap;
  height: 158px;
  width: 400px;
}
}

.ethical-lineup-product.scheme { width: 90%; }
@media screen and (min-width: 1367px) {
.ethical-lineup-product.scheme { width: 300px; }
}

.ethical-lineup-product-list {
  border-radius: 57px;
  display: block;
  padding: 0 11px;
  position: relative;
  width: 24%;
}
@media screen and (min-width: 1367px) {
.ethical-lineup-product-list {
  padding: 0 .5%;
  width: 78px;
}
}

.ethical-lineup-product.scheme .ethical-lineup-product-list { width: 90px; }
@media screen and (min-width: 1367px) {
.ethical-lineup-product.scheme .ethical-lineup-product-list { width: 33%; }
}

.ethical-lineup-product-picture {
  bottom: 0;
  display: block;
  left: 11px;
  margin: 0;
  position: absolute;
  width: 80%;
}

.ethical-lineup-product.scheme .ethical-lineup-product-picture {
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.ethical-lineup-product.scheme .ethical-lineup-product-picture { bottom: 20px; }
}

.ethical-section-subheading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 0 0;
  text-align: center;
}
@media screen and (min-width: 1367px) {
.ethical-section-subheading {
  font-size: 20px;
  padding: 20px 0 0;
}
}

.ethical-section-subheading.material { color: #2ea093; }
.ethical-section-subheading.scheme { color: #dd9642; }

.ethical-lineup-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.ethical-lineup-menu { gap: .5em; }
}

.ethical-lineup-menu.material {
  justify-content: space-between;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-lineup-menu.material { width: 480px; }
}

.ethical-lineup-menu.scheme {
  justify-content: center;
  width: 90%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.ethical-lineup-menu.scheme { justify-content: flex-start; }
}
@media screen and (min-width: 1367px) {
.ethical-lineup-menu.scheme { width: 230px; }
}

.ethical-lineup-menu-list {
  align-items: center;
  border-radius: 25px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  height: 45px;
  margin: 10px 0 0;
  position: relative;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.ethical-lineup-menu-list { width: 48%; }
}
@media screen and (min-width: 1367px) {
.ethical-lineup-menu-list {
  height: 50px;
  transition: .3s;
  width: 230px;
}
}

.ethical-lineup-menu-list.color-green {
  background-color: #2ea093;
  border: 1px solid #7de0d5;
}
.ethical-lineup-menu-list.color-orange {
  background-color: #dd9642;
  border: 1px solid #f5c68d;
}
@media screen and (min-width: 1367px) {
.ethical-lineup-menu-list.color-green,
.ethical-lineup-menu-list.color-orange { border-width: 2px; }
}

.ethical-lineup-menu-list:hover { opacity: .7; }

.ethical-lineup-menu-list:before,
.ethical-lineup-menu-list:after { display: none; }
@media screen and (min-width: 768px) {
.ethical-lineup-menu-list:before,
.ethical-lineup-menu-list:after {
  background-color: #fff;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 12px;
}
}

.ethical-lineup-menu-list:before {
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}
.ethical-lineup-menu-list:after {
  top: 42%;
  transform: rotate(45deg);
  width: 5px;
}

.ethical-lineup-menu-list-inner {
  color: #fff !important;
  display: block;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.ethical-lineup-menu-list-inner:hover,
.ethical-lineup-menu-list-inner:visited,
.ethical-lineup-menu-list-inner:active {
  color: #fff;
  text-decoration: none;
}
}

.ethical-lineup-menu-en {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: .3em;
}

.ethical-products-slider {
  margin: 0 auto;
  width: 95%;
}
@media screen and (min-width: 1367px) {
.ethical-products-slider { width: 960px; }
}

.ethical-products-thumbnail {
  margin-left: 3px;
  margin-right: 3px;
  text-decoration: none;
  width: 95% !important;
}
@media screen and (min-width: 1367px) {
.ethical-products-thumbnail {
  transition: .3s;
  width: 225px !important;
}
.ethical-products-thumbnail:hover { opacity: .7; }
}

.ethical-products-figure {
  display: block;
  margin: 0;
  width: 100%;
}

.ethical-products-category {
  background-color: #2ea093;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 10px;
  line-height: 20px;;
  margin: 6px auto 0;
  text-align: center;
  width: 85%;
}
@media screen and (min-width: 1367px) {
.ethical-products-category {
  border-radius: 13px;
  font-size: 11px;
  margin: 12px auto 0;
  width: 130px;
}
}

.ethical-products-text {
  color: #000;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 5px;
  text-align: center;
  width: 95%;
}
@media screen and (min-width: 1367px) {
.ethical-products-text {
  font-size: 13px;
  line-height: 1.7;
}
.ethical-products-text:hover {
  color: #000;
  text-decoration: none;
}
.ethical-products-text:visited,
.ethical-products-text:active {
  color: #000;
  text-decoration: none;
}
}

.slick-prev,
.slick-next {
  height: 20px;
  top: 78px;
  width: 20px;
  z-index: 100;
}
@media screen and (min-width: 1367px) {
.slick-prev,
.slick-next {
  height: 32px;
  top: 112px;
  width: 32px;
}
}

.slick-prev { left: 0; }
.slick-next { right: 0; }
@media screen and (min-width: 1367px) {
.slick-prev { left: 15px; }
.slick-next { right: 15px; }
}

.slick-prev:before,
.slick-next:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  content: '';
  display: block;
  height: 20px;
  top: 0;
  width: 20px;
}
@media screen and (min-width: 1367px) {
.slick-prev:before,
.slick-next:before {
  background-size: 32px 32px;
  height: 32px;
  width: 32px;
}
}

.slick-prev:before { background-image: url(/+ethical/img/icon-arrow-l.png); }
.slick-next:before { background-image: url(/+ethical/img/icon-arrow-r.png); }

.slick-dots { bottom: -25px; }
@media screen and (min-width: 1367px) {
.slick-dots { bottom: -40px; }
}

.category-products .ethical-button { margin-top: 35px; }
@media screen and (min-width: 1367px) {
.category-products .ethical-button { margin-top: 70px; }
}

.category-products .ethical-button-inner {
  color: #033;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1367px) {
.category-products .ethical-button-inner { font-size: 18px; }
}

.ethical-model-wrap {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 35px;
  position: relative;
  width: 90%;
}
@media all and (-ms-high-contrast: none) {
.ethical-model-wrap { width: 100%; }
}
@media screen and (min-width: 1367px) {
.ethical-model-wrap {
  padding-bottom: 70px;
  width: 960px;
}
}

.ethical-model-list {
  background-color: #fff;
  border: 2px solid #96775b;
  border-radius: 10px;
  padding: 15px 0 12px;
}
@media screen and (min-width: 1367px) {
.ethical-model-list { padding: 30px 0 25px; }
}

.ethical-model-list:nth-of-type(1),
.ethical-model-list:nth-of-type(2) { width: 100%; }
.ethical-model-list:nth-of-type(2) { margin-top: 80px; }
@media screen and (min-width: 1367px) {
.ethical-model-list:nth-of-type(1) { width: 374px; }
.ethical-model-list:nth-of-type(2) {
  margin-top: 0;
  width: 395px;
}
}

.ethical-model-list-headline {
  align-items: center;
  display: flex;
  height: 50px;
}

.ethical-model-list-headline-inner {
  align-items: center;
  color: #96775b;
  display: block;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.ethical-model-list-headline-inner { font-size: 22px; }
}

.ethical-model-list-headline-picture {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 85%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.ethical-model-list-headline-picture {
  height: auto;
  width: 50%;
}
}
@media screen and (min-width: 1367px) {
.ethical-model-list-headline-picture { width: 85%; }
}

.ethical-model-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.ethical-model-menu { margin-top: 1em; }
}
@media screen and (min-width: 1367px) {
.ethical-model-menu {
  flex-wrap: nowrap;
  height: 130px;
}
}

.ethical-model-list:nth-of-type(1) .ethical-model-menu,
.ethical-model-list:nth-of-type(2) .ethical-model-menu { width: 80%; }
@media screen and (min-width: 1367px) {
.ethical-model-list:nth-of-type(1) .ethical-model-menu { width: 300px; }
.ethical-model-list:nth-of-type(2) .ethical-model-menu { width: 360px; }
}

.ethical-model-menu-list {
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 50px;
  box-sizing: border-box;
  display: flex;
  height: 30px;
  margin-top: 5px;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.ethical-model-menu-list {
  height: 90px;
  width: 90px;
}
}

.ethical-model-list:nth-of-type(1) .ethical-model-menu-list.list-number-01,
.ethical-model-list:nth-of-type(1) .ethical-model-menu-list.list-number-03,
.ethical-model-list:nth-of-type(2) .ethical-model-menu-list.list-number-02,
.ethical-model-list:nth-of-type(2) .ethical-model-menu-list.list-number-04,
.ethical-model-list:nth-of-type(1) .ethical-model-menu-list.list-number-02,
.ethical-model-list:nth-of-type(2) .ethical-model-menu-list.list-number-01,
.ethical-model-list:nth-of-type(2) .ethical-model-menu-list.list-number-03 { align-self: auto; }
@media screen and (min-width: 1367px) {
.ethical-model-list:nth-of-type(1) .ethical-model-menu-list.list-number-01,
.ethical-model-list:nth-of-type(1) .ethical-model-menu-list.list-number-03,
.ethical-model-list:nth-of-type(2) .ethical-model-menu-list.list-number-02,
.ethical-model-list:nth-of-type(2) .ethical-model-menu-list.list-number-04 { align-self: flex-end; }
.ethical-model-list:nth-of-type(1) .ethical-model-menu-list.list-number-02,
.ethical-model-list:nth-of-type(2) .ethical-model-menu-list.list-number-01,
.ethical-model-list:nth-of-type(2) .ethical-model-menu-list.list-number-03 { align-self: flex-start; }
}

.ethical-model-menu-list-inner {
  display: block;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.ethical-model-wrap:before,
.ethical-model-wrap:after {
  content: '';
  display: block;
  position: absolute;
}

.ethical-model-wrap:before {
  background: url(/+ethical/img/icon-hand.png) no-repeat center center;
  background-size: 100%;
  height: 59px;
  left: 50%;
  margin-left: -46px;
  top: 195px;
  width: 92px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.ethical-model-wrap:before { top: 210px; }
}
@media screen and (min-width: 1367px) {
.ethical-model-wrap:before {
  height: 89px;
  margin-left: -81px;
  top: 90px;
  width: 142px;
}
}

.ethical-model-wrap:after {
  border-bottom: none;
  border-left: 39px solid transparent;
  border-right: 39px solid transparent;
  border-top: 20px solid #96775b;
  left: 50%;
  margin-left: -39px;
  bottom: 0;
}
@media screen and (min-width: 1367px) {
.ethical-model-wrap:after { border-top: 34px solid #96775b; }
}

.ethical-model-client {
  color: #96775b;
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (min-width: 1367px) {
.ethical-model-client { margin-top: 30px; }
}

.ethical-model-client-inner {
  border-bottom: 3px solid #96775b;
  color: #96775b;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.3em;
}
@media screen and (min-width: 1367px) {
.ethical-model-client-inner { font-size: 22px; }
}

.ethical-case-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-case-wrap {width: 760px; }
}

.ethical-case-list {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  display: block;
  height: auto;
  margin-top: 10px;
  padding: 20px 0;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.ethical-case-list { width: 49%; }
}
@media screen and (min-width: 1367px) {
.ethical-case-list {
  align-items: center;
  background-color: #fff;
  border-radius: 176px;
  box-sizing: border-box;
  display: flex;
  height: 353px;
  margin: 0;
  padding: 0;
  width: 353px;
}
}

.ethical-case-list:nth-of-type(n+3) { margin-top: 10px; }
@media screen and (min-width: 1367px) {
.ethical-case-list:nth-of-type(n+3) { margin-top: 20px; }
}

.ethical-case-list-inner {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 25%;
  display: block;
  padding-top: 110px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.ethical-case-list-inner {
  background-position: center top 10px;
  padding-top: 160px;
}
}

.ethical-case-list:nth-of-type(1) .ethical-case-list-inner { background-image: url(/+ethical/img/icon-case01.png); }
.ethical-case-list:nth-of-type(2) .ethical-case-list-inner { background-image: url(/+ethical/img/icon-case02.png); }
.ethical-case-list:nth-of-type(3) .ethical-case-list-inner { background-image: url(/+ethical/img/icon-case03.png); }
.ethical-case-list:nth-of-type(4) .ethical-case-list-inner { background-image: url(/+ethical/img/icon-case04.png); }

.ethical-case-list-headline {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 5px;
}
@media screen and (min-width: 1367px) {
.ethical-case-list-headline {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 10px;
}
}

.ethical-case-list-text {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 1367px) {
.ethical-case-list-text {
  font-size: 14px;
  line-height: 1.8;
}
}

.ethical-related-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-related-wrap { width: 960px; }
}

.ethical-related-list {
  display: block;
  margin: 0;
  padding-bottom: 30px;
  position: relative;
  width: 50%;
}
@media screen and (min-width: 1367px) {
.ethical-related-list {
  margin: 0 17px 0 0;
  transition: .3s;
  width: 227px;
}
}

.ethical-related-wrap .ethical-related-list:nth-child(even):before {
  background-color: #ccc;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
@media screen and (min-width: 1367px) {
.ethical-related-wrap .ethical-related-list:nth-child(even):before { display: none; }
}

.ethical-related-wrap .ethical-related-list:nth-of-type(4n) { margin-right: 0; }

.ethical-related-list:hover { opacity: .7; }

.ethical-case-list-picture { width: 100%; }

.ethical-case-list-column,
.ethical-case-list-download {
  font-size: 12px;
  line-height: 1.5;
  padding: 30px 10px 0;
  position: relative;
}
@media screen and (min-width: 1367px) {
.ethical-case-list-column,
.ethical-case-list-download {
  font-size: 13px;
  padding-top: 40px;
}
}

.ethical-case-list-column:before,
.ethical-case-list-download:before {
  border-bottom: 1px solid #b6804b;
  display: block;
  font-size: 11px;
  line-height: 1;
  left: 10px;
  padding-bottom: 5px;
  position: absolute;
  top: 6px;
}
@media screen and (min-width: 1367px) {
.ethical-case-list-column:before,
.ethical-case-list-download:before {
  left: 0;
  padding-bottom: 5px;
  top: 12px;
}
}

.ethical-case-list-column:before { content: 'column'; }
.ethical-case-list-download:before { content: 'お役立ち資料'; }

.ethical-standard-button {
  align-items: center;
  background-color: #5bbff6;
  border-radius: 46px;
  color: #fff !important;
  display: flex;
  height: 45px;
  margin: 25px auto 0;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-standard-button {
  height: 74px;
  margin-top: 50px;
  transition: .3s;
  width: 400px;
}
}

.ethical-standard-button.back-to-top { background-color: #e06a12; }
.ethical-standard-button.transition-to-goods { background-color: #2ea093; }

.ethical-standard-button:hover { opacity: .7; }

.ethical-standard-button-inner {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.ethical-standard-button-inner {
  font-size: 16px;
  line-height: 24px;
}
}

.ethical-cta-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  margin: 35px auto 0;
  text-align: center;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-cta-text {
  font-size: 18px;
  line-height: 1.7;
  margin: 90px auto 0;
}
}

.ethical-cta-button {
  margin: 25px auto 0;
  width: 90%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.ethical-cta-button { width: 320px; }
}
@media screen and (min-width: 1367px) {
.ethical-cta-button { width: 400px; }
}

.ethical-cta-button:hover { opacity: .7; }

.ethical-cta-button-inner {
  background: url("/images/icon-mail.png") no-repeat left 115px center;
  background-size: 14px 14px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.ethical-cta-button-inner {
  background-size: 24px 24px;
  font-size: 16px;
  line-height: 24px;
}
}

.ethical-underlayer-header {
  align-items: center;
  background: url(/+ethical/img/bg-pageheader.png) no-repeat left top;
  background-size: cover;
  display: flex;
  height: auto;
  margin: 0 auto;
  max-width: 1400px;
  min-width: 100%;
  padding: 80px 0 30px;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.ethical-underlayer-header {
  height: 380px;
  margin: 0 auto;
  min-width: 1000px;
  padding-top: 90px;
}
}

.ethical-underlayer-header-inner {
  text-align: center;
  width: 100%;
}

.ethical-underlayer-header .ethical-subheading { font-size: 18px; }
@media screen and (min-width: 1367px) {
.ethical-underlayer-header .ethical-subheading { font-size: 26px; }
}

.ethical-underlayer-header-headline {
  color: #6a3906;
  font-size: 36px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 1367px) {
.ethical-underlayer-header-headline {
  font-size: 50px;
  line-height: 74px;
}
}

.ethical-underlayer-header .ethical-header-sentence { margin-top: 0; }

.ethical-underlayer-index {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 15px 0 50px;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-underlayer-index {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 25px 0 100px;
  width: 100%;
}
}

.ethical-bread-clumb {
  align-items: center;
  display: flex;
  height: 11px;
  margin: 0 auto;
  padding-bottom: 15px;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-bread-clumb {
  margin: 0 auto;
  padding-bottom: 30px;
  width: 960px;
}
}

.ethical-bread-clumb-list {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  position: relative;
}

.ethical-bread-clumb-list:after {
  content: '＞';
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 0 0.2em;
}

.ethical-bread-clumb-list:last-child:after { display: none; }

.ethical-underlayer-index-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-underlayer-index-inner { width: 976px; }
}

.ethical-underlayer-index-inner .ethical-lineup-menu-list { margin: 10px 0 0; }
@media screen and (min-width: 1367px) {
.ethical-underlayer-index-inner .ethical-lineup-menu-list { margin: 20px 7px 0; }
}

.ethical-underlayer-section { padding: 40px 0; }
@media screen and (min-width: 1367px) {
.ethical-underlayer-section { padding: 100px 0; }
}

.ethical-underlayer-section:nth-of-type(odd) { background-color: #f2f2f2; }

.ethical-underlayer-section-headline {
  border-bottom: 1px solid #ddd;
  display: flex;
  height: 36px;
  margin: 0 auto;
  padding: 0 0 5px 15px;
  position: relative;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-underlayer-section-headline {
  height: 37px;
  padding: 0 0 10px 21px;
  width: 939px;
}
}

.ethical-underlayer-section-headline:before {
  content: '';
  display: block;
  height: 37px;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
@media screen and (min-width: 1367px) {
.ethical-underlayer-section-headline:before {
  height: 36px;
  width: 6px;
}
}

.ethical-underlayer-section-headline.color-green {
  border-left-color: #2ea093;
  color: #2ea093;
}
.ethical-underlayer-section-headline.color-green:before { background-color: #2ea093; }
.ethical-underlayer-section-headline.color-orange {
  border-left-color: #dd9642;
  color: #dd9642;
}
.ethical-underlayer-section-headline.color-orange:before { background-color: #dd9642; }

.ethical-underlayer-section-headline-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 600;
  height: 37px;
  line-height: 1;
  width: 65%;
}
@media screen and (min-width: 1367px) {
.ethical-underlayer-section-headline-inner {
  align-items: center;
  flex-wrap: nowrap;
  font-size: 24px;
  font-weight: 600;
  height: 36px;
  line-height: 1;
  width: auto
}
}

.ethical-section-headline-inner-jp {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding-left: 0;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.ethical-section-headline-inner-jp {
  font-size: 16px;
  padding-left: 20px;
}
}

.ethical-underlayer-section-subheading {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  margin: 20px auto 10px;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.ethical-underlayer-section-subheading {
  font-size: 18px;
  line-height: 1;
  margin: 0 auto 15px;
  max-width: 960px;
}
}

.ethical-underlayer-section-subheading.color-green { color: #2ea093; }
.ethical-underlayer-section-subheading.color-orange { color: #dd9642; }

.ethical-underlayer-section-headline + .ethical-underlayer-section-subheading {
  margin: 30px auto 10px;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-underlayer-section-headline + .ethical-underlayer-section-subheading { margin-top: 30px; }
}

.ethical-underlayer-section-subheading-underline {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin: 30px auto 10px;
  padding: 0 0 5px;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-underlayer-section-subheading-underline {
  font-size: 18px;
  margin: 55px auto 30px;
  padding-bottom: 10px;
  width: 960px;
}
}

.ethical-underlayer-article {
  background-color: #fff;
  margin: 0 auto;
  padding: 15px 0 50px;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-underlayer-article {
  padding: 25px 0 100px;
  width: 100%;
}
}

.ethical-underlayer-article .ethical-bread-clumb { padding-bottom: 30px; }
@media screen and (min-width: 1367px) {
.ethical-underlayer-article .ethical-bread-clumb { padding-bottom: 70px; }
}

.ethical-category-option {
  border-radius: 18px;
  border-style: solid;
  border-width: 1px;
  bottom: 5px;
  box-sizing: border-box;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  height: 16px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 90px;
}
@media screen and (min-width: 1367px) {
.ethical-category-option {
  border-width: 3px;
  font-size: 13px;
  line-height: 30px;
  height: 36px;
  width: 120px;
}
}

.ethical-category-option.color-blue {
  background-color: #cdd7e3;
  border-color: #697b91;
  bottom: 6px;
  color: #697b91;
  right: 0;
  top: auto;
}
@media screen and (min-width: 1367px) {
.ethical-category-option.color-blue { bottom: auto; }
}

.ethical-category-option.color-purple {
  background-color: #f5e7ef;
  border-color: #916980;
  color: #916980;
  right: 0;
}
@media screen and (min-width: 1367px) {
.ethical-category-option.color-purple { right: 130px; }
}

.ethical-underlayer-sentence {
  font-size: 12px;
  font-weight: 500;
  min-height: auto;
  line-height: 2;
  padding-bottom: 10px;
}
@media screen and (min-width: 1367px) {
.ethical-underlayer-sentence {
  font-size: 13px;
  min-height: 7em;
  line-height: 2.3;
  padding-bottom: 25px;
}
}

.ethical-underlayer-sentence.rows1 {
  margin: 0 auto;
  padding-bottom: 0;
}
.ethical-underlayer-sentence.rows2,
.ethical-underlayer-sentence.rows3 { width: 100%; }
@media screen and (min-width: 1367px) {
.ethical-underlayer-sentence.rows1 { width: 960px; }
.ethical-underlayer-sentence.rows2 { width: 470px; }
.ethical-underlayer-sentence.rows3 { width: 309px; }
}

.ethical-underlayer-sentence-supplement { font-size: 12px; }

.ethical-underlayer-picture { display: block; }
.ethical-underlayer-picture.rows1 {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-underlayer-picture.rows1 { width: 960px; }
}

.ethical-underlayer-picture.rows2 {
  margin: 5px auto 0;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-underlayer-picture.rows2 {
  margin: 0;
  width: 470px;
}
}

.ethical-underlayer-picture.rows3 { width: 100%; }
@media screen and (min-width: 1367px) {
.ethical-underlayer-picture.rows3 { width: 309px; }
}

.ethical-underlayer-sentence.rows1 + .ethical-underlayer-picture { margin-top: 10px; }
@media screen and (min-width: 1367px) {
.ethical-underlayer-sentence.rows1 + .ethical-underlayer-picture { margin-top: 20px; }
}

.ethical-figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 0;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-figure {
  margin-top: 44px;
  width: 960px;
}
}

.ethical-figure-list.rows2,
.ethical-figure-list.rows3 { width: 100%; }
.ethical-figure-list.rows4 {
  margin: 10px auto 0;
  width: 70%;
}
@media screen and (min-width: 1367px) {
.ethical-figure-list.rows2 { width: 470px; }
.ethical-figure-list.rows3 { width: 270px; }
.ethical-figure-list.rows4 {
  margin: 0;
  width: 184px;
}
}

.ethical-underlayer-section-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-underlayer-section-wrap { width: 960px; }
}

.ethical-underlayer-section-headline + .ethical-underlayer-section-wrap { margin-top: 0; }
@media screen and (min-width: 1367px) {
.ethical-underlayer-section-headline + .ethical-underlayer-section-wrap { margin-top: 30px; }
}

.ethical-underlayer-section-list {
  display: block;
  margin-top: 15px;
  padding-bottom: 2.2em;
}

.ethical-underlayer-section-list.rows2,
.ethical-underlayer-section-list.rows3 { width: 100%; }
@media screen and (min-width: 1367px) {
.ethical-underlayer-section-list.rows2 { width: 460px; }
.ethical-underlayer-section-list.rows3 { width: 309px; }
}

.ethical-underlayer-section-ul {
  list-style-type: none;
  margin: 15px auto 0;
  max-width: 960px;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.ethical-underlayer-section-ul { margin-top: 30px; }
}

.ethical-underlayer-section-li {
  font-size: 13px;
  line-height: 1.5;
  padding: 0 0 1.2em 1em;
  position: relative;
}

.ethical-underlayer-section-li.circle:before {
  content: '●';
  left: 0;
  position: absolute;
  top: 0;
}

.frame-border-radius {
  background-color: #fff;
  border: 2px solid #b44c59;
  border-radius: 20px;
  box-sizing: border-box;
  margin-top: 30px;
  overflow: hidden;
  padding-bottom: 15px;
  text-align: center;
}

.frame-border-radius.size-s,
.frame-border-radius.size-m,
.frame-border-radius.size-l { width: 100%; }
@media screen and (min-width: 1367px) {
.frame-border-radius.size-s { width: 309px; }
.frame-border-radius.size-m { width: 460px; }
.frame-border-radius.size-l { width: 612px; }
}

.frame-border-radius-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto 0;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.frame-border-radius-inner {
  flex-wrap: nowrap;
  margin: 12px auto 0;
  width: 95%;
}
}

.label-frame-round {
  background-color: #b44c59;
  border-radius: 15px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  height: 25px;
  margin: 20px auto 5px;
  padding: .5em 1em;
  text-align: center;
}
@media screen and (min-width: 1367px) {
.label-frame-round {
  font-size: 16px;
  height: 30px;
  margin: 15px auto;
}
}

.frame-border-radius-headline {
  align-items: center;
  background-color: #b44c59;
  display: flex;
  height: 66px;
  width: 100%;
}

.frame-border-radius-headline-inner {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.frame-border-radius-headline-inner { flex-wrap: nowrap; }
}

.frame-border-radius-headline-label { width: 50%; }
@media screen and (min-width: 1367px) {
.frame-border-radius-headline-label {
  display: block;
  width: auto;
}
}

.frame-border-radius-headline-label-inner {
  background-color: #fff;
  border-radius: 12px;
  color: #b44c59;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  margin-right: 0;
  padding: 0 1.5em;
  text-align: center;
}
@media screen and (min-width: 1367px) {
.frame-border-radius-headline-label-inner {
  border-radius: 16px;
  font-size: 14px;
  line-height: 32px;
  margin-right: 10px;
}
}

.frame-border-radius-headline-inner-text {
  margin: .2em 0 0;
  text-align: center;
}
@media screen and (min-width: 1367px) {
.frame-border-radius-headline-inner-text {
  display: block;
  text-align: left;
}
}

.frame-border-radius-text {
  font-size: 11px;
  line-height: 1.5;
  margin: 0 auto;
  padding: 10px 0;
  width: 95%;
}
@media screen and (min-width: 1367px) {
.frame-border-radius-text {
  line-height: 2;
  padding: 15px 0;
}
}

.frame-border-radius-picture {
  display: block;
  margin: 20px auto 0;
  width: 90%;
}

.frame-border-radius-supplement {
  color: #666;
  font-size: 11px;
  line-height: 1;
  margin-top: 0.8em;
}

.frame-border-radius-inner-text {
  box-sizing: border-box;
  display: block;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 auto;
  padding: 1em 10px;
  position: relative;
  width: 50%;
}
@media screen and (min-width: 1367px) {
.frame-border-radius-inner-text {
  font-size: 13px;
  line-height: 1.5;
}
}

.frame-border-radius-inner .frame-border-radius-inner-text:nth-child(odd):before {
  background-color: #b44c59;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.frame-border-radius-inner-headline {
  color: #b44c59;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 10px;
}
@media screen and (min-width: 1367px) {
.frame-border-radius-inner-headline {
  font-size: 16px;
  padding-bottom: 15px;
}
}

.frame-border-radius-dl-wrap {
  margin: 0 auto;
  padding: 15px 0 25px;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.frame-border-radius-dl-wrap {
  padding: 30px 0 50px;
  width: 960px;
}
}

.frame-border-radius-dl {
  align-items: center;
  background-color: #fff;
  border: 2px solid #b44c59;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  padding: 20px 15px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.frame-border-radius-dl {
  flex-wrap: nowrap;
  height: 120px;
}
}

.frame-border-radius-dt {
  color: #b44c59;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.frame-border-radius-dt {
  font-size: 14px;
  width: 780px;
}
}

.frame-border-radius-dd {
  font-size: 11px;
  font-weight: 600;
  line-height: 2;
  padding: 15px 0 0;
  text-align: left;
}
@media screen and (min-width: 1367px) {
.frame-border-radius-dd { padding: 0 43px 0 0; }
}

.ethical-underlayer-supplement-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto 0;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-underlayer-supplement-wrap {
  flex-wrap: nowrap;
  margin: 20px auto 0;
  width: 960px;
}
}

.ethical-underlayer-supplement {
  font-size: 11px;
  line-height: 1.5;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.ethical-underlayer-supplement {
  font-size: 12px;
  line-height: 1;
  width: 50%;
}
}

.ethical-underlayer-supplement.rows1 {
  margin-top: 10px;
  text-align: right;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-underlayer-supplement.rows1 {
  margin: 20px auto 0;
  width: 960px;
}
}

.ethical-underlayer-supplement.align-left {
  margin-top: 10px;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.ethical-underlayer-supplement.align-left {
  margin: 20px auto 0;
  width: 960px;
}
}

.ethical-underlayer-supplement.rows2 { width: 100%; }
@media screen and (min-width: 1367px) {
.ethical-underlayer-supplement.rows2 { width: 50%; }
}

.ethical-underlayer-supplement:nth-of-type(even) { text-align: right; }

.bio-textile-picture {
  display: block;
  height: 164px;
  margin-top: 30px;
  width: 303px;
}

.vegan-leather-picture {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.vegan-leather-picture {
  display: block;
  height: 210px;
  margin: 0 auto;
  width: 350px;
}
}

.wide-banner-figure {
  display: block;
  margin: 0 auto;
  zoom: .5;
}
@media screen and (min-width: 1367px) {
.wide-banner-figure { zoom: normal; }
}

.wide-banner-link {
  display: block;
  margin: 0 auto;
  width: 90%;
}

.color-green { color: #2ea093; }
.color-orange { color: #dd9642; }
.target-blank { position: relative; }
.target-blank:after {
  content: ' \f35d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-decoration: none;
}

.archive_wrap { width: 90%; }
@media screen and (min-width: 768px) and (max-width: 1366px) {
.archive_wrap { width: 95%; }
}
@media screen and (min-width: 1367px) {
.archive_wrap {
  gap: 2.7em;
  width: 95%;
}
}

.page_consultation p { color: #96775b; }