@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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

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 {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  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;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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;
  /* 1 */
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  background: #120D0A;
}

body.is-locked {
  overflow: hidden;
}

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

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

.l-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background: #120D0A;
}

.l-header__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: 0 2.5rem 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.75rem;
    padding: 0 4rem 0 0.625rem;
  }
}

.l-header__logo {
  line-height: 1;
}
.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    gap: 0.25rem;
    font-size: 0.625rem;
  }
  .l-header__logo a span {
    display: inline-block;
    padding-top: 0.25rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}
.l-header__logo a img {
  width: auto;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo a img {
    height: 3.75rem;
  }
}

.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;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__wrapper {
    display: none;
  }
}

.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: 1.5rem;
}

.l-header-nav__list {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}

.l-header-nav__link {
  position: relative;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}
.l-header-nav__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 2px;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__link:hover::after {
  bottom: -4px;
  opacity: 1;
}

.l-header__buttonBox {
  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.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__buttonBox {
    gap: 1rem;
  }
}

.l-header-button {
  width: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-header-button {
    width: 1.5rem;
  }
}
.l-header-button:hover {
  opacity: 0.7;
}

.l-header-float {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-float {
    position: fixed;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.625rem;
  }
}

.l-header-float__link {
  width: 100%;
  height: 100%;
  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: 0.75rem;
  font-weight: 600;
  background: #120D0A;
}
.l-header-float__link::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../imgs/pc/tel_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.375rem;
}
.l-header-float__link:hover {
  opacity: 0.7;
}

.l-header-float__link--gray {
  background: #333;
}
.l-header-float__link--gray::before {
  background-image: url(../imgs/pc/line_white.svg);
}

.l-main {
  contain: paint;
  position: relative;
  width: 100%;
}

.l-footer {
  width: 100%;
  padding: 1.875rem 2.5rem 1.875rem 2.5rem;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  }
}

.l-footer__inner {
  width: 100%;
  max-width: 80rem;
  margin: 0rem auto;
}

.l-footer__logo {
  display: block;
  width: 15rem;
  margin: 0 auto;
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer__buttonBox {
  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.875rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__buttonBox {
    margin-top: 0rem;
  }
}

.l-footer-button {
  width: 2.25rem;
}
.l-footer-button:hover {
  opacity: 0.7;
}

.l-footer__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;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__lists {
    gap: 0.875rem;
  }
}

.l-footer__list {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    font-size: 0.8125rem;
  }
}

.l-footer__link {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    font-size: 0.8125rem;
  }
}
.l-footer__link:hover {
  opacity: 0.7;
}

.l-footer__small {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
}

.c-title {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  position: relative;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2));
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.75rem;
  }
}

.c-title--black {
  color: #120D0A;
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    top: 0.75rem;
    right: 0.75rem;
    width: 2.25rem;
    height: 2.25rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: calc(50% - 0.375rem);
}
.c-hamburger span:nth-of-type(2) {
  top: 50%;
}
.c-hamburger span:nth-of-type(2) {
  top: calc(50% + 0.375rem);
}

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

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100svh;
  background: rgba(0, 0, 0, 0.9);
  padding: 5rem 1.25rem 2.5rem 1.25rem;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__lists {
  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: 0.5625rem;
}

.c-hamburger-nav__list {
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid #CCCCCC;
}
.c-hamburger-nav__list.sub .c-hamburger-nav__link {
  pointer-events: none;
}

.c-hamburger-nav__link {
  font-size: 1rem;
  font-weight: 500;
}
.c-hamburger-nav__link:hover {
  color: #eb8030;
}

.c-hamburger-nav__button {
  width: 100%;
  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;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  background: #000;
  border-radius: 5rem;
  margin-top: 2.5rem;
}
.c-hamburger-nav__button:hover {
  background: #F0380A;
}

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

.c-top {
  width: 100%;
  padding: 8.75rem 2.5rem 2.5rem 2.5rem;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .c-top {
    min-height: auto;
    padding: 6.25rem 1.25rem 1.25rem 1.25rem;
  }
}

.c-top__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
}

.c-top__title {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-top__title {
    font-size: 1.25rem;
  }
}
.c-top__title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  color: #114FA1;
  font-family: "Noto Serif JP", serif;
  font-size: 4.25rem;
  line-height: 1;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-top__title::before {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .c-top__title--minSp::before {
    font-size: 2.375rem;
  }
}

.c-top__title--big {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .c-top__title--big {
    font-size: 2rem;
  }
}

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

.c-breadcrumb--single {
  padding: 0.25rem 2.5rem;
  background: rgba(18, 13, 10, 0.1);
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb--single {
    padding: 0.25rem 1.25rem;
    margin-top: 3.75rem;
  }
}

.c-breadcrumb__lists {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__lists {
    gap: 0.5rem;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .c-breadcrumb__lists::-webkit-scrollbar {
    display: none;
  }
}

.c-breadcrumb__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    gap: 0.5rem;
    font-size: 0.75rem;
  }
}
.c-breadcrumb__list::after {
  content: "/";
  position: relative;
  display: block;
}

.c-breadcrumb__list--last::after {
  display: none;
}

.c-breadcrumb__link {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__link {
    font-size: 0.75rem;
  }
}
.c-breadcrumb__link:hover {
  opacity: 0.6;
}

.pagination .nav-links {
  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.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links {
    gap: 0.25rem;
    margin-top: 3.75rem;
  }
}
.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;
  width: 2.5rem;
  max-width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  background-color: #CCCCCC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers {
    width: 2rem;
    max-width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
  }
}
.pagination .page-numbers:hover {
  color: #fff;
  background: #114FA1;
}
.pagination .dots {
  font-size: 1rem;
  line-height: 1;
  border: none;
  background: none;
}
.pagination .dots:hover {
  color: #120D0A;
  background: none;
}
.pagination .current {
  color: #fff;
  background: #114FA1;
}
.pagination .prev,
.pagination .next {
  position: relative;
}
.pagination .prev::before,
.pagination .next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/arrow_black.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .prev:hover::before,
.pagination .next:hover::before {
  background-image: url(../imgs/pc/arrow_white.svg);
}
.pagination .next::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-editor {
  /*-- 引用 --*/
}
.c-editor h2 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  background: #114FA1;
  padding: 1.25rem 1.875rem;
  border-left: 0.3125rem solid #636310;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-editor h2 {
    font-size: 1.125rem;
    padding: 1rem 1.25rem;
  }
}
.c-editor h3 {
  color: #114FA1;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 0.75rem;
  border-bottom: 0.1875rem solid #114FA1;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
.c-editor h4 {
  color: #114FA1;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 0.75rem;
  border-left: 0.25rem solid #114FA1;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
.c-editor h5 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
.c-editor h6 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
.c-editor p {
  margin-bottom: 1.5rem;
}
.c-editor a {
  color: #114FA1;
  text-decoration: underline;
}
.c-editor a:hover {
  opacity: 0.6;
}
.c-editor ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}
.c-editor ul li ul {
  padding-left: 1.25rem;
  margin-bottom: 0rem;
}
.c-editor ol {
  list-style: decimal;
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}
.c-editor ol li ul {
  list-style: decimal;
  padding-left: 1.25rem;
  margin-bottom: 0rem;
}
.c-editor ol li::marker {
  font-weight: bold;
}
.c-editor figure {
  text-align: center;
}
.c-editor img {
  margin-bottom: 1.875rem;
}
.c-editor table {
  margin-bottom: 1.875rem;
}
.c-editor table thead {
  background: #CCCCCC;
  border-bottom: none;
}
.c-editor table th {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  border: 1px solid #CCCCCC;
  padding: 0.9375rem;
}
.c-editor table td {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  border: 1px solid #CCCCCC;
  padding: 0.9375rem;
}
.c-editor table th {
  color: #ffffff;
  background: #114FA1;
}
.c-editor table th,
.c-editor table td {
  font-size: 1rem;
  text-align: left;
}
.c-editor blockquote {
  position: relative;
  padding: 0.9375rem 0.9375rem 0.9375rem 3.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #eaeef2;
  margin-bottom: 1.5rem;
}
.c-editor blockquote:before {
  display: inline-block;
  position: absolute;
  top: 1.1875rem;
  left: 0.9375rem;
  content: "\f10d";
  font-family: FontAwesome;
  color: #222840;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 900;
}
.c-editor blockquote p:last-child {
  margin-bottom: 0rem;
}

.p-fv {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: 100svh;
  }
}

.p-fv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv-about {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about {
    padding: 5rem 0.625rem;
  }
}
.p-fv-about::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url(../imgs/pc/about_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
}

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

.p-fv-about__title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-about__title {
    font-size: 1.75rem;
  }
}

.p-fv-about__band {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__band {
    font-size: 1.125rem;
  }
}

.p-fv-about__text {
  font-size: 1.125rem;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__text {
    font-size: 1rem;
  }
}

.p-fv-facility {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-facility {
    padding: 5rem 1.25rem;
  }
}
.p-fv-facility::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url(../imgs/pc/facility_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.1;
}

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

.p-fv-facility__wrapper {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-facility__wrapper {
    margin-top: 3.75rem;
  }
}

.p-fv-facility__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-facility__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    margin-top: 5rem;
  }
}
.p-fv-facility__column:first-of-type {
  margin-top: 0rem;
}
.p-fv-facility__column:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-fv-facility__column:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.p-fv-facility__box {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-fv-facility__box {
    width: 100%;
  }
}

.p-fv-facility__label {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-facility__label {
    font-size: 1.25rem;
  }
}

.p-fv-facility__text {
  font-size: 0.875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-facility__text {
    margin-top: 1.25rem;
  }
}

.p-fv-facility__img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-fv-facility__img {
    width: 100%;
  }
}

.p-fv-amenity {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-amenity {
    padding: 5rem 1.25rem;
  }
}
.p-fv-amenity::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url(../imgs/pc/amenity_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.4;
}

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

.p-fv-amenity__wrapper {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-amenity__wrapper {
    margin-top: 3.75rem;
  }
}

.p-fv-amenity__column {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-amenity__column {
    margin-top: 3.75rem;
  }
}
.p-fv-amenity__column:first-of-type {
  margin-top: 0rem;
}

.p-fv-amenity__title {
  position: relative;
  font-size: 1.75rem;
  font-weight: 500;
  padding-bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-amenity__title {
    font-size: 1.5rem;
  }
}
.p-fv-amenity__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.125rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
}

.p-fv-amenity__exp {
  font-size: 0.875rem;
  text-align: right;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 1.25rem;
}

.p-fv-amenity__gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-amenity__gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-fv-amenity__gallery a {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-amenity__gallery a {
    font-size: 0.875rem;
  }
}

.p-fv-price {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-price {
    padding: 5rem 1.25rem;
  }
}
.p-fv-price::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url(../imgs/pc/price_bg.webp);
  background-image: url(../imgs/pc/price_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.1;
}

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

.p-fv-price__wrapper {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-price__wrapper {
    margin-top: 3.75rem;
  }
}

.p-fv-price__table {
  width: 100%;
}
.p-fv-price__table th,
.p-fv-price__table td {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-fv-price__table th,
  .p-fv-price__table td {
    min-width: calc(50vw - 1.875rem);
  }
}
.p-fv-price__table th span,
.p-fv-price__table td span {
  font-size: 1.5rem;
}
.p-fv-price__table th {
  font-size: 1.5rem;
}
.p-fv-price__table thead th {
  font-size: 1.5rem;
  background: rgba(255, 255, 255, 0.2);
}

.p-fv-price__group {
  width: 100%;
  padding: 0.5rem;
  border-bottom: 1px solid #fff;
  margin-top: 1.25rem;
}

.p-fv-price__title {
  font-size: 1.25rem;
  font-weight: 500;
}
.p-fv-price__title::before {
  content: "●";
  display: inline-block;
  position: relative;
  margin-right: 0.25rem;
}

.p-fv-price__text {
  margin-top: 0.625rem;
}

.p-fv-price__dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.625rem;
}
.p-fv-price__dl dt {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-price__dl dt {
    width: 10.625rem;
  }
}
.p-fv-price__dl dd {
  width: calc(100% - 12.5rem);
}
@media screen and (max-width: 767px) {
  .p-fv-price__dl dd {
    width: calc(100% - 10.625rem);
  }
}

.p-fv-instagram {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-instagram {
    padding: 5rem 1.25rem;
  }
}

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

.p-fv-instagram__wrapper {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-instagram__wrapper {
    margin-top: 3.75rem;
  }
}

.p-fv-faq {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq {
    padding: 5rem 1.25rem;
  }
}
.p-fv-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url(../imgs/pc/amenity_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.5;
}

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

.p-fv-faq__wrapper {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__wrapper {
    margin-top: 3.75rem;
  }
}

.p-fv-faq__column {
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__column {
    margin-top: 0.625rem;
  }
}
.p-fv-faq__column:first-of-type {
  margin-top: 0rem;
}

.p-fv-faq__ques {
  cursor: pointer;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 1rem 3.375rem 1rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques {
    font-size: 1rem;
    padding: 1rem 2.5rem 1rem 2.1875rem;
  }
}
.p-fv-faq__ques::before {
  content: "Q";
  position: absolute;
  top: 0.5rem;
  left: 0.625rem;
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques::before {
    top: 0.875rem;
    left: 0.25rem;
    font-size: 1.5rem;
  }
}
.p-fv-faq__ques span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.625rem;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques span {
    right: 0.625rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-fv-faq__ques span::before, .p-fv-faq__ques span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques span::before, .p-fv-faq__ques span::after {
    width: 1.25rem;
  }
}
.p-fv-faq__ques span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-faq__ques.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-fv-faq__box {
  display: none;
  width: 100%;
}
.p-fv-faq__box.open {
  display: block;
}

.p-fv-faq__ans {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  padding: 1.25rem 2.5rem 1.875rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ans {
    font-size: 0.875rem;
    padding: 0.625rem 0rem 1.875rem 0rem;
  }
}

.p-fv-faq__button {
  width: 100%;
  max-width: 20rem;
  height: 3.5rem;
  margin: 3.75rem auto 0rem auto;
  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-weight: 500;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__button {
    max-width: 16.25rem;
    height: 3.125rem;
    margin-top: 3.125rem;
  }
}
.p-fv-faq__button:hover {
  color: #120D0A;
  background: #ffffff;
}

.p-fv-access {
  width: 100%;
  padding: 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-access {
    padding: 5rem 1.25rem;
  }
}

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

.p-fv-access__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-access__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 2.5rem;
    margin-top: 3.75rem;
  }
}

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

.p-fv-access__title {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-fv-access__title {
    font-size: 1.5rem;
  }
}

.p-fv-access__text {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1rem;
}
.p-fv-access__text:first-of-type {
  font-size: 0.875rem;
  margin-top: 1.875rem;
}
.p-fv-access__text a:hover {
  opacity: 0.7;
}

.p-fv-access__link {
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 1.25rem;
}
.p-fv-access__link:hover {
  opacity: 0.7;
}

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

.p-fv-access__mapIn {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-access__mapIn {
    height: auto;
    padding-top: 56.25%;
  }
}
.p-fv-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%);
}

/* スライダー全体のコンテナ */
.comparison-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1.5/1; /* 画像の縦横比 */
  overflow: hidden;
}

/* 画像の共通設定 */
.comparison-slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ビフォー画像（初期状態は半分だけ表示） */
.img-before {
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

/* スライダーの線とツマミのデザイン */
.slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.25rem;
  height: 100%;
  background-color: white;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none; /* クリック判定を無視させる */
  z-index: 10;
}

.slider-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  color: #333;
  font-weight: bold;
}

/* 操作用の非表示スライダー */
.slider-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; /* 透明にして見えなくする */
  cursor: ew-resize; /* 左右矢印カーソル */
  z-index: 20;
  margin: 0;
}

/* ======================================================
Lightbox 矢印表示
====================================================== */
/* ナビ全体 */
.lb-nav {
  opacity: 1 !important;
}

/* 左矢印 */
.lb-prev {
  opacity: 1 !important;
  display: block !important;
}

/* 右矢印 */
.lb-next {
  opacity: 1 !important;
  display: block !important;
}

/* ホバーしなくても表示 */
.lb-nav a {
  opacity: 1 !important;
}

.p-basic {
  width: 100%;
  padding: 5rem 2.5rem;
}

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

.p-basic__editor {
  width: 100%;
}
.p-basic__editor h2 {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 1.25rem 1.5rem;
  background: rgba(17, 79, 161, 0.1);
  border-left: 0.3125rem solid #114FA1;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}

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

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

.p-news__wrapper {
  width: 100%;
}

.p-newsPost {
  display: block;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #114FA1;
}
@media screen and (max-width: 767px) {
  .p-newsPost {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.p-newsPost:hover .p-newsPost__title {
  opacity: 0.6;
}

.p-newsPost__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-newsPost__time {
  width: 6.25rem;
  min-width: 6.25rem;
  font-weight: 500;
}

.p-newsPost__category {
  min-width: 6.25rem;
  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-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  padding: 0rem 0.75rem;
  background: #114FA1;
}

.p-newsPost__title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-newsPost__title {
    font-size: 1rem;
  }
}

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

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

.p-single__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-single__time {
  width: 6.25rem;
  min-width: 6.25rem;
  font-weight: 500;
}

.p-single__category {
  min-width: 6.25rem;
  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-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  padding: 0rem 0.75rem;
  background: #114FA1;
}

.p-single__title {
  font-size: 2.25rem;
  font-weight: 500;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}

.p-single__editor {
  width: 100%;
  margin-top: 2.5rem;
}

.p-single__back {
  width: 100%;
  max-width: 20rem;
  height: 3.5rem;
  margin: 3.75rem auto 0rem auto;
  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: #ffffff;
  font-weight: 700;
  background: #114FA1;
  border: 1px solid #114FA1;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-single__back {
    max-width: 17.5rem;
    height: 3.125rem;
    margin-top: 3.125rem;
  }
}
.p-single__back:hover {
  color: #114FA1;
  background: #ffffff;
}

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

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

.p-404__text {
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 0.875rem;
  }
}

.p-404__button {
  width: 100%;
  max-width: 20rem;
  height: 3.5rem;
  margin: 3.75rem auto 0rem auto;
  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: #ffffff;
  font-weight: 700;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .p-404__button {
    max-width: 16.25rem;
    height: 3.125rem;
    margin-top: 3.125rem;
  }
}
.p-404__button:hover {
  color: #120D0A;
  background: #ffffff;
}

.u-font-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font-en {
  font-family: "Noto Serif JP", serif;
}

@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;
  }
}/*# sourceMappingURL=style.css.map */