@charset "UTF-8";
/*
 * foundation
 */
/*
リセットcssを記述
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
/* 基本フォントサイズ設定 */
html {
  font-size: 100%; /* ブラウザのデフォルトのフォントサイズ。大抵は16px */
}

/* //基本フォントサイズ設定 */
body {
  font-family: YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, MS PGothic, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  position: relative;
  color: #333;
  -webkit-font-smoothing: antialiased; /* macで文字が太くなる現象を解消 */
}

html {
  font-size: 100%; /* ブラウザのデフォルトのフォントサイズ。大抵は16px */
}

/* //基本フォントサイズ設定 */
body {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  overflow-x: hidden;
  position: relative;
  color: #333333;
  -webkit-font-smoothing: antialiased; /* macで文字が太くなる現象を解消 */
  font-weight: 700;
}

main {
  padding-top: 5.03125rem;
  overflow: hidden;
}

p {
  line-height: 1.6;
}

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

ul {
  list-style: none;
  padding-left: 0;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.68;
}

/*
 * layout
 */
.l-container928 {
  padding: 0 10px;
  max-width: 948px;
  margin: 0 auto;
}

/*
 * foundation
 */
.l-header {
  padding: 0.59375rem 2.5rem;
  box-shadow: 0 4px 4px rgba(156, 156, 156, 0.25);
  position: fixed;
  background-color: #FFFFFF;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  .l-header {
    padding: 0.9375rem 1.25rem;
  }
}

/*
 * foundation
 */
@media screen and (max-width: 767px) {
  .l-footer {
    padding-left: 5.5263157895vw;
    margin-bottom: 18.4210526316vw;
  }
}
.l-footer__to-top {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer__to-top {
    display: block;
    text-align: right;
    padding-right: 5.2631578947vw;
  }
}
.l-footer__to-top:hover {
  cursor: pointer;
}
.l-footer__to-top span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6315789474vw;
  padding-right: 3.4210526316vw;
  position: relative;
  color: #FFFFFF;
}
.l-footer__to-top span::before {
  content: "";
  width: 2.6315789474vw;
  height: 2.6315789474vw;
  background: url(../img/icon-pagetop.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-footer__copy {
  text-align: center;
  padding: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    padding: 5.2631578947vw 0;
  }
}
.l-footer__copy small {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .l-footer__copy small {
    font-size: 2.6315789474vw;
  }
}

/*
 * object
 */
/*
 * foundation
 */
.c-button-basic {
  border-radius: 5px;
}

/*
 * foundation
 */
.c-title-pattern1 {
  font-size: 2.25rem;
  padding-bottom: 1.1875rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title-pattern1 {
    font-size: 6.3157894737vw;
    padding-bottom: 3.1578947368vw;
  }
}
.c-title-pattern1::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #636363;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-title-pattern1::before {
    width: 10.5263157895vw;
    height: 0.2631578947vw;
  }
}

/*
 * foundation
 */
.c-cta-band {
  color: #FFFFFF;
  padding-top: 3.25rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-cta-band {
    padding-top: 13.1578947368vw;
    padding-bottom: 13.1578947368vw;
  }
}
@media screen and (max-width: 767px) {
  .c-cta-band__inner {
    padding: 0 3.1578947368vw;
  }
}
.c-cta-band__heading {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2.3125rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-cta-band__heading {
    font-size: 4.2105263158vw;
    margin-bottom: 6.8421052632vw;
  }
}
.c-cta-band__list {
  display: flex;
  max-width: 757px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-cta-band__list {
    flex-wrap: wrap;
    row-gap: 7.8947368421vw;
  }
}
.c-cta-band__item--tel {
  width: 51%;
  border-right: 1px solid #FFFFFF;
}
@media screen and (max-width: 767px) {
  .c-cta-band__item--tel {
    width: 100%;
    border-right: none;
  }
}
.c-cta-band__item--form {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .c-cta-band__item--form {
    width: 100%;
  }
}
.c-cta-band__item--form .c-cta-band__item-inner {
  margin-left: auto;
  margin-right: 1.9375rem;
}
@media screen and (max-width: 1023px) {
  .c-cta-band__item--form .c-cta-band__item-inner {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-cta-band__item--form .c-cta-band__item-inner {
    margin-right: -1.9736842105vw;
    margin-left: -1.9736842105vw;
    width: auto;
  }
}
.c-cta-band__item-inner {
  width: max-content;
}
@media screen and (max-width: 1023px) {
  .c-cta-band__item-inner {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-cta-band__item-inner {
    display: flex;
    margin-left: -1.9736842105vw;
    margin-right: -1.9736842105vw;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-cta-band__icon, .c-cta-band__text-wrapper {
    padding: 0 1.9736842105vw;
  }
}
.c-cta-band__icon {
  text-align: center;
  margin-bottom: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .c-cta-band__icon {
    margin-bottom: 0;
    width: 25.7%;
  }
}
@media screen and (max-width: 767px) {
  .c-cta-band__icon img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-cta-band__text-wrapper {
    width: 74.3%;
  }
}
.c-cta-band__label {
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta-band__label {
    font-size: 4.2105263158vw;
    text-align: left;
  }
}
.c-cta-band__tel {
  text-align: center;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-cta-band__tel {
    text-align: left;
    margin-top: -1.3157894737vw;
  }
}
.c-cta-band__tel-prefix {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-cta-band__tel-prefix {
    font-size: 4.2105263158vw;
  }
}
.c-cta-band__tel-link {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .c-cta-band__tel-link {
    font-size: 7.8947368421vw;
  }
}
.c-cta-band__note {
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta-band__note {
    font-weight: 400;
    text-align: left;
    font-size: 3.1578947368vw;
  }
}
.c-cta-band-button-wrapper {
  width: 208px;
  margin: 1.0625rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-cta-band-button-wrapper {
    width: 57.8947368421vw;
    margin: 1.3157894737vw 0 0;
  }
}
.c-cta-band__button {
  font-size: 1.5rem;
  font-weight: 900;
  box-shadow: 2px 2px 4px rgba(3, 37, 83, 0.25);
  display: block;
  text-align: center;
  padding: 0.4375rem 0;
}
@media screen and (max-width: 767px) {
  .c-cta-band__button {
    font-size: 5.2631578947vw;
    padding: 4.0789473684vw 0;
    box-shadow: 0.5263157895vw 0.5263157895vw 1.0526315789vw rgba(3, 37, 83, 0.25);
  }
}

/*
 * foundation
 */
.p-gnav__tgl {
  display: none;
}
.p-gnav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-gnav__logo {
  width: 86px;
}
@media screen and (max-width: 1023px) {
  .p-gnav__logo {
    width: 70px;
  }
}
.p-gnav-nav-list {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1279px) {
  .p-gnav-nav-list {
    gap: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav-nav-list {
    flex-wrap: wrap;
    row-gap: 1.375rem;
    margin-bottom: 60px;
  }
}
.p-gnav-nav-list--contact {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .p-gnav-nav-list--contact {
    flex-wrap: wrap;
  }
}
.p-gnav-nav-list__item {
  display: flex;
  align-items: center;
}
.p-gnav-nav-list__item a {
  font-size: 0.9375rem;
  font-weight: 700;
}
.p-gnav-nav-list__item:not(.p-gnav-nav-list__item--contact) a {
  color: #333333;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .p-gnav-nav-list__item:not(.p-gnav-nav-list__item--contact) a {
    font-size: 0.875rem;
    padding-right: 19px;
  }
}
.p-gnav-nav-list__item:not(.p-gnav-nav-list__item--contact) a::before {
  content: attr(data-text); /* 本文と同じ文字を表示 */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #004AAD, #4A89DE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* テキストの上に重なってもクリック可能に */
}
@media screen and (max-width: 1023px) {
  .p-gnav-nav-list__item:not(.p-gnav-nav-list__item--contact) a::before {
    content: none;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav-nav-list__item:not(.p-gnav-nav-list__item--contact) a::after {
    content: "";
    width: 0.3125rem;
    height: 0.5625rem;
    background: url(../img/icon-arrow-right.svg) no-repeat center center/contain;
    position: absolute;
    top: 55%;
    transform: translatey(-50%);
    right: 0;
  }
}
.p-gnav-nav-list__item:not(.p-gnav-nav-list__item--contact) a:hover {
  color: transparent;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .p-gnav-nav-list__item:not(.p-gnav-nav-list__item--contact) a:hover {
    color: #333333;
    opacity: 0.7;
  }
}
.p-gnav-nav-list__item:not(.p-gnav-nav-list__item--contact) a:hover::before {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .p-gnav-nav-list__item--contact {
    justify-content: center;
  }
}
.p-gnav-nav-list__item--contact a {
  padding: 0.5rem 1.25rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .p-gnav-nav-list__item--contact a {
    padding: 0.75rem 1.25rem;
  }
}
.p-gnav-nav-list__item--contact a:hover {
  opacity: 0.68;
}
@media screen and (max-width: 1023px) {
  .p-gnav-nav-list__item--tel {
    text-align: center;
  }
}
.p-gnav-nav-list__item--tel a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #013579;
  text-align: center;
}
.p-gnav-nav-list__item--tel a span:not(.p-gnav-nav-list__time) {
  font-size: 0.75rem;
}
.p-gnav-nav-list__item--tel a .p-gnav-nav-list__time {
  font-size: 8px;
  display: block;
  margin-top: 3px;
}
.p-gnav__burger-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-gnav__burger-btn {
    display: block;
    width: 25px;
    height: 18px;
    position: fixed;
    top: 31px;
    right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav__burger-btn--close {
    z-index: 995;
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav__bar {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s;
    visibility: visible;
    background: linear-gradient(to right, #004AAD, #4A89DE);
    border-radius: 100vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav__bar--top {
    top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav__bar--mid {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav__bar--bottom {
    bottom: 0;
  }
}
.p-gnav__menu-black-bg {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-gnav__menu-black-bg {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    border: none;
  }
}
.p-gnav__menu-black-bg.blackBg_active {
  visibility: hidden;
}
.p-gnav-nav-wrapper {
  width: auto;
  height: auto;
  position: relative;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
@media screen and (max-width: 1023px) {
  .p-gnav-nav-wrapper {
    width: 40%;
    min-width: 240px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 400;
    transition: 0.6s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateX(100%);
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav-nav-wrapper--pc {
    display: none;
  }
}
.p-gnav-nav-wrapper--sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-gnav-nav-wrapper--sp {
    display: block;
  }
}
.p-gnav-header-nav {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1023px) {
  .p-gnav-header-nav {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding: 115px 30px;
    position: relative;
    z-index: 15;
    display: block;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
  }
}
.p-gnav-header-nav .navbar-nav {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .p-gnav-header-nav .navbar-nav {
    display: block;
  }
}
.p-gnav-header-nav .menu-item {
  color: #FFFFFF;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .p-gnav-header-nav .menu-item {
    margin-bottom: 50px;
    color: #333333;
  }
}
.p-gnav-header-nav .menu-item:last-of-type a {
  border-right: 1px solid #636363;
}
@media screen and (max-width: 1023px) {
  .p-gnav-header-nav .menu-item:last-of-type a {
    border-right: none;
  }
}
.p-gnav-header-nav .menu-item a {
  padding: 1.53125rem 2.5rem;
  display: block;
  border-left: 1px solid #636363;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .p-gnav-header-nav .menu-item a {
    padding: 1.53125rem 1.625rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav-header-nav .menu-item a {
    border-left: none;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav-header-nav .menu-item a {
    overflow: visible;
  }
}
.p-gnav-header-nav .menu-item a::after {
  content: "";
  width: 100%;
  height: 240%;
  display: block;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transform: skewY(-15deg);
  transform: skewY(-15deg);
  position: absolute;
  bottom: -290%;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-gnav-header-nav .menu-item a::after {
    display: none;
  }
}
.p-gnav-header-nav .menu-item a:hover {
  opacity: 1;
}
.p-gnav-header-nav .menu-item a:hover::after {
  bottom: -60%;
}
.p-gnav-header-nav .menu-item-has-children {
  position: relative;
}
.p-gnav-header-nav .menu-item-has-children:hover .p-gnav-sub-menu-wrapper {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 1023px) {
  .p-gnav-header-nav ul li {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav--nav-open .p-gnav-nav-wrapper {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }
}
.p-gnav--nav-open .p-gnav-nav-wrapper .header-nav {
  overflow-y: inherit;
}
@media screen and (max-width: 1023px) {
  .p-gnav--nav-open .p-gnav-nav-wrapper .header-nav {
    overflow-y: auto;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav--nav-open .p-gnav__burger-btn .p-gnav__bar--top {
    transform: translate(-50%, 8px) rotate(45deg);
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav--nav-open .p-gnav__burger-btn .p-gnav__bar--mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav--nav-open .p-gnav__burger-btn .p-gnav__bar--bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav--nav-open .p-gnav__burger-btn--close {
    z-index: 1;
    opacity: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav--nav-open .p-gnav__burger-btn--open {
    z-index: 995;
    opacity: 1;
  }
}
.p-gnav--nav-open .p-gnav__menu-black-bg {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .p-gnav--nav-open .p-gnav__menu-black-bg {
    opacity: 0.3;
    visibility: visible;
  }
}

/*
 * foundation
 */
.p-fv {
  background: url(../img/fv.jpg) no-repeat center center/cover;
  height: 52.7083333333vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: auto;
    background: unset;
  }
}
.p-fv::before {
  content: "";
  width: 55.625vw;
  height: 100%;
  background: linear-gradient(to right, #FFFFFF, transparent);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fv::before {
    content: none;
  }
}
.p-fv-text-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4.0277777778vw;
}
@media screen and (max-width: 767px) {
  .p-fv-text-wrapper {
    padding: 30px 14px;
    position: static;
    transform: translateY(0);
  }
}
.p-fv__lead {
  color: #013579;
  font-size: 1.6666666667vw;
  margin-bottom: 2.0833333333vw;
  border: 0.0694444444vw solid #013579;
  border-radius: 0.6944444444vw;
  position: relative;
  width: fit-content;
  padding: 0.2777777778vw 1.25vw;
}
@media screen and (max-width: 767px) {
  .p-fv__lead {
    font-size: 4.2105263158vw;
    padding: 0.7894736842vw 2.6315789474vw;
    margin-bottom: 3.4210526316vw;
    border: 0.1315789474vw solid #013579;
  }
}
.p-fv__lead::before {
  content: "";
  width: 1.3194444444vw;
  height: 0.0694444444vw;
  background-color: #013579;
  position: absolute;
  bottom: -0.625vw;
  left: 7.9166666667vw;
  transform: rotate(57deg);
}
@media screen and (max-width: 767px) {
  .p-fv__lead::before {
    width: 2.6315789474vw;
    height: 0.1315789474vw;
    bottom: -1.5789473684vw;
    left: 19.4736842105vw;
  }
}
.p-fv-features-list {
  display: flex;
  gap: 1.3888888889vw;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-fv-features-list {
    align-items: flex-end;
    gap: 1.5789473684vw;
  }
}
.p-fv-features-list__item:first-of-type {
  width: 11.7361111111vw;
}
@media screen and (max-width: 767px) {
  .p-fv-features-list__item:first-of-type {
    width: 23.9473684211vw;
  }
}
.p-fv-features-list__item:not(:first-of-type) {
  width: 10.4861111111vw;
}
@media screen and (max-width: 767px) {
  .p-fv-features-list__item:not(:first-of-type) {
    width: calc((100% - 23.9473684211vw) / 3);
  }
}
.p-fv-catch-wrapper {
  color: #013579;
}
.p-fv__catch {
  -webkit-text-stroke: 0.1388888889vw #FFFFFF;
  text-stroke: 0.1388888889vw #FFFFFF;
  text-shadow: 0 0 0.9027777778vw #FFFFFF, 0 0 0.9027777778vw #FFFFFF;
  paint-order: stroke;
  font-size: 4.4444444444vw;
  line-height: 1.2;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .p-fv__catch {
    font-size: 8.4210526316vw;
    line-height: 1.3;
  }
}
.p-fv__catch--sub {
  font-size: 2.2222222222vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv__catch--sub {
    font-size: 5.2631578947vw;
  }
}

/*
 * foundation
 */
.p-concerns__hero {
  background: url(../img/concerns-bg.jpg) no-repeat center center/cover;
  padding-top: 6.25rem;
  padding-bottom: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-concerns__hero {
    padding-top: 13.1578947368vw;
    padding-bottom: 9.7368421053vw;
    background: url(../img/concerns-bg-sp.jpg) no-repeat center center/cover;
  }
}
.p-concerns__title {
  font-size: 2.25rem;
  font-weight: 900;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0 0 1.3px rgba(88, 88, 88, 0.76);
  margin-bottom: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-concerns__title {
    font-size: 5.2631578947vw;
    margin-bottom: 7.8947368421vw;
    text-shadow: 0 0 0.3421052632vw rgba(88, 88, 88, 0.76);
  }
}
.p-concerns__box {
  width: 682px;
  max-width: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.74);
  padding: 3.125rem 5rem 3.4375rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-concerns__box {
    width: 92%;
    padding: 6.5789473684vw 5.2631578947vw;
    border-radius: 1.3157894737vw;
  }
}
.p-concerns-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 21px;
}
.p-concerns-list__item {
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  padding-left: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-concerns-list__item {
    font-size: 3.6842105263vw;
    padding-left: 4.4736842105vw;
  }
}
.p-concerns-list__item::before {
  content: "";
  width: 1rem;
  height: 0.9375rem;
  background: url(../img/icon-checked.svg) no-repeat center center/contain;
  position: absolute;
  top: 0.1875rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-concerns-list__item::before {
    width: 3.6842105263vw;
    height: 3.4210526316vw;
  }
}
.p-concerns__after {
  position: relative;
  color: #013579;
  text-align: center;
  padding-top: 5.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-concerns__after {
    padding: 11.3157894737vw 2.6315789474vw 10.5263157895vw;
  }
}
.p-concerns__after::before {
  content: "";
  width: 100%;
  height: 69px;
  background: linear-gradient(to bottom, #F1F1F1, #FFFFFF);
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-concerns__after::before {
    height: 4.7368421053vw;
  }
}
.p-concerns__after::after {
  content: "";
  width: max(1440px, 100vw);
  height: max(63px, 4.375vw);
  background: url(../img/arrow.png) no-repeat center center/contain;
  position: absolute;
  bottom: max(-60px, -4.1666666667vw);
  left: 50%;
  transform: translatex(-50%);
}
@media screen and (max-width: 767px) {
  .p-concerns__after::after {
    width: 100%;
    height: 3.6842105263vw;
    background: url(../img/arrow-sp.png) no-repeat center center/cover;
    bottom: -3.4210526316vw;
  }
}
.p-concerns__lead, .p-concerns__desc {
  font-size: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .p-concerns__lead, .p-concerns__desc {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-concerns__lead {
    font-size: 3.6842105263vw;
  }
}
@media screen and (max-width: 767px) {
  .p-concerns__desc {
    font-size: 3.9473684211vw;
  }
}
.p-concerns__brand {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-concerns__brand {
    font-size: 5.2631578947vw;
  }
}

/*
 * foundation
 */
.p-features {
  padding-top: 9.6875rem;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-features {
    padding-top: 21.0526315789vw;
    padding-bottom: 19.2105263158vw;
  }
}
.p-features-list {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-features-list {
    margin-top: 10.5263157895vw;
    padding: 0 2.6315789474vw;
    row-gap: 13.1578947368vw;
  }
}
.p-features-item {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-features-item:nth-of-type(even) .p-features-item__body {
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-features-item:nth-of-type(even) .p-features-item__body {
    padding-left: 0;
  }
}
.p-features-item:nth-of-type(odd) .p-features-item__img img {
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 767px) {
  .p-features-item:nth-of-type(odd) .p-features-item__img img {
    border-radius: 1.3157894737vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-features-item:nth-of-type(odd) .p-features-item__body {
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-features-item:nth-of-type(odd) .p-features-item__body {
    padding-right: 0;
  }
}
.p-features-item:nth-of-type(even) .p-features-item__inner {
  flex-direction: row-reverse;
}
.p-features-item:nth-of-type(even) .p-features-item__img img {
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 767px) {
  .p-features-item:nth-of-type(even) .p-features-item__img img {
    border-radius: 1.3157894737vw;
  }
}
.p-features-item__inner {
  display: flex;
  gap: 70px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-features-item__inner {
    flex-wrap: wrap;
    row-gap: 7.8947368421vw;
  }
}
.p-features-item__img {
  width: 50.8%;
}
@media screen and (max-width: 767px) {
  .p-features-item__img {
    width: 100%;
  }
}
.p-features-item__img img {
  box-shadow: 10px 10px 5px rgba(53, 96, 154, 0.1);
}
@media screen and (max-width: 767px) {
  .p-features-item__img img {
    border-radius: 1.3157894737vw;
    box-shadow: 1.0526315789vw 1.0526315789vw 1.3157894737vw rgba(53, 96, 154, 0.1);
  }
}
.p-features-item__body {
  max-width: 385px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-features-item__body {
    width: 100%;
    max-width: unset;
  }
}
.p-features-item__eyebrow {
  font-weight: 200;
  font-size: 0.9375rem;
  margin-bottom: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-features-item__eyebrow {
    font-size: 3.9473684211vw;
    margin-bottom: 1.3157894737vw;
  }
}
.p-features-item__title {
  font-size: 1.25rem;
  margin-bottom: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-features-item__title {
    font-size: 5.2631578947vw;
    margin-bottom: 2.6315789474vw;
  }
}
.p-features-item__text {
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-features-item__text {
    font-size: 3.6842105263vw;
    line-height: 1.6;
  }
}

/*
 * foundation
 */
.p-support {
  padding-top: 6.625rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-support {
    padding-top: 18.4210526316vw;
    padding-bottom: 13.1578947368vw;
  }
}
.p-support__inner {
  padding: 0 10px;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-support__inner {
    padding: 0 2.6315789474vw;
  }
}
.p-support__list {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-support__list {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 7.8947368421vw;
  }
}
.p-support__item {
  width: 33.3333333%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .p-support__item {
    width: 73%;
  }
}
.p-support__item-inner {
  background-color: #F6F6F6;
  box-shadow: 3px 3px 4px rgba(108, 108, 108, 0.15);
  border-radius: 5px;
  padding: 2.5rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-support__item-inner {
    box-shadow: 0.7894736842vw 0.7894736842vw 1.0526315789vw rgba(108, 108, 108, 0.15);
    border-radius: 1.3157894737vw;
    padding: 10.5263157895vw 5.2631578947vw;
  }
}
.p-support__img {
  text-align: center;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-support__img {
    margin-bottom: 4.7368421053vw;
  }
}
.p-support__title {
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-support__title {
    font-size: 4.7368421053vw;
  }
}
.p-support__text {
  text-align: center;
  margin-top: 0.25rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-support__text {
    font-size: 3.6842105263vw;
    line-height: 1.6;
  }
}

/*
 * foundation
 */
.p-plans {
  background-color: #F8F8F8;
  padding-top: 6.5625rem;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-plans {
    padding: 18.4210526316vw 0;
  }
}
.p-plans__lead {
  text-align: center;
  font-weight: 500;
  margin-top: 1.3125rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-plans__lead {
    font-size: 3.1578947368vw;
  }
}
.p-plans__cards {
  max-width: 756px;
  padding: 0 10px;
  margin: 3.3125rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-plans__cards {
    margin-top: 7.8947368421vw;
    padding: 0 2.6315789474vw;
  }
}
.p-plans-card__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -27.5px;
  margin-right: -27.5px;
  row-gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-plans-card__list {
    row-gap: 6.5789473684vw;
  }
}
.p-plans-card__item {
  padding: 0 27.5px;
}
.p-plans-card__item:first-of-type {
  width: 100%;
}
.p-plans-card__item:nth-of-type(2), .p-plans-card__item:nth-of-type(3) {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-plans-card__item:nth-of-type(2), .p-plans-card__item:nth-of-type(3) {
    width: 100%;
  }
}
.p-plans-card__item:nth-of-type(2) .p-plans-card__detail-item, .p-plans-card__item:nth-of-type(3) .p-plans-card__detail-item {
  width: fit-content;
  margin: 0 auto;
}
.p-plans-card__item:nth-of-type(2) .p-plans-card__detail-price span, .p-plans-card__item:nth-of-type(3) .p-plans-card__detail-price span {
  display: block;
  font-weight: 400;
}
.p-plans-card__item-inner {
  box-shadow: 3px 3px 4px rgba(96, 96, 96, 0.25);
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 1.875rem;
  background-color: #FFFFFF;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-plans-card__item-inner {
    border-radius: 1.3157894737vw;
    box-shadow: 0.7894736842vw 0.7894736842vw 1.0526315789vw rgba(96, 96, 96, 0.25);
    padding-bottom: 7.8947368421vw;
  }
}
.p-plans-card__title {
  text-align: center;
  font-size: 1.25rem;
  color: #FFFFFF;
  padding: 1.09375rem 0;
}
@media screen and (max-width: 767px) {
  .p-plans-card__title {
    font-size: 4.7368421053vw;
    padding: 4.7368421053vw 0;
  }
}
.p-plans-card__text-wrapper {
  padding-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-plans-card__text-wrapper {
    padding-top: 5.2631578947vw;
  }
}
.p-plans-card__desc {
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-plans-card__desc {
    font-size: 3.6842105263vw;
  }
}
.p-plans-card__flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-plans-card__flex {
    flex-wrap: wrap;
  }
}
.p-plans-card__detail-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-plans-card__detail-item {
    width: 100%;
  }
}
.p-plans-card__detail-item--survey {
  border-right: 0.5px solid #787878;
  padding-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-plans-card__detail-item--survey {
    border-right: none;
    padding-bottom: 5.2631578947vw;
  }
}
.p-plans-card__detail-item--survey .p-plans-card__detail-item-inner {
  margin-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-plans-card__detail-item--survey .p-plans-card__detail-item-inner {
    margin: 0 auto;
    width: fit-content;
  }
}
.p-plans-card__detail-item--preparation .p-plans-card__detail-item-inner {
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-plans-card__detail-item--preparation .p-plans-card__detail-item-inner {
    margin: 0 auto;
  }
}
.p-plans-card__detail-item-inner {
  width: fit-content;
  margin-left: auto;
  min-width: 240px;
}
@media screen and (max-width: 767px) {
  .p-plans-card__detail-item-inner {
    margin: 0 auto;
  }
}
.p-plans-card__detail-name {
  text-align: center;
  color: #013579;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-plans-card__detail-name {
    font-size: 4.2105263158vw;
    margin-bottom: 3.9473684211vw;
  }
}
.p-plans-card__detail-price {
  line-height: 1.1875;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-plans-card__detail-price {
    font-size: 4.2105263158vw;
    margin-bottom: 3.9473684211vw;
  }
}
.p-plans-card__detail-title {
  font-size: 0.75rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.3125rem;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-plans-card__detail-title {
    font-size: 3.1578947368vw;
    margin-bottom: 1.3157894737vw;
  }
}
.p-plans-card__detail-title::before {
  content: "";
  width: 139px;
  height: 1px;
  background: url(../img/line-dashed.svg) repeat-x center center/cover;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: -152px;
}
@media screen and (max-width: 767px) {
  .p-plans-card__detail-title::before {
    width: 36.5789473684vw;
    height: 0.2631578947vw;
    right: -40vw;
  }
}
.p-plans-card__detail-contents {
  font-size: 0.75rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-plans-card__detail-contents {
    font-size: 3.1578947368vw;
  }
}
.p-plans__notes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5625rem;
  row-gap: 9px;
}
@media screen and (max-width: 767px) {
  .p-plans__notes {
    margin-top: 6.8421052632vw;
    row-gap: 1.0526315789vw;
  }
}
.p-plans__notes-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
  padding-left: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-plans__notes-item {
    font-size: 3.1578947368vw;
    padding-left: 4.7368421053vw;
  }
}
.p-plans__notes-item::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-plans__notes-item::before {
    width: 4.7368421053vw;
    height: 4.7368421053vw;
  }
}
.p-plans__notes-item--info::before {
  background: url(../img/icon-info.png) no-repeat center center/contain;
}
.p-plans__notes-item--warning::before {
  background: url(../img/icon-warning.png) no-repeat center center/contain;
}

/*
 * foundation
 */
.p-members {
  padding-top: 5.9375rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-members {
    padding: 16.3157894737vw 0 18.4210526316vw;
  }
}
@media screen and (max-width: 767px) {
  .p-members .c-title-pattern1 {
    font-size: 5.7894736842vw;
  }
}
.p-members .c-title-pattern1--text-small {
  font-size: 1.75rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-members .c-title-pattern1--text-small {
    font-size: 4.2105263158vw;
  }
}
.p-members-list-wrapper {
  max-width: 1130px;
  padding-left: 15px;
  margin: 3.125rem auto 0;
}
@media screen and (max-width: 1279px) {
  .p-members-list-wrapper {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-members-list-wrapper {
    padding-left: 0;
    margin-top: 6.5789473684vw;
  }
}
.p-members__list {
  display: flex;
  margin-left: -22.5px;
  margin-right: -22.5px;
}
@media screen and (max-width: 767px) {
  .p-members__list {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 7.8947368421vw;
  }
}
.p-members__item {
  width: 25%;
  padding: 0 22.5px;
}
@media screen and (max-width: 767px) {
  .p-members__item {
    width: 81%;
  }
}
.p-members__img {
  position: relative;
}
.p-members__badge {
  color: #FFFFFF;
  font-size: 0.625rem;
  width: fit-content;
  padding: 4px 9.5px;
  position: absolute;
  left: -15px;
  bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-members__badge {
    font-size: 2.6315789474vw;
    padding: 1.0526315789vw 2.5vw;
    left: -3.9473684211vw;
    bottom: 3.1578947368vw;
  }
}
.p-members__body {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-members__body {
    margin-top: 3.9473684211vw;
  }
}
.p-members__name {
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-members__name {
    font-size: 4.7368421053vw;
    margin-bottom: 2.1052631579vw;
  }
}
.p-members__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-members__text {
    font-size: 3.6842105263vw;
  }
}

/*
 * foundation
 */
.p-faq {
  background-color: #F6F6F6;
  padding-top: 6.6875rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 18.4210526316vw 0 13.1578947368vw;
  }
}
.p-faq__item {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    padding-bottom: 3.9473684211vw;
  }
}
.p-faq__item:not(:last-of-type) {
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  .p-faq__item:not(:last-of-type) {
    margin-bottom: 7.8947368421vw;
    border-bottom: 0.2631578947vw solid #333333;
  }
}
.p-faq-wrapper {
  max-width: 1102px;
  margin: 3.125rem auto 0;
  background-color: #FFFFFF;
  padding: 2.125rem 3.125rem 1.875rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-faq-wrapper {
    margin-top: 6.5789473684vw;
    width: 94.5%;
    padding: 7.8947368421vw 2.6315789474vw;
    border-radius: 1.3157894737vw;
  }
}
.p-faq__q-box, .p-faq__a-box {
  font-weight: 500;
}
.p-faq__q-box-inner, .p-faq__a-box-inner {
  position: relative;
  padding-left: 90px;
  padding-right: 66px;
  line-height: 1.1875;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-faq__q-box-inner, .p-faq__a-box-inner {
    padding-left: 7.3684210526vw;
    padding-right: 13.1578947368vw;
  }
}
.p-faq__icon {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-faq__icon {
    width: 5.7894736842vw;
    height: 5.7894736842vw;
  }
}
.p-faq__icon-inner {
  font-weight: 700;
  font-size: 2.25rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-faq__icon-inner {
    font-size: 3.4210526316vw;
  }
}
.p-faq__q-box {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__q-box {
    font-size: 4.2105263158vw;
  }
}
.p-faq__q-box::before {
  content: "";
  width: 28px;
  height: 21px;
  background: url(../img/icon-arrow-grad-blue.svg) no-repeat center center/contain;
  position: absolute;
  top: 20px;
  right: 33px;
  transition: all 0.3s;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-faq__q-box::before {
    width: 3.1578947368vw;
    height: 2.6315789474vw;
    top: 22%;
    right: 2.6315789474vw;
    transform: rotate(180deg) translateY(-50%);
  }
}
.p-faq__q-box:has(.is-accordion-head-opened)::before {
  transform: rotate(0);
}
.p-faq__q-box-inner {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}
@media screen and (max-width: 767px) {
  .p-faq__q-box-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-faq__q-box .p-faq__icon-inner {
  color: #FFFFFF;
  top: 40%;
}
.p-faq__a-box {
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-faq__a-box {
    font-size: 3.6842105263vw;
    padding-top: 3.9473684211vw;
  }
}
.p-faq__a-box-inner {
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-faq__a-box-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-faq__a-box .p-faq__icon {
  top: 38%;
}
.p-faq__a-box .p-faq__icon::before {
  content: "";
  width: 58px;
  height: 58px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-faq__a-box .p-faq__icon::before {
    width: 5.5263157895vw;
    height: 5.5263157895vw;
  }
}
.p-faq__a-box .p-faq__icon-inner {
  background: linear-gradient(to right, #004AAD, #4A89DE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  z-index: 2;
  top: 45%;
}

/*
 * foundation
 */
.p-contact {
  text-align: center;
  padding-top: 6.0625rem;
  padding-bottom: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-top: 13.1578947368vw;
    padding-bottom: 19.7368421053vw;
  }
}
.p-contact__inner {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 0 2.6315789474vw;
  }
}
.p-contact__message {
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-contact__message {
    font-size: 3.6842105263vw;
  }
}
.p-contact__title {
  font-size: 1.75rem;
  color: #013579;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 5.2631578947vw;
    margin-bottom: 5.2631578947vw;
  }
}
.p-contact__title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
}
.p-contact__title--tel {
  padding-left: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__title--tel {
    padding-left: 5vw;
  }
}
.p-contact__title--tel::before {
  width: 1.3125rem;
  height: 2.8125rem;
  background: url(../img/icon-phone-navy.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-contact__title--tel::before {
    width: 3.9473684211vw;
    height: 8.4210526316vw;
  }
}
.p-contact__title--form {
  padding-left: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__title--form {
    padding-left: 13.1578947368vw;
  }
}
.p-contact__title--form::before {
  width: 3.3125rem;
  height: 2rem;
  background: url(../img/icon-pc-navy.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-contact__title--form::before {
    width: 11.0526315789vw;
    height: 6.8421052632vw;
  }
}
.p-contact-tel-wrapper {
  margin-top: 2.9375rem;
  margin-bottom: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-tel-wrapper {
    margin-top: 13.1578947368vw;
    margin-bottom: 13.1578947368vw;
  }
}
.p-contact__tel-box {
  background-color: #F6F6F6;
  max-width: 585px;
  margin: 1.25rem auto 0.625rem;
  padding: 1.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-box {
    margin-top: 5.2631578947vw;
    margin-bottom: 2.6315789474vw;
    padding: 5.2631578947vw 4.2105263158vw;
  }
}
.p-contact__tel-link {
  font-size: 2.25rem;
  color: #013579;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-link {
    font-size: 8.4210526316vw;
  }
}
.p-contact__tel-link span {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-link span {
    font-size: 3.6842105263vw;
  }
}
.p-contact__tel-time {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-time {
    font-size: 3.6842105263vw;
    margin-top: 2.1052631579vw;
  }
}
.p-contact__note {
  font-size: 0.75rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-contact__note {
    font-size: 3.1578947368vw;
  }
}
.p-contact-form__must {
  color: #BC3636;
}
.p-contact-form__input {
  max-width: 600px;
  margin: 0 auto;
}
.p-contact-form__message {
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__message {
    font-size: 3.6842105263vw;
    margin-top: 12.6315789474vw;
  }
}
.p-contact-form__button-wrapper {
  width: 200px;
  margin: 0 auto;
}
.p-contact-form__submit {
  background: #D9D9D9;
  color: #FFFFFF;
  cursor: not-allowed;
  transition: background-color 0.3s;
  box-shadow: 2px 2px 4px rgba(3, 37, 83, 0.25);
  font-size: 1.5rem;
  font-weight: 900;
  padding: 0.625rem 0;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit {
    font-size: 5.2631578947vw;
    box-shadow: 0.5263157895vw 0.5263157895vw 1.0526315789vw rgba(3, 37, 83, 0.25);
    padding: 2.6315789474vw 0;
  }
}
.p-contact-form__submit.enabled {
  cursor: pointer;
  background: linear-gradient(to right, #FE9023, #FCBD30);
}
.p-contact__form-box {
  max-width: 735px;
  margin: 3.125rem auto 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-contact__form-box {
    margin-top: 50px;
  }
}
.p-contact__form-box dl:not(:last-of-type) {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form-box dl:not(:last-of-type) {
    margin-bottom: 5.2631578947vw;
  }
}
.p-contact__form-box dl dt {
  color: #013579;
  font-weight: 500;
  margin-bottom: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form-box dl dt {
    margin-bottom: 5;
  }
}
.p-contact__form-box input[type=text],
.p-contact__form-box input[type=email],
.p-contact__form-box input[type=tel],
.p-contact__form-box textarea {
  background-color: #F6F6F6;
  width: 100%;
  padding: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form-box input[type=text],
  .p-contact__form-box input[type=email],
  .p-contact__form-box input[type=tel],
  .p-contact__form-box textarea {
    padding: 2.6315789474vw;
  }
}
.p-contact__form-box input[type=checkbox] {
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  width: 21px;
  height: 21px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__form-box input[type=checkbox] {
    border: 0.2631578947vw solid #D9D9D9;
    border-radius: 0.5263157895vw;
    width: 5.5263157895vw;
    height: 5.5263157895vw;
  }
}
.p-contact__form-box input[type=checkbox]:checked::before {
  position: absolute;
  top: 3px;
  left: 6px;
  transform: rotate(50deg);
  width: 7px;
  height: 11px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-contact__form-box input[type=checkbox]:checked::before {
    top: 0.7894736842vw;
    left: 1.5789473684vw;
    width: 1.8421052632vw;
    height: 2.8947368421vw;
    border-right: 0.5263157895vw solid #000;
    border-bottom: 0.5263157895vw solid #000;
  }
}
.p-contact__form-box input {
  height: 47px;
}
@media screen and (max-width: 767px) {
  .p-contact__form-box input {
    height: 12.3684210526vw;
  }
}
.p-contact__form-box textarea {
  height: 135px;
}
@media screen and (max-width: 767px) {
  .p-contact__form-box textarea {
    height: 35.5263157895vw;
  }
}
.p-contact__form-box .js-mw-checkbox {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form-box .js-mw-checkbox {
    margin-top: 5.2631578947vw;
    margin-bottom: 13.1578947368vw;
  }
}
.p-contact__form-box .mwform-checkbox-field-text a {
  text-decoration: underline;
  color: #013579;
}
.p-contact__form-note {
  font-size: 0.625rem;
  color: #013579;
  margin-bottom: 1.75rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-contact__form-note {
    font-size: 2.6315789474vw;
    margin-bottom: 7.3684210526vw;
  }
}

/* 有効化時 */
.p-contact-form__submit.enabled {
  background-color: #007bff; /* 有効時の色に変更 */
  cursor: pointer;
}

.p-thanks {
  padding-top: 6.25rem;
  padding-bottom: 7.9375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding-top: 18.4210526316vw;
    padding-bottom: 19.7368421053vw;
  }
}
.p-thanks-inner {
  max-width: 1032px;
  margin: 0 auto;
  padding: 0 6px;
}
.p-thanks__lead {
  font-size: 1.25rem;
  font-weight: 900;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__lead {
    font-size: 3.9473684211vw;
    margin-bottom: 2.6315789474vw;
  }
}
.p-thanks__message {
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__message {
    font-size: 3.6842105263vw;
    line-height: 1.6;
    margin-bottom: 7.8947368421vw;
  }
}
.p-thanks-tel__message {
  line-height: 1.2;
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-thanks-tel__message {
    font-size: 3.6842105263vw;
  }
}
.p-thanks__button {
  width: 444px;
  margin: 5rem auto 0;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .p-thanks__button {
    margin-top: 7.8947368421vw;
  }
}
.p-thanks__button a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  padding: 17px 0;
  display: block;
  box-shadow: 2px 2px 4px rgba(3, 37, 83, 0.25);
}
@media screen and (max-width: 767px) {
  .p-thanks__button a {
    font-size: 4.7368421053vw;
    padding: 3.4210526316vw 0;
  }
}

/*
 * foundation
 */
.p-fixed-cta {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fixed-cta {
    display: block;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
    visibility: visible;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
.p-fixed-cta.fixed-cta-fadein {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.p-fixed-cta-inner {
  display: flex;
}
.p-fixed-cta__item {
  width: 50%;
}
.p-fixed-cta__item--tel a {
  background-color: #024299;
}
.p-fixed-cta__item--tel a span {
  padding-left: 5.7894736842vw;
}
.p-fixed-cta__item--tel a span::before {
  width: 3.1578947368vw;
  height: 6.8421052632vw;
  background: url(../img/icon-phone-simple.svg) no-repeat center center/contain;
}
.p-fixed-cta__item--email {
  background-color: #013579;
}
.p-fixed-cta__item--email span {
  padding-left: 9.4736842105vw;
}
.p-fixed-cta__item--email span::before {
  width: 6.8421052632vw;
  height: 5.2631578947vw;
  background: url(../img/icon-email-simple.svg) no-repeat center center/contain;
}
.p-fixed-cta__item a {
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 3.6842105263vw;
  font-weight: 900;
  padding: 7.1052631579vw 0;
}
.p-fixed-cta__item a span {
  position: relative;
}
.p-fixed-cta__item a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*
 * foundation
 */
/* 下から上にフェードイン */
.fade-in-from-bottom-elm {
  opacity: 0;
  transition: translate 1.2s ease, opacity 0.8s ease;
  translate: 0 20px;
}

.fade-in-from-bottom-elm.js-scrolled {
  opacity: 1;
  translate: 0;
}

@keyframes fade-in-from-bottom-x-center {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
/* //下から上にフェードイン */
/* 左から右にフェードイン */
.fade-in-from-left-elm {
  opacity: 0;
  transform: translateX(-20px);
}

.fade-in-from-left-elm.scrolled {
  animation: fade-in-from-left 1s linear forwards;
}

@keyframes fade-in-from-left {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* //左から右にフェードイン */
/* 右から左にフェードイン */
.fade-in-from-right-elm {
  opacity: 0;
  transform: translateX(20px);
}

.fade-in-from-right-elm.scrolled {
  animation: fade-in-from-right 1s linear forwards;
}

@keyframes fade-in-from-right {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* //右から左にフェードイン */
/*
 * foundation
 */
/* フォントウェイト */
.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* //フォントウェイト */
/* color */
/* bg-color */
.u-bg-grad-blue {
  background: linear-gradient(to right, #004AAD, #4A89DE);
}

.u-bg-grad-blue--triple {
  background: linear-gradient(to right, #004AAD 0%, #3098CB 56%, #5DE0E6 100%);
}

.u-bg-grad-orange {
  background: linear-gradient(to right, #FE9023, #FCBD30);
}

.u-bg-grad-white {
  background: linear-gradient(to bottom, #F6F6F6, #FFFFFF);
}

/* display */
.u-d-none {
  display: none;
}

@media screen and (max-width: 1279px) {
  .u-d-xl-none {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .u-d-xl-block {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .u-d-lg-none {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .u-d-lg-block {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-d-md-none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-d-md-block {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .u-d-sm-none {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .u-d-sm-block {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .u-d-xs-none {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */