@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Template: cocoon-master
Version: 1.1.3
*/
/*_scss/style.scss をローカルで編集 → ローカルでコンパイル → 直下のstyle.css にコピペ */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
#header {
  width: 100%;
  background-color: #c6e1f1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #323232;
}

#footer {
  width: 100%;
  background-color: rgb(177.5281690141, 214.2253521127, 235.9718309859);
  padding: 1.5em 2em;
  text-align: center;
  font-size: 0.9rem;
  color: #323232;
}
#footer p {
  margin: 0.5em 0;
}
@media (min-width: 768px) {
  #footer p {
    display: inline-block;
    margin: 0 1em;
  }
}

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.75;
  color: #323232;
  background-color: #c6e1f1;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  opacity: 0.8;
}

.wp-block-paragraph {
  margin: 1em 0;
}

.wp-block-heading h1,
.wp-block-heading h2,
.wp-block-heading h3,
.wp-block-heading h4,
.wp-block-heading h5,
.wp-block-heading h6 {
  margin: 1.5em 0 0.75em;
  font-weight: bold;
  line-height: 1.3;
}
.wp-block-heading h1 {
  font-size: 1.6rem;
}
.wp-block-heading h2 {
  font-size: 1.4rem;
}
.wp-block-heading h3 {
  font-size: 1.2rem;
}

.wp-block-list ul,
.wp-block-list ol {
  margin: 1em 0;
  padding-left: 1.5em;
}
.wp-block-list ul li,
.wp-block-list ol li {
  margin: 0.4em 0;
}

.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 4px;
}

.wp-block-quote {
  margin: 1.5em 0;
  padding-left: 0.8em;
  border-left: 3px solid #ccc;
  color: #555;
  font-style: italic;
  background-color: #f9f9f9;
}

.wp-block-code {
  margin: 1em 0;
  padding: 0.8em;
  background-color: #f5f5f5;
  font-family: monospace;
  font-size: 0.9rem;
  overflow-x: auto;
  border-radius: 4px;
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.2s;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  opacity: 0.8;
}

.wp-block-group.card {
  background-color: #f9f9f9;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 1em 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.wp-block-table {
  margin: 1em 0;
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table th,
.wp-block-table td {
  border: 1px solid #ccc;
  padding: 0.5em;
  text-align: left;
}

.wrap,
.container,
.l-main,
.l-content,
.l-entry {
  margin: 0 !important;
  padding: 0 !important;
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 1.5em 0;
}

.wp-block-column {
  flex: 1 1 100%;
  min-width: 0;
}

/* PC以上で複数カラム表示 */
@media (min-width: 1024px) {
  .wp-block-column {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .wp-block-paragraph {
    margin: 1.5em 0;
  }
  .wp-block-heading h1 {
    font-size: 2rem;
  }
  .wp-block-heading h2 {
    font-size: 1.75rem;
  }
  .wp-block-heading h3 {
    font-size: 1.5rem;
  }
  .wp-block-list ul,
  .wp-block-list ol {
    padding-left: 2em;
  }
  .wp-block-image img {
    margin: 0 auto;
  }
  .wp-block-quote {
    padding-left: 1em;
  }
  .wp-block-code {
    padding: 1em;
  }
  .wp-block-button .wp-block-button__link {
    padding: 0.6em 1.2em;
  }
  .wp-block-group.card {
    padding: 1.5em;
  }
}
/* mobile_first */
#header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 20px;
  /* PC用を非表示 */
}
#header .header-pc {
  display: none;
}
#header .header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  max-width: 600px;
  padding-bottom: 40px;
}
#header .header-inner .header-logo img {
  display: block;
  width: 100%;
  height: auto;
}
#header .header-inner .header-form {
  width: 100%;
  max-width: 550px;
}
#header .header-inner .header-form .form-bar {
  width: 100%;
  padding: 18px 0;
  border-radius: 8px 8px 0 0;
  background-color: #ff5c00;
  text-align: center;
  box-sizing: border-box;
}
#header .header-inner .header-form .form-bar h2 {
  margin: 0;
  font-size: clamp(19px, 1.3vw, 20px);
  font-weight: bold;
  line-height: 1;
  color: #fff !important;
}
#header .header-inner .header-form form {
  display: flex;
  padding: 10px 20px 30px;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}
#header .header-inner .header-form form input[type=text],
#header .header-inner .header-form form input[type=email],
#header .header-inner .header-form form input[type=tel] {
  box-sizing: border-box;
  height: 37px;
}
#header .header-inner .header-form .form-submit p {
  margin-bottom: 0px;
  line-height: 0;
  text-align: center;
}
#header .header-inner .header-form .form-submit input[type=image] {
  display: block;
  width: 70%;
  height: auto;
  margin: 10px auto 0;
  padding: 0;
  border: none;
  background: none;
  max-width: 350px;
}
#header .header-inner .header-form .form-submit .wpcf7-spinner {
  display: none;
  height: 0;
  margin: 0;
}
#header .header-inner .header-form .form-submit .wpcf7 .submitting .wpcf7-spinner {
  display: inline-block;
  height: 20px;
}
#header .header-inner .header-form .form-submit:hover {
  opacity: 0.8;
}

#intro {
  position: relative;
  padding: 35px 25px;
  background-color: #04499d !important;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 0;
}
#intro .opening {
  position: relative;
  display: inline-block;
  margin: 0 auto 20px !important;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff !important;
  /* 左 */
  /* 右 */
}
#intro .opening::before {
  position: absolute;
  top: 0;
  left: -25px;
  width: 14px;
  height: 100%;
  background-image: url("https://biterase.com/wp-content/uploads/2025/09/left-image.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
#intro .opening::after {
  position: absolute;
  top: 0;
  right: -20px;
  width: 14px;
  height: 100%;
  background-image: url("https://biterase.com/wp-content/uploads/2025/09/right-image.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
#intro .wp-block-buttons {
  margin: 0 auto;
  gap: 20px;
}
#intro .wp-block-buttons .wp-block-button {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  font-weight: 600;
}
#intro .wp-block-buttons .wp-block-button a.wp-block-button__link {
  display: inline-block;
  padding: 15px 0;
  border: 1px white solid;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}
#intro .wp-block-buttons .wp-block-button a.wp-block-button__link::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("https://biterase.com/wp-content/uploads/2025/09/btn_arrrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin-left: 8px;
  vertical-align: middle;
}
#intro .wp-block-buttons .wp-block-button.pink a.wp-block-button__link {
  border: none;
  background-color: #ff0771;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
#intro .wp-block-buttons .wp-block-button.pink a.wp-block-button__link .line1 {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
#intro .wp-block-buttons .wp-block-button.pink a.wp-block-button__link .line2 {
  display: block;
  font-size: 36px;
  line-height: 1;
}
#intro .wp-block-buttons .wp-block-button.pink a.wp-block-button__link::after {
  display: none;
}

#caution {
  position: relative;
  padding: 40px 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
#caution::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  content: "";
  border-left: 18.75px solid transparent;
  border-right: 18.75px solid transparent;
  border-top: 20px solid #fff;
}
#caution .ttl {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.5;
  color: #04499d;
  margin-bottom: 20px !important;
}
#caution .txt {
  font-size: 15px;
  line-height: 1.5;
  color: #323232;
}

#solution {
  padding: 10px 20px 35px;
  background-color: #c6e1f1;
  margin-bottom: 0;
}
#solution .ttl {
  width: 56%;
  max-width: 490px;
  margin-bottom: 0;
}
#solution .ttl img {
  width: 100%;
  margin: 0 auto;
}
#solution .card_wrap {
  display: block;
  width: 100%;
  max-width: 340px;
  margin: 0 auto 20px;
}
#solution .card_wrap .card_column {
  width: 100%;
}
#solution .card_wrap .card_column .card {
  display: flex;
  width: 100%;
  padding: 10px;
  border-radius: 4.5px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 10px;
  justify-content: center;
}
#solution .card_wrap .card_column .card .card-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
#solution .card_wrap .card_column .card .card-inner .blue {
  color: #04499d;
}
#solution .card_wrap .card_column .card .card-inner .small {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
}
#solution .bracketed-text {
  display: flex;
  align-items: stretch;
  max-width: 550px;
  margin: 0 auto 20px;
}
#solution .bracketed-text .bracket {
  position: relative;
  width: 12px;
  height: auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#solution .bracketed-text .bracket.left {
  border-left: 1px solid #000;
}
#solution .bracketed-text .bracket.right {
  border-right: 1px solid #000;
}
#solution .bracketed-text .text {
  padding: 0 10px;
  font-size: 15px;
  line-height: 1.6;
  flex: 1;
}
#solution .bracketed-text .text span.highlight {
  background: linear-gradient(transparent 70%, #ffc38f 30%);
}
#solution .box_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#solution .box_wrap .box {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #fff;
  max-width: 450px;
}
#solution .box_wrap .box .box_inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
}
#solution .box_wrap .box .box_inner > .ttl {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #04499d;
}
#solution .box_wrap .box .box_inner .txt {
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}
#solution .box_wrap .box .box_inner .img {
  width: 100%;
  height: auto;
}

#service {
  padding: 50px 20px 45px;
  background-color: #e2f0f8;
  margin-bottom: 0;
}
#service .ttl {
  position: relative;
  display: block;
  margin: 0 auto 25px !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #323232;
  max-width: 340px;
  /* 左 */
  /* 右 */
}
#service .ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;
  background-image: url("https://biterase.com/wp-content/uploads/2025/09/service_left_img.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
#service .ttl::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  background-image: url("https://biterase.com/wp-content/uploads/2025/09/service_right_img.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
#service .service_wrap {
  width: 85% !important;
  margin: auto;
  justify-content: center;
}
#service .service_wrap .service_column {
  display: flex;
  padding: 15px 20px 20px;
  background-color: #fff;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 400px;
}
#service .service_wrap .service_column .img {
  width: 40%;
  max-width: 120px;
  margin: 0 auto;
}
#service .service_wrap .service_column h3 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.3px;
  text-align: left;
  color: #04499d;
  margin-bottom: 15px;
}
#service .service_wrap .service_column .txt {
  font-size: 15px;
  letter-spacing: -0.3px;
  text-align: justify;
  margin-bottom: 10px !important;
}
#service .service_wrap .service_column .price {
  width: 100%;
  padding: 10px 8px !important;
  border: 1px solid #04499d;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  box-sizing: border-box !important;
}
#service .service_wrap .service_column .price .red {
  font-weight: 700;
  color: #ff5c00;
}
#service .service_wrap .service_column .price br.br {
  display: none;
}
#service .service_wrap .service_column .price br.mid {
  display: block;
}

#flow {
  padding: 50px 20px 45px;
  background-color: #ffffff;
  margin-bottom: 0;
}
#flow .ttl_wrap {
  display: flex !important;
  max-width: clamp(328px, 328px + 42 * (100vw - 375px) / 649, 370px + 60 * (100vw - 1024px) / 416);
  margin: 0 auto 24px;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: row;
}
#flow .ttl_wrap .ttl {
  margin: 0;
  font-size: clamp(28px, 2.5vw, 45px);
  font-weight: bold;
  white-space: nowrap;
}
#flow .ttl_wrap .ttl_img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#flow .ttl_wrap .ttl_img figure {
  margin: 0;
}
#flow .ttl_wrap .ttl_img .ttl_img_pc {
  display: none;
  width: 144px;
  height: auto;
}
#flow .ttl_wrap .ttl_img .ttl_img_sp {
  display: block;
  width: 152px;
  height: auto;
}
#flow .steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}
#flow .steps .step-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#flow .steps .step-unit .step-label {
  display: flex;
  width: 333px;
  height: 36px;
  padding: 10px 15px 0;
  background-color: #fff6ee;
  line-height: 1;
  color: #ff5c00;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 5px;
  box-sizing: border-box;
}
#flow .steps .step-unit .step-label .step {
  font-size: 20px;
  font-weight: bold;
}
#flow .steps .step-unit .step-label .num {
  font-size: 30px;
  font-weight: bold;
}
#flow .steps .step-unit .box {
  display: flex;
  flex-direction: row;
  width: 333px;
  height: 105px;
  padding: 10px;
  background-color: #fff6ee;
  align-items: flex-start;
  box-sizing: border-box;
}
#flow .steps .step-unit .box .ttl,
#flow .steps .step-unit .box .txt {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#flow .steps .step-unit .box .ttl {
  margin: 0;
  font-size: clamp(28px, 2vw, 35px);
  font-weight: bold;
  line-height: 1.3;
  color: #ff5c00;
  white-space: nowrap;
  padding-right: 15px;
}
#flow .steps .step-unit .box .line {
  width: 1px;
  height: 90%;
  background-color: #ff5c00;
}
#flow .steps .step-unit .box .txt {
  margin: 0;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: -0.1em;
  text-align: left;
  color: #323232;
  padding-left: 15px;
}
#flow .steps .arrow {
  width: 0;
  height: 0;
  border-left: 10.5px solid transparent;
  border-right: 10.5px solid transparent;
  border-top: 15px solid #ff5c00;
  margin: 10px 0;
  transition: transform 0.3s;
}
#flow .steps .arrow-right {
  display: none;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ff5c00;
  margin: 10px 0;
}

#compare {
  padding: 50px 20px 45px;
  background-color: #ffffff;
  margin-bottom: 0;
}
#compare .caution_pc {
  display: none;
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
}
#compare .caution_sp {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: auto;
}
#compare .ttl {
  margin: 0 auto 25px !important;
  font-size: 28px;
  text-align: center;
}
#compare .comparison-table {
  width: 100%;
  margin: auto;
  max-width: 400px;
}
#compare .comparison-table .title_pc {
  display: none;
}
#compare .comparison-table .title_pc div {
  font-size: 15px;
  font-weight: 600;
  color: #323232;
  justify-content: flex-start;
}
#compare .comparison-table .title_pc div:nth-child(odd) {
  background: #fff9f4;
}
#compare .comparison-table .title_pc div:nth-child(even) {
  background: #fff3e9;
}
#compare .comparison-table .title_pc div:nth-child(even):first-of-type {
  border-top: 2px solid #ff5c00;
}
#compare .comparison-table .grid-card {
  margin-bottom: 40px;
}
#compare .comparison-table .grid-card .grid-img {
  border-bottom: 2px solid #ff5c00;
}
#compare .comparison-table .grid-card .grid-img.gray {
  border-bottom: 2px solid #323232;
}
#compare .comparison-table .grid-card .grid-img .header-img {
  width: 20%;
  height: auto;
  margin: auto;
  max-width: 100%;
  margin-bottom: 5px;
}
#compare .comparison-table .grid-card .grid-img .header-img.header-self {
  width: 30%;
}
#compare .comparison-table .grid-card .grid-img .header-img.header-self.pc {
  display: none;
}
#compare .comparison-table .grid-card .grid-row {
  display: flex;
  height: 40px;
  padding: 5px 10px;
  justify-content: space-between;
}
#compare .comparison-table .grid-card .grid-row .title {
  width: 35%;
  font-size: 15px;
  font-weight: 600;
}
#compare .comparison-table .grid-card .grid-row .value {
  width: 65%;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #6f6f6f;
}
#compare .comparison-table .grid-card .grid-row:nth-child(odd) {
  background: #fff9f4;
}
#compare .comparison-table .grid-card .grid-row:nth-child(even) {
  background: #fff3e9;
}
#compare .comparison-table .grid-card .grid-row:nth-child(even):first-of-type {
  border-top: 2px solid #ff5c00;
}
#compare .comparison-table .grid-card .self-note {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #555;
  margin-top: 5px;
  text-indent: -1em;
  justify-content: flex-end;
}
#compare .comparison-table .grid-card.card-self .grid-row .value {
  color: #ff5c00 !important;
}
#compare .comparison-table .grid-card.card-self .grid-row .value.symbol {
  text-shadow: 1px 0 currentColor, -1px 0 currentColor, 0 1px currentColor, 0 -1px currentColor;
}

#recycle {
  padding: 50px 20px 45px;
  background-color: #e2f0f8;
  margin-bottom: 0;
}
#recycle .ttl {
  position: relative;
  display: block;
  margin: 0 auto 25px !important;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  max-width: 340px;
  /* 左 */
  /* 右 */
}
#recycle .ttl .blue {
  color: #04499d;
}
#recycle .ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 100%;
  background-image: url("https://biterase.com/wp-content/uploads/2025/09/recycle_left_img.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
#recycle .ttl::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  background-image: url("https://biterase.com/wp-content/uploads/2025/09/recycle_right_img.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
#recycle .intro_wrap {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1270px;
  gap: 10px;
}
#recycle .intro_wrap .item {
  display: flex;
  padding: 10px 0;
  text-align: center;
  flex-direction: column;
  align-items: center;
  flex: 0 1 48%;
}
#recycle .intro_wrap .item img {
  width: auto;
  height: clamp(105px, 22vw, 250px);
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
#recycle .intro_wrap .item .title {
  margin-top: 8px;
  font-size: clamp(17px, 1.2vw + 12px, 20px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.1em;
}
#recycle .separater {
  display: flex;
  margin: clamp(40px, 8vw, 60px) auto clamp(45px, 6vw, 80px);
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 1270px;
}
#recycle .separater p {
  margin: 0;
  font-size: clamp(20px, 2.5vw, 35px);
  font-weight: 600;
  line-height: 1.5;
}
#recycle .separater .line {
  width: 85%;
  height: 2px;
  background: repeating-linear-gradient(to right, #333, #333 5px, transparent 5px, transparent 10px);
}
#recycle .separater .line:nth-of-type(2) {
  display: none;
}
#recycle .item_wrap {
  display: grid;
  margin: 0 auto;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1270px !important;
  box-sizing: border-box;
}
#recycle .item_wrap .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
#recycle .item_wrap .item img {
  width: auto;
  height: clamp(105px, 25vw, 250px);
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0;
}
#recycle .item_wrap .item .title {
  font-size: clamp(17px, 1.2vw + 12px, 20px);
  font-weight: 600;
  line-height: 1.4;
}

#faq {
  padding: 50px 20px 45px;
  background-color: #ffffff;
  margin-bottom: 0;
}
#faq.active {
  padding: 16px 12px 16px;
}
#faq .ttl {
  margin: 0 auto 25px !important;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #19448e;
}
#faq .qa {
  border: #19448e solid 1px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #19448e;
  margin-bottom: 20px;
  max-width: 550px;
}
#faq .qa .faq-wrap {
  padding: 16px 12px 0;
  border: none;
}
#faq .qa .faq-wrap .faq-question {
  position: relative;
  display: flex;
  padding: 0 12px 16px 0;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
}
#faq .qa .faq-wrap .faq-question br {
  display: none;
}
#faq .qa .faq-wrap .faq-question .faq-question-label {
  display: none !important;
}
#faq .qa .faq-wrap .faq-question .faq-question-content {
  margin-right: 44px;
  text-align: left;
  flex: 1;
}
#faq .qa .faq-wrap .faq-question::before {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url("https://biterase.com/wp-content/uploads/2025/09/sp_plus.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  transform: translateY(-50%);
  content: "";
}
#faq .qa .faq-wrap .faq-question.active::before {
  background-image: url("https://biterase.com/wp-content/uploads/2025/09/sp_minus.png");
}
#faq .qa .faq-wrap .faq-question::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
#faq .qa .faq-wrap .faq-question.active::after {
  border-bottom: 1px dashed #19448e;
}
#faq .qa .faq-wrap .faq-answer {
  padding: 10px 0 16px;
  line-height: 1.6;
}
#faq .qa .faq-wrap .faq-answer .faq-answer-label {
  display: none;
}
#faq .qa .faq-wrap .faq-answer .wp-block-list {
  margin-left: 20px !important;
}

#contact {
  padding: 30px 20px 40px;
  background-color: #e2f0f8;
  margin-bottom: 0;
}
#contact .footer-form {
  width: 100%;
  max-width: 550px;
  margin: auto;
}
#contact .footer-form .form-bar {
  width: 100%;
  padding: 18px 0;
  border-radius: 8px 8px 0 0;
  background-color: #ff5c00;
  text-align: center;
  box-sizing: border-box;
}
#contact .footer-form .form-bar h2 {
  margin: 0;
  font-size: clamp(19px, 1.3vw, 20px);
  font-weight: bold;
  line-height: 1;
  color: #fff !important;
}
#contact .footer-form form {
  display: flex;
  padding: 10px 20px 30px;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}
#contact .footer-form form input[type=text],
#contact .footer-form form input[type=email],
#contact .footer-form form input[type=tel] {
  box-sizing: border-box;
  height: 37px;
}
#contact .footer-form .form-submit p {
  margin-bottom: 0px;
  line-height: 0;
  text-align: center;
}
#contact .footer-form .form-submit input[type=image] {
  display: block;
  width: 70%;
  height: auto;
  margin: 10px auto 0;
  padding: 0;
  border: none;
  background: none;
  max-width: 350px;
}
#contact .footer-form .form-submit .wpcf7-spinner {
  display: none;
  height: 0;
  margin: 0;
}
#contact .footer-form .form-submit .wpcf7 .submitting .wpcf7-spinner {
  display: inline-block;
  height: 20px;
}
#contact .footer-form .form-submit:hover {
  opacity: 0.8;
}

@media (max-width: 374px) {
  #intro .opening {
    font-size: 18px;
  }
  #intro .opening::before {
    left: -16px;
    width: 13px;
    height: 87%;
  }
  #intro .opening::after {
    right: -11px;
    width: 13px;
    height: 87%;
  }
}
@media (min-width: 735px) {
  #header .header-inner .header-form .form-bar {
    padding: 25px 0;
  }
  #header .header-inner .header-form .form-bar h2 {
    font-size: 25px;
  }
  #header .header-inner .header-form form {
    padding: 20px 30px 40px;
  }
  #header .header-inner .header-form form input[type=text],
  #header .header-inner .header-form form input[type=email],
  #header .header-inner .header-form form input[type=tel] {
    height: 60px;
  }
  #header .header-inner .header-form .form-submit input[type=image] {
    margin: 30px auto 0;
    max-width: 340px;
  }
  #intro .opening {
    position: relative;
    display: inline-block;
    margin: 0 auto !important;
    font-size: 25px;
  }
  #intro .opening::before, #intro .opening::after {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 8px;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    vertical-align: middle;
  }
  #intro .opening::before {
    left: -25px;
    background-image: url("https://biterase.com/wp-content/uploads/2025/09/left-image_1.png");
  }
  #intro .opening::after {
    left: 100%;
    background-image: url("https://biterase.com/wp-content/uploads/2025/09/right-image_1.png");
  }
  #intro .opening br {
    display: none;
  }
  #intro .wp-block-buttons {
    margin: 20px auto 0;
  }
  #intro .wp-block-buttons .wp-block-button__link {
    height: 90px;
  }
  #caution {
    margin: 0 auto 40px;
    padding: 100px 20px;
    text-align: left;
  }
  #caution::after {
    bottom: -40px;
    border-left: 37.5px solid transparent;
    border-right: 37.5px solid transparent;
    border-top: 40px solid #fff;
  }
  #caution > div {
    width: 95%;
    margin: auto;
  }
  #caution .ttl {
    font-size: 40px;
    margin-bottom: 40px !important;
    line-height: 1.7;
  }
  #caution .ttl br {
    display: none;
  }
  #caution .txt {
    font-size: 24px;
  }
  #caution .txt br {
    display: none;
  }
  #contact {
    padding: 100px 20px;
  }
  #contact .footer-form .form-bar {
    padding: 25px 0;
  }
  #contact .footer-form .form-bar h2 {
    font-size: 25px;
  }
  #contact .footer-form form {
    padding: 30px 30px 40px;
  }
  #contact .footer-form form input[type=text],
  #contact .footer-form form input[type=email],
  #contact .footer-form form input[type=tel] {
    height: 60px;
  }
  #contact .footer-form .form-submit input[type=image] {
    max-width: 340px;
    margin: 30px auto 0;
  }
  #solution .ttl {
    width: 45%;
    margin-bottom: 10px;
  }
  #solution .card_wrap {
    display: flex;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 30px;
    gap: 20px;
  }
  #solution .card_wrap .card_column {
    max-width: 300px;
  }
  #solution .card_wrap .card_column.left {
    max-width: 450px;
  }
  #solution .card_wrap .card_column .card {
    display: flex;
    width: 100%;
    height: 92px;
    font-size: 22px;
    justify-content: center;
  }
  #solution .card_wrap .card_column .card .card-inner .small {
    font-size: 16px;
  }
  #solution .bracketed-text {
    margin-bottom: 40px;
  }
  #solution .bracketed-text .bracket {
    width: 12px;
  }
  #solution .bracketed-text .text {
    padding: 0 30px;
    font-size: 20px;
    flex: 1;
  }
  #solution .box_wrap .box .box_inner {
    justify-content: space-between;
    gap: 10px;
  }
  #solution .box_wrap .box .box_inner .txt br {
    display: none;
  }
  #faq .ttl {
    margin: 0 auto 50px !important;
    font-size: 40px;
  }
  #faq .qa {
    font-size: 18px;
  }
  #service .ttl {
    margin: 0 auto 50px !important;
    font-size: 28px;
    line-height: 1;
    max-width: 700px;
    /* 左 */
    /* 右 */
  }
  #service .ttl br {
    display: none;
  }
  #service .ttl::before {
    background-image: url("https://biterase.com/wp-content/uploads/2025/09/service_left_img_pc.png");
  }
  #service .ttl::after {
    background-image: url("https://biterase.com/wp-content/uploads/2025/09/service_right_img_pc.png");
  }
  #service .service_wrap {
    width: 100% !important;
  }
  #service .service_wrap .service_column {
    padding: 30px 20px;
    justify-content: flex-start;
  }
  #service .service_wrap .service_column .img {
    margin-bottom: 20px;
  }
  #service .service_wrap .service_column .txt {
    font-size: 16px;
  }
  #service .service_wrap .service_column .price {
    padding: 10px 8px !important;
    font-size: 18px;
  }
  #service .service_wrap .service_column .price br.mid {
    display: none;
  }
  #recycle .ttl {
    margin: 0 auto 50px !important;
    line-height: 1;
    max-width: 450px;
    /* 左 */
    /* 右 */
  }
  #recycle .ttl br {
    display: none;
  }
  #recycle .ttl::before {
    background-image: url("https://biterase.com/wp-content/uploads/2025/09/recycle_left_img_pc.png");
  }
  #recycle .ttl::after {
    background-image: url("https://biterase.com/wp-content/uploads/2025/09/recycle_right_img_pc.png");
  }
  #recycle .intro_wrap {
    justify-content: space-around;
    width: 100%;
  }
  #recycle .intro_wrap .item {
    flex: 0 1 calc(33.33% - 20px);
  }
  #recycle .separater {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  #recycle .separater br {
    display: none;
  }
  #recycle .separater .line {
    flex: 1;
    width: auto;
    max-width: 400px;
  }
  #recycle .separater .line:nth-of-type(2) {
    display: block;
  }
  #recycle .item_wrap {
    width: 90%;
    padding: 0 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  #recycle .item_wrap .item {
    margin-bottom: 20px;
  }
  #compare .ttl {
    margin: 0 auto 50px !important;
  }
  #flow .ttl_wrap .ttl {
    margin-bottom: 0;
  }
}
@media (min-width: 782px) {
  #service .service_wrap .service_column .price br.br {
    display: block;
  }
  #service .service_wrap .service_column .price br.mid {
    display: none;
  }
  #compare .caution_pc {
    display: block;
  }
  #compare .caution_sp {
    display: none;
  }
  #compare .comparison-table {
    width: 100%;
    margin: auto;
    max-width: 900px;
  }
  #compare .comparison-table .table-grid {
    display: grid;
    grid-template-columns: 120px repeat(3, 1fr);
    align-items: stretch;
    gap: 0;
  }
  #compare .comparison-table .table-grid .title_pc {
    display: flex;
    flex-direction: column;
  }
  #compare .comparison-table .table-grid .title_pc div {
    display: flex;
    height: 50px;
    padding: 8px 0px 8px 10px;
    font-size: 17px;
    align-items: center;
    justify-content: flex-start;
  }
  #compare .comparison-table .table-grid .title_pc div:first-child {
    border-bottom: 2px solid #ff5c00;
    background: transparent;
  }
  #compare .comparison-table .table-grid .grid-card {
    margin-bottom: 0;
  }
  #compare .comparison-table .table-grid .grid-card .grid-row {
    height: 50px;
    padding: 0;
  }
  #compare .comparison-table .table-grid .grid-card .grid-row .title {
    display: none;
  }
  #compare .comparison-table .table-grid .grid-card .grid-row .value {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 8px 10px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
  }
  #compare .comparison-table .table-grid .grid-card .grid-img {
    height: 50px;
    border-bottom: 2px solid #ff5c00 !important;
  }
  #compare .comparison-table .table-grid .grid-card .grid-img .header-img {
    width: auto !important;
    height: 50px;
    margin: auto;
  }
  #compare .comparison-table .table-grid .grid-card .grid-img .header-img.header-self.sp {
    display: none;
  }
  #compare .comparison-table .table-grid .grid-card .grid-img .header-img.header-self.pc {
    position: relative;
    top: -43px;
    display: block;
    width: 156px !important;
    height: auto;
    max-width: none;
  }
  #compare .comparison-table .table-grid .grid-card .self-note {
    padding: 5px 10px;
    font-size: 0.75rem;
    text-align: left;
    grid-column: 2/3;
    justify-content: flex-start;
  }
  #compare .comparison-table .table-grid .grid-card .self-note br {
    display: none;
  }
}
/* PC（1024px以上） */
@media (min-width: 1024px) {
  #header {
    flex-direction: row;
    padding: 0;
    /* SP用非表示 */
    /* PC用表示 */
  }
  #header .header-sp {
    display: none;
  }
  #header .header-pc {
    display: flex;
  }
  #header .header-inner {
    height: 100%;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    max-width: 1440px;
    gap: 0;
    padding-bottom: 15px;
  }
  #header .header-inner .header-form {
    flex: 0 0 35%;
    max-width: 446px;
    display: flex;
    justify-content: flex-start;
    padding: 0 30px 0 0;
    box-sizing: border-box;
    flex-direction: column;
  }
  #header .header-inner .header-form .form-bar {
    padding: 20px 0;
  }
  #header .header-inner .header-form .form-bar h2 {
    font-size: clamp(19px, 1.5vw, 20px);
  }
  #header .header-inner .header-form form {
    padding: 18px 20px 30px;
    gap: 15px;
  }
  #header .header-inner .header-form form input[type=text],
  #header .header-inner .header-form form input[type=email],
  #header .header-inner .header-form form input[type=tel] {
    height: 37px;
  }
  #header .header-inner .header-form .form-submit input[type=image] {
    margin: 10px auto 0;
    max-width: 350px;
  }
  #header .header-inner .header-logo {
    flex: 0 0 65%;
    display: flex;
    align-items: center;
  }
  #header .header-inner .header-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #intro {
    padding: 50px 50px;
    box-sizing: border-box;
  }
  #intro .wp-block-buttons {
    display: flex;
    margin: 40px auto 0;
  }
  #intro .wp-block-buttons .wp-block-button {
    width: 340px;
  }
  #caution {
    text-align: center;
  }
  #caution .ttl {
    font-size: 50px;
  }
  #caution .ttl br {
    display: block;
  }
  #caution .ttl br.sp-only {
    display: none;
  }
  #caution .txt br {
    display: block;
  }
  #contact .footer-form {
    max-width: 850px;
    gap: 30px;
  }
  #contact .footer-form .form-bar {
    padding: 30px 0;
    border-radius: 15px 15px 0 0;
  }
  #contact .footer-form .form-bar h2 {
    font-size: 30px;
  }
  #contact .footer-form form {
    padding: 50px;
  }
  #contact .footer-form form input[type=text],
  #contact .footer-form form input[type=email],
  #contact .footer-form form input[type=tel] {
    height: 70px;
  }
  #contact .footer-form form label {
    font-size: 25px;
  }
  #contact .footer-form .form-submit input[type=image] {
    max-width: 350px;
    margin: 30px auto 0;
  }
  #solution .card_wrap {
    max-width: 880px;
    margin: 0 auto 30px;
  }
  #solution .card_wrap .card_column {
    max-width: 380px;
  }
  #solution .card_wrap .card_column.left {
    max-width: 480px;
  }
  #solution .card_wrap .card_column .card {
    height: 110px;
    border-radius: 6.5px;
    font-size: 28px;
  }
  #solution .card_wrap .card_column .card .card-inner .small {
    font-size: 20px;
  }
  #solution .bracketed-text {
    max-width: 800px;
  }
  #solution .bracketed-text .bracket {
    width: 12px;
  }
  #solution .bracketed-text .text {
    padding: 0 30px;
    font-size: 24px;
  }
  #solution .bracketed-text .text br {
    display: none;
  }
  #flow .ttl_wrap {
    gap: 0;
  }
  #flow .ttl_wrap .ttl {
    margin-bottom: 0;
  }
  #flow .ttl_wrap .ttl_img .ttl_img_pc {
    display: block;
    width: 80%;
    max-width: 144px;
  }
  #flow .ttl_wrap .ttl_img .ttl_img_sp {
    display: none;
  }
  #flow .steps {
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    align-items: flex-start;
  }
  #flow .steps .step-unit {
    flex: 1 1 0;
    max-width: 294px;
    align-items: center;
  }
  #flow .steps .step-unit .step-label {
    width: 100%;
    height: 48px;
    padding: 10px 15px;
    background-color: transparent;
    justify-content: center;
  }
  #flow .steps .step-unit .step-label .step {
    font-size: clamp(14px, 2.5vw, 34px);
  }
  #flow .steps .step-unit .step-label .num {
    font-size: clamp(18px, 4.5vw, 45px);
  }
  #flow .steps .step-unit .box {
    width: clamp(200px, 22vw, 295px);
    height: clamp(150px, 20vw, 208px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
  }
  #flow .steps .step-unit .box .ttl {
    width: 100%;
    font-size: clamp(28px, 3vw, 35px);
    padding-right: 0;
    flex: 0 !important;
    justify-content: center;
  }
  #flow .steps .step-unit .box .ttl br {
    display: none;
  }
  #flow .steps .step-unit .box .txt {
    width: 100%;
    font-size: clamp(16px, 1.5vw, 20px);
    padding-left: 0;
    justify-content: center;
    align-items: center;
    flex: 0 !important;
  }
  #flow .steps .step-unit .box .txt br {
    display: none;
  }
  #flow .steps .step-unit .box .line {
    display: none;
  }
  #flow .steps .arrow {
    display: none !important;
  }
  #flow .steps .arrow-right {
    display: block !important;
  }
  #faq .qa {
    font-size: 24px;
    max-width: 800px;
  }
  #service .ttl {
    margin: 0 auto 40px !important;
    font-size: 35px;
    max-width: 850px;
    /* 左 */
    /* 右 */
  }
  #service .ttl::before {
    width: 20px;
  }
  #service .ttl::after {
    width: 20px;
  }
  #recycle .ttl {
    margin: 0 auto 40px !important;
    font-size: 35px;
    max-width: 540px;
  }
  #recycle .intro_wrap {
    justify-content: space-around;
  }
  #recycle .intro_wrap .item {
    flex: 0 1 calc(33.33% - 20px);
    padding: 20px;
  }
  #recycle .item_wrap {
    grid-template-columns: repeat(4, 1fr);
  }
  #compare .caution_pc {
    max-width: 1300px;
  }
  #compare .comparison-table {
    max-width: 1300px;
  }
  #compare .comparison-table .table-grid .grid-card .grid-row .value {
    font-size: 20px;
  }
  #compare .comparison-table .table-grid .grid-card .grid-img .header-img.header-self.pc {
    position: relative;
    top: -75px;
    width: 217px !important;
    height: auto;
    max-width: none;
  }
}
@media (min-width: 1440px) {
  #header .header-inner .header-form form input[type=text],
  #header .header-inner .header-form form input[type=email],
  #header .header-inner .header-form form input[type=tel] {
    height: 47px;
  }
  #caution {
    text-align: center;
  }
  #caution .ttl {
    font-size: 60px;
  }
  #contact {
    padding: 100px 20px;
  }
  #contact .footer-form {
    max-width: 1000px;
    gap: 40px;
  }
  #contact .footer-form .form-bar {
    padding: 40px 30px;
    border-radius: 24px 24px 0 0;
  }
  #contact .footer-form .form-bar h2 {
    font-size: 50px;
    letter-spacing: -0.1rem;
  }
  #contact .footer-form form {
    padding: 50px 5.6% 80px;
  }
  #contact .footer-form form input[type=text],
  #contact .footer-form form input[type=email],
  #contact .footer-form form input[type=tel] {
    height: 90px;
    font-size: 40px;
  }
  #contact .footer-form form label {
    font-size: 40px;
  }
  #contact .footer-form .form-submit input[type=image] {
    max-width: 500px;
    margin: 40px auto 0;
  }
  #faq {
    padding: 100px 0;
  }
  #faq .ttl {
    margin: 0 auto 50px !important;
    font-size: 45px;
  }
  #faq .qa {
    width: 100%;
    border: #19448e solid 3px;
    border-radius: 7px;
    max-width: 1150px;
  }
  #faq .qa .faq-wrap {
    display: flex;
    padding: 0 50px;
    max-width: 1150px;
    align-items: center;
  }
  #faq .qa .faq-wrap .faq {
    width: 100%;
  }
  #faq .qa .faq-wrap .faq .faq-question {
    position: relative;
    height: 175px;
    padding: 50px 0 45px;
    font-size: 35px;
  }
  #faq .qa .faq-wrap .faq .faq-question br {
    display: block;
  }
  #faq .qa .faq-wrap .faq .faq-question::before {
    position: absolute;
    top: 50%;
    right: 50px;
    width: 90px;
    height: 90px;
    background-image: url("https://biterase.com/wp-content/uploads/2025/08/plus.png");
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-50%);
    content: "";
  }
  #faq .qa .faq-wrap .faq .faq-question.active::before {
    background-image: url("https://biterase.com/wp-content/uploads/2025/08/minus.png");
  }
  #faq .qa .faq-wrap .faq .faq-question.active::after {
    border-bottom: 3px dashed #19448e;
    -o-border-image: repeating-linear-gradient(to right, #19448e 0, #19448e 10px, transparent 10px, transparent 20px) 1;
       border-image: repeating-linear-gradient(to right, #19448e 0, #19448e 10px, transparent 10px, transparent 20px) 1;
  }
  #faq .qa .faq-wrap .faq .faq-question .faq-question-content {
    margin: 0;
    padding: 0;
    text-align: left;
    flex: 1;
  }
  #faq .qa .faq-wrap .faq .faq-answer {
    padding: 45px 0 50px;
    font-size: 35px;
  }
  #faq .qa .faq-wrap .faq .faq-question-label {
    display: none !important;
  }
  #solution .card_wrap {
    max-width: 1300px;
    margin: 0 auto 40px;
    gap: 40px;
    justify-content: center;
  }
  #solution .card_wrap .card_column {
    max-width: 570px;
  }
  #solution .card_wrap .card_column.left {
    max-width: 690px;
  }
  #solution .card_wrap .card_column .card {
    height: 172px;
    border-radius: 10px;
    font-size: 42px;
  }
  #solution .card_wrap .card_column .card .card-inner .small {
    font-size: 24px;
  }
  #solution .bracketed-text {
    max-width: 1250px;
  }
  #solution .bracketed-text .bracket {
    width: 14.5px;
  }
  #solution .bracketed-text .text {
    padding: 0 24px;
    font-size: 30px;
    line-height: 2;
    text-align: center;
  }
  #solution .bracketed-text .text br {
    display: block;
  }
  #solution .box_wrap {
    gap: 50px;
  }
  #solution .box_wrap .box {
    max-width: 400px;
    padding: 40px;
  }
  #solution .box_wrap .box .box_inner {
    justify-content: space-between;
    gap: 20px;
  }
  #solution .box_wrap .box .box_inner .ttl {
    font-size: 40px;
  }
  #solution .box_wrap .box .box_inner .txt {
    font-size: 20px;
  }
  #solution .box_wrap .box .box_inner .txt br {
    display: block;
  }
  #service {
    padding: 100px 0;
  }
  #service .ttl {
    margin: 0 auto 80px !important;
    font-size: 45px;
    max-width: 1050px;
    /* 左 */
    /* 右 */
  }
  #service .ttl::before {
    left: -20px;
    background-image: url("https://biterase.com/wp-content/uploads/2025/09/service_left_img_pc.png");
  }
  #service .ttl::after {
    right: -20px;
    background-image: url("https://biterase.com/wp-content/uploads/2025/09/service_right_img_pc.png");
  }
  #service .service_wrap .service_column {
    padding: 30px 30px 40px;
    justify-content: flex-start;
  }
  #service .service_wrap .service_column .img {
    margin-bottom: 20px;
  }
  #service .service_wrap .service_column h3 {
    margin: 0 auto 15px !important;
    font-size: 40px;
  }
  #service .service_wrap .service_column .txt {
    font-size: 20px;
    margin-bottom: 50px !important;
  }
  #service .service_wrap .service_column .price {
    padding: 10px 15px !important;
    font-size: 20px;
  }
  #service .service_wrap .service_column .price br.br {
    display: none;
  }
  #recycle {
    padding: 100px 0;
  }
  #recycle .ttl {
    margin: 0 auto 80px !important;
    font-size: 45px;
    max-width: 640px;
    /* 左 */
    /* 右 */
  }
  #recycle .ttl::before {
    left: -20px;
    background-image: url("https://biterase.com/wp-content/uploads/2025/09/service_left_img_pc.png");
  }
  #recycle .ttl::after {
    right: -20px;
    background-image: url("https://biterase.com/wp-content/uploads/2025/09/service_right_img_pc.png");
  }
  #recycle .intro_wrap {
    justify-content: space-around;
    gap: 20px;
  }
  #recycle .intro_wrap .item {
    flex: 0 1 calc(33.33% - 20px);
    padding: 30px;
  }
  #recycle .separater br {
    display: none;
  }
  #recycle .item_wrap {
    grid-template-columns: repeat(5, 1fr);
  }
  #compare {
    padding: 100px 0;
  }
  #compare .ttl {
    margin: 0 auto 50px !important;
    font-size: 45px;
  }
  #compare .comparison-table {
    width: 100%;
    margin: auto;
    max-width: 1300px;
  }
  #compare .comparison-table .table-grid {
    grid-template-columns: 200px repeat(3, 1fr);
  }
  #compare .comparison-table .table-grid .title_pc div {
    height: 80px;
    padding: 8px 0px 8px 30px;
    font-size: 25px;
  }
  #compare .comparison-table .table-grid .grid-card .grid-img {
    height: 80px;
  }
  #compare .comparison-table .table-grid .grid-card .grid-img .header-img {
    height: 80px;
  }
  #compare .comparison-table .table-grid .grid-card .grid-img .header-img.header-self.pc {
    top: -43px;
  }
  #compare .comparison-table .table-grid .grid-card .grid-row {
    height: 80px;
  }
  #compare .comparison-table .table-grid .grid-card .grid-row .value {
    height: 80px;
    padding: 8px 10px;
    font-size: 25px;
  }
  #compare .comparison-table .table-grid .grid-card .self-note {
    font-size: 15px;
  }
  #flow {
    padding: 100px 0;
  }
  #flow .ttl_wrap {
    max-width: 430px;
    margin: 0 auto 45px;
    gap: 20px;
  }
  #flow .ttl_wrap .ttl {
    margin-bottom: 0;
  }
  #flow .ttl_wrap .ttl_img .ttl_img_pc {
    display: block;
    width: 144px;
  }
  #flow .ttl_wrap .ttl_img .ttl_img_sp {
    display: none;
  }
  #flow .steps {
    gap: 20px;
  }
  #flow .steps .step-unit {
    min-width: unset;
  }
}
#footer_section {
  margin: 0;
  padding: 35px 15px 0;
  background-color: #f4f6fa;
}
#footer_section .footer_container {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 102px) 1fr;
  grid-template-areas: "a i" "u u";
  width: 100%;
  max-width: 345px;
  margin: auto;
}
#footer_section .unit.a {
  grid-area: a;
}
#footer_section .unit.i {
  grid-area: i;
}
#footer_section .unit.u {
  grid-area: u;
}
#footer_section .footer_container .unit {
  padding: 0;
  text-align: center;
}
#footer_section .footer_container img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
#footer_section .unit.a {
  max-width: 102px;
}
#footer_section .unit.i {
  width: 100%;
  font-size: 15px;
  text-align: left;
}
#footer_section .unit.i .i_02 {
  font-weight: 600;
}
#footer_section .unit.i .i_02 span.nbsp {
  display: none;
}
#footer_section .unit.u {
  width: 100%;
  font-size: 15px;
  text-align: left;
}
#footer_section .unit.u .u_01 span,
#footer_section .unit.u .u_02 span {
  display: none;
}

footer {
  background-color: #f4f6fa;
}

@media (min-width: 768px) {
  #footer_section .footer_container {
    max-width: 600px;
    width: 90%;
    margin: auto;
    grid-template-columns: minmax(0, 220px) 1fr;
    grid-template-areas: "a i" "a u";
  }
  #footer_section .footer_container .unit.a {
    width: 25vw;
    align-self: center;
    max-width: 200px;
  }
  #footer_section .footer_container .unit.i,
  #footer_section .footer_container .unit.u {
    width: 100%;
  }
  #footer_section .footer_container .unit.i {
    align-self: end;
  }
  #footer_section .footer_container .unit.i .i_01 {
    font-size: 16px;
  }
  #footer_section .footer_container .unit.i .i_02 {
    font-size: 18px;
  }
  #footer_section .footer_container .unit.i .i_02 span.font {
    font-size: 25px;
  }
  #footer_section .footer_container .unit.u {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  #footer_section .footer_container {
    max-width: 980px;
    width: 90%;
    margin: auto;
    grid-template-columns: minmax(0, 29vw) 1fr;
    grid-template-areas: "a i" "a u";
  }
  #footer_section .footer_container .unit.a {
    width: 25vw;
    max-width: 300px;
    align-self: center;
  }
  #footer_section .footer_container .unit.i,
  #footer_section .footer_container .unit.u {
    width: 100%;
  }
  #footer_section .footer_container .unit.i {
    align-self: end;
  }
  #footer_section .footer_container .unit.i .i_01 {
    font-size: 20px;
  }
  #footer_section .footer_container .unit.i .i_02 {
    font-size: 25px;
  }
  #footer_section .footer_container .unit.i .i_02 span.font {
    font-size: 35px;
  }
  #footer_section .footer_container .unit.u {
    font-size: 23px;
  }
}
@media (min-width: 1440px) {
  #footer_section .footer_container {
    max-width: 1300px;
    width: 90%;
    margin: auto;
    grid-template-columns: minmax(0, 360px) 1fr;
    grid-template-areas: "a i" "a u";
  }
  #footer_section .footer_container .unit.a {
    width: 25vw;
    max-width: 300px;
  }
  #footer_section .footer_container .unit.i,
  #footer_section .footer_container .unit.u {
    width: 100%;
  }
  #footer_section .footer_container .unit.i {
    align-self: end;
  }
  #footer_section .footer_container .unit.i .i_01 {
    font-size: 20px;
  }
  #footer_section .footer_container .unit.i .i_02 {
    font-size: 25px;
  }
  #footer_section .footer_container .unit.i .i_02 span.font {
    font-size: 35px;
  }
  #footer_section .footer_container .unit.i .i_02 span.nbsp {
    display: inline;
  }
  #footer_section .footer_container .unit.i .i_02 br {
    display: none !important;
  }
  #footer_section .footer_container .unit.u {
    font-size: 23px;
  }
  #footer_section .footer_container .unit.u .u_01 span,
  #footer_section .footer_container .unit.u .u_02 span {
    display: inline;
  }
  #footer_section .footer_container .unit.u .u_01 br,
  #footer_section .footer_container .unit.u .u_02 br {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */

.entry-content p.center {
	text-align:center;
	margin:0 auto !important;
}

.main-sukima {
	padding: 35px 15px;
}