@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-weight: 400;
  color: #272727;
  line-height: 1.8;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.is-drawer-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

ul, ol {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}
.section-title__en {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #EE2F3D;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.section-title__ja {
  display: block;
  font-size: 28px;
  font-weight: 700;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .section-title__ja {
    font-size: 22px;
  }
}

.btn {
  display: inline-block;
  padding: 14px 40px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.btn--primary {
  background-color: #EE2F3D;
  color: #ffffff;
}
.btn--primary:hover {
  background-color: #a01a1f;
  opacity: 1;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.btn--outline {
  border: 2px solid #EE2F3D;
  color: #EE2F3D;
}
.btn--outline:hover {
  background-color: #EE2F3D;
  color: #ffffff;
  opacity: 1;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.btn--black {
  background-color: #1a1a1a;
  color: #ffffff;
}
.btn--black:hover {
  opacity: 0.85;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

[class*=__hotspot] {
  transition: all 0.3s ease;
  border: 2px solid transparent;
  border-radius: 6px;
}
[class*=__hotspot]:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.3);
  opacity: 1;
}

a.btn,
button[type=submit],
.wpcf7-submit,
.top-parts__yahoo-btn,
.top-news__more,
.top-recent-blog__more,
.top-service__more,
.top-strength__more,
.top-scrap__more,
.top-cases__more,
.corp-partner__cta-link,
.top-service__detail-link,
.top-scrap__detail-link,
.top-strength__conclusion-link {
  transition: all 0.3s ease;
}
a.btn:hover,
button[type=submit]:hover,
.wpcf7-submit:hover,
.top-parts__yahoo-btn:hover,
.top-news__more:hover,
.top-recent-blog__more:hover,
.top-service__more:hover,
.top-strength__more:hover,
.top-scrap__more:hover,
.top-cases__more:hover,
.corp-partner__cta-link:hover,
.top-service__detail-link:hover,
.top-scrap__detail-link:hover,
.top-strength__conclusion-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  opacity: 0.9;
}

.js-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  z-index: 900;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  flex-shrink: 0;
}
.header__logo img {
  height: 36px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .header__logo img {
    height: 24px;
  }
}
.header__nav {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  gap: 24px;
}
.header__nav-list li a {
  font-size: 13px;
  white-space: nowrap;
  font-weight: 500;
  position: relative;
}
.header__nav-list li a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #EE2F3D;
  transition: width 0.3s ease;
}
.header__nav-list li a:hover {
  opacity: 1;
  color: #EE2F3D;
}
.header__nav-list li a:hover::after {
  width: 100%;
}

body {
  padding-top: 80px;
}
@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

.hamburger {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  z-index: 1001;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
.hamburger__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1a1a1a;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.hamburger__line:nth-child(1) {
  top: 0;
}
.hamburger__line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger__line:nth-child(3) {
  bottom: 0;
}
.hamburger.is-active .hamburger__line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.hamburger.is-active .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .hamburger__line:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 350px;
  height: 100vh;
  background-color: #1a1a1a;
  z-index: 1000;
  transition: right 0.3s ease;
  padding: 100px 30px 40px;
  overflow-y: auto;
}
.drawer.is-open {
  right: 0;
}
.drawer__nav-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.drawer__nav-list li a {
  display: block;
  padding: 16px 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
.drawer__tel {
  margin-top: 30px;
  text-align: center;
}
.drawer__tel a {
  font-size: 20px;
  font-weight: 700;
  color: #EE2F3D;
}

.footer-cta {
  position: relative;
  line-height: 0;
}
.footer-cta__bg {
  display: block;
  width: 100%;
  height: auto;
}
.footer-cta__link {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 24%;
  height: 39%;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.footer-cta__link:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3), inset 0 0 10px rgba(255, 255, 255, 0.1);
  transform: scale(1.03);
  opacity: 1;
}
.footer-cta__link--1 {
  left: 18.8%;
  width: 19.7%;
}
.footer-cta__link--2 {
  left: 40.2%;
  width: 19.7%;
}
.footer-cta__link--3 {
  left: 61.6%;
  width: 19.6%;
}

.footer {
  background-color: #ffffff;
  color: #272727;
}
.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    padding: 40px 20px 30px;
    gap: 30px;
  }
}
.footer__left {
  flex-shrink: 0;
}
.footer__logo {
  margin-bottom: 20px;
}
.footer__logo img {
  height: 36px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .footer__logo img {
    height: 24px;
  }
}
.footer__info {
  font-size: 13px;
  line-height: 2;
}
.footer__info a {
  color: #272727;
}
.footer__info a:hover {
  color: #EE2F3D;
  opacity: 1;
}
.footer__nav {
  display: flex;
  gap: 60px;
}
@media (max-width: 767px) {
  .footer__nav {
    gap: 40px;
  }
}
.footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__nav-col li a {
  color: #272727;
  font-size: 14px;
}
.footer__nav-col li a:hover {
  color: #EE2F3D;
  opacity: 1;
}
.footer__copyright {
  background-color: #EE2F3D;
  text-align: center;
  padding: 12px 0;
}
.footer__copyright p {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.floating {
  position: fixed;
  z-index: 800;
  display: none;
}
@media (max-width: 767px) {
  .floating {
    display: flex;
    bottom: 0;
    right: 0;
    left: 0;
    flex-direction: row;
    gap: 0;
  }
}
.floating__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  flex: 1;
}
.floating__btn--assessment {
  background-color: #EE2F3D;
}
.floating__btn:hover {
  opacity: 0.9;
}
.floating__icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.assessment-side-btn {
  position: fixed;
  right: 0;
  bottom: 510px;
  z-index: 799;
  display: block;
  background: transparent;
  padding: 0;
  text-decoration: none;
  border: none;
  animation: bounce 2s ease infinite;
}
.assessment-side-btn:hover {
  opacity: 1;
  filter: invert(1);
  animation: none;
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-12px);
  }
  30% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-6px);
  }
  60% {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .assessment-side-btn {
    display: none;
  }
}
.assessment-side-btn__img {
  width: 80px;
  height: auto;
  display: block;
}

.breadcrumb {
  padding: 12px 0;
}
.breadcrumb__list {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: #666666;
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
}
.breadcrumb__item a {
  color: #666666;
}
.breadcrumb__item a:hover {
  color: #EE2F3D;
  opacity: 1;
}
.breadcrumb__item:last-child span {
  color: #272727;
}

.page-header {
  position: relative;
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .page-header {
    height: 200px;
  }
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-header__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.page-header__title {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .page-header__title {
    font-size: 24px;
  }
}
.page-header__character {
  position: absolute;
  right: 40px;
  bottom: 20px;
  z-index: 3;
  width: 120px;
}
@media (max-width: 767px) {
  .page-header__character {
    width: 80px;
    right: 16px;
    bottom: 10px;
  }
}
.page-header__character img {
  width: 100%;
  height: auto;
}

.section-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title--center {
  text-align: center;
}
.section-title__en {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #EE2F3D;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .section-title__en {
    font-size: 22px;
  }
}
.section-title__ja {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-top: 4px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-title__ja {
    font-size: 12px;
  }
}

.top-fv {
  position: relative;
  overflow: hidden;
  line-height: 0;
  padding-top: 0;
}
.top-fv .swiper {
  width: 100%;
  line-height: 0;
  font-size: 0;
  margin-bottom: -1px;
}
.top-fv .swiper-slide {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.top-fv__slide-wrap {
  position: relative;
  display: block;
  line-height: 0;
}
.top-fv__slide-img {
  display: block;
  width: 100%;
  height: auto;
}
.top-fv__cta-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 25.05%;
  line-height: 0;
}
@media (max-width: 767px) {
  .top-fv__cta-overlay {
    width: 50%;
  }
}
.top-fv__cta-link {
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.top-fv__cta-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.top-fv__cta-bg {
  display: block;
  width: 100%;
  height: auto;
}
.top-fv .swiper-pagination {
  bottom: 16px !important;
}
@media (max-width: 767px) {
  .top-fv .swiper-pagination {
    bottom: 10px !important;
  }
}
.top-fv .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}
.top-fv .swiper-pagination-bullet-active {
  opacity: 1;
}
.top-fv__pause-btn {
  position: absolute;
  bottom: 14px;
  left: 16px;
  z-index: 20;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.top-fv__pause-btn:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
@media (max-width: 767px) {
  .top-fv__pause-btn {
    bottom: 8px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.top-fv__pause-icon {
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}
.top-fv__pause-icon--play {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 2px;
  font-size: 0;
}
@media (max-width: 767px) {
  .top-fv__pause-icon {
    font-size: 10px;
  }
  .top-fv__pause-icon--play {
    border-width: 5px 0 5px 8px;
  }
}

.top-news {
  padding: 50px 0;
  background-color: #F7F7F7;
}
@media (max-width: 767px) {
  .top-news {
    padding: 40px 0;
  }
}
.top-news__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .top-news__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.top-news__header {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: auto;
}
@media (max-width: 767px) {
  .top-news__header {
    flex-direction: row;
    align-items: baseline;
    gap: 16px;
    width: 100%;
  }
}
.top-news__title {
  font-size: 28px;
  font-weight: 700;
  color: #EE2F3D;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (max-width: 767px) {
  .top-news__title {
    font-size: 22px;
  }
}
.top-news__more {
  font-size: 15px;
  color: #272727;
  font-weight: 400;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-decoration: underline;
  text-decoration-color: #EE2F3D;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.top-news__more:hover {
  opacity: 1;
  color: #EE2F3D;
}
.top-news__list {
  flex: 1;
  border-top: 1px solid #dddddd;
}
.top-news__item {
  border-bottom: 1px solid #dddddd;
}
.top-news__item a {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px 0;
}
@media (max-width: 767px) {
  .top-news__item a {
    gap: 12px;
    flex-wrap: wrap;
  }
}
.top-news__item time {
  flex-shrink: 0;
  font-size: 15px;
  color: #272727;
  letter-spacing: 0.08em;
}
.top-news__item span {
  font-size: 15px;
  line-height: 1.6;
  color: #272727;
  letter-spacing: 0.08em;
}
.top-news__item:hover a {
  opacity: 1;
}
.top-news__item:hover a span {
  color: #EE2F3D;
}

.top-service {
  background-color: #ffffff;
}
.top-service__header {
  padding: 80px 0 40px;
}
@media (max-width: 767px) {
  .top-service__header {
    padding: 50px 0 24px;
  }
}
.top-service__header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 767px) {
  .top-service__header-inner {
    flex-direction: column;
    gap: 16px;
  }
}
.top-service__header-inner .section-title {
  flex-shrink: 0;
  margin-bottom: 0;
}
.top-service__desc-area {
  text-align: left;
}
.top-service__desc {
  font-size: 13px;
  color: #272727;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .top-service__desc {
    font-size: 12px;
  }
}
.top-service__desc-area {
  text-align: right;
}
.top-service__detail-link {
  display: inline-block;
  font-size: 13px;
  color: #272727;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-decoration-color: #EE2F3D;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.top-service__detail-link:hover {
  opacity: 1;
  color: #EE2F3D;
}
.top-service__cards {
  position: relative;
  line-height: 0;
}
.top-service__cards-img {
  display: block;
  width: 100%;
  height: auto;
}
.top-service__hotspot {
  position: absolute;
  display: block;
  cursor: pointer;
}
.top-service__hotspot--car {
  top: 5%;
  left: 3%;
  width: 30%;
  height: 90%;
}
.top-service__hotspot--mach {
  top: 5%;
  left: 34%;
  width: 30%;
  height: 90%;
}
.top-service__hotspot--bike {
  top: 5%;
  left: 65%;
  width: 30%;
  height: 90%;
}
.top-service__hotspot:hover {
  background: rgba(255, 255, 255, 0.08);
}

.top-strength {
  padding: 80px 0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .top-strength {
    padding: 50px 0;
  }
}
.top-strength__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.top-strength .section-title {
  text-align: center;
}
.top-strength__subtitle {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .top-strength__subtitle {
    margin-bottom: 30px;
  }
}
.top-strength__subtitle span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #272727;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .top-strength__subtitle span {
    font-size: 14px;
  }
}
.top-strength__subtitle-line {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 8px auto 0;
  height: 22px;
}
.top-strength__subtitle-line line {
  stroke: #EE2F3D;
  stroke-width: 3;
  stroke-linecap: round;
}
.top-strength__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .top-strength__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.top-strength__item {
  text-align: center;
}
.top-strength__image {
  margin-bottom: 20px;
}
.top-strength__image img {
  width: 100%;
  height: auto;
}
.top-strength__heading {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  color: #EE2F3D;
}
@media (max-width: 767px) {
  .top-strength__heading {
    font-size: 15px;
  }
}
.top-strength__text {
  font-size: 14px;
  color: #272727;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: left;
}
.top-strength__conclusion {
  margin-top: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-strength__conclusion-text {
  font-size: 20px;
  font-weight: 700;
  color: #272727;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  padding-bottom: 12px;
  display: inline-block;
  border-bottom: 3px solid #EE2F3D;
}
@media (max-width: 767px) {
  .top-strength__conclusion-text {
    font-size: 16px;
  }
}
.top-strength__conclusion-link {
  display: inline-block;
  margin-top: 4px;
  font-size: 15px;
  color: #272727;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-decoration-color: #EE2F3D;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.top-strength__conclusion-link:hover {
  opacity: 1;
  color: #EE2F3D;
}

.top-scrap {
  padding: 80px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-scrap {
    padding: 50px 0;
  }
}
.top-scrap__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-scrap__inner {
    flex-direction: column;
    gap: 24px;
  }
}
.top-scrap__text-area {
  flex: 1;
  padding-left: 60px;
}
.top-scrap__text-area .section-title {
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .top-scrap__text-area {
    padding-left: 0;
  }
}
.top-scrap__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
  color: #272727;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .top-scrap__title {
    font-size: 20px;
  }
}
.top-scrap__text {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 24px;
  color: #272727;
}
@media (max-width: 767px) {
  .top-scrap__text {
    font-size: 13px;
  }
}
.top-scrap__target {
  margin-bottom: 24px;
}
.top-scrap__target-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #272727;
  margin-bottom: 8px;
}
.top-scrap__target-list {
  font-size: 14px;
  color: #272727;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.top-scrap__detail-link {
  display: inline-block;
  font-size: 14px;
  color: #272727;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-decoration-color: #EE2F3D;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.top-scrap__detail-link:hover {
  opacity: 1;
  color: #EE2F3D;
}
.top-scrap__image-area {
  flex: 1;
}
@media (max-width: 767px) {
  .top-scrap__image-area {
    width: 100%;
  }
}
.top-scrap__image-area img {
  width: 100%;
  height: auto;
  display: block;
}
.top-scrap__character {
  position: absolute;
  left: 20px;
  bottom: -10px;
  z-index: 2;
  width: 158px;
}
@media (max-width: 767px) {
  .top-scrap__character {
    width: 106px;
    left: 0;
  }
}
.top-scrap__character img {
  width: 100%;
  height: auto;
}

.top-parts {
  padding: 80px 0;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .top-parts {
    padding: 50px 0;
  }
}
.top-parts__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.top-parts__content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 767px) {
  .top-parts__content {
    flex-direction: column;
    gap: 30px;
  }
}
.top-parts__text-area {
  flex: 1;
}
.top-parts__text-area .section-title {
  margin-bottom: 20px;
  text-align: left;
}
.top-parts__text-area {
  min-width: 0;
}
.top-parts__text {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #272727;
}
@media (max-width: 767px) {
  .top-parts__text {
    font-size: 11px;
  }
}
.top-parts__yahoo {
  flex: 1;
  min-width: 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.top-parts__yahoo-logo {
  margin-bottom: 16px;
  text-align: right;
}
.top-parts__yahoo-img {
  width: 64%;
  max-width: 256px;
  height: auto;
  display: block;
  margin: 0 0 0 auto;
}
.top-parts__yahoo-note {
  font-size: 9px;
  color: #272727;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.top-parts__yahoo-btn {
  display: inline-block;
  background-color: #EE2F3D;
  color: #ffffff;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 40px;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .top-parts__yahoo-btn {
    font-size: 16px;
    padding: 12px 28px;
  }
}
.top-parts__yahoo-btn:hover {
  background-color: rgb(216.32, 17.68, 32.24);
  opacity: 1;
  color: #ffffff;
}

.top-cases {
  padding: 80px 0;
  background-color: #ffffff;
  overflow: hidden;
  border-top: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .top-cases {
    padding: 50px 0;
  }
}
.top-cases__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.top-cases .section-title {
  text-align: left;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .top-cases .section-title {
    padding-left: 0;
  }
}
.top-cases__slider-wrap {
  position: relative;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .top-cases__slider-wrap {
    padding: 0;
  }
}
.top-cases .swiper-slide {
  width: 222px;
}
@media (max-width: 767px) {
  .top-cases .swiper-slide {
    width: 220px;
  }
}
.top-cases__card {
  background-color: #ffffff;
  overflow: hidden;
}
.top-cases__card-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #ccc;
}
.top-cases__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-cases__card-body {
  padding: 14px 0;
}
.top-cases__card-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  color: #272727;
}
.top-cases__card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #272727;
}
.top-cases__card-meta span:last-child {
  text-align: right;
}
.top-cases__card-label {
  display: inline-block;
  background-color: #1a1a1a;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 2px 10px;
  border-radius: 2px;
}
.top-cases .swiper-button-prev,
.top-cases .swiper-button-next {
  color: #272727;
  width: 44px;
  height: 44px;
}
.top-cases .swiper-button-prev::after,
.top-cases .swiper-button-next::after {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .top-cases .swiper-button-prev,
  .top-cases .swiper-button-next {
    display: none;
  }
}
.top-cases .swiper-button-prev {
  left: 0;
}
.top-cases .swiper-button-next {
  right: 0;
}

.top-message-img {
  position: relative;
  line-height: 0;
  margin-top: -40px;
}
.top-message-img__bg {
  display: block;
  width: 100%;
  height: auto;
}
.top-message-img__links {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.top-message-img__hotspot {
  position: absolute;
  display: block;
  cursor: pointer;
}
.top-message-img__hotspot--company {
  top: 84%;
  left: 17%;
  width: 13%;
  height: 5%;
}
.top-message-img__hotspot:hover {
  background: rgba(255, 255, 255, 0.15);
}
.top-message-img__seo {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.top-recent-blog {
  padding: 80px 0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .top-recent-blog {
    padding: 50px 0;
  }
}
.top-recent-blog__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.top-recent-blog__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.top-recent-blog__header .section-title {
  margin-bottom: 0;
}
.top-recent-blog__more {
  font-size: 15px;
  color: #272727;
  font-weight: 400;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-decoration: underline;
  text-decoration-color: #EE2F3D;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  margin-top: 10px;
}
.top-recent-blog__more:hover {
  opacity: 1;
  color: #EE2F3D;
}
.top-recent-blog__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .top-recent-blog__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
.top-recent-blog__card {
  display: block;
  transition: transform 0.3s ease;
}
.top-recent-blog__card:hover {
  transform: translateY(-4px);
  opacity: 1;
}
.top-recent-blog__card-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #ccc;
  margin-bottom: 10px;
}
.top-recent-blog__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-recent-blog__card-body time {
  display: block;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #272727;
  margin-bottom: 4px;
}
.top-recent-blog__card-body h3 {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #272727;
}

.top-faq {
  padding: 80px 0;
  background-color: #F7F7F7;
  position: relative;
}
@media (max-width: 767px) {
  .top-faq {
    padding: 50px 0;
  }
}
.top-faq__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.top-faq__header .section-title {
  margin-bottom: 30px;
}
.top-faq__character {
  position: absolute;
  right: 60px;
  top: -80px;
  z-index: 2;
}
.top-faq__character img {
  width: 120px;
  height: auto;
}
@media (max-width: 767px) {
  .top-faq__character img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .top-faq__character {
    right: 20px;
    top: -40px;
  }
}
.top-faq__list {
  max-width: 100%;
}
.top-faq__item {
  background-color: #ffffff;
  padding: 20px 24px;
  margin-bottom: 8px;
  border-radius: 4px;
}
.top-faq__question, .top-faq__answer {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.top-faq__question p {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #272727;
}
.top-faq__answer {
  margin-top: 16px;
}
.top-faq__answer p {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #272727;
}
.top-faq__q, .top-faq__a {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
.top-faq__q {
  color: #EE2F3D;
}
.top-faq__a {
  color: #EE2F3D;
}

.top-contact {
  padding: 80px 0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .top-contact {
    padding: 50px 0;
  }
}
.top-contact__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.top-contact .section-title--center {
  text-align: center;
}
.top-contact__lead {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #272727;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-contact__lead {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.top-contact__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .top-contact__content {
    flex-direction: column;
    gap: 24px;
  }
}
.top-contact__character {
  flex-shrink: 0;
}
.top-contact__character img {
  width: 180px;
  height: auto;
}
@media (max-width: 767px) {
  .top-contact__character img {
    width: 130px;
  }
}
.top-contact__qr-group {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-contact__qr-group {
    gap: 20px;
  }
}
.top-contact__qr img {
  width: 200px;
  height: 200px;
}
@media (max-width: 767px) {
  .top-contact__qr img {
    width: 140px;
    height: 140px;
  }
}

.top-map {
  margin-top: -40px;
  position: relative;
  padding: 0 30px;
}
.top-map__character {
  position: absolute;
  left: 120px;
  top: -140px;
  z-index: 2;
}
.top-map__character img {
  width: 156px;
  height: auto;
}
@media (max-width: 767px) {
  .top-map__character {
    left: 20px;
    top: -65px;
  }
  .top-map__character img {
    width: 104px;
  }
}
.top-map__iframe {
  width: 100%;
  height: 400px;
  display: block;
  border: 0;
}
@media (max-width: 767px) {
  .top-map__iframe {
    height: 280px;
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.scrap-section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .scrap-section-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}

.scrap-accent {
  color: #EE2F3D;
}

.scrap-hero {
  background-color: #fdf4d0;
  padding: 60px 0 0;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .scrap-hero {
    padding: 40px 0 0;
  }
}
.scrap-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.scrap-hero__lead {
  font-size: 18px;
  font-weight: 700;
  color: #EE2F3D;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .scrap-hero__lead {
    font-size: 14px;
  }
}
.scrap-hero__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .scrap-hero__title {
    font-size: 24px;
  }
}
.scrap-hero__accent {
  color: #EE2F3D;
  font-size: 42px;
}
@media (max-width: 767px) {
  .scrap-hero__accent {
    font-size: 28px;
  }
}
.scrap-hero__catch {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .scrap-hero__catch {
    font-size: 20px;
  }
}
.scrap-hero__logo-inline {
  height: 36px;
  width: auto;
  vertical-align: middle;
  margin: 0 4px;
}
@media (max-width: 767px) {
  .scrap-hero__logo-inline {
    height: 24px;
  }
}
.scrap-hero__image {
  margin: 0 auto;
  max-width: 500px;
}
.scrap-hero__image img {
  width: 100%;
  height: auto;
}
.scrap-hero__badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}
@media (max-width: 767px) {
  .scrap-hero__badges {
    gap: 8px;
  }
}
.scrap-hero__badge {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #EE2F3D;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .scrap-hero__badge {
    width: 70px;
    height: 70px;
    font-size: 11px;
  }
}
.scrap-hero__merits {
  display: flex;
  background-color: #EE2F3D;
}
@media (max-width: 767px) {
  .scrap-hero__merits {
    flex-direction: column;
  }
}
.scrap-hero__merit {
  flex: 1;
  text-align: center;
  padding: 16px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.scrap-hero__merit:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .scrap-hero__merit {
    font-size: 16px;
    padding: 12px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .scrap-hero__merit:last-child {
    border-bottom: none;
  }
}

.scrap-hero-img {
  position: relative;
  line-height: 0;
  margin-top: -20px;
}
.scrap-hero-img__bg {
  display: block;
  width: 100%;
  height: auto;
}
.scrap-hero-img__seo {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.scrap-products {
  background-color: #fdf4d0;
}
.scrap-products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .scrap-products__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.scrap-products__item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
.scrap-products__note {
  text-align: center;
  color: #EE2F3D;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .scrap-products__note {
    font-size: 15px;
  }
}

.scrap-speed {
  background-color: #fdf4d0;
}
.scrap-speed__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .scrap-speed__content {
    flex-direction: column;
    padding: 24px;
    gap: 16px;
  }
}
.scrap-speed__character {
  flex-shrink: 0;
}
.scrap-speed__character img {
  width: 120px;
  height: auto;
}
.scrap-speed__highlight {
  font-size: 28px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .scrap-speed__highlight {
    font-size: 22px;
  }
}
.scrap-speed__highlight strong {
  font-weight: 700;
  font-size: 36px;
}
@media (max-width: 767px) {
  .scrap-speed__highlight strong {
    font-size: 28px;
  }
}
.scrap-speed__text p {
  font-size: 14px;
  line-height: 1.8;
  color: #666666;
}

.scrap-cases {
  background-color: #FFFAD6;
  padding-top: 40px;
}
.scrap-cases__sub {
  text-align: center;
  color: #EE2F3D;
  font-weight: 700;
  margin-bottom: 30px;
}
.scrap-cases__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .scrap-cases__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.scrap-cases__card {
  background-color: #ffffff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}
.scrap-cases__card-image {
  aspect-ratio: 4/3;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom: none;
  padding: 10px;
}
.scrap-cases__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scrap-cases__card-body {
  padding: 12px;
}
.scrap-cases__card-price {
  font-size: 24px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .scrap-cases__card-price {
    font-size: 18px;
  }
}
.scrap-cases__price-label {
  display: inline-block;
  background-color: #EE2F3D;
  color: #ffffff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 4px;
  text-align: center;
  line-height: 1.4;
}
.scrap-cases__card-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
.scrap-cases__card-meta {
  font-size: 12px;
  color: #666666;
  line-height: 1.6;
}
.scrap-cases__card-meta-table {
  width: 100%;
  font-size: 12px;
  color: #666666;
  border-collapse: collapse;
}
.scrap-cases__card-meta-table th {
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
  padding: 1px 8px 1px 0;
  vertical-align: top;
}
.scrap-cases__card-meta-table td {
  text-align: left;
  padding: 1px 0;
  vertical-align: top;
}

.scrap-worry {
  background-color: #fdf4d0;
  text-align: center;
}
.scrap-worry__list {
  max-width: 500px;
  margin: 0 auto;
}
.scrap-worry__list li {
  font-size: 16px;
  padding: 8px 0;
  color: #EE2F3D;
  font-weight: 500;
}
@media (max-width: 767px) {
  .scrap-worry__list li {
    font-size: 14px;
  }
}

.scrap-cta2-img__btn, .scrap-worry-img__btn {
  position: absolute;
  bottom: 5.5%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 36.5px 60px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #272727;
  background-color: #ffffff;
  border: 3px solid #272727;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
  text-align: center;
}
.scrap-cta2-img__btn:hover, .scrap-worry-img__btn:hover {
  color: #ffffff;
  background-color: #272727;
  border-color: #272727;
  transform: translateX(-50%);
  opacity: 1;
}
@media (max-width: 767px) {
  .scrap-cta2-img__btn, .scrap-worry-img__btn {
    padding: 10px 40px;
    font-size: 14px;
  }
}

.scrap-worry-img {
  position: relative;
  line-height: 0;
}
.scrap-worry-img__bg {
  display: block;
  width: 100%;
  height: auto;
}
.scrap-cta2-img {
  position: relative;
  line-height: 0;
}
.scrap-cta2-img__bg {
  display: block;
  width: 100%;
  height: auto;
}
.scrap-cta2-img__btn {
  bottom: 4%;
}

.scrap-cta {
  background-color: #EE2F3D;
  background-image: linear-gradient(135deg, #EE2F3D 0%, #a01a1f 100%);
  padding: 60px 0;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .scrap-cta {
    padding: 40px 0;
  }
}
.scrap-cta__lead {
  font-size: 18px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .scrap-cta__lead {
    font-size: 15px;
  }
}
.scrap-cta__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .scrap-cta__title {
    font-size: 24px;
  }
}
.scrap-cta__heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .scrap-cta__heading {
    font-size: 24px;
  }
}
.scrap-cta__text {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 8px;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .scrap-cta__text {
    font-size: 14px;
  }
}
.scrap-cta__highlight {
  font-size: 18px;
  font-weight: 700;
  color: #fdf4d0;
  margin-bottom: 8px;
}
.scrap-cta__sub-text {
  font-size: 15px;
  margin-bottom: 20px;
}
.scrap-cta__btn {
  display: inline-block;
  background-color: #ffffff;
  color: #272727;
  padding: 16px 60px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.scrap-cta__btn:hover {
  opacity: 1;
  background-color: #272727;
  color: #ffffff;
}
@media (max-width: 767px) {
  .scrap-cta__btn {
    font-size: 16px;
    padding: 14px 40px;
  }
}
.scrap-cta--secondary {
  background-image: none;
  background-color: #EE2F3D;
}

.scrap-reasons {
  position: relative;
}
.scrap-reasons__title-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.scrap-reasons__title-wrap .scrap-section-title {
  display: inline-block;
  margin-bottom: 0;
}
.scrap-reasons__title-line {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 12px auto 0;
  height: 24px;
}
.scrap-reasons__title-line line {
  stroke: #EE2F3D;
  stroke-width: 3;
  stroke-linecap: round;
}
.scrap-reasons__subtitle {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .scrap-reasons__subtitle {
    margin-bottom: 30px;
  }
}
.scrap-reasons__subtitle span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #272727;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .scrap-reasons__subtitle span {
    font-size: 13px;
  }
}
.scrap-reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .scrap-reasons__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100%;
  }
}
.scrap-reasons__item {
  background-color: #ffffff;
  border: 3px solid #272727;
  border-radius: 16px;
  padding: 40px 24px 28px;
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.scrap-reasons__number {
  position: absolute;
  top: -16px;
  left: 16px;
  z-index: 2;
  width: 60px;
  height: 75px;
}
.scrap-reasons__number-fold {
  position: absolute;
  top: -16px;
  left: 76px;
  z-index: 0;
  width: 0;
  height: 0;
  border-left: 8px solid #5a0a0d;
  border-top: 16px solid transparent;
}
.scrap-reasons__ribbon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scrap-reasons__number-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.scrap-reasons__number-text span {
  font-size: 24px;
  display: block;
  margin-top: 2px;
}
.scrap-reasons__image {
  margin-bottom: 16px;
}
.scrap-reasons__image img {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.scrap-reasons__heading {
  font-size: 16px;
  font-weight: 700;
  color: #EE2F3D;
  margin-bottom: 12px;
}
.scrap-reasons__text {
  font-size: 13px;
  line-height: 1.8;
  color: #666666;
  text-align: left;
}
.scrap-reasons__mascot {
  position: absolute;
  bottom: 10px;
  right: -20px;
}
.scrap-reasons__mascot img {
  width: 180px;
  height: auto;
}
@media (max-width: 767px) {
  .scrap-reasons__mascot {
    position: static;
    text-align: center;
    margin-top: -20px;
  }
  .scrap-reasons__mascot img {
    width: 140px;
  }
}

.scrap-flow {
  background-color: #FDFAE3;
  margin-top: -33px;
}
.scrap-flow__title-wrap {
  text-align: center;
  margin-bottom: 10px;
}
.scrap-flow__title-wrap .scrap-section-title {
  display: inline-block;
  margin-bottom: 0;
}
.scrap-flow__title-line {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 12px auto 0;
  height: 28px;
}
.scrap-flow__title-line line {
  stroke: #EE2F3D;
  stroke-width: 3;
  stroke-linecap: round;
}
.scrap-flow__sub {
  text-align: center;
  font-size: 20px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .scrap-flow__sub {
    font-size: 17px;
  }
}
.scrap-flow__desc {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  color: #666666;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .scrap-flow__desc {
    font-size: 15px;
    text-align: left;
  }
}
.scrap-flow__steps {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.scrap-flow__step {
  background-color: #ffffff;
  border-radius: 16px;
  border: 2px solid #272727;
  margin-bottom: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 30px 24px 24px 24px;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .scrap-flow__step {
    padding: 28px 16px 16px 16px;
    margin-bottom: 28px;
  }
}
.scrap-flow__step-number {
  position: absolute;
  top: -20px;
  left: -10px;
  z-index: 2;
}
@media (max-width: 767px) {
  .scrap-flow__step-number {
    top: -16px;
    left: -6px;
  }
}
.scrap-flow__step-number span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #272727;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.scrap-flow__step-number span strong {
  font-size: 22px;
  font-weight: 900;
  display: block;
  line-height: 1;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .scrap-flow__step-number span {
    width: 42px;
    height: 42px;
    font-size: 8px;
  }
  .scrap-flow__step-number span strong {
    font-size: 18px;
  }
}
.scrap-flow__step-number::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 3px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-top: 14px solid #272727;
  z-index: -1;
}
@media (max-width: 767px) {
  .scrap-flow__step-number::after {
    bottom: 4px;
    right: 1px;
    border-left: 12px solid transparent;
    border-top: 12px solid #272727;
  }
}
.scrap-flow__step-body {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .scrap-flow__step-body {
    gap: 12px;
  }
}
.scrap-flow__step-image {
  flex-shrink: 0;
  width: 160px;
}
.scrap-flow__step-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .scrap-flow__step-image {
    width: 100px;
  }
}
.scrap-flow__step-content {
  flex: 1;
  min-width: 0;
}
.scrap-flow__step-title {
  font-size: 16px;
  font-weight: 700;
  color: #EE2F3D;
  margin-bottom: 8px;
}
.scrap-flow__step-text {
  font-size: 12px;
  line-height: 1.8;
  color: #666666;
}
@media (max-width: 767px) {
  .scrap-flow__step-text {
    font-size: 11px;
  }
}

.scrap-faq {
  background-color: #F7F7F7;
}
.scrap-faq__title-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.scrap-faq__title-wrap .scrap-section-title {
  display: inline-block;
  margin-bottom: 0;
}
.scrap-faq__title-line {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 12px auto 0;
  height: 28px;
}
.scrap-faq__title-line line {
  stroke: #EE2F3D;
  stroke-width: 3;
  stroke-linecap: round;
}
.scrap-faq__item {
  border-bottom: 1px solid #dddddd;
}
.scrap-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 0;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}
@media (max-width: 767px) {
  .scrap-faq__question {
    font-size: 14px;
    padding: 16px 0;
  }
}
.scrap-faq__q-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-color: #EE2F3D;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
.scrap-faq__toggle {
  flex-shrink: 0;
  margin-left: auto;
  width: 16px;
  height: 16px;
  position: relative;
}
.scrap-faq__toggle::before, .scrap-faq__toggle::after {
  content: "";
  position: absolute;
  background-color: #272727;
  transition: transform 0.3s ease;
}
.scrap-faq__toggle::before {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.scrap-faq__toggle::after {
  width: 2px;
  height: 16px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.scrap-faq__item.is-open .scrap-faq__toggle::after {
  transform: translateX(-50%) rotate(90deg);
}
.scrap-faq__answer {
  display: none;
  padding: 0 0 20px 42px;
  font-size: 14px;
  line-height: 1.8;
  color: #666666;
}
@media (max-width: 767px) {
  .scrap-faq__answer {
    font-size: 13px;
  }
}
.scrap-faq__a-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #272727;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  margin-right: 8px;
  float: left;
  margin-top: -2px;
}

.scrap-contact-section {
  padding: 80px 0 40px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 767px) {
  .scrap-contact-section {
    padding: 50px 0 30px;
  }
}
.scrap-contact-section__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.scrap-contact-section__character {
  position: absolute;
  left: 120px;
  top: 360px;
  z-index: 2;
}
.scrap-contact-section__character img {
  width: 156px;
  height: auto;
}
@media (max-width: 767px) {
  .scrap-contact-section__character {
    left: 20px;
    top: 0;
  }
  .scrap-contact-section__character img {
    width: 100px;
  }
}

.scrap-contact {
  text-align: center;
}
.scrap-contact__text {
  font-size: 15px;
  color: #666666;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .scrap-contact__text {
    font-size: 14px;
  }
}
.scrap-contact__channels {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 767px) {
  .scrap-contact__channels {
    gap: 30px;
  }
}
.scrap-contact__channel {
  text-align: center;
}
.scrap-contact__channel img {
  width: 150px;
  height: 150px;
  border-radius: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .scrap-contact__channel img {
    width: 120px;
    height: 120px;
  }
}
.scrap-contact__channel p {
  font-size: 14px;
  font-weight: 700;
}

.scrap-form {
  background-color: #FDFAE3;
}
.scrap-form__title-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.scrap-form__title-wrap .scrap-section-title {
  display: inline-block;
  margin-bottom: 0;
}
.scrap-form__title-line {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 12px auto 0;
  height: 28px;
}
.scrap-form__title-line line {
  stroke: #EE2F3D;
  stroke-width: 3;
  stroke-linecap: round;
}
.scrap-form__desc {
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin-bottom: 30px;
  line-height: 1.8;
}
.scrap-form__body {
  max-width: 800px;
  margin: 0 auto;
}
.scrap-form__body p {
  margin: 0;
}
.scrap-form__body br {
  display: none;
}
.scrap-form__body .form-row {
  display: flex;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .scrap-form__body .form-row {
    flex-direction: column;
    padding: 12px 0;
  }
}
.scrap-form__body .form-label {
  width: 320px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  padding-top: 8px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .scrap-form__body .form-label {
    width: 100%;
    padding-top: 0;
    margin-bottom: 6px;
  }
}
.scrap-form__body .form-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  border-radius: 0;
  flex-shrink: 0;
  background: none;
}
.scrap-form__body .form-badge--required {
  color: #EE2F3D;
  margin-right: 4em;
}
.scrap-form__body .form-badge--optional {
  color: #aaa;
  margin-right: 4em;
}
.scrap-form__body .form-field {
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  .scrap-form__body .form-field {
    width: 100%;
  }
}
.scrap-form__body input[type=text],
.scrap-form__body input[type=email],
.scrap-form__body input[type=tel],
.scrap-form__body textarea,
.scrap-form__body select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  background-color: #ffffff;
  appearance: none;
}
.scrap-form__body input[type=text]:focus,
.scrap-form__body input[type=email]:focus,
.scrap-form__body input[type=tel]:focus,
.scrap-form__body textarea:focus,
.scrap-form__body select:focus {
  outline: none;
  border-color: #EE2F3D;
}
.scrap-form__body select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  cursor: pointer;
}
.scrap-form__body textarea {
  height: 120px;
  resize: vertical;
}
.scrap-form__body .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding-top: 6px;
}
.scrap-form__body .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.scrap-form__body .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  cursor: pointer;
}
.scrap-form__body .wpcf7-file {
  font-size: 14px;
}
.scrap-form__body .form-agreement {
  text-align: center;
  padding: 24px 0 16px;
}
.scrap-form__body .form-agreement .wpcf7-acceptance label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  cursor: pointer;
}
.scrap-form__body .form-agreement .form-privacy-link {
  display: block;
  font-size: 12px;
  color: #666666;
  text-decoration: underline;
}
.scrap-form__body .form-agreement .form-privacy-link:hover {
  color: #EE2F3D;
}
.scrap-form__body .form-agreement .form-privacy-link {
  margin-top: 4px;
}
.scrap-form__body .form-submit {
  text-align: center;
  padding-bottom: 8px;
}
.scrap-form__body .wpcf7-submit {
  display: inline-block;
  background-color: #EE2F3D;
  color: #ffffff;
  width: 400px;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 0;
  cursor: pointer;
  letter-spacing: 0.3em;
  transition: all 0.3s ease;
}
.scrap-form__body .wpcf7-submit:hover {
  opacity: 0.9;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .scrap-form__body .wpcf7-submit {
    padding: 14px 50px;
    font-size: 16px;
  }
}
.scrap-form__body .wpcf7-not-valid-tip {
  color: #EE2F3D;
  font-size: 12px;
  margin-top: 4px;
}
.scrap-form__body .wpcf7-spinner {
  display: none;
}
.scrap-form__body .vehicle-type-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}
.scrap-form__body .vehicle-type-radios label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.scrap-form__body .vehicle-type-radios label input[type=radio] {
  width: auto;
  accent-color: #EE2F3D;
}
.scrap-form__body .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.scrap-form__body .checkbox-group__item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  cursor: pointer;
}
.scrap-form__body .checkbox-group__item input[type=checkbox] {
  width: auto;
  accent-color: #EE2F3D;
}
.scrap-form__body input[type=file] {
  font-size: 13px;
  padding: 8px 0;
}
.scrap-form__body .assessment-form__message {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
}
.scrap-form__body .assessment-form__message--success {
  color: #2e7d32;
}
.scrap-form__body .assessment-form__message--error {
  color: #EE2F3D;
}

.page-hero-img {
  position: relative;
  line-height: 0;
}
.page-hero-img__bg {
  display: block;
  width: 100%;
  height: auto;
}
.page-hero-img__seo {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sub-section-title {
  margin-bottom: 40px;
  text-align: center;
}
.sub-section-title__en {
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.sub-section-title__en--red {
  color: #EE2F3D;
}
@media (max-width: 767px) {
  .sub-section-title__en {
    font-size: 22px;
  }
}
.sub-section-title__ja {
  display: block;
  font-size: 13px;
  color: #EE2F3D;
  margin-top: 4px;
}
.sub-section-title__ja--dark {
  color: #272727;
}

.company-banner {
  line-height: 0;
}
.company-banner__img {
  display: block;
  width: 100%;
  height: auto;
}

.company-message {
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .company-message {
    padding: 60px 0;
  }
}
.company-message__label {
  font-size: 32px;
  font-weight: 700;
  color: #272727;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .company-message__label {
    font-size: 24px;
  }
}
.company-message__heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .company-message__heading {
    font-size: 24px;
  }
}
.company-message__text {
  max-width: 800px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 2;
  color: #666666;
  text-align: left;
}
.company-message__text--right {
  margin: 0 100px 0 auto;
  text-align: right;
}
@media (max-width: 767px) {
  .company-message__text--right {
    margin: 0 20px 0 auto;
  }
}
@media (max-width: 767px) {
  .company-message__text {
    font-size: 14px;
  }
}
.company-message__text p {
  margin-bottom: 1.5em;
}
.company-message__text p:last-child {
  margin-bottom: 0;
}
.company-message__pattern {
  margin-top: 40px;
  opacity: 0.15;
}
.company-message__pattern img {
  width: 300px;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .company-message__pattern {
    margin-top: 30px;
  }
  .company-message__pattern img {
    width: 200px;
  }
}

.company-info {
  position: relative;
  padding: 80px 0;
  background-color: #f5f5f5;
  overflow: hidden;
}
.company-info .sub-section-title {
  text-align: left;
  margin-bottom: 0;
  flex-shrink: 0;
}
.company-info__wrap {
  display: flex;
  gap: 90px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .company-info__wrap {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .company-info {
    padding: 60px 0;
  }
}
.company-info__wrap {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  max-width: 900px;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .company-info__wrap {
    flex-direction: column;
    gap: 24px;
  }
}
.company-info__character {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 180px;
  pointer-events: none;
  z-index: 1;
}
.company-info__character img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .company-info__character {
    width: 120px;
    left: 10px;
  }
}
.company-info__table {
  flex: 1;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  border-collapse: collapse;
}
.company-info__table th, .company-info__table td {
  padding: 16px 20px;
  border-bottom: 1px solid #666;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  .company-info__table th, .company-info__table td {
    display: block;
    padding: 10px 0;
  }
}
.company-info__table th {
  width: 270px;
  font-weight: 500;
  color: #272727;
}
@media (max-width: 767px) {
  .company-info__table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    font-weight: 700;
  }
}
.company-info__table td {
  color: #666666;
}
@media (max-width: 767px) {
  .company-info__table td {
    padding-top: 4px;
  }
}

.company-map {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .company-map {
    padding: 60px 0;
  }
}
.company-map .sub-section-title {
  text-align: left;
  margin-bottom: 0;
  flex-shrink: 0;
  padding-left: 60px;
}
.company-map__wrap {
  display: flex;
  gap: 180px;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .company-map__wrap {
    flex-direction: column;
    gap: 24px;
  }
}
.company-map__content {
  flex: 1;
}
.company-map__info {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  line-height: 1.3;
  color: #666666;
  margin-left: auto;
  margin-top: -20px;
  max-width: calc(100% - 240px);
  padding-left: 135px;
}
@media (max-width: 767px) {
  .company-map__info {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
  }
}
.company-map__info-text {
  flex: 1;
}
.company-map__logo {
  flex-shrink: 0;
}
.company-map__logo img {
  height: 30px;
  width: auto;
}
.company-map__company-name {
  font-size: 14px;
  font-weight: normal;
  color: #272727;
  margin-bottom: 4px;
}
.company-map__iframe {
  width: 100%;
  height: 350px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .company-map__iframe {
    height: 250px;
  }
}

.corp-partner {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .corp-partner {
    padding: 60px 0;
  }
}
.corp-partner__features {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 40px;
  padding: 30px;
  border: 1px solid #EE2F3D;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .corp-partner__features {
    flex-direction: column;
    gap: 16px;
    padding: 20px;
  }
}
.corp-partner__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.corp-partner__list li {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
.corp-partner__list li::before {
  content: "・";
}
.corp-partner__body {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .corp-partner__body {
    flex-direction: column;
    gap: 24px;
  }
}
.corp-partner__text {
  flex: 1;
}
.corp-partner__text p {
  font-size: 14px;
  color: #666666;
  line-height: 2;
  margin-bottom: 20px;
}
.corp-partner__image {
  flex-shrink: 0;
  width: 360px;
  border-radius: 0;
  overflow: hidden;
}
.corp-partner__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .corp-partner__image {
    width: 100%;
  }
}
.corp-partner__highlights {
  margin-bottom: 24px;
}
.corp-partner__highlight-item {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 16px;
  border: 1px solid #EE2F3D;
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
}
.corp-partner__highlight-item:last-child {
  margin-bottom: 0;
}
.corp-partner__cta-link {
  display: inline-block;
  font-size: 14px;
  color: #272727;
  font-weight: 700;
  margin-top: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid #EE2F3D;
}
.corp-partner__cta-link:hover {
  opacity: 0.7;
}

.corp-disposal {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .corp-disposal {
    padding: 60px 0;
  }
}
.corp-disposal__body {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .corp-disposal__body {
    flex-direction: column;
    gap: 24px;
  }
}
.corp-disposal__image {
  flex-shrink: 0;
  width: 360px;
  border-radius: 0;
  overflow: hidden;
}
.corp-disposal__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .corp-disposal__image {
    width: 100%;
  }
}
.corp-disposal__text {
  flex: 1;
}
.corp-disposal__text p {
  font-size: 14px;
  color: #666666;
  line-height: 2;
  margin-bottom: 20px;
}

.corp-features {
  padding: 60px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.corp-features__label {
  text-align: center;
  font-size: 14px;
  color: #EE2F3D;
  margin-bottom: 8px;
}
.corp-features__heading {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .corp-features__heading {
    font-size: 18px;
  }
}
.corp-features__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 800px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .corp-features__grid {
    grid-template-columns: 1fr;
  }
}
.corp-features__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border: 1px solid #272727;
  font-size: 14px;
  font-weight: 700;
}
.corp-features__item-icon {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  background-color: #EE2F3D;
  border-radius: 50%;
}
.corp-features__desc {
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 2;
}

.corp-vehicles {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .corp-vehicles {
    padding: 60px 0;
  }
}
.corp-vehicles__lead {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #272727;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .corp-vehicles__lead {
    font-size: 20px;
  }
}
.corp-vehicles__sub {
  text-align: center;
  font-size: 15px;
  color: #666666;
  margin-bottom: 50px;
  line-height: 1.8;
}
.corp-vehicles__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .corp-vehicles__grid {
    gap: 24px;
  }
}
.corp-vehicles__item {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .corp-vehicles__item {
    width: 100%;
  }
}
.corp-vehicles__item-image {
  aspect-ratio: 16/10;
  background-color: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 12px;
}
.corp-vehicles__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.corp-vehicles__item-title {
  font-size: 16px;
  font-weight: 700;
  color: #EE2F3D;
  margin-bottom: 4px;
}
.corp-vehicles__item-text {
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
}

.corp-types {
  padding: 60px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.corp-types__label {
  text-align: center;
  font-size: 14px;
  color: #EE2F3D;
  margin-bottom: 30px;
}
.corp-types__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .corp-types__grid {
    gap: 12px;
  }
}
.corp-types__item {
  background-color: #f5f5f5;
  padding: 24px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  width: calc(25% - 12px);
}
@media (max-width: 767px) {
  .corp-types__item {
    width: calc(50% - 6px);
  }
}

.corp-reasons {
  padding: 60px 0;
  border-top: 1px solid #dddddd;
}
.corp-reasons__label {
  text-align: center;
  font-size: 14px;
  color: #EE2F3D;
  margin-bottom: 30px;
}
.corp-reasons__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 800px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .corp-reasons__grid {
    grid-template-columns: 1fr;
  }
}
.corp-reasons__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border: 1px solid #EE2F3D;
  font-size: 14px;
  font-weight: 700;
}
.corp-reasons__item-icon {
  display: none;
}
.corp-reasons__message {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #272727;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .corp-reasons__message {
    font-size: 15px;
  }
}
.corp-reasons::after {
  content: "";
  display: block;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  border-bottom: 1px solid #dddddd;
}

.corp-faq {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .corp-faq {
    padding: 60px 0;
  }
}
.corp-faq__list {
  max-width: 800px;
  margin: 0 auto;
}
.corp-faq__item {
  border-bottom: 1px solid #dddddd;
}
.corp-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  color: #272727;
}
.corp-faq__question:hover {
  opacity: 0.7;
}
.corp-faq__q-icon {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  color: #EE2F3D;
}
.corp-faq__toggle {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  position: relative;
}
.corp-faq__toggle::before, .corp-faq__toggle::after {
  content: "";
  position: absolute;
  background-color: #272727;
  top: 50%;
  left: 50%;
  transition: transform 0.3s;
}
.corp-faq__toggle::before {
  width: 14px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.corp-faq__toggle::after {
  width: 2px;
  height: 14px;
  transform: translate(-50%, -50%);
}
.corp-faq__item.is-open .corp-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.corp-faq__answer {
  display: none;
  padding: 0 0 20px 0;
}
.is-open .corp-faq__answer {
  display: flex;
}
.corp-faq__answer {
  gap: 16px;
  align-items: flex-start;
}
.corp-faq__answer p {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
}
.corp-faq__a-icon {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  color: #EE2F3D;
}

.parts-overview {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .parts-overview {
    padding: 60px 0;
  }
}
.parts-overview__lead {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #272727;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .parts-overview__lead {
    font-size: 18px;
  }
}
.parts-overview__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: calc(100% - 260px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .parts-overview__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 100%;
  }
}
.parts-overview__card {
  background-color: #f5f5f5;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-align: center;
}
.parts-overview__card-image {
  margin: 16px auto 0;
  max-width: 349px;
  max-height: 200px;
  overflow: hidden;
}
.parts-overview__card-image img {
  width: 100%;
  height: 90%;
  object-fit: cover;
}
.parts-overview__card-body {
  padding: 16px;
}
.parts-overview__card-title {
  font-size: 13px;
  font-weight: 700;
  color: #272727;
  margin-bottom: 8px;
  line-height: 1.6;
  text-align: left;
  position: relative;
  padding-bottom: 10px;
}
.parts-overview__card-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5em;
  height: 1px;
  background-color: #EE2F3D;
}
.parts-overview__card-text {
  font-size: 12px;
  color: #666666;
  line-height: 1.8;
  text-align: left;
}
.parts-overview__policy {
  margin-top: 40px;
  padding: 24px;
  background-color: #f5f5f5;
  border-radius: 0;
  max-width: calc(100% - 260px);
  margin-left: auto;
  margin-right: auto;
}
.parts-overview__policy h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 10px;
}
.parts-overview__policy h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5em;
  height: 1px;
  background-color: #EE2F3D;
}
.parts-overview__policy p {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
}

.parts-yahoo {
  padding: 60px 0;
  background-color: #EE2F3D;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .parts-yahoo {
    padding: 40px 0;
  }
}
.parts-yahoo__heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .parts-yahoo__heading {
    font-size: 20px;
  }
}
.parts-yahoo__text {
  font-size: 15px;
  margin-bottom: 24px;
  opacity: 0.9;
}
.parts-yahoo__btn {
  display: inline-block;
  background-color: #ffffff;
  color: #EE2F3D;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.parts-yahoo__btn:hover {
  opacity: 1;
  background-color: #272727;
  color: #ffffff;
}

.parts-yahoo-img {
  position: relative;
  line-height: 0;
  margin-bottom: 40px;
}
.parts-yahoo-img__bg {
  display: block;
  width: 100%;
  height: auto;
}
.parts-yahoo-img__hotspot {
  position: absolute;
  display: block;
  cursor: pointer;
  bottom: 8%;
  left: calc(50% - 150px);
  transform: translateX(-50%);
  width: calc(38% - 45px);
  height: calc(18% - 15px);
  border-radius: 50px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.parts-yahoo-img__hotspot:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.5), 0 4px 16px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%) scale(1.05);
  opacity: 1;
}

.recycling-intro {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .recycling-intro {
    padding: 60px 0;
  }
}
.recycling-intro__content {
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .recycling-intro__content {
    flex-direction: column;
    gap: 20px;
  }
}
.recycling-intro__image {
  flex: 1;
  min-width: calc(50% + 175px);
  border-radius: 0;
  overflow: hidden;
  background-color: #f5f5f5;
  aspect-ratio: 16/10;
}
.recycling-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recycling-intro__text {
  flex: 1;
}
.recycling-intro__text h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.recycling-intro__text p {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
}
.recycling-intro__heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #EE2F3D;
  display: inline-block;
}

.recycling-process {
  position: relative;
  padding: 80px 0;
  background-color: #f5f5f5;
  overflow: hidden;
}
@media (max-width: 767px) {
  .recycling-process {
    padding: 60px 0;
  }
}
.recycling-process__subtitle {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .recycling-process__subtitle {
    margin-bottom: 24px;
  }
}
.recycling-process__subtitle span {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #272727;
}
@media (max-width: 767px) {
  .recycling-process__subtitle span {
    font-size: 13px;
  }
}
.recycling-process__title-line {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 12px auto 0;
  height: 28px;
}
.recycling-process__title-line line {
  stroke: #EE2F3D;
  stroke-width: 3;
  stroke-linecap: round;
}
.recycling-process__steps {
  max-width: 800px;
  margin: 0 auto;
}
.recycling-process__arrow {
  text-align: center;
  padding: 8px 0;
}
.recycling-process__arrow span {
  display: inline-block;
  color: #EE2F3D;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
.recycling-process__card {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #ffffff;
  border-radius: 0;
  padding: 24px 30px;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media (max-width: 767px) {
  .recycling-process__card {
    gap: 14px;
    padding: 18px 16px;
  }
}
.recycling-process__card-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #EE2F3D;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recycling-process__card-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #EE2F3D;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .recycling-process__card-icon {
    width: 46px;
    height: 46px;
  }
  .recycling-process__card-icon span {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
}
.recycling-process__card-image {
  flex-shrink: 0;
  width: 120px;
}
.recycling-process__card-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .recycling-process__card-image {
    width: 90px;
  }
}
.recycling-process__card-body {
  flex: 1;
  min-width: 0;
}
.recycling-process__card-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 6px;
}
.recycling-process__card-title strong {
  font-size: 16px;
  font-weight: 700;
  color: #272727;
}
.recycling-process__card-step {
  color: #EE2F3D;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.recycling-process__card-text {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
}
.recycling-process__character {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 150px;
  pointer-events: none;
}
.recycling-process__character img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .recycling-process__character {
    width: 100px;
    left: 10px;
  }
}

.recycling-sdg {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .recycling-sdg {
    padding: 60px 0;
  }
}
.recycling-sdg__block {
  max-width: 800px;
  margin: 0 auto 50px;
}
.recycling-sdg__block:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .recycling-sdg__block {
    margin-bottom: 30px;
  }
}
.recycling-sdg__image {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.recycling-sdg__image img {
  width: 100%;
  height: auto;
  display: block;
}
.recycling-sdg__image--full {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  border-radius: 0;
  max-width: none;
}
.recycling-sdg__heading {
  font-size: 18px;
  font-weight: 700;
  color: #272727;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .recycling-sdg__heading {
    font-size: 16px;
  }
}
.recycling-sdg__desc {
  font-size: 14px;
  color: #666666;
  line-height: 2;
}

.sub-cta {
  padding: 60px 0;
  background-color: #EE2F3D;
  text-align: center;
}
@media (max-width: 767px) {
  .sub-cta {
    padding: 40px 0;
  }
}
.sub-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sub-cta__buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
.sub-cta__btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.sub-cta__btn:hover {
  background-color: #ffffff;
  color: #EE2F3D;
  opacity: 1;
}
.sub-cta__note {
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin-top: 4px;
  opacity: 0.8;
}

.contact-form__desc {
  text-align: center;
  font-size: 15px;
  color: #272727;
  line-height: 1.8;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .contact-form__desc {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.contact-form__desc-line {
  width: 40px;
  height: 3px;
  background-color: #EE2F3D;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .contact-form__desc-line {
    margin-bottom: 30px;
  }
}
.contact-form__body {
  max-width: 800px;
  margin: 0 auto;
}
.contact-form__body p {
  margin: 0;
}
.contact-form__body br {
  display: none;
}
.contact-form__body .form-row {
  display: flex;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: none;
}
@media (max-width: 767px) {
  .contact-form__body .form-row {
    flex-direction: column;
    padding: 12px 0;
  }
}
.contact-form__body .form-label {
  width: 240px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  padding-top: 8px;
  display: flex;
  align-items: flex-start;
  gap: 4em;
}
@media (max-width: 767px) {
  .contact-form__body .form-label {
    width: 100%;
    padding-top: 0;
    margin-bottom: 6px;
  }
}
.contact-form__body .form-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  border-radius: 0;
  flex-shrink: 0;
  background: none;
}
.contact-form__body .form-badge--required {
  color: #EE2F3D;
  margin-right: 4em;
}
.contact-form__body .form-badge--optional {
  color: #aaa;
  margin-right: 4em;
}
.contact-form__body .form-field {
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  .contact-form__body .form-field {
    width: 100%;
  }
}
.contact-form__body input[type=text],
.contact-form__body input[type=email],
.contact-form__body input[type=tel],
.contact-form__body textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  background-color: #ffffff;
}
.contact-form__body input[type=text]:focus,
.contact-form__body input[type=email]:focus,
.contact-form__body input[type=tel]:focus,
.contact-form__body textarea:focus {
  outline: none;
  border-color: #EE2F3D;
}
.contact-form__body input[type=text]::placeholder,
.contact-form__body input[type=email]::placeholder,
.contact-form__body input[type=tel]::placeholder,
.contact-form__body textarea::placeholder {
  color: #bbb;
}
.contact-form__body textarea {
  height: 120px;
  resize: vertical;
}
.contact-form__body .form-agreement {
  text-align: center;
  padding: 24px 0 16px;
}
.contact-form__body .form-agreement .wpcf7-acceptance label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  cursor: pointer;
}
.contact-form__body .form-agreement .form-privacy-link {
  display: block;
  font-size: 12px;
  color: #666666;
  text-decoration: underline;
}
.contact-form__body .form-agreement .form-privacy-link:hover {
  color: #EE2F3D;
}
.contact-form__body .form-agreement .form-privacy-link {
  margin-top: 4px;
}
.contact-form__body .form-submit {
  text-align: center;
  padding-bottom: 8px;
}
.contact-form__body .wpcf7-submit {
  display: inline-block;
  background-color: #EE2F3D;
  color: #ffffff;
  padding: 16px 120px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 0;
  cursor: pointer;
  letter-spacing: 0.3em;
  transition: all 0.3s ease;
}
.contact-form__body .wpcf7-submit:hover {
  opacity: 0.9;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .contact-form__body .wpcf7-submit {
    padding: 14px 50px;
    font-size: 16px;
  }
}
.contact-form__body .wpcf7-not-valid-tip {
  color: #EE2F3D;
  font-size: 12px;
  margin-top: 4px;
}
.contact-form__body .wpcf7-spinner {
  display: none;
}
.contact-form__consent {
  text-align: center;
  margin: 30px 0;
  font-size: 14px;
}
.contact-form__consent input[type=checkbox] {
  margin-right: 8px;
}
.contact-form__consent a {
  color: #EE2F3D;
  font-size: 13px;
}
.contact-form__consent a:hover {
  opacity: 1;
  text-decoration: underline;
}
.contact-form__submit {
  text-align: center;
}

.btn--wide {
  min-width: 300px;
  padding: 16px 60px;
  font-size: 16px;
  letter-spacing: 0.3em;
  background-color: #EE2F3D;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  transition: background-color 0.3s ease;
}
.btn--wide:hover {
  background-color: #a01a1f;
  opacity: 1;
}
@media (max-width: 767px) {
  .btn--wide {
    min-width: auto;
    width: 100%;
  }
}

.archive-content {
  padding: 60px 0 80px;
}
@media (max-width: 767px) {
  .archive-content {
    padding: 40px 0 60px;
  }
}
.archive-content__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.archive-content__layout {
  display: flex;
  gap: 60px;
}
@media (max-width: 767px) {
  .archive-content__layout {
    flex-direction: column;
    gap: 40px;
  }
}
.archive-content__main {
  flex: 1;
  min-width: 0;
}

.news-list__item {
  border-bottom: 1px solid #dddddd;
}
.news-list__link {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .news-list__link {
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px 0;
  }
}
.news-list__link:hover {
  opacity: 1;
}
.news-list__link:hover .news-list__title {
  color: #EE2F3D;
}
.news-list__date {
  flex-shrink: 0;
  font-size: 14px;
  color: #666666;
  min-width: 100px;
}
@media (max-width: 767px) {
  .news-list__date {
    font-size: 13px;
  }
}
.news-list__category {
  flex-shrink: 0;
  display: inline-block;
  padding: 2px 12px;
  font-size: 11px;
  background-color: #EE2F3D;
  color: #ffffff;
  border-radius: 2px;
}
.news-list__title {
  font-size: 15px;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .news-list__title {
    font-size: 14px;
    width: 100%;
  }
}

.archive-sidebar {
  width: 220px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .archive-sidebar {
    width: 100%;
  }
}
.archive-sidebar__section {
  margin-bottom: 40px;
}
.archive-sidebar__section:last-child {
  margin-bottom: 0;
}
.archive-sidebar__title {
  font-size: 16px;
  font-weight: 700;
  color: #EE2F3D;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.archive-sidebar__list li {
  margin-bottom: 8px;
}
.archive-sidebar__list a {
  font-size: 14px;
  color: #272727;
}
.archive-sidebar__list a:hover {
  opacity: 1;
  color: #EE2F3D;
}

.pagination {
  margin-top: 40px;
  text-align: center;
}
.pagination .nav-links {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #272727;
  transition: all 0.3s ease;
}
.pagination .page-numbers:hover {
  background-color: #EE2F3D;
  border-color: #EE2F3D;
  color: #ffffff;
  opacity: 1;
}
.pagination .page-numbers.current {
  background-color: #EE2F3D;
  border-color: #EE2F3D;
  color: #ffffff;
}

.no-posts {
  text-align: center;
  color: #666666;
  padding: 60px 0;
}

.news-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .news-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.news-cards__item {
  display: block;
  transition: transform 0.3s ease;
}
.news-cards__item:hover {
  transform: translateY(-4px);
  opacity: 1;
}
.news-cards__image {
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 10px;
}
.news-cards__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-cards__body {
  padding: 0 4px;
}
.news-cards__date {
  display: block;
  font-size: 13px;
  color: #666666;
  margin-bottom: 4px;
}
.news-cards__title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.single-content {
  padding: 60px 0 80px;
}
@media (max-width: 767px) {
  .single-content {
    padding: 40px 0 60px;
  }
}
.single-content__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.article__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.article__date {
  font-size: 14px;
  color: #666666;
}
.article__category {
  display: inline-block;
  padding: 2px 12px;
  font-size: 11px;
  background-color: #EE2F3D;
  color: #ffffff;
  border-radius: 2px;
}
.article__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #dddddd;
}
@media (max-width: 767px) {
  .article__title {
    font-size: 20px;
  }
}
.article__thumbnail {
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}
.article__thumbnail img {
  width: 100%;
  height: auto;
}
.article__body {
  font-size: 15px;
  line-height: 2;
  color: #272727;
}
@media (max-width: 767px) {
  .article__body {
    font-size: 14px;
  }
}
.article__body h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 40px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #EE2F3D;
}
@media (max-width: 767px) {
  .article__body h2 {
    font-size: 19px;
  }
}
.article__body h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 12px;
}
@media (max-width: 767px) {
  .article__body h3 {
    font-size: 16px;
  }
}
.article__body p {
  margin-bottom: 20px;
}
.article__body ul, .article__body ol {
  margin: 16px 0;
  padding-left: 24px;
}
.article__body ul li, .article__body ol li {
  margin-bottom: 8px;
  list-style: disc;
}
.article__body ol li {
  list-style: decimal;
}
.article__body img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 16px 0;
}
.article__body blockquote {
  background-color: #f5f5f5;
  border-left: 4px solid #EE2F3D;
  padding: 20px 24px;
  margin: 20px 0;
  font-style: italic;
}
.article__body a {
  color: #EE2F3D;
}
.article__body a:hover {
  text-decoration: underline;
  opacity: 1;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loading__logo {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.loading__logo.is-visible {
  opacity: 1;
  transform: scale(1);
}
.loading__logo img {
  width: 200px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .loading__logo img {
    width: 150px;
  }
}

.privacy__body {
  max-width: 800px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2;
  color: #272727;
}
@media (max-width: 767px) {
  .privacy__body {
    font-size: 14px;
  }
}
.privacy__body h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 40px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .privacy__body h2 {
    font-size: 16px;
  }
}
.privacy__body p {
  margin-bottom: 16px;
}
.privacy__body ul {
  margin: 12px 0 20px;
  padding-left: 24px;
}
.privacy__body ul li {
  list-style: disc;
  margin-bottom: 6px;
}
.privacy__company {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #dddddd;
  font-size: 14px;
  line-height: 1.8;
}
