@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; /* カスタム要素 */
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .smb-section__inner > .c-container {
    font-size: 14px;
  }
}

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

.title__container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.title__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* タイトルのスタイル */
.title__main {
  font-size: clamp(48px, 2.91vw, 56px);
  font-weight: bold;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(45deg, rgb(0, 102, 54) 0%, rgb(63, 143, 45) 60%, rgb(139, 193, 33) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .title__main {
    margin-bottom: 4px;
    font-size: clamp(20px, 9.23vw, 36px);
  }
}

.title__sub {
  margin: 0;
  font-weight: bold;
  font-size: clamp(16px, 1.04vw, 20px);
  color: #1a1a1a; /* 必要に応じて色を調整してください */
  text-indent: 0.1em;
}
@media screen and (max-width: 767px) {
  .title__sub {
    font-size: clamp(12px, 3.58vw, 14px);
  }
}

.title__sub-copy, .title__sub-copy-sol {
  font-size: clamp(30px, 2.08vw, 40px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .title__sub-copy, .title__sub-copy-sol {
    font-size: clamp(18px, 5.12vw, 20px);
  }
}

.title__sub-copy-sol {
  color: #006636;
  background: linear-gradient(45deg, rgb(0, 102, 54) 0%, rgb(63, 143, 45) 60%, rgb(139, 193, 33) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.title__content.center {
  align-items: center;
  margin: 0 auto;
}

.title__btn {
  position: relative;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding-right: 20px; /* 矢印分のスペースを確保 */
}
.title__btn:hover {
  color: #2A4473; /* ホバー時に色を変更 */
}

.title__btn::after {
  content: ">";
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
}

.title__btn:hover::after {
  transform: translateX(5px); /* ホバー時に矢印を右に移動 */
}

.section__title {
  display: flex;
  flex-direction: column;
}

.section__title-main {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2A4473;
  text-align: left;
  margin-bottom: 0.5rem;
}

.section__title-sub {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a1a1a;
  text-align: left;
}

.center-position {
  text-align: center;
}

a.btn_12, .service__item .btn_12 {
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 280px;
  padding: 1rem 2rem;
  font-weight: bold;
  background: linear-gradient(45deg, rgb(0, 102, 54) 0%, rgb(63, 143, 45) 60%, rgb(139, 193, 33) 100%);
  color: #fff;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}

a.btn_12 {
  margin: auto;
}

a.btn_12::before, .service__item .btn_12::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-right: 12px;
}

a.btn_12:hover, .service__item .btn_12:hover {
  transform: translateY(2px);
  box-shadow: 0px 0px 0px;
}

/* お問い合わせカードの全体レイアウト */
/* Call のラベル */
.contact-contents-2__label {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: rotate(-90deg) translateY(-50%);
  font-size: 14px;
  color: #777;
  letter-spacing: 1px;
}

/* アイコン */
.contact-contents-2__icon img {
  width: 50px;
  height: auto;
}

/* タイトル */
.contact-contents-2__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  color: #333;
}

/* 電話番号 */
.contact-contents-2__tel {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  margin: 5px 0;
}

/* 営業時間 */
.contact-contents-2__time {
  font-size: 14px;
  color: #888;
  margin-top: 5px;
}

/* メールお問い合わせカードの全体レイアウト */
.contact-contents-2-mail {
  max-width: 450px;
}

/* カードデザイン */
.contact-contents-2-mail__card {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 20px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  align-items: stretch;
}

/* Mail のラベル */
.contact-contents-2-mail__label {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: rotate(-90deg) translateY(-50%);
  font-size: 14px;
  letter-spacing: 1px;
}

/* アイコン */
.contact-contents-2-mail__icon img {
  width: 50px;
  height: auto;
}

/* タイトル */
.contact-contents-2-mail__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

/* メールフォームボタン */
.contact-contents-2-mail__button {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px;
  margin: 15px auto 0;
}

.contact-contents-2-mail__button::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-right: 10px;
}

/* ホバー時のエフェクト */
/*追加CSS*/
.page-id-26 .c-entry__header,
.page-id-1165 .c-entry__header {
  display: none;
}

.p-breadcrumbs-wrapper {
  border-bottom: 1px solid #eeeeee;
  max-width: 100% !important;
  margin: 0 auto;
}
.p-breadcrumbs-wrapper .c-breadcrumbs {
  width: 100%;
}

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

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-contents__inner {
  padding-top: 0 !important;
}

.p-section-front-page-content {
  padding-top: 0;
}

.c-site-branding__title .custom-logo {
  display: none;
}

[data-scrolled=true] .c-site-branding__title .custom-logo {
  display: block;
}

.menu-item a {
  font-size: 20px !important;
  color: white;
}
@media screen and (max-width: 767px) {
  .menu-item a {
    font-size: 24px !important;
  }
}

.l-header__content .c-fluid-container {
  padding-right: 0;
}
@media screen and (max-width: 1025px) {
  .l-header__content .c-fluid-container {
    padding-right: var(--_container-margin-right);
  }
}

.c-navbar li:last-child a {
  background: linear-gradient(45deg, rgb(0, 102, 54) 0%, rgb(63, 143, 45) 60%, rgb(139, 193, 33) 100%);
  padding: 0 var(--_container-margin-right);
  margin-left: 10px;
  color: #FFF !important;
}

.p-global-nav .c-navbar__item > a > span {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.c-site-branding__title .custom-logo {
  width: clamp(180px, 25vw, 280px);
}

.c-drawer {
  padding-top: 40px;
}

.c-drawer__item {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 1em;
}

/* スライダーの外枠 */
.slider-container {
  overflow: hidden; /* 要素がコンテナをはみ出しても見えないようにする */
  white-space: nowrap; /* テキストを横に並べる */
  width: 100%; /* 横幅を100%に設定 */
}

/* スライドするテキスト */
.slider {
  display: inline-flex; /* 横方向に要素を並べる */
  animation: slide 60s linear infinite; /* スライダーアニメーション */
}

.slider span {
  font-size: 100px; /* テキストサイズ */
  padding: 30px 50px 60px; /* テキスト間の余白 */
  color: silver; /* シルバーの文字色 */
  text-shadow: 1px 1px 2px #999; /* 文字を白背景で際立たせる影 */
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .slider span {
    font-size: 50px; /* さらにフォントサイズを小さく */
    padding: 10px 20px 20px; /* 余白もコンパクトに */
  }
}

/* アニメーション */
@keyframes slide {
  0% {
    transform: translateX(0); /* 初期位置 */
  }
  100% {
    transform: translateX(-100%); /* 左方向にスライド */
  }
}
/* テキストがスムーズに連続するための追加スタイル */
.slider {
  width: -moz-max-content;
  width: max-content; /* コンテンツ幅を計算して設定 */
}

.Form {
  max-width: 750px;
  margin: 0 auto;
}

.Form-Item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eeeeee;
  padding: 10px 0;
}
.Form-Item span.wpcf7-not-valid-tip {
  color: #d82822;
}
@media screen and (max-width: 767px) {
  .Form-Item {
    display: block;
    padding: 20px 0;
  }
}

.Form-Item:nth-child(1) {
  border-top: none;
}

.Form-Item-Label {
  width: 100%;
  min-width: 240px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .Form-Item-Label {
    margin-bottom: 10px;
  }
}

.Form-Item-Label-Required {
  border-radius: 2px;
  padding: 2px 4px;
  display: inline-block;
  text-align: center;
  background: #d82822;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0 10px;
}

.Form-Item .wpcf7-text, .Form-Item .wpcf7-textarea {
  background: rgba(240, 240, 240, 0.4);
  min-width: 400px;
  width: 100%;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .Form-Item .wpcf7-text, .Form-Item .wpcf7-textarea {
    min-width: 200px;
  }
}

.Form-Btn {
  display: block !important;
  letter-spacing: 0.05em;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 280px;
  padding: 1rem 2rem;
  font-weight: bold;
  background: linear-gradient(45deg, rgb(0, 102, 54) 0%, rgb(63, 143, 45) 60%, rgb(139, 193, 33) 100%);
  color: #fff;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  border-radius: 0 !important;
  margin: 0 auto;
}

.Form-Item-Checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin: 20px 0;
}
.Form-Item-Checkbox .wpcf7-list-item-label {
  font-weight: bold;
}
.Form-Item-Checkbox input {
  margin-top: 5px;
}

.wpcf7-response-output {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  padding: 20px 1em !important;
  background: #f3f9e8;
  color: #006636;
  border: 2px solid #006636;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: rgba(216, 40, 34, 0.1);
  border: 2px solid #d82822;
  color: #d82822;
}

/*プライバシーポリシー*/
.con_pri {
  max-width: 750px;
  margin: 20px auto;
  border: 1px solid #ddd;
}
.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  background: rgba(240, 240, 240, 0.4);
  box-sizing: border-box;
  padding: 30px;
}
.con_pri .box_pri h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.con_pri .box_pri h4 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}
.con_pri .box_pri p {
  font-size: 14px;
  margin-bottom: 10px;
}
.con_pri .box_pri p span {
  font-weight: bold;
  display: block;
}

/*お問い合わせ下部ウィジェット・ページ下部調整*/
.contact-bg-wrapper {
  width: 100%;
  background: url(https://jinfree.jp/wp-content/uploads/2025/06/contact-bg.jpeg) no-repeat center center/cover;
  padding: var(--_padding3) 0;
}
.contact-bg-wrapper .contact-bg-inner {
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: clamp(40px, 9.375vw, 180px);
  flex: 1 1 auto;
  flex-wrap: wrap;
  position: relative;
}
.contact-bg-wrapper .contact-contents-2-mail {
  flex-grow: 1;
}

.l-posts-page-widget-area__item .c-section {
  padding: 0;
}

.page-id-1165 .l-contents__inner {
  margin-bottom: 0;
}

.page-id-1165 .l-article-bottom-widget-area {
  display: none;
}

.container {
  position: fixed;
  top: 80%;
  right: 5%;
  width: 24px;
  height: 24px;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
.privacy-policy {
  max-width: 1000px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.privacy-title {
  color: #2A4473; /* タイトルのカラー */
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

.privacy-intro {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: justify;
}

.privacy-section {
  margin-bottom: 20px;
}

.privacy-heading {
  color: #2A4473; /* セクション見出しのカラー */
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.privacy-text {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: justify;
}

.privacy-list {
  list-style-type: disc;
  padding-left: 20px;
}

.privacy-list li {
  margin-bottom: 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .contact-msg {
    font-size: 15px;
  }
}

.service__item .smb-media-text__title + .smb-media-text__body {
  margin-top: 0;
}
.service__item .smb-media-text__title + .smb-media-text__body h3 {
  margin-top: 5px;
}
.service__item .smb-media-text__title + .smb-media-text__body .btn_12 {
  margin: 50px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .service__item .smb-media-text__contents-wrapper {
    margin-top: 30px !important;
  }
  .service__item .smb-media-text__title + .smb-media-text__body h3 {
    margin: 5px 0 20px;
  }
  .service__item .smb-media-text__title + .smb-media-text__body .btn_12 {
    margin: 30px auto 0 !important;
  }
}

/* 全体のコンテナ */
.service-proposal-3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .service-proposal-3 {
    padding: 0;
  }
}

/* 各サービス項目 */
.service-proposal-3__item {
  display: flex;
  align-items: center;
  background: #f3f9e8;
  padding: 30px;
  transition: transform 0.3s ease-in-out;
  border-top: 1px solid #006636;
}

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

/* テキスト部分 */
.service-proposal-3__text {
  flex: 1;
  padding: 0 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .service-proposal-3__text {
    padding: 0;
    text-align: left;
  }
}

/* 番号 */
.service-proposal-3__number {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #8bc121;
  font-size: 14px;
  text-indent: 0.5em;
}

/* タイトル */
.service-proposal-3__title {
  font-size: 24px;
  font-weight: bold;
  color: #006636;
  margin: 5px 0 20px;
  line-height: 1;
}

/* 説明文 */
.service-proposal-3__description {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .service-proposal-3__description {
    font-size: 14px;
  }
}

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

.service-proposal-3__image img {
  max-width: 100%;
}

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

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .service-proposal-3__item {
    flex-direction: column;
    text-align: center;
  }
  .service-proposal-3__image {
    margin-top: 15px;
  }
}
/*ポップアップ------------*/
.c-container.popup-wrapper {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .c-container.popup-wrapper {
    padding: 20px 10px;
  }
}
.c-container.popup-wrapper table {
  font-size: 15px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-container.popup-wrapper table {
    font-size: 13px;
  }
}
.c-container.popup-wrapper table th {
  background-color: #f3f9e8;
  border-bottom: 2px solid #006636;
  color: #006636;
}

.is-layout-constrained > h2.popup-title {
  font-size: 24px;
  font-weight: bold;
  border-left: none;
  background: #006636;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .is-layout-constrained > h2.popup-title {
    font-size: 18px;
  }
}

.c-container.popup-wrapper .wp-block-table {
  margin-top: 10px;
}

.popular-txt {
  display: block;
  font-size: 12px;
  color: #cf2e2e;
  font-weight: bold;
}

.scl-txt {
  display: none;
}
@media screen and (max-width: 767px) {
  .scl-txt {
    text-align: right;
    display: block;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin-top: 10px !important;
    padding-top: 5px;
    border-top: 1px solid #eeeeee;
  }
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: #fff;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background: #f0f0f0;
}

@media screen and (max-width: 767px) {
  .wp-block-table, .wp-block-table .has-fixed-layout {
    white-space: nowrap;
    overflow-x: scroll;
    table-layout: inherit;
    position: relative;
  }
}

/*slider 矢印*/
.lecturer-slider .spider__arrow {
  background: #006636 !important;
  right: -54px;
  top: 118px;
}
@media screen and (max-width: 767px) {
  .lecturer-slider .spider__arrow {
    right: -50px;
    top: 80px;
  }
}

.lecturer-slider .spider__arrow:first-of-type {
  left: -54px;
}
@media screen and (max-width: 767px) {
  .lecturer-slider .spider__arrow:first-of-type {
    left: -50px;
  }
}

.lecturer-slider .c-entry-summary__content {
  height: 75px;
}

.lecturer-slider .c-entry-summary__figure {
  height: 280px;
}
@media screen and (max-width: 767px) {
  .lecturer-slider .c-entry-summary__figure {
    height: 200px;
  }
}

.lecturer-slider .c-entry-summary::after {
  content: "Read more";
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 20px auto 0;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  color: #006636;
  height: 44px;
  padding: 0 2em;
  border: 1px solid #006636;
  transition: 0.2s;
}

.lecturer-slider .c-entry-summary:hover::after {
  color: #fff;
  background: #006636;
}

.lecturer-slider .c-entry-summary__figure {
  position: relative;
}

.lecturer-slider .c-entry-summary .c-entry-summary__figure:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: 10;
}

.lecturer-slider .c-entry-summary:hover .c-entry-summary__figure:before {
  opacity: 0.15;
}

.lecturer-bottom-btn {
  display: none;
}

@media (max-width: 940px) {
  .lecturer-slider .c-entries-carousel .spider__slide {
    max-width: calc(50% - var(--entries--carousel--gap) / 1.5);
  }
}
@media (max-width: 600px) {
  .lecturer-slider .c-entries-carousel .spider__slide {
    max-width: 100%;
  }
}
.single-lecturer .lecturer-bottom-btn {
  display: block;
  font-family: "Roboto", sans-serif;
  margin: 20px auto 0;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  color: #006636;
  height: 44px;
  padding: 0 2em;
  border: 1px solid #006636;
  transition: 0.2s;
}

.single-lecturer .lecturer-bottom-btn:hover {
  background: #006636;
  color: #fff;
}

.popup-wrapper td {
  vertical-align: middle !important;
}

.faq-sub-title {
  font-weight: bold;
}

.cp_qa03 .cp_actab {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  color: #1a1a1a;
}

.cp_qa03 .cp_actab input {
  display: none;
}

/* 質問 */
.cp_qa03 .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 3em;
  cursor: pointer;
  text-indent: 1em;
  background: #f3f9e8;
  color: #1a1a1a;
}

.cp_qa03 .cp_actab label::before {
  content: "Q";
  font-family: serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  font-family: "Roboto", sans-serif;
}

.cp_qa03 .cp_actab label:hover {
  color: #006636;
  transition: all 0.3s;
}

/* --質問の＋アイコン */
.cp_qa03 .cp_actab label::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "+";
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  transition: transform 0.3s;
}

.cp_qa03 .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 2.5em;
  transition: max-height 0.2s ease-in-out, padding 0.2s ease-in-out;
}

.cp_qa03 .cp_actab .cp_actab-content::before {
  position: absolute;
  content: "A";
  font-family: serif;
  font-size: 1.5em;
  margin: 0.4em 0 0 -1em;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.cp_qa03 .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}

/* 質問を開いたときの仕様 */
.cp_qa03 .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  padding: 1em 2.5em;
  transition: max-height 0.2s ease-in-out, padding 0.2s ease-in-out;
  background: #e5f4c8;
  border-top: 1px solid #006636;
}
@media screen and (max-width: 767px) {
  .cp_qa03 .cp_actab input:checked ~ .cp_actab-content {
    padding: 1em 1em 1em 2.5em;
  }
}

/* 質問をクリックした時のアイコンの動き */
.cp_qa03 .cp_actab input:checked ~ label {
  color: #006636;
}

/* 質問をクリックした時の+の動き */
.cp_qa03 .cp_actab input[type=checkbox]:checked + label::after {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}

.menu {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.c-row--lg-margin-l {
  align-items: center;
}

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

.l-footer-widget-area {
  padding-bottom: 0 !important;
}

.footer {
  padding: 0px;
}

.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .footer__container {
    width: 100%;
  }
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .navbar {
    padding: 10px 0px;
  }
}

.logo img {
  height: 40px;
}

.nav-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-menu li {
  margin-left: 20px;
}

.nav-menu a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  transition: color 0.3s;
}

.nav-menu a:hover {
  opacity: 0.7;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .navbar {
    flex-direction: column;
    gap: 10px;
    padding: 10px 0px;
  }
}

.footer_logo img {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .footer_logo img {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-widget-area__item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.nav-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-menu li {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .nav-menu li {
    margin-left: 10px;
  }
}

.nav-menu a {
  text-decoration: none;
  color: #1a1a1a !important;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .nav-menu a {
    font-size: 14px;
  }
}

.nav-menu a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .c-copyright {
    font-size: 11px;
  }
}

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

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

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

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

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

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

.service_item {
  cursor: pointer;
}

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

.fv_message {
  position: relative;
  overflow: hidden;
}

.fv_message img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(100%); /* 背景を暗くする */
}

.fv_message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* グラデーションの範囲を下から60%に制限 */
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.1));
  z-index: 1;
  pointer-events: none;
}

.fv_message .content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 20px;
}

.fv__title {
  position: relative;
  z-index: 3;
  color: white;
  text-align: center;
}

.ceo-proposal-5 {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin: 0 auto;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .ceo-proposal-5 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
}

/* Stickyでスクロール時に固定 */
.ceo-proposal-5__image {
  flex: 1;
  max-width: 40%;
  height: 400px;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.ceo-proposal-5__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .ceo-proposal-5__image {
    max-width: 100%;
    position: relative;
    top: auto;
  }
}

.ceo-proposal-5__content {
  flex: 1.5;
  max-width: 60%;
}
.ceo-proposal-5__content .ceo-proposal-5__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.ceo-proposal-5__content .ceo-proposal-5__text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ceo-proposal-5__content {
    max-width: 100%;
  }
  .ceo-proposal-5__content .ceo-proposal-5__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .ceo-proposal-5__content .ceo-proposal-5__text {
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
  }
}

/* 代表者情報 */
.ceo-proposal-5__profile {
  margin-top: 30px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .ceo-proposal-5__profile {
    margin-top: 10px;
    padding-top: 0;
    text-align: left;
  }
}

.ceo-proposal-5__name {
  font-size: 20px;
  font-weight: bold;
}

.ceo-proposal-5__bio {
  font-size: 14px;
  line-height: 1.6;
}

/*追加CSS
---------------------------------------------------*/
.top-message-wrap .has-sm-darker-gray-background-color {
  opacity: 0.4 !important;
  background: linear-gradient(45deg, rgb(0, 63, 33) 0%, rgb(63, 143, 45) 60%, rgb(75, 104, 18) 100%);
  mix-blend-mode: multiply;
}

.wp-block-snow-monkey-blocks-box.smb-box.cont-full {
  max-width: 100% !important;
}

.top-message-wrap {
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .top-message-wrap .wp-block-cover__image-background {
    background-position: 80% 50% !important;
  }
  .top-message-wrap .has-sm-4-xl-font-size {
    font-size: clamp(20px, 8.2vw, 32px) !important;
  }
  .top-message-wrap .has-sm-l-font-size {
    font-size: 14px !important;
  }
}

/*お悩み*/
.wp-block-snow-monkey-blocks-box.smb-box.cont-full.top-trouble {
  position: relative;
}

.wp-block-snow-monkey-blocks-box.smb-box.cont-full.top-trouble::after {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  background: url(https://jinfree.jp/wp-content/uploads/2025/06/arrow.png) no-repeat center center/contain;
  position: absolute;
  bottom: -75px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 100;
}

.company__overview .c-row .c-row__col {
  width: 100%;
}

.company__overview-line {
  border-bottom: 1px solid #8bc121;
  padding-bottom: 10px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .company__overview-line {
    padding-left: 10px;
  }
}

.about__msg h2 {
  text-align: center;
}

.voice__item-pt {
  padding-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .voice__item-pt {
    padding-top: 15px !important;
  }
}

.curtain__img {
  overflow: hidden;
}

.curtain__img img {
  display: block;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s ease-in-out;
}

.curtain__img img.start-animation {
  transform: scaleX(1);
}

.smb-section-with-bgimage__bgimage-lg {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.smb-section-with-bgimage__bgimage-lg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  transform: translateY(0); /* 初期状態 */
}

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

/*追加CSS*/
.cases__items {
  box-shadow: inherit !important;
  padding: 0 20px;
  border-radius: 10px;
}

.top-case-item {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-case-item {
    padding: 20px 20px;
  }
  .top-case-item .smb-media-text__contents-wrapper {
    margin-top: 10px !important;
  }
}

.top-case-item-table {
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 767px) {
  .top-case-item-table {
    display: block;
  }
}

.top-case-item-table dt, .top-case-item-table dd {
  border-bottom: 1px solid #8bc121;
  padding: 10px 0 10px;
}
@media screen and (max-width: 767px) {
  .top-case-item-table dt, .top-case-item-table dd {
    font-size: 14px;
  }
}

.top-case-item-table dt {
  padding: 10px 30px 10px 0;
  font-weight: bold;
  color: #006636;
}
@media screen and (max-width: 767px) {
  .top-case-item-table dt {
    border-bottom: none;
    padding: 15px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .top-case-item-table dd {
    padding: 5px 0;
  }
}

.top-case-item-table dt:last-of-type, .top-case-item-table dd:last-of-type {
  border-bottom: none;
}

.card {
  position: relative;
  width: 300px;
  min-height: 200px; /* カードの最低高さを設定 */
  background: linear-gradient(213deg, #fff 50%, #f7fed2 50%);
  border-radius: 8px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  /* Flexboxで中央寄せ */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .card {
    width: 100%;
  }
}

.icon {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon img {
  width: 40px;
  height: 40px;
}

.content-text {
  font-size: 14px;
  color: #1a1a1a;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
}

.section__message h2 {
  text-align: center;
}

.content-text {
  margin-bottom: 5px;
}

.content-text.left {
  text-align: left;
  display: grid;
  grid-template-columns: auto 1fr;
}

.content-text::before {
  content: "・";
  display: block;
}

.content-text.ttl {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
  color: #006636;
  font-weight: bold;
}

.content-text.ttl::before {
  display: none;
}

/*アーカイブ・固定ページ ヘッダー*/
.c-page-header[data-has-image=true], .sub-visual-page {
  height: 340px;
}
@media screen and (max-width: 767px) {
  .c-page-header[data-has-image=true], .sub-visual-page {
    height: 190px;
  }
}

.c-page-header__title, .sub-visual-page .smb-section__title {
  font-size: var(--_fluid-font-size);
  line-height: var(--_line-height);
  font-family: "Roboto", sans-serif;
  z-index: 300;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.c-page-header__title::after {
  content: "コラム";
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  font-weight: bold;
}

.post-type-archive-lecturer .c-page-header__title::after {
  content: "講師紹介";
}

.c-page-header__bgimage::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.sub-visual-page .smb-section__lede-wrapper {
  margin-top: 0 !important;
}

.sub-visual-page .smb-section__contents-wrapper > * + * {
  margin-top: 0;
}

.p-archive {
  margin-top: 80px;
}

.c-entries--panel .c-entries__item > a {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.c-entry-summary__title {
  font-weight: bold;
}

.single-post .l-contents, .single-lecturer .l-contents {
  padding: 180px 0 0;
}
@media screen and (max-width: 767px) {
  .single-post .l-contents, .single-lecturer .l-contents {
    padding: 80px 0 0;
  }
}

.single-post .c-entry__title {
  font-size: var(--_fluid-font-size);
  font-size: clamp(28px, 1.66vw, 32px);
  line-height: var(--_line-height);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .single-post .c-entry__title {
    font-size: clamp(18px, 5.64vw, 22px);
  }
}

@media screen and (max-width: 767px) {
  .single-post .c-entry__content p {
    font-size: 14px;
  }
}

.single-post .c-meta__item.c-meta__item--author {
  display: none !important;
}

.single-post .l-contents__inner, .single-lecturer .l-contents__inner {
  max-width: 1025px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .single-post .l-contents__inner, .single-lecturer .l-contents__inner {
    margin: 0 auto 50px;
  }
}

.single-post .c-entry__header {
  display: flex;
  flex-direction: column-reverse;
}
.single-post .c-entry__header .c-entry__meta {
  margin: 0 0 40px;
}
.single-post .c-entry__header .c-entry__meta .c-meta {
  justify-content: flex-end;
}
.single-post .c-entry__header .c-entry__meta .c-meta .c-meta__item.c-meta__item--author,
.single-post .c-entry__header .c-entry__meta .c-meta .c-meta__item.c-meta__item--modified {
  display: none;
}

.single-post .c-eyecatch, .single-lecturer .c-eyecatch {
  margin: 0 auto;
}

.single-post .c-entry__footer .c-prev-next-nav {
  justify-content: center;
}
.single-post .c-entry__footer .c-prev-next-nav__item {
  width: -moz-fit-content;
  width: fit-content;
}
.single-post .c-entry__footer .c-prev-next-nav__item > a {
  background-color: inherit;
  flex: inherit;
  color: #1a1a1a;
  background: #eeeeee;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 140px;
  padding: 15px;
}
.single-post .c-entry__footer .c-prev-next-nav__item > a .c-prev-next-nav__item-figure {
  display: none;
}
.single-post .c-entry__footer .c-prev-next-nav__item > a .c-prev-next-nav__item-title {
  display: none;
}
.single-post .c-entry__footer .c-prev-next-nav__item--next .c-prev-next-nav__item-label,
.single-post .c-entry__footer .c-prev-next-nav__item--prev .c-prev-next-nav__item-label {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single-post .c-entry__footer .c-prev-next-nav {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .single-post .c-entry__footer .c-prev-next-nav .c-prev-next-nav__item:not(:first-child) {
    margin-top: 0;
  }
}

/*講師紹介*/
.single-lecturer .l-contents .c-entry__title {
  text-align: center;
  color: #006636;
  font-weight: bold;
  background: #f3f9e8;
  padding: 10px;
  font-size: 24px;
}
.single-lecturer .l-contents .c-eyecatch {
  max-width: 600px;
}
.single-lecturer .l-contents h2 {
  font-weight: bold;
  font-size: 20px;
}
.single-lecturer .l-contents h3 {
  font-weight: bold;
  border: none;
  margin-bottom: 10px !important;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.single-lecturer .l-contents h3, .single-lecturer .l-contents p {
  padding: 0 20px;
}
.single-lecturer .l-contents h4 {
  padding: 0 20px;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 5px !important;
}
.single-lecturer .l-contents ul {
  list-style: disc;
  padding: 0 40px;
  line-height: 1.4;
}

.single-lecturer h3::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background: #8bc121;
  margin-right: 5px;
}

/*ヘッダー固定*/
.single-post .c-fluid-container, .single-lecturer .c-fluid-container {
  color: #1a1a1a !important;
}

.single-post .c-site-branding__title .custom-logo, .single-lecturer .c-site-branding__title .custom-logo {
  display: block;
}

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

.fv__main {
  position: relative;
}

.fv__msg {
  height: 200px;
  position: absolute;
  bottom: inherit;
  left: 5vw;
  top: calc((100vh - 200px) / 4);
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv__msg {
    width: 80%;
    height: 180px;
    top: 20.51vw;
  }
}

.fv__msg .main-message {
  font-size: clamp(46px, 4.16vw, 80px);
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px; /* 適度な間隔 */
}
@media screen and (max-width: 767px) {
  .fv__msg .main-message {
    font-size: clamp(20px, 8.2vw, 32px);
  }
}

.fv__msg .sub-message {
  font-size: clamp(16px, 1.04vw, 20px);
  color: #fff;
  font-weight: bold;
  line-height: 1.5; /* 可読性向上 */
}
@media screen and (max-width: 767px) {
  .fv__msg .sub-message {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}

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

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

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

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

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

.service_item {
  cursor: pointer;
}

.fv_message {
  position: relative;
  overflow: hidden;
}

.fv_message img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(100%); /* 背景を暗くする */
}

.fv_message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* グラデーションの範囲を下から60%に制限 */
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.1));
  z-index: 1;
  pointer-events: none;
}

.fv_message .content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 20px;
}

.fv__title {
  position: relative;
  z-index: 3;
  color: white;
  text-align: center;
}

.fv__second {
  position: relative;
  min-height: 306px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv__second {
    min-height: 140px !important;
  }
}

/* カーテン用の疑似要素 */
.fv__second::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #006636;
  z-index: 2;
  transition: transform 1s ease-in-out;
  transform: translateX(0); /* 初期状態でカーテンが全体を覆う */
}

/* カーテンがアクティブで左に流れる */
.fv__second.active::before {
  transform: translateX(-100%);
}

.fv__main .wp-block-cover__inner-container {
  min-height: 1347px;
}
@media screen and (max-width: 767px) {
  .fv__main .wp-block-cover__inner-container {
    min-height: 800px;
  }
}

.scroll_down {
  display: block;
  position: absolute;
  bottom: 1187px !important;
  top: calc(100vh - 140px);
  right: 80px;
}
@media screen and (max-width: 767px) {
  .scroll_down {
    right: 20px;
    bottom: calc(100vh - 140px) !important;
    top: 80vh;
  }
}

.scroll_down a {
  position: absolute;
  left: 10px;
  bottom: 87px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffffff;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 160px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 160px;
  background: #ffffff;
}

/*追加CSS*/
.fv__main .has-sm-darkest-gray-background-color {
  mix-blend-mode: multiply;
}

.media__infinity .smb-section__inner .c-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.scroll-infinity {
  width: 100vw;
}

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

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

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

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

.scroll-infinity__item > img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */