@charset "utf-8";

#main-contents-box {
  width: 100%;
  overflow: hidden; /* 余分な横スクロールを隠す */
}

#main-contents {
  max-width: 100%; /* 親要素を超えないようにする */
}

#page #main-contents {
  background-color: #fff !important;
  padding: 0 0 0 0 !important;
}

/* オフィスコム>オフィスサービス>オフィスレイアウト */
.path {
  display: flex;
  flex-wrap: wrap; /* 狭い画面で折り返し対応 */
  font-size: 14px; /* スマホ向けに文字サイズ調整 */
  width: 100%; /* 幅をスマホ画面にフィットさせる */
  list-style: none;
  padding: 0;
  margin: 0;
}

.path li {
  display: inline-flex;
  align-items: center;
  margin-right: 8px; /* リストアイテム間の間隔 */
}

.path li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333; /* テキストカラー */
}

.path .red {
  font-size: 18px; /* アイコンのサイズをやや大きく */
  margin-right: 4px; /* アイコンとテキストの間隔 */
}

.pagetop {
  bottom: 60px!important;
}

/* オフィスコム>オフィスサービス>オフィスレイアウト おわり */

/* 新宿showroom */
.typesquare_option, .action-component {
  font-family: "UD Shin Go Medium", sans-serif;
}

@media screen and (max-width: 768px) {
  .action-casestudy::after {
    display: none;
  }
  .action-casestudy_text,
  .action-casestudy_title {
    font-size: 16px;
  }
}

.action-component {
  padding: 0 0 30px;
  background-color: #f7f7f7;
  font-family: "UD Shin Go Medium", sans-serif;
}

.action {
  max-width: 100%;
  padding: 0 13px;
}

.action-flexBox {
  text-align: center;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.action-catch {
  font-size: 16px;
  margin-bottom: 13px;
  font-weight: bold;
  color: #c04848;
}

.action-casestudy {
  width: 100%;
  max-width: 800px;
  padding-bottom: 40px;
  position: relative;
}

.action-casestudy::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -55%;
  transform: translateY(-50%);
  width: 52%;
  max-width: 100%;
  height: 100%;
  background: url(../img/office-layout/item/showroom_sinjyu.png) no-repeat center / contain;
  display: block;
  z-index: -1;
}

.action-casestudy_text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 9px 10px;
}

.action-casestudy_title {
  font-size: 21px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #b28257;
  margin: -10px 0 -8px 0;
}

.action-casestudy::after {
  z-index: 0;
}

.action-linkButton_download:hover {
  background-color: #996c43;
}

/* テスト終わり */

.action-component .action .action-flexBox {
  background-color: #fff;
  border-radius: 10px;
  padding: 11px 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: 100%;
  width: 52%;
  top: 58%;
  left: -55px;
  max-width: 100%;
}

.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: 10px;
  margin: 0px 0px 0px 9px;
}

.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;
  max-width: 100%;
  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%;
  max-width: 100%;
  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;
}

.action-component {
  padding: 0 0 17px;
  background-color: #f7f7f7;
}

.action-component .action {
  max-width: 100%;
  padding: 40px 13px 5px 13px;
}

.action-component .action .action-flexBox {
  /* flex-flow: column; */
  align-items: center;
  /* padding-left: 3.5%;
  padding-right: 3.5%;
  padding-bottom: 0; */
  padding: 15px 5px 15px 16px;
}

.action-component .action .action-flexBox .action-casestudy {
  width: 66%;
  max-width: 100%;
  padding-left: 0;
  padding-bottom: 0;
  margin-left: auto;
}

.action-component .action .action-flexBox .action-casestudy .action-casestudy_text {
  font-size: 2.37vw;
  margin-bottom: 0;
  font-feature-settings: "palt";
}

.action-component .action .action-flexBox .action-casestudy .action-casestudy_title {
  font-size: 3.76vw;
  margin: -4px 0px -31px 0px;
}

.action-component .action .action-flexBox .action-casestudy::after {
  /* top: 34%; */
  transform: translateY(-50%);
  width: 52%;
  max-width: 100%;
  height: 100%;
  left: -55%;
}

.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;

}

.action-component .action .action-flexBox .action-linkButton_download {
  /* position: absolute !important; */
  display: flex !important;
  align-items: center;
  justify-content: center;
  /* left: 196px;
  bottom: -42px; */
  /* transform: translateX(-50%); */
  height: 58px;
  width: 100%;
  font-size: 13px;
  color: #fff;
  background: linear-gradient(90deg, #950101, #c04848);
  border-radius: 60px;
  transition: all ease 0.3s;
  text-decoration: none;
  margin-top: 35px;
}

.action-linkButton_download02 {
  position: absolute !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  left: 196px;
  bottom: -42px;
  transform: translateX(-50%);
  height: 60px;
  width: 100%;
  font-size: 13px;
  color: #fff;
  background: linear-gradient(90deg, #950101, #c04848);
  border-radius: 60px;
  transition: all ease 0.3s;
  text-decoration: none;
}

/* 新宿showroom end */

/* showroom */
.showroom-office {
  background: #F5F5F5;
}

.sr_all {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.47;
  text-align: center;
  color: #ac9e4c;
  /* margin: 0 0 50px; */
}

.showroom-office .col:nth-child(-n+2) {
  margin-top: 0;
}

.showroom-office .col p {
  font-size: 12px;
  font-weight: 200;
  color: #333;
}

.showroom-office .img {
  margin: 0 0 10px;
}

.showroom-office .col .tit {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
}

.showroom-office .col .caution {
  font-size: 12px;
  color: #f11414;
  font-weight: bold;
  color: #AC9E4C;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

.showroom-office .sr_all .box-all {
  display: flex;
  flex-wrap: wrap; /* 折り返し対応 */
  gap: 20px 10px; /* 各要素間の余白 */
  padding: 12px;
}

.box-all .col {
  width: calc(50% - 5px); /* 2列にするための幅 */
  box-sizing: border-box;
}

.sr_all-catch {
  text-align: center;
  font-weight: bold;
  padding: 37px 10px 13px 10px;
  color: #333;
}

.sr_all-catch em {
  background: linear-gradient(#fefea3, #fefea3) no-repeat bottom 2px left / 100% 23px;
  font-weight: bold;
  color: #333;
  font-size: 2.3rem;
}

.showroom-office .box-all .col {
  width: calc(50% - 5px);
  list-style: none;
  text-align: left;
}

.showroom-office .img img {
  width: 100%; /* 画像が親要素いっぱいに広がる */
  height: auto;
}

.showroom-office .tit {
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
}

.showroom-office p {
  font-size: 14px; /* スマホでも読みやすい文字サイズ */
  line-height: 1.6;
  margin: 4px 0;
  font-weight: bold;
  color: #333;
}

/* ボタン */

/* section.action-component a.action-linkButton_download {
  position: absolute !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  left: 50%;
  bottom: -31px;
  transform: translateX(-50%);
  height: 51px;
  width: 100%;
  font-size: 13px;
  color: #fff;
  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:hover::after {
  opacity: 1;
} */

a {
  text-decoration: none;
}

/* .action-component .action .action-flexBox .action-linkButton_download::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 211px;
  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;
} */

.text-padding {
  display: inline-block !important; /* paddingを効かせるために必要 */
  padding: 0px 30px 0px 30px !important;
  line-height: 19px;
  font-size: 13px;
}

/* ボタン終わり */

/* showroom end */

#main-contents{
  padding: 0;
  background: #fff;

}

#main-contents .pagetop {
  color: #333;
}

#main-contents .pagetop p,
#main-contents .pagetop ul {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

#main-contents .fix-contents{
  width: 90%;
  max-width: 100%;
}

.sr_area {
  padding: 0px 3% 0px;
}

/*固定 お見積もりボタン*/
#main-contents .fix_cv{
  position: fixed;
  right: 0;
  bottom: 0px;
  width: 100%;
  z-index: 3;
  text-align: center;
  transition: 0.4s;
}

#main-contents .fix_cv.hide{
  transform: translateY(100%);
}

#main-contents .fix_cv a{
  position: relative;
  display: block;
  padding: 15px 0;
  color: #fff;
  background: linear-gradient(90deg, #950101 0%, #950101 100%);
}

#main-contents .fix_cv a:hover{
  color: #fff;
}

#main-contents .fix_cv p{
  display: inline-block;
  padding: 7px 0 7px 0px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  background: url(../img/office-layout/ico_cv_btn.png) 0px 45% no-repeat;
  background-size: 25px auto;
  text-align: left;
}

/*メインビジュアル*/

/*-------------------
mv
--------------------*/

/* 基本の設定 */
.layout_main {
  padding: 70px 0 40%;
  background: url(../img/office-layout/sp/bg_main_01.png) 0 -63px no-repeat;
  background-size: 100% auto;
  text-align: left;
  position: relative;
  z-index: 1;
}

.layout_main .inner {
  padding: 0 5%;
  position: relative;
}

.layout_main .catch_area .catch {
  width: 200px;
  max-width: 100%;
  font-size: 1.6rem;
  margin: 0 0 15px;
  padding: 5px 5px 2px;
  text-align: center;
  color: #AC9E4C;
  line-height: 1.5;
  position: relative;
  z-index: 0;
}

.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 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 0 0 10px;
  color: #222;
  letter-spacing: .05em;
}

.layout_main .catch_area .sub_txt_s {
  font-weight: 500;
  margin: 12px 0 7px;
}

.layout_main .catch_area .btn {
  margin: 0 0 20px;
}

.layout_main .catch_area .btn a {
  padding: 15px 0 15px 30px;
  font-size: 1.6rem;
  background: url(../img/office-layout/ico_mail.png) no-repeat 30px center, linear-gradient(90deg, #716A3E 0%, #3C3609 100%);
  background-size: 25px auto, auto;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, .18);
  border-radius: 8px;
}

/* パス（パンくず）の調整 */
ol.path {
  font-size: 1.0rem;
  margin: 31px 0px 9px;
  padding: 0;
  list-style-type: none;
  color: #333;
}

ol.path li {
  padding: 0 0px 0 0;
}

ol.path li:before {
  content: " > ";
}

.path li:first-child:before {
  content: none;
}

/* ヘッダー */

.image-container {
  width: 100%;
  height: 100%;
}

.background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* テキストオーバーレイ */
.text-overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  padding: 10px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 90%;
  max-width: 100%;
}

/* ロゴ */
.overlay-image {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -109%);
  width: 300px;
  max-width: 100%;
}

/* CVエリア */
#main-contents .cv01 {
  padding: 16px 0 30px;
  background: url(../img/office-layout/item/bg_sp_02.png) 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
}

/* ボタン */
.cta-button {
  display: inline-block;
  background: linear-gradient(to bottom, #ffdd75, #927F47);
  color: #fffedf;
  font-size: 20px;
  padding: 14px 40px;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  transition: background 0.3s, transform 0.3s;
  font-weight: bold;
  margin: 0px 0px 26px 0px;
}

.cta-button:hover {
  background: linear-gradient(to bottom, #ffe28b, #77683a);
  transform: translateY(-5px);
}

.cta-button .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/office-layout/item/nv_arrow_wh.png) no-repeat center;
  background-size: contain;
  display: block;
}

/* 無料相談・無料見積・お問い合わせ */
/* 連絡先情報のスタイル */
.contact-info {
  display: flex;
  flex-wrap: wrap; /* 折り返しを有効に */
  /* gap: 20px; */
  /* justify-content: center; */
  max-width: 100%; /* スマホでは画面幅いっぱいに */
  /* width: 90%; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* text-align: left; */
}

/* PC表示時は2列 */
.contact-left, .contact-right {
  width: 44%;
  max-width: 100%;
}

/* 北海道のブロックを左寄せ */
.contact-left-one {
  /* width: 44%; */
  box-sizing: border-box;
  text-align: left;
}

/* 各ボックスのデザイン */
.contact-box {
  background-color: white;
  /* padding: 23px 22px 18px 31px; */
  /* border-radius: 8px; */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* フォントサイズとアイコンの調整 */
.contact-title {
  font-size: 11px;
  font-weight: bold;
  color: #333;
}

.contact-number {
  font-size: 35px;
  font-weight: bold;
  color: #000000;
  margin: -14px 0;
}

.contact-number .phone-icon {
  width: 13px;
  height: 13px;
  margin-right: -4px;
  vertical-align: middle;
  max-width: 100%;
}

.contact-hours {
  /* font-size: 12px; */
  color: #777;
}

/* スマホ用のレスポンシブ対応 */
@media screen and (max-width: 768px) {
  .contact-info {
    /* flex-direction: column; */
    width: 100%; /* 画面幅いっぱいに */
    gap: 10px; /* 隙間を少し狭く */
    padding: 6px 0px 0px 17px;
    max-width: 100%;
  }

  .contact-left, .contact-right, .contact-left-one {
    width: 44%;
    max-width: 100%;
  }

  .contact-box {
    padding: 11px 0px 11px 11px;
    text-align: left;
  }

  .contact-number {
    font-size: 15px; /* スマホでは少し小さく */
    padding: 11px 0px 13px 0px;
  }

  .contact-hours {
    font-size: 7px;
  }
}

/* 無料相談・無料見積・お問い合わせ終わり */

/* 無料相談 */
.button-container h2 {
  font-size: 2.3rem;
  color: white;
  font-weight: bold;
  padding: 0px 25px 0px 25px;
  line-height: 37px;
}

.button-container p {
  font-size: 1.2rem; /* 説明文のフォントサイズを小さく */
  text-align: center; /* 中央揃え */
  color: white;
  margin: 0px 0px 20px 0px;
}

.cta-button .arrow {
  font-size: 1.5rem; /* 矢印アイコンを少し小さく */
}

/* こんなことに困っていませんか？ */
.background-container {
  padding: 27px 9px; /* スマホでは少しパディングを小さく */
  position: relative;  /* background-containerを相対位置に設定 */
  background-image: url('../img/office-layout/item/background001.jpg'); /* 背景画像を指定 */
  background-size: cover; /* 背景画像をカバーする */
  background-position: center; /* 背景画像を中央に配置 */
  color: #fff;
  height: 531px;
}

.white-banner {
  /* height: 250px; 白帯の高さを調整 */
  width: 100%;
  height: 307px;
  /* max-width: 100%; */
  /* margin: 0px auto; */
  background-color: white;
  border-radius: 25px;
  margin: 33px 0px 0px 0px;
}

.image-heading img {
  width: 100%; /* 画像を画面幅に合わせる */
  height: auto; /* 高さを自動調整 */
}

.contentlite {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 30px;
  position: absolute;
  top: 173px;
  left: 45%;
  transform: translate(-42%);
  width: 100%;
  max-width: 100%;
}

.left, .right {
  position: absolute;  /* 絶対配置 */
  width: 100%;  /* 幅を100%にして親要素に合わせる */
  /* text-align: center; */
}

.left {
  top: 0;
  margin: -39px 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: 250px;
  margin-bottom: 20px;
  width: 100%;
}

.questions-list {
  list-style: none;
  padding-left: 141px;
  /* padding: 0px 0px 31px 0px; */
  font-size: 20px;  /* フォントサイズを調整 */
}

.questions-list li {
  /* font-size: 20px; スマホではフォントサイズを少し小さく */
  margin: 10px 0;
  justify-content: center;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.check-icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.arrow-container {
  margin-top: 52px;
  /* position: relative; */
}

.arrow-image {
  width: 109px;
  /* margin-bottom: 30px; */
  position: absolute;
  margin-top: 276px;
  left: 141px;
  /* transform: translateY(-50%); */
  /* list-style-image: url('../img/office-layout/sp/chack_sp.png'); */
}

/* そのお悩み、オフィスコムが解決します！ */
.text-image-container {
  position: relative;
  text-align: center;
}

/* 画像のスタイル */
.text-image-container img {
  width: 100%; /* 画像の幅を100%に設定 */
  max-width: 100%;
  height: auto; /* 高さは自動調整 */
  display: block;
  margin: 0 auto;
  padding: 7px;
}

/* 赤いグラデーションバーのスタイル */
.red-gradient-bar {
  height: 163px;
  background: linear-gradient(to right, #950101, #c04848);

  display: flex;         /* Flexboxを使用 */
  flex-direction: column; /* 縦方向に並べる */
  align-items: center;   /* 水平方向の中央揃え */
  justify-content: center; /* 垂直方向の中央揃え（必要に応じて）*/
  text-align: center;    /* テキストの中央揃え */
  padding: 0px 25px 0px 25px;       /* 上下の余白を調整 */
  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 {
  font-size: 2.4rem;
  line-height: 28px;
  font-weight: bold;
  margin: 0px 0px 7px 0px;
}
.red-gradient-bar p1 {
  margin: 0px 0; /* 上下の余白を調整 */
  line-height: 17px;
}
/* そのお悩み、オフィスコムが解決します！ おわり */

/* フォント */
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: 2.3rem;
  color: #333;
  line-height: 1.3;
  font-weight: bold;
}

h7 > em {
  background: linear-gradient(#fefea3, #fefea3) no-repeat bottom 8px left / 100% 23px;
  font-weight: bold;
  font-size: 2.3rem;
  color: #333;
}

p1 {
  color: white;
  font-size: 1.5rem;
}

/* フォント終わり */

/* ここがポイント */
.office-point {
  width: 100%;
  max-width: 100%;
  margin: 0px 0px 28px 0px;
  padding: 0px;
  box-sizing: border-box;
}

.office-point h2 {
  font-size: 3.5rem;
  color: #333;
  margin: 0px 0px -12px 0px;
  line-height: 43px;
  font-weight: bold;
}

.office-point h2 > em {
  background: linear-gradient(#fefea3, #fefea3) no-repeat bottom 8px left / 100% 23px;
  font-weight: bold;
  font-size: 3.5rem;
  color: #333;
}

.office-point h3 {
  font-size: 4rem;
  color: #fff;
  line-height: 1.6;
}

.office-point h5 {
  font-size: 4rem;
  color: #fefea3;
  line-height: 1.6;
}

.office-point h6 {
  font-size: 3.5rem;
  color: #333;
  line-height: 1.6;
  font-weight: bold;
  margin: 0px 0px -16px 0px;
}

.office-point h7 {
  font-size: 4rem;
  color: #333;
  line-height: 1.6;
  font-weight:bold
}

.office-point h7 > em {
  background: linear-gradient(#fefea3, #fefea3) no-repeat bottom 8px left / 100% 23px;
  font-weight: bold;
  font-size: 40px;
  color: #333;
}

.office-point p1 {
  color: white;
  font-size: 1.5rem;
}

.office-point-image img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.office-point-content-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 90px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.office-point-left,
.office-point-right {
  flex: 1;
  min-width: 400px;
  max-width: 100%;
  padding-right: 20px;
}

.office-point-right {
  order: 2;
}

.office-point-left {
  order: 1;
}

.office-point-text-content {
  display: inline-block;
  text-align: left;
  padding: 17px;
  margin: 30px 0px 0px 0px;
}

.office-point-image-content,
.office-point-comment {
  text-align: left;
}

.office-point-image-content img {
  width: 110px;
  height: auto;
  margin-bottom: 3px;
}

.diagonal-line {
  border-top: 2px solid #333;
  width: 91%;
  max-width: 100%;
  margin: 0px auto;
}

.office-point-comment {
  padding: 15px;
}

.office-point-square-image img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .office-point-content-main {
      flex-direction: column;
  }

  .office-point-left {
      order: 1; /* スマホ版でテキストが先に */
  }

  .office-point-right {
      order: 2; /* スマホ版で画像が後に */
  }

  .office-point-left, .office-point-right {
      width: 100%;
      max-width: 100%;
      min-width: auto;
  }
}

/* ここがポイント おわり */

/* オフィスレイアウト事例 */
.office-layout-section {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0px 0px;
  max-width: 100%;
}

.title-container {
  text-align: center;
  margin: 0px 0px 7px 0px;
}

h1 {
  font-size: 4rem;
  color: #333;
  font-weight: bold;
}

.subtitle {
  font-size: 1.3rem;
  color: #777;
  margin: 5px 0px 42px 0px;
}

.description {
  text-align: center;
  font-size: 1.2rem;
  color: #555;
  margin: 0px 20px 25px 20px;
}

/* 20名規模のレイアウト・21名以上のレイアウト */
.caseWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-evenly;
  transition: background-color 0.3s ease;
  position: relative;
  min-height: auto;
}

.caseBox {
  background-color: #f0f0f0;
  color: #FFF;
  position: relative;
  z-index: 0;
  transition: background-color 0.3s ease;
  width: calc(50% - 20px);
  box-sizing: border-box;
}

.caseBox:hover {
  opacity: 0.8;
}

.caseBox-a {
  background-color: #c04848;
}

.caseBox a {
  display: block;
  background-color: #c04848; /* a の背景色（変更しない） */
  position: relative;
  z-index: 1; /* オーバーレイが a よりも前に来るように */
  transition: background-color 0.3s ease; /* aのホバー時の背景色変化 */
}

.caseBox img {
  /* display: block; */
  /* width: 100%; */
  height: auto; /* アスペクト比を維持 */
  transition: opacity 0.3s ease; /* 画像の透明度の遷移 */
}

.caseBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.caseBox a:link {
  color: #FFF;
  display: block;
  text-decoration: none;
}

.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の後ろに表示されるように */
}

.button-container02 {
  margin:24px auto;
}

.caseBox dl a:link {
  color: #FFF;
  text-decoration: none;
}

.caseBox dl dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 19px;
  color: #fefea3;
}

.caseBox dl dd {
  font-size: 11px;
  color: white;
}

.img-pc {
  display: none;
}
.img-sp {
  display: block;
}

.small-text {
  font-size: 11px;
  color: white;
  line-height: 6px;
}

@media screen and (max-width: 768px) {
  .caseBox dd {
      display: none;
  }
}

.caseBox dl {
  position: relative;
}

.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);
}

.button-container {
  text-align: center;
  margin: 14px;
}

.button {
  padding: 6px 8px;
  margin: 8px;
  /* background-color: #c04848; */
  background-color: transparent;
  color: #c04848;
  border: none;
  border-radius: 10px;
  font-size: 1.8rem;
  cursor: pointer;
  /* transition: background-color 0.3s; */
  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: 85%;
  max-width: 100%;
  background-color: #c04848;
  padding: 0px 0;
  position: relative;
  z-index: 1;
  margin-bottom: -45px; /* 下のコンテンツと重なるようにマージンを設定 */
  clip-path: polygon(3% 0%, 100% 0%, 96% 100%, 0% 100%);
  margin-left: 8%;
}

.red-bar p {
  font-size: 1.8rem;
  color: white;
  text-align: center;
  font-weight: bold;
  margin: 0;
  line-height: 24px;
  padding: 7px 10px 7px 20px;
}

/* オフィスレイアウト_2つ並び画像 */
.external-services ul {
  margin: 0;
  padding: 0px 15px;
}

.external-services__container {
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 1fr;
  row-gap: 19px;
}

.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: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.external-services__sub-message.-officee-o {
  color: #c04848;
}

.external-services__sub-message {
  margin: 0 25px;
  font-size: 12px;
  line-height: 19px;
}

.external-services__link-wrapper {
  min-height: 75px;
  align-items: center;
  padding-left: 37px;
  padding-right: 37px;
  margin-top: 22px;
}

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: 66px;
  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: 25px 45px 25px 45px;
  font-size: 18px;
  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: 268px; */
  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;
}

.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つ並び画像終わり */

/* レイアウトセクション */
.layout-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* padding: 48px; */
  background-color: #f0f0f0; /* 薄いグレーの背景 */
  /* border-radius: 10px; */
  margin: 27px 15px 35px 15px;
  position: relative;
  gap: 15px;
}

.header {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
}

.circle {
  border-radius: 0;
  width: 65px;
  height: 35px;
  font-size: 1.9rem;
  top: 38px;
  left: 6px;
  text-align: center;
  padding: 4px;
  font-weight: bold;
  position: absolute;
}

.left-section {
  width: 84%;
  max-width: 100%;
  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: 100%;
  padding: 0px;
}

/* 右セクションのスタイル */
.right-section h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}

.info-box {
  display: grid;
  gap: 10px;
}

.info-item {
  display: flex;
  /* justify-content: space-between; */
  font-size: 1rem;
  color: #333;
}

.info-left {
  font-weight: bold;
  background-color: #e0e0e0; /* 背景色を灰色に設定 */
  padding: 10px;
  /* border-radius: 5px; */
  /* width: 30%; */
  font-size: 15px;
}

.info-right {
  padding: 10px;
  background-color: #f9f9f9; /* 背景色を薄い灰色に設定 */
  font-size: 20px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .layout-container {
      flex-direction: column;
      padding: 20px;
  }

  .left-section, .right-section {
    width: 100%;
    max-width: 256px;
    min-width: auto;
  }

  .circle {
      width: 67px;
      height: 23px;
      font-size: 1.6rem;
      background-color: #999999;
      color: white;
  }

  .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%;
    max-width: 93%;
    text-align: left;
    font-size: 1.2rem;
  }

  .info-right {
      margin-top: 5px;
      font-size: 1.0rem;
  }
}

/* オフィスレイアウト事例 おわり */

.slider-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto 90px;
  background-color: #f0f0f0;
}

.slides-wrapper {
  display: flex;
  width: calc(100% * (スライド数 / 4)); /* 4枚ごとにスライド */
  transition: transform 0.5s ease;
}

.slides-wrapper02 {
  display: flex;
  width: calc(100% * (スライド数 / 3)); /* 4枚ごとにスライド */
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%; /* 4枚均等に配置 */
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* text-align: center; */
}

.slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slide-content {
  /* width: 100%; */
  padding: 16px;
  text-align: left;
}

.slide-content h2 {
  color: #c04848;
  margin-bottom: 8px;
  font-size: 2.5rem;
  font-weight: bold;
}

.slide-content h3 {
  font-weight: bold;
  color: #333;
  font-size: 1.8rem;
  line-height: 25px;
}

.slide-content p {
  margin-top: 10px;
  /* padding: 0 16px; */
  font-size: 1rem;
  line-height: 1.5;
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  z-index: 10;
  min-width: 45px;
  height: 45px;
  opacity: 0.3;
  background: url('../img/office-layout/item/y01.png');
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* test slider */
.flex {
  display: flex;
}

/* テスト */
/* Swiperのページネーション */
.swiper-pagination {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* ページネーションバレット（サイズと色変更） */
.swiper-pagination-bullet {
  width: 20px;  /* 幅を大きく */
  height: 20px; /* 高さを大きく */
  margin: 0 10px; /* バレット間の間隔 */
  background-color: #c04848;  /* 非アクティブ時の色（#c04848） */
  border-radius: 50%; /* 丸い形 */
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease; /* ホバー時のアニメーション */
}

/* アクティブなページネーションバレット（色とサイズ変更） */
.swiper-pagination-bullet-active {
  background-color: #c04848;  /* アクティブ時の色（#c04848） */
  transform: scale(1.5);  /* アクティブ時に少し大きくなる */
}

.swiper-pagination-bullet {
  background-color: #c04848 !important;  /* !importantを追加 */
}

/* ボタン */


/* 前のスライドボタン */
.interior-slider03-prev {
  position: absolute;
  top: 50%;
  left: 30px;  /* 左の位置を広げる */
  transform: translateY(-50%);
  /* background-color: #c04848; */
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

/* 次のスライドボタン */
.interior-slider03-next {
  position: absolute;
  top: 50%;
  right: 30px;  /* 右の位置を広げる */
  transform: translateY(-50%);
  /* background-color: #c04848; */
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}


/* テスト終わり */

/* メディアクエリ */
@media screen and (max-width: 767px) {
  .layout_main {
      padding: 60px 0 50%;
  }

  .button-container h2 {
      font-size: 2.3rem;
      color: white;
      font-weight: bold;
      padding: 0px 25px 0px 25px;
      line-height: 37px;
  }

  .button-container p {
      font-size: 1.2rem;
      color: white;
  }

  .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: 20px;
    padding: 14px 40px;
    text-decoration: none;
    border-radius: 50px;
    position: relative;
    transition: background 0.3s, transform 0.3s;
    font-weight: bold;
    margin: 0px 10px 26px 10px;
  }

  .header01 {
      height: 200px;
  }

  .image-container-logo {
      width: 100%;
      height: auto;
      margin-top: 10%;
  }
}

/* レイアウト完成までの3つのステップ */
.layout-completed {
  background-color: #f0f0f0;
  padding: 30px 0px 17px 0px;
  text-align: center;
  padding: 13px;
}

.layout-title {
  text-align: center;
  padding: 31px 0px 0px 0px;
  font-size: 1.8rem;
  font-weight: bold;
}

.layout-title-question {
  text-align: center;
  padding: 8px 0px 21px 0px;
  font-size: 2.0rem;
  font-weight: bold;
}

.layout-title b {
  font-size: 1.8em;
  color: #a1211e;
}

.layout-title-h1 {
  font-size: 2em;
  color: #a1211e;
  border-bottom: 2px solid #a1211e;
  display: inline-block;
  padding-bottom: 10px;
}

.steps-row {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  /* gap: 20px; */
  margin-bottom: 20px;
}
.step-card {
  width: 40%;
  padding: 7px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: stretch;
}
.step-card img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.step-card step-card-h2 {
  font-size: 2.0em;
  color: #a1211e;
  margin-bottom: 3px;
  padding: 28px 0px 11px 0px;
  font-weight: bold;
}

.step-card .subtitle {
  /* font-size: 1.2em; */
  color: #555;
  margin-bottom: 7px;
  line-height: 17px;
  font-weight: bold;
}

.arrow01 {
  display: inline-block;
  /* font-size: 20px; */
  /* line-height: 20px; */
  text-align: center;
  margin: 0;
  padding: 138px 0px 0px 0px;
}
.layout-note {
  text-align: center;
  font-size: 1.8rem;
  margin: 30px 0;
  color: #333;
  font-weight: bold;
  line-height: 31px;
}

.large-red-text b {
  font-size: 1.5em;  /* 大きくする */
  color: #a1211e;  /* 赤色にする */
  font-weight: bold; /* 太字 */
}

.free-badge {
  position: absolute;
  background: #a1211e;
  color: white;
  margin: -26px 54px;
  font-size: 14px;
  font-weight: bold;
  width: 43px;
  height: 43px;
  line-height: 43px;
  border-radius: 50%;
  text-align: center;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
  z-index: 2;
}

.step-card .icon {
  width: 80px;
  height: auto;
}

/* よくある質問 */
.question {
  width: 100%; /* 各アイテムの幅を100%にして、親要素にフィットさせる */
  max-width: 100%; /* アイテムごとに最大幅を指定 */
  margin-bottom: 10px; /* アイテム間にスペースを追加 */
  padding: 20px 12px 40px 12px;
  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;
}

.faq-item {
  margin-bottom: 10px; /* アイテム間にスペースを追加 */
  /* font-size: 1.5em; */
  text-align: left;
}

.faq-question {
  /* padding: 5px 0px 5px 0px; */
  /* border-radius: 4px; */
  box-sizing: border-box;
  background-color: #a1211e;
  color: white;
}

.faq-question .text {
  font-weight: bold;
  font-size: 1.2em;  /* Qの文字を大きく */
  padding: 2px 45px 0px 0px;
  line-height: 23px;
}

.faq-answer .text {
  /* font-weight: bold; */
  font-size: 1.4em;  /* Qの文字を大きく */
  line-height: 1.4;
  margin: 0;
}

.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-weight: bold; */
  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: 29px;
  padding: 6px 0px 6px 6px;
}

.question-text {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0px 45px 0px 0px;
}

.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 6px;
  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); }
}

/* 修正 20250402 */
.layout-container {
  display: flex;
  flex-wrap: wrap;  /* 横並びから縦並びに自動で切り替え */
  justify-content: center; /* 横方向の中央揃え */
  align-items: center; /* 縦方向の中央揃え */
  gap: 20px; /* セクション間のスペース */
  padding: 10px; /* 外側の余白 */
}

.left-section, .right-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.header {
  position: relative;
  text-align: center;
}

.circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #818181;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  
  position: absolute; /* 親要素を基準に絶対位置を設定 */
  top: 20px; /* 上からの距離 */
  left: 50%; /* 左からの位置を50%に */
  transform: translateX(-50%); /* 左右の中央に配置するために調整 */
}

.square-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* スマホ向けに調整 */
@media (max-width: 768px) {
  .left-section, .right-section {
    width: 100%; /* 幅を100%にして並ぶように */
    padding: 10px;
    max-width: 298px;
  }
  .circle {
    width: 60px;
    height: 60px;
    font-size: 14px;
    display: none; /* スマホサイズで非表示 */
  }
}

.space {
  padding: 20px;
}

.space-bt {
  padding: 0px;
}

@media (min-width: 500px) and (max-width: 732px) {
  .layout_main {
    padding: 70px 0 40%;
    background: url(../img/office-layout/sp/bg_main_01.png) 0 -63px 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: 324px;
    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: -23px 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: 286px;
    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;
  }
  
  .contact-box {
    padding: 11px 0px 11px 39px;
    text-align: left;
}
}