@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  font-optical-sizing: auto;
  font-style: normal;
}

body::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari 対応 */
}

.text-yellow {
  color: #ffff00;
}

.text-pink {
  color: #fa6972;
}

.text__underline {
  text-decoration: underline;
}

.text-bold {
  font-weight: 600;
}

.font-30 {
  font-size: 1.875rem;
}

.font-36 {
  font-size: 2.25rem;
}

a {
  text-decoration: none;
}

/*****************

パンくず

***************/

.breadcrumb {
  max-width: 1000px;
  padding: 10px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.case-scene .breadcrumb {
  padding: 10px;
}

.elcolumn__archive .breadcrumb {
  padding: 10px 0;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
}

.breadcrumb__item:not(:first-child) {
  position: relative;
  right: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.breadcrumb__list li:not(:first-child):before {
  position: absolute;
  left: -1rem;
  content: ">";
  display: block;
  margin: 0;
}

.breadcrumb__item__title {
  position: relative;
  right: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 73%;
}

.p-cards__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 90px;
}

.p-cards__nav .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ddd;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
}

.p-cards__nav .page-numbers.current {
  background-color: #000;
}

.p-cards__nav .page-numbers.next,
.p-cards__nav .page-numbers.prev {
  display: none;
}

.elcolumn__button__area {
  margin: 60px 0;
  width: 100%;
}

.elcolumn__button__columntop {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1rem 1.8rem;
  background-color: #191919;
  color: #fff;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.elcolumn__button__columntop:hover {
  background-color: #ddd;
  color: #000;
}

.mod-heading {
  display: block;
  padding: 20px;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Noto Sans Japanese", sans-serif;
}

.bottom__float__search {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

.bottom__float__search.is-pcTop {
  position: relative;
  bottom: unset;
}

.mod-search {
  margin-bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#61b1b8), color-stop(70%, rgba(83, 204, 216, 0.4392156863)));
  background: linear-gradient(to right, #61b1b8, rgba(83, 204, 216, 0.4392156863) 70%);
}

.mod-search__form {
  padding: 20px 0;
}

.mod-search-kw {
  background-color: unset;
  padding: 20px 0;
}

.bg {
  padding-top: 100px;
  background-color: unset;
}

.mod-heading__txt {
  padding: 24px 24px 40px;
}

.case-detail__body {
  padding-top: 36px;
}

.case-detail__heading {
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #53CCD8;
  font-weight: bold;
  font-size: 1.28571rem;
}

.case-studies__image img {
  width: 100%;
  height: 100%;
}

.case-heading {
  display: block;
  padding: 20px;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Noto Sans Japanese", sans-serif;
}

.case__heading__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  font-size: 1.6rem;
  text-align: left;
  font-weight: bold;
  gap: 0.5rem;
}

.case__heading__title:before {
  position: relative;
  content: "";
  display: block;
  width: 0.8rem;
  height: 2.4rem;
  background: #53CCD8;
}

.case-heading__txt {
  padding: 24px 24px 40px;
  display: block;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.5em;
  font-family: "Noto Sans Japanese", sans-serif;
}

.case__description {
  margin-top: -3rem;
  text-align: left;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 1rem;
}

/****************

  header

  ******************/

.header {
  background-color: #fdfdfd;
  border-bottom: 1px solid #eee;
}

.sp-menu__overlay {
  position: relative;
}

.sp-menu__overlay:before {
  content: "";
  display: none;
  /* 初期状態 */
}

.sp-menu__overlay.active::before {
  content: "";
  position: absolute;
  display: block;
  /* 初期状態 */
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  z-index: 10;
}

body.no-scroll {
  overflow: hidden;
}

.header-nav {
  color: #191919;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-right: unset;
  padding-bottom: 12px;
  padding-left: unset;
  max-width: 1500px;
  width: 1100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 10;
  background: #fdfdfd;
}

.header-logo__link {
  display: block;
  overflow: hidden;
  padding-top: 80px;
  width: 300px;
  color: #fff;
  height: 0;
  content: "";
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  background: url("/img/common/green-logo.svg") center no-repeat;
  background-size: contain;
}

.header-nav__link.nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-nav__list-item {
  margin-right: 30px;
}

.header-nav__link-text {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 0.85rem;
}

.header-nav__link-text2 {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}

.header-nav__link-icon__top {
  display: none;
}

.header-nav__link-icon {
  display: block;
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
  width: 21px;
}

.header__contact-box {
  padding-left: 2rem;
}

.header__contact-box__tell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.45rem;
  font-weight: bold;
  font-family: "Impact" !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__contact-box__tell img {
  margin-right: 10px;
}

.header__contact-box__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #52ac52;
  color: #fff;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
  padding: 0.3rem 0.4rem;
  border-radius: 6px;
  font-size: 1rem;
  margin-top: 0.3rem;
}

.header-sp__contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: 43%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2vw;
}

.header-sp__contact-box__tell,
.header-sp__contact-box__mail {
  padding: 0.6rem 1rem;
  border-radius: 0.3rem;
}

.header-sp__contact-box__tell img,
.header-sp__contact-box__mail img {
  width: 2.5rem;
  height: 2.5rem;
}

.header-sp__contact-box__tell {
  background: #191919;
}

.header-sp__contact-box__mail {
  background: #52ac52;
}

.header-sp-trigger__bar {
  position: absolute;
  top: 47%;
  right: 0;
  left: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -0.39474vw;
  width: 10vw;
  border-bottom: 1.3vw solid #52ac52;
  font-size: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-sp-trigger__bar:before,
.header-sp-trigger__bar:after {
  position: absolute;
  right: 0;
  left: 0;
  display: inline-block;
  width: 10vw;
  border-top: 1.3vw solid #52ac52;
  content: "";
}

.header-sp-trigger__bar:before {
  top: -2.6vw;
}

.header-sp-trigger__bar:after {
  top: 2.6vw;
}

.header-sp-trigger {
  overflow: unset;
  top: 4vw;
}

/****************

  footer

******************/

.footer {
  background: -webkit-gradient(linear, left top, right top, from(#61b1b8), color-stop(70%, #53ccd8));
  background: linear-gradient(to right, #61b1b8, #53ccd8 70%);
  padding-bottom: 2rem;
}

.footer-logo__link {
  display: block;
  overflow: hidden;
  padding-top: 62px;
  height: 0;
  background: url(/img/common/logo_w.svg) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.footer-nav__link {
  display: block;
  text-decoration: unset;
}

.footer a,
.footer p {
  color: #fff;
  text-shadow: 0 1px 5px rgba(88, 88, 88, 0.4);
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 500;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem;
}

.footer-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
}

.footer-icon__facebook {
  width: 0.9rem;
  height: 0.9rem;
}

.footer-copyright__text {
  text-shadow: 0 1px 5px rgba(88, 88, 88, 0.4);
}

.footer-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mod-recommend {
  padding-top: 80px;
}

/**************

  遷移ボタン

  ***************/

.section__default__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1000px;
  width: 1000px;
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: left;
  z-index: 10;
}

.button__trans {
  display: block;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#52ac52), to(#6bcd6b));
  background: linear-gradient(to right, #52ac52, #6bcd6b 100%);
  margin: 0 auto;
  width: 12.5rem;
  padding: 0.2rem;
  line-height: 1.25;
  text-align: center;
  border-radius: 3rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.button__trans-inner {
  padding: 0.8rem 1rem;
  background: #fff;
  border-radius: 3rem;
}

.button__blue {
  position: relative;
  background: #53ccd8;
  padding: 0.8rem 0;
  color: #fff;
  font-weight: 600;
  margin-top: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 16px;
  width: 16rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.button__blue:hover {
  background-color: #ffc000;
  color: #000;
}

.button__blue:hover:after {
  background: #000;
}

.button__blue:after {
  position: relative;
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/*******************

CTAエリア（template-contact）

********************/

.section__content {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#61b1b8), color-stop(70%, #53ccd8));
  background: linear-gradient(to right, #61b1b8, #53ccd8 70%);
  padding: 80px 0;
  z-index: 1;
}

.section__content-width {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.section__content__title {
  color: #fff;
  text-shadow: 0px 1px 5px #666;
  font-size: 1.6rem;
  margin-bottom: 35px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.section__content__text {
  color: #fff;
  text-shadow: 0px 1px 5px #666;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 60px;
}

.section__content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 360px;
  height: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 0 20px;
}

.section__contentBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section__contentBox__tell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 275px;
  margin: 0 auto;
  gap: 0.1rem;
}

.content__tell-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 275px;
  margin: 0 auto;
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.section__contentBox__tellNumber {
  font-size: 2.375rem;
  line-height: 1;
  font-family: Impact !important;
}

.section__contentBox__time {
  font-size: 0.8rem;
  text-align: end;
  width: inherit;
}

.section__content__box.tellBox {
  background: #fff;
}

.section__content__box.mailForm {
  background: #53b652;
  color: #fff;
}

.section__content__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 55px;
}

.section__content__box-text {
  font-size: 22px;
}

.tellBox img {
  width: 32px;
  height: 32px;
}

.mailForm img {
  width: 53px;
  margin: 0 auto;
}

/***************

フォームCSS

****************/

.contact__values__title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.wpcf7 {
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7-form {
  max-width: 600px;
  margin: 0 auto;
}

.wpcf7-form .required {
  background-color: #191919;
  color: white;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  margin-left: 0.5rem;
  font-size: 0.8rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}

/*ボタン*/

.wpcf7-form input[type=submit] {
  background-color: #52ac52;
  color: white;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: none;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.wpcf7-form input[type=submit]:hover {
  background-color: #0056b3;
}

.form__input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3rem 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13rem;
  min-width: 13rem;
  font-size: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__input input,
.form__input select,
.form__input textarea {
  display: block;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form__input span {
  width: calc(100% - 12rem);
}

.screen-reader-response {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.screen-reader-response a {
  color: #ff1000;
}

.form__input__submit {
  position: relative;
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form__input__submit input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.3rem 0.5rem;
}

.form__input__submit .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 24px));
          transform: translateX(calc(-50% - 24px));
}

.wpcf7-submit {
  padding-bottom: 1rem;
}

#js-MenberNum {
  display: none;
}

.form__text-area {
  width: calc(100% - 12rem);
}

#contNum {
  display: block;
}

.header-nav__list-item--current .header-nav__link {
  border-bottom-color: #ffc000;
}

.contact__section__body {
  padding-top: 0;
}

.contact-form__txtbox,
.contact-form__txtbox--large,
.contact-form__txtarea {
  border: 1px solid #d5d5d5;
}

.wp-pagenavi {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: unset;
}

/*****************

関連カード（製品ページの「製品に関連する事例」／事例ページの「この事例で使われている製品」）

***************/

.related-cards {
  padding-top: 56px;
  margin-bottom: 5rem;
}

.related-cards.related-cards--case {
  padding: 2.5rem 1.5rem;
  margin: 2rem 0;
  background-color: #EFF7F7;
}

.related-cards.related-cards--case .case-detail__heading {
  margin-bottom: 2rem;
}

.related-cards__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #363636;
  color: #363636;
  text-decoration: none;
}

.related-cards__box:hover {
  opacity: 0.7;
}

/* 事例ページ側。形は同じで、背景色を敷いて下罫線は出さない */

.related-cards--case .related-cards__box {
  padding: 16px;
  border-bottom: none;
  background-color: #fff;
}

.related-cards__img-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  width: 270px;
  height: 175px;
}

.related-cards__img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.related-cards__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.related-cards__title {
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.related-cards__text {
  font-weight: 300;
  line-height: 1.7;
}

/********

productカスタム

********/

.product__heading__title {
  padding-bottom: 3px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
}

.product-detail__heading {
  font-size: 1.6rem;
  margin-bottom: 35px;
}

.product__faq {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
}

.product__faq.is-acc-open .product__faq__item::after {
  -webkit-transform: translateY(14px) rotate(-45deg);
          transform: translateY(14px) rotate(-45deg);
}

.product__faq__item {
  display: grid;
  grid-template-columns: 46px calc(100% - (76px + 1.6rem)) 30px;
  padding: 16px 12px;
  color: #000;
  font-size: 1.4rem;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}

.product__faq__item::before {
  position: relative;
  content: "Q";
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#61B1B8), color-stop(70%, #54CDD9));
  background: linear-gradient(90deg, #61B1B8, #54CDD9 70%);
  font-size: 2rem;
  padding: 0.5rem 0.8rem 0.8rem;
  line-height: 1;
  text-align: center;
}

.product__faq__item:after {
  content: "";
  -webkit-transform: translateY(7px) rotate(135deg);
          transform: translateY(7px) rotate(135deg);
  display: block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin: 0 auto;
}

.product__faq__description {
  padding: 16px 12px;
  color: #000;
  font-size: 1.5714285714rem;
}

.product__faq__description-wrap {
  display: grid;
  grid-template-columns: 46px calc(100% - 46px);
  gap: 0.8rem;
  font-size: 1.2857142857rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__faq__description-wrap:before {
  content: "A";
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#eab001), color-stop(70%, #ffc000));
  background: linear-gradient(90deg, #eab001, #ffc000 70%);
  font-size: 2rem;
  padding: 0.5rem 0.8rem 0.8rem;
  line-height: 1;
  text-align: center;
}

@media (min-width: 800px) {
  .sp-only {
    display: none !important;
  }

  .sp-only__flex {
    display: none !important;
  }

  .pc-only {
    display: block;
  }

  .pc-only__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-sp__contact-box {
    display: none;
  }
}

@media (max-width: 800px) {
  .wpcf7-form {
    max-width: unset;
    width: 100%;
    margin: 0 auto;
  }

  .form__input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .form__input label {
    margin-bottom: 0.3rem;
  }

  .form__input span {
    width: 100%;
  }
}

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

  .sp-only__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pc-only {
    display: none !important;
  }

  .pc-only__flex {
    display: none !important;
  }

  .breadcrumb {
    padding: 1rem 1rem 2rem;
    width: auto;
  }

  .product-lists .breadcrumb,
  .case-detail .breadcrumb {
    margin-top: 0;
    padding: 1rem 0 3rem;
    width: auto;
  }

  .case-scene .breadcrumb {
    margin-top: -4rem;
    padding: 0 3.33333vw 2rem;
    width: auto;
  }

  .elcolumn__archive .breadcrumb {
    padding: 2rem 3.33333vw;
    width: auto;
  }

  .el-column__section .breadcrumb {
    padding: 2rem 0;
  }

  .breadcrumb__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .breadcrumb__item.item__last-one__before {
    margin-right: 1.6rem !important;
  }

  .breadcrumb__item__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    max-width: 100%;
  }

  .p-cards__nav {
    gap: 1.875rem;
    margin-bottom: 5rem;
  }

  .elcolumn__button__area {
    margin: 3.125rem 0;
  }

  .mod-heading {
    font-size: 2.125rem;
    margin-bottom: 4.375rem;
    padding: 0 1rem;
  }

  .bottom__float__search.is-pcTop {
    position: fixed;
    bottom: 0;
  }

  .bg {
    padding-top: 0;
  }

  .main {
    padding-top: unset;
  }

  body {
    padding-top: 7rem !important;
  }

  .mod-heading__txt {
    padding: 3.8vw 4vw 6vw;
  }

  .case-detail__body {
    padding-top: 6vw;
  }

  .case-detail__heading {
    font-size: 1.8rem;
    margin-bottom: 2.16667vw;
    padding-bottom: 2.16667vw;
    border-bottom-width: 0.16667vw;
  }

  .case-heading {
    font-size: 2.125rem;
    margin-bottom: 0;
    padding: 0 1rem;
  }

  .case__heading__title {
    font-size: 2.4rem;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }

  .case__heading__title:before {
    height: 3.4rem;
  }

  .case-heading__txt {
    padding: 3.8vw 4vw 4vw;
    font-size: 3.66667vw;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  .case__description {
    font-size: 3vw;
    margin-bottom: 2rem;
  }

  .header-container {
    max-width: unset;
    width: 100%;
    padding: 0 2vw;
  }

  .header-logo {
    width: 50%;
  }

  .header-logo__link {
    width: 100%;
    padding-top: unset;
    height: 6.875rem;
  }

  .header-sp-lower {
    height: auto;
  }

  .header-nav__link.nav-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header-nav__list {
    padding-top: 3.125rem;
    padding: 10vw 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .header-nav__list-item {
    margin-right: unset;
    width: 25vw;
    text-align: center;
  }

  .header-nav__link-text {
    font-size: 1.3rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 4rem;
  }

  .header-nav__link-text.text-mini {
    font-size: 1.1rem;
  }

  .header-nav__link-text2 {
    font-size: 1.3rem;
  }

  .header-nav__link-icon__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3rem;
    margin: 0 auto 7px;
  }

  .header-nav__link-icon__top img {
    width: 35%;
    height: auto;
  }

  .header-nav__link-icon {
    font-size: 1.3rem;
    width: 20vw;
    margin: 0 auto 0.5rem;
  }

  .header-nav__link-icon img {
    width: 30%;
    margin: 0 auto;
  }

  .header__contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3vw;
    padding-left: unset;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header__contact-box img {
    width: 3rem;
  }

  .header__contact-box__tell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.2rem;
    padding: 1rem 1.2rem;
    border-radius: 0.5rem;
    background: #191919;
    color: #fff;
  }

  .header__contact-box__tell img {
    margin-right: unset;
  }

  .header__contact-box__mail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: unset;
    font-size: 2.2rem;
    border: 1px solid;
    padding: 1rem 1.2rem;
    gap: 0.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header-sp-trigger:after {
    content: "menu";
    display: block;
    position: relative;
    color: #52ac52;
    top: 6vw;
    right: -1.2vw;
    font-weight: bold;
  }

  .footer-logo__link {
    padding-top: 4.375rem;
  }

  .footer-logo {
    width: 45vw;
  }

  .footer a,
  .footer p {
    font-size: 1.25rem;
  }

  .footer-container {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .section__default__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 4vw;
    width: 100%;
    max-width: unset;
  }

  .button__trans {
    width: 50vw;
    border-radius: 4rem;
  }

  .button__trans-inner {
    font-size: 1.375rem;
    padding: 1.4rem 3rem;
    border-radius: 4rem;
  }

  .button__blue {
    font-size: 1.25rem;
    padding: 1.4rem 0;
    width: 18rem;
  }

  .button__blue:after {
    width: 1.1rem;
    height: 1.1rem;
  }

  .section__content {
    padding: 5rem 1.25rem;
  }

  .section__content-width {
    width: 100%;
  }

  .section__content__title {
    font-size: 2.125rem;
  }

  .section__content__text {
    font-size: 1.375rem;
    margin-bottom: 3.4375rem;
  }

  .section__content__box {
    width: 22.5rem;
    height: 9.375rem;
    padding: 2.1875rem 0 1.25rem;
  }

  .section__contentBox__tell {
    width: 100%;
    gap: unset;
  }

  .content__tell-icon {
    width: 100%;
    gap: 0.625rem;
  }

  .section__contentBox__tellNumber {
    font-size: 2.375rem;
  }

  .section__contentBox__time {
    text-align: center;
    font-size: 1rem;
  }

  .section__content__buttons {
    gap: 1rem;
  }

  .section__content__box-text {
    font-size: 1.375rem;
  }

  .tellBox img {
    width: 2rem;
    height: 2rem;
  }

  .mailForm img {
    width: 3.3125rem;
  }

  .product__faq.is-acc-open .product__faq__item::after {
    -webkit-transform: translateY(2.3333333333vw) rotate(-45deg);
            transform: translateY(2.3333333333vw) rotate(-45deg);
  }
}

@media screen and (max-width: 738px) {
  .footer-pagetop {
    bottom: 20vw;
  }

  .related-cards {
    padding-top: 9.33333vw;
  }

  .related-cards__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.66667vw;
    margin-top: 4vw;
    padding-bottom: 4vw;
  }

  .related-cards--case .related-cards__box {
    padding: 3.33333vw;
  }

  .related-cards__img-box {
    width: 100%;
    height: auto;
  }

  .related-cards__img-box img {
    height: auto;
  }

  .related-cards__body {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .related-cards__title {
    margin-bottom: 2.4vw;
  }

  .related-cards__text {
    font-size: 3vw;
  }
}
/*# sourceMappingURL=common-custom.css.map */