@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  inset: 10px auto auto 0;
  gap: 10px 20px;
}
div .bread li {
  color: var(--primary-color);
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -15px 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: 300px;
  margin: 0 0 45px auto;
}
.global-select select {
  padding: 15px 37px 15px 15px;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  gap: 15px 25px;
}
.c-contact__list .com-tel {
  line-height: 1.2;
  padding-left: 25px;
  position: relative;
}
.c-contact__list .com-tel::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 22px;
  inset: 12px auto auto 0;
  background: url(../../img/common/tel_ic.png) center/100% no-repeat;
}
.c-contact__list .com-tel .tel__num {
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-30);
}
.c-contact__list .com-tel .tel__num small {
  font-size: var(--font-size-18);
}
.c-contact__list .com-tel .tel__text {
  display: block;
}
.c-contact__list .com-mail .com-button-mail {
  height: 50px;
  width: 200px;
  font-size: var(--font-size-16);
}
.c-contact__list .com-mail .com-button-mail span {
  padding-left: 30px;
  background: url(../../img/common/mail_ic.png) left center no-repeat;
}

/*
# c-sns__list
------------------------*/
.c-sns__list {
  gap: 20px;
}
.c-sns__list .com-button {
  width: 180px;
  height: 40px;
  font-size: var(--font-size-16);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr,
.com-table th,
.com-table td {
  display: block;
  width: 100%;
}
.com-table tr {
  padding: 15px 0;
}
.com-table tr th {
  width: 180px;
  vertical-align: top;
  margin-bottom: 10px;
}
.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: 40px;
}
.com-content p:last-child {
  margin-bottom: 0;
}

.com-text {
  line-height: 2.1;
  letter-spacing: var(--body-letter-spacing);
}
.com-text.pc-center {
  text-align: center;
}
.com-text.text__intax {
  font-size: var(--font-size-14);
}

#g-map {
  border-radius: 16px;
}
#g-map .map {
  height: 400px;
  border-radius: 16px;
  /*==========================================
  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;
}
#g-map .map iframe {
  border-radius: 16px;
}

/*
# .com-button
------------------------*/
.com-button {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-18);
  background: var(--accent-color);
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  border-radius: 30px;
  height: 60px;
}

/*
# .bs-icon
------------------------*/
.bs-icon--arrow-right::before {
  right: 6%;
  content: "\f138";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--accent-color);
  font-size: var(--font-size-16);
}
.bs-icon--chevron-left::before, .bs-icon--chevron-right::before {
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  font-size: var(--font-size-30);
}
.bs-icon--chevron-left::before {
  content: "\f284";
}
.bs-icon--chevron-right::before {
  content: "\f285";
}

/*
# bg-pattern
------------------------*/
.bg-pattern--green {
  background-image: repeating-linear-gradient(-45deg, #e4ff8b 0, #e4ff8b 8px, transparent 0, transparent 50%);
  background-size: 28px 28px;
  background-color: var(--color-lime);
}

.bg-pattern--blue {
  background-image: repeating-linear-gradient(-45deg, #f6f6f6 0, #f6f6f6 8px, transparent 0, transparent 50%);
  background-size: 28px 28px;
  background-color: var(--color-white);
}

/*
# com-bg--deco
------------------------*/
.com-bg--deco {
  background: url(../../img/common/com-top_bg.png) top center/100% no-repeat, url(../../img/common/com-btm_bg.png) bottom center/100% no-repeat, var(--color-lime-light);
}

/*
# border-radius
------------------------*/
.rounded-8 {
  border-radius: 8px;
}

.rounded-20 {
  border-radius: 20px;
}

/*
# com-circle-deco
------------------------*/
.com-circle-deco {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.com-circle-deco::before, .com-circle-deco::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #cdf67c;
  z-index: -1;
}
.com-circle-deco::before {
  width: 200px;
  height: 200px;
  left: 12.7604%;
}
.com-circle-deco::after {
  width: 400px;
  height: 400px;
  inset: auto 3.125% -90px auto;
}

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

.section-title {
  font-size: var(--font-size-50);
  font-weight: var(--font-weight-black);
  line-height: 1.5;
  padding-bottom: 50px;
  margin-bottom: 55px;
  position: relative;
  text-align: center;
}
.section-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 14px;
  inset: auto 0 0;
  margin: 0 auto;
  background: var(--color-light-green);
  border-radius: 22px;
}
.section-title span {
  color: var(--primary-color);
}
.section-title.has-shadow {
  text-shadow: var(--color-white) 3px 0px, var(--color-white) -3px 0px, var(--color-white) 0px -3px, var(--color-white) 0px 3px, var(--color-white) 3px 3px, var(--color-white) -3px 3px, var(--color-white) 3px -3px, var(--color-white) -3px -3px, var(--color-white) 1px 3px, var(--color-white) -1px 3px, var(--color-white) 1px -3px, var(--color-white) -1px -3px, var(--color-white) 3px 1px, var(--color-white) -3px 1px, var(--color-white) 3px -1px, var(--color-white) -3px -1px;
}
.section-title.pc-left {
  text-align: left;
}
.section-title.pc-left::before {
  inset: auto auto 0 0;
}

.headline-title {
  color: var(--primary-color);
  font-size: var(--font-size-26);
  font-weight: var(--font-weight-bold);
  margin-bottom: 20px;
  border-bottom: 1px solid var(--form-border-color);
  padding-bottom: 10px;
}

.sub-title {
  text-align: center;
  color: var(--primary-color);
  background: var(--color-lime);
  border-radius: 20px;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-20);
  margin-bottom: 20px;
}

/*==========================================
header
===========================================*/
#header {
  position: absolute;
  inset: 25px 0 auto;
  z-index: 1001;
  width: 96.875%;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 65px;
  padding: 20px 2.9569% 5px 3.7634%;
}
#header .header__logo {
  line-height: 0;
}
#header .header__right {
  width: 640px;
}
#header .header__right .header__contact-list {
  justify-content: flex-end;
}
#header #nav {
  margin-top: 10px;
}
#header #nav .header__nav-list {
  font-size: var(--font-size-14);
  text-align: center;
  font-weight: var(--font-weight-bold);
}
#header #nav .header__nav-item {
  position: relative;
  transition: all 0.3s ease-in-out;
}
#header #nav .header__nav-item:hover .dropdown-menu__list {
  visibility: visible;
  opacity: 1;
}
#header #nav .header__nav-item:has(.dropdown-menu__list) .header__nav-link:hover {
  cursor: default;
}
#header #nav .header__nav-item:has(.dropdown-menu__list) .header__nav-link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0px 4px;
  border-color: var(--primary-color) transparent transparent transparent;
  inset: 0 5px 0 auto;
  margin: auto 0;
  transition: all 0.3s;
}
#header #nav .header__nav-item:has(.dropdown-menu__list):hover .header__nav-link::before {
  transform: rotate(-180deg);
}
#header #nav .header__nav-link {
  padding: 10px 25px;
  position: relative;
}
#header #nav .header__nav-link:hover {
  color: var(--primary-color);
}
#header #nav .header__nav-link.current {
  color: var(--primary-color);
}
#header #nav .dropdown-menu__list {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  inset: 50px auto auto -25px;
  width: 210px;
  background: var(--color-white);
  border-radius: 0 0 20px 20px;
  transition: all 0.3s ease-in-out;
}
#header #nav .dropdown-menu__item {
  border-bottom: 1px solid var(--color-gray);
}
#header #nav .dropdown-menu__item:last-child {
  border-bottom: none;
}
#header #nav .dropdown-menu__link {
  padding: 7px 0;
  display: block;
}
#header #nav .dropdown-menu__link:hover {
  color: var(--primary-color);
}
#header #nav .dropdown-menu__link.current {
  color: var(--primary-color);
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: clamp(760px, 48.437vw, 930px);
  position: relative;
  /*==========================================
  メインビジュアル(スライダー)
  ===========================================*/
}
#top-mv #mv__slider {
  height: clamp(760px, 48.437vw, 930px);
  position: relative;
}
#top-mv #mv__slider li {
  height: 100%;
}
#top-mv #mv__slider li:nth-child(1) {
  background: url(../img/top/mv/slide01.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(2) {
  background: url(../img/top/mv/slide02.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(3) {
  background: url(../img/top/mv/slide03.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(4) {
  background: url(../img/top/mv/slide04.jpg) center/cover no-repeat;
}
#top-mv .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#top-mv .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
}
#top-mv .bx-pager {
  display: none;
}
#top-mv .mv__catch {
  width: 41.3541%;
  margin: 0 auto;
  position: absolute;
  inset: auto 0 4.8387%;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 85px 0 90px;
  background: var(--primary-color);
}
#footer .footer__inbox {
  position: relative;
}
#footer .footer__left {
  width: 430px;
}
#footer .footer__left .footer__logo {
  display: inline-block;
  margin-bottom: 20px;
}
#footer .footer__left .footer__address {
  font-size: var(--font-size-14);
  color: var(--color-white);
  margin-bottom: 45px;
}
#footer .footer__right {
  width: 580px;
}
#footer .footer__right .footer__contact-list {
  justify-content: flex-end;
  margin-bottom: 30px;
}
#footer .footer__right .footer__contact-list .com-tel::before {
  filter: brightness(15);
}
#footer .footer__right .footer__contact-list .com-tel .tel__num {
  color: var(--color-white);
}
#footer .footer__right .footer__contact-list .com-tel .tel__text {
  filter: brightness(15);
}
#footer .footer__right .footer__nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px 50px;
}
#footer .footer__right .footer__nav .footer__nav-item {
  margin-bottom: 10px;
  font-size: var(--font-size-14);
}
#footer .footer__right .footer__nav .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__right .footer__nav .footer__nav-item .footer__nav-link {
  color: var(--color-white);
}
#footer .footer__right .footer__nav .footer__nav-item .dropdown-menu__list .dropdown-menu__link {
  color: var(--color-white);
  padding-left: 15px;
  position: relative;
}
#footer .footer__right .footer__nav .footer__nav-item .dropdown-menu__list .dropdown-menu__link::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 1px;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--color-white);
  z-index: 1;
}

#copyright {
  position: absolute;
  inset: auto auto 0 0;
  word-break: normal;
  color: var(--color-white);
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  color: var(--color-white);
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 660px;
  position: relative;
}
.lower-sv .sv__title {
  width: 980px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  inset: auto 0 28.7878%;
  font-weight: var(--font-weight-black);
  color: var(--primary-color);
  font-size: var(--font-size-48);
  border-radius: 32px;
  padding: 5px 0;
  text-shadow: var(--color-white) 3px 0px, var(--color-white) -3px 0px, var(--color-white) 0px -3px, var(--color-white) 0px 3px, var(--color-white) 3px 3px, var(--color-white) -3px 3px, var(--color-white) 3px -3px, var(--color-white) -3px -3px, var(--color-white) 1px 3px, var(--color-white) -1px 3px, var(--color-white) 1px -3px, var(--color-white) -1px -3px, var(--color-white) 3px 1px, var(--color-white) -3px 1px, var(--color-white) 3px -1px, var(--color-white) -3px -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#privacy-sv {
  background: url(../../img/sv/privacy-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: 165px 0 190px;
  position: relative;
}
#top-greeting .greeting__content {
  width: 615px;
  margin-left: auto;
}
#top-greeting .greeting__title span {
  font-size: 6rem;
}
#top-greeting .greeting__imgs {
  position: absolute;
  inset: 130px auto auto 0;
  width: 41.6666%;
  max-width: 800px;
}
#top-greeting .greeting__imgs .greeting__img-house img {
  border-radius: 0 30px 30px 0;
}
#top-greeting .greeting__imgs .greeting__img-fam {
  width: 62.375%;
  position: absolute;
  inset: auto -15px -87% auto;
  z-index: 1;
}

/*
# top-subscription
------------------------*/
#top-subscription {
  padding: 185px 0 150px;
  background: url(../../img/top/subscription_bg.png) center/cover no-repeat;
}
#top-subscription .subscription__wrap {
  width: clamp(1400px, 83.333%, 1600px);
  margin: 0 auto 70px;
  border-radius: 32px;
  padding: 80px 0 85px;
  position: relative;
}
#top-subscription .subscription__wrap::before {
  position: absolute;
  content: "";
  width: 1080px;
  height: 338px;
  margin: 0 auto;
  background: url(../../img/top/subscription-top_ill.png) center right/484px 100% no-repeat;
  inset: -338px -25px auto 0;
}
#top-subscription .subscription__wrap .subscription__title {
  margin-bottom: 85px;
}
#top-subscription .subscription__wrap .subscription__worries-wrap {
  background: var(--color-white);
  border-radius: 32px;
  padding: 95px 0 130px;
  position: relative;
  width: clamp(1100px, 80%, 1280px);
  margin: 0 auto 85px;
}
#top-subscription .subscription__wrap .subscription__worries-wrap::before, #top-subscription .subscription__wrap .subscription__worries-wrap::after {
  position: absolute;
  content: "";
}
#top-subscription .subscription__wrap .subscription__worries-wrap::after {
  width: 418px;
  height: 402px;
  background: url(../../img/top/subscription-worries_ill.png) center/100% no-repeat;
  inset: auto 0 -20px;
  margin: 0 auto;
  animation: yokoyure 1s steps(2, start) infinite;
}
#top-subscription .subscription__wrap .subscription__worries-wrap::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 283px 0px 283px;
  border-color: var(--primary-color) transparent transparent transparent;
  inset: auto 0 -60px;
  margin: 0 auto;
}
#top-subscription .subscription__wrap .worries__title {
  position: absolute;
  inset: -40px 0 auto;
  width: 1080px;
  margin: 0 auto;
  color: var(--color-white);
  background: var(--accent-color);
  font-size: var(--font-size-36);
  font-weight: var(--font-weight-black);
  border-radius: 40px;
  text-align: center;
  padding: 8px;
}
#top-subscription .subscription__wrap .worries__title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 13px 0px 13px;
  border-color: var(--accent-color) transparent transparent transparent;
  inset: auto 0 -30px;
  margin: 0 auto;
}
#top-subscription .subscription__wrap .worries__list {
  gap: 20px 10px;
}
#top-subscription .subscription__wrap .worries__list .worries__card {
  text-align: center;
  width: 345px;
  position: relative;
  padding-bottom: 45px;
}
#top-subscription .subscription__wrap .worries__list .worries__card:nth-child(4) {
  margin-right: 360px;
}
#top-subscription .subscription__wrap .worries__list .worries__card-text {
  position: absolute;
  inset: auto 0 0;
}
#top-subscription .subscription__wrap .worries__list .worries__card-text span {
  min-width: 240px;
  display: inline-block;
  padding: 0 10px;
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-black);
  margin-bottom: 5px;
}
#top-subscription .subscription__wrap .worries__list .worries__card-text span:last-child {
  margin-bottom: 0;
}
#top-subscription .subscription__wrap .worries__text-end {
  text-align: center;
  font-size: 7rem;
  font-weight: var(--font-weight-black);
  color: var(--primary-color);
  text-shadow: var(--color-white) 3px 0px, var(--color-white) -3px 0px, var(--color-white) 0px -3px, var(--color-white) 0px 3px, var(--color-white) 3px 3px, var(--color-white) -3px 3px, var(--color-white) 3px -3px, var(--color-white) -3px -3px, var(--color-white) 1px 3px, var(--color-white) -1px 3px, var(--color-white) 1px -3px, var(--color-white) -1px -3px, var(--color-white) 3px 1px, var(--color-white) -3px 1px, var(--color-white) 3px -1px, var(--color-white) -3px -1px;
}
#top-subscription .subscription__text {
  margin-bottom: 40px;
}
#top-subscription .subscription__button-list {
  gap: 40px;
  margin-top: 65px;
}
#top-subscription .subscription__button-list .subscription__button-item {
  width: 520px;
}

/*
# top-price
------------------------*/
#top-price {
  padding: 34.8958% 0 140px;
  position: relative;
}
#top-price .price__inbox {
  position: relative;
}
#top-price .price__inbox::before {
  position: absolute;
  content: "";
  width: 291px;
  height: 441px;
  background: url(../../img/top/price_ill.png) center/100% no-repeat;
  inset: auto auto -200px -123px;
  animation: yokoyure 1s steps(2, start) infinite;
}
#top-price .price__img {
  position: absolute;
  inset: -95px 0 auto auto;
  width: 94.3229%;
}
#top-price .price__text {
  margin-bottom: 60px;
}
#top-price .price__list {
  background: var(--color-white);
  border-radius: 32px;
  padding: 10px 0;
  margin-bottom: 30px;
}
#top-price .price__list .price__item {
  border-bottom: 1px solid var(--color-gray);
}
#top-price .price__list .price__item:last-child {
  border-bottom: none;
}
#top-price .price__list .price__item-title, #top-price .price__list .price__item-text {
  padding: 15px 40px;
}
#top-price .price__list .price__item-title {
  max-width: 500px;
  color: var(--primary-color);
}
#top-price .price__list .price__item-text {
  max-width: 400px;
  text-align: right;
}

/*
# top-links
------------------------*/
.top-links {
  padding: 105px 0;
}
.top-links .links__part {
  position: relative;
  padding: 15px 0;
  margin-bottom: 85px;
  min-height: 520px;
  z-index: 1;
}
.top-links .links__part::before {
  position: absolute;
  content: "";
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: var(--primary-color-light);
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
}
.top-links .links__part:last-child {
  margin-bottom: 0;
}
.top-links .links__part-img {
  width: 46.3541%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.top-links .links__part-text {
  margin-bottom: 65px;
}
.top-links .links__part-content {
  width: 505px;
}
.top-links .links__part:nth-child(odd)::before {
  left: 13.5416%;
}
.top-links .links__part:nth-child(odd) .links__part-img {
  right: 0;
}
.top-links .links__part:nth-child(odd) .links__part-img img {
  border-radius: 30px 0 0 30px;
}
.top-links .links__part:nth-child(even)::before {
  right: 13.5416%;
}
.top-links .links__part:nth-child(even) .links__part-img {
  left: 0;
}
.top-links .links__part:nth-child(even) .links__part-img img {
  border-radius: 0 30px 30px 0;
}
.top-links .links__part:nth-child(even) .links__part-content {
  margin-left: auto;
}

/*
# top-service
------------------------*/
#top-service .service__inbox {
  position: relative;
}
#top-service .service__inbox::before {
  position: absolute;
  content: "";
  width: 312px;
  height: 395px;
  background: url(../../img/top/service-top_ill.png) center/100% no-repeat;
  inset: -185px auto auto -74px;
  animation: yokoyure 1s steps(2, start) infinite;
}
#top-service .service__part {
  background: var(--color-white);
  border-radius: 32px;
  padding: 65px 30px 65px 60px;
  margin-bottom: 50px;
  position: relative;
}
#top-service .service__part:last-child {
  margin-bottom: 0;
}
#top-service .service__part-img {
  position: absolute;
  inset: 145px 65px auto auto;
}
#top-service .service__part-img::before {
  position: absolute;
  content: "";
}
#top-service .service__part-air-conditioner .service__part-img::before {
  width: 210px;
  height: 170px;
  inset: -105px auto auto -38px;
  background: url(../../img/top/service-air-conditioner_ill.png) center/100% no-repeat;
}
#top-service .service__part-empty-house .service__part-img::before {
  width: 210px;
  height: 170px;
  inset: -90px auto auto -45px;
  background: url(../../img/top/service-empty-house_ill.png) center/100% no-repeat;
}
#top-service .service__part-content {
  width: 545px;
  margin-bottom: 85px;
}
#top-service .service__part-title {
  font-size: var(--font-size-40);
  font-weight: var(--font-weight-black);
  color: var(--primary-color);
  margin-bottom: 25px;
}
#top-service .service__part-buttons {
  gap: 15px 40px;
}
#top-service .service__part-buttons .service__button {
  width: 425px;
}
#top-service .service__part-buttons .service__button.w-520 {
  width: 520px;
}

/*
# top-info
------------------------*/
#top-info {
  padding: 140px 0;
  background: url(../../img/top/info-top_bg.png) top center/100% no-repeat;
}
#top-info .info__table {
  width: 430px;
}
#top-info #g-map {
  width: 585px;
}
#top-info #g-map .map {
  height: 100%;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 0 0 145px;
  background: url(../../img/top/news-btm_bg.png) bottom center/100% no-repeat;
}
#top-news .news__wrap {
  width: clamp(1400px, 83.333%, 1600px);
  margin: 0 auto;
  padding: 85px 0 95px;
  border-radius: 32px;
}
#top-news .news__inbox {
  position: relative;
}
#top-news .news__inbox::before {
  position: absolute;
  content: "";
  width: 358px;
  height: 279px;
  background: url(../../img/top/news_ill.png) center/100% no-repeat;
  inset: -175px -42px auto auto;
  animation: yokoyure 1s steps(2, start) infinite;
}
#top-news .news__post {
  margin-bottom: 15px;
}
#top-news .news__post:last-child {
  margin-bottom: 0;
}
#top-news .news__post-link {
  padding: 20px 60px;
  background: var(--color-white);
  border-radius: 50px;
  border: 1px solid #bbe331;
}
#top-news .news__post-link:hover {
  opacity: 1;
  background: var(--primary-color-light);
  transform: scale(0.98);
}
#top-news .news__post-date, #top-news .news__post-tags {
  font-size: var(--font-size-16);
}
#top-news .news__post-date {
  width: 100px;
}
#top-news .news__post-tags {
  width: calc(100% - 110px);
}
#top-news .news__post-tags .news__post-tag {
  padding: 0 20px;
  position: relative;
  color: var(--primary-color);
}
#top-news .news__post-tags .news__post-tag::before, #top-news .news__post-tags .news__post-tag::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  background: var(--primary-color);
}
#top-news .news__post-tags .news__post-tag::before {
  left: 0;
}
#top-news .news__post-tags .news__post-tag::after {
  right: 0;
}
#top-news .news__post-tags .news__post-tag:not(:last-child)::after {
  opacity: 0;
}
#top-news .news__post-title {
  width: 100%;
  font-size: var(--font-size-16);
}
#top-news .news__button {
  width: 505px;
  margin: 60px auto 0;
}

/*==========================================
subscription
===========================================*/
/*
# subscription-plan
------------------------*/
#subscription-plan .plan__text {
  margin-bottom: 80px;
}
#subscription-plan .plan__list {
  gap: 30px;
}
#subscription-plan .plan__list .plan__item {
  width: 340px;
  background: var(--color-lime);
  padding: 30px 20px;
}
#subscription-plan .plan__list .plan__item-title {
  text-align: center;
  background: var(--color-white);
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-bold);
  color: var(--primary-color);
  background: var(--color-lime-light);
  margin-bottom: 10px;
}
#subscription-plan .plan__list .plan__item-inner-item {
  padding: 10px 35px;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
  border-bottom: 1px solid var(--primary-color);
}
#subscription-plan .plan__list .plan__item-inner-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#subscription-plan .plan__list .plan__item-inner-item-title {
  color: var(--primary-color);
}
#subscription-plan .plan__list .plan__item-inner-item-title::before {
  content: "■";
}

/*
# subscription-guide
------------------------*/
#subscription-guide .guide__item {
  background: var(--color-white);
  padding: 35px 60px;
  margin-bottom: 45px;
}
#subscription-guide .guide__item:last-child {
  margin-bottom: 0;
}
#subscription-guide .guide__item-title {
  background: var(--primary-color);
  color: var(--color-white);
  text-align: center;
  border-radius: 25px;
  font-size: var(--font-size-26);
  font-weight: var(--font-weight-bold);
  margin-bottom: 35px;
}
#subscription-guide .guide__item-headline {
  margin-bottom: 50px;
}
#subscription-guide .guide__item-headline .guide__headline-content {
  width: 545px;
}
#subscription-guide .guide__item-notes {
  background: var(--color-lime);
  padding: 25px 50px;
}
#subscription-guide .guide__item-notes-title {
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
}
#subscription-guide .guide__item-notes-body {
  background: var(--color-white);
  padding: 20px;
}

/*
# subscription-service
------------------------*/
#subscribe-service .service__text {
  margin-bottom: 65px;
}
#subscribe-service .service__part {
  margin-bottom: 40px;
  padding: 35px 45px;
  background: var(--color-lime-light);
}
#subscribe-service .service__part:last-child {
  margin-bottom: 0;
}
#subscribe-service .service__part-title {
  font-size: var(--font-size-28);
  font-weight: var(--font-weight-bold);
  color: var(--primary-color);
  margin-bottom: 25px;
  padding-left: 30px;
  position: relative;
}
#subscribe-service .service__part-title::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary-color);
  inset: 18px auto auto 0;
}
#subscribe-service .service__part-notes {
  margin-bottom: 25px;
}
#subscribe-service .service__part-list {
  gap: 15px;
}
#subscribe-service .service__part-list .service__part-item {
  width: 320px;
  background: var(--color-lime);
  text-align: center;
  font-weight: var(--font-weight-bold);
}

/*
# subscribe-advice
------------------------*/
#subscribe-advice::before {
  bottom: 65px;
}
#subscribe-advice .advice__inbox {
  position: relative;
}
#subscribe-advice .advice__inbox::before {
  position: absolute;
  content: "";
  inset: auto -250px -135px auto;
  width: 434px;
  height: 302px;
  background: url(../../img/subscription/advice_ill.png) center/100% no-repeat;
  z-index: 1;
}
#subscribe-advice .advice__text {
  margin-bottom: 75px;
}
#subscribe-advice .advice__contact-list {
  background: var(--color-white);
  justify-content: center;
  position: relative;
  border-radius: 32px;
  padding: 25px;
}
#subscribe-advice .advice__contact-list::before {
  position: absolute;
  content: "";
  width: 146px;
  height: 146px;
  background: var(--primary-color);
  border-radius: 50%;
  inset: -85px auto auto -100px;
}

/*==========================================
comparison
===========================================*/
/*
# comparison-spot
------------------------*/
#comparison-spot .spot__table {
  background: var(--color-lime-light);
  position: relative;
}
#comparison-spot .spot__table::before {
  position: absolute;
  content: "";
  width: 344px;
  height: calc(100% + 20px);
  border: 10px solid var(--accent-color);
  inset: -10px auto 0 325px;
}
#comparison-spot .spot__table th,
#comparison-spot .spot__table td {
  text-align: center;
  vertical-align: middle;
  padding: 15px 0;
  font-weight: var(--font-weight-bold);
}
#comparison-spot .spot__table .thead-item {
  border-bottom: 1px solid var(--primary-color);
}
#comparison-spot .spot__table .thead-item th {
  width: 387px;
  font-size: var(--font-size-23);
  color: var(--primary-color);
}
#comparison-spot .spot__table .thead-item th:first-child {
  width: 305px;
  font-size: var(--font-size-20);
}
#comparison-spot .spot__table .thead-item th:nth-child(2) {
  color: var(--accent-color);
}
#comparison-spot .spot__table .tbody-item {
  border-bottom: 1px solid var(--primary-color);
}
#comparison-spot .spot__table .tbody-item:last-child {
  border-bottom: none;
}

/*
# comparison-recommend
------------------------*/
#comparison-recommend .recom__list {
  row-gap: 40px;
}
#comparison-recommend .recom__list .recom__card {
  width: 525px;
  background: var(--color-white);
  padding: 25px 30px 30px;
}
#comparison-recommend .recom__list .recom__card-title {
  text-align: center;
  color: var(--primary-color);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
  padding-top: 40px;
  margin-bottom: 30px;
  background: url(../../img/comparison/recom-check_ic.png) top center no-repeat;
}
#comparison-recommend .recom__list .recom__card-img {
  margin-bottom: 25px;
}

/*==========================================
voice
===========================================*/
#voice-archive .voice__post {
  margin-bottom: 40px;
  background: var(--color-lime-light);
  padding: 45px 55px 50px;
}
#voice-archive .voice__post:last-child {
  margin-bottom: 0;
}
#voice-archive .voice__post-icon .voice__post-cap {
  text-align: center;
  background: var(--primary-color);
  border-radius: 20px;
  color: var(--color-white);
  margin-top: 10px;
}
#voice-archive .voice__post-tags {
  gap: 10px;
  margin-bottom: 20px;
}
#voice-archive .voice__post-tags li {
  color: var(--color-white);
  border-radius: 20px;
  background: var(--accent-color);
  padding: 0 15px;
}
#voice-archive .voice__post-content {
  width: 700px;
}

/*==========================================
steps
===========================================*/
/*
# steps-application
------------------------*/
#steps-application .app__list {
  position: relative;
  z-index: 1;
}
#steps-application .app__list::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background: var(--color-light-green);
  inset: 0 auto auto 125px;
  z-index: -1;
}
#steps-application .app__item {
  margin-bottom: 55px;
}
#steps-application .app__item:last-child {
  margin-bottom: 0;
}
#steps-application .app__item-icon {
  position: relative;
  padding-top: 40px;
}
#steps-application .app__item-icon .counter-item__num {
  position: absolute;
  inset: 0 0 auto;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--color-light-green);
  color: var(--color-white);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: var(--font-size-40);
  font-weight: var(--font-weight-black);
  line-height: 1;
}
#steps-application .app__item-icon .counter-item__num small {
  font-size: var(--font-size-16);
}
#steps-application .app__item-content {
  width: 785px;
  position: relative;
  background: var(--color-lime);
  padding: 25px 45px 60px;
}
#steps-application .app__item-content::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 26px 15px 0;
  border-color: transparent var(--color-lime) transparent transparent;
  inset: 0 auto 0 -26px;
  margin: auto 0;
}
#steps-application .app__item-content .app__contact-list {
  justify-content: center;
}

/*==========================================
faq
===========================================*/
#faq-archive .faq__post {
  margin-bottom: 50px;
}
#faq-archive .faq__post:last-child {
  margin-bottom: 0;
}
#faq-archive .faq__post-title {
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-bold);
  background: var(--primary-color);
  color: var(--color-white);
  padding: 10px 65px;
  border-radius: 9px;
  margin-bottom: 15px;
  position: relative;
}
#faq-archive .faq__post-title::before {
  position: absolute;
  content: "Q.";
  inset: 10px auto auto 37px;
}
#faq-archive .faq__post-body {
  background: var(--color-lime-light);
  padding: 35px 50px;
}

/*==========================================
air-conditioner
===========================================*/
/*
# .service__guide-section
------------------------*/
.service__guide-section {
  padding-bottom: 285px;
  position: relative;
}
.service__guide-section .guide__content {
  width: 595px;
}
.service__guide-section .guide__imgs {
  width: 40.10416%;
  position: absolute;
  inset: 130px 0 auto auto;
}
.service__guide-section .guide__imgs .guide__top-img img {
  border-radius: 30px 0 0 30px;
}
.service__guide-section .guide__imgs .guide__bottom-img {
  position: absolute;
  inset: auto auto -62% -9.0909%;
}

/*
# .service__worries-section
------------------------*/
.service__worries-section::before {
  inset: auto 14.84375% 255px auto;
}
.service__worries-section::after {
  inset: 150px auto auto 13.28125%;
}
.service__worries-section .worries__check-list {
  background: var(--color-white);
  padding: 40px 165px;
  position: relative;
  margin-bottom: 90px;
}
.service__worries-section .worries__check-list::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 278px 0px 278px;
  border-color: var(--accent-color) transparent transparent transparent;
  inset: auto 0 -60px;
  margin: 0 auto;
}
.service__worries-section .worries__check-list .check__item {
  font-weight: var(--font-weight-bold);
  padding-left: 40px;
  margin-bottom: 25px;
  background: url(../../img/common/check_ic.png) left top 5px no-repeat;
}
.service__worries-section .worries__check-list .check__item:last-child {
  margin-bottom: 0;
}
.service__worries-section .worries__text {
  text-align: center;
  font-size: var(--font-size-50);
  color: var(--primary-color);
  font-weight: var(--font-weight-black);
  text-shadow: var(--color-white) 3px 0px, var(--color-white) -3px 0px, var(--color-white) 0px -3px, var(--color-white) 0px 3px, var(--color-white) 3px 3px, var(--color-white) -3px 3px, var(--color-white) 3px -3px, var(--color-white) -3px -3px, var(--color-white) 1px 3px, var(--color-white) -1px 3px, var(--color-white) 1px -3px, var(--color-white) -1px -3px, var(--color-white) 3px 1px, var(--color-white) -3px 1px, var(--color-white) 3px -1px, var(--color-white) -3px -1px;
}

/*
# service__content-section
------------------------*/
.service__content-section .service__list {
  row-gap: 45px;
}
.service__content-section .service__list .service__card {
  width: 525px;
  background: var(--color-white);
  padding: 25px 30px 40px;
}
.service__content-section .service__list .service__card-title {
  text-align: center;
  font-size: var(--font-size-24);
  color: var(--primary-color);
  font-weight: var(--font-weight-bold);
  margin-bottom: 20px;
}
.service__content-section .service__list .service__card-img {
  margin-bottom: 20px;
}
.service__content-section .service__list .service__card-img img {
  border-radius: 8px;
}
.service__content-section .service__list .service__card-text {
  font-size: var(--font-size-16);
}

/*
# aircon-movie
------------------------*/
#aircon-movie::before {
  inset: auto 14.84375% 255px auto;
}
#aircon-movie::after {
  inset: 150px auto auto 13.28125%;
}
#aircon-movie .movie__list {
  gap: 40px;
}
#aircon-movie .movie__item {
  width: 520px;
}
#aircon-movie .movie__item iframe {
  width: 100%;
  height: 292px;
  border: 6px solid var(--color-light-green);
}

/*
# service__price-section
------------------------*/
.service__price-section .price__text {
  margin-bottom: 65px;
}
.service__price-section .price__list {
  background: var(--color-lime-light);
  padding: 10px 50px;
}
.service__price-section .price__list .price__item {
  padding: 15px 35px;
  border-bottom: 1px solid var(--color-light-green);
}
.service__price-section .price__list .price__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.service__price-section .price__list .price__item-title {
  width: 300px;
  color: var(--primary-color);
}
.service__price-section .price__list .price__item-price {
  width: 300px;
  text-align: right;
}

/*==========================================
aircon-voice
===========================================*/
#aircon-voice-archive .aircon-voice__post {
  margin-bottom: 40px;
}
#aircon-voice-archive .aircon-voice__post:last-child {
  margin-bottom: 0;
}
#aircon-voice-archive .aircon-voice__post-link {
  background: var(--color-lime-light);
  padding: 35px 45px;
  display: block;
}
#aircon-voice-archive .aircon-voice__post-link:hover {
  transform: translateX(15px);
}

.aircon-voice__post-imgs {
  position: relative;
  gap: 75px;
}
.aircon-voice__post-imgs .aircon-voice__post-img-before {
  width: 405px;
}
.aircon-voice__post-imgs .aircon-voice__post-img-before .post-thumb {
  height: 250px;
}
.aircon-voice__post-imgs .aircon-voice__post-img-after {
  width: 510px;
}
.aircon-voice__post-imgs .aircon-voice__post-img-after .post-thumb {
  height: 325px;
}
.aircon-voice__post-imgs .aircon-voice__post-img-after .aircon-voice__post-img-text {
  text-align: right;
}
.aircon-voice__post-imgs .aircon-voice__post-img .post-thumb {
  width: 100%;
}
.aircon-voice__post-imgs .aircon-voice__post-img-text {
  font-size: var(--font-size-20);
  color: var(--primary-color);
  font-weight: var(--font-weight-bold);
}
.aircon-voice__post-imgs:has(.aircon-voice__post-img-after) .aircon-voice__post-img-before {
  position: relative;
}
.aircon-voice__post-imgs:has(.aircon-voice__post-img-after) .aircon-voice__post-img-before::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27.5px 0px 27.5px 28px;
  border-color: transparent transparent transparent var(--accent-color);
  inset: -35px -50px 0 auto;
  margin: auto 0;
}

/*
# 詳細ページ
------------------------*/
#aircon-voice-single .aircon-voice__post-title {
  padding-right: 150px;
}
#aircon-voice-single .aircon-voice__post-inner {
  background: var(--color-lime-light);
  padding: 40px 45px;
  position: relative;
}
#aircon-voice-single .aircon-voice__post-price {
  color: var(--primary-color);
  font-size: var(--font-size-20);
  position: absolute;
  inset: 50px 45px auto auto;
}
#aircon-voice-single .aircon-voice__post-info {
  background: var(--primary-color);
  border-radius: 22px;
  color: var(--color-white);
  padding: 0 35px;
  width: 200px;
  margin-bottom: 20px;
  text-align: center;
  font-size: var(--font-size-18);
}
#aircon-voice-single .aircon-voice__post-info:has(.aircon-voice__post-info-age) .aircon-voice__post-info-gender::after {
  content: "/";
}
#aircon-voice-single .wrap {
  width: 860px;
  margin: 0 auto;
}
#aircon-voice-single .wrap .aircon-voice__post-imgs {
  gap: 50px;
}
#aircon-voice-single .wrap .aircon-voice__post-imgs:has(.aircon-voice__post-img-after) .aircon-voice__post-img-before::before {
  right: -40px;
}
#aircon-voice-single .wrap .aircon-voice__post-img-before {
  width: 345px;
}
#aircon-voice-single .wrap .aircon-voice__post-img-before .post-thumb {
  height: 210px;
}
#aircon-voice-single .wrap .aircon-voice__post-img-after {
  width: 450px;
}
#aircon-voice-single .wrap .aircon-voice__post-img-after .post-thumb {
  height: 285px;
}
#aircon-voice-single .wrap .aircon-voice__post-img-after .aircon-voice__post-img-text {
  text-align: right;
}
#aircon-voice-single .aircon-voice__post-comment {
  background: var(--color-white);
  padding: 40px 45px;
  margin-top: 40px;
}
#aircon-voice-single .swiper-button-next,
#aircon-voice-single .swiper-container-rtl .swiper-button-prev,
#aircon-voice-single .swiper-button-prev,
#aircon-voice-single .swiper-container-rtl .swiper-button-next {
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  top: 59%;
}
#aircon-voice-single .swiper-button-next,
#aircon-voice-single .swiper-container-rtl .swiper-button-prev {
  right: 20px;
}
#aircon-voice-single .swiper-button-prev,
#aircon-voice-single .swiper-container-rtl .swiper-button-next {
  left: 20px;
}

/*==========================================
empty-house
===========================================*/
#empty-house-area .area__list {
  padding: 35px 300px;
  background: var(--color-white);
}
#empty-house-area .area__list .area__item {
  padding-left: 45px;
  background: url(../../img/common/check_ic.png) left top 5px no-repeat;
  margin-bottom: 10px;
}
#empty-house-area .area__list .area__item:last-child {
  margin-bottom: 0;
}

/*==========================================
trouble
===========================================*/
#trouble-archive .trouble__post {
  position: relative;
  padding: 70px 45px 35px;
  margin-bottom: 50px;
  background: var(--color-lime-light);
}
#trouble-archive .trouble__post:last-child {
  margin-bottom: 0;
}
#trouble-archive .trouble__post-num {
  width: 195px;
  position: absolute;
  inset: 0 auto auto 45px;
  text-align: center;
  color: var(--color-white);
  background: var(--accent-color);
  border-radius: 0 0 30px 30px;
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-bold);
  padding: 10px;
}
#trouble-archive .trouble__post-headline {
  margin-bottom: 45px;
}
#trouble-archive .trouble__post-thumb {
  width: 390px;
  height: 275px;
}
#trouble-archive .trouble__post-solution {
  width: 525px;
}

/*==========================================
staff
===========================================*/
#staff-archive .staff__list {
  gap: 30px;
}
#staff-archive .staff__list .staff__card {
  width: 340px;
  background: var(--color-lime);
  padding: 30px 0;
}
#staff-archive .staff__list .staff__card-thumb {
  width: 290px;
  height: 275px;
  margin: 0 auto 20px;
}
#staff-archive .staff__list .staff__card-title {
  font-size: var(--font-size-20);
  padding: 0 20px 10px;
}
#staff-archive .staff__list .staff__card-tags, #staff-archive .staff__list .staff__card-text {
  padding: 0 20px;
}
#staff-archive .staff__list .staff__card-tags {
  gap: 10px;
  margin-bottom: 10px;
}
#staff-archive .staff__list .staff__card-tags .staff__card-tag {
  font-size: var(--font-size-16);
  color: var(--color-white);
  background: var(--accent-color);
  border-radius: 18px;
  padding: 0 10px;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 45px 0;
}
.column__wrap .column__list .column__post-meta time {
  width: 95px;
}
.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% - 115px);
  gap: 5px;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 2px 10px;
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 10px 0;
}
.column__wrap .column__list .more-btn {
  width: 125px;
  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: 5px 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: 210px;
  height: 200px;
}
.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: 820px;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 20px;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 95px;
  padding: 3px 0;
}
.single__post-meta .category-label {
  width: calc(100% - 95px);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 10px;
}
.single__post-meta .category-label li a {
  padding: 3px 10px;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact__form-item .contact__form-label {
  margin-bottom: 20px;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#contact .contact__form-item .contact__form-input .contact__form-list {
  gap: 15px;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: center;
}
#contact .contact__form-value {
  padding: 20px 15px;
}
#contact .contact__form-select {
  width: 200px;
}
#contact .contact__form-select::after {
  inset: 0 16px 0 auto;
  width: 8px;
  height: 8px;
}
#contact .contact__form-select select {
  padding: 15px 30px 15px 10px;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 150px;
}
#contact .contact__form #address {
  margin-top: 15px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 300px;
}
#contact .contact__form textarea {
  height: 260px;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#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: 75px;
}
#contact .contact__submits-wrap {
  gap: 35px;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 304px;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 270px;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 240px;
}

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

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

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