@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: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 14.5vw;
  height: 14.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 2px;
  background: var(--primary-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 9.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-10);
}

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

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

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 15% 6% 15%;
  background-image: radial-gradient(#e4f2f9 3px, transparent 3px), radial-gradient(#e4f2f9 3px, transparent 3px);
  background-size: 25px 25px;
  background-position: 0 0, 12.5px 12.5px;
  background-color: #dbedf7;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--light-steel-blue);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 8% 0;
  font-size: var(--font-size-17);
  border-bottom: none;
}
#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 .current {
  padding-left: 11%;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
  font-weight: var(--font-weight-bold);
}
#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: 2.5vw;
  height: 2.5vw;
  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 .current.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 > .drawer__nav-link:before {
  border-left: 1px solid var(--body-font-color);
  border-bottom: 1px solid var(--body-font-color);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.current::before {
  background: none;
  border: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link span {
  padding: 0 0 0 5%;
}
#drawer__nav .drawer__nav-address {
  text-align: center;
  margin-top: 8%;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  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 {
  gap: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-contact__list .contact__button {
  height: 14vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8vw;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-bold);
}
.c-contact__list .contact__button:hover {
  transform: scale(0.95);
}
.c-contact__list .contact__button-mail, .c-contact__list .contact__button-line {
  width: 65vw;
  padding-left: 5vw;
}
.c-contact__list .contact__button-mail {
  color: var(--color-white);
  background: url(../../img/components/contact_list/mail_ic.png) left 7% center/6vw no-repeat, var(--body-font-color);
}
.c-contact__list .contact__button-line {
  background: url(../../img/common/sns/LINE_logo.svg) left 4% center/30px no-repeat, #ccedfe;
}
.c-contact__list .contact__button-official-site {
  background: var(--primary-color);
  width: 50vw;
  color: var(--color-white);
}

/*
# line-section
------------------------*/
.c-line__section {
  background: url(../../img/components/line/line_bg.jpg) center/cover no-repeat;
}
.c-line__section .line__list .line__item {
  margin-bottom: 10%;
  border-radius: 13vw;
  background: var(--primary-color-light);
  border: 1vw solid var(--color-white);
  padding: 5% 4% 5% 20%;
  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;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-black);
  position: relative;
}
.c-line__section .line__list .line__item::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.c-line__section .line__list .line__item-camera::before {
  width: 10%;
  height: 7vw;
  background: url(../../img/components/line/line-camera_ic.png) center/100% no-repeat;
  left: 6%;
}
.c-line__section .line__list .line__item-chat::before {
  width: 11%;
  height: 7vw;
  background: url(../../img/components/line/line-chat_ic.png) center/100% no-repeat;
  left: 5%;
}
.c-line__section .line__list .line__item-calendar::before {
  width: 10%;
  height: 8vw;
  background: url(../../img/components/line/line-calendar_ic.png) center/100% no-repeat;
  left: 5%;
}
.c-line__section .line__list .line__item-tel::before {
  width: 8%;
  height: 7vw;
  background: url(../../img/components/line/line-tel_ic.png) center/100% no-repeat;
  left: 6%;
}
.c-line__section .line__list .line__item span {
  color: var(--primary-color);
  font-size: var(--font-size-18);
}
.c-line__section .line__list .line__item:last-child {
  margin-bottom: 0;
}
.c-line__section .line__button {
  margin-top: 18%;
}
.c-line__section .line__button::after {
  position: absolute;
  content: "";
  width: 27%;
  height: 30vw;
  background: url(../../img/components/line/line-list_ill.png) center/100% no-repeat;
  inset: 0 auto 0 0;
  margin: auto 0;
  z-index: 1;
}

/*
# com-tel
------------------------*/
.com-tel {
  line-height: 1.1;
}
.com-tel .tel__num {
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-30);
}
.com-tel .tel__num small {
  font-size: var(--font-size-16);
}
.com-tel .tel__text {
  display: block;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

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

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

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

/*
# com-bg--pattern
------------------------*/
.com-bg--pattern {
  background: url(../../img/common/com-top_deco.png) right 2% top 10vw/30% no-repeat, url(../../img/common/com-top_bg.png) top center/100% no-repeat, url(../../img/common/com_bg.jpg) center;
}

/*
# bg-top--wave
------------------------*/
.bg-top--wave {
  position: relative;
  background: var(--color-light-blue);
}
.bg-top--wave::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 18vw;
  background: url(../../img/common/top_wave.png) center bottom/100% no-repeat;
  inset: -18vw 0 auto;
}

.z-2 {
  position: relative;
  z-index: 2;
}

/*
# bg-bottom--wave
------------------------*/
.bg-bottom--wave::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 18vw;
  background: url(../../img/common/btm_wave.png) center top/100% no-repeat;
  inset: auto 0 -18vw;
}

/*
# com-button
------------------------*/
.com-button {
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--font-size-16);
  color: var(--color-white);
  font-weight: var(--font-weight-black);
  border: 1vw solid;
  border-radius: 9vw;
  background: var(--accent-color);
}
.com-button.bs-icon--chevron-right::before {
  inset: 0 4% 0 auto;
}
.com-button:hover::before {
  right: 3%;
}
.com-button.bg-color--blue-gradation {
  background: var(--blue-gradation);
}
.com-button.bg-color--blue-gradation::before {
  color: var(--primary-color);
}
.com-button.bg-color--line-color {
  background: var(--line-color);
}
.com-button.bg-color--line-color::before {
  color: var(--line-color);
}
.com-button.height-150 {
  height: 22vw;
  border-radius: 16vw;
  font-size: var(--font-size-16);
  line-height: 1.5;
}

/*
# bootstrapアイコン
------------------------*/
.bs-icon--chevron-right::before {
  content: "\f285";
  font-weight: inherit;
  background: var(--color-white);
  border-radius: 50%;
  width: 7vw;
  height: 7vw;
  color: var(--accent-color);
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-16);
}

/*
# shadow-md
------------------------*/
.shadow-md {
  box-shadow: 2px 2px 20px rgba(var(--body-font-color-rgb), 0.09);
}

/*
# rounded
------------------------*/
.rounded-10 {
  border-radius: 3vw;
}

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

.rounded-30 {
  border-radius: 4.5vw;
}

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

.section-title {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 10%;
  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;
}
.section-title span {
  display: block;
  letter-spacing: var(--body-letter-spacing);
}
.section-title .title-en {
  font-size: var(--font-size-17);
  color: var(--primary-color);
}
.section-title .title-ja {
  font-size: var(--font-size-23);
}
.section-title.title-has-deco .title-ja {
  display: inline-block;
  position: relative;
  font-size: var(--font-size-21);
}
.section-title.title-has-deco .title-ja:before, .section-title.title-has-deco .title-ja:after {
  position: absolute;
  content: "";
  width: 7vw;
  height: 11vw;
  background: url(../../img/common/section-ttl_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.section-title.title-has-deco .title-ja::before {
  left: -10vw;
}
.section-title.title-has-deco .title-ja::after {
  right: -10vw;
  transform: scale(-1, 1);
}

.headline-title {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
  border-bottom: 1px solid var(--light-steel-blue);
  padding-bottom: 3%;
  margin-bottom: 6%;
}

/*==========================================
header
===========================================*/
#header {
  width: 100%;
  position: absolute;
  inset: 0 0 auto;
  padding: 3% 5% 0;
  z-index: 1001;
}
#header .header__logo {
  width: 18%;
  line-height: 1;
}
#header .header__right {
  display: none;
}

/*==========================================
mv
===========================================*/
.page-mv {
  position: relative;
  z-index: 1;
}
.page-mv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 17.5vw;
  background: url(../../img/top/mv/mv_wave.png) bottom center/100% no-repeat;
  inset: auto 0 0;
}

#top-mv {
  height: 100vw;
  background: url(../../img/top/mv/mv_deco.png) center/cover no-repeat;
}
#top-mv .mv__catch {
  position: absolute;
  inset: auto auto 10.215% 5.20833%;
  margin: auto 0;
  width: 50%;
  z-index: 1;
}
#top-mv .mv__img {
  position: absolute;
  inset: 0 0 auto auto;
  width: 78%;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 18% 0;
}
#footer .footer__left {
  margin-bottom: 15%;
}
#footer .footer__left .footer__logo {
  width: 38%;
  display: block;
  margin: 0 auto 10%;
}
#footer .footer__left .footer__address {
  font-size: var(--font-size-14);
  margin-bottom: 10%;
}
#footer .footer__left .footer__contact-list {
  justify-content: center;
  flex-wrap: wrap;
}
#footer .footer__right .footer__tel {
  text-align: center;
  margin-bottom: 10%;
}
#footer .footer__right .footer__nav-list {
  -moz-column-count: 2;
       column-count: 2;
}
#footer .footer__right .footer__nav-link {
  font-size: var(--font-size-13);
  font-weight: var(--font-weight-bold);
  display: block;
  margin-bottom: 13%;
}
#footer .footer__right .footer__nav-link:hover {
  text-decoration: underline;
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 57vw;
  background: url(../../img/sv/sv_deco.png) center/cover no-repeat;
}
.lower-sv::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 79.3939%;
  inset: auto 0 0;
  margin: 0 auto;
  background: url(../../img/sv/sv-img_deco.png) center/100% no-repeat;
}
.lower-sv .sv__title {
  text-align: left;
  position: absolute;
  inset: auto auto 0 2.5%;
  z-index: 1;
  background: rgba(var(--color-white-rgb), 0.9);
  border-radius: 0 4vw 0 4vw;
  padding: 1% 5% 1% 2%;
  line-height: 1.6;
}
.lower-sv .sv__title span {
  display: block;
}
.lower-sv .sv__title .title-ja {
  font-size: var(--font-size-21);
  font-weight: var(--font-weight-black);
  text-shadow: 0px 0.6vw 1px var(--primary-color-light);
}
.lower-sv .sv__title .title-en {
  font-size: var(--font-size-13);
  font-family: var(--sub-font-family);
  color: var(--primary-color);
}
.lower-sv .sv__img {
  width: 95%;
  height: 40vw;
  position: absolute;
  inset: auto 0 0;
  margin: 0 auto;
}

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

#reform-sv .sv__img {
  background: url(../../img/sv/reform-sv_img.jpg) center/cover no-repeat;
}

#interior-sv .sv__img {
  background: url(../../img/sv/interior-sv_img.jpg) center/cover no-repeat;
}

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

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

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

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

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

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

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

/*==========================================
top
===========================================*/
/*
# top-about
------------------------*/
#top-about {
  padding: 8% 0 18%;
  background: url(../../img/top/about-btm_deco.png) bottom center/100% no-repeat;
}
#top-about .about__list {
  margin-bottom: 12%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5vw 4%;
}
#top-about .about__list .about__item {
  width: 48%;
}
#top-about .about__title {
  padding-top: 26%;
  position: relative;
  background: url(../../img/top/about-ttl_ill.png) top right/35% no-repeat;
}
#top-about .about__text strong {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-16);
}
#top-about .about__button {
  width: 100%;
  margin: 15% auto 0;
}

/*
# top-links
------------------------*/
#top-links {
  background: url(../../img/top/links_bg.jpg) center/cover no-repeat;
}
#top-links .links__list .links__card {
  margin-bottom: 15%;
}
#top-links .links__list .links__card:last-child {
  margin-bottom: 0;
}
#top-links .links__list .links__card-link {
  display: block;
  background: var(--color-white);
  padding: 12% 6% 22%;
}
#top-links .links__list .links__card-link::before {
  inset: auto 0 6vw;
  margin: 0 auto;
  background: var(--accent-color);
  color: var(--color-white);
}
#top-links .links__list .links__card-link:hover {
  opacity: 0.9;
  transform: translateY(-15px);
}
#top-links .links__list .links__card-img {
  margin-bottom: 7%;
}
#top-links .links__list .links__card-img img {
  border-radius: 3vw;
}
#top-links .links__list .links__card-title {
  margin-bottom: 8%;
  text-align: center;
}

/*
# top-voice
------------------------*/
#top-voice {
  background: url(../../img/top/voice_bg.jpg) center/cover no-repeat;
}
#top-voice .voice__title .title-ja {
  font-size: var(--font-size-20);
}
#top-voice .voice__list {
  background: var(--color-white);
  padding: 12% 6%;
  position: relative;
  margin-bottom: 34%;
}
#top-voice .voice__list::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 16vw;
  inset: auto 0 -23vw;
  margin: 0 auto;
  background: url(../../img/top/voice_arr.png) bottom center/100% no-repeat;
}
#top-voice .voice__list .voice__card:nth-child(1) .voice__card-title::before {
  width: 24%;
  height: 22vw;
  background: url(../../img/top/voice-01_ill.png) bottom center/100% no-repeat;
}
#top-voice .voice__list .voice__card:nth-child(2) .voice__card-title::before {
  width: 26%;
  height: 23vw;
  background: url(../../img/top/voice-02_ill.png) bottom center/100% no-repeat;
}
#top-voice .voice__list .voice__card:nth-child(3) .voice__card-title::before {
  width: 25%;
  height: 22vw;
  background: url(../../img/top/voice-03_ill.png) bottom center/100% no-repeat;
}
#top-voice .voice__list .voice__card:nth-child(4) .voice__card-title::before {
  width: 24%;
  height: 22vw;
  background: url(../../img/top/voice-04_ill.png) bottom center/100% no-repeat;
}

.voice__list .voice__card {
  background: var(--primary-color-light);
  margin-bottom: 12%;
}
.voice__list .voice__card:last-child {
  margin-bottom: 0;
}
.voice__list .voice__card-title {
  border-radius: 4vw 4vw 0 0;
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-black);
  display: flex;
  align-items: center;
  padding: 0 4%;
  height: 26vw;
  line-height: 1.6;
  position: relative;
}
.voice__list .voice__card-title::before {
  position: absolute;
  content: "";
  inset: auto 3% 0 auto;
}
.voice__list .voice__card-text {
  padding: 10% 6%;
}

/*
# top-news
------------------------*/
#top-news .news__inbox {
  position: relative;
}
#top-news .news__inbox::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 19vw;
  background: url(../../img/top/news_ill.png) center/100% no-repeat;
  inset: -15vw auto auto 3%;
}
#top-news .news__post {
  margin-bottom: 10%;
}
#top-news .news__post:last-child {
  margin-bottom: 0;
}
#top-news .news__post-link {
  background: var(--color-white);
  padding: 6% 4%;
  border-radius: 4vw;
  row-gap: 2vw;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
#top-news .news__post-link:hover {
  transform: scale(0.97);
  box-shadow: none;
  background: var(--primary-color-light);
  opacity: 1;
}
#top-news .news__post-date, #top-news .news__post-tags {
  font-size: var(--font-size-13);
}
#top-news .news__post-date {
  width: 25%;
}
#top-news .news__post-tags {
  width: 73%;
  gap: 1.5vw;
  display: flex;
  flex-wrap: wrap;
  color: var(--accent-color);
}
#top-news .news__post-title {
  width: 100%;
  font-size: var(--font-size-15);
}
#top-news .news__button {
  margin-top: 15%;
}

/*==========================================
about
===========================================*/
/*
# about-area
------------------------*/
#about-area .area__inner {
  background: var(--color-white);
  padding: 12% 6%;
}
#about-area .area__inner .area__inner-map {
  width: 65%;
  margin: 0 auto 10%;
}
#about-area .area__inner .area__item {
  margin-bottom: 10%;
  background: var(--primary-color-light);
  padding: 8% 6%;
}
#about-area .area__inner .area__item:last-child {
  margin-bottom: 0;
}
#about-area .area__inner .area__item-title {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-17);
  margin-bottom: 5%;
  padding-bottom: 2%;
  border-bottom: 1px solid var(--light-steel-blue);
}

/*
# about-reason
------------------------*/
#about-reason .reason__part {
  background: var(--color-white);
  padding: 12% 6%;
  margin-bottom: 15%;
}
#about-reason .reason__part:last-child {
  margin-bottom: 0;
}
#about-reason .reason__part-title {
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-bold);
  border-bottom: 1px solid var(--light-steel-blue);
  padding: 2% 0 2% 9%;
  margin-bottom: 6%;
  background: url(../../img/about/reason-item-ttl_ic.png) left top 4vw/4vw no-repeat;
}
#about-reason .reason__part-list .reason__list-item {
  width: 85%;
  margin: 0 auto 5%;
}
#about-reason .reason__part-list .reason__list-item:last-child {
  margin-bottom: 0;
}
#about-reason .reason__part-list img {
  border: 1vw solid var(--primary-color-light);
}
#about-reason .reason__part .voice__list .voice__card {
  margin-bottom: 12%;
}
#about-reason .reason__part .voice__list .voice__card:last-child {
  margin-bottom: 0;
}
#about-reason .reason__part .voice__list .voice__card-title {
  height: 23vw;
  font-size: var(--font-size-16);
}
#about-reason .reason__part .voice__list .voice__card:nth-child(1) .voice__card-title::before {
  width: 23%;
  height: 20vw;
  background: url(../../img/about/reason-item02_ill01.png) bottom center/100% no-repeat;
}
#about-reason .reason__part .voice__list .voice__card:nth-child(2) .voice__card-title::before {
  width: 23%;
  height: 20vw;
  background: url(../../img/about/reason-item02_ill02.png) bottom center/100% no-repeat;
}
#about-reason .reason__part .voice__button {
  margin-top: 12%;
}
#about-reason .reason__part-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5vw 4%;
}
#about-reason .reason__part-gallery .reason__gallery-item {
  width: 48%;
}
#about-reason .reason__part-gallery .reason__gallery-item:nth-child(1) {
  width: 100%;
}

/*==========================================
reform
===========================================*/
/*
# com-feature__section
------------------------*/
.com-feature__section .feature__title .title-ja {
  font-size: var(--font-size-21);
}
.com-feature__section .feature__list {
  position: relative;
  background: var(--color-white);
  padding: 10% 6%;
  margin-bottom: 40%;
}
.com-feature__section .feature__list::before, .com-feature__section .feature__list::after {
  position: absolute;
  content: "";
}
.com-feature__section .feature__list::after {
  width: 100%;
  height: 16vw;
  margin: 0 auto;
  background: url(../../img/reform/features_arr.png) center/100% no-repeat;
  inset: auto 0 -25vw;
}
.com-feature__section .feature__list .feature__item {
  border-bottom: 1px solid var(--light-steel-blue);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  padding: 2% 0 2% 7%;
  background: url(../../img/reform/features-item_ic.png) top 3vw left/4vw no-repeat;
}
.com-feature__section .feature__list .feature__item:last-child {
  border-bottom: none;
}
.com-feature__section .feature__service-text {
  margin-bottom: 12%;
}
.com-feature__section .feature__service-box {
  padding: 10% 6%;
  background: var(--color-white);
}
.com-feature__section .feature__service-box .feature__box-title {
  text-align: center;
}
.com-feature__section .feature__service-box .feature__box-list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: var(--font-size-14);
}
.com-feature__section .feature__service-box .feature__box-list .feature__box-item {
  margin-bottom: 7%;
}
.com-feature__section .feature__service-box .feature__box-list .feature__box-item:last-child {
  margin-bottom: 0;
}
.com-feature__section .feature__service-box .feature__box-list .feature__box-item-title {
  color: var(--accent-color);
  margin-bottom: 1%;
}
.com-feature__section .feature__service-box .feature__box-list .feature__box-item-title::after {
  content: "：";
  color: var(--body-font-color);
}

#reform-feature .feature__list::before {
  width: 51%;
  height: 30vw;
  background: url(../../img/reform/features-list_ill.png) center/100% no-repeat;
  inset: auto -8% -16vw auto;
  z-index: 1;
}

/*
# reform-price
------------------------*/
#reform-price {
  background: var(--primary-color-light);
}
#reform-price::before {
  background-image: url(../../img/reform/top_wave.png);
}
#reform-price .price__table-wrap .price__table {
  background: var(--color-white);
}
#reform-price .price__table-wrap .price__table th,
#reform-price .price__table-wrap .price__table td {
  text-align: center;
  vertical-align: middle;
  padding: 2vw 1vw;
  font-size: var(--font-size-13);
}
#reform-price .price__table-wrap .price__table th:not(:last-child),
#reform-price .price__table-wrap .price__table td:not(:last-child) {
  border-right: 1px solid var(--light-steel-blue);
}
#reform-price .price__table-wrap .price__table .price__thead-item {
  border-bottom: 1px solid var(--light-steel-blue);
}
#reform-price .price__table-wrap .price__table .price__thead-item th {
  background: var(--table-head-color);
  /*==========================================
  画面幅3分割レイアウト
  ===========================================*/
  width: 33.33333%;
  width: -webkit-calc(100% / 3);
  width: 33.3333333333%;
  font-weight: var(--font-weight-bold);
}
#reform-price .price__table-wrap .price__table .price__thead-item th:first-child {
  border-radius: 4vw 0 0 0;
}
#reform-price .price__table-wrap .price__table .price__thead-item th:last-child {
  border-radius: 0 4vw 0 0;
}
#reform-price .price__table-wrap .price__table .price__tbody-item {
  border-bottom: 1px solid var(--light-steel-blue);
}
#reform-price .price__table-wrap .price__table .price__tbody-item:last-child {
  border-bottom: none;
}

/*
# reform-flow
------------------------*/
#reform-flow {
  background: url(../../img/common/com_bg.jpg);
}
#reform-flow .flow__list {
  position: relative;
  z-index: 1;
}
#reform-flow .flow__list::before {
  position: absolute;
  content: "";
  width: 2vw;
  height: 100%;
  z-index: -1;
  margin: 0 auto;
  inset: 0;
  background: var(--accent-color);
}
#reform-flow .flow__list .flow__item {
  background: var(--color-white);
  margin-bottom: 13%;
}
#reform-flow .flow__list .flow__item:last-child {
  margin-bottom: 0;
}
#reform-flow .flow__list .flow__item-title {
  font-size: var(--font-size-21);
  font-weight: var(--font-weight-black);
  background: var(--primary-color);
  color: var(--color-white);
  padding: 4% 0 4% 19%;
  border-radius: 4vw 4vw 0 0;
}
#reform-flow .flow__list .flow__item-title::before {
  width: 12vw;
  height: 12vw;
  background: url(../../img/reform/flow-item-num_bg.png) center/100% no-repeat;
  position: absolute;
  inset: -4vw auto auto 1%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-23);
  font-weight: var(--font-weight-black);
}
#reform-flow .flow__list .flow__item-content {
  padding: 7% 4% 7% 10%;
}

/*==========================================
interior
===========================================*/
#interior-feature .feature__list::before {
  width: 38%;
  height: 39vw;
  background: url(../../img/interior/features-list_ill.png) center/100% no-repeat;
  inset: auto -5% -23vw auto;
  z-index: 1;
}

/*
# interior-help
------------------------*/
#interior-help {
  background: var(--primary-color-light);
}
#interior-help::before {
  background-image: url(../../img/reform/top_wave.png);
}
#interior-help .help__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5vw 4%;
}
#interior-help .help__list .help__card {
  width: 48%;
}
#interior-help .help__list .help__card-icon {
  width: 35vw;
  height: 35vw;
  border-radius: 50%;
  margin-bottom: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-yellow-light);
}
#interior-help .help__list .help__card-icon img {
  width: 18vw;
}
#interior-help .help__list .help__card-text {
  font-size: var(--font-size-12);
  font-weight: var(--font-weight-bold);
  text-align: center;
  line-height: 1.6;
}

/*
# interior-contact
------------------------*/
#interior-contact {
  background: url(../../img/common/com_bg.jpg);
}
#interior-contact .contact__title .title-ja {
  font-size: var(--font-size-20);
}
#interior-contact .contact__box {
  background: var(--color-white);
  padding: 12% 6%;
}
#interior-contact .contact__box .contact__box-text {
  margin-bottom: 12%;
}

/*==========================================
company
===========================================*/
/*
# company-msg
------------------------*/
#company-msg .msg__content {
  padding: 12% 6%;
  background: var(--color-white);
}
#company-msg .msg__content-text:nth-last-child(2) {
  margin-bottom: 15%;
}
#company-msg .msg__content-text .representative-name {
  text-align: right;
  display: block;
}
#company-msg .msg__content .representative-name {
  color: var(--primary-color);
}

/*
# company-profile
------------------------*/
#company-profile {
  background: url(../../img/common/com_bg.jpg);
}
#company-profile .profile__table {
  background: var(--color-white);
  padding: 10% 6%;
  margin-bottom: 18%;
}

/*==========================================
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フレーム時)
  ===========================================*/