@charset "UTF-8";
.link-card-bg .bg-img img {
  transform: scale(1);
  transition: 0.4s;
}
.link-card-bg .bg-img img:hover {
  transform: scale(1.1);
}

.section-component1 .lower .card-item {
  transition: 0.4s;
  transition: 0.4s;
}
.section-component1 .lower .card-item:hover {
  box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.25);
}
.section-component1 .lower .card-item:hover {
  transform: translate(-2px, -2px);
}

.fade-in {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.8s;
}

.fade-in.animated {
  transform: translate(0, 0);
  opacity: 1;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #454545;
}

.main {
  padding-top: 132px;
}
@media screen and (max-width: 1300px) {
  .main {
    padding-top: 125px;
  }
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 0;
  }
}

.container {
  overflow-x: hidden;
}

.section {
  display: block;
  margin: 0 auto;
  width: 75%;
}
@media screen and (max-width: 1025px) {
  .section {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .section {
    width: 90%;
  }
}

.entry-content {
  display: block;
  padding: 0 12.5%;
}
@media screen and (max-width: 1025px) {
  .entry-content {
    padding: 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .entry-content {
    padding: 0 5%;
  }
}
@media screen and (min-width: 1440px) {
  .entry-content {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
  }
}

.bg-text {
  position: relative;
}
.bg-text img {
  position: relative;
  z-index: 0;
  height: clamp(60px, 13vw, 150px);
}

.section,
.top-fv {
  position: relative;
}

.scroll {
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .scroll {
    width: 45px;
  }
}

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

.img-pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  .img-pc {
    display: none;
  }
}

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

.img-container {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin: 36px;
}
@media screen and (max-width: 767px) {
  .img-container {
    flex-direction: column;
  }
}
.img-container .left {
  display: flex;
  flex-direction: column;
}
.img-container .right {
  display: flex;
  flex-direction: column;
}
.img-container p.caption {
  margin: 0;
}

/* 1. 画像の基本ルール ── 幅を親いっぱいに、比率は維持 */
.img-container img {
  width: 50%;
  height: auto;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .img-container img {
    width: 100%;
  }
}

/* 2. コンテナを横並び → 小さい画面では縦並び */
.img-container {
  display: flex;
  gap: 36px;
  margin: 36px;
  /* ─ 子要素の幅を “1列＝50%” に固定 ─ */
  /* モバイル（幅 ≤ 640px）は 1 列に */
}
@media (max-width: 640px) {
  .img-container {
    flex-direction: column;
  }
  .img-container > * {
    flex-basis: 100%;
  }
}

/* 3. キャプション用の縦積み補助（任意） */
.left,
.right {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .left,
  .right {
    width: 100%;
  }
}
.left img,
.right img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 3.28px;
}

p {
  font-style: normal;
  font-weight: 400;
  line-height: 185%;
  letter-spacing: 0.64px;
}

.entry-content {
  font-style: normal;
  font-weight: 400;
  line-height: 185%;
  letter-spacing: 0.64px;
}

h1.title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: clamp(24px, 2.2vw, 32px);
  width: 100%;
  height: clamp(116px, 16.5vw, 237px);
  background-image: linear-gradient(rgba(69, 98, 123, 0.43), rgba(69, 98, 123, 0.43)), url("../img/photon/jiyugaoka-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 30%;
  color: white;
}
h1.title span {
  color: white;
}

h2.title {
  font-size: 2rem;
}

.breadcrumb a span {
  color: #209142;
}
.breadcrumb a span:hover, .breadcrumb a span:focus {
  color: #004799;
  text-decoration: underline;
  text-underline-offset: 2px;
}

p.text,
.entry-content > p {
  font-size: 1rem;
}
p.text a,
.entry-content > p a {
  color: #209142;
}
p.text a:hover, p.text a:focus,
.entry-content > p a:hover,
.entry-content > p a:focus {
  color: #004799;
  text-decoration: underline;
  text-underline-offset: 2px;
}
p.text span.caption,
.entry-content > p span.caption {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4px;
}

.entry-content > a {
  color: #209142;
}
.entry-content > a:hover, .entry-content > a:focus {
  color: #004799;
  text-decoration: underline;
  text-underline-offset: 2px;
}

span.white {
  color: white;
}
span.green {
  color: #1C8E3E;
}
span.yellow {
  color: #FAE202;
}
span.red {
  color: #D8392B;
}
span.blue {
  color: #1B70AF;
}
span.orange {
  color: #D47911;
}
span.gray {
  color: #B9B9B9;
}
span.bold {
  font-weight: bold;
}
span.small {
  font-size: 0.8rem;
}
span.medium {
  font-size: 1.2rem;
}
span.large {
  font-size: 1.5rem;
}
span.extra_large {
  font-size: 1.8rem;
}
span.line--yellow {
  text-decoration-line: underline; /* 下線に切替え */
  text-decoration-thickness: 6px; /* 線の太さ */
  text-underline-offset: -1px; /* ベースラインからの距離を微調整 */
  text-decoration-skip-ink: none;
  text-decoration-color: #FFF7B7;
}
span.line--green {
  text-decoration-line: underline; /* 下線に切替え */
  text-decoration-thickness: 6px; /* 線の太さ */
  text-underline-offset: -1px; /* ベースラインからの距離を微調整 */
  text-decoration-skip-ink: none;
  text-decoration-color: #D0EDD9;
}
span.line--blue {
  text-decoration-line: underline; /* 下線に切替え */
  text-decoration-thickness: 6px; /* 線の太さ */
  text-underline-offset: -1px; /* ベースラインからの距離を微調整 */
  text-decoration-skip-ink: none;
  text-decoration-color: #DAE8F3;
}
span.line--gray {
  text-decoration-line: underline; /* 下線に切替え */
  text-decoration-thickness: 6px; /* 線の太さ */
  text-underline-offset: -1px; /* ベースラインからの距離を微調整 */
  text-decoration-skip-ink: none;
  text-decoration-color: #EBEBEB;
}

.entry-content h2.title,
.entry-content h3.title,
.entry-content h4.title,
.entry-content h5.title,
.entry-content p.text,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content p {
  margin: 36px 0;
}

.entry-content h2.title,
.entry-content h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.96px;
  align-items: center;
  align-self: stretch;
  border-left: solid 4px #209142;
  padding: 10px 20px;
  background-color: white;
  border-bottom: 2px solid #D1DBE2;
}

.entry-content h3.title,
.entry-content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
  padding: 10px 0;
  /* --- 線を描く ----------------------------- */
  background: linear-gradient(to right, #209142 0%, #209142 15%, #D1DBE2 15%, #D1DBE2 100%);
  background-size: 100% 2px;
  background-position: bottom left;
  background-repeat: no-repeat;
}

.entry-content h4.title,
.entry-content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.72px;
  padding: 10px 0;
  /* --- 線を描く ----------------------------- */
  background: linear-gradient(to right, #209142 0%, #209142 15%, #ffffff 15%, #ffffff 100%);
  background-size: 100% 2px;
  background-position: bottom left;
  background-repeat: no-repeat;
}

.entry-content h5.title,
.entry-content h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
  padding: 10px 0;
  /* --- 線を描く ----------------------------- */
  background: linear-gradient(to right, #D1DBE2 0%, #D1DBE2 15%, #ffffff 15%, #ffffff 100%);
  background-size: 100% 2px;
  background-position: bottom left;
  background-repeat: no-repeat;
}

.entry-content p.text,
.entry-content p {
  font-size: 1.04rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.96px;
}

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

.hsp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .hsp-br {
    display: initial;
  }
}

.tb-br {
  display: none;
}
@media screen and (max-width: 1025px) {
  .tb-br {
    display: initial;
  }
}

.htb-br {
  display: none;
}
@media screen and (max-width: 1300px) {
  .htb-br {
    display: initial;
  }
}

.nsp-br {
  display: initial;
}
@media screen and (max-width: 767px) {
  .nsp-br {
    display: none;
  }
}

.triangle-right {
  width: 0px;
  height: 0px;
  border: solid 0.5rem transparent;
  border-left: solid 0.5rem #666666;
  transform: translateX(50%) scaleX(173.2%);
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* ページ内リンク（#〜）の飛び先すべて */
[id] {
  scroll-margin-top: 133px; /* 固定ヘッダーの高さ */
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.5em; /* 黒丸・番号が見えるように */
  margin: 1em 0;
}
.entry-content ul {
  list-style: disc;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content li {
  margin: 0.3em 0;
}

/* === テキスト色 === */
.has-photon-yellow-color {
  color: #FAE202;
}

.has-photon-green-color {
  color: #209142;
}

.has-photon-green-deep-color {
  color: #2B7F1B;
}

.has-photon-navy-color {
  color: #3F5362;
}

.has-photon-navy-pale1-color {
  color: #43596C;
}

.has-photon-navy-pale2-color {
  color: #A8B6C1;
}

.has-font-black-color {
  color: #454545;
}

.has-pure-red-color {
  color: #ff0000;
}

.has-pure-blue-color {
  color: #0000ff;
}

/* === 背景色（マーカー・背景用） === */
.has-photon-yellow-background-color {
  background-color: #FAE202;
}

.has-photon-green-background-color {
  background-color: #209142;
}

.has-photon-green-deep-background-color {
  background-color: #2B7F1B;
}

.has-photon-navy-background-color {
  background-color: #3F5362;
}

.has-photon-navy-pale1-background-color {
  background-color: #43596C;
}

.has-photon-navy-pale2-background-color {
  background-color: #A8B6C1;
}

.has-font-black-background-color {
  background-color: #454545;
}

.has-pure-red-background-color {
  background-color: #ff0000;
}

.has-pure-blue-background-color {
  background-color: #0000ff;
}

.entry-content strong {
  color: inherit;
}

/* =================================================================== */
/* ヘッダー */
/* =================================================================== */
.header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 1000;
  background-color: white;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  border-bottom: solid 1px #3F5362;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .header {
    position: relative;
    width: 100%;
  }
}

.header__upper {
  box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .header__upper {
    max-width: 100%;
    width: 100%;
  }
}

.header__upper-left,
.header__upper-right {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header__upper-left {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .header__upper-right {
    width: 52%;
  }
}

.header__upper-left {
  justify-content: left;
}

.header__upper-right {
  justify-content: right;
}
@media screen and (max-width: 767px) {
  .header__upper-right {
    flex-direction: column;
  }
}

.header__lower {
  max-width: 1250px;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .header__lower {
    width: 100%;
  }
}

.header__logo {
  display: flex;
  padding: 4px 2rem;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .header__logo {
    padding: 0;
    padding: 4px 20px;
  }
  .header__logo img {
    width: 100%;
    height: auto;
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 100%;
    min-width: 100px;
    padding: 0 4px 0 6px;
  }
  .header__logo img {
    height: 5vw;
    min-height: 28px;
  }
}

.header__site-title {
  font-size: 0.9rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 130%;
  margin: 0;
  padding: 0;
  color: #777777;
  background-color: white;
}
@media screen and (max-width: 1300px) {
  .header__site-title {
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1300px) {
  .header__site-title {
    display: none;
  }
}

.header__contact-wrapper {
  background-color: white;
  text-align: center;
  padding: 0.6rem 0.9rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.header__contact-wrapper .header__contact {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header__contact-wrapper .header__contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #3F5362;
  text-decoration: none;
}
.header__contact-wrapper .header__contact-info .number {
  font-size: 1.3rem;
  font-weight: bold;
}
.header__contact-wrapper .header__contact-info .number:hover {
  text-decoration: underline;
  color: #209142;
}
.header__contact-wrapper .header__contact-info .time {
  font-size: 1rem;
}
@media screen and (max-width: 1300px) {
  .header__contact-wrapper .header__contact-info .number {
    font-size: 15px;
    font-weight: bold;
  }
  .header__contact-wrapper .header__contact-info .time {
    font-size: 12px;
    letter-spacing: 0.34px;
  }
}
.header__contact-wrapper .header__contact::before {
  font-family: "FontAwesome";
  content: "\f095";
  color: #3F5362;
  font-size: 1.6rem;
  padding-right: 0.8rem;
}
.header__contact-wrapper:hover {
  background-color: white;
}
.header__contact-wrapper:hover .header__contact {
  background-color: white;
}
.header__contact-wrapper:hover .header__contact::before {
  background-color: white;
}
@media screen and (max-width: 1300px) {
  .header__contact-wrapper {
    padding: 0.6rem 0.5rem 0.6rem 0;
  }
  .header__contact-wrapper .header__contact {
    font-size: 0.7rem;
  }
  .header__contact-wrapper .header__contact::before {
    font-size: 1.4rem;
    padding: 0;
    padding-right: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .header__contact-wrapper {
    padding: 3px 0;
  }
  .header__contact-wrapper .header__contact {
    font-size: 10px;
  }
}

.header__action-wrapper {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header__action-wrapper {
    width: 100%;
  }
}

.header__action {
  display: flex;
  margin: 0;
  padding: 0;
}

.header__action li {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .header__action li {
    width: 33%;
  }
}
.header__action li:nth-child(1) a::before {
  font-family: "FontAwesome";
  content: "\f52b";
}
.header__action li:nth-child(2) a::before {
  font-family: "FontAwesome";
  content: "\f518";
}
.header__action li:nth-child(3) a::before {
  font-family: "FontAwesome";
  content: "\e012";
}
.header__action li a::before {
  background-color: transparent;
  font-size: 1.6rem;
  padding-right: 0.8rem;
}
@media screen and (max-width: 1300px) {
  .header__action li a::before {
    font-size: 1.4rem;
    padding: 0;
    padding-right: 0.35rem;
  }
}

.header__action a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: bold;
  text-align: center;
  padding: 0.6rem 0.9rem;
  height: 100%;
  background-color: #888888;
}
.header__action a:link, .header__action a:visited {
  color: white;
  text-decoration: none;
  border: solid 1px white;
}
.header__action a:hover, .header__action a:active {
  color: white;
  background-color: #209142;
  text-decoration: none;
}
.header__action a:hover::before, .header__action a:active::before {
  color: white;
  background-color: #209142;
}
@media screen and (max-width: 1300px) {
  .header__action a {
    font-size: 0.7rem;
  }
  .header__action a::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__action a {
    padding: 4px 1px;
    font-size: 10px;
  }
}

.header__action li:nth-child(1) a {
  background-color: #3F5362;
  color: white;
}
.header__action li:nth-child(1) a::before {
  color: white;
}
.header__action li:nth-child(1) a:hover, .header__action li:nth-child(1) a:active {
  background-color: #209142;
  color: white;
}
.header__action li:nth-child(1) a:hover::before, .header__action li:nth-child(1) a:active::before {
  background-color: #209142;
  color: white;
}
.header__action li:nth-child(2) a {
  background-color: #f5f5f5;
  color: #3F5362;
}
.header__action li:nth-child(2) a::before {
  color: #3F5362;
}
.header__action li:nth-child(2) a:hover, .header__action li:nth-child(2) a:active {
  background-color: #209142;
  color: white;
}
.header__action li:nth-child(2) a:hover::before, .header__action li:nth-child(2) a:active::before {
  background-color: #209142;
  color: white;
}
.header__action li:nth-child(3) a {
  background-color: rgba(32, 145, 66, 0.8);
  color: white;
}
.header__action li:nth-child(3) a::before {
  color: white;
}
.header__action li:nth-child(3) a:hover, .header__action li:nth-child(3) a:active {
  background-color: #209142;
  color: white;
}
.header__action li:nth-child(3) a:hover::before, .header__action li:nth-child(3) a:active::before {
  background-color: #209142;
  color: white;
}

.header__global {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.header__global li {
  list-style: none;
  flex-grow: 1;
  flex-shrink: 0;
}
.header__global li:nth-child(1) a::before {
  font-family: "FontAwesome";
  content: "\f0eb";
}
.header__global li:nth-child(2) a::before {
  font-family: "FontAwesome";
  content: "\f19d";
}
.header__global li:nth-child(3) a::before {
  font-family: "FontAwesome";
  content: "\f5a2";
}
.header__global li:nth-child(4) a::before {
  font-family: "FontAwesome";
  content: "\f133";
}
.header__global li:nth-child(5) a::before {
  font-family: "FontAwesome";
  content: "\f086";
}
.header__global li:nth-child(6) a::before {
  font-family: "FontAwesome";
  content: "\f508";
}
.header__global li:nth-child(7) a::before {
  font-family: "FontAwesome";
  content: "\f059";
}
.header__global li:nth-child(8) a::before {
  font-family: "FontAwesome";
  content: "\f1ae";
}
.header__global li a::before {
  display: inline-block;
  background-color: white;
  color: #3F5362;
  font-size: 1.6rem;
  padding-right: 12.3px;
}
@media screen and (max-width: 1300px) {
  .header__global li a::before {
    font-size: 1.4rem;
    padding: 0;
    padding-bottom: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .header__global li a::before {
    font-size: 1.4rem;
    padding: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1300px) {
  .header__global li {
    width: 10%;
    height: 12.1%;
  }
}
@media screen and (max-width: 767px) {
  .header__global li {
    width: 25%;
    height: auto;
  }
}

.header__global a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: bold;
  text-align: center;
  height: 2rem;
  padding: 0.8rem 1.85rem;
  border: solid 0.5px #dddddd;
  box-sizing: content-box;
}
.header__global a:link, .header__global a:visited {
  color: #3F5362;
  text-decoration: none;
}
.header__global a:hover, .header__global a:active {
  color: white;
  background-color: #3F5362;
}
.header__global a:hover::before, .header__global a:active::before {
  color: white;
  background-color: #3F5362;
}
@media screen and (max-width: 1300px) {
  .header__global a {
    flex-direction: column;
    justify-content: center;
    font-size: 0.7rem;
    line-height: 1.25;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .header__global a {
    font-size: 0.63rem;
    padding: 0.75rem 0;
  }
}

.header__global-wrapper ul.header__global .current-menu-item a:link, .header__global-wrapper ul.header__global .current-menu-item a:visited, .header__global-wrapper ul.header__global .current-menu-item a::before,
.header__global-wrapper ul.header__global .current_page_item a:link,
.header__global-wrapper ul.header__global .current_page_item a:visited,
.header__global-wrapper ul.header__global .current_page_item a::before,
.header__global-wrapper ul.header__global .current-page-ancestor a:link,
.header__global-wrapper ul.header__global .current-page-ancestor a:visited,
.header__global-wrapper ul.header__global .current-page-ancestor a::before,
.header__global-wrapper ul.header__global .current-post-ancentor a:link,
.header__global-wrapper ul.header__global .current-post-ancentor a:visited,
.header__global-wrapper ul.header__global .current-post-ancentor a::before,
.header__global-wrapper ul.header__global .current-menu-parent a:link,
.header__global-wrapper ul.header__global .current-menu-parent a:visited,
.header__global-wrapper ul.header__global .current-menu-parent a::before,
.header__global-wrapper ul.header__global .current-post-parent a:link,
.header__global-wrapper ul.header__global .current-post-parent a:visited,
.header__global-wrapper ul.header__global .current-post-parent a::before,
.header__action-wrapper ul.header__action .current-menu-item a:link,
.header__action-wrapper ul.header__action .current-menu-item a:visited,
.header__action-wrapper ul.header__action .current-menu-item a::before,
.header__action-wrapper ul.header__action .current_page_item a:link,
.header__action-wrapper ul.header__action .current_page_item a:visited,
.header__action-wrapper ul.header__action .current_page_item a::before,
.header__action-wrapper ul.header__action .current-page-ancestor a:link,
.header__action-wrapper ul.header__action .current-page-ancestor a:visited,
.header__action-wrapper ul.header__action .current-page-ancestor a::before,
.header__action-wrapper ul.header__action .current-post-ancentor a:link,
.header__action-wrapper ul.header__action .current-post-ancentor a:visited,
.header__action-wrapper ul.header__action .current-post-ancentor a::before,
.header__action-wrapper ul.header__action .current-menu-parent a:link,
.header__action-wrapper ul.header__action .current-menu-parent a:visited,
.header__action-wrapper ul.header__action .current-menu-parent a::before,
.header__action-wrapper ul.header__action .current-post-parent a:link,
.header__action-wrapper ul.header__action .current-post-parent a:visited,
.header__action-wrapper ul.header__action .current-post-parent a::before {
  color: white;
  background-color: #209142;
  border-color: #209142;
}

/* =================================================================== */
/* フッター */
/* =================================================================== */
.footer {
  background-color: #556D82;
}
.footer .footer__upper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EEE;
  padding: 32px 5%;
}
@media screen and (max-width: 767px) {
  .footer .footer__upper {
    flex-direction: column;
  }
}
.footer .footer__middle {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 32px 5%;
}
@media screen and (max-width: 767px) {
  .footer .footer__middle {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__middle {
    padding: 16px 2%;
  }
}
.footer .footer__middle-right {
  display: flex;
}
@media screen and (max-width: 1025px) {
  .footer .footer__middle-right {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__middle-right {
    flex-direction: row;
  }
}
.footer .footer__lower {
  display: flex;
  justify-self: center;
  align-items: center;
  padding: 32px 5%;
}
.footer .footer__lower p.copyright {
  color: white;
}

.footer__logo {
  display: block;
  width: 100%;
  width: 18.75vw;
  margin-right: clamp(32px, 9.72vw, 140px);
  max-width: 270px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 2rem 0;
    max-width: 200px;
    margin: 0;
  }
}

.footer__sitemap--generated {
  display: block;
  color: #fff;
  padding: 0 3rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer__sitemap--generated {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .footer__sitemap--generated {
    width: 30%;
  }
}
.footer__sitemap--generated h2 {
  display: none;
}
.footer__sitemap--generated ul {
  margin: 0;
}
.footer__sitemap--generated li {
  list-style: none;
  font-size: 14px;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .footer__sitemap--generated li {
    font-size: 12px;
  }
}
.footer__sitemap--generated .children {
  padding-left: 1rem;
}
.footer__sitemap--generated a:visited, .footer__sitemap--generated a:link {
  color: #fff;
}
.footer__sitemap--generated a:hover {
  color: #209142;
}
@media screen and (max-width: 767px) {
  .footer__sitemap--generated {
    border: none;
    border-bottom: solid 0.1rem #fff;
    padding: 1rem 3rem;
  }
}
.footer__sitemap--generated .wsp-pages-list,
.footer__sitemap--generated .wsp-categories-list {
  /* ★ 第一階層 li を 2 列段組みに ★ */
  column-count: 2; /* ← 必要な列数だけ指定 */
  column-gap: 2rem; /* 列間余白 */
}

.footer__address,
.footer__phone {
  display: block;
  color: white;
  border-left: solid 1px #fff;
}
.footer__address p,
.footer__phone p {
  color: white;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .footer__address,
  .footer__phone {
    border: none;
    border-bottom: solid 0.1rem #fff;
    padding: 2rem 1rem 4rem 1rem;
  }
  .footer__address p,
  .footer__phone p {
    margin: 0;
  }
}

.footer__sisters {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-left: solid 1px #556D82;
  gap: clamp(12px, 4.3vw, 62px);
  padding: 0 clamp(12px, 4.3vw, 62px);
}
@media screen and (max-width: 767px) {
  .footer__sisters {
    border: none;
    padding: 0;
  }
}

.footer__sitemap--generated,
.footer__phone,
.footer__address {
  padding: 18px 3vw;
}

.footer__sitemap--generated {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .footer__sitemap--generated {
    padding: 18px 3vw;
  }
}

.footer__address {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .footer__address {
    padding: 18px 3vw;
  }
}

.footer__logo_online,
.footer__logo_lumion,
.footer__logo_kobetsu {
  display: block;
  max-width: 20rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1025px) {
  .footer__logo_online,
  .footer__logo_lumion,
  .footer__logo_kobetsu {
    display: flex;
    align-items: center;
    max-width: 20rem;
  }
}

.footer__logo_online {
  width: clamp(100px, 15vw, 216px);
}

.footer__logo_lumion {
  width: clamp(100px, 9.65vw, 139px);
  transform: translateY(clamp(-3px, -0.2vw, -8px));
}

.footer__logo_kobetsu {
  width: clamp(100px, 14.3vw, 206px);
  transform: translateY(clamp(5px, 0.2vw, 10px));
}

@media screen and (max-width: 767px) {
  .footer__logo_online,
  .footer__logo_lumion,
  .footer__logo_kobetsu {
    width: 100%;
  }
}

/* フッターサイトマップ：子階層のインデント */
.wsp-pages-list .sub-menu {
  margin-left: 1.5em;
  padding-left: 0;
}

/* =================================================================== */
/* =====================================
共通パーツ：more-button
===================================== */
.more-button,
.more-button-left {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .more-button,
  .more-button-left {
    font-size: 14px;
  }
}

.more-button-left {
  justify-content: flex-start;
}

.more-button--white {
  color: white;
}

.more-button--navy {
  color: #3F5362;
}

.more-button::after {
  content: "";
  background: url(../img/parts/circle_right_green_small.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 10px;
}

.more-button-left::before {
  content: "";
  background: url(../img/parts/circle_left_white_small.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.more-button--green::after {
  background: url(../img/parts/circle_right_green_small.png) no-repeat center;
  background-size: contain;
}

.more-button--navy::after {
  background: url(../img/parts/circle_right_navy_small.png) no-repeat center;
  background-size: contain;
}

.more-button--white::after {
  background: url(../img/parts/circle_right_white_small.png) no-repeat center;
  background-size: contain;
}

/* =====================================
共通パーツ：more-button-block（もっと見るボタンの四角いバージョン）
===================================== */
.more-button-block-right,
.more-button-block-left {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 16px 20px;
  line-height: 150%;
  border-radius: 4px;
  border: 1px solid #AEAEAE;
  background: white;
}
@media screen and (max-width: 1025px) {
  .more-button-block-right,
  .more-button-block-left {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.more-button-block-right span.caption,
.more-button-block-left span.caption {
  display: block;
  position: absolute;
  width: 200%;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .more-button-block-right span.caption,
  .more-button-block-left span.caption {
    width: 100%;
  }
}
@media screen and (max-width: 1025px) {
  .more-button-block-right span.caption,
  .more-button-block-left span.caption {
    font-size: 12px;
  }
}
.more-button-block-right span.caption.green,
.more-button-block-left span.caption.green {
  color: #209142;
}
.more-button-block-right span.caption.gray,
.more-button-block-left span.caption.gray {
  color: #8F8F8F;
}

.more-button-block-left span.caption {
  top: -32px;
  left: 0;
}

.more-button-block-right span.caption {
  top: -32px;
  right: 0;
  text-align: right;
}

@media screen and (max-width: 1025px) {
  .more-button-block-left span.caption,
  .more-button-block-right span.caption {
    top: -28px;
  }
}
@media screen and (max-width: 767px) {
  .more-button-block-left span.caption,
  .more-button-block-right span.caption {
    top: -38px;
    line-height: 1.4;
  }
}

.more-button-block-right::after {
  content: "";
  background: url(../img/parts/circle_right_green_medium.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-left: 20px;
}
@media screen and (max-width: 1025px) {
  .more-button-block-right::after {
    margin-left: 10px;
  }
}

.more-button-block-left::before {
  content: "";
  background: url(../img/parts/circle_left_white_medium.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 20px;
}
@media screen and (max-width: 1025px) {
  .more-button-block-left::before {
    margin-right: 10px;
  }
}

/* =====================================
共通パーツ：link-card-bg

概要：背景画像付きのカード型リンク

全体(a.link-card-bg)
===================================== */
.link-card-bg {
  position: relative;
  height: clamp(247px, 25vw, 337px);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
  width: 50%;
  max-width: 478px;
}
@media screen and (max-width: 767px) {
  .link-card-bg {
    max-width: 612px;
    width: 100%;
  }
}
.link-card-bg .bg-img,
.link-card-bg h3.title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.link-card-bg .bg-img {
  width: 100%;
  height: 100%;
}
.link-card-bg .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.link-card-bg h3.title {
  color: white;
  font-size: clamp(1.25rem, 3vw, 2rem);
  letter-spacing: 5.12px;
}
.link-card-bg .more-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 15px;
  line-height: 150%;
}
@media screen and (max-width: 1025px) {
  .link-card-bg .more-button {
    letter-spacing: 1px;
  }
}

/* =====================================
共通パーツ：link-card-icon

概要：アイコン付きのカード型リンク

全体(a.link-card)
===================================== */
.link-card-icon {
  background-color: white;
  overflow: hidden;
  border-radius: 10px;
  height: clamp(200px, 15vw, 310px);
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: none;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
  background-image: url("../img/parts/bg_rectangle_navy_pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
@media screen and (max-width: 1025px) {
  .link-card-icon {
    background-image: url("../img/parts/bg_rectangle_navy_tb.png");
  }
}
@media screen and (max-width: 500px) {
  .link-card-icon {
    background-image: url("../img/parts/bg_rectangle_navy_sp.png");
  }
}
.link-card-icon a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.link-card-icon h3.title {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  letter-spacing: 5.12px;
  width: 100%;
}
.link-card-icon h3.title.two-rows {
  top: 10px;
}
@media screen and (max-width: 767px) {
  .link-card-icon h3.title {
    font-size: clamp(1rem, 2vw, 1.25rem);
  }
}
.link-card-icon p.caption {
  display: inline-block;
  width: 80%;
  position: absolute;
  color: white;
  text-align: center;
  line-height: 150%;
  left: 50%;
  bottom: 3%;
  transform: translate(-50%, 0px);
  font-size: clamp(10px, 1.1vw, 16px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .link-card-icon p.caption {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .link-card-icon p.caption {
    font-size: clamp(10px, 1.5vw, 13px);
  }
}
.link-card-icon.keys h3.title {
  top: 0px;
}
.link-card-icon.keys h3.title span {
  font-size: clamp(12.5px, 1.25vw, 15px);
  letter-spacing: 1px;
}
.link-card-icon .icon {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(80px, 30%, 132px);
}
.link-card-icon .icon img {
  width: 100%;
}
.link-card-icon .more-button {
  position: absolute;
  bottom: 5%;
  right: 10px;
}
@media screen and (max-width: 500px) {
  .link-card-icon .more-button {
    display: none;
  }
}

.card-container .link-card-icon.dummy.card-item {
  display: none;
}
@media screen and (max-width: 1025px) {
  .card-container .link-card-icon.dummy.card-item {
    display: block;
    background: none;
    box-shadow: none;
    border: none;
  }
}

/* =====================================
共通パーツ：content-box

要素
・全体(section.content-box)
    ・タイトル全体(div.title-wrapper)
        ・アイコン(span.icon > i.fa-solid)
        ・見出し(h2.title)
    ・本文(p.text)：1つ以上
    ・もっと見るボタン(div.more-button > a)：無い場合も
===================================== */
.content-box {
  padding: 20px;
  border-radius: 10px;
  width: 50%;
  max-width: 549px;
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  .content-box {
    width: 100%;
  }
}
.content-box--white {
  background-color: white;
}
.content-box--shadow {
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
}
.content-box .title-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .content-box .title-wrapper {
    padding-bottom: 16px;
  }
}
.content-box h2.title {
  font-size: clamp(1.25rem, 2.2vw, 2rem);
}
@media screen and (max-width: 767px) {
  .content-box h2.title {
    letter-spacing: 1.9px;
  }
}
.content-box span.icon i.fa-solid {
  font-size: clamp(1.25rem, 3.5vw, 2.2rem);
  line-height: 150%;
  color: #209142;
  padding-right: 20px;
}
.content-box p.text {
  padding: 0 10px;
}
.content-box .more-button {
  padding-top: 2rem;
}

/* =====================================
共通レイアウト：section-component1

要素
・全体(section-component1)
　・上部(upper)
　・下部(lower)
===================================== */
.section-component1 .upper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(25px, 6.7vw, 80px);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .section-component1 .upper {
    flex-direction: column;
  }
}
.section-component1 .lower .card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1025px) {
  .section-component1 .lower .card-container {
    gap: 2vw;
  }
}
.section-component1 .lower .card-item {
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
  width: 24%;
  max-width: 302px;
  height: clamp(200px, 30vw, 260px);
}
@media screen and (max-width: 1025px) {
  .section-component1 .lower .card-item {
    width: 48%;
  }
}

.breadcrumb {
  display: flex;
  justify-content: center;
  background-color: #F5F5F5;
  width: 100%;
  padding: 0.4rem 0;
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 1025px) {
  .breadcrumb {
    margin-bottom: 1rem;
  }
}

.breadcrumb__inner {
  width: 75%;
}
@media screen and (max-width: 1025px) {
  .breadcrumb__inner {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb__inner {
    width: 90%;
  }
}
@media screen and (min-width: 1440px) {
  .breadcrumb__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
  }
}

.breadcrumb__top:before {
  font-family: "FontAwesome";
  content: "\f015";
}

.button-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
  margin: 81px 0;
  padding-top: 19px;
  border-top: solid 1px #E0E0E0;
}
@media screen and (max-width: 1025px) {
  .button-container {
    gap: 52px;
  }
}

.button-container__upper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.button-container__lower {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .button-container__lower {
    gap: 20px;
  }
}

.right-button-container {
  display: flex;
  gap: 36px;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .right-button-container {
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
  }
}

.pagination {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .pagination {
    width: 95%;
  }
}
.pagination nav.pagination {
  width: 100%;
}
.pagination nav.pagination .nav-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pagination nav.pagination .nav-links .page-numbers {
  border: solid 0.5px #636363;
  padding: 0.5rem 1rem;
  color: #636363;
  text-decoration: none;
}
.pagination nav.pagination .nav-links .page-numbers:hover {
  border: solid 0.5px #209142;
  color: #209142;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .pagination nav.pagination .nav-links .page-numbers {
    padding: 0.3rem 0.7rem;
  }
}
.pagination nav.pagination .nav-links .dots {
  border: solid 0.5px transparent;
}
.pagination nav.pagination .nav-links .dots:hover {
  border: solid 0.5px transparent;
  color: #636363;
  text-decoration: none;
}
.pagination nav.pagination .nav-links .current {
  border: solid 0.5px #209142;
  padding: 0.5rem 1rem;
  color: #ffffff;
  background-color: #209142;
}
.pagination nav.pagination .nav-links .current:hover {
  border: solid 0.5px #209142;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .pagination nav.pagination .nav-links .current {
    padding: 0.3rem 0.7rem;
  }
}

/* ハンバーガーボタン全体 -------------------------------- */
.header__hamburger {
  padding: 22px 12px;
  background-color: #209142;
  border: none;
  cursor: pointer;
  z-index: 100;
}

/* 中央線 ------------------------------------------------ */
.header__hamburger .bar {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  background: white; /* ここが中央線の色 */
  border-radius: 2px;
}

/* 上下の線（疑似要素）----------------------------------- */
.header__hamburger .bar::before,
.header__hamburger .bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: white; /* ← 固定色にしたので消えない */
  border-radius: 2px;
  transition: transform 0.25s ease;
}

.header__hamburger .bar::before {
  top: -10px;
}

.header__hamburger .bar::after {
  top: 10px;
}

/* 開いた時：中央線を消し，残り 2 本を × に --------------- */
.header__hamburger.open .bar {
  background: transparent;
}

.header__hamburger.open .bar::before {
  transform: translateY(10px) rotate(45deg); /* 平行移動＋回転 */
}

.header__hamburger.open .bar::after {
  transform: translateY(-10px) rotate(-45deg);
}

.header__drawer-wrapper {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__drawer-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .header__drawer-wrapper.open {
    display: block;
  }
}

.header__drawer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header__drawer li {
  list-style: none;
  height: 36px;
  flex-grow: 1;
  flex-shrink: 0;
  width: 33%;
  height: 90px;
}
.header__drawer li:nth-child(1) a::before {
  font-family: "FontAwesome";
  content: "\f52b";
}
.header__drawer li a::before {
  display: inline-block;
  background-color: #3F5362;
  color: white;
  font-size: 1.6rem;
  padding-right: 12.3px;
  font-size: 22px;
  padding: 0;
  padding-top: 18px;
  padding-bottom: 10px;
}
.header__drawer li:nth-child(2) a::before {
  font-family: "FontAwesome";
  content: "\f518";
}
.header__drawer li a::before {
  display: inline-block;
  background-color: #EDEDED;
  color: #3F5362;
  font-size: 1.6rem;
  padding-right: 12.3px;
  font-size: 22px;
  padding: 0;
  padding-top: 18px;
  padding-bottom: 10px;
}
.header__drawer li:nth-child(3) a::before {
  font-family: "FontAwesome";
  content: "\e012";
}
.header__drawer li a::before {
  display: inline-block;
  background-color: #209142;
  color: white;
  font-size: 1.6rem;
  padding-right: 12.3px;
  font-size: 22px;
  padding: 0;
  padding-top: 18px;
  padding-bottom: 10px;
}
.header__drawer li:nth-child(4) a::before {
  font-family: "FontAwesome";
  content: "\f0eb";
}
.header__drawer li a::before {
  display: inline-block;
  background-color: white;
  color: #3F5362;
  font-size: 1.6rem;
  padding-right: 12.3px;
  font-size: 22px;
  padding: 0;
  padding-top: 18px;
  padding-bottom: 10px;
}
.header__drawer li:nth-child(5) a::before {
  font-family: "FontAwesome";
  content: "\f19d";
}
.header__drawer li a::before {
  display: inline-block;
  background-color: white;
  color: #3F5362;
  font-size: 1.6rem;
  padding-right: 12.3px;
  font-size: 22px;
  padding: 0;
  padding-top: 18px;
  padding-bottom: 10px;
}
.header__drawer li:nth-child(6) a::before {
  font-family: "FontAwesome";
  content: "\f5a2";
}
.header__drawer li a::before {
  display: inline-block;
  background-color: white;
  color: #3F5362;
  font-size: 1.6rem;
  padding-right: 12.3px;
  font-size: 22px;
  padding: 0;
  padding-top: 18px;
  padding-bottom: 10px;
}
.header__drawer li:nth-child(7) a::before {
  font-family: "FontAwesome";
  content: "\f133";
}
.header__drawer li a::before {
  display: inline-block;
  background-color: white;
  color: #3F5362;
  font-size: 1.6rem;
  padding-right: 12.3px;
  font-size: 22px;
  padding: 0;
  padding-top: 18px;
  padding-bottom: 10px;
}
.header__drawer li:nth-child(8) a::before {
  font-family: "FontAwesome";
  content: "\f304";
}
.header__drawer li a::before {
  display: inline-block;
  background-color: white;
  color: #3F5362;
  font-size: 1.6rem;
  padding-right: 12.3px;
  font-size: 22px;
  padding: 0;
  padding-top: 18px;
  padding-bottom: 10px;
}
.header__drawer li:nth-child(9) a::before {
  font-family: "FontAwesome";
  content: "\f086";
}
.header__drawer li a::before {
  display: inline-block;
  background-color: white;
  color: #3F5362;
  font-size: 1.6rem;
  padding-right: 12.3px;
  font-size: 22px;
  padding: 0;
  padding-top: 18px;
  padding-bottom: 10px;
}
.header__drawer li:nth-child(10) a::before {
  font-family: "FontAwesome";
  content: "\f508";
}
.header__drawer li a::before {
  display: inline-block;
  background-color: white;
  color: #3F5362;
  font-size: 1.6rem;
  padding-right: 12.3px;
  font-size: 22px;
  padding: 0;
  padding-top: 18px;
  padding-bottom: 10px;
}
.header__drawer li:nth-child(11) a::before {
  font-family: "FontAwesome";
  content: "\f059";
}
.header__drawer li a::before {
  display: inline-block;
  background-color: white;
  color: #3F5362;
  font-size: 1.6rem;
  padding-right: 12.3px;
  font-size: 22px;
  padding: 0;
  padding-top: 18px;
  padding-bottom: 10px;
}
.header__drawer li:nth-child(12) a::before {
  font-family: "FontAwesome";
  content: "\f1ae";
}
.header__drawer li a::before {
  display: inline-block;
  background-color: white;
  color: #3F5362;
  font-size: 1.6rem;
  padding-right: 12.3px;
  font-size: 22px;
  padding: 0;
  padding-top: 18px;
  padding-bottom: 10px;
}
.header__drawer li:nth-child(1) a {
  background-color: #3F5362;
}
.header__drawer li:nth-child(1) a:link, .header__drawer li:nth-child(1) a:visited {
  color: white;
  text-decoration: none;
}
.header__drawer li:nth-child(1) a:link::before, .header__drawer li:nth-child(1) a:visited::before {
  background-color: transparent;
  color: white;
}
.header__drawer li:nth-child(1) a:hover, .header__drawer li:nth-child(1) a:active {
  color: white;
  background-color: #209142;
}
.header__drawer li:nth-child(1) a:hover::before, .header__drawer li:nth-child(1) a:active::before {
  color: white;
}
.header__drawer li:nth-child(2) a {
  background-color: #EDEDED;
}
.header__drawer li:nth-child(2) a:link, .header__drawer li:nth-child(2) a:visited {
  color: #3F5362;
  text-decoration: none;
}
.header__drawer li:nth-child(2) a:link::before, .header__drawer li:nth-child(2) a:visited::before {
  background-color: transparent;
  color: #3F5362;
}
.header__drawer li:nth-child(2) a:hover, .header__drawer li:nth-child(2) a:active {
  color: white;
  background-color: #209142;
}
.header__drawer li:nth-child(2) a:hover::before, .header__drawer li:nth-child(2) a:active::before {
  color: white;
}
.header__drawer li:nth-child(3) a {
  background-color: #209142;
}
.header__drawer li:nth-child(3) a:link, .header__drawer li:nth-child(3) a:visited {
  color: white;
  text-decoration: none;
}
.header__drawer li:nth-child(3) a:link::before, .header__drawer li:nth-child(3) a:visited::before {
  background-color: transparent;
  color: white;
}
.header__drawer li:nth-child(3) a:hover, .header__drawer li:nth-child(3) a:active {
  color: white;
  background-color: #209142;
}
.header__drawer li:nth-child(3) a:hover::before, .header__drawer li:nth-child(3) a:active::before {
  color: white;
}
.header__drawer li:nth-child(4) a {
  background-color: white;
}
.header__drawer li:nth-child(4) a:link, .header__drawer li:nth-child(4) a:visited {
  color: #3F5362;
  text-decoration: none;
}
.header__drawer li:nth-child(4) a:link::before, .header__drawer li:nth-child(4) a:visited::before {
  background-color: transparent;
  color: #3F5362;
}
.header__drawer li:nth-child(4) a:hover, .header__drawer li:nth-child(4) a:active {
  color: white;
  background-color: #209142;
}
.header__drawer li:nth-child(4) a:hover::before, .header__drawer li:nth-child(4) a:active::before {
  color: white;
}
.header__drawer li:nth-child(5) a {
  background-color: white;
}
.header__drawer li:nth-child(5) a:link, .header__drawer li:nth-child(5) a:visited {
  color: #3F5362;
  text-decoration: none;
}
.header__drawer li:nth-child(5) a:link::before, .header__drawer li:nth-child(5) a:visited::before {
  background-color: transparent;
  color: #3F5362;
}
.header__drawer li:nth-child(5) a:hover, .header__drawer li:nth-child(5) a:active {
  color: white;
  background-color: #209142;
}
.header__drawer li:nth-child(5) a:hover::before, .header__drawer li:nth-child(5) a:active::before {
  color: white;
}
.header__drawer li:nth-child(6) a {
  background-color: white;
}
.header__drawer li:nth-child(6) a:link, .header__drawer li:nth-child(6) a:visited {
  color: #3F5362;
  text-decoration: none;
}
.header__drawer li:nth-child(6) a:link::before, .header__drawer li:nth-child(6) a:visited::before {
  background-color: transparent;
  color: #3F5362;
}
.header__drawer li:nth-child(6) a:hover, .header__drawer li:nth-child(6) a:active {
  color: white;
  background-color: #209142;
}
.header__drawer li:nth-child(6) a:hover::before, .header__drawer li:nth-child(6) a:active::before {
  color: white;
}
.header__drawer li:nth-child(7) a {
  background-color: white;
}
.header__drawer li:nth-child(7) a:link, .header__drawer li:nth-child(7) a:visited {
  color: #3F5362;
  text-decoration: none;
}
.header__drawer li:nth-child(7) a:link::before, .header__drawer li:nth-child(7) a:visited::before {
  background-color: transparent;
  color: #3F5362;
}
.header__drawer li:nth-child(7) a:hover, .header__drawer li:nth-child(7) a:active {
  color: white;
  background-color: #209142;
}
.header__drawer li:nth-child(7) a:hover::before, .header__drawer li:nth-child(7) a:active::before {
  color: white;
}
.header__drawer li:nth-child(8) a {
  background-color: white;
}
.header__drawer li:nth-child(8) a:link, .header__drawer li:nth-child(8) a:visited {
  color: #3F5362;
  text-decoration: none;
}
.header__drawer li:nth-child(8) a:link::before, .header__drawer li:nth-child(8) a:visited::before {
  background-color: transparent;
  color: #3F5362;
}
.header__drawer li:nth-child(8) a:hover, .header__drawer li:nth-child(8) a:active {
  color: white;
  background-color: #209142;
}
.header__drawer li:nth-child(8) a:hover::before, .header__drawer li:nth-child(8) a:active::before {
  color: white;
}
.header__drawer li:nth-child(9) a {
  background-color: white;
}
.header__drawer li:nth-child(9) a:link, .header__drawer li:nth-child(9) a:visited {
  color: #3F5362;
  text-decoration: none;
}
.header__drawer li:nth-child(9) a:link::before, .header__drawer li:nth-child(9) a:visited::before {
  background-color: transparent;
  color: #3F5362;
}
.header__drawer li:nth-child(9) a:hover, .header__drawer li:nth-child(9) a:active {
  color: white;
  background-color: #209142;
}
.header__drawer li:nth-child(9) a:hover::before, .header__drawer li:nth-child(9) a:active::before {
  color: white;
}
.header__drawer li:nth-child(10) a {
  background-color: white;
}
.header__drawer li:nth-child(10) a:link, .header__drawer li:nth-child(10) a:visited {
  color: #3F5362;
  text-decoration: none;
}
.header__drawer li:nth-child(10) a:link::before, .header__drawer li:nth-child(10) a:visited::before {
  background-color: transparent;
  color: #3F5362;
}
.header__drawer li:nth-child(10) a:hover, .header__drawer li:nth-child(10) a:active {
  color: white;
  background-color: #209142;
}
.header__drawer li:nth-child(10) a:hover::before, .header__drawer li:nth-child(10) a:active::before {
  color: white;
}
.header__drawer li:nth-child(11) a {
  background-color: white;
}
.header__drawer li:nth-child(11) a:link, .header__drawer li:nth-child(11) a:visited {
  color: #3F5362;
  text-decoration: none;
}
.header__drawer li:nth-child(11) a:link::before, .header__drawer li:nth-child(11) a:visited::before {
  background-color: transparent;
  color: #3F5362;
}
.header__drawer li:nth-child(11) a:hover, .header__drawer li:nth-child(11) a:active {
  color: white;
  background-color: #209142;
}
.header__drawer li:nth-child(11) a:hover::before, .header__drawer li:nth-child(11) a:active::before {
  color: white;
}
.header__drawer li:nth-child(12) a {
  background-color: white;
}
.header__drawer li:nth-child(12) a:link, .header__drawer li:nth-child(12) a:visited {
  color: #3F5362;
  text-decoration: none;
}
.header__drawer li:nth-child(12) a:link::before, .header__drawer li:nth-child(12) a:visited::before {
  background-color: transparent;
  color: #3F5362;
}
.header__drawer li:nth-child(12) a:hover, .header__drawer li:nth-child(12) a:active {
  color: white;
  background-color: #209142;
}
.header__drawer li:nth-child(12) a:hover::before, .header__drawer li:nth-child(12) a:active::before {
  color: white;
}

.header__drawer a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  font-size: 14px;
  text-align: center;
  line-height: 140%;
  height: 100%;
  border: solid 0.5px #dddddd;
  box-sizing: content-box;
}

.header__popup {
  background-color: white;
  position: fixed;
  transform: translateY(-100%);
  box-shadow: none;
  transition: transform 1.6s ease;
}
.header__popup .header__popup-left,
.header__popup .header__popup-right {
  z-index: 100;
}
.header__popup .header__popup-right {
  flex-direction: row;
  gap: clamp(10px, 3vw, 20px);
}
@media screen and (max-width: 374px) {
  .header__popup .header__contact-wrapper ::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header__popup.is_scroll {
    display: flex;
    position: fixed;
    border-bottom: none;
    transform: translateY(0%);
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.3);
  }
}
@keyframes slide-in {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  border-top: solid 1px #DEDEDE;
  border-bottom: solid 1px #DEDEDE;
  background-color: white;
  padding: 46px 67px;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .cta {
    flex-direction: column;
  }
}
@media screen and (max-width: 1025px) {
  .cta {
    padding: 16px 8px;
  }
}
.cta .cta__phrase {
  font-size: clamp(20px, 1.6vw, 28px);
  font-weight: bold;
  color: #5D5D5D;
  text-align: center;
  line-height: 185%;
  letter-spacing: 2.8px;
}
.cta .cta__phrase span {
  font-size: clamp(24px, 2.5vw, 36px);
}
@media screen and (max-width: 1025px) {
  .cta .cta__phrase {
    font-size: clamp(16px, 1.2vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .cta .cta__phrase {
    letter-spacing: 1.3px;
  }
}
.cta .cta__button {
  display: block;
  background-color: #209142;
  border-radius: clamp(46px, 12.2vw, 100px);
  line-height: 185%;
  color: white;
  text-align: center;
  width: 33%;
  max-width: 400px;
  box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 12px 50px;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 767px) {
  .cta .cta__button {
    width: 90%;
    max-width: 320px;
    padding: 12px 40px;
  }
}
.cta .online-logo {
  display: block;
}

.mw_wp_form {
  width: 100%;
  /* ========== フォーム共通 ========== */
}
.mw_wp_form select.form-control {
  padding-left: 0.75em;
}
.mw_wp_form .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.mw_wp_form td {
  display: table-cell;
  vertical-align: inherit;
  unicode-bidi: isolate;
}
.mw_wp_form button, .mw_wp_form input, .mw_wp_form optgroup, .mw_wp_form select, .mw_wp_form textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.mw_wp_form .mwform-tel-field input[type=text], .mw_wp_form .mwform-zip-field input[type=text] {
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .mwform-tel-field input[type=text], .mw_wp_form .mwform-zip-field input[type=text] {
    width: 29%;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form tr {
    display: flex;
    flex-direction: column;
  }
}
.mw_wp_form th .required {
  color: white;
  background-color: #FF8080;
  font-size: 13px;
  padding: 2px 4px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form td {
    border-bottom: none;
  }
  .mw_wp_form th {
    border-bottom: none;
    border-top: solid 1px #D1DBE2;
  }
}
.mw_wp_form .btn-primary {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 16px 20px;
  line-height: 150%;
  border-radius: 4px;
  border: 1px solid #AEAEAE;
  background: white;
}
@media screen and (max-width: 1025px) {
  .mw_wp_form .btn-primary {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.mw_wp_form .btn-primary::after {
  content: "";
  background: url(../img/parts/circle_right_green_medium.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-left: 20px;
}
@media screen and (max-width: 1025px) {
  .mw_wp_form .btn-primary::after {
    margin-left: 10px;
  }
}
.mw_wp_form p {
  text-align: center;
}

/* ========== フォーム共通 ========== */
.top-fv {
  background-color: rgb(255, 255, 255);
  position: relative;
}

.top-fv__ellipse-wrapper {
  position: relative;
  height: 1000px;
  max-height: 960px;
}
@media screen and (max-width: 767px) {
  .top-fv__ellipse-wrapper {
    height: 800px;
  }
}
@media screen and (max-width: 500px) {
  .top-fv__ellipse-wrapper {
    height: 680px;
  }
}

.top-fv__ellipse {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); /* 横方向だけ中央寄せ */
  width: 142vw;
  min-width: 1440px;
  height: 78vw;
  min-height: 1122px;
  clip-path: ellipse(50% 50% at 50% 50%);
}
@media screen and (max-width: 767px) {
  .top-fv__ellipse {
    min-height: 1042px;
  }
}
@media screen and (max-width: 500px) {
  .top-fv__ellipse {
    min-height: 982px;
    left: 56%;
  }
}
@media screen and (min-width: 1440px) {
  .top-fv__ellipse {
    clip-path: ellipse(58% 50% at 50% 50%);
  }
}
@media screen and (max-width: 500px) {
  .top-fv__ellipse {
    clip-path: ellipse(45% 50% at 50% 50%);
  }
}

.top-fv__mainvisual {
  width: 100%;
  position: relative;
}
.top-fv__mainvisual img {
  width: 100%;
  transform: translate(-8%, 9%) scale(1.1);
}
@media screen and (max-width: 1025px) {
  .top-fv__mainvisual img {
    transform: translate(-8%, 9%) scale(1.5);
  }
}
@media screen and (max-width: 767px) {
  .top-fv__mainvisual img {
    transform: translate(-8%, 16%) scale(1.4);
  }
}
@media screen and (max-width: 500px) {
  .top-fv__mainvisual img {
    transform: translate(-8%, 16%) scale(0.9);
  }
}
@media screen and (min-width: 1440px) {
  .top-fv__mainvisual img {
    transform: translate(-8%, 12%) scale(0.9);
  }
}
.top-fv__mainvisual .img-tb,
.top-fv__mainvisual .img-sp,
.top-fv__mainvisual .img-sp-s {
  display: none;
}

.top-fv__upper {
  width: 100%;
  height: auto;
  background: linear-gradient(158deg, rgba(255, 255, 255, 0.79) 42.69%, rgba(255, 255, 255, 0.16) 91.26%);
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  padding: 54px 0 34px;
}
@media screen and (max-width: 767px) {
  .top-fv__upper {
    background: linear-gradient(180deg, #FFF 65.87%, rgba(255, 255, 255, 0.5568627451) 85.87%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 767px) {
  .top-fv__upper {
    top: 0%;
    padding: 28px 0 14px;
  }
}

.top-fv__catchphrase-wrapper {
  width: 95vw;
  max-width: 1130px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-fv__catchphrase-wrapper {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.top-fv__catchphrase {
  color: #454545;
  font-size: clamp(20px, 3.06vw, 44px);
  font-weight: 700;
  line-height: 185%;
  letter-spacing: 5.8px;
  text-align: center;
}
.top-fv__catchphrase span {
  font-size: clamp(24px, 3.75vw, 54px);
}
@media screen and (max-width: 767px) {
  .top-fv__catchphrase {
    font-size: clamp(19px, 4.06vw, 34px);
  }
  .top-fv__catchphrase span {
    font-size: clamp(22px, 4.75vw, 44px);
  }
}
@media screen and (max-width: 767px) {
  .top-fv__catchphrase {
    text-align: left;
    letter-spacing: 2.8px;
  }
}

.top-fv__link--result {
  color: #454545;
  font-size: 20px;
  font-weight: 500;
  line-height: 185%;
  letter-spacing: 1.8px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .top-fv__link--result {
    justify-content: center;
  }
}
.top-fv__link--result p {
  display: inline-flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.486);
  font-size: clamp(20px, 1.67vw, 24px);
}
@media screen and (max-width: 1025px) {
  .top-fv__link--result p {
    display: inline-block;
    font-size: clamp(16px, 1.67vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .top-fv__link--result p {
    font-size: clamp(12px, 2.44vw, 16px);
  }
}
.top-fv__link--result p::before {
  content: "";
  background-color: #454545;
  display: block;
  width: clamp(24px, 6.2vw, 90px);
  height: 1px;
  margin-right: 25px;
}
@media screen and (max-width: 1300px) {
  .top-fv__link--result p::before {
    display: none;
  }
}
.top-fv__link--result p span {
  font-weight: bold;
  background-color: #F6F27E;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .top-fv__link--result {
    font-size: 14px;
    margin-top: 8px;
  }
}
.top-fv__link--result a {
  display: inline-flex;
  align-items: center;
  color: white;
  padding: 9px 14px 10px 14px;
  font-size: clamp(16px, 1.67vw, 20px);
  line-height: 150%;
  cursor: pointer;
  background-color: #209142;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .top-fv__link--result a {
    padding: 4px 8px;
    font-size: clamp(11px, 1.9vw, 16px);
  }
}
.top-fv__link--result a .arrow {
  padding-left: 11px;
}
@media screen and (max-width: 767px) {
  .top-fv__link--result a .arrow {
    padding-left: 8px;
  }
}

.top-fv__lower {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 1240px;
  margin: 0 -40px;
  gap: 19px;
  position: absolute;
  top: 46%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .top-fv__lower {
    margin: 0;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .top-fv__lower {
    top: 60%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.top-fv__banner-wrapper {
  max-width: 418px;
  min-width: 330px;
}
@media screen and (max-width: 767px) {
  .top-fv__banner-wrapper {
    width: 80%;
    max-width: 340px;
    width: 330px;
  }
}

.top-fv__cta {
  width: 418px;
  display: flex;
  gap: 19px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-fv__cta {
    width: 330px;
  }
}

.top-fv__cta-item {
  width: auto;
  padding: 14px 18px;
  border-radius: 6px;
  border: 1px solid #ACACAC;
  background: #FFF;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
}
.top-fv__cta-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  color: #43596C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .top-fv__cta-item a {
    font-size: 14px;
  }
}
.top-fv__cta-item a span.icon i {
  color: #209142;
  font-size: clamp(32px, 3.2vw, 36px);
}
@media screen and (max-width: 767px) {
  .top-fv__cta-item a span.icon i {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top-fv__cta-item {
    padding: 13px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .top-fv__scroll {
    display: none;
  }
}

.top-updates {
  background-color: white;
  max-width: 926px;
}
@media screen and (max-width: 500px) {
  .top-updates {
    padding: 0;
    width: 95%;
  }
}

.top-updates__container {
  padding: 30px 0;
}
@media screen and (max-width: 500px) {
  .top-updates__container {
    padding: 0 0 48px 0;
    transform: translate(0, -2%);
  }
}

.top-updates__tab {
  display: flex;
  cursor: pointer;
  gap: 4px;
}
.top-updates__tab .top-updates__tab-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  border-radius: 6px 6px 0px 0px;
  background-color: #3F5362;
  padding: 10px 0;
}
.top-updates__tab .top-updates__tab-item.active {
  background-color: #209142;
}
.top-updates__tab .top-updates__tab-item.active::after {
  display: flex;
  content: "選択中";
  color: white;
  border-radius: 1rem;
  font-size: 14px;
  padding: 0 0.5rem;
  background-color: transparent;
  border: solid 1px white;
  text-decoration: none;
  align-items: center;
  margin-left: 10px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .top-updates__tab .top-updates__tab-item.active::after {
    margin-right: 2px;
  }
}
@media screen and (max-width: 767px) {
  .top-updates__tab .top-updates__tab-item.active::after {
    content: "";
    width: 0px;
    height: 0px;
    border: solid 6px transparent;
    border-left: solid 6px white;
    border-radius: 0%;
    transform: scaleY(173.2%) rotate(90deg) translate(13px, 4px);
  }
}
.top-updates__tab .top-updates__tab-item h2 {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 3.84px;
}
@media screen and (max-width: 767px) {
  .top-updates__tab .top-updates__tab-item h2 {
    font-size: 16px;
    letter-spacing: 1.84px;
  }
}

.top-updates__content-wrapper {
  background-color: white;
  border-radius: 0px 0px 6px 6px;
  border: 1px solid #209142;
}
.top-updates__content-wrapper .top-updates__content {
  display: none;
}
.top-updates__content-wrapper .top-updates__content.active {
  display: initial;
}
.top-updates__content-wrapper .top-updates__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding: 37px 3.95vw;
  border-bottom: solid 1px #aaaaaa;
  color: #454545;
  font-size: 1.05rem;
  line-height: 185%;
}
@media screen and (max-width: 767px) {
  .top-updates__content-wrapper .top-updates__item {
    gap: 6.9vw;
    padding: 24px 3.79vw;
    font-size: 14px;
  }
}
.top-updates__content-wrapper .top-updates__date {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .top-updates__content-wrapper .top-updates__date {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-updates__content-wrapper .top-updates__triangle {
    display: none;
  }
}
.top-updates__content-wrapper .top-updates__title--item {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.top-updates__button {
  padding-top: 46px;
  padding-right: 23px;
}
@media screen and (max-width: 767px) {
  .top-updates__button {
    padding-top: 38px;
  }
}
.top-updates__button .top-updates__button-item {
  display: none;
}
.top-updates__button .top-updates__button-item.active {
  display: initial;
}

.top-about {
  background-color: white;
  padding-bottom: 32px;
  max-width: 1240px;
}
.top-about .link-card-icon {
  background-position: center 100%;
}
@media screen and (max-width: 1025px) {
  .top-about .link-card-icon p.caption {
    font-size: clamp(10px, 1.5vw, 13px);
  }
}
@media screen and (max-width: 767px) {
  .top-about .link-card-icon p.caption {
    font-size: clamp(9px, 1.7vw, 13px);
  }
}
@media screen and (max-width: 500px) {
  .top-about .link-card-icon {
    background-position: center calc(100% + 3vw);
  }
}

.top-succeed {
  background-color: #ffffff;
  padding-bottom: 32px;
  max-width: 1240px;
}
.top-succeed h2.title {
  font-size: clamp(18px, 1.9vw, 23px);
}
.top-succeed .icon {
  padding-right: 20px;
}
.top-succeed .top-succeed__content-box {
  max-width: 600px;
}
.top-succeed .link-card-bg {
  max-width: 600px;
  overflow: visible;
}
.top-succeed .link-card-bg img {
  overflow: visible;
}
.top-succeed .top-succeed__upper {
  margin: 0;
}
.top-succeed .link-card-bg {
  box-shadow: none;
  height: clamp(192px, 25vw, 337px);
}
@media screen and (max-width: 767px) {
  .top-succeed .link-card-bg {
    min-height: 50vw;
  }
}
.top-succeed .content-box {
  width: 70%;
  max-width: 490px;
}
@media screen and (max-width: 767px) {
  .top-succeed .content-box {
    width: 100%;
    max-width: 600px;
  }
}

.top-cta {
  margin: 46px 34px;
  width: auto;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #DEDEDE;
  background: #F2F6F9;
}
@media screen and (max-width: 767px) {
  .top-cta {
    margin: 26px 0;
  }
}

.top-voice {
  background-color: white;
  max-width: 1240px;
  padding-bottom: 32px;
}
.top-voice h2.title {
  font-size: clamp(18px, 1.9vw, 23px);
}
.top-voice .icon {
  padding-right: 20px;
}
@media screen and (max-width: 1025px) {
  .top-voice {
    padding: 0 5%;
    padding-bottom: 32px;
  }
  .top-voice .icon {
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .top-voice {
    padding: 0 2%;
    padding-bottom: 32px;
  }
}
.top-voice .content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 1025px) {
  .top-voice .content-wrapper {
    flex-direction: column;
  }
}

.top-voice__content-box {
  width: 31.9%;
  min-width: 282px;
}
@media screen and (max-width: 1025px) {
  .top-voice__content-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-voice__content-box {
    min-width: 322px;
  }
}

.top-voice__voice-wrapper {
  width: 547px;
}
@media screen and (max-width: 767px) {
  .top-voice__voice-wrapper {
    max-width: 547px;
    width: 88.8vw;
    min-width: 320px;
  }
}
.top-voice__voice-wrapper .top-voice__voice-note {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.top-voice__voice-wrapper .top-voice__voice-note span {
  font-size: 14px;
  color: #aaaaaa;
  line-height: 150%;
  display: inline-block;
  color: #209142;
}
.top-voice__voice-wrapper .top-voice__voice-note::after {
  display: inline-block;
  content: url(../img/parts/slide_icon.svg);
  height: auto;
  padding: 10px 0;
}

.top-voice__voice-container {
  border-radius: 10px;
}

.top-voice__voice-item {
  border-radius: 10px;
  border: 2px solid #39A025;
  background: #FFF;
  padding: clamp(20px, 5.33vw, 30px);
}
.top-voice__voice-item .voice__upper {
  display: flex;
  border-bottom: solid 1px #A8B6C1;
  gap: clamp(7px, 4.2vw, 20px);
  padding-bottom: clamp(7px, 2.93vw, 11px);
  align-items: center;
}
.top-voice__voice-item .voice__upper .profile .portrait {
  width: clamp(115px, 30.8vw, 201px);
}
.top-voice__voice-item .voice__upper .profile .name {
  font-size: clamp(11px, 2vw, 18px);
  letter-spacing: 1px;
  text-align: center;
}
.top-voice__voice-item .voice__upper .result {
  width: 50%;
}
.top-voice__voice-item .voice__upper .result .title {
  font-size: 1.5rem;
  letter-spacing: 0.02%;
  margin-bottom: clamp(3px, 1.67vw, 13px);
}
@media screen and (max-width: 767px) {
  .top-voice__voice-item .voice__upper .result .title {
    font-size: 4vw;
  }
}
.top-voice__voice-item .voice__upper .result .title span.icon i {
  color: #E3898A;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .top-voice__voice-item .voice__upper .result .title span.icon i {
    font-size: 5vw;
  }
}
.top-voice__voice-item .voice__upper .result .result-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(1px, 1vw, 4px);
}
.top-voice__voice-item .voice__upper .result .result-item p {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top-voice__voice-item .voice__upper .result .result-item p {
    font-size: clamp(10px, 3.27vw, 18px);
  }
}
.top-voice__voice-item .voice__lower {
  padding: clamp(11px, 2.93vw, 11px) 0;
}
.top-voice__voice-item .voice__lower .title {
  font-size: 1.5rem;
  margin-bottom: clamp(3px, 1.67vw, 13px);
}
@media screen and (max-width: 767px) {
  .top-voice__voice-item .voice__lower .title {
    font-size: 4vw;
  }
}
.top-voice__voice-item .voice__lower .title span.icon i {
  color: #E3898A;
}
@media screen and (max-width: 767px) {
  .top-voice__voice-item .voice__lower .title span.icon i {
    font-size: 5vw;
  }
}
.top-voice__voice-item .voice__lower p.text {
  font-size: clamp(10px, 2.97vw, 16px);
}
.top-voice__voice-item .more-button a {
  font-size: clamp(10px, 2.97vw, 16px);
}

.top-teacher {
  background-color: white;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .top-teacher {
    padding-bottom: 16px;
  }
}

.top-teacher__teacher {
  margin: 0 auto;
  max-width: 1240px;
}

.top-teacher__hero {
  position: relative;
  overflow-x: visible;
  overflow-y: visible;
  z-index: 10;
  width: 100vw;
  height: 550px;
  transform: translate(-12.5%, 0);
}
@media screen and (max-width: 1025px) {
  .top-teacher__hero {
    transform: translate(-10%, 0);
  }
}
@media screen and (max-width: 767px) {
  .top-teacher__hero {
    transform: translate(-5%, 0);
    height: auto;
    margin-bottom: clamp(110px, 40vw, 300px);
  }
}

.top-teacher__hero-img {
  width: 100%;
  height: 550px;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: -1;
  position: absolute;
}
.top-teacher__hero-img img {
  width: 100%;
  object-position: 50% 29%;
  transform: scale(1.2);
  height: 100%;
  /* アスペクト比を維持しつつ「はみ出してもいい」 */
  object-fit: cover;
  /* 画像の中心をどこにするか */
}
@media screen and (max-width: 767px) {
  .top-teacher__hero-img img {
    height: auto;
  }
}

.top-teacher__content-box {
  margin: 0 auto;
  transform: translate(clamp(100px, 20vw, 320px), 130%);
  z-index: 1;
  width: 552px;
  padding: 32px;
}
@media screen and (max-width: 1025px) {
  .top-teacher__content-box {
    transform: translate(clamp(100px, 10vw, 320px), 135%);
  }
}
@media screen and (max-width: 767px) {
  .top-teacher__content-box {
    margin: 0 auto;
    position: initial;
    transform: translate(0%, clamp(110px, 45vw, 350px));
    width: 95%;
    max-width: 382px;
  }
}

.top-teacher__teacher .content-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top-teacher__teacher .content-wrapper {
    flex-direction: column;
  }
}
.top-teacher__teacher .teacher__upper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0;
  gap: 1rem;
}
.top-teacher__teacher .teacher__upper .comment p {
  display: inline;
  font-size: clamp(1rem, 1.97vw, 24px);
  font-weight: 600;
  color: #209142;
}
.top-teacher__teacher .teacher__upper .portrait {
  width: clamp(282px, 75.2vw, 320px);
  height: clamp(282px, 75.2vw, 320px);
}
@media screen and (max-width: 767px) {
  .top-teacher__teacher .content-box {
    max-width: 382px;
  }
}
.top-teacher__teacher h2.name rt {
  font-weight: normal;
  margin-bottom: 2px;
}
.top-teacher__teacher h2.name span {
  background-color: #656565;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  padding: 0 4px 1px 8px;
  margin-left: 20px;
  text-align: center;
}
.top-teacher__teacher p.academy {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top-teacher__teacher p.academy {
    font-size: 16px;
  }
}

.top-entrance {
  background-color: white;
  padding-bottom: 32px;
  max-width: 1240px;
}
.top-entrance .card-container .top-entrance__card-item {
  width: 31%;
  max-width: 352px;
}
@media screen and (max-width: 1025px) {
  .top-entrance .card-container .top-entrance__card-item {
    width: 48%;
  }
}
.top-entrance .link-card-icon .icon {
  width: clamp(60px, 30%, 65px);
}
.top-entrance .link-card-bg {
  background-image: linear-gradient(rgba(69, 98, 123, 0.43), rgba(69, 98, 123, 0.43)), url("../img/photon/jiyugaoka-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 30%;
  color: white;
}
.top-entrance .link-card-icon {
  background-position: center calc(100% + 1vw);
}
@media screen and (max-width: 767px) {
  .top-entrance .link-card-icon p.caption {
    font-size: clamp(9px, 1.7vw, 13px);
  }
}
@media screen and (max-width: 500px) {
  .top-entrance .link-card-icon {
    background-position: center calc(100% + 3vw);
  }
}

.top-online {
  background-color: transparent;
  position: relative;
  overflow-x: visible;
  overflow-y: visible;
  width: 100vw;
  padding-bottom: 80px;
}
.top-online .top-online__bg-text {
  max-width: 1240px;
  margin: 0 auto;
}
.top-online .content-wrapper {
  transform: translate(0, -40px);
  max-width: 1240px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  display: block;
  margin: 0 auto;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .top-online .content-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1025px) {
  .top-online .content-wrapper {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .top-online .content-wrapper {
    width: 90%;
  }
}
.top-online .more-button {
  line-height: 185%;
  font-size: 20px;
  text-align: right;
  transform: translate(0, -70px);
}
@media screen and (max-width: 767px) {
  .top-online .more-button {
    transform: translate(0, 90px);
  }
}

.top-online__hero-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-online__hero-img img {
  /* 親要素と同じ大きさに */
  width: 100%;
  height: 100%;
  /* アスペクト比を維持しつつ「はみ出してもいい」 */
  object-fit: cover;
  /* 画像の中心をどこにするか */
  object-position: center;
}

.top-online__content-box {
  max-width: 587px;
  margin: 0 auto;
  transform: translate(clamp(-320px, -20vw, -100px), 0);
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.8784313725);
}
@media screen and (max-width: 767px) {
  .top-online__content-box {
    transform: translate(0%, 20%);
  }
}

.card-container--static {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 41px;
  margin: 36px 0;
}
@media screen and (max-width: 767px) {
  .card-container--static {
    flex-direction: column;
    align-items: center;
  }
}

.entry-content ul.card-container--static {
  margin: 36px 0;
  padding: 0;
  list-style: none;
}

/* =====================================
共通パーツ：link-card-icon--static

概要：固定ページ専用の、アイコン付きのカード型リンク

全体(a.link-card)
===================================== */
.link-card-icon--static {
  overflow: hidden;
  width: clamp(282px, 45%, 464px);
  height: clamp(221px, 23.4vw, 337px);
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: none;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
  background-image: url("../img/parts/bg_rectangle_navy.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .link-card-icon--static {
    width: clamp(282px, 90%, 376px);
    height: clamp(241px, 34.4vw, 337px);
  }
}
.link-card-icon--static.dummy {
  background: none;
  box-shadow: none;
  border: none;
}
@media screen and (max-width: 767px) {
  .link-card-icon--static.dummy {
    display: none;
  }
}
.link-card-icon--static a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.link-card-icon--static h3.title {
  position: absolute;
  top: 20px;
  background: none;
  margin: 0;
  color: #3F5362;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  letter-spacing: 5.12px;
  width: 100%;
}
.link-card-icon--static h3.title.two-rows {
  top: 10px;
}
.link-card-icon--static p.caption {
  display: inline-block;
  width: 91%;
  position: absolute;
  color: white;
  text-align: center;
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, 0px);
  font-size: clamp(10px, 1.1vw, 16px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .link-card-icon--static p.caption {
    font-size: clamp(10px, 2.5vw, 13px);
  }
}
.link-card-icon--static .icon {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(80px, 30%, 132px);
}
.link-card-icon--static .icon img {
  width: 100%;
}
.link-card-icon--static .more-button {
  position: absolute;
  bottom: 5%;
  right: 10px;
}

.link-card-child-container--static {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 41px;
  margin: 64px 0;
}
@media screen and (max-width: 767px) {
  .link-card-child-container--static {
    flex-direction: column;
    align-items: center;
  }
}

.entry-content ul.link-card-child-container--static {
  margin: 64px 0;
  padding: 0;
  list-style: none;
}

/* =====================================
共通パーツ：link-card-icon--static

概要：固定ページ専用の、アイコン付きのカード型リンク

全体(a.link-card)
===================================== */
.link-card-child {
  overflow: hidden;
  width: clamp(282px, 45%, 464px);
  height: clamp(221px, 23.4vw, 337px);
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: none;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .link-card-child {
    width: clamp(282px, 90%, 376px);
    height: clamp(241px, 34.4vw, 337px);
  }
}
.link-card-child:first-child {
  overflow: visible;
  position: relative;
  width: calc(90% + 36px);
  max-width: 965px;
}
@media screen and (max-width: 767px) {
  .link-card-child:first-child {
    width: clamp(282px, 90%, 376px);
    height: clamp(241px, 34.4vw, 337px);
  }
}
.link-card-child:first-child p.caption {
  padding-top: 26px;
}
@media screen and (max-width: 767px) {
  .link-card-child:first-child p.caption {
    padding-top: 13px;
  }
}
.link-card-child:first-child::before {
  position: absolute;
  content: "";
  background: url("../img/parts/NEW_green.png") no-repeat center/contain;
  display: block;
  width: 9.6%;
  aspect-ratio: 1/1;
  top: 7%;
  left: 3%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .link-card-child:first-child::before {
    width: 60px;
    top: 6%;
    left: 6%;
  }
}
.link-card-child.dummy {
  background: none;
  box-shadow: none;
  border: none;
}
@media screen and (max-width: 767px) {
  .link-card-child.dummy {
    display: none;
  }
}
.link-card-child a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.link-card-child h3.title {
  position: absolute;
  top: 22%;
  background: none;
  margin: 0;
  color: #3F5362;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  font-size: clamp(1.2rem, 2.4vw, 1.9rem);
  letter-spacing: 2.12px;
  width: 100%;
}
.link-card-child h3.title.two-rows {
  top: 10px;
}
.link-card-child p.caption {
  display: inline-block;
  width: 85%;
  position: absolute;
  text-align: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0px);
  font-size: clamp(10px, 0.9vw, 14px);
  border-top: solid 2px #ADADAD;
  padding-top: 13px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .link-card-child p.caption {
    font-size: clamp(10px, 2.5vw, 13px);
  }
}
.link-card-child .more-button {
  position: absolute;
  bottom: 5%;
  right: 10px;
  color: #209142;
}

table {
  width: 100%;
  margin: 36px auto;
  border-top: solid 1px #D1DBE2;
  margin-top: 1rem;
  border-collapse: collapse; /* セル同士の隙間をなくす */
}
table td, table th {
  padding: 2rem 1rem;
  border-bottom: solid 1px #D1DBE2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  table td, table th {
    padding: 10px;
  }
}
table td ul, table th ul {
  margin: 0;
}
table td ul li, table th ul li {
  list-style-type: none;
  margin: 0.7rem 0;
}
table.static-tuition-table td, table.static-tuition-table th {
  font-size: 1rem;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  table.static-tuition-table td, table.static-tuition-table th {
    font-size: 13px;
  }
}
table.static-tuition-table td.vertical-center, table.static-tuition-table th.vertical-center {
  vertical-align: middle;
}
table.static-tuition-table td.horizontal-center, table.static-tuition-table th.horizontal-center {
  text-align: center;
}

.wp-block-table table td, .wp-block-table table th {
  border: none;
  padding: 2rem 1rem;
  border-bottom: solid 1px #D1DBE2;
}

.static-navigation h2 {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: none;
  padding-left: 1.5rem;
}

.static-navigation {
  border: solid 1px #D1DBE2;
  border-radius: 6px;
}
.static-navigation h2 {
  border-radius: 6px 6px 0 0;
  border-bottom: solid 1px #D1DBE2;
}
.static-navigation a {
  color: #209142;
}
.static-navigation a:hover, .static-navigation a:focus {
  color: #004799;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.static-navigation ul {
  list-style: disc; /* ● を表示（数字にしたい場合は decimal） */
  margin: 0 0 0 48px; /* 左インデントを復活 */
  padding: 20px 0;
}

/* 各 LI の下余白を少しだけ空けて読みやすく */
.static-navigation li {
  margin: 0 0 2px;
}

/* -------------  目次（static‑navigation） ------------- */
.static-navigation ul {
  /* 箇条書きを残す */
  list-style: disc inside;
  padding: 1.25rem 0;
  margin-left: 1.4rem;
  /* ★ 5 件×任意列 のグリッドレイアウト ★ */
  display: grid;
  grid-auto-flow: column; /* 縦に 5 件並んだら右隣りへ */
  grid-template-rows: repeat(5, auto);
  column-gap: 2.5rem; /* 列間 */
  row-gap: 0.25rem; /* 行間 */
}

/* 箇条書き 1 行ごとの余白（任意） */
.static-navigation li {
  margin: 0; /* row‑gap があるので 0 で OK */
}

/* ---------  モバイル（幅 640px 未満想定）は 1 列表示に戻す --------- */
@media screen and (max-width: 767px) {
  .static-navigation ul {
    /* ★段組みレイアウトに変更★ */
    column-count: 1;
    column-gap: 1.5rem; /* 列間余白 */
    /* list-style を列内に収める */
    list-style: disc inside;
    /* グリッド指定を打ち消す */
    display: block; /* ← multi‑column は block 要素で */
  }
  .static-navigation--olympic ul {
    /* ★段組みレイアウトに変更★ */
    column-count: 2; /* 2 列固定 */
    column-gap: 1.5rem; /* 列間余白 */
    /* list-style を列内に収める */
    list-style: disc inside;
    /* グリッド指定を打ち消す */
    display: block; /* ← multi‑column は block 要素で */
  }
  /* 各 <li> が段落途中で切れないように */
  .static-navigation li {
    break-inside: avoid; /* Chrome / Firefox */
    -webkit-column-break-inside: avoid; /* Safari */
    margin: 0 0 0.3rem;
  }
}
.error-404__image {
  text-align: center;
}

/* ヘッダー行 */
.wp-block-table thead tr th,
.wp-block-table tfoot tr td {
  background-color: #F3F3F3;
  color: #454545;
  font-weight: 700;
  padding: 0.75rem 1rem;
  border: 1px solid #d4d4d4;
}

.wp-block-table thead {
  border-bottom: 1px solid #d4d4d4;
}

.wp-block-table tfoot {
  border-top: 1px solid #d4d4d4;
}

.static-aboutphoton h1.title,
.static-policy h1.title,
.static-method h1.title,
.static-5keys h1.title,
.static-introduction h1.title,
.static-jumpup h1.title {
  background-image: linear-gradient(0deg, rgba(69, 98, 123, 0.43) 0%, rgba(69, 98, 123, 0.43) 100%), url("../img/photon/jiyugaoka-signboard.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: white;
}

.link-card-icon--static.keys h3.title {
  top: 0px;
}
.link-card-icon--static.keys h3.title span {
  font-size: clamp(12.5px, 1.25vw, 15px);
}

.static-succeed h1.title {
  background-image: linear-gradient(rgba(69, 98, 123, 0.43), rgba(69, 98, 123, 0.43)), url("../img/abstract/sakura-sky.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 30%;
  color: white;
}
.static-succeed .link-card-icon--static.others p.caption {
  font-size: clamp(9px, 1vw, 14px);
}
@media screen and (max-width: 767px) {
  .static-succeed .link-card-icon--static.others p.caption {
    font-size: clamp(9px, 2.4vw, 12px);
  }
}

.static-otejuku .link-card-child h3.title {
  display: block;
  width: 60%;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .static-otejuku .link-card-child h3.title {
    width: 100%;
  }
}
.static-otejuku .link-card-child p.caption {
  display: none;
}

.static-rooms h1.title {
  background-image: linear-gradient(rgba(69, 98, 123, 0.43), rgba(69, 98, 123, 0.43)), url("../img/photon/jiyugaoka-signboard.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 55%;
  color: white;
}

.static-jiyugaoka h1.title {
  background-image: linear-gradient(rgba(170, 197, 255, 0.2), rgba(170, 197, 255, 0.2)), url("../img/photon/jiyugaoka-2.jpg");
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: 50% 37%;
  color: #3F5362;
}

.static-shirokanetakanawa h1.title {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/photon/shirogane-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 40%;
  color: white;
}

.static-nihonbashi h1.title {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/photon/nihonbashi-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 27%;
  color: white;
}

.static-rooms__card-container {
  margin: 64px 0;
}

/* =====================================
共通パーツ：link-card-icon--static

概要：固定ページ専用の、アイコン付きのカード型リンク

全体(a.link-card)
===================================== */
.link-card-img--static {
  overflow: hidden;
  width: clamp(282px, 45%, 464px);
  height: clamp(221px, 23.4vw, 337px);
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: none;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
  background-image: url("../img/parts/bg_rectangle_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .link-card-img--static {
    width: clamp(282px, 90%, 376px);
    height: clamp(241px, 34.4vw, 337px);
  }
}
.link-card-img--static.dummy {
  background: none;
  box-shadow: none;
  border: none;
}
@media screen and (max-width: 767px) {
  .link-card-img--static.dummy {
    display: none;
  }
}
.link-card-img--static a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.link-card-img--static h3.title {
  z-index: 10;
  position: absolute;
  top: 50%;
  padding: 0;
  background: none;
  margin: 0;
  color: #3F5362;
  left: 50%;
  transform: translate(-50%, -70%);
  text-align: center;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  letter-spacing: 5.12px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 30.29%, #FFF 69.23%, rgba(255, 255, 255, 0) 100%);
}
.link-card-img--static h3.title.two-rows {
  top: 10px;
}
.link-card-img--static p.caption {
  display: inline-block;
  width: 80%;
  position: absolute;
  color: #3F5362;
  font-weight: bold;
  text-align: center;
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, 0px);
  font-size: clamp(10px, 1.1vw, 16px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .link-card-img--static p.caption {
    font-size: clamp(10px, 2.5vw, 13px);
  }
}
.link-card-img--static .img {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  z-index: -1;
  /* ▼グラデーションだけを載せる層 */
}
.link-card-img--static .img img {
  width: 100%;
}
.link-card-img--static .img::after {
  content: "";
  position: absolute; /* .img を基準に四隅いっぱい */
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 6, 48, 0.2), rgba(0, 6, 48, 0.2));
  pointer-events: none; /* クリックを透過させておくと安全 */
}
.link-card-img--static .more-button {
  position: absolute;
  bottom: 5%;
  right: 10px;
}

.static-voice h1.title {
  background-image: linear-gradient(rgba(7, 34, 76, 0.2), rgba(7, 34, 76, 0.2)), url("../img/abstract/sky2.jpg");
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: 50% 55%;
  color: white;
}
.static-voice .link-card-child h3.title {
  top: 50%;
  transform: translate(-50%, -50%);
}
.static-voice .link-card-child p.caption {
  display: none;
}

.voice-card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 37px;
  margin: 36px 0;
}
.voice-card-container .voice-card {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 28px;
  padding-bottom: 44px;
  margin: 0;
}
.voice-card-container .voice-card .voice-card__title {
  margin: 0;
  padding: 0;
  padding-bottom: 19px;
  border: none;
  color: #3F5362;
  border-bottom: solid 1px #B7B7B7;
}
.voice-card-container .voice-card .voice-card__excerpt {
  margin: 0;
  padding-top: 19px;
  color: #3F5362;
  font-size: 1rem;
}
.voice-card-container .voice-card .more-button {
  position: absolute;
  bottom: 14px;
  right: 14px;
}

h3.question {
  font-family: "Noto Serif JP", serif;
  display: block;
  position: relative;
  margin: 0;
  margin-top: 2rem;
  font-size: 1.3rem;
  text-align: left;
  padding: 0.8rem;
  padding-left: 1.6rem;
  padding-right: 5%;
  background: none;
  background-color: #ffffff;
  box-sizing: border-box;
  border: solid 0px #ffffff;
  border-left: solid 2.5rem #ffffff;
  border-top: solid 1px #D1DBE2;
  border-bottom: solid 1px #D1DBE2;
  cursor: pointer;
}
@media screen and (max-width: 1025px) {
  h3.question {
    font-size: 1.3rem;
    padding: 0.8rem;
    padding-right: 2.2rem;
  }
}
h3.question:before {
  position: absolute;
  content: "Q";
  color: #FF4040;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
}
h3.question .btn {
  position: absolute;
  top: 41%;
  right: 1rem;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
h3.question .btn:before, h3.question .btn:after {
  content: "";
  background-color: #4a4a4a;
  width: 17px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: 0;
  transform-origin: center center;
}
h3.question .btn:before {
  width: 3px;
  height: 17px;
  top: 0;
  left: 7px;
}
h3.question.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
h3.question.is-active .btn:before {
  content: none;
}

p.answear {
  max-height: 0; /* 初期状態は高さ0で非表示に */
  overflow: hidden; /* コンテンツがはみ出さないように */
  transition: max-height 0.5s linear, padding 0.5s linear; /* スライドするようなアニメーションを追加 */
  margin: 10px 0;
  display: block;
  position: relative;
  margin: 0;
  padding: 0 2rem;
  padding-left: 1.6rem;
  font-size: 1rem;
  text-align: left;
  background-color: #ffffff;
  box-sizing: border-box;
  border: solid 0px #ffffff;
  border-radius: 0 0 0 0.75rem;
  border-left: solid 2.5rem #ffffff;
  border-top: none;
  z-index: 10;
  border-bottom: solid 1px #D1DBE2;
}
p.answear:before {
  display: block;
  position: absolute;
  font-size: 1.3rem;
  font-weight: bold;
  content: "A";
  color: #209142;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  font-family: "Noto Serif JP", serif;
}
p.answear.open {
  max-height: 1500px;
  padding: 0.8rem;
  padding-left: 1.6rem;
  padding-right: 5%;
  overflow: visible;
}
p.answear a {
  color: #209142;
}
@media screen and (max-width: 1025px) {
  p.answear {
    font-size: 1rem;
    padding: 0 0.8rem;
    padding-left: 1rem;
  }
  p.answear.open {
    padding-left: 1rem;
  }
}

.static-teacher h1.title {
  background-image: linear-gradient(0deg, rgba(23, 46, 66, 0.2) 0%, rgba(23, 46, 66, 0.2) 100%), url("../img/teacher/compressed-teachers-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 30%;
  color: white;
}

.static-teacher__jukucho-card {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 1px solid #CACACA;
  border-bottom: 4px solid #209142;
  background: #FBFDFF;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 848px;
  height: auto;
  padding: 10px 0;
  /* ★ 最後以外の要素にだけ下側ボーダー */
}
@media screen and (max-width: 767px) {
  .static-teacher__jukucho-card {
    flex-direction: column;
  }
}
.static-teacher__jukucho-card .jukucho-card__left {
  margin: 5px min(3.75vw, 15px) 15px;
  min-width: 240px;
}
.static-teacher__jukucho-card .jukucho-card__right {
  max-width: 480px;
}
.static-teacher__jukucho-card .img-wrapper {
  max-width: 225px;
  margin: 0 auto;
}
.static-teacher__jukucho-card p.text {
  margin: 0;
  max-width: 295px;
}
.static-teacher__jukucho-card .comment {
  max-width: 300px;
}
.static-teacher__jukucho-card .nameplate {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #F3F3F3;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 0;
  margin: 5px min(3.75vw, 15px);
}
.static-teacher__jukucho-card .nameplate .position {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  background-color: #3F5362;
  color: white;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  padding: 0 7px;
}
.static-teacher__jukucho-card .nameplate .name {
  letter-spacing: 2px;
  font-size: min(7vw, 32px);
  font-weight: bold;
}
.static-teacher__jukucho-card .nameplate .name rt {
  font-size: 10px;
}
.static-teacher__jukucho-card .career {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin: 15px min(3.75vw, 23px) 15px;
}
.static-teacher__jukucho-card .career .academy,
.static-teacher__jukucho-card .career .history,
.static-teacher__jukucho-card .career .media {
  padding: 8px 0;
  letter-spacing: 0.5px;
}
.static-teacher__jukucho-card .career .academy {
  font-size: min(4.6vw, 16px);
  font-weight: bold;
}
.static-teacher__jukucho-card .career .history,
.static-teacher__jukucho-card .career .media {
  font-size: min(3.89vw, 14px);
}
.static-teacher__jukucho-card .career .history span,
.static-teacher__jukucho-card .career .media span {
  height: 26px;
  line-height: 26px;
  padding: 2px 7px;
  color: #474747;
  background-color: #E9E9E9;
  font-weight: bold;
}
.static-teacher__jukucho-card .career > *:not(:last-child) {
  border-bottom: 1px solid #CACACA;
}

.static-teacher__container-wrapper {
  min-width: 300px;
}
.static-teacher__container-wrapper .static-teacher__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 58px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1025px) {
  .static-teacher__container-wrapper .static-teacher__container {
    gap: 36px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .static-teacher__container-wrapper .static-teacher__container {
    flex-direction: column;
    align-items: center;
  }
}
.static-teacher__container-wrapper .static-teacher__item {
  display: flex;
  flex-direction: column;
  overflow: visible;
  border: 1px solid #CACACA;
  border-bottom: 4px solid #209142;
  background: #FBFDFF;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
  max-width: 320px;
  width: 100%;
  height: 620px;
  /* ★ 最後以外の要素にだけ下側ボーダー */
}
@media screen and (max-width: 767px) {
  .static-teacher__container-wrapper .static-teacher__item {
    height: auto;
  }
}
.static-teacher__container-wrapper .static-teacher__item .comment {
  overflow: visible;
  position: relative;
}
.static-teacher__container-wrapper .static-teacher__item .comment p.text {
  font-family: "Klee One", "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: inherit;
  z-index: 2;
  margin: 0;
  font-size: 12.5px;
  letter-spacing: 0.64px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.static-teacher__container-wrapper .static-teacher__item .comment::before {
  content: "";
  background-image: url("../img/parts/teacher-comment.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 30%;
  display: block;
  width: 100%;
  height: 110px;
  position: absolute;
  transform: translate(0, -16px) scale(1.03);
  z-index: 1;
}
.static-teacher__container-wrapper .static-teacher__item .img-wrapper {
  width: 53.56%;
  margin: 0 auto;
}
.static-teacher__container-wrapper .static-teacher__item .nameplate {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #F3F3F3;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 0;
  margin: 5px min(3.75vw, 15px);
}
.static-teacher__container-wrapper .static-teacher__item .nameplate .position {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  background-color: #209142;
  color: white;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  padding: 0 7px;
}
.static-teacher__container-wrapper .static-teacher__item .nameplate .name {
  letter-spacing: 2px;
  font-size: min(7vw, 24px);
  font-weight: bold;
}
.static-teacher__container-wrapper .static-teacher__item .nameplate .name rt {
  font-size: 10px;
}
.static-teacher__container-wrapper .static-teacher__item .career {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin: 5px min(3.75vw, 15px) 15px;
}
.static-teacher__container-wrapper .static-teacher__item .career .academy,
.static-teacher__container-wrapper .static-teacher__item .career .history {
  padding: 8px 0;
  letter-spacing: 0.5px;
}
.static-teacher__container-wrapper .static-teacher__item .career .academy {
  font-size: min(4.6vw, 16px);
  font-weight: bold;
}
.static-teacher__container-wrapper .static-teacher__item .career .history {
  font-size: min(3.89vw, 13px);
}
.static-teacher__container-wrapper .static-teacher__item .career > *:not(:last-child) {
  border-bottom: 1px solid #CACACA;
}
.static-teacher__container-wrapper .static-teacher__item.dummy {
  display: none;
}
@media screen and (min-width: 1435px) {
  .static-teacher__container-wrapper .static-teacher__item.dummy {
    display: block;
    border: none;
    background: none;
    box-shadow: none;
  }
}

.post-main__inner {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .post-main__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

.post-main__category a {
  padding: 0.2rem 1rem;
  background-color: #3F5362;
  border-radius: 1rem;
  text-decoration: none;
  color: #fff;
}
.post-main__category a:visited {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .post-main__category a {
    font-size: 14px;
  }
}
.post-main__category.category-voice a {
  background-color: #3F5362;
}
.post-main__category.category-info a {
  background-color: #209142;
}
.post-main__category.category-moshi a {
  background-color: #3F5362;
}
@media screen and (max-width: 767px) {
  .post-main__category {
    padding: 0.2rem 0.8rem;
  }
}

.post-main__tags {
  padding: 0.2rem 0.8rem;
  gap: 4px;
}

.post-main__tag {
  padding: 0.2rem 1rem;
  background-color: white;
  border-radius: 1rem;
  text-decoration: none;
  color: #454545;
  border: solid 1px #aeaeae;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .post-main__tag {
    padding: 0.2rem 0.8rem;
    font-size: 14px;
  }
}

.post-main__date,
.post-main__date--update {
  padding: 0.2rem 1rem;
}
@media screen and (max-width: 767px) {
  .post-main__date,
  .post-main__date--update {
    padding: 0.2rem 0.8rem;
  }
}

span.latest-post {
  background-color: transparent;
}
span.latest-post::before {
  display: inline-block;
  content: "New!";
  color: #E60000;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0 0.5rem;
  background-color: #FFF0F0;
  border: solid 1px white;
  text-decoration: none;
  align-items: center;
  margin-right: 20px;
  height: 24px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  span.latest-post::before {
    margin-right: 2px;
  }
}

span.title-highlight__mark--pink {
  display: inline-block;
  color: #ff6b6b;
  border-radius: 1rem;
  font-size: 0.9rem;
  padding: 0 0.5rem;
  border: solid 1px #ff6b6b;
  background-color: #ffffff;
  text-decoration: none;
  align-items: center;
  text-decoration: none;
  margin-right: 20px;
  height: 24px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  span.title-highlight__mark--pink {
    margin-right: 2px;
  }
}

.info-card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 36px 0;
  /* excerpt の幅は自動で最大に */
  /* ボタンを右端に寄せ、無駄スペースを消す */
}
.info-card-container .info-card {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
  padding: 24px 28px 36px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s ease;
}
.info-card-container .info-card:hover {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.info-card-container .info-card .info-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 12px;
}
.info-card-container .info-card .info-card__meta .info-card__date {
  color: #454545;
  font-size: 1rem;
  line-height: 1.2;
}
.info-card-container .info-card .info-card__meta .info-card__cat {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  padding: 0px 11px;
  border-radius: 16px;
  color: #fff;
}
.info-card-container .info-card .info-card__meta .info-card__cat--notice {
  background: #009944;
}
.info-card-container .info-card .info-card__meta .info-card__cat--math {
  background: #4A90E2;
}
@media screen and (max-width: 767px) {
  .info-card-container .info-card .info-card__meta .info-card__cat {
    font-size: 10px;
    padding: 0px 8px;
  }
}
.info-card-container .info-card .info-card__meta .info-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.info-card-container .info-card .info-card__meta .info-card__tags .info-card__tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  padding: 0px 11px;
  border-radius: 16px;
  border: 1px solid #DDD;
  background: #F7F7F7;
  color: #666;
}
@media screen and (max-width: 767px) {
  .info-card-container .info-card .info-card__meta .info-card__tags .info-card__tag {
    font-size: 10px;
    padding: 0px 8px;
  }
}
.info-card-container .info-card .info-card__title {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-size: inherit;
  color: inherit;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.125rem;
  color: #333;
  border-top: 1px solid #B7B7B7;
  padding-top: 12px;
  margin-bottom: 10px;
}
.info-card-container .info-card .info-card__title .new-badge {
  display: inline-block;
  background: #FFF0F0;
  color: #E60000;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 1rem;
}
.info-card-container .info-card .info-card__excerpt {
  color: #aaaaaa;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .info-card-container {
    gap: 16px;
  }
  .info-card-container .info-card {
    padding: 20px;
  }
  .info-card-container .info-card .info-card__meta {
    gap: 6px 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .info-card-container .info-card .info-card__meta {
    gap: 4px 4px;
  }
}
@media screen and (max-width: 767px) {
  .info-card-container .info-card .info-card__title {
    font-size: 1rem;
  }
  .info-card-container .info-card .info-card__excerpt {
    font-size: 0.9rem;
  }
}
.info-card-container .info-card__body {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.info-card-container .info-card__excerpt {
  flex: 1 1 auto;
  margin: 0;
}
.info-card-container .more-button {
  margin-left: auto;
  position: static !important;
}
.info-card-container .info-card__body {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.info-card-container .info-card__excerpt {
  flex: 1;
  margin: 0;
}
.info-card-container .more-button {
  position: static;
  margin-left: auto;
  margin-bottom: 2px;
  width: auto;
}

.moshi-card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 36px 0;
  /* excerpt の幅は自動で最大に */
  /* ボタンを右端に寄せ、無駄スペースを消す */
}
.moshi-card-container .moshi-card {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
  padding: 24px 28px 36px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s ease;
}
.moshi-card-container .moshi-card:hover {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.moshi-card-container .moshi-card .moshi-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 12px;
}
.moshi-card-container .moshi-card .moshi-card__meta .moshi-card__date {
  color: #454545;
  font-size: 1rem;
  line-height: 1.2;
}
.moshi-card-container .moshi-card .moshi-card__meta .moshi-card__cat {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  padding: 0px 11px;
  border-radius: 16px;
  color: #fff;
}
.moshi-card-container .moshi-card .moshi-card__meta .moshi-card__cat--notice {
  background: #3F5362;
}
.moshi-card-container .moshi-card .moshi-card__meta .moshi-card__cat--math {
  background: #4A90E2;
}
@media screen and (max-width: 767px) {
  .moshi-card-container .moshi-card .moshi-card__meta .moshi-card__cat {
    font-size: 10px;
    padding: 0px 8px;
  }
}
.moshi-card-container .moshi-card .moshi-card__meta .moshi-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.moshi-card-container .moshi-card .moshi-card__meta .moshi-card__tags .moshi-card__tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  padding: 0px 11px;
  border-radius: 16px;
  border: 1px solid #DDD;
  background: #F7F7F7;
  color: #666;
}
@media screen and (max-width: 767px) {
  .moshi-card-container .moshi-card .moshi-card__meta .moshi-card__tags .moshi-card__tag {
    font-size: 10px;
    padding: 0px 8px;
  }
}
.moshi-card-container .moshi-card .moshi-card__title {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-size: inherit;
  color: inherit;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.125rem;
  color: #333;
  border-top: 1px solid #B7B7B7;
  padding-top: 12px;
  margin-bottom: 10px;
}
.moshi-card-container .moshi-card .moshi-card__title .new-badge {
  display: inline-block;
  background: #FFF0F0;
  color: #E60000;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 1rem;
}
.moshi-card-container .moshi-card .moshi-card__excerpt {
  color: #aaaaaa;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .moshi-card-container {
    gap: 16px;
  }
  .moshi-card-container .moshi-card {
    padding: 20px;
  }
  .moshi-card-container .moshi-card .moshi-card__meta {
    gap: 6px 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .moshi-card-container .moshi-card .moshi-card__meta {
    gap: 4px 4px;
  }
}
@media screen and (max-width: 767px) {
  .moshi-card-container .moshi-card .moshi-card__title {
    font-size: 1rem;
  }
  .moshi-card-container .moshi-card .moshi-card__excerpt {
    font-size: 0.9rem;
  }
}
.moshi-card-container .moshi-card__body {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.moshi-card-container .moshi-card__excerpt {
  flex: 1 1 auto;
  margin: 0;
}
.moshi-card-container .more-button {
  margin-left: auto;
  position: static !important;
}
.moshi-card-container .moshi-card__body {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.moshi-card-container .moshi-card__excerpt {
  flex: 1;
  margin: 0;
}
.moshi-card-container .more-button {
  position: static;
  margin-left: auto;
  margin-bottom: 2px;
  width: auto;
}

.default-card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 36px 0;
  /* excerpt の幅は自動で最大に */
  /* ボタンを右端に寄せ、無駄スペースを消す */
}
.default-card-container .default-card {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
  padding: 24px 28px 36px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s ease;
}
.default-card-container .default-card:hover {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.default-card-container .default-card .default-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 12px;
}
.default-card-container .default-card .default-card__meta .default-card__date {
  color: #454545;
  font-size: 1rem;
  line-height: 1.2;
}
.default-card-container .default-card .default-card__meta .default-card__cats {
  display: flex;
}
.default-card-container .default-card .default-card__meta .default-card__cat {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  padding: 0px 11px;
  border-radius: 16px;
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.default-card-container .default-card .default-card__meta .default-card__cat--notice {
  background: #3F5362;
}
@media screen and (max-width: 767px) {
  .default-card-container .default-card .default-card__meta .default-card__cat {
    font-size: 10px;
    padding: 0px 8px;
  }
}
.default-card-container .default-card .default-card__meta .default-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.default-card-container .default-card .default-card__meta .default-card__tags .default-card__tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  padding: 0px 11px;
  border-radius: 16px;
  border: 1px solid #DDD;
  background: #F7F7F7;
  color: #666;
}
@media screen and (max-width: 767px) {
  .default-card-container .default-card .default-card__meta .default-card__tags .default-card__tag {
    font-size: 10px;
    padding: 0px 8px;
  }
}
.default-card-container .default-card .default-card__title {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-size: inherit;
  color: inherit;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.125rem;
  color: #333;
  border-top: 1px solid #B7B7B7;
  padding-top: 12px;
  margin-bottom: 10px;
}
.default-card-container .default-card .default-card__title .new-badge {
  display: inline-block;
  background: #FFF0F0;
  color: #E60000;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 1rem;
}
.default-card-container .default-card .default-card__excerpt {
  color: #aaaaaa;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .default-card-container {
    gap: 16px;
  }
  .default-card-container .default-card {
    padding: 20px;
  }
  .default-card-container .default-card .default-card__meta {
    gap: 6px 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .default-card-container .default-card .default-card__meta {
    gap: 4px 4px;
  }
}
@media screen and (max-width: 767px) {
  .default-card-container .default-card .default-card__title {
    font-size: 1rem;
  }
  .default-card-container .default-card .default-card__excerpt {
    font-size: 0.9rem;
  }
}
.default-card-container .default-card__body {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.default-card-container .default-card__excerpt {
  flex: 1 1 auto;
  margin: 0;
}
.default-card-container .more-button {
  margin-left: auto;
  position: static !important;
}
.default-card-container .default-card__body {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.default-card-container .default-card__excerpt {
  flex: 1;
  margin: 0;
}
.default-card-container .more-button {
  position: static;
  margin-left: auto;
  margin-bottom: 2px;
  width: auto;
}

.photon-search-form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
  flex-wrap: nowrap;
}
.photon-search-form input[type=text],
.photon-search-form select {
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
}
.photon-search-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px 36px 8px 12px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='6' height='4' viewBox='0 0 6 4'><path fill='%23777' d='M0 0l3 4 3-4z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 6px 4px;
}
@media (max-width: 480px) {
  .photon-search-form select {
    padding-right: 28px;
    background-position: right 10px center;
  }
}
.photon-search-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1b8d47 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
}
.photon-search-form button:hover {
  background-color: rgb(22.9017857143, 119.5982142857, 60.2232142857) !important;
}
.photon-search-form button:active {
  background-color: rgb(18.8035714286, 98.1964285714, 49.4464285714) !important;
}
@media (max-width: 480px) {
  .photon-search-form {
    justify-content: center;
    gap: 6px;
  }
  .photon-search-form input[type=text] {
    width: 120px;
  }
  .photon-search-form select {
    width: 100px;
  }
  .photon-search-form button {
    padding: 6px 12px;
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */