@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: #000;
  margin-top: 8px;
  text-align: left;
}

.view-more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "Georgia", serif;
  font-size: 25px;
  color: #138ff4;
  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: #138ff4;
  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: #EFF1FF;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

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

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

.c-entry__header {
  display: none;
}

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

/*================================================================
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;
}

/* メディアクエリ*/
.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;
}

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

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

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

.line {
  transition: all 0.3s ease-in-out;
  font-weight: 700 !important;
}

.circle {
  width: 44px;
  height: 44px;
  background-color: #138ff4;
  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: #EFF1FF;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

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

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

.c-entry__header {
  display: none;
}

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

/*================================================================
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;
}

.anchor-target {
    position: relative;
    padding-top: 150px;
    margin-top: -150px;
}

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;
  }
}

.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:rgba(19, 143, 244, 0.16);
  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;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0;
  z-index: 2;
  animation: fadeInImage 1.5s ease 2.7s forwards;
}

/* タブレット・スマホ中サイズ用 */
@media (max-width: 768px) {
  .main-image {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%; /* 中央よりやや上にずらす */
    width: 110%;
    height: 100%;
    position: absolute;
  }
}
@media (max-width: 380px) {
  .main-image {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 48% 50%;
       object-position: 48% 50%;
    width: 110%;
    height: 100%;
    position: absolute;
  }
}
.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;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
  display: block;
}

/* PC用：sp-onlyを非表示 */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/* スマホ以下：pc-onlyを非表示 */
@media (max-width: 768px) {
  .main-title {
    font-size: 1.7rem;
    line-height: 1.8;
    font-weight: 800;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
/* 小型スマホ用（さらにフォント調整） */
@media (max-width: 380px) {
  .main-title {
    font-size: 1.3rem;
    font-weight: 800;
  }
}
.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) {
  .sub-title {
    font-size: 1rem;
  }
}
/* 全体背景とレイアウト */
.main-msg-container {
  background-image: url("your-image-path.jpg"); /* 適宜差し替え */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem 1rem;
  color: #fff;
  text-align: center;
}

/* テキスト共通設定 */
.main-msg-title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  font-weight: bold;
}

.main-msg {
  max-width: 900px;
  margin: 0 auto;
}

.main-msg-txt {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  text-align: center;
}

/* 初期表示（PC） */
.main-msg-pc {
  display: block;
}

.main-msg-sp {
  display: none;
}

/* スマホ用切替 */
@media screen and (max-width: 768px) {
  .main-msg-pc {
    display: none;
  }
  .main-msg-sp {
    display: block;
  }
  .main-msg-title {
    font-size: 2rem;
  }
  .main-msg-txt {
    font-size: 1.1rem;
    line-height: 1.9;
  }
}
/* 小型スマホ（380px以下） */
@media screen and (max-width: 380px) {
  .main-msg-title {
    font-size: 1.8rem;
  }
  .main-msg-txt {
    font-size: 0.8rem;
  }
}
.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: #138ff4;
}

@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: #138ff4;
}

.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;
}

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

.service-proposal-3__text {
  flex: 1;
  padding: 20px;
}

.service-proposal-3__number {
  font-size: 18px;
  color: #66baff;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.service-proposal-3__title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  text-align: left;
}

.service-proposal-3__description {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  text-align: left;
}

.service-proposal-3 h3 {
  padding-top: 15px;
  font-weight: bold;
  text-align: left;
}

ul.service-proposal-3__description_service {
  list-style-type: disc;
  padding-left: 20px;
  text-align: left;
}

.service-proposal-3__image {
  flex: 0 0 200px;
  text-align: center;
}

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

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}
@media (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;
    text-align: center;
  }
  .service-proposal-3__description {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  .service-proposal-3 h3 {
    text-align: left;
  }
  ul.service-proposal-3__description_service {
    font-size: 14px;
    text-align: left;
  }
  .service-proposal-3__image {
    flex: 0 0 auto;
    margin-top: 10px;
  }
  .service-proposal-3__item:hover {
    transform: none;
  }
  /* スマホ専用の改行 */
  .service-proposal-3__title--02 {
    white-space: pre-line;
  }
  .service-proposal-3__title--02::before {
    content: "社会保険手続きn代行サービスn（※グループ会社にて提供）";
    display: block;
  }
  .service-proposal-3__title--02 {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
  }
  .service-proposal-3__description_service--02 li:nth-child(1)::before {
    content: "入社・退社時の手続きn（資格取得・喪失）";
    display: block;
  }
  .service-proposal-3__description_service--02 li:nth-child(1) {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
  }
  .service-proposal-3__description_service--02 li:nth-child(2)::before {
    content: "社会保険の随時改定n（月額変更届）";
    display: block;
  }
  .service-proposal-3__description_service--02 li:nth-child(2) {
    visibility: hidden;
    height: 0;
  }
  .service-proposal-3__description_service--02 li:nth-child(3)::before {
    content: "社会保険の定時改定n（算定基礎届）";
    display: block;
  }
  .service-proposal-3__description_service--02 li:nth-child(3) {
    visibility: hidden;
    height: 0;
  }
  .service-proposal-3__description_service--02 li:nth-child(4)::before {
    content: "有給休暇管理業務 他";
    display: block;
  }
  .service-proposal-3__description_service--02 li:nth-child(4) {
    visibility: hidden;
    height: 0;
  }
}
/* 表示切替 */
.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}
.responsive-break::before {
  content: "";
}

.responsive-break--mobile {
  display: block;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-top: 10px;
}

@media (min-width: 769px) {
  .responsive-break--mobile {
    display: none;
  }
}
.split-feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  height: 350px;
  margin: auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1100px) {
  .split-feature {
    height: auto;
    flex-direction: column; /* スマホで見やすくするために追加（必要なら） */
  }
}


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

.split-feature-number {
  background: #138ff4;
  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;
  text-align: left;
}

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

.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%;
    padding-right: 0;
    padding-bottom: 15px;
    text-align: left;
  }
  .split-feature-number {
    font-size: 14px;
    padding: 5px 12px;
  }
  .split-feature-title {
    font-size: 18px;
    margin-top: 8px;
    text-align: center;
  }
  .split-feature-text {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  .split-feature-image {
    width: 100%;
  }
  .split-feature-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .feature-center {
    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;
  }
}
.p-comments,
.p-trackbacks {
  display: none;
}

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

@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;
}

/*デザインcss↓*/
#contact {
  scroll-margin-top: 90px; /* 固定ヘッダーの高さに合わせる */
}

.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: $sub-color-cream;
  // color: #fff;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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: .8em .2em;
  }
}
.box_con02 form table tr th span {
  background: $accent-color-orange;
  padding: 0.3em;
  color: #fff;
  margin-left: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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 .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .box_con02 form table tr td {
    padding: 1.5em .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: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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;
}

.box_con02 .btn {
  text-align: center;
  gap: 0;
}

.btn input {
  display: inline-block;
  background: #138ff4;
  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;
}

.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: #dcf5ff;
  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: #66baff;
  padding: 0.3em;
  color: #fff;
  margin-left: 0.5em;
  box-sizing: border-box;
}

.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: #000;
  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: #66baff;
  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;
}

.contact-contents-3 {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .contact-contents-3__text {
    padding: 0 20x;
  }
}
.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;
}

.company-info {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  row-gap: 0.75em;
}

.row {
  display: grid;
  grid-template-columns: 120px 1fr;
}

.label {
  font-weight: bold;
  color: #000;
  font-size: 1rem; /* 基本サイズ */
}

.value {
  color: #333;
  line-height: 1.6;
  font-size: 1rem; /* 基本サイズ */
}

.map-container {
  display: flex;
  justify-content: center; /* 横中央 */
  align-items: center; /* 縦中央（必要に応じて） */
  padding: 2rem 1rem;
}

.map-container iframe {
  width: 1200px; /* PC用固定サイズ */
  height: 600px;
  border: 0;
}

/* --- スマホ向け調整（横幅768px以下） --- */
@media screen and (max-width: 768px) {
  .map-container iframe {
    width: 100%; /* 画面幅いっぱいに表示 */
    height: 300px; /* 高さをスマホ向けに調整 */
  }
}
/* スマホ用フォントサイズ調整 */
@media (max-width: 480px) {
  .label {
    font-size: 0.85rem;
  }
  .value {
    font-size: 0.85rem;
  }
}
.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;
  }
}

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

.footer-proposal-6__menu-item a{
  border-bottom: 1px solid #138ff4;
  padding-bottom: 3px;
  &:hover {
    opacity: 0.7;
    color: #138ff4;
  }
  font-size: 1.5em;
}

.footer-contact-menu{
  border-bottom: 1px solid #138ff4;
  &:hover {
    opacity: 0.7;
    color: #138ff4;
  }
  font-size: 1.5em;
}

.l-footer-widget-area{
    background-color: #e6f8ff;
    height: 180px;
    padding: 20px 5%;
}

  
  .footer-proposal-6__container {
    display: flex;
    flex-direction: column;
  }
  
  .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%;
    justify-content: space-between;
  }
  
  .footer-proposal-6__logo {
    max-height: 70px;
  } 
  
  .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;
  }
    
  .footer-proposal-6__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .c-copyright{
    display: none;
    font-size: 15px;
    padding-left: 50px;
  }

  /* ▼ スマホ用調整 ▼ */
@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%;
    align-items: center;
  }

    .footer-proposal-6__logo {
        max-height: 25px; /* ロゴのサイズを少し小さく */
        margin-bottom: 8px; /* 下の余白を調整 */
    }

  .footer-proposal-6__nav {
    flex: unset;
    width: 100%;
    text-align: center;
  }

  .footer-proposal-6__menu {
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
  }

  .footer-proposal-6__menu-item {
    display: inline-block;
    font-size: 0.7rem;
  }

  .footer-proposal-6__menu-item a {
    font-size: 0.7rem;
  }

  .footer-contact-menu {
    font-size: 0.7rem;
  }

  .footer-proposal-6__menu-group {
    align-items: center;
  }

  .footer-proposal-6__bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .c-copyright {
    display: block;
    text-align: center;
    font-size: 0.7rem;
  }
}
/*デザインcss↓*/
.box_con02 {
  max-width: 900px;
  margin: 0 auto;
}

.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;
}

.box_con02 form table tr th {
  width: 30%;
  text-align: left;
  font-weight: normal;
  padding: 1em;
  background: #EFF1FF;
  position: relative;
  box-sizing: border-box;
}

.box_con02 form table tr th span {
  background: #66baff;
  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;
}

.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;
  font-size: 1rem;
}

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

@media only screen and (max-width: 768px) {
  .box_con02 {
    width: 95%;
  }
  .box_con02 form table tr:first-child td:before {
    display: none;
  }
  .box_con02 form table tr th {
    text-align: center;
    width: 100%;
    display: block;
    padding: 0.8em 0.2em;
    font-size: 0.85rem;
  }
  .box_con02 form table tr td {
    padding: 1.5em 0.5em;
    display: block;
    width: 100%;
    font-size: 0.85rem;
  }
  .box_con02 form table tr select,
  .box_con02 form table tr textarea,
  .box_con02 form table tr .wide {
    font-size: 0.85rem;
  }
}
/*プライバシーのデザインcss↓*/
.con_pri {
  max-width: 700px;
  margin: 0 auto;
}

.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;
}

.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}

.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
  font-size: 0.85rem;
}

.con_pri .box_pri .box_num {
  margin-top: 30px;
}

.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 1rem;
}

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

@media only screen and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
    font-size: 1rem;
  }
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
    font-size: 0.75rem;
  }
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
  .con_pri .box_pri .box_num h4 {
    font-size: 0.9rem;
  }
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
    font-size: 0.75rem;
  }
}
.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: #138ff4;
  padding: 0.5em 4em;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.4s;
  font-size: 1rem;
}

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

@media only screen and (max-width: 768px) {
  .box_check label,
  .box_check label span,
  .btn input {
    font-size: 0.85rem;
  }
}
.problem-container {
  position: relative;
  padding: 20px 40px;
  max-width: 800px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #b9e3ff;
  box-sizing: border-box;
  margin: 100px auto;
}

@media (max-width: 768px) {
  .problem-container {
    padding: 15px 25px;
    margin: 60px 10px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .problem-container {
    padding: 10px 15px;
    margin: 40px 5px;
    font-size: 14px;
  }
}
.problem-container::before,
.problem-container::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.problem-container::before {
  bottom: -44px;
  border: 22px solid transparent;
  border-top: 22px solid #FFF;
  z-index: 2;
}

.problem-container::after {
  bottom: -53px;
  border: 25px solid transparent;
  border-top: 25px solid #b9e3ff;
  z-index: 1;
}

.problem-container h2 {
  color: #333;
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .problem-container h2 {
    font-size: 1.4em;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: bold;
  }
}
@media (max-width: 480px) {
  .problem-container h2 {
    font-size: 1.2em;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.message {
  color: #333;
  text-align: center;
  font-size: 2rem;
  margin-top: 20px;
  font-weight: bold;
}

/* 初期状態（PC想定）ではスマホ用非表示 */
.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

/* スマホ：768px以下で切り替え */
@media (max-width: 768px) {
  .message {
    font-size: 1.3rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
/* さらに小さい端末向け（任意） */
@media (max-width: 380px) {
  .message {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.problem-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.problem-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 1em;
  line-height: 1.4;
  color: #333;
  position: relative;
  padding-left: 150px;
}

@media (max-width: 768px) {
  .problem-list li {
    font-size: 0.95em;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .problem-list li {
    font-size: 0.9em;
    margin-bottom: 8px;
    line-height: 1.4;
    padding-left: 30px;
  }
}
.problem-list .icon {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: #333;
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23fff" stroke-width="2" d="M2 12l6 6L22 6"/%3E%3C/svg%3E') no-repeat center;
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23fff" stroke-width="2" d="M2 12l6 6L22 6"/%3E%3C/svg%3E') no-repeat center;
  background-size: contain;
  padding-left: 250px;
}

@media (max-width: 480px) {
  .problem-list .icon {
    width: 18px;
    height: 18px;
    padding-left: 20px;
  }
}
.accordion-003 {
  max-width: 800px;
  margin-bottom: 7px;
  border-bottom: 2px solid #d0d0d0;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    content: '▼';
    color:#c7c5c5;
    margin-left: 10px;
    font-size: 1.5em;
    transition: transform 0.3s;
    display: inline-block;
    transform: rotate(0deg);
}

.accordion-003[open] summary::after {
    transform: rotate(180deg); /* ▼が▲に反転するように */
}


.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
    text-align: left;
}

.accordion-003[open] p {
  transform: none;
  opacity: 1;
}

/*レスポンシブ対応*/
@media screen and (max-width: 768px) {
  .accordion-003 {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .accordion-003 summary {
    padding: 1em 1em;
    font-size: 0.85rem; /* 1rem → 0.85rem に縮小 */
  }
  .accordion-003 summary::after {
    font-size: 1.1em; /* 1.2em → 1.1em に少し縮小 */
    margin-left: 5px;
  }
  .accordion-003 p {
    padding: 0.3em 1em 1.2em;
    font-size: 0.8rem; /* 0.95rem → 0.8rem に縮小 */
  }
} 
.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;
}

.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;
  }
}

.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: #138ff4;
}
@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: #138ff4;
}

.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;
}

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

.service-proposal-3__text {
  flex: 1;
  padding: 20px;
}

.service-proposal-3__number {
  font-size: 18px;
  color: #66baff;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.service-proposal-3__title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  text-align: left;
}

.service-proposal-3__description {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  text-align: left;
}

.service-proposal-3 h3 {
  padding-top: 15px;
  font-weight: bold;
  text-align: left;
}

ul.service-proposal-3__description_service {
  list-style-type: disc;
  padding-left: 20px;
  text-align: left;
}

.service-proposal-3__image {
  flex: 0 0 200px;
  text-align: center;
}

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

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}
@media (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;
    text-align: center;
  }
  .service-proposal-3__description {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  .service-proposal-3 h3 {
    text-align: left;
  }
  ul.service-proposal-3__description_service {
    font-size: 14px;
    text-align: left;
  }
  .service-proposal-3__image {
    flex: 0 0 auto;
    margin-top: 10px;
  }
  .service-proposal-3__item:hover {
    transform: none;
  }
  /* スマホ専用の改行 */
  .service-proposal-3__title--02 {
    white-space: pre-line;
  }
  .service-proposal-3__title--02::before {
    content: "社会保険手続きn代行サービスn（※グループ会社にて提供）";
    display: block;
  }
  .service-proposal-3__title--02 {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
  }
  .service-proposal-3__description_service--02 li:nth-child(1)::before {
    content: "入社・退社時の手続きn（資格取得・喪失）";
    display: block;
  }
  .service-proposal-3__description_service--02 li:nth-child(1) {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
  }
  .service-proposal-3__description_service--02 li:nth-child(2)::before {
    content: "社会保険の随時改定n（月額変更届）";
    display: block;
  }
  .service-proposal-3__description_service--02 li:nth-child(2) {
    visibility: hidden;
    height: 0;
  }
  .service-proposal-3__description_service--02 li:nth-child(3)::before {
    content: "社会保険の定時改定n（算定基礎届）";
    display: block;
  }
  .service-proposal-3__description_service--02 li:nth-child(3) {
    visibility: hidden;
    height: 0;
  }
  .service-proposal-3__description_service--02 li:nth-child(4)::before {
    content: "有給休暇管理業務 他";
    display: block;
  }
  .service-proposal-3__description_service--02 li:nth-child(4) {
    visibility: hidden;
    height: 0;
  }
}
/* 表示切替 */
.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}
.responsive-break::before {
  content: "";
}

.responsive-break--mobile {
  display: block;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-top: 10px;
}

@media (min-width: 769px) {
  .responsive-break--mobile {
    display: none;
  }
}
.split-feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  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;
  text-align: left;
}

.split-feature-number {
  background: #66baff;
  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;
  text-align: left;
}

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

.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;
    padding: 15px;
  }
  .split-feature-content,
  .split-feature-image {
    width: 100%;
    padding: 0;
  }
  .split-feature-content {
    margin-bottom: 15px;
    text-align: left;
  }
  .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;
  }
  .feature-center {
    width: 100%;
  }
}
.split-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .split-feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.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;
  }
}

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

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

@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;
}

/*デザインcss↓*/
#contact {
  scroll-margin-top: 90px; /* 固定ヘッダーの高さに合わせる */
}

.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: $sub-color-cream;
  // color: #fff;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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: .8em .2em;
  }
}
.box_con02 form table tr th span {
  background: $accent-color-orange;
  padding: 0.3em;
  color: #fff;
  margin-left: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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 .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .box_con02 form table tr td {
    padding: 1.5em .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: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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;
}

.box_con02 .btn {
  text-align: center;
  gap: 0;
}

.btn input {
  display: inline-block;
  background: #138ff4;
  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;
}

.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: #b9e3ff;
  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: #138ff4;
  padding: 0.3em;
  color: #fff;
  margin-left: 0.5em;
  box-sizing: border-box;
}

.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: #000;
  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: #138ff4;
  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;
}

.contact-contents-3 {
  padding: 0 20px;
}

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

.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;
}

.company-info {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  row-gap: 0.75em;
}

.row {
  display: grid;
  grid-template-columns: 120px 1fr;
}

.label {
  font-weight: bold;
  color: #000;
  font-size: 1rem; /* 基本サイズ */
}

.value {
  color: #333;
  line-height: 1.6;
  font-size: 1rem; /* 基本サイズ */
}

.map-container {
  display: flex;
  justify-content: center; /* 横中央 */
  align-items: center; /* 縦中央（必要に応じて） */
  padding: 2rem 1rem;
}

.map-container iframe {
  width: 1200px; /* PC用固定サイズ */
  height: 600px;
  border: 0;
}

/* --- スマホ向け調整（横幅768px以下） --- */
@media screen and (max-width: 768px) {
  .map-container iframe {
    width: 100%; /* 画面幅いっぱいに表示 */
    height: 300px; /* 高さをスマホ向けに調整 */
  }
}
/* スマホ用フォントサイズ調整 */
@media (max-width: 480px) {
  .label {
    font-size: 0.85rem;
  }
  .value {
    font-size: 0.85rem;
  }
}
.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;
  }
}

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

.footer-proposal-6__menu-item a {
  border-bottom: 1px solid #138ff4;
  padding-bottom: 3px;
  font-size: 1.5em;
}
.footer-proposal-6__menu-item a:hover {
  opacity: 0.7;
  color: #138ff4;
}

.footer-contact-menu {
  border-bottom: 1px solid #138ff4;
  font-size: 1.5em;
}
.footer-contact-menu:hover {
  opacity: 0.7;
  color: #138ff4;
}

.l-footer-widget-area {
  background-color: #e6f8ff;
  height: 180px;
  padding: 20px 5%;
}

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

.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: 70px;
}

.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__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.c-copyright{
  display: none;
  font-size: 15px;
  padding-left: 50px;
}

/* ▼ スマホ用調整 ▼ */
@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%;
    align-items: center;
  }
  .footer-proposal-6__nav {
    flex: unset;
    width: 100%;
    text-align: center;
  }
  .footer-proposal-6__menu {
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
  }
  .footer-proposal-6__menu-item {
    display: inline-block;
    font-size: 0.7rem;
  }
  .footer-proposal-6__menu-item a {
    font-size: 0.7rem;
  }
  .footer-contact-menu {
    font-size: 0.7rem;
  }
  .footer-proposal-6__menu-group {
    align-items: center;
  }
  .footer-proposal-6__bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .c-copyright {
    display: block;
    text-align: center;
    font-size: 0.7rem;
  }
}
/*デザインcss↓*/
.box_con02 {
  max-width: 900px;
  margin: 0 auto;
}
.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;
}
.box_con02 form table tr th {
  width: 30%;
  text-align: left;
  font-weight: normal;
  padding: 1em;
  background: #EFF1FF;
  position: relative;
  box-sizing: border-box;
}
.box_con02 form table tr th span {
  background: #138ff4;
  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;
}
.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;
  font-size: 1rem;
}
.box_con02 form table tr textarea {
  height: 10em;
}

@media only screen and (max-width: 768px) {
  .box_con02 {
    width: 95%;
  }
  .box_con02 form table tr:first-child td:before {
    display: none;
  }
  .box_con02 form table tr th {
    text-align: center;
    width: 100%;
    display: block;
    padding: 0.8em 0.2em;
    font-size: 0.85rem;
  }
  .box_con02 form table tr td {
    padding: 1.5em 0.5em;
    display: block;
    width: 100%;
    font-size: 0.85rem;
  }
  .box_con02 form table tr select,
  .box_con02 form table tr textarea,
  .box_con02 form table tr .wide {
    font-size: 0.85rem;
  }
}
/*プライバシーのデザインcss↓*/
.con_pri {
  max-width: 700px;
  margin: 0 auto;
}
.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;
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}
.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 1.2rem;
}
.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
  font-size: 0.85rem;
}
.con_pri .box_pri .box_num {
  margin-top: 30px;
}
.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 1rem;
}
.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
  font-size: 0.85rem;
}

@media only screen and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
    font-size: 1rem;
  }
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
    font-size: 0.75rem;
  }
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
  .con_pri .box_pri .box_num h4 {
    font-size: 0.9rem;
  }
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
    font-size: 0.75rem;
  }
}
.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: #66baff;
  padding: 0.5em 4em;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.4s;
  font-size: 1rem;
}
.btn input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .box_check label,
  .box_check label span,
  .btn input {
    font-size: 0.85rem;
  }
}
.problem-container {
  position: relative;
  padding: 20px 40px;
  max-width: 800px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #bcecff;
  box-sizing: border-box;
  margin: 100px auto;
}
@media (max-width: 768px) {
  .problem-container {
    padding: 15px 25px;
    margin: 60px 10px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .problem-container {
    padding: 10px 15px;
    margin: 40px 5px;
    font-size: 14px;
  }
}

.problem-container::before,
.problem-container::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.problem-container::before {
  bottom: -44px;
  border: 22px solid transparent;
  border-top: 22px solid #FFF;
  z-index: 2;
}

.problem-container::after {
  bottom: -53px;
  border: 25px solid transparent;
  border-top: 25px solid #bcecff;
  z-index: 1;
}

.problem-container h2 {
  color: #333;
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .problem-container h2 {
    font-size: 1.4em;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: bold;
  }
}
@media (max-width: 480px) {
  .problem-container h2 {
    font-size: 1.2em;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.message {
  color: #333;
  text-align: center;
  font-size: 2rem;
  margin-top: 20px;
  font-weight: bold;
}

/* 初期状態（PC想定）ではスマホ用非表示 */
.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

/* スマホ：768px以下で切り替え */
@media (max-width: 768px) {
  .message {
    font-size: 1.3rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
/* さらに小さい端末向け（任意） */
@media (max-width: 380px) {
  .message {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.problem-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.problem-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 1em;
  line-height: 1.4;
  color: #333;
  position: relative;
  padding-left: 150px;
}
@media (max-width: 768px) {
  .problem-list li {
    font-size: 0.95em;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .problem-list li {
    font-size: 0.9em;
    margin-bottom: 8px;
    line-height: 1.4;
    padding-left: 30px;
  }
}

.problem-list .icon {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: #333;
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23fff" stroke-width="2" d="M2 12l6 6L22 6"/%3E%3C/svg%3E') no-repeat center;
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23fff" stroke-width="2" d="M2 12l6 6L22 6"/%3E%3C/svg%3E') no-repeat center;
  background-size: contain;
  padding-left: 250px;
}
@media (max-width: 480px) {
  .problem-list .icon {
    width: 18px;
    height: 18px;
    padding-left: 20px;
  }
}

.accordion-003 {
  max-width: 800px;
  margin-bottom: 7px;
  border-bottom: 2px solid #d0d0d0;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    content: '▼';
    color:#c7c5c5;
    margin-left: 10px;
    font-size: 1.5em;
    transition: transform 0.3s;
    display: inline-block;
    transform: rotate(0deg);
}

.accordion-003[open] summary::after {
    transform: rotate(180deg); /* ▼が▲に反転するように */
}


.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
    text-align: left;
}

.accordion-003[open] p {
  transform: none;
  opacity: 1;
}

/*レスポンシブ対応*/
@media screen and (max-width: 768px) {
  .accordion-003 {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .accordion-003 summary {
    padding: 1em 1em;
    font-size: 0.85rem; /* 1rem → 0.85rem に縮小 */
  }
  .accordion-003 summary::after {
    font-size: 1.1em; /* 1.2em → 1.1em に少し縮小 */
    margin-left: 5px;
  }
  .accordion-003 p {
    padding: 0.3em 1em 1.2em;
    font-size: 0.8rem; /* 0.95rem → 0.8rem に縮小 */
  }
}
.c-page-top {
  background-color: #138ff4;
}

.c-drawer {
  background-color: #138ff4;
}

.p-global-nav .c-navbar__item>a>span {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.p-global-nav--hover-text-color.p-global-nav--current-same-hover-effect .c-navbar__item[data-active-menu] {
    color: #138ff4;
}

/* 通常状態 */
.c-navbar__item {
  color: #000;  /* 通常時の文字色（黒） */
  text-decoration: none;
  transition: color 0.3s ease;
}

/* ホバー時の文字色変更 */
.c-navbar__item:hover {
  color: #007bff;  /* ホバー時の文字色（例：青） */
}

a:where(:not(.wp-element-button)){
  color: #138ff4;
}


.c-row__col--fit {
  background: #FFFFFF;
  border-radius: 40px;
  box-shadow: 4px 16px 40px rgba(19, 143, 244, 0.16);
}

@media screen and (max-width: 768px) {
  .c-row__col--fit {
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 4px 16px 40px rgba(19, 143, 244, 0.16);
    padding: 2px;
    height: 50px;
    width: 50px;
  }
}/*# sourceMappingURL=style.css.map */