/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \**************************************************************************************************************/
@charset "UTF-8";
/**
* @mixin heightControl
* @param {Number} $height - 高さの値（デフォルトは100）
* 
* ビューポートの高さに基づいて要素の高さを設定します。
* モバイルブラウザの動的なビューポート高さに対応するためにdvh単位を使用します。
*/
.develop-alert {
  font-size: 1rem;
  color: red;
  margin: 3rem auto;
  padding: 1rem;
  text-align: center;
  border: solid 2px red;
}

s html,
body {
  font-size: 16px;
  color: var(--fd-dark-gray);
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media (min-width: 1280px) {
  s html,
  body {
    font-size: 20px;
  }
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
}

.wrapper {
  position: relative;
  z-index: 0;
}

.main-page article:not(.keyvisual) {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 20px 0;
}
.main-page article:not(.keyvisual).article-bottom-space {
  padding-bottom: 120px;
}
.main-page article:not(.keyvisual) .content {
  margin-top: 30px;
}

@media (min-width: 960px) {
  .main-page article:not(.keyvisual) {
    max-width: 960px;
    padding: 160px 80px 0;
  }
  .main-page article:not(.keyvisual).article-bottom-space {
    padding-bottom: 160px;
  }
  .main-page article:not(.keyvisual) .content {
    margin-top: 60px;
  }
}
@media (min-width: 1280px) {
  .main-page article:not(.keyvisual) {
    padding-left: 0;
    padding-right: 0;
  }
}
.sub-page {
  padding-bottom: 120px;
}
.sub-page > div > .multi-title {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 20px;
}
.sub-page .article {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 20px 0;
}
.sub-page .article-bottom-space {
  padding-bottom: 120px;
}
.sub-page .article:first-of-type {
  padding-top: 0;
}
.sub-page .content {
  margin-top: 30px;
}

@media (min-width: 960px) {
  .sub-page .sub__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
  .sub-page > div > .multi-title {
    max-width: 960px;
    padding-left: 0;
    padding-right: 0;
  }
  .sub-page .article {
    max-width: 960px;
    padding: 160px 0 0;
  }
  .sub-page .article-bottom-space {
    padding-bottom: 160px;
  }
  .sub-page .content {
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .sub-page {
    padding-bottom: 320px;
  }
  .sub-page > div > .multi-title {
    padding: 250px 0 400px;
  }
  .sub-page .content {
    margin-top: 60px;
  }
  .sub-page .article:first-of-type .content:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .sub-page > div > .multi-title {
    padding-left: 0;
    padding-right: 0;
  }
  .sub-page .article {
    padding-left: 0;
    padding-right: 0;
  }
}
.multi-title__heading {
  text-box: trim-both cap alphabetic;
  font-size: 14px;
  font-weight: bold;
  color: var(--fd-dark-blue);
}
.multi-title__subheading {
  text-box: trim-both cap alphabetic;
  font-size: 36px;
  font-weight: bold;
  color: var(--fd-light-blue);
  line-height: 1.35;
  display: block;
  margin-top: 10px;
}
.multi-title__subheading .font-space--3 {
  display: inline-block;
  width: 3em;
}
.multi-title.sub {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (min-width: 960px) {
  .multi-title__heading {
    font-size: 20px;
  }
  .multi-title__subheading {
    font-size: 100px;
    margin-top: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 1280px) {
  .multi-title__subheading {
    font-size: 120px;
  }
}
.underline-title__heading {
  display: inline-block;
  font-size: 24px;
  color: var(--fd-dark-blue);
  font-weight: bold;
  line-height: 1.35;
  text-box: trim-both cap alphabetic;
  margin: 0;
  padding: 0 0 calc(10px + 0.35em);
  position: relative;
  z-index: 0;
}
.underline-title__heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: var(--fd-light-blue);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 1em;
}
.underline-title.double-line .underline-title__heading {
  font-size: 1rem;
  display: block;
}
.underline-title.double-line .underline-title__heading::before {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: var(--fd-light-blue);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.underline-title.double-line .underline-title__heading::after {
  content: "";
  display: block;
  width: 180px;
  height: 3px;
  background: #E2E6EA;
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
}

@media (min-width: 960px) {
  .underline-title__heading {
    font-size: 36px;
  }
  .underline-title__heading::after {
    height: 5px;
  }
  .underline-title.double-line .underline-title__heading {
    font-size: 24px;
  }
  .underline-title.double-line .underline-title__heading::before {
    width: 160px;
    height: 3px;
  }
  .underline-title.double-line .underline-title__heading::after {
    width: 100%;
    height: 3px;
  }
}
@media (min-width: 1280px) {
  .underline-title.double-line .underline-title__heading {
    font-size: 36px;
  }
}
.sideline-title {
  margin: 60px auto 0;
  text-align: center;
}
.sideline-title__heading {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: var(--fd-dark-blue);
  line-height: 1;
  position: relative;
  z-index: 0;
}
.sideline-title__heading::before, .sideline-title__heading::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: var(--fd-light-blue);
  position: absolute;
  z-index: 0;
}
.sideline-title__heading::before {
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}
.sideline-title__heading::after {
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}

@media (min-width: 980px) {
  .sideline-title__heading {
    font-size: 24px;
  }
  .sideline-title__heading::before, .sideline-title__heading::after {
    width: 60px;
  }
  .sideline-title__heading::before {
    left: -80px;
  }
  .sideline-title__heading::after {
    right: -80px;
  }
}
@media (min-width: 1280px) {
  .sideline-title__heading {
    font-size: 28px;
  }
  .sideline-title__heading::before, .sideline-title__heading::after {
    width: 100px;
  }
  .sideline-title__heading::before {
    left: -120px;
  }
  .sideline-title__heading::after {
    right: -120px;
  }
}
.view-more {
  margin-top: 30px;
}
.view-more a {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: var(--fd-dark-blue);
}
.view-more__text {
  font-size: 14px;
  font-weight: bold;
}
.view-more__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--fd-light-blue);
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.view-more__icon--arrow {
  position: relative;
}
.view-more__icon--arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent; /* 高さ16px ÷ 2 = 8px */
  border-bottom: 8px solid transparent; /* 高さ16px ÷ 2 = 8px */
  border-left: 13px solid var(--fd-light-gray); /* 幅13px */
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(50% + 1px + 1px);
  transform: translate(-50%, -50%);
}
.view-more__icon--arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent; /* 高さ16px ÷ 2 = 8px */
  border-bottom: 8px solid transparent; /* 高さ16px ÷ 2 = 8px */
  border-left: 13px solid var(--fd-light-blue); /* 幅13px */
  position: absolute;
  z-index: 2;
  top: 50%;
  left: calc(50% - 3px + 1px);
  transform: translate(-50%, -50%);
}
@keyframes arrow-slide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@media (hover: hover) {
  .view-more:hover .view-more__icon {
    animation: arrow-slide 1s ease-in-out infinite;
  }
}
.view-more {
  text-align: right;
}
.view-more.left {
  text-align: left;
}
.view-more.center {
  text-align: center;
}
.view-more.right {
  text-align: right;
}
.view-more.white a {
  color: var(--fd-light-gray);
}
.view-more.white .view-more__icon {
  background: var(--fd-light-gray);
}
.view-more.white .view-more__icon--arrow::before {
  border-left-color: var(--fd-light-blue);
}
.view-more.white .view-more__icon--arrow::after {
  border-left-color: var(--fd-light-gray);
}
.view-more.list-mini {
  margin-top: 0;
}
.view-more.list-mini a {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.view-more.list-mini .view-more__text {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.view-more.list-mini .view-more__icon {
  width: 30px;
  height: 30px;
}
.view-more.list-mini .view-more__icon--arrow::before, .view-more.list-mini .view-more__icon--arrow::after {
  border-top-width: 5px; /* 高さ10px ÷ 2 = 5px */
  border-bottom-width: 5px; /* 高さ10px ÷ 2 = 5px */
  border-left-width: 11px;
}
.view-more.fz--1rem .view-more__text {
  font-size: 1rem;
}

@media (min-width: 960px) {
  .view-more {
    margin-top: 60px;
  }
  .view-more__text {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .view-more__text {
    font-size: 1rem;
  }
}
@keyframes link-button-hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.link-button,
tr.tr-submit {
  margin-top: 30px;
  text-align: center;
}
.link-button .link-button__link,
.link-button [type=submit],
tr.tr-submit .link-button__link,
tr.tr-submit [type=submit] {
  display: inline-block;
  line-height: 1;
  font-size: 1rem;
  font-weight: bold;
  color: var(--fd-dark-blue);
  border: solid 1px var(--fd-dark-blue);
  min-width: 220px;
  width: auto;
  padding: 9px 1.5em;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  background: var(--fd-white);
}
@media (hover: hover) {
  .link-button .link-button__link,
  .link-button [type=submit],
  tr.tr-submit .link-button__link,
  tr.tr-submit [type=submit] {
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, filter 0.3s ease;
  }
  .link-button .link-button__link:hover,
  .link-button [type=submit]:hover,
  tr.tr-submit .link-button__link:hover,
  tr.tr-submit [type=submit]:hover {
    background: var(--fd-light-blue);
    border-color: var(--fd-light-blue);
    color: var(--fd-white);
    filter: drop-shadow(0px 0px 10px #768eb7);
    animation: link-button-hover 1.5s ease infinite;
  }
}
.link-button.left,
tr.tr-submit.left {
  text-align: left;
}
.link-button.center,
tr.tr-submit.center {
  text-align: center;
}
.link-button.right,
tr.tr-submit.right {
  text-align: right;
}
.link-button.white a,
tr.tr-submit.white a {
  color: var(--fd-light-gray);
}
.link-button.list-mini,
tr.tr-submit.list-mini {
  margin-top: 0;
}
.link-button.list-mini a,
tr.tr-submit.list-mini a {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.link-button.list-mini .link-button, .link-button.list-mini tr.tr-submit__text,
tr.tr-submit.list-mini .link-button,
tr.tr-submit.list-mini tr.tr-submit__text {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.link-button.fz--1rem .link-button, .link-button.fz--1rem tr.tr-submit__text,
tr.tr-submit.fz--1rem .link-button,
tr.tr-submit.fz--1rem tr.tr-submit__text {
  font-size: 1rem;
}

@media (min-width: 960px) {
  .link-button {
    margin-top: 60px;
  }
}
@media (min-width: 1280px) {
  .link-button__link {
    font-size: 26px;
  }
}
.pagination {
  margin: 60px auto 0;
}
.pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 5px;
}
.pagination__item a:not(.start, .end, .start, .end), .pagination__item span:not(.dots) {
  width: 34px;
  height: 34px;
}
.pagination__item a:not(.start, .end), .pagination__item span:not(.dots), .pagination__item .prev, .pagination__item .next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  color: var(--fd-dark-blue);
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.pagination__item a:not(.start, .end)::before, .pagination__item span:not(.dots)::before, .pagination__item .prev::before, .pagination__item .next::before {
  content: "";
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0);
  transition: background 0.3s ease;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagination__item span.current {
  color: var(--fd-light-gray);
}
.pagination__item span.current::before {
  background-color: var(--fd-light-blue);
}
.pagination__item .prev, .pagination__item .next, .pagination__item .start, .pagination__item .end {
  width: auto !important;
  display: inline-block;
  border-radius: 0px;
  color: var(--fd-dark-blue);
  font-weight: bold;
}
.pagination__item .prev::before, .pagination__item .next::before, .pagination__item .start::before, .pagination__item .end::before {
  display: none;
}
.pagination__item .start {
  margin-right: 10px;
}
.pagination__item .end {
  margin-left: 10px;
}
.pagination__item .prev {
  margin-right: 6px;
}
.pagination__item .next {
  margin-left: 6px;
}
.pagination__item .dots {
  background: none;
  color: var(--fd-dark-blue);
  font-weight: bold;
  border: none;
  display: inline-block;
  width: auto;
}

.wpcf7 [type=submit] {
  cursor: pointer !important;
  background: transparent !important;
}
@media (hover: hover) {
  .wpcf7 [type=submit]:hover {
    background: var(--fd-light-blue) !important;
    border-color: var(--fd-light-blue) !important;
    color: var(--fd-white) !important;
    filter: drop-shadow(0px 0px 10px #768eb7) !important;
    animation: link-button-hover 1.5s ease infinite !important;
  }
}

#loading {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #999;
}

#loading_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.loading-one {
  display: inline-block;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.loading-one p.loading-txt {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.25em;
  line-height: 2;
  padding: 2em 0;
}

@keyframes equalizer_loading {
  0% {
    width: 70%;
  }
  10% {
    width: 50%;
  }
  20% {
    width: 100%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 50%;
  }
  50% {
    width: 70%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 100%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 70%;
  }
}
.animation_loading {
  animation: equalizer_loading 7000ms infinite;
  animation-iteration-count: 10;
}

._a {
  max-width: 300px;
  margin: 30px auto 0;
}
._a a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2em 1em;
  border: 1px solid #222222;
  background: linear-gradient(to right, #ffffff 50%, #222222 50%);
  background-size: 200% auto;
  color: #222222;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  position: relative;
}
._a a::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
._a a:hover {
  color: #ffffff;
  background-position: -100% 0;
}
