/* ファーストビュー */
.layout_main {
  background: url(../img/office-layout/item/officelayout_bg_newmain01_05.png) 100% 0 / auto 100% no-repeat, url(../img/maxhub/bg_newmain_gray.png) 0 0 / auto 100% no-repeat #E2E2E2;
  height: 785px;
  text-align: left;
  width: 100%;
  position: relative;
}
.layout_main .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 123px 0 0;
  position: relative;
}
.layout_main .content{
  width: 580px;
}
.layout_main .catch_area .catch {
  display: block;
  width: 308px;
  font-size: 2.6rem;
  margin: 0 0 14px;
  padding: 0 5px 2px;
  text-align: center;
  color: #ffff;
  line-height: 1.5;
  position: relative;
  z-index: 0;
}

.catch_area {
  width: 100%;
  padding: 41px 0px;
}

.layout_main .catch_area .catch::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #111;
  transform: skewX(-10deg);
}

.layout_main .catch_area .sub_txt{
  display: inline-block;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 0 0 20px;
  color: #222;
  letter-spacing: .05em;
}

.layout_main .catch_area .sub_txt_s{
  font-size: 2.0rem;
  line-height: 1.8;
  font-weight: 500;
  margin: 0 0 18px;
  transform: skewX(-8deg);
}

.layout_main .catch_area .main_txt{
  margin: 0 0 12px;
}
.layout_main .catch_area .btn {
  margin: 0 0 40px;
}

.layout_main .catch_area .btn a {
  display: inline-block;
  padding: 20px 50px 20px 90px;
  border-radius: 10px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  text-decoration: none;
  text-align: center;
  background: url(../img/office-layout/item/logo_sabu.png) no-repeat 50px center,linear-gradient(90deg, #716A3E 0%, #3C3609 100%);
  background-size: 30px auto,auto auto;
  box-shadow: 0px 15px 30px 0px rgba(0,0,0,.18);
}

ol.path {
  font-size: 10px;
  font-size: 1.0rem;
  margin: 0 0 28px;
  padding: 0px 0px;
  list-style-type: none;
  color: #666;
}

ol.path li {
  float: left;
  padding: 0 5px 0 0;
}
ol.path li:before {
  content: " > ";
}
.path li:first-child:before {
  content: none;
}
ol.path li a,
ol.path li a:visited {
  color: #333;
}

/*-------------------
図面・3D画像
--------------------*/

.action-component {
  padding: 0px 0px 0px;
  background: #f0f0ed;
  position: relative;
  z-index: 2;
  font-family: "UD Shin Go Medium", sans-serif;
  background: url(../img/office-layout/item/bg_faq01.png) right top
}

.action-catch {
  text-align: center;
  font-size: 27px;
  margin: 0px 0px 13px 0px;
  font-weight: bold;
  color: #c04848;
  line-height: 34px;
}

.action-component .action .action-flexBox {
  background-color: #fff;
  border-radius: 10px;
  /* display: flex; */
  /* position: relative; */
  padding: 25px 103px 51px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}

.action-component .action .action-flexBox .action-casestudy::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../img/office-layout/item/showroom_sinjyu.png) no-repeat top center / contain;
  height: 118px;
  width: 265px;
  top: -5px;
  left: -33px;
}

.action-component .action .action-flexBox .action-casestudy {
  width: 100%;
  padding-left: 259px;
  position: relative;
}

.action-component .action .action-flexBox .action-casestudy .action-casestudy_text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: -6px;
  /* padding: 0px 217px 0px 0px; */
}

.action-component .action .action-flexBox .action-casestudy .action-casestudy_title {
  font-size: 21px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #b28257;
}

.action-component .action .action-flexBox .action-manual::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../img/office-layout/item/showroom_sinjyu.png) no-repeat top center / contain;
  height: 93px;
  width: 172px;
  top: -10px;
  left: 6px;
}

.action-component .action .action-flexBox .action-manual .action-manual_text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.action-component .action .action-flexBox .action-manual::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 80%;
  right: 0;
  top: 50px;
  background-color: #3c3c3c;
}

.action-component .action .action-flexBox .action-manual .action-manual_title {
  font-size: 23px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #00a9c3;
}


 /* *, *::after, *::before {
  box-sizing: border-box;
} */

/* ボタン */
.action-component .action .action-flexBox .action-linkButton_download {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  height: 60px;
  width: 600px;
  font-size: 22px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  /* background: linear-gradient(to right, #e60039, #9b0000); */
  background: linear-gradient(90deg, #950101, #c04848);
  border-radius: 60px;
  transition: all ease 0.3s;
  text-decoration: none;
}

.action-component .action .action-flexBox .action-linkButton_download::after {
  content: "";
  transition: all 0.3s ease;
}

.action-component .action .action-flexBox .action-linkButton_download:hover {
  background: linear-gradient(90deg, #c04848, #950101); /* 反転するようなグラデーション変更 */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3); /* 浮き上がるような影の追加 */
  transform: translateX(-50%) scale(1.05); /* わずかに拡大して注目させる */
}

.action-component .action .action-flexBox .action-linkButton_download::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1); /* 薄い白い光の層 */
  border-radius: 60px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.action-component .action .action-flexBox .action-linkButton_download:hover::after {
  opacity: 1; /* ホバー時に光が浮かぶ */
}

a {
  /* display: inline-block; */
  /* color: #000; */
  text-decoration: none;
}

.action-component .action .action-flexBox .action-linkButton_download::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(https://okamura.imgix.net/office/lp/office_iten/img/action-arrow.hov.svg) no-repeat center top / contain;
  height: 18px;
  width: 8px;
}

.action-component .action-linkButton_contact span {
  position: absolute;
  width: 100%;
  font-family: "UD Shin Go Regular", sans-serif;
  text-align: center;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  color: #000;
}

.action-component .action-linkButton_contact a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  height: 60px;
  width: 600px;
  background: #000;
  font-size: 25px;
  font-family: "UD Shin Go Medium", sans-serif;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 60px;
  transition: all ease 0.3s;
}

.sr_all-catch {
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1.47;
  text-align: center;
  color: #333;
  margin: 70px 0px 6px 0px;
}
.sr_all-catch > em {
  background: linear-gradient(#fefea3, #fefea3) no-repeat bottom 8px left/100% 23px;
  font-weight: bold;
  font-size: 40px;
  color: #333;
}

/*-------------------
showroom
--------------------*/
/* .showroom {

} */

.showroom-office .sr_all {
  width: 1100px;
  margin: 0 auto;
}

.showroom-office .showroom_experience {
  position: relative;
  z-index: 0;
  margin: 0 0 80px;
}

.showroom-office .showroom_experience::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 47%;
  height: 100%;
  background: url(../img/maxhub/bg_showroom_experience01.jpg) no-repeat center center;
  background-size: cover;
}

.showroom-office .showroom_experience::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 53%;
  height: 100%;
  background: linear-gradient(135deg, #716A3E 0%, #3C3609 100%);
}

.showroom-office .showroom_experience .sr_all {
  padding: 120px 0 80px;
}


.showroom-office .showroom_experience .sr_all .tit_block {
  display: flex;
  align-items: flex-start;
  margin: 0 0 45px;
  letter-spacing: .05em;
}

.showroom-office .showroom_experience .sr_all .tit_block .ico {
  position: relative;
  padding: 8px 10px 13px 30px;
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #AC9E4C;
  line-height: 1.6;
  background: #111;
}

.showroom-office .showroom_experience .sr_all .tit_block .ico::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 21px;
  height: 100%;
  background: #111;
    clip-path: polygon(0 0, 100% 0, 1px 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 1px 100%, 0 100%);
}

.showroom-office .showroom_experience .sr_all .tit_block .tit {
  margin: 0 0 0 40px;
  padding: 5px 0 0;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-shadow: 0px 0px 30px rgba(0,0,0,.56);
}

.showroom-office .showroom_experience .sr_all .txt {
  color: #fff;
}

.showroom-office .showroom_experience .sr_all .txt .bg_txt {
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 0;
  font-size: 140px;
  font-size: 14.0rem;
  font-weight: bold;
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 1px #AC9E4C;
  text-stroke: 1px #AC9E4C;
  opacity: .3;
}

.showroom-office .showroom_experience .sr_all .txt .lead {
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.46;
  text-align: center;
  color: #222;
  background: #ac9e4c;
  padding: 15px;
    border-radius: 0 20px 0 20px;
}

.showroom-office .catch{
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1.47;
  text-align: center;
  color: #333;
  margin: 50px auto;
}

.showroom-office .box-all{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 70px;
  list-style: none;
}

.col {
  pointer-events: none;
}

.showroom-office .col{
  width: 340px;
  margin: 40px 40px 0 0;
}

.showroom-office .col:hover {
  opacity: 0.8;
}

.showroom-office .col p{
  font-size: 13px;
  line-height: 1.8;
}

.showroom-office .col:nth-child(3n){
  margin-right: 0;
}
.showroom .col:nth-child(-n+3){
  margin-top: 0;
}

.showroom-office .img{
  margin: 0 0 20px;
}

.showroom-office .col .tit{
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
}

.showroom-office .col .caution{
  font-weight: bold;
  color: #AC9E4C;
}

.showroom-office .col a:link,
.showroom-office .col a:visited{
  text-decoration: underline;
}

.showroom-office .btn {
  text-align: center;
  margin: 0 0 40px;
}

.showroom-office .btn a {
  display: inline-block;
  width: 900px;
  box-sizing: border-box;
  padding: 30px 50px 30px 120px;
  border-radius: 10px;
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  text-decoration: none;
  text-align: center;
  background: url(../img/maxhub/ico_mail.png) no-repeat 200px center,linear-gradient(90deg, #716A3E 0%, #3C3609 100%);
  background-size: 50px auto,auto auto;
  box-shadow: 0px 15px 30px 0px rgba(0,0,0,.18);
}

/* ヘッダー全体の設定 */
.header01 {
    position: relative;
    width: 100%;
    height: 400px; /* ヘッダーの高さを設定 */
    background-image: url('img/office-layout/header-image.jpg'); /* ヘッダーの背景画像 */
    background-size: cover;
    background-position: center;
}

/* logo */
.image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.image-container-logo {

}

.background-image {
    width: 100%; /* 画像が画面幅にフィット */
    height: 100%; /* 高さも自動調整 */
    object-fit: cover; /* 画像が引き伸ばされないように */
}
/* logo終わり */

.text-overlay {
  position: absolute;
  left: 50%;
  background-color: rgba(255, 255, 255, 1); /* 半透明の白帯 */
  color: #333; /* 読みやすい文字色 */
  padding: 15px 30px; /* テキストの余白 */
  font-size: 2.5rem; /* テキストサイズ調整 */
  font-weight: bold;
  width: 90%; /* スマホ対応で幅を可変 */
  max-width: 600px; /* 最大幅を指定 */
}

.overlay-image {
    position: absolute;
    /* top: 84%; */
    left: 50%;
    transform: translate(-50%, -109%);
    width: 500px;
    height: auto;
    z-index: 10;
}

/* 透過素材の設定 */
.overlay01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/office-layout/transparent-overlay.png'); /* 透過素材 */
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5; /* 透過度を調整 */
}

/* ヘッダー内のテキストの設定 */
.header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;
    text-align: center;
}

.lowpTitleLig {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/office-layout/item/officelayoutlogo02.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.lowpOfiicecom {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/office-layout/item/logo_sabu.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.officelayoutMain {
    position: relative;
    width: 100%;
    height: 825px;
    background: url(../img/office-layout/item/img_officelayoutmain02.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-position: center;
    background-position: center bottom;
}

#main-contents {
  background: #fff !important;
}

/*CVエリア*/
#main-contents .cv01{
  padding: 16px 0 45px;
  background: url(../img/office-layout/item/bg_cv01_04.png) 50% 50% no-repeat;
    background-size: cover;
  text-align: center;
}

#main-contents .cv01.mid01{
  /* padding: 100px 0 100px; */
  position: relative;
  /* z-index: 5; */
}

#main-contents .cv02.mid02{
  padding: 50px 0 50px;
    position: relative;
    z-index: 5;
}

.button-container {
    text-align: center;
    padding: 20px;
    /* display: flex;
    flex-direction: column; */
    margin: 40px;
  }

  .button-container h2 {
    font-size: 31px;
    margin-bottom: 17px;
    color: white;
  }

  .button-container p {
    font-size: 14px;
    color: #ffff;
    margin-bottom: 20px;
    line-height: 19px;
  }

  .button-container a:link {
    color: #fffedf;
    text-decoration: none;
  }

  .cta-button {
    display: inline-block;
    background: linear-gradient(to bottom, #ffdd75, #927F47);
    color: #fffedf;
    font-size: 27px;
    padding: 31px 53px;
    text-decoration: none;
    border-radius: 60px;
    position: relative; /* 位置を調整するためにrelativeを追加 */
    transition: background 0.3s, transform 0.3s;
    font-weight: bold;
  }

  .cta-button:hover {
    background: linear-gradient(to bottom, #ffe28b, #77683a); /* ダークオレンジ系 */
    transform: translateY(-5px); /* 少し浮き上がる */
  }

  .cta-button .arrow {
    position: absolute;
    right: 24px; /* 右端に配置 */
    top: 50%;
    transform: translateY(-50%); /* 垂直方向に中央揃え */
    font-size: 18px;
    background: url(../img/office-layout/item/nv_arrow_wh01.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  .button-container02 {
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin: 40px;
  }

  /* 連絡先情報のスタイル */
  .contact-info {
    display: flex;
    gap: 22px;
    justify-content: space-between;
    max-width: 717px;
    width: 681px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    text-align: left;
  }

  .contact-left, .contact-right {
    width: 48%;
  }

  .contact-left-one {
    float: left; /* または display: inline-block; などで左に寄せる */
    width: 48%; /* 他の .contact-left と同じ幅に */
    box-sizing: border-box;
  }

  .contact-box {
    background-color: white; /* 各セクションに白背景 */
    padding: 23px 15px 18px 25px;
    /* margin: 12px 0px; */
    border-radius: 0px; /* 角を丸く */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 軽いシャドウ */
  }

  .contact-title {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    line-height: 14px;
  }

  .contact-number {
    font-size: 35px;
    font-weight: bold;
    color: #000000;
    margin: -14px 0;
  }

  .contact-number a {
    margin-right: 10px; /* アイコンとテキストの間にスペースを追加 */
    color: #FF7F50; /* アイコンの色 */
  }

  .contact-number .phone-icon {
    width: 28px; /* アイコンのサイズ */
    height: 28px; /* アイコンのサイズ */
    margin-right: -6px; /* アイコンとテキストの間にスペースを追加 */
    vertical-align: middle; /* アイコンとテキストを垂直方向に中央揃え */
  }

  .contact-hours {
    font-size: 12px;
    color: #777;
  }

  /* 質問項目 */
  .background-container {
    position: relative;  /* background-containerを相対位置に設定 */
    background-image: url('../img/office-layout/item/background001.jpg'); /* 背景画像を指定 */
    background-size: cover; /* 背景画像をカバーする */
    background-position: center; /* 背景画像を中央に配置 */
    padding: 50px 20px;
    color: #fff;
  }

/* テスト */

/* テスト終わり */

  .white-banner {
    background-color: white;
    width: 100%;
    height: 361px;
    max-width: 915px;
    margin: 0 auto;
    border-radius: 5px;
  }

  .contentlite-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .image-heading {
    /* position: relative;
    top: -20px; */
    text-align: center;
  }

  .image-heading img {
    width: 500px;  /* 幅を300pxに設定 */
    height: 140px; /* 高さを200pxに設定 */
  }

  .contentlite {
    display: flex;
    justify-content: center;
    /* align-items: end; */
    /* position: absolute; */
    /* top: 173px; */
    /* left: 45%; */
    /* transform: translate(-42%); */
    width: 100%;
  }

.left, .right {
    min-width: 307px;
    width: 100%;
    width: 100%;
}

.person-image {
    max-width: 294px;
    width: 100%;
    height: auto;
  }

  .questions-list {
    list-style: none;
    /* padding-left: 0; */
    padding: 0px 0px 31px 0px;
  }

  .questions-list li {
    font-size: 21px;
    margin: 10px 0;
    display: flex;
    color: #000000;
    font-weight: bold;
    flex-wrap: wrap;
    align-items: center;
  }

  .questions-list li::after {
    content: ''; /* 擬似要素の内容 */
    display: block; /* ブロック要素として表示 */
    width: 100%; /* 横幅100% */
    height: 2px; /* 線の太さ */
    margin-top: 5px; /* アイコンと線の間にスペース */
    background: repeating-linear-gradient(135deg, transparent, transparent 3px, #000 3px, #000 4px); /* 点線の作成 */
  }

  .check-icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  .check-icon::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    background: repeating-linear-gradient(65deg, transparent, transparent 1px, #000 3px, #000 4px);
    background-size: 4px 100%;
  }

  .arrow-container {
    margin-top: 30px;
  }

  .arrow-image {
    width: 98px;
    height: auto;
    margin-top: -61px;
    position: relative;
  }

  @media (max-width: 768px) {
    .contentlite {
        flex-direction: column; /* スマホでは縦並び */
        /* top: 0; */
        text-align: center;
    }

    .left, .right {
        text-align: center; /* スマホでは中央配置 */
    }

    .questions-list {
        text-align: left; /* リストは左寄せに */
    }
}

/* iPad縦・横 どちらにも対応（幅768px〜1024px） */
@media (min-width: 768px) and (max-width: 1024px) {
  .white-banner {
    background-color: white;
    width: 100%;
    height: 361px;
    max-width: 915px;
    margin: 0 auto;
    border-radius: 5px;
  }

  .contentlite-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .image-heading {
    text-align: center;
  }

  .image-heading img {
    width: 500px;  /* 幅を300pxに設定 */
    height: 140px; /* 高さを200pxに設定 */
  }

  .contentlite {
    display: flex;
    justify-content: center;
    width: 100%;
  }

.left, .right {
    min-width: 307px;
    width: 100%;
    width: 100%;
}

.person-image {
    max-width: 294px;
    width: 100%;
    height: auto;
  }

  .questions-list {
    list-style: none;
    /* padding-left: 0; */
    padding: 0px 0px 31px 0px;
  }

  .questions-list li {
    font-size: 21px;
    margin: 10px 0;
    display: flex;
    color: #000000;
    font-weight: bold;
    flex-wrap: wrap;
    align-items: center;
  }

  .check-icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  .check-icon::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    background: repeating-linear-gradient(65deg, transparent, transparent 1px, #000 3px, #000 4px);
    background-size: 4px 100%;
  }

  .arrow-container {
    margin-top: 30px;
  }

  .arrow-image {
    width: 98px;
    height: auto;
    margin-top: -61px;
    position: relative;
  }
}

/* ここがポイント */
.office-point {
  width: 100%;
  max-width: 1200px;
  margin: 90px auto;
  padding: 0px;
  box-sizing: border-box;
}

.office-point-image img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.office-point-content-main {
   /*復活 */
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  gap: 20px;
  margin-bottom: 90px;
  width: 100%;
  max-width: 952px;
  margin: 0 auto; /*消す予定 */
   /*復活 */

  display: flex;
  gap: 20px; /* 要素間の余白 */
  margin: 0 auto; /* センター寄せ */
  margin-bottom: 90px;

  /* 固定幅とレスポンシブ対応 */
  width: 952px; /* 固定幅 */
  max-width: 100%; /* ビューポートが狭くなった場合は100%まで縮小 */
}

.office-point-left {
  flex: 1; /* 通常時は1:1の比率 */
  min-width: 400px; /* 縮小時の最小幅 */
  max-width: 320px; /* 通常時の最大幅 */
  padding-right: 20px;
}

.office-point-right {
  flex: 2; /* 右側は左側の2倍の幅 */
  min-width: 0; /* 内容がはみ出さないように制御 */
}

.office-point-text-content {
  display: inline-block;
  text-align: left;
}

.office-point-image-content,
.office-point-comment {
    text-align: left; /* テキストを左揃えにする */
}

.office-point-image-content img {
  width: 160px;
  height: auto;
  margin-bottom: 10px;
}

h2 {
  font-size: 4.0rem;
  color: #333;
  margin: 0;
  line-height: 57px;
}

h2 > em {
  background: linear-gradient(#fefea3, #fefea3) no-repeat bottom 8px left / 100% 23px;
  font-weight: bold;
  font-size: 40px;
  color: #333;
}

h3 {
  font-size: 4rem;
  color: #fff;
  line-height: 1.6;
}

h5 {
  font-size: 4rem;
  color: #fefea3;
  line-height: 1.6;
}

h6 {
  font-size: 4rem;
  color: #333;
  line-height: 1.6;
}

h7 {
  font-size: 4rem;
  color: #333;
  line-height: 1.6;
  font-weight:bold
}

h7 > em {
  background: linear-gradient(#fefea3, #fefea3) no-repeat bottom 8px left / 100% 23px;
  font-weight: bold;
  font-size: 40px;
  color: #333;
}

p1 {
  color: white;
  font-size: 2rem;
}

.diagonal-line {
  border-top: 3px solid #333;
  width: 50%;
  margin: 10px auto;
}

.office-point-comment {
  padding: 0px;
}

.office-point-square-image img {
  width: 100%;
  height: auto;
  /* border-radius: 10px; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .office-point-content-main {
      flex-direction: column;
  }
}

/* コンテナのスタイル */
.text-image-container {
  position: relative;
  text-align: center;
  /* display: inline-block;
  text-align: center;
  width: 100%;
  overflow: hidden; */
}

/* 画像のスタイル */
.text-image-container img {
  width: 100%; /* 画像の幅を100%に設定 */
  max-width: 800px;
  height: auto; /* 高さは自動調整 */
  display: block;
  margin: 0 auto;
  padding: 7px;
}

/* 赤いグラデーションバーのスタイル */
.red-gradient-bar {
  width: 100%;
  height: 200px;
  background: linear-gradient(to right, #950101, #c04848);

  display: flex;         /* Flexboxを使用 */
  flex-direction: column; /* 縦方向に並べる */
  align-items: center;   /* 水平方向の中央揃え */
  justify-content: center; /* 垂直方向の中央揃え（必要に応じて）*/
  text-align: center;    /* テキストの中央揃え */
  padding: 20px 0;       /* 上下の余白を調整 */
  position: relative;
  background: linear-gradient(90deg, #950101, #c04848);
  color: #fff;
}

.red-gradient-bar::after {
  content: "";
  position: absolute;
  bottom: -20px; /* 帯の下に配置 */
  left: 50%;
  transform: translateX(-50%); /* 三角形を中央に配置 */

  /* 三角形の作成 */
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #aa2424; /* 三角形の色を帯と同じにする */
}

.red-gradient-bar h5,
.red-gradient-bar p1 {
  margin: 0px 0; /* 上下の余白を調整 */
}

/* メディアクエリでレスポンシブ対応 */
@media (max-width: 768px) {
    .text-image-container {
      height: 50vw; /* 画面が狭くなったときに親要素の高さを50%に変更 */
  }

  .text-image-container img {
      width: 90%; /* 画像の幅を90%に */
      max-width: none;
  }

  .red-gradient-bar {
      height: 25%; /* 赤いバーの高さを親要素の25%に */
  }
}

@media (max-width: 480px) {
  .text-image-container {
      height: 40vw; /* 小さな画面では親要素の高さを40%に */
  }

  .text-image-container img {
      width: 100%; /* 画像の幅を100%に */
  }

  .red-gradient-bar {
      height: 30%; /* 赤いバーの高さを親要素の30%に */
  }
}

/* コンテナ全体 */
.container {
  padding: 28px; /* 上下左右に余白を追加 */
  max-width: 845px;
  margin: 0px auto; /* 中央に配置 */
}

/* タイトル画像 */
.title-image img {
  width: 100%;
  height: auto;
}

/* コンテンツのメイン部分 */
.content-main {
  display: flex;
  flex-wrap: wrap; /* 画面幅に応じて折り返し */
  justify-content: space-between; /* 左右の間隔を調整 */
  gap: 20px; /* 要素間の間隔 */
}

/* 左側コンテンツ */
.left {
  flex: 0.3; /* 左側が画面幅に応じて自動調整 */
}

/* 左側のテキスト部分 */
.text-content {
  margin-bottom: 20px;
  text-align: left;
}

.text-content h2 {
  font-size: 35px;
  font-weight: bold;
}

.text-content p {
  font-size: 33px;
  text-align: left;
}

/* 画像コンテンツ */
.image-content {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.image-content img {
  width: 50%;
  height: auto;
}

/* 斜線（斜めの線） */
.diagonal-line {
  width: 100%;
  height: 2px;
  margin-bottom: 20px;
}

/* コメント */
.comment p {
  font-size: 14px;
  color: #333;
  text-align: left;
}

/* 右側コンテンツ（正方形画像） */

.square-image img {
  width: 100%;
  height: auto;
  object-fit: cover; /* 画像をトリミング */
  border-radius: 10px;
}

/* スマホなどの画面幅が狭いときのレスポンシブ */
@media screen and (max-width: 768px) {
  .content-main {
    flex-direction: column; /* 縦並びに変更 */
  }

  .left, .right {
    flex: 1 1 100%; /* 両方の幅を100%に */
    padding: 10px;
  }

  .text-content h2 {
    font-size: 28px; /* スマホで文字が大きすぎないように調整 */
  }

  .text-content p {
    font-size: 26px; /* スマホで文字が大きすぎないように調整 */
  }

  .image-content img {
    width: 70%; /* スマホでは画像の幅を広げる */
  }

  .square-image img {
    width: 80%; /* スマホで画像サイズを調整 */
  }
}

/* オフィスレイアウト事例 */
.office-layout-section {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0px 0px;
  max-width: 1100px;
}

.title-container {
  text-align: center;
  margin: 0px 0px 20px 0px;
}

h1 {
  font-size: 4rem;
  color: #333;
  font-weight: bold;
}

.subtitle {
  font-size: 1.5rem;
  color: #777;
}

.description {
  text-align: center;
  font-size: 1.6rem;
  color: #555;
  margin: 0px 0px 25px 0px;
}

.caseWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* ボックス間の余白 */
  justify-content: space-between;
  overflow: hidden;
}

.caseBox {
  flex: 1 1 45%; /* 幅を調整しつつ柔軟に配置 */
  min-width: 300px; /* 最小幅 */
  max-width: 520px; /* 最大幅 */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.caseBox:hover {
  opacity: 0.7;
}

.caseBox-a {
  background-color: #fff;
}

.caseBox a {
  display: block;
  background-color: #c04848; /* a の背景色（変更しない） */
  position: relative;
  z-index: 1; /* オーバーレイが a よりも前に来るように */
  transition: background-color 0.3s ease; /* aのホバー時の背景色変化 */
}

.caseBox img {
  width: 100%; /* 画像をボックス幅に合わせる */
  height: auto;
}

.caseBox a:link {
  color: #FFF;
  display: block;
  text-decoration: none;
  height: 100%;
}

.caseBox dl {
  padding: 15px 20px;
  position: relative;
  color: #333; /* 通常時の文字色（ここではダークグレーを例示） */
  transition: opacity 0.3s ease; /* opacity の遷移 */
  z-index: 2; /* dlが画像やオーバーレイより前に来るように */
}

.caseBox dl a {
  text-decoration: none;
}

.caseBox dl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0; /* 最初は透明 */
  transition: opacity 0.3s ease; /* 透明度の遷移 */
  z-index: 1; /* オーバーレイがdlの後ろに表示されるように */
}

.caseBox dl a:link {
  color: #FFF;
  text-decoration: none;
}

.caseBox dl dt {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fefea3;
  line-height: 42px;
}

.small-text {
  display: block; /* 強制改行 */
  font-size: 18px; /* 文字サイズを少し小さく */
  color: #fff; /* 少し目立たないように */
  margin: 11px 0px 12px 0px;
  line-height: 26px;
  display: inline-block;
}

.caseBox dl dd {
  font-size: 14px;
  color: #333;
}

.caseBox dl {
  position: relative;
}

.caseBox dd {
  line-height: 1.6; /* 行間を広めに */
  font-size: 0.95em; /* 少し小さくして詰まりを防ぐ */
  margin-top: 8px; /* 適度な余白 */
}

.dl a::after {
  width: 22px;
  height: 22px;
  right: auto;
  left: 50%;
  top: auto;
  bottom: -11px;
  transform: translateX(-50%) rotate(90deg);
}

.dl a:after {
  background-image: url(img/arrow01_navy.svg);
}

/* 初期状態：PC用を表示、SP用を非表示 */
.img-pc {
  display: block;
}
.img-sp {
  display: none;
}

/* オフィスレイアウト_2つ並び画像 */
.external-services {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}

.external-services__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 7.33%;
  column-gap: 7.33%;
  padding: 0;
  margin-bottom: 0;
}

.external-services__logo.-officee-o {
  height: 34.58px;
}

.external-services__logo-area {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
}

.external-services__item {
  display: flex;
  flex-direction: column;
  list-style: none;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.24);
}

.external-services__logo-area.-officee-o {
  background: #c04848;
}

.external-services__logo-area02.-officee-o {
  background: #cdcdcd;
}

.external-services__main.-officee-o {
  background: #fff3f3;
}

.external-services__main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 24px;
  list-style: none;
}

.external-services__main-message.-officee-o {
  color: #c04848;
}

.external-services__main-message {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.external-services__sub-message.-officee-o {
  color: #c04848;
}

.external-services__sub-message {
  font-size: 14px;
  line-height: 22px;
}

.external-services__link-wrapper {
  display: flex;
  flex-grow: 1;
  align-items: end;
  justify-content: center;
  min-height: 75px;
}

a.noicon {
  padding: 0;
  margin: 0;
}

.external-services__item {
  display: flex;
  flex-direction: column;
  list-style: none;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.24);
}

.external-services__logo-area.-naisoo-o {
  background: #eaeaea;
}

.external-services__logo-area {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
}

.external-services__logo-area02 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  font-weight: bold;
  font-size: 3rem;
  background-color: #bbbbbb;
}

.external-services__main-message.-naisoo-o {
  color: #000;
}

.external-services__main-message {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.external-services__sub-message.-naisoo-o {
  color: #000;
}

.external-services__logo.-naisoo-o {
  height: 30.52px;
}

.external-services__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 282px;
  height: 48px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  background: #c04848;
  border: none;
  border-radius: 24px;
}

.external-services__link02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 268px;
  height: 48px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  background: #8b8b8b;
  border: none;
  border-radius: 24px;
}

.external-services__link-text {
  color: #fff;
  border: none;
  margin-left: 5px;
}

.external-services__link.noicon {
  text-decoration: none;
}

.external-services__link02.noicon {
  text-decoration: none;
}

.external-link {
  color: #fff;
}

.external-services__link {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease;
}

/* ホバー時のスタイル */
.external-services__link:hover {
  color: #c04848; /* テキストカラーを変える例 */
  /* background-color: #f0f0f0; */
  opacity: 0.7;
}

.external-services__link02 {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease;
}

/* ホバー時のスタイル */
.external-services__link02:hover {
  color: #c04848; /* テキストカラーを変える例 */
  /* background-color: #f0f0f0; */
  opacity: 0.7;
}

/* オフィスレイアウト_2つ並び画像終わり */

.button-container {
  text-align: center;
  margin: 14px;
}

.button {
  padding: 15px 30px;
  margin: 10px;
  background-color: transparent;
  color: #c04848;
  border: none;
  border-radius: 40px;
  font-size: 2rem;
  cursor: pointer;
  border: 2px solid #c04848;
  transition: background-color 0.3s, color 0.3s;
  font-weight: bolder;
}

.button:hover {
  background-color: #c04848;
  color: white;
}

/* 赤帯のスタイル */
.red-bar-container {
  width: 80%;
  background-color: #c04848;
  padding: 0px 0;
  position: relative;
  z-index: 10;
  margin-bottom: -45px; /* 下のコンテンツと重なるようにマージンを設定 */
  clip-path: polygon(3% 0%, 100% 0%, 96% 100%, 0% 100%);
  margin-left: 10%;
}

.red-bar p {
  font-size: 2.5rem;
  color: white;
  text-align: center;
  font-weight: bold;
  margin: 0;
}

/* レイアウトセクション */
.layout-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px;
  background-color: #f0f0f0; /* 薄いグレーの背景 */
  border-radius: 10px;
  margin: 20px;
  position: relative;
  gap: 15px;
}

.header {
  display: flex;
  align-items: center;
}

.circle {
  width: 90px;
  height: 90px;
  background-color: #909090;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  position: absolute;
  top: -45px;
  left: -25px;
  z-index: 10;
  font-weight: bold;
}

.left-section {
  width: 84%;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.right-section {
  width: 50%;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 150px;
}

.right-section h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #c04848;
}

.title p {
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  font-weight: bold;
}

/* 正方形画像 */
.square-image img {
  width: 90%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  max-width: 505px;
  padding: 25px;
}

/* 右セクションのスタイル */
.right-section h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.info-box {
  display: grid;
  gap: 3px;
}

.info-item {
  display: flex;
  font-size: 1rem;
  color: #333;
}

.info-left {
  font-weight: bold;
  background-color: #e0e0e0; /* 背景色を灰色に設定 */
  padding: 10px;
  width: 30%;
  font-size: 15px;
}

.info-right {
  width: 60%;
  padding: 10px;
  background-color: #f9f9f9; /* 背景色を薄い灰色に設定 */
  font-size: 15px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .layout-container {
      flex-direction: column;
      padding: 20px;
  }

  .left-section, .right-section {
      width: 100%;
      margin-bottom: 20px;
  }

  .circle {
      width: 100px;
      height: 100px;
      font-size: 1.2rem;
      top: -25px; /* 上から10pxに調整 */
      left: -25px; /* 左から10pxに調整 */
  }

  .red-bar-container {
    margin-top: 10px;
}

  .title p {
      font-size: 1.2rem;
  }

  .info-box {
    display: grid;
    gap: 10px;
  }

  .info-item {
      flex-direction: column;
      align-items: flex-start;
  }

  .info-left, .info-right {
      width: 100%;
      text-align: left;
  }

  .info-right {
      margin-top: 5px;
  }
}

.slide-content {
  width: 50%;
  padding: 44px;
  box-sizing: border-box;
}

.slide-content h2 {
  color: #c04848;
  margin: 0px 0px 8px 0px;
}
.slide-content h3 {
  font-weight: bold;
  color: #333;
  font-size: 2rem;
}
.slide-content p {
  margin-top: 10px;
}
.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.prev { left: -17px; }
.next { right: -16px; }

/* スライダー */
.slider-container {
  position: relative;
  width: 100%;
  max-width: 1060px;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  margin: 50px auto 90px;
  background-color: #f0f0f0;
}

.slides-wrapper {
  display: flex;
  width: 400%; /* スライド数に応じて100%×4枚 */
  transition: transform 0.5s ease;
}

.slides-wrapper02 {
  display: flex;
  width: 300%; /* スライド数に応じて100%×4枚 */
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%; /* 各スライドが100%幅 */
  display: flex;
}

.slide img {
  width: 50%;
  object-fit: cover;
  height: auto;
  margin: 16px 12px 16px 56px;
  max-width: 466px;
  padding: 5px 0px 0px 5px;
}

.slide-content {
  width: 50%;
  padding: 20px;
}

.slide-content h2 {
  color: #c04848;
  margin: 0px 0px 8px 0px;
}

.slide-content h3 {
  font-weight: bold;
  color: #333;
  font-size: 2rem;
}

.slide-content p {
  margin-top: 10px;
  padding: 0px 48px 0 0px;
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 0px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  z-index: 10;
  min-width: 45px;
  height: 45px;
  opacity: 0.3;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* test slider */
.flex {
  display: flex;
}


/* test slider 終わり */

/* レイアウト完成までの6ステップ */
.layout-completed {
  background-color: #f0f0f0;
  padding: 30px 0px 90px 0px;
  text-align: center;
}

.layout-completed .layout-title {
  text-align: center;
  padding: 23px 0px 0px 0px;
  font-size: 4rem;
  font-weight: bold;
  margin: 0px 0px -26px 0px;
}

.layout-title-question {
  text-align: center!important;
  padding: 23px 0px 0px 0px!important;
  font-size: 4rem!important;
  font-weight: bold!important;
  margin: 0px 0px 50px 0px!important;
}

.layout-title b {
  font-size: 2.0em!important;
  color: #a1211e!important;
}

.layout-title h1 {
  font-size: 2em!important;
  color: #a1211e!important;
  border-bottom: 2px solid #a1211e!important;
  display: inline-block!important;
  padding-bottom: 10px!important;
}

.subtitle {
  font-size: 16px; /* サブタイトルの文字サイズ */
  color: #555; /* テキストの色を少し薄く */
  line-height: 1.8; /* 読みやすい行間 */
  margin: 0px 0px 19px 0px;
}

/* ステップカード共通 */
.step-card {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: visible; /* 念のため：バッジのはみ出しを許容 */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.free-badge {
  position: absolute;
  top: -24px;
  right: -24px;
  background: #a1211e;
  color: white;
  font-size: 16px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.step-card {
  background-color: white;
  border-radius: 8px;
  padding: 43px 20px 15px 20px;
  margin: 20px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 200px; /* カードの幅 */
}

.step-card step-card-h2 {
  font-size: 4.0em;
  color: #a1211e;
  margin-bottom: 10px;
  font-weight: bold;
}

.step-card .subtitle {
  font-size: 1.5em;
  color: #555;
  margin-bottom: 23px auto;
  line-height: 22px;
  font-weight: bold;
  padding: 8px 0px 9px 0px;
}

.step-card .icon {
  width: 80px;
  height: auto;
}

/* ステップ1～3を横並びにする */
.steps-row {
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.arrow01 {
  font-size: 2em;
  color: #a1211e;
  margin: 0 15px;
  padding: 166px 0px;
}

/* 重要な注意書き */
.layout-note {
  text-align: center;
  font-size: 3.0em;
  margin: 30px 0;
  color: #333;
  font-weight: bold;
}

.large-red-text b {
  font-size: 1.5em;  /* 大きくする */
  color: #a1211e;  /* 赤色にする */
  font-weight: bold; /* 太字 */
}

/* アイコンの調整（サイズや配置） */
.icon {
  width: 50px;
  height: 50px;
  /* margin-top: 10px; */
  margin-bottom: 10px;
}

/* よくあるご質問 */
.question {
  width: 100%; /* 各アイテムの幅を100%にして、親要素にフィットさせる */
  max-width: 1100px; /* アイテムごとに最大幅を指定 */
  margin-bottom: 10px; /* アイテム間にスペースを追加 */
  padding: 90px 0px 90px 0px;
  margin: 0 auto;
  box-sizing: border-box;
}

.faq-box {
  text-align: center;
}

.question .title {
  text-align: center;
  padding: 20px;
  font-size: 4rem;
  font-weight: bold;
  margin: 0px 0px 59px 0px;
}

.faq-item {
  margin-bottom: 10px; /* アイテム間にスペースを追加 */
  text-align: left;
}

.faq-question {
  box-sizing: border-box;
  background-color: #a1211e;
  color: white;
}

.faq-question .text {
  font-weight: bold;
  font-size: 1.3em;  /* Qの文字を大きく */
}

.faq-answer .text {
  font-size: 1.4em;  /* Qの文字を大きく */
  line-height: 1.4;
  margin: 0;
}

.faq-question .text:first-child {
  margin-top: -10px;
}

.faq-answer {

  background-color: #f0f0f0;
  color: black;
  padding: 15px 16px;
  border: 1px solid #ddd;
  border-top: none;
  text-align: left;
  display: flex;  /* フレックスで横並びに */
  align-items: center;
}

.faq-answer-text {
  font-size: 16px;
  padding: 15px 0px 15px 16px;
  color: #333;
  display: flex;
  gap: 8px;
  align-items: center;
  line-height: 20px;
}

.faq-question {
  display: flex;
  align-items: center;
}

.faq-question-text {
  font-weight: bold;
  margin-right: 10px;
  font-size: 2.9rem;
  padding: 0px 0px 6px 16px;
}

.question-text {
  font-weight: bold;
  font-size: 1.9rem;
}

.text {
  font-size: 1rem;
}

.answer-label {
  font-weight: bold;
  color: #dc7f7d;
  font-size: 31px;
}

/* Q＆Aアコーディオン */
.accordion-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #a1211e; 
  color: white;
  /* padding: 10px 16px; */
  border-radius: 4px;
  position: relative;
}

.accordion-header::after {
  content: '＋'; /* 初期は＋ */
  position: absolute;
  right: 16px;
  font-size: 24px;
}

.accordion-header.active::after {
  content: '－'; /* 開いたときは－ */
}

.accordion-content {
  display: none; /* デフォルトで非表示 */
  background-color: #f0f0f0;
  padding: 15px 16px;
  border: 1px solid #ddd;
  border-top: none;
  animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

.text-content h2 {
  font-size: 35px;
  font-weight: bold;
}

.text-content p {
  font-size: 33px;
  text-align: left;
}


.image-content {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.image-content img {
  width: 50%;
  height: auto;
}


.diagonal-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(45deg, transparent, transparent 4px, #000 4px, #000 5px);
  margin-bottom: 20px;
}


.comment p {
  font-size: 14px;
  color: #333;
}


.right {
  /* width: 40%; */
  padding: 48px 65px 0px 0px;
}

.square-image img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

#main-contents .cv .btn a{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 140px;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  border-radius: 72px;
  font-size: 35px;
  font-weight: bold;
  color: #111;
  background: linear-gradient(to right, #ff7814, #f9cc88);
}

#main-contents .cv .col .intit{
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #ff7814;
}

/* テスト */
.interior-wrapper {
  padding-bottom: 100px;
}

.interior-wrapper .service_feature {
  margin-bottom: 80px;
}

.service_feature {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

/* * {
  box-sizing: border-box;
} */

.service_feature dl {
  width: 434px;
}

.service_feature dl dt {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .1em;
  margin-bottom: 35px;
  position: relative;
}

.service_feature dl dt img {
  display: block;
  height: 42px;
  margin-bottom: 20px;
}

.interior-wrapper_ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 40px;
  position: relative;
}

.interior-wrapper_ttl:before {
  display: block;
  content: "";
  width: 48px;
  height: 8px;
  background-image: url(//wakurino.work/wp-content/themes/renovation/asset/css/../img/interior/interior_icon_ttl.svg);
  background-position: 505 50%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

 /* *:before, *:after {
  box-sizing: border-box;
} */

.interior-wrapper_slider {
  position: relative;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
display: block;
}

.interior-wrapper_slider .swiper-container {
  padding-bottom: 30px;
}

.interior-wrapper_slider .swiper-button-prev {
  left: -45px;
}

.interior-wrapper_slider .swiper-button-next {
  right: -45px;
  transform: scale(-1, 1);
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.interior-wrapper_slider .flex {
  display: flex;
  flex-flow: row nowrap;
}

.interior-wrapper_slider .flex_img {
width: 438px;
position: relative;
z-index: 2;
}

.swiper-slide img {
  width: 100%;
}

.interior-wrapper_slider .flex_txt {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 640px;
  min-height: 354px;
  padding: 20px 30px 20px 142px;
  background-color: #f5f5f5;
  margin-left: -78px;
  margin-top: 20px;
}

.interior-wrapper_slider .flex_txt dt {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
  margin-bottom: 1.5em;
}

.interior-wrapper {
  padding-bottom: 100px;
}

.interior-wrapper_slider .swiper-button-prev, #interior .interior-wrapper_slider .swiper-button-next {
  background: url(//wakurino.work/wp-content/themes/renovation/asset/css/../img/common/arw_slider_o_l.svg) center center no-repeat;
  background-size: 100% auto;
  width: 25px;
  height: 44px;
  margin-top: -22px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44* 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1* var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.interior-wrapper_slider .swiper-button-prev {
  left: -45px;
}

.space {
  padding: 28px;
}

.space-bt {
  padding: 28px;
}

/* レスポンシブ対応 */
@media (min-width: 500px) and (max-width: 732px) {
  .layout_main {
    padding: 70px 0 40%;
    background: url(../img/office-layout/sp/bg_main.jpg) 0 -115px no-repeat;
    background-size: 100% auto;
    text-align: left;
    position: relative;
    z-index: 1;
  }

  .background-container {
    position: relative;
    background-image: url(../img/office-layout/item/background001.jpg);
    background-size: cover;
    background-position: center;
    padding: 29px 0px 150px 0px;
    color: #fff;
  }

  .image-heading {
    /* position: relative;
    top: -20px; */
    text-align: center;
  }

  .image-heading img {
    width: 500px;  /* 幅を300pxに設定 */
    height: 140px; /* 高さを200pxに設定 */
  }

  .white-banner {
    background-color: white;
    width: 100%;
    height: 363px;
    max-width: 915px;
    margin: 0 auto;
    border-radius: 5px;
  }

  .contentlite-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .image-heading {
    /* position: relative;
    top: -20px; */
    text-align: center;
  }

  .image-heading img {
    width: 500px;  /* 幅を300pxに設定 */
    height: 140px; /* 高さを200pxに設定 */
  }

  .contentlite {
    display: flex;
    justify-content: center;
    /* align-items: end; */
    /* position: absolute; */
    top: 177px;
    /* left: 45%; */
    /* transform: translate(-42%); */
    width: 100%;
  }

.left, .right {
    min-width: 307px;
    width: 100%;
    width: 100%;
}

.left {
  top: 0;
  margin: 18px 101px 0px 0px;
}

.right {
  top: 33px;  /* 下に配置（leftとrightの上下重ねを調整） */
  /* transform: translateY(-50%);  右側のリストをちょうど中央に持ってくる */
  /* width: 63%; */
  /* max-width: 100%; */
  right: 35px;
  line-height: 17px;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1);
}

.person-image {
    /* max-width: 269px; */
    width: 100%;
    /* height: auto; */
  }

  .questions-list {
    list-style: none;
    padding-left: 162px;
    line-height: 28px;
    /* padding: 0px 0px 31px 0px; */
  }

  .questions-list li {
    font-size: 21px;
    margin: 1px 0;
    display: flex;
    color: #000000;
    font-weight: bold;
    /* flex-wrap: wrap; */
    align-items: center;
  }

  .check-icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  .check-icon::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    background: repeating-linear-gradient(65deg, transparent, transparent 1px, #000 3px, #000 4px);
    background-size: 4px 100%;
  }

  .arrow-container {
    margin-top: 14px;
  }

  .arrow-image {
    width: 98px;
    height: auto;
    margin-top: 348px;
    position: relative;
    left: 194px;
  }
}