@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: 2vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-color-dark);
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 13.33vw;
  height: 13.33vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50%;
  height: 2px;
  background: var(--primary-color-dark);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.3vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 8.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.3vw) translateX(0px) rotate(45deg);
}

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

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 6% 6% 15%;
  background: url(../../img/common/body.jpg);
}
#drawer__nav .drawer__nav-logo {
  width: 32%;
  margin-bottom: 7%;
  text-align: left;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 6% 0 6% 16%;
  font-size: var(--font-size-17);
  border-bottom: none;
  display: block;
  position: relative;
}
#drawer__nav .drawer__nav-item .drawer__nav-link::before {
  position: absolute;
  content: "";
  width: 15%;
  height: 10vw;
  margin: auto 0;
  inset: 0 auto 0 0;
}
#drawer__nav .drawer__nav-item:nth-child(1) .drawer__nav-link::before {
  background: url(../../img/common/nav-top_ic.png) center/8vw 7vw no-repeat;
}
#drawer__nav .drawer__nav-item:nth-child(2) .drawer__nav-link::before {
  background: url(../../img/common/nav-feature_ic.png) center/6vw 9vw no-repeat;
}
#drawer__nav .drawer__nav-item:nth-child(3) .drawer__nav-link::before {
  background: url(../../img/common/nav-works_ic.png) center/8vw 6vw no-repeat;
}
#drawer__nav .drawer__nav-item:nth-child(4) .drawer__nav-link::before {
  background: url(../../img/common/nav-new-house_ic.png) center/8vw 6vw no-repeat;
}
#drawer__nav .drawer__nav-item:nth-child(5) .drawer__nav-link::before {
  background: url(../../img/common/nav-steps_ic.png) center/8vw 6vw no-repeat;
}
#drawer__nav .drawer__nav-item:nth-child(6) .drawer__nav-link::before {
  background: url(../../img/common/nav-company_ic.png) center/7vw no-repeat;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown {
  padding: 3% 12% 3% 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-black);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-item .drawer__nav-link {
  display: block;
  padding: 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown .show span:after {
  opacity: 0 !important;
}
#drawer__nav .drawer__nav .current span {
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.show::before {
  background: none;
  border: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link span {
  padding: 0 0 0 5%;
}
#drawer__nav .drawer__nav-info {
  margin: 10% auto;
  text-align: center;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-13);
  gap: 4vw 6vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4vw 6vw;
}
.c-contact__list .contact__item.com-tel {
  width: 100%;
  margin-bottom: 6%;
}
.c-contact__list .contact__item.com-tel .tel__num {
  font-size: var(--font-size-25);
  padding-left: 8vw;
  line-height: 1.2;
  background: url(../../img/common/tel_ic.png) left center/6vw no-repeat;
}
.c-contact__list .contact__item.com-tel .tel__text {
  width: 80%;
  margin: 0 auto;
  display: block;
  line-height: 1;
}
.c-contact__list .contact__item.com-line a, .c-contact__list .contact__item.com-mail a {
  width: 11vw;
  height: 11vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-contact__list .contact__item.com-line a span, .c-contact__list .contact__item.com-mail a span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-contact__list .contact__item.com-line .line__button .sns-icon {
  width: 24px;
  height: 24px;
}

/*
# insta__button
------------------------*/
.insta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10% 6% 10% 21%;
  margin-top: 15%;
  font-size: var(--font-size-17);
  letter-spacing: 0.04em;
  background-image: url(../../img/common/sns/Instagram_Glyph_Gradient.svg);
  background-size: 8vw;
  background-repeat: no-repeat;
  background-position: left 5% center;
  position: relative;
}
.insta__button::before {
  position: absolute;
  content: "";
  width: 29%;
  height: 18vw;
  background: url(../../img/works/works-post_ill.png) center/100% no-repeat;
  inset: auto -7% -8vw auto;
  z-index: 1;
}
.insta__button .insta-text {
  transition: all 0.3s;
  display: block;
}
.insta__button:hover {
  transform: scale(0.95);
}
.insta__button:hover .insta-text {
  background-color: var(--primary-color);
}

/*==========================================
テーブルレイアウト
===========================================*/
.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 {
  padding: 3% 5%;
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

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

/*
# com-button
------------------------*/
.com-button {
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  height: 16vw;
  font-size: var(--font-size-16);
}
.com-button::before {
  inset: 0 7% 0 auto;
  font-size: var(--font-size-20);
}
.com-button:hover {
  opacity: 1;
  border-radius: 0;
}
.com-button:hover::before {
  right: 4%;
}
.com-button.bg-color-white {
  border: 1px solid var(--primary-color);
}
.com-button.bg-color-white::before {
  color: var(--primary-color);
}
.com-button.bg-color-white:hover {
  background: var(--primary-color);
  color: var(--color-white);
}
.com-button.bg-color-white:hover::before {
  color: var(--color-white);
}
.com-button.bg-color-gray-dark {
  color: var(--color-white);
}
.com-button.bg-color-gray-dark::before {
  color: var(--color-white);
}

/*
# counter-item
------------------------*/
.has-counter .counter-item::before {
  width: 11vw;
  height: 11vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-25);
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  background-color: var(--primary-color-dark);
  color: var(--color-white);
  line-height: 1.6;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  font-size: var(--font-size-27);
  font-weight: var(--font-weight-bold);
  font-family: var(--font-secondary);
  letter-spacing: 0.04em;
  margin-bottom: 13%;
  text-align: center;
}

.headline-title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-20);
  color: var(--color-white);
  background: var(--primary-color-dark);
  padding: 3% 5%;
  margin-bottom: 6%;
}

.title-markup {
  width: 100%;
  margin: 0 auto;
  height: 28vw;
  background: url(../../img/common/markup-ttl_bg.png) center/100% no-repeat;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  font-size: var(--font-size-20);
  font-family: var(--font-secondary);
  text-align: center;
  letter-spacing: 0.04em;
  padding-top: 6vw;
  position: relative;
}

/*==========================================
header
===========================================*/
#header .header__inner {
  padding: 4%;
}
#header .header__inner .header__logo {
  width: 30%;
  line-height: 1;
}
#header .header__inner .header__contact-list {
  display: none;
}
#header .mv__frame {
  padding: 0 2.0833% 5%;
}
#header #top-mv {
  gap: 1%;
  row-gap: 1.5vw;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#header #top-mv .mv__link {
  width: 49%;
  height: 49vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#header #top-mv .mv__link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
}
#header #top-mv .mv__link:hover {
  opacity: 1;
  border-color: var(--primary-color-dark);
}
#header #top-mv .mv__link:hover .mv__link-box {
  background: var(--color-white);
}
#header #top-mv .mv__link-box {
  max-width: 95%;
  min-width: 71%;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  background: rgba(var(--color-white-rgb), 0.9);
  height: 21vw;
  padding: 0 5%;
}
#header #top-mv .mv__link-box::before {
  inset: 0 -2.5vw 0 auto;
  width: 5vw;
  height: 5vw;
}
#header #top-mv .mv__link-box::after {
  position: absolute;
  content: "";
}
#header #top-mv .mv__link--official::before {
  background: url(../../img/top/mv/mv-ofc_bg.jpg) center/cover no-repeat;
}
#header #top-mv .mv__link--official .mv__link-box::after {
  width: 42%;
  height: 10vw;
  background: url(../../img/top/mv/mv-ofc_ill.png) center/100% no-repeat;
  inset: auto auto -4vw -5vw;
}
#header #top-mv .mv__link--special::before {
  background: url(../../img/top/mv/mv-special_bg.jpg) center/cover no-repeat;
}
#header #top-mv .mv__link--special .mv__link-box::after {
  width: 48%;
  height: 11vw;
  background: url(../../img/top/mv/mv-special_ill.png) center/100% no-repeat;
  inset: auto auto -3vw -2vw;
}
#header #top-mv .mv__link--reform::before {
  background: url(../../img/top/mv/mv-reform_bg.jpg) center/cover no-repeat;
}
#header #top-mv .mv__link--reform .mv__link-box::after {
  width: 47%;
  height: 11vw;
  background: url(../../img/top/mv/mv-reform_ill.png) center/100% no-repeat;
  inset: auto auto -5vw -4vw;
}
#header #top-mv .mv__link--new::before {
  background: url(../../img/top/mv/mv-new-house_bg.jpg) center/cover no-repeat;
}
#header #top-mv .mv__link--new .mv__link-box::after {
  width: 46%;
  height: 11vw;
  background: url(../../img/top/mv/mv-new-house_ill.png) center/100% no-repeat;
  inset: auto auto -4vw 0;
}
#header #top-mv .mv__link-title {
  text-align: center;
}
#header #top-mv .mv__link-title-text {
  font-size: var(--font-size-16);
  position: relative;
  z-index: 1;
}
#header #top-mv .mv__link-title-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2.5vw;
  background-image: repeating-linear-gradient(-45deg, var(--primary-color) 0, var(--primary-color) 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
  background-color: transparent;
  inset: auto 0 1vw;
  z-index: -1;
}
#header #top-mv .mv__link-title-type {
  text-align: center;
  padding: 0 1.5vw;
  margin-top: 3%;
  font-size: var(--font-size-14);
}

/*==========================================
nav
===========================================*/
.header__nav {
  display: none;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 18% 8%;
}
#footer .footer__inbox {
  padding: 10% 6%;
}
#footer .footer__left {
  text-align: center;
}
#footer .footer__left .footer__logo {
  width: 42%;
  display: inline-block;
  margin-bottom: 10%;
}
#footer .footer__left .footer__address {
  margin-bottom: 10%;
}
#footer .footer__left .footer__address .address__locate {
  margin-bottom: 5%;
  font-size: var(--font-size-16);
}
#footer .footer__left .footer__address .worktime__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-16);
}
#footer .footer__left .footer__address .worktime__item dt {
  margin-right: 1.5vw;
  padding: 0 1.5vw;
}
#footer .footer__left .footer__contact-list {
  background: var(--primary-color-light);
  padding: 8% 6%;
  margin-bottom: 10%;
}
#footer .footer__right .footer__sns-list {
  gap: 4vw 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 13%;
}
#footer .footer__right .footer__sns-list .sns__button {
  width: 48%;
}
#footer .footer__right .footer__sns-list .sns__button-link {
  width: 100%;
  height: 12vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-14);
  position: relative;
}
#footer .footer__right .footer__sns-list .sns__button-link::before, #footer .footer__right .footer__sns-list .sns__button-link::after {
  position: absolute;
  content: "";
  z-index: 1;
}
#footer .footer__right .footer__sns-list .sns__button-link::before {
  width: 6vw;
  height: 6vw;
  margin: auto 0;
  inset: 0 auto 0 9%;
  margin: auto 0;
}
#footer .footer__right .footer__sns-list .sns__button-link::after {
  width: 2.5vw;
  height: 2.5vw;
  inset: auto 4% 10% auto;
  background: url(../../img/common/ft-sns-btn_ic.png) center/100% no-repeat;
}
#footer .footer__right .footer__sns-list .sns__button-link:hover {
  transform: scale(0.95);
}
#footer .footer__right .footer__sns-list .sns__button--line .sns__button-link {
  background: #daf2e4;
}
#footer .footer__right .footer__sns-list .sns__button--line .sns__button-link::before {
  background: url(../../img/common/sns/LINE_logo.svg) center/100% no-repeat;
}
#footer .footer__right .footer__sns-list .sns__button--instagram .sns__button-link {
  padding-left: 10%;
  background: #fff5e6;
}
#footer .footer__right .footer__sns-list .sns__button--instagram .sns__button-link::before {
  background: url(../../img/common/sns/Instagram_Glyph_Gradient.svg) center/100% no-repeat;
}
#footer .footer__right .footer__sns-list .sns__button--facebook .sns__button-link {
  padding-left: 10%;
  background: #e7f1fe;
}
#footer .footer__right .footer__sns-list .sns__button--facebook .sns__button-link::before {
  background: url(../../img/common/sns/Facebook_Logo_Primary.svg) center/100% no-repeat;
}
#footer .footer__right .footer__nav-list {
  font-size: var(--font-size-13);
  -moz-column-count: 2;
       column-count: 2;
}
#footer .footer__right .footer__nav-item {
  width: 100%;
  display: inline-block;
  margin-bottom: 5vw;
}
#footer .footer__right .footer__nav-link {
  padding-left: 3vw;
  position: relative;
}
#footer .footer__right .footer__nav-link::before {
  position: absolute;
  content: "";
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 50%;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--primary-color-light);
  z-index: 1;
}
#footer .footer__right .footer__nav-link:hover {
  opacity: 1;
  text-decoration: underline;
}
#footer .footer__right .footer__nav-link:hover::before {
  background: var(--primary-color);
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 55vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lower-sv .sv__title {
  font-size: var(--font-size-25);
  padding: 2.5vw 7vw 2.5vw 15vw;
  position: relative;
}
.lower-sv .sv__title::before {
  position: absolute;
  content: "";
  width: 9.5vw;
  height: 9.5vw;
  background-color: var(--color-white);
  border-radius: 50%;
  margin: auto 0;
  inset: 0 auto 0 3vw;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50%;
}

#feature-sv {
  background: url(../../img/sv/feature-sv_bg.jpg) center/cover no-repeat;
}
#feature-sv .sv__title::before {
  background-image: url(../../img/common/nav-feature_ic.png);
}

#new-house-sv {
  background: url(../../img/sv/new-house-sv_bg.jpg) center/cover no-repeat;
}
#new-house-sv .sv__title::before {
  background-image: url(../../img/common/nav-new-house_ic.png);
}

#works-sv {
  background: url(../../img/sv/works-sv_bg.jpg) center/cover no-repeat;
}
#works-sv .sv__title::before {
  background-image: url(../../img/common/nav-works_ic.png);
}

#steps-sv {
  background: url(../../img/sv/steps-sv_bg.jpg) center/cover no-repeat;
}
#steps-sv .sv__title::before {
  background-image: url(../../img/common/nav-steps_ic.png);
}

#company-sv {
  background: url(../../img/sv/company-sv_bg.jpg) center/cover no-repeat;
}
#company-sv .sv__title::before {
  background-image: url(../../img/common/nav-company_ic.png);
}

#news-sv {
  background: url(../../img/sv/news-sv_bg.jpg) center/cover no-repeat;
}
#news-sv .sv__title {
  padding: 2.5vw 7vw;
}
#news-sv .sv__title::before {
  background: none;
}

#contact-sv {
  background: url(../../img/sv/contact-sv_bg.jpg) center/cover no-repeat;
}
#contact-sv .sv__title {
  padding: 2.5vw 7vw;
}
#contact-sv .sv__title::before {
  background: none;
}

#complete-sv {
  background: url(../../img/sv/complete-sv_bg.jpg) center/cover no-repeat;
}
#complete-sv .sv__title {
  padding: 2.5vw 7vw;
}
#complete-sv .sv__title::before {
  background: none;
}

#privacy-sv {
  background: url(../../img/sv/privacy-sv_bg.jpg) center/cover no-repeat;
}
#privacy-sv .sv__title {
  padding: 2.5vw 7vw;
}
#privacy-sv .sv__title::before {
  background: none;
}

#site-sv {
  background: url(../../img/sv/site-sv_bg.jpg) center/cover no-repeat;
}
#site-sv .sv__title {
  padding: 2.5vw 7vw;
}
#site-sv .sv__title::before {
  background: none;
}

#e404-sv {
  background: url(../../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}
#e404-sv .sv__title {
  padding: 2.5vw 7vw;
}
#e404-sv .sv__title::before {
  background: none;
}

/*==========================================
top
===========================================*/
/*
# top-greeting
------------------------*/
#top-greeting {
  padding: 20% 0;
  background: url(../../img/top/greeting_bg.jpg) center/cover no-repeat;
}
#top-greeting .greeting__title {
  text-align: center;
  font-size: var(--font-size-24);
  line-height: 1.6;
  margin-bottom: 10%;
  position: relative;
}
#top-greeting .greeting__title::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 12vw;
  inset: auto auto -2vw -8%;
  background: url(../../img/top/greeting-ttl_ill.png) center/100% no-repeat;
}
#top-greeting .greeting__title span {
  padding: 0 2vw;
  margin-right: 2vw;
  font-size: var(--font-size-27);
}
#top-greeting .greeting__text {
  line-height: 2.5;
}
#top-greeting .greeting__button-list {
  margin-top: 12%;
}
#top-greeting .greeting__button-list .greeting__button {
  margin-bottom: 10%;
}
#top-greeting .greeting__button-list .greeting__button:last-child {
  margin-bottom: 0;
}
#top-greeting .greeting__button-list .greeting__button-link {
  height: 21vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: radial-gradient(#a0cbda 1px, transparent 1px);
  background-size: 7px 7px;
  background-color: var(--primary-color);
}
#top-greeting .greeting__button-list .greeting__button-link:hover {
  border-color: var(--primary-color-dark);
  opacity: 1;
  transform: scale(0.95);
}
#top-greeting .greeting__button-list .greeting__button-link:hover::before {
  background: var(--primary-color-dark);
  color: var(--color-white);
}
#top-greeting .greeting__button-list .greeting__button-link::before {
  right: 5%;
}
#top-greeting .greeting__button-list .greeting__button-link::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}
#top-greeting .greeting__button-list .greeting__button--voice .greeting__button-link::after {
  width: 11%;
  height: 9vw;
  background: url(../../img/top/greeting-btn-voice_ic.png) center/100% no-repeat;
  left: 8%;
}
#top-greeting .greeting__button-list .greeting__button--feature .greeting__button-link::after {
  width: 7%;
  height: 8vw;
  background: url(../../img/common/nav-feature_ic.png) center/100% no-repeat;
  left: 10%;
}

/*
# top-check
------------------------*/
#top-check {
  padding: 25% 5% 35%;
}
#top-check .check__wrap {
  position: relative;
  background: url(../../img/top/check-house_bg.png) top center/100% no-repeat, url(../../img/common/com-ptrn_bg.jpg);
}
#top-check .check__wrap::after {
  position: absolute;
  content: "";
  width: 45%;
  height: 20vw;
  background: url(../../img/top/check-btm_ill.png) bottom center/100% no-repeat;
  inset: auto auto -9vw 4.8913%;
}
#top-check .check__inbox {
  padding: 8% 6% 15%;
  position: relative;
}
#top-check .check__title {
  position: absolute;
  inset: -19vw 0 auto;
  z-index: 1;
}
#top-check .check__title::before, #top-check .check__title::after {
  position: absolute;
  content: "";
}
#top-check .check__title::before {
  width: 18%;
  height: 19vw;
  inset: auto auto 12vw -2%;
  background: url(../../img/top/check-ttl-l_ill.png) center/100% no-repeat;
}
#top-check .check__title::after {
  width: 21%;
  height: 21vw;
  inset: 0 -8% auto auto;
  background: url(../../img/top/check-ttl-r_ill.png) center/100% no-repeat;
  margin: auto 0;
}
#top-check .check__title em {
  position: relative;
  text-shadow: var(--color-white) 2px 0px, var(--color-white) -2px 0px, var(--color-white) 0px -2px, var(--color-white) 0px 2px, var(--color-white) 2px 2px, var(--color-white) -2px 2px, var(--color-white) 2px -2px, var(--color-white) -2px -2px, var(--color-white) 1px 2px, var(--color-white) -1px 2px, var(--color-white) 1px -2px, var(--color-white) -1px -2px, var(--color-white) 2px 1px, var(--color-white) -2px 1px, var(--color-white) 2px -1px, var(--color-white) -2px -1px;
}
#top-check .check__title em:first-of-type::before {
  position: absolute;
  content: "";
  width: 16vw;
  height: 11vw;
  background: url(../../img/top/check-ttl-symptoms_bg.png) center/100% no-repeat;
  z-index: -1;
  inset: -2vw auto auto -3vw;
}
#top-check .check__title em::after {
  position: absolute;
  content: "";
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background: var(--body-font-color);
  inset: -1vw 0 auto;
  margin: 0 auto;
}
#top-check .check__house-links {
  height: 55vw;
  width: 100%;
  margin: 0 auto 75px;
  background: url(../../img/top/check-house_ill.png) center/100% no-repeat;
  position: relative;
}
#top-check .check__house-links-item {
  width: 8vw;
  height: 8vw;
  position: absolute;
}
#top-check .check__house-links-item:first-child {
  left: 37%;
  bottom: 5vw;
}
#top-check .check__house-links-item:nth-child(2) {
  right: 20%;
  bottom: 6vw;
}
#top-check .check__house-links-item:nth-child(3) {
  right: 28%;
  top: 9vw;
}
#top-check .check__house-links-item:nth-child(4) {
  right: 2%;
  bottom: 3vw;
}
#top-check .check__house-links-item:nth-child(5) {
  right: 26%;
  top: 24vw;
}
#top-check .check__house-links-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-20);
}
#top-check .check__points .check__point {
  padding: 8% 6%;
  margin-bottom: 13%;
}
#top-check .check__points .check__point:last-child {
  margin-bottom: 0;
}
#top-check .check__points .check__point-headline {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 3%;
  margin-bottom: 5%;
}
#top-check .check__points .check__point-title {
  position: relative;
  padding-left: 13%;
}
#top-check .check__points .check__point-title::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 7vw;
  height: 7vw;
  font-size: var(--font-size-18);
  background-color: var(--primary-color-dark);
  color: var(--color-white);
  border: 2px solid;
}
#top-check .check__points .check__point-title-text {
  font-size: var(--font-size-17);
  letter-spacing: 0.04em;
}
#top-check .check__points .check__point-button {
  width: 24%;
  height: 8vw;
  font-size: var(--font-size-13);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 2% 0 3%;
  position: relative;
}
#top-check .check__points .check__point-button::after {
  position: absolute;
  content: "";
  width: 23%;
  height: 4vw;
  inset: 0 5% 0 auto;
  margin: auto 0;
  background: url(../../img/top/check-btn_ic.png) center/100% no-repeat;
  z-index: 1;
}
#top-check .check__points .check__point-button:hover::after {
  right: 5px;
}
#top-check .check__points .check__point-item {
  font-size: var(--font-size-16);
}
#top-check .check__points .check__point-item::before {
  content: "・";
}

/*
# op-problems
------------------------*/
#top-problems {
  padding: 18% 6% 30%;
  background: url(../../img/top/problems_bg.png) center, var(--primary-color-light);
}
#top-problems .problems__inbox {
  position: relative;
  padding: 0;
}
#top-problems .problems__inbox::after {
  position: absolute;
  content: "";
  width: 49%;
  height: 40vw;
  background: url(../../img/top/problems-btm_ill.png) center/100% no-repeat;
  inset: auto auto -44vw 0;
}
#top-problems .problems__title {
  position: absolute;
  inset: -26vw 0 auto;
  text-align: center;
  font-size: var(--font-size-21);
}
#top-problems .problems__title .title-small {
  display: block;
  width: 55%;
  margin: 0 auto 5%;
  border-radius: 8vw;
  font-size: var(--font-size-16);
  padding: 5px;
  letter-spacing: 0.04em;
  position: relative;
}
#top-problems .problems__title .title-small::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0px 5px;
  border-color: var(--primary-color-dark) transparent transparent transparent;
  inset: auto 0 -9px;
  margin: 0 auto;
}
#top-problems .problems__title span {
  text-shadow: 2px 2px 5px var(--color-white), 2px 2px 5px var(--color-white), 2px 2px 5px var(--color-white), 2px 2px 5px var(--color-white), 2px 2px 5px var(--color-white), 2px 2px 5px var(--color-white);
}
#top-problems .problems__title span em {
  display: inline-block;
  font-size: var(--font-size-24);
  line-height: 1.4;
  padding: 0 2vw;
  margin: 0 1vw;
  text-shadow: none;
}
#top-problems .problems__wrap {
  padding: 12% 6%;
  position: relative;
}
#top-problems .problems__wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 48vw;
  inset: auto 0 -29vw;
  margin: 0 auto;
  background: url(../../img/top/problems-mid_ill.png) center/100% no-repeat;
}
#top-problems .problems__wrap .problems__item {
  margin-bottom: 13%;
  padding: 27% 6% 15%;
  position: relative;
}
#top-problems .problems__wrap .problems__item span {
  background: #fff7e0;
}
#top-problems .problems__wrap .problems__item:first-child {
  position: relative;
}
#top-problems .problems__wrap .problems__item:first-child::before {
  position: absolute;
  content: "";
  width: 31%;
  height: 30vw;
  inset: -12vw 6% auto auto;
  background: url(../../img/top/problems-top_ill.png) center/100% no-repeat;
}
#top-problems .problems__wrap .problems__item:last-child {
  margin-bottom: 0;
}
#top-problems .problems__wrap .problems__item-title {
  width: 23vw;
  height: 23vw;
  position: absolute;
  inset: -5vw auto auto -2vw;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: var(--font-size-15);
  justify-content: center;
  background: linear-gradient(to bottom, rgba(var(--primary-color-dark-rgb), 1) 0%, rgba(var(--primary-color-rgb), 1) 100%);
}
#top-problems .problems__wrap .problems__item .problems__check-item {
  padding-left: 10%;
  margin-bottom: 6%;
  font-size: var(--font-size-15);
}
#top-problems .problems__wrap .problems__item .problems__check-item::before {
  width: 5vw;
  height: 5vw;
  inset: 1vw auto auto 0;
  color: var(--color-white);
  background: var(--color-gray-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-problems .problems__wrap .problems__item .problems__check-item:last-child {
  margin-bottom: 0;
}
#top-problems .problems__solution {
  padding-top: 33%;
  margin-top: 40%;
  background: url(../../img/top/solution_arr.png) top center/12% no-repeat;
}
#top-problems .problems__solution-title {
  text-align: center;
  font-size: var(--font-size-24);
  margin-bottom: 30px;
}
#top-problems .problems__solution-title small {
  display: block;
  font-size: var(--font-size-18);
}
#top-problems .problems__solution-title span {
  display: inline-block;
  padding: 0 1.5vw;
  margin: 0 1vw;
}
#top-problems .problems__solution-text {
  line-height: 2.5;
  margin-bottom: 12%;
}
#top-problems .problems__solution-button {
  margin: 0 auto;
}

/*
# top-links
------------------------*/
.top-links {
  padding: 20% 8%;
}
.top-links .links__list .links__item {
  margin-bottom: 14%;
}
.top-links .links__list .links__item:last-child {
  margin-bottom: 0;
}
.top-links .links__list .links__item--steps .links__link::after {
  background: url(../../img/top/links-steps_bg.jpg) center/cover no-repeat;
}
.top-links .links__list .links__item--steps .links__text::after {
  width: 35%;
  height: 15vw;
  background: url(../../img/top/links-steps-ttl_ill.png) center/100% no-repeat;
  inset: auto auto -5vw -8%;
}
.top-links .links__list .links__item--company .links__link::after {
  background: url(../../img/top/links-company_bg.jpg) center/cover no-repeat;
}
.top-links .links__list .links__item--company .links__text::after {
  width: 42%;
  height: 9vw;
  background: url(../../img/top/links-company-ttl_ill.png) center/100% no-repeat;
  inset: auto auto -6vw -5%;
}
.top-links .links__list .links__link {
  height: 55vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-links .links__list .links__link::before, .top-links .links__list .links__link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: inherit;
}
.top-links .links__list .links__link::before {
  border: 1.5vw solid var(--color-white);
  z-index: 1;
}
.top-links .links__list .links__link:hover::before {
  border-color: var(--primary-color);
}
.top-links .links__list .links__link:hover::after {
  transform: scale(1.05);
}
.top-links .links__list .links__text {
  width: 75%;
  text-align: center;
  padding: 5%;
  letter-spacing: 0.04em;
  font-size: var(--font-size-24);
}
.top-links .links__list .links__text::before {
  inset: 0 -3vw 0 auto;
}
.top-links .links__list .links__text::after {
  position: absolute;
  content: "";
}

/*
# top-news
------------------------*/
#top-news {
  padding: 22% 0;
}
#top-news .news__post-list {
  overflow-x: scroll;
  display: flex;
  gap: 0 5vw;
  padding: 0 5% 5%;
}
#top-news .news__post {
  width: 53%;
}
#top-news .news__post-link {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.5vw 0;
}
#top-news .news__post-link:hover .news__post-title {
  color: var(--primary-color-dark);
}
#top-news .news__post-img {
  width: 100%;
  height: 36vw;
  margin-bottom: 3%;
}
#top-news .news__post-date {
  font-size: var(--font-size-15);
  width: 42%;
}
#top-news .news__post-tags {
  display: flex;
  flex-wrap: wrap;
  width: 56%;
  gap: 1vw;
}
#top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-12);
  padding: 0 5px;
}
#top-news .news__post-title {
  transition: all 0.3s;
  font-size: var(--font-size-16);
}
#top-news .news__button {
  margin-top: 12%;
}

/*==========================================
feature
===========================================*/
/*
# feature-reason
------------------------*/
#feature-reason .reason__item {
  padding: 12% 6% 10%;
  margin-bottom: 15%;
}
#feature-reason .reason__item:last-child {
  margin-bottom: 0;
}
#feature-reason .reason__item::before {
  position: absolute;
  inset: -5.5vw 0 auto;
  margin: 0 auto;
  background: var(--color-gray-dark);
}
#feature-reason .reason__item-title {
  padding: 4%;
  text-align: center;
  font-size: var(--font-size-19);
  margin-bottom: 5%;
}
#feature-reason .reason__item-illust {
  text-align: center;
  margin-bottom: 5%;
}
#feature-reason .reason__item .reason__case {
  position: relative;
}
#feature-reason .reason__item-case {
  margin: 10% auto 0;
  padding: 10% 6%;
}
#feature-reason .reason__item-case .reason__case-title {
  font-size: var(--font-size-19);
  text-align: center;
  margin-bottom: 8%;
  padding: 3% 5%;
}
#feature-reason .reason__item-case .reason__case-list .reason__case-item {
  width: 65%;
  margin: 0 auto 21%;
  text-align: center;
  position: relative;
}
#feature-reason .reason__item-case .reason__case-list .reason__case-item:last-child {
  margin-bottom: 0;
}
#feature-reason .reason__item-case .reason__case-list .reason__case-item:last-child::after {
  background: none;
}
#feature-reason .reason__item-case .reason__case-list .reason__case-item::after {
  position: absolute;
  content: "";
  width: 7vw;
  height: 5vw;
  transform: rotate(90deg);
  inset: auto 0 -9vw;
  margin: 0 auto;
  background: url(../../img/feature/reason-03_arr.png) center/100% no-repeat;
}
#feature-reason .reason__item-case .reason__case-list .reason__case-caption {
  font-size: var(--font-size-16);
  text-align: center;
  margin-bottom: 3%;
}
#feature-reason .reason__item-case .reason__case-list .reason__case-caption small {
  display: block;
  font-size: var(--font-size-14);
}
#feature-reason .reason__item-case .reason__case-list img {
  display: block;
  margin: 0 auto;
}
#feature-reason .reason__item-case--general .reason__case-title {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #504d4d 4px, #504d4d 8px);
  background-color: #595656;
}
#feature-reason .reason__item-case--shirakawa .reason__case-title {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #65afc9 4px, #65afc9 8px);
  background-color: #70b6ce;
}
#feature-reason .reason__item-case--shirakawa .reason__case-text {
  text-align: center;
  font-size: var(--font-size-20);
  padding: 12% 0 0;
}

/*
# feature-voice
------------------------*/
#feature-voice {
  background: url(../../img/feature/voice_bg.jpg) center/cover no-repeat;
}
#feature-voice .voice__tag-list {
  gap: 4vw 7vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 14%;
}
#feature-voice .voice__tag-list .voice__tag-item .voice__tag-link {
  height: 14vw;
  padding: 0 11vw 0 8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-17);
}
#feature-voice .voice__tag-list .voice__tag-item .voice__tag-link::before {
  right: 5%;
}
#feature-voice .voice__tag-list .voice__tag-item .voice__tag-link:hover::before {
  right: 2.5%;
}
#feature-voice .voice__tag-list .voice__tag-item .voice__tag-link.current {
  background: var(--color-white);
  color: var(--primary-color-dark);
  border: 2px solid;
}
#feature-voice .voice__post-list .voice__card {
  padding: 10% 6%;
  margin-bottom: 15%;
}
#feature-voice .voice__post-list .voice__card:last-child {
  margin-bottom: 0;
}
#feature-voice .voice__post-list .voice__card-headline {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: flex-start;
  margin-bottom: 7%;
}
#feature-voice .voice__post-list .voice__card-icon {
  width: 22%;
}
#feature-voice .voice__post-list .voice__card-meta {
  width: 72%;
  border-bottom: 1px solid;
  padding-bottom: 2%;
}
#feature-voice .voice__post-list .voice__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
  font-size: var(--font-size-14);
  margin-bottom: 3%;
}
#feature-voice .voice__post-list .voice__card-tags .voice__card-tag {
  padding: 0 1.5vw;
}
#feature-voice .voice__post-list .voice__card-title {
  font-size: var(--font-size-16);
}

/*==========================================
works
===========================================*/
#works-archive .works__post {
  margin-bottom: 15%;
  padding: 10% 0;
}
#works-archive .works__post:last-child {
  margin-bottom: 0;
}
#works-archive .works__post-title {
  font-size: var(--font-size-20);
  padding: 3% 5%;
  margin-bottom: 6%;
}
#works-archive .works__post-text {
  margin-bottom: 10%;
}
#works-archive .works__post-service {
  padding: 10% 6%;
  margin-bottom: 10%;
}
#works-archive .works__post-service .works__service-title {
  text-align: center;
  padding: 3% 5%;
  margin-bottom: 6%;
  font-size: var(--font-size-18);
}
#works-archive .works__post-case .works__case-title {
  font-size: var(--font-size-19);
  text-align: center;
  padding: 3% 5%;
  margin-bottom: 6%;
}
#works-archive .works__post-case .works__case-item {
  padding: 10% 6%;
  margin-bottom: 10%;
}
#works-archive .works__post-case .works__case-item:last-child {
  margin-bottom: 0;
}
#works-archive .works__post-case .works__case-item .case__item-title {
  font-size: var(--font-size-17);
  border-bottom: 1px solid;
  padding-bottom: 3%;
  margin-bottom: 5%;
}
#works-archive .works__post-case .works__case-item .case__img-figure {
  position: relative;
}
#works-archive .works__post-case .works__case-item .case__img-figure .case__img {
  width: 100%;
}
#works-archive .works__post-case .works__case-item .case__img-figure--before {
  width: 65%;
  margin: 0 auto 13%;
}
#works-archive .works__post-case .works__case-item .case__img-figure--before .case__img {
  height: 28vw;
}
#works-archive .works__post-case .works__case-item .case__img-figure--after {
  width: 100%;
}
#works-archive .works__post-case .works__case-item .case__img-figure--after .case__img {
  height: 40vw;
}
#works-archive .works__post-case .works__case-item .case__img-figure .case__img-caption {
  position: absolute;
  inset: 0 auto auto 0;
  font-size: var(--font-size-16);
  z-index: 1;
  padding: 0 1vw;
}
#works-archive .works__post-case .works__case-item:has(.case__img-figure--after) .case__img-figure--before {
  position: relative;
}
#works-archive .works__post-case .works__case-item:has(.case__img-figure--after) .case__img-figure--before::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 4vw 0px 4vw;
  border-color: var(--primary-color-light) transparent transparent transparent;
  inset: auto 0 -6vw;
  margin: 0 auto;
}

/*==========================================
new-house
===========================================*/
#news-house-kodawari .kodawari__title span {
  padding: 0 2vw;
}
#news-house-kodawari .kodawari__card {
  margin-bottom: 15%;
  padding: 10% 6%;
  position: relative;
}
#news-house-kodawari .kodawari__card:last-child {
  margin-bottom: 0;
}
#news-house-kodawari .kodawari__card-title {
  font-size: var(--font-size-20);
  padding: 3% 3% 3% 16%;
  margin-bottom: 6%;
}
#news-house-kodawari .kodawari__card-title::before {
  width: 8vw;
  height: 8vw;
  font-size: var(--font-size-18);
  position: absolute;
  inset: 2vw auto auto 2%;
  margin: auto 0;
  border: 2px solid;
}
#news-house-kodawari .kodawari__card-img {
  margin-bottom: 6%;
  position: relative;
}
#news-house-kodawari .kodawari__card-img::before {
  position: absolute;
  content: "";
  z-index: 1;
}
#news-house-kodawari .kodawari__card:nth-child(1) .kodawari__card-img::before {
  width: 47%;
  height: 23vw;
  background: url(../../img/new-house/kodawari-01_ill.png) center/100% no-repeat;
  inset: auto -10% 0 auto;
}
#news-house-kodawari .kodawari__card:nth-child(2) .kodawari__card-img::before {
  width: 32%;
  height: 31vw;
  background: url(../../img/new-house/kodawari-02_ill.png) center/100% no-repeat;
  inset: auto auto 0 -6%;
}
#news-house-kodawari .kodawari__card:nth-child(3) .kodawari__card-img::before {
  width: 48%;
  height: 21vw;
  background: url(../../img/new-house/kodawari-03_ill.png) center/100% no-repeat;
  inset: auto auto 0 -5%;
}
#news-house-kodawari .kodawari__card:nth-child(4) .kodawari__card-img::before {
  width: 56%;
  height: 21vw;
  background: url(../../img/new-house/kodawari-04_ill.png) center/100% no-repeat;
  inset: auto -5% 0 auto;
}

/*
# new-house-case
------------------------*/
#new-house-case {
  background: url(../../img/new-house/case_bg.jpg) center/cover no-repeat;
}
#new-house-case .case__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15%;
}
#new-house-case .case__post {
  margin-bottom: 15%;
}
#new-house-case .case__post:first-child {
  position: relative;
}
#new-house-case .case__post:first-child::before {
  position: absolute;
  content: "";
  width: 39%;
  height: 27vw;
  background: url(../../img/new-house/case-ttl_ill.png) center/100% no-repeat;
  inset: -27vw -5% auto auto;
}
#new-house-case .case__post:last-child {
  margin-bottom: 0;
}

.new-house-insta {
  background-image: radial-gradient(#434141 1.5px, transparent 1.5px);
  background-size: 8px 8px;
  background-color: #595656;
  padding: 5% 0 18%;
}
.new-house-insta .insta__button {
  border: 1.5vw solid var(--primary-color-light);
}
.new-house-insta .insta__button:hover {
  opacity: 1;
  border-color: var(--primary-color);
}

/*==========================================
steps
===========================================*/
#steps-section .steps__item {
  padding: 10% 6%;
  margin-bottom: 18%;
  position: relative;
}
#steps-section .steps__item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7vw 7vw 0px 7vw;
  border-color: var(--primary-color) transparent transparent transparent;
  inset: auto 0 -12vw;
  margin: 0 auto;
}
#steps-section .steps__item:last-child {
  margin-bottom: 0;
}
#steps-section .steps__item:last-child::after {
  border: none;
}
#steps-section .steps__item-title {
  padding: 3% 5%;
  margin-bottom: 6%;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: baseline;
}
#steps-section .steps__item-title .title-num {
  width: 27%;
  font-size: var(--font-size-18);
  text-align: center;
  line-height: 1.7;
}
#steps-section .steps__item-title .title-num em {
  font-size: var(--font-size-25);
  line-height: 0.5;
}
#steps-section .steps__item-title .title-text {
  font-size: var(--font-size-21);
  width: 70%;
}
#steps-section .steps__item-content {
  padding-left: 22%;
}
#steps-section .steps__item-content .steps__contact-list {
  background: var(--primary-color-light);
  padding: 6%;
  width: -moz-fit-content;
  width: fit-content;
}
#steps-section .steps__item:nth-child(1) .steps__item-content {
  background: url(../../img/steps/steps-01_ic.png) top left/18% no-repeat;
}
#steps-section .steps__item:nth-child(2) .steps__item-content {
  background: url(../../img/steps/steps-02_ic.png) top left/18% no-repeat;
}
#steps-section .steps__item:nth-child(3) .steps__item-content {
  background: url(../../img/steps/steps-03_ic.png) top left/18% no-repeat;
}
#steps-section .steps__item:nth-child(4) .steps__item-content {
  background: url(../../img/steps/steps-04_ic.png) top left/18% no-repeat;
}
#steps-section .steps__item:nth-child(5) .steps__item-content {
  background: url(../../img/steps/steps-05_ic.png) top left/18% no-repeat;
}
#steps-section .steps__item:nth-child(6) .steps__item-content {
  background: url(../../img/steps/steps-06_ic.png) top left/18% no-repeat;
}
#steps-section .steps__item:nth-child(7) .steps__item-content {
  background: url(../../img/steps/steps-07_ic.png) top left/18% no-repeat;
}

/*==========================================
company
===========================================*/
/*
# company-greeting
------------------------*/
#company-greeting .greeting__inbox {
  text-align: center;
}
#company-greeting .greeting__img {
  margin-bottom: 8%;
}
#company-greeting .greeting__text {
  margin-bottom: 10%;
  line-height: 2.5;
}
#company-greeting .greeting__text.name {
  text-align: right;
  font-size: var(--font-size-20);
}

/*
# company-partner
------------------------*/
#company-partner .partner__wrap {
  position: relative;
  padding: 25% 0 20%;
}
#company-partner .partner__title {
  width: 92%;
  position: absolute;
  inset: -9vw 0 auto;
}
#company-partner .partner__title::before, #company-partner .partner__title::after {
  position: absolute;
  content: "";
}
#company-partner .partner__title::before {
  width: 23%;
  height: 25vw;
  background: url(../../img/company/partner-ttl-l_ill.png) center/100% no-repeat;
  inset: auto auto 7vw 3%;
}
#company-partner .partner__title::after {
  width: 19%;
  height: 28vw;
  background: url(../../img/company/partner-ttl-r_ill.png) center/100% no-repeat;
  inset: auto 5% 2vw auto;
}
#company-partner .partner__part {
  margin-bottom: 15%;
}
#company-partner .partner__part:last-child {
  margin-bottom: 0;
}
#company-partner .partner__part-title {
  text-align: center;
}
#company-partner .partner__part--merit .partner__merit-list .partner__merit-card {
  padding: 10% 6%;
}
#company-partner .partner__part--merit .partner__merit-list .merit__card-title {
  text-align: center;
  font-size: var(--font-size-21);
  margin-bottom: 6%;
}
#company-partner .partner__part--merit .partner__merit-list .merit__card-title em {
  font-size: var(--font-size-27);
  line-height: 1;
}
#company-partner .partner__part--merit .partner__merit-list .merit__card-illust {
  text-align: center;
  margin-bottom: 6%;
}
#company-partner .partner__part--merit .partner__merit-list .merit__card-text:nth-of-type(1) {
  padding: 3% 5%;
  text-align: center;
  margin-bottom: 6%;
}
#company-partner .partner__part--fields .partner__part-title {
  background: var(--color-gray-dark);
}
#company-partner .partner__part--fields .partner__fields-list {
  gap: 2.5vw 6vw;
  display: flex;
  flex-wrap: wrap;
}
#company-partner .partner__part--fields .partner__fields-list .field__item {
  padding-left: 5vw;
}
#company-partner .partner__part--fields .partner__fields-list .field__item::before {
  inset: 0 auto 0 0;
  width: 4vw;
  height: 4vw;
  background: var(--primary-color-dark);
  border-radius: 50%;
  color: #fcfaf4;
  font-size: var(--font-size-13);
}
#company-partner .partner__part--contact {
  padding: 10% 6%;
}
#company-partner .partner__part--contact .partner__contact-list {
  text-align: center;
}
#company-partner .partner__part--contact .partner__contact-list .com-tel {
  order: 1;
}
#company-partner .partner__part--contact .partner__contact-list .com-tel .tel__num {
  font-size: var(--font-size-30);
}
#company-partner .partner__part--contact .partner__contact-list .com-mail {
  order: 2;
}
#company-partner .partner__part--contact .partner__contact-list .com-line {
  order: 3;
}
#company-partner .partner__part--contact .partner__contact-list .com-line .line__button {
  background: #daf2e4;
  border: none;
}

/*
# company-info
------------------------*/
#company-info {
  padding: 20% 8%;
}
#company-info .info__inbox {
  padding: 10% 6%;
}
#company-info .info__table {
  margin-bottom: 15%;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-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フレーム時)
  ===========================================*/