@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  display: none;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 64%;
  margin: 0 0 23% auto;
}
.global-select select {
  padding: 6% 10% 6% 6%;
}

/*
# ドロワーメニュー
------------------------------------ */
.sp-menu-btn-wrp {
  top: 5vw;
  right: 4%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 7.5vw;
  height: 5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 100%;
  height: 2px;
  background: var(--body-font-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: auto;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-10);
}

.sp-menu-btn.active .top {
  top: 50%;
  transform: translateY(0) translateX(0px) rotate(45deg);
}

.sp-menu-btn.active .bottom {
  bottom: 50%;
  transform: translateY(1px) translateX(0px) rotate(-45deg);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 15% 6%;
  background-image: radial-gradient(#d9d8d1 1px, transparent 1px), radial-gradient(#d9d8d1 1px, transparent 1px);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
  background-color: #fcfaf2;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 9% 0;
  font-size: var(--font-size-18);
  border-bottom: none;
  display: block;
  text-align: center;
}
#drawer__nav .drawer__nav-item .drawer__nav-link.nav-link--official::after {
  right: 28%;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
  color: var(--accent-color);
}
#drawer__nav .drawer__nav .current span::before, #drawer__nav .drawer__nav .current span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2vw;
  height: 2vw;
  border-top: 2px solid var(--accent-color);
  border-right: 2px solid var(--accent-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer__nav .drawer__nav .current span::before {
  left: 0;
}
#drawer__nav .drawer__nav .current span::after {
  left: 2.5vw;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.show::before {
  background: none;
  border: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link span {
  padding: 0 0 0 5%;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# c-tel, c-time
------------------------*/
.c-tel {
  line-height: 1.2;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-tel .tel__num {
  font-size: var(--font-size-26);
  letter-spacing: 0.05em;
  padding-left: 6.5rem;
}
.c-tel .tel__num::before {
  width: 5rem;
  height: 5rem;
  background: var(--primary-color);
  border-radius: 50%;
  color: var(--color-white);
  font-size: var(--font-size-17);
  font-weight: var(--body-font-weight);
}

.c-time {
  font-size: var(--font-size-12);
  letter-spacing: 0.01em;
  margin-top: 0.5em;
  text-align: center;
}

/*
# c-sns__list
------------------------*/
.c-sns__list {
  gap: 2rem 5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto;
}

/*
# c-mail__button
------------------------*/
.c-mail__button span {
  padding-left: 4rem;
}
.c-mail__button span::before {
  transition: color 0.3s ease;
  color: var(--primary-color);
  inset: 0 auto 0 0;
  font-weight: var(--body-font-weight);
}
.c-mail__button:hover span::before {
  color: var(--color-white);
}

/*
# c-price__section
------------------------*/
.c-price__section {
  padding: 21.8rem 0 8rem;
}
.c-price__section .price__inbox {
  z-index: 1;
}
.c-price__section .price__inbox::before, .c-price__section .price__inbox::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.c-price__section .price__inbox::before {
  width: 24.9rem;
  height: 25.1rem;
  background: url(../img/common/com_illust-woman.png) center/100% no-repeat;
  inset: -16.3rem auto auto -5rem;
}
.c-price__section .price__inbox::after {
  width: 26.7rem;
  height: 25.5rem;
  background: url(../img/common/com_illust-man.png) center/100% no-repeat;
  inset: -17.3rem -5rem auto auto;
}
.c-price__section .price__title {
  margin-bottom: 0;
}
.c-price__section .price__box {
  padding: 6.5rem 5rem;
  gap: 2.5rem 9rem;
  flex-wrap: wrap;
}
.c-price__section .price__value {
  font-size: var(--font-size-21);
}
.c-price__section .price__value small {
  font-size: var(--font-size-15);
}
.c-price__section .price__text {
  width: 100%;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

/*==========================================
  共通ブロック・要素
  ===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
}

/*
# logo
------------------------*/
.com-logo {
  width: 22rem;
  display: block;
  line-height: 1;
}

/*
# primary-button
------------------------*/
.primary-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--font-weight-bold);
  border: 2px solid var(--primary-color);
  font-size: var(--font-size-16);
  border-radius: 0.8rem;
  min-height: 8.5rem;
  background: var(--color-white);
}
.primary-button:hover {
  opacity: 1;
  color: var(--color-white);
  background: var(--primary-color);
}

.secondary-button {
  border-bottom: 2px solid var(--primary-color);
  padding: 1rem 6rem 1rem 0;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 3.5rem 0 0 auto;
}
.secondary-button::before {
  inset: 0 0 0 auto;
  color: var(--primary-color);
  font-size: var(--font-size-38);
  font-weight: var(--font-weight-medium);
}
.secondary-button:hover {
  opacity: 1;
  color: var(--accent-color);
  border-color: var(--accent-color);
}
.secondary-button:hover::before {
  color: var(--accent-color);
}

/*
# com-check-list
------------------------*/
.com-check-list .com-check-item {
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  padding-left: 3.5rem;
  margin-bottom: 2.5rem;
  font-size: var(--font-size-15);
}
.com-check-list .com-check-item:last-child {
  margin-bottom: 0;
}
.com-check-list .com-check-item::before {
  inset: 1rem auto auto 0;
  font-weight: var(--font-weight-medium);
  color: var(--primary-color);
}

/*==========================================
共通タイトル
===========================================*/
.primary-title {
  font-size: var(--font-size-23);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 8rem;
  line-height: 1.375;
}

.secondary-title {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-21);
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

/*
# title-dotted
------------------------*/
.title-dotted {
  font-size: var(--font-size-26);
  position: relative;
}
.title-dotted::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--accent-color-light);
  inset: -1rem 0 auto;
  margin: 0 auto;
}

/*
# title-image-sub
------------------------*/
.title-image-sun {
  position: relative;
  z-index: 1;
  padding: 3.2rem 0 0;
}
.title-image-sun::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 12.7rem;
  height: 12.7rem;
  inset: 0 auto auto 0;
  background: url(../img/common/com_illust-sun.png) center/100% no-repeat;
}

/*==========================================
header
===========================================*/
#header {
  z-index: 1001;
  inset: 0 0 auto;
  padding: 2.5rem 2rem 0;
}

.nav-link--official {
  position: relative;
}
.nav-link--official::after {
  position: absolute;
  content: "\f1c5";
  color: inherit;
  font-family: var(--bootstrap-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0 0 0 auto;
  margin: auto 0;
  line-height: 1;
  letter-spacing: 0;
  z-index: 1;
}

/*==========================================
mv
===========================================*/
.page-visual::before, .page-visual::after {
  position: absolute;
  content: "";
  z-index: 1;
}
.page-visual::before {
  width: 42.15rem;
  height: 13.65rem;
  background: url(../img/top/mv/mv_frame-right.png) top center/100% no-repeat;
  inset: 0 0 auto auto;
}
.page-visual::after {
  width: 33.2rem;
  height: 10.25rem;
  background: url(../img/top/mv/mv_frame-left.png) bottom center/100% no-repeat;
  inset: auto auto 0 0;
}

.top-mv {
  height: 80rem;
  background: url(../img/top/mv/mv_bg.jpg) center/cover no-repeat;
}
.top-mv .mv__catch {
  width: 49rem;
  inset: 0 auto 0 2.5rem;
  margin: auto 0;
  display: flex;
  align-items: center;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 8rem 0 8.5rem;
}
#footer .footer__inbox {
  position: relative;
}
#footer .footer__logo {
  width: 26rem;
  margin: 0 auto 5rem;
}
#footer .footer__left {
  padding-bottom: 6rem;
}
#footer .footer__address {
  text-align: center;
}
#footer .footer__address .address__locate {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin: 0 auto 3rem;
  font-size: var(--font-size-15);
  line-height: 1.4705882353;
}
#footer .footer__address .c-tel .tel__num {
  font-size: var(--font-size-28);
}
#footer .footer__address .c-time {
  letter-spacing: 0.1em;
  font-size: var(--font-size-14);
}
#footer .footer__nav-list {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 3rem 0;
}
#footer .footer__nav-link {
  letter-spacing: 0.1em;
  padding-right: 2.5rem;
  font-size: var(--font-size-14);
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  margin-top: 7rem;
}
#copyright small {
  font-size: var(--font-size-11);
}

/*==========================================
sv
===========================================*/
.lower-sv {
  min-height: 35rem;
}
.lower-sv .sv__title {
  width: 55rem;
  margin: 0 auto;
  text-align: center;
  font-size: var(--font-size-23);
  letter-spacing: 0.05em;
  background: rgba(var(--color-white-rgb), 0.8);
  padding: 1.5rem 2rem;
  inset: auto 0 10rem;
}

#inspection-sv {
  background: url(../../img/sv/sv_inspection-bg.jpg) center/cover no-repeat;
}

#maintenance-sv {
  background: url(../../img/sv/sv_maintenance-bg.jpg) center/cover no-repeat;
}

#recycle-sv {
  background: url(../../img/sv/sv_recycle-bg.jpg) center/cover no-repeat;
}

#company-sv {
  background: url(../../img/sv/sv_company-bg.jpg) center/cover no-repeat;
}

#news-sv {
  background: url(../../img/sv/sv_news-bg.jpg) center/cover no-repeat;
}

#contact-sv {
  background: url(../../img/sv/sv_contact-bg.jpg) center/cover no-repeat;
}

#complete-sv {
  background: url(../../img/sv/sv_complete-bg.jpg) center/cover no-repeat;
}

#privacy-sv {
  background: url(../../img/sv/sv_privacy-bg.jpg) center/cover no-repeat;
}

#site-sv {
  background: url(../../img/sv/sv_site-bg.jpg) center/cover no-repeat;
}

#e404-sv {
  background: url(../../img/sv/sv_e404-bg.jpg) center/cover no-repeat;
}

/*==========================================
top
===========================================*/
.headline-section {
  background-color: var(--primary-color);
  background-image: url(../img/common/headline_bg-deco-left.png), url(../img/common/headline_bg-deco-right.png);
  background-repeat: no-repeat;
  background-size: 15.8333%, 23.4375%;
  background-position: 0 100%, 100% 100%;
  padding: 13.7rem 0 11rem;
}
.headline-section__box {
  background: var(--color-white);
  padding: 8rem 3rem;
  border-radius: 3rem;
}

/*
# top-worries
------------------------*/
.top-worries {
  background: url(../img/common/com_bg-deco-left.png) left bottom/30% no-repeat, url(../img/common/com_bg-deco-right.png) right bottom/48% no-repeat, linear-gradient(to bottom, rgb(225, 227, 161) 0%, rgb(196, 220, 102) 100%);
  padding: 8rem 0 15rem;
}
.top-worries .worries__box {
  padding-bottom: 22rem;
}
.top-worries .worries__box::before, .top-worries .worries__box::after {
  position: absolute;
  content: "";
}
.top-worries .worries__box::before {
  width: 33.5rem;
  height: 19.2rem;
  inset: auto 0 0;
  margin: 0 auto;
  background: url(../img/top/top_trouble-img.png) bottom -1px center/100% no-repeat;
}
.top-worries .worries__box::after {
  width: 6.7rem;
  height: 4.6rem;
  background: url(../img/top/top_trouble-content-deco.png) center/100% no-repeat;
  inset: auto auto -6.7rem 10rem;
}
.top-worries .worries__title {
  margin: 0 auto 6rem;
  width: -moz-fit-content;
  width: fit-content;
}
.top-worries .worries__title::before, .top-worries .worries__title::after {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 2rem;
  background: var(--body-font-color);
  bottom: 1rem;
  margin: auto 0;
}
.top-worries .worries__title::before {
  left: -2rem;
  transform: rotate(-45deg);
}
.top-worries .worries__title::after {
  right: -2rem;
  transform: rotate(45deg);
}

/*
# top-panel
------------------------*/
.top-panel {
  padding: 7.5rem 0 12rem;
}
.top-panel .panel__title {
  text-align: center;
  margin-bottom: 5rem;
}

/*
# top-maintenance
------------------------*/
.top-maintenance {
  position: relative;
  z-index: 1;
}
.top-maintenance .maintenance__bg-image {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.top-maintenance .maintenance__bg-image img {
  position: fixed;
  inset: 0;
}
.top-maintenance .maintenance__content {
  padding: 7.5rem 5rem 42rem 5rem;
  height: 100%;
  background: url(../img/top/top_why-deco.png) bottom 11rem center/58% no-repeat, rgba(var(--color-white-rgb), 0.9);
}
.top-maintenance .maintenance__title {
  text-align: left;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  background: url(../img/top/top_why-ttl-deco.png) left 20rem bottom/15% no-repeat;
  font-size: var(--font-size-22);
}

/*
# top-about
------------------------*/
.top-about .about__title {
  background: linear-gradient(to right, rgb(254, 240, 243) 0%, rgb(248, 184, 199) 100%);
  font-size: var(--font-size-21);
  margin-bottom: 0;
}
.top-about .about__title::after {
  position: absolute;
  content: "";
  width: 14rem;
  height: 6rem;
  inset: auto 0 -4rem;
  margin: 0 auto;
  background: url(../img/top/top_about-arw.png) bottom center/100% no-repeat;
  z-index: 2;
}
.top-about .about__title .inbox {
  padding: 5.5rem 0;
}
.top-about .about__title .title-logo {
  width: 21rem;
  vertical-align: middle;
  margin-right: 2.5rem;
  filter: drop-shadow(1px 0 0 var(--color-white)) drop-shadow(-1px 0 0 var(--color-white)) drop-shadow(0 1px 0 var(--color-white)) drop-shadow(0 -1px 0 var(--color-white)) drop-shadow(1px 1px 0 var(--color-white)) drop-shadow(-1px -1px 0 var(--color-white)) drop-shadow(1px -1px 0 var(--color-white)) drop-shadow(-1px 1px 0 var(--color-white));
}
.top-about .about__wrap {
  padding: 9.5rem 0 9rem;
  position: relative;
}
.top-about .about__img img {
  border-radius: 3rem;
}
.top-about .about__content {
  margin-bottom: 8rem;
}
.top-about .about__content .about__text {
  margin-bottom: 3.5rem;
}
.top-about .about__content .about__text:last-child {
  margin-bottom: 0;
}
.top-about .about__problem {
  margin-top: 4.7rem;
  padding: 4rem;
}
.top-about .about__problem-title {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: var(--font-size-21);
  margin: 0 auto 4rem;
  letter-spacing: 0.05em;
}
.top-about .about__problem-title::before {
  position: absolute;
  content: "";
  width: 8rem;
  height: 8rem;
  background: url(../img/top/top_about-content-deco.png) center/100% no-repeat;
  inset: 0 -8rem 0 auto;
  margin: auto 0;
}
.top-about .about__problem-title .color-accent {
  font-size: var(--font-size-29);
}
.top-about .about__problem-list {
  gap: 2.3rem;
}
.top-about .about__problem-item {
  margin-bottom: 5rem;
}
.top-about .about__problem-item:last-child {
  margin-bottom: 0;
}
.top-about .about__problem-item-title {
  text-align: center;
  font-size: var(--font-size-18);
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  padding: 1rem 0;
}

/*
# top-inspection
------------------------*/
.top-inspection {
  padding: 10rem 0;
  background: url(../img/top/top_feature-bg_deco.png) top center/96.7708% repeat-y, url(../img/common/com_bg-ptrn.jpg);
}
.top-inspection .inspection__list {
  padding: 5rem 3rem 19rem;
  gap: 3.75rem;
  background-image: url(../img/common/com_illust-woman.png), url(../img/common/com_illust-man.png);
  background-position: left bottom -1px, right bottom -1px;
  background-repeat: no-repeat;
  background-size: 27%, 30%;
}
.top-inspection .inspection__item {
  width: 42rem;
  margin: 0 auto 7rem;
}
.top-inspection .inspection__item:last-child {
  margin-bottom: 0;
}
.top-inspection .inspection__item-title {
  width: 24.4rem;
  height: 23.6rem;
  margin: 0 auto 2rem;
  text-align: center;
  background: url(../img/top/top_feature-list-ttl-bg.png) center/100% no-repeat;
  font-size: var(--font-size-18);
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.3043478261;
  text-shadow: var(--color-white) 2px 0px, var(--color-white) -2px 0px, var(--color-white) 0px -2px, var(--color-white) 0px 2px, var(--color-white) 2px 2px, var(--color-white) -2px 2px, var(--color-white) 2px -2px, var(--color-white) -2px -2px, var(--color-white) 1px 2px, var(--color-white) -1px 2px, var(--color-white) 1px -2px, var(--color-white) -1px -2px, var(--color-white) 2px 1px, var(--color-white) -2px 1px, var(--color-white) 2px -1px, var(--color-white) -2px -1px;
}
.top-inspection .inspection__item-title .color-accent {
  font-size: var(--font-size-21);
}
.top-inspection .inspection__item-title::before {
  position: absolute;
  inset: 3rem 0 auto;
  color: var(--primary-color);
  font-size: var(--font-size-18);
}
.top-inspection .inspection__item-text {
  font-size: var(--font-size-14);
}

/*
# top-service
------------------------*/
.top-service {
  padding: 10rem 0;
}
.top-service .service__list {
  gap: 3rem 4rem;
}
.top-service .service__item {
  margin-bottom: 7rem;
}
.top-service .service__item:last-child {
  margin-bottom: 0;
}
.top-service .service__item-link {
  padding-top: 24rem;
}
.top-service .service__item-link-title {
  font-size: var(--font-size-20);
  padding: 2.5rem 3rem;
  border-radius: 0 0 3rem 3rem;
}
.top-service .service__item-link-title::before {
  color: var(--primary-color);
  inset: 0 6% 0 auto;
  font-size: var(--font-size-30);
}
.top-service .service__item-link-text {
  font-size: var(--font-size-14);
}
.top-service .service__item-inspection .service__item-link {
  background: url(../img/top/top_bnr-inspection-bg.png) top center/100% no-repeat;
}
.top-service .service__item-maintenance .service__item-link {
  background: url(../img/top/top_bnr-maintenance-bg.png) top center/100% no-repeat;
}
.top-service .service__item:has(.service__item-content) {
  width: 100%;
}
.top-service .service__item:has(.service__item-content) .service__item-link {
  background: url(../img/top/top_bnr-setup-bg.png) top center/100% no-repeat;
}
.top-service .service__item:has(.service__item-content) .service__item-content {
  padding: 4rem;
  border-radius: 0 0 3rem 3rem;
}
.top-service .service__item:has(.service__item-content) .service__item-link-title {
  padding: 0;
  margin-bottom: 1rem;
}

/*
# top-area
------------------------*/
.top-area .area__inbox {
  padding: 7.5rem 8%;
  background: url(../img/top/top_area-img.png) right center/53% no-repeat, url(../img/top/top_area-bg.png) top -38rem left -46rem/180% no-repeat;
}
.top-area .area__left {
  margin-bottom: 8rem;
}
.top-area .area__title {
  text-align: left;
  margin-bottom: 2.5rem;
}
.top-area .area__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 1rem 4%;
}
.top-area .area__list .area__item {
  width: 48%;
  text-align: center;
  font-size: var(--font-size-17);
  padding: 0.5rem;
}

/*
# top-contact
------------------------*/
.top-contact {
  padding: 7.5rem 0 8rem;
  background: url(../img/top/top_cta-bg-deco-right.png) right top/45% no-repeat, url(../img/top/top_cta-bg-deco-left.png) left bottom/58% no-repeat, var(--primary-color-light);
}
.top-contact .contact__inner-title {
  font-size: var(--font-size-26);
  letter-spacing: 0.05em;
  line-height: 1.5625;
  margin-bottom: 6rem;
  text-align: center;
}
.top-contact .contact__inner-title::before {
  position: absolute;
  content: "";
  background: url(../img/top/top_cta-ttl-deco.png) center/100% no-repeat;
  width: 6.8rem;
  height: 7.8rem;
  inset: -1.5rem 8rem auto auto;
}
.top-contact .contact__list {
  margin-top: 7rem;
  padding: 5rem 3rem;
}
.top-contact .contact__list .contact__item {
  margin-bottom: 6rem;
}
.top-contact .contact__list .contact__item:last-child {
  margin-bottom: 0;
}
.top-contact .contact__list .primary-button {
  width: 100%;
}
.top-contact .contact__list .primary-button.line__button span {
  padding-left: 6.5rem;
  background: url(../img/common/sns/LINE_logo.svg) left center/4.1rem no-repeat;
}
.top-contact .contact__list .contact__item-tel .tel__num {
  font-size: var(--font-size-27);
}
.top-contact .contact__list .contact__item-tel .c-time {
  font-size: var(--font-size-14);
}

/*
# top-recycle
------------------------*/
.top-recycle {
  padding: 10rem 0;
  position: relative;
}
.top-recycle .recycle__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5rem;
}
.top-recycle .recycle__img {
  margin-bottom: 5rem;
}
.top-recycle .recycle__img img {
  border-radius: 3rem;
}
.top-recycle .recycle__title {
  text-align: left;
  padding-right: 11rem;
}
.top-recycle .recycle__title::before {
  position: absolute;
  content: "";
  width: 10rem;
  height: 8.9rem;
  inset: -3rem 0 auto auto;
  margin: auto 0;
  background: url(../img/top/top_recycle-ttl-deco.png) center/100% no-repeat;
}

/*
# top-news
------------------------*/
.top-news {
  padding: 13.5rem 0 11rem;
}
.top-news .news__title {
  margin-bottom: 6rem;
}
.top-news .news__post {
  margin-bottom: 2rem;
}
.top-news .news__post-link {
  padding: 2.5rem 8.5rem 2.5rem 3.5rem;
  row-gap: 1rem;
}
.top-news .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
.top-news .news__post-link::before {
  inset: 0 3% 0 auto;
  font-size: var(--font-size-34);
  color: var(--primary-color);
}
.top-news .news__post:last-child {
  margin-bottom: 0;
}
.top-news .news__post-date {
  font-size: var(--font-size-14);
  width: 16rem;
}
.top-news .news__post-tags {
  width: calc(100% - 16rem);
  gap: 0.5rem 0;
}
.top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-14);
  padding: 0 1.5rem;
}
.top-news .news__post-tags .news__post-tag::before {
  width: 1px;
  height: 2rem;
  background: var(--primary-color);
  inset: 0 auto 0 0;
  position: absolute;
  content: "";
  margin: auto 0;
}
.top-news .news__post-title {
  font-size: var(--font-size-15);
  letter-spacing: 0.05em;
}
.top-news .news__button {
  margin-top: 10rem;
}

/*==========================================
inspection
===========================================*/
.about__section .about__box {
  padding: 7rem 4rem 5rem;
}
.about__section .about__title {
  margin-bottom: 5rem;
}
.about__section .about__subtitle {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5rem;
  font-size: var(--font-size-18);
  padding: 0.8rem 2.5rem;
  line-height: 1.5217391304;
}
.about__section .about__img {
  margin-bottom: 5rem;
}
.about__section .about__list-item {
  margin-bottom: 3rem;
}
.about__section .about__list-item:last-child {
  margin-bottom: 0;
}
.about__section .about__list-item-title {
  font-size: var(--font-size-18);
  padding-left: 4rem;
}
.about__section .about__list-item-text {
  padding-left: 4rem;
  font-size: var(--font-size-15);
}

/*
# inspection-panel
------------------------*/
.inspection-panel .panel__item {
  margin-bottom: 7rem;
}
.inspection-panel .panel__item:last-child {
  margin-bottom: 0;
}
.inspection-panel .panel__item-title {
  text-align: center;
  font-size: var(--font-size-18);
  margin-bottom: 1.5rem;
  padding: 0.85rem 0;
}

/*
# inspection-checklist
------------------------*/
.inspection-checklist .checklist__title {
  margin-bottom: 5rem;
}
.inspection-checklist .checklist__list {
  padding: 4rem 3rem;
}

/*
# inspection-flow
------------------------*/
.com-flow__list .flow__item {
  border-radius: 0.8rem;
  margin-bottom: 6rem;
}
.com-flow__list .flow__item:last-child {
  margin-bottom: 0;
}
.com-flow__list .flow__item::before {
  inset: auto 0 -5rem 0;
  font-size: var(--font-size-30);
  color: var(--primary-color);
  transform: rotate(90deg);
}
.com-flow__list .flow__item:last-child::before {
  display: none;
}
.com-flow__list .flow__item-title {
  font-size: var(--font-size-18);
  text-align: center;
  padding: 1rem 0;
  border-radius: 0.8rem 0.8rem 0 0;
}
.com-flow__list .flow__item-title::before {
  content: counter(number) ".";
}
.com-flow__list .flow__item-text {
  padding: 3rem 4rem;
  font-size: var(--font-size-15);
}

/*==========================================
maintenance
===========================================*/
/*
# mainte-works
------------------------*/
.mainte-works .works__left {
  margin-bottom: 7rem;
}
.mainte-works .works__title {
  margin-bottom: 4rem;
}
.mainte-works .works__part {
  margin-bottom: 7rem;
}
.mainte-works .works__part:last-child {
  margin-bottom: 0;
}
.mainte-works .works__part-title {
  font-size: var(--font-size-21);
  text-align: center;
  padding: 1rem 0;
  border-radius: 3rem 3rem 0 0;
}
.mainte-works .works__part-checks {
  padding: 2.5rem;
}

/*
# mainte-bfaf
------------------------*/
.mainte-bfaf .bfaf__item {
  margin-bottom: 7rem;
}
.mainte-bfaf .bfaf__item:last-child {
  margin-bottom: 0;
}
.mainte-bfaf .bfaf__item-title {
  font-size: var(--font-size-18);
  text-align: center;
  margin-bottom: 2rem;
  padding: 0.5rem 0;
}
.mainte-bfaf .bfaf__item .bfaf__img:first-child {
  width: 45rem;
  margin-bottom: 10rem;
  position: relative;
}
.mainte-bfaf .bfaf__item .bfaf__img:first-child::after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 9.6rem;
  inset: auto -10rem -10rem 0;
  margin: auto;
  background: url(../img/maintenance/bfaf_arr.png) center/100% no-repeat;
  transform: rotate(90deg);
}
.mainte-bfaf .bfaf__item .bfaf__caption {
  inset: auto auto 1rem 1rem;
  font-size: var(--font-size-13);
  padding: 0.2rem 1rem;
}

/*==========================================
recycle
===========================================*/
/*
# recycle-items
------------------------*/
.recycle-items .items__title {
  text-align: left;
}
.recycle-items .item__list {
  gap: 3rem 10%;
}
.recycle-items .item__fig {
  width: 45%;
}
.recycle-items .item__caption {
  margin-top: 1rem;
  font-size: var(--font-size-14);
}

/*
# recycle-rare
------------------------*/
.recycle-rare .rare__box {
  padding: 4rem 3rem;
}
.recycle-rare .rare__list {
  row-gap: 2rem;
}
.recycle-rare .rare__item {
  width: 50%;
  margin-bottom: 0;
}

/*
# recycle-rejection
------------------------*/
.recycle-rejection .rejection__left {
  margin-bottom: 8rem;
}
.recycle-rejection .rejection__item {
  margin-bottom: 6rem;
  border-radius: 0 0 3rem 3rem;
}
.recycle-rejection .rejection__item:last-child {
  margin-bottom: 0;
}
.recycle-rejection .rejection__item-title {
  text-align: center;
  font-size: var(--font-size-19);
  border-radius: 3rem 3rem 0 0;
  padding: 0.5rem;
}
.recycle-rejection .rejection__item-text {
  padding: 2rem 2.5rem;
}

/*==========================================
company
===========================================*/
/*
# company-info
------------------------*/
.company-info .info__table {
  margin-bottom: 8rem;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-13);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  width: 70%;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  margin-bottom: 15%;
}
#contact .contact__form-item .contact__form-label .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 3% 0;
}
#contact .contact__form-item .contact__form-input .contact__form-list li {
  margin-bottom: 5%;
}
#contact .contact__form-item .contact__form-input .contact__form-list li:last-child {
  margin-bottom: 0;
}
#contact .contact__form-item .contact__form-input textarea {
  height: 37vw;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: left;
}
#contact .contact__form-value {
  padding: 3%;
}
#contact .contact__form-select {
  width: 50%;
  position: relative;
}
#contact .contact__form-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
#contact .contact__form-select select {
  padding: 6% 7% 6% 4%;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 95px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 73%;
}
#contact .contact__form #address {
  margin-top: 4%;
}
#contact .contact__form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
#contact .contact__submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 75%;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 52%;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 40%;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  padding: 6% 2%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 15%;
  text-align: left;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
  site
  ===========================================*/
#site-map .sitemap__item-link {
  padding: 4% 0 4% 8%;
}

/*==========================================
  プライバシーポリシー(LPフレーム時)
  ===========================================*/