@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

html.is-locked,
body.is-locked {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

a {
  display: inline-block;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

body.is-locked {
  overflow: hidden;
}

.l-header {
  position: relative;
  width: 100%;
  background: #1C2A5B;
  -webkit-box-shadow: 0 0.25rem 5rem rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 0.25rem 5rem rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
  }
}

.l-header__inner {
  width: 100%;
  height: 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 4.375rem;
    padding: 0 1.25rem;
  }
}

.l-header__logo {
  width: 100%;
  max-width: 17.5625rem;
}
@media screen and (max-width: 1400px) {
  .l-header__logo {
    max-width: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 13.1875rem;
  }
}
.l-header__logo a {
  display: block;
  width: 100%;
}
.l-header__logo a:hover {
  opacity: 0.6;
}

.l-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__wrapper {
    display: none;
  }
}

.l-header-nav {
  margin-right: 4.25rem;
}
@media screen and (max-width: 1400px) {
  .l-header-nav {
    margin-right: 2.5rem;
  }
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.875rem;
}
@media screen and (max-width: 1400px) {
  .l-header-nav__lists {
    gap: 2.5rem;
  }
}

.l-header-nav__list,
.l-header-nav__link {
  color: #ECC16F;
  font-size: 1.0625rem;
  line-height: 1.9;
}

.l-header-nav__link {
  position: relative;
}
.l-header-nav__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
  height: 2px;
  background: #ECC16F;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header-nav__link:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}

.l-header-nav__list--sub span {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__list--sub span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 0rem;
}
.l-header-nav__list--sub span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
  height: 2px;
  background: #ECC16F;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header-nav__list--sub:hover span::before {
  height: 6.875rem;
}
.l-header-nav__list--sub:hover span::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.l-header-nav__list--sub:hover .l-header-nav__subLists {
  z-index: 97;
  opacity: 1;
  max-height: 18.75rem;
  border-bottom: 2px solid #ECC16F;
  overflow: visible;
}

.l-header-nav__subLists {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.375rem;
  padding: 0rem 2.5rem;
  background: #fff;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header-nav__subList {
  color: #000000;
  font-size: 1rem;
  line-height: 1.9;
  padding: 1.375rem 0;
}

.l-header-nav__subLink {
  position: relative;
  color: #000000;
  font-size: 1rem;
  line-height: 1.9;
  padding-left: 0.8125rem;
}
.l-header-nav__subLink::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 0.25rem;
  height: 0.125rem;
  background: #ECC16F;
}
.l-header-nav__subLink:hover {
  color: #ECC16F;
}

.l-header-tel {
  color: #ECC16F;
  font-size: 0.875rem;
  line-height: 1.2;
  margin-right: 2.375rem;
}
.l-header-tel span {
  display: block;
  font-size: 2rem;
}
.l-header-tel:hover {
  opacity: 0.6;
}

.l-header-button {
  position: relative;
  width: 14.375rem;
  height: 6.875rem;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#ECC16F), to(#ECAD35));
  background: linear-gradient(90deg, #ECC16F 0%, #ECAD35 100%);
}
.l-header-button::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ECC16F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-button:hover::after {
  z-index: 2;
  opacity: 1;
}

.l-header-button__box {
  position: relative;
  z-index: 3;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.l-header-button__box::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.8125rem;
  height: 1.6875rem;
  background-image: url(../imgs/pc/line_gold.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-header-button__text {
  display: block;
  font-size: 1.625rem;
  line-height: 1.3;
  font-style: 500;
  text-align: center;
}
.l-header-button__text span {
  font-size: 1.25rem;
}

.l-header-switch {
  position: fixed;
  z-index: 99;
  top: -100%;
  left: 0;
  width: 100%;
  background: #1C2A5B;
  -webkit-box-shadow: 0 0.25rem 5rem rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 0.25rem 5rem rgba(0, 0, 0, 0.1607843137);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-switch {
    display: none;
  }
}
.l-header-switch.active {
  top: 0%;
}

.l-header-switch__inner {
  width: 100%;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.9375rem;
  padding-right: 2.6875rem;
}

.l-header-switch__logo {
  width: 100%;
  max-width: 15.75rem;
}
@media screen and (max-width: 1400px) {
  .l-header-switch__logo {
    max-width: 15rem;
  }
}
.l-header-switch__logo a {
  display: block;
  width: 100%;
}
.l-header-switch__logo a:hover {
  opacity: 0.6;
}

.l-header-switch__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header-switch__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8125rem;
}

.l-header-switch__tel {
  width: 1.625rem;
}
.l-header-switch__tel:hover {
  opacity: 0.6;
}

.l-header-switch__line {
  width: 1.8125rem;
}
.l-header-switch__line:hover {
  opacity: 0.6;
}

.l-header-float {
  position: fixed;
  z-index: -1;
  opacity: 0;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 7.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  padding-left: 3.125rem;
  padding-right: 2.375rem;
  border-bottom: 0.3125rem solid #ECC16F;
  background: #1C2A5B;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .l-header-float {
    padding-left: 2.5rem;
    padding-right: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header-float {
    height: 3.5rem;
    gap: 0rem;
    padding-left: 0.625rem;
    padding-right: 0.375rem;
    border-bottom: 0.25rem solid #ECC16F;
  }
}

.l-header-float__text {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-top: 0.5rem;
}
@media screen and (max-width: 1400px) {
  .l-header-float__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header-float__text {
    display: none;
  }
}

.l-header-float__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #1C2A5B;
}
@media screen and (max-width: 767px) {
  .l-header-float__box {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}

.l-header-floatTel {
  color: #ECC16F;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .l-header-floatTel {
    font-size: 0.5rem;
  }
}
.l-header-floatTel span {
  display: block;
  font-size: 2.125rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .l-header-floatTel span {
    font-size: 1.1875rem;
  }
}
.l-header-floatTel:hover {
  opacity: 0.6;
}

.l-header-floatButton {
  position: relative;
  width: 18.25rem;
  height: 3.875rem;
  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;
  padding-right: 0.8125rem;
  background: -webkit-gradient(linear, left top, right top, from(#ECC16F), to(#ECAD35));
  background: linear-gradient(90deg, #ECC16F 0%, #ECAD35 100%);
  border-radius: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-header-floatButton {
    width: 11.6875rem;
    height: 2.0625rem;
    padding-left: 0.8125rem;
  }
}
.l-header-floatButton::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.375rem;
  width: 0.75rem;
  height: 1px;
  background: #181818;
}
@media screen and (max-width: 767px) {
  .l-header-floatButton::before {
    right: 1.0625rem;
    width: 0.5625rem;
  }
}
.l-header-floatButton::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ECC16F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-floatButton:hover::after {
  z-index: 2;
  opacity: 1;
}

.l-header-floatButton__box {
  position: relative;
  z-index: 3;
  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;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-header-floatButton__box {
    gap: 0.375rem;
  }
}
.l-header-floatButton__box::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.0625rem;
  width: 1.8125rem;
  height: 1.6875rem;
  background-image: url(../imgs/pc/line_gold.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .l-header-floatButton__box::before {
    width: 1.125rem;
    height: 1.0625rem;
  }
}

.l-header-floatButton__text {
  display: block;
  font-size: 1.375rem;
  line-height: 1.3;
  font-style: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header-floatButton__text {
    font-size: 0.875rem;
  }
}
.l-header-floatButton__text span {
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .l-header-floatButton__text span {
    font-size: 0.6875rem;
  }
}

.l-header-float.active {
  z-index: 10;
  opacity: 1;
  bottom: 0;
}

.l-main {
  contain: paint;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 4.375rem;
  }
}

.l-main--pt0 {
  padding-top: 0rem;
}

.l-footer {
  width: 100%;
  color: #ECC16F;
  padding: 4.5rem 2.5rem 7.5rem 2.5rem;
  background: #1C2A5B;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 2.375rem 1.375rem 4.375rem 1.375rem;
  }
}

.l-footer__inner {
  width: 100%;
  max-width: 69.25rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.125rem;
  }
}

.l-footer__logo {
  width: 100%;
  display: block;
  width: 100%;
  max-width: 23.1875rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    max-width: 16rem;
    margin: 0 auto;
  }
}
.l-footer__logo:hover {
  opacity: 0.6;
}

.l-footer__address {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.011em;
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    margin-top: 2.375rem;
  }
}

.l-footer__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__group {
    gap: 1.875rem;
  }
}

.l-footer__tel {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.011em;
}

.l-footer__fax {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.011em;
}

.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    gap: 0.875rem;
  }
}

.l-footer-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5625rem 3.25rem;
  }
}

.l-footer-nav__list {
  font-size: 0.875rem;
  line-height: 1.9;
}

.l-footer-nav__link {
  font-size: 0.875rem;
  line-height: 1.9;
}
.l-footer-nav__link:hover {
  opacity: 0.6;
}

.l-footer-nav__subLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.l-footer-nav__subList {
  font-size: 0.75rem;
  line-height: 1.9;
}

.l-footer-nav__subLink {
  font-size: 0.75rem;
  line-height: 1.9;
}
.l-footer-nav__subLink:hover {
  opacity: 0.6;
}

.l-footer__snsBpx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__snsBpx {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0.3125rem;
    margin-top: 2.875rem;
  }
}

.l-footer__sns {
  display: block;
}
.l-footer__sns:hover {
  opacity: 0.6;
}
.l-footer__sns img {
  width: auto;
  height: 1.375rem;
}

.l-footer__small {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.011em;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__small {
    margin-top: 2.75rem;
  }
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    cursor: pointer;
    position: fixed;
    z-index: 99;
    display: block;
    top: 1.5625rem;
    right: 1.375rem;
    width: 1.25rem;
    height: 1.0625rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  right: 0rem;
  width: 1.25rem;
  height: 1px;
  background: #ECC16F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: 0rem;
}
.c-hamburger span:nth-of-type(2) {
  top: 0.5rem;
  width: 0.75rem;
}
.c-hamburger span:nth-of-type(3) {
  top: 1rem;
}

.c-hamburger.active span:nth-of-type(1) {
  top: 0.4375rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.c-hamburger.active span:nth-of-type(2) {
  display: none;
}
.c-hamburger.active span:nth-of-type(3) {
  top: 0.4375rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5.3125rem 1.25rem 3.75rem 1.25rem;
  background: #1C2A5B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__lists {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.625rem;
}

.c-hamburger-nav__list {
  color: #ECC16F;
  font-size: 1.0625rem;
  line-height: 1.9;
  text-align: center;
}

.c-hamburger-nav__link {
  color: #ECC16F;
  font-size: 1.0625rem;
  line-height: 1.9;
}
.c-hamburger-nav__link:hover {
  opacity: 0.6;
}

.c-hamburger-nav__subLists {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.25rem;
  margin-top: 0.3125rem;
}

.c-hamburger-nav__subList {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.9;
}

.c-hamburger-nav__subLink {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.9;
}
.c-hamburger-nav__subLink:hover {
  opacity: 0.6;
}

.c-hamburger-navButton {
  position: relative;
  width: 14.8125rem;
  height: 2.5625rem;
  margin: 2.5rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0.8125rem;
  background: -webkit-gradient(linear, left top, right top, from(#ECC16F), to(#ECAD35));
  background: linear-gradient(90deg, #ECC16F 0%, #ECAD35 100%);
  border-radius: 5rem;
  overflow: hidden;
}
.c-hamburger-navButton::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.875rem;
  width: 0.6875rem;
  height: 1px;
  background: #181818;
}
.c-hamburger-navButton::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ECC16F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-navButton:hover::after {
  z-index: 2;
  opacity: 1;
}

.c-hamburger-navButton__box {
  position: relative;
  z-index: 3;
  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;
  gap: 0.375rem;
}
.c-hamburger-navButton__box::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.125rem;
  height: 1.0625rem;
  background-image: url(../imgs/pc/line_gold.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-hamburger-navButton__text {
  display: block;
  font-size: 0.875rem;
  line-height: 1.3;
  font-style: 500;
  text-align: center;
}
.c-hamburger-navButton__text span {
  font-size: 0.6875rem;
}

.c-hamburger-nav__snsBpx {
  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;
  gap: 1.5625rem;
  padding-left: 0.3125rem;
  margin-top: 2.9375rem;
}

.c-hamburger-nav__sns {
  display: block;
}
.c-hamburger-nav__sns:hover {
  opacity: 0.6;
}
.c-hamburger-nav__sns img {
  width: auto;
  height: 1.375rem;
}

.c-hamburger-nav.active {
  opacity: 1;
  z-index: 97;
}

.c-title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.011em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1rem;
  }
}
.c-title::before {
  content: attr(data-en);
  display: block;
  color: #1C2A5B;
  font-family: "EB Garamond", serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-title::before {
    font-size: 3.125rem;
    margin-bottom: 0rem;
  }
}
.c-title::after {
  content: "";
  display: block;
  position: relative;
  width: 2.875rem;
  height: 0.25rem;
  background: #2B4089;
  margin: 1.1875rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-title::after {
    width: 1.25rem;
    height: 0.1875rem;
    margin-top: 0.5625rem;
  }
}

.c-title--white {
  color: #fff;
}
.c-title--white::before {
  color: #fff;
}

.c-title--noBar::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-title--mbSp::before {
    margin-bottom: 0.875rem;
  }
}

.c-breadcrumb {
  width: 100%;
  padding: 1.5625rem 2.5rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 0.75rem 1.25rem 0 1.25rem;
  }
}

.c-breadcrumb__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__lists {
    gap: 1.75rem;
  }
}

.c-breadcrumb__list {
  position: relative;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    font-size: 0.5625rem;
  }
}
.c-breadcrumb__list::after {
  content: "〉";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 0.875rem);
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list::after {
    left: calc(100% + 0.625rem);
  }
}

.c-breadcrumb__list--last {
  color: #7A7A7A;
}
.c-breadcrumb__list--last::after {
  display: none;
}
.c-breadcrumb__list--last .c-breadcrumb__link {
  color: #000000;
}

.c-breadcrumb__link {
  display: inline-block;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__link {
    font-size: 0.5625rem;
  }
}
.c-breadcrumb__link:hover {
  opacity: 0.6;
}

.c-button {
  position: relative;
  width: 100%;
  max-width: 19.125rem;
  height: 4.125rem;
  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;
  color: #fff;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.011em;
  background: #1C2A5B;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-button {
    max-width: 100%;
  }
}
.c-button::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.125rem;
  width: 0.875rem;
  height: 1px;
  background: #ECC16F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button span {
  position: relative;
  z-index: 2;
}
.c-button:hover {
  color: #1C2A5B;
  background: #ECC16F;
}
.c-button:hover::before {
  background: #1C2A5B;
}

.c-button--min {
  font-size: 0.875rem;
  height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-button--min {
    height: 3rem;
    font-size: 0.8125rem;
  }
}
.c-button--min::before {
  right: 1.1875rem;
  width: 0.8125rem;
}

.c-button--back::before {
  right: auto;
  left: 1.125rem;
}

.c-area {
  width: 100%;
  max-width: 92.5rem;
  padding: 3rem 1.75rem 3rem 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-area {
    max-width: 100%;
    padding: 2rem 1.75rem 2.625rem 1.25rem;
  }
}

.c-area__title {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.011em;
}

.c-area__text {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: -0.011em;
  margin-top: 0.9375rem;
}

.c-features {
  width: 100%;
  padding: 3.125rem 0rem 11.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .c-features {
    padding: 1.875rem 1.25rem 5rem 1.25rem;
  }
}

.c-features--pd {
  padding: 5.625rem 0rem 13.75rem 0rem;
}
@media screen and (max-width: 767px) {
  .c-features--pd {
    padding: 4.375rem 1.25rem 9rem 1.25rem;
  }
}

.c-features__inner {
  width: 100%;
}

.c-featuresCard {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.375rem;
  margin-top: 5.4375rem;
}
@media screen and (max-width: 767px) {
  .c-featuresCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.25rem;
    margin-top: 3rem;
  }
}

.c-featuresCard--mt {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .c-featuresCard--mt {
    margin-top: 3.75rem;
  }
}

.c-featuresCard__title {
  color: #1C2A5B;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-featuresCard__title {
    font-size: 1.75rem;
  }
}
.c-featuresCard__title::before {
  content: attr(data-en);
  display: block;
  color: #ECC16F;
  font-family: "EB Garamond", serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.004em;
}
@media screen and (max-width: 767px) {
  .c-featuresCard__title::before {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
}

.c-featuresCard__text {
  max-width: 27.9375rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-top: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .c-featuresCard__text {
    max-width: 100%;
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.c-featuresCard__imgBox {
  width: 100%;
  max-width: 37.0945945946%;
}
@media screen and (max-width: 767px) {
  .c-featuresCard__imgBox {
    max-width: 100%;
  }
}

.c-featuresCard__img {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0.25rem 5rem rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 0.25rem 5rem rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 767px) {
  .c-featuresCard__img {
    width: 78.9317507418%;
  }
}

.c-featuresCard__item {
  position: absolute;
  z-index: 1;
  right: 0rem;
  bottom: -6.5540540541vw;
  width: 22.972972973%;
}
@media screen and (max-width: 767px) {
  .c-featuresCard__item {
    right: -1.25rem;
    bottom: -10.4vw;
    width: 51.6417910448%;
  }
}

.c-featuresCard__item--pozi {
  bottom: -4.4594594595vw;
}
@media screen and (max-width: 767px) {
  .c-featuresCard__item--pozi {
    bottom: -10.4vw;
  }
}

.c-featuresCard02 {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  gap: 5.0625rem;
  margin-top: 8.875rem;
}
@media screen and (max-width: 767px) {
  .c-featuresCard02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.75rem;
    margin-top: 4.375rem;
  }
}
.c-featuresCard02::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4rem;
  right: 0;
  width: 63.2432432432%;
  height: 37.6875rem;
  background: #F6F6F7;
}
@media screen and (max-width: 767px) {
  .c-featuresCard02::before {
    top: auto;
    bottom: -5.625rem;
    right: auto;
    left: -1.25rem;
    width: calc(100% + 2.5rem);
    height: 19.625rem;
  }
}

.c-featuresCard__box02 {
  position: relative;
  z-index: 2;
}

.c-featuresCard__title02 {
  color: #1C2A5B;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 9.1875rem;
}
@media screen and (max-width: 767px) {
  .c-featuresCard__title02 {
    font-size: 1.75rem;
    padding-top: 0rem;
  }
}
.c-featuresCard__title02::before {
  content: attr(data-en);
  display: block;
  color: #ECC16F;
  font-family: "EB Garamond", serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.004em;
}
@media screen and (max-width: 767px) {
  .c-featuresCard__title02::before {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
}

.c-featuresCard__text02 {
  max-width: 29.125rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .c-featuresCard__text02 {
    max-width: 100%;
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.c-featuresCard__imgBox02 {
  width: 100%;
  max-width: 36.8918918919%;
}
@media screen and (max-width: 767px) {
  .c-featuresCard__imgBox02 {
    max-width: 89.552238806%;
    margin: 0 auto;
  }
}

.c-featuresCard__img02 {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0.25rem 5rem rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 0.25rem 5rem rgba(0, 0, 0, 0.1607843137);
}

.c-featuresCard__item02 {
  position: absolute;
  z-index: 1;
  left: 0rem;
  bottom: -16.6216216216vw;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .c-featuresCard__item02 {
    z-index: 3;
    left: auto;
    right: -1.25rem;
    bottom: -10.7462686567vw;
    width: 41.4925373134%;
  }
}

.c-featuresCard03 {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8.125rem;
  margin-top: 21rem;
}
@media screen and (max-width: 767px) {
  .c-featuresCard03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.625rem;
    margin-top: 9rem;
  }
}

.c-featuresCard03__title {
  color: #1C2A5B;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-featuresCard03__title {
    font-size: 1.75rem;
  }
}
.c-featuresCard03__title::before {
  content: attr(data-en);
  display: block;
  color: #ECC16F;
  font-family: "EB Garamond", serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.004em;
}
@media screen and (max-width: 767px) {
  .c-featuresCard03__title::before {
    font-size: 1.5rem;
  }
}
.c-featuresCard03__title .min {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-featuresCard03__title .min {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-featuresCard03__title .minSp {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-featuresCard03__title .lespSp {
    letter-spacing: -0.2em;
  }
}

.c-featuresCard03__text {
  max-width: 29.125rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .c-featuresCard03__text {
    max-width: 100%;
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

.c-featuresCard03__imgBox {
  position: relative;
  width: 100%;
  max-width: 31.0135135135%;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-featuresCard03__imgBox {
    max-width: 100%;
  }
}

.c-featuresCard__img03 {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0.25rem 5rem rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 0.25rem 5rem rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 767px) {
  .c-featuresCard__img03 {
    max-width: 86.8656716418%;
    margin-left: auto;
  }
}

.c-featuresCard__item03 {
  position: absolute;
  z-index: 1;
  left: -6.0810810811vw;
  bottom: -4.9324324324vw;
  width: 33.9869281046%;
}
@media screen and (max-width: 767px) {
  .c-featuresCard__item03 {
    z-index: 3;
    left: 0rem;
    bottom: -12.5373134328vw;
    width: 25.671641791%;
  }
}

.pagination .nav-links {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  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;
  gap: 1.5rem;
  margin-top: 5.75rem;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links {
    margin-top: 2.5rem;
  }
}
.pagination .page-numbers {
  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;
  color: #2B4089;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.011em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .page-numbers:hover {
  opacity: 0.6;
}
.pagination .dots:hover {
  opacity: 1;
}
.pagination .current {
  width: 2.4375rem;
  max-width: 2.4375rem;
  height: 2.4375rem;
  border: 1px solid #2B4089;
  border-radius: 100%;
}
.pagination .current:hover {
  opacity: 1;
}
.pagination .prev,
.pagination .next {
  display: none;
}

.p-fv {
  position: relative;
  width: 100%;
}

.p-fv-cta {
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4.75rem;
  width: 100%;
  max-width: 68.75rem;
  height: 8.75rem;
  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;
  border-bottom: 0.3125rem solid #ECC16F;
  background: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0.25rem 5rem rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 0.25rem 5rem rgba(0, 0, 0, 0.1607843137);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-cta {
    bottom: -4.625rem;
    width: 100%;
    max-width: 89.3333333333%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    border-bottom: 0.25rem solid #ECC16F;
    -webkit-box-shadow: 0 0.1875rem 3.625rem rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0 0.1875rem 3.625rem rgba(0, 0, 0, 0.1607843137);
  }
}

.p-fv-cta__text {
  color: #1C2A5B;
  font-size: 1.25rem;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__text {
    font-size: 0.75rem;
    line-height: 1.7;
    padding: 0.3125rem 1.25rem;
    text-align: center;
  }
}

.p-fv-cta__box {
  width: 100%;
  max-width: 39.5rem;
  height: 8.75rem;
  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;
  gap: 1.3125rem;
  background: #1C2A5B;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__box {
    max-width: 100%;
    height: 3.6875rem;
    gap: 0.75rem;
  }
}

.p-fv-ctaTel {
  color: #ECC16F;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-fv-ctaTel {
    font-size: 0.5rem;
  }
}
.p-fv-ctaTel span {
  display: block;
  font-size: 2.3125rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-fv-ctaTel span {
    font-size: 1.1875rem;
  }
}
.p-fv-ctaTel:hover {
  opacity: 0.6;
}

.p-fv-ctaButton {
  position: relative;
  width: 18.25rem;
  height: 3.875rem;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#ECC16F), to(#ECAD35));
  background: linear-gradient(90deg, #ECC16F 0%, #ECAD35 100%);
  border-radius: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-ctaButton {
    width: 9.9375rem;
    height: 2.0625rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0.8125rem;
  }
}
.p-fv-ctaButton::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.375rem;
  width: 0.75rem;
  height: 1px;
  background: #181818;
}
@media screen and (max-width: 767px) {
  .p-fv-ctaButton::before {
    right: 0.6875rem;
    width: 0.5rem;
  }
}
.p-fv-ctaButton::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ECC16F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-ctaButton:hover::after {
  z-index: 2;
  opacity: 1;
}

.p-fv-ctaButton__box {
  position: relative;
  z-index: 3;
  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;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-ctaButton__box {
    gap: 0.375rem;
  }
}
.p-fv-ctaButton__box::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.8125rem;
  height: 1.6875rem;
  background-image: url(../imgs/pc/line_gold.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-ctaButton__box::before {
    width: 1.125rem;
    height: 1.0625rem;
  }
}

.p-fv-ctaButton__text {
  display: block;
  font-size: 1.375rem;
  line-height: 1.3;
  font-style: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-ctaButton__text {
    font-size: 0.875rem;
  }
}
.p-fv-ctaButton__text span {
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-ctaButton__text span {
    font-size: 0.6875rem;
  }
}

.p-fv-about {
  width: 100%;
  padding: 9.625rem 2.5rem 9.0625rem 2.5rem;
  background-image: url(../imgs/pc/fv_about_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-about {
    background-image: url(../imgs/sp/fv_about_bg.webp);
    background-position: bottom;
    padding: 7.8125rem 1.25rem 4rem 1.25rem;
  }
}

.p-fv-about__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-about__inner {
    max-width: 100%;
  }
}

.p-fv-about__title {
  color: #ECC16F;
  font-family: "EB Garamond", serif;
  font-size: 6rem;
  line-height: 1.5;
  letter-spacing: -0.011em;
}
@media screen and (max-width: 767px) {
  .p-fv-about__title {
    font-size: 3.125rem;
  }
}

.p-fv-about__text {
  color: #ECC16F;
  font-size: 1.125rem;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-fv-about__text {
    font-size: 0.875rem;
  }
}

.p-fv-about__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.625rem;
  padding: 3.125rem 0rem;
  background: #fff;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0rem;
    padding: 0rem 1.5rem;
    margin-top: 1.5rem;
  }
}

.p-fv-aboutCard {
  position: relative;
  width: 100%;
  max-width: 16.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard {
    max-width: 100%;
    padding: 2.125rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard:nth-of-type(2) {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
  }
}
.p-fv-aboutCard:nth-of-type(2)::before, .p-fv-aboutCard:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 17.9375rem;
  background: #E2E2E2;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard:nth-of-type(2)::before, .p-fv-aboutCard:nth-of-type(2)::after {
    display: none;
  }
}
.p-fv-aboutCard:nth-of-type(2)::before {
  left: -2.8125rem;
}
.p-fv-aboutCard:nth-of-type(2)::after {
  right: -2.8125rem;
}

.p-fv-aboutCard__title {
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard__title {
    font-size: 1.5rem;
  }
}
.p-fv-aboutCard__title::after {
  content: attr(data-en);
  display: block;
  color: #1C2A5B;
  font-family: "EB Garamond", serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.011em;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard__title::after {
    font-size: 0.8125rem;
  }
}

.p-fv-aboutCard__text {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard__text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.p-fv-aboutCard__button {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard__button {
    margin-top: 1.25rem;
  }
}

.p-fv-voice {
  width: 100%;
  padding: 7.5rem 0rem 6.5rem 0rem;
  background-image: url(../imgs/pc/fv_voice_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-voice {
    padding: 4.5rem 1.25rem 6.25rem 1.25rem;
    background-image: url(../imgs/sp/fv_voice_bg.webp);
  }
}

.p-fv-voice__inner {
  width: 100%;
}

.p-fv-voice__wrapper {
  position: relative;
  width: 100%;
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__wrapper {
    margin-top: 2.75rem;
  }
}
.p-fv-voice__wrapper .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-fv-voice__wrapper .slick-dots {
  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;
  gap: 1.25rem;
  margin-top: 3.9375rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__wrapper .slick-dots {
    gap: 1.125rem;
    margin-top: 2.5rem;
  }
}
.p-fv-voice__wrapper .slick-dots li {
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0;
  background: #fff;
  border-radius: 100%;
}
.p-fv-voice__wrapper .slick-dots li.slick-active {
  background: #ECC16F;
}
.p-fv-voice__wrapper .slick-arrow {
  position: absolute;
  bottom: 0rem;
  width: 3.0625rem;
  height: 3.0625rem;
  font-size: 0;
  background-image: url(../imgs/pc/slide_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-fv-voice__wrapper .slick-prev {
  left: 12.8378378378vw;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (max-width: 767px) {
  .p-fv-voice__wrapper .slick-prev {
    left: 0;
  }
}
.p-fv-voice__wrapper .slick-next {
  right: 12.8378378378vw;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__wrapper .slick-next {
    right: 0;
  }
}

.p-fv-voicePost {
  width: 100%;
  padding: 2.3125rem 2.25rem 2rem 2.5rem;
  background: #fff;
  margin: 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voicePost {
    padding: 2.25rem 1.75rem 1.75rem 1.75rem;
    margin: 0;
  }
}

.p-fv-voicePost__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voicePost__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 1.6875rem;
  }
}

.p-fv-voicePost__box {
  width: 100%;
}

.p-fv-voicePost__thumbnail {
  width: 100%;
  max-width: 10.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.5rem;
  margin-right: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voicePost__thumbnail {
    max-width: 10.1875rem;
    margin: 0 auto;
  }
}

.p-fv-voicePost__img {
  position: relative;
  padding-top: 91.3043478261%;
}
.p-fv-voicePost__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-voicePost__work {
  display: inline-block;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding: 0.4375rem 1.3125rem;
  background: #2B4089;
}
@media screen and (max-width: 767px) {
  .p-fv-voicePost__work {
    font-size: 0.6875rem;
    padding: 0.4375rem 1.1875rem;
  }
}

.p-fv-voicePost__title {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voicePost__title {
    font-size: 1rem;
    margin-top: 0.4375rem;
  }
}

.p-fv-voicePost__client {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.83;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voicePost__client {
    font-size: 0.6875rem;
    margin-top: 0.75rem;
  }
}

.p-fv-voicePost__industry {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.83;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-fv-voicePost__industry {
    font-size: 0.6875rem;
  }
}

.p-fv-voicePost__message {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}

.p-fv-attorney {
  width: 100%;
  padding: 10.625rem 2.5rem 9.375rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-attorney {
    padding: 6.875rem 1.25rem 7.375rem 1.25rem;
  }
}

.p-fv-attorney__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-attorney__inner {
    max-width: 100%;
  }
}

.p-fv-attorney__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.75rem;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-attorney__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
    margin-top: 3.125rem;
  }
}

.p-fv-attorney__img {
  width: 100%;
  max-width: 29.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-attorney__img {
    max-width: 62.3880597015%;
  }
}

.p-fv-attorney__box {
  width: 100%;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-attorney__box {
    padding-right: 0rem;
  }
}

.p-fv-attorney__post {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-fv-attorney__post {
    font-size: 0.75rem;
  }
}

.p-fv-attorney__name {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-attorney__name {
    font-size: 1.75rem;
    margin-top: 0rem;
  }
}
.p-fv-attorney__name::after {
  content: attr(data-en);
  display: block;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-attorney__name::after {
    font-size: 0.8125rem;
    margin-top: 0rem;
  }
}

.p-fv-attorney__text {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-attorney__text {
    font-size: 0.875rem;
    margin-top: 0.875rem;
  }
}

.p-fv-attorney__button {
  margin: 3.625rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-attorney__button {
    margin-top: 2.125rem;
  }
}

.p-fv-attorneyArticle {
  width: 100%;
  margin-top: 5.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-attorneyArticle {
    margin-top: 5.375rem;
  }
}

.p-fv-attorneyArticle__title {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-attorneyArticle__title {
    font-size: 1.5rem;
  }
}

.p-fv-attorneyArticle__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-attorneyArticle__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.125rem 1.1875rem;
    margin-top: 1.6875rem;
  }
}

.p-fv-attorneyPost {
  width: 100%;
}

.p-fv-attorneyPost__thumbnail {
  width: 100%;
}

.p-fv-attorneyPost__img {
  position: relative;
  padding-top: 112.5541125541%;
}
.p-fv-attorneyPost__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-fv-attorneyPost__title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-attorneyPost__title {
    font-size: 1.0625rem;
    margin-top: 0.8125rem;
  }
}

.p-fv-news {
  width: 100%;
  padding: 6.25rem 2.5rem 5.875rem 2.5rem;
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .p-fv-news {
    padding: 5rem 1.25rem 4.375rem 1.25rem;
  }
}

.p-fv-news__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-news__inner {
    max-width: 100%;
  }
}

.p-fv-news__wrapper {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.3019607843);
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__wrapper {
    margin-top: 3.125rem;
  }
}

.p-fv-news__link {
  text-align: right;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__link {
    margin-top: 1.0625rem;
  }
}
.p-fv-news__link a {
  color: #1C2A5B;
  font-family: "EB Garamond", serif;
  font-size: 1.0625rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-fv-news__link a {
    font-size: 1rem;
  }
}
.p-fv-news__link a:hover {
  opacity: 0.6;
}

.p-fv-newsPost {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  width: 100%;
  padding: 2.6875rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3019607843);
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost {
    padding-top: 1.4375rem;
    padding-bottom: 1.5rem;
  }
}

.p-fv-newsPost__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__link {
    display: block;
  }
}
.p-fv-newsPost__link:hover {
  opacity: 0.6;
}

.p-fv-newsPost__time {
  min-width: 7.5rem;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.9;
  font-weight: 500;
}

.p-fv-newsPost__title {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.9;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__title {
    margin-top: 0.25rem;
  }
}

.p-news {
  width: 100%;
  padding: 3.125rem 2.5rem 3.75rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 1.875rem 1.25rem 1.5rem 1.25rem;
  }
}

.p-news__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    max-width: 100%;
  }
}

.p-news__wrapper {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.3019607843);
  margin-top: 5.875rem;
}
@media screen and (max-width: 767px) {
  .p-news__wrapper {
    margin-top: 3.5625rem;
  }
}

.p-newsPost {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  width: 100%;
  padding: 2.6875rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3019607843);
}
@media screen and (max-width: 767px) {
  .p-newsPost {
    padding-top: 0.9375rem;
    padding-bottom: 1.5rem;
  }
}

.p-newsPost__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-newsPost__link {
    display: block;
  }
}
.p-newsPost__link:hover {
  opacity: 0.6;
}

.p-newsPost__time {
  min-width: 7.5rem;
  font-size: 0.875rem;
  line-height: 1.9;
  font-weight: 500;
}

.p-newsPost__title {
  font-size: 0.875rem;
  line-height: 1.9;
  font-weight: 500;
}

.p-single {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  width: 100%;
  padding: 3.125rem 2.5rem 6.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single {
    padding: 1.875rem 1.25rem 3.125rem 1.25rem;
  }
}

.p-single__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    max-width: 100%;
  }
}

.p-single__time {
  font-size: 0.875rem;
  line-height: 1.9;
  font-weight: 500;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__time {
    margin-top: 3.5625rem;
  }
}

.p-single__title {
  font-size: 1.5rem;
  line-height: 1.9;
  font-weight: 500;
  margin-top: 0.5625rem;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3019607843);
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.25rem;
    padding-bottom: 1.5rem;
  }
}

.p-single__button {
  margin: 7.875rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-single__button {
    margin-top: 3.75rem;
  }
}

.p-single__editor {
  width: 100%;
  margin-top: 2.375rem;
  /*-- 引用 --*/
}
.p-single__editor h2 {
  font-size: 1.5rem;
  line-height: 1.67;
  padding-left: 1rem;
  border-left: 0.1875rem solid #1C2A5B;
  margin-top: 2.375rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor h2 {
    font-size: 1.25rem;
    padding-left: 0.625rem;
    margin-top: 1.875rem;
  }
}
.p-single__editor h3 {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.67;
  padding: 1rem;
  padding: 1rem;
  background: #1C2A5B;
  margin-top: 2.375rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor h3 {
    font-size: 1.125rem;
    padding: 0.75rem;
    margin-top: 1.875rem;
  }
}
.p-single__editor h4 {
  font-size: 1.125rem;
  line-height: 1.67;
  padding-bottom: 0.5rem;
  border-bottom: 0.125rem solid #1C2A5B;
  margin-top: 2.375rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor h4 {
    margin-top: 1.875rem;
  }
}
.p-single__editor p {
  font-size: 1rem;
  line-height: 1.9;
  font-weight: 500;
  margin-top: 2.375rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor p {
    font-size: 0.875rem;
  }
}
.p-single__editor figure {
  margin-top: 2.375rem;
  margin-bottom: 2.375rem;
}
.p-single__editor figure img {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__editor img {
  width: auto;
  margin-top: 2.375rem;
  margin-bottom: 2.375rem;
}
.p-single__editor .wp-block-media-text .wp-block-media-text__content img {
  margin-bottom: 0;
}
.p-single__editor .wp-block-media-text .wp-block-media-text__content h2,
.p-single__editor .wp-block-media-text .wp-block-media-text__content h3,
.p-single__editor .wp-block-media-text .wp-block-media-text__content h4,
.p-single__editor .wp-block-media-text .wp-block-media-text__content h5,
.p-single__editor .wp-block-media-text .wp-block-media-text__content h6 {
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
.p-single__editor .wp-block-media-text .wp-block-media-text__content p {
  margin-bottom: 0rem;
}
.p-single__editor table thead,
.p-single__editor table tfoot {
  background: #EEEEEE;
  border-top: none;
  border-bottom: none;
}
.p-single__editor table th {
  font-weight: 700;
  border: 1px solid #CCCCCC;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor table th {
    font-size: 0.875rem;
    padding: 0.875rem;
  }
}
.p-single__editor table td {
  border: 1px solid #CCCCCC;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor table td {
    font-size: 0.875rem;
    padding: 0.875rem;
  }
}
.p-single__editor a {
  display: inline-block;
  color: #3C5CCE;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-single__editor a {
    font-size: 0.875rem;
  }
}
.p-single__editor a:hover {
  opacity: 0.6;
}
.p-single__editor ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor ul li {
    font-size: 0.875rem;
  }
}
.p-single__editor ul li ul {
  padding-left: 1.25rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__editor ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor ol li {
    font-size: 0.875rem;
  }
}
.p-single__editor ol li ul {
  list-style: decimal;
  padding-left: 1.25rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__editor ol li::marker {
  font-weight: bold;
}
.p-single__editor blockquote {
  position: relative;
  padding: 1rem 1rem 1rem 3.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #eaeef2;
  margin-bottom: 1.5rem;
}
.p-single__editor blockquote:before {
  display: inline-block;
  position: absolute;
  top: 1.1875rem;
  left: 0.9375rem;
  content: "\f10d";
  font-family: FontAwesome;
  color: #000;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 900;
}
.p-single__editor blockquote p:last-child {
  margin-bottom: 0rem;
}

.p-attorney {
  width: 100%;
  padding: 3.125rem 2.5rem 6.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-attorney {
    padding: 1.875rem 1.25rem 3.125rem 1.25rem;
  }
}

.p-attorney__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-attorney__inner {
    max-width: 100%;
  }
}

.p-attorney__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 3.375rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-attorney__wrapper {
    gap: 2.1875rem;
    margin-top: 3.5rem;
  }
}

.p-attorneyPost {
  width: 100%;
}

.p-attorneyPost__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-attorneyPost__block {
    gap: 2.375rem;
  }
}

.p-attorneyPost__thumbnail {
  width: 100%;
  max-width: 14.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-attorneyPost__thumbnail {
    max-width: 46.884272997%;
  }
}

.p-attorneyPost__img {
  position: relative;
  padding-top: 112.5541125541%;
}
.p-attorneyPost__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-attorneyPost__box {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-attorneyPost__box {
    padding-bottom: 1rem;
  }
}

.p-attorneyPost__post {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-attorneyPost__title {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-attorneyPost__title {
    font-size: 1.5rem;
  }
}
.p-attorneyPost__title::after {
  content: attr(data-en);
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-attorneyPost__title::after {
    display: block;
    font-size: 0.75rem;
    margin-left: 0.125rem;
    margin-top: 0.5rem;
  }
}

.p-attorneyPost__editor {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-attorneyPost__editor {
    margin-top: 1.125rem;
  }
}
.p-attorneyPost__editor h3 {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-attorneyPost__editor h3 {
    font-size: 0.875rem;
    margin-top: 0.875rem;
  }
}
.p-attorneyPost__editor h3:first-of-type {
  margin-top: 0rem;
}
.p-attorneyPost__editor p {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-attorneyPost__editor p {
    font-size: 0.875rem;
  }
}

.p-access {
  width: 100%;
  padding-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-top: 1.875rem;
  }
}

.p-access__inner {
  width: 100%;
}

.p-access__wrapper {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(9.5625rem, #ffffff), color-stop(9.5625rem, #F6F6F7), to(#F6F6F7));
  background: linear-gradient(to bottom, #ffffff 0, #ffffff 9.5625rem, #F6F6F7 9.5625rem, #F6F6F7 100%);
  margin-top: 5.625rem;
  padding-bottom: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-access__wrapper {
    background: #F6F6F7;
    margin-top: 2.3125rem;
    padding-bottom: 6.25rem;
  }
}

.p-access__map {
  width: 100%;
  max-width: 68.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    max-width: 100%;
  }
}

.p-access__mapIn {
  position: relative;
  width: 100%;
  padding-top: 29.3636363636%;
}
@media screen and (max-width: 767px) {
  .p-access__mapIn {
    padding-top: 93.0666666667%;
  }
}
.p-access__mapIn iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.p-access__column {
  width: 100%;
  max-width: 68.75rem;
  margin: 2.875rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-access__column {
    display: block;
    padding: 0 1.25rem;
    margin-top: 3.4375rem;
  }
}

.p-access__name {
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: -0.011em;
}
@media screen and (max-width: 767px) {
  .p-access__name {
    font-size: 1.5rem;
  }
}

.p-access__box {
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-access__box {
    margin-top: 1.0625rem;
  }
}

.p-access__address {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.011em;
}

.p-access__move {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.011em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-access__move {
    margin-top: 1.125rem;
  }
}

.p-access__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.25rem;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-access__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.375rem;
    margin-top: 0.875rem;
  }
}

.p-access__tel {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.011em;
}

.p-access__fax {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.011em;
}

.p-practices {
  width: 100%;
  padding: 3.125rem 2.5rem 6.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-practices {
    padding: 1.875rem 1.25rem 4rem 1.25rem;
  }
}

.p-practices__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-practices__inner {
    max-width: 100%;
  }
}

.p-practices__title {
  font-size: 2.125rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-practices__title {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}

.p-practices__banner {
  display: block;
  width: 100%;
  max-width: 39.1875rem;
  margin: 3.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-practices__banner {
    margin-top: 2.75rem;
  }
}
.p-practices__banner:hover {
  opacity: 0.6;
}

.p-practices__video {
  width: 100%;
  max-width: 39.1875rem;
  margin: 3.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-practices__video {
    margin-top: 1.25rem;
  }
}

.p-practices__videoIn {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-practices__videoIn iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-practices__text {
  font-size: 1.375rem;
  line-height: 1.7;
  text-align: center;
  margin-top: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-practices__text {
    font-size: 1.125rem;
    margin-top: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-practices__text--minSp {
    font-size: 1rem;
  }
}

.p-practices__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 2px solid #1C2A5B;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-practices__box {
    display: block;
    margin-top: 3.75rem;
  }
}

.p-practices__label {
  width: 23.4375rem;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-practices__label {
    width: 100%;
    font-size: 1rem;
    padding-left: 1.25rem;
  }
}

.p-practices__label--big {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-practices__label--big {
    font-size: 1rem;
  }
}

.p-practices__lists {
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-practices__lists {
    padding-left: 2.25rem;
    margin-top: 0.625rem;
  }
}

.p-practices__list {
  list-style: disc;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-practices__list {
    font-size: 0.875rem;
  }
}

.p-practices__comment {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: -0.011em;
  margin-top: 1.125rem;
}

.p-practices-worries {
  width: 100%;
  padding: 7.6875rem 2.5rem 6.25rem 2.5rem;
  background-image: url(../imgs/pc/practices_worries_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-practices-worries {
    padding: 4.375rem 1.25rem;
    background-image: url(../imgs/sp/practices_worries_bg.webp);
    background-position: top;
  }
}

.p-practices-worries--bgImg {
  background-image: url(../imgs/pc/practices_worries_bg02.webp);
}
@media screen and (max-width: 767px) {
  .p-practices-worries--bgImg {
    background-image: url(../imgs/sp/practices_worries_bg02.webp);
  }
}

.p-practices-worries__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-practices-worries__inner {
    max-width: 100%;
  }
}

.p-practices-worries__title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 2.375rem;
  font-weight: 500;
  letter-spacing: -0.011em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-practices-worries__title {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}

.p-practices-worries__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.9375rem 3.5rem;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-practices-worries__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.125rem;
    margin-top: 1.6875rem;
  }
}

.p-practices-worries__box {
  width: 100%;
  min-height: 21.875rem;
  padding: 1.75rem 2.375rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-practices-worries__box {
    padding: 1.5rem;
    min-height: auto;
  }
}
.p-practices-worries__box:nth-of-type(3), .p-practices-worries__box:nth-of-type(4) {
  min-height: 21.25rem;
}
@media screen and (max-width: 767px) {
  .p-practices-worries__box:nth-of-type(3), .p-practices-worries__box:nth-of-type(4) {
    min-height: auto;
  }
}

.p-practices-worries__label {
  padding-bottom: 1.0625rem;
  border-bottom: 1px solid #E2E2E2;
}
.p-practices-worries__label span {
  width: 100%;
  min-height: 4.75rem;
  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;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: -0.011em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-practices-worries__label span {
    font-size: 1.25rem;
    min-height: auto;
  }
}

.p-practices-worries__text {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-practices-worries__text {
    font-size: 0.875rem;
  }
}

.p-practices-cost {
  width: 100%;
  padding: 7.75rem 2.5rem;
  background: #F6F6F7;
}
@media screen and (max-width: 767px) {
  .p-practices-cost {
    padding: 3.25rem 1.25rem 3.75rem 1.25rem;
  }
}

.p-practices-cost__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-practices-cost__inner {
    max-width: 100%;
    gap: 2.5rem;
  }
}

.p-practices-cost__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-shadow: 0 0.625rem 1.5rem rgba(0, 0, 0, 0.0901960784);
          box-shadow: 0 0.625rem 1.5rem rgba(0, 0, 0, 0.0901960784);
}
@media screen and (max-width: 767px) {
  .p-practices-cost__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-practices-cost__title {
  width: 12.5rem;
  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;
  background: #1C2A5B;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-practices-cost__title {
    width: 100%;
    padding: 1rem;
  }
}
.p-practices-cost__title span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.011em;
  text-align: center;
}

.p-practices-cost__box {
  width: 100%;
  padding: 3.5rem 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-practices-cost__box {
    padding: 2.375rem 1.5rem 1.875rem 1.5rem;
  }
}

.p-practices-cost__label {
  position: relative;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.011em;
  padding-left: 1.375rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-practices-cost__label {
    padding-left: 1.125rem;
    margin-top: 2.25rem;
  }
}
.p-practices-cost__label:first-of-type {
  margin-top: 0rem;
}
.p-practices-cost__label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5625rem;
  left: 0;
  width: 0.625rem;
  height: 0.1875rem;
  background: #1C2A5B;
}

.p-practices-cost__text {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.011em;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-practices-cost__text {
    font-size: 0.875rem;
  }
}
.p-practices-cost__text .red {
  color: #C70000;
}
@media screen and (max-width: 767px) {
  .p-practices-cost__text .red {
    font-weight: 600;
  }
}

.p-practices-faq {
  width: 100%;
  padding: 9.25rem 2.5rem 11.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-practices-faq {
    padding: 5.3125rem 1.25rem 5rem 1.25rem;
  }
}

.p-practices-faq__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-practices-faq__inner {
    max-width: 100%;
  }
}

.p-practices-faq__title {
  font-size: 2.375rem;
  font-weight: 500;
  letter-spacing: -0.011em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-practices-faq__title {
    font-size: 1.75rem;
  }
}

.p-practices-faq__box {
  width: 100%;
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-practices-faq__box {
    margin-top: 3.5rem;
  }
}
.p-practices-faq__box:first-of-type {
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-practices-faq__box:first-of-type {
    margin-top: 2.5rem;
  }
}

.p-practices-faq__label {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.011em;
  text-indent: -1.8em;
  padding-left: 1.8em;
}

.p-practices-faq__text {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-indent: -1.8em;
  padding-left: 1.8em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-practices-faq__text {
    font-size: 0.875rem;
  }
}
.p-practices-faq__text span {
  font-weight: 700;
}

.p-404 {
  width: 100%;
  padding: 3.125rem 2.5rem 6.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding: 1.875rem 1.25rem 3.125rem 1.25rem;
  }
}

.p-404__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-404__inner {
    max-width: 100%;
  }
}

.p-404__text {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

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

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */