@charset "UTF-8";
/*
Component Styles
SEO Service Site - Migrated from WordPress theme
Global styles, Layout, Forms, Buttons, etc.
*/

/* === リセットCSS（WordPressテーマより） === */
*,
*::before,
*::after {
  box-sizing: border-box;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  font-family:
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  color: #0a0a0a;
  overflow-y: auto;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type="date"],
input[type="submit"],
select {
  -webkit-appearance: none;
  appearance: none;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s 0s ease;
}

a:hover {
  opacity: 0.8;
}

#root,
#__next {
  isolation: isolate;
}

/* === ベース設定 === */
html {
  font-size: 62.5%;
}

h1 {
  color: #0c1e84;
}

h2,
h3 {
  color: #0a0a0a;
}

/* === レイアウトクラス（WordPressテーマより） === */
.w-wide {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.w-middle {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

.w-small {
  width: 75%;
  max-width: 740px;
  margin: 0 auto;
}

.inner {
  margin: 0 auto;
}

/* === 表示制御クラス === */
.pc-only {
  display: unset;
}

.sp-only {
  display: none;
}

/* === レスポンシブ対応 === */
@media screen and (max-width: 980px) {
  .w-wide,
  .w-middle,
  .w-small {
    width: 90%;
  }
}

@media screen and (max-width: 680px) {
  .w-wide .w-middle,
  .w-wide .w-small,
  .w-middle .w-middle,
  .w-middle .w-small {
    width: 100%;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: unset;
  }
}

/*!!!!!!! title !!!!!!!!*/

.section__title {
  font-size: var(--titleSize);
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-inline: 1em;
  color: var(--txtColor);
}

.section__title::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 5px;
  background-color: var(--bgColor);
  border-radius: 10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.section__title-text {
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
}

.section__title-white {
  font-size: var(--titleSize);
  color: var(--bgColor);
  font-weight: bold;
  text-align: center;
  background: #fff;
  display: inline-block;
  /* width: min(100%, 450px); */
  padding-inline: 25px;
  box-shadow: 0px 3px 6px #00000029;
}

.section__title-white-text {
  font-weight: bold;
  margin-top: 50px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 3px 6px #00000029;
}

@media screen and (max-width: 959px) {
  .section__title-white-text {
    margin-top: 30px;
  }
}

.section__title-green {
  font-size: var(--titleSize);
  color: #fff;
  line-height: 2.2;
  text-align: center;
  background: var(--mainColor);
  display: inline-block;
  width: min(100%, 450px);
  box-shadow: 0px 3px 6px #00000029;
}

/*!!!!!!! title !!!!!!!!*/

/*!!!!!!! webmaBtn !!!!!!!!*/

.webma {
  width: 120px;
  position: fixed;
  z-index: 100;
  transform: translate(-50%);
  top: 23%;
  left: calc(100% - 61px);
}

@media screen and (max-width: 959px) {
  .webma {
    width: 100%;
    position: fixed;
    z-index: 100;
    transform: translate(0);
    top: auto;
    left: 0;
    bottom: 0;
    background: #fff;
    border: solid 1px #f01;
    padding-block: 10px;
    display: flex;
    justify-content: center;
  }

  .webma img {
    width: min(100%, 200px);
  }
}

@media screen and (max-width: 959px) {
  .webma .large {
    display: none;
  }
}

/*!!!!!!! webmaBtn !!!!!!!!*/

/* ul.list-icon */
ul.list-icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  width: calc(130px * 8);
  margin: 30px auto auto;
}

ul.list-icon li {
  list-style: none;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: self-end;
  padding-bottom: 1em;
  text-align: center;
}

ul.list-icon .icon01 {
  background: #fff url(/img/ind01.svg) no-repeat;
  background-size: 50px;
  background-position: top 20px center;
}

ul.list-icon .icon02 {
  background: #fff url(/img/ind02.svg) no-repeat;
  background-size: 50px;
  background-position: top 13px center;
  line-height: 1.2;
}

ul.list-icon .icon03 {
  background: #fff url(/img/ind03.svg) no-repeat;
  background-size: 50px;
  background-position: top 20px center;
}

ul.list-icon .icon04 {
  background: #fff url(/img/ind04.svg) no-repeat;
  background-size: 50px;
  background-position: top 20px center;
}

ul.list-icon .icon05 {
  background: #fff url(/img/ind05.svg) no-repeat;
  background-size: 50px;
  background-position: top 20px center;
}

ul.list-icon .icon06 {
  background: #fff url(/img/ind06.svg) no-repeat;
  background-size: 50px;
  background-position: top 20px center;
}

ul.list-icon .icon07 {
  background: #fff url(/img/ind07.svg) no-repeat;
  background-size: 50px;
  background-position: top 20px center;
}

ul.list-icon .icon08 {
  background: #fff url(/img/ind08.svg) no-repeat;
  background-size: 50px;
  background-position: top 20px center;
}

ul.list-icon .icon09 {
  background: #fff url(/img/ind09.svg) no-repeat;
  background-size: 50px;
  background-position: top 20px center;
}

ul.list-icon .icon10 {
  background: #fff url(/img/ind10.svg) no-repeat;
  background-size: 50px;
  background-position: top 20px center;
}

ul.list-icon .icon11 {
  background: #fff url(/img/ind11.svg) no-repeat;
  background-size: 50px;
  background-position: top 20px center;
}

ul.list-icon .icon12 {
  background: #fff url(/img/ind12.svg) no-repeat;
  background-size: 50px;
  background-position: top 20px center;
}

ul.list-icon .icon13 {
  background: #fff url(/img/ind13.svg) no-repeat;
  background-size: 50px;
  background-position: top 20px center;
}

ul.list-icon .icon14 {
  background: #fff url(/img/ind14.svg) no-repeat;
  background-size: 50px;
  background-position: top 20px center;
}

ul.list-icon .icon15 {
  background: #fff url(/img/ind15.svg) no-repeat;
  background-size: 50px;
  background-position: top 20px center;
}

ul.list-icon li.icon16 {
  align-items: center;
  padding-bottom: 0;
}

@media screen and (max-width: 959px) {
  ul.list-icon {
    width: 100%;
  }
}

/* 質問 */
.qa .actab {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  color: #1b2538;
}

.qa .actab input {
  display: none;
}

.qa .actab label {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 30px 50px;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: #fff;
}

@media screen and (max-width: 959px) {
  .qa .actab label {
    padding: 1em 3em 1em 2em;
    font-size: 16px;
  }
}

.qa .actab label::before {
  content: "Q";
  font-size: var(--titleSize);
  color: #ff6200;
  padding-right: 0.5em;
}

@media screen and (max-width: 959px) {
  .qa .actab label::before {
    margin-left: -0.7em;
  }
}

.qa .actab label:hover {
  color: var(--mainColor);
  transition: all 0.3s;
}

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

/* 答え */
.qa .actab .actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  border-radius: 0 0 0.5em 0.5em;
  transition: max-height 0.2s;
}

.qa .actab .actab-content p {
  border-radius: 10px;
  display: block;
  width: 100%;
  background-color: #aee6ca1a;
  padding: 25px;
}

/* 質問を開いた時の仕様 */
/* --答えの高さ */
.qa .actab input:checked ~ .actab-content {
  max-height: 40em;
  background-color: #fff;
  padding: 0 50px 25px;
}

/* 質問をクリックした時のアイコンの動き */
.qa .actab input:checked ~ label {
  color: #00838f;
  border-radius: 0.5em 0.5em 0 0;
}

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

/* 必須・任意のスタイル */
.form-contact .required,
.form-contact .optional {
  font-size: 12px;
  margin-left: 8px;
  padding: 3px 10px;
  border-radius: 3px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.form-contact .required {
  color: #fff;
  background-color: #ff4444;
}

.form-contact .optional {
  color: #fff;
  background-color: #00bfa5;
}

/***** CTA ボタン ******/
.buttton-wrap {
  text-align: center;
  margin-top: 50px;
}

.button {
  position: relative;
  display: inline-block;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.5;
  padding: 20px 30px 20px 40px;
  width: min(80%, 450px);
  transition: 0.3s;
  text-decoration: none;
  color: #3c3c3c;
  border-radius: 2.5rem;
  background: var(--btnColor);
  box-shadow: 0px 3px 6px #00000029;
  z-index: 10;
}

.button p {
  margin: 0;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    1px 2px 0 #fff,
    0 -1px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff;
  font-size: 1.9rem;
}

@media screen and (max-width: 959px) {
  .button p {
    font-size: clamp(1rem, 0.679rem + 1.37vw, 1.5rem);
  }
}

.button::before {
  position: absolute;
  content: url("/img/cta.svg");
  top: -40%;
  left: -5%;
}

/* スライダーのスタイル */
.slider {
  margin: 50px auto;
  max-width: 980px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 6px #00000029;
  border-radius: 10px;
  position: relative;
}

/* Slickのslick-listと同等のラッパー */
.slick-list {
  overflow: hidden;
  position: relative;
  min-height: 400px;
}

/* すべてのスライドを同じ高さに */
.slick-list .child {
  min-height: 400px;
  display: flex;
  flex-direction: column;
}

.slide-title {
  text-align: center;
  padding: 10px;
  width: 20em;
  height: auto;
  border-radius: 2em;
  font-weight: bold;
  color: #fff;
  background: var(--emColor);
  margin: 0 auto;
  margin-top: 2em;
}

.slider-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 3em 4em;
  max-width: 960px;
}

.slider-container .dslide-img {
  line-height: 2;
  width: min(100%, 360px);
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text {
  width: calc(100% - 400px);
}

@media screen and (max-width: 959px) {
  .text {
    width: 100%;
    margin-top: 10px;
  }
}

/*  arrow カスタマイズするcss */
.slide-arrow {
  bottom: 0;
  top: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  width: 60px;
}

.slide-arrow img {
  max-width: none;
  display: block;
}

@media screen and (max-width: 959px) {
  .slide-arrow {
    transform: translateY(-50%);
    bottom: 55%;
    top: auto;
  }

  .voice .slide-arrow {
    transform: translateY(-50%);
    bottom: 70%;
    top: auto;
  }
}

.prev-arrow {
  left: -30px;
  z-index: 10;
}

.next-arrow {
  right: -30px;
  z-index: 10;
}

@media screen and (max-width: 959px) {
  .prev-arrow {
    left: 5px;
    width: 30px;
  }

  .next-arrow {
    right: 5px;
    width: 30px;
  }
}

/* dotsを丸くカスタマイズするCSS */
.dots-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 47%;
  margin-block: 20px;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 959px) {
  .dots-wrap {
    right: 25%;
    transform: translate(-50%);
  }
}

.dots-wrap li {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background: #ececec;
  border-radius: 50%;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #337967;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* まずはお問い合わせください部分 */
.st-cta {
  margin-top: 0 !important;
  font-size: 1.8rem;
  text-align: center;
  background-color: #d2e4ff;
  padding: 6rem 0;
  position: relative;
}

.st-cta:before {
  content: "contact";
  display: block;
  font-size: 20rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #fff;
  color: #d2e4ff;
  position: absolute;
  top: 50%;
  left: -5rem;
  transform: translateY(-50%);
}

.st-cta .inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  position: relative;
}

.st-cta_txt {
  text-align: center;
}

.st-cta_txt h2,
.st-cta_txt h2:first-letter {
  font-size: 4rem;
  text-align: center;
  position: relative;
  font-style: normal;
  font-weight: 700;
  color: #0c1e84;
  padding-bottom: 1rem;
}

.st-cta_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

/* === よくある質問一覧（WordPressテーマより） === */
.qa-list {
  font-weight: 700;
  font-size: 1.6rem;
}

.qa-list dl {
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  border-bottom: 1px solid #d2e4ff;
}

.qa-list .question {
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
}

.qa-list .answer {
  display: flex;
  align-items: center;
}

.qa-list .question:before,
.qa-list .answer:before {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  width: 4rem;
  height: 4rem;
  border-radius: 50vw;
  font-size: 28px;
}

.qa-list .question:before {
  content: "Q";
  background-color: #0c1e84;
  color: #fff;
}

.qa-list .answer:before {
  content: "A";
  background-color: #fff;
  border: 1px solid #0c1e84;
  color: #0c1e84;
}

.qa-list .question span,
.qa-list .answer .txt-box {
  display: block;
  width: calc(100% - 4rem);
  margin-left: 1rem;
}

.qa-list .answer .txt-box {
  font-weight: normal;
}

.qa-list .answer p:not(:first-child) {
  margin-top: 1em;
}

/* === メンバー一覧（WordPressテーマより） === */
.member-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  gap: 3rem;
}

.member-list li {
  width: 100%;
}

.member-list figure {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}

.member-list img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.member-list figcaption {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
}

.member-list figcaption span {
  font-size: 1.4rem;
  color: #929292;
}

@media screen and (max-width: 680px) {
  .member-list {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

/* === 実績一覧（WordPressテーマより） === */
.post-list {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.st-article a {
  display: grid;
  gap: 1rem;
  grid-template-columns: auto;
}

.st-article_img img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  overflow: hidden;
  border: 1px solid #0c1e84;
  border-radius: 10px;
}

.st-article_title {
  font-size: 2rem;
}

.st-article_contents {
  margin-top: 0.5rem;
}

@media screen and (max-width: 980px) {
  .st-article_contents {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 680px) {
  .post-list {
    gap: 3rem;
    grid-template-columns: 1fr;
  }

  .st-article_title {
    font-size: 1.6rem;
  }
}

/* === サブCTAボタン（WordPressテーマより） === */
.st-subcta_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 2rem;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  flex-wrap: wrap;
}

.st-subcta_btn a {
  padding: 1rem 3rem;
  border-radius: 50vw;
  border: 1px solid #0c1e84;
  color: #0c1e84;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 20rem;
}

.st-subcta_btn a:hover {
  background-color: #0c1e84;
  color: #fff;
}

@media screen and (max-width: 980px) {
  .st-subcta_btn a {
    padding-left: 4rem;
    justify-content: center;
  }
}

@media screen and (max-width: 680px) {
  .st-subcta_btn {
    flex-direction: column;
    gap: 2rem;
    font-size: 1.4rem;
  }

  .st-subcta_btn li {
    width: 100%;
  }

  .st-subcta_btn a {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 1rem;
  }
}

.st-cta_btn .contact a {
  background-color: #fff500;
}

.st-cta_btn .tel a {
  color: #fff;
  background-color: #0c1e84;
}

.st-cta_btn a span {
  font-size: 1.6rem;
}

.st-cta_btn a em {
  font-size: 3.2rem;
}

.st-cta_btn li a {
  width: 40rem;
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  outline: 1px solid #fff;
  outline-offset: -0.4rem;
  transition: 0.5s;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 980px) {
  .st-cta {
    font-size: 1.4rem;
    padding: 4rem 0;
  }
  .st-cta_btn li a {
    width: 30rem;
    height: 7rem;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 680px) {
  .st-cta {
    overflow: hidden;
  }
  .st-cta:before {
    font-size: 8rem;
    left: 50%;
    top: 3rem;
    transform: translate(-50%, 0);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  }
  .st-cta .inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .st-cta_txt h2,
  .st-cta_txt h2:first-letter {
    font-size: 2.4rem;
    padding-bottom: 2rem;
  }
  .st-cta_btn li {
    width: 100%;
    font-size: 1.4rem;
  }
  .st-cta_btn li a {
    width: 100%;
    font-size: 1.4rem;
  }
  .st-cta_btn li a {
    width: 100%;
    font-size: 1.4rem;
  }
  .st-cta_btn a span {
    font-size: 1.4rem;
  }
  .st-cta_btn a em {
    font-size: 2.4rem;
  }
}

/* === WordPress Gallery Block Styles === */
/* wp-block-gallery 基本スタイル */
.wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* is-layout-flex レイアウト */
.wp-block-gallery.is-layout-flex,
.wp-block-gallery.wp-block-gallery-is-layout-flex {
  display: grid;
}

/* columns-2 レイアウト */
.wp-block-gallery.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

/* has-nested-images スタイル */
.wp-block-gallery.has-nested-images figure {
  margin: 0;
  width: 100%;
  display: block;
}

/* is-cropped スタイル - PC用 */
.wp-block-gallery.is-cropped figure img {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
  display: block;
}

/* wp-block-image 内の画像 */
.wp-block-gallery .wp-block-image {
  margin: 0;
  display: block;
  width: 100%;
}

.wp-block-gallery .wp-block-image img {
  width: 100%;
  display: block;
}

.wp-block-gallery .wp-block-image figcaption {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
  color: #666;
}

/* タブレット用調整 */
@media screen and (max-width: 980px) {
  .wp-block-gallery {
    gap: 16px;
  }
  
  .wp-block-gallery.is-cropped figure img {
    height: auto;
    max-height: 200px;
  }
}

/* スマートフォン用調整 - 重要：縦一列にする */
@media screen and (max-width: 768px) {
  .wp-block-gallery,
  .wp-block-gallery.columns-2,
  .wp-block-gallery.sp-gallery-gird-1,
  .wp-block-gallery.is-layout-flex,
  .wp-block-gallery.wp-block-gallery-is-layout-flex {
    grid-template-columns: 1fr !important;
    display: grid !important;
    gap: 20px;
    max-width: none;
    width: 100%;
  }
  
  .wp-block-gallery .wp-block-image,
  .wp-block-gallery.has-nested-images figure {
    width: 100% !important;
    flex: none !important;
    margin: 0;
  }
  
  .wp-block-gallery.is-cropped figure img {
    height: auto;
    width: 100%;
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
  }
}

/* 小型スマートフォン用 */
@media screen and (max-width: 480px) {
  .wp-block-gallery {
    gap: 12px;
  }
  
  .wp-block-gallery.is-cropped figure img {
    height: auto;
    max-height: 180px;
  }
}

/* サイズ調整 */
.wp-block-image.size-large {
  max-width: 100%;
}

/* === その他のユーティリティ === */
/* reCAPTCHA保護マークを非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

/* === 固定ページ共通部分（WordPressテーマより） === */
.page-mv {
  height: 10rem;
  background-color: #d2e4ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-mv h1 {
  font-size: 3.2rem;
  text-align: center;
  color: #0c1e84;
}

.page-content .page-main > * {
  margin-top: 5rem;
}

.page-content main,
.page-content .page-main {
  margin-top: 5rem;
  margin-bottom: 10rem;
}

/* === 背景色クラス === */
.bg_blue {
  background-color: #0c1e84;
}

.bg_sky {
  background-color: #f0f6ff;
}

.bg_line {
  background-image:
    linear-gradient(
      0deg,
      transparent calc(100% - 1px),
      #f5f5f5 calc(100% - 1px)
    ),
    linear-gradient(
      90deg,
      transparent calc(100% - 1px),
      #f5f5f5 calc(100% - 1px)
    );
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}

.bg_white {
  background-color: #fff;
}

/* === パンくずリスト（WordPressテーマより） === */
#breadcrumbs {
  font-size: 1.4rem;
  padding: 8rem 0 1rem;
  margin-bottom: 0;
}

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

#breadcrumbs a:hover {
  color: #0c1e84;
}

/* === ページネーション（WordPressテーマより） === */
.wp-pagenavi {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 7rem;
}

.wp-pagenavi .current,
.wp-pagenavi a {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c1e84;
  background-color: #d2e4ff;
  border-radius: 5px;
  border: none;
}

.wp-pagenavi a:hover {
  background-color: #0c1e84;
  color: #fff;
}

.wp-pagenavi .current {
  background-color: #0c1e84;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .page-mv {
    height: 7rem;
  }

  .page-mv h1 {
    font-size: 2.4rem;
  }

  .page-content main,
  .page-content .page-main {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 680px) {
  .wp-pagenavi {
    margin-top: 5rem;
  }
}
