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

.block__w1280 {
  width: 1280px;
  margin-inline: auto;
}

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

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

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.wp-block-snow-monkey-blocks-section.alignfull.smb-section.smb-section--fit {
  padding-top: 0;
}

.section-title {
  text-align: left;
  margin-bottom: 40px;
  padding-left: calc(50vw - 50%);
}

.title__content {
  width: 100%;
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 687px) {
  .title__content {
    flex-direction: column;
  }
}
.title__content__center {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}

.title__content__center h2.title__main {
  padding-top: -12px;
  padding-top: 130px;
  margin-top: -130px;
}
@media screen and (max-width: 767px) {
  .title__content__center h2.title__main {
    padding-top: 70px;
    margin-top: -70px;
  }
}

.title__content__center p.title__sub {
  margin-left: 0;
}

h2.title__main {
  font-size: 48px;
  font-weight: bold;
  font-family: "Poiret One", sans-serif;
  background: linear-gradient(128deg, rgb(252, 241, 200) 3%, rgb(249, 226, 48) 40%, rgb(224, 162, 8) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  h2.title__main {
    font-size: 30px;
  }
}

p.title__sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 16px;
  color: #262936;
  font-size: 14px;
}

p.title__sub.red {
  color: #C21212;
}

h3.ff_poiretone {
  font-family: "Poiret One", sans-serif;
}

.title-line {
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #bbb;
  margin-right: 8px;
}

.title-text {
  font-family: "Arial, sans-serif";
  font-size: 14px;
}

.read-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  font-size: 16px;
  font-family: "Arial, sans-serif";
  color: #333;
  border: 2px solid #333;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  background: #ffffff;
}

.read-more-btn .arrow {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.read-more-btn:hover {
  background-color: #333;
  color: #fff;
}

.read-more-btn:hover .arrow {
  transform: translateX(5px);
}

.button-container {
  text-align: center;
}

.l-contents__inner {
  padding-top: 0 !important;
}

.c-container .vision__box {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .feature_sp {
    margin-bottom: -40px;
    margin-top: -20px;
  }
}

@media screen and (max-width: 767px) {
  .profile_sp {
    margin-bottom: -20px;
    margin-top: -10px;
  }
}

@media screen and (max-width: 767px) {
  .about_sp {
    margin-bottom: -10px;
    margin-top: -60px;
  }
}

@media screen and (max-width: 767px) {
  .title-pl-zero {
    padding-left: 0;
  }
}

.a__red a {
  color: #b63f28;
}

:root :where(.wp-block-list.is-style-sme-list-check) :where(li):before {
  border-color: #000;
}

.c-page-header__title {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .c-page-header__title {
    font-size: 18px;
  }
}

.c-meta__item.c-meta__item--author {
  display: none;
}

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

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

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

body {
  font-size: 16px; /* カスタム要素 */
  background: #FBFAF8; /* カスタム要素 */
  color: #262936; /* カスタム要素 */
  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;
}

.smf-action {
  text-align: center;
}

p#contact_pp {
  text-align: center;
}

.smf-label {
  text-align: center;
}

.smf-form .smf-text-control__control {
  width: 100%;
}

.smf-action .smf-button-control__control {
  margin: 30px auto 0;
  border-radius: 10px;
  padding: 10px 50px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  background: #e2d8c6;
  color: #fff;
  border-color: #D8D9D9;
}

.smf-action .smf-button-control__control:hover {
  background: #b63f28;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  transform: translate3d(0, 2px, 0);
  border-color: #D8D9D9;
  transition: 0.3s;
}

.smf-item__label__text {
  position: relative;
}

.smf-item__label__text::after {
  position: absolute;
  content: "必須";
  color: #fff;
  width: 40px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  display: grid;
  align-content: center;
  place-items: center;
  background: #DD3234;
  border-radius: 4px;
  font-size: 12px;
}

.wp-block-snow-monkey-forms-item:nth-child(6) .smf-item__label__text::after {
  display: none;
}

/* 初期スタイル */
.slide-in-left {
  opacity: 0;
  transform: translateX(-100px); /* 左から始める */
  transition: opacity 1s ease-out, transform 2s ease-out; /* なめらかなトランジション */
}

/* セクションが画面に入ったときのスタイル */
.slide-in-left.in-view {
  opacity: 1;
  transform: translateX(0); /* 元の位置に戻る */
}

/* 初期スタイル */
.slide-in-right {
  opacity: 0;
  transform: translateX(100px); /* 右から始める */
  transition: opacity 1s ease-out, transform 2s ease-out; /* なめらかなトランジション */
}

/* セクションが画面に入ったときのスタイル */
.slide-in-right.in-view {
  opacity: 1;
  transform: translateX(0); /* 元の位置に戻る */
}

.section__service .wp-block-section-break-the-grid-is-layout-constrained {
  background: #ffffff;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .section__service .wp-block-section-break-the-grid-is-layout-constrained {
    background: #e6f1fb;
  }
}

.cp_qa02 {
  margin: 0 auto;
}

.cp_qa02 .cp_actab input[type=checkbox] {
  display: none;
}

.cp_qa02 .cp_actab {
  padding: 20px 0;
  border-bottom: 1px dotted #cccccc;
}

/*質問テキスト*/
.cp_qa02 label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 120%;
  width: calc(100% - 70px);
  margin: 0 0 0 50px;
  padding: 10px;
  cursor: pointer;
  color: black; /* デフォルトの色 */
}

.cp_qa02 label::before {
  position: absolute;
  content: "v";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 210%;
  font-weight: bold;
  right: 10%;
  padding: 0;
  transition: transform 0.4s ease;
}

.cp_qa02 .cp_actab input[type=checkbox]:checked ~ label::before {
  transform: rotate(180deg); /* 開いたときに反転して ^ に見える */
}

/*質問テキストを赤にする*/
.cp_qa02 .cp_actab input[type=checkbox]:checked ~ label {
  color: #007bff;
}

/*答えテキスト*/
.cp_qa02 .cp_actab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 40px;
  padding: 0 14px;
  transition: 0.4s ease;
  opacity: 0;
}

.cp_qa02 .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  padding: 14px;
  opacity: 1;
}

.l-footer {
  background: #9D8763;
  border-top: none;
}

@media screen and (max-width: 500px) {
  .c-site-branding__title .custom-logo {
    width: 170px;
    height: auto;
  }
}
.footer-button-container {
  display: flex;
  width: 100%;
  max-width: 1280px;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 50px;
}

.footer-button {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.custom-button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 20px;
  font-family: "Arial, sans-serif";
  color: #ffffff;
  border: 2px solid #ffffff;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
}

.custom-button:hover {
  background-color: #ffffff;
  color: #1a1a1a;
  text-decoration: none;
}

.custom-button i {
  margin-right: 10px;
}

.custom-button:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #007bff;
  border-radius: 50%;
  bottom: -10px;
  left: 15%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-button:hover:before {
  opacity: 1;
}

.l-footer-widget-area__item {
  color: #ffffff;
}

.menu {
  display: flex;
  align-items: center;
  max-width: 1280px;
  /* justify-content: space-between; */
  gap: 100px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

@media screen and (max-width: 1280px) {
  .menu {
    flex-direction: column;
    gap: 8px;
    justify-content: flex-end;
  }
}
.menu li {
  position: relative;
  color: #ffffff;
  font-size: 14px;
}

.menu li::after {
  content: "|";
  color: #ffffff;
  position: absolute;
  right: -60px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .menu li::after {
    content: "";
  }
}

@media screen and (max-width: 1280px) {
  .menu li {
    margin-right: auto;
  }
  .menu li::after {
    content: "";
  }
}
.menu li:last-child::after {
  content: ""; /* 最後の項目に縦線を表示しない */
}

.footer-company-info {
  padding: 20px 20px 20px 0px;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer-company-info {
    text-align: center;
  }
}

.footer-company-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-company-address {
  margin-bottom: 10px;
}

.footer-company-map i {
  color: #007bff;
  margin-right: 8px;
}

.footer-company-contact {
  margin-top: 10px;
}

.footer-company-map a {
  color: #ffffff;
  text-decoration: none;
}

.footer-company-map a:hover {
  text-decoration: underline;
}

.widget_nav_menu,
ul > li + li {
  margin-top: 0 !important;
}

.footer-shopInfo a {
  color: white;
  text-decoration: underline;
}

.c-row--between {
  justify-content: center;
}

#contact_pp a span {
  color: #c21212;
  text-decoration: underline;
}

.c-copyright {
  font-size: 12px;
}

.p-section-front-page-content {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

/* fv-全体 */
.fv {
  position: relative;
  width: 100vw; /* 全幅 */
  height: 86vh; /* 高さを画面の70% */
  overflow: hidden; /* 余計な部分を非表示 */
  background-image: url(http://for-snow-monkey.local/wp-content/uploads/2025/06/fv_bg-scaled.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* スライダー全体 */
.fv-slider {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70vw; /* 幅を画面の70% */
  height: 86vh; /* 高さを画面の56% */
  overflow: hidden; /* 余計な部分を非表示 */
}

/* スライダー内の画像 */
.fv-slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 画像がスライダー内に収まるように */
  opacity: 0; /* 非表示 */
  transform: scale(1); /* 初期状態でズームなし */
  transition: opacity 1.5s ease, transform 5s ease; /* フェードとズームのアニメーション */
  z-index: 1; /* マスクより下に配置 */
}

/* 表示中の画像 */
.fv-slider img.active {
  opacity: 1; /* 表示 */
  transform: scale(1.1); /* ゆっくりズームイン */
}

/* 常にかかる黒系のマスク */
.fv-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6); /* 白色の透明マスク */
  z-index: 2; /* 画像の上に配置 */
  pointer-events: none; /* ユーザー操作を無効化 */
}

/* メインテキスト */
.fv-slider-text {
  position: absolute;
  top: 58%; /* 縦方向の中央 */
  left: 50%; /* 横方向の中央 */
  transform: translate(-50%, -50%); /* 完全中央揃え */
  text-align: left; /* テキストを中央揃え */
  font-size: 2.8rem; /* メインテキストのサイズ */
  font-weight: bold;
  z-index: 3; /* マスクと画像より上に配置 */
  width: 90%; /* テキスト幅の調整 */
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
  color: #262936;
}
@media screen and (max-width: 767px) {
  .fv-slider-text {
    font-size: 2rem;
    top: 40%; /* 縦方向の中央 */
  }
}

.fv-slider-text > .red {
  color: #c21212;
  font-weight: 500;
}

@-webkit-keyframes infinity-scroll-left__fv {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left__fv {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap__fv {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(-100%);
  z-index: 15;
}

.scroll-infinity__list__fv {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left__fv {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item--text__fv {
  font-family: "Poiret One";
  width: 100vw;
  font-size: 4rem;
  color: rgb(187, 194, 202);
}

@media screen and (max-width: 1280px) {
  .scroll-infinity__item--text__fv {
    font-size: 3rem;
    width: 110vw;
  }
}
@media screen and (max-width: 924px) {
  .scroll-infinity__item--text__fv {
    font-size: 2.8rem;
    width: 120vw;
  }
}
@media screen and (max-width: 768px) {
  .scroll-infinity__item--text__fv {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 680px) {
  .scroll-infinity__item--text__fv {
    width: 150vw;
  }
}
@media screen and (max-width: 550px) {
  .scroll-infinity__item--text__fv {
    width: 180vw;
  }
}
@media screen and (max-width: 500px) {
  .scroll-infinity__item--text__fv {
    font-size: 1.8rem;
  }
}
.logo-wht {
  position: absolute;
  right: -8px;
  top: 0;
  width: 48vw; /* 幅を画面の70% */
  height: auto; /* 高さを画面の56% */
  overflow: hidden; /* 余計な部分を非表示 */
  z-index: 10;
}

.troubles-section {
  padding: 60px 40px;
  background: linear-gradient(135deg, #f5f7fa, #e4ebf1);
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .troubles-section {
    padding: 40px 20px;
  }
}

.troubles-title {
  font-size: 36px;
  color: #222;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 1px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .troubles-title {
    font-size: 30px;
  }
}

.troubles-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #007bff;
  margin: 10px auto 0;
  border-radius: 3px;
}

.troubles-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.troubles-list li {
  font-size: 20px;
  color: #555;
  background-color: #ffffff;
  padding: 20px 30px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  transition: background-color 0.3s ease, transform 0.2s ease;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .troubles-list li {
    font-size: 16px;
  }
}

.troubles-list li:hover {
  background-color: #eaf3ff;
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.troubles-list li::before {
  content: "✓";
  font-size: 18px;
  color: #0277bd;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.troubles-list li:not(:last-child) {
  margin-bottom: 20px;
}

.company__title {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #1a1a1a; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 3px #1843a7; /*左線*/
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .company__title {
    font-size: 25px;
  }
}

.ceo__message h2 {
  text-align: center;
}

.career-section {
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.career-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 3px;
  background-color: #007bff;
}

.career-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 3px;
  background-color: #007bff;
}

.career-title {
  font-size: 24px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 20px;
  position: relative;
  padding-left: 10px;
}

.career-title span {
  position: relative;
}

.career-title span::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  bottom: -5px;
  left: 0;
}

.career-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.career-list li {
  font-size: 16px;
  color: #1a1a1a;
  padding: 10px 0;
  padding-left: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.career-list li:last-child {
  border-bottom: none;
}

.career-list li::before {
  content: "✔";
  font-size: 18px;
  color: #007bff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.career-link {
  display: inline-block;
  font-size: 16px;
  color: #007bff;
  text-decoration: none;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.career-link:hover {
  text-decoration: underline;
}

.company-overview {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.overview-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1a1a1a;
  border-bottom: 2px solid #007bff;
  padding-bottom: 5px;
}

.overview-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.overview-label {
  width: 25%;
  font-weight: bold;
  color: #1a1a1a;
}

.overview-content {
  width: 75%;
  color: #1a1a1a;
}

a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}

ul {
  padding: 0;
}

ul li a {
  color: #007bff;
}

@media (max-width: 768px) {
  .overview-label {
    width: 100%;
    margin-bottom: 5px;
  }
  .overview-content {
    width: 100%;
  }
  .overview-row {
    flex-direction: column;
  }
}
/* マップアイコンのスタイル */
.map-icon {
  margin-right: 5px;
  font-size: 16px;
  vertical-align: text-bottom;
}

.timeline {
  list-style: none;
  padding: 20px;
}

.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media (min-width: 640px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
    font-weight: bold;
    color: #1a1a1a;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }
  .timeline-content h3 {
    font-weight: bold;
    font-size: 20px;
  }
  .timeline-content:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #007bff;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}
.strength-section {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.strength-item {
  padding: 20px;
}

.image-wrapper {
  position: relative;
}

.strength-image {
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}

.strength-number {
  position: absolute;
  top: -8%;
  left: 15px;
  font-size: 36px;
  font-weight: bold;
  color: #007bff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
  border-radius: 5px;
  /* テキストの浮き上がり感を強調 */
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  /* 背景に立体感を付けるボックスシャドウ */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.strength-content {
  display: flex;
  flex-direction: column;
}

.strength-title {
  font-size: 23px;
  margin: 15px 0 10px;
}
@media screen and (max-width: 767px) {
  .strength-title {
    font-size: 19px;
  }
}

.strength-title strong {
  color: #007bff;
}

.strength-text {
  font-size: 16px;
  line-height: 1.6;
}

.text-left {
  text-align: left;
}

.scroll-infinity {
  width: 100cqw;
  overflow: hidden;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
          animation: infinity-scroll-left 50s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 16.6666666667vw;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .scroll-infinity__item {
    width: 66.6666666667vw;
    margin-right: 15px;
  }
}

.scroll-infinity__item > img {
  width: 100%;
}

.section__news .c-entry-summary__meta {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.smb-balloon__body {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3); /* 通常時のシャドウ効果 */
}

.popup-title {
  padding: 1rem 2rem;
  border-top: 3px solid #007bff;
  border-bottom: 3px solid #007bff;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  background: #87CEEB;
}

@media screen and (max-width: 767px) {
  .page-id-73 .wp-block-snow-monkey-blocks-btn,
.page-id-73 .smb-btn-wrapper.is-style-ghost .smb-btn {
    width: 100%;
  }
}

.btn_box {
  text-align: center;
  margin: 0 auto;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  color: white; /* 文字色を青に設定 */
  background-color: #9d8763; /* 背景色を白に設定 */
  border: 2px solid #9d8763; /* 枠線を青に設定 */
  border-radius: 60px; /* 角丸を設定 */
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease, border-color 0.3s ease;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
}

.btn::after {
  content: "→";
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease;
}

.btn:hover {
  color: #9d8763; /* ホバー時の文字色を変更 */
  border-color: #9d8763; /* ホバー時の枠線色を変更 */
  background-color: white; /* 背景色を白に設定 */
}

.btn:hover::after {
  transform: translateX(5px); /* 矢印を右に5px移動 */
}

/*--------------------------------------
  カード型_01
--------------------------------------*/
.l-wrapper_01 {
  margin: 1rem auto;
  width: 95%;
}

.l-wrapper_01:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
}

.card_01 {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  color: #212121;
  text-decoration: none;
}

.card__header_01 {
  display: flex;
  flex-wrap: wrap;
}

.card__title_01 {
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  order: 1;
  margin-bottom: 0.6rem;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #007bff;
}

.card__thumbnail_01 {
  margin: 0;
  order: 0;
}

.card__image_01 {
  width: 100%;
}

.card__body_01 {
  padding: 0 1.5rem;
}

.card__text_01 {
  font-size: 0.8rem;
  text-align: center;
  text-decoration: none;
  padding-bottom: 0;
}

.card__text2_01 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 2rem;
}

.card__text_01 + .card__text_01 {
  margin-top: 0.5rem;
}

.card__footer_01 {
  padding: 1rem;
}

.button_01 {
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  text-align: center;
}

.button_01 a {
  text-decoration: none;
}

.button_01.-compact {
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #007bff;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.button_01.-compact:hover,
.button_01.-compact:focus {
  background-color: #6bb6ff;
}

.case-study__container {
  display: flex;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  margin: auto;
}

.case-study__left-section {
  flex: 1;
  padding-right: 20px;
  border-right: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case-study__logo-container {
  text-align: center;
  margin-bottom: 20px;
}

.case-study__left-section img {
  width: 150px;
}

.case-study__info-list {
  list-style: disc;
  padding-left: 20px;
}

.case-study__info-item {
  margin-bottom: 10px;
}

.case-study__right-section {
  flex: 2;
  padding-left: 20px;
}

.case-study__box {
  margin-bottom: 20px;
}

.case-study__section-title {
  background-color: #007bff;
  font-weight: bold;
  color: white;
  padding: 10px;
  border-radius: 4px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.case-study__bullet-list {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.case-study__bullet-item {
  margin-bottom: 8px;
  line-height: 1.6;
}

.case-study__highlight {
  font-size: 2rem;
  color: #1843a7;
  font-weight: bold;
}

.case-study__cta {
  margin-top: 20px;
}

.case-study__cta-button {
  background-color: #ffffff;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  padding: 15px 30px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1rem;
  width: 80%;
  text-align: center;
  display: block; /* ボタン全体がホバー対象に */
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-left: auto;
  margin-right: auto;
}

.case-study__cta-button:hover {
  background-color: #1a1a1a;
  color: #ffffff;
}

.success__case {
  position: relative;
  background-color: #e9ffd9;
  color: #333;
  overflow: hidden; /* 疑似要素がはみ出さないように */
}
.success__case::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, #023E78, #007bff);
  z-index: 1;
  opacity: 0.7;
}

/* コンテンツのレイヤー */
.success__case__content {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-left: 0 !important;
  padding: 20px 30px;
  text-align: center;
}

/* 見出しスタイル */
.success__case__headline {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
}

.success__case__subheadline {
  font-style: italic;
  margin-bottom: 20px;
  color: #ffffff;
}

/* 結果メッセージ */
.success__case__results {
  margin: 20px 0;
  text-align: center;
}

.success__case__result-item {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #ffffff;
  justify-content: center;
}

/* 数値部分の強調 */
.success__case__number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffcc00; /* 明るい黄色で目立たせる */
  background-color: rgba(0, 0, 0, 0.7); /* 暗い背景で文字を強調 */
  padding: 20px;
  border-radius: 8px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  margin-right: 10px;
  margin-left: 10px;
}

/* 作者情報 */
.success__case__author {
  font-size: 1rem;
  font-style: italic;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .case-study__left-section {
    align-items: initial; /* スマホ時のみ align-items を無効にする */
  }
}
/* スマホ用（画面幅768px以下） */
@media screen and (max-width: 768px) {
  .success__case__content {
    width: 95%; /* コンテンツ幅を広げる */
    padding: 10px 15px; /* 余白を減らす */
  }
  .success__case__headline {
    font-size: 1.4rem; /* 見出しを小さく */
    margin-bottom: 5px;
  }
  .success__case__subheadline {
    font-size: 0.85rem; /* サブ見出しを小さく */
    margin-bottom: 10px;
  }
  .success__case__results {
    margin: 10px 0;
  }
  .success__case__result-item {
    font-size: 1.2rem; /* 結果メッセージを小さく */
    margin-bottom: 5px;
  }
  .success__case__number {
    font-size: 1.5rem; /* 数値を小さく */
    padding: 10px; /* 余白を減らす */
    margin-right: 3px;
    margin-left: 3px;
  }
  .success__case__author {
    font-size: 0.8rem; /* 作者情報のフォントをさらに縮小 */
  }
}
/* さらに小さいスマホ（画面幅480px以下） */
@media screen and (max-width: 480px) {
  .success__case__content {
    width: 100%; /* 幅を最大限に */
    padding: 8px 10px; /* 余白を最小限に */
  }
  .success__case__headline {
    font-size: 1.2rem; /* 見出しをさらに小さく */
    margin-bottom: 4px;
  }
  .success__case__subheadline {
    font-size: 0.8rem;
    margin-bottom: 8px;
  }
  .success__case__result-item {
    font-size: 1rem; /* 結果メッセージをさらに縮小 */
  }
  .success__case__number {
    font-size: 1.4rem; /* 数値をさらに縮小 */
    padding: 8px; /* 余白をさらに減らす */
    margin-right: 2px;
    margin-left: 2px;
  }
  .success__case__author {
    font-size: 0.75rem;
  }
  .case-study__info-item {
    margin-bottom: 10px;
    text-align: left;
  }
}
/* スマホ用（画面幅768px以下） */
@media screen and (max-width: 768px) {
  .case-study__container {
    flex-direction: column; /* スマホでは縦配置に */
    padding: 15px; /* 余白を減らす */
    max-width: 100%; /* 幅を広げる */
  }
  .case-study__left-section {
    padding-right: 0; /* 右側の余白をなくす */
    border-right: none; /* 区切り線を削除 */
    padding-bottom: 15px; /* 下部に余白 */
    text-align: center;
  }
  .case-study__left-section img {
    width: 120px; /* ロゴのサイズを小さく */
  }
  .case-study__info-list {
    padding-left: 15px; /* 左余白を少し減らす */
  }
  .case-study__right-section {
    padding-left: 0; /* 左側の余白をなくす */
  }
  .case-study__section-title {
    font-size: 1rem; /* タイトルのフォントサイズを少し小さく */
    padding: 8px; /* 余白を少し減らす */
    margin-bottom: 15px;
  }
  .case-study__bullet-list {
    padding-left: 15px; /* 左余白を減らす */
  }
  .case-study__highlight {
    font-size: 1.6rem; /* 重要な数値のサイズを縮小 */
  }
  .case-study__cta {
    margin-top: 15px;
  }
  .case-study__cta-button {
    font-size: 0.9rem; /* ボタンのフォントサイズを少し小さく */
    padding: 12px 20px; /* 余白を減らす */
    width: 90%; /* ボタンの幅を広げる */
  }
  .success__case {
    padding: 10px; /* 余白を減らしてコンパクトに */
  }
  .success__case::before {
    width: 100%; /* 背景のグラデーションを全幅に */
    opacity: 0.6; /* 透明度を少し調整 */
  }
}
/* スマホ用（画面幅768px以下） */
@media screen and (max-width: 768px) {
  .case-study__container {
    flex-direction: column; /* スマホでは縦配置に */
    padding: 15px; /* 余白を減らす */
    max-width: 100%; /* 幅を広げる */
  }
  .case-study__left-section {
    padding-right: 0; /* 右側の余白をなくす */
    border-right: none; /* 区切り線を削除 */
    padding-bottom: 15px; /* 下部に余白 */
    text-align: center;
  }
  .case-study__left-section img {
    width: 120px; /* ロゴのサイズを小さく */
  }
  .case-study__info-list {
    padding-left: 15px; /* 左余白を少し減らす */
  }
  .case-study__right-section {
    padding-left: 0; /* 左側の余白をなくす */
  }
  .case-study__section-title {
    font-size: 1rem; /* タイトルのフォントサイズを少し小さく */
    padding: 8px; /* 余白を少し減らす */
    margin-bottom: 15px;
  }
  .case-study__bullet-list {
    padding-left: 15px; /* 左余白を減らす */
  }
  .case-study__highlight {
    font-size: 1.6rem; /* 重要な数値のサイズを縮小 */
  }
  .case-study__cta {
    margin-top: 15px;
  }
  .case-study__cta-button {
    font-size: 0.9rem; /* ボタンのフォントサイズを少し小さく */
    padding: 12px 20px; /* 余白を減らす */
    width: 90%; /* ボタンの幅を広げる */
  }
  .success__case {
    padding: 10px; /* 余白を減らしてコンパクトに */
    min-height: 340px !important;
    max-height: 345px !important;
  }
  .success__case::before {
    width: 50%; /* 背景のグラデーションを全幅に */
    opacity: 0.6; /* 透明度を少し調整 */
  }
}
/* さらに小さいスマホ（画面幅480px以下） */
@media screen and (max-width: 480px) {
  .case-study__container {
    padding: 10px; /* さらに余白を削減 */
  }
  .case-study__logo-container {
    text-align: center;
    margin-bottom: 10px;
  }
  .case-study__left-section img {
    width: 100px; /* ロゴをさらに小さく */
  }
  .case-study__section-title {
    font-size: 0.9rem; /* タイトルをさらに小さく */
    padding: 6px;
  }
  .case-study__bullet-list {
    padding-left: 10px; /* 左の余白をさらに減らす */
  }
  .case-study__highlight {
    font-size: 1.4rem; /* 重要な数値をさらに縮小 */
  }
  .case-study__cta-button {
    font-size: 0.85rem; /* ボタンのフォントを小さく */
    padding: 10px 15px;
    width: 100%; /* スマホでは幅いっぱい */
  }
}
.column-title {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  margin-top: 40px;
  padding-bottom: 10px;
}
.column-title::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #007bff;
  bottom: -3px;
  width: 20%;
}

.section__vision {
  padding-left: calc(50vw - 50%);
}
@media screen and (max-width: 767px) {
  .section__vision {
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .vision__box h2 {
    font-size: 25px !important;
  }
}

.ceo-section {
  display: flex;
  flex-direction: column;
  padding: 50px;
  margin: 0 auto;
}

.ceo-container {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.ceo-image-wrapper {
  flex-shrink: 0;
  width: 60%;
}

.ceo-image {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ceo-content-wrapper {
  flex: 1;
}

.ceo-title {
  color: #007bff;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

.ceo-heading {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.ceo-text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.ceo-signature {
  font-weight: bold;
  margin-top: 30px;
  text-align: right;
}

.ceo-profile-wrapper {
  margin-top: 50px;
  padding: 0px 20px;
  border-radius: 10px;
}

.profile-title {
  color: #007bff;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}

.profile-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.profile-item {
  display: flex;
  gap: 50px;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.profile-label {
  font-weight: bold;
  white-space: nowrap;
}

.second-paragraph {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .ceo-section {
    padding: 0px;
  }
  .ceo-container {
    flex-direction: column;
    gap: 30px;
  }
  .ceo-image-wrapper {
    width: 100%;
    text-align: center;
  }
  .ceo-image {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  .ceo-content-wrapper {
    width: 100%;
  }
  .ceo-title {
    text-align: center;
  }
  .ceo-heading {
    font-size: 25px;
    text-align: center;
  }
  .ceo-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .profile-item {
    flex-direction: column;
    gap: 5px;
  }
  .profile-label {
    display: block;
  }
}
.section__concept {
  padding: 80px 0;
  background-color: #F5F0DF;
}

@media screen and (max-width: 961px) {
  .section__concept {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .section__concept {
    padding: 45px 0;
  }
}
/*# sourceMappingURL=style.css.map */