@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
html,
body {
  font-size: 62.5% !important;
  overflow-x: hidden;
  overflow-y: auto;
}

html {
  background: #f8f8f2;
}

body {
  background-color: rgb(248, 248, 242);
  position: relative;
  overflow-x: hidden;
  cursor: none;
  z-index: 1;
}
body.bk {
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    cursor: auto;
  }
}
body::after {
  content: "";
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: block;
  background: url(/asset/images/common/texture.webp) repeat;
  position: fixed;
  top: 0;
  opacity: 0.12;
  mix-blend-mode: luminosity;
  z-index: -1;
}
body::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  background: #f8f8f2;
  z-index: -2;
}

#cursor {
  width: 4rem;
  height: 4rem;
  margin: -2rem 0 0 -2rem;
  background: unset;
  border: solid 1px #F9E7D9;
  border-radius: 50%;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1), border 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 100;
  mix-blend-mode: exclusion;
}
#cursor::before, #cursor::after {
  content: "";
  width: 4rem;
  height: 4rem;
  margin: -2rem 0 0 -2rem;
  background: unset;
  border: solid 1px #143660;
  border-radius: 50%;
  position: fixed;
  opacity: 0;
  transform: translate(calc(50% - 1px), calc(50% - 1px));
  pointer-events: none;
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1), border 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 99;
}
#cursor span {
  width: 0.5rem;
  height: 0.5rem;
  background: #F9E7D9;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 100;
}
#cursor span::before, #cursor span::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #061826;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  mix-blend-mode: exclusion;
  z-index: 99;
}
#cursor.active {
  background: #f8f8f2;
  border: #f8f8f2;
  transform: scale(1.4);
}
#cursor.active span {
  background: #f8f8f2;
}

/* A Modern CSS Reset */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
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;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
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;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "YakuHanJP";
  src: url("/asset/font/YakuHanJPs-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/asset/font/CormorantGaramond-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/asset/font/NotoSerifJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("/asset/font/ZenKakuGothicNew-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.l-header {
  width: 100%;
  max-width: 100%;
  padding: 0 1.65vw;
  justify-content: space-between;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10;
}
.l-header::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(248, 248, 242) 0%, rgba(248, 248, 242, 0.5) 50%, rgba(248, 248, 242, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-header::after {
  content: "";
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.55;
}
.l-header__logo {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.l-header__logo a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.l-header__logo a img {
  width: auto;
  max-height: 5rem;
  height: min(5rem, 3.33vw);
  display: inline-block;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 1024px) {
  .l-header__logo a img {
    width: auto;
    height: 3rem;
  }
}
.l-header__logo a:hover img {
  opacity: 0.6;
}
.l-header__list li {
  margin-right: 2vw;
}
.l-header__list li a {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.07vw;
  position: relative;
  overflow: hidden;
}
.l-header__list li a::before, .l-header__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 1px;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-header__list li a::before {
  background-color: #061826;
  transform: scaleX(0);
  transform-origin: right;
}
.l-header__list li a::after {
  background-color: #061826;
  transform: scaleX(0);
  transform-origin: left;
}
.l-header__list li a:hover:before {
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-header__list li a:hover:after {
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
}
@media screen and (max-width: 1200px) {
  .l-header__list li a {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 959px) {
  .l-header__list li a {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__list li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header::before {
    background: unset;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
  }
  .l-header__list li {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .l-header {
    padding: 0 0 0 1rem;
  }
}

.l-header nav ul.d-f__nw.sb {
  justify-content: space-between;
}

@font-face {
  font-family: "YakuHanJP";
  src: url("/asset/font/YakuHanJPs-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/asset/font/CormorantGaramond-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/asset/font/NotoSerifJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("/asset/font/ZenKakuGothicNew-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
footer {
  position: relative;
  background: #061826;
  z-index: 2;
}

.l-footer__cont {
  max-width: 100vw;
  margin: 0 auto;
}
.l-footer__logo {
  width: 28.7%;
  height: 100%;
  margin: auto 0;
}
.l-footer__logo img {
  width: 12vw;
  margin: 0 auto;
  display: block;
}
.l-footer__logo__cont {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 50%;
  }
  .l-footer__logo img {
    width: 12rem;
  }
}
.l-footer__info {
  position: relative;
}
.l-footer__info::before, .l-footer__info::after {
  content: "";
  height: calc(100% + 9.3vw);
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
.l-footer__info::before {
  left: 0;
  border-left: solid 1px rgb(57, 64, 68);
}
.l-footer__info::after {
  right: 0;
  border-right: solid 1px rgb(57, 64, 68);
}
@media screen and (max-width: 767px) {
  .l-footer__info::after {
    border-right: unset;
  }
}
.l-footer__info__cont p,
.l-footer__info__cont a {
  line-height: 1;
  color: #f8f8f2;
}
.l-footer__info__address {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-size: min(1.6rem, 1.07vw);
  line-height: 1.25 !important;
}
@media screen and (max-width: 1200px) {
  .l-footer__info__address {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__info__address {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info__address {
    font-size: 1.2rem;
  }
}
.l-footer__info__map {
  display: inline-block;
  font-weight: 300;
  font-size: 1.4rem;
  border-bottom: solid 1px #f8f8f2;
}
.l-footer__info__tel, .l-footer__info__fax {
  display: block;
  font-weight: 300;
  font-size: min(2.4rem, 1.6vw);
}
@media screen and (max-width: 1200px) {
  .l-footer__info__tel, .l-footer__info__fax {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__info__tel, .l-footer__info__fax {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info__tel, .l-footer__info__fax {
    font-size: 1.8rem;
  }
}
.l-footer__info__tel span, .l-footer__info__fax span {
  font-size: 66.7%;
  color: #f8f8f2;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .l-footer__info {
    width: 100%;
    margin-top: 3.5rem;
    padding-top: 4.7vw;
    border-top: solid 1px rgb(57, 64, 68);
  }
}
@media screen and (max-width: 481px) {
  .l-footer__info {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav li {
    margin-top: 1rem;
  }
}
.l-footer__nav li a {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-size: min(1.6rem, 1.07vw);
  color: #f8f8f2;
  position: relative;
  overflow: hidden;
}
.l-footer__nav li a::before, .l-footer__nav li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  height: 1px;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__nav li a::before {
  background-color: #f8f8f2;
  transform: scaleX(0);
  transform-origin: right;
}
.l-footer__nav li a::after {
  background-color: #f8f8f2;
  transform: scaleX(0);
  transform-origin: left;
}
.l-footer__nav li a:hover:before {
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__nav li a:hover:after {
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
}
@media screen and (max-width: 1200px) {
  .l-footer__nav li a {
    font-size: min(1.2rem, 1.2vw);
  }
}
@media screen and (max-width: 959px) {
  .l-footer__nav li a {
    font-size: min(1.4rem, 1.4vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .l-footer__nav li a {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__nav li a {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    width: 100%;
    margin-top: 4.7vw;
    margin-bottom: 4.7vw;
    padding-top: 4.7vw;
    padding-right: 4.7vw;
    border-top: solid 1px rgb(57, 64, 68);
  }
  .l-footer__nav .w-full {
    justify-content: space-between !important;
  }
  .l-footer__nav ul {
    width: calc(50% - 1vw);
    margin-right: 0;
  }
}
@media screen and (max-width: 481px) {
  .l-footer__nav {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
    padding-right: 2.5rem;
  }
  .l-footer__nav ul {
    width: 100%;
  }
}
.l-footer__bnr {
  width: 100%;
  margin-top: 4.7vw;
  padding: 2.35vw 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: solid 1px rgb(57, 64, 68);
}
@media screen and (max-width: 767px) {
  .l-footer__bnr {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 600px) {
  .l-footer__bnr {
    flex-direction: column;
    align-items: center;
  }
  .l-footer__bnr div:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.l-footer__und {
  position: absolute;
  bottom: max(2rem, 1.3vw);
  right: max(2rem, 1.3vw);
}
.l-footer__und small {
  color: #f8f8f2;
}
.l-footer__und a svg {
  transform: rotate(270deg);
}

@font-face {
  font-family: "YakuHanJP";
  src: url("/asset/font/YakuHanJPs-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/asset/font/CormorantGaramond-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/asset/font/NotoSerifJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("/asset/font/ZenKakuGothicNew-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.btn-nrl,
.btn-sns,
.btn-link {
  cursor: pointer;
}

.btn-nrl {
  position: relative;
  z-index: 3;
}
.btn-nrl.menu {
  width: 11rem;
}
@media screen and (max-width: 481px) {
  .btn-nrl.menu {
    width: 10rem;
  }
}
.btn-nrl span {
  min-width: 7rem;
  padding: 0.9rem 1.2rem;
  font-family: "YakuHanJP", "azo-sans-web", sans-serif !important;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.15em;
  background: #061826;
  color: #f8f8f2;
  border: solid 1px #061826;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 481px) {
  .btn-nrl span {
    padding: 1rem 0.8rem;
  }
}
@media screen and (max-width: 360px) {
  .btn-nrl span {
    padding: 0.8rem 0.6rem;
  }
}
.btn-nrl span .menu-btn__border {
  margin: auto 0 auto 0.5rem;
}
.btn-nrl span .menu-btn__border span {
  height: 1px;
  padding: 0.5px;
  display: block;
  background: #f8f8f2;
  border: unset;
}
.btn-nrl span .menu-btn__border span:first-child {
  width: 2.75rem;
  min-width: 2.75rem;
  margin-bottom: 2px;
}
.btn-nrl span .menu-btn__border span:last-child {
  width: 2rem;
  min-width: 2rem;
  margin-top: 2px;
}
.btn-nrl span:hover {
  color: #061826;
  background: #f8f8f2;
}
.btn-nrl span:hover .menu-btn__border span {
  background: #061826;
}
.btn-nrl span:hover .menu-btn__border span path {
  fill: #f8f8f2;
}
.btn-nrl span.open {
  letter-spacing: 0.2395em;
}
.btn-nrl__contact {
  width: 12rem;
  border-right: solid 1px #f8f8f2;
}
@media screen and (max-width: 481px) {
  .btn-nrl__contact {
    width: 11rem;
  }
}
.btn-nrl__contact span {
  letter-spacing: 0;
}
.btn-nrl__contact span svg {
  display: block;
  margin-left: 1rem;
}
.btn-nrl__contact span svg path {
  fill: #f8f8f2;
}
.btn-nrl__contact:hover svg path {
  fill: #061826;
}
.btn-nrl.active span {
  background: #f8f8f2;
  color: #061826;
}
.btn-nrl.active span.off {
  display: none;
}
.btn-nrl.active span.on {
  display: flex;
}
.btn-nrl__close {
  width: 11rem;
  position: fixed;
  top: 1.7vw;
  right: calc((100% - 96.7vw) / 2);
  z-index: 100;
  cursor: pointer;
}
.btn-nrl__close__contact {
  width: 11.9rem;
  position: fixed;
  top: 1.7vw;
  right: calc((100% - 96.7vw) / 2 + 11.1rem);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 100;
}
.btn-nrl__close__contact span {
  width: 11.9rem;
  letter-spacing: 0;
}
.btn-nrl__close__contact svg {
  margin-left: 1rem;
}
.btn-nrl__close__contact svg path {
  fill: #f8f8f2;
}
.btn-nrl__close__contact:hover span {
  color: #f8f8f2;
  background: rgba(255, 255, 255, 0);
}
.btn-nrl__close .menu-btn__border {
  margin: auto 0 auto 0.5rem;
}
.btn-nrl__close .menu-btn__border span {
  height: 1px;
  padding: 0.5px;
  display: block;
  background: #f8f8f2;
  border: unset;
  width: 2.25rem;
  min-width: 2.25rem;
}
.btn-nrl__close .menu-btn__border span:first-child {
  transform: rotate(24deg);
  transform-origin: 45% 0;
}
.btn-nrl__close .menu-btn__border span:last-child {
  transform: rotate(-24deg);
  transform-origin: 50% 0%;
}
.btn-nrl__close span {
  padding: 0.9rem 1.2rem;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.15em;
  background: #061826;
  color: #f8f8f2;
  border: solid 1px #061826;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-nrl__close span:hover {
  background: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 767px) {
  .btn-nrl__close {
    display: block;
    top: 1.5rem;
  }
  .btn-nrl__close__contact {
    top: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .btn-nrl__close {
    right: 0;
  }
  .btn-nrl__close__contact {
    right: 11.1rem;
  }
}
@media screen and (max-width: 481px) {
  .btn-nrl__close {
    width: 10rem;
  }
  .btn-nrl__close span {
    padding: 1rem 0.8rem;
  }
  .btn-nrl__close__contact {
    width: 10.9rem;
    right: 10.1rem;
  }
  .btn-nrl__close__contact span {
    width: 10.9rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-nrl span .menu-btn__border span:first-child {
    width: 2.35rem;
    min-width: 2.35rem;
  }
  .btn-nrl span .menu-btn__border span:last-child {
    width: 1.5rem;
    min-width: 1.5rem;
  }
}
.btn-link {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 10vw;
  padding: 0 0 1rem 0;
  display: inline-block;
  font-size: 1.07vw;
  letter-spacing: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.btn-link::before, .btn-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-link::before {
  background-color: #061826;
  transform: translateX(1);
  transform-origin: right;
}
.btn-link::after {
  background-color: #061826;
  transform: scaleX(0);
  transform-origin: left;
}
.btn-link:hover:before {
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-link:hover:after {
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
}
.btn-link svg {
  margin: 0 0 0 2rem;
}
@media screen and (max-width: 1200px) {
  .btn-link {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 959px) {
  .btn-link {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .btn-link {
    min-width: unset;
    font-size: 1.2rem;
  }
}
.btn-sns {
  min-width: 28rem;
  background: #fff;
  color: #061826;
  border-radius: 0.4rem;
  position: relative;
  z-index: 3;
}
.btn-sns__wrap {
  padding: 1rem 0 1rem 1rem;
}
.btn-sns__wrap__text p {
  font-size: 1.4rem;
  letter-spacing: -0.04em;
  color: #061826;
}
.btn-sns__wrap__text img {
  width: 3rem;
}
.btn-sns__wrap:hover .btn-sns__fst {
  transform: translateX(300%);
}
.btn-sns__wrap:hover .btn-sns__last {
  transform: translateX(0);
}
.btn-sns__arr {
  width: 4rem;
  height: 3rem;
  position: relative;
  overflow: hidden;
}
.btn-sns__fst, .btn-sns__last {
  height: 3rem;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-sns__fst {
  right: 0;
}
.btn-sns__last {
  transform: translateX(-300%);
}
.btn-sns__border {
  height: 3rem;
  margin-left: auto;
  border-left: solid 1px rgba(58, 65, 69, 0.2);
}
.btn-company {
  max-width: 28rem;
  border-radius: 0.4rem;
  position: relative;
  z-index: 3;
}
.btn-company a {
  width: 100%;
  height: 100%;
  display: block;
}
.btn-company a img {
  border-radius: 0.4rem;
}
.btn-box {
  width: 3.3vw;
  height: 3.3vw;
  border: solid 1px #f8f8f2;
  border-radius: 50%;
  box-sizing: border-box;
  background: #061826;
  transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-box:hover {
  background: #f8f8f2;
}
.btn-box:hover svg path {
  fill: #061826;
}
.btn-box svg path {
  fill: #f8f8f2;
}
@media screen and (max-width: 767px) {
  .btn-box {
    width: 3.3rem;
    height: 3.3rem;
  }
}

.menu {
  font-family: "YakuHanJP", "azo-sans-web", sans-serif !important;
}
.menu span {
  font-family: "YakuHanJP", "azo-sans-web", sans-serif !important;
}

img {
  width: 100%;
  height: auto;
}

.img {
  filter: drop-shadow(2px 4px 30px rgba(6, 24, 38, 0.12));
}

.img-wrap img {
  width: calc(50% - 1rem);
}

@font-face {
  font-family: "YakuHanJP";
  src: url("/asset/font/YakuHanJPs-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/asset/font/CormorantGaramond-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/asset/font/NotoSerifJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("/asset/font/ZenKakuGothicNew-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.c-form {
  width: 66.7%;
}
@media screen and (max-width: 767px) {
  .c-form {
    width: 100%;
  }
}
.c-form__side {
  width: 33.3%;
}
.c-form__side .exp {
  letter-spacing: -0.05em;
}
.c-form__side .tel {
  display: inline-block;
  font-weight: 100;
  font-size: 3.33vw;
  line-height: 1;
  vertical-align: bottom;
}
.c-form__side .tel span {
  font-weight: 600;
  font-size: 48%;
  letter-spacing: 0.1em;
}
.c-form__side .time {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-form__side {
    width: 100%;
    margin-bottom: 5rem;
  }
  .c-form__side .exp {
    letter-spacing: 0;
  }
  .c-form__side .tel {
    margin-top: 2rem;
    font-size: 3.2rem;
  }
  .c-form__side .tel span {
    font-size: 48%;
  }
}
.c-form dl:nth-child(n+2) dt {
  margin-top: 3rem;
}
.c-form dl dt {
  margin-bottom: 1.5rem;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
}
.c-form dl dt p {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-form dl:nth-child(n+2) dt {
    margin-top: 2rem;
  }
  .c-form dl dt {
    margin-bottom: 1rem;
  }
}
.c-form__input {
  width: 100%;
  padding: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  background: #fff;
}
.c-form__input::-moz-placeholder {
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(6, 24, 38, 0.4);
}
.c-form__input::placeholder {
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(6, 24, 38, 0.4);
}
.c-form textarea {
  width: 100%;
  padding: 1rem;
  font-size: 1.6rem;
  background: #fff;
}
.c-form textarea::-moz-placeholder {
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(6, 24, 38, 0.4);
}
.c-form textarea::placeholder {
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(6, 24, 38, 0.4);
}
.c-btn {
  padding: 0;
  min-width: 15rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  .c-btn {
    min-width: 15rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.6rem;
    margin: 0 auto;
  }
}

div#wpcf7-f7-p36-o1 {
  width: 66.7%;
}
@media screen and (max-width: 767px) {
  div#wpcf7-f7-p36-o1 {
    width: 100%;
  }
}
div#wpcf7-f7-p36-o1 .c-form.h-adr {
  width: 100%;
}
div#wpcf7-f7-p36-o1 .c-form.h-adr dl {
  width: 100%;
}
div#wpcf7-f7-p36-o1 .c-form.h-adr dl dd p span {
  width: 100%;
}

.wpcf7-not-valid-tip {
  margin: 1.5rem 0 0 0 !important;
  font-size: 1.6rem !important;
  line-height: 1 !important;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  display: none !important;
}

@font-face {
  font-family: "YakuHanJP";
  src: url("/asset/font/YakuHanJPs-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/asset/font/CormorantGaramond-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/asset/font/NotoSerifJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("/asset/font/ZenKakuGothicNew-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.mv {
  width: 100%;
  height: auto;
  position: relative;
}
.mv-text {
  margin: 0 0 5.3vw 0;
  padding: 0 1.3vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .mv-text {
    margin: 0 0 5rem 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.mv-text__title__chd {
  opacity: 0;
}
.mv-text__cont {
  height: 19.1vw;
  margin: 10vw 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mv-text__cont h1 {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: 6.7vw;
  line-height: 0.95;
  letter-spacing: 0;
}
.mv-text__cont h1 span {
  display: block;
  opacity: 0;
  transform: translateY(-100%);
}
@media screen and (max-width: 1200px) {
  .mv-text__cont {
    height: 19%;
  }
  .mv-text__cont h1 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-text__cont {
    height: 9.13%;
    margin: 8rem 0 0 0;
  }
  .mv-text__cont h1 {
    font-size: 7rem;
  }
}
@media screen and (max-width: 481px) {
  .mv-text__cont {
    height: 41.6vw;
  }
  .mv-text__cont h1 {
    font-size: 14.6vw;
  }
}
.mv-text__sub {
  display: inline-block;
  font-size: 1.2vw;
  line-height: 2.1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  .mv-text__sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 959px) {
  .mv-text__sub {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-text__sub {
    margin: 2rem 1rem 0 auto;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 481px) {
  .mv-text__sub {
    line-height: 1.8;
  }
}
.mv-wrap {
  width: 100%;
}
.mv-wrap__cont {
  width: 100%;
  height: 50.3vw;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.mv-wrap__img {
  position: absolute;
  right: 0;
  left: 0;
}
@font-face {
  font-family: "YakuHanJP";
  src: url("/asset/font/YakuHanJPs-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/asset/font/CormorantGaramond-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/asset/font/NotoSerifJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("/asset/font/ZenKakuGothicNew-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

.nav-list {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  background-color: transparent;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  isolation: isolate;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.nav-list > ul {
  width: calc(50% - 4.7vw);
}
.nav-list::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #4f595d;
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  pointer-events: none;
  z-index: 2;
}
.nav-list::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(/asset/images/common/texture.webp) repeat;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}
.nav-list__wrap {
  width: 50%;
  position: relative;
  z-index: 5;
}
.nav-list__logo {
  height: 100%;
  padding: 4.4rem;
}
@media screen and (max-width: 767px) {
  .nav-list__logo {
    padding: 0 4.4rem 4.4em;
  }
}
.nav-list__logo img {
  width: 18rem;
}
.nav-list__nav {
  width: calc(50% - 2vw);
  position: relative;
  z-index: 5;
}
.nav-list__nav__link a {
  width: 100%;
  display: block;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  color: #f8f8f2;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nav-list__nav__link a {
    padding-top: 1.75em;
  }
}
.nav-list__nav__link a::before, .nav-list__nav__link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 1px;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.nav-list__nav__link a::before {
  background-color: #f8f8f2;
  transform: scaleX(0);
  transform-origin: right;
}
.nav-list__nav__link a::after {
  background-color: #f8f8f2;
  transform: scaleX(0);
  transform-origin: left;
}
.nav-list__nav__link a:hover:before {
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.nav-list__nav__link a:hover:after {
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
}
@media screen and (max-width: 1200px) {
  .nav-list__nav ul .btn-sns,
  .nav-list__nav ul .btn-company {
    margin-bottom: 1rem !important;
  }
  .nav-list__nav ul .btn-sns:nth-of-type(2),
  .nav-list__nav ul .btn-company {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-list {
    padding-top: 8rem;
    flex-wrap: nowrap !important;
    flex-direction: column;
    align-items: flex-start !important;
    bottom: unset !important;
    margin: 0 auto auto !important;
    justify-content: flex-start !important;
  }
  .nav-list div.w-full {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-list ul.d-f.a-start li {
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }
  .nav-list__wrap {
    width: 100%;
  }
  .nav-list__nav {
    width: 28rem;
    margin: 0 auto;
    padding-left: 0 !important;
  }
  .nav-list__nav ul:first-child {
    margin-right: 0 !important;
  }
}

.d-b {
  display: block;
}
.d-f {
  display: flex;
  flex-wrap: wrap;
}
.d-f__nw {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.d-f.row {
  flex-direction: row;
}
.d-f.col {
  flex-direction: column;
}
.d-f.c {
  justify-content: center;
}
.d-f.start {
  justify-content: flex-start;
}
.d-f.end {
  justify-content: flex-end;
}
.d-f.sb {
  justify-content: space-between;
}
.d-f.stretch {
  justify-content: stretch;
}

.a-c {
  align-items: center;
}
.a-start {
  align-items: flex-start;
}
.a-end {
  align-items: flex-end;
}

@font-face {
  font-family: "YakuHanJP";
  src: url("/asset/font/YakuHanJPs-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/asset/font/CormorantGaramond-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/asset/font/NotoSerifJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("/asset/font/ZenKakuGothicNew-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.m-auto {
  margin: auto;
}
.m-t__xl {
  margin-top: 20vw;
}
.m-t__ll {
  margin-top: 13.3vw;
}
.m-t__l {
  margin-top: 10vw;
}
.m-t__ml {
  margin-top: 5.3vw;
}
.m-t__mm {
  margin-top: 4.7vw;
}
.m-t__ms {
  margin-top: 3.3vw;
}
.m-t__s {
  margin-top: 2vw;
}
.m-t__sm {
  margin-top: 1.3vw;
}
.m-t__ss {
  margin-top: 1vw;
}
.m-t__xs {
  margin-top: 0.67vw;
}
@media screen and (max-width: 767px) {
  .m-t__ll {
    margin-top: 8rem;
  }
  .m-t__ml {
    margin-top: 5rem;
  }
  .m-t__mm {
    margin-top: 4rem;
  }
  .m-t__ms {
    margin-top: 3rem;
  }
  .m-t__sm {
    margin-top: 1rem;
  }
  .m-t__ss {
    margin-top: 0.8rem;
  }
  .m-t__xs {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .m-t__xl {
    margin-top: 10rem;
  }
}
.m-b__xl {
  margin-bottom: 20vw;
}
.m-b__ll {
  margin-bottom: 13.3vw;
}
.m-b__l {
  margin-bottom: 10vw;
}
.m-b__mm {
  margin-bottom: 4.7vw;
}
.m-b__ms {
  margin-bottom: 3.3vw;
}
.m-b__s {
  margin-bottom: 2vw;
}
.m-b__sm {
  margin-bottom: 1.3vw;
}
.m-b__ss {
  margin-bottom: 1vw;
}
@media screen and (max-width: 767px) {
  .m-b__mm {
    margin-bottom: 3.5rem;
  }
  .m-b__ms {
    margin-bottom: 3rem;
  }
  .m-b__s {
    margin-bottom: 1.5rem;
  }
  .m-b__ss {
    margin-bottom: 0.8rem;
  }
}
.m-r__mm {
  margin-right: 4.7vw;
}
.m-r__ms {
  margin-right: 3.3vw;
}
.m-r__s {
  margin-right: 2vw;
}
.m-r__sm {
  margin-right: 1.3vw;
}
.m-r__ss {
  margin-right: 1vw;
}
@media screen and (max-width: 767px) {
  .m-r__mm {
    margin-right: 4rem;
  }
  .m-r__s {
    margin-right: 1.5rem;
  }
  .m-r__ss {
    margin-right: 0.8rem;
  }
}
.m-l__mm {
  margin-left: 4.7vw;
}
.m-l__ms {
  margin-left: 3.3vw;
}
.m-l__s {
  margin-left: 2vw;
}
.m-l__sm {
  margin-left: 1.3vw;
}
.m-l__ss {
  margin-left: 1vw;
}
.m-l__xs {
  margin-left: 0.67vw;
}
@media screen and (max-width: 767px) {
  .m-l__mm {
    margin-left: 4rem;
  }
}

.p-t__xl {
  padding-top: 20vw;
}
.p-t__ll {
  padding-top: min(13.3vw, 20rem);
}
.p-t__l {
  padding-top: 10vw;
}
.p-t__mm {
  padding-top: 4.7vw;
}
.p-t__ms {
  padding-top: 3.3vw;
}
.p-t__s {
  padding-top: 2vw;
}
.p-t__sm {
  padding-top: 1.3vw;
}
.p-t__ss {
  padding-top: 1vw;
}
.p-t__xs {
  padding-top: 0.67vw;
}
@media screen and (max-width: 767px) {
  .p-t__ll {
    padding-top: 10rem;
  }
  .p-t__mm {
    padding-top: 3.5rem;
  }
  .p-t__ms {
    padding-top: 3rem;
  }
  .p-t__sm {
    padding-top: 1.5rem;
  }
}
.p-b__ll {
  padding-bottom: min(13.3vw, 20rem);
}
.p-b__l {
  padding-bottom: 10vw;
}
.p-b__mm {
  padding-bottom: 4.7vw;
}
.p-b__ms {
  padding-bottom: 3.3vw;
}
.p-b__s {
  padding-bottom: 2vw;
}
.p-b__sm {
  padding-bottom: 1.3vw;
}
.p-b__ss {
  padding-bottom: 1vw;
}
.p-b__xs {
  padding-bottom: 0.67vw;
}
@media screen and (max-width: 767px) {
  .p-b__ll {
    padding-bottom: 10rem;
  }
  .p-b__mm {
    padding-bottom: 3.5rem;
  }
  .p-b__ms {
    padding-bottom: 3rem;
  }
}
.p-r__l {
  padding-right: clamp(7.5rem, 6.7vw, 10rem);
}
.p-r__mm {
  padding-right: 4.7vw;
}
.p-r__s {
  padding-right: 2vw;
}
.p-r__sm {
  padding-right: 1.3vw;
}
.p-r__ss {
  padding-right: 1vw;
}
@media screen and (max-width: 767px) {
  .p-r__mm {
    padding-right: 4rem;
  }
  .p-r__sm {
    padding-right: 1rem;
  }
}
.p-l__l {
  padding-left: clamp(7.5rem, 6.7vw, 10rem);
}
.p-l__mm {
  padding-left: 4.7vw;
}
.p-l__s {
  padding-left: 2vw;
}
.p-l__sm {
  padding-left: 1.3vw;
}
.p-l__ss {
  padding-left: 1vw;
}
.p-l__xs {
  padding-left: 0.67vw;
}
@media screen and (max-width: 767px) {
  .p-l__mm {
    padding-left: 4rem;
  }
  .p-l__sm {
    padding-left: 1rem;
  }
}

.po {
  position: relative;
}

.poa {
  position: absolute;
}
.poa-center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.pof-center {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.pof-sns {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 3;
}
.pof-sns.move {
  bottom: 2rem;
  opacity: 1;
  transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.pof-sns.unmove {
  bottom: -100%;
  opacity: 0;
  transition: all 6s cubic-bezier(0.25, 1, 0.5, 1);
}

main {
  width: 100%;
}

.sec {
  position: relative;
}
.sec-window {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
@media screen and (max-width: 481px) {
  .sec-window {
    aspect-ratio: 1/1;
  }
}

.w-full {
  width: 100%;
}

@font-face {
  font-family: "YakuHanJP";
  src: url("/asset/font/YakuHanJPs-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/asset/font/CormorantGaramond-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/asset/font/NotoSerifJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("/asset/font/ZenKakuGothicNew-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
p,
span,
h1,
h2,
h3,
h4 {
  color: #061826;
}

.page-ttl {
  margin-bottom: 8vw;
  border-bottom: solid 1px rgba(6, 24, 38, 0.25);
}
.page-ttl h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 4vw;
  line-height: 1;
}
.page-ttl h1 span.page-ttl__sub {
  display: block;
  font-family: "YakuHanJP", "azo-sans-web", sans-serif;
  font-size: max(0.8vw, 1.2rem);
}
@media screen and (max-width: 1200px) {
  .page-ttl {
    margin-bottom: 8.333vw;
  }
  .page-ttl h1 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .page-ttl {
    margin-bottom: 8.34vw;
  }
  .page-ttl h1 {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 767px) {
  .page-ttl {
    margin-bottom: clamp(5rem, 10.4vw, 8rem);
  }
  .page-ttl h1 {
    font-size: clamp(3rem, 6.7vw, 3.2rem);
  }
}

h2 {
  font-family: "YakuHanJP", "Noto Serif JP";
  font-size: 2.4vw;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 959px) {
  h2 {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.2rem;
  }
}

h3 {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.87vw;
  line-height: 1.14;
}
@media screen and (max-width: 1200px) {
  h3 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 959px) {
  h3 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6vw;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  h4 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 959px) {
  h4 {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.8rem;
  }
}

h5 {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.47vw;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  h5 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 959px) {
  h5 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.6rem;
  }
}

p {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.07vw;
  line-height: 2.25;
}
@media screen and (max-width: 1200px) {
  p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 959px) {
  p {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.2rem;
  }
}

a {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  color: #061826;
}

p > span,
span > span,
a > span,
h1 > span,
h2 > span,
h3 > span,
h4 > span,
div > span {
  display: inline-block;
}

@font-face {
  font-family: "YakuHanJP";
  src: url("/asset/font/YakuHanJPs-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/asset/font/CormorantGaramond-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/asset/font/NotoSerifJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("/asset/font/ZenKakuGothicNew-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
h2 span.front-text__title__sub {
  display: block;
  font-family: "YakuHanJP", "azo-sans-web", sans-serif;
  font-size: 1.07vw;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  h2 span.front-text__title__sub {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 959px) {
  h2 span.front-text__title__sub {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  h2 span.front-text__title__sub {
    font-size: 1.2rem;
  }
}
h2 .only380 {
  display: none;
}
@media screen and (max-width: 380px) {
  h2 .only380 {
    display: block;
  }
}

.front-sec__sec01 {
  aspect-ratio: 250/119;
}
.front-sec__sec01 .front-text__title {
  margin: 4.7vw 0 10vw 5.3vw;
}
.front-sec__sec01 .front-text__copy {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 6.2vw 0 auto;
}
@media screen and (max-width: 959px) {
  .front-sec__sec01 .front-text__copy {
    margin: 0 0 0 5.3vw;
  }
}
.front-sec__sec02 img {
  width: 40vw;
}
.front-sec__sec02 .front-text {
  margin-left: 4.7vw;
}
@media screen and (max-width: 959px) {
  .front-sec__sec02 .front-text {
    width: 100%;
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .front-sec__sec03 .front-link__list li img {
    width: calc(100% - 2rem);
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .front-sec__sec03 .front-link__list li .front-text {
    flex-direction: column;
  }
  .front-sec__sec03 .front-link__list li .front-text h3 {
    width: 100%;
  }
  .front-sec__sec03 .front-link__list li .front-text__chd {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .front-sec__sec03 .front-link__list li .front-text {
    width: 100vw;
    padding-left: 2.6vw;
    padding-bottom: 8rem;
    flex-direction: row;
    border-top: unset;
    border-bottom: solid 1px rgba(6, 24, 38, 0.25);
  }
  .front-sec__sec03 .front-link__list li .front-text h3 {
    width: 37.4vw;
  }
  .front-sec__sec03 .front-link__list li .front-text__chd {
    width: 57.4vw;
  }
}
@media screen and (max-width: 600px) {
  .front-sec__sec03 .front-link__list li .front-text h3 {
    width: 100%;
  }
  .front-sec__sec03 .front-link__list li .front-text__chd {
    width: 100%;
  }
}
.front-sec__sec04 .front-link__list__row li {
  width: 100%;
}
.front-sec__sec04 .front-link__list__row li img {
  width: 67.4vw;
}
.front-sec__sec04 .front-link__list__row li .front-text {
  padding-left: 4.7vw;
}
@media screen and (max-width: 767px) {
  .front-sec__sec04 .front-link__list__row li img {
    width: calc(67.4vw - 1rem);
  }
}
@media screen and (max-width: 600px) {
  .front-sec__sec04 .front-link__list__row li {
    flex-wrap: wrap;
  }
  .front-sec__sec04 .front-link__list__row li img,
  .front-sec__sec04 .front-link__list__row li .front-text {
    width: 100%;
  }
  .front-sec__sec04 .front-link__list__row li .front-text {
    padding-top: 1.5rem;
    padding-left: 0;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .front-sec__sec04 .front-link__list__row li .front-text a {
    padding-top: 0;
  }
}
.front-sec__sec05 .front-link__list__row li {
  width: calc(33.3333333333% - 3.3rem);
}
.front-sec__sec05 .front-link__list__row li .front-text h4 {
  line-height: 1.41;
}
.front-sec__sec05 .front-link__list__row li .front-text a {
  width: 100%;
}
.front-sec__sec05 .front-link__list__row li .front-text div.btn-link {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .front-sec__sec05 .front-link__list__row li {
    width: calc(50% - 1.13vw);
  }
}
@media screen and (max-width: 600px) {
  .front-sec__sec05 .front-link__list__row li {
    width: 100%;
  }
}
@media screen and (max-width: 481px) {
  .front-sec__sec05 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}
@media screen and (max-width: 380px) {
  .front-sec__sec05 > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .front-sec__sec05 > div a {
    margin: 1.5rem 0 0 0;
  }
}
.front-sec__sec06 .front-link__list li .icon svg {
  height: auto;
}
.front-sec__sec06 .front-link__list li:first-child .icon svg {
  width: 11.5vw;
}
.front-sec__sec06 .front-link__list li:last-child .icon svg {
  width: 7.7vw;
}
.front-sec__sec06 .front-link__list li:first-child {
  border-bottom: unset;
}
@media screen and (max-width: 600px) {
  .front-sec__sec06 .front-link__list li:first-child .icon svg {
    width: 7rem;
  }
  .front-sec__sec06 .front-link__list li:last-child .icon svg {
    width: 4.6rem;
  }
}
.front-sec__sec06 .front-link__list li, .front-sec__sec08 .front-link__list li {
  width: 100%;
  border-top: solid 1px rgba(6, 24, 38, 0.25);
  border-bottom: solid 1px rgba(6, 24, 38, 0.25);
}
.front-sec__sec06 .front-link__list li .icon, .front-sec__sec08 .front-link__list li .icon {
  width: 16.7vw;
  height: 16.7vw;
  margin-right: 3.33vw;
  border: solid 1px rgba(6, 24, 38, 0.25);
}
.front-sec__sec06 .front-link__list li .front-text, .front-sec__sec08 .front-link__list li .front-text {
  margin: 0 0 auto 0;
  border-top: unset;
}
.front-sec__sec06 .front-link__list li a, .front-sec__sec08 .front-link__list li a {
  width: 13.3vw;
  height: 13.3vw;
  margin: 0 5.33vw 0 auto;
  border: solid 1px rgba(6, 24, 38, 0.25);
  border-radius: 50%;
  transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.front-sec__sec06 .front-link__list li a svg, .front-sec__sec08 .front-link__list li a svg {
  width: max(0.66rem, 0.87vw);
}
.front-sec__sec06 .front-link__list li a:hover, .front-sec__sec08 .front-link__list li a:hover {
  background: #143660;
}
.front-sec__sec06 .front-link__list li a:hover svg path, .front-sec__sec08 .front-link__list li a:hover svg path {
  fill: #f8f8f2;
}
@media screen and (max-width: 600px) {
  .front-sec__sec06 .front-link__list li, .front-sec__sec08 .front-link__list li {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .front-sec__sec06 .front-link__list li .icon, .front-sec__sec08 .front-link__list li .icon {
    width: 10rem;
    height: 10rem;
    margin-right: 2rem;
  }
  .front-sec__sec06 .front-link__list li .front-text, .front-sec__sec08 .front-link__list li .front-text {
    width: calc(100% - 12rem);
  }
  .front-sec__sec06 .front-link__list li a, .front-sec__sec08 .front-link__list li a {
    margin: 2rem 5.33vw 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .front-sec__sec06 .front-link__list li .front-text br, .front-sec__sec08 .front-link__list li .front-text br {
    display: none;
  }
  .front-sec__sec06 .front-link__list li .front-text span, .front-sec__sec08 .front-link__list li .front-text span {
    display: unset;
  }
}
.front-sec__sec08 {
  margin-bottom: 10vw;
}
.front-sec__sec08 .front-link__list li .icon {
  border: unset;
  margin: 0 3.33vw 0 5.33vw;
}
.front-sec__sec08 .front-link__list li .icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .front-sec__sec08 .front-link__list li .icon {
    height: auto;
    margin: 0 2rem 0 0;
  }
}
.front-sec__sec07 {
  width: 100%;
  max-height: 48rem;
  aspect-ratio: 25/8;
}
.front-sec__sec07 .blank-img__bg {
  position: absolute;
  margin: auto;
  inset: 0;
  background-image: url("/asset/images/top/img18.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 -4vw;
  will-change: transform;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: -25%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .front-sec__sec07 {
    height: 48rem;
  }
  .front-sec__sec07 .blank-img__bg {
    right: -170vw;
  }
}
.front-sec__sec07::before, .front-sec__sec07::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.front-sec__sec07::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.37) 43.16%, rgba(6, 24, 38, 0.24) 70%);
  mix-blend-mode: overlay;
  z-index: 2;
}
.front-sec__sec07::after {
  background: rgba(20, 54, 96, 0.15);
  mix-blend-mode: saturation;
  z-index: 1;
}
.front-sec__sec07 .front-text {
  margin: 0 6.7vw 0 auto;
  position: relative;
  z-index: 3;
}
.front-sec__sec07 .front-text h3,
.front-sec__sec07 .front-text p {
  color: #fff;
}
.front-sec__sec07 .front-text h3 span,
.front-sec__sec07 .front-text p span {
  color: #fff;
}
.front-sec__sec07 .front-text h3 {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .front-sec__sec07 .front-text {
    margin: 0 auto;
  }
  .front-sec__sec07 .front-text h3,
  .front-sec__sec07 .front-text p {
    text-align: center;
  }
}
.front-link__list li img {
  width: 44.7vw;
}
.front-link__list li .front-text {
  width: 50vw;
  border-top: solid 1px rgba(6, 24, 38, 0.25);
}
.front-link__list li .front-text h3 {
  width: 15vw;
  line-height: 1.14;
}
.front-link__list li .front-text__chd {
  width: 28.7vw;
}
.front-link__list__row {
  flex-direction: row;
}
.front-ttl__sub {
  font-size: 71.43%;
  line-height: 1.6;
  letter-spacing: -0.015em;
}
.front-ttl__min {
  font-family: YakuHanJP, "azo-sans-web", sans-serif;
  font-size: max(1rem, 0.8vw);
  line-height: 1;
}
.front-text p {
  line-height: 1.75;
}
.front-poa__sec01 img:nth-of-type(1) {
  width: 15.3vw;
  top: 0;
  right: 5.3vw;
}
.front-poa__sec01 img:nth-of-type(2) {
  width: 22.7vw;
  top: 4.7vw;
  right: 18.7vw;
}
.front-poa__sec01 img:nth-of-type(3) {
  width: 16vw;
  bottom: 13.3vw;
  left: -0.67vw;
}
.front-poa__sec01 img:nth-of-type(4) {
  width: 30vw;
  bottom: 0;
  left: 11.3vw;
}
.front-poa__sec01 img:nth-of-type(5) {
  width: 15.3vw;
  right: 10vw;
  bottom: -11.3vw;
}
@media screen and (max-width: 959px) {
  .front-poa__sec01 img:nth-of-type(3) {
    top: 0;
    left: 27.33vw;
  }
  .front-poa__sec01 img:nth-of-type(4) {
    bottom: -10.5vw;
    left: 48vw;
  }
  .front-poa__sec01 img:nth-of-type(5) {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .front-poa__sec01 img:nth-of-type(4) {
    left: 58.3vw;
  }
  .front-poa__sec01 img:nth-of-type(5) {
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .front-poa__sec01 img:nth-of-type(1) {
    top: -4vw;
    right: 3.3vw;
  }
  .front-poa__sec01 img:nth-of-type(2) {
    top: 14.7vw;
    right: 10vw;
  }
  .front-poa__sec01 img:nth-of-type(3) {
    left: 46vw;
  }
  .front-poa__sec01 img:nth-of-type(4) {
    bottom: -19vw;
  }
  .front-poa__sec01 img:nth-of-type(5) {
    bottom: -8vw;
  }
}
@media screen and (max-width: 481px) {
  .front-poa__sec01 img:nth-of-type(1) {
    opacity: 0;
  }
  .front-poa__sec01 img:nth-of-type(2) {
    width: 32vw;
    top: 2.7vw;
    right: 0;
  }
  .front-poa__sec01 img:nth-of-type(3) {
    width: 24vw;
    top: -3vw;
    left: 50vw;
  }
  .front-poa__sec01 img:nth-of-type(4) {
    width: 40vw;
    bottom: -28.5vw;
    left: 50vw;
  }
  .front-poa__sec01 img:nth-of-type(5) {
    width: 22vw;
    bottom: -12vw;
    right: 0;
  }
}
.front-poa__sec02 img {
  width: 32vw;
  top: 36.7vw;
  right: 0;
}
@media screen and (max-width: 959px) {
  .front-poa__sec02 img {
    width: 38vw;
    top: 27.7vw;
    right: 8vw;
  }
}
.front-undline {
  border-bottom: solid 1px #061826;
}

.blank-img {
  width: 100%;
  aspect-ratio: 5/3;
  position: relative;
  background-image: url("/asset/images/top/img14.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

@font-face {
  font-family: "YakuHanJP";
  src: url("/asset/font/YakuHanJPs-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/asset/font/CormorantGaramond-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/asset/font/NotoSerifJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("/asset/font/ZenKakuGothicNew-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
i {
  font-style: normal;
}

.p-sec {
  width: 80%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-sec {
    width: 100%;
    margin: 0 auto;
    padding-left: 1rem;
  }
}
.p-copy {
  line-height: 1.75;
}
.p-fst__cont {
  border-bottom: solid 1px rgba(6, 24, 38, 0.25);
}
.p-fst__cont h2 {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  line-height: 1.33;
}

.cm-cont {
  border-bottom: solid 1px rgba(6, 24, 38, 0.25);
}
.cm-cont:last-child {
  border-bottom: unset;
}
.cm-img {
  width: 31.7%;
}
.cm-text {
  width: calc(68.3% - 3.3vw);
}
@media screen and (max-width: 481px) {
  .cm-cont {
    flex-direction: column;
  }
  .cm-img, .cm-text {
    width: 100%;
  }
  .cm-img {
    padding-right: 1rem;
  }
  .cm-text {
    margin-top: 3rem;
    margin-left: 0;
  }
}

.r-view {
  border-bottom: solid 1px rgba(6, 24, 38, 0.25);
}
.r-view:last-child {
  border-bottom: unset;
}
.r-view__bg {
  font-size: 130%;
}
.r-view__list__chd {
  width: 49.2%;
}
.r-view__list__chd .center {
  text-align: center;
  letter-spacing: 0.03em;
}
.r-view__list__chd .effect-dtl {
  height: min(15rem, 10vw);
  padding: 1rem 1rem 1rem 0;
  border: solid 1px rgba(6, 24, 38, 0.25);
}
.r-view__list__chd .effect-dtl .icon {
  width: 10vw;
  height: 100%;
  border-right: solid 1px rgba(6, 24, 38, 0.25);
}
.r-view__list__chd .effect-dtl .icon + p {
  line-height: 1.75;
}
.r-view__list__chd:nth-of-type(1) .effect-dtl .icon svg {
  width: 6vw;
  height: inherit;
}
@media screen and (max-width: 600px) {
  .r-view__list__chd:nth-of-type(1) .effect-dtl .icon svg {
    width: 5.8rem;
  }
}
.r-view__list__chd:nth-of-type(2) .effect-dtl .icon svg {
  width: 5.87vw;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .r-view__list__chd:nth-of-type(2) .effect-dtl .icon svg {
    height: 8vw;
  }
}
@media screen and (max-width: 600px) {
  .r-view__list__chd:nth-of-type(2) .effect-dtl .icon svg {
    width: 6.4rem;
    height: inherit;
  }
}
.r-view__list__chd:nth-of-type(3) .effect-dtl .icon svg {
  width: 6.33vw;
  height: inherit;
}
@media screen and (max-width: 600px) {
  .r-view__list__chd:nth-of-type(3) .effect-dtl .icon svg {
    width: 6rem;
  }
}
.r-view__list__chd:nth-of-type(4) .effect-dtl .icon svg {
  width: 5.47vw;
  height: inherit;
}
@media screen and (max-width: 600px) {
  .r-view__list__chd:nth-of-type(4) .effect-dtl .icon svg {
    width: 5rem;
  }
}
.r-view__list__chd:nth-of-type(5) .effect-dtl .icon svg {
  width: 5.2vw;
  height: inherit;
}
@media screen and (max-width: 600px) {
  .r-view__list__chd:nth-of-type(5) .effect-dtl .icon svg {
    width: 4.8rem;
  }
}
.r-view__list__copy {
  font-size: clamp(1.2rem, 0.933vw, 1.4rem);
}
@media screen and (max-width: 600px) {
  .r-view__list__copy.r-mb {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .r-view__list__chd .effect-dtl {
    height: 15vw;
  }
}
@media screen and (max-width: 600px) {
  .r-view__list__chd {
    width: 100%;
  }
  .r-view__list__chd .effect-dtl {
    height: 10rem;
  }
  .r-view__list__chd .effect-dtl .icon {
    width: 10rem;
  }
}
.r-view__ctxt, .r-view__stxt, .r-view__mtxt, .r-view__ltxt {
  font-weight: 600;
  line-height: 1;
  color: #143660;
}
.r-view__stxt {
  font-size: 125%;
}
.r-view__mtxt {
  font-size: 150%;
}
.r-view__ltxt {
  margin: 0 0.2rem;
  font-size: 175%;
}
.r-sec__reason {
  background: #061826;
}
.r-sec__reason h2 {
  color: #f8f8f2;
}
.r-sec__reason h2 span {
  color: #f8f8f2;
}
.r-sec__reason .front-link__list__row li {
  width: 100%;
}
.r-sec__reason .front-link__list__row li img {
  width: 67.4vw;
}
.r-sec__reason .front-link__list__row li .front-text {
  padding-left: 4.7vw;
}
.r-sec__reason .front-link__list__row li .front-text span,
.r-sec__reason .front-link__list__row li .front-text h3,
.r-sec__reason .front-link__list__row li .front-text a {
  color: #f8f8f2;
}
.r-sec__reason .front-link__list__row li .front-text a.wh::before {
  background-color: #f8f8f2;
}
.r-sec__reason .front-link__list__row li .front-text a.wh::after {
  background-color: #f8f8f2;
}
.r-sec__reason .front-link__list__row li .front-text a svg path {
  fill: #f8f8f2;
}
@media screen and (max-width: 767px) {
  .r-sec__reason .front-link__list__row li img {
    width: calc(67.4vw - 1rem);
  }
}
@media screen and (max-width: 600px) {
  .r-sec__reason .front-link__list__row li {
    flex-wrap: wrap;
  }
  .r-sec__reason .front-link__list__row li img,
  .r-sec__reason .front-link__list__row li .front-text {
    width: 100%;
  }
  .r-sec__reason .front-link__list__row li .front-text {
    padding-top: 1.5rem;
    padding-left: 0;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .r-sec__reason .front-link__list__row li .front-text a {
    padding-top: 0;
  }
}

.o-cont {
  border-bottom: solid 1px rgba(6, 24, 38, 0.25);
}
.o-img {
  width: 31.7%;
}
.o-text {
  width: calc(68.3% - 3.3vw);
}
@media screen and (max-width: 481px) {
  .o-cont {
    flex-direction: column;
  }
  .o-img, .o-text {
    width: 100%;
  }
  .o-img {
    padding-right: 1rem;
  }
  .o-text {
    margin-top: 3rem;
    margin-left: 0;
  }
}
.o-region__list div {
  width: 49.2%;
}
.o-region__list div img {
  border: solid 1px rgba(6, 24, 38, 0.6);
}
@media screen and (max-width: 650px) {
  .o-region__list div {
    width: 100%;
  }
  .o-region__list div:first-child {
    margin-bottom: 3rem;
  }
}
.o-sm__list {
  width: 100%;
}
.o-sm__list__chd {
  width: 48.3%;
  margin-bottom: 3.3vw;
}
.o-sm__list__chd:nth-of-type(n + 5) {
  margin-bottom: 0;
}
.o-sm__list__chd img {
  width: 37.9%;
}
.o-sm__list__chd ul li {
  padding-left: 1rem;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-size: min(0.933vw, 1.4rem);
  line-height: 1.86;
  position: relative;
}
.o-sm__list__chd ul li::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  margin: auto;
  background: #061826;
  position: absolute;
  top: 0.75em;
  left: 0;
}
.o-sm__list__dtl {
  width: calc(62.1% - 2vw);
}
@media screen and (max-width: 767px) {
  .o-sm__list {
    justify-content: space-between;
  }
  .o-sm__list__chd {
    width: calc(50% - 0.5rem);
    margin-bottom: 3rem;
  }
  .o-sm__list__chd img {
    width: 100%;
  }
  .o-sm__list__chd ul li {
    font-size: 1.2rem;
  }
  .o-sm__list__dtl {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 481px) {
  .o-sm__list {
    justify-content: space-between;
  }
  .o-sm__list__chd {
    width: 100%;
  }
  .o-sm__list__chd img {
    width: calc(40% - 0.5rem);
  }
  .o-sm__list__chd ul li {
    font-size: 1.2rem;
  }
  .o-sm__list__chd:nth-of-type(n + 6) {
    margin-bottom: 0;
  }
  .o-sm__list__chd:nth-of-type(5) {
    margin-bottom: 3rem !important;
  }
  .o-sm__list__dtl {
    width: calc(60% - 0.5rem);
    margin-top: 0;
    margin-left: 1rem;
  }
}
.o-sm__list__exp .case {
  display: block;
  font-family: "YakuHanJP", "azo-sans-web", sans-serif;
  font-size: max(0.8vw, 1.2rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .o-sm__list__exp img {
    width: 100%;
  }
}
.o-view__list__chd {
  width: 49.2%;
}
@media screen and (max-width: 600px) {
  .o-view__list__chd {
    width: 100%;
  }
  .o-view__list__chd:first-child {
    margin-bottom: 4rem;
  }
  .o-view__list__chd:first-child .ba-arrow {
    bottom: -2.4rem;
  }
}

.ba-arrow {
  width: min(21.3vw, 3.2rem);
  height: min(21.3vw, 3.2rem);
  display: block;
  border-top: solid 1px #061826;
  border-left: solid 1px #061826;
  transform: rotate(135deg);
  right: -2.3%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ba-arrow {
    width: min(3.65vw, 2.8rem);
    height: min(3.65vw, 2.8rem);
    right: -3.2%;
  }
}
@media screen and (max-width: 600px) {
  .ba-arrow {
    top: unset;
    right: 0;
    bottom: -5rem;
    left: 0;
    transform: rotate(225deg);
  }
}

@media screen and (max-width: 767px) {
  .f-cont {
    margin-left: 2rem;
  }
}
.f-list {
  border-bottom: solid 1px rgba(6, 24, 38, 0.25);
  opacity: 0.6;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.f-list.active {
  opacity: 1;
}
.f-ttl {
  position: relative;
}
.f-ttl::before {
  content: "";
  width: 1.27vw;
  height: 1.27vw;
  margin: auto;
  display: block;
  border-radius: 50%;
  background: #061826;
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2.3vw;
}
@media screen and (max-width: 767px) {
  .f-ttl::before {
    width: 1.1rem;
    height: 1.1rem;
    left: -2rem;
  }
}
.f-ttl::after {
  content: "";
  width: 1px;
  height: var(--lineHeight, 0) !important;
  background: #061826;
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  position: absolute;
  left: -1.665vw;
  top: 1.7002vw;
  bottom: 0;
  transform-origin: top;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .f-ttl::after {
    left: -1.5rem;
  }
}

.w-cont__dtl {
  overflow: hidden;
}
.w-img__wrap {
  overflow: hidden;
}
.w-list__item {
  width: 48.33333%;
  border-bottom: solid 1px rgba(6, 24, 38, 0.25);
  overflow: hidden;
}
.w-list__item a {
  width: 100%;
  overflow: hidden;
}
.w-list__item a img {
  aspect-ratio: 250/141;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.w-list__item a:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 481px) {
  .w-list__item {
    width: 100%;
  }
}
.w-list__dtl {
  width: 100%;
  border-bottom: solid 1px rgba(6, 24, 38, 0.25);
}
.w-ttl {
  width: 100%;
  font-size: 1.3vw;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-ttl__dtl {
  width: 21.2%;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .w-ttl {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 959px) {
  .w-ttl {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .w-ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 481px) {
  .w-ttl__dtl {
    padding-bottom: 0.75rem;
  }
}
.w-detail {
  line-height: 1;
}
@media screen and (max-width: 481px) {
  .w-detail {
    width: 100%;
  }
}
.w-detail > span {
  min-width: 10rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-detail > span:first-child {
  min-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  overflow: visible;
  text-overflow: unset;
}
.w-detail > span span.cron {
  margin: 0 0.25em;
}
.w-detail > span.w-address__ttl span.cron {
  padding: 0 0 0 1em;
}
.w-slider {
  margin: 0;
  padding: 0;
  position: relative;
}
.w-slider__img {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.w-slider__img::before {
  content: "";
  display: block;
  padding-top: 56.167%;
}
.w-slider__img img {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.w-textarea a {
  text-decoration: underline !important;
}

.js-main-swiper {
  width: 100%;
}

.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  aspect-ratio: 250/141;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #fff;
  overflow: hidden;
}
.swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.swiper-slide img.landscape {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.swiper-slide img.portrait {
  height: 100% !important;
  aspect-ratio: 141/250;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.w-thumb {
  margin-top: 1rem;
  position: relative;
}
.w-thumb__img {
  width: calc(16.6666666667% - 1rem) !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.w-thumb__img img {
  max-width: 100%;
  max-height: 100%;
}
.w-thumb__img:not(.swiper-slide-thumb-active) {
  opacity: 0.6;
}
.aioseo-breadcrumbs {
  margin: 0 0 2.65rem 0;
}
.aioseo-breadcrumbs span {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  display: inline-block;
  margin: 0 0.75rem 0 0;
  padding: 0 0 0.35rem 0;
}

.c-list {
  border-bottom: solid 1px rgba(6, 24, 38, 0.25);
}
.c-list:first-child {
  padding-top: 0;
}
.c-list__access {
  width: 100%;
}
.c-list__access .c-ttl {
  width: 100%;
}
.c-list__access iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 11/4;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .c-list__access {
    width: 100%;
    margin-right: 0;
  }
  .c-list__access:first-child {
    margin-bottom: 3rem;
  }
  .c-list__access iframe {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 481px) {
  .c-list {
    flex-direction: column;
  }
}
.c-ttl {
  width: 20.8%;
  padding-top: calc((1.86rem - 0.93vw) / 2);
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .c-ttl {
    margin-bottom: 1.5rem;
    padding-top: 0.23rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 481px) {
  .c-ttl {
    width: 100%;
  }
}
.c-copy {
  width: 79.2%;
  font-size: 0.93vw;
  line-height: 1.86;
}
@media screen and (max-width: 1200px) {
  .c-copy {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 481px) {
  .c-copy {
    width: 100%;
  }
}

.q-list {
  width: 100%;
  border-bottom: solid 1px rgba(6, 24, 38, 0.25);
}
.q-icon {
  font-family: "YakuHanJP", "azo-sans-web", sans-serif;
  font-size: 1.87vw;
  line-height: 1.14;
}
@media screen and (max-width: 1200px) {
  .q-icon {
    font-size: 2vw;
  }
}
@media screen and (max-width: 959px) {
  .q-icon {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 767px) {
  .q-icon {
    font-size: 2rem;
  }
}

.navigation.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation.pagination .nav-links {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
.navigation.pagination .nav-links .page-numbers {
  padding: 0 0.5rem;
}
.navigation.pagination .nav-links .page-numbers.current {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */