@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: 2.5vw;
  right: 4%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 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: 8% 6% 15%;
  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);
}
#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(--form-border-color);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 6% 0;
  font-size: var(--font-size-17);
  border-bottom: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown {
  padding: 6% 12% 6% 0;
}
#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-light-green);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-item .drawer__nav-link {
  display: block;
  padding: 6% 0;
}
#drawer__nav .drawer__nav .current {
  padding-left: 11%;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
}
#drawer__nav .drawer__nav .current::before, #drawer__nav .drawer__nav .current::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::before {
  left: 0;
}
#drawer__nav .drawer__nav .current::after {
  left: 3%;
}
#drawer__nav .drawer__nav .active span:after {
  opacity: 0 !important;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li {
  border-bottom: 1px solid var(--form-border-color);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li:last-child {
  border-bottom: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.current {
  padding-left: 6%;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link span {
  padding: 0 0 0 5%;
}
#drawer__nav .drawer__sns-list {
  justify-content: center;
  margin-top: 12%;
}
#drawer__nav .drawer__sns-list .com-instagram {
  filter: invert(1);
}
#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;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6vw 5vw;
}
.c-contact__list .com-tel {
  line-height: 1.2;
  position: relative;
  text-align: center;
}
.c-contact__list .com-tel::before {
  position: absolute;
  content: "";
  width: 3.5vw;
  height: 5vw;
  inset: 2vw 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-25);
}
.c-contact__list .com-tel .tel__num small {
  font-size: var(--font-size-15);
}
.c-contact__list .com-tel .tel__text {
  width: 75%;
  margin: 0 auto;
  display: block;
}
.c-contact__list .com-mail .com-button-mail {
  height: 13vw;
  width: 49vw;
  font-size: var(--font-size-15);
}
.c-contact__list .com-mail .com-button-mail span {
  padding-left: 7vw;
  background: url(../../img/common/mail_ic.png) left center/4vw no-repeat;
}

/*
# c-sns__list
------------------------*/
.c-sns__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5vw;
}
.c-sns__list .com-button {
  width: 32vw;
  height: 11vw;
  font-size: var(--font-size-14);
  padding-right: 7%;
}

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

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

#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 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-15);
  background: var(--accent-color);
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  border-radius: 10vw;
  height: 13vw;
}

/*
# .bs-icon
------------------------*/
.bs-icon--arrow-right::before {
  right: 6%;
  content: "\f138";
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--accent-color);
  font-size: var(--font-size-13);
}
.bs-icon--chevron-left::before, .bs-icon--chevron-right::before {
  color: var(--color-white);
  font-size: var(--font-size-20);
}
.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: 2vw;
}

.rounded-20 {
  border-radius: 4vw;
}

/*
# 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: 25vw;
  height: 25vw;
  inset: 12vw 0 auto 2%;
}
.com-circle-deco::after {
  width: 55vw;
  height: 55vw;
  inset: auto 0 -25vw auto;
}

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

.section-title {
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-black);
  line-height: 1.5;
  padding-bottom: 11%;
  margin-bottom: 12%;
  position: relative;
  text-align: center;
}
.section-title::before {
  position: absolute;
  content: "";
  width: 13%;
  height: 2vw;
  inset: auto 0 0;
  margin: 0 auto;
  background: var(--primary-color);
  border-radius: 8vw;
}
.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;
}

.headline-title {
  color: var(--primary-color);
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-bold);
  margin-bottom: 5%;
  border-bottom: 1px solid var(--form-border-color);
  padding-bottom: 3%;
}

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

/*==========================================
header
===========================================*/
#header {
  position: absolute;
  inset: 3vw 0 auto;
  z-index: 1001;
  width: 96.875%;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 5vw;
  padding: 5%;
}
#header .header__logo {
  width: 45%;
}
#header .header__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header__right {
  display: none;
}
#header .header__right .header__contact-list {
  justify-content: flex-end;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 95vw;
  position: relative;
  /*==========================================
  メインビジュアル(スライダー)
  ===========================================*/
}
#top-mv #mv__slider {
  height: 95vw;
  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: 70%;
  margin: 0 auto;
  position: absolute;
  inset: auto 0 4.8387%;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 15% 0 10%;
  background: var(--primary-color);
}
#footer .footer__inbox {
  position: relative;
}
#footer .footer__left {
  margin-bottom: 14%;
}
#footer .footer__left .footer__logo {
  width: 50%;
  display: block;
  margin: 0 auto 7%;
}
#footer .footer__left .footer__address {
  text-align: center;
  font-size: var(--font-size-14);
  color: var(--color-white);
  margin-bottom: 10%;
}
#footer .footer__right .footer__contact-list {
  margin-bottom: 12%;
}
#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 {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#footer .footer__right .footer__nav .footer__nav-item {
  margin-bottom: 10%;
  font-size: var(--font-size-15);
}
#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 {
  margin-top: 5%;
}
#footer .footer__right .footer__nav .footer__nav-item .dropdown-menu__list .dropdown-menu__link {
  color: var(--color-white);
  padding-left: 5vw;
  position: relative;
  font-size: var(--font-size-12);
  margin-bottom: 7%;
  display: block;
}
#footer .footer__right .footer__nav .footer__nav-item .dropdown-menu__list .dropdown-menu__link::before {
  position: absolute;
  content: "";
  width: 1.5vw;
  height: 1px;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--color-white);
  z-index: 1;
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 50vw;
  position: relative;
}
.lower-sv .sv__title {
  padding: 2% 5vw;
  margin-left: auto;
  text-align: center;
  position: absolute;
  inset: auto 0 0 auto;
  font-weight: var(--font-weight-black);
  color: var(--primary-color);
  font-size: var(--font-size-21);
  border-radius: 4vw 0 0 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: 20% 0;
  position: relative;
}
#top-greeting .greeting__imgs {
  width: 92%;
  margin: 0 auto 24%;
  position: relative;
}
#top-greeting .greeting__imgs .greeting__img-house img {
  border-radius: 3vw;
}
#top-greeting .greeting__imgs .greeting__img-fam {
  position: absolute;
  inset: auto 3% -14vw auto;
  width: 45%;
}

/*
# top-subscription
------------------------*/
#top-subscription {
  padding: 22% 4% 30%;
  background: url(../../img/top/subscription_bg.png) center/cover no-repeat;
}
#top-subscription .subscription__wrap {
  margin-bottom: 15%;
  border-radius: 4vw;
  padding: 12% 6%;
  position: relative;
}
#top-subscription .subscription__wrap::before {
  position: absolute;
  content: "";
  width: 42%;
  height: 27vw;
  margin: 0 auto;
  background: url(../../img/top/subscription-top_ill.png) center/100% no-repeat;
  inset: -27vw 3% auto auto;
}
#top-subscription .subscription__wrap .subscription__title {
  margin-bottom: 17%;
}
#top-subscription .subscription__wrap .subscription__worries-wrap {
  background: var(--color-white);
  border-radius: 4vw;
  padding: 18% 5% 45%;
  position: relative;
  margin-bottom: 15%;
}
#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: 50%;
  height: 36vw;
  background: url(../../img/top/subscription-worries_ill.png) bottom center/100% no-repeat;
  inset: auto 0 -3vw;
  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: 8vw 40vw 0px 40vw;
  border-color: var(--primary-color) transparent transparent transparent;
  inset: auto 0 -8vw;
  margin: 0 auto;
}
#top-subscription .subscription__wrap .worries__title {
  position: absolute;
  inset: -5vw 0 auto;
  color: var(--color-white);
  background: var(--accent-color);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-black);
  border-radius: 10vw;
  text-align: center;
  padding: 2%;
}
#top-subscription .subscription__wrap .worries__title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 3vw 0px 3vw;
  border-color: var(--accent-color) transparent transparent transparent;
  inset: auto 0 -4vw;
  margin: 0 auto;
}
#top-subscription .subscription__wrap .worries__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5vw 4%;
}
#top-subscription .subscription__wrap .worries__list .worries__card {
  width: 48%;
  text-align: center;
  position: relative;
  padding-bottom: 8vw;
}
#top-subscription .subscription__wrap .worries__list .worries__card:last-child {
  width: 62%;
}
#top-subscription .subscription__wrap .worries__list .worries__card:last-child .worries__card-img {
  width: 78%;
  margin: 0 auto;
}
#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 {
  width: 100%;
  display: inline-block;
  padding: 0 1vw;
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-black);
}
#top-subscription .subscription__wrap .worries__text-end {
  text-align: center;
  font-size: var(--font-size-23);
  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 {
  padding: 0 4%;
  margin-bottom: 10%;
}
#top-subscription .subscription__button-list {
  margin-top: 15%;
}
#top-subscription .subscription__button-list .subscription__button-item {
  width: 100%;
  margin-bottom: 8%;
}
#top-subscription .subscription__button-list .subscription__button-item:last-child {
  margin-bottom: 0;
}

/*
# top-price
------------------------*/
#top-price {
  padding: 34.8958% 0 22%;
  position: relative;
}
#top-price .price__inbox {
  position: relative;
}
#top-price .price__inbox::before {
  position: absolute;
  content: "";
  width: 29%;
  height: 44vw;
  background: url(../../img/top/price_ill.png) center/100% no-repeat;
  inset: auto 12% -40vw auto;
  animation: yokoyure 1s steps(2, start) infinite;
}
#top-price .price__img {
  position: absolute;
  inset: -11vw 0 auto auto;
  width: 94.3229%;
}
#top-price .price__text {
  margin-bottom: 12%;
}
#top-price .price__list {
  background: var(--color-white);
  border-radius: 4vw;
  padding: 3% 0;
  margin-bottom: 15%;
}
#top-price .price__list .price__item {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-gray);
  font-size: var(--font-size-15);
}
#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: 3% 2%;
}
#top-price .price__list .price__item-title {
  width: 45%;
  color: var(--primary-color);
}
#top-price .price__list .price__item-text {
  max-width: 55%;
  text-align: right;
}

/*
# top-links
------------------------*/
.top-links {
  padding: 20% 0;
}
.top-links .links__part {
  position: relative;
  margin-bottom: 20%;
  z-index: 1;
}
.top-links .links__part:last-child {
  margin-bottom: 0;
}
.top-links .links__part::before {
  position: absolute;
  content: "";
  width: 85vw;
  height: 85vw;
  border-radius: 50%;
  background: var(--primary-color-light);
  inset: 0;
  margin: auto;
  z-index: -1;
}
.top-links .links__part:last-child {
  margin-bottom: 0;
}
.top-links .links__part-img {
  margin-bottom: 8%;
}
.top-links .links__part-img img {
  border-radius: 4vw;
}
.top-links .links__part-text {
  margin-bottom: 10%;
}

/*
# top-service
------------------------*/
#top-service .service__inbox {
  padding: 0 5%;
  position: relative;
}
#top-service .service__inbox::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 38vw;
  background: url(../../img/top/service-top_ill.png) center/100% no-repeat;
  inset: -2vw auto auto 0;
  animation: yokoyure 1s steps(2, start) infinite;
}
#top-service .service__part {
  background: var(--color-white);
  border-radius: 4vw;
  padding: 12% 6%;
  margin-bottom: 15%;
  position: relative;
}
#top-service .service__part:last-child {
  margin-bottom: 0;
}
#top-service .service__part-img {
  width: 85%;
  margin: 0 auto 10%;
  position: relative;
}
#top-service .service__part-img::before {
  position: absolute;
  content: "";
}
#top-service .service__part-air-conditioner .service__part-img::before {
  width: 40%;
  height: 22vw;
  inset: -2vw auto auto -13%;
  background: url(../../img/top/service-air-conditioner_ill.png) center/100% no-repeat;
}
#top-service .service__part-empty-house .service__part-img::before {
  width: 48%;
  height: 23vw;
  inset: -4vw auto auto -10vw;
  background: url(../../img/top/service-empty-house_ill.png) center/100% no-repeat;
}
#top-service .service__part-title {
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-black);
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 8%;
}
#top-service .service__part-buttons {
  margin-top: 15%;
}
#top-service .service__part-buttons .service__button {
  width: 100%;
  margin-bottom: 8%;
}
#top-service .service__part-buttons .service__button:last-child {
  margin-bottom: 0;
}

/*
# top-info
------------------------*/
#top-info {
  padding: 18% 0;
  background: url(../../img/top/info-top_bg.png) top center/100% no-repeat;
}
#top-info .info__table {
  margin-bottom: 15%;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 20% 5%;
  background: url(../../img/top/news-btm_bg.png) bottom center/100% no-repeat;
}
#top-news .news__wrap {
  padding: 12% 6%;
  border-radius: 4vw;
}
#top-news .news__inbox {
  position: relative;
  padding: 0;
}
#top-news .news__inbox::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 24vw;
  background: url(../../img/top/news_ill.png) center/100% no-repeat;
  inset: -23vw 0 auto auto;
  animation: yokoyure 1s steps(2, start) infinite;
}
#top-news .news__post {
  margin-bottom: 5%;
}
#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;
  padding: 6% 5%;
  background: var(--color-white);
  border-radius: 10vw;
  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-14);
}
#top-news .news__post-date {
  width: 25%;
}
#top-news .news__post-tags {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
}
#top-news .news__post-tags .news__post-tag {
  padding: 0 2vw;
  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: 3vw;
  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-15);
}
#top-news .news__button {
  width: 100%;
  margin: 12% auto 0;
}

/*==========================================
subscription
===========================================*/
/*
# subscription-plan
------------------------*/
#subscription-plan .plan__text {
  margin-bottom: 15%;
}
#subscription-plan .plan__list .plan__item {
  width: 95%;
  margin: 0 auto 12%;
  background: var(--color-lime);
  padding: 6%;
}
#subscription-plan .plan__list .plan__item:last-child {
  margin-bottom: 0;
}
#subscription-plan .plan__list .plan__item-title {
  text-align: center;
  background: var(--color-white);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
  color: var(--primary-color);
  background: var(--color-lime-light);
  margin-bottom: 5%;
}
#subscription-plan .plan__list .plan__item-inner-item {
  padding: 4% 0;
  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: 12% 6%;
  margin-bottom: 15%;
}
#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: 7vw;
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-bold);
  margin-bottom: 7%;
}
#subscription-guide .guide__item-headline {
  margin-bottom: 13%;
}
#subscription-guide .guide__item-headline .guide__headline-img {
  margin-bottom: 8%;
}
#subscription-guide .guide__item-notes {
  background: var(--color-lime);
  padding: 10% 6%;
}
#subscription-guide .guide__item-notes-title {
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
  font-size: var(--font-size-19);
}
#subscription-guide .guide__item-notes-body {
  background: var(--color-white);
  padding: 10% 6%;
}

/*
# subscription-service
------------------------*/
#subscribe-service .service__text {
  margin-bottom: 15%;
}
#subscribe-service .service__part {
  margin-bottom: 13%;
  padding: 12% 6%;
  background: var(--color-lime-light);
}
#subscribe-service .service__part:last-child {
  margin-bottom: 0;
}
#subscribe-service .service__part-title {
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-bold);
  color: var(--primary-color);
  margin-bottom: 6%;
  padding-left: 7%;
  position: relative;
}
#subscribe-service .service__part-title::before {
  position: absolute;
  content: "";
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  background: var(--primary-color);
  inset: 4vw auto auto 0;
}
#subscribe-service .service__part-notes {
  margin-bottom: 8%;
  font-size: var(--font-size-15);
}
#subscribe-service .service__part-list .service__part-item {
  background: var(--color-lime);
  text-align: center;
  font-weight: var(--font-weight-bold);
  padding: 1% 3%;
  margin-bottom: 3%;
}
#subscribe-service .service__part-list .service__part-item:last-child {
  margin-bottom: 0;
}

/*
# subscribe-advice
------------------------*/
#subscribe-advice::before {
  bottom: 65px;
}
#subscribe-advice .advice__inbox {
  position: relative;
}
#subscribe-advice .advice__inbox::before {
  position: absolute;
  content: "";
  inset: auto 0 -18vw auto;
  width: 43%;
  height: 30vw;
  background: url(../../img/subscription/advice_ill.png) center bottom/100% no-repeat;
  z-index: 1;
}
#subscribe-advice .advice__text {
  margin-bottom: 15%;
}
#subscribe-advice .advice__contact-list {
  background: var(--color-white);
  justify-content: center;
  position: relative;
  border-radius: 5vw;
  padding: 15% 5%;
}
#subscribe-advice .advice__contact-list::before {
  position: absolute;
  content: "";
  width: 20vw;
  height: 20vw;
  background: var(--primary-color);
  border-radius: 50%;
  inset: -9vw auto auto -12%;
}

/*==========================================
comparison
===========================================*/
/*
# comparison-spot
------------------------*/
#comparison-spot .spot__table {
  background: var(--color-lime-light);
  position: relative;
}
#comparison-spot .spot__table::before {
  position: absolute;
  content: "";
  width: 37%;
  height: 100%;
  border: 1vw solid var(--accent-color);
  inset: 0 auto 0 26%;
}
#comparison-spot .spot__table th,
#comparison-spot .spot__table td {
  text-align: center;
  vertical-align: middle;
  padding: 2vw 1vw;
  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: 35vw;
  font-size: var(--font-size-19);
  color: var(--primary-color);
}
#comparison-spot .spot__table .thead-item th:first-child {
  width: 25vw;
  font-size: var(--font-size-17);
}
#comparison-spot .spot__table .thead-item th:nth-child(2) {
  color: var(--accent-color);
}
#comparison-spot .spot__table .tbody-item {
  font-size: var(--font-size-12);
  border-bottom: 1px solid var(--primary-color);
}
#comparison-spot .spot__table .tbody-item:last-child {
  border-bottom: none;
}

/*
# comparison-recommend
------------------------*/
#comparison-recommend .recom__list .recom__card {
  margin-bottom: 15%;
  background: var(--color-white);
  padding: 12% 6%;
}
#comparison-recommend .recom__list .recom__card:last-child {
  margin-bottom: 0;
}
#comparison-recommend .recom__list .recom__card-title {
  text-align: center;
  color: var(--primary-color);
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-bold);
  padding-top: 12%;
  margin-bottom: 6%;
  background: url(../../img/comparison/recom-check_ic.png) top center/9% no-repeat;
}
#comparison-recommend .recom__list .recom__card-img {
  margin-bottom: 8%;
}

/*==========================================
voice
===========================================*/
#voice-archive .voice__post {
  margin-bottom: 15%;
  background: var(--color-lime-light);
  padding: 12% 6%;
}
#voice-archive .voice__post:last-child {
  margin-bottom: 0;
}
#voice-archive .voice__post-icon {
  width: 45%;
  margin: 0 auto 10%;
}
#voice-archive .voice__post-icon .voice__post-cap {
  text-align: center;
  background: var(--primary-color);
  border-radius: 6vw;
  color: var(--color-white);
  margin-top: 6%;
}
#voice-archive .voice__post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  margin-bottom: 6%;
}
#voice-archive .voice__post-tags li {
  color: var(--color-white);
  border-radius: 6vw;
  background: var(--accent-color);
  padding: 0 3vw;
}

/*==========================================
steps
===========================================*/
/*
# steps-application
------------------------*/
#steps-application .app__list {
  position: relative;
  z-index: 1;
}
#steps-application .app__list::before {
  position: absolute;
  content: "";
  width: 1.5vw;
  height: 100%;
  background: var(--color-light-green);
  inset: 0;
  margin: 0 auto;
  z-index: -1;
}
#steps-application .app__item {
  margin-bottom: 12vw;
  position: relative;
}
#steps-application .app__item:last-child {
  margin-bottom: 0;
}
#steps-application .app__item-icon {
  width: 22%;
  position: absolute;
  inset: 9vw auto auto 3%;
  z-index: 1;
}
#steps-application .app__item-icon .counter-item__num {
  position: absolute;
  inset: -7vw 0 auto;
  margin: 0 auto;
  width: 11vw;
  height: 11vw;
  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-23);
  font-weight: var(--font-weight-black);
  line-height: 1;
}
#steps-application .app__item-icon .counter-item__num small {
  font-size: var(--font-size-12);
}
#steps-application .app__item-content {
  position: relative;
  background: var(--color-lime);
  padding: 12% 6%;
}
#steps-application .app__item-content .app__item-title {
  position: relative;
  padding-left: 25%;
  min-height: 20vw;
  display: flex;
  align-items: center;
}
#steps-application .app__item-content .app__contact-list {
  justify-content: center;
}

/*==========================================
faq
===========================================*/
#faq-archive .faq__post {
  margin-bottom: 15%;
}
#faq-archive .faq__post:last-child {
  margin-bottom: 0;
}
#faq-archive .faq__post-title {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
  background: var(--primary-color);
  color: var(--color-white);
  padding: 3% 3% 3% 12%;
  border-radius: 2vw;
  margin-bottom: 4%;
  position: relative;
}
#faq-archive .faq__post-title::before {
  position: absolute;
  content: "Q.";
  inset: 2.5vw auto auto 4vw;
}
#faq-archive .faq__post-body {
  background: var(--color-lime-light);
  padding: 12% 6%;
}

/*==========================================
air-conditioner
===========================================*/
/*
# .service__guide-section
------------------------*/
.service__guide-section {
  position: relative;
}
.service__guide-section .guide__imgs {
  position: relative;
  margin-bottom: 32%;
}
.service__guide-section .guide__imgs .guide__top-img img {
  border-radius: 4vw;
}
.service__guide-section .guide__imgs .guide__bottom-img {
  width: 50%;
  position: absolute;
  inset: auto 0 -40% auto;
}

/*
# .service__worries-section
------------------------*/
.service__worries-section .worries__check-list {
  background: var(--color-white);
  padding: 12% 6%;
  position: relative;
  margin-bottom: 20vw;
}
.service__worries-section .worries__check-list::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13vw 42vw 0px 42vw;
  border-color: var(--accent-color) transparent transparent transparent;
  inset: auto 0 -13vw;
  margin: 0 auto;
}
.service__worries-section .worries__check-list .check__item {
  font-weight: var(--font-weight-bold);
  padding-left: 10%;
  margin-bottom: 5%;
  background: url(../../img/common/check_ic.png) left top 1.5vw/5vw 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-25);
  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 .service__card {
  background: var(--color-white);
  padding: 12% 6%;
  margin-bottom: 15%;
}
.service__content-section .service__list .service__card:last-child {
  margin-bottom: 0;
}
.service__content-section .service__list .service__card-title {
  text-align: center;
  font-size: var(--font-size-21);
  color: var(--primary-color);
  font-weight: var(--font-weight-bold);
  margin-bottom: 6%;
}
.service__content-section .service__list .service__card-img {
  margin-bottom: 8%;
}
.service__content-section .service__list .service__card-img img {
  border-radius: 3vw;
}

/*
# aircon-movie
------------------------*/
#aircon-movie .movie__item {
  margin-bottom: 13%;
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#aircon-movie .movie__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#aircon-movie .movie__item:last-child {
  margin-bottom: 0;
}
#aircon-movie .movie__item iframe {
  border: 1vw solid var(--color-light-green);
}

/*
# service__price-section
------------------------*/
.service__price-section .price__text {
  margin-bottom: 15%;
}
.service__price-section .price__list {
  background: var(--color-lime-light);
  padding: 5% 6%;
}
.service__price-section .price__list .price__item {
  padding: 5% 0;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  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: 60%;
  color: var(--primary-color);
}
.service__price-section .price__list .price__item-price {
  width: 35%;
  text-align: right;
}

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

.aircon-voice__post-imgs {
  position: relative;
}
.aircon-voice__post-imgs .aircon-voice__post-img-before {
  width: 65%;
}
.aircon-voice__post-imgs .aircon-voice__post-img-before .post-thumb {
  height: 38vw;
}
.aircon-voice__post-imgs .aircon-voice__post-img-after .post-thumb {
  height: 54vw;
}
.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-18);
  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 {
  margin-bottom: 18%;
  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: 6vw 8vw 0px 8vw;
  border-color: var(--accent-color) transparent transparent transparent;
  inset: auto -30vw -9vw 0;
  margin: 0 auto;
}

/*
# 詳細ページ
------------------------*/
#aircon-voice-single .aircon-voice__post-inner {
  background: var(--color-lime-light);
  padding: 12% 6%;
  position: relative;
}
#aircon-voice-single .aircon-voice__post-price {
  color: var(--primary-color);
  font-size: var(--font-size-16);
  text-align: right;
  margin-bottom: 6%;
}
#aircon-voice-single .aircon-voice__post-info {
  background: var(--primary-color);
  border-radius: 6vw;
  color: var(--color-white);
  padding: 0 3vw;
  width: 40%;
  margin-bottom: 8%;
  text-align: center;
  font-size: var(--font-size-15);
}
#aircon-voice-single .aircon-voice__post-info:has(.aircon-voice__post-info-age) .aircon-voice__post-info-gender::after {
  content: "/";
}
#aircon-voice-single .aircon-voice__post-comment {
  background: var(--color-white);
  padding: 12% 6%;
  margin-top: 10%;
}
#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: 10vw;
  height: 10vw;
  top: 119vw;
}
#aircon-voice-single .swiper-button-next,
#aircon-voice-single .swiper-container-rtl .swiper-button-prev {
  right: -5%;
}
#aircon-voice-single .swiper-button-prev,
#aircon-voice-single .swiper-container-rtl .swiper-button-next {
  left: -5%;
}

/*==========================================
empty-house
===========================================*/
#empty-house-area .area__list {
  padding: 12% 6%;
  background: var(--color-white);
}
#empty-house-area .area__list .area__item {
  padding-left: 9%;
  background: url(../../img/common/check_ic.png) left top 1.5vw/6% no-repeat;
  margin-bottom: 4%;
}
#empty-house-area .area__list .area__item:last-child {
  margin-bottom: 0;
}

/*==========================================
trouble
===========================================*/
#trouble-archive .trouble__title {
  font-size: var(--font-size-22);
}
#trouble-archive .trouble__post {
  position: relative;
  padding: 20% 6% 12%;
  margin-bottom: 15%;
  background: var(--color-lime-light);
}
#trouble-archive .trouble__post:last-child {
  margin-bottom: 0;
}
#trouble-archive .trouble__post-num {
  width: 40%;
  position: absolute;
  inset: 0 auto auto 6%;
  text-align: center;
  color: var(--color-white);
  background: var(--accent-color);
  border-radius: 0 0 5vw 5vw;
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-bold);
  padding: 2%;
}
#trouble-archive .trouble__post-headline {
  margin-bottom: 13%;
}
#trouble-archive .trouble__post-thumb {
  width: 100%;
  height: 42vw;
  margin-bottom: 8%;
  border-radius: 4vw;
}

/*==========================================
staff
===========================================*/
#staff-archive .staff__list .staff__card {
  background: var(--color-lime);
  padding: 12% 6%;
  margin-bottom: 15%;
}
#staff-archive .staff__list .staff__card:last-child {
  margin-bottom: 0;
}
#staff-archive .staff__list .staff__card-thumb {
  width: 100%;
  height: 42vw;
  border-radius: 3vw;
  margin: 0 auto 6%;
}
#staff-archive .staff__list .staff__card-title {
  font-size: var(--font-size-20);
  padding: 0 5% 3%;
}
#staff-archive .staff__list .staff__card-tags, #staff-archive .staff__list .staff__card-text {
  padding: 0 5%;
}
#staff-archive .staff__list .staff__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
  margin-bottom: 5%;
}
#staff-archive .staff__list .staff__card-tags .staff__card-tag {
  font-size: var(--font-size-15);
  color: var(--color-white);
  background: var(--accent-color);
  border-radius: 7vw;
  padding: 0 2vw;
}

/*==========================================
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-11);
}
.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-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

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

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

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

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

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