@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  /* custom color */
  --black: #000;
  --white: #fff;
  --kous-black: #333;
  --gray: #ddd;
  --blue: blue;
  --dark_blue: #2e2e64;
  --main_blue: #0567b2;
  --pale_blue: #d5e2ec;
  --light_blue: #eff6fc;
  --footer_border: #5a5a70;
  --news_border: #707070;
  --main_black: var(--kous-black);
  --border: #ccc;
  --border_gray: #ccc;
  --grad: linear-gradient(90deg, var(--main_blue) 0%, var(--dark_blue) 100%);
  /* template color */
  --main-color: var(--kous-black);
  --main-bg-color: var(--white);
  --main-border-color: #e1e1e1;
  /* footer */
  --footer-menu-border: var(--gray);
  --copyright-bg: var(--gray);
  --copyright-color: var(--footer_border);
  /* hamburger menu */
  --hamburger-trigger-bg: var(--dark_blue);
  --hamburger-trigger-bar: var(--white);
  --hamburger-bg: var(--kous-black);
  --hamburger-border: var(--white);
  --hamburger-color: var(--white);
  /* pagenavi */
  --pagenavi-navi-bg: var(--blue);
  --pagenavi-navi-border: var(--white);
  /* contact page Navi*/
  --form-page-tab: var(--pale_blue);
  --form-tab-border: transparent;
  --form-tab-line: var(--dark_blue);
  --form-page-active: var(--grad);
  --form-active-color: var(--white);
  /* policy */
  --policy-dt-color: var(--kous-black);
  --policy-link-color: var(--main_blue);
  /* 404 */
  --404-h1_color: var(--kous-black);
  --404-p_color: var(--dark_blue);
  --404-menu-border: var(--kous-black);
}

/* form */
.mw_wp_form {
  --form-bg-color: #f8f8f8;
  --form-white: var(--white);
  --form-red: #c50000;
  --form-gray: #95989A;
  --form-border: #cccccc;
  --form-policy-linkcolor: #0969b2;
  --form-go-bg: var(--grad);
  --form-go-color: var(--white);
  --form-back-bg: #0969b2;
}

:root {
  font-size: 16px;
}

.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.aiwaman-fix {
  position: fixed;
  z-index: 5;
  width: clamp(43px, 10.2222222222vw, 92px);
  height: auto;
  bottom: 0;
  right: clamp(17px, 2.34375vw, 30px);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}
.aiwaman-fix figure {
  width: clamp(43px, 10.2222222222vw, 92px);
}
.aiwaman-fix._scend {
  -webkit-animation: poyon 1.1s linear 0s;
          animation: poyon 1.1s linear 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.aiwaman-fix._scroll {
  -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
}

@-webkit-keyframes poyon {
  0% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -30%);
            transform: scale(0.8, 1.4) translate(0%, -30%);
  }
  10% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -10%);
            transform: scale(0.8, 1.4) translate(0%, -10%);
  }
  20% {
    -webkit-transform: scale(1.4, 0.6) translate(0%, 20%);
            transform: scale(1.4, 0.6) translate(0%, 20%);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translate(0%, -5%);
            transform: scale(0.9, 1.1) translate(0%, -5%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -20%);
            transform: scale(0.95, 1.2) translate(0%, -20%);
  }
  50% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -5%);
            transform: scale(0.95, 1.2) translate(0%, -5%);
  }
  60% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes poyon {
  0% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -30%);
            transform: scale(0.8, 1.4) translate(0%, -30%);
  }
  10% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -10%);
            transform: scale(0.8, 1.4) translate(0%, -10%);
  }
  20% {
    -webkit-transform: scale(1.4, 0.6) translate(0%, 20%);
            transform: scale(1.4, 0.6) translate(0%, 20%);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translate(0%, -5%);
            transform: scale(0.9, 1.1) translate(0%, -5%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -20%);
            transform: scale(0.95, 1.2) translate(0%, -20%);
  }
  50% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -5%);
            transform: scale(0.95, 1.2) translate(0%, -5%);
  }
  60% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
.c-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: clamp(30px, 5.3333333333vw, 48px);
  height: auto;
  border: 1px solid var(--white);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-arrow_inner {
  position: relative;
  aspect-ratio: 16/12;
  width: clamp(10px, 1.7777777778vw, 16px);
  height: auto;
}
.c-arrow_inner svg {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 16/12;
  width: clamp(10px, 1.7777777778vw, 16px);
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-arrow_inner svg:nth-of-type(2) {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

.js-blur span {
  display: inline-block;
  list-style: 1px;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  -webkit-transform: scale(0.8) translateY(5px);
          transform: scale(0.8) translateY(5px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.js-blur._visible span {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.c-title_front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(12px, 1.25vw, 16px);
}
.c-title_front p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--dark_blue);
  position: relative;
  padding-bottom: clamp(4px, 0.8888888889vw, 8px);
  overflow: hidden;
  letter-spacing: 0.11em;
  text-indent: 0.11em;
}
.c-title_front p::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--dark_blue);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s 0.5s;
  transition: all 0.3s 0.5s;
}
.c-title_front h2 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(1.75rem, 4.4444444444vw, 2.5rem);
  font-weight: 600;
  color: var(--dark_blue);
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
.c-title_front._w p {
  color: var(--white);
}
.c-title_front._w p::after {
  background: var(--white);
}
.c-title_front._w h2 {
  color: var(--white);
}
.c-title_front.lazy-show p::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.c-title_lower {
  margin-top: clamp(48px, 8.8888888889vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(12px, 1.25vw, 16px);
}
.c-title_lower p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--dark_blue);
  position: relative;
  padding-bottom: clamp(4px, 0.8888888889vw, 8px);
  overflow: hidden;
  letter-spacing: 0.11em;
  text-indent: 0.11em;
}
.c-title_lower p::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--dark_blue);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s 0.5s;
  transition: all 0.3s 0.5s;
}
.c-title_lower h1 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(1.75rem, 4.4444444444vw, 2.5rem);
  font-weight: 600;
  color: var(--dark_blue);
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
.c-title_lower.lazy-show p::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.c-title_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(12px, 1.25vw, 16px);
}
.c-title_cta p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  padding-bottom: clamp(4px, 0.8888888889vw, 8px);
  overflow: hidden;
  letter-spacing: 0.11em;
  text-indent: 0.11em;
}
.c-title_cta p::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--white);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s 0.5s;
  transition: all 0.3s 0.5s;
}
.c-title_cta h2 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(1.75rem, 4.4444444444vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.002em;
  text-indent: 0.002em;
}
.c-title_cta.lazy-show p::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.c-title_flex b {
  display: block;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(1.25rem, 3.1111111111vw, 1.75rem);
  font-weight: 600;
  line-height: 1.75;
  color: var(--dark_blue);
}
.c-title_flex.--num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(24px, 2.5vw, 32px);
  color: var(--dark_blue);
}
.c-title_flex.--num::before {
  content: counter(mycounter, decimal-leading-zero);
  display: block;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.75rem, 6.2222222222vw, 3.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  text-indent: -0.01em;
}
.c-title_flex + p {
  margin-top: clamp(24px, 2.5vw, 32px);
}
.c-title_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(8px, 0.859375vw, 11px);
  padding-left: clamp(16px, 2.6666666667vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 4px solid var(--main_blue);
}
.c-title_line p {
  overflow: hidden;
  color: var(--main_blue);
  font-family: "Jost", sans-serif;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.11em;
  text-indent: 0.11em;
  text-transform: uppercase;
}
.c-title_line h2 {
  font-size: clamp(1.375rem, 3.5555555556vw, 2rem);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .c-title_line h2 {
    line-height: 1.5;
  }
}
.c-title_ch {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.c-title_ch h2 {
  display: block;
  color: var(--dark_blue);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(1.375rem, 3.5555555556vw, 2rem);
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (min-width: 901px) {
  .c-title_ch h2 {
    text-align: center;
  }
}
.c-title_ch h2 + p {
  margin-top: clamp(16px, 2.6666666667vw, 24px);
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-button._center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: clamp(280px, 66.6666666667vw, 300px);
  line-height: 64px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(5, 103, 178)), to(rgb(46, 46, 100)));
  background-image: linear-gradient(90deg, rgb(5, 103, 178), rgb(46, 46, 100));
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.c-button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 0;
}
@media (hover: hover) {
  .c-button a:hover {
    opacity: 1;
    color: var(--white);
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(46, 46, 100)), to(rgb(5, 103, 178)));
    background-image: linear-gradient(90deg, rgb(46, 46, 100), rgb(5, 103, 178));
  }
  .c-button a:hover::before {
    opacity: 1;
  }
}
@media (hover: none) {
  .c-button a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c-button a:active {
    opacity: 1;
    color: var(--white);
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(46, 46, 100)), to(rgb(5, 103, 178)));
    background-image: linear-gradient(90deg, rgb(46, 46, 100), rgb(5, 103, 178));
  }
  .c-button a:active::before {
    opacity: 1;
  }
}

.c-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: clamp(11px, 1.015625vw, 13px);
  padding: 8px 0;
  margin-top: -8px;
  line-height: 1;
}
.c-link::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  background: var(--dark_blue);
  -webkit-transform: all 0;
          transform: all 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.c-link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--dark_blue);
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0;
  transition: all 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.c-link b {
  font-family: "Jost", sans-serif;
  font-size: clamp(0.8125rem, 1.5555555556vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.11em;
  text-indent: 0.11em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-link b:nth-of-type(1) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-link b:nth-of-type(2) {
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.c-link span {
  aspect-ratio: 12/9;
  width: clamp(11px, 1.3333333333vw, 12px);
  height: auto;
}
.c-link span svg {
  width: 100%;
  height: 100%;
}
.c-link span svg path {
  fill: var(--dark_blue);
}
.c-link:hover {
  opacity: 1;
}
.c-link:hover::before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s 0.2s;
  transition: -webkit-transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
}
.c-link:hover b:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.c-link:hover b:nth-of-type(2) {
  position: absolute;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-link._w::before, .c-link._w::after {
  background: var(--white);
}
.c-link._w span svg path {
  fill: var(--white);
}
.c-link_back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: clamp(32px, 3.125vw, 40px);
}
.c-link_back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-link_back a span {
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  width: clamp(20px, 2.6666666667vw, 24px);
  height: auto;
}
.c-link_back a span::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background-color: var(--main_blue);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-link_back a span svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  aspect-ratio: 6/10;
  width: clamp(4px, 0.6666666667vw, 6px);
  height: auto;
}
.c-link_back a span svg path {
  stroke: var(--white);
}
.c-link_back a b {
  display: block;
  overflow: hidden;
  color: transparent;
  font-family: "Jost", sans-serif;
  font-size: clamp(0.75rem, 1.4444444444vw, 0.8125rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-shadow: 0 0 0 var(--main_blue), 0 1.5em 0 var(--main_blue);
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
}
@media (hover: hover) {
  .c-link_back a:hover {
    opacity: 1;
  }
  .c-link_back a:hover span::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
  }
  .c-link_back a:hover b {
    text-shadow: 0 -1.5em 0 var(--main_blue), 0 0 0 var(--main_blue);
  }
}
@media (hover: none) {
  .c-link_back a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c-link_back a:active {
    opacity: 1;
  }
  .c-link_back a:active span::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
  }
  .c-link_back a:active b {
    text-shadow: 0 -1.5em 0 var(--main_blue), 0 0 0 var(--main_blue);
  }
}

.c-bg {
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(40px, 6.25vw, 80px);
  padding-bottom: clamp(40px, 6.25vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.c-bg_photo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.c-bg_photo picture {
  position: relative;
  opacity: 0.2;
}
.c-bg_photo picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6185BB;
  mix-blend-mode: color;
}
.c-bg_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-bg_inner {
  background-color: var(--white);
  margin-top: clamp(40px, 4.375vw, 56px);
  padding-top: clamp(36px, 4.375vw, 56px);
  padding-bottom: clamp(36px, 4.375vw, 56px);
  padding-left: clamp(16px, 12.5vw, 160px);
  padding-right: clamp(16px, 12.5vw, 160px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(12, 51, 136, 0.05);
          box-shadow: 0px 4px 16px 0px rgba(12, 51, 136, 0.05);
}
@media screen and (max-width: 1200px) {
  .c-bg_inner {
    padding-left: clamp(20px, 4.4444444444vw, 40px);
    padding-right: clamp(20px, 4.4444444444vw, 40px);
  }
}
.c-bg_inner .-lead {
  color: var(--dark_blue);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(1.375rem, 3.5555555556vw, 2rem);
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .c-bg_inner .-lead {
    text-align: left;
  }
}
.c-bg_inner .-lead + p {
  margin-top: clamp(16px, 2.6666666667vw, 24px);
}

.c-faq .c-title_lower {
  display: none;
}
@media screen and (max-width: 900px) {
  .c-faq .c-title_lower {
    display: block;
    max-width: 260px;
    margin-bottom: 32px;
  }
}
.c-faq_list {
  background-color: var(--light_blue);
  padding-top: clamp(40px, 4.375vw, 56px);
  padding-bottom: clamp(40px, 4.375vw, 56px);
  padding-left: clamp(20px, 5.625vw, 72px);
  padding-right: clamp(20px, 5.625vw, 72px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-faq_item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-faq_item + .c-faq_item {
  margin-top: 20px;
}
.c-faq .-icon {
  position: absolute;
  aspect-ratio: 1/1;
  width: 15px;
  height: auto;
}
@media screen and (min-width: 501px) {
  .c-faq .-icon {
    top: 50%;
    right: clamp(20px, 2.8125vw, 36px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media screen and (max-width: 500px) {
  .c-faq .-icon {
    top: 28px;
    right: 20px;
  }
}
.c-faq .-icon::before, .c-faq .-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background: var(--white);
  display: block;
}
.c-faq .-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-faq .-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  -webkit-transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
.c-faq .-icon.-open::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-faq dt,
.c-faq dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(16px, 2.5vw, 32px);
  padding-top: clamp(20px, 1.875vw, 24px);
  padding-bottom: clamp(20px, 1.875vw, 24px);
  padding-left: clamp(20px, 2.8125vw, 36px);
  padding-right: clamp(40px, 6.25vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 450px) {
  .c-faq dt,
  .c-faq dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-faq dt::before,
.c-faq dd::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -2px;
  aspect-ratio: 1/1;
  width: 36px;
  height: 36px;
  width: clamp(28px, 4vw, 36px);
  height: clamp(28px, 4vw, 36px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  font-weight: 500;
}
@media screen and (max-width: 450px) {
  .c-faq dt::before,
  .c-faq dd::before {
    top: 0;
    width: 28px;
    height: 28px;
  }
}
.c-faq dt b,
.c-faq dd b {
  display: block;
  font-weight: inherit;
  -ms-flex-line-pack: center;
      align-content: center;
}
.c-faq dt {
  position: relative;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
  color: var(--white);
  background-color: var(--main_blue);
  cursor: pointer;
}
.c-faq dt::before {
  content: "Q";
  background-color: var(--white);
  color: var(--main_blue);
}
.c-faq dd {
  background-color: var(--white);
  color: var(--main_blue);
}
.c-faq dd::before {
  content: "A";
  background-color: var(--main_blue);
  color: var(--white);
}