/*
 Theme Name: cocoon-child
 Template: cocoon-master
*/
html {
  font-size: 62.5%;
  margin: 0 !important;
	scroll-behavior: auto !important;
}
body {
  background: #fff
}
ol, ul {
  padding-left: 0
}
.page .post-date {
  display: none !important
}
#wpadminbar {
  display: none !important;
  height: 0
}
.footer.footer-container.nwa {
  display: none
}
.mobile-menu-buttons .menu-caption {
  display: none
}
.main {
  padding: 0
}
.mobile-header-menu-buttons {
  box-shadow: none;
  background: #727272;
  justify-content: flex-end;
  height: 60px;
  padding-right: 10px
}
.content {
  margin-top: 0
}
.header-container-in.hlt-top-menu .logo-header img {
  padding: 15px;
  width: auto
}
.p-page-lp-fv {
  position: relative;
  width: 100%;
}
.p-page-lp-fv__bg {
  padding: 0;
  margin: 0;
}
.p-page-lp-fv__bg img {
  display: block;
  width: 100%;
  height: auto;
}
.p-page-lp-fv_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.p-page-lp-fv_text .page-title {
  font-size: 8.8rem;
  margin: 0;
  font-family: 'Cormorant', serif;
  color: #fff;
  line-height: 1.3;
  letter-spacing: .075em
}
.p-page-lp-fv_text .page-title span {
  font-size: 2.7rem;
  display: block;
  font-family: serif;
  letter-spacing: .075em
}
.p-page-seminar__head {
  background: #fff;
  background: url(https://www.r-plus-renove-niigata.com/r-plus-renove/wp-content/themes/cocoon-child/images/bg-seminar.jpg) no-repeat;
  background-position: -20% top; /* 左から-8%ずらして配置 */
  background-size: 90%; /* 必要に応じて背景画像のサイズを指定 */
  width: 100%;
  text-align: center
}
.p-page-seminar__head_inner {
  background: url(https://www.r-plus-renove-niigata.com/r-plus-renove/wp-content/themes/cocoon-child/images/bg-lead.jpg) no-repeat;
  background-position: center top;
  background-size: 100%;
  text-align: center
}
#seminar .main {
  background: none;
  padding: 0;
  border: none
}
#seminar {
  background: #fff
}
.p-page-seminar__head--title {
  text-align: center;
  font-size: 4.2rem;
  padding: 160px 0;
  font-weight: 500;
  font-family: 'Cormorant', serif;
}
.p-page-seminar__head--sub_title {
  text-align: center;
  font-size: 4.2rem;
  padding: 0 80px;
  margin: 0 auto 60px;
  line-height: 1.5;
  letter-spacing: .05em;
  font-weight: 400;
  font-family: 'Cormorant', serif;
  position: relative;
  display: inline-block;
}
.p-page-seminar__head--sub_title::after {
  content: "";
  display: block;
  width: 100%; /* テキスト幅に合わせて横線の幅を調整 */
  height: 2px; /* 線の太さ */
  background-color: #000; /* 線の色 */
  margin-top: 5px; /* テキストと線の間隔 */
}
/* 全体のコンテナ */
.circle-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: auto;
  aspect-ratio: 3 / 2;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 1s ease;
}
.circle {
  fill: none;
  stroke: #000;
  stroke-width: 1;
  stroke-dasharray: 1400; /* 円周の長さ */
  stroke-dashoffset: 1400; /* 最初は円が見えない状態 */
  transition: stroke-dashoffset 2s ease;
  /* アニメーションは `.animate-circle` クラスが追加されてから開始 */
}
.circle.animate-circle {
  stroke-dashoffset: 0; /* アニメーションを開始する */
}
.circle-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0; /* 初期状態で非表示 */
  transition: opacity 1.5s ease;
  /* アニメーションは `.animate-text` クラスが追加されてから開始 */
}
.circle-text.animate-text {
  opacity: 1; /* フェードイン */
}
/* アニメーション */
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
/* フェードインアニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 各画像の配置とアニメーション遅延を調整 */
.circle1-text {
  top: 23%;
  left: 9.5%;
  width: 23%;
  height: 24%;
  background-image: url('https://www.r-plus-renove-niigata.com/r-plus-renove/wp-content/themes/cocoon-child/images/text1.svg');
  animation-delay: 0.25s; /* 円の描画に対して少し早く表示 */
}
.circle2-text {
  top: 41%;
  left: 43.7%;
  width: 16%;
  height: 17%;
  background-image: url('https://www.r-plus-renove-niigata.com/r-plus-renove/wp-content/themes/cocoon-child/images/text3.svg');
  animation-delay: 0.3s;
}
.circle3-text {
  top: 7%;
  left: 57%;
  width: 15%;
  height: 27%;
  background-image: url('https://www.r-plus-renove-niigata.com/r-plus-renove/wp-content/themes/cocoon-child/images/text4.svg');
  animation-delay: 0.4s;
}
.circle4-text {
  top: 53.4%;
  left: 23%;
  width: 20%;
  height: 30%;
  background-image: url('https://www.r-plus-renove-niigata.com/r-plus-renove/wp-content/themes/cocoon-child/images/text2.svg');
  animation-delay: 0.5s;
}
.circle5-text {
  top: 59%;
  left: 65%;
  width: 18%;
  height: 20%;
  background-image: url('https://www.r-plus-renove-niigata.com/r-plus-renove/wp-content/themes/cocoon-child/images/text6.svg');
  animation-delay: 0.6s;
}
.circle6-text {
  top: 29%;
  left: 74.3%;
  width: 21%;
  height: 22%;
  background-image: url('https://www.r-plus-renove-niigata.com/r-plus-renove/wp-content/themes/cocoon-child/images/text5.svg');
  animation-delay: 0.7s;
}
.p-page-seminar__head--text {
  text-align: center;
  font-family: serif;
  margin-top: 40px;
  padding-bottom: 100px
}
.p-page-seminar__head--text img {
  width: 170px;
  height: auto
}
.p-page-seminar__head--text h3 {
  font-size: 7rem;
  color: #763914;
  border-bottom: 4px solid #763914;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  margin: 0 auto 10px;
  font-weight: 500
}
.p-page-seminar__head--text h3 span {
  font-size: 5rem
}
.p-page-seminar__head--text p {
  font-size: 5rem;
}
#p-page-seminar__feacher {
  background: url(https://www.r-plus-renove-niigata.com/r-plus-renove/wp-content/themes/cocoon-child/images/bg-feature.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
  padding: 130px 20px
}
.c-inner {
  max-width: 1400px;
  margin: 0 auto
}
.p-page-seminar__head--sub_title.feacher {
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 64px 0;
  text-align: center;
  color: #fff;
  font-size: 8.8rem;
  line-height: 1
}
.p-page-seminar__head--sub_title.feacher::after {
  display: none
}
.p-page-seminar__head--sub_title.feacher span {
  display: block;
  font-size: 2.4rem;
  padding-bottom: 20px
}
/* 全体の内側コンテナ */
.p-page-seminar__feacher_inner {
  color: #3b2920;
  background-color: #f9f8f6;
  text-align: center;
  padding: 150px 20px;
  max-width: 1400px;
  margin: 0 auto 150px;
}
/* 質問部分 */
.p-page-seminar__feacher_q {
  font-size: 5rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-left: 50px; /* 背景画像用の余白を設定 */
  text-align: center;
  font-family: 'Cormorant', serif;
  color: #763914
}
.p-page-seminar__feacher_q::before {
  content: "";
  display: inline-block;
  background-image: url('https://www.r-plus-renove-niigata.com/r-plus-renove/wp-content/themes/cocoon-child/images/features_q.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 190px; /* Q.画像の幅 */
  height: 285px; /* Q.画像の高さ */
  position: absolute;
  left: 70px; /* テキストの左側に配置 */
  top: -110px;
  transform: translateX(-50%); /* 水平方向の微調整 */
}
/* 回答部分 */
.p-page-seminar__feacher_a {
  font-size: 2.4rem;
  margin: 20px 0;
  line-height: 1.8;
  display: flex;
  justify-content: center;
}
.p-page-seminar__feacher_a::before {
  content: "A.";
  font-size: 5rem;
  color: #3b2920;
  margin-right: 10px;
  font-weight: 500;
  font-family: 'Cormorant', serif;
  display: flex;
  align-items: flex-start
}
.p-page-seminar__feacher_a p {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 50px
}
.p-page-seminar__feacher_inner p {
  line-height: 2em;
  letter-spacing: .075em;
  margin-bottom: 1em
}
/* 強調テキスト */
.p-page-seminar__feacher_inner p span {
  color: #763914;
  font-weight: bold;
  text-decoration: underline; /* アンダーラインを追加 */
}
/* 下部の画像 */
.p-page-seminar__feacher_inner img {
  margin-top: 30px;
  max-width: 100%;
  height: auto;
}
.feacher_image {
  width: 80%;
  margin-bottom: 80px
}
/* 全体のボックス */
#p-page-seminar__merit {
  background-color: #503C2C;
  padding: 130px 20px;
  color: #fff;
  text-align: left;
  background: url('https://www.r-plus-renove-niigata.com/r-plus-renove/wp-content/themes/cocoon-child/images/bg-merit.jpg') #503C2C no-repeat top center;
  background-size: 100%
}
/* 全体のボックス */
.merit-list {
  background: #32261B;
  padding: 66px 130px 80px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; /* 点線の位置調整に備えてrelativeに */
}
/* リストのスタイル */
.merit-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.075em;
  position: relative;
}
/* 各リスト項目のスタイル */
.merit-list ul li {
  display: flex;
  align-items: baseline;
}
/* 数字部分のスタイル */
.merit-list ul .number {
  font-family: 'Cormorant', 'Times New Roman', serif;
  font-style: italic;
  font-size: 5.8rem;
  margin-right: 25px;
}
/* テキストのスタイル */
.merit-list ul .text {
  flex: 1;
  font-size: 3.2rem;
  line-height: 1.6;
  font-family: 'Cormorant', serif;
}
.dotted-line {
  position: relative;
  top: -60px;
  height: 150px;
  overflow: hidden;
}
.dotted-line::after {
  content: "";
  display: block;
  width: 1px;
  height: 150px; /* アニメーションの長さ */
  border-left: 2px #000 dotted;
  animation: scroll 2s ease infinite;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%); /* 水平中央に配置 */
}
@keyframes scroll {
  0% {
    top: -150px;
  }
  100% {
    top: 150px;
  }
}
/* 点線のスタイル */
.dotted-line2 {
  width: 1px;
  height: 120px;
  position: absolute;
  bottom: -70px;
  left: 50%; /* 水平方向の中央 */
  transform: translateX(-50%); /* 中央揃え */
  z-index: 10;
  overflow: hidden;
  margin: 0 auto;
}
.dotted-line2:after {
  content: "";
  display: block;
  height: 100%;
  border-left: 2px #fff dotted;
}
/* 全体のボックス */
#p-page-seminar__suggestion {
  width: 100%;
  max-width: 1200px;
  padding: 40px 0 0;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}
/* 見出しのスタイル */
.suggestion-title {
  font-size: 4.8rem;
  padding-top: 120px;
  margin-bottom: 40px;
  font-weight: 500;
  font-family: 'Cormorant', serif;
}
/* リストのスタイル */
#p-page-seminar__suggestion ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
/* 各リスト項目のスタイル */
#p-page-seminar__suggestion ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d6cdc3;
  color: #333;
  padding: 20px;
  width: calc(33% - 20px);
  height: 190px;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 600;
  box-sizing: border-box;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
/* 奇数のリスト項目のスタイル */
#p-page-seminar__suggestion ul li:nth-child(odd) {
  background-color: #B8B1AB;
}
/* 偶数のリスト項目のスタイル */
#p-page-seminar__suggestion ul li:nth-child(even) {
  background-color: #DCD8D4;
}
#p-page-seminar__suggestion ul li:nth-child(2), #p-page-seminar__suggestion ul li:nth-child(5) {
  margin-top: 30px
}
/* 2番目と5番目のみ下に30pxずらす */
#p-page-seminar__suggestion ul li:nth-child(2), #p-page-seminar__suggestion ul li:nth-child(5) {
  margin-top: 30px;
}
/* インストラクター全体のコンテナ */
#p-page-seminar__instructor {
  background: url('https://www.r-plus-renove-niigata.com/r-plus-renove/wp-content/themes/cocoon-child/images/bg-instructor.jpg') #503C2C no-repeat top center;
  background-size: cover;
  padding: 130px 20px
}
.p-page-seminar__head--sub_title.instructor {
  width: 100%;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 64px 0;
  text-align: center;
  color: #333;
  font-size: 8.8rem;
  line-height: 1
}
.p-page-seminar__head--sub_title.instructor::after {
  display: none
}
.p-page-seminar__head--sub_title.instructor span {
  display: block;
  font-size: 2.4rem;
  padding-bottom: 20px
}
/* 内部コンテンツの配置 */
.p-page-seminar__instructor_inner {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  background-color: #fff;
  padding: 60px 100px;
  max-width: 1200px;
  margin: 0 auto
}
/* 講師の画像 */
.instructor_image {
  width: 430px;
  height: auto;
}
/* テキストコンテンツ */
.p-page-seminar__instructor--text {
  color: #333;
}
/* サブタイトル */
.p-page-seminar__instructor--subtitle {
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-family: 'Cormorant', serif;
  padding-top: 4rem;
}
/* タイトル */
.p-page-seminar__instructor--title {
  font-size: 3.3rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'Cormorant', serif;
}
/* プロフィールリストのスタイル */
.p-page-seminar__instructor-profile__flow {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-page-seminar__instructor-profile__flow-item {
  display: flex;
  margin-bottom: 10px;
  position: relative;
  padding-left: 2rem;
}
.p-page-seminar__instructor-profile__flow-item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #707070;
  z-index: 1;
}
.p-page-seminar__instructor-profile__flow-item:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 6.5px;
  bottom: -20px;
  width: 1px;
  border-left: 1px dashed #707070;
}
.p-page-seminar__instructor-profile__flow-item.item-none:after {
  display: none
}
/* 年とテキストの間の配置 */
.p-page-seminar__instructor-profile__flow-year {
  flex: 0 0 80px; /* 固定幅を設定 */
  text-align: left;
}
.p-page-seminar__instructor-profile__flow-txt {
  color: #555;
  text-align: left;
  width: 350px; /* テキストの最大幅を調整 */
  word-break: keep-all; /* 単語を途中で折り返さない */
  white-space: normal; /* 折り返しを許可 */
}
/* 趣味のテキスト */
.shumi {
  margin-top: 20px;
  font-size: 1.8rem;
}
#p-page-seminar__works {
  padding: 130px 20px
}
.p-page-seminar__works_inner {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.p-page-seminar__works_inner img {
  max-width: 100%;
  height: auto;
  display: block;
}
.splide__pagination {
  bottom: 5.5em !important;
}
.splide__arrow {
  background: none !important;
  top: 65% !important;
}
.splide__pagination__page.is-active {
  background: #503C2C !important;
}
splide__arrow svg {
  fill: #503C2C !important;
}
#p-page-seminar__form {}
.p-page-seminar__form_lead {
  background: #F9F9F7;
  padding: 60px 20px;
  text-align: center
}
.p-page-seminar__head--sub_title.form {
  margin: 0 auto 20px;
  font-size: 3.2rem
}
.p-page-seminar__head--sub_title.form::after {
  display: none
}
.p-page-seminar__form_inner {
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 60px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  text-align: left
}
.p-page-seminar__head--sub_title.works {
  width: 100%;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 64px 0;
  text-align: center;
  color: #333;
  font-size: 8.8rem;
  line-height: 1
}
.p-page-seminar__head--sub_title.works::after {
  display: none
}
.p-page-seminar__head--sub_title.works span {
  display: block;
  font-size: 2.4rem;
  padding-bottom: 20px
}
/* ホバー時のアニメーション */
.work-button:hover {
  background: #333;
}
.work-button:hover .arrow {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateX(3px);
}
/* タグ部分 */
.event-tag {
  width: 140px;
  text-align: center;
  background-color: #f0f0f0;
  padding: 5px 10px;
  font-size: 1.5rem;
  color: #7f7f7f;
  border-radius: 50px;
}
/* タイトル */
.event-title {
  font-weight: 600;
  margin-top: 0;
  font-size: 2.8rem;
}
/* イベント詳細 */
.event-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.event-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.icon {
  font-size: 1.4rem;
  color: #D5CAC4;
  margin-top: 2px; /* アイコンを中央揃えにするための調整 */
}
.event-info {
  display: flex;
  font-size: 1.6rem
}
.event-info strong {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  margin-right: 1.5em;
  font-size: 1.6rem
}
.event-map {
  width: 49%;
}
.form-present {
  width: 400px;
  height: auto;
  margin-top: 10px
}
.event-map iframe {
  width: 100%;
  height: 490px;
  border: 0;
  border-radius: 5px;
  margin-top: 20px;
}
/* フォーム全体のスタイル */
.wpcf7-form {
  max-width: 852px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}
/* 基本リセット */
input, button, textarea, select, input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: inherit;
}
label {
  cursor: pointer;
}
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], textarea, select, .search-edit {
  padding: 8px;
  border: 1px solid var(--cocoon-basic-border-color);
  border-radius: var(--cocoon-basic-border-radius);
  font-size: inherit;
  width: 100%;
  font-size: 1.6rem
}
/* 不要なスピンボタンの非表示 */
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button, input[type=month]::-webkit-outer-spin-button, input[type=month]::-webkit-inner-spin-button, input[type=datetime-local]::-webkit-outer-spin-button, input[type=datetime-local]::-webkit-inner-spin-button, input[type=week]::-webkit-outer-spin-button, input[type=week]::-webkit-inner-spin-button, input[type=time]::-webkit-outer-spin-button, input[type=time]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button, input[type=date]::-webkit-inner-spin-button {
  display: none;
}
input[type=number], input[type=month], input[type=datetime-local], input[type=week], input[type=time], input[type=date] {
  -moz-appearance: textfield;
}
/* クリアボタン非表示 */
input[type=date]::-webkit-clear-button, input[type=month]::-webkit-clear-button, input[type=datetime-local]::-webkit-clear-button, input[type=time]::-webkit-clear-button, input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}
/* フォームのinput、button、textarea、selectのスタイル */
input, button, textarea, select {
  font-family: inherit;
  font-size: 16px;
  color: inherit;
  border-radius: 0;
  box-sizing: border-box;
}
/* ラジオボタンとチェックボックスのスタイル */
input[type="radio"], input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  box-sizing: border-box;
  width: auto; /* 標準のサイズに戻す */
  height: auto;
  margin-right: 8px; /* ラベルとの間隔 */
}
/* セレクトボックスのスタイル */
.s-form-item-select {
  width: 100%; /* 横幅100% */
  min-width: 383px;
  height: 4rem; /* 高さの調整 */
  padding: 0.5rem 1.5rem; /* 内側の余白調整 */
  font-size: 1.5rem; /* フォントサイズ */
  border: 1px solid #d5d4c7; /* 枠線の色 */
  border-radius: 0.5rem; /* 角の丸み */
  background-color: #fceded; /* 背景色 */
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath d="M7 10l5 5 5-5z" fill="%23999"/%3E%3C/svg%3E'); /* 矢印アイコン */
  background-repeat: no-repeat;
  background-position: right 1rem center; /* 矢印の位置 */
  -webkit-appearance: none; /* デフォルトのスタイルを無効化 */
  -moz-appearance: none;
  appearance: none;
}
/* 必須項目の背景色変更 */
.js-required:invalid {
  background-color: rgb(252, 237, 237); /* 未入力時の背景色 */
}
.js-required:valid {
  background-color: #fff; /* 入力があれば白に戻す */
}
.wpcf7-form-control-wrap select {
  width: 100%;
  border-radius: 4px
}
.wpcf7-list-item {
  display: block
}
/* テキストエリアのスタイル */
.s-textarea {
  height: 11.4rem;
  padding-top: 1rem;
  padding-left: 1rem;
  border-radius: .5rem;
  resize: vertical;
  background: #fff;
  padding-right: 1rem;
  border: 1px solid #d5d4c7;
}
/* 住所フィールドの幅設定 */
.s-yubinbangou {
  max-width: 19.2rem;
}
/* プライバシーコンテナのスタイル */
.s-privacy-container {
  background: #f7f6f5;
  max-height: 12.9rem;
  overflow-y: scroll;
  width: 100%;
  padding: 0.8rem 2rem;
  line-height: 1.5;
  font-size: 1.2rem;
}
.event-meeting .s-privacy-container {
  background: #fff;
  text-align: left;
}
.form-wrap .s-privacy-container h3 {
  font-size: 1.4rem;
  text-align: left;
  font-weight: 600;
  margin: 0 0 3px;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
/* プライバシーポリシー同意ボタンのスタイル */
.acceptance-button-container {
  width: 100%;
  box-sizing: border-box;
}
.acceptance-button-container .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 4rem;
  position: relative;
  width: 100%;
  min-width: 383px;
  padding: .5rem .7rem;
  border: 1px solid #d5d4c7;
  border-radius: 3px;
  background-color: #fceded;
  cursor: pointer;
  text-align: center;
  font-size: 1.6rem;
}
.acceptance-button-container .wpcf7-list-item-label::before {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 1rem;
}
label {
  cursor: pointer;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: " ";
}
.wpcf7-list-item {
  margin: 0
}
.acceptance-button-container {
  margin-bottom: 30px
}
.acceptance-button-container input {
  display: none;
}
.acceptance-button-container input:checked + span::after {
  position: absolute;
  top: .5rem;
  left: 1.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: .9rem;
  height: 1.6rem;
  border: solid #ba4e20;
  border-width: 0 .4rem .4rem 0;
  content: "";
}
.acceptance-button-container input:checked + span {
  background-color: #606060;
  color: #fff;
}
/* 送信ボタンのスタイル */
.s-submit-button-container input {
  max-width: 33rem;
  width: 100%;
  height: 6rem;
  background: #aa8f20;
  border-radius: 5px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}
/* 必須マークのスタイル */
.s-form-required {
  color: #ba4e20;
  font-weight: 600;
}
/* タイトル、説明テキストなどの追加スタイル */
.s-input-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.s-form-label-mt {
  margin-top: 2rem;
}
.s-form-label-mt02 {
  margin-top: 1.3rem;
}
.s-form__text {
  text-align: center;
  line-height: 1.714;
  margin-top: 2rem;
  font-size: 1.5rem;
}
/* 最後のメッセージ */
.s-form__last-message {
  margin-top: 4.1rem;
  max-width: 800px;
  margin: 40px auto
}
.s-form__last-message p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.s-form-item-flex p span, .s-post__code, .s-address-mt span, .sekou-area {
  font-size: 1.6rem;
}
#p-page-catalog__form .s-privacy-container h3 {
  font-size: 1.28rem;
}
#p-page-catalog__form .s-privacy-container {
  background: #fff;
}
#p-page-catalog__form .s-submit-button-container input {
  margin-top: 20px;
  max-width: 35rem;
  width: 100%;
  height: 7rem;
  background: #716D6B;
  border-radius: 0;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  border: none;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  padding-right: 2.5rem;
  overflow: visible;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.wpcf7-spinner {
  display: none; /* 完全に非表示にする */
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0; /* 余計なマージンを削除 */
  position: relative;
}
/* メディアクエリでのレスポンシブ調整 */
@media screen and (min-width: 820px) {
  .s-form__inner {
    max-width: 717px;
    margin-left: auto;
    margin-right: auto;
  }
  .s-form__text {
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .s-center {
    align-items: center;
  }
  .s-form-address, .s-form-item {
    display: flex;
  }
  .s-input-title {
    flex: 0 0 16.4rem;
    margin-right: 1.5rem;
  }
  .s-form-address {
    align-items: baseline;
  }
  .s-address-mt {
    margin-top: .4rem;
  }
}
.s-privacy-text, .event-meeting p.s-privacy-text, .event-meeting .s-privacy-container p {
  font-size: 1.4rem;
  margin-top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.event-meeting .s-privacy-container p {
  margin-bottom: 10px
}
.s-submit-button-container.s-submit-button-seminar {
  text-align: center
}
@media screen and (max-width: 767px) {
  .s-form-address .s-input-title {
    margin-top: .8rem;
  }
  .s-form-address span {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.wpcf7-not-valid-tip, .s-address-mt span.wpcf7-not-valid-tip, .s-form-item-flex p span.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: .8em;
  font-weight: normal;
  display: block;
}
.splide__pagination {
  bottom: 5.5em !important;
}
.footer-bottom-logo img {
  display: none
}
/* iPad対応（768px以上1024px未満） */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff; /* ヘッダーの背景色を固定 */
  }
  .p-page-lp-fv__bg img {
    margin-top: 60px
  }
  .js-nav-menu-relative {
    top: 60px !important
  }
  .p-page-lp-fv_text .page-title {
    font-size: 6rem;
  }
  .p-page-lp-fv_text .page-title span {
    font-size: 2rem;
  }
  .p-page-seminar__head--title {
    font-size: 3.2rem;
    padding: 100px 0;
  }
  .p-page-seminar__head--sub_title {
    font-size: 3.2rem;
    padding: 0 40px;
    margin: 0 auto 30px;
  }
  .dotted-line:after {
    border-left: 1px #000 dotted;
  }
  .p-page-seminar__head--text h3 {
    font-size: 4rem;
    border-bottom: 1px solid #763914;
  }
  .p-page-seminar__head--text h3 span, .p-page-seminar__head--text p {
    font-size: 2.5rem;
  }
  /* ドット線のサイズ調整 */
  .dotted-line {
    height: 75px;
  }
  .dotted-line:after {
    border-left-width: 1px;
    animation: scroll 2s ease 0s infinite normal;
  }
  .p-page-seminar__head--text {
    padding-bottom: 70px
  }
  #p-page-seminar__feacher, #p-page-seminar__instructor, #p-page-seminar__works {
    padding: 70px 20px;
  }
  .p-page-seminar__head--sub_title.feacher span, .p-page-seminar__head--sub_title.instructor span, .p-page-seminar__head--sub_title.works span {
    font-size: 1.6rem
  }
  .p-page-seminar__head--sub_title.feacher, .p-page-seminar__head--sub_title.instructor, .p-page-seminar__head--sub_title.works {
    font-size: 4rem;
    padding: 40px 0;
  }
  .p-page-seminar__feacher_q {
    font-size: 3.2rem;
    padding-left: 0
  }
  .p-page-seminar__feacher_q::before {
    width: 140px;
    height: 200px;
    left: 0;
    top: -76px;
  }
  .p-page-seminar__feacher_inner {
    padding: 65px 20px;
    margin-bottom: 80px
  }
  .p-page-seminar__feacher_a::before {
    font-size: 3.2rem
  }
  .p-page-seminar__feacher_a {
    font-size: 1.8rem
  }
  .p-page-seminar__feacher_a p {
    padding-top: 10px
  }
  .p-page-seminar__feacher_inner p {
    font-size: 1.6rem
  }
  .merit-list {
    padding: 33px 60px 40px;
  }
  .merit-list ul .text {
    font-size: 2.1rem;
  }
  .merit-list ul .number {
    font-size: 3.5rem
  }
  .p-page-seminar__feacher_inner img {
    max-width: 90%
  }
  #p-page-seminar__merit {
    padding: 70px 20px;
  }
  .dotted-line2 {
    height: 80px;
    bottom: -60px;
  }
  .suggestion-title {
    font-size: 3.2rem;
    padding-top: 60px;
  }
  .p-page-seminar__instructor_inner {
    padding: 40px;
    gap: 40px
  }
  .p-page-seminar__instructor--subtitle {
    padding-top: 0;
    font-size: 1.7rem;
    margin-bottom: 0
  }
  .p-page-seminar__instructor--title {
    font-size: 2.4rem
  }
  .p-page-seminar__instructor-profile__flow-item {
    font-size: 1.4rem
  }
  .p-page-seminar__instructor-profile__flow-item:before {
    top: 5px
  }
  .instructor_image {
    width: 35%;
  }
  .p-page-seminar__instructor--text {
    width: 65%
  }
  .shumi {
    font-size: 1.4rem
  }
  #p-page-seminar__suggestion ul li {
    font-size: 1.7rem;
  }
  .p-page-seminar__head--sub_title.form {
    font-size: 2.4rem
  }
  .p-page-seminar__form_inner {
    padding: 40px
  }
  .form-present {
    width: 90%
  }
  .event-title {
    font-size: 1.8rem;
  }
  .event-info strong, .event-info {
    font-size: 1.5rem
  }
  .event-map {
    width: 73%;
  }
  .event-map iframe {
    height: 350px;
  }
  .s-submit-button-container input {
    height: 5rem;
    font-size: 1.3rem;
  }
  .s-form__last-message {
    margin: 40px;
  }
}
/* スマホ対応（767px以下） */
@media screen and (max-width: 767px) {
  .js-nav-menu-relative {
    top: 42px !important
  }
  a:where(:not(.wp-element-button)) {
    text-decoration: none !important;
  }
  .js-nav-menu-relative a:hover {
    color: #fff
  }
  .s-privacy-container h3 {
    font-size: 12px;
    font-weight: 400
  }
  .s-privacy-container ol {
    padding-left: 1em
  }
  .p-page-lp-fv_text .page-title {
    font-size: 4rem;
  }
  .p-page-lp-fv_text .page-title span {
    font-size: 1.5rem;
  }
  .p-page-seminar__head--title {
    font-size: 2.4rem;
    padding: 40px 0;
  }
  .dotted-line {
    height: 50px;
    border-left: 1px #000 dotted;
  }
  .p-page-seminar__head--text img {
    width: 80px;
  }
  .p-page-seminar__head--text h3 {
    font-size: 3.2rem
  }
  .p-page-seminar__head--text h3 span, .p-page-seminar__head--text p {
    font-size: 2.4rem
  }
  .p-page-seminar__head--text {
    padding-bottom: 20px;
    margin-top: 0
  }
  .p-page-seminar__head--sub_title {
    font-size: 2.8rem;
    padding: 0 20px;
    margin: 0 auto 20px;
  }
  .p-page-seminar__head--sub_title.instructor span, .p-page-seminar__head--sub_title.feacher span, .p-page-seminar__head--sub_title.works span {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .p-page-seminar__head--sub_title.instructor, .p-page-seminar__head--sub_title.feacher, .p-page-seminar__head--sub_title.works {
    font-size: 3.2rem;
    padding: 32px 0;
  }
  #p-page-seminar__feacher {
    padding: 40px 20px;
  }
  .p-page-seminar__feacher_inner {
    padding: 30px 20px;
    margin-bottom: 40px
  }
  .p-page-seminar__feacher_q {
    display: block;
    font-size: 2.6rem;
    line-height: 1.5;
    padding-left: 39px;
    margin-bottom: 10px;
    text-align: left
  }
  .p-page-seminar__feacher_inner img {
    margin-top: 10px;
  }
  .p-page-seminar__feacher_q::before {
    width: 50px;
    height: 85px;
    left: 10px;
    top: -17px;
  }
  .p-page-seminar__feacher_a {
    font-size: 1.8rem;
    margin: 0;
    line-height: 1.5;
  }
  .p-page-seminar__feacher_a::before {
    font-size: 4.2rem
  }
  .p-page-seminar__feacher_a p {
    padding-top: 0;
    margin-bottom: 0;
  }
  .p-page-seminar__feacher_a p br {
    display: none
  }
  .p-page-seminar__feacher_inner p {
    font-size: 1.8rem
  }
  .p-page-seminar__feacher_inner img {
    margin-top: 10px
  }
  .feacher_image {
    width: 100%;
    margin-bottom: 40px;
  }
  #p-page-seminar__merit {
    padding: 40px 20px
  }
  #seminar__feacher_a::before {
    font-size: 4rem;
  }
  .splide__slide img {
    width: 100%;
    height: 256px !important; /* 必要な高さに固定 */
    object-fit: cover; /* 画像が要素内に収まるように調整 */
  }
  .merit-list {
    padding: 30px 20px;
  }
  .merit-list ul .number {
    font-size: 4.2rem;
    margin-right: 15px;
  }
  .merit-list ul .text {
    font-size: 2.1rem;
  }
  .merit-list ul li {
    margin-bottom: 10px;
    align-items: flex-start
  }
  .dotted-line2 {
    height: 70px;
    bottom: -45px;
  }
  .suggestion-title {
    font-size: 2.6rem;
    padding-top: 50px;
    margin-bottom: 20px;
  }
  #p-page-seminar__suggestion ul {
    flex-direction: column;
    gap: 15px;
  }
  #p-page-seminar__suggestion ul li {
    width: 100%;
    font-size: 1.6rem;
    height: auto;
  }
  #p-page-seminar__suggestion ul li:nth-child(2), #p-page-seminar__suggestion ul li:nth-child(5) {
    margin-top: 0;
  }
  #p-page-seminar__instructor {
    padding: 40px 20px;
  }
  .instructor_image {
    width: 100%;
  }
  .p-page-seminar__instructor--subtitle {
    padding-top: 1rem;
    margin-bottom: 0;
    font-size: 1.8rem
  }
  .p-page-seminar__instructor_inner {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .p-page-seminar__instructor--title {
    font-size: 2.4rem;
    margin-bottom: 10px
  }
  .p-page-seminar__instructor-profile__flow-txt, .p-page-seminar__instructor-profile__flow-year, .shumi {
    font-size: 1.5rem;
    width: auto
  }
  .p-page-seminar__instructor-profile__flow-item {
    flex-direction: column; /* スマホ時に縦並び */
    align-items: flex-start;
    padding-left: 24px
  }
  .p-page-seminar__instructor-profile__flow-year {
    flex: none;
    width: auto;
  }
  #p-page-seminar__works {
    padding: 40px 20px;
  }
  .splide__arrow {
    top: 61% !important;
  }
  .p-page-seminar__form_inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    gap: 0;
    flex-direction: column
  }
  .s-input-title, .wpcf7-list-item {
    font-size: 15.6px
  }
  .p-page-seminar__form_lead {
    padding: 60px 20px 30px
  }
  .s-form-item-select {
    min-width: auto;
    padding: 8px
  }
  .acceptance-button-container .wpcf7-list-item-label {
    min-width: 335px
  }
  .s-submit-button-container input {
    min-width: 335px;
  }
  .event-tag {
    width: 113px;
    margin-bottom: 6px
  }
  .event-title {
    font-size: 2rem;
  }
  .event-details {
    gap: 6px;
  }
  .event-info strong {
    width: 38px;
    font-size: 1.5rem
  }
  .event-info {
    font-size: 1.5rem
  }
  .event-map {
    width: 100%
  }
  .event-map iframe {
    height: 260px;
  }
  .wpcf7-form {
    max-width: 100%;
    padding: 20px
  }
  .s-form__last-message {
    font-size: 1.2rem;
    width: 100%;
    padding: 0 20px;
    margin: 0
  }
  .copyright {
    font-size: 11px
  }
}
/* スマホのみで表示する設定 */
@media only screen and (max-width: 1025px) {
  .pc-none {
    display: inline;
  }
  .sp-none {
    display: none;
  }
  .circle-container {
    margin-left: -10px
  }
}
/* PCやタブレットでは非表示にする設定 */
@media only screen and (min-width: 1024px) {
  .pc-none {
    display: none;
  }
  .sp-none {
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  #header .site-name-text {
    font-size: 12px;
  }
}
.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in;
}
.fade-in.show {
  opacity: 1;
}
/* 初期状態: 非表示で少し下に位置する */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
/* 表示時: ふわっと表示されて位置を元に戻す */
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.m-page-plan__common-parts__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #333
}
.m-page-plan__common-parts__nav.m-is-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #333;
  position: fixed;
  top: 6rem;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 100
}
@media screen and (min-width: 768px) {
  .m-page-plan__common-parts__nav.m-is-fixed {
    top: 9.5rem
  }
}
.m-page-plan__common-parts__nav--relative {
  height: 4.5rem;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .m-page-plan__common-parts__nav--relative {
    height: 7.5rem;
  }
}
.m-page-plan__common-parts__nav--list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 4.5rem
}
@media screen and (min-width: 768px) {
  .m-page-plan__common-parts__nav--list {
    width: 120rem;
    height: 7.5rem
  }
}
.m-page-plan__common-parts__nav--list.m-grid-column3 {
  grid-template-columns: repeat(3, 1fr)
}
.m-page-plan__common-parts__nav--list.m-grid-column5 {
  grid-template-columns: repeat(5, 1fr)
}
.m-page-plan__common-parts__nav--item:not(:last-of-type) {
  border-right: solid 1px #fff
}
.m-page-plan__common-parts__nav--item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.5rem;
  color: #fff
}
@media screen and (min-width: 768px) {
  a.m-page-plan__common-parts__nav--item-link {
    gap: .2rem;
    height: 5rem;
    text-decoration: none
  }
  a.m-page-plan__common-parts__nav--item-link:hover {
    opacity: .75;
    color: #fff
  }
}
.m-page-plan__common-parts__nav--item-link .m-text-en {
  font-size: .9rem;
  line-height: 1.3rem
}
@media screen and (min-width: 768px) {
  .m-page-plan__common-parts__nav--item-link .m-text-en {
    font-size: 2rem;
    font-family: 'Cormorant', serif;
    line-height: 2.4rem
  }
}
.m-page-plan__common-parts__nav--item-link .m-text-ja {
  position: relative;
  font-size: 1.2rem;
  line-height: 2rem
}
@media screen and (min-width: 768px) {
  .m-page-plan__common-parts__nav--item-link .m-text-ja {
    line-height: 2.4rem
  }
  .m-page-plan__common-parts__nav--item-link .m-text-ja::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -2.09rem;
    width: 1.23rem;
    height: 1.05rem;
    background-image: url("https://herbarhouse.com/wp-content/themes/HH_bland/assets/images/common/common_link_icon_white_slim.svg");
    -o-object-fit: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
    pointer-events: none;
    cursor: pointer
  }
}
.m-page-plan__common-parts__nav--item-link .m-text-en {
  font-size: .9rem;
  line-height: 1.3rem
}
@media screen and (min-width: 768px) {
  .m-page-plan__common-parts__nav--item-link .m-text-en {
    font-size: 2rem;
    font-family: 'Cormorant', serif;
    line-height: 2.4rem
  }
}
.m-page-plan__common-parts__nav--item-link .m-text-ja {
  position: relative;
  font-size: 1.4rem;
  line-height: 2rem
}
@media screen and (min-width: 768px) {
  .m-page-plan__common-parts__nav--item-link .m-text-ja {
    line-height: 2.4rem
  }
  .m-page-plan__common-parts__nav--item-link .m-text-ja::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -2.09rem;
    width: 1.23rem;
    height: 1.05rem;
    background-image: url("../images/common/common_link_icon_white_slim.svg");
    -o-object-fit: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
    pointer-events: none;
    cursor: pointer
  }
}
.sticky-nav {
  position: fixed;
  width: 100%;
  z-index: 1000; /* ヘッダーの上に表示されるようにする */
}
@media screen and (max-width: 480px) {
  .body, .menu-content {
    font-size: 8px;
  }
}
/* /seminar/ ページのときのみ適用 */
.header-in .logo a {
  pointer-events: none;
}
.footer {
  margin-top: 0;
  position: relative;
  z-index: 10;
}
.thank-you-container {
  text-align: center;
  margin: 20px auto;
  max-width: 800px;
}
.thank-you-container h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.thank-you-container p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.thank-you-container p a {
  color: #000
}
.contact-alert-box {
  border: 2px solid #cc0f0a;
}
.contact-alert-box h2 {
  font-size: 2.1rem;
  font-weight: bold;
  background: #cc0f0a;
  color: #fff;
  padding: 6px 10px
}
.contact-alert-box p {
  text-align: left;
  line-height: 1.6;
  margin: 0;
  padding: 0 20px 20px
}
/* HOME＆共通 */
/* 左側のメニュー固定 */
/* サイドメニュー（固定） */
.sidebar-menu {
  position: fixed; /* JavaScript で `absolute` に切り替える */
  top: 0;
  left: 0;
  width: 226px; /* サイドメニューの幅 */
  height: auto; /* 高さはJSで調整 */
  background: #fff;
  padding: 30px 25px;
  overflow-y: auto;
  z-index: 1000;
}
.sidebar-sticky {
  position: relative; /* stickyを削除して通常のレイアウト */
  margin-bottom: 50px;
}
/* カウンターのリセット */
.sidebar-menu ul {
  counter-reset: menu-counter;
  margin-top: 170px
}
/* メニューの各項目 */
.sidebar-menu ul li {
  position: relative;
  padding-left: 50px; /* 左の線と番号の間隔を確保 */
  margin-bottom: 15px;
  font-weight: 600;
  counter-increment: menu-counter;
  list-style: none
}
/* 左の線 */
.sidebar-menu ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 80%;
  background: #CCCCCC; /* 非アクティブ時の線 */
}
/* 番号の追加 */
.sidebar-menu ul li::after {
  content: "0"counter(menu-counter); /* "01", "02", "03" の形式で番号を振る */
  position: absolute;
  left: 20px; /* 線の右側に配置 */
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  color: #CCCCCC; /* デフォルトは薄い色 */
}
/* アクティブなメニュー（現在のページ） */
.sidebar-menu ul li.current-menu-item::before, .sidebar-menu ul li.current_page_item::before {
  background: #000; /* アクティブな項目の線は黒 */
}
.sidebar-menu ul li.current-menu-item::after, .sidebar-menu ul li.current_page_item::after {
  color: #000; /* アクティブな番号は黒 */
}
/* アクティブなメニューの文字 */
.sidebar-menu ul li.current-menu-item a, .sidebar-menu ul li.current_page_item a {
  color: #000; /* 文字色を黒に */
  font-weight: bold;
}
/* 非アクティブなメニューのスタイル */
.sidebar-menu ul li a {
  text-decoration: none;
  color: #CCCCCC;
  font-size: 14px;
  display: block;
  transition: color 0.3s, background 0.3s;
}
/* メインコンテンツ */
.main-content {
  margin-left: 226px; /* サイドメニューの幅に合わせる */
  width: calc(100% - 226px); /* 残りの幅を使う */
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
}
.single-meeting .main-content {
  padding-bottom: 0
}
.main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('./images/kv.jpg') no-repeat top center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.main-visual::before, .m-page-main-visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* 40%透過黒 */
  z-index: 1;
}
.main-visual-text {
  position: relative;
  z-index: 2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.main-visual-text .p-title {
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: .25em;
}
.main-visual-text p.ja {
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: .25em;
}
.main-visual-text p.en {
  font-size: 1.5rem;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: .55em;
  font-family: 'Noto Sans Myanmar', sans-serif;
}
#top-lead {
  background: url('./images/bg-top-lead.jpg') no-repeat top center;
  background-size: cover;
  text-align: center;
  padding: 125px 0
}
#top-lead .m-title {
  font-size: 4rem;
  font-weight: 500;
  padding-bottom: 60px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#top-lead .logo2 {
  max-width: 338px;
  height: auto;
  padding-bottom: 60px
}
#top-lead p {
  font-size: 1.7rem;
  padding-bottom: 1.5em;
  line-height: 2.2
}
#top-lead .text {
  margin-bottom: 50px
}
/* ボタン全体 */
.btm {
  display: table;
  background: #333; /* 背景色 */
  padding: 20px 40px;
  margin: 0 auto;
  text-align: center;
  opacity: 0; /* 初期状態は非表示 */
  transform: translateY(20px); /* 30px下にずらす */
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
/* スクロールで表示されたらアニメーション */
.btm.visible {
  opacity: 1;
  transform: translateY(0);
}
/* ボタン内のリンク */
.btm a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
/* 矢印アイコン */
.btn-arrow {
  width: 20px;
  height: auto;
  margin-left: 10px;
  transition: transform 0.3s ease;
}
/* ホバー時に矢印を右へ移動 */
.btm:hover .btn-arrow {
  transform: translateX(5px);
}
/* 白背景のボタン */
.btm-w {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.btm-w a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 100px;
  font-size: 1.8rem;
  font-family: 'Cormorant', serif;
  font-weight: 500;
  color: #000;
  border: 1px solid #000;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  background: #fff; /* 白背景 */
}
/* 矢印アイコン */
.btm-w .btn-arrow {
  width: 18px;
  height: auto;
  margin-left: 15px;
  transition: transform 0.3s ease;
}
/* ホバー時の動作 */
.btm-w a:hover {
  background: #000;
  color: #fff;
}
.btm-w a:hover .btn-arrow {
  transform: translateX(5px);
  filter: invert(1); /* 矢印を白に変更 */
}
/* セクション全体 */
#m-top-flow {
  position: relative;
  width: 100%;
  height: 350px; /* 適宜調整 */
  background: url('./images/bg-top-flow.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* タイトル全体の配置 */
#m-top-flow .ttl {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
/* メインの見出し */
#m-top-flow .ttl h3 {
  font-size: 6.3rem;
  font-weight: 500;
  font-family: 'Cormorant', serif;
  color: #fff;
  line-height: 1.3;
  letter-spacing: .075em;
  margin: 0;
}
/* サブテキスト */
#m-top-flow .ttl h3 span {
  display: block;
  font-size: 2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: .075em;
  margin-top: 8px;
}
/* 背景に暗めのオーバーレイ */
#m-top-flow::before {
  content: "";
  position: absolute;
  top: 0
}
#m-top-flow .btm-w a {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 66px
}
#m-top-flow .btm-w a:hover .btn-arrow {
  transform: translateX(5px);
  filter: invert(0);
}
/* 施工事例セクション */
#m-top-works {
  width: 100%;
  padding: 80px 0;
  text-align: center;
}
/* メインタイトル */
#m-top-works h3, #m-top-event h3 {
  font-size: 3.2rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  margin-bottom: 50px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
/* セクション内タイトル */
#m-top-works h3.ttl, #m-top-event h3.ttl {
  font-size: 3.5rem;
  margin-bottom: 40px;
}
#m-top-works .ttl h3, #m-top-event .ttl h3 {
  font-size: 3.5rem;
  font-family: 'Cormorant', serif;
  color: #000;
  line-height: 1.3;
  letter-spacing: .075em;
}
#m-top-works .ttl h3 span, #m-top-event .ttl h3 span {
  display: block;
  font-size: 1.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: .075em;
  margin-top: 5px;
}
/* 施工事例リスト */
.m-top-works__item {
  display: flex;
  justify-content: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
/* 各施工事例のアイテム */
.m-top-works__item li {
  width: 30%;
  transition: transform 0.3s ease;
}
.m-top-works__item li img {
  transition: .3s;
}
.m-top-works__item li img:hover {
  opacity: .7;
}
.m-top-works__item li a {
  text-decoration: none
}
/* 画像コンテナ */
.m-top-works__item--image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.m-top-works__item--image-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.m-top-works__item li:hover .m-top-works__item--image-thumbnail img {
  transform: scale(1.05);
}
/* タイトル */
.m-top-works__item--title {
  font-size: 2.1rem;
  font-weight: 500;
  margin: 15px 0;
  color: #333;
  text-align: left;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
/* タグコンテナ */
.m-top-works__item--tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 20px 20px 0;
}
/* タグ */
.m-top-works__item--tag a {
  background: #EEEEEE;
  color: #333;
  font-size: 1.2rem;
  padding: 5px 10px;
  white-space: nowrap;
  font-weight: 500
}
/* レスポンシブ調整 */
@media screen and (max-width: 768px) {
  .m-top-works__item, .m-top-event__item {
    flex-direction: column;
    align-items: center;
    padding: 0 20px
  }
  .m-top-works__item li, .m-top-event__item li {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  #m-top-works h3 {
    font-size: 2rem;
  }
  #m-top-works .ttl h3 {
    font-size: 2.5rem;
  }
  .m-top-works__item li {
    width: 100%;
  }
  .m-top-works__item--title {
    font-size: 1.5rem;
  }
  .m-top-works__item--tag span {
    font-size: 1.1rem;
  }
}
/* イベントセクション全体 */
/* イベントセクションのスタイル */
#m-top-event {
  text-align: center;
  padding: 60px 0;
}
/* イベント一覧のスタイル */
.m-top-event__item {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 0 20px;
  list-style: none;
}
.m-top-event__item li {
  position: relative;
  width: 30%;
  min-width: 300px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.m-top-event__item li a {
  display: block;
  text-decoration: none;
}
/* 画像のスタイル */
.m-top-event__item--image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.m-top-event__item--image-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
/* タイトルのスタイル */
.m-top-event__item--title {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff; /* 文字色を白に固定 */
  transition: background 0.3s ease, color 0.3s ease;
}
/* span のスタイルを追加 */
.m-top-event__item--title span {
  color: #fff;
  position: relative;
  z-index: 10;
}
/* ホバー時のエフェクト */
.m-top-event__item li a:hover .m-top-event__item--image-thumbnail img {
  transform: scale(1.05);
}
.m-top-event__item li a:hover .m-top-event__item--title {
  background: rgba(0, 0, 0, 0.8);
}
.m-bnr {
  text-align: center;
  padding: 60px 0
}
.m-bnr img {
  width: 70%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  transition: .3s;
}
.m-bnr a img:hover {
  opacity: .8
}
.footer-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1320px;
  margin: 100px auto;
  gap: 40px
}
.footer-btm-l, .footer-btm-r {
  width: 50%;
  padding: 40px 0;
  text-align: center;
  position: relative;
}
.footer-btm-l {
  background-color: #a78e46; /* ゴールド */
}
.footer-btm-r, .btm2 {
  background-color: #292929; /* ブラック */
}
.footer-btm a, .btm2 a {
  color: #fff;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  gap: 60px;
  transition: .3s;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.btm2 {
  max-width: 700px;
  padding: 46px 0;
  margin: 100px auto 0;
  text-align: center;
  position: relative;
}
.btm2 a {
  padding: 30px 0
}
.footer-btm a span, .btm2 a span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 10px 30px;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  transition: transform 0.3s ease;
  font-family: 'Noto Sans Myanmar', sans-serif;
}
.footer-btm a img, .btm2 a img, {
  width: 16px;
  height: auto;
  transition: transform 0.3s ease;
}
/* ホバー時のアニメーション */
.footer-btm a:hover, .btm2 a:hover {
  opacity: .5;
}
.footer-btm a:hover img, .btm2 a:hover img {
  transform: translateX(5px); /* 矢印を右へ移動 */
}
/* フッター全体 */
.footer-inner {
  background-color: #757171;
  padding: 70px 100px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left
}
.footer-inner a:hover {
  color: #a78e46
}
/* フッターのロゴとテキストを含むコンテンツ */
.c-footer-contents {
  max-width: 40%;
}
.c-footer-contents small{
	display: block;
	line-height: 1.4em;
	letter-spacing: .075em;
	font-size: 12px;
	padding-bottom: 15px
}
/* フッターロゴのスタイル */
.c-footer-contents a img {
  width: 298px; /* ロゴの横サイズ */
  height: auto;
  display: block;
}
/* フッターのテキスト */
.c-footer-text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 20px;
  text-align: left
}
.c-footer-text a {
  color: #fff;
  text-decoration: none
}
/* フッターのナビゲーション */
footer nav {
  font-size: 1.5rem; /* ナビのフォントサイズ */
  max-width: 40%;
}
footer nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer nav ul li {
  margin-bottom: 10px;
}
footer nav ul li a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
/* ホバー時のスタイル */
footer nav ul li a:hover {
  opacity: 0.8;
}
/* フッターの著作権と注意事項 */
.c-footer__attention {
  background: #333333;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  padding: 50px 20px;
}
.c-footer__attention p {
  margin: 5px 0;
}
/* コピーライトのスタイル */
.c-footer__attention .copy {
  font-size: 1rem;
  opacity: 0.8;
}
.no-sidebar .content .main {
  border: none
}
.m-page-main-visual {
  position: relative;
  width: 100%;
  height: 428px;
  background: url(./images/page-kv.jpg) no-repeat top center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.archive-works .m-page-main-visual,
.m-flow .m-page-main-visual,
.m-company .m-page-main-visual{
  background: url(./images/page-works-kv.jpg) no-repeat top center;
  background-size: cover;
}
.archive-event .m-page-main-visual {
  background: url(./images/page-event-kv.jpg) no-repeat top center;
  background-size: cover;
}
.event-meeting .m-page-main-visual {
  background: url(./images/page-works-kv.jpg) no-repeat top center;
  background-size: cover;
}
.m-page-main-visual .main-visual-text p.en {
  font-size: 7rem;
  letter-spacing: .075em;
  font-family: 'Cormorant', serif
}
.m-page-main-visual .main-visual-text .p-title {
  font-size: 2.6rem;
  letter-spacing: .075em;
}
#about-lead {
  background: url('./images/bg-about-lead.jpg') no-repeat top center;
  background-size: cover;
  padding: 120px;
  color: #fff
}
#about-lead h2 {
  font-size: 4rem;
  font-weight: 500;
  padding-bottom: 60px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#about-lead p {
  line-height: 2.5em;
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: .075em
}
#about-lead p:not(:last-child) {
  padding-bottom: 2em;
}
#m-about-features {
  padding: 100px 0
}
#m-about-features h3 {
  font-size: 3.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: .075em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 100px
}
#m-about-features h3 span.big {
  font-size: 6rem
}
.m-about-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.m-about-inner li {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.m-about-inner li:nth-child(odd) {
  flex-direction: row-reverse;
}
.m-about-inner img {
  width: 48%;
  height: auto;
  object-fit: cover;
}
.m-about-inner .m-about-content {
  width: 50%;
  padding: 65px;
  text-align: left;
}
.m-about-inner .m-about-content .title-en {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 15px 5px 0;
  letter-spacing: .085em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.m-about-inner .m-about-content .title-en span {
  font-size: 2.6rem;
  margin-right: 10px;
  line-height: 1
}
.m-about-inner .m-about-content h4 {
  font-size: 2.5rem;
  padding-bottom: 40px;
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.m-about-inner .m-about-content p {
  font-size: 1.6rem;
  line-height: 2;
}
.m-about-inner .m-about-content .highlight-box {
  font-size: 1.7rem;
  border: 1px solid #333;
  padding: 0 10px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1.5
}
.mb {
  margin-bottom: 1em
}
.m-catalog .main-content {
  padding-top: 150px
}
.c-contents-title h1.page-title {
  text-align: center;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.c-contents-title .page-title span {
  font-size: 2.7rem;
  display: block;
  margin-top: 4rem;
}
.m-catalog-kv p {
  text-align: center;
  padding-bottom: 100px;
}
#p-page-catalog__form {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background: #F7F7F7;
}
#p-page-catalog__form h3 {
  font-size: 2.8rem;
  margin: 0 auto;
  display: block;
  font-weight: 600;
  letter-spacing: .075em;
}
.event-meeting .lead {
  text-align: center;
}
.event-meeting .lead h1 {
  margin: 100px 0 50px;
  font-weight: 400;
	font-size: 3.2rem;
  letter-spacing: .075em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.event-meeting .lead .btm {
  margin: 0 auto 60px;
  background: #706D6B;
  display: table;
}
.single-event__reform .btm {
  margin: 40px auto 100px;
  padding: 20px 100px;
  background: #706D6B;
  display: table;
  opacity: 1
}
.form-wrap .s-form-required {
  border: 1px solid #ba4e20;
  padding: 3px;
  margin-left: 5px;
  font-size: 12px;
}
.select-wrap {
  position: relative;
  display: inline-block;
}
.custom-select {
  min-width: 80px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
  position: relative;
}
.wpcf7-form-control-wrap select {
  width: 100%;
  min-width: 80px;
  border: 1px solid #ccc;
  padding: 10px; /* 右の余白を調整 */
  cursor: pointer;
  /* デフォルトの矢印を復活 */
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
.s-form-item-flex {
  display: flex;
  gap: 20px
}
.s-form-item-flex p {
  width: 50%;
}
.m-catalog .block_normal {
  margin-top: 80px;
}
.archive-works .lead-text{
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
	padding: 100px 0 0;
	letter-spacing: .075em
}
.archive-works .works-list, .archive-event .event-list {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px; /* カード間の間隔 */
  justify-content: space-between;
  margin: 100px auto
}
.archive-works .work-item, .archive-event .event-item {
  width: calc(50% - 20px); /* 2カラム（隙間考慮） */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  position: relative;
}
.archive-works .work-item a, .archive-event .event-item a {
  width: 100%;
  text-decoration: none;
  color: #333;
}
/* ボタンを右下に配置 */
.archive-works .work-item a.link-button, .archive-event .event-item a.link-button {
  position: absolute;
  right: 5px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid black;
  border-radius: 50%;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.4s ease-in-out;
}
/* 矢印のスタイル */
.link-button::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
  position: absolute;
}
/* ホバー時のボタンの背景 */
.link-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}
/* ボタン全体のホバーアニメーション */
.link-button:hover {
  transform: scale(1.1);
}
/* ホバー時の背景拡大 */
.link-button:hover::after {
  transform: scale(1.3);
}
/* ホバー時に矢印の色を白に変更 */
.link-button:hover::before {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.works-list .work-thumb, .event-list .event-thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 58.82%; /* 1020×600の比率 */
  overflow: hidden;
}
.works-list .work-thumb img, .event-list .event-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.works-list .work-thumb img:hover, .event-list .event-thumb img:hover {
  opacity: .7;
  transform: scale(1.05);
}
.archive-works .work-item h2, .archive-event .event-item h2 {
  font-size: 2.1rem;
  margin: 0 0 10px;
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.archive-works .work-categories, .single-works .work-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.single-works .work-categories {
  justify-content: center
}
.archive-works a.work-category, .single-works .work-categories a, .archive-event .event-category a {
  display: inline-block;
  padding: 6px 12px;
  background-color: #dddddd;
  color: #333;
  font-size: 1.2rem;
  white-space: nowrap;
  text-decoration: none; /* 下線を消す */
  transition: background-color 0.3s ease, color 0.3s ease;
  width: auto
}
/* ホバー時の効果 */
.archive-works a.work-category:hover, .single-works .work-categories a:hover {
  background-color: #CCCCCC;
  color: #000;
}
	.work-content{
		font-size: 1.6rem;
		max-width: 96rem;
		margin: 60px auto 0;
		letter-spacing: .075em;
	}
.c-button:hover .c-button-link {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-works__lead {
  background: #f5f5f5;
  padding: 100px 40px;
}
.single-works__lead .page-title-en {
  font-size: 6rem;
  margin: 20px 0 40px;
  font-weight: 500;
  font-family: 'Cormorant', serif;
  text-align-last: center
}
.single-works__lead .page-title-ja {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align-last: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.work-thumb, .event-thumb {
  display: block;
  text-align: center;
  max-width: 960px;
  margin: 0 auto 30px
}
/* 施工データセクション */
.work-data, .event-data {
  max-width: 960px;
  margin: 60px auto 0
}
.event-data {
  border-top: 1px solid #999999
}
/* タイトル */
.work-data .work-data-title {
  font-size: 2.8rem;
  text-align: left;
  font-family: 'Cormorant', serif;
  border-bottom: 1px solid #999999
}
/* テーブルデザイン */
.work-data-table, .event-table {
  width: 100%;
  border-collapse: collapse;
}
.work-data-table th, .work-data-table td, .event-table th, .event-table td {
  padding: 10px;
  text-align: left;
  background: none;
  font-size: 1.6rem;
  font-weight: 400;
  border-left: none;
  border-right: none
}
.work-data-table th, .event-table th {
  width: 150px;
}
table:not(.has-border-color) :where(th, td) {
  border-bottom: 1px solid #ccc;
}
.event-data table th {
  background: #ECE3DC;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
table tr:nth-of-type(2n+1) {
  background: none
}
.archive-event .lead {
  font-size: 3.2rem;
  letter-spacing: .075em;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 100px 20px 30px;
	font-weight: 500
}
.archive-event .lead-subtxt {
	font-size: 1.6rem;
	line-height: 2;
	padding-bottom: 80px;
	text-align: center;
	letter-spacing: .075em
}
.archive-list {
  margin: 0 auto calc(24px*2);
  text-align: center
}
.archive-list .cat-list {
  width: auto;
  display: flex;
  justify-content: center
}
.archive-list .cat-list li {
  position: relative;
  flex-basis: auto;
  color: #333;
  font-size: 1.5rem;
  width: auto;
  padding: 5px 15px;
  list-style: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.archive-list .cat-list li a:before {
  display: none
}
.archive-list .cat-list li:before {
  content: "";
  display: block;
  border-left: #262422 solid 1px;
  width: 0;
  height: 1.5em;
  margin: auto;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  transform: rotate(16deg);
  z-index: 4
}
.archive-list .cat-list li:first-child:before, .archive-list .cat-list li:nth-child(2):before {
  display: none
}
.archive-list .cat-list li:first-child {
  font-weight: 600;
  padding-right: 10px
}
.archive-list .cat-list a {
  color: #333;
  text-decoration: none;
  padding: 10px;
}
.cat-list li a.active {
  background-color: #f6f4f2;
  font-weight: bold;
}
.inner {
  max-width: 1200px;
  margin: 0 auto
}
.event-meeting h3 {
  font-size: 2.4rem;
  padding-left: 1em;
  border-left: 2px solid #333;
  margin: 40px 0 20px;
  font-weight: 400;
  letter-spacing: .075em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.event-meeting h4 {
  font-size: 2.4rem;
  border-bottom: 1px solid #333;
  margin: 40px 0 20px;
  font-weight: 400;
  letter-spacing: .075em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.event-meeting p {
  font-size: 1.6rem
}
.form-wrap {
  background: #F7F7F7;
  padding: 50px 50px 100px;
  margin-top: 60px
}
.form-wrap h3 {
  font-size: 2.4rem;
  border: none;
  font-weight: 400;
  letter-spacing: .075em;
  margin: 40px auto 0;
  padding-left: 0;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
/* リフォームポイントセクション */
.renovation-points {
  text-align: center;
  padding: 100px 20px;
  max-width: 960px;
  margin: 0 auto
}
/* タイトル */
.renovation-points .page-title-en {
  font-size: 5rem;
  margin: 0 0 10px;
  font-weight: 400;
  font-family: 'Cormorant', serif;
  text-align-last: center;
  color: #CCCCCC;
  letter-spacing: .075em
}
.renovation-points .subtitle {
  font-size: 1.6rem;
  margin-bottom: 60px;
  font-weight: 400;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: .075em
}
/* 各リフォームポイント */
.renovation-item {
  margin-bottom: 40px;
}
/* 画像のスタイル */
.renovation-image img {
  width: auto;
  max-height: 800px;
}
/* 説明テキスト */
.renovation-text {
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 40px auto;
  text-align: left;
  letter-spacing: .075em
}
/* 間取り図セクション */
.floor-plan {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
/* セクションタイトル */
.floor-plan-header h2, .floor-plan-header h4, .access-section h4 {
  font-size: 2.1rem;
  font-weight: 500;
  background-color: #f5f5f5;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 40px;
  letter-spacing: .075em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
/* BEFORE / AFTER 見出し */
.floor-plan h3 {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  padding: 4px 16px;
  border: 1px solid #333;
  margin: 20px 0;
  letter-spacing: .075em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
/* 画像の並び（1階・2階がある場合横並び） */
.floor-plan-images {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px
}
/* 2階がない場合は1階を中央表示 */
.floor-plan-images.single-floor {
  justify-content: center;
}
.floor-plan-images .floor-image {
  width: 47%
}
/* 画像サイズを統一 */
.floor-image img {
  width: 100%;
  height: auto;
}
.pagination {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #efefef
}
.page-numbers, .pagination-next-link {
  border: none;
  background: none;
  line-height: 45px;
  border-radius: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.pagination a:hover {
  background-color: #efefef;
}
.single-event__reform > h3 {
  font-size: 3.5rem;
  padding-top: 100px;
  margin-bottom: 80px;
  letter-spacing: .065em;
  text-align: center;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.single-event__reform > h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 70px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333;
}
.event-reform_lead {
  max-width: 920px;
  margin: 0 auto 60px;
  font-size: 1.6rem
}
.open-house-detail, .access-section {
  max-width: 920px;
  margin: 100px auto 0;
  font-size: 1.6rem
}
.open-house-detail .open-house-image {
  margin-bottom: 2rem
}
.open-house-detail .open-house-text {
  margin-bottom: 4rem
}
.access-address {
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: .065em
}
/* リノベーションの流れ ナビゲーション */
.flow-anchor .flow-list {
  display: flex;
  justify-content: center;
  margin: 100px auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.flow-anchor .flow-list li {
  margin-right: 30px;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.flow-anchor .flow-list li:last-of-type {
  margin-right: 0;
}
.flow-anchor .flow-list li a {
  /*	color:#1F0C0C;*/
  color: #3F434E;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 18px;
}
.flow-anchor .flow-list li a, .flow-anchor .flow-list li a * {
  transition: all 0.2s ease-out;
}
.flow-anchor .flow-list li a {
  position: relative;
  background: #FFF;
  border: solid 1px #3F434E;
  box-sizing: border-box;
  padding: 6px 15px 20px;
}
.flow-anchor .flow-list li .num {
  font-size: 32px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
.flow-anchor .flow-list li .title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 2px;
  height: auto; /* 高さを自動調整 */
  min-height: 310px; /* 必要なら調整 */
  text-align: start; /* 左寄せ（縦書きでは上揃え） */
  flex-grow: 1; /* 可能な限り伸ばす */
  align-self: center; /* 上揃え */
}
/*ホバー時*/
.flow-anchor .flow-list li a:hover {
  color: #fff;
  background: #3F434E;
  opacity: 1;
  padding-right: 26px;
  padding-left: 26px;
}
.m-flow .lead-text{
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
	padding: 100px 0 0;
	letter-spacing: .075em
}
/*flow ステップ*/
.flow-step {
  max-width: 1200px;
  margin: 0 auto
}
.flow-step .c-wrap {
  padding: 0px 60px 80px 60px;
  background: #fff;
  max-width: 1300px;
}
.flow-step .step-list li {
  padding-top: 80px;
  list-style: none
}
.flow-step .step-list li .b-title {
  margin-bottom: 40px;
}
.flow-step .step-list li .b-title p {
  font-size: 2.4rem;
  border-bottom: 2px solid #666666;
  padding-bottom: 5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.flow-step .step-list li .b-title p span {
  font-size: 4rem;
}
.flow-step .step-list li .box-flex {
  display: flex;
  align-items: center;
}
.flow-step .step-list li .box-flex .image {
  width: 38%;
  margin-right: 5%;
  position: relative;
  aspect-ratio: 60 / 42;
}
.flow-step .step-list li .box-flex .txt {
  width: 57%;
}
.flow-step .step-list li .box-flex .txt p {
  font-size: 16px;
  line-height: 1.8;
}
.flow-step .step-list li .box-flex .txt p.att {
  color: #ff0000;
  margin-top: 10px;
}
.m-company .lead {
  text-align: center;
	margin: 100px auto 0;
	line-height: 2
}
.m-company table{
    max-width:1200px;
    line-height: 1.6;
    border-top: 1px solid #ccc;
	margin: 60px auto 100px;
	    border-collapse: separate;
	border-top: 1px solid #ccc;
	
}

.m-company th,
.m-company td {
    padding: 20px;
    border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	font-size: 1.6rem
}

.m-company th {
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
    width: 150px;
    vertical-align: top;
	background: none
}

.m-company td {
    text-align: left;
}
.company-map{
		text-align: center;
}
.m-company h3{
    font-size: 4.6rem;
    font-weight: 500;
    line-height: 1.2;
	letter-spacing: .075em;
    margin: 14rem 0 3rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.m-company p{
	font-size: 1.6rem
}
.m-company iframe{
	width: 100%;
	max-width:1200px;
	margin: 3rem auto
}

/* レスポンシブ対応 */
@media only screen and (max-width: 1024px) {
  .sidebar-menu {
    position: relative; /* 1024px以下では固定しない */
    width: 200px;
    height: auto;
    padding: 20px;
    z-index: 10;
  }
  .sidebar-sticky img {
    max-width: 120px;
  }
  .sidebar-menu ul li a, .sidebar-menu ul li::after {
    font-size: 1.2rem
  }
  .main-content {
    margin-left: 200px;
    width: calc(100% - 200px);
    padding-bottom: 50px
  }
  .footer-btm {
    margin: 100px 40px
  }
  .footer-btm a {
    flex-direction: column;
    gap: 0;
    font-size: 2rem
  }
  .footer-btm-l, .footer-btm-r {
    padding: 24px 0
  }
  .m-page-main-visual .main-visual-text p.en {
    font-size: 5rem
  }
  .m-page-main-visual .main-visual-text .p-title {
    font-size: 1.8rem;
  }
  #about-lead {
    padding: 100px
  }
  #about-lead h2 {
    font-size: 3rem
  }
  #m-about-features h3 {
    font-size: 3rem;
    margin-bottom: 50px;
  }
  #m-about-features h3 span.big {
    font-size: 5rem;
  }
  #about-lead p {
    font-size: 1.3rem
  }
  .m-about-inner {
    display: flex; /* 必要に応じて調整 */
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between; /* 余白を適切に確保 */
    max-width: 100%;
  }
  .m-about-inner img {
    width: 100%;
    height: auto
  }
  .m-about-inner li {
    width: 100%;
    display: block
  }
  .m-about-inner .m-about-content {
    width: 100%;
  }
  .btm2 {
    max-width: 600px;
    padding: 30px 0;
    margin: 35px auto 0;
  }
  #m-about-features {
    padding: 60px 0;
  }
  .c-contents-title h1.page-title {
    font-size: 4.6rem;
  }
  .c-contents-title .page-title span {
    font-size: 1.7rem;
  }
  #p-page-catalog__form h3 {
    font-size: 2.2rem;
  }
  .m-catalog-kv p {
    font-size: 1.6rem;
  }
  .m-page-main-visual {
    height: 300px
  }
  .archive-works .works-list, .archive-event .event-list {
    margin: 60px 40px;
  }
	.archive-works .lead-text{
		padding: 60px 0 0
		}
  .single-works__lead .page-title-en {
    font-size: 4.4rem;
  }
  .single-works__lead .page-title-ja {
    font-size: 2.2rem;
  }
  .single-event__reform {
    padding-left: 40px;
    padding-right: 40px;
  }
  .single-event__reform .floor-plan {
    padding: 0
  }
  .work-thumb, .event-thumb {
    margin-bottom: 20px;
  }
  .archive-event .lead {
    font-size: 2.2rem;
	      padding: 50px 20px 30px;
  }
	.archive-event .lead-subtxt{
		font-size: 1.5rem;    padding-bottom: 50px;
	}
  .archive-works .work-item h2, .archive-event .event-item h2 {
    font-size: 2rem
  }
  .event-category {
    font-size: 1.5rem
  }
  .flow-anchor .flow-list {
    display: block;
  }
  .flow-anchor .flow-list li {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .flow-anchor .flow-list li:last-of-type {
    margin-bottom: 0;
  }
  .flow-anchor .flow-list li a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
  }
  /*吹き出しデザイン*/
  .flow-anchor .flow-list li a, .flow-anchor .flow-list li a * {
    transition-duration: 0.5s;
  }
  .flow-anchor .flow-list li a {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 8px 15px;
  }
  /*ホバー時*/
  .flow-anchor .flow-list li a:hover::before {
    border: 12px solid transparent;
    border-top: 12px solid #3F434E;
  }
  .flow-anchor .flow-list li a:hover::after {
    border: 14px solid transparent;
    border-top: 14px solid #3F434E;
  }
  .flow-anchor .flow-list li .num {
    font-size: 16px;
    border-bottom: none;
    border-right: 1px solid;
    margin-bottom: 0;
    margin-right: 15px;
    padding-right: 10px;
  }
  .flow-anchor .flow-list li .title {
    writing-mode: inherit;
    text-orientation: inherit;
    font-size: 15px;
    letter-spacing: 2px;
    height: auto;
    text-align: left;
    min-height: auto
  }
  /*各ステップ*/
  .m-flow .main-content {
    padding-bottom: 50px
  }
  .flow-anchor .flow-list {
    margin: 60px 20px 0
  }
	.m-flow .lead-text{
	font-size: 1.5rem;
	padding: 60px 0 0;
}
  .flow-step .c-wrap {
    padding: 0 20px 40px
  }
  .flow-step .step-list li {
    padding-top: 40px;
  }
  .flow-step .step-list li .b-title {
    margin-bottom: 20px;
  }
  .flow-step .step-list li .b-title p {
    font-size: 16px;
    border-bottom: 2px solid #3F434E;
    padding-bottom: 5px;
  }
  .flow-step .step-list li .b-title p span {
    font-size: 2.2rem;
  }
  .flow-step .step-list li .box-flex {
    display: block;
  }
  .flow-step .step-list li .box-flex .image {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .flow-step .step-list li .box-flex .txt {
    width: 100%;
  }
  .flow-step .step-list li .box-flex .txt p {
    font-size: 12.8px;
    line-height: 1.6;
  }
  .flow-step .step-list li .box-flex .txt p.att {
    margin-top: 7px;
  }
}
@media screen and (max-width: 912px) {
  .main-content {
    margin-left: 0;
    width: 100%;
  }
  .sidebar-menu {
    display: none !important
  }
  footer {
    flex-direction: column;
    text-align: center;
    z-index: 1000
  }
  .c-footer-contents {
    width: 100%;
    margin-bottom: 20px;
  }
  footer nav {
    width: 100%;
  }
  .c-footer__attention {
    font-size: 1.1rem;
  }
  .menu-button {
    display: block;
    position: fixed;
    top: 0;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .mobile-menu-buttons .menu-button {
    z-index: 1000;
    position: relative;
    justify-content: flex-end
  }
  .main-visual-text .p-title {
    font-size: 5rem
  }
  .m-top-works__item {
    gap: 20px
  }
  .m-top-event__item li {
    min-width: auto
  }
  main.main, div.sidebar {
    padding: 32px 0;
  }
  .inner {
    margin: 0 40px
  }
  .wpcf7-form-control-wrap select, .s-form-item-flex p {
    width: auto
  }
	.m-company .lead{
		margin: 50px auto
	}
	.m-company table{
		width: auto;
		margin: 50px auto 0
	}
	.company-map{
		margin-left: 40px;
		margin-right: 40px
	}
	.company-map h3{
		font-size: 3rem;
		    margin: 8rem 0 3rem;
	}
}
@media screen and (max-width: 820px) {
  .site-name-text img {
    visibility: hidden;
  }
  .site-name-text {
    background-image: url(https://www.r-plus-renove-niigata.com/r-plus-renove/wp-content/uploads/2025/02/アセット-1@2x.png);
    background-size: auto 40px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    color: #fff
  }
  .navi-menu-content {
    position: fixed;
    top: 0;
    left: 0; /* 右から出す場合は right: 0; になっているはず */
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95); /* ほぼ白の半透明 */
    opacity: 0; /* 透明にする */
    visibility: hidden; /* 非表示にする */
    transform: scale(1); /* 少し小さくする */
    transition: all 0.3s ease-out; /* ふわっとした動きに */
    z-index: 1001;
  }
  /* メニューが開いたとき */
  #navi-menu-input:checked ~ .navi-menu-content {
    opacity: 1; /* 透明度を1に */
    visibility: visible; /* 表示 */
    transform: scale(1); /* 通常サイズに */
  }
  /* ハンバーガーメニューのカスタマイズ */
  .custom-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
  .custom-menu span {
    display: block;
    width: 30px;
    height: 2px; /* ここで線を細くする */
    background: #fff;
    transition: all 0.3s;
  }
  /* 各線の位置調整 */
  .custom-menu span:nth-child(1) {
    transform: translateY(0);
  }
  .custom-menu span:nth-child(2) {
    transform: translateY(6px);
  }
  .custom-menu span:nth-child(3) {
    transform: translateY(12px);
  }
  /* 「×」ボタンのサイズをハンバーガーメニューと統一 */
  .custom-close {
    position: absolute;
    top: 10px; /* 上の余白 */
    right: 10px; /* 右の余白 */
    width: 30px; /* ハンバーガーメニューと統一 */
    height: 18px; /* 同じ比率で調整 */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* 2本の線（「×」マーク） */
  .custom-close span {
    position: absolute;
    width: 30px; /* ハンバーガーメニューと同じ幅 */
    height: 2px; /* 線の太さも統一 */
    background: black;
    transition: all 0.3s;
  }
  /* 「×」の斜め線（左上から右下） */
  .custom-close span:nth-child(1) {
    transform: rotate(45deg);
  }
  /* 「×」の斜め線（右上から左下） */
  .custom-close span:nth-child(2) {
    transform: rotate(-45deg);
  }
  .m-top-event__item {
    padding: 0 20px
  }
  .m-top-event__item li {
    width: 100%
  }
  .footer-inner {
    padding: 60px
  }
  .no-sidebar .content .main {
    padding: 0
  }
  .single-seminars.no-sidebar .content .main {
    padding: 0
  }
  .header-container-in.hlt-top-menu .logo-header {
    position: fixed;
    margin: 0;
    top: 5px;
    left: -20px;
    z-index: 999;
    width: 160px
  }
  #seminar .navi-menu-button {
    display: none
  }
  .menu-content .menu-drawer {
    padding: 20px 0
  }
  #seminar .menu-content .menu-drawer {
    padding: 20px
  }
  .menu-content {
    font-size: 12px;
  }
  .menu-content {
    max-width: 100%;
  }
  .menu-drawer li {
    list-style: none; /* リストの点を消す */
    text-align: left;
  }
  .menu-drawer li a {
    display: block; /* aタグをブロック要素にする */
    padding: 15px;
    text-decoration: none; /* デフォルトの下線を消す */
    color: black;
    font-size: 15px;
  }
  .menu-drawer li::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc; /* 下線の色 */
    margin-top: 5px; /* 下に少しスペース */
  }
  .header div.header-in {
    min-height: auto;
  }
  .logo-menu-button img {
    max-width: 130px
  }
  .menu-close-button {
    text-align: right;
    padding-right: 15px;
    padding-top: 25px
  }
  .m-catalog .main-content {
    padding-top: 80px;
  }
  .c-contents-title h1.page-title {
    margin-bottom: 1.5rem;
  }
  .c-contents-title .page-title span {
    margin-top: 2rem;
  }
  .m-bnr {
    text-align: center;
    padding: 30px 0;
  }
  .m-catalog-kv p {
    padding-bottom: 50px;
  }
  #p-page-catalog__form {
    padding: 60px 40px;
  }
  .wpcf7-form {
    padding-top: 25px;
  }
  .footer-btm {
    margin: 40px
  }
  .single-works__lead {
    padding: 60px 40px;
  }
	.renovation-points {
    padding: 60px 40px 0;
  }
}
@media screen and (max-width: 540px) {
  .p-page-lp-fv_text .page-title {
    font-size: 3rem;
  }
  .p-page-lp-fv_text .page-title span {
    font-size: 1.3rem;
  }
  .m-page-plan__common-parts__nav--item-link .m-text-en {
    font-size: .8rem;
  }
  .m-page-plan__common-parts__nav--item-link .m-text-ja {
    font-size: 1rem;
  }
  .p-page-seminar__head--title {
    font-size: 1.8rem;
  }
  .p-page-seminar__head--sub_title {
    font-size: 2.2rem;
  }
  .p-page-seminar__head--text h3 {
    font-size: 2.2rem;
  }
  .p-page-seminar__head--text h3 span, .p-page-seminar__head--text p {
    font-size: 1.6rem;
  }
  .p-page-seminar__head--sub_title.instructor span, .p-page-seminar__head--sub_title.feacher span, .p-page-seminar__head--sub_title.works span {
    font-size: 1.4rem;
  }
  .p-page-seminar__head--sub_title.instructor, .p-page-seminar__head--sub_title.feacher, .p-page-seminar__head--sub_title.works {
    font-size: 2.2rem;
    padding: 22px 0;
  }
  .p-page-seminar__feacher_q {
    font-size: 1.6rem;
    padding-left: 47px;
    padding-top: 10px
  }
  .p-page-seminar__feacher_inner p, #p-page-seminar__suggestion ul li {
    font-size: 1.5rem;
    line-height: 1.7;
    padding-top: 15px;
  }
  .p-page-seminar__head--sub_title.form, .p-page-seminar__instructor--title {
    font-size: 2.2rem;
  }
  .p-page-seminar__instructor--subtitle {
    font-size: 1.6rem
  }
  .event-tag {
    font-size: 1rem
  }
  .event-title {
    font-size: 1.6rem;
  }
  .event-info strong {
    width: 46px;
  }
  .merit-list ul .number {
    font-size: 3rem;
  }
  .merit-list ul .text {
    font-size: 1.5rem;
  }
  .suggestion-title {
    font-size: 2rem;
  }
  .p-page-seminar__instructor-profile__flow-txt, .p-page-seminar__instructor-profile__flow-year, .shumi {
    font-size: 1.2rem;
  }
  .footer-btm a {
    font-size: 1.8rem
  }
  .m-top-event__item--title {
    font-size: 1.5rem
  }
  .no-sidebar .content .main {
    padding: 0;
  }
  .header-container-in.hlt-top-menu .logo-header {
    width: 140px
  }
  .navi-menu-content .menu-drawer {
    padding-top: 40px;
  }
  .main-content {
    padding-bottom: 0
  }
  .main-visual-text .p-title, .m-page-main-visual .main-visual-text p.en {
    font-size: 2.8rem;
  }
  .main-visual-text p.ja, .m-page-main-visual .main-visual-text .p-title {
    font-size: 1.3rem;
  }
  .main-visual-text p.en {
    font-size: 1rem;
  }
  .main-visual {
    height: 60vh;
  }
  #top-lead {
    padding: 60px 20px
  }
  #top-lead h2 {
    font-size: 1.8rem;
    padding-bottom: 30px;
  }
  #top-lead .logo2 {
    max-width: 200px;
    padding-bottom: 30px;
  }
  #top-lead p {
    font-size: 1.4rem;
  }
  #top-lead .text {
    margin-bottom: 25px;
  }
  .btm a {
    font-size: 1.5rem
  }
  #m-top-flow .ttl h3 {
    font-size: 3rem;
  }
  #m-top-flow .ttl h3 span {
    font-size: 1.4rem
  }
  #m-top-flow {
    height: 280px;
  }
  #m-top-works h3, #m-top-event h3 {
    font-size: 1.8rem;
    margin-bottom: 40px
  }
  #m-top-works .ttl h3, #m-top-event .ttl h3 {
    font-size: 2.4rem;
    margin-bottom: 20px
  }
  #m-top-works .ttl h3 span, #m-top-event .ttl h3 span {
    font-size: 1.4rem;
  }
  #m-top-works {
    padding: 40px 0
  }
  .m-bnr img {
    width: 100%
  }
  .footer-btm {
    margin: 50px 20px;
    gap: 15px
  }
  .m-bnr {
    padding: 0 20px 40px
  }
  .footer-inner {
    padding: 30px 20px 20px;
    flex-direction: column
  }
  .c-footer-contents {
    max-width: 100%
  }
  footer nav {
    max-width: 100%
  }
  .c-footer-contents a img {
    width: 180px;
  }
  .c-footer-text, footer nav ul li {
    font-size: 1.3rem
  }
  .c-footer__attention {
    padding: 20px
  }
  .p-page-lp-fv__bg img {
    margin-top: 47px;
  }
  .js-nav-menu-relative {
    top: 50px !important;
  }
  .footer-btm, .btm2 a {
    flex-direction: column;
  }
  .footer-btm-l, .footer-btm-r {
    width: 100%;
  }
  .btm2 {
    margin: 0 20px;
    padding: 0
  }
  .btm2 a {
    padding: 24px 0;
    gap: 0;
    font-size: 2rem;
  }
  #about-lead {
    padding: 40px 20px
  }
  #about-lead h2 {
    padding-bottom: 20px;
    font-size: 20px;
    text-align: center
  }
  .m-about-inner .m-about-content {
    padding: 30px 24px
  }
  .m-about-inner .m-about-content .title-en span {
    font-size: 18px
  }
  .m-about-inner .m-about-content h4 {
    padding-bottom: 20px;
    font-size: 18px
  }
  .m-about-inner {
    gap: 0
  }
  #m-about-features {
    padding: 40px 0;
  }
  #m-about-features h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #m-about-features h3 span.big {
    font-size: 26px;
  }
  .m-about-inner .m-about-content .highlight-box {
    font-size: 16px
  }
  #about-lead p {
    font-size: 12.8px;
    word-break: keep-all; /* 日本語の途中改行を防ぐ */
    line-height: 2.2; /* 読みやすくする */
    text-align: center
  }
  .m-about-inner .m-about-content p {
    font-size: 12.8px;
    word-break: keep-all;
  }
  .thank-you-container h2 {
    font-size: 1.7rem;
  }
  .m-catalog .main-content {
    padding-top: 50px;
  }
  .contact-alert-box h2 {
    font-size: 1.6rem
  }
  .contact-alert-box {
    margin: 0 20px
  }
  .m-catalog .block_normal {
    margin-top: 40px;
  }
  #meeting-form .wpcf7-form {
    padding: 0
  }
  .footer-btm a span, .btm2 a span {
    font-size: 10px;
    padding: 8px 20px;
  }
  .c-contents-title h1.page-title {
    font-size: 3rem;
  }
  .c-contents-title .page-title span {
    font-size: 1.3rem;
  }
  .m-catalog .m-bnr {
    padding: 30px 0 40px;
  }
  .m-catalog-kv {
    padding: 0 20px;
  }
  .m-catalog-kv p {
    font-size: 1.5rem;
  }
  #meeting-form .wpcf7-form {
    padding-top: 10px;
  }
  .s-form-item-flex p span, .s-post__code, .s-address-mt span {
    font-size: 1.5rem;
  }
  .btm-w a {
    font-size: 1.6rem
  }
  .m-page-main-visual {
    height: 200px;
  }
  .archive-works .work-item, .event-item {
    width: 100%;
    column-gap: 30px
  }
  .archive-works .works-list, .event-list {
    margin: 60px 20px;
  }
  .archive-works .work-item h2, .work-data .work-data-title {
    font-size: 2.2rem;
  }
  .single-works__lead .page-title-en, .renovation-points .page-title-en {
    font-size: 3rem;
  }
  .archive-works .work-thumb, .event-thumb {
    margin-bottom: 20px
  }
  .archive-works .work-item h2, .event-item h2 {
    margin-bottom: 0
  }
  .single-works__lead {
    padding: 40px 20px;
  }
	.renovation-points {
    padding: 40px 20px 0;
  }
  .work-data-table th, .work-data-table td, .renovation-text, .event-table th, .event-table td, {
    font-size: 12.8px
  }
  .single-works__lead .page-title-ja, .renovation-points .subtitle, .floor-plan h3 {
    font-size: 1.6rem
  }
  .floor-plan-images .floor-image {
    width: 100%;
  }
  .archive-works .work-item a.link-button {
    right: 0;
    bottom: 0;
  }
  .archive-event .lead {
    font-size: 2rem;
    padding: 50px 20px 20px;
  }
	.archive-event .lead-subtxt{
		font-size: 12.8px;
	}
  .inner {
    margin: 0 20px;
  }
  .event-meeting h3, .event-meeting h4 {
    font-size: 1.8rem;
  }
  .form-wrap h3 {
    margin-top: 20px
  }
  .event-meeting p, .wpcf7-form-control-wrap select {
    font-size: 12.8px;
  }
  .form-wrap {
    background: #F7F7F7;
    padding: 30px 20px 40px;
    margin-top: 40px;
  }
  .single-event__reform {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-works__lead .page-title-en {
    margin-bottom: 20px
  }
  .work-data-table th, .work-data-table td, .event-table th, .event-table td, .open-house-detail .open-house-text, .s-form-item-flex p span, .s-post__code, .s-address-mt span, .form-wrap .s-privacy-container h3, .acceptance-button-container .wpcf7-list-item-label {
    font-size: 12.8px
  }
  .s-privacy-text, .event-meeting p.s-privacy-text, .event-meeting .s-privacy-container p {
    font-size: 11px
  }
  .event-reform_lead {
    font-size: 12.8px;
    margin-bottom: 30px
  }
  .single-event__reform > h3 {
    padding-top: 50px;
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
  .floor-plan-header h2, .floor-plan-header h4, .access-section h4 {
    font-size: 1.8rem;
    margin-bottom: 20px
  }
  .access-address {
    margin-bottom: 20px;
    font-size: 12.8px;
  }
  iframe {
    width: 100%;
    height: 18rem;
  }
  .single-event__reform .btm {
    margin: 20px auto 60px;
    padding: 20px 50px;
  }
  .archive-list .cat-list li {
    font-size: 12px
  }
  .archive-list {
    margin-bottom: 0
  }
  .archive-works .works-list, .archive-event .event-list {
    margin: 30px 20px;
    gap: 20px
  }
	.archive-works .lead-text{
		padding: 50px 0 20px;
		font-size: 12.8px;
		}
  .archive-list .cat-list li {
    padding: 5px
  }
  .archive-list .cat-list li:first-child {
    display: none
  }
  .archive-works .work-item h2, .archive-event .event-item h2 {
    font-size: 1.3rem;
    margin-bottom: 0;
    line-height: 1.5
  }
  .event-item {
    gap: 4px
  }
  .archive-works a.work-category, .single-works .work-categories a, .archive-event .event-category a {
    font-size: 11px;
    padding: 0 6px;
  }
  .archive-works .work-item a.link-button, .archive-event .event-item a.link-button {
    width: 20px;
    height: 20px;
    bottom: 0;
  }
  .link-button::before {
    width: 3px;
    height: 3px;
  }
  .work-thumb, .event-thumb {
    margin-bottom: 15px
  }

  .archive-works .work-item, .archive-event .event-item {
    width: 100%;
  }
  .event-data table th {
    width: 21%
  }
  .event-meeting .lead h1 {
    margin: 50px 0 40px;
	  font-size: 2rem
  }
	
	.company-map{
		margin-left: 20px;
		margin-right: 20px
	}
	.m-company .lead{
		margin: 40px 20px;
		font-size: 12.8px;
	}
	.m-company table{
		margin: 40px 20px
	}
	.m-company th{
		width: auto
	}
	.m-company th,.m-company td{
		padding: 10px ;
		font-size: 12.8px
	}
	.company-map h3{
		font-size: 2.2rem;
		    margin: 5rem 0 2rem;
	}
	.company-map p{
		font-size: 12.8px;
	}
	.renovation-text,
	.work-content{
		        font-size: 12.8px;
		margin: 20px auto
	}
	.sp-pb40{
		padding-bottom: 50px
	}
		.m-flow .lead-text{
	font-size: 12.8px;
	padding: 50px 0 0;
}
}