@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
  background: linear-gradient(to bottom, rgb(225, 227, 161) 0%, rgb(196, 220, 102) 100%);
  padding: 1.5rem 0;
}
div .bread .breadcrumbs {
  width: var(--site-primary-inbox);
  gap: 1rem 2.4rem;
  margin: 0 auto;
}
div .bread li {
  position: relative;
}
div .bread li::after {
  content: " | ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -1.5rem 0 auto;
  margin: auto 0;
}
div .bread li:last-child::after {
  content: "";
}
div .bread li a {
  color: var(--body-font-color);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 30rem;
  margin: 0 0 4.5rem auto;
}
.global-select select {
  padding: 1.5rem 3.7rem 1.5rem 1.5rem;
}

/*
# c-tel, c-time
------------------------*/
.c-tel {
  line-height: 1.2;
}
.c-tel .tel__num {
  font-size: var(--font-size-32);
  letter-spacing: 0.05em;
  padding-left: 3.7rem;
}
.c-tel .tel__num::before {
  width: 3rem;
  height: 3rem;
  background: var(--primary-color);
  border-radius: 50%;
  color: var(--color-white);
  font-size: var(--font-size-15);
  font-weight: var(--body-font-weight);
}

.c-time {
  font-size: var(--font-size-12);
  letter-spacing: 0.01em;
}

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

/*
# c-mail__button
------------------------*/
.c-mail__button span {
  padding-left: 2.3rem;
}
.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 -10rem;
}
.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 -10rem auto auto;
}
.c-price__section .price__title {
  margin-bottom: 0;
}
.c-price__section .price__box {
  padding: 6.5rem 5rem;
  gap: 2.5rem 5rem;
}
.c-price__section .price__value {
  font-size: var(--font-size-28);
}
.c-price__section .price__value small {
  font-size: var(--font-size-18);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  padding: 2rem 0;
}
.com-table tr th {
  padding: 0 1rem;
  width: 18rem;
  vertical-align: top;
}
.com-table tr td {
  width: calc(100% - 18rem);
  padding: 0 2rem;
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content p {
  margin-bottom: 3rem;
}

.com-text.align-center {
  text-align: center;
}

#g-map .map {
  height: 40rem;
}

/*
# logo
------------------------*/
.com-logo {
  width: 21.4rem;
  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-17);
  border-radius: 0.8rem;
  min-height: 7rem;
  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 4rem 1rem 0;
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-bold);
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-top: 3.5rem;
}
.secondary-button::before {
  inset: 0 0 0 auto;
  color: var(--primary-color);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-38);
}
.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: 2.5rem;
  margin-bottom: 1.5rem;
}
.com-check-list .com-check-item:last-child {
  margin-bottom: 0;
}
.com-check-list .com-check-item::before {
  inset: 0 auto 0 0;
  font-weight: var(--font-weight-medium);
  color: var(--primary-color);
}

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

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

/*
# title-dotted
------------------------*/
.title-dotted {
  font-size: var(--font-size-48);
  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 -4.7rem;
  background: url(../img/common/com_illust-sun.png) center/100% no-repeat;
}

/*==========================================
header
===========================================*/
#header {
  z-index: 1001;
  inset: 0 0 auto;
  padding: 1.5rem 3rem 0;
}
#header .header__right {
  width: 93rem;
}
#header .header__info {
  gap: 1.5rem 2rem;
}
#header .c-mail__button {
  width: 18rem;
  font-size: var(--font-size-14);
  min-height: 5rem;
}
#header .header__nav {
  margin-top: 1rem;
}
#header .header__nav-item {
  position: relative;
}
#header .header__nav-item::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 17px;
  background: var(--body-font-color);
  inset: 0 auto 0 0;
  margin: auto 0;
}
#header .header__nav-item:first-child::before {
  display: none;
}
#header .header__nav-item:first-child .header__nav-link {
  padding-left: 0;
}
#header .header__nav-link {
  padding: 0 2.5rem;
  display: block;
  letter-spacing: 0.1em;
}

.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: 84.3rem;
  height: 27.3rem;
  background: url(../img/top/mv/mv_frame-right.png) top center/100% no-repeat;
  inset: 0 0 auto auto;
}
.page-visual::after {
  width: 66.4rem;
  height: 20.5rem;
  background: url(../img/top/mv/mv_frame-left.png) bottom center/100% no-repeat;
  inset: auto auto 0 0;
}

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

/*==========================================
footer
===========================================*/
#footer {
  padding: 8rem 0 8.5rem;
}
#footer .footer__inbox {
  position: relative;
}
#footer .footer__logo {
  margin-bottom: 3rem;
}
#footer .footer__left {
  padding-bottom: 6rem;
}
#footer .footer__address .address__locate {
  margin-bottom: 1.5rem;
  line-height: 1.4705882353;
}
#footer .footer__address .c-tel .tel__num {
  font-size: var(--font-size-40);
}
#footer .footer__address .c-time {
  letter-spacing: 0.1em;
  font-size: var(--font-size-14);
}
#footer .footer__nav {
  width: 43rem;
}
#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;
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  position: absolute;
  inset: auto auto 0 0;
}
#copyright small {
  font-size: var(--font-size-11);
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 50rem;
  overflow: hidden;
}
.lower-sv .sv__title {
  width: 108rem;
  margin: 0 auto;
  text-align: center;
  font-size: var(--font-size-44);
  letter-spacing: 0.05em;
  background: rgba(var(--color-white-rgb), 0.8);
  padding: 3.6rem;
  inset: auto 0 14.5rem;
}

#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 8rem;
}
.headline-section__box {
  background: var(--color-white);
  padding: 5rem;
  border-radius: 3rem;
}

/*
# top-worries
------------------------*/
.top-worries {
  background: url(../img/common/com_bg-deco-left.png) left bottom/15.8333% no-repeat, url(../img/common/com_bg-deco-right.png) right bottom/23.4375% no-repeat, linear-gradient(to bottom, rgb(225, 227, 161) 0%, rgb(196, 220, 102) 100%);
  padding: 8rem 0 11.6rem;
}
.top-worries .worries__box {
  padding-left: 10rem;
}
.top-worries .worries__box::before, .top-worries .worries__box::after {
  position: absolute;
  content: "";
}
.top-worries .worries__box::before {
  width: 40.5rem;
  height: 23.2rem;
  inset: auto 6rem 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 3rem;
  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: -1.5rem;
  transform: rotate(-45deg);
}
.top-worries .worries__title::after {
  right: -1.5rem;
  transform: rotate(45deg);
}

/*
# top-panel
------------------------*/
.top-panel {
  padding: 7.5rem 0 12rem;
}
.top-panel .panel__title {
  text-align: left;
}

/*
# 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 10rem 44rem 7rem;
  width: 75.5rem;
  height: 100%;
  margin-left: auto;
  background: url(../img/top/top_why-deco.png) bottom 11rem center/46.7549% no-repeat, rgba(var(--color-white-rgb), 0.9);
}
.top-maintenance .maintenance__title {
  text-align: left;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  background: url(../img/top/top_why-ttl-deco.png) left 23rem bottom no-repeat;
}

/*
# 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-48);
}
.top-about .about__title::after {
  position: absolute;
  content: "";
  width: 19.9rem;
  height: 10.5rem;
  inset: auto 0 -7rem;
  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;
  background: url(../img/top/top_about-ttl-deco.png) left top/16.9444% no-repeat;
}
.top-about .about__title .title-logo {
  width: 33.5rem;
  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 {
  width: 52.08333%;
  position: absolute;
  inset: 9.7rem 0 auto auto;
}
.top-about .about__img img {
  border-radius: 3rem 0 0 3rem;
}
.top-about .about__content {
  width: 44.5rem;
  padding-top: 2rem;
  min-height: 55rem;
}
.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-28);
  margin: 0 auto 2rem;
  letter-spacing: 0.05em;
}
.top-about .about__problem-title::before {
  position: absolute;
  content: "";
  width: 8.9rem;
  height: 8.9rem;
  background: url(../img/top/top_about-content-deco.png) center/100% no-repeat;
  inset: -2rem -10.5rem 0 auto;
}
.top-about .about__problem-title .color-accent {
  font-size: var(--font-size-38);
}
.top-about .about__problem-list {
  gap: 2.3rem;
}
.top-about .about__problem-item {
  width: 31.8rem;
}
.top-about .about__problem-item-title {
  text-align: center;
  font-size: var(--font-size-20);
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  padding: 0.5rem 0;
}

/*
# top-inspection
------------------------*/
.top-inspection {
  padding: 10rem 0;
  background: url(../img/top/top_feature-bg_deco.png) top center/96.7708% no-repeat, url(../img/common/com_bg-ptrn.jpg);
}
.top-inspection .inspection__list {
  padding: 5rem 10rem;
  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: 19.4531%, 20.8593%;
}
.top-inspection .inspection__item {
  width: 33.5rem;
}
.top-inspection .inspection__item-title {
  width: 21.4rem;
  height: 20.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-23);
  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-32);
}
.top-inspection .inspection__item-title::before {
  position: absolute;
  inset: 4rem 0 auto;
  color: var(--primary-color);
  font-size: var(--font-size-18);
}

/*
# top-service
------------------------*/
.top-service {
  padding: 10rem 0;
}
.top-service .service__list {
  gap: 3rem 4rem;
}
.top-service .service__item {
  width: 52rem;
}
.top-service .service__item-link-title {
  font-size: var(--font-size-28);
  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-42);
}
.top-service .service__item-link:not(:has(.service__item-content)) {
  padding-top: 24rem;
}
.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) left center/51.8518% 100% no-repeat;
}
.top-service .service__item:has(.service__item-content) .service__item-content {
  padding: 4rem;
  border-radius: 0 3rem 3rem 0;
  width: 52rem;
  margin-left: auto;
}
.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 0;
  background: url(../img/top/top_area-img.png) right top no-repeat, url(../img/top/top_area-bg.png) top -91rem left -26rem no-repeat;
  gap: 4.5rem;
}
.top-area .area__left {
  width: 41rem;
}
.top-area .area__title {
  text-align: left;
  margin-bottom: 2.5rem;
}
.top-area .area__list {
  width: 41rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  gap: 1rem;
}
.top-area .area__list .area__item {
  width: 20rem;
  text-align: center;
  font-size: var(--font-size-20);
  padding: 0.5rem;
}

/*
# top-contact
------------------------*/
.top-contact {
  padding: 7.5rem 0 8rem;
  background: url(../img/top/top_cta-bg-deco-right.png) right top/28.906% no-repeat, url(../img/top/top_cta-bg-deco-left.png) left bottom/29.2708% no-repeat, var(--primary-color-light);
}
.top-contact .contact__inner-title {
  width: 28.5rem;
  font-size: var(--font-size-32);
  letter-spacing: 0.05em;
  line-height: 1.5625;
}
.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 1rem auto auto;
}
.top-contact .contact__inner-content {
  width: 75.5rem;
}
.top-contact .contact__list {
  margin-top: 5rem;
  padding: 5rem 3rem;
  gap: 3rem;
}
.top-contact .contact__list .primary-button {
  width: 30rem;
}
.top-contact .contact__list .primary-button.line__button span {
  padding-left: 4.5rem;
  background: url(../img/common/sns/LINE_logo.svg) left center/3rem no-repeat;
}
.top-contact .contact__list .contact__item-tel .tel__num {
  font-size: var(--font-size-40);
}
.top-contact .contact__list .contact__item-tel .c-time {
  font-size: var(--font-size-14);
}
.top-contact .contact__list .contact__item-tel .c-time {
  font-size: var(--font-size-14);
  letter-spacing: 0.1em;
}

/*
# top-recycle
------------------------*/
.top-recycle {
  padding: 10rem 0;
  position: relative;
}
.top-recycle .recycle__img {
  position: absolute;
  inset: 10rem auto auto 0;
  width: 52.08333%;
  text-align: right;
}
.top-recycle .recycle__img img {
  border-radius: 0 3rem 3rem 0;
}
.top-recycle .recycle__content {
  width: 46rem;
  margin-left: auto;
  padding: 6rem 0 8rem;
}
.top-recycle .recycle__title {
  text-align: left;
}
.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__inbox {
  position: relative;
}
.top-news .news__title {
  text-align: left;
}
.top-news .news__post-list {
  width: 72.5rem;
  min-height: 18rem;
}
.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-46);
  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: 11rem;
}
.top-news .news__post-tags {
  width: calc(100% - 11rem);
  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: 1.4rem;
  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-17);
  letter-spacing: 0.05em;
}
.top-news .news__button {
  position: absolute;
  inset: auto auto 0 0;
}

/*==========================================
inspection
===========================================*/
.about__section .about__title {
  margin-bottom: 2rem;
}
.about__section .about__box {
  padding: 4.5rem 5rem 5rem;
}
.about__section .about__subtitle {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3rem;
  font-size: var(--font-size-28);
  padding: 0.5rem 2.5rem;
  letter-spacing: 0.05em;
}
.about__section .about__img {
  width: 44rem;
}
.about__section .about__com-content {
  width: 51rem;
}
.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-20);
  padding-left: 3rem;
}
.about__section .about__list-item-text {
  padding-left: 3rem;
  font-size: var(--font-size-15);
}

/*
# inspection-panel
------------------------*/
.inspection-panel {
  padding: 8rem 0;
}
.inspection-panel .panel__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5.5rem;
}
.inspection-panel .panel__list {
  row-gap: 4rem;
}
.inspection-panel .panel__item {
  width: 52rem;
}
.inspection-panel .panel__item-title {
  text-align: center;
  font-size: var(--font-size-24);
  margin-bottom: 1.5rem;
  padding: 0.5rem 0;
}

/*
# inspection-checklist
------------------------*/
.inspection-checklist {
  padding: 8rem 0;
}
.inspection-checklist .checklist__list {
  width: 82.5rem;
  padding: 4rem;
}

/*
# inspection-flow
------------------------*/
.inspection-flow {
  padding: 8rem 0;
}
.inspection-flow .flow__list {
  gap: 2.6rem;
}
.inspection-flow .flow__item {
  width: 25rem;
}

.com-flow__list .flow__item {
  border-radius: 0.8rem;
}
.com-flow__list .flow__item::before {
  inset: 0 -2.6rem 0 auto;
  font-size: var(--font-size-30);
  color: var(--primary-color);
}
.com-flow__list .flow__item:last-child::before {
  display: none;
}
.com-flow__list .flow__item-title {
  font-size: var(--font-size-20);
  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: 2rem;
  font-size: var(--font-size-15);
}

/*==========================================
maintenance
===========================================*/
/*
# mainte-works
------------------------*/
.mainte-works {
  padding: 8rem 0;
}
.mainte-works .works__left {
  width: 31rem;
}
.mainte-works .works__title {
  text-align: left;
  margin-bottom: 4rem;
}
.mainte-works .works__list {
  width: 69rem;
}
.mainte-works .works__part {
  margin-bottom: 4rem;
}
.mainte-works .works__part:last-child {
  margin-bottom: 0;
}
.mainte-works .works__part-title {
  font-size: var(--font-size-24);
  text-align: center;
  padding: 1rem 0;
  border-radius: 3rem 3rem 0 0;
}
.mainte-works .works__part-checks {
  padding: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  row-gap: 1.5rem;
}
.mainte-works .works__part .works__check {
  margin-bottom: 0;
}

/*
# mainte-bfaf
------------------------*/
.mainte-bfaf {
  padding: 8rem 0;
}
.mainte-bfaf .bfaf__title {
  text-align: left;
}
.mainte-bfaf .bfaf__imgs::after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 9.6rem;
  inset: 0;
  margin: auto;
  background: url(../img/maintenance/bfaf_arr.png) center/100% no-repeat;
}
.mainte-bfaf .bfaf__item {
  margin-bottom: 4rem;
}
.mainte-bfaf .bfaf__item:last-child {
  margin-bottom: 0;
}
.mainte-bfaf .bfaf__item-title {
  font-size: var(--font-size-24);
  text-align: center;
  margin-bottom: 2rem;
  padding: 0.5rem 0;
}
.mainte-bfaf .bfaf__item .bfaf__img {
  width: 50rem;
}
.mainte-bfaf .bfaf__item .bfaf__img:nth-child(1) .bfaf__caption {
  inset: auto auto 2rem 2rem;
}
.mainte-bfaf .bfaf__item .bfaf__img:nth-child(2) .bfaf__caption {
  inset: auto 2rem 2rem auto;
}
.mainte-bfaf .bfaf__item .bfaf__caption {
  font-size: var(--font-size-18);
  padding: 0.5rem 2rem;
}

/*==========================================
recycle
===========================================*/
/*
# recycle-flow
------------------------*/
.recycle-flow .flow__list {
  gap: 3rem;
}
.recycle-flow .flow__item {
  width: 34rem;
}

/*
# recycle-items
------------------------*/
.recycle-items .items__title {
  text-align: left;
}
.recycle-items .item__list {
  gap: 3rem 1.25rem;
}
.recycle-items .item__fig {
  width: 20.6rem;
}
.recycle-items .item__caption {
  margin-top: 1rem;
  font-size: var(--font-size-15);
}

/*
# recycle-rare
------------------------*/
.recycle-rare .rare__box {
  padding: 4rem 5rem;
}
.recycle-rare .rare__list {
  row-gap: 1rem;
}
.recycle-rare .rare__item {
  width: 25%;
  font-size: var(--font-size-18);
  margin-bottom: 0;
}

/*
# recycle-rejection
------------------------*/
.recycle-rejection .rejection__left {
  width: 34.5rem;
}
.recycle-rejection .rejection__list {
  width: 66rem;
}
.recycle-rejection .rejection__item {
  margin-bottom: 3rem;
  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-24);
  border-radius: 3rem 3rem 0 0;
  padding: 0.5rem;
}
.recycle-rejection .rejection__item-text {
  padding: 2rem 2.5rem;
}

/*==========================================
company
===========================================*/
/*
# company-info
------------------------*/
.company-info .info__inbox {
  gap: 7rem 8rem;
}
.company-info .info__table {
  width: 83rem;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 4.5rem 0;
}
.column__wrap .column__list .column__post-meta time {
  width: 9.5rem;
  letter-spacing: 0.05em;
}
.column__wrap .column__list .column__post-meta time,
.column__wrap .column__list .column__post-meta .category-label {
  font-size: var(--font-size-14);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 11.5rem);
  gap: 5px;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0.2rem 1rem;
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 1rem 0;
}
.column__wrap .column__list .more-btn {
  width: 12.5rem;
  font-size: var(--font-size-14);
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 0.5rem 0;
  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: 21rem;
  height: 20rem;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 82rem;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 2rem;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 9.5rem;
  padding: 0.3rem 0;
  letter-spacing: 0.05em;
}
.single__post-meta .category-label {
  width: calc(100% - 9.5rem);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 1rem;
}
.single__post-meta .category-label li a {
  padding: 0.3rem 1rem;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  width: 98rem;
  margin: 0 auto 5.5rem;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 1rem;
}
#contact .contact__form-item .contact__form-input {
  padding: 2rem 0;
}
#contact .contact__form-item .contact__form-input .contact__form-list {
  gap: 1.5rem;
}
#contact .contact__form-item .contact__form-input:has(.upload-part) .flex {
  gap: 2rem;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: center;
}
#contact .contact__form-value {
  padding: 2rem 1.5rem;
}
#contact .contact__form-select {
  width: 20rem;
}
#contact .contact__form-select::after {
  inset: 0 1.6rem 0 auto;
  width: 0.8rem;
  height: 0.8rem;
}
#contact .contact__form-select select {
  padding: 1.5rem 3rem 1.5rem 1rem;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 15rem;
}
#contact .contact__form #address {
  margin-top: 1.5rem;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 30rem;
}
#contact .contact__form textarea {
  height: 26rem;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 20rem;
  margin-right: 2.5rem;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 13rem;
}
#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 input[type=button],
#contact input[type=submit],
#contact .contact__submits-wrap button {
  height: 7.5rem;
}
#contact .contact__submits-wrap {
  gap: 3.5rem;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 30.4rem;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 27rem;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 24rem;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 7rem;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

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

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