@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  cursor: pointer;
  display: block;
  text-decoration: none;
}
a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  overflow-x: clip;
}

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

.is-md {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-md {
    display: block;
  }
}

/***************************************
index
****************************************/
.l-inner {
  width: min(100% - 20px, 1326px);
  margin-inline: auto;
}

.l-inner__content {
  width: min(100%, 1200px);
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100px;
}
@media screen and (max-width: 576px) {
  .header {
    height: 60px;
  }
}

.header-logo {
  width: 283px;
  margin-left: 1rem;
}
@media screen and (max-width: 576px) {
  .header-logo {
    width: 198px;
    margin-left: 1.25rem;
  }
}

.header-nav {
  margin-left: auto;
  margin-right: 1.125rem;
}

.header-nav-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.5;
  position: relative;
}

.header-nav-item {
  padding-inline: 1.5rem;
  -webkit-transform: skewX(139deg);
          transform: skewX(139deg);
  font-size: 0.875rem;
  line-height: 1.7142857143;
  position: relative;
}
.header-nav-item + .header-nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 1px;
  height: 14px;
  top: 8px;
}
@media screen and (max-width: 1200px) {
  .header-nav-item + .header-nav-item::before {
    top: 2px;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav-item {
    font-size: 0.625rem;
    padding-inline: 0.625rem;
  }
}

.header-nav-item:nth-child(4) {
  padding-inline: 1.125rem;
  padding-right: 1.0625rem;
}
@media screen and (max-width: 1200px) {
  .header-nav-item:nth-child(4) {
    padding-inline: 0.625rem;
  }
}

.header-nav-item:nth-child(5) {
  padding-inline: 1.875rem;
}
@media screen and (max-width: 1200px) {
  .header-nav-item:nth-child(5) {
    padding-inline: 0.625rem;
  }
}

.header-nav-link {
  display: block;
  -webkit-transform: skewX(-135deg);
          transform: skewX(-135deg);
  line-height: 1.25;
}

/***************************************
index
****************************************/
body {
  background-color: #fafafa;
}

@media screen and (max-width: 576px) {
  .c-fluid-container {
    padding-inline: 0rem !important;
  }
}

.column-section {
  padding-inline: 1.25rem !important;
}

.home .l-contents__inner {
  margin-top: 1.875rem;
}

.l-contents__inner {
  margin-top: 0;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-page-header {
  display: none;
}

.fv-title .smb-section__title {
  text-shadow: 4px 0px 2px rgba(89, 88, 88, 0.6);
  margin-top: -20%;
}

.fv-button a {
  width: 16.25rem;
}

@media screen and (max-width: 576px) {
  .c-container {
    padding-inline: 1.25rem;
  }
}

.smb-section-with-bgimage__bgimage {
  max-width: 100% !important;
}

.c-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 1.25rem;
}

.c-breadcrumbs__item a {
  display: inline;
}

.c-breadcrumbs__item:not(:first-child) {
  padding-left: 0.625rem;
}

.l-contents__inner {
  padding: 20px !important;
}

.smb-items__item {
  padding-inline: 1.25rem;
}

@media screen and (max-width: 992px) {
  .smb-section-break-the-grid__figure {
    padding-inline: 1.25rem;
  }
}

.l-footer-widget-area__item .company-btn {
  margin-top: 0.625rem;
}

.l-footer-widget-area__item .company-btn a {
  width: 250px;
  max-width: 100%;
}

.wp-widget-group__inner-blocks {
  text-align: center;
}

.wp-widget-group__inner-blocks .smb-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer__footer .c-row--between {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer__footer {
  background-color: #0274b6 !important;
}

.c-copyright {
  color: #fff;
  text-align: center;
}

.c-page-top {
  background-color: #0234e8;
}

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

@media screen and (max-width: 576px) {
  .smb-section__inner {
    padding-inline: 0.625rem;
  }
}

.category-button a {
  /* 要素の表示方法とサイズ関連 */
  display: inline-block; /* 横並びかつpaddingやwidth/heightの指定を可能にする */
  padding: 20px 35px; /* 上下方向の余白(8px)と左右方向の余白(20px)。値は適宜調整してください。 */
  width: 290px;
  max-width: 100%;
  /* 背景と形状 */
  background-color: #ffffff; /* 背景色を白に（画像は少しクリームがかっている可能性もありますが、#ffffff で調整開始） */
  border: none; /* デフォルトの枠線をなくす */
  border-radius: 50vh; /* 角を大きく丸めてカプセル型にする。高さの50%を半径にするイメージ。より確実に丸くするには 9999px など大きな値でも良いです。 */
  /* テキストスタイル */
  color: #333333 !important; /* テキストの色を濃いグレーに（画像に合わせて調整） */
  font-weight: bold; /* 文字の太さを太字に（画像に合わせて調整） */
  white-space: nowrap; /* テキストが改行されないようにする */
  /* 影のスタイル */
  /* box-shadow: [水平方向オフセット] [垂直方向オフセット] [ぼかし距離] [広がり距離] [影の色]; */
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1); /* 画像のような、右下にわずかに広がる薄い影 */
  /* その他の設定 */
  cursor: pointer; /* マウスカーソルを指マークにする（ボタンらしく見せるため） */
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; /* ホバー時の影の変化を滑らかにするアニメーション */
}
@media screen and (max-width: 576px) {
  .category-button a {
    width: 335px;
    max-width: 100%;
    text-align: center;
    gap: 0.625rem;
  }
}

.category-button .wp-block-columns {
  gap: 0;
}

.new-item .c-entries {
  --entries--item-width: 50%;
}
@media screen and (max-width: 768px) {
  .new-item .c-entries {
    --entries--item-width: 100%;
  }
}

.new-item .c-entry-summary {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.new-item .c-entry-summary__figure {
  /* Flexアイテムとしてのサイズ指定 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* これが重要：テキストが長くても画像コンテナが縮小されないようにする */
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px; /* 画像コンテナの基準幅。この値で画像の横幅が決まる。適宜調整してください。 */
  width: 120px; /* flex-basis の代わり、または古いブラウザのために指定 */
  /* 画像コンテナ内のレイアウト */
  margin-right: 20px; /* 画像とテキストの間の右側の余白。gapを使わない場合に指定。 */
  overflow: hidden; /* 指定したサイズを超えた画像のはみ出しを隠す */
}

.new-item .c-entry-summary__title {
  font-size: 0.875rem;
}

@media screen and (max-width: 576px) {
  .c-entries .c-entry-summary__term {
    position: static !important;
  }
}

@media screen and (max-width: 576px) {
  .category .c-entry-summary {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 0.625rem;
  }
}

@media screen and (max-width: 576px) {
  .category .c-entries--simple .c-entry-summary__figure {
    width: 40% !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (max-width: 576px) {
  .c-entries--simple .c-entry-summary__figure {
    float: none;
  }
}

.spider__arrow {
  background-color: #0274b6;
}

.spider__arrow[data-direction=prev] {
  top: 35% !important;
}

.spider__arrow[data-direction=prev]:before {
  border-bottom: 1px solid #ffffff !important;
  border-left: 1px solid #ffffff !important;
}

.spider__arrow[data-direction=next] {
  top: 35% !important;
}

.spider__arrow[data-direction=next]:before {
  border-right: 1px solid #ffffff !important;
  border-top: 1px solid #ffffff !important;
}

.category .wp-block-heading {
  padding: 5px 10px;
  font-size: 20px;
  line-height: 1.3;
  z-index: -1;
  color: #333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: 0px !important;
}

.category .c-entry-summary__title {
  font-size: 0.875rem;
}

.category .smb-items__item {
  padding: 0;
}

.wp-singular .c-page-header__title {
  display: none;
}

.c-entry-summary__term--category-8 {
  background-color: #0274b6;
}

.common-btn {
  width: min(100%, 550px);
}
@media screen and (max-width: 768px) {
  .common-btn {
    padding-block: 1.25rem;
  }
}

@media screen and (max-width: 1200px) {
  .contact-btn {
    margin-top: 1.25rem !important;
  }
}

/* リンクボタン全体のスタイル */
@media screen and (max-width: 1200px) {
  .contact-link-wrapper {
    display: block !important;
  }
}

.contact-btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* テキストと矢印を横並びにする */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 上下中央揃えにする */
  color: #333;
  font-size: 26px;
  font-weight: 700;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding-left: 1.875rem !important;
}
@media screen and (max-width: 768px) {
  .contact-btn-link {
    font-size: 1.125rem;
    text-align: left;
    padding-left: 0 !important;
  }
}

/* 円と矢印のコンテナ */
.arrow-icon {
  position: relative; /* 矢印（::before, ::after）の基準点となる */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 円のスタイル */
  width: 50px; /* 円の直径 */
  height: 50px; /* 円の直径 */
  border-radius: 50%; /* 正円にする */
  margin-left: auto;
  background-color: #0274b6; /* 最初から塗りつぶしておく */
  border: 2px solid #0274b6; /* 枠線も同色で用意 */
  /* アニメーションを滑らかにする設定 */
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 576px) {
  .arrow-icon {
    width: 40px; /* 円の直径 */
    height: 40px; /* 円の直径 */
  }
}

/* 矢印を形成する線（ご提示のCSSを流用・調整） */
.arrow-icon::before,
.arrow-icon::after {
  content: "";
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 4px;
  border-radius: 9999px;
  /* 2. 矢印の色を白にする */
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

/* 矢印の角度を調整 */
.arrow-icon::before {
  -webkit-transform: translate(-40%, -50%) rotate(45deg);
          transform: translate(-40%, -50%) rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.arrow-icon::after {
  -webkit-transform: translate(-40%, -50%) rotate(-45deg);
          transform: translate(-40%, -50%) rotate(-45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

/* ----- ここからホバーエフェクト ----- */
/* 円部分のホバーアニメーション【塗りつぶしを解除】 */
.contact-btn-link:hover .arrow-icon {
  /* 3. ホバー時に背景を透明にする */
  background-color: transparent;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/* 矢印部分のホバーアニメーション【色を青に】 */
.contact-btn-link:hover .arrow-icon::before,
.contact-btn-link:hover .arrow-icon::after {
  /* 4. ホバー時に矢印の色をアクセントカラーに戻す */
  background-color: #0274b6;
}

@media screen and (max-width: 576px) {
  .wp-singular .c-entries {
    --entries--item-width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .wp-singular .c-entries .c-entry-summary__figure {
    width: 100%;
  }
}

.category-sp .c-entries__item {
  padding: 0 !important;
}

.category-sp .c-entry-summary__body {
  padding: 10px;
}

.category-sp h3 {
  font-size: 26px;
}/*# sourceMappingURL=style.css.map */