@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: 1vw;
  right: 3%;
  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: 14.5vw;
  height: 14.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 2px;
  background: var(--primary-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 9.5vw;
}
.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 {
  transform: translateY(2.5vw) translateX(0px) rotate(45deg);
}

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

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 15% 6%;
  background: url(../../img/common/bg_pattern.png);
}
#drawer__nav .drawer__nav-logo {
  width: 40%;
  margin-bottom: 10%;
  text-align: left;
}
#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: 6% 0;
  font-size: var(--font-size-17);
  border-bottom: none;
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span {
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span:before, #drawer__nav .drawer__nav .drawer__nav-dropdown span:after {
  background: var(--color-black);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-item .drawer__nav-link {
  display: block;
  padding: 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown .active span:after {
  opacity: 0 !important;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
  color: var(--primary-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: 3vw;
  height: 3vw;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-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: 0 0 5%;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.current::before {
  background: none;
  border: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link span {
  padding: 0 0 0 10%;
}
#drawer__nav .drawer__nav-info {
  text-align: center;
}
#drawer__nav .drawer__nav-info .drawer__worktime {
  margin-bottom: 10%;
}
#drawer__nav .drawer__nav-info .drawer__tel {
  margin-bottom: 10%;
}
#drawer__nav .drawer__nav-address {
  margin: 10% auto;
}
#drawer__nav .drawer__nav-address li {
  margin-bottom: 6%;
}
#drawer__nav .drawer__nav-address li:last-child {
  margin-bottom: 0;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# worktime
------------------------*/
.c-worktime {
  gap: 13px;
}
.c-worktime .worktime__item {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-14);
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: flex-start;
  margin-bottom: 5%;
}
.c-worktime .worktime__item:last-child {
  margin-bottom: 0;
}
.c-worktime .worktime__item dt {
  width: 24%;
  text-align: center;
  background: var(--accent-color-light);
  color: var(--color-white);
  border-radius: 7vw;
}
.c-worktime .worktime__item dd {
  width: 74%;
  text-align: left;
}

/*
# tel
------------------------*/
.c-tel {
  line-height: 1.1;
}
.c-tel .tel__num {
  font-size: var(--font-size-30);
  padding-left: 8.5vw;
  letter-spacing: var(--body-letter-spacing);
  background: url(../../img/common/tel_ic.png) left center/7vw no-repeat;
}
.c-tel .tel__text {
  display: block;
}

/*
# mail__button
------------------------*/
.c-mail__button {
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--color-white);
  font-size: var(--font-size-16);
  position: relative;
  padding: 0 3% 0 6%;
}
.c-mail__button::before {
  position: absolute;
  content: "";
  width: 5vw;
  height: 4vw;
  background: url(../../img/common/mail_ic.png) center/100% no-repeat;
  inset: 0 auto 0 9.09%;
  margin: auto 0;
  z-index: 1;
}

/*
# open-ic
------------------------*/
.open-icon {
  position: relative;
}
.open-icon::after {
  position: absolute;
  content: "";
  width: 3vw;
  height: 3vw;
  inset: 0 8% 0 auto;
  margin: auto 0;
  background: url(../../img/common/open_ic.png) center/100% no-repeat;
  z-index: 1;
}
.open-icon:hover {
  transform: scale(0.95);
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  width: 84%;
  margin: 18% auto;
  border-radius: 4vw;
  background: var(--accent-color-light);
  padding: 12% 6%;
  position: relative;
}
.c-contact__section::before {
  position: absolute;
  content: "";
  width: 18%;
  height: 38vw;
  inset: auto auto -6vw -5%;
  background: url(../../img/common/contact-lb_ill.png) center/100% no-repeat;
}
.c-contact__section .contact__inbox {
  padding: 0;
}
.c-contact__section .contact__title {
  color: var(--color-white);
}
.c-contact__section .contact__title.has-dotted {
  background-image: url(../../img/common/section-ttl-white_dotted.svg);
}
.c-contact__section .contact__text {
  margin-bottom: 10%;
  color: var(--color-white);
}
.c-contact__section .contact__text strong {
  text-align: center;
  display: block;
  background: url(../../img/common/contact-ttl_bdr.png) bottom center/100% no-repeat;
  color: var(--color-yellow);
  font-size: var(--font-size-26);
  padding-bottom: 7%;
}
.c-contact__section .contact__text strong span {
  background: var(--color-yellow);
  color: var(--body-font-color);
  font-size: var(--font-size-20);
  border-radius: 1.5vw;
  display: inline-block;
  line-height: 1.6;
  padding: 0 2vw;
  margin-right: 2vw;
}
.c-contact__section .contact__inner {
  border-radius: 4vw;
  padding: 10% 5%;
  background: var(--color-white);
  text-align: center;
}
.c-contact__section .contact__inner .contact__tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10%;
  text-align: left;
}
.c-contact__section .contact__inner .contact__tel .tel__num {
  font-size: var(--font-size-30);
}
.c-contact__section .contact__inner .contact__button {
  width: 100%;
  margin-bottom: 10%;
}
.c-contact__section .contact__inner .contact__button:last-child {
  margin-bottom: 0;
}
.c-contact__section .contact__inner .contact__button-text {
  font-size: var(--font-size-13);
  margin-top: 4%;
}
.c-contact__section .contact__inner .contact__worktime {
  margin-bottom: 10%;
}
.c-contact__section .contact__inner .line-button {
  color: var(--body-font-color);
  background: var(--color-yellow);
}
.c-contact__section .contact__inner .line-button::before {
  width: 7vw;
  height: 7vw;
  background: url(../../img/common/sns/LINE_logo.svg) center/100% no-repeat;
  left: 5%;
}
.c-contact__section .contact__inner .line-button::after {
  filter: brightness(0.1);
}

/*==========================================
テーブルレイアウト
===========================================*/
.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%;
}
.com-content p:last-child {
  margin-bottom: 0;
}

.com-text {
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}
.com-text.align-center {
  text-align: center;
}

#g-map h4 {
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-bold);
  margin-bottom: 4%;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*
# com-button
------------------------*/
.com-button {
  width: 60vw;
  border-radius: 8vw;
  text-align: center;
  color: var(--color-white);
  background: var(--accent-color);
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.com-button::after {
  position: absolute;
  content: "\e315";
  font-family: "Material Icons";
  z-index: 1;
  inset: 0 6.818% 0 auto;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  color: var(--accent-color);
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  letter-spacing: 0;
  text-align: center;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
}
.com-button.button-color--white {
  color: var(--body-font-color);
  background: var(--color-white);
}
.com-button.button-color--white::after {
  background: var(--accent-color);
  color: var(--color-white);
  transition: all 0.3s;
}
.com-button:hover::after {
  right: 4%;
}

/*==========================================
共通タイトル
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: var(--body-letter-spacing);
}

.section-title {
  font-family: var(--font-zen-maru);
  text-align: center;
  font-size: var(--font-size-25);
  margin-bottom: 12%;
}
.section-title.has-dotted {
  padding-bottom: 5%;
  background: url(../../img/common/section-ttl_dotted.svg) bottom center no-repeat;
}
.section-title.has-circle {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12%;
  position: relative;
}
.section-title.has-circle::before, .section-title.has-circle::after {
  position: absolute;
  content: "";
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 50%;
  background: var(--accent-color-light);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.section-title.has-circle::before {
  left: -4vw;
}
.section-title.has-circle::after {
  right: -4vw;
}

.headline-title {
  font-size: var(--font-size-21);
  font-family: var(--font-zen-maru);
  border-bottom: 1.5px dotted;
  padding-bottom: 3%;
  margin-bottom: 5%;
}

.sub-title {
  font-size: var(--font-size-19);
  color: var(--color-white);
  border-radius: 3vw;
  padding: 2% 3%;
  margin-bottom: 4%;
  font-family: var(--font-zen-maru);
  text-align: center;
}

/*==========================================
header
===========================================*/
#header {
  background: url(../../img/common/header_bg.jpg);
}
#header .header__inner {
  padding: 2% 3.125%;
}
#header .header__logo {
  width: 14%;
  line-height: 1;
}
#header .header__right {
  display: none;
}
#header .header__nav {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 144vw;
  background: url(../../img/top/mv/mv_person.png) right -23vw bottom 21vw/90% no-repeat, linear-gradient(to bottom, rgb(253, 148, 12) 0%, rgb(253, 178, 32) 50%, rgb(254, 217, 118) 100%);
  position: relative;
}
#top-mv .mv__catch {
  position: absolute;
  inset: auto 0 17vw;
  width: 100%;
}

/*==========================================
footer
===========================================*/
#footer {
  background: var(--primary-color-extra-light);
}
#footer .footer__inbox {
  padding: 18% 8% 15%;
  text-align: center;
}
#footer .footer__logo {
  font-size: var(--font-size-23);
  font-family: var(--font-zen-kaku);
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 10%;
}
#footer .footer__address {
  margin-bottom: 10%;
  font-size: var(--font-size-15);
}
#footer .footer__tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10%;
  text-align: left;
}
#footer .footer__worktime {
  margin-bottom: 10%;
}
#footer .footer__nav-wrap {
  background: var(--color-white);
  border-radius: 4vw;
  padding: 10% 5%;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#footer .footer__nav-wrap .footer__nav {
  text-align: left;
}
#footer .footer__nav-wrap .footer__nav-item {
  margin-bottom: 4vw;
}
#footer .footer__nav-wrap .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__nav-wrap .footer__nav-link {
  padding-left: 4vw;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-14);
  position: relative;
}
#footer .footer__nav-wrap .footer__nav-link:hover {
  text-decoration: underline;
}
#footer .footer__nav-wrap .footer__nav-link.nolink:hover {
  cursor: default;
  text-decoration: none;
}
#footer .footer__nav-wrap .footer__nav-link::before {
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 1.65vw;
  height: 1.65vw;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#footer .footer__nav-wrap .footer__nav .dropdown-menu__list {
  margin-top: 10px;
}
#footer .footer__nav-wrap .footer__nav .dropdown-menu__list .dropdown-menu__item {
  margin-bottom: 5px;
}
#footer .footer__nav-wrap .footer__nav .dropdown-menu__list .dropdown-menu__item:last-child {
  margin-bottom: 0;
}
#footer .footer__nav-wrap .footer__nav .dropdown-menu__list .dropdown-menu__item .dropdown-menu__link {
  padding-left: 3vw;
  position: relative;
  font-size: var(--font-size-12);
}
#footer .footer__nav-wrap .footer__nav .dropdown-menu__list .dropdown-menu__item .dropdown-menu__link::before {
  position: absolute;
  content: "";
  width: 1.5vw;
  height: 1px;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--body-font-color);
  z-index: 1;
}
#footer .footer__nav-wrap .footer__nav .dropdown-menu__list .dropdown-menu__item .dropdown-menu__link:hover {
  text-decoration: underline;
}

#copyright {
  background: var(--primary-color);
  color: var(--color-white);
  word-break: normal;
  text-align: center;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  color: var(--color-white);
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 48vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lower-sv .sv__title {
  font-size: var(--font-size-25);
  font-family: var(--font-zen-kaku);
  font-weight: var(--font-weight-black);
  background: var(--primary-color);
  border-radius: 10px;
  padding: 5px 20px;
  position: relative;
  z-index: 1;
}
.lower-sv .sv__title::before {
  position: absolute;
  content: attr(data-text);
  inset: 0;
  z-index: -1;
  -webkit-text-stroke: 2vw var(--color-white);
  text-stroke: 2vw var(--color-white);
  text-align: center;
  margin: auto;
  padding: inherit;
}

#estimate-sv {
  background: url(../../img/sv/estimate-sv_bg.jpg) center/cover no-repeat;
}

#about-sv {
  background: url(../../img/sv/about-sv_bg.jpg) center/cover no-repeat;
}

#unwanted-item-sv {
  background: url(../../img/sv/unwanted-item-sv_bg.jpg) center/cover no-repeat;
}

#belongings-sv {
  background: url(../../img/sv/belongings-sv_bg.jpg) center/cover no-repeat;
}

#junk-sv {
  background: url(../../img/sv/junk-sv_bg.jpg) center/cover no-repeat;
}

#hoarding-house-sv {
  background: url(../../img/sv/hoarding-house-sv_bg.jpg) center/cover no-repeat;
}

#crime-scene-cleaners-sv {
  background: url(../../img/sv/crime-scene-cleaners-sv_bg.jpg) center/cover no-repeat;
}

#fee-sv {
  background: url(../../img/sv/fee-sv_bg.jpg) center/cover no-repeat;
}

#flow-sv {
  background: url(../../img/sv/flow-sv_bg.jpg) center/cover no-repeat;
}

#faq-sv {
  background: url(../../img/sv/faq-sv_bg.jpg) center/cover no-repeat;
}

#case-sv {
  background: url(../../img/sv/case-sv_bg.jpg) center/cover no-repeat;
}

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

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

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

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

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

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

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

/*==========================================
top
===========================================*/
/*
# top-greeting
------------------------*/
#top-greeting {
  padding: 22% 0 18%;
  background: url(../../img/common/header_bg.jpg);
}
#top-greeting .greeting__text {
  margin-bottom: 10%;
}

/*
# top-reason
------------------------*/
#top-reason {
  padding-bottom: 22%;
  background: url(../../img/top/reason_bg.png) right bottom/100% no-repeat, url(../../img/common/header_bg.jpg);
}
#top-reason .reason__title span em {
  font-size: var(--font-size-35);
}
#top-reason .reason__list .reason__item {
  width: 80%;
  margin: 0 auto 12%;
  text-align: center;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #fff5d3 10px, #fff5d3 20px);
  background-color: #fff7dd;
  border-radius: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12% 7%;
}
#top-reason .reason__list .reason__item:last-child {
  margin-bottom: 0;
}
#top-reason .reason__list .reason__item::before {
  content: counter(number);
  background: var(--primary-color);
  color: var(--color-white);
  inset: 4vw 0 auto;
  margin: 0 auto;
  position: absolute;
  font-size: var(--font-size-25);
}
#top-reason .reason__list .reason__item::after {
  position: absolute;
  content: "";
  height: 18vw;
  inset: -3vw auto auto 3%;
}
#top-reason .reason__list .reason__item:nth-child(1)::after {
  width: 27%;
  background: url(../../img/top/reason-item01_ill.png) center/100% no-repeat;
}
#top-reason .reason__list .reason__item:nth-child(2)::after {
  width: 25%;
  background: url(../../img/top/reason-item02_ill.png) center/100% no-repeat;
}
#top-reason .reason__list .reason__item:nth-child(3)::after {
  width: 18%;
  background: url(../../img/top/reason-item03_ill.png) center/100% no-repeat;
}
#top-reason .reason__list .reason__item:nth-child(4)::after {
  width: 23%;
  background: url(../../img/top/reason-item04_ill.png) center/100% no-repeat;
}
#top-reason .reason__list .reason__item:nth-child(5)::after {
  width: 22%;
  background: url(../../img/top/reason-item05_ill.png) center/100% no-repeat;
}
#top-reason .reason__list .reason__item-text {
  width: 100%;
  background: var(--color-white);
  border-radius: 3vw;
  height: 30vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-18);
}
#top-reason .reason__button {
  margin: 55px auto 0;
}

/*
# top-service
------------------------*/
#top-service {
  background: var(--primary-color-extra-light);
  padding: 22% 0;
}
#top-service .service__inbox {
  position: relative;
}
#top-service .service__inbox::before {
  position: absolute;
  content: "";
  width: 21%;
  height: 24vw;
  background: url(../../img/top/service_ill.png) center/100% no-repeat;
  inset: -5vw 5% auto auto;
}
#top-service .service__list .service__card {
  width: 100%;
  margin-bottom: 13%;
}
#top-service .service__list .service__card:last-child {
  margin-bottom: 0;
}
#top-service .service__list .service__card:nth-child(2) .service__card-link, #top-service .service__list .service__card:nth-child(3) .service__card-link {
  background-image: radial-gradient(#ff9839 2px, transparent 2px), radial-gradient(#ff9839 2px, transparent 2px);
  background-size: 22px 22px;
  background-position: 0 0, 11px 11px;
  background-color: var(--primary-color-light);
}
#top-service .service__list .service__card-link {
  border-radius: 4vw;
  padding: 5% 4% 10%;
  position: relative;
  background-image: radial-gradient(#ff7400 2px, transparent 2px), radial-gradient(#ff7400 2px, transparent 2px);
  background-size: 22px 22px;
  background-position: 0 0, 11px 11px;
  background-color: var(--primary-color);
  display: block;
}
#top-service .service__list .service__card-link:hover {
  transform: translateY(-10px);
}
#top-service .service__list .service__card-img img {
  border-radius: 4vw;
  border: 1.5vw solid var(--color-white);
}
#top-service .service__list .service__card-text {
  width: 85%;
  position: absolute;
  inset: auto 0 3vw;
  margin: 0 auto;
  font-size: var(--font-size-18);
}
#top-service .service__list .service__card-text::after {
  width: 4vw;
  height: 4vw;
}

/*
# top-fee
------------------------*/
#top-fee {
  padding: 22% 0;
}
#top-fee .fee__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 4%;
  margin-bottom: 15%;
}
#top-fee .fee__list .fee__item {
  width: 48%;
  height: 41vw;
  background: url(../../img/top/fee-slumber_deco.png) top center/10vw no-repeat, url(../../img/top/fee-star_deco.png) bottom 10vw center/23% no-repeat, url(../../img/top/fee-medal_deco.png) center/100% no-repeat;
  text-align: center;
  padding: 11vw 0 0;
}
#top-fee .fee__list .fee__item-text {
  font-size: var(--font-size-18);
  line-height: 1.2;
}
#top-fee .fee__list .fee__item-text span {
  font-size: var(--font-size-25);
  display: block;
}
#top-fee .fee__basic {
  position: relative;
  margin-bottom: 10%;
}
#top-fee .fee__basic::before {
  position: absolute;
  content: "";
  width: 26%;
  height: 22vw;
  inset: -6.5vw 0 auto auto;
  background: url(../../img/top/fee_ill.png) center/100% no-repeat;
}
#top-fee .fee__basic .basic__title {
  text-align: center;
  color: var(--color-white);
  font-size: var(--font-size-25);
  border-radius: 3vw;
  background-image: linear-gradient(90deg, transparent 50%, #ff9400 50%);
  background-size: 13px 13px;
  background-color: var(--primary-color);
  margin-bottom: 6%;
  padding: 2% 4%;
}
#top-fee .fee__sample-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4vw 4%;
}
#top-fee .fee__sample-list .sample__item {
  width: 48%;
  text-align: center;
  border-radius: 3vw;
  box-shadow: 0 0 8px rgba(var(--body-font-color-rgb), 0.3);
  background: var(--color-white);
}
#top-fee .fee__sample-list .sample__item-title {
  background: var(--accent-color-light);
  color: var(--color-white);
  font-size: var(--font-size-13);
  border-radius: 3vw 3vw 0 0;
  padding: 3% 1%;
}
#top-fee .fee__sample-list .sample__item-title span {
  font-size: var(--font-size-20);
  font-weight: var(font-weight-black);
}
#top-fee .fee__sample-list .sample__item-text {
  padding: 7% 4%;
  font-size: var(--font-size-13);
}
#top-fee .fee__sample-list .sample__item-text em {
  font-size: var(--font-size-27);
  font-weight: var(font-weight-black);
}
#top-fee .fee__button {
  margin: 15% auto 0;
}

/*
# top-case
------------------------*/
#top-case {
  padding: 22% 0 0;
}
#top-case .case__button {
  margin: 15% auto 0;
}

.com-case__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  row-gap: 4vw;
}
.com-case__list .case__card {
  width: 48%;
}
.com-case__list .case__card-link {
  display: block;
}
.com-case__list .case__card-link:hover {
  transform: translateY(-10px);
}
.com-case__list .case__card-title {
  font-size: var(--font-size-17);
}
.com-case__list .case__card-inner {
  background: var(--color-yellow-light);
  border-radius: 3vw;
  padding: 5%;
}
.com-case__list .case__card-img {
  width: 100%;
  height: 30vw;
  border-radius: 3vw;
  margin: 0 auto 3%;
}
.com-case__list .case__card-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5vw;
  text-align: center;
  color: var(--accent-color);
  font-size: var(--font-size-15);
  font-weight: var(--font-weight-bold);
  margin-bottom: 4%;
}
.com-case__list .case__card-details {
  margin-bottom: 8%;
}
.com-case__list .case__card-details .detail__item {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: flex-start;
  font-weight: var(--font-weight-bold);
  margin-bottom: 4%;
  font-size: var(--font-size-12);
}
.com-case__list .case__card-details .detail__item:last-child {
  margin-bottom: 0;
}
.com-case__list .case__card-details .detail__item dt {
  width: 52%;
  text-align: center;
  border-radius: 7vw;
  background: var(--accent-color-light);
  color: var(--color-white);
}
.com-case__list .case__card-details .detail__item dd {
  width: 45%;
}
.com-case__list .case__card-price {
  font-weight: var(--font-weight-bold);
  text-align: center;
}
.com-case__list .case__card-price .price__title {
  font-size: var(--font-size-14);
  overflow: hidden;
}
.com-case__list .case__card-price .price__title span {
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
}
.com-case__list .case__card-price .price__title span:before, .com-case__list .case__card-price .price__title span:after {
  border-top: 1.5px dotted;
  content: "";
  position: absolute;
  top: 50%;
  width: 99em;
}
.com-case__list .case__card-price .price__title span:before {
  right: 5.5em;
}
.com-case__list .case__card-price .price__title span:after {
  left: 5.5em;
}
.com-case__list .case__card-price .price__text {
  font-size: var(--font-size-13);
}
.com-case__list .case__card-price .price__text em {
  font-size: var(--font-size-21);
}

/*
# top-area
------------------------*/
#top-area {
  padding: 20% 0 0;
}
#top-area .area__inbox {
  position: relative;
}
#top-area .area__title {
  position: relative;
}
#top-area .area__title::after {
  position: absolute;
  content: "";
  width: 18%;
  height: 23vw;
  inset: -5vw 4% 0 auto;
  background: url(../../img/top/area-ttl_ill.png) center/100% no-repeat;
}
#top-area .area-content {
  margin-bottom: 5%;
}
#top-area .area-content .area__text strong {
  font-size: var(--font-size-18);
}
#top-area .area-content .area__text strong span {
  background: #fffad0;
}
#top-area .area__map {
  width: 85%;
  margin: 0 auto;
}

/*
# .top-links
------------------------*/
.top-links {
  width: 84%;
  margin: 20% auto;
}
.top-links .links__item {
  width: 100%;
  height: 42vw;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  border-radius: 4vw;
  margin-bottom: 16%;
}
.top-links .links__item:last-child {
  margin-bottom: 0;
}
.top-links .links__item::before, .top-links .links__item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  border-radius: inherit;
}
.top-links .links__item::before {
  z-index: -2;
}
.top-links .links__item::after {
  background: rgba(var(--color-black-rgb), 0.5);
  z-index: -1;
  transition: all 0.3s;
}
.top-links .links__item:hover {
  transform: translateY(-10px);
}
.top-links .links__item:hover::after {
  opacity: 0;
}
.top-links .links__item-links {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: inherit;
  position: relative;
}
.top-links .links__item-links::before {
  position: absolute;
  content: "";
  width: 12vw;
  height: 12vw;
  inset: -6vw 0 auto;
  margin: 0 auto;
  z-index: 2;
}
.top-links .links__item-links:hover {
  opacity: 1;
}
.top-links .links__item--estimate::before {
  background: url(../../img/top/links-estimate_img.jpg) center/100% no-repeat;
}
.top-links .links__item--estimate .links__item-links::before {
  background: url(../../img/top/links-estimate_ic.png) center/100% no-repeat;
}
.top-links .links__item--flow::before {
  background: url(../../img/top/links-flow_img.jpg) center/100% no-repeat;
}
.top-links .links__item--flow .links__item-links::before {
  background: url(../../img/top/links-flow_ic.png) center/100% no-repeat;
}
.top-links .links__item--faq::before {
  background: url(../../img/top/links-faq_img.jpg) center/100% no-repeat;
}
.top-links .links__item--faq .links__item-links::before {
  background: url(../../img/top/links-faq_ic.png) center/100% no-repeat;
}
.top-links .links__item--company::before {
  background: url(../../img/top/links-company_img.jpg) center/100% no-repeat;
}
.top-links .links__item--company .links__item-links::before {
  background: url(../../img/top/links-company_ic.png) center/100% no-repeat;
}
.top-links .links__item-text {
  font-size: var(--font-size-22);
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  text-shadow: 0 0 8px rgba(var(--color-black-rgb), 0.5);
  margin-bottom: 2%;
}
.top-links .links__item-button {
  height: 12vw;
}

/*
# top-partner
------------------------*/
#top-partner {
  padding: 22% 0;
}
#top-partner .partner__title {
  color: var(--body-font-color);
}
#top-partner .partner__inner {
  background: var(--color-white);
  border-radius: 4vw;
  padding: 12% 5%;
  text-align: center;
  position: relative;
}
#top-partner .partner__inner::before {
  position: absolute;
  content: "";
  width: 27%;
  height: 25vw;
  background: url(../../img/top/partner_ill.png) center/100% no-repeat;
  inset: -8vw -8% auto auto;
}
#top-partner .partner__img {
  margin-bottom: 10%;
}
#top-partner .partner__img img {
  border-radius: 4vw;
}
#top-partner .partner__text {
  text-align: left;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 22% 0;
}
#top-news .news__post {
  margin-bottom: 8%;
}
#top-news .news__post:last-child {
  margin-bottom: 0;
}
#top-news .news__post-link {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
  border-radius: 3vw;
  padding: 6% 4%;
  row-gap: 2vw;
  background: var(--color-yellow-light);
}
#top-news .news__post-date {
  width: 29%;
  font-size: var(--font-size-15);
}
#top-news .news__post-tags {
  display: flex;
  flex-wrap: wrap;
  width: 69%;
  gap: 1.5vw;
}
#top-news .news__post-tags .news__post-tag {
  background: var(--primary-color);
  font-size: var(--font-size-13);
  padding: 0 1.5vw;
  color: var(--color-white);
}
#top-news .news__post-title {
  width: 100%;
  font-size: var(--font-size-16);
}
#top-news .news__button {
  margin: 15% 0 0 auto;
}

/*==========================================
estimate
===========================================*/
/*
# estimate-steps
------------------------*/
#estimate-steps .steps__list-title {
  font-size: var(--font-size-20);
  color: var(--color-white);
  text-align: center;
  background: var(--accent-color-light);
  border-radius: 3vw;
  margin-bottom: 7%;
  padding: 3% 5%;
}
#estimate-steps .steps__list-title span {
  color: var(--color-yellow);
}
#estimate-steps .steps__list .steps__item {
  width: 90%;
  margin: 0 auto 15%;
  background: var(--primary-color-extra-light);
  border-radius: 3vw;
  padding: 8% 6%;
  position: relative;
}
#estimate-steps .steps__list .steps__item:last-child {
  margin-bottom: 0;
}
#estimate-steps .steps__list .steps__item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 5vw 0px 5vw;
  border-color: var(--accent-color-light) transparent transparent transparent;
  inset: auto 0 -8vw;
  margin: 0 auto;
}
#estimate-steps .steps__list .steps__item:last-child::after {
  border: none;
}
#estimate-steps .steps__list .steps__item-title {
  text-align: center;
  margin-bottom: 5%;
}
#estimate-steps .steps__list .steps__item-title-num {
  border-radius: 7vw;
  color: var(--color-white);
  display: block;
  width: 37%;
  margin: 0 auto 3%;
  background: var(--primary-color);
}
#estimate-steps .steps__list .steps__item-title-text {
  font-size: var(--font-size-23);
}
#estimate-steps .steps__list .steps__item-content {
  background: var(--color-white);
  border-radius: 3vw;
  padding: 6% 4%;
}
#estimate-steps .steps__list .steps__item-content small {
  font-size: var(--font-size-14);
  display: block;
  margin-top: 3%;
}

/*
# estimate-points
------------------------*/
#estimate-points .points__item {
  background: var(--color-white);
  border-radius: 3vw;
  margin-bottom: 8%;
  font-size: var(--font-size-18);
  position: relative;
  padding: 5% 5% 5% 16%;
}
#estimate-points .points__item::before {
  position: absolute;
  inset: 3vw auto auto 3%;
  margin: auto 0;
  width: 9vw;
  height: 9vw;
  font-size: var(--font-size-23);
  font-weight: var(--font-weight-black);
  background: var(--accent-color-light);
  color: var(--color-yellow);
}
#estimate-points .points__item:last-child {
  margin-bottom: 0;
}

/*==========================================
about
===========================================*/
/*
# about-reason
------------------------*/
#about-reason .reason__list .reason__item {
  padding: 7% 5% 10%;
  background: var(--primary-color-extra-light);
  border-radius: 4vw;
  display: flex;
  flex-direction: column;
  margin-bottom: 15%;
}
#about-reason .reason__list .reason__item:last-child {
  margin-bottom: 0;
}
#about-reason .reason__list .reason__item-title {
  padding: 0 0 3% 18%;
  font-size: var(--font-size-22);
  line-height: 1.5;
  border-bottom: 1.5px dotted;
  margin-bottom: 5%;
}
#about-reason .reason__list .reason__item-title::before {
  background: var(--primary-color);
  color: var(--color-white);
  content: counter(number);
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto 0;
}
#about-reason .reason__list .reason__item-title span {
  color: var(--accent-color-light);
}
#about-reason .reason__list .reason__item-content {
  flex-grow: 1;
  background: var(--color-white);
  border-radius: 3vw;
  padding: 7% 5%;
}

/*
# about-certification
------------------------*/
#about-certification .certification__title {
  font-size: var(--font-size-24);
}
#about-certification .certification__inner {
  border-radius: 8vw;
  background: var(--color-white);
  padding: 12% 5%;
}
#about-certification .certification__inner .certification__text {
  margin-bottom: 8%;
}
#about-certification .certification__list .certification__card {
  background: var(--primary-color-extra-light);
  padding: 7% 5%;
  text-align: center;
  margin-bottom: 8%;
}
#about-certification .certification__list .certification__card:last-child {
  margin-bottom: 0;
}
#about-certification .certification__list .certification__card-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6%;
  font-size: var(--font-size-20);
  line-height: 1.5;
  position: relative;
}
#about-certification .certification__list .certification__card-title::before, #about-certification .certification__list .certification__card-title::after {
  position: absolute;
  content: "";
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 50%;
  background: var(--accent-color);
  top: 3vw;
  margin: auto 0;
}
#about-certification .certification__list .certification__card-title::before {
  left: -5vw;
}
#about-certification .certification__list .certification__card-title::after {
  right: -5vw;
}

/*
# about-staff
------------------------*/
#about-staff {
  background: var(--color-yellow-light);
}
#about-staff .staff__content {
  position: relative;
}
#about-staff .staff__content-markup {
  width: 50%;
  text-align: center;
  border-radius: 3vw;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  background: var(--color-yellow);
  position: absolute;
  inset: -5vw auto auto 4%;
  margin-bottom: 0;
  z-index: 1;
  padding: 1% 3%;
}
#about-staff .staff__content-markup::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 14px;
  inset: auto auto -13px 8%;
  background: url(../../img/about/staff-name-markup_arr.png) center/100% no-repeat;
}
#about-staff .staff__content-title {
  font-size: var(--font-size-30);
  color: var(--color-white);
  border-radius: 3vw;
  padding: 6% 5% 2% 6%;
  background-image: linear-gradient(90deg, transparent 50%, var(--accent-color-light) 50%);
  background-size: 11px 11px;
  background-color: #007615;
  position: relative;
  margin-bottom: 20px;
}
#about-staff .staff__content-title::before {
  position: absolute;
  content: "";
  width: 20%;
  height: 23vw;
  inset: auto 5% 0 auto;
  background: url(../../img/about/staff-name_ill.png) center/100% no-repeat;
}
#about-staff .staff__content-img {
  text-align: center;
  margin-bottom: 8%;
}
#about-staff .staff__content-img img {
  border-radius: 4vw;
}

/*==========================================
unwanted-item
===========================================*/
/*
# unwanted-item-about
------------------------*/
#unwanted-item-about .about__inner {
  background: var(--color-white);
  border-radius: 4vw;
  padding: 12% 6%;
}
#unwanted-item-about .about__img {
  text-align: center;
  margin-bottom: 8%;
}
#unwanted-item-about .about__img img {
  border-radius: 4vw;
}
#unwanted-item-about .about__text {
  text-align: left;
}

/*
# unwanted-item-supplier
------------------------*/
#unwanted-item-supplier .supplier__wrap--good {
  margin-bottom: 15%;
}
#unwanted-item-supplier .supplier__wrap--good .supplier__title span {
  color: var(--primary-color);
}
#unwanted-item-supplier .supplier__wrap--good .supplier__item-title::before {
  color: var(--primary-color);
}
#unwanted-item-supplier .supplier__wrap--bad .supplier__title span {
  color: var(--accent-color-light);
}
#unwanted-item-supplier .supplier__wrap--bad .supplier__item-title::before {
  color: var(--accent-color-light);
}
#unwanted-item-supplier .supplier__item {
  padding: 10% 6%;
  border-radius: 3vw;
  margin-bottom: 10%;
  background: var(--color-yellow-light);
}
#unwanted-item-supplier .supplier__item:last-child {
  margin-bottom: 0;
}
#unwanted-item-supplier .supplier__item-title {
  padding: 0 0 2% 10%;
  border-bottom: 1.5px dotted;
  margin-bottom: 5%;
  position: relative;
  font-size: var(--font-size-21);
}
#unwanted-item-supplier .supplier__item-title::before {
  content: counter(number) ".";
  position: absolute;
  inset: -1.3vw auto auto 0;
  width: auto;
  font-size: var(--font-size-25);
}

/*==========================================
junk
===========================================*/
/*
# service-worry__section
------------------------*/
.service-worry__section .worry__list .worry__item {
  background: var(--color-white);
  border-radius: 4vw;
  padding: 8% 6%;
  display: flex;
  flex-direction: column;
  margin-bottom: 12%;
}
.service-worry__section .worry__list .worry__item:last-child {
  margin-bottom: 0;
}
.service-worry__section .worry__list .worry__item-title {
  flex-grow: 1;
  font-size: var(--font-size-20);
  color: var(--primary-color);
  border-radius: 3vw;
  line-height: 1.6;
  padding: 2% 3%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 245, 211, 0.5) 5px, rgba(255, 245, 211, 0.5) 10px);
  position: relative;
  margin-bottom: 4%;
  background-color: var(--color-yellow-light);
}
.service-worry__section .worry__list .worry__item-title::before {
  position: absolute;
  content: "";
}
.service-worry__section .worry__list .worry__item:nth-child(1) .worry__item-title::before {
  width: 15%;
  height: 16vw;
  background: url(../../img/junk/worry-01_ill.png) center/100% no-repeat;
  inset: auto auto 0 -5%;
}
.service-worry__section .worry__list .worry__item:nth-child(2) .worry__item-title::before {
  width: 14%;
  height: 16vw;
  background: url(../../img/junk/worry-02_ill.png) center/100% no-repeat;
  inset: auto auto 0 -8%;
}
.service-worry__section .worry__list .worry__item:nth-child(3) .worry__item-title::before {
  width: 12%;
  height: 19vw;
  background: url(../../img/junk/worry-03_ill.png) center/100% no-repeat;
  inset: auto auto 0 -5%;
}
.service-worry__section .worry__list .worry__item:nth-child(4) .worry__item-title::before {
  width: 16%;
  height: 18vw;
  background: url(../../img/junk/worry-04_ill.png) center/100% no-repeat;
  inset: auto auto 0 -7%;
}
.service-worry__section .worry__list .worry__item-text {
  flex-grow: 1;
}

/*
# service-about__section
------------------------*/
.service-about__section .about__inner {
  margin-bottom: 15%;
}
.service-about__section .about__inner .about__img {
  margin-bottom: 7%;
}
.service-about__section .about__inner .about__img img {
  border-radius: 4vw;
}
.service-about__section .about__subcontent {
  padding: 10% 6%;
  border-radius: 3vw;
  background: var(--color-yellow-light);
  margin-bottom: 15%;
}
.service-about__section .about__subcontent:last-child {
  margin-bottom: 0;
}
.service-about__section .about__subcontent-inner .about__subcontent-img {
  margin-bottom: 6%;
}
.service-about__section .about__subcontent-inner .about__subcontent-img img {
  border-radius: 4vw;
}
.service-about__section .about__subcontent-list .about__subcontent-item::before {
  content: "・";
}

/*==========================================
belongings
===========================================*/
/*
# .belongings-about
------------------------*/
#belongings-about .about__inbox {
  margin-bottom: 15%;
}
#belongings-about .about__inbox:last-child {
  margin-bottom: 0;
}

/*
# belongings-collect
------------------------*/
#belongings-collect .collect__inner {
  background: var(--primary-color-extra-light);
  border-radius: 8vw;
  padding: 12% 5%;
}
#belongings-collect .collect__content {
  margin-bottom: 13%;
}
#belongings-collect .collect__content:last-child {
  margin-bottom: 0;
}
#belongings-collect .collect__content .collect__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 4vw 4%;
}
#belongings-collect .collect__content .collect__list .collect__card {
  width: 48%;
}
#belongings-collect .collect__content .collect__list .collect__card-text {
  text-align: center;
  margin-top: 2%;
  font-size: var(--font-size-16);
}
#belongings-collect .collect__content .collect__list .collect__card-text span {
  position: relative;
}
#belongings-collect .collect__content .collect__list .collect__card-text span::before, #belongings-collect .collect__content .collect__list .collect__card-text span::after {
  position: absolute;
  content: "";
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background: var(--accent-color-light);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#belongings-collect .collect__content .collect__list .collect__card-text span::before {
  left: -3vw;
}
#belongings-collect .collect__content .collect__list .collect__card-text span::after {
  right: -3vw;
}
#belongings-collect .collect__notes-text {
  font-size: var(--font-size-14);
}

/*
# belongings-way
------------------------*/
#belongings-way {
  padding: 20% 8%;
}
#belongings-way .way__inbox {
  background: var(--color-white);
  border-radius: 4vw;
  padding: 12% 6%;
}
#belongings-way .way__title {
  color: var(--body-font-color);
}
#belongings-way .way__text {
  margin-bottom: 10%;
}
#belongings-way .way__table {
  background: var(--color-yellow-light);
  border-radius: 4vw;
  padding: 10% 5%;
  display: block;
  width: 100%;
}
#belongings-way .way__table tbody {
  display: block;
}
#belongings-way .way__table-item {
  padding-bottom: 5%;
  margin-bottom: 5%;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: flex-start;
  border-bottom: 1px dotted;
}
#belongings-way .way__table-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#belongings-way .way__table-item-title {
  width: 28%;
  text-align: center;
  border-radius: 3vw;
  background: var(--accent-color-light);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  padding: 1% 2%;
}
#belongings-way .way__table-item-content {
  width: 68%;
}

/*
# junk-about
------------------------*/
#junk-about .about__title {
  font-size: var(--font-size-24);
}

/*
# junk-official
------------------------*/
#junk-official {
  background: var(--primary-color-extra-light);
}
#junk-official .official__title span {
  color: var(--accent-color-light);
}
#junk-official .official__content {
  margin-bottom: 15%;
}
#junk-official .official__content:last-child {
  margin-bottom: 0;
}
#junk-official .official__content .official__subtitle {
  width: 100%;
}
#junk-official .official__content--certification {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#junk-official .official__content--certification .official__text {
  width: 60%;
}
#junk-official .official__content--certification .official__img {
  width: 35%;
}
#junk-official .official__content--certification .official__img img {
  border-radius: 3vw;
}

.com-check__list {
  background: var(--color-white);
  border-radius: 4vw;
  padding: 10% 5%;
  margin-top: 10%;
}
.com-check__list .check-icon {
  margin-bottom: 3%;
  font-size: var(--font-size-18);
  padding-left: 8%;
  background: url(../../img/junk/check_ic.png) left top 2vw/3.5vw no-repeat;
}
.com-check__list .check-icon:last-child {
  margin-bottom: 0;
}

/*
# junk-merit
------------------------*/
#junk-merit .merit__inner {
  border-radius: 4vw;
  background: var(--color-white);
  padding: 12% 6%;
}
#junk-merit .merit__inner .merit__title {
  font-size: var(--font-size-23);
  color: var(--body-font-color);
}
#junk-merit .merit__item {
  margin-bottom: 8%;
  padding: 6%;
  background: var(--color-yellow-light);
  border-radius: 4vw;
}
#junk-merit .merit__item:last-child {
  margin-bottom: 0;
}
#junk-merit .merit__item-title {
  color: var(--color-white);
  font-size: var(--font-size-18);
  background: var(--accent-color-light);
  font-weight: var(--font-weight-bold);
  padding: 2% 5%;
  margin-bottom: 4%;
  border-radius: 3vw;
}

/*
# junk-price
------------------------*/
#junk-price .price__caution-list {
  background: var(--color-yellow-light);
  border-radius: 4vw;
  padding: 10% 5%;
}

.com-price__list {
  margin-bottom: 15%;
}
.com-price__list .price__item {
  background: var(--color-yellow-light);
  border-radius: 4vw;
  padding: 8% 5%;
  text-align: center;
  margin-bottom: 10%;
}
.com-price__list .price__item:last-child {
  margin-bottom: 0;
}
.com-price__list .price__item-title {
  font-size: var(--font-size-20);
}
.com-price__list .price__item-content .price__item-text.price__text-case {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-17);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid;
  line-height: 1.4;
  padding-bottom: 5%;
  margin-bottom: 3%;
}
.com-price__list .price__item-content .price__item-text.price__text-case span {
  color: var(--accent-color-light);
  font-size: var(--font-size-18);
}
.com-price__list .price__item-content .price__item-text.price__text-price small {
  font-size: var(--font-size-13);
}

/*==========================================
crime-scene-cleaners
===========================================*/
/*
# crime-scene-cleaners-about
------------------------*/
#crime-scene-cleaners-about .about__consult-text {
  margin-bottom: 13%;
}
#crime-scene-cleaners-about .about__consult-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
}
#crime-scene-cleaners-about .about__consult-list .about__consult-item {
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  font-size: var(--font-size-18);
  text-align: center;
  background: var(--color-yellow-light);
  padding: 20% 0 3%;
}
#crime-scene-cleaners-about .about__consult-list .about__consult-item::before {
  position: absolute;
  inset: 3vw 0 auto;
  margin: 0 auto;
  width: 10vw;
  height: 10vw;
  color: var(--color-white);
  background: var(--accent-color-light);
}
#crime-scene-cleaners-about .about__consult-list .about__consult-item span {
  color: var(--primary-color);
}

/*==========================================
flow
===========================================*/
/*
# flow-section
------------------------*/
#flow-section .flow__item {
  position: relative;
  margin-bottom: 15%;
  background: var(--color-white);
  border-radius: 3vw;
  padding: 10% 6%;
}
#flow-section .flow__item:last-child {
  margin-bottom: 0;
}
#flow-section .flow__item:last-child::after {
  border: none;
}
#flow-section .flow__item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6vw 5vw 0px 5vw;
  border-color: var(--color-yellow) transparent transparent transparent;
  inset: auto 0 -9vw;
  margin: 0 auto;
}
#flow-section .flow__item-title {
  font-size: var(--font-size-23);
  margin-bottom: 7%;
  padding-left: 16%;
}
#flow-section .flow__item-title::before {
  position: absolute;
  width: 9vw;
  height: 9vw;
  background: var(--accent-color-light);
  content: counter(number);
  color: var(--color-white);
  inset: 0 auto 0 0;
  margin: auto 0;
}
#flow-section .flow__item-content {
  background: var(--color-yellow-light);
  border-radius: 4vw;
  padding: 8% 5%;
}

/*
# flow-caution
------------------------*/
#flow-caution .caution__list {
  background: var(--color-yellow-light);
  border-radius: 4vw;
  padding: 10% 6%;
}

/*==========================================
fee
===========================================*/
/*
# fee-menu
------------------------*/
#fee-menu .menu__wrap {
  margin-bottom: 15%;
}
#fee-menu .menu__wrap:last-child {
  margin-bottom: 0;
}
#fee-menu .menu__caution-text {
  margin-bottom: 10%;
}
#fee-menu .menu__table {
  padding: 6% 4%;
  border-radius: 3vw;
  background: var(--color-yellow-light);
}
#fee-menu .menu__table thead tr {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 3%;
}
#fee-menu .menu__table thead th {
  text-align: center;
  font-size: var(--font-size-17);
  color: var(--color-white);
  border-collapse: separate;
  border-spacing: 0 20px;
  padding: 2%;
  border-radius: 3vw;
}
#fee-menu .menu__table thead th:first-child {
  width: 38%;
}
#fee-menu .menu__table thead th:last-child {
  width: 59%;
}
#fee-menu .menu__table tbody tr {
  border-bottom: 1px solid;
  padding: 3% 0;
  width: 100%;
  display: flex;
}
#fee-menu .menu__table tbody tr th,
#fee-menu .menu__table tbody tr td {
  display: block;
  text-align: center;
}
#fee-menu .menu__table tbody tr th {
  width: 38%;
  font-size: var(--font-size-16);
  color: var(--primary-color);
}
#fee-menu .menu__table tbody tr td {
  width: 62%;
  font-size: var(--font-size-15);
}
#fee-menu .menu__payment .menu__payment-list {
  background: var(--color-yellow-light);
  border-radius: 4vw;
  padding: 10% 6%;
}
#fee-menu .menu__payment .menu__payment-list .payment__item {
  padding-left: 6%;
  position: relative;
}
#fee-menu .menu__payment .menu__payment-list .payment__item::before {
  position: absolute;
  content: "・";
  inset: 0 auto auto 0;
}

/*
# fee-structure
------------------------*/
#fee-structure .structure__item {
  margin-bottom: 12%;
  background: var(--color-white);
  border-radius: 4vw;
  padding: 8% 5% 8% 21%;
  position: relative;
}
#fee-structure .structure__item::before {
  position: absolute;
  content: "";
  width: 11vw;
  height: 11vw;
  inset: 7vw auto auto 4%;
}
#fee-structure .structure__item:nth-child(1)::before {
  background: url(../../img/fee/structure-01_icon.png) center/100% no-repeat;
}
#fee-structure .structure__item:nth-child(2)::before {
  background: url(../../img/fee/structure-02_icon.png) center/100% no-repeat;
}
#fee-structure .structure__item:nth-child(3)::before {
  background: url(../../img/fee/structure-03_icon.png) center/100% no-repeat;
}
#fee-structure .structure__item:nth-child(4)::before {
  background: url(../../img/fee/structure-04_icon.png) center/100% no-repeat;
}
#fee-structure .structure__item:nth-child(5)::before {
  background: url(../../img/fee/structure-05_icon.png) center/100% no-repeat;
}
#fee-structure .structure__item:nth-child(6)::before {
  background: url(../../img/fee/structure-06_icon.png) center/100% no-repeat;
}
#fee-structure .structure__item:last-child {
  margin-bottom: 0;
}
#fee-structure .structure__item-title {
  color: var(--primary-color);
  font-size: var(--font-size-21);
  font-weight: var(--font-weight-bold);
  background: var(--color-yellow-light);
  border-radius: 3vw;
  padding: 2% 5%;
  margin-bottom: 5%;
}

/*==========================================
faq
===========================================*/
#faq-archive .faq__item {
  margin-bottom: 15%;
  padding: 10% 6%;
  background: var(--color-yellow-light);
  border-radius: 3vw;
}
#faq-archive .faq__item:last-child {
  margin-bottom: 0;
}
#faq-archive .faq__item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
  margin-bottom: 5%;
}
#faq-archive .faq__item-tags .faq__tag {
  background: var(--color-yellow);
  font-size: var(--font-size-14);
  padding: 0 1vw;
}
#faq-archive .faq__item-title, #faq-archive .faq__item-content {
  position: relative;
}
#faq-archive .faq__item-title::before, #faq-archive .faq__item-content::before {
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-zen-maru);
  inset: 0 auto auto 0;
  letter-spacing: 0;
}
#faq-archive .faq__item-title {
  font-size: var(--font-size-22);
  padding-left: 14%;
  margin-bottom: 5%;
}
#faq-archive .faq__item-title::before {
  width: 8vw;
  height: 8vw;
  content: "Q";
  background: var(--accent-color-light);
}
#faq-archive .faq__item-content {
  background: var(--color-white);
  border-radius: 3vw;
  padding: 10% 5% 10% 15%;
}
#faq-archive .faq__item-content::before {
  content: "A";
  width: 6vw;
  height: 6vw;
  background: var(--primary-color);
  inset: 8vw auto auto 4%;
}

/*==========================================
case
===========================================*/
/*
# case-single
------------------------*/
#case-single .single__inner {
  padding: 15% 6%;
  background: var(--color-yellow-light);
  border-radius: 3vw;
}
#case-single .bfaf__list {
  margin-bottom: 10%;
}
#case-single .bfaf__list .bfaf__item {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 8%;
  text-align: center;
}
#case-single .bfaf__list .bfaf__item:last-child {
  margin-bottom: 0;
}
#case-single .bfaf__list .bfaf__item:has(.bfaf__card-before) .bfaf__card-before {
  position: relative;
}
#case-single .bfaf__list .bfaf__item:has(.bfaf__card-before) .bfaf__card-before::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3vw 0px 3vw 2vw;
  border-color: transparent transparent transparent var(--accent-color-light);
  inset: auto -3.85vw 10vw auto;
  margin: auto 0;
}
#case-single .bfaf__list .bfaf__item .bfaf__card {
  width: 46%;
}
#case-single .bfaf__list .bfaf__item .bfaf__card-title {
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  margin-bottom: 2%;
}
#case-single .bfaf__list .bfaf__item .bfaf__card-title span {
  position: relative;
}
#case-single .bfaf__list .bfaf__item .bfaf__card-title span::before, #case-single .bfaf__list .bfaf__item .bfaf__card-title span::after {
  position: absolute;
  content: "";
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}
#case-single .bfaf__list .bfaf__item .bfaf__card-title span::before {
  left: -3vw;
}
#case-single .bfaf__list .bfaf__item .bfaf__card-title span::after {
  right: -3vw;
}
#case-single .bfaf__list .bfaf__item .bfaf__card-before .bfaf__card-title span::before, #case-single .bfaf__list .bfaf__item .bfaf__card-before .bfaf__card-title span::after {
  background: var(--accent-color-light);
}
#case-single .bfaf__list .bfaf__item .bfaf__card-after .bfaf__card-title span::before, #case-single .bfaf__list .bfaf__item .bfaf__card-after .bfaf__card-title span::after {
  background: var(--primary-color);
}
#case-single .bfaf__list .bfaf__item .bfaf__card-img {
  width: 100%;
  height: 25vw;
}
#case-single .bfaf__list .bfaf__item .bfaf__card-img img {
  border-radius: 3vw;
}
#case-single .case__details {
  margin-bottom: 10%;
}
#case-single .case__details .detail__item {
  width: 100%;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: flex-start;
  margin-bottom: 3%;
  font-size: var(--font-size-15);
}
#case-single .case__details .detail__item:last-child {
  margin-bottom: 0;
}
#case-single .case__details .detail__item dt {
  width: 40%;
  border-radius: 8vw;
  background: var(--accent-color-light);
  color: var(--color-white);
  text-align: center;
  padding: 1% 0;
}
#case-single .case__details .detail__item dd {
  width: 58%;
}
#case-single .case__comment {
  padding-bottom: 8%;
  border-bottom: 1.5px dotted;
  margin-bottom: 3%;
}
#case-single .case__price {
  text-align: right;
  font-size: var(--font-size-18);
}
#case-single .case__price span {
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-black);
  margin: 0 2%;
}
#case-single .case__price small {
  font-size: var(--font-size-16);
}

/*==========================================
company
===========================================*/
/*
# company-policy
------------------------*/
#company-policy .policy__catch {
  text-align: center;
  font-size: var(--font-size-18);
  margin-bottom: 10%;
}
#company-policy .policy__catch span {
  background: var(--color-yellow-light);
  padding: 1vw 5vw;
  border-radius: 3vw;
  margin-bottom: 3%;
  display: inline-block;
}
#company-policy .policy__catch span em {
  font-size: var(--font-size-23);
}
#company-policy .policy__text {
  margin-bottom: 10%;
}
#company-policy .policy__text:last-child {
  margin-bottom: 0;
}

/*
# company-greeting
------------------------*/
#company-greeting .greeting__content {
  border-radius: 5vw;
  background: var(--color-white);
  padding: 12% 6%;
}

/*
# company-info
------------------------*/
#company-info {
  background: var(--color-yellow-light);
}
#company-info .info__table {
  margin-bottom: 15%;
}

/*==========================================
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%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-12);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  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-12);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-18);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-15);
}
.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 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-14);
}
.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フレーム時)
  ===========================================*/