@charset "UTF-8";

.sankyohikari {
  position: relative;
  padding: 80px 0px 100px;
}

.sankyohikari [class^=sankyohikari-img] {
  position: absolute;
  display: table;
  z-index: -1;
}

.sankyohikari-img01 {
  top: 11px;
  max-width: 40%;
  min-width: 200px;
}

.headding-3 span{
  font-size:2.2rem;
}

.h3sub{
  font-size:1.8rem;
  font-weight: 400;
  line-height: 2.6rem;
  margin-bottom:10px;
  font-family:'Noto Sans JP', sans-serif;
}

.h3subbr{
 display:none;
}

@media screen and (max-width: 580px) {
  .h3subbr{
    display:block;
   }
}

@supports (max-width: max(200px, 40%)) {
  .sankyohikari-img01 {
    min-width: 0px;
    max-width: max(200px, 40%);
  }
}

.sankyohikari-img02 {
  right: 0px;
  bottom: 0px;
  max-width: 35%;
}

.sankyohikari-content {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  margin: 0px auto 0px;
  align-items: flex-start;
  padding: 0px 20px;
}

.sankyohikari-content .shape-line::after {
  content: "";
  position: absolute;
  height: 42px;
  width: 50px;
  z-index: -1;
}

.sankyohikari-content dl {
  position: relative;
  padding-bottom: 50px;
  z-index: 0;
}

.sankyohikari-content dl:first-child {
  margin-top: 200px;
}

.sankyohikari-content dl:nth-child(2) {
  margin-top: 100px;
}

.sankyohikari-content dl::after {
  right: 0px;
  bottom: 0px;
  border-right: 3px solid #F8DA0F;
  border-bottom: 3px solid #F8DA0F;
}

.sankyohikari-content dl dt {
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  left: -31px;
}

.sankyohikari-content dl dt span {
  font-size: 3.1rem;
  line-height: 1;
  color: #4B2928;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background-color: #F8DA0F;
  padding-bottom: 5px;
  position: relative;
  flex-shrink: 0;
}

.sankyohikari-content dl dt span::after {
  top: 35%;
  left: 43%;
  border-top: 3px solid #F8DA0F;
  border-left: 3px solid #F8DA0F;
}

.sankyohikari-content dl dt small {
  color: #A89305;
  line-height: 1;
  margin-left: 5px;
  margin-bottom: 0px;
  white-space: nowrap;
  font-size: 1rem;
}

@supports (font-size: clamp(1rem, 3.2vw, 1.2rem)) {
  .sankyohikari-content dl dt small {
    font-size: clamp(1rem, 3.2vw, 1.2rem);
  }
}

.sankyohikari-content dl dd {
  display: flex;
  justify-content: center;
  color: #3B4043;
  align-items: flex-end;
  margin-top: 20px;
}

.sankyohikari-content dl dd>* {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.sankyohikari-content dl dd small {
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0.5;
  line-height: 1;
  margin-right: 10px;
  margin-bottom: -40px;
  letter-spacing: 0.1em;
}

@supports (font-size: clamp(1.2rem, 3.8vw, 1.4rem)) {
  .sankyohikari-content dl dd small {
    font-size: clamp(1.2rem, 3.8vw, 1.4rem);
  }
}

.sankyohikari-content dl dd p {
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  white-space: nowrap;
}

.sankyohikari-content dl dd p span {
  display: block;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.sankyohikari-content dl dd p span:last-child {
  margin-top: 40px;
}

.sankyohikari-passage {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  color: #3B4043;
  margin-top: 50px;
  padding-left: 0px;
}

.requests {
  padding: 40px 0px 60px;
}

.requests h3 {
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.5555555556;
}

.requests-content dl {
  background-color: #F8DA0F;
  padding: 30px 0px 50px;
  position: relative;
  z-index: 0;
}

.requests-content dl:not(:last-of-type) {
  margin-bottom: 40px;
}

.requests-content dl .box-notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 8px;
  padding-left: 45px;
  justify-content: flex-end;
  position: absolute;
  height: 100px;
  width: 100px;
  z-index: 1;
  right: -10px;
  bottom: -10px;
  color: #DCC20F;
  overflow: hidden;
}

.requests-content dl .box-notice::after {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #C70000;
  z-index: -1;
  position: absolute;
  transform-origin: bottom left;
  transform: skew(-45deg);
}

.requests-content dl .box-notice span {
  line-height: 1;
}

.requests-content dl .box-notice span:first-child {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.requests-content dl .box-notice span:last-child {
  font-size: 1.6rem;
  font-weight: bold;
}

.requests-content dl dt {
  color: #4E420E;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.requests-content dl dt::before {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  position: relative;
  left: -10px;
  background-color: #4E420E;
}

.requests-content dl dd {
  display: flex;
  max-width: 876px;
  margin: 30px auto 0px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.requests-content dl dd figure {
  margin-right: 15px;
  margin-top: 0px;
  margin-left: 15px;
}

.requests-content dl dd ul {
  width: 100%;
  max-width: 400px;
  color: #3B4043;
  font-weight: 500;
  font-size: 1.8rem;
  margin-right: 15px;
  margin-left: 15px;
  flex: 390px;
  margin-top: 15px;
}

.requests-content dl dd ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.requests-content dl dd ul li:not(:last-child) {
  margin-bottom: 11.5px;
}

.requests-content dl dd ul li::before,
.requests-content dl dd ul li::after {
  content: "";
}

.requests-content dl dd ul li::before {
  display: block;
  margin-right: 7px;
  margin-top: 6px;
  height: 21px;
  width: 21px;
  border: 1px solid #707070;
  background-color: white;
}

.requests-content dl dd ul li::after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/solution/icon_checked.svg);
  z-index: 1;
}

.solved-head {
  position: relative;
  z-index: 0;
}

.solved-head figure img {
  width: 100%;
  min-height: 150px;
  object-fit: cover;
  object-position: center;
}

.solvedsub{
  font-size:1.9rem;
  text-align:center;
  margin-bottom:20px;
  line-height:2.6rem;
}

.solvedbrsp{
  display:none;
}

@media screen and (max-width: 580px) {
  .solvedsub{
    font-size:1.4rem;
    line-height:2.4rem;
  }

  .solvedbrsp{
    display:block;
  }
}

.solved-head dl {
  background-color: white;
  max-width: 700px;
  position: relative;
  margin: 0px auto;
  padding: 0px 20px 0px;
  width: 100%;
  position: relative;
}

.solved-head dl::after {
  content: '';
  height: 30px;
  width: 90%;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
  background-color: white;
  position: absolute;
}

.solved-head dl dt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5px;
  justify-content: center;
  max-width: 500px;
  margin: 0px auto 10px;
  width: 80%;
}

.solved-head dl dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  line-height: 1;
  background-color: #C70000;
  height: 35px;
  max-width: 200px;
  width: 100%;
}

@supports(font-size: clamp(1.5rem, 4.7vw, 1.8rem)) {
  .solved-head dl dt span {
    font-size: clamp(1.5rem, 4.7vw, 1.8rem);
  }
}

.solved-head dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
}

.solved-list01 li {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  padding: 40px 0px;
}

.solved-list01 li>* {
  width: 100%;
}

.solved-list01 li:nth-child(even) figure {
  order: 2;
}

.solved-list01 li:nth-child(even) dl {
  order: 1;
}

.solved-list01 dl {
  max-width: calc(100% - 30px);
  /* margin-top: 5px; */
  margin: 5px 15px 0;
}

.solved-list01 dl dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3333333333;
}

.solved-list01 dl dd {
  margin-top: 20px;
}

.solved-list01 figure {
  max-width: 600px;
}

.solved-list02 {
  padding: 40px 0px;
}

.solved-list02 dl {
  /* margin-top: 15px; */
  margin: 15px 15px 0;
}

.solved-list02 dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.solved-list02 dl dd {
  margin-top: 10px;
}

.pickup {
  padding: 40px 0px;
}

.pickup::after {
  background-color: #D9D2CA;
}

/* .pickup-btn.sankyo-btn_white {
  display: none;
} */

.pickup-btn {
  margin-top: 40px;
}

.pickup-main {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  --pickup-gap-item: 60px;
  width: calc(100% - 40px);
  position: relative;
}

.pickup-main .slick-list {
  width: 200%;
  width: calc(200% + var(--pickup-gap-item) * 2);
  position: relative;
  left: calc(0% - var(--pickup-gap-item) / 2);
}

.pickup-item {
  width: 100%;
  margin: auto;
  background-color: white;
  padding: 30px 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  margin: 0px 30px;
}

.pickup-item_head {
  display: flex;
  justify-content: flex-start;
  font-weight: bold;
  flex-wrap: wrap;
  width: calc(100% + 20px);
}

.pickup-item_head figure {
  flex-shrink: 0;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
  flex: 200px;
}

.pickup-item_head figure img {
  width: 100%;
}

.pickup-item_head dl {
  margin-right: 20px;
}

.pickup-item_head dl dt {
  display: flex;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  align-items: center;
}

.pickup-item_head dl dt span {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 5rem;
  line-height: 0.75;
  color: #C70000;
  margin-right: 15px;
}

.pickup-item_head dl dd {
  margin-top: 20px;
  font-size: 1.6rem;
}

.pickup-item_head ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #3B4043;
}

.pickup-item_head ul li p {
  width: 100%;
  padding-left: 26px;
  padding-right: 26px;
  line-height: 1.5;
}

.pickup-item_head ul li span {
  white-space: nowrap;
  padding: 0px 15px 0px 10px;
  line-height: 1;
}

.pickup-item_head ul li:last-child {
  border-left: 1px solid #F8DA0F;
  margin-top: 17px;
}

.pickup-item_head ul li:last-child p {
  border: 1px solid #F8DA0F;
}

.pickup-item_head ul li:first-child {
  border-left: 1px solid #EDE9E4;
}

.pickup-item_head ul li:first-child p {
  background-color: #EDE9E4;
  padding-top: 12px;
  padding-bottom: 12px;
}

.pickup-item_content {
  margin-top: 30px;
  width: 100%;
  padding-left: 10px;
}

.pickup-item_content dl {
  max-width: 838px;
  width: 100%;
  margin: auto;
}

.pickup-item_content dl dt {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 829px;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.pickup-item_content dl dt::after {
  content: "";
  height: 2px;
  bottom: -10px;
  width: 100%;
  position: absolute;
  background-color: #F8DA0F;
}

.pickup-item_content dl dt span {
  display: flex;
  flex-direction: column;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: #F8DA0F;
  font-size: 1.8rem;
  color: #4F2322;
  justify-content: space-between;
  margin-right: 10px;
  padding: 2px;
  margin-top: 6px;
}

.pickup-item_content dl dt span small {
  width: 100%;
  line-height: 1;
  display: block;
}

.pickup-item_content dl dt span small:last-child {
  text-align: right;
}

.pickup-item_content dl dd {
  margin-top: 25px;
  color: #3B4043;
  font-weight: 500;
  line-height: 1.875;
}

.oem {
  padding: 40px 0px 40px;
}

.oem::after {
  background-color: #EDE9E4;
}

.oem-passage {
  text-align: left;
  margin-top: 20px;
  line-height: 1.5625;
  color: #3B4043;
}

.oem-list {
  margin-top: 30px;
  color: #444444;
}

.oem-list figcaption {
  min-width: 144px;
  background-color: #FCDA05;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  font-weight: bold;
  line-height: 1;
  margin-top: 14px;
}

.oem-list dl {
  margin-top: 10px;
}

.oem-list dl dt {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6666666667;
}

.oem-list dl dd {
  margin-top: 2px;
}

.oem-btn {
  margin-top: 40px;
}

.questions {
  position: relative;
}

.questions-head {
  position: relative;
}

.questions-head h3 {
  width: 100%;
  max-width: 700px;
  background-color: white;
  color: #980000;
  font-weight: bold;
  text-align: center;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  line-height: 1.375;
  padding: 10px 20px 0px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}

@supports(font-size: clamp(2.3rem, 5vw, 3rem)) {
  .questions-head h3 {
    font-size: clamp(2.3rem, 7vw, 2.7rem);
  }
}

.questions-head h3::after {
  position: absolute;
  content: '';
  background-color: white;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 30px;
}

.questions-head figure img {
  min-height: 200px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.questions-main {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  --question-gap-item: 30px;
  width: calc(100% - 40px);
}

.questions-main .slick-list {
  width: 200%;
  width: calc(200% + var(--question-gap-item) * 2);
  position: relative;
  left: calc(0% - var(--question-gap-item) / 2);
}

.questions-item {
  max-width: 1085px;
  width: 100%;
}

.questions-item>* {
  display: flex;
  align-items: flex-end;
}

.questions-item figure {
  flex-shrink: 0;
}

.questions-item figure img {
  max-width: 80px;
}

.questions-item .shape-arrow {
  position: relative;
  text-align: justify;
}

.questions-item .shape-arrow::after {
  content: "";
  height: 20px;
  width: 50px;
  position: absolute;
  bottom: 0px;
  background-color: inherit;
}

.questions-item_head {
  padding-right: 20px;
}

.questions-item_head figure {
  margin-right: 10px;
}

.questions-item_head p {
  max-width: 763px;
  width: 100%;
  border-radius: 20px;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6666666667;
  padding: 20px 15px;
}

.questions-item_head p::after {
  left: -31px;
  transform-origin: bottom left;
  transform: skewX(-63deg);
}

.questions-item_content {
  padding-left: 20px;
  justify-content: flex-end;
  margin-top: 20px;
}

.questions-item_content dl {
  max-width: 750px;
  width: 100%;
  padding: 20px 15px;
  border-radius: 24px;
  background-color: #EDE9E4;
  margin-right: 10px;
}

.questions-item_content dl::after {
  right: -28px;
  transform-origin: right bottom;
  transform: skewX(63deg);
}

.questions-item_content dl>* {
  max-width: 625px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.questions-item_content dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.questions-item_content dl dd {
  font-weight: 500;
  color: #3B4043;
  margin-top: 20px;
}

.questions-btn {
  position: absolute;
  top: 65%;
  z-index: 1;
  transform: translateY(-65%);
  left: 0px;
  width: 100%;
  justify-content: space-between;
}

.questions-btn .slick-arrow:first-child {
  transform: translateX(7vw);
}

.questions-btn .slick-arrow:last-child {
  transform: translateX(-7vw);
}

.questions-qa {
  padding: 36px 20px;
  margin-top: 30px;
  background-image: url(../images/solution/img_questions.jpg);
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-size: max(100vw, 1920px) auto;
  background-position: center bottom;
}

.sales {
  margin-top: 40px;
  position: relative;
}

.sales .trademark {
  display: table;
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 20px;
  max-width: 60px;
}

.sales>figure img {
  min-height: 300px;
  object-fit: cover;
  object-position: bottom center;
}

.sales-content {
  color: #3B4043;
  padding: 65px 20px 20px;
  position: absolute;
  top: 0px;
  width: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.sales-content dl {
  text-shadow: 1px 1px 2px #fff, 0 0 3em #fff, 0 0 0.4em #fff, 0 0 0.2em #fff;
  max-width: 935px;
  margin: auto;
  width: 100%;
}

.sales-content dl dt {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.4054054054;
}

.sales-content dl dd {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  max-width: 460px;
  line-height: 1.6923076923;
}

.sales-btn {
  max-width: 235px;
  height: 45px;
  margin: 20px auto 0px
}

.sales-btn [class*=blank-btn] {
  padding: 10px 23px 10px 40px;
}

.sales-btn [class*=blank-btn] span {
  font-size: 1.4rem;
}

.sales-btn [class*=blank-btn]::after {
  width: 18px;
  height: 18px;
}

.health {
  /* background-image: url(../images/solution/img_health.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 15% 50%; */
  margin-top: 40px;
}

.health-bg {
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  left: -7%;
  width: auto;
}

.health-inner {
  padding: 40px 20px 40px;
  background-color: rgba(255, 255, 255, 0.7);
  width: calc(100% + 40px);
  margin-left: -20px;
}

/* .health-inner {

} */
.health-inner h3 {
  line-height: 1.2222222222;
}

.health h3{
  font-weight: 300;
}

.health-quote {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  margin: 40px auto 0px;
}

.health-quote dl {
  max-width: 338px;
  width: 100%;
  background-color: #6C9867;
  color: white;
  padding: 20px 10px;
  margin: 0px 10px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.health-quote dl::after,
.health-quote dl::before {
  position: absolute;
  font-size: 5rem;
  line-height: 1;
  font-weight: bold;
  color: #3B4043;
}

.health-quote dl::before {
  content: "“";
  top: -14px;
  left: -14px;
}

.health-quote dl::after {
  content: "”";
  bottom: -40px;
  right: -14px;
}

.health-quote dl>* {
  text-align: center;
}

.health-quote dl dt {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
}

.health-quote dl dd {
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.3333333333;
  font-size: 1.6rem;
}

@supports (font-size: clamp(1.4rem, 4.5vw, 1.6rem)) {
  .health-quote dl dt {
    font-size: clamp(1.4rem, 4.5vw, 1.6rem);
  }

  .health-quote dl dd {
    font-size: clamp(1.6rem, 5.2vw, 2rem);
  }
}

.health-passage {
  margin-top: 40px;
}

.health-passage dt {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.4;
}

.health-passage dd {
  max-width: 826px;
  margin: 15px auto 0px;
  line-height: 1.875;
}

.health-list {
  max-width: 1028px;
  width: 100%;
  background-color: white;
  margin: 50px auto 0px;
  position: relative;
  padding: 20px 5px;
  font-size: 1.1rem;
  font-weight: bold;
}

@supports (font-size: clamp(1.4rem, 5vw, 1.8rem)) {
  .health-list {
    font-size: clamp(1.1rem, 3.8vw, 1.8rem);
  }
}

.health-list figure {
  border-radius: 50%;
}

.health-list dt {
  max-width: 236px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6C9867;
  height: 35px;
  color: white;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -31%);
}

.health-list dd {
  margin-top: 43px;
}

.health-list dd p {
  color: #4F2322;
  text-align: center;
  margin-top: 10px;
}

.health-list ul {
  display: flex;
  justify-content: center;
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.health-list ul li {
  max-width: 258px;
  width: 100%;
  margin: 0px 10px 0px;
}

@supports (margin: 0px clamp(1.4rem, 2.5vw, 1.8rem) 0px) {
  .health-list ul li {
    margin: 0px clamp(5px, 2.5vw, 10px) 0px;
  }
}

.trade {
  padding: 40px 0px;
}

.trade h3 {
  margin-bottom: 40px;
}

.trade [class*=trade-list] {
  color: #3B4043;
}

.trade [class*=trade-list] figure {
  text-align: center;
}

.trade [class*=trade-list]>dt {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}

.trade [class*=trade-list]>dd ul {
  grid-row-gap: 40px;
}

.trade [class*=trade-list]>dd ul li:not(:first-child) {
  position: relative;
}

.trade [class*=trade-list]>dd ul li::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #3B4043;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  bottom: -16px;
}

.trade [class*=trade-list]>dd ul li:last-child::before {
  content: none;
}

.trade-item {
  position: relative;
  padding: 40px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
}

.trade-item .txt-step {
  position: absolute;
  top: 0px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.4rem;
  height: 33px;
  width: 152px;
  transform: translate(-50%, -50%);
}

.trade-item_inner {
  max-width: 276px;
  max-width: max(calc(100% - 40px), 276px);
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trade-item_title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.trade-list01 ul {
  grid-template-columns: 1fr;
  max-width: 400px;
  margin: 53px auto 0px;
}

.trade-list01 ul>*:last-child {
  left: auto;
  transform: none;
}

.trade-list01 .txt-step {
  background-color: #F8DA0F;
}

.trade-list01 .trade-item_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 140px;
}

.trade-list01 .trade-item p {
  margin-top: 20px;
  line-height: 1.5625;
}

.trade-list02 {
  margin-top: 40px;
}

.trade-list02 .txt-step {
  background-color: #4F2322;
  color: white;
}

.trade-list02 ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 25px;
  max-width: 400px;
  margin: 46px auto 0px;
}

.trade-list02 .trade-item {
  background-color: #EDE9E4;
  display: flex;
  align-items: flex-end;
  min-height: 200px;
}

.trade-list02 .trade-item_title {
  margin-bottom: 17px;
}

.trade-list02 .trade-item_title small {
  font-size: 1.4rem;
  display: inline-block;
}

.solution .trade-list02 .trade-item figure img {
  min-height: 137px;
}

.intro {
  margin-top: 40px;
  color: #3B4043;
}

.intro-list {
  display: grid;
  grid-row-gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 40px;
}

.intro-list>li {
  width: 100%;
  overflow: hidden;
  padding: 0px 20px 35px;
}

.intro-list>li figure {
  position: relative;
  width: 100%;
}

.intro-list>li figure::after {
  content: "";
  position: absolute;
  top: 57%;
  left: 50%;
  width: calc(100% + 40px);
  z-index: -1;
  height: 500px;
  transform: translateX(-50%);
}

.intro-list>li figure span {
  max-width: 160px;
  overflow: hidden;
  display: table;
  margin: 0px auto;
  border-radius: 50%;
  width: 100%;
}

.intro-list>li:nth-child(even) figure::after {
  background-color: #EDE9E4;
}

.intro-list>li:nth-child(odd) figure::after {
  background-color: #F5F5F5;
}

.intro-list dl {
  max-width: 100%;
  margin: 6px auto 0px;
  width: 100%;
}

.intro-list dl dt {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  line-height: 1.875;
}

.intro-btn {
  margin-top: 47px;
}

.reasons {
  margin-top: 60px;
  color: #3B4043;
}

.reasons-head {
  padding-top: 9px;
  z-index: 0;
}

.reasons-head h3 {
  margin-bottom: 30px;
}

.reasons-head::after {
  background-color: #F8DA0F;
  height: calc(100% + 80px) !important;
}

.reasons [class*=reasons-list] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}

.reasons [class*=reasons-list] dl {
  margin-top: 10px;
}

.reasons [class*=reasons-list] dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

.reasons [class*=reasons-list] dd {
  line-height: 1.625;
  margin-top: 5px;
}

.reasons-list01 {
  position: relative;
  z-index: 1;
}

.reasons-list02 {
  margin-top: 30px;
}

.challenge {
  margin-top: 50px;
  margin-bottom: 100px;
}

.challenge>figure img {
  min-height: 400px;
  object-fit: cover;
  object-position: 30% 50%;
}

.challenge-content {
  width: 100%;
  margin-top: -100px;
  display: flex;
  justify-content: flex-end;
}

.challenge-content dl {
  max-width: calc(50% + 190px);
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  background-color: white;
  width: 95%;
}

.challenge-content dl dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
  padding-top: 30px;
  position: relative;
}

.challenge-content dl dt span {
  line-height: 1;
  font-size: 2rem;
  position: absolute;
  bottom: 100%;
  left: 0px;
  display: block;
  font-weight: bold;
  white-space: nowrap;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
}

.challenge-content dl dd {
  margin-top: 30px;
  font-weight: 400;
  max-width: 647px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
}

.challenge-content dl dd p:not(:last-child) {
  margin-bottom: 20px;
}

.pickup .pickup-btn-sp {
  display: none;
  position: absolute;
  /* position: fixed; */
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
  justify-content: space-between;
  pointer-events: none;
}

.pickup .pickup-btn-sp.show {
  display: flex;
}

.pickup-btn-sp button {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 4px;
  pointer-events: all;
}

.pickup-btn-sp button:first-child {
  transform: translateX(-3px);
}

.pickup-btn-sp button:last-child {
  transform: translateX(3px);
}

.pickup-head .txt-focus {
  font-size:1.8rem;
}

@media screen and (min-width: 580px) {
  .trade [class*=trade-list]>dd ul li:last-child::before {
    content: '';
  }

  .trade [class*=trade-list]>dd ul li:first-child::before {
    content: none;
  }

  .trade-list02 ul {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    max-width: 100%;
  }

  .trade-list01 ul {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    max-width: 100%;
  }

  .trade-list01 ul>*:last-child {
    left: 50vw;
    transform: translateX(calc(-50% - 20px));
  }

  .trade [class*=trade-list]>dd ul li::before {
    left: -1.5%;
    transform: translateX(-100%);
  }

  .trade-list01 .trade-item::before {
    top: 51%;
  }

  .trade-list02 .trade-item::before {
    top: 42%;
    left: -2% !important;
    left: clamp(-2%, 75px - 14vw, 0px) !important;
  }
}

@media screen and (min-width: 1920px) {
  .questions-btn .slick-arrow:first-child {
    transform: translateX(22vw);
  }

  .questions-btn .slick-arrow:last-child {
    transform: translateX(-22vw);
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .questions-btn .slick-arrow:first-child {
    transform: translateX(1.5vw);
  }

  .questions-btn .slick-arrow:last-child {
    transform: translateX(-1.5vw);
  }
}

@media screen and (min-width: 768px) {
  .pickup .pickup-btn-sp {
    position: absolute;
    top: 65%;
    transform: translateY(-65%);
  }

  .pickup-btn-sp button:last-child {
    transform: translateX(-10%);
  }

  .pickup-btn-sp button:first-child {
    transform: translateX(10%);
  }

  .sankyohikari {
    padding: 160px 0px 63px;
    padding-bottom: clamp(63px, 1300px - 100vw, 200px);
  }

  .sankyohikari-img01 {
    min-width: 0px;
    max-width: 50%;
    max-width: clamp(max(38%, 400px), 50vw - 500px, 100%) !important;
  }

  .sankyohikari-img02 {
    max-width: 50%;
    max-width: clamp(300px, 50% - 250px, 100%) !important;
  }

  .sankyohikari-content {
    max-width: 883px;
    padding-left: 88px;
    padding-right: 0px;
    padding-left: clamp(40px, 60vw - 800px, 88px);
    width: 95%;
  }

  .sankyohikari-content .shape-line::after {
    height: 71px;
    width: 83px;
  }

  .sankyohikari-content dl {
    padding-bottom: 90px;
  }

  .sankyohikari-content dl:not(:last-child) {
    margin-right: 30px;
  }

  .sankyohikari-content dl:first-child {
    margin-top: 362px;
    padding-bottom: 52px;
  }

  .sankyohikari-content dl:first-child dt {
    left: -35px;
  }

  .sankyohikari-content dl:first-child dd {
    margin-top: 43px;
  }

  .sankyohikari-content dl:first-child dd p span:last-child {
    margin-top: 53px;
  }

  .sankyohikari-content dl:first-child dd small {
    left: -22px;
    top: -38px;
  }

  .sankyohikari-content dl:nth-child(2) {
    margin-top: 131px;
    padding-right: 20px;
    padding-bottom: 69px;
  }

  .sankyohikari-content dl:nth-child(2)::after {
    right: 20px;
  }

  .sankyohikari-content dl:nth-child(2) dt {
    left: -35px;
  }

  .sankyohikari-content dl:nth-child(2) dd {
    margin-top: 34px;
  }

  .sankyohikari-content dl:nth-child(2) dd p span {
    letter-spacing: 0.1em;
  }

  .sankyohikari-content dl:nth-child(2) dd p span:last-child {
    margin-top: 67px;
  }

  .sankyohikari-content dl:nth-child(2) dd small {
    left: -7px;
    top: -17px;
  }

  .sankyohikari-content dl::after {
    border-right: 5px solid #F8DA0F;
    border-bottom: 5px solid #F8DA0F;
  }

  .sankyohikari-content dl dt {
    position: relative;
  }

  .sankyohikari-content dl dt span {
    font-size: 6.2rem;
    height: 83px;
    width: 83px;
  }

  .sankyohikari-content dl dt span::after {
    border-top: 5px solid #F8DA0F;
    border-left: 5px solid #F8DA0F;
  }

  .sankyohikari-content dl dt small {
    font-size: 1.6rem;
    margin-left: 9px;
    margin-bottom: 5px;
  }

  .sankyohikari-content dl dd {
    padding-right: 42px;
    margin-top: 25px;
    justify-content: flex-start;
  }

  .sankyohikari-content dl dd small {
    font-size: 1.8rem;
    position: relative;
    margin-right: 20px;
    margin-bottom: -92px;
  }

  .sankyohikari-content dl dd p {
    font-size: 3rem;
    line-height: inherit;
  }

  .sankyohikari-content dl dd p span:last-child {
    margin-top: 95px;
  }

  .sankyohikari-passage {
    font-size: 2rem;
    margin-top: 107px;
    padding-left: 23px;
    line-height: 2.75;
  }

  .requests {
    padding: 85px 0px 126px;
  }

  .requests h3 {
    margin-bottom: 53px;
  }

  .requests-content dl {
    padding: 37px 0px 47px;
  }

  .requests-content dl:nth-of-type(2) {
    padding-bottom: 40px;
  }

  .requests-content dl:nth-of-type(2) ul {
    margin-top: 35px;
  }

  .requests-content dl:nth-of-type(3) {
    padding-bottom: 35px;
  }

  .requests-content dl:nth-of-type(3) ul {
    margin-top: 55px;
  }

  .requests-content dl:not(:last-of-type) {
    margin-bottom: 62px;
  }

  .requests-content dl .box-notice {
    height: 144px;
    padding-bottom: 13px;
    padding-left: 46px;
    width: 144px;
  }

  .requests-content dl .box-notice span:first-child {
    font-size: 4rem;
  }

  .requests-content dl .box-notice span:last-child {
    font-size: 2rem;
  }

  .requests-content dl dt {
    font-size: 3rem;
    padding: 0px 6px;
  }

  .requests-content dl dt::before {
    top: 5px;
    height: 48px;
    width: 51px;
    left: -16px;
  }

  .requests-content dl dd {
    width: 95%;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 0px;
  }

  .requests-content dl dd figure {
    margin-right: 30px;
    margin-top: 37px;
    margin-left: 0px;
  }

  .requests-content dl dd ul {
    max-width: 537px;
    margin-top: 20px;
    flex: unset;
    font-size: 2.2rem;
    margin-top: 4px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .requests-content dl dd ul li::before {
    margin-top: 11px;
  }

  .requests-content dl dd ul li::after {
    top: 5px;
  }

  .solved-head figure img {
    min-height: 400px;
  }

  .solved-head dl {
    --gap-left: 10px;
    --gap-left: clamp(0px, 50vw - 500px, 10px);
    margin: 0px;
    position: absolute;
    padding: 34px 20px 0px;
    left: 50%;
    left: calc(50% - var(--gap-left));
    z-index: 1;
    bottom: -9px;
    transform: translateX(-50%);
    width: 95%;
  }

  .solved-head dl::after {
    content: none;
  }

  .solved-head dl dt {
    margin-bottom: 18px;
    max-width: 100%;
    width: 100%;
  }

  .solved-head dl dt span {
    font-size: 2.2rem;
    padding-bottom: 4px;
    height: 49px;
    max-width: 207px;
    margin: 0px 4px;
  }

  .solved-head dl dd {
    font-size: 4.5rem;
  }

  .solved-list01 {
    margin-top: 70px;
  }

  .solved-list01 li {
    display: flex;
    padding: 82px 0px 123px;
    margin-bottom: -22px;
    grid-column-gap: 0px;
    justify-content: space-between;
    padding-bottom: clamp(82px, 50vw - 500px, 123px);
  }

  .solved-list01 li>* {
    order: unset !important;
  }

  .solved-list01 li>*:first-child {
    margin-right: 25px;
  }

  .solved-list01 dl {
    max-width: 447px;
  }

  .solved-list01 dl dt {
    font-size: 3rem;
  }

  .solved-list01 dl dd {
    margin-top: 32px;
  }

  .solved-list02 {
    padding: 83px 0px 90px;
  }

  .solved-list02 li {
    max-width: 330px;
  }

  .solved-list02 dl {
    margin-top: 17px;
  }

  .solved-list02 dl dt {
    font-size: 2.2rem;
  }

  .solved-list02 dl dd {
    margin-top: 20px;
  }

  .pickup {
    padding: 75px 0px 60px;
  }

  .pickup-head {
    /*     padding-left: 90px;
    padding-left: clamp(0px, 55vw - 600px, 90px); */
  }

  .pickup-head .txt-focus {
    margin-bottom: 20px;
  }

  .pickup-btn {
    margin-top: 72px;
    padding-left: 68px;
    padding-left: clamp(0px, 55vw - 600px, 68px);
  }

  .pickup-main {
    margin-top: 66px;
    max-width: 1000px;
    --pickup-gap-item: 200px;
    position: relative;
    width: calc(100% - 140px);
  }

  .pickup-item {
    margin: 0px calc(var(--pickup-gap-item) / 2);
    padding: 50px 40px 59px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .pickup-item_head {
    width: 100%;
    flex-wrap: nowrap;
    min-width: calc(100% + 140px);
  }

  .pickup-item_head figure {
    margin-bottom: 0px;
    flex: unset;
    max-width: 370px;
    max-width: clamp(300px, 100% - 450px, 370px);
  }

  .pickup-item_head dl {
    margin-right: 0px;
  }

  .pickup-item_head dl dt {
    align-items: center;
    margin-top: -4px;
    margin-left: 5px;
    font-size: 3rem;
    font-size: clamp(2rem, 3vw, 3rem);
  }

  .pickup-item_head dl dt span {
    margin-right: 22px;
    font-size: 10rem;
    font-size: clamp(8rem, 10vw, 10rem);
  }

  .pickup-item_head dl dd {
    font-size: 2rem;
    margin-right: 0px;
    font-size: clamp(1.6rem, 2vw, 2rem);
  }

  .pickup-item_head ul li:last-child {
    border-left: 3px solid #F8DA0F;
  }

  .pickup-item_head ul li:last-child p {
    padding-top: 25px;
    padding-bottom: 24px;
    padding-top: clamp(15px, 2vw, 25px);
    padding-bottom: clamp(15px, 2vw, 24px);
  }

  .pickup-item_head ul li:first-child {
    border-left: 3px solid #EDE9E4;
  }

  .pickup-item_content {
    margin-top: 40px;
  }

  .pickup-item_content dl dt {
    align-items: center;
  }

  .pickup-item_content dl dt {
    font-size: 2rem;
  }

  .pickup-item_content dl dt::after {
    height: 3px;
  }

  .pickup-item_content dl dt span {
    margin-top: 0px;
    padding: 2px 3px 3px;
    font-size: 2.8rem;
    width: 60px;
    height: 60px;
    margin-right: 18px;
  }

  .oem {
    padding: 44px 0px 81px;
  }

  .oem-passage {
    margin-top: 16px;
    padding-left: 57px;
    text-align: center;
    padding-left: clamp(0px, 100vw - 1200px, 57px);
  }

  .oem-list {
    margin-top: 64px;
  }

  .oem-list li {
    max-width: 326px;
  }

  .oem-list dl dt {
    font-size: 1.8rem;
  }

  .oem-btn {
    margin-top: 71px;
    margin-top: clamp(50px, 50vw - 500px, 71px);
  }

  .questions-head h3 {
    width: 95%;
    margin: 0px;
    font-size: 4rem;
    position: absolute;
    bottom: 0px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
    padding: 40px 10px 0;
  }

  .questions-head h3::after {
    content: none;
  }

  .questions-head figure img {
    min-height: 480px;
  }

  .questions-main {
    --question-gap-item: 64px;
    margin-top: 111px;
    max-width: 1085px;
    width: 95%;
    position: relative;
    left: 25px;
    left: clamp(0px, 100vw - 1200px, 25px);
    margin-top: clamp(60px, 50vw - 500px, 111px);
  }

  .questions-item {
    margin: 0px calc(var(--question-gap-item) / 2);
  }

  .questions-item figure img {
    max-width: 100%;
  }

  .questions-item_head {
    padding-right: 40px;
  }

  .questions-item_head figure {
    margin-right: 20px;
  }

  .questions-item_head p {
    padding: 20px 20px 11px;
    font-size: 3rem;
    min-height: 161px;
  }

  .questions-item_content {
    margin-top: 33px;
    padding-left: 40px;
  }

  .questions-item_content dl {
    padding: 58px 20px;
    margin-right: 30px;
  }

  .questions-item_content dl dt {
    font-size: 3rem;
  }

  .questions-item_content dl dd {
    margin-top: 32px;
  }

  .sales {
    margin-top: 80px;
  }

  .sales .trademark {
    max-width: 100%;
    right: 48px;
  }

  .sales>figure img {
    min-height: 380px;
  }

  .sales-content dl dt {
    font-size: 3.7rem;
  }

  .sales-content dl dd {
    margin-top: 16px;
    font-size: 1.3rem;
  }

  .sales-btn {
    margin: 38px 0px 0px;
    height: 50px;
  }

  .health {
    margin-top: 73px;
  }

  .health-inner {
    padding: 73px 20px 88px;
    width: 100%;
    margin: 0px;
  }

  .health-quote {
    margin-top: 75px;
    padding-left: 16px;
    max-width: 100%;
    flex-wrap: nowrap;
    padding-left: clamp(0px, 50vw - 500px, 16px);
    width: 95%;
  }

  .health-quote dl {
    display: block;
    margin: 0px;
    padding: 36px 20px;
  }

  .health-quote dl::after,
  .health-quote dl::before {
    font-size: 10rem;
  }

  .health-quote dl::before {
    top: -31px;
    left: -23px;
  }

  .health-quote dl::after {
    bottom: -62px;
    right: -30px;
  }

  .health-quote dl dt {
    font-size: 2.2rem;
    line-height: 1;
  }

  .health-quote dl dd {
    font-size: 3.6rem;
    margin-top: 19px;
  }

  .health-quote dl:first-child {
    margin-right: 59px;
  }

  .health-passage {
    margin-top: 74px;
  }

  .health-passage dt {
    font-size: 2.5rem;
    text-align: center;
  }

  .health-passage dt .break-line {
    justify-content: center;
  }

  .health-passage dd {
    margin-top: 33px;
  }

  .health-list {
    margin-top: 98px;
    padding: 20px 20px 53px;
    font-size: 2.5rem;
  }

  .health-list dt {
    height: 41px;
  }

  .health-list dd p {
    margin-top: 16px;
  }

  .health-list ul {
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 880px;
  }

  .health-list ul li {
    margin: 0px;
    flex: unset;
  }

  .trade {
    padding: 79px 0px 50px;
    padding-top: clamp(40px, 50vw - 500px, 79px);
  }

  .trade h3 {
    margin-bottom: 75px;
    margin-bottom: clamp(50px, 50vw - 500px, 75px);
  }

  .trade [class*=trade-list]>dt {
    font-size: 2.5rem;
  }

  .trade [class*=trade-list]>dd ul li:not(:first-child)::before {
    border-top: 8px solid transparent;
    border-left: 18px solid #3B4043;
    border-bottom: 8px solid transparent;
  }

  .trade-item_inner {
    max-width: max(276px, 100% - 40px);
  }

  .trade-item_title {
    font-size: 2.5rem;
  }

  .trade-list01 .trade-item {
    padding-top: 55px;
    padding-bottom: 37px;
  }

  .trade-list01 .trade-item::before {
    left: -5% !important;
  }

  .trade-list01 .trade-item_head {
    min-height: 146px;
  }

  .trade-list01 .trade-item p {
    margin-top: 33px;
  }

  .trade-list02 {
    margin-top: 72px;
  }

  .trade-list02 ul {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 55px;
    grid-column-gap: clamp(25px, 10vw - 50px, 55px);
    grid-row-gap: 58px !important;
  }

  .trade-list02 .trade-item {
    min-height: 276px;
    padding-bottom: 38px;
    padding-top: 30px;
  }

  .trade-list02 .trade-item.no-shape::before {
    content: none !important;
  }

  .trade-list02 .trade-item_title small {
    font-size: 1.6rem;
  }

  .intro {
    margin-top: 80px;
    margin-top: clamp(40px, 50vw - 500px, 80px);
  }

  .intro-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .intro-list>li figure span {
    max-width: 200px;
  }

  .intro-list dl {
    max-width: 305px;
  }

  .intro-list dl dt {
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    white-space: nowrap;
  }

  .reasons {
    margin-top: 116px;
    margin-top: clamp(70px, 50vw - 500px, 116px);
  }

  .reasons-head h3 {
    margin-bottom: 51px;
  }

  .reasons-head::after {
    height: 297px;
  }

  .reasons [class*=reasons-list] {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .reasons [class*=reasons-list] dt {
    font-size: 2.5rem;
  }

  .reasons-list01 {
    grid-column-gap: 60px !important;
    grid-column-gap: clamp(25px, 50vw - 500px, 60px) !important;
    grid-template-columns: repeat(2, 1fr);
  }

  .reasons-list01 dl {
    margin-top: 20px !important;
  }

  .reasons-list01 dl dd {
    margin-top: 7px;
  }

  .reasons-list02 {
    margin-top: 60px;
    grid-column-gap: 25px !important;
    grid-row-gap: 60px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .reasons-list02 dl {
    margin-top: 5px;
  }

  .reasons-list02 dl dt {
    margin-top: 0px;
    min-height: 97px;
  }

  .challenge {
    margin-top: 82px;
  }

  .challenge>figure img {
    min-height: 680px;
    object-position: center;
  }

  .challenge-content {
    margin-top: -527px;
  }

  .challenge-content dl {
    padding-left: 93px;
    width: 100%;
    padding-left: clamp(30px, 50vw - 400px, 93px);
  }

  .challenge-content dl dt {
    padding-top: 53px;
    font-size: 4rem;
  }

  .challenge-content dl dt span {
    font-size: 3rem;
  }

  .challenge-content dl dd {
    font-size: 2rem;
    margin-top: 55px;
  }

  .challenge-content dl dd p:not(:last-child) {
    margin-bottom: 36px;
  }

  .trade-list01 ul>*:last-child {
    left: auto;
    transform: none;
  }

  .trade-list02 .trade-item::before {
    left: -5%;
    left: clamp(-5%, 75px - 10vw, 0%) !important;
  }
}

@media screen and (min-width: 1024px) {
  .sankyohikari-img02 {
    max-width: clamp(400px, 50% - 250px, 100%) !important;
  }

}

@media screen and (min-width: 1400px) {

  .pickup-btn-sp button:last-child {
    transform: translateX(-200px);
  }

  .pickup-btn-sp button:first-child {
    transform: translateX(200px);
  }
}


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

  .solution .trade-list02 .trade-item figure img {
    min-height: unset;
  }

  .health-quote dl {
    padding: 16px 6px;
  }

  .health-quote dl dt {
    font-size: 14px;
  }

  .health-quote dl dd {
    font-size: 17px;
  }

  .solution .main-trademark img {
    max-width: 64px;
  }

  .bottle .solved .solved-list02 li,
  .solution .solved .solved-list02 li {
    left: unset;
    transform: unset;
  }

  .bottle .oem .list-col03_2.oem-list li,
  .solution .oem .list-col03_2.oem-list li {
    left: unset;
    transform: unset;
  }

  .solution .solved .solved-list02 li.reverse dl {
    margin-bottom: 24px;
  }

  .solution .sales .trademark {
    max-width: 120px;
  }

  .solution .sales-content dl dt {
    font-size: 3rem;
  }

  .questions-btn .slick-arrow:first-child,
  .questions-btn .slick-arrow:last-child {
    transform: translateX(0);
  }

  .headding-3 span{
    font-size:1.6rem;
  }

  .h3sub{
    font-size:1.6rem;
  }

  .pickup-head .txt-focus {
    font-size:1.5rem;
    margin-bottom:10px;
  }

  .solved-list01 li {
    grid-row-gap: 10px;
    grid-template-rows: auto;
  }

  .solved-list01 dl {
    grid-row: 2/3;
    max-width: 600px;
    width: calc(100% - 30px);
    margin:auto;
  }

  .solved-list01 figure, .solved-list02 figure{
    grid-row: 1/2;
    margin: 0 auto 0;
    width: calc(100% - 30px);
  }
}

.sp-block {
  display: none;
}

@media screen and (max-width: 571px) {
  .solution .solved .solved-list02 li.reverse {
    display: flex;
    flex-direction: column;
  }

  .sp-block {
    display: block;
  }

  .solution .sales-content dl dt {
    font-size: 2.8rem;
  }

  .solution .sales .trademark {
    max-width: 90px;
    right: 8px;
  }

  .solution .sales-content {
    padding: 24px 8px 8px;
  }

  .solved-list02.has-bg_gray.list-col03_1::after {
    background-color: unset;
  }

  .reverse.afgray {
    position: relative;
    padding: 40px 0px;
  }

  .reverse.afgray::after {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0px;
    left: 50%;
    content: "";
    z-index: -1;
    transform: translateX(-50%);
    background-color: #f5f5f5;
  }
}