@charset "UTF-8";

/*
 Theme Name: BusinessPress Child
 Template: businesspress
*/
@media screen and (min-width: 540px) {}

@media screen and (min-width: 640px) {}

@media screen and (min-width: 782px) {}

@media screen and (min-width: 980px) {}

/* Base
------------------------------------------------------------ */
.content-area {
  margin-bottom: 0;
}

/* Jumbotron */
.jumbotron-content {
  padding-bottom: 4.0rem;
  padding-top: 4.0rem;
}

.jumbotron-title {
  margin-bottom: 0.8rem;
  text-shadow: none;
  letter-spacing: 2px;
  text-indent: 2px;
}

.subheader {
  margin-bottom: 0;
  font-weight: normal;
  letter-spacing: 2px;
  text-indent: 2px;
}

@media screen and (min-width: 540px) {
  .jumbotron-content {
    text-align: right;
  }

  .jumbotron-title {
    position: relative;
    display: inline-block;
  }

  .jumbotron-title::before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    left: -40px;
    width: 32px;
    height: 1px;
  }
}

@media screen and (min-width: 782px) {
  .jumbotron-content {
    padding-bottom: 5.6rem;
    padding-top: 5.6rem;
  }
}

@media screen and (min-width: 980px) {
  .jumbotron-content {
    padding-bottom: 8.0rem;
    padding-top: 8.0rem;
  }
}

/* section */
.section {
  padding: 4.8rem 0;
}

@media screen and (min-width: 640px) {
  .section {
    padding: 6.4rem 0;
  }
}

@media screen and (min-width: 782px) {
  .section {
    padding: 8.0rem 0;
  }
}

/* section-title */
.section-title {
  margin-bottom: 5.6rem;
}

/* section-title01 */
.section-title01 h2 {
  margin-bottom: 38px;
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
  text-indent: 2px;
}

.section-title01 h2::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: calc(100% - 4px);
  height: 4px;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title01 .section-titlesub {
  letter-spacing: 2px;
  text-indent: 2px;
}

/* section-title02 */
.section-title02 {
  margin-bottom: 1.6rem;
}

.section-title02 h2 {
  margin-bottom: 0;
  letter-spacing: 2px;
  text-indent: 2px;
}

/* section-title03 */
.section-title03 h2 {
  margin-bottom: 0;
  font-weight: normal;
  line-height: 2.2;
  text-align: left;
}

.section-title03 h2 br {
  display: none;
}

@media screen and (min-width: 640px) {
  .section-title03 h2 {
    text-align: center;
  }

  .section-title03 h2 br {
    display: block;
  }
}

/* Header
------------------------------------------------------------ */
/* main-header */
.main-header {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: solid 1px rgba(238, 238, 238, 1);
  /* #EEEEEE */
}

.home .main-header {
  border-bottom: none;
}

@media screen and (min-width: 980px) {
  .main-header {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

/* .main-header-clone */
.main-header-clone {
  border-bottom: none;
}

/* site-branding */
@media screen and (min-width: 782px) {
  .site-branding {
    padding-right: 24px;
  }
  .main-header-content {
    max-width: 1220px;
  }
}
.main-navigation .current_page_item>.menu-event a, .main-navigation .current-menu-item>.menu-event a {
color: #fff;
}
.menu-event a {
  background-color: rgba(197,160,90, 1);
  border: solid 1px rgba(197,160,90, 1);
  color: #fff !important;
  padding: 5px 24px !important;
}
.menu-event a:hover {
  background-color: transparent;
  color: rgba(197,160,90, 1) !important;
}
.drawer-navigation .dropdown-toggle:after {
  color: #fff;
}
.drawer-navigation ul li.menu-event a {
  border: solid 1px #fff;
  display: block;
}
.drawer-navigation ul li.menu-event a:hover {
  color: #fff;
}
/* TOPページ
------------------------------------------------------------ */
/* TOP メインビジュアル スライダー セクション
------------------------------------------------------------ */
.top-section-mainslider {
  padding: 0;
}

.slider-home {
  height: 400px;
}

.slider-home .swiper-slide {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slider-home .swiper-slide01,
.slider-home .swiper-slide03 {
  background-position: 50% 25%;
}

.slider-home .swiper-text {
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  z-index: 3;
}

.slider-home .swiper-text h2 {
  margin-bottom: 0;
  line-height: 2.5;
  letter-spacing: 8px;
  text-indent: 8px;
}

@media screen and (min-width: 782px) {
  .slider-home {
    height: 480px;
  }
}

@media screen and (min-width: 980px) {
  .slider-home {
    height: 560px;
  }
}


/* TOP  新型コロナウイルスセクション
------------------------------------------------------------ */
.top-section-covid19 {
  padding: 2.4rem 0;
}

/* TOP  お知らせセクション
------------------------------------------------------------ */
.top-section-news ul {
  margin: 0 auto;
  list-style: none;
}

.top-section-news ul li {
  margin-bottom: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: solid 1px rgba(238, 238, 238, 1);
  /* #EEEEEE */
}

.top-section-news ul li:last-of-type {
  margin-bottom: 0;
}

.top-section-news ul .cat-links {
  margin: 0 0 0.4rem 0.4rem;
  display: inline-block;
}

.top-section-news ul .cat-links a {
  padding: 0 0.4rem;
  display: inline-block;
  min-width: calc(72px - 10px);
  /* 左右のpadding + 左右のborder */
  text-align: center;
  border: solid 1px rgba(238, 238, 238, 1);
  /* #EEEEEE */
}

@media screen and (min-width: 640px) {
  .top-section-news ul .cat-links {
    margin: 0 0.4rem 0 0.4rem;
  }

  .top-section-news ul .entry-title {
    display: inline-block;
  }
}


/* TOP  会社案内セクション
------------------------------------------------------------ */
.flex-topabout {
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (min-width: 540px) {
  .flex-topabout .aspect-bgimage {
    padding-top: 56.25%;
    /* 16:9 */
  }
}

@media screen and (min-width: 782px) {
  .flex-topabout .aspect-bgimage {
    padding-top: 100%;
    /* 1:1 */
  }

  .flex-topabout .btn-group {
    text-align: left;
  }
}


/* TOP  事業内容セクション
------------------------------------------------------------ */
.flex-topservice {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  counter-reset: number 0;
}

.flex-topservice .flex-item {
  margin: 0 auto;
  max-width: 80%;
}

.flex-topservice .flex-item::after {
  padding-left: 8px;
  position: absolute;
  font-family: FontAwesome;
  content: '\f178';
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 48px;
  border-radius: 40px 0 8px 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 2;
  transition: all .15s ease-in-out;
}

.flex-topservice a {
  display: block;
  text-decoration: none;
}

.flex-topservice .aspect-bgimage {
  padding-top: 56.25%;
  /* 16:9 */
  border-radius: 8px 8px 0 0;
}

.flex-topservice .aspect-bgimage .overlay {
  border-radius: 8px 8px 0 0;
}

.flex-topservice .text-group {
  padding: 7.2rem 2.4rem 4.0rem;
}

.flex-topservice .text-group h3::before {
  position: absolute;
  display: inline-block;
  counter-increment: number 1;
  content: "0" counter(number);
  top: -24px;
  left: 50%;
  -ms-transform: translate(-50%, -24px);
  -webkit-transform: translate(-50%, -24px);
  transform: translate(-50%, -24px);
  letter-spacing: 2px;
  text-indent: 2px;
  font-weight: normal;
  border-bottom: solid 1px rgba(197,160,90, 1);
  /* #c5a05a */
}

@media screen and (min-width: 540px) {
  .flex-topservice .flex-item {
    margin: 0;
    max-width: 100%;
  }

  .flex-topservice .aspect-bgimage {
    padding-top: 66.66%;
    /* 3:2 */
  }
}

/* 固定 会社案内ページ
------------------------------------------------------------ */
/* 基本理念セクション */
.page-section-about01 h3 {
  margin-bottom: 4.8rem;
}

.flex-philosophy .aspect-group {
  margin-bottom: 1.2rem;
}

.flex-philosophy .aspect-bgimage {
  padding-top: 56.25%;
  /* 16:9 */
}

@media screen and (min-width: 782px) {
  .flex-philosophy .aspect-bgimage {
    padding-top: 66.66%;
    /* 3:2 */
  }
}

/* 代表挨拶セクション */
.page-section-about02 .aspect-group {
  margin: 0 auto 0.8rem;
  max-width: 216px;
}

.page-section-about02 .aspect-bgimage {
  padding-top: 100%;
  /* 1:1 */
}

@media screen and (min-width: 540px) {
  .page-section-about02 .aspect-group {
    max-width: 240px;
  }
}

@media screen and (min-width: 782px) {
  .page-section-about02 .aspect-group {
    max-width: 320px;
  }
}


/* 会社概要セクション */
.page-section-about03 table th,
.page-section-about03 table td {
  border: none;
}

.page-section-about03 table th {
  padding-bottom: 0;
  background-color: transparent;
}

.page-section-about03 table tr:first-of-type th {
  padding-top: 0;
}

.page-section-about03 table td {
  padding-top: 0;
  border-bottom: solid 1px #999;
  /* #EEEEEE */
}

.page-section-about03 table ul {
  margin: 0;
  list-style: none;
}

.page-section-about03 table a.g-map {
  margin-top: 0.4rem;
  padding: 0.4rem 1.2rem;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  border: solid 1px #333;
  /* #F4F5F6 */
}

.page-section-about03 table a.g-map:hover {
  border-color: rgba(221, 221, 221, 1);
  /* #DDDDDD */
}

.page-section-about03 table a.g-map::after {
  margin-left: 0.8rem;
  font-family: FontAwesome;
  content: '\f178';
}

@media screen and (min-width: 640px) {

  .page-section-about03 table th,
  .page-section-about03 table td {
    padding: 2.4rem 1.6rem;
  }

  .page-section-about03 table th {
    border-bottom: solid 1px #999;
    /* #EEEEEE */
  }
  .page-section-about03 table tr:last-child td {
    border-bottom: solid 1px #999;
  }

  .page-section-about03 table tr:first-of-type td {
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
.page-section-about03 table th {
  margin-bottom: 8px;
  font-weight: bold;
  color: #c5a05a;
}
}

/* 固定 事業内容(ホームページ制作)ページ
------------------------------------------------------------ */
.flex-servicechild {
  -webkit-align-items: center;
  align-items: center;
}

.flex-servicechild .flex-item {}

.flex-servicechild .flex-item:nth-child(3),
.flex-servicechild .flex-item:nth-child(5) {
  padding-top: 3.2rem;
}

.flex-servicechild h3,
.flex-servicechild p {
  margin-bottom: 1.6rem;
}

.flex-servicechild h3 {
  margin-top: -1.2rem;
  letter-spacing: 1px;
}

.flex-servicechild p.margin-bottom0 {
  margin-bottom: 0;
}

@media screen and (min-width: 540px) {
  .flex-servicechild .aspect-bgimage {
    padding-top: 56.25%;
    /* 16:9 */
  }
}

@media screen and (min-width: 782px) {

  .flex-servicechild .flex-item:nth-child(3),
  .flex-servicechild .flex-item:nth-child(4),
  .flex-servicechild .flex-item:nth-child(5),
  .flex-servicechild .flex-item:nth-child(6) {
    padding-top: 4.8rem;
  }

  .flex-servicechild .flex-item:nth-child(1) {
    -webkit-order: 2;
    order: 2;
  }

  .flex-servicechild .flex-item:nth-child(2) {
    -webkit-order: 1;
    order: 1;
  }

  .flex-servicechild .flex-item:nth-child(3) {
    -webkit-order: 3;
    order: 3;
  }

  .flex-servicechild .flex-item:nth-child(4) {
    -webkit-order: 4;
    order: 4;
  }

  .flex-servicechild .flex-item:nth-child(5) {
    -webkit-order: 6;
    order: 6;
  }

  .flex-servicechild .flex-item:nth-child(6) {
    -webkit-order: 5;
    order: 5;
  }

  .flex-servicechild .aspect-bgimage {
    padding-top: 100%;
    /* 1:1 */
  }

  .flex-servicechild h3 {
    margin-top: 0;
  }
}


/* 固定 お問合せページ
------------------------------------------------------------ */
.wpcf7 .required,
.wpcf7 .optional {
  margin: 0 0.4rem 0.4rem 0;
  font-size: 90%;
  line-height: 1;
}

.form-p label {
  font-weight: bold;
}

.wpcf7 .form-p br {
  display: none;
}

.wpcf7 input[type="submit"] {
  border: solid 1px rgba(197,160,90, 1);
  /* #333333 */
  border-radius: 24px;
}

/* ココナラデモ用 */
.page-section-contact .text-group {
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
}

.page-section-contact .text-group p {
  font-size: 250%;
  font-weight: 100;
  line-height: 2;
}


/* 固定 プライバシーポリシー、免責事項ページ
------------------------------------------------------------ */
.page-section-policy .section-container h3,
.page-section-disclaimer .section-container h3 {
  margin-top: 5.6rem;
  margin-bottom: 0.4rem;
}

.page-section-policy .section-container p,
.page-section-policy .section-container ul,
.page-section-disclaimer .section-container p,
.page-section-disclaimer .section-container ul {
  margin-bottom: 1.6rem
}

.page-section-policy .section-container p.margin-bottom0,
.page-section-disclaimer .section-container p.margin-bottom0 {
  margin-bottom: 0;
}


/* 固定 サイトマップページ
------------------------------------------------------------ */
.flex-sitemap {
  gap: 1.6rem;
}

.flex-sitemap .flex-item {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.flex-sitemap .flex-item a {
  padding: 1.2rem;
  display: block;
  position: relative;
  text-decoration: none;
  border: solid 1px rgba(221, 221, 221, 1);
  /* #DDDDDD */
}

.flex-sitemap .flex-item a:hover {
  background-color: rgba(244, 245, 246, 1);
  /* #F4F5F6 */
}

.flex-sitemap .flex-item a::after {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  right: 12px;
  -ms-transform: translate(-12px, -50%);
  -webkit-transform: translate(-12px, -50%);
  transform: translate(-12px, -50%);
  font-family: FontAwesome;
  content: '\f178';
}

@media screen and (min-width: 640px) {
  .flex-sitemap {
    gap: 2.4rem;
  }

  .flex-sitemap .flex-item {
    -webkit-flex-basis: calc(calc(100% / 2) - calc(calc(24px / 4) * 2));
    flex-basis: calc(calc(100% / 2) - calc(calc(24px / 4) * 2));
  }
}


/* 固定 新型コロナウイルス感染症に関する対応についてページ
------------------------------------------------------------ */
.page-section-covid19 h3 {
  margin-bottom: 0.8rem;
}

.page-section-covid19 h3.customer {
  margin-top: 4.0rem;
}

.flex-covid19 {
  margin-bottom: 4.0rem;
  gap: 2.4rem;
}

.flex-covid19 .inner-covid19 {
  padding: 1.6rem 0.8rem 0.8rem;
  border: solid 1px rgba(221, 221, 221, 1);
  /* #DDDDDD */
}

.flex-covid19 figure {
  margin: 0 auto 0.8rem;
  max-width: 64px;
}

@media screen and (min-width: 640px) {
  .flex-covid19 .flex-item {
    -webkit-flex-basis: calc(calc(100% / 2) - calc(calc(24px / 4) * 2));
    flex-basis: calc(calc(100% / 2) - calc(calc(24px / 4) * 2));
  }
}


/* 投稿ページ
------------------------------------------------------------ */
@media screen and (min-width: 540px) {
  .single .post-thumbnail {
    margin-left: auto;
    margin-right: auto;
  }
}

#comments {
  display: none;
}


/* アーカイブページ
------------------------------------------------------------ */


/* Footer
------------------------------------------------------------ */
/* widget */
footer .site-bottom {
  background-color: #404040;
}
.footer-widget-1 .custom-html-widget a {
  text-decoration: none;
}

.profilewidget-profile img {
  border: solid 1px rgba(221, 221, 221, 1);
  /* #DDDDDD */
}

.widget .profilewidget-text li {
  margin-bottom: 0.8rem;
}

/* site-bottom */
.site-bottom {
  border-top: none;
}
.site-bottom .current-menu-item>a {
  text-decoration: underline;
}

/* back-to-top */
.back-to-top {
  right: 0;
  bottom: 60px;
  border-radius: 0;
}

/* 全ページ共通のお問合せセクション */
.section-contact {
  padding-bottom: 0;
}

/* タイトル下の文章 */
p.contact-message br {
  display: none;
}

@media screen and (min-width: 540px) {
  p.contact-message {
    text-align: center;
  }

  p.contact-message br {
    display: block;
  }
}

/* 電話番号とお問合せフォーム */
.flex-contact {
  padding: 4.0rem 2.4rem;
  gap: 6.4rem;
}

.flex-contact::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 48px);
  height: 1px;
  z-index: 2;
}

.flex-contact h3 {
  margin-bottom: 3.2rem;
  letter-spacing: 2px;
  text-indent: 2px;
}

.flex-contact .tel-group a {
  text-decoration: none;
  line-height: 1;
  letter-spacing: 2px;
  text-indent: 2px;
}

.flex-contact a.btn {
  margin-top: 0;
}

.flex-contact .flex-item p {
  margin-top: 0.4rem;
  line-height: 1.5;
}

@media screen and (min-width: 782px) {
  .flex-contact {
    padding: 5.6rem 1.6rem;
    gap: 3.2rem;
  }

  .flex-contact::before {
    width: 1px;
    height: calc(100% - 112px);
  }
}

@media screen and (min-width: 980px) {
  .flex-contact {
    gap: 4.0rem;
  }
}

/* SNS */
.section-sns ul {
  margin: 0 auto;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 20px;
}

/* トップページ 共通
------------------------------------------------------------ */
.top-section-btn {
  margin: 32px 0;
}
.top-section-btn a {
  display: block;
  padding: 8px;
  min-width: calc(240px - 50px);
  text-align: center;
  background-color: #333;
  border: solid 1px #333;
  color: #fff;
  text-decoration: none;
  transition: .3s;
}
.top-section-btn a:hover {
  background-color: #fff;
  border: solid 1px #333;
  color: #333;
  text-decoration: none;
}
/* トップページ カルーセルセクション
------------------------------------------------------------ */
.top-section-top-carousel {
  padding: 0;
}
.top-section-top-carousel img {
  width: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 30px;
}

/* ======================================
   home About us
====================================== */

.home-about {
  padding: 9rem 0;
  background: #fff;
}
/* Aboutだけ全幅化 */
.home-about .width1120 {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.home-about-inner {
  display: grid;
  grid-template-columns: minmax(520px, calc((100vw - 1120px) / 2 + 520px)) 1fr;
  gap: 0;
  align-items: center;
}
/* テキストの開始位置を今までのwidth1120に合わせる */
.home-about-text {
  max-width: 520px;
  margin-left: calc((100vw - 1120px) / 2 + 0px);
  padding-right: 40px;
}
.home-section-en {
  margin-bottom: 22px;
  color: rgba(0,0,0,.08);
  font-size: 440%;
  line-height: 1;
  font-family: serif;
}

.home-about-text h2 {
  margin-bottom: 30px;
  font-size: 210%;
  line-height: 1.65;
}

.home-about-text > p {
  margin-bottom: 10px;
  line-height: 2;
}

.home-about-origin {
  margin-top: 38px;
}

.home-about-origin > p:first-child {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
  border-bottom: solid 1px #999;
  padding-bottom: 8px;
}

.home-about-origin-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.home-about-origin-box div {
  width: 180px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
}

.home-about-origin-box span {
  margin-bottom: 4px;
  font-size: 130%;
  font-family: serif;
}

.home-about-origin-box small {
  font-size: 70%;
}

.home-about-origin-box b {
  font-weight: 400;
}

.home-more-btn {
  margin-top: 34px;
}

.home-more-btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 48px;
  padding: 0 58px 0 28px;
  border: 1px solid #222;
  color: #222;
  text-decoration: none;
  font-size: 90%;
  transition: .3s;
}

.home-more-btn a::before {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 24px;
  height: 1px;
  background: currentColor;
  transition: right .3s;
}

.home-more-btn a::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: right .3s;
}
.home-more-btn a:hover {
  background: #222;
  color: #fff;
}

.home-more-btn a:hover::before,
.home-more-btn a:hover::after {
  right: 22px;
}
/* 右側写真エリア */
.home-about-images {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: flex-end;
}

/* 上写真：右端にピタッと */
.home-about-img01 {
  width: 85%;
}

.home-about-img01 .aspect-bgimage {
  width: 100%;
  padding-top: 58%;
  background-size: cover;
  background-position: center;
}

/* 下写真：少し左へずらす */
.home-about-img02 {
  width: 95%;
}

.home-about-img02 .aspect-bgimage {
  width: 82%;
  margin-right: 80px;
  padding-top: 58%;
  background-size: cover;
  background-position: center;
}

/* SP */
@media screen and (max-width: 767px) {

  .home-about {
    padding: 5rem 0;
  }

  .home-about-inner {
    grid-template-columns: 1fr;
  }
.home-about-text {
    max-width: none;
    margin-left: 0;
    padding: 0 0px;
  }

  .home-about-images {
    padding-left: 20px;
    padding-top: 40px;
  }

  .home-about-img01 .aspect-bgimage,
  .home-about-img02 .aspect-bgimage {
    width: 100%;
    margin-right: 0;
  }
  .home-section-en {
    font-size: 320%;
  }

  .home-about-text h2 {
    font-size: 160%;
  }

  .home-about-origin-box {
    gap: 14px;
  }

  .home-about-origin-box div {
    width: 50%;
  }

}

/* ======================================
   home reason
====================================== */

.home-reason {
  padding: 9rem 0;
  background: #f5f5f5;
}

.home-reason-inner {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 48px;
  align-items: start;
}

.home-reason-title {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-top: 4px;
}

.home-reason-title span {
  writing-mode: vertical-rl;
  color: rgba(0,0,0,.14);
  font-size: 90%;
  letter-spacing: .16em;
  line-height: 1;
}

.home-reason-title h2 {
  writing-mode: vertical-rl;
  margin: 0;
  font-size: 170%;
  line-height: 1.65;
  letter-spacing: .05em;
  color: rgba(197, 160, 90, .8);
}

.home-reason-main {
  width: 100%;
  margin-top: 60px;
}
.home-reason-main-intro {
  margin-bottom: 32px;
}
.home-reason-main-intro h3 {
  font-size: 32px;
  margin-bottom: 16px;
  border-bottom: solid 1px #999;
  padding-bottom: 16px;
}
.home-reason-main-intro p {
  margin-bottom: 0;
}
.home-reason-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.home-reason-card {
  position: relative;
  display: block;
  height: 360px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.home-reason-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .6s ease;
}

.home-reason-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.38);
  z-index: 1;
  transition: background .4s ease;
}

.home-reason-card-text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 86%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.home-reason-card-text span {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 160%;
  line-height: 1;
  font-family: serif;
}

.home-reason-card-text h3 {
  margin: 0;
  color: #fff;
  font-size: 140%;
  line-height: 1.65;
  letter-spacing: .04em;
}

.home-reason-card:hover .home-reason-card-bg {
  transform: scale(1.06);
}

.home-reason-card:hover .home-reason-card-overlay {
  background: rgba(0,0,0,.28);
}

.home-reason-btn {
  margin-top: 42px;
  text-align: right;
}

.home-reason-btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 48px;
  padding: 0 58px 0 28px;
  border: 1px solid #222;
  color: #222;
  text-decoration: none;
  font-size: 90%;
  transition: .3s;
}

.home-reason-btn a::before {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 24px;
  height: 1px;
  background: currentColor;
  transition: right .3s;
}

.home-reason-btn a::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: right .3s;
}

.home-reason-btn a:hover {
  background: #222;
  color: #fff;
}

.home-reason-btn a:hover::before,
.home-reason-btn a:hover::after {
  right: 22px;
}

/* SP */
@media screen and (max-width: 767px) {

  .home-reason {
    padding: 5rem 0;
  }

  .home-reason-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
.home-reason-main {
  width: 100%;
  margin-top: 0px;
}
  .home-reason-title {
    display: block;
  }

  .home-reason-title span,
  .home-reason-title h2 {
    writing-mode: horizontal-tb;
  }

  .home-reason-title span {
    display: block;
    margin-bottom: 8px;
    color: rgba(197, 160, 90, .5);
    font-size: 90%;
  }

  .home-reason-title h2 {
    font-size: 170%;
  }

  .home-reason-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-reason-card {
    height: 260px;
  }

  .home-reason-card-text h3 {
    font-size: 130%;
  }

  .home-reason-btn {
    text-align: left;
    margin-top: 24px;
  }

  .home-reason-btn a {
    width: 100%;
  }
}

/* ======================================
   Price
====================================== */

.home-price{
  display:flex;
  align-items:stretch;
  background:#fff;
}

.home-price-left{
  width:40%;
  position:relative;
  background:url("https://reforma-ghouse.jp/wp-content/uploads/2026/05/top-price.jpg")
  center center / cover no-repeat;
}

.home-price-left::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.35);
}

.home-price-left-inner{
  position:absolute;
  inset:0;

  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;

  z-index:2;
  color:#fff;
  text-align:center;
}

.home-price-en{
  margin-bottom: 0px;
  font-size: 160%;
}

.home-price-left h2{
  color:#fff;
  font-size:200%;
  line-height:1.4;
}

.home-price-right{
  width:60%;
  padding:90px 80px;
}

.home-price-content{
  max-width:760px;
}

.home-price-content h2{
  margin-bottom:35px;
  font-size:210%;
  line-height:1.5;
}

.home-price-content p{
  margin-bottom:5px;
  line-height:2;
}

.home-price-diagram{
  margin-top:40px;
}

.home-price-diagram img{
  width:100%;
  max-width:560px;
  display:block;
}

.home-price-btn{
  margin-top:40px;
  text-align:right;
}

.home-price-btn a{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:220px;
  height:48px;
  padding:0 58px 0 28px;
  border:1px solid #222;
  color:#222;
  text-decoration:none;
  transition:.3s;
}

.home-price-btn a::before{
  content:"";
  position:absolute;
  right:26px;
  top:50%;
  width:24px;
  height:1px;
  background:currentColor;
  transition:right .3s;
}

.home-price-btn a::after{
  content:"";
  position:absolute;
  right:26px;
  top:50%;
  width:7px;
  height:7px;
  border-top:1px solid currentColor;
  border-right:1px solid currentColor;
  transform:translateY(-50%) rotate(45deg);
  transition:right .3s;
}

.home-price-btn a:hover{
  background:#222;
  color:#fff;
}

.home-price-btn a:hover::before,
.home-price-btn a:hover::after{
  right:22px;
}
@media screen and (max-width: 767px) {
  .home-price-content h2 {
      margin-bottom: 20px;
    font-size: 165%;
}
}
/* トップページ ショールームセクション
------------------------------------------------------------ */
.top-section-showroom{
  position: relative;
  padding: 100px 0;
  background-image: url("https://reforma-ghouse.jp/wp-content/uploads/2026/05/page-concept_why.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.top-section-showroom::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1;
}

.top-section-showroom .section-container{
  position: relative;
  z-index: 2;
}

.flex-top-section-showroom{
  align-items: center;
}

.top-section-showroom-left h2{
  margin-bottom: 20px;
  color: rgba(255,255,255,0.4);
  font-size: 300%;
  line-height: 1;
  letter-spacing: 0.03em;
}

.top-section-showroom-left h3{
  margin-bottom: 28px;
  color: #fff;
  font-size: 230%;
  line-height: 1.5;
  font-weight: 700;
}

.top-section-showroom-left p{
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.top-section-showroom-left .home-more-btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 48px;
    padding: 0 58px 0 28px;
    border: 1px solid #CB356B;
    background-color: #CB356B;
    color: #fff;
    text-decoration: none;
    font-size: 90%;
    transition: .3s;
}
.top-section-showroom-left .home-more-btn a:hover {
    background: rgba(203,53,107,.8);
    color: #fff;
}
.top-section-showroom-right{
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 40px 36px;
  color: #fff;
  backdrop-filter: blur(6px);
}
.showroom-label-box {
  margin: 0 auto 0px;
  text-align: center;
}
.showroom-label{
  margin-bottom: 12px;
  font-size: 150%;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.showroom-label {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.showroom-label:before, .showroom-label:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #fff;
}

.showroom-label:before {
  left:0;
}
.showroom-label:after {
  right: 0;
}
.showroom-date{
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.showroom-date span{
  margin-left: 8px;
  font-size: 20px;
  text-transform: uppercase;
}
.showroom-date span.showroom-year{
  font-weight: 400;
  font-size: 30%;
  display: block;
  text-transform: uppercase;
  margin-left: 0;
}

.showroom-status{
  margin-bottom: 20px;
  font-size: 300%;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
}

.showroom-text{
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}

.showroom-btn{
  display: block;
  align-items: center;
  max-width: 250px;
  padding: 16px 24px;
  background: #CB356B;
  border: solid 1px #CB356B;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
  margin: 8px auto;
  text-align: center;
}

.showroom-btn:hover{
  background: #fff;
  border: solid 1px #CB356B;
  color: #CB356B;
}

/* ===============================
  SP
=============================== */
@media screen and (max-width: 767px){
  .top-section-showroom{
    padding: 70px 0;
  }

  .flex-top-section-showroom{
    display: block;
  }

  .flex-top-section-showroom .flex-item + .flex-item{
    margin-top: 30px;
  }

  .top-section-showroom-left h2{
    font-size: 33px;
    margin-bottom: 10px;
  }

  .top-section-showroom-left h3{
    font-size: 22px;
    margin-bottom: 20px;
  }

  .top-section-showroom-left p{
    font-size: 14px;
    line-height: 1.9;
  }

  .top-section-showroom-right{
    padding: 28px 24px;
  }

  .showroom-date{
    font-size: 46px;
  }

  .showroom-date span{
    font-size: 16px;
  }

  .showroom-status{
    font-size: 22px;
  }
}

/* トップページ 施工事例セクション
------------------------------------------------------------ */

.home-works{
  padding:9rem 0;
  background:#fff;
}

.home-works-inner{
  display:grid;
  grid-template-columns:320px 1fr;
  gap:80px;
  align-items:center;
}
.home-works-inner h2 {
  font-size: 210%;
    line-height: 1.5;
    margin-bottom: 24px;
}
.home-works-text p{
  line-height:2;
}
.home-works-text p.section-sub {
  color: rgba(197,160,90, 1);
  margin-bottom: 0px;
  line-height: 1.8;
}
.home-works-gallery {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.home-works-row {
  display: flex;
  gap: 18px;
}

.home-works-big {
  width: 58%;
}

.home-works-small {
  width: 42%;
}

.home-works-item {
  display: block;
  height: 210px;
  overflow: hidden;
}

.home-works-item .aspect-bgimage {
  width: 100%;
  height: 100%;
  padding-top: 0 !important;
  background-size: cover;
  background-position: center;
  transition: .5s;
}

.home-works-item:hover .aspect-bgimage {
  transform: scale(1.05);
}

/* SP */

@media screen and (max-width:767px){

  .home-works{
    padding:5rem 0;
  }

  .home-works-inner{
    grid-template-columns:1fr;
    gap:32px;
  }

  .home-works-row {
    gap: 10px;
  }

  .home-works-gallery {
    gap: 10px;
  }

  .home-works-big,
  .home-works-small {
    width: 50%;
  }

  .home-works-item {
    height: 130px;
  }

}
/* トップページ EDYセクション
------------------------------------------------------------ */
.home-edy {
  position: relative;
  padding: 95px 0;
  background: url("https://reforma-ghouse.jp/wp-content/uploads/2026/05/top-edy.jpg") center center / cover no-repeat;
  overflow: hidden;
}

.home-edy-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,.72) 0%,
    rgba(0,0,0,.56) 34%,
    rgba(0,0,0,.25) 68%,
    rgba(0,0,0,.12) 100%
  );
}

.home-edy .width1120 {
  position: relative;
  z-index: 2;
}

.home-edy-content {
  max-width: 610px;
  color: #fff;
}

.home-edy-sub {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 700;
}

.home-edy-title-wrap {
  display: flex;
  align-items: baseline;
  gap: 22px;
  margin-bottom: 22px;
}

.home-edy-title-wrap h2 {
  margin: 0;
  color: #fff;
  font-size: 420%;
  line-height: 1;
  font-family: serif;
}

.home-edy-title-wrap p {
  margin: 0;
  color: rgba(255,255,255,.45);
  font-size: 130%;
}

.home-edy-lead {
  margin-bottom: 16px;
  color: #fff;
  line-height: 1.9;
  font-weight: 700;
}

.home-edy-price {
  margin-bottom: 4px;
  color: #fff;
  font-size: 260%;
  font-weight: 700;
}

.home-edy-price span {
  font-size: 42%;
}

.home-edy-note {
  margin-bottom: 34px;
  color: #fff;
}

.home-more-btn-white a {
  border-color: #fff;
  color: #fff;
}

.home-more-btn-white a:hover {
  background: #fff;
  color: #222;
}

@media screen and (max-width: 767px) {
  .home-edy {
    padding: 70px 0;
  }

  .home-edy-title-wrap {
    display: block;
  }

  .home-edy-title-wrap h2 {
    font-size: 330%;
    margin-bottom: 8px;
  }

  .home-edy-title-wrap p {
    font-size: 100%;
  }
}

/* ======================================
   YouTube
====================================== */

.home-youtube{
  padding:9rem 0;
  background:#f5f5f5;
}

.home-youtube-inner{
  display:grid;
  grid-template-columns:340px 1fr;
  gap:100px;
  align-items:center;
}
.home-youtube-inner h2 {
  font-size: 210%;
    line-height: 1.5;
    margin-bottom: 24px;
}
.home-youtube-content p{
  line-height:2;
}
.home-youtube-content p.section-sub {
  color: rgba(197,160,90, 1);
  margin-bottom: 0px;
  line-height: 1.8;
}

.home-youtube-iframe {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding-top: 0 !important;
  overflow: hidden;
}

.home-youtube-iframe iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
}

@media screen and (max-width:767px){

  .home-youtube{
    padding:5rem 0;
  }

  .home-youtube-inner{
    grid-template-columns:1fr;
    gap:30px;
  }

}

/* ======================================
   Company
====================================== */

.home-company{
  padding:9rem 0;
  background:#fff;
}

.home-company-inner{
  display:grid;
  grid-template-columns:1fr 420px;
  gap:90px;
  align-items:end;
}
.home-company h2 {
  font-size: 210%;
    line-height: 1.5;
    margin-bottom: 24px;
}

.home-company p.section-sub {
  color: rgba(197,160,90, 1);
  margin-bottom: 0px;
  line-height: 1.8;
}
.home-company-table{
  width: 100%;
  border-collapse: collapse;
  border: none;
}

.home-company-table tr{
  border-bottom: 1px solid #e5e5e5;
}

.home-company-table th,
.home-company-table td {
  padding: 22px 0;
  font-size: 95%;
  line-height: 1.8;
  text-align: left;
  vertical-align: middle;
  border: none;
}

.home-company-table th {
  width: 28%;
  padding-left: 24px;
  background: #fff;
  font-weight: bold;
}

.home-company-table td {
  padding-left: 28px;
  padding-right: 24px;
}

.home-company-right{
  display:flex;
  flex-direction:column;
}

.home-company-photo{
  width:100%;
  height:450px;

  background-image:url("https://reforma-ghouse.jp/wp-content/uploads/2026/03/mv001.jpg");
  background-size:cover;
  background-position:center;

  margin-bottom:0px;
}

.home-company-btn{
  text-align:right;
}
@media screen and (max-width: 767px){
  .home-company-right{
  display:flex;
  flex-direction:column;
  margin-top: 24px;
}
}
/* トップページ NEWSセクション
------------------------------------------------------------ */
@media screen and (min-width: 782px) {
  .top-section-news {
        padding: 2rem 0 8.0rem;
    }
}
.top-section-news h2 {
    font-size: 210%;
    line-height: 1.5;
    margin-bottom: 24px;
    text-align: center;
}
.top-section-news p.section-sub {
    color: rgba(197, 160, 90, 1);
    margin-bottom: 0px;
    line-height: 1.8;
    text-align: center;
}
.top-section-news .home-more-btn {
  text-align: right;
}
/* ======================================
   TOP SP 崩れ修正 共通
====================================== */
@media screen and (max-width: 767px) {

  .home-section {
    padding: 5rem 0;
    overflow: hidden;
  }
.home-about {
  padding: 1rem 0 5rem;
}
  .home-section .width1120 {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .section-sub {
    font-size: 90%;
    margin-bottom: 10px;
  }

  .section-title {
    font-size: 160%;
    line-height: 1.5;
  }

  .home-more-btn a,
  .home-price-btn a,
  .home-company-btn a {
    width: 100%;
    max-width: 260px;
  }

}
/* ======================================
   Reason SP
====================================== */
@media screen and (max-width: 767px) {

  .home-reason-inner {
    display: block;
  }

  .home-reason-title {
    display: block;
    margin-bottom: 16px;
  }

  .home-reason-title span,
  .home-reason-title h2 {
    writing-mode: horizontal-tb;
  }
  .home-reason-title h2 {
    color: rgba(197, 160, 90, .8);
    font-size: 18px;
}
.home-reason-main-intro h3 {
  font-size: 23px;
}
  .home-reason-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-reason-card {
    height: 220px;
  }

}

/* ======================================
   Price SP
====================================== */
@media screen and (max-width:767px){

  .home-price{
    display:block;
    padding: 0rem 0 5rem;
  }

  .home-price-left,
  .home-price-right{
    width:100%;
    max-width:100%;
    min-width:0;
  }

  .home-price-right{
    padding:40px 20px;
    box-sizing:border-box;
    overflow:hidden;
  }

  .home-price-right *{
    max-width:100%;
  }

}
@media screen and (max-width:767px){

  .home-price-left{
    display:block !important;
    width:100%;
    height:200px;
    min-height:200px;
    background-image:url("https://reforma-ghouse.jp/wp-content/uploads/2026/05/top-price.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
  }

  .home-price-left-inner{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
  }
  .home-price-left h2 {
    font-size: 160%;
  }

}
/* ======================================
   Works SP
====================================== */
@media screen and (max-width: 767px) {

  .home-works-inner {
    display: block;
  }

  .home-works-text {
    margin-bottom: 34px;
  }

  .home-works-gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .home-works-row {
    display: flex;
    gap: 10px;
  }

  .home-works-big,
  .home-works-small {
    width: 50%;
  }

  .home-works-item {
    height: 120px;
  }

}
/* ======================================
   EDY SP
====================================== */
@media screen and (max-width: 767px) {

  .home-edy {
    padding: 70px 20px;
    background-position: center;
  }

  .home-edy-content {
    max-width: none;
  }

  .home-edy-title-wrap h2 {
    font-size: 300%;
  }

  .home-edy-lead {
    font-size: 90%;
  }

  .home-edy-price {
    font-size: 210%;
  }

}
/* ======================================
   YouTube SP
====================================== */
@media screen and (max-width: 767px) {

  .home-youtube-inner {
    display: block;
  }

  .home-youtube-content {
    margin-bottom: 30px;
  }

  .home-youtube-iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

}
/* ======================================
   Company SP
====================================== */
@media screen and (max-width: 767px) {

  .home-company-inner {
    display: block;
  }

  .home-company-left h3 {
    font-size: 150%;
    margin-bottom: 34px;
  }

  .home-company-table {
    margin-bottom: 34px;
  }

  .home-company-table,
  .home-company-table tbody,
  .home-company-table tr,
  .home-company-table th,
  .home-company-table td {
    display: block;
    width: 100%;
  }

  .home-company-table th {
    padding: 14px 0 6px;
    background: transparent;
    color: #777;
  }

  .home-company-table td {
    padding: 0 0 14px;
  }

  .home-company-photo {
    width: 100%;
    height: 240px;
  }

}
@media screen and (max-width: 767px) {

  .home-more-btn a,
  .home-reason-btn a,
  .home-price-btn a,
  .home-company-btn a {
    width: 100%;
    min-width: 0;
    max-width: none;
    box-sizing: border-box;
  }

}


/* 固定 共通
------------------------------------------------------------ */
.page-content-menu {
  margin: 7rem 0 !important;
}
.page-content-menu h2 {
  text-align: center;
  font-size: 180%;
}
.flex-page-content-menu {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-page-content-menu a {
  display: block;
  background-color: #333;
  border: solid 1px #333;
  text-align: center;
  padding: 16px 0;
  color: #fff;
  text-decoration: none;
  transition: .3s;
}
.flex-page-content-menu a:hover {
  background-color: #fff;
  border: solid 1px #333;
  color: #333;
}

@media screen and (min-width: 350px) {
  .flex-page-content-menu {
    gap: 5px;
  }
    .flex-page-content-menu .flex-item {
        -webkit-flex-basis: calc(calc(100% / 2) - calc(calc(6px / 4) * 2));
        flex-basis: calc(calc(100% / 2) - calc(calc(6px / 4) * 2));
    }
}
@media screen and (min-width: 980px) {
  .flex-page-content-menu {
    gap: 10px;
  }
  .flex-page-content-menu .flex-item {
    -webkit-flex-basis: calc(calc(100% / 3) - calc(calc(10px / 6) * 4));
    flex-basis: calc(calc(100% / 3) - calc(calc(10px / 6) * 4));
  }
}
/* 固定 コンセプトページ
------------------------------------------------------------ */
.page-section-concept-01 {
  padding: 2rem 0;
}
.page-section-concept-01-img {
  padding: 0;
}
.page-section-concept-01 h2 {
  font-size: 600%;
  color: rgba(51, 51, 51, .1);
  margin-bottom: 5px;
}
.page-section-concept-01 h3 {
  font-size: 200%;
  line-height: 1.6;
}
.page-section-concept-01-img .aspect-group {
  width: 70%;
  margin-right: auto;
}
.page-section-concept-01-img .aspect-bgimage {
  padding-top: 35%;
}

/* concept brand name
------------------------------------------------------------ */
.concept-name-origin {
  padding: 0rem 0;
  background-color: #fff;
}

.concept-name-origin-box {
  max-width: 100%;
  margin: 0 auto 32px;
  padding: 56px 64px;
  text-align: center;
  border: 1px solid #d8d8d8;
  position: relative;
  background: #fff;
}
.concept-name-origin-box img {
  max-width: 500px;
  margin: 0 auto 16px;
}
.concept-name-origin-label {
  margin-bottom: 16px;
  color: #c99400;
  letter-spacing: .18em;
  font-size: 90%;
}

.concept-name-origin h2 {
  margin-bottom: 36px;
  font-size: 360%;
  line-height: 1.2;
  letter-spacing: .04em;
}

.concept-name-origin h2 span {
  display: block;
  margin-top: 10px;
  font-size: 30%;
  letter-spacing: .12em;
  color: #777;
}

.concept-name-origin-meaning {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  margin-bottom: 34px;
}

.concept-name-origin-item {
  min-width: 220px;
  padding: 24px 28px;
  background: #f5f5f5;
}

.concept-name-origin-item span {
  display: block;
  margin-bottom: 8px;
  color: #c99400;
  font-size: 180%;
  line-height: 1.2;
}

.concept-name-origin-item p {
  margin-bottom: 0;
  font-weight: 700;
}

.concept-name-origin-plus {
  color: #c99400;
  font-size: 180%;
}

.concept-name-origin-text {
  max-width: 680px;
  margin: 0 auto;
  line-height: 2;
  font-size: 17px;
}
.concept-name-origin-text span {
  color: #c99400;
}
/* SP */
@media screen and (max-width: 767px) {

  .concept-name-origin {
    padding: 0rem 0 2rem;
  }

  .concept-name-origin-box {
    padding: 38px 22px;
  }
.concept-name-origin-box img {
  max-width: 100%;
  margin: 0 auto 16px;
}
  .concept-name-origin-box::before {
    top: -8px;
    left: -8px;
  }

  .concept-name-origin h2 {
    font-size: 240%;
  }

  .concept-name-origin-meaning {
    gap: 8px;
  }

  .concept-name-origin-item {
    width: 100%;
    min-width: auto;
  }
  .concept-name-origin-item {
  padding: 24px 0px;
  background: #f5f5f5;
}
.concept-name-origin-item span {
    display: block;
    margin-bottom: 8px;
    color: #c99400;
    font-size: 160%;
    line-height: 1.2;
}
.concept-name-origin-item p {
  font-size: 9px;
}
.concept-name-origin-text {
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 14px;
  text-align: left;
}

}

.page-section-concept-02 {
  padding: 7rem 0 2rem;
  background-color: #333;
  margin-top: 7rem;
}
.page-section-concept-02-img {
  padding: 0 0 7rem 0;
  margin-bottom: 7rem;
  background-color: #333;
}
.page-section-concept-02 h2 {
  font-size: 600%;
  color: rgba(255, 255, 255, .1);
  margin-bottom: 5px;
  text-align: right;
}
.page-section-concept-02 h3 {
  font-size: 220%;
  line-height: 1.6;
  color: #fff;
  text-align: right;
}
.page-section-concept-02 p {
  color: #fff;
  text-align: right;
}
.page-section-concept-02-img .aspect-group {
  width: 80%;
  margin-left: auto;
}
.page-section-concept-02-img .aspect-bgimage {
  padding-top: 35%;
}

.page-section-concept-03 {
  padding: 6rem 0;
}
.page-section-concept-03-img {
  padding: 0;
}
.page-section-concept-03 h2 {
  font-size: 600%;
  color: rgba(51, 51, 51, .1);
  margin-bottom: 5px;
  font-weight: 200;
}
.page-section-concept-03 h3 {
  font-size: 200%;
  line-height: 1.6;
}
@media screen and (min-width: 980px) {
.page-section-concept-03 .aspect-bgimage {
  padding-top: 100%;
}
}
.page-section-concept-03 ul {
  list-style: none;
}
.page-section-concept-03 .flow {
  padding-left: 66px;
  position: relative;
  margin-left: 0px;
}
.page-section-concept-03 .flow::before {
  content: "";
  width: 7px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 65px;
}
.page-section-concept-03 .flow > li {
  position: relative;
}
.page-section-concept-03 .flow > li:not(:last-child) {
  margin-bottom: 3vh;
}
.page-section-concept-03 .flow > li .icon {
  font-size: 17px;
  color: #fff;
  background: #c5a05a;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5a05a', endColorstr='#c5a05a',GradientType=1 );
  padding: 5px 15px;
  display: block;
  position: absolute;
  top: 0;
  left: -65px;
  z-index: 100;
}
.page-section-concept-03 .flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #c5a05a;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-section-concept-03 .flow > li dl {
  padding-left: 25px;
  padding-top: 3px;
  position: relative;
}
.page-section-concept-03 .flow > li dl::before,
.page-section-concept-03 .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
}
.page-section-concept-03 .flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #c5a05a;
  border-radius: 50%;
  left: -9px;
}
.page-section-concept-03 .flow > li dl::after {
  width: 20px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: -2px;
}
.page-section-concept-03 .flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #c5a05a;
  margin-bottom: 0;
}
.page-section-concept-03 dd {
  margin-left: 0 !important;
  font-size: 15px;
}

.page-section-concept-04 {
  padding: 7rem 0 4rem;
  background-color: #333;
  margin-top: 7rem;
}

.page-section-concept-04 h2 {
  font-size: 600%;
  color: rgba(255, 255, 255, .1);
  margin-bottom: 5px;
  font-weight: 200;
}
.page-section-concept-04 h3 {
  font-size: 220%;
  line-height: 1.6;
  color: #fff;
}
.page-section-concept-04 p {
  color: #fff;
}
.page-section-concept-04-img .aspect-group {
  width: 80%;
  margin-left: auto;
}
.page-section-concept-04-img .aspect-bgimage {
  padding-top: 35%;
}
.page-section-concept-04 a {
  display: block;
  max-width: 280px;
  border: solid 1px #fff;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 16px;
  transition: .3s;
}
.page-section-concept-04 a:hover {
  border: solid 1px #333;
  background-color: #fff;
  color: #333;
}
@media screen and (max-width: 767px) {
  .page-section-concept-03 h3 {
  font-size: 180%;
  line-height: 1.6;
}
.page-section-concept-03 .flow > li .icon {
    font-size: 15px;
    top: 3px;
}
.page-section-concept-03 .flow > li dl dt {
    font-size: 18px;
    font-weight: 600;
    color: #c5a05a;
    margin-bottom: 0;
}
.page-section-concept-03 dd {
  font-size: 14px;
}
.page-section-concept-03 {
  padding: 2rem 0 0;
}
.page-section-concept-04 h3 {
    font-size: 180%;
}
}

/* 固定 コンセプトページ 新構成
------------------------------------------------------------ */

.page-section-concept {
  color: #222;
}

/* hero */
.concept-hero {
  padding: 2rem 0 7rem;
}

.concept-hero-flex {
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 56px;
  align-items: center;
}

.concept-hero-text h2 {
  font-size: 600%;
  color: rgba(51, 51, 51, .1);
  margin-bottom: 5px;
}

.concept-hero-text h3 {
  margin-bottom: 28px;
  font-size: 240%;
  line-height: 1.55;
}

.concept-hero-text p {
  line-height: 2;
  margin-bottom: 0;
}

.concept-hero-text p:last-child {
  margin-bottom: 0;
}

.concept-hero-img img {
  width: 100%;
  display: block;
}

/* wide image */
.concept-wide-img {
  padding: 0;
}

.concept-wide-img .aspect-group {
  width: 100%;
}

.concept-wide-img .aspect-bgimage {
  padding-top: 35%;
  background-size: cover;
  background-position: center;
}

/* message */
.concept-message {
  padding: 8rem 0;
  background-color: #f5f5f5;
}

.concept-message-inner {
  max-width: 880px;
  margin-left: auto;
}

.concept-message h2 {
  font-size: 600%;
  color: rgba(51, 51, 51, .1);
  margin-bottom: 5px;
  text-align: right;
}

.concept-message h3 {
  margin-bottom: 34px;
  font-size: 230%;
  line-height: 1.6;
  text-align: right;
}

.concept-message p {
  line-height: 2.1;
  text-align: right;
  margin-bottom: 20px;
}

.concept-message p:last-child {
  margin-bottom: 0;
}

/* 2column */
.concept-why,
.concept-reset,
.concept-value {
  padding: 7rem 0;
}

.concept-two-col {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 64px;
  align-items: center;
}

.concept-two-col-reverse {
  grid-template-columns: 1fr 42%;
}

.concept-two-col-reverse .concept-two-img {
  order: 2;
}

.concept-two-col-reverse .concept-two-text {
  order: 1;
}

.concept-two-img {
  box-shadow: 0 14px 32px rgba(0,0,0,.04);
}

.concept-two-img .aspect-bgimage {
  padding-top: 115%;
  background-size: cover;
  background-position: center;
}

.concept-label {
  margin-bottom: 12px;
  color: #c99400;
  font-size: 160%;
  letter-spacing: .08em;
}

.concept-two-text h3,
.concept-performance-box h3 {
  margin-bottom: 34px;
  font-size: 230%;
  line-height: 1.55;
}

.concept-two-text h4 {
  margin: 34px 0 14px;
  padding-left: 18px;
  border-left: 4px solid #c99400;
  font-size: 130%;
  line-height: 1.7;
}

.concept-two-text h4:first-of-type {
  margin-top: 0;
}

.concept-two-text p,
.concept-performance-box p {
  line-height: 2;
  margin-bottom: 8px;
}

.concept-two-text p:last-child,
.concept-performance-box p:last-child {
  margin-bottom: 0;
}

/* reset */
.concept-reset {
  background-color: #f5f5f5;
}

/* concept performance
------------------------------------------------------------ */
.concept-performance {
  padding: 7rem 0;
  background-color: #fff;
}

.concept-performance-frame {
  position: relative;
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 64px;
  align-items: center;
  padding: 42px;
  background: #fff;
  border: 1px solid #d8d8d8;
  z-index: 1;
}

.concept-performance-frame::before {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  z-index: -1;
}

.concept-performance-img .aspect-bgimage {
  padding-top: 115%;
  background-size: cover;
  background-position: center;
}

.concept-performance-text {
  padding-right: 24px;
}

.concept-performance-text h3 {
  margin-bottom: 32px;
  font-size: 240%;
  line-height: 1.6;
}

.concept-performance-text p {
  margin-bottom: 8px;
  line-height: 2;
}

.concept-performance-text p:last-child {
  margin-bottom: 0;
}

/* SP */
@media screen and (max-width: 767px) {

  .concept-performance {
    padding: 5rem 0;
  }

  .concept-performance-frame {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 18px 18px 32px;
  }

  .concept-performance-frame::before {
    top: -8px;
    left: -8px;
  }

  .concept-performance-img .aspect-bgimage {
    padding-top: 70%;
  }

  .concept-performance-text {
    padding-right: 0;
  }

  .concept-performance-text h3 {
    font-size: 170%;
    margin-bottom: 22px;
  }

  .concept-performance-text p {
    line-height: 1.9;
    margin-bottom: 16px;
  }

}

/* value */
.concept-value {
  background-color: #f5f5f5;
}

/* SP */
@media screen and (max-width: 767px) {

  .concept-hero {
    padding: 0 0 5rem;
  }

  .concept-hero-flex,
  .concept-two-col,
  .concept-two-col-reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .concept-two-col-reverse .concept-two-img,
  .concept-two-col-reverse .concept-two-text {
    order: initial;
  }

  .concept-hero-text h2,
  .concept-message h2 {
    font-size: 360%;
  }

  .concept-hero-text h3,
  .concept-message h3,
  .concept-two-text h3,
  .concept-performance-box h3 {
    font-size: 170%;
  }

  .concept-wide-img .aspect-group {
    width: 88%;
  }

  .concept-wide-img .aspect-bgimage {
    padding-top: 60%;
  }

  .concept-message {
    margin-top: 5rem;
    padding: 5rem 0;
  }

  .concept-message-inner {
    max-width: none;
  }

  .concept-message h2,
  .concept-message h3,
  .concept-message p {
    text-align: left;
  }

  .concept-why,
  .concept-reset,
  .concept-value,
  .concept-performance {
    padding: 5rem 0;
  }


  .concept-two-img .aspect-bgimage {
    padding-top: 70%;
  }

  .concept-two-text h4 {
    font-size: 115%;
  }

  .concept-performance-box {
    padding: 36px 24px;
  }

}
/* 固定 選ばれる理由ページ
------------------------------------------------------------ */
.page-section-reason {
  scroll-margin-top: 120px;
}

/* 選ばれる理由ページ 冒頭＋ページ内リンク
------------------------------------------------------------ */
.page-section-reason-hero {
  padding: 0 0 7rem;
}

/* 選ばれる理由ページ 冒頭＋ページ内リンク 全幅版
------------------------------------------------------------ */
.page-section-reason-hero {
  padding: 0 0 7rem;
}

.page-section-reason-hero .width1120 {
  width: 100%;
  max-width: none;
  padding-right: 0 !important;
}

.page-section-reason-hero .section-container {
  width: 100%;
}

.reason-hero-layout {
  display: grid;
  grid-template-columns: minmax(680px, 58%) 42%;
  width: calc(100% - 80px);
  max-width: 1680px;
  min-height: 680px;
  margin: 0 0 0 auto;
  background: #fff;
}

.reason-hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px 72px 42px;
}

.reason-hero-copy {
  margin-bottom: 54px;
}

.reason-hero-copy h2 {
  margin-bottom: 28px;
  font-size: 260%;
  line-height: 1.55;
}

.reason-hero-copy p {
  margin-bottom: 0;
  line-height: 2;
}

.reason-hero-nav-title-box {
  text-align: center;
}
.reason-hero-nav-title-box p.reason-hero-nav-title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: bold;
}

.reason-hero-nav-title-box p.reason-hero-nav-title:before, .reason-hero-nav-title-box p.reason-hero-nav-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.reason-hero-nav-title-box p.reason-hero-nav-title:before {
  left:0;
}
.reason-hero-nav-title-box p.reason-hero-nav-title:after {
  right: 0;
}

.reason-hero-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.reason-hero-nav-card {
  position: relative;
  display: block;
  min-height: 116px;
  padding: 18px 46px 18px 18px;
  border: 1px solid #999;
  color: #222;
  text-decoration: none;
  transition: .3s;
  background:rgba(255,255,255,.7);
backdrop-filter: blur(6px);
}

.reason-hero-nav-card:hover {
  background: #f5f5f5;
  text-decoration: none;
}

.reason-hero-nav-en {
  display: block;
  margin-bottom: 8px;
  color: #777;
  font-size: 120%;
  letter-spacing: .08em;
}

.reason-hero-nav-card strong {
  display: block;
  font-size: 110%;
  line-height: 1.55;
}

.reason-hero-nav-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 22px;
  transform: translateY(-50%);
  transition: .3s;
}

.reason-hero-nav-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 2px;
  width: 1px;
  height: 16px;
  background: #222;
  transform: translateX(-50%);
}

.reason-hero-nav-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: translateX(-50%) rotate(45deg);
}

.reason-hero-nav-card:hover .reason-hero-nav-arrow {
  transform: translateY(-40%);
}

.reason-hero-right {
  min-height: 680px;
}

.reason-hero-photo {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

/* SP */
@media screen and (max-width: 767px) {

  .page-section-reason-hero {
    padding: 0 0 0rem;
  }
.reason-hero-nav-title-box p.reason-hero-nav-title {
  font-size: 17px;
}
  .reason-hero-layout {
    grid-template-columns: 1fr;
    min-height: auto;
    width: 100%;
  }

  .reason-hero-right {
    order: 1;
    min-height: auto;
  }

  .reason-hero-left {
    order: 2;
    max-width: none;
    margin-left: 0;
    padding: 36px 22px 0px;
  }

  .reason-hero-photo {
    height: 260px;
  }

  .reason-hero-copy {
    margin-bottom: 34px;
  }

  .reason-hero-copy h2 {
    font-size: 170%;
    margin-bottom: 18px;
  }

  .reason-hero-copy p {
    line-height: 1.9;
  }


  .reason-hero-nav-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .reason-hero-nav-card {
    min-height: auto;
    padding: 10px 35px 16px 14px;
  }

  .reason-hero-nav-en {
    margin-bottom: 2px;
    font-size: 116%;
    line-height: 1.6;
  }

  .reason-hero-nav-card strong {
    font-size: 93%;
    line-height: 1.5;
  }

  .reason-hero-nav-arrow {
    right: 12px;
    width: 12px;
    height: 18px;
  }
}

/* 詳細セクション */
.page-section-reason-detail {
  padding: 7rem 0;
}

.page-section-reason-gray {
  background-color: #f5f5f5;
}

.reason-detail-flex {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 64px;
  align-items: flex-start;
}

.reason-detail-flex-reverse {
  grid-template-columns: 1fr 42%;
}

.reason-detail-flex-reverse .reason-detail-img {
  order: 2;
}

.reason-detail-flex-reverse .reason-detail-text {
  order: 1;
}

.reason-detail-img .aspect-bgimage {
  padding-top: 115%;
  background-size: cover;
  background-position: center;
}

.reason-detail-num {
  margin-bottom: 12px;
  color: #c99400;
  font-size: 200%;
  letter-spacing: .08em;
}

.reason-detail-text h3 {
  margin-bottom: 34px;
  font-size: 240%;
  line-height: 1.55;
}

.reason-detail-text h4 {
  margin: 34px 0 14px;
  padding-left: 18px;
  border-left: 4px solid #c99400;
  font-size: 130%;
  line-height: 1.7;
}

.reason-detail-text h4:first-of-type {
  margin-top: 0;
}

.reason-detail-text p {
  line-height: 2;
  margin-bottom: 0;
}

.reason-detail-text p + h4 {
  margin-top: 42px;
}

/* SP */
@media screen and (max-width: 767px) {

  .page-section-reason-hero {
    padding: 0rem 0 0rem;
  }
  .page-section-reason-hero .width1120 {
    padding-left: 0px;
  }
  .reason-hero-head {
    margin-bottom: 36px;
  }

  .reason-hero-head h2 {
    font-size: 360%;
  }

  .reason-hero-head h3 {
    font-size: 160%;
  }

  .reason-nav-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .reason-nav-card {
    padding: 26px 22px 50px;
  }

  .page-section-reason-detail {
    padding: 5rem 0;
  }

  .reason-detail-flex,
  .reason-detail-flex-reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .reason-detail-flex-reverse .reason-detail-img,
  .reason-detail-flex-reverse .reason-detail-text {
    order: initial;
  }


  .reason-detail-img .aspect-bgimage {
    padding-top: 70%;
  }

  .reason-detail-text h3 {
    font-size: 170%;
    margin-bottom: 24px;
  }

  .reason-detail-text h4 {
    font-size: 115%;
    margin-top: 28px;
  }

}
/* 固定 私たちの強みページ
------------------------------------------------------------ */
.page-section-strength-intro {
  padding: 0;
}
.page-section-strength-intro h2 {
  font-size: 600%;
  color: rgba(51, 51, 51, .1);
  margin-bottom: 5px;
  text-align: center;
}
.page-section-strength-intro h3 {
  font-size: 180%;
  line-height: 1.6;
  text-align: center;
}
.page-section-strength-intro p {
  margin-bottom: 3px;
  text-align: center;
}
.page-section-strength-01 {
  padding: 7rem 0;
}
.page-section-strength-01 h2 {
  font-size: 190%;
  line-height: 1.4;
}
.page-section-strength-01 h3 {
  font-size: 220%;
  line-height: 1.6;
}
.page-section-strength-02 {
  padding: 7rem 0;
  background-color: #333;
}
.page-section-strength-02 h2 {
  font-size: 190%;
  line-height: 1.4;
  color: #fff;
}
.page-section-strength-02 h3 {
  font-size: 220%;
  line-height: 1.6;
}
.page-section-strength-02 p {
  color: #fff;
}
.page-section-strength-03 {
  padding: 7rem 0;
}
.page-section-strength-03 h2 {
  font-size: 190%;
  line-height: 1.4;
}
.page-section-strength-03 h3 {
  font-size: 220%;
  line-height: 1.6;
}
.page-section-strength-04 {
  padding: 7rem 0;
  background-color: #333;
}
.page-section-strength-04 h2 {
  font-size: 190%;
  line-height: 1.4;
  color: #fff;
}
.page-section-strength-04 h3 {
  font-size: 220%;
  line-height: 1.6;
}
.page-section-strength-04 p {
  color: #fff;
}
.page-section-strength-05 {
  padding: 7rem 0;
}
.page-section-strength-05 h2 {
  font-size: 190%;
  line-height: 1.4;
}
.page-section-strength-05 h3 {
  font-size: 220%;
  line-height: 1.6;
}
.heading-24 {
    position: relative;
    padding-top: 1.5em;
    color: #333333;
}

.heading-24::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    color: #f2f2f2;
    font-size: 3em;
    line-height: 2.2;
    content: attr(data-number);
    pointer-events: none;
}
.page-section-strength-02 .heading-24,
.page-section-strength-04 .heading-24 {
  z-index: 1;
}
.page-section-strength-02 .heading-24::before,
.page-section-strength-04 .heading-24::before {
  color: rgba(255, 255, 255, .3);
}
/* 固定 プロジェクトページ
------------------------------------------------------------ */
.page-section-project-intro {
  padding: 0;
}
.page-section-project-intro h2 {
  font-size: 600%;
  color: rgba(51, 51, 51, .1);
  margin-bottom: 5px;
  text-align: center;
}
.page-section-project-intro h3 {
  font-size: 180%;
  line-height: 1.6;
  text-align: center;
}
.page-section-project-intro p {
  margin-bottom: 3px;
  text-align: center;
}
.page-section-project-02 {
  background-color: #f5f5f5;
}

.page-section-project-03 {
  background-color: #eeeeee;
}
.flex-project-01 .aspect-bgimage,
.flex-project-02 .aspect-bgimage,
.flex-project-03 .aspect-bgimage {
  padding-top: 100%;
}
.flex-project-01 h3,
.flex-project-02 h3,
.flex-project-03 h3 {
  font-size: 400%;
  opacity: .1;
  margin-bottom: 0;
}
.flex-project-01 h4,
.flex-project-02 h4,
.flex-project-03 h4 {
  font-size: 280%;
}
.flex-project-01 h4 span,
.flex-project-02 h4 span,
.flex-project-03 h4 span {
  font-size: 50%;
  vertical-align: middle;
  margin-left: 18px;
}

/* 固定 イベントページ
------------------------------------------------------------ */
.page-section-event-intro {
  padding: 0;
}
.page-section-event-intro h2 {
  font-size: 600%;
  color: rgba(51, 51, 51, .1);
  margin-bottom: 5px;
  text-align: center;
}
.page-section-event-intro h3 {
  font-size: 180%;
  line-height: 1.6;
  text-align: center;
}
.page-section-event-intro p {
  margin-bottom: 3px;
  text-align: center;
}

.event-common {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 24px;
}
.event-category {
  margin-bottom: 0;
  width: max-content;
  border: solid 1px #333;
  color: #333;
  padding: 3px 24px;
  text-align: center;
  border-radius: 50px;
}
.event-common h2 {
  margin: 16px 0 8px;
  font-size: 160%;
}
.event-common h3 {
  margin: 0px 0 8px;
  font-size: 100%;
  font-weight: 400;
  border-bottom: solid 1px #999;
  padding-bottom: 16px;
}
.event-date,
.event-time,
.event-place {
  margin-bottom: 3px;
}
.event-date {
  font-size: 250%;
}
.event-date span {
  font-size: 50%;
  padding: 0 4px;
}
.event-time,
.event-place {
  font-size: 110%;
}
.event-common a {
  display: block;
  padding: 8px;
  background-color: #CB356B;
  border: solid 1px #CB356B;
  color: #fff;
  text-decoration: none;
  transition: .3s;
  max-width: 300px;
  margin: 16px auto;
  text-align: center;
}
.event-common a:hover {
  background-color: #fff;
  border: solid 1px #CB356B;
  color: #CB356B;
}
.event-common .aspect-bgimage {
  padding-top: 75%;
}
.page-section-event-form-title {
  text-align: center;
}
.page-section-event-form h2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 180%;
  font-weight: 400;
}

.page-section-event-form h2:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.page-section-event-form h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.page-section-event-form h2:before {
  left:0;
}
.page-section-event-form h2:after {
  right: 0;
}

/* ======================================
固定ページ イベント (ショールーム)
====================================== */

.page-showroom-hero {
  padding: 0;
  overflow: hidden;
}

.showroom-hero-layout {
  position: relative;
  min-height: 760px;
}

.showroom-hero-photo {
  position: absolute;
  overflow: hidden;
  background: #666;
}

.showroom-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.showroom-hero-photo-left {
  left: 0;
  top: 0;
  width: 24%;
  height: 560px;
}

.showroom-hero-photo-right {
  right: 0;
  top: 0;
  width: 31%;
  height: 230px;
}

.showroom-hero-photo-bottom {
  right: 0;
  top: 430px;
  width: 55%;
  height: 320px;
}

.showroom-hero-copy {
  position: absolute;
  left: 27%;
  top: 230px;
  z-index: 2;
}

.showroom-hero-copy p {
  margin-bottom: 8px;
  font-size: 130%;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.showroom-hero-copy h1 {
  font-size: 280%;
  line-height: 1.35;
  letter-spacing: 0.03em;
}

.showroom-hero-copy h1 span {
  color: #c99400;
}

/* ショールーム イントロ説明
====================================== */

.showroom-intro-text {
  max-width: 720px;
  margin-left: 8%;
}

.showroom-intro-text h2 {
  font-size: 190%;
  line-height: 1.9;
  letter-spacing: 0.04em;
  margin-bottom: 44px;
}

.showroom-intro-text h2 span {
  color: #c99400;
}

.showroom-intro-text p {
  font-size: 105%;
  line-height: 2.2;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {

  .page-showroom-intro {
    padding: 30px 0 70px;
  }

  .showroom-intro-text {
    max-width: none;
    margin-left: 0;
  }

  .showroom-intro-text h2 {
    font-size: 145%;
    line-height: 1.8;
    margin-bottom: 28px;
    padding-top: 24px;
        border-top: solid 1px #eee;
  }

  .showroom-intro-text p {
    font-size: 95%;
    line-height: 2;
  }

}

/* ショールーム 3つの特徴
====================================== */

.page-showroom-feature {
  padding: 80px 0 120px;
}

.showroom-feature-head {
  text-align: center;
  margin-bottom: 64px;
}

.showroom-feature-head p {
  margin-bottom: 0px;
  font-size: 150%;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.showroom-feature-head h2 {
  font-size: 340%;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.showroom-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.showroom-feature-card {
  border: 1px solid #111;
  padding: 46px 34px 40px;
  text-align: center;
  background: #fff;
}

.showroom-feature-num {
  width: 56px;
  height: 56px;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #666;
  color: #fff;
  font-size: 150%;
  line-height: 1;
}

.showroom-feature-card h3 {
  margin-bottom: 28px;
  font-size: 135%;
  line-height: 1.8;
}

.showroom-feature-card p {
  text-align: left;
  font-size: 95%;
  line-height: 2;
  margin-bottom: 0;
}

/* ショールーム 注意事項
====================================== */

.page-showroom-event-info {
  padding: 0 0 30px;
}

.showroom-event-info-table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.showroom-event-info-row {
  display: grid;
  grid-template-columns: 260px 1fr;
  border-bottom: 1px solid #ddd;
  border-right: solid 1px #ddd;
}

.showroom-event-info-head {
  display: flex;
  align-items: center;
  padding: 28px 30px;
  background: #9a9a9a;
  color: #fff;
  font-weight: 700;
  border-right: 1px solid #ddd;
}

.showroom-event-info-body {
  padding: 28px 34px;
  background: #fff;
}

.showroom-event-info-body p {
  margin-bottom: 8px;
  line-height: 1.9;
}

.showroom-event-info-body p:last-child {
  margin-bottom: 0;
}

.showroom-event-info-body a {
  color: #0054b8;
  text-decoration: underline;
}

.showroom-event-info-note {
  font-size: 90%;
  color: #666;
}

.showroom-event-info-body ul {
  margin: 0;
  padding-left: 1.2em;
}

.showroom-event-info-body li {
  line-height: 1.9;
  margin-bottom: 4px;
}

.showroom-event-info-body li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {

  .page-showroom-event-info {
    padding: 0 0 80px;
  }

  .showroom-event-info-row {
    display: block;
  }

  .showroom-event-info-head {
    padding: 14px 18px;
    border-right: none;
  }

  .showroom-event-info-body {
    padding: 20px 18px;
  }

}
/* ショールーム お申し込みフォーム
====================================== */
.page-section-showroom-contact {
  text-align: center;
}
.page-section-showroom-contact h2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 160%;
}
.page-section-showroom-contact h2:before, .page-section-showroom-contact h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.page-section-showroom-contact h2:before {
  left:0;
}
.page-section-showroom-contact h2:after {
  right: 0;
}
/* ショールーム SP
====================================== */

@media screen and (max-width: 767px) {

  .showroom-hero-layout {
    min-height: auto;
    padding: 0px 0 0px;
  }

  .showroom-hero-photo {
    position: relative;
  }

  .showroom-hero-photo-left {
    left: auto;
    top: auto;
    width: 78%;
    height: 220px;
  }

  .showroom-hero-photo-right {
    display: none;
  }

  .showroom-hero-photo-bottom {
    right: auto;
    top: auto;
    width: 78%;
    height: 180px;
    margin: 32px 0 0 auto;
  }

  .showroom-hero-copy {
    position: relative;
    left: auto;
    top: auto;
    padding: 40px 24px 10px;
  }

  .showroom-hero-copy p {
    font-size: 115%;
    margin-bottom: 14px;
  }

  .showroom-hero-copy h1 {
    font-size: 190%;
    margin-bottom: 0;
  }

  .page-showroom-feature {
    padding: 60px 0 80px;
  }

  .showroom-feature-head {
    margin-bottom: 36px;
  }

  .showroom-feature-head p {
    font-size: 120%;
  }

  .showroom-feature-head h2 {
    font-size: 240%;
  }

  .showroom-feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .showroom-feature-card {
    padding: 36px 24px 32px;
  }

}
/* ======================================
  施工事例 Before After
====================================== */
.works-case-section {
  padding: 100px 0;
}
.page-section-works-intro {
  padding: 0;
}
.page-section-works-intro h2 {
  font-size: 200%;
  color: rgba(51, 51, 51, .1);
  margin-bottom: 0px;
  text-align: center;
}
.page-section-works-intro h3 {
  font-size: 230%;
  line-height: 1.6;
  text-align: center;
}
.page-section-works-intro p {
  margin-bottom: 3px;
  text-align: center;
}

.works-case-head {
  text-align: center;
  margin-bottom: 40px;
}

.works-case-label {
  font-size: 520%;
  line-height: 1;
  color: rgba(51, 51, 51, 0.08);
  margin-bottom: 8px;
}

.works-case-head h2 {
  font-size: 240%;
  line-height: 1.5;
  margin-bottom: 18px;
}

.works-case-concept {
  max-width: 820px;
  margin: 0 auto;
  line-height: 2;
}

.works-case-info {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.works-case-info-item {
  min-width: 180px;
  padding: 18px 24px;
  border: 1px solid #ddd;
  text-align: center;
  background: #fff;
}

.works-case-info-item span {
  display: block;
  font-size: 85%;
  color: #999;
  margin-bottom: 6px;
}

.works-case-info-item p {
  margin: 0;
  font-size: 120%;
  font-weight: 700;
}
.works-case-section-bg {
  background-color: #f5f5f5;
  padding: 100px 0;
  margin: 32px 0;
}
.works-case-section h2 {
  text-align: center;
}

.works-ba-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 44px;
}

.works-ba-card-h3 {
  text-align: center;
}
.works-ba-card h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 140%;
  margin-bottom: 16px;
}

.works-ba-card h3:before, .works-ba-card h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.works-ba-card h3:before {
  left:0;
}
.works-ba-card h3:after {
  right: 0;
}

.works-ba-photo-wrap {
  position: relative;
}

.works-ba-photo {
  position: relative;
  overflow: hidden;
  background: #eee;
}

.works-ba-photo + .works-ba-photo {
  margin-top: 10px;
}

.works-ba-bg {
  width: 100%;
  padding-top: 62%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.works-ba-photo span {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  display: inline-block;
  padding: 5px 12px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 78%;
  letter-spacing: 0.08em;
}

.works-ba-before .works-ba-bg {
  filter: grayscale(25%);
}

.works-ba-arrow {
  position: relative;
  z-index: 3;
  width: 54px;
  height: 54px;
  margin: -22px auto -22px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 140%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.works-ba-after {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .works-case-section {
    padding: 70px 0;
  }

  .works-case-label {
    font-size: 320%;
  }

  .works-case-head h2 {
    font-size: 180%;
  }
  .page-section-works-intro p {
    text-align: left;
  }
.page-section-works-intro h3 {
    font-size: 185%;
    line-height: 1.6;
    text-align: center;
}
  .works-ba-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .works-case-info {
    display: block;
  }

  .works-case-info-item {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {

  .works-case-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 30px;
  }

  .works-case-info-item {
    min-width: auto;
    padding: 14px 8px;
    margin-bottom: 0;
  }

  .works-case-info-item span {
    font-size: 70%;
    margin-bottom: 4px;
  }

  .works-case-info-item p {
    font-size: 100%;
    line-height: 1.4;
  }

}
/* 固定 料金ページ
------------------------------------------------------------ */
.page-section-price-intro {
  padding: 0;
}
.page-section-price-intro h2 {
  font-size: 600%;
  color: rgba(51, 51, 51, .1);
  margin-bottom: 5px;
  text-align: center;
}
.page-section-price-intro h3 {
  font-size: 180%;
  line-height: 1.6;
  text-align: center;
}
.page-section-price-intro p {
  margin-bottom: 3px;
  text-align: center;
}
/* 固定 価格ページ
------------------------------------------------------------ */
.page-section-price {
  padding: 10rem 0;
}
.page-section-price-about {
  padding: 0rem 0 10rem;
}
.page-section-price-message {
  padding: 0rem 0 10rem;
}
.page-section-price-intro {
  padding: 0 0 7rem;
  text-align: center;
}

.page-section-price-intro h2 {
  font-size: 200%;
  color: rgba(51, 51, 51, .1);
  margin-bottom: 5px;
  text-align: center;
}

.page-section-price-intro h3 {
  font-size: 230%;
  line-height: 1.6;
  text-align: center;
}

.page-section-price-intro p {
  margin-bottom: 3px;
  text-align: center;
}

/* 共通見出し */
.price-section-head {
  max-width: 820px;
  margin: 0 auto 32px;
  text-align: center;
}

.price-section-num {
  margin-bottom: 8px;
  color: #c99400;
  font-size: 140%;
  letter-spacing: .08em;
}

.price-section-head h3,
.price-message-box h3,
.price-final-box h3 {
  margin-bottom: 24px;
  font-size: 220%;
  line-height: 1.6;
}
.page-section-price-about .price-section-head h3 {
  color: rgba(197,160,90, 1);
}
.page-section-price-reason .price-section-head h3 span {
  display: block;
  font-size: 19px;
  color: rgba(197, 160, 90, 1);
}
.page-section-price-about .price-compare-diagram .price-section-head {
  margin: 0 auto 16px;
}
.page-section-price-about .price-compare-diagram .price-section-head h3 {
  color: #111;
  margin-bottom: 8px;
}
.page-section-price-about .price-compare-diagram .price-section-head h3 span {
  display: block;
  font-size: 19px;
  color: rgba(197,160,90, 1);
}
.page-section-price-message .price-message-box h3 span {
  color: rgba(197,160,90, 1);
}
.price-section-head p,
.price-message-box p,
.price-final-box p {
  line-height: 2;
}
.price-section-head p,
.price-message-box p {
  margin-bottom: 0;
}
.price-compare-diagram-text p {
  margin-bottom: 5px;
}
/* 背景 */
.page-section-price-reason,
.page-section-price-message,
.page-section-price-compare {
  background-color: #f5f5f5;
}

/* 画像 */
.price-image-box {
  max-width: 960px;
  margin: 0 auto;
  padding: 28px;
  background: transparent;
}

.price-image-box img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-section-price-about .price-compare-diagram .price-section-head h3 span {
  display: block;
  font-size: 15px;
  color: rgba(197,160,90, 1);
  margin-bottom: 5px;
}
.page-section-price-reason .price-section-head h3 span {
    display: block;
    font-size: 16px;
    color: rgba(197, 160, 90, 1);
}
}
/* 価格について
------------------------------------------------------------ */
.price-about-flex {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 56px;
  align-items: center;
  margin-bottom: 32px;
}

.price-about-text h3 {
  margin-bottom: 32px;
  font-size: 240%;
  line-height: 1.6;
  color: rgba(197,160,90, 1);
}

.price-about-text p {
  margin-bottom: 0px;
  line-height: 2;
}

.price-about-text p:last-child {
  margin-bottom: 0;
}

.price-about-img {
  background: #fff;
}

.price-about-img .aspect-bgimage {
  padding-top: 80%;
  background-size: cover;
  background-position: center;
}

/* SP */
@media screen and (max-width: 767px) {

  .price-about-flex {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }

  .price-about-text h3 {
    margin-bottom: 22px;
    font-size: 170%;
  }

  .price-about-text p {
    margin-bottom: 18px;
    line-height: 1.9;
  }

  .price-about-img {
    padding: 12px;
  }

  .price-about-img .aspect-bgimage {
    padding-top: 70%;
  }

}

/* 理由カード */
.price-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.price-card {
  padding: 42px 30px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .04);
}

.price-card-num {
  margin-bottom: 16px;
  color: rgba(197,160,90, 1);
  font-size: 160%;
}

.price-card h4 {
  margin-bottom: 18px;
  font-size: 135%;
  line-height: 1.7;
}

.price-card p {
  margin-bottom: 0;
  line-height: 2;
}
.price-cost-structure-diagram-notice {
  background-color: rgba(197,160,90, .05);
  max-width: 800px;
  margin: 10px auto;
  border: solid 1px rgba(51,51,51, 1);
  padding: 24px 24px;
  text-align: center;
}
.price-cost-structure-diagram-notice h3 {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: solid 1px rgba(51,51,51, 1);
}
.price-cost-structure-diagram-notice p {
  margin-bottom: 0;
}
.price-cost-structure-diagram-notice p span {
  color: rgba(197,160,90, 1);
  font-size: 140%;
}
/* 価格ページ 価格を抑える3つの仕組み
------------------------------------------------------------ */

.price-system-list {
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.price-system-row {
  display: grid;
  grid-template-columns: 46% 1fr;
  gap: 56px;
  align-items: flex-start;
}

.price-system-row-reverse {
  grid-template-columns: 1fr 46%;
}

.price-system-row-reverse .price-system-img {
  order: 2;
}

.price-system-row-reverse .price-system-text {
  order: 1;
}

.price-system-img {
  background: #fff;
}

.price-system-img .aspect-bgimage {
  padding-top: 80%;
  background-size: cover;
  background-position: center;
}

.price-system-text {
  background: #fff;
}

.price-system-num {
  margin-bottom: 10px;
  color: #c99400;
  font-size: 240%;
  letter-spacing: .08em;
}

.price-system-text h4 {
  margin-bottom: 24px;
  font-size: 170%;
  line-height: 1.6;
}

.price-system-text p {
  line-height: 2;
  margin-bottom: 0;
}

/* SP */
@media screen and (max-width: 767px) {

  .price-system-list {
    gap: 40px;
  }

  .price-system-row,
  .price-system-row-reverse {
    display: block;
  }

  .price-system-row-reverse .price-system-img,
  .price-system-row-reverse .price-system-text {
    order: initial;
  }

  .price-system-img {
    padding: 12px;
  }

  .price-system-img .aspect-bgimage {
    padding-top: 64%;
  }

  .price-system-text {
    padding: 0px 16px 32px;
    border-bottom: solid 1px #eee;
  }

  .price-system-text h4 {
    font-size: 140%;
    margin-bottom: 18px;
  }

  .price-system-num {
    font-size: 140%;
  }
}

/* メッセージ */

.price-message-box {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.price-message-box h3 {
  color: #222;
}

.price-message-box p:last-child {
  margin-bottom: 0;
}

/* 比較表 */
/* 比較表 */
.price-compare-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .04);
}

.price-compare-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.price-compare-table th,
.price-compare-table td {
  border: 1px solid #ddd;
  padding: 22px 20px;
  line-height: 1.8;
  text-align: center;
  vertical-align: middle;
}

.price-compare-table thead th {
  background: #333;
  color: #fff;
  font-weight: 700;
}

.price-compare-table thead th:first-child {
  width: 26%;
}

.price-compare-table thead th:nth-child(2),
.price-compare-table thead th:nth-child(3) {
  width: 37%;
}

.price-compare-table tbody th {
  background: #f5f5f5;
  font-weight: 700;
}

.price-compare-table tbody td:nth-child(3) {
  background: #fff8e8;
  font-weight: 700;
}
.price-compare-note {
  margin-top: 32px;
  text-align: center;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .price-compare-note {
  margin-top: 16px;
  text-align: left;
  font-size: 15px;
}
}
/* 価格ページ 比較表崩れ対策
------------------------------------------------------------ */
.price-compare-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: transparent;
}
.price-compare-table-wrap-scroll {
  margin-bottom: 3px;
}
.price-compare-table {
  display: table !important;
  width: 100% !important;
  min-width: 100% !important;
  table-layout: fixed !important;
  border-collapse: collapse !important;
  margin-bottom: 0;
}

.price-compare-table thead {
  display: table-header-group !important;
}

.price-compare-table tbody {
  display: table-row-group !important;
}

.price-compare-table tr {
  display: table-row !important;
}

.price-compare-table th,
.price-compare-table td {
  display: table-cell !important;
  vertical-align: middle !important;
}

/* SPのみ横スクロール用に固定幅 */
@media screen and (max-width: 767px) {
  .price-compare-table {
    width: 760px !important;
    min-width: 760px !important;
  }
}

/* 価格ページ 最後のメッセージ
------------------------------------------------------------ */

.price-final-flex {
  position: relative;
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 64px;
  align-items: center;
  background: #fff;
  padding: 42px;
  border: 1px solid #d8d8d8;
  z-index: 2;
}

.price-final-flex::before {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: 100%;
  height: 100%;
  border: 1px solid #888;
  z-index: -1;
}

.price-final-img .aspect-bgimage {
  padding-top: 115%;
  background-size: cover;
  background-position: center;
  background-position: 30% 50%;
}

.price-final-text {
  padding-right: 24px;
}

.price-final-sub {
  margin-bottom: 18px;
  color: #c99400;
  font-size: 90%;
  letter-spacing: .18em;
}

.price-final-text h3 {
  margin-bottom: 32px;
  font-size: 240%;
  line-height: 1.6;
}

.price-final-text p {
  margin-bottom: 5px;
  line-height: 2;
}

.price-final-text p:last-child {
  margin-bottom: 0;
}

/* SP */
@media screen and (max-width: 767px) {

  .price-final-flex {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 12px;
  }

  .price-final-img .aspect-bgimage {
    padding-top: 70%;
  }

  .price-final-text {
    padding: 0 12px 18px;
  }

  .price-final-sub {
    margin-bottom: 12px;
  }

  .price-final-text h3 {
    margin-bottom: 20px;
    font-size: 170%;
  }

  .price-final-text p {
    margin-bottom: 5px;
    line-height: 1.9;
  }
  .price-final-flex::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    width: 100%;
    height: 100%;
    border: 1px solid #888;
    z-index: -1;
}
}

/* SP */
@media screen and (max-width: 767px) {

  .page-section-price {
    padding: 5rem 0;
  }
  .page-section-price-about,
  .page-section-price-message {
    padding: 0 0 5rem;
  }
  .page-section-price-intro {
    padding: 0 0 5rem;
  }

  .page-section-price-intro h2 {
    font-size: 360%;
  }

  .page-section-price-intro h3,
  .price-section-head h3,
  .price-message-box h3,
  .price-final-box h3 {
    font-size: 160%;
  }
  .page-section-price-system .price-section-head h3 {
    margin-bottom: 16px;
  }
  .page-section-price-reason .price-section-head p,
  .page-section-price-message .price-section-head p,
  .page-section-price-compare .price-section-head p {
    text-align: left;
  }
  .price-section-head {
    margin-bottom: 32px;
  }

  .price-image-box {
    padding: 0px;
    margin-bottom: 24px;
  }

  .price-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .price-card {
    padding: 32px 24px;
  }

  .price-message-box {
    padding: 0px 0px 16px;
  }
  .price-final-box {
    padding: 36px 24px;
  }


}

/* ここから料金表 
@media screen and (min-width: 980px) {
  .page-section-price-01 .flexbox {
    gap: 2.0rem;
  }
  .page-section-price-01 .flexbox-col3 .flex-item {
    -webkit-flex-basis: calc(calc(100% / 3) - calc(calc(30px / 6) * 4));
    flex-basis: calc(calc(100% / 3) - calc(calc(30px / 6) * 4));
  }
}
.page-section-price-01-inner {
  text-align: center;
}
.plan-inner {
  padding: 40px 0px;
  border: solid 1px #f4f4f4;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}
.plan-inner h2 {
  font-size: 150%;
}
.plan-inner h2 span {
    display: block;
    font-size: 60%;
    font-weight: 400;
    color: #fff;
    width: max-content;
    margin: 0 auto 8px;
    padding: 5px 24px;
    border-radius: 50px;
}
.plan01 .plan-inner h2 {
  color: #00608d;
}
.plan02 .plan-inner h2 {
  color: #c82c55;
}
.plan03 .plan-inner h2 {
  color: #006948;
}
.plan01 .plan-inner h2 span {
  background-color: #00608d;
}
.plan02 .plan-inner h2 span {
  background-color: #c82c55;
}
.plan03 .plan-inner h2 span {
  background-color: #006948;
}

.plan-inner-text {
  padding: 0 0px;
  text-align: center;
}
.plan-inner-text span.price-span01,
.plan-inner-text span.price-content-span01,
.plan-inner-text span.price-term-span01 {
  text-align: center;
  display: block;
  font-weight: bold;
  color: #c5a05a;
  margin-bottom: 5px;
}
.plan01 .plan-inner-text span.price-span01,
.plan01 .plan-inner-text span.price-content-span01,
.plan01 .plan-inner-text span.price-term-span01 {
  color: #00608d;
}
.plan02 .plan-inner-text span.price-span01,
.plan02 .plan-inner-text span.price-content-span01,
.plan02 .plan-inner-text span.price-term-span01 {
  color: #c82c55;
}
.plan03 .plan-inner-text span.price-span01,
.plan03 .plan-inner-text span.price-content-span01,
.plan03 .plan-inner-text span.price-term-span01 {
  color: #006948;
}
.plan-inner-text .price,
.plan-inner-text .price-term {
  background-color: #f4f4f4;
  padding: 16px 0;
}
.plan-inner-text .price span.price-span02{
  font-size: 300%;
  font-family: 'Oswald', sans-serif;
  padding: 0 4px;
  vertical-align: sub;
  line-height: 1.1;
}
.plan-inner-text .price-content span.price-content-span02 {
  display: block;
  font-size: 13px;
}
.plan-inner-text .price-reccommend {
  margin-bottom: 8px;
  color: #c5a05a;
  font-weight: bold;
}
.plan01 .plan-inner-text .price-reccommend {
  color: #00608d;
}
.plan02 .plan-inner-text .price-reccommend {
  color: #c82c55;
}
.plan03 .plan-inner-text .price-reccommend {
  color: #006948;
}
.plan-inner-text ul {
  max-width: 200px;
  margin: 0 auto;
}
.plan-inner-text ul li {
  text-align: left;
}
.plan-reccommend p.plan-reccommend-p {
  position: relative;
  display: inline-block;
  padding: 0 35px;
  font-size: 120%;
}
.plan-reccommend p.plan-reccommend-p:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.plan-reccommend p.plan-reccommend-p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.plan-reccommend p.plan-reccommend-p:before {
  left:0;
}
.plan-reccommend p.plan-reccommend-p:after {
  right: 0;
}
.plan-inner-text .price-btn {
  margin-top: 32px;
}
.plan-inner-text .price-btn a {
  display: block;
  text-decoration: none;
  background-color: #333;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  margin: 0 auto;
  max-width: 300px;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25);
  transform: translateY(-4px);
  transition: .3s;
}
.plan-inner-text .price-btn a:hover {
  box-shadow: none;
  transform: translateY(0);
}
.plan01 .plan-inner-text .price-btn a {
  background-color: #00608d;
}
.plan02 .plan-inner-text .price-btn a {
  background-color: #c82c55;
}
.plan03 .plan-inner-text .price-btn a {
  background-color: #006948;
}*/

/* 固定 商品紹介ページ 「EDY」
------------------------------------------------------------ */
/* EDY page
------------------------------------------------------------ */
.page-section-edy {
  color: #222;
}

.edy-hero {
  position: relative;
  padding: 9rem 0 10rem;
  overflow: hidden;
  background: #fff;
}

.edy-hero-visual {
  position: absolute;
  background: #f2f2f2;
  z-index: 0;
}

.edy-hero-visual-left {
  position: absolute;
  left: 0;
  top: 130px;
  width: 30%;
  height: 560px;

  background-image: url(https://reforma-ghouse.jp/wp-content/uploads/2026/05/page-showroom003.jpg);
  background-size: cover;
  background-position: center;
}

.edy-hero-visual-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 430px;

  background-image: url(https://reforma-ghouse.jp/wp-content/uploads/2026/05/living_after01.jpg);
  background-size: cover;
  background-position: center;
}
/* ======================================
   EDY HERO
====================================== */

.edy-hero{
  padding:0;
}

/* ------------------
   上部
------------------ */

.edy-hero-top{
  position:relative;
  height:420px;

  background-image:url("https://reforma-ghouse.jp/wp-content/uploads/2026/05/page-concept_why.jpg");
  background-size:cover;
  background-position:center;
}

.edy-hero-overlay{
  position:absolute;
  inset:0;

  background:rgba(0,0,0,.5);
}

.edy-hero-content{
  position:absolute;
  left:50%;
  top:50%;

  transform:translate(-50%,-50%);

  text-align:center;
  color:#fff;

  z-index:2;
}

.edy-hero-content p.edy-hero-en{
  font-size:140%;
  color:rgba(255,255,255,.7);
  margin-bottom:0px;
}

.edy-hero .edy-hero-content h1{
  font-size:500%;
  line-height:1;
  margin-bottom:20px;
  color: #fff ;
  font-weight: 400;
}
.edy-hero-content p.edy-hero-copy{
  line-height: 1.7;
  padding-top: 10px;
  border-top: solid 1px #fff;
  font-size: 110%;
}

/* ------------------
   下部
------------------ */

.edy-hero-bottom{
  padding:50px 0 50px;
  text-align:center;
}

.edy-hero-bottom h2{
  font-size:180%;
  line-height:1.6;
  margin-bottom:25px;
}

.edy-hero-text{
  line-height:1.8;
  margin-bottom:30px;
}

.edy-price-box span{
  display:inline-block;

  border:1px solid #333;

  padding:10px 40px;

  margin-bottom:20px;
}

.edy-price{
  display:flex;
  align-items:flex-end;
  justify-content:center;

  gap:8px;

  margin-bottom:10px;
}

.edy-price strong{
  font-size:500%;
  line-height:1;
}

.edy-price small{
  font-size:120%;
  padding-bottom:0px;
}

.edy-hero .section-container {
  position: relative;
  z-index: 2;
}

.edy-hero-content {
  text-align: center;
}

.edy-hero-content > p {
  font-size: 180%;
  margin-bottom: 10px;
}

.edy-hero-content h1 {
  color: #c99400;
  font-size: 720%;
  line-height: 1;
  margin-bottom: 24px;
}

.edy-hero-content > span {
  display: inline-block;
  min-width: 190px;
  margin-bottom: 44px;
  padding: 10px 28px;
  border: 1px solid #222;
  font-size: 125%;
}

.edy-hero-price p {
  margin-bottom: 16px;
  font-size: 125%;
}

.edy-hero-price strong {
  font-size: 540%;
  line-height: 1;
  font-weight: 500;
}

.edy-hero-price strong span {
  font-size: 32%;
  margin-left: 8px;
}

.edy-section-head {
  text-align: center;
  margin-bottom: 56px;
}

.edy-section-head > p {
  margin-bottom: 0px;
  color: #c99400;
  letter-spacing: .12em;
}

.edy-section-head h2 {
  margin-bottom: 16px;
  font-size: 240%;
  line-height: 1.5;
}

.edy-section-head span {
  display: block;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .edy-hero-content{
  width: 80%;
}
}
/* equipment */
.edy-equipment {
  padding: 7rem 0;
  background: #f5f5f5;
}

.edy-equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 28px;
}

.edy-equipment-img {
  position: relative;
  margin-bottom: 8px;
}

.edy-equipment-img span {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-block;
  padding: 5px 12px;
  background: #000;
  color: #fff;
  font-size: 80%;
  font-weight: 700;
}

.edy-equipment-img .aspect-bgimage {
  padding-top: 82%;
  background-size: cover;
  background-position: center;
}

.edy-equipment-card p {
  margin-bottom: 0px;
  font-size: 100%;
}

.edy-equipment-card h3 {
  margin-bottom: 0;
  font-size: 110%;
  line-height: 1.7;
}

/* can do */
.edy-can-do {
  padding: 7rem 0;
  background-color: #fff;
}

.edy-can-do-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}

.edy-can-do-card {
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
}

.edy-can-do-img .aspect-bgimage {
  padding-top: 58%;
  background-size: cover;
  background-position: center;
}

.edy-can-do-text {
  padding: 34px 34px 38px;
}

.edy-can-do-num {
  margin-bottom: 10px;
  color: #c99400;
  font-size: 230%;
  letter-spacing: .08em;
  line-height: 1 !important;
}

.edy-can-do-text h3 {
  margin-bottom: 12px;
  font-size: 160%;
  line-height: 1.6;
}

.edy-can-do-text > p {
  margin-bottom: 10px;
  line-height: 1.8;
}

.edy-life-change {
  margin-top: 18px;
}

.edy-life-change span {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: solid 1px #c99400;
  color: #c99400;
  font-size: 110%;
  font-weight: 700;
}

.edy-life-change p {
  margin-bottom: 0;
  line-height: 1.7;
}

/* scope */
.edy-scope {
  padding: 7rem 0;
  background: #f5f5f5;
}

.edy-scope-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.edy-scope-item {
  padding: 16px 26px;
  background: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.edy-scope-item span {
  display: block;
  color: #c99400;
  font-size: 130%;
  margin-bottom: 0px;
}

.edy-scope-item p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 130%;
}

/* recommend */
.edy-recommend {
  padding: 7rem 0;
  background: #fff;
}

.edy-recommend-flex {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 64px;
  align-items: center;
}

.edy-recommend-img .aspect-bgimage {
  padding-top: 115%;
  background-size: cover;
  background-position: center;
}

.edy-recommend-text > p {
  color: #c99400;
  letter-spacing: .12em;
  margin-bottom: 0;
}

.edy-recommend-text h2 {
  font-size: 240%;
  margin-bottom: 16px;
}

.edy-recommend-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.edy-recommend-text li {
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
  line-height: 1.8;
}

/* flow */
.edy-flow {
  padding: 7rem 0;
  background: #f5f5f5;
}

.edy-flow-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.edy-flow-item {
  background: #fff;
  padding: 28px 22px;
  border: 1px solid #e5e5e5;
}

.edy-flow-item span {
  color: #c99400;
  display: block;
  font-size: 120%;
  margin-bottom: 8px;
}

.edy-flow-item h3 {
  font-size: 120%;
  margin-bottom: 12px;
}

.edy-flow-item p {
  margin-bottom: 0;
  line-height: 1.8;
}

/* note */
.edy-note {
  padding: 7rem 0;
  background: #fff;
}

.edy-note-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 56px;
  background: #f5f5f5;
  border-left: 5px solid #c99400;
}

.edy-note-box h2 {
  font-size: 200%;
  margin-bottom: 24px;
}

.edy-note-box p {
  line-height: 2;
}

/* SP */
@media screen and (max-width: 767px) {

  .edy-hero {
    padding: 0rem 0 5rem;
  }

  .edy-hero-visual {
    display: none;
  }
.edy-hero-top {
  height: 340px;
}
  .edy-hero-content > p {
    font-size: 130%;
  }

  .edy-hero-content h1 {
    font-size: 360%;
  }
.edy-hero .edy-hero-content h1{
  font-size:400%;
  line-height:1;
  margin-bottom:20px;
  color: #fff ;
  font-weight: 400;
}
.edy-hero-bottom h2 {
    font-size: 150%;
    line-height: 1.6;
    margin-bottom: 25px;
}
.edy-hero-bottom {
  padding: 50px 20px 0px;
}
.edy-price strong {
    font-size: 400%;
    line-height: 1;
}
  .edy-hero-price strong {
    font-size: 360%;
  }

  .edy-equipment,
  .edy-can-do,
  .edy-scope,
  .edy-recommend,
  .edy-flow,
  .edy-note {
    padding: 5rem 0;
  }

  .edy-section-head {
    text-align: left;
    margin-bottom: 34px;
  }

  .edy-section-head h2,
  .edy-recommend-text h2 {
    font-size: 170%;
  }

  .edy-equipment-grid,
  .edy-can-do-grid,
  .edy-scope-list,
  .edy-flow-list {
    grid-template-columns: 1fr;
  }

  .edy-recommend-flex {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .edy-recommend-img {
    padding: 12px;
  }

  .edy-recommend-img .aspect-bgimage {
    padding-top: 70%;
  }

  .edy-can-do-text {
    padding: 28px 22px 30px;
  }

  .edy-can-do-text h3 {
    font-size: 135%;
  }

  .edy-note-box {
    padding: 36px 24px;
  }
}

/* showroom CTA
------------------------------------------------------------ */
.edy-showroom {
  padding: 8rem 0;
}

.edy-showroom-frame {
  position: relative;
  display: grid;
  grid-template-columns: 48% 1fr;
  gap: 55px;
  align-items: flex-start;
  border: solid 1px #d8d8d8;
  padding: 60px 42px;
  z-index: 1;
}

.edy-showroom-frame::before {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  z-index: -1;
}

.edy-showroom-img .aspect-bgimage {
  padding-top: 110%;
  background-size: cover;
  background-position: center;
}

.edy-showroom-en {
  margin-bottom: 0px;
  color: #c99400;
  letter-spacing: .12em;
}

.edy-showroom-text h2 {
  margin-bottom: 28px;
  font-size: 200%;
  line-height: 1.6;
}

.edy-showroom-text > p {
  margin-bottom: 0px;
  line-height: 2;
}

.edy-showroom-point {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.edy-showroom-point-item {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.edy-showroom-point-item:last-child {
  margin-bottom: 0;
}

.edy-showroom-point-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #c99400;
  color: #c99400;
  font-size: 90%;
}

.edy-showroom-point-item p {
  margin-bottom: 0;
  line-height: 1.8;
}

.edy-showroom-btn {
  margin-top: 42px;
}

.edy-showroom-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  height: 64px;
  border: 1px solid #222;
  color: #222;
  text-decoration: none;
  transition: .3s;
}

.edy-showroom-btn a:hover {
  background: #222;
  color: #fff;
}
/* ショールームボタン 矢印修正版
------------------------------------------------------------ */
.edy-showroom-btn a {
  position: relative;
  padding-right: 58px;
  overflow: hidden;
}

.edy-showroom-btn a::before {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 18px;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
  transition: right .3s;
}

.edy-showroom-btn a::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: right .3s;
}

.edy-showroom-btn a:hover::before,
.edy-showroom-btn a:hover::after {
  right: 22px;
}

/* SP */
@media screen and (max-width: 767px) {

  .edy-showroom {
    padding: 5rem 0;
  }

  .edy-showroom-frame {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 18px 18px 32px;
  }

  .edy-showroom-frame::before {
    top: -8px;
    left: -8px;
  }

  .edy-showroom-img .aspect-bgimage {
    padding-top: 70%;
  }

  .edy-showroom-text h2 {
    font-size: 160%;
  }

  .edy-showroom-point {
    margin-top: 28px;
    padding-top: 24px;
  }

  .edy-showroom-btn {
    margin-top: 34px;
  }

  .edy-showroom-btn {
    width: 100%;
    box-sizing: border-box;
  }

  .edy-showroom-btn a {
    width: 100%;
    max-width: 100%;
    height: 52px;
    min-width: 0;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 54px;
  }

}
/* 固定 会社概要ページ
------------------------------------------------------------ */
.page-section-company-intro {
  padding: 2rem 0;
}
.page-section-company-intro h2 {
  font-size: 600%;
  color: rgba(51, 51, 51, .1);
  margin-bottom: 5px;
  font-weight: 200;
}
.page-section-company-intro h3 {
  font-size: 220%;
  line-height: 1.6;
}
/* ======================================
   創業68年
====================================== */

.concept-history {
  background: #fff;
  padding-top: 0px;
}

.concept-history-mv {
  position: relative;
  overflow: hidden;
}

.concept-history-bg {
  height: 450px;
  background-image: url('https://reforma-ghouse.jp/wp-content/uploads/2026/05/page-strength01.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.concept-history-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
}

.concept-history-content {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 90%;
  max-width: 900px;

  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.concept-history-en {
  display: block;
  margin-bottom: 8px;

  color: #fff;
  letter-spacing: .18em;
  font-size: 90%;
}

.concept-history-content h2 {
  margin-bottom: 28px;

  color: #fff;
  font-size: 220%;
  line-height: 1.4;
}

.concept-history-content p {
  max-width: 760px;
  margin: 0 auto;

  color: #fff;
  line-height: 2;
}

/* SP */
@media screen and (max-width: 767px) {

  .concept-history {
    padding: 0rem 0 3rem;
  }

  .concept-history-bg {
    height: 290px;
  }

  .concept-history-content h2 {
    font-size: 170%;
    margin-bottom: 16px;
  }

  .concept-history-content p {
    font-size: 90%;
    line-height: 1.8;
  }

}
.page-section-company-01 {
  padding: 2rem 0;
}
.page-section-company-01-img {
  padding: 0;
}
.page-section-company-01 h2 {
  font-size: 600%;
  color: rgba(51, 51, 51, .1);
  margin-bottom: 5px;
}
.page-section-company-01 h3 {
  font-size: 220%;
  line-height: 1.6;
}
.page-section-company-01-img .aspect-group {
  width: 100%;
}
.page-section-company-01-img .aspect-bgimage {
  padding-top: 30%;
}
@media screen and (max-width: 767px) {
  .page-section-company-01-img .aspect-bgimage {
  padding-top: 66.66%;
}
}
.page-section-company-02 {
  padding: 8rem 0;
  background-color: #f5f5f5;
  margin-top: 0rem;
}
.page-section-company-02-img {
  padding: 0 0 7rem 0;
  margin-bottom: 7rem;
  background-color: #333;
}
.page-section-company-02 h2 {
  font-size: 600%;
  color: rgba(51, 51, 51, .1);
  margin-bottom: 40px;
  text-align: center;
  font-weight: 200;
}
.page-section-company-02 h3 {
  font-size: 220%;
  line-height: 1.6;
  text-align: right;
}
.page-section-company-02 p {
  text-align: right;
}
.page-section-company-02 th,
.page-section-company-02 td {

}
.page-section-company-02-img .aspect-group {
  width: 70%;
  margin: 0 auto;
}
.page-section-company-02-img .aspect-bgimage {
  padding-top: 35%;
}

.page-section-company-03 {
  padding: 7rem 0 0;
}
.page-section-company-03-img {
  padding: 4rem 0;
}
.page-section-company-03 h2 {
  font-size: 600%;
  color: rgba(51, 51, 51, .1);
  margin-bottom: 5px;
}
.page-section-company-03 h3 {
  font-size: 220%;
  line-height: 1.6;
}
.page-section-company-03 a {
  display: block;
  max-width: 280px;
  border: solid 1px #333;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 16px;
  transition: .3s;
}
.page-section-company-03 a:hover {
  border: solid 1px #333;
  background-color: #fff;
  color: #333;
}
.page-section-company-03-img .aspect-group {
  width: 70%;
  margin-left: auto;
}
.page-section-company-03-img .aspect-bgimage {
  padding-top: 35%;
}
.page-section-company-04 {
  padding: 0rem 0 0;
}
.page-section-company-05 {
  padding: 7rem 0 0;
}
.page-section-company-05 h2 {
  font-size: 600%;
  color: rgba(51, 51, 51, .1);
  margin-bottom: 5px;
  font-weight: 200;
}
.page-section-company-05 h3 {
  font-size: 220%;
  line-height: 1.6;
}
.flex-page-company-05-inner {
  border: solid 1px #eee;
  padding: 24px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .04);
}
.flex-page-company-05-inner p {
  margin-bottom: 0;
}
.flex-page-company-05-inner p span {
  display: block;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-size: 115%;
  border-bottom: solid 1px #eee;
}
.page-section-company-06 {
  padding: 8rem 0;
  margin: 6rem 0;
  background-color: rgba(51, 51, 51, 1);
}
.page-section-company-06 h2 {
  font-size: 600%;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 5px;
  font-weight: 200;
}
.page-section-company-06 h3 {
  font-size: 220%;
  line-height: 1.6;
  color: #fff;
}
.page-section-company-06 p {
  color: #fff;
}
.page-section-company-06 a {
  display: block;
  max-width: 280px;
  border: solid 1px #fff;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 16px;
  transition: .3s;
}
.page-section-company-06 a:hover {
  border: solid 1px #fff;
  background-color: #fff;
  color: #333;
}
@media screen and (min-width: 980px) {
  .flex-page-company-06 .flex-item {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
  }
  .flex-page-company-06 .flex-item:nth-child(1) {
    flex-grow: 1;
  }
  .flex-page-company-06 .aspect-bgimage {
    padding-top: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page-section-company-02 {
  padding: 8rem 0 2rem;
}
  .page-section-company-intro h2 {
    font-size: 450%;
  }
  .page-section-company-intro h3 {
    font-size: 150%;
    line-height: 1.6;
  }
  .page-section-company-02 h2,
  .page-section-concept-03 h2,
  .page-section-concept-04 h2,
  .page-section-company-05 h2,
  .page-section-company-06 h2 {
  font-size: 450%;
}
.page-section-company-05 h3,
.page-section-company-06 h3 {
  font-size: 180%;
  line-height: 1.6;
}
}
/* 固定 よくある質問ページ
------------------------------------------------------------ */
.page-section-faq-intro {
  padding: 0;
}
.page-section-faq-intro h2 {
  font-size: 200%;
  color: rgba(51, 51, 51, .1);
  margin-bottom: 5px;
  text-align: center;
}
.page-section-faq-intro h3 {
  font-size: 230%;
  line-height: 1.6;
  text-align: center;
}
.page-section-faq-intro p {
  margin-bottom: 3px;
  text-align: center;
}

.tab_content_description h3 {
  margin: 16px 0;
  text-align: center;
}
.qa-6 {
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 2px solid #333;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 2.3em;
    color: #333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: .5em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333;
    border-right: 3px solid #333;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  margin: 0 auto;}
.tab_item {
  width: calc(90%/4);
  padding:15px 8px;
  border: 1px solid #333 ;
  background-color: #fff;
  text-align: center;
  color: #333 ;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin: 2px;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 0em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #333 ;
  color: #fff;
}
@media screen and (max-width: 680px) {
  .tab_item {
  width: calc(86%/2);
  padding:15px 8px;
  font-size: 12px;
  border: 1px solid #333 ;
  background-color: #fff;
  text-align: center;
  color: #333 ;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin: 2px;
}
}
/* 固定 スタッフ紹介ページ
------------------------------------------------------------ */
.page-section-staff-intro {
  padding: 2rem 0;
}
.page-section-staff-intro h2 {
  font-size: 600%;
  color: rgba(51, 51, 51, .1);
  margin-bottom: 5px;
}
.page-section-staff-intro h3 {
  font-size: 220%;
  line-height: 1.6;
}
.page-section-staff-content {
  padding: 0;
}
.flex-page-staff-content-inner {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.flex-page-staff-content-inner h2 {
  color: rgba(51, 51, 51, 0.2);
  margin-bottom: 5px;
  text-align: center;
}
.flex-page-staff-content-inner h3 {
  color: rgba(51, 51, 51, 1);
  font-size: 140%;
  text-align: center;
}
.flex-page-staff-content-inner h4 {
  margin-bottom: 5px;
  padding-bottom: 8px;
  border-bottom: solid 1px #777;
}
.staff-content-text-inner {
  padding: 16px;
}
@media screen and (min-width: 980px) {
  .flex-page-staff-content {
    gap: 0;
  }
  .flex-page-staff-content .flex-item {
    -webkit-flex-basis: calc(calc(100% / 3) - calc(calc(20px / 6) * 4));
    flex-basis: calc(calc(100% / 3) - calc(calc(20px / 6) * 4));
    margin-bottom: 32px;
  }
}

/*********************************************************
プライバシーポリシー改定に伴う修正 (2026/03/04)
**********************************************************/
.page_privay-policy h2.privay-policy-h2 {
  background-color: #e1e1e1;
  padding: 16px;
  margin-top: 50px;
  margin-bottom: 16px;
}
.page_privay-policy h3.privay-policy-h3 {
  padding-bottom: 8px;
  border-bottom: solid 1px #333;
  margin-bottom: 16px;
  margin-top: 24px;
}
.page_privay-policy .privay-policy-day {
  text-align: right;
  font-weight: bold;
}
.page_privay-policy ol,
.page_privay-policy ul {
  margin: 0 0 2.25em 2.4em;
}
.page_privay-policy ol li ol {
  margin: 0.7em 0 .7em 2.4em;
}
.page_privay-policy .privay-policy-service {
  width: max-content;
  padding: 4px 24px;
  border: solid 1px #999;
  text-align: center;
}
.page_privay-policy ol,
.page_privay-policy ul,
.page_privay-policy p {
  color: #333;
}

/* 固定 お問合せページ
------------------------------------------------------------ */
.page-section-contact-intro {
  padding: 0;
}
.page-section-contact-intro h2 {
  font-size: 200%;
  color: rgba(51, 51, 51, .1);
  margin-bottom: 5px;
  text-align: center;
}
.page-section-contact-intro h3 {
  font-size: 230%;
  line-height: 1.6;
  text-align: center;
}
.page-section-contact-intro p {
  margin-bottom: 3px;
  text-align: center;
}
/* ======================================
   フォーム 横並び調整
====================================== */
.wpcf7-form-table .form-row-2col{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
}

.wpcf7-form-table .form-row-2col .form-col{
  flex:1 1 0;
}

.wpcf7-form-table .form-row-1col{
  margin-top:14px;
}

.wpcf7-form-table .form-label-inline{
  display:block;
  margin-bottom:6px;
  font-weight:700;
  line-height:1.4;
}

.wpcf7-form-table .form-address-wrap .form-caution{
  display:block;
  margin-top:8px;
  font-size: 13px;
  color: #777;
}
.wpcf7-form-table .form-current-address-wrap .form-caution,
.wpcf7-form-table .form-email-wrap .form-caution,
.wpcf7-form-table .form-consider-wrap .form-caution,
.wpcf7-form-table .form-know-wrap .form-caution{
  display:block;
  margin-top:8px;
  font-size: 13px;
  color: #777;
}

.wpcf7-form-table .form-row-2col input,
.wpcf7-form-table .form-row-1col input{
  width:100%;
  box-sizing:border-box;
}

/* ======================================
   チェックボックスを見えるようにする
====================================== */
.wpcf7-form-table .checkbox-visible .wpcf7-list-item{
  display:inline-block;
  margin:0 18px 10px 0;
}

.wpcf7-form-table .checkbox-visible .wpcf7-list-item label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
}

.wpcf7-form-table .checkbox-visible input[type="checkbox"]{
  appearance:auto;
  -webkit-appearance:checkbox;
  width:16px;
  height:16px;
  margin:0;
  opacity:1 !important;
  position:static !important;
  pointer-events:auto !important;
}

/* ==============================
   フォーム 縦並びレイアウト
============================== */

.wpcf7-form-table tr{
  display:block;
  margin-bottom:30px;
}

.wpcf7-form-table th{
  display:block;
  width:100%;
  margin-bottom:8px;
  background:none;
  text-align:left;
}

.wpcf7-form-table td{
  display:block;
  width:100%;
  padding:0;
}

/* 必須ラベル位置調整 */
.wpcf7-form-table th label{
  display:flex;
  align-items:center;
}

/* 入力欄横幅 */
.wpcf7-form-table input,
.wpcf7-form-table select,
.wpcf7-form-table textarea{
  width:100%;
  box-sizing:border-box;
}
.wpcf7-form-table th,
.wpcf7-form-table td {
  border: none;
}
.wpcf7 .required, .wpcf7 .optional {
    margin: 0;
    font-size: 90%;
    line-height: 1;
    margin-right: 10px;
}
.wpcf7 table th {
  padding: 8px 0;
  margin-bottom: 16px;
  width: 100%;
  border-bottom: solid 1px#777;
  color: #333;
  font-size: 110%;
}
.wpcf7-form-table tr {
  background-color: #f5f5f5;
  padding: 24px;
}
table.wpcf7-form-table tr:last-child td {
    border-bottom: none;
}
@media screen and (max-width: 640px) {
.wpcf7 table th {
  padding: 8px 0;
  margin-bottom: 16px;
  width: 100%;
  border-bottom: solid 1px#999;
  color: #333;
  font-size: 110%;
}
.wpcf7-form-table tr {
  background-color: #fff;
  padding: 0px;
}
}
/* ==============================
   acceptance チェックボックス表示
============================== */
.comfirm-policy-check .wpcf7-acceptance .wpcf7-list-item{
  display:inline-block;
  margin:0;
}

.comfirm-policy-check .wpcf7-acceptance .wpcf7-list-item label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
}

.comfirm-policy-check .wpcf7-acceptance input[type="checkbox"]{
  appearance:auto !important;
  -webkit-appearance:checkbox !important;
  display:inline-block !important;
  width:16px !important;
  height:16px !important;
  margin:0 !important;
  opacity:1 !important;
  position:static !important;
  visibility:visible !important;
  pointer-events:auto !important;
  clip:auto !important;
  clip-path:none !important;
}
.wpcf7 input[type="submit"] {
    border-radius: 24px;
    width: 100%;
    max-width: 450px;
    display: block;
}
/* 固定 Coming Soon
------------------------------------------------------------ */
.section-comingsoon {
  padding: 3rem 0 8rem;
}
.section-comingsoon .comingsoon {
  text-align: center;
}
.section-comingsoon .comingsoon p {
  margin-bottom: 0;
  font-size: 240%;
}

/* 共通 フッター固定のお問い合わせ
------------------------------------------------------------ */
@media screen and (min-width: 980px) {
  .flex-common-footer-contact {
    gap: 0;
  }
  .flex-common-footer-contact .flex-item {
    -webkit-flex-basis: calc(calc(100% / 2) - calc(calc(0px / 6) * 4));
    flex-basis: calc(calc(100% / 2) - calc(calc(0px / 6) * 4));
  }
}
.common-footer-contact-title {
  text-align: center;
}
.common-footer-contact-title h2 {
  font-size: 300%;
  margin-bottom: 8px;
}
.common-footer-contact-title h3 {
  font-size: 100%;
  font-weight: 400;
}
/* ===============================
  CONTACT 背景＋オーバーレイ
=============================== */

.section-common-footer-contact{
  position: relative;
  padding: 100px 0;
  background-image: url("https://reforma-ghouse.jp/wp-content/uploads/2026/05/footer-bg.jpg"); /* 差し替え */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* オーバーレイ */
.section-common-footer-contact::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6); /* ←ここ調整ポイント */
  z-index: 1;
  backdrop-filter: blur(2px);
}

/* 中身を前に */
.section-common-footer-contact .section-container{
  position: relative;
  z-index: 2;
}

/* ===============================
  テキスト白化
=============================== */

.common-footer-contact-title h2,
.common-footer-contact-title h3,
.flex-common-footer-contact-inner p,
.flex-common-footer-contact-inner a {
  color: #fff;
}

.flex-common-footer-contact-inner{
  padding: 0 24px;
  text-align: center;
}
.flex-common-footer-contact-inner a {
  text-decoration: none;
}
.flex-item-contact-tel a {
  font-size: 300%;
  letter-spacing: 2px;
  font-family: "Noto Serif JP", serif;
}
.flex-item-contact-tel a:hover {
  color: #fff;
}
.flex-item-contact-tel p {
  margin-bottom: 0;
}
.flex-item-contact-mail .footer-contact-inner-event {
  margin-bottom: 8px;
}
.flex-item-contact-mail .footer-contact-inner-mail {
  margin-bottom: 20px;
}
.flex-item-contact-mail .footer-contact-inner-mail a {
  display: block;
  padding: 8px;
  text-align: center;
  font-weight: bold;
  margin: 8px 0;
  font-size: 110%;
}
.flex-item-contact-mail .footer-contact-inner-mail a {
  background-color: #7e7e7e;
  color: #fff;
  border: solid 1px #7e7e7e;
  padding: 16px;
  transition: .3s;
}
.flex-item-contact-mail .footer-contact-inner-mail a:hover {
  background-color: rgba(126,126,126,.6);
  color: #fff;
  border: solid 1px rgba(126,126,126,.6);
}
.flex-item-contact-mail .footer-contact-inner-event a {
  display: block;
  padding: 8px;
  text-align: center;
  font-weight: bold;
  margin: 8px 0;
  font-size: 110%;
}
.flex-item-contact-mail .footer-contact-inner-event a {
  background-color: #CB356B;
  color: #fff;
  border: solid 1px #CB356B;
  padding: 16px;
  transition: .3s;
}
.flex-item-contact-mail .footer-contact-inner-event a:hover {
  background-color: rgba(189,63,50,.8);
  color: #fff;
  border: solid 1px rgba(189,63,50,.8);
}
.flex-item-contact-mail i {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .flex-common-footer-contact-inner{
  padding: 0 8px;
  text-align: center;
}
}
/* 共通 フローティングメニュー
------------------------------------------------------------ */
#floating-menu{
  margin: 0;
  padding: 0;
  width: auto;
  position: fixed;
  top: 120px;
  right: 0;
  background: transparent;
  z-index: 999999999999999999999;
}
.flex-floating{
  -webkit-flex-direction: column;
  flex-direction: column;
  background: transparent;
}
.flex-floating .flex-box-inner{
  margin: 0;
  padding: 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  width: 55px;
  text-align: center;
}
.flex-floating .inner-line{
  background: #00B900;
}
.flex-floating .inner-facebook{
  background: #3B5998;
}
.flex-floating .inner-instagram{
  background: -webkit-linear-gradient(to right, #5478f2 0%, #f23f79 60%, orange 100%);
  background: linear-gradient(to right, #5478f2 0%, #f23f79 60%, orange 100%);
}
.flex-floating .inner-mail{
  background: #55acee;
}
.flex-floating .inner-tel{
  background: #111;
}
.flex-floating .inner-modelhouse{
  background: rgba(197, 160, 90, 1);
}
.flex-floating .inner-catalog{
  background: #999999;
}
.flex-floating .inner-consultation{
  background: #333;
}
.flex-floating a{
  display: block;
  padding: 0.5rem 0.25rem;
}
.flex-floating .inner-line a:hover, .flex-floating .inner-line a:focus{
  color: #00B900;
}
.flex-floating .inner-facebook a:hover, .flex-floating .inner-facebook a:focus{
  color: #3B5998;
}
.flex-floating .inner-instagram a:hover, .flex-floating .inner-instagram a:focus{
  color: #f23f79;
}
.flex-floating .inner-mail a:hover, .flex-floating .inner-mail a:focus{
  color: #444;
  color: #55acee;
}
.flex-floating .inner-tel a:hover, .flex-floating .inner-tel a:focus{
  color: #111;
}
.flex-floating .inner-modelhouse a:hover, .flex-floating .inner-modelhouse a:focus{
  color: rgba(197, 160, 90, 1);
}
.flex-floating .inner-catalog a:hover, .flex-floating .inner-catalog a:focus{
  color: #999999;
}
.flex-floating .inner-consultation a:hover, .flex-floating .inner-consultation a:focus{
  color: #333;
}
.flex-floating i{
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}
.flex-floating .floating-text{
  display: block;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 6px;
  color: #fff;
}
@media screen and (max-width: 640px){
  body{
    padding-bottom: 52px;
  }
  #floating-menu{
    width: 100%;
    top: auto;
    right: 0;
    bottom: 0;
  }
  .flex-floating{
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex-floating .flex-box-inner{
    width: auto;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 480px){
  .flex-floating i{
    font-size: 24px;
    line-height: 37px;
  }
}
@media screen and (min-width: 641px){
  .flex-floating{
    display: none;
  }
}

/* フローティングバナーセクション */
@media screen and (max-width: 640px) {
    .flex-floating .flex-box-inner {
        width: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    .flex-floating a {
    display: block;
    padding: 1rem 0.25rem;
    font-weight: bold;
}
.flex-floating a:hover {
    background: #CB356B;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #CB356B, #BD3F32);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #CB356B, #BD3F32);
color: #fff;
}
    .flex-floating .floating-text {
    display: inline-block;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 0px;
}
    .flex-floating i {
        font-size: 19px;
        line-height: 1;
        padding-left: 0px;
    }
    .flex-floating .inner-floating-btn {
    background: #CB356B;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #BD3F32, #CB356B);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #BD3F32, #CB356B);
}
}

/* 共通 送信完了
------------------------------------------------------------ */
.thanks-format {
  max-width: 980px;
  margin: 16px auto 24px;
  text-align: center;
  margin-bottom: 32px !important;
}
@media screen and (max-width: 767px) {
.thanks-format p {
  text-align: left;
}
}

/* reCAPTCHA (v3) */
.grecaptcha-badge{
  bottom: 8px !important;
  right: auto !important;
  z-index: 5;
  left: 8px !important;
  width: 70px !important;
}
.grecaptcha-badge:hover{
  left: 8px !important;
  width: 256px !important;
}
@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 58px !important;
  }
}
