@charset "UTF-8";
/* メディアクエリ*/
.inner {
  padding-inline: 20px; /* 左右の余白＝padding */
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1360px; /* pcの最大幅 */
    margin-inline: auto; /* 左右中央寄せ */
    padding-inline: 40px; /* 左右の余白＝padding */
  }
}

.sp-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-hidden {
    display: block;
  }
}

.pc-hidden {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc-hidden {
    display: none;
  }
}

body {
  font-size: 16px;
  /* カスタム要素 */
  font-weight: 400;
  /* カスタム要素 */
  line-height: 1.7;
  /* カスタム要素 */
}

.img {
  width: 100%;
  display: block;
}

.main-fv .smb-section__inner .c-container:first-of-type {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.main-fv .smb-section__inner .c-container:first-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.main-fv .smb-section__inner .c-container:first-child {
  --_container-max-width: none !important;
  max-width: none;
  width: 100%;
}

.c-section:first-child {
  padding-top: 0 !important;
}

.title {
  font-family: Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  margin: 0;
}

.subtitle {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #FFB27A;
  margin-top: 8px;
  font-weight: bold;
  text-align: left;
}

.view-more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "Georgia", serif;
  font-size: 25px;
  color: #F49E13;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  font-weight: bold;
  gap: 10px;
}

.line {
  transition: all 0.3s ease-in-out;
}

.circle {
  width: 44px;
  height: 44px;
  background-color: #F49E13;
  border: 2px solid #EFF1FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.arrow {
  font-size: 20px;
  color: #FFF9EF;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.view-more:hover .circle {
  transform: translateX(5px);
  background-color: #F49E13;
}

.view-more:hover .arrow {
  transform: translateX(5px);
  color: white;
}

.c-entry__header {
  display: none;
}

.contact-txt {
  font-size: 50px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .smb-section__inner {
    padding: 0 10px;
  }
  .main-fv .smb-section__inner {
    padding: 0 !important;
  }
  .main-fv .smb-section__title span span {
    font-size: 2rem !important;
  }
}
/* デフォルトでは inline 表示 */
.accent-arrow-txt {
  display: inline;
}

/* スマホ（768px以下）のときだけブロック表示にする＝改行される */
@media screen and (max-width: 768px) {
  .accent-arrow-txt {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .title {
    font-size: 2rem !important;
  }
}
/*================================================================
Chrome/Firefox/Edgeなど、各ブラウザはそれぞれデフォルトで効くCSSを持っています。
何もしないと見え方が微妙に変わるので、デフォルトのCSSをリセットして
ブラウザごとの表示の差異をなくすために書くのが「リセットCSS」です。
================================================================*/
*, ::before, ::after {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, main, aside, figure, figcaption {
  display: block;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-size: 16px; /* カスタム要素 */
  background: #fff; /* カスタム要素 */
  color: #111; /* カスタム要素 */
  line-height: 170%; /* カスタム要素 */
}

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

.l-header {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .c-hamburger-btn {
    padding: 7px 5px;
  }
}

.c-row__col--fit {
  background: #FFFFFF;
  border-radius: 40px;
  box-shadow: 4px 16px 40px #FFB27A;
}
@media screen and (max-width: 768px) {
  .c-row__col--fit {
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 1px 1px 5px #FFB27A;
    padding: 2px;
    height: 50px;
    width: 50px;
  }
}

.menu-item a span {
  border-bottom: 1px solid #50c878;
}

.p-global-nav .c-navbar__item > a {
  font-weight: bold !important;
}

.main-fv {
  padding-top: 0;
  padding-bottom: 0;
}

.smb-spider-slider__figure-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 重ねる文字 */
.fv-text {
  position: absolute;
  top: 70%; /* 高さを調整 */
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  z-index: 2; /* マスクより上に配置 */
}

/* 重ねる文字 */
.fv-sub-text {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  font-size: 1rem;
  z-index: 2; /* マスクより上に配置 */
}

.container {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.logo {
  position: absolute;
  z-index: 3;
  opacity: 1;
  animation: fadeOutLogo 0.8s ease 1.5s forwards;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo img {
  max-width: 200px;
  height: auto;
}

.gradient-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #a9c9ff 0%, #ffbbec 100%);
  transform: translateY(100%);
  z-index: 1;
  animation: rollUp 1.2s ease 1.5s forwards;
}

.main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  z-index: 2;
  animation: fadeInImage 1.5s ease 2.7s forwards;
}

.fv2-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  z-index: 4;
  opacity: 0;
  width: 100%;
  display: flex;
  flex-direction: column; /* 縦方向に要素を並べる */
  justify-content: center; /* 縦方向の中央配置 */
  align-items: center; /* 横方向の中央配置 */
  text-align: center;
  padding: 20px;
  animation: fadeInContent 1s ease 3s forwards;
}

/* タイトルとサブタイトルのスタイル */
.main-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.sub-title {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}

.scroll-hint {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) !important;
  z-index: 4;
  opacity: 0;
  animation: fadeInContent 1s ease 4s forwards;
}

.scroll-hint::before {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background: #fff;
  margin: 0 auto 10px;
  animation: scrollLine 1.5s ease-in-out infinite;
}

.scroll-text {
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .scroll-text {
    font-size: 0.7rem;
  }
}

@keyframes rollUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes fadeInImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes fadeInContent {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scrollLine {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    height: 80px;
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  @keyframes scrollLine {
    0% {
      height: 0;
      opacity: 0;
    }
    40% {
      height: 50px;
      opacity: 1;
    }
    60% {
      height: 50px;
      opacity: 1;
    }
    100% {
      height: 0;
      opacity: 0;
    }
  }
}
@media (max-width: 768px) {
  .main-title {
    font-size: 1.5rem;
  }
  .sub-title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .main-msg {
    min-height: 700px !important;
  }
}

.about-message-right {
  padding-top: 20px;
}

.about-message-box {
  text-align: center;
}

.about-title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 40px;
  font-weight: bold;
  color: #F49E13;
}
@media screen and (max-width: 768px) {
  .about-title {
    font-size: 40px;
  }
}

.about-message {
  font-size: 25px;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about-message {
    font-size: 20px;
  }
}

.about-title:before, .about-title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #F49E13;
}

.about-title:before {
  left: 0;
}

.about-title:after {
  right: 0;
}

@media screen and (max-width: 768px) {
  .page-id-108 .smb-section__title {
    font-size: 27px;
  }
}

@media screen and (max-width: 768px) {
  .page-id-108 .smb-section-break-the-grid__figure {
    margin-top: 20px;
  }
}

/* 全体のコンテナ */
.service-proposal-3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

/* 各サービス項目 */
.service-proposal-3__item {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.accent-color-block {
  box-shadow: 0 2px 5px #FFB27A !important;
}

.service-proposal-3__item:hover {
  transform: translateY(-5px);
}

/* テキスト部分 */
.service-proposal-3__text {
  flex: 1;
  padding: 20px;
}

/* 番号 */
.service-proposal-3__number {
  font-size: 18px;
  color: #FFB27A;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

/* タイトル */
.service-proposal-3__title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

/* 説明文 */
.service-proposal-3__description {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

/* 画像部分 */
.service-proposal-3__image {
  flex: 0 0 200px;
  text-align: center;
}

.service-proposal-3__image img {
  max-width: 100%;
  border-radius: 8px;
}

/* ホバー時のモディファイア */
.service-proposal-3__item--hover:hover {
  transform: translateY(-5px);
}

.accent-arrow-txt {
  color: #CF2E2E;
  margin-left: 20px;
}

/* メインセクション */
.service-proposal-6 {
  position: relative;
  color: #555;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
}

/* 疑似要素で大きな数字を表示 */
.service-proposal-6::before {
  content: "01";
  position: absolute;
  top: 15%;
  left: 20%;
  transform: translateX(-50%);
  font-size: 120px;
  font-weight: bold;
  color: #F49E13; /* 半透明の白 */
  z-index: 0;
}

/* 疑似要素で大きな数字を表示 */
.number-2::before {
  content: "02";
}

/* 疑似要素で大きな数字を表示 */
.number-3::before {
  content: "03";
}

/* コンテンツ全体 */
.service-proposal-6__content {
  position: relative;
  z-index: 1;
}

/* メインタイトル */
.service-proposal-6__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* 説明テキスト */
.service-proposal-6__description {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

/* 強調テキスト */
.service-proposal-6__description--highlight {
  color: #FFC107; /* 黄色 */
  font-weight: bold;
}

/* スマホ用のスタイル（768px以下） */
@media screen and (max-width: 768px) {
  .service-proposal-3 {
    padding: 0px; /* 余白を少し減らす */
    gap: 15px; /* 項目間のスペースを調整 */
  }
  .service-proposal-3__item {
    flex-direction: column; /* 縦並びにする */
    text-align: center; /* 文字を中央揃え */
    padding: 15px; /* 内側の余白を調整 */
  }
  .service-proposal-3__text {
    padding: 15px; /* テキストの余白を調整 */
  }
  .service-proposal-3__number {
    font-size: 16px; /* 番号のフォントサイズを少し縮小 */
  }
  .service-proposal-3__title {
    font-size: 20px; /* タイトルのフォントサイズを少し縮小 */
    margin-bottom: 8px; /* 余白を微調整 */
  }
  .service-proposal-3__description {
    font-size: 14px; /* 説明文のフォントサイズを少し縮小 */
    line-height: 1.6; /* 行間を広げて可読性を向上 */
  }
  .service-proposal-3__image {
    flex: 0 0 auto;
    margin-top: 10px; /* 画像とテキストの間の余白を調整 */
  }
  .service-proposal-3__image img {
    max-width: 100%; /* 画像サイズを調整（100%→80%） */
    border-radius: 8px;
  }
  /* ホバーアニメーションをモバイルでは無効化 */
  .service-proposal-3__item:hover {
    transform: none;
  }
  .service-proposal-6 {
    padding: 50px 15px 5px; /* 余白を調整 */
  }
  .service-proposal-6::before {
    font-size: 50px; /* 数字のサイズを縮小 */
    top: 10%; /* 位置を少し上に調整 */
    left: 10%; /* 左端に寄せる */
  }
  .service-proposal-6__title {
    font-size: 24px; /* タイトルのフォントサイズを調整 */
    margin-bottom: 10px; /* 余白を微調整 */
  }
  .service-proposal-6__description {
    font-size: 14px; /* 説明テキストのフォントサイズを調整 */
    line-height: 1.5; /* 読みやすく行間を調整 */
    text-align: center; /* スマホでは中央揃え */
  }
  .service-proposal-6__description--highlight {
    font-size: 14px; /* 強調テキストのサイズも調整 */
  }
  .service-column-reverse {
    flex-direction: column-reverse;
  }
}
/* 全体のコンテナ */
.service-proposal-3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

/* 各サービス項目 */
.service-proposal-3__item {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.service-proposal-3__item:hover {
  transform: translateY(-5px);
}

/* テキスト部分 */
.service-proposal-3__text {
  flex: 1;
  padding: 20px;
}

/* 番号 */
.service-proposal-3__number {
  font-size: 18px;
  color: #FFB27A;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

/* タイトル */
.service-proposal-3__title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

/* 説明文 */
.service-proposal-3__description {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

/* 画像部分 */
.service-proposal-3__image {
  flex: 0 0 200px;
  text-align: center;
}

.service-proposal-3__image img {
  max-width: 100%;
  border-radius: 8px;
}

/* ホバー時のモディファイア */
.service-proposal-3__item--hover:hover {
  transform: translateY(-5px);
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .service-proposal-3__item {
    flex-direction: column;
    text-align: center;
  }
  .service-proposal-3__image {
    margin-top: 15px;
  }
}
.service-proposal-3__arrow {
  text-align: center;
  font-size: 24px;
  color: #FFB27A;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .service-proposal-3__arrow {
    font-size: 20px;
    margin: 8px 0;
  }
}
.split-feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.split-feature-content {
  width: 50%;
  padding-right: 20px;
}

.split-feature-number {
  background: #F49E13;
  color: white;
  padding: 5px 15px;
  font-weight: bold;
  border-radius: 20px;
  display: inline-block;
}

.split-feature-title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}

.split-feature-text {
  font-size: 16px;
}

.split-feature-image {
  width: 50%;
}

.split-feature-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.feature-center {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .split-feature {
    flex-direction: column; /* スマホでは縦並び */
    text-align: center; /* テキストを中央揃え */
    padding: 15px; /* 余白を調整 */
  }
  .split-feature-content {
    width: 100%; /* 幅を100%に */
    padding-right: 0; /* 右の余白をなくす */
    padding-bottom: 15px; /* テキストと画像の間に余白を追加 */
  }
  .split-feature-number {
    font-size: 14px; /* 番号のフォントサイズを調整 */
    padding: 5px 12px; /* 余白を調整 */
  }
  .split-feature-title {
    font-size: 18px; /* タイトルのフォントサイズを調整 */
    margin-top: 8px; /* 余白を微調整 */
  }
  .split-feature-text {
    font-size: 14px; /* 説明文のフォントサイズを調整 */
    line-height: 1.6; /* 可読性向上のため行間を広げる */
  }
  .split-feature-image {
    width: 100%; /* 画像の幅を100%に */
  }
  .split-feature-image img {
    width: 100%; /* 画像を親要素の幅いっぱいに */
    height: auto;
    border-radius: 10px;
  }
  .feature-center {
    width: 100%;
  }
}
.feature-proposal-5__number {
  font-size: 14px;
  color: #FFB27A; /* 少し薄めの色 */
  display: block;
  margin-bottom: 5px;
}

.feature-proposal-5__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
}

.feature-proposal-5__text {
  font-size: 16px;
  line-height: 1.8;
}

.feature-number-2 {
  width: 60%; /* 横幅を60%に指定 */
  max-width: 800px; /* 最大幅を800pxに制限 */
  margin-left: 8% !important; /* 左寄せ */
}

.feature-proposal-5-img {
  margin-right: 0 !important;
  width: 60%; /* 画像の幅を調整（適宜変更可能） */
}

@media screen and (max-width: 480px) {
  .feature-number-2 {
    width: 100%;
    margin: auto !important;
  }
  .feature-proposal-5-img {
    margin-right: 0 !important;
    width: 100%; /* 画像の幅を調整（適宜変更可能） */
  }
}
.cp_card05 {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  min-height: 330px;
  border-radius: 3px;
  background: url(img/AdobeStock_472157263.jpeg) center/cover no-repeat;
  background-color: #ffffff;
  box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}

.cp_card05-2 {
  background: url(img/AdobeStock_558237102.jpeg) center/cover no-repeat;
}

.cp_card05 .description {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  transform: translateY(0); /* テキストを常に表示 */
  /* animation-delay プロパティを削除または 0s に設定 */
}
@media screen and (max-width: 768px) {
  .cp_card05 .description {
    bottom: -50px;
  }
}

.cp_card05 .description .content {
  position: relative;
  z-index: 1;
  padding: 1em;
  text-align: left;
}

.cp_card05 .description .author {
  font-size: 12px;
}

.cp_card05 .description h3 {
  font-size: 1.4em;
  margin-top: 10px;
}

.cp_card05 .description h3 a {
  color: #ffffff;
  text-decoration: none;
}

.cp_card05 .description .text {
  height: 3em;
  margin: 0;
}

.cp_card05 .description .button {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: block;
  width: 100px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  margin-left: auto;
}

.cp_card05 .description .button::after {
  position: absolute;
  top: 50%;
  right: -10px;
  font-family: FontAwesome;
  content: "\f061";
  transition: all 0.3s;
  transform: translate(0, -50%);
  opacity: 0;
}

.cp_card05 .description .button:hover::after {
  transform: translate(5px, -50%);
  opacity: 1;
}

.cp_card05 .meta {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.cp_card05 .meta::before,
.cp_card05 .meta::after {
  display: table;
  content: "";
}

.cp_card05 .meta::after {
  clear: both;
}

.cp_card05 .meta li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.cp_card05 .meta a {
  color: #ffffff;
  text-decoration: none;
}

.cp_card05 .meta span {
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transition: all 0.3s;
  transform: translate(-50%, 0);
  opacity: 0;
}

@media (max-width: 767px) {
  .cp_card05 .description .content {
    padding: 0.8em; /* スマホ用に少し余白を小さく */
  }
  .cp_card05 .description h3 {
    font-size: 1.2em; /* タイトルのフォントサイズを少し小さく */
    margin-top: 8px;
  }
  .cp_card05 .description .text {
    height: auto; /* 高さを自動調整 */
    font-size: 14px;
  }
  .cp_card05 .description .button {
    font-size: 14px;
    bottom: 50px; /* 指定の位置を適用 */
  }
  .cp_card05 .description .button::after {
    right: -8px; /* アイコンの位置を微調整 */
  }
  .cp_card05 .description .button:hover::after {
    transform: translate(3px, -50%);
  }
}
@media screen and (max-width: 480px) {
  .cp_card05 .description .text {
    height: 6em;
  }
}
@media screen and (max-width: 768px) {
  .case__mv {
    min-height: 300px !important;
  }
}

.cases__items {
  background: #ffffff;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  padding: 60px 30px;
  border-radius: 10px;
}

.section-number {
  font-size: 2rem;
  font-style: italic;
  color: #50c878;
  text-align: left;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.p-comments,
.p-trackbacks {
  display: none;
}

.c-entry-summary__term {
  width: 100px;
  text-align: center;
}

.c-entry__content {
  padding: 0;
}

/* 親コンテナ */
.contact-section {
  position: absolute;
  right: 3%;
  bottom: 5%;
  padding: 20px 20px;
  position: fixed;
  background: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  z-index: 100;
}

.contact-section__text {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 14px;
  color: #1a1a1a;
}

.contact-section__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

/* ボタン共通スタイル */
.contact-section__button {
  display: block;
  width: 220px;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  transition: 0.3s;
}

/* LINEボタン */
.contact-section__button--line {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  width: 220px;
}

.contact-section__icon {
  width: 220px; /* 適宜調整 */
  height: auto;
}

/* 電話ボタン */
.contact-section__button--phone {
  background-color: #ff6600; /* 鮮やかなオレンジ */
  color: #ffffff;
  font-size: 25px;
}

/* ホバー時の透明感 */
.contact-section__button:hover {
  opacity: 0.8;
}

/* 疑似要素で透明な白の装飾を追加 */
/* バナーの基本スタイル */
.smb-items__banner {
  max-height: 120px;
  border-radius: 70px; /* 角丸 */
  overflow: hidden; /* 内容のはみ出しを防ぐ */
  transition: transform 0.4s ease, background-color 0.4s ease; /* アニメーションのスムーズな遷移 */
  background-color: #f0f0f0; /* 初期背景色 */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 軽い影を追加 */
}

/* バナー内のコンテンツ（画像やテキストなど） */
.smb-items__banner img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease; /* ズームインのアニメーション */
}

/* ホバー時の装飾 */
.smb-items__banner:hover {
  transform: scale(1.05); /* ズームイン */
  background-color: #e0e4ff; /* 背景色を変更 */
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); /* シャドウを強調 */
}

/* ホバー時の画像ズームイン */
.smb-items__banner:hover img {
  transform: scale(1.2); /* 画像をズームイン */
}

/* フォーカス時も同じ効果を適用（アクセシビリティ対応） */
.smb-items__banner:focus {
  outline: none; /* フォーカス時のデフォルトアウトラインを削除 */
  transform: scale(1.05);
  background-color: #e0e4ff;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.c-row__col--fit {
  padding: 20px 30px !important;
}

@media screen and (max-width: 480px) {
  .c-row__col--fit {
    padding: 5px 8px !important;
  }
}
.accent-txt-red {
  color: #CF2E2E;
  font-weight: bold;
}

.wp-block-snow-monkey-blocks-spider-contents-slider .smb-section__title span {
  text-shadow: 0 0 5px #FFA500, 0 0 10px #FF8C00, 0 0 20px #FF8C00;
  font-family: "HGP教科書体", "Yu Mincho", "Hiragino Mincho Pro", serif;
}

@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slider-container {
  display: flex;
}

.slider-wrapper {
  display: flex;
  animation: horizontal-animation 30s linear infinite;
}

.slide {
  width: 200px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .slide {
    width: 150px;
    margin-right: 10px;
  }
}

.slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* セクション全体のレイアウト */
.contact-contents-3 {
  display: flex;
  justify-content: space-between; /* 横並び & 均等配置 */
  align-items: center;
  padding: 40px 20px;
}

/* ボタン */
.contact-contents-3__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  border: 1px solid #F49E13;
  text-decoration: none;
  transition: background 0.3s ease-in-out, filter 0.3s ease-in-out;
  background: #FFF9EF;
}

/* ボタンのアイコン */
.contact-contents-3__button-icon {
  font-size: 20px;
  color: #F49E13;
  font-weight: bold;
}

/* ホバー時のアニメーション */
.contact-contents-3__button:hover {
  background: #F49E13;
}

.contact-contents-3__button:hover .contact-contents-3__button-icon {
  color: #ffffff;
}

/* 追加部分のスタイル */
.contact-contents-3__info {
  display: flex;
  align-items: center;
}

.contact-contents-3__info-text {
  margin-right: 20px; /* ボタンとの間隔を設定 */
  font-size: 25px; /* テキストのサイズ */
  font-weight: bold; /* フォントの太さ */
}

/* タイトルテキスト */
.contact-txt {
  font-size: 45px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .contact-contents-3 {
    flex-direction: column; /* スマホでは縦並びに */
    text-align: center; /* テキストを中央揃え */
    padding: unset; /* PC用の padding を無効化 */
    align-items: flex-start; /* 左揃え */
  }
  .contact-contents-3__info {
    display: flex;
    justify-content: space-between;
    align-items: center; /* 真ん中配置 */
    width: 100%; /* 幅を100%に */
    margin-top: 20px; /* ボタンとの間隔を確保 */
  }
  .contact-contents-3__info-text {
    margin-right: 0; /* 横の間隔をなくす */
    margin-bottom: 20px; /* 下に少し余白をつける */
    font-size: 20px; /* フォントサイズを調整 */
  }
  .contact-contents-3__button {
    width: 80px; /* ボタンのサイズを調整 */
    height: 80px;
  }
  .contact-contents-3__button-icon {
    font-size: 18px; /* アイコンのサイズを調整 */
  }
}
.table_design03 {
  display: table;
  width: 100%;
  max-width: 700px;
  border-collapse: collapse;
}

.row {
  display: table-row;
}

.cell {
  display: table-cell;
  padding: 1em;
  border-bottom: 2px solid #c1c7c6;
}

.header {
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
  border-bottom: 2px solid #FFB27A;
}

@media screen and (max-width: 480px) {
  .header {
    width: 30%;
  }
}
.company-info {
  margin-left: auto;
  margin-right: auto;
}

.about-gallery-pic img {
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-gallery-pic img {
    height: 330px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100% !important;
  }
}

@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slider-container {
  display: flex;
}

.slider-wrapper {
  display: flex;
  animation: horizontal-animation 30s linear infinite;
}

.slide {
  width: 400px;
  margin-right: 20px;
}

.slide img {
  vertical-align: bottom;
  width: 100%;
  height: 300px; /* 高さを固定 */
  -o-object-fit: cover;
     object-fit: cover;
}

@media (hover: hover) {
  .slider-container:hover .slider-wrapper {
    animation-play-state: paused;
  }
}
.scroll-infinity {
  position: relative;
  width: 100vw;
}

.scroll-infinity__wrap {
  display: flex;
  animation: scroll-infinity 30s linear infinite;
}

.scroll-infinity__list {
  display: flex;
  flex-shrink: 0;
}

.scroll-infinity__item {
  flex-shrink: 0;
  width: 20%; /* 5つの画像が同時に表示されるように設定 */
  box-sizing: border-box;
  padding: 5px; /* 画像間のスペース（任意） */
}

.scroll-infinity__item img {
  width: 100%;
  height: 230px; /* すべての画像の高さを統一 */
  -o-object-fit: cover;
     object-fit: cover; /* 画像が枠内に収まるように調整 */
  display: block;
}

/* アニメーション */
@keyframes scroll-infinity {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(-50%); /* コンテンツの半分をスクロール */
  }
}
.gallery4-proposal {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.l-footer {
  border-top: none;
}

.footer-proposal-6__tel {
  font-weight: bold;
  color: #000;
  display: block;
  margin-top: 5px;
}

.footer-proposal-6__menu-item a {
  border-bottom: 1px solid #FFB27A;
  padding-bottom: 3px;
}
.footer-proposal-6__menu-item a:hover {
  opacity: 0.7;
  color: #FFB27A;
}

.footer-contact-menu {
  border-bottom: 1px solid #FFB27A;
}
.footer-contact-menu:hover {
  opacity: 0.7;
  color: #FFB27A;
}

.l-footer-widget-area {
  background-color: #FFF0E6;
}

.footer-proposal-6 {
  padding: 30px 5%;
}

.footer-proposal-6__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-proposal-6__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer-proposal-6__left {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 30%;
}

.footer-proposal-6__logo {
  max-height: 30px;
  margin-bottom: 10px;
}

.footer-proposal-6__social {
  display: flex;
  gap: 15px;
}

.footer-proposal-6__social-link {
  color: #000;
  font-size: 1.5rem;
  text-decoration: none;
}

.footer-proposal-6__social-link:hover {
  opacity: 0.7;
}

.footer-proposal-6__nav {
  flex: 1;
  text-align: right;
}

.footer-proposal-6__menu {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-proposal-6__menu-item {
  display: inline-block;
}

.footer-proposal-6__menu-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.footer-proposal-6__tel {
  font-weight: bold;
  color: #000;
}

.footer-proposal-6__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-proposal-6__copyright {
  font-size: 0.8rem;
}

.footer-proposal-6__policy {
  display: flex;
  gap: 15px;
}

.footer-proposal-6__policy-link {
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-proposal-6__policy-link:hover {
  text-decoration: underline;
}

.c-copyright {
  display: none;
}

@media (max-width: 767px) {
  .footer-proposal-6 {
    padding: 20px 3%; /* 余白を調整 */
  }
  .footer-proposal-6__container {
    gap: 15px; /* セクション間の間隔を少し狭める */
  }
  .footer-proposal-6__top {
    flex-direction: column; /* 縦並びに */
    align-items: center; /* センター寄せ */
    text-align: center; /* テキストを中央揃え */
  }
  .footer-proposal-6__left {
    width: 100%; /* 幅を100%に */
    align-items: center; /* 中央配置 */
  }
  .footer-proposal-6__logo {
    max-height: 25px; /* ロゴのサイズを少し小さく */
    margin-bottom: 8px; /* 下の余白を調整 */
  }
  .footer-proposal-6__social {
    justify-content: center; /* ソーシャルアイコンを中央揃え */
  }
  .footer-proposal-6__nav {
    flex: unset;
    width: 100%;
    text-align: center; /* メニューを中央揃え */
  }
  .footer-proposal-6__menu {
    justify-content: center; /* メニュー項目を中央揃え */
    gap: 10px; /* メニュー間の間隔を調整 */
    flex-wrap: wrap;
  }
  .footer-proposal-6__menu-group {
    align-items: center; /* グループ内を中央揃え */
  }
  .footer-proposal-6__bottom {
    flex-direction: column; /* 縦並びに */
    text-align: center;
    gap: 10px; /* 間隔を確保 */
  }
  .footer-proposal-6__policy {
    justify-content: center; /* プライバシーポリシーを中央揃え */
  }
  .c-copyright {
    display: block; /* モバイルでは表示 */
    text-align: center;
    font-size: 0.8rem;
  }
  .footer-proposal-6__policy-link {
    font-size: 0.6rem;
  }
}
/*デザインcss↓*/
.box_con02 {
  max-width: 900px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .box_con02 {
    width: 95%;
  }
}
.box_con02 form {
  width: 100%;
}

.box_con02 form table {
  width: 100%;
}

.box_con02 form table tr {
  position: relative;
}

.box_con02 form table tr:first-child td:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 1px;
  border-bottom: solid 1px #ccc;
}

@media only screen and (max-width: 768px) {
  .box_con02 form table tr:first-child td:before {
    display: none;
  }
}
.box_con02 form table tr th {
  width: 30%;
  text-align: left;
  font-weight: normal;
  padding: 1em;
  background: #FFF0E6;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .box_con02 form table tr th {
    text-align: center;
    width: 100%;
    display: block;
    padding: 0.8em 0.2em;
  }
}
.box_con02 form table tr th span {
  background: #FFB27A;
  padding: 0.3em;
  color: #fff;
  margin-left: 0.5em;
  box-sizing: border-box;
}

.box_con02 form table tr th:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: solid 1px #ccc;
}

.box_con02 form table tr td {
  position: relative;
  padding: 1em 0.5em;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .box_con02 form table tr td {
    padding: 1.5em 0.5em;
    display: block;
    width: 100%;
  }
}
.box_con02 form table tr td:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: solid 1px #ccc;
}

.box_con02 form table tr .box_br {
  display: block;
}

.box_con02 form table tr select,
.box_con02 form table tr textarea,
.box_con02 form table tr .wide {
  width: 100%;
  height: 3em;
  padding: 0.5em;
  box-sizing: border-box;
  border: 1px solid grey;
}

.box_con02 form table tr textarea {
  height: 10em;
}

/*プライバシーのデザインcss↓*/
.con_pri {
  max-width: 700px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
}
.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  background: #f7f7f7;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
}
.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
}
.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
}
.con_pri .box_pri .box_num {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
}
.con_pri .box_pri .box_num h4 {
  font-weight: normal;
}

.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
}
.box_check {
  text-align: center;
  margin: 1em auto;
}

.box_check label {
  display: inline-block;
}

.box_check label span {
  margin-left: 0.3em;
}

.btn {
  text-align: center;
}

.btn input {
  display: inline-block;
  background: #FFB27A;
  padding: 0.5em 4em;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.4s;
}

.btn input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* お問い合わせセクション */
.contact-contents-1 {
  max-width: 100%;
  width: 100%;
  background-color: #FFB27A;
}

.contact-contens-wrap {
  margin: auto;
  max-width: 1200px;
  display: flex;
  align-items: center;
  padding: 40px;
  background-color: #FFB27A;
}

@media screen and (max-width: 480px) {
  .contact-contens-wrap {
    flex-direction: column;
  }
}
/* 左側テキスト（白文字、段落ごとに余白） */
.contact-contents-1__text {
  flex: 1;
  text-align: left;
  color: white;
}

.contact-contents-1__text-main {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 16px;
  /* 段落の間隔を追加 */
  font-weight: bold;
}

.contact-contents-1__text-bold {
  font-weight: bold;
  font-size: 24px;
}

/* 右側のカードコンテナ */
.contact-contents-1__cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* 各カードのスタイル */
.contact-contents-1__card {
  background: #ffffff;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
  text-decoration: none;
}

.contact-contents-1__card:hover {
  transform: translateY(-5px);
  background: #eaf6ff;
  /* ← 推奨の薄い青 */
  opacity: 1;
}

/* 電話カードのテキストを縦並びに */
.contact-contents-1__card-title {
  font-size: 18px;
  font-weight: bold;
}

.contact-contents-1__card-tel {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.contact-contents-1__card-time {
  font-size: 14px;
  color: #666;
}

/* 矢印アイコン */
.contact-contents-1__card-icon {
  background: #333;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: transform 0.3s ease-in-out, background 0.3s;
}

/* ホバー時のアニメーション */
.contact-contents-1__card:hover .contact-contents-1__card-icon {
  transform: rotate(90deg);
  background: #163f74;
}

/* カード内のレイアウト調整 */
.contact-contents-1__card-content {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

@media screen and (max-width: 480px) {
  .contact-contents-1__card-content {
    flex-direction: column;
  }
}
/* 電話番号と営業時間のみ縦並び */
.contact-contents-1__card-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-contents-1__card-tel {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.contact-contents-1__card-time {
  font-size: 14px;
  color: #666;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .contact-contents-1 {
    flex-direction: column;
    text-align: center;
  }
  .contact-contents-1__cards {
    width: 100%;
  }
  .contact-contents-1__card {
    flex-direction: column;
    text-align: center;
  }
  .contact-contents-1__card-icon {
    margin-top: 10px;
  }
}
/* 
 コンタクトフォーム実装分
*/
.formTable {
  width: 100%;
}

.box_con02 .formTable tr {
  position: relative;
}

.box_con02 .formTable tr:first-child td::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 1px;
  border-bottom: solid 1px #ccc;
}

@media only screen and (max-width: 768px) {
  .box_con02 .formTable tr:first-child td::before {
    display: none;
  }
}
.box_con02 .formTable tr th {
  width: 30%;
  text-align: left;
  font-weight: normal;
  padding: 1em;
  background: #FFF0E6;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .box_con02 .formTable tr th {
    text-align: center;
    width: 100%;
    display: block;
    padding: 0.8em 0.2em;
  }
}
.box_con02 .formTable tr th span {
  background: #FEB179;
  padding: 0.3em;
  color: #fff;
  margin-left: 0.5em;
  box-sizing: border-box;
}

.box_con02 .formTable tr th .contact-any {
  background-color: transparent;
  color: #111111;
}

.box_con02 .formTable tr th::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: solid 1px #ccc;
}

.box_con02 .formTable tr td {
  position: relative;
  padding: 1em 0.5em;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .box_con02 .formTable tr td {
    padding: 1.5em 0.5em;
    display: block;
    width: 100%;
  }
}
.box_con02 .formTable tr td::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: solid 1px #ccc;
}

.box_con02 .formTable tr .box_br {
  display: block;
}

.box_con02 .formTable tr select,
.box_con02 .formTable tr textarea,
.box_con02 .formTable tr .wide {
  width: 100%;
  height: 3em;
  padding: 0.5em;
  box-sizing: border-box;
  border: 1px solid grey;
}

.box_con02 .formTable tr textarea {
  height: 10em;
}

.upload-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.fake-upload {
  display: none;
}

.custom-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: gray;
  color: #fff;
  height: 53px;
  max-width: 190px;
  padding: 0px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 1em 0;
}

.btn input[type=submit] {
  display: inline-block;
  background: #FEB179;
  padding: 0.5em 2.5em;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  max-width: 370px;
  width: 100%;
}

.btn .wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 768px) {
  .contact-contents-3__text {
    padding: 0 20x;
    margin: 0 auto;
  }
}

.contact-contents-3__text__center-text {
  margin: 0 auto;
}

.contact-contents-3__text__center-text-top {
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-contents-3__text__center-text-top {
    font-size: 24px;
  }
}

.contact-contents__text__center-text-bottom {
  font-size: 24px;
  text-align: center;
  padding: 30px 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact-contents__text__center-text-bottom {
    font-size: 18px;
    padding: 10px 20px;
  }
}

.contact-contents-3__text__center-text-top2 {
  font-size: 32px;
  text-align: center;
  padding-top: 74px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact-contents-3__text__center-text-top2 {
    font-size: 24px;
  }
}

.wpcf7-acceptance {
  margin-right: 20px;
}

.wp-block-contact-form-7-contact-form-selector {
  margin: 0 auto;
}

.box_check .wpcf7-acceptance {
  align-items: center;
  gap: 0.5em;
}

.box_check .wpcf7-acceptance input[type=checkbox] {
  vertical-align: middle;
  margin: 0;
  transform: translateY(-2px);
}

.privacy-company-info {
  margin-top: 50px;
}/*# sourceMappingURL=style.css.map */