@font-face {
  font-display: swap;
  font-weight: 100;
  font-style: normal;
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSansJP-Thin.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-weight: 200;
  font-style: normal;
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSansJP-ExtraLight.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSansJP-Light.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSansJP-SemiBold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-weight: 800;
  font-style: normal;
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSansJP-ExtraBold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSansJP-Black.woff") format("woff");
}

.contact_banner_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  z-index: 999;
  width: 100%;
  opacity: 0;
}

.contact_banner_sp.contact_banner_active {
  position: fixed;
  -webkit-animation: footer-ContactDown 1.2s;
  animation: footer-ContactDown 1.2s;
  opacity: 1;
}

@-webkit-keyframes footer-ContactDown {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: 0;
  }
}

.contact_banner_sp_tel {
  background-color: #F1F1F1;
  padding: 18px 4.53vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_banner_sp_tel svg {
  width: 23.5px;
}

.contact_banner_sp_form {
  background-color: #C4C4C4;
  padding: 18px 4.53vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_banner_sp_form svg {
  width: 26px;
}

.contact_banner_sp_link {
  background-color: #000;
  padding: 16px 2.13vw 15px 2.13vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.5px;
}

.contact_banner_sp_link.orange {
  background-color: #ffb200;
}

.contact_banner_sp_link.black {
  background-color: #000;
}

.contact_banner_sp_link.first {
  border-right: 1px solid #fff;
}

.contact_banner_sp_link.tel {
  background-color: #ffb200;
}

.contact_banner_sp_link.tel svg {
  width: 19px;
}

.contact_banner_sp_link.tel svg path {
  fill: #fff;
}

.contact_banner_sp_link.mail {
  background-color: #C4C4C4;
}

.contact_banner_sp_link.mail svg {
  width: 21px;
}

.contact_banner_sp_link.mail svg path {
  fill: #000;
}

.contact_banner_sp_link.mail .contact_banner_sp_link_info {
  color: #000;
}

.contact_banner_sp_link_register {
  width: 19px;
}

.contact_banner_sp_link_event {
  width: 18.96px;
}

.contact_banner_sp_link_serch {
  width: 20px;
}

.contact_banner_sp_link_info {
  color: #fff;
  line-height: 1em;
}

.contact_banner_sp_link_info_en {
  display: block;
  font-size: 10px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 1px;
}

.contact_banner_sp_link_info_jp {
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1em;
}

.contact_banner_sp_link_arrow {
  margin-left: 10px;
}

/* 20240731追加 */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.img-text-center {
  margin-left: auto;
  margin-right: auto;
}

p.text-line {
  line-height: 1.6;
}

p.text-line2 {
  line-height: 2.2;
}

.font-bold {
  font-weight: bold;
}

.text-small {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .text-small {
    font-size: 1rem;
  }
}

.text-large {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .text-large {
    font-size: 21px;
  }
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .text-xlarge {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .text-xxlarge {
    font-size: 20px;
    font-size: 2rem;
  }
}

.text-bold {
  font-weight: bold;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000;
}

.text-red {
  color: #da3915;
}

.text-pink {
  color: #dd758e;
}

.text-blue {
  color: #8ab2c6;
}

.text-yellow {
  color: #0b8147;
}

.text-green {
  color: #008000;
}

/* gridタイル */
.row-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 3em;
  margin-bottom: 1%;
}

.row-grid:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .row-grid {
    display: block;
  }
}

.row-grid .grid_center {
  display: grid;
  vertical-align: middle;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .row-grid .cols {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .row-grid .cols:last-of-type {
    margin-bottom: 0;
  }
}

.row-grid .cols:last-child {
  margin-bottom: 0;
}

.row-grid .span-2 {
  grid-column: 2 span;
}

.row-grid .span-3 {
  grid-column: 3 span;
}

.row-grid .span-4 {
  grid-column: 4 span;
}

.row-grid .span-5 {
  grid-column: 5 span;
}

.row-grid .span-6 {
  grid-column: 6 span;
}

.row-grid .span-7 {
  grid-column: 7 span;
}

.row-grid .span-8 {
  grid-column: 8 span;
}

.row-grid .span-9 {
  grid-column: 9 span;
}

.row-grid .span-10 {
  grid-column: 10 span;
}

.row-grid .span-11 {
  grid-column: 11 span;
}

.row-grid .span-12 {
  grid-column: 12 span;
}

.row-grid .span_height1 {
  grid-row: 1 span;
}

.row-grid .span_height2 {
  grid-row: 2 span;
}

.row-grid .span_height3 {
  grid-row: 3 span;
}

.row-grid .span_height4 {
  grid-row: 3 span;
}

.row-grid.reverse {
  direction: rtl;
}

.row-grid.reverse p,
.row-grid.reverse h2,
.row-grid.reverse h3,
.row-grid.reverse h4,
.row-grid.reverse span,
.row-grid.reverse table {
  direction: initial;
}

@media screen and (max-width: 767px) {
  .row-grid.sp_img {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
  }

  .row-grid.sp_img.col2 .cols {
    grid-column: 6 span;
  }

  .row-grid.sp_img.col3 .cols {
    grid-column: 4 span;
  }

  .row-grid.sp_img.col4 .cols {
    grid-column: 3 span;
  }
}

.row:not(:last-child) {
  margin-bottom: 3%;
}

@media screen and (max-width: 767px) {
  .row {
    padding: 0 10px;
  }
}

.reverse .col {
  float: right;
}

.clr:after,
.col:after,
.container:after,
.group:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

.gutters .col {
  margin-left: 2%;
}

@media screen and (max-width: 767px) {
  .gutters .col {
    margin-left: 0%;
    margin-bottom: 4%;
  }

  .gutters .col:last-child {
    margin-bottom: 0%;
  }
}

.reverse>.col:last-child,
:not(.reverse)>.col:first-child {
  margin-left: 0;
}

.container {
  max-width: 1160px;
  margin: auto;
}

@media screen and (max-width: 1160px) {
  .container {
    padding: 0 10px;
  }
}

.container .w-80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .container {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.container.gutters {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.col {
  float: left;
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .col {
    float: none;
    width: 100% !important;
  }
}

.gutters .span_2 {
  width: 16%;
}

.gutters .span_3 {
  width: 23.5%;
}

.gutters .span_4 {
  width: 31%;
}

.gutters .span_6 {
  width: 49%;
}

.gutters .span_8 {
  width: 65%;
}

.gutters .span_12 {
  width: 100%;
}

@media (max-width: 767px) {
  .sp_img.col_2>.col {
    float: left;
    width: 48% !important;
    margin-left: 2%;
  }

  .sp_img.col_2>.col:first-child {
    margin-left: 0%;
  }

  .row.sp_img.col_2 {
    margin-bottom: 2%;
  }
}

/* margin*/
.margin0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.margin10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.margin20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.margin30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.margin40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.margin50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

@media (min-width: 768px) {
  .pc-margin0 {
    margin: 0 !important;
  }

  .pc-mt0 {
    margin-top: 0 !important;
  }

  .pc-mb0 {
    margin-bottom: 0 !important;
  }

  .pc-ml0 {
    margin-left: 0 !important;
  }

  .pc-mr0 {
    margin-right: 0 !important;
  }

  .pc-margin10 {
    margin: 10px !important;
  }

  .pc-mt10 {
    margin-top: 10px !important;
  }

  .pc-mb10 {
    margin-bottom: 10px !important;
  }

  .pc-ml10 {
    margin-left: 10px !important;
  }

  .pc-mr10 {
    margin-right: 10px !important;
  }

  .pc-margin20 {
    margin: 20px !important;
  }

  .pc-mt20 {
    margin-top: 20px !important;
  }

  .pc-mb20 {
    margin-bottom: 20px !important;
  }

  .pc-ml20 {
    margin-left: 20px !important;
  }

  .pc-mr20 {
    margin-right: 20px !important;
  }

  .pc-margin30 {
    margin: 30px !important;
  }

  .pc-mt30 {
    margin-top: 30px !important;
  }

  .pc-mb30 {
    margin-bottom: 30px !important;
  }

  .pc-ml30 {
    margin-left: 30px !important;
  }

  .pc-mr30 {
    margin-right: 30px !important;
  }

  .pc-margin40 {
    margin: 40px !important;
  }

  .pc-mt40 {
    margin-top: 40px !important;
  }

  .pc-mb40 {
    margin-bottom: 40px !important;
  }

  .pc-ml40 {
    margin-left: 40px !important;
  }

  .pc-mr40 {
    margin-right: 40px !important;
  }

  .pc-margin50 {
    margin: 50px !important;
  }

  .pc-mt50 {
    margin-top: 50px !important;
  }

  .pc-mb50 {
    margin-bottom: 50px !important;
  }

  .pc-ml50 {
    margin-left: 50px !important;
  }

  .pc-mr50 {
    margin-right: 50px !important;
  }

  .sp-only {
    display: none !important;
  }

  .pc-text-center {
    text-align: center !important;
  }

  .pc-text-left {
    text-align: left !important;
  }

  .pc-text-right {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .row:not(:last-child) {
    margin-bottom: 0%;
  }

  .reverse>.col:last-child,
  :not(.reverse)>.col:first-child {
    margin-left: 0;
  }

  p.text_vertical {
    font-size: 1rem;
  }

  .sp-margin0 {
    margin: 0 !important;
  }

  .sp-mt0 {
    margin-top: 0 !important;
  }

  .sp-mb0 {
    margin-bottom: 0 !important;
  }

  .sp-ml0 {
    margin-left: 0 !important;
  }

  .sp-mr0 {
    margin-right: 0 !important;
  }

  .sp-margin10 {
    margin: 10px !important;
  }

  .sp-mt10 {
    margin-top: 10px !important;
  }

  .sp-mb10 {
    margin-bottom: 10px !important;
  }

  .sp-ml10 {
    margin-left: 10px !important;
  }

  .sp-mr10 {
    margin-right: 10px !important;
  }

  .sp-margin20 {
    margin: 20px !important;
  }

  .sp-mt20 {
    margin-top: 20px !important;
  }

  .sp-mb20 {
    margin-bottom: 20px !important;
  }

  .sp-ml20 {
    margin-left: 20px !important;
  }

  .sp-mr20 {
    margin-right: 20px !important;
  }

  .sp-margin30 {
    margin: 30px !important;
  }

  .sp-mt30 {
    margin-top: 30px !important;
  }

  .sp-mb30 {
    margin-bottom: 30px !important;
  }

  .sp-ml30 {
    margin-left: 30px !important;
  }

  .sp-mr30 {
    margin-right: 30px !important;
  }

  .sp-margin40 {
    margin: 40px !important;
  }

  .sp-mt40 {
    margin-top: 40px !important;
  }

  .sp-mb40 {
    margin-bottom: 40px !important;
  }

  .sp-ml40 {
    margin-left: 40px !important;
  }

  .sp-mr40 {
    margin-right: 40px !important;
  }

  .sp-margin50 {
    margin: 50px !important;
  }

  .sp-mt50 {
    margin-top: 50px !important;
  }

  .sp-mb50 {
    margin-bottom: 50px !important;
  }

  .sp-ml50 {
    margin-left: 50px !important;
  }

  .sp-mr50 {
    margin-right: 50px !important;
  }

  .pc-only {
    display: none !important;
  }

  .sp-text-center {
    text-align: center !important;
  }

  .sp-text-left {
    text-align: left !important;
  }

  .sp-text-right {
    text-align: right !important;
  }
}

.flex-center {
  display: flex;
  justify-content: center;
}

.highlights {
  background-color: #f3f3f3;
  padding: 4em 0em;
}

@media screen and (max-width: 767px) {
  .highlights {
    padding: 2em 0;
  }
}

@media (max-width: 767px) {
  .highrights {
    padding: 3em 0em;
  }
}

@media (max-width: 1499px) {
  .pc-only1500 {
    display: none !important;
  }
}

@media (min-width: 1500px) {
  .sp-only1500 {
    display: none !important;
  }
}

.flex_v-center {
  display: flex;
  align-items: center;
}

.flex_center {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.text-gradient {
  background: linear-gradient(90deg, #58c6ff 0%, #076ad9 40%, #ff3bef 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sellers__title {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid #000;
  background: #fff;
  font-weight: bold;
  font-size: clamp(24px, 3.3vw, 42px);
  margin-top: 1rem;
}

.sellers__title:before,
.sellers__title:after {
  position: absolute;
  content: "";
}

.sellers__title:before {
  top: -33px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
}

.sellers__title:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.sellers__title img {
  position: absolute;
  z-index: 1;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 17px;
  text-align: center;
}

.sellers__title span.position {
  position: relative;
  z-index: 1;
  line-height: 1;
}

.sellers-contents__btn {
  text-align: center;
}

.sellers-contents__btn a {
  display: block;
  border: 3px solid #545454;
  margin: auto;
  background: #0b8147;
  color: #fff;
  border-radius: 50px;
  max-width: 360px;
  padding: 1em;
  font-weight: bold;
  overflow: hidden;
  transition: 300ms;
}

.sellers-contents__btn a.arrow {
  position: relative;
}

.sellers-contents__btn a.arrow:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
}

.sellers-contents__btn a.arrow:after {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #ffcb63;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}

.sellers-contents1 {
  margin-top: 20px;
}

.sellers-contents1__wrap {
  position: relative;
}

@media screen and (max-width: 767px) {
  .sellers-contents1__wrap img.back-img {
    object-fit: cover;
    height: 280px;
  }
}

@media screen and (max-width: 767px) {
  .sellers-contents1__wrap img.title-img {
    max-width: 400px;
  }
}


.sellers-contents1__heading {
  /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
  position: static;
  transform: unset;
  background: url('../img/common/20240730_2.jpg') no-repeat center / cover;
  width: 100%;
  padding: 2em 10px;

  .row-grid {
    max-width: 1200px;
    margin: auto;
  }
}

.sellers-contents1__heading.collection {
  background: url('../img/common/20240911_2.jpg') no-repeat center / cover;
}

.sellers-contents1__heading.box-installation {
  background: url('../img/common/20240911_1.jpg') no-repeat center / cover;
}

.sellers-contents1__heading.demolition {
  background: url('../img/common/20250821_1.jpg') no-repeat center / cover;
}

/* @media screen and (max-width: 767px) {
    .sellers-contents1__heading {
      width: 90%;
    }
  } */

.sellers-contents2 {
  padding: 3em 0;
  background-color: #f1f1f1;
}

.sellers-contents2 p {
  font-size: 24px;
}

.sellers-contents3,
.sellers-contents5 {
  padding: 5em 0;
}

@media screen and (max-width: 767px) {

  .sellers-contents3,
  .sellers-contents5 {
    padding: 4em 0 2em 0;
  }
}

.sellers-contents4,
.sellers-contents6 {
  padding: 5em 0;
  background-color: #efffe6;
}

@media screen and (max-width: 767px) {

  .sellers-contents4,
  .sellers-contents6 {
    padding: 4em 0 2em 0;
  }
}

.sellers-contents4 .sec_inner {
  max-width: 1200px;
  background: #fff;
  padding: 1em 3em 3em 3em;
  margin-bottom: 2em;
  box-shadow: 0px 1px 1px 1px #e1e1e1;
}

.accordion_details {
  border-top: 2px solid #0b8147;
  border-left: 2px solid #0b8147;
  border-right: 2px solid #0b8147;
  border-bottom: 2px solid #0b8147;
  background-color: #fff;
}

.accordion_details p {
  font-size: clamp(16px, 3.3vw, 18px);
}

.accordion_details:last-of-type {
  border-bottom: 2px solid #0b8147;
}

.accordion_details__white-box {
  padding: 3em 2em;
  width: 95%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .accordion_details__white-box {
    padding: 1.5em 1em;
  }
}

.accordion_details__gray-box {
  background-color: #e0fff0;
}

.accordion_details__gray-box .txt {
  width: 95%;
  margin: auto;
  padding: 3em 2em;
}

.accordion_details__gray-box .txt h2 {
  font-size: 32px;
  line-height: 1.4;
}

.accordion_details__gray-box .txt .row-grid {
  align-items: center;
  grid-gap: 10px;
}

.accordion_details__gray-box .txt .row-grid img {
  max-width: 185px;

}

@media screen and (max-width: 767px) {
  .accordion_details__gray-box .txt {
    padding: 1.5em 1em;
  }

  .accordion_details__gray-box .txt .row-grid img {
    transform: rotate(11deg);
  }

  .accordion_details__gray-box .txt h2 {
    font-size: 24px;
  }

  .accordion_details__gray-box .txt .row-grid img {
    max-width: 110px;

  }
}

.accordion_details-summary {
  position: relative;
  display: block;
  padding: 20px 3em 20px 140px;
  color: #000;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .accordion_details-summary {
    padding: 20px 3em 20px 110px;
  }
}

.accordion_details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}

.accordion_details-summary .title_wrap {
  position: absolute;
  top: calc(50% - 1px);
  left: -7px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
}

.accordion_details-summary .title {
  position: relative;
  background-color: #0b8147;
  padding: 10px 20px;
  font-size: clamp(14px, 2.2vw, 18px);
}

.accordion_details-summary .title:before {
  content: "";
  background-color: #0b8147;
  width: 5px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 3px;
  transform: translate(-50%, 50%);
  transform-origin: center center;
}

.accordion_details-summary .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  transition-duration: 0.2s;
  background-color: #0b8147;
  padding: 15px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .accordion_details-summary .btn {
    right: 13px;
  }
}

.accordion_details-summary .btn:before,
.accordion_details-summary .btn:after {
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px);
  left: 50%;
  transform: translate(-50%, 50%);
  transform-origin: center center;
}

.accordion_details-summary .btn:before {
  width: 4px;
  height: 18px;
  top: calc(50% - 18px);
  left: 50%;
  transform: translate(-50%, 50%);
}

.accordion_details-summary.is-active .btn {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  background-color: #d1d1d1;
}

.accordion_details-summary.is-active .btn:before {
  content: none;
}

.accordion_details-summary::-webkit-details-marker {
  display: none;
}

.accordion_details-content {
  position: relative;
}

.accordion_details-content p {
  margin: 0 0 20px;
  color: #000;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
}

.accordion_details-content p:last-of-type {
  margin: 0 0 0;
}

.accordion_details-content::before {
  position: absolute;
  width: 95%;
  height: 2px;
  content: "";
  background-color: #0b8147;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sellers-qa__contents {
  background-color: #fff;
  padding: 2em;
  margin-bottom: 2em;
}

.sellers-qa__wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sellers-qa__wrap {
    display: block;
  }
}

.sellers-qa__left {
  margin-right: 20px;
}

.sellers-qa__right p {
  font-size: 21px;
  font-weight: bold;
}

.sellers-qa__box {
  background-color: #0b8147;
  color: #fff;
  font-family: "Jost", sans-serif !important;
  font-optical-sizing: auto;
  padding: 1rem;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .sellers-qa__box {
    max-width: 70px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
   .sellers-flow__wrap ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  .sellers-flow__wrap ul li {
    flex: 0 0 15%;   /* 5分割 → 100% / 5 = 15% */
    max-width: 15%;
    box-sizing: border-box;
  }
}

.sellers-flow__wrap ul li {
  position: relative;
}

@media screen and (min-width: 768px) {
  .sellers-flow__wrap ul li {
    width: 16%;
    margin-right: 4%;
  }
}

@media screen and (max-width: 767px) {
  .sellers-flow__wrap ul li {
    margin-bottom: 4em;
  }
}

.sellers-flow__wrap ul li:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #0b8147;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  right: -3vw;
  transform: translateY(-50%);
}

@media screen and (min-width: 1200px) {
  .sellers-flow__wrap ul li:before {
    right: -40px;
  }
}

@media screen and (max-width: 767px) {
  .sellers-flow__wrap ul li:before {
    top: unset;
    bottom: -2.5em;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    aspect-ratio: 1/0.8660254038;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
  }
}

.sellers-flow__wrap ul li:last-of-type {
  margin-bottom: 0;
  margin-right: 0;
}

.sellers-flow__wrap ul li:last-of-type:before {
  content: unset;
}

.sellers-flow__step {
  display: flex;
  max-width: 320px;
  justify-content: center;
  align-items: center;
  background-color: #0b8147;
  padding: 10px 1rem;
  position: relative;
  margin: 0 auto 10px auto;
}

.sellers-flow__step img {
  max-width: 14px;
  margin-right: 5px;
}

.sellers-flow__step p {
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #fff;
}

.sellers-flow__step::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #0b8147;
  bottom: -10px;
  left: 50%;
  transform: translateY(-50%);
}

.sellers-flow__title {
  font-size: clamp(17px, 1.2vw, 20px);
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sellers-flow__title {
    font-size: 21px;
  }
}

.sellers-flow__img {
  background-color: #0b8147;
  border-radius: 50%;
  padding: 2em;
  max-width: 90px;
  min-height: 90px;
  margin-left: auto;
  position: relative;
  margin-right: auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .sellers-flow__img {
    padding: 13%;
    max-width: 120px;
    margin-right: auto;
    margin-left: auto;
  }
}

.sellers-flow__img img {
  max-width: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -49%);
}

@keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.contact_wrap.buy-table {
  background-color: #fff;
  padding: 3em 2em 2em 2em;
}

.contact_wrap.buy-table tr {
  grid-template-columns: 170px 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

@media (max-width:999px) {
  .contact_wrap.buy-table tr {
    grid-template-columns: 1fr;
  }
}

.contact_wrap.buy-table th {
  text-align: left;
}

.contact_wrap.buy-table tr th .required {
  margin-left: 0;
}

.contact_wrap.buy-table .contact_btn {
  margin: 15px 0 15px;
}

.contact_wrap.buy-table tr th {
  font-size: 14px;
}

.contact_wrap.buy-table .sellers__title {
  padding: 10px;
  font-size: clamp(20px, 2.3vw, 28px);
}

.sellers-contents1__heading .row-grid {
  align-items: center;
}

.page-id-13 .page_header,
.page-id-13 .breadcrumbs_wrap {
  display: none;
}

.page-id-2633 .page_header,
.page-id-2633 .breadcrumbs_wrap {
  display: none;
}

.page-id-2638 .page_header,
.page-id-2638 .breadcrumbs_wrap {
  display: none;
}

.header-contact>a {
  pointer-events: none;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0;
}

.form_box.radio .wpcf7-list-item:first-child {
  margin: 0 1em 0 0 !important;
}

/* .grecaptcha-badge { visibility: hidden; } */

.grecaptcha-badge {
  bottom: 164px !important;
  right: -186px !important;
}

@media (max-width:767px) {
  .grecaptcha-badge {
    bottom: 65px !important;
    right: -186px !important;
  }

  .contact_wrap.buy-table {
    padding: 2em 1em 1em 1em;
  }
}


.fix_contact_banner_pc_person img {
  width: 165px !important;
}

@media screen and (min-width: 1000px) {
  .form_footer_txt {
    padding: 0 !important;
  }
}

input.wpcf7-free-text {
  width: 140px !important;
  padding: 5px !important;
}

.download_files_pdf.d_bl {
  position: relative;
}

.download_files_pdf.d_bl:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 34px;
  background-image: url(../img/icon/icon_pdf.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px auto;

}

a.bl_btn_inpage {
  max-width: none !important;
}

.jump_point {
  display: block;
  padding-top: 130px !important;
  margin-top: -130px !important;
}

.jump_point.jump_first {
  margin-top: -30px !important;
}

#download-page-link {
  margin-bottom: 100px;
}

@media (max-width:767px) {
  #download-page-link {
    margin-bottom: 50px;
  }
}

.service_contents_tab {
  grid-template-columns: repeat(3, 1fr) !important;
}

.service_contents_tab li a.btn_style01.bcol_theme_green {
  background-color: #99c9b2 !important;
}

.service_contents_tab li.active a.btn_style01.bcol_theme_green {
  background-color: #0B8147 !important;
}

.pen-marker .img_link_style01_ttl_sub {
  background: linear-gradient(transparent 60%, #9f0707 50%);
  padding: 0 5px 7px 5px;
  font-weight: normal;
}

.form_box input[type=text],.form_box input[type=email],
.form_box textarea,
.form_box input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel,
.form_box input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
  padding: 5px 10px !important;
  border: 1px solid #ccc !important;
  background: #f9f9f9 !important;
  width:100%;
}

.form_box {
  background-color: #fff !important;
  padding: 10px 9px !important;
}

.form_box.radio {
  padding: 22px 22px !important;
}

.form_ttl p {
  padding: 15px 20px !important;
  background-color: #003384 !important;
}

.form_footer input#submitButton {
  font-size: 19px !important;
  background: #c10000 !important;
  border: unset !important;
  color: #fff !important;
}

.form_box select {
  border: 1px solid #ccc !important;
  padding: 10px 10px !important;
}

.form_ttl p .must {
  color: #003384 !important;
}

.form-wrap {
  max-width: 1000px !important;
}

.form_box.adress_wrap select {
  margin-bottom: 0px !important;
}

.form_box.adress_wrap .postnum {
  margin-bottom: 5px !important;
}

@media screen and (min-width: 1000px) {
  .form-wrap .form {
    grid-template-columns: 282px 1fr;
  }
}

@media (max-width:999px) {
  .form_ttl p {
    padding: 10px 20px !important;
    background-color: #003384 !important;
  }

  .form-wrap .form {
    gap: 0;
  }

  .form-wrap .form_box.radio {
    /* border-left: 1px solid #0b8147;
    border-right: 1px solid #0b8147; */
    min-height: 68px;
  }

  .form-wrap .form_box {
    /* border-left: 1px solid #0b8147;
    border-right: 1px solid #0b8147;
    border-bottom: 1px solid #0b8147; */

  }

  .form-wrap .form_box {
    padding: 10px 15px !important;
  }

  .form-wrap .form_ttl p {
    justify-content: flex-start;
    font-size: 14px;
  }

  .form-wrap .form_ttl .must {
    margin-right: 10px;
  }


}

.form-wrap .form_footer input#submitButton {
  margin-top: 0 !important;
}

.form-wrap .form_footer {
  margin: 0 auto;
}

.marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.form-wrap .form {
  display: grid;
  gap: 1px !important;
  background: #bfbfbf;
  border: 1px solid #bfbfbf;
}

.form-wrap .form_box.radio label {
  font-size: 16px;
}

.form-wrap .form_box p {
  font-size: 16px;
}

@media (max-width:450px) {
  .fix_contact_banner_sp_mail {
    padding: 10px 5px !important;
  }

  .fix_contact_banner_sp_mail span {
    font-size: 11px !important;
  }
}

.pen-marker .img_link_style01_ttl {
  top: calc(50% - 15px);
  transform: translateY(-50%);
  bottom: unset;

}

.pen-marker.img_link_style01 {
  box-shadow: 0px 5px 5px 0px rgb(47 47 47 / 30%);
}

.pen-marker .syosai-btn {
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  position: relative;
  padding: 5px 0;
  color: #000;
}

.pen-marker .syosai-btn:before {
  position: absolute;
  content: '';
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%)rotate(45deg);
}

.pen-marker .img_link_style01_ttl span:first-of-type {
  width: 90%;
  font-size: clamp(32px, 3vw, 38px);
}

.fix_contact_banner_pc {
  width: 340px !important;
  padding: 15px 118px 15px 15px !important;
}

.header--fixed {
  opacity: 0;
}

.header_top {
  padding-bottom: 15px !important;
}

.header--fixed.header-active {
  -webkit-animation: header-slideDown 1.2s;
  animation: header-slideDown 1.2s;
  opacity: 1;
}

@-webkit-keyframes header-slideDown {
  0% {
    bottom: -100%;
  }

  100% {

    bottom: 30px !important;
  }
}

@media screen and (min-width: 1000px) {
  .site .header {
    height: 135px !important;
  }

  .site {
    padding-top: 135px !important;
  }
}

.top-fv__btn {
  padding: 18px 32px;
  font-size: 107%;
  color: #fff;
}

.top-fv__btn a {
  opacity: 1 !important;
}

.flex {
  display: flex;
}

.top-btn {
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1600px;
}

.circle-container {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: auto auto;
  justify-content: center;
  /* 全体を横方向中央寄せ */
  align-items: start;
}

.circle-container .circle img {
  max-width: 250px;
}

/* .circle-container .circle:nth-child(3) {
  grid-column: 1 / span 2;
  justify-self: center;
} */
.topHeader_item_midashi {
  display: flex;
  width: 80%;
  max-width: 1550px;
  align-items: center;
  justify-content: space-between;
  top: calc(50% - 10%) !important;
}

.topHeader_item_midashi_text .sub {
  line-height: 1.7;
  letter-spacing: 2px;
  font-weight: 500;
}

.topHeader_item_midashi_text {
  opacity: 0.8;
}

@media (max-width:767px) {
  .topHeader_item_midashi {
    display: block !important;
    top: 40px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 0 15px;
    width: 90%;
  }

  .flex-sp-block {
    display: block !important;
  }

  .top-fv__btn {
    padding: 0 !important;
    margin-bottom: 15px !important;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-btn {
    bottom: 20px;
    padding: 0 15px;

  }

  .topHeader_item_midashi_text .sub {
    display: block;
    font-size: 12px;
    padding: 0 !important;
  }
}

@media (min-width:768px) {
  .topHeader_item_midashi {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin-left: 25px;
  }

}

.sample_btn {
  transition: .1s all;
}

.sample_btn:hover {
  transform: scale(1.05, 1.05);
}

@media (max-height: 800px) {
  .topHeader_item_video {
    max-height: unset !important;
  }
}

.top-pickup {
  background-image: linear-gradient(90deg, #227037, #033482);
}

.top-pickup .img_link_pickup02 {
  box-shadow: 0 5px 0 #0b8147;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border: 1px solid #0B8147;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.top-pickup .img_link_style02_ttl {
  padding: 0 35px 0 15px;
}

.top-pickup .img_link_pickup02 svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;

}

@media (max-width: 767px) {
  .top-pickup .d_grid {
    display: block;
  }

  .top-pickup .img_link_pickup02 {
    margin-bottom: 30px;
  }
}

@media (min-width: 769px) {
  #topFirstView {
    height: 700px !important;
  }

  .topHeader_item_video {
    height: 700px !important;
    max-height: unset !important;
  }
}

.sec_inner-pbc {
  max-width: 1400px;
  margin: auto;
}

.sec_inner-pbc .flex {
  gap: 20px;
}

.pbc-bnt__wrap {

  padding: 35px 0;
}

.page_hero_inner {
  top: 40px !important;
  transform: unset !important;
}

.page_hero_img img,
.page_hero_img,
.page_hero {
  height: 380px;
}

.top-btn {
  max-width: 1290px;
  width: 95%;
  bottom: 20px;
  gap: 40px;
  z-index: 10;
}

.top-fv__btn {
  padding: 0;
}

@media (max-width: 767px) {
  .top-btn {
    width: 100%;
  }

  .top-fv__btn {
    width: 95%;
  }

  .pcb-subtxt {
    font-size: 24px;
    margin-top: 25px;
  }
}

.strength_card_bl_num {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

.header_menuList_pc_wrap li:hover ul.sub-menu{
  width: 250px!important;
}

    .sec_inner_full.design_editor  ol {
        list-style-type: decimal;
        -webkit-margin-before: 1em;
        margin-block-start: 1em;
        -webkit-padding-start: 40px;
        padding-inline-start: 40px;
        margin-bottom: 10px;
    }