@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --content_width: 37.5rem;
  --content-both_space: 2rem;
  --header_height: 90px;
}
/* -------------------------------------------*/
/* -------------------------------------------*/
.js-fadein {
  opacity: 0;
  transform: translate3d(0, var(--fadeup-distance, 20px), 0);
  will-change: opacity, transform;
}

.js-fadein.is-inview {
  animation: fadeUp 2000ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, var(--fadeup-distance, 20px), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/* -------------------------------------------*/
/* -------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  overflow: auto;
}

body {
  color: #333333;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  height: 100%;
  letter-spacing: 0.04em;
  line-height: 1.5;
  overflow-x: clip;
  position: relative;
  position: relative;
}
body::before {
  background: #fff;
  content: "";
  inset: 0;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  transition: 1s ease-in-out;
  z-index: 9999;
}
body.overlay-fadeout::before {
  opacity: 0;
  visibility: hidden;
}
body.no-overlay::before {
  content: none;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

picture {
  display: block;
  line-height: 1.2;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}
/* スクロールバーのトラックの背景色 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* スクロールバーのスクロール部分 */
::-webkit-scrollbar-thumb {
  background-color: #19274e;
  border-radius: 5px;
}

/* スクロールバーの上部ボタン */
::-webkit-scrollbar-button:start {
  display: none;
}

/* スクロールバーの下部ボタン */
::-webkit-scrollbar-button:end {
  display: none;
}

.pc-only-inline {
  display: inline;
}

.sp-only-inline {
  display: none;
}

/* -------------------------------------------*/
/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  border: none;
  border: none;
  border: none;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 10px 16px;
  position: relative;
  width: 100%;
}

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

::-moz-placeholder {
  color: #b7b7b7;
  font-size: 1.4rem;
  letter-spacing: 0;
}

::placeholder {
  color: #b7b7b7;
  font-size: 1.4rem;
  letter-spacing: 0;
}

/**
 * textarea
 *
 */
textarea {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-size: 1.4rem;
  height: 250px;
  letter-spacing: 0.1em;
  padding: 10px;
  position: relative;
  width: 100%;
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #edf8f8;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #edf8f8;
  opacity: 1;
}

/**
 * radio
 *
 */
input[type=radio] {
  display: none;
  vertical-align: middle;
}

input[type=radio] + .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 10px 10px 10px 40px;
  position: relative;
  transition: 0.5;
  transition-property: color;
  vertical-align: middle;
}

input[type=radio] + .wpcf7-list-item-label::before {
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
  width: 20px;
  z-index: 2;
}

input[type=radio] + .wpcf7-list-item-label::after {
  background-color: #217bbe;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 12px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 5;
}

input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/**
 * checkbox
 *
 */
input[type=checkbox] {
  opacity: 0;
  vertical-align: middle;
}

.wpcf7-list-item {
  margin-left: 0;
}

input[type=checkbox] + .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0 0 0 24px;
  position: relative;
  transition: 0.5s;
}

input[type=checkbox] + .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px #b7b7b7 solid;
  border-radius: 3px;
  box-sizing: border-box;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  z-index: 2;
}

input[type=checkbox] + .wpcf7-list-item-label::after {
  border-bottom: 2px solid #217bbe;
  border-left: 2px solid #217bbe;
  content: "";
  display: block;
  height: 5px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  transition: 0.5s;
  transition-property: color;
  width: 10px;
  z-index: 3;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/**
 * tel(column)
 *
 */
.mwform-tel-field {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mwform-tel-field > input {
  flex: 1;
  width: 100% !important;
}

/**
 * select
 *
 */
.select-parts {
  border: 1px #edf8f8 solid;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.select-parts::after {
  background: url(../images/contact/select_arrow.png) no-repeat top center/contain;
  content: "";
  height: 10px;
  margin-top: 2px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  z-index: 5;
}
.select-parts select {
  background: #fbefe3;
  border: none;
  border: none;
  box-shadow: none;
  color: #7f7f7f;
  cursor: pointer;
  font-size: 2rem;
  height: 45px;
  letter-spacing: 0.1em;
  padding: 0 20px 0 15px;
  position: relative;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

/**
 * file
 *
 */
input[type=file] + label {
  margin: 0 10px 0 0;
  padding: 15px 0;
  width: 160px;
}
input[type=file] + label:after {
  left: 170px;
}

/**
 * リアルタイムバリデーション
 *
 */
label.error {
  color: #ff0000;
  font-size: 1.3rem;
}

.wpcf7-not-valid-tip {
  display: none;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-cta {
  background: rgba(255, 255, 255, 0.3);
  padding: 6.8rem 0 6.9rem;
}

.l-cta__body {
  margin-top: 3rem;
}

.l-cta__text {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}

.l-cta__btn {
  height: 6.1rem;
  margin: 4rem auto 0;
  width: 24.7rem;
}

.l-cta__link {
  align-items: center;
  background-color: #fff;
  border-radius: 50rem;
  color: #217bbe;
  display: flex;
  font-family: "Marcellus", serif;
  font-size: 1.6rem;
  font-weight: 400;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.04em;
  padding-right: 1rem;
  position: relative;
  width: 100%;
}
.l-cta__link .nav-arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  --scale: 1;
  --base: 13px;
}
.l-cta__link .nav-arrow .shaft {
  transform: scaleX(var(--scale));
  transform-box: fill-box;
  transform-origin: 0% 50%;
  transition: transform 0.25s cubic-bezier(0.2, 0.6, 0.2, 1);
  vector-effect: non-scaling-stroke;
}
.l-cta__link .nav-arrow .arrow {
  transform: translate(calc(var(--base) * var(--scale)), 0) rotate(135deg);
  transform-box: fill-box;
  transform-origin: -10% 35%;
  transition: transform 0.25s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.l-cta__link:hover .nav-arrow {
  --scale: 1.4;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  background-color: #edf8f8;
  padding: 5rem 0 2rem;
  position: relative;
  width: 100%;
}

.l-footer__logo {
  margin: 0 auto;
  width: 10.6rem;
}

.l-footer__menu {
  margin-top: 3rem;
}

.l-footer__menu-item {
  border-top: 1px solid #e0e0e0;
}
.l-footer__menu-item:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.l-footer__menu-link {
  display: block;
  font-size: 1.2rem;
  padding: 1rem 0 1.3rem 1rem;
  position: relative;
}
.l-footer__menu-link:has(.l-footer__menu-child) {
  padding: 1.5rem 0 1.6rem 1.2rem;
}
.l-footer__menu-link::before {
  content: attr(data-en);
  display: inline-block;
  font-family: "Marcellus", serif;
  font-size: 1.8rem;
  font-weight: 400;
  margin-right: 0.3rem;
  pointer-events: none;
  position: relative;
  top: 0.1em;
}
.l-footer__menu-link .nav-arrow {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translate(0, -50%);
  --scale: 1;
  --base: 13px;
}
.l-footer__menu-link .nav-arrow .shaft {
  transform: scaleX(var(--scale));
  transform-box: fill-box;
  transform-origin: 0% 50%;
  transition: transform 0.25s cubic-bezier(0.2, 0.6, 0.2, 1);
  vector-effect: non-scaling-stroke;
}
.l-footer__menu-link .nav-arrow .arrow {
  transform: translate(calc(var(--base) * var(--scale)), 0) rotate(135deg);
  transform-box: fill-box;
  transform-origin: -10% 35%;
  transition: transform 0.25s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.l-footer__menu-link:not(div):hover .nav-arrow {
  --scale: 1.3;
}

.l-footer__menu-child {
  margin-top: 1.4rem;
}

.l-footer__menu-child-link {
  display: block;
  font-size: 1.2rem;
  position: relative;
}
.l-footer__menu-child-link:not(:first-child) {
  margin-top: 1.5rem;
}
.l-footer__menu-child-link .nav-arrow {
  transform: scale(0.8) translate(0, -50%);
}
.l-footer__menu-child-link:hover .nav-arrow {
  --scale: 1.3;
}

.l-footer__bottom {
  margin-top: 8rem;
}

.l-footer__address {
  color: #707070;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.41;
}

.l-footer__other {
  border-top: 1px solid #e0e0e0;
  color: #707070;
  display: flex;
  justify-content: space-between;
  margin-top: 1.3rem;
  padding-top: 0.7rem;
}

.l-footer__other-link {
  font-size: 1.2rem;
}

.l-footer__copyright {
  font-size: 1rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/

.l-header__logo-link {
  display: block;
  width: 7.394vw;
}
.l-header__logo-link img {
  height: auto;
  width: 100%;
}

.l-header__catch {
  display: flex;
  justify-content: center;
  left: 0.5%;
  position: fixed;
  top: 42%;
  width: calc(50% - 18.75rem);
}
.l-header__catch img {
  width: 21.3vw;
}
.l-header__catch::before {
  aspect-ratio: 1264/676;
  background: url(../images/common/fv_catch_back.webp) no-repeat top center/contain;
  content: "";
  display: block;
  left: -5rem;
  position: absolute;
  top: -7rem;
  width: 46.2vw;
  z-index: -1;
}

.l-header__under {
  align-items: end;
  color: #fff;
  display: flex;
  font-family: "Marcellus", serif;
  font-size: 7.4rem;
  font-weight: 400;
  gap: 0;
  height: 100vh;
  left: 0;
  letter-spacing: 0.04em;
  opacity: 0.7;
  overflow: hidden;
  position: fixed;
  top: 1rem;
  white-space: nowrap;
  will-change: transform;
  z-index: -10;
}

.l-header__under .tick-track {
  animation: tick-left var(--ticker-duration, 360s) linear infinite;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.l-header__under .tick-unit {
  display: inline-flex;
  flex-shrink: 0;
  white-space: nowrap;
}

.l-header__under .tick-unit::after {
  content: " ";
  display: inline-block;
  width: 0.3em;
}

@keyframes tick-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.l-header__under.no-tick .tick-track {
  animation: none;
}

.menuBtn {
  cursor: pointer;
  height: 2.4rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  touch-action: manipulation;
  transform: translate(0, -50%);
  width: 3rem;
}

.menuBtn_inner {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* 三本線 */
.menuBtn_line {
  background-color: #8b8b8b;
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  transition-duration: 0.4s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
  width: 100%;
}

.menuBtn_line-1 {
  top: 0;
}

.menuBtn_line-2 {
  top: 1.2rem;
}

.menuBtn_line-3 {
  top: 2.3rem;
}

/* 開いたとき：右方向へスライドアウト（%は自身幅基準） */
.menuBtn.is-open .menuBtn_line-1 {
  transform: translateX(200%);
}

.menuBtn.is-open .menuBtn_line-2 {
  transform: translateX(150%);
}

.menuBtn.is-open .menuBtn_line-3 {
  transform: translateX(100%);
}

.menuBtn_closeLine {
  background-color: #8b8b8b;
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 1.2rem;
  transition-duration: 0.4s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
  width: 3rem;
}

.menuBtn_closeLine-1 {
  transform: rotate(45deg) translateX(-200%);
}

.menuBtn_closeLine-2 {
  transform: rotate(-45deg) translateX(200%);
}

.menuBtn.is-open .menuBtn_closeLine-1 {
  transform: rotate(45deg);
  transition-delay: 0.2s;
}

.menuBtn.is-open .menuBtn_closeLine-2 {
  transform: rotate(-45deg);
  transition-delay: 0.4s;
}

.l-header__video {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -100;
}
.l-header__video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-header__video::before {
  background: url(../images/common/fixed_movie_back.webp) no-repeat top center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-wrapper {
  position: relative;
  text-align: left;
  width: 100%;
}

.l-main {
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  max-width: var(--content_width);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.l-main__inner {
  background-color: #fff;
}
.l-main--404, .l-main--error {
  padding-block: 22rem 22.5rem;
}
.l-main--404 h1, .l-main--error h1 {
  margin-inline: auto;
  width: 47rem;
}
.l-main--404 .error-text, .l-main--error .error-text {
  font-size: 1.7rem;
  margin-top: 7.5rem;
  text-align: center;
}
.l-main--404 .error-link, .l-main--error .error-link {
  display: block;
  font-feature-settings: "palt";
  font-size: 1.7rem;
  margin: 7.5rem auto 0;
  padding-bottom: 0.3rem;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.l-main--404 .error-link::after, .l-main--error .error-link::after {
  background: linear-gradient(to right, #edf8f8, #217bbe);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.l-main--404 .l-main__inner, .l-main--error .l-main__inner {
  padding: 120px 0;
}
.l-main--404 .c-btn, .l-main--error .c-btn {
  margin: 40px auto 0;
}

.no-link {
  opacity: 0.4 !important;
  pointer-events: none !important;
}
.no-link--ba {
  pointer-events: none !important;
}
.no-link--ba::before, .no-link--ba::after {
  opacity: 0.4 !important;
  pointer-events: none !important;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-navi {
  position: fixed;
  right: 19.7vw;
  top: 50%;
  transform: translate(50%, -50%);
  width: 22.987vw;
  z-index: 100;
}

.l-navi__menu-item {
  position: relative;
}
.l-navi__menu-item::before {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  --fade: 15%;
  background: #fff;
  background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 16%, #ffffff 46%, #ffffff 77%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}
.l-navi__menu-item:last-child::after {
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  --fade: 15%;
  background: #fff;
  background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 16%, #ffffff 46%, #ffffff 77%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}

.l-navi__menu-link {
  display: block;
  font-size: 0.878vw;
  font-weight: 500;
  line-height: 1.18;
  padding: 1.684vw 2.928vw;
  position: relative;
}
.l-navi__menu-link::before {
  content: attr(data-en);
  display: block;
  font-family: "Marcellus", serif;
  font-size: 1.611vw;
  font-weight: 400;
  padding-bottom: 2px;
  vertical-align: middle;
}
.l-navi__menu-link .nav-arrow {
  position: absolute;
  right: 1.83vw;
  top: 50%;
  transform: translate(0, -50%);
  --scale: 1;
  --base: 13px;
}
.l-navi__menu-link .nav-arrow .shaft {
  transform: scaleX(var(--scale));
  transform-box: fill-box;
  transform-origin: 0% 50%;
  transition: transform 0.25s cubic-bezier(0.2, 0.6, 0.2, 1);
  vector-effect: non-scaling-stroke;
}
.l-navi__menu-link .nav-arrow .arrow {
  transform: translate(calc(var(--base) * var(--scale)), 0) rotate(135deg);
  transform-box: fill-box;
  transform-origin: -12% 35%;
  transition: transform 0.25s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.l-navi__menu-link:hover::before {
  color: #217bbe;
}
.l-navi__menu-link:hover > .nav-arrow {
  --scale: 1.4;
}
.l-navi__menu-link.is-toggle {
  cursor: pointer;
}
.l-navi__menu-link.is-toggle:hover .toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.l-navi__menu-link.is-toggle:hover .l-navi__menu-child {
  opacity: 1;
  pointer-events: auto;
}
.l-navi__menu-link .toggle {
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  right: 2.3vw;
  top: 50%;
  transform: translate(0, -50%);
  vertical-align: middle;
  width: 0.952vw;
}
.l-navi__menu-link .toggle::before, .l-navi__menu-link .toggle::after {
  background: #217bbe;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.l-navi__menu-link .toggle::before {
  height: 0.073vw;
  transform: translate(-50%, -50%);
  width: 100%;
}
.l-navi__menu-link .toggle::after {
  height: 100%;
  opacity: 1;
  transform: translate(-50%, -50%) scaleY(1);
  width: 0.073vw;
}
.l-navi__menu-link .l-navi__menu-child {
  background: transparent linear-gradient(90deg, #d3f7ff 0%, #fafeff 36%, #d3f7ff 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0 0.22vw 1.098vw rgba(0, 0, 0, 0.062745098);
  left: 0.293vw;
  opacity: 0;
  padding: 2.269vw 2.123vw 2.196vw 2.562vw;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 10;
}
.l-navi__menu-link .l-navi__menu-child-link {
  display: block;
  font-size: 1.025vw;
  font-weight: 500;
  padding: 0.5em 0;
  position: relative;
}
.l-navi__menu-link .l-navi__menu-child-link:not(:first-child) {
  margin-top: 1.098vw;
}
.l-navi__menu-link .l-navi__menu-child-link .nav-arrow {
  right: 0;
  transform: translate(0, -50%) scale(0.7);
}
.l-navi__menu-link .l-navi__menu-child-link:hover {
  color: #217bbe;
}
.l-navi__menu-link .l-navi__menu-child-link:hover .nav-arrow {
  --scale: 1.4;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-bread__list {
  align-items: center;
  display: flex;
  overflow-x: auto;
  padding-top: 1rem;
  scrollbar-width: none;
  white-space: nowrap;
  -ms-overflow-style: none;
}
.c-bread__list::-webkit-scrollbar {
  display: none;
}

.c-bread__item {
  align-items: center;
  display: flex;
}
.c-bread__item:not(:first-child) {
  color: #8b8b8b;
}
.c-bread__item:not(:first-child)::before {
  aspect-ratio: 3/5;
  background: url(../images/common/arrow_bread.svg) no-repeat top center/contain;
  content: "";
  display: inline-block;
  margin: 0 0.7rem 0 0.8rem;
  width: 0.45rem;
}

.c-bread__link {
  font-size: 1.2rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-btn--white .c-btn__link {
  color: #fff;
}
.c-btn--white .c-btn__link::before, .c-btn--white .c-btn__link::after {
  background-color: #fff;
}

.c-btn__link {
  color: #217bbe;
  display: inline-block;
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
  font-weight: 400;
  height: 3.7rem;
  line-height: 3.7rem;
  padding-right: 4.5rem;
  position: relative;
  top: 0.1rem;
}
.c-btn__link::before, .c-btn__link::after {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #217bbe;
  content: "";
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  z-index: 1;
}
.c-btn__link::before {
  -webkit-mask: url(../images/common/arrow_circle_white.webp) no-repeat center center/contain;
  mask: url(../images/common/arrow_circle_white.webp) no-repeat center center/contain;
  transform-origin: 50% 50%;
}
.c-btn__link::after {
  top: 0.1px;
  -webkit-mask: url(../images/common/ic_arrow.svg) no-repeat center center/1.287rem 1.017rem;
  mask: url(../images/common/ic_arrow.svg) no-repeat center center/1.287rem 1.017rem;
}
@keyframes btnspin {
  to {
    transform: rotate(360deg);
  }
}
.c-btn__link:hover::before {
  animation: btnspin 4s linear infinite;
  scale: 1.2;
}

.c-btn-sim {
  width: 24.7rem;
}

.c-btn-sim__link {
  align-items: center;
  background-color: #edf8f8;
  border-radius: 50rem;
  color: #217bbe;
  display: flex;
  font-size: 1.6rem;
  height: 6.1rem;
  justify-content: center;
  position: relative;
  width: 100%;
}
.c-btn-sim__link.is-back {
  background-color: #e0e0e0;
  margin-top: 2rem;
}
.c-btn-sim__link.is-back svg {
  left: 2rem;
  right: auto;
  transform: translate(0, -50%) rotate(180deg);
}
.c-btn-sim__link .nav-arrow {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translate(0, -50%);
  --scale: 1;
  --base: 13px;
}
.c-btn-sim__link .nav-arrow .shaft {
  transform: scaleX(var(--scale));
  transform-box: fill-box;
  transform-origin: 0% 50%;
  transition: transform 0.25s cubic-bezier(0.2, 0.6, 0.2, 1);
  vector-effect: non-scaling-stroke;
}
.c-btn-sim__link .nav-arrow .arrow {
  transform: translate(calc(var(--base) * var(--scale)), 0) rotate(135deg);
  transform-box: fill-box;
  transform-origin: -10% 35%;
  transition: transform 0.25s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.c-btn-sim__link:hover .nav-arrow {
  --scale: 1.4;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-kv {
  background: transparent linear-gradient(104deg, #dbedee 0%, #e1f1f3 13%, #f2f8fa 23%, #f1f8f9 33%, #deeef2 43%, #d1eaec 59%, #d3eaed 79%, #def0f1 90%, #d9edee 100%) 0% 0% no-repeat padding-box;
  display: flex;
  flex-direction: column;
  height: 15rem;
  justify-content: center;
  padding: 1rem 0 0 2rem;
}

.c-kv__en {
  color: #217bbe;
  font-family: "Marcellus", serif;
  font-size: 2.8rem;
}

.c-kv__jp {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-news {
  font-size: 1.4rem;
  position: relative;
}
.c-news::before {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  --fade: 15%;
  background: #217bbe;
  background: linear-gradient(90deg, rgba(33, 123, 190, 0) 0%, #217bbe var(--fade), #217bbe calc(100% - var(--fade)), rgba(33, 123, 190, 0) 100%);
  opacity: 0.45;
}
.c-news:last-child::after {
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  --fade: 15%;
  background: #217bbe;
  background: linear-gradient(90deg, rgba(33, 123, 190, 0) 0%, #217bbe var(--fade), #217bbe calc(100% - var(--fade)), rgba(33, 123, 190, 0) 100%);
  opacity: 0.45;
}

.c-news__link {
  display: block;
  padding: 2rem 0 2.1rem;
}

.c-news__time {
  color: #8b8b8b;
  font-family: "Noto serif JP", serif;
  font-size: 1.2rem;
}

.c-news__stl {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-pagination {
  align-items: center;
  display: flex;
  gap: 3rem;
  justify-content: center;
  position: relative;
}

.c-pagination__list {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.c-pagination__list a,
.c-pagination__list span {
  aspect-ratio: 1/1;
  width: 3.2rem;
}

.c-pagination__item.is-current {
  opacity: 0.5;
}
.c-pagination__item.is-current a {
  pointer-events: none;
}
.c-pagination__item a,
.c-pagination__item span {
  align-items: center;
  background-color: #edf8f8;
  color: #217bbe;
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
}

.c-pagination__arrow.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.c-pagination__arrow a {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #edf8f8;
  display: flex;
  justify-content: center;
  position: relative;
  width: 3.2rem;
}
.c-pagination__arrow a::before {
  aspect-ratio: 3.56/7.13;
  background: url(../images/common/arrow_pager.svg) no-repeat top center/contain;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  z-index: 1;
}
.c-pagination__arrow--prev a::before {
  transform: scale(-1, 1) translate(40%, -40%);
  width: 0.58rem;
}

.c-pagination__dots {
  aspect-ratio: 1/1;
  background: url(../images/common/ic_dots.svg) no-repeat top center/contain;
  width: 3.2rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-post {
  font-size: 1.4rem;
  line-height: 1.8;
}
.c-post a {
  color: #217bbe;
  text-decoration: underline;
}
.c-post p:not(:first-child),
.c-post figure:not(:first-child),
.c-post ul:not(:first-child) {
  margin-top: 1.4rem;
}
.c-post ul li {
  padding-left: 1.1em;
  position: relative;
}
.c-post ul li:not(:first-child) {
  margin-top: 0.3em;
}
.c-post ul li::before {
  content: "・";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-title {
  font-size: 1.2rem;
  gap: 0.6rem;
  line-height: 1.3;
  position: relative;
  text-align: center;
  z-index: 2;
}
.c-title::before {
  color: #94afc4;
  content: attr(data-en);
  display: block;
  font-family: "Marcellus", serif;
  font-size: 3.4rem;
  font-weight: 400;
}
.c-title span {
  align-items: center;
  display: flex;
  font-weight: 500;
  justify-content: center;
}
.c-title span::before, .c-title span::after {
  background-color: #e0e0e0;
  content: "";
  display: inline-block;
  height: 0.1rem;
  top: 50%;
  width: 1.5rem;
  z-index: 1;
}
.c-title span::before {
  margin-right: 0.6rem;
}
.c-title span::after {
  margin-left: 0.6rem;
}
.c-title--white {
  color: #fff;
}
.c-title--white::before {
  color: #fff;
}

.c-title__text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 1.8rem;
  margin-top: 1.7rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-about .c-bread {
  background-color: #e3f4f4;
}

.p-about-phi {
  background-color: #e3f4f4;
  padding-block: 4.4rem 11.2rem;
}

.p-about-phi__text {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  margin-top: 5rem;
  position: relative;
  text-align: center;
  text-indent: 1em;
  z-index: 1;
}
.p-about-phi__text::before {
  aspect-ratio: 37.5/26.4;
  background: url(../images/about/phi_back.webp) no-repeat top center/contain;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 4rem);
  z-index: -1;
}

.p-about-msg {
  isolation: isolate;
  overflow: hidden;
  padding-block: 13rem 17.8rem;
  position: relative;
  z-index: 1;
}
.p-about-msg::before, .p-about-msg::after {
  content: "";
  display: block;
  left: -1%;
  position: absolute;
  width: 102%;
  z-index: 1;
}
.p-about-msg::before {
  aspect-ratio: 375/130;
  background: url(../images/about/msg_back_before.webp) no-repeat top center/contain;
  top: -1px;
}
.p-about-msg::after {
  aspect-ratio: 375/184;
  background: url(../images/about/msg_back_after.webp) no-repeat bottom center/contain;
  bottom: -1px;
}

.p-about-msg__back {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-about-msg__back img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-about-fixed {
  transition: none;
}

.js-about-fixed.is-parallax-ready {
  transition: transform 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.p-about-msg__body {
  color: #fff;
  margin-top: 2.9rem;
}

.p-about-msg__stl {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.59;
  text-align: center;
}

.p-about-msg__msg {
  margin-top: 3rem;
}

.p-about-msg__text {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-about-msg__text:not(:first-child) {
  margin-top: 3.2rem;
}

.p-about-msg__ceo {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 3.2rem;
  text-align: right;
}

.p-about-origin {
  padding-block: 2rem 5.8rem;
}

.p-about-origin__imgs {
  height: 41.4rem;
  position: relative;
}

.p-about-origin__img {
  overflow: hidden;
  position: absolute;
}
.p-about-origin__img:nth-child(1) {
  left: -2rem;
  top: 5.6rem;
  width: 27.7rem;
}
.p-about-origin__img:nth-child(2) {
  bottom: 0;
  right: 3.8rem;
  width: 10.8rem;
  z-index: 1;
}
.p-about-origin__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-about-origin__img::before {
  aspect-ratio: 202/62;
  background: url(../images/business/img01_grad.webp) no-repeat top center/contain;
  bottom: -1px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.p-about-origin__msg {
  color: #e0e0e0;
  font-family: "Marcellus", serif;
  font-size: 3.3rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.1;
  position: absolute;
  right: 1.2rem;
  top: 0;
  writing-mode: vertical-rl;
  z-index: 2;
}

.p-about__origin-title {
  margin-top: 5rem;
}

.p-about-origin__body {
  margin-top: 2.8rem;
  padding: 0 2.6rem;
}

.p-about-origin__text {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-about-origin__text:not(:first-child) {
  margin-top: 2.4rem;
}

.p-about-origin__box {
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  padding: 1.8rem 0;
}

.p-about-origin__box-text {
  color: #217bbe;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.26;
}

.p-about-company {
  padding-block: 5rem 6rem;
}

.p-about-company__body {
  margin-top: 2.3rem;
}

.p-about-company__item {
  padding: 2.2rem 1.2rem;
  position: relative;
}
.p-about-company__item::before, .p-about-company__item::after {
  background: transparent linear-gradient(90deg, rgba(33, 123, 190, 0) 0%, #217bbe 16%, #217bbe 46%, #217bbe 77%, rgba(33, 123, 190, 0) 100%) 0% 0% no-repeat padding-box;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0.45;
  position: absolute;
  width: 100%;
}
.p-about-company__item::before {
  top: 0;
}
.p-about-company__item::after {
  bottom: 0;
  display: none;
}
.p-about-company__item:last-child::after {
  display: block;
}
.p-about-company__item dt {
  color: #217bbe;
  font-size: 1.4rem;
  font-weight: 700;
}
.p-about-company__item dd {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 0.6rem;
}

.p-about-history {
  padding-block: 5rem 6rem;
}

.p-about-history__body {
  margin-top: 3rem;
}

.p-about-history__item {
  display: flex;
  line-height: 1.6;
  position: relative;
}
.p-about-history__item:not(:last-child) {
  padding-bottom: 3.3rem;
}
.p-about-history__item:not(:last-child)::before {
  background-color: #edf8f8;
  content: "";
  display: block;
  height: 100%;
  left: 1.4rem;
  position: absolute;
  top: 0;
  width: 1px;
}
.p-about-history__item dt {
  color: #217bbe;
  font-size: 1.8rem;
  padding-left: 1.25rem;
  position: relative;
  width: 10.5rem;
  z-index: 1;
}
.p-about-history__item dt::before {
  aspect-ratio: 1/1;
  background-color: #edf8f8;
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 3rem;
  z-index: -1;
}
.p-about-history__item dd {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.6;
  padding-top: 0.3em;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-business__title {
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  margin-top: 4.5rem;
  padding-bottom: 0.8rem;
}
.p-business__title > span {
  font-size: 1.6rem;
  font-weight: 500;
}
.p-business__title strong {
  font-size: 2.2rem;
  font-weight: 500;
}
.p-business__title strong span {
  margin-left: 0.1em;
}

.p-business__lead {
  padding-block: 2.2rem 5rem;
}

.p-business__lead-body {
  margin-top: 1.1rem;
  padding: 0 1.2rem;
}

.p-business__lead-title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.p-business__lead-text {
  font-size: 1.6rem;
  line-height: 2.0625;
  margin-top: 2rem;
}

.p-business__lead-imgs {
  padding-top: 4rem;
  position: relative;
}
.p-business__lead-imgs.is-salon-n {
  padding-top: 6rem;
}
.p-business__lead-imgs.is-salon-n .p-business__lead-img.is-ajust:nth-child(2) {
  top: -37%;
}

.p-business__lead-img {
  overflow: hidden;
  position: relative;
}
.p-business__lead-img:nth-child(1) {
  width: 20.2rem;
}
.p-business__lead-img:nth-child(1)::before {
  aspect-ratio: 202/62;
  background: url(../images/business/img01_grad.webp) no-repeat top center/contain;
  left: 0;
  width: 100%;
}
.p-business__lead-img:nth-child(2) {
  position: absolute;
  right: -3.2rem;
  top: 1rem;
  width: 9.5rem;
}
.p-business__lead-img:nth-child(2)::before {
  aspect-ratio: 57/91;
  background: url(../images/business/img02_grad.webp) no-repeat top center/contain;
  height: 100%;
  right: 0;
}
.p-business__lead-img.is-ajust:nth-child(1) {
  margin: 0 1.4rem 0 auto;
}
.p-business__lead-img.is-ajust:nth-child(2) {
  top: -54%;
  width: 9.5rem;
}
.p-business__lead-img::before {
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.p-business__lead-img img {
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-business__promise {
  background-color: #edf8f8;
  padding-block: 5rem 6rem;
}

.p-business__promise-list {
  counter-reset: num;
  margin-top: 3rem;
}

.p-business__promise-item:not(:first-child) {
  margin-top: 1.7rem;
}

.p-business__promise-stl {
  align-items: center;
  background-color: #94afc4;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  height: 2.6rem;
  justify-content: center;
  width: 100%;
}
.p-business__promise-stl span {
  font-weight: 700;
  padding-left: 0.2em;
}

.p-business__promise-read {
  align-items: center;
  background-color: #fff;
  display: flex;
  gap: 2rem;
  padding: 2.4rem 2.6rem 2.2rem 2rem;
}
.p-business__promise-read img {
  height: auto;
  width: 6.9rem;
}

.p-business__promise-text {
  font-size: 1.4rem;
  line-height: 1.6;
}

.p-business__feature {
  padding-block: 5.1rem 5rem;
}
.p-business__feature--back-blue {
  background-color: #edf8f8;
}

.p-business__feature-body {
  margin-top: 1rem;
}

.p-business__feature-item {
  padding-top: 2rem;
  position: relative;
}
.p-business__feature-item:not(:first-child) {
  margin-top: 3.5rem;
}
.p-business__feature-item:nth-child(odd) {
  padding-left: 2.5rem;
}
.p-business__feature-item:nth-child(odd) .p-business__feature-img {
  margin-right: -2rem;
}
.p-business__feature-item:nth-child(odd) .p-business__feature-num {
  left: 0;
}
.p-business__feature-item:nth-child(even) {
  padding-right: 2.5rem;
}
.p-business__feature-item:nth-child(even) .p-business__feature-img {
  margin-left: -2rem;
}
.p-business__feature-item:nth-child(even) .p-business__feature-num {
  right: 0;
}

.p-business__feature-num {
  color: #94afc4;
  display: block;
  font-size: 1.2rem;
  height: 100%;
  position: absolute;
  text-orientation: mixed;
  top: 0;
  writing-mode: vertical-rl;
}
.p-business__feature-num span {
  font-weight: 700;
  padding-top: 0.3em;
}
.p-business__feature-num::after {
  background-color: #e0e0e0;
  bottom: 0;
  content: "";
  display: block;
  height: calc(100% - 6em);
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 1px;
}

.p-business__feature-read {
  margin-top: 1.4rem;
}

.p-business__feature-stl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.p-business__feature-text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 0.9rem;
}

.p-business__case {
  padding-block: 5rem 0;
}

.p-business__case-body {
  margin-top: 2rem;
}

.p-business__case-slider {
  margin: 6.7rem -2rem 0 !important;
  overflow: hidden;
  width: calc(100% + 4rem);
}
.p-business__case-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.p-business__case-slider .swiper-slide:nth-child(odd) {
  margin-top: 2rem;
}
.p-business__case-slider .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
  object-fit: cover;
}

.p-business__voice {
  padding: 5rem 0 6rem;
}
.p-business__voice--rich {
  padding: 0 0 6rem;
}
.p-business__voice--rich .p-business__voice-head {
  padding: 0.8rem 0 1rem 33%;
}
.p-business__voice--rich .p-business__voice-stl {
  line-height: 1.4;
}
.p-business__voice--rich .p-business__voice-stl::before {
  color: #333333;
  content: attr(data-name);
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}
.p-business__voice--rich .p-business__voice-man {
  width: 7rem;
}
.p-business__voice--rich .p-business__voice-item:not(:first-child) {
  margin-top: 3.1rem;
}

.p-business__voice-body {
  margin-top: 2rem;
  padding: 0 1.2rem;
}

.p-business__voice-item:not(:first-child) {
  margin-top: 4.1rem;
}

.p-business__voice-head {
  color: #217bbe;
  padding: 0.8rem 0 2.5rem 7.8rem;
  position: relative;
}
.p-business__voice-head::before {
  aspect-ratio: 290/12;
  background: url(../images/business/fukidashi.svg) no-repeat top center/contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.p-business__voice-stl {
  font-size: 1.8rem;
  font-weight: 700;
}

.p-business__voice-man {
  bottom: 0;
  left: 1rem;
  position: absolute;
}

.p-business__voice-text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 1.1rem;
}

.p-business__voice-btns {
  margin-top: 5.8rem;
}

.p-business__voice-btn:not(:first-child) {
  margin-top: 1.4rem;
}

.p-business__voice-link {
  align-items: center;
  background-color: #edf8f8;
  border-radius: 50rem;
  color: #217bbe;
  display: flex;
  font-size: 1.6rem;
  height: 6.1rem;
  justify-content: center;
  line-height: 1.375;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 24.7rem;
}
.p-business__voice-link::before {
  aspect-ratio: 1/1;
  content: "";
  display: block;
  position: absolute;
  right: 3.5rem;
  top: 50%;
  transform: translate(100%, -50%);
  width: 1.636rem;
}
.p-business__voice-link.is-outlink::before {
  background: url(../images/business/ic_outlink.svg) no-repeat top center/contain;
}
.p-business__voice-link.is-ig::before {
  background: url(../images/business/ic_ig.svg) no-repeat top center/contain;
}

.p-business__merit {
  padding-block: 5rem 5rem;
}

.p-business__merit-list {
  counter-reset: num;
  margin-top: 3rem;
}

.p-business__merit-item:not(:first-child) {
  margin-top: 2rem;
}

.p-business__merit-stl {
  align-items: center;
  background-color: #94afc4;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  height: 2.6rem;
  justify-content: center;
  width: 100%;
}
.p-business__merit-stl span {
  font-weight: 700;
}

.p-business__merit-read {
  align-items: center;
  background-color: #edf8f8;
  display: flex;
  gap: 2rem;
  padding: 1rem 1.5rem 1.1rem;
}
.p-business__merit-read img {
  height: auto;
  width: 7.1rem;
}

.p-business__merit-text {
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-business__merit-text span {
  color: #217bbe;
}

.p-business__menu {
  padding: 0 0 6rem;
}

.p-business__menu-body {
  margin-top: 2rem;
}

.p-business__menu-item {
  margin-top: 2rem;
  padding-top: 2.5rem;
  position: relative;
}
.p-business__menu-item::before {
  background-color: #e0e0e0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 -2rem;
  position: absolute;
  top: 0;
  width: calc(100% + 4rem);
}

.p-business__menu-read {
  margin-top: 1.4rem;
}

.p-business__menu-stl {
  font-size: 1.6rem;
  font-weight: 700;
}

.p-business__menu-text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 0.5rem;
}

.p-business__voice02 {
  padding-block: 5rem 6rem;
}

.p-business__voice02-body {
  margin-top: 2.3rem;
}

.p-business__voice02-item {
  align-items: center;
  background-color: #fff;
  display: flex;
  padding: 1.2rem 1.2rem 1.2rem 0;
}
.p-business__voice02-item:not(:first-child) {
  margin-top: 2rem;
}

.p-business__voice02-man {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
  width: 32.7%;
}
.p-business__voice02-man img {
  width: 6.5rem;
}
.p-business__voice02-man figcaption {
  font-size: 1.2rem;
  line-height: 1.33;
  margin-top: 0.5rem;
  text-align: center;
}

.p-business__voice02-text {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 2rem 0 2rem 2.3rem;
  position: relative;
}
.p-business__voice02-text::before {
  aspect-ratio: 8/113;
  background: url(../images/business/fukidashi_vertical.svg) no-repeat top center/contain;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.p-business__flow {
  padding-block: 5rem 6rem;
}

.p-business__flow-body {
  margin-top: 0.7rem;
}

.p-business__flow-item {
  align-items: center;
  border-bottom: solid 1px #e0e0e0;
  display: flex;
  gap: 1.5rem;
  padding: 1.3rem 0 1.4rem;
  position: relative;
}
.p-business__flow-item:not(:last-child)::before {
  aspect-ratio: 12/10;
  background: url(../images/business/flow_arrow.svg) no-repeat top center/contain;
  content: "";
  display: block;
  left: 2.3rem;
  position: absolute;
  top: 100%;
  width: 1.2rem;
  z-index: 1;
}

.p-business__flow-step {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #edf8f8;
  border-radius: 50%;
  color: #217bbe;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  width: 6rem;
}
.p-business__flow-step span {
  font-size: 1.8rem;
  font-weight: 700;
}

.p-business__flow-text {
  font-size: 1.6rem;
  line-height: 1.6;
}

.p-business__feature-btn {
  margin: 5.8rem auto 0;
}

.p-business__policy {
  padding-block: 5rem 5.8rem;
}

.p-business__policy-body {
  margin-top: 2rem;
}

.p-business__policy-stl {
  align-items: center;
  background: transparent linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 13%, #ffffff 26%, #ffffff 53%, #ffffff 87%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  color: #217bbe;
  display: flex;
  font-size: 1.8rem;
  height: 5.3rem;
  justify-content: center;
}

.p-business__policy-text {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 1.4rem;
}

.p-business__policy-list {
  counter-reset: num;
  margin-top: 2rem;
}

.p-business__policy-item {
  background-color: #fff;
  padding: 1.8rem 1.2rem;
  position: relative;
}
.p-business__policy-item:not(:first-child) {
  margin-top: 3rem;
}
.p-business__policy-item::before {
  color: rgba(33, 123, 190, 0.35);
  content: "0" counter(num);
  counter-increment: num;
  display: block;
  font-size: 2.5rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}
.p-business__policy-item dt {
  color: #217bbe;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 1.1rem 0.8rem;
  position: relative;
  text-align: center;
}
.p-business__policy-item dt::before {
  background: transparent linear-gradient(90deg, rgba(33, 123, 190, 0) 0%, #217bbe 16%, #217bbe 46%, #217bbe 77%, rgba(33, 123, 190, 0) 100%) 0% 0% no-repeat padding-box;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-business__policy-item dd {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0.8rem 1.1rem 0;
}

.p-business__plan {
  padding-block: 5rem 5.8rem;
}
.p-business__plan--column {
  padding-block: 6rem 5.8rem;
}
.p-business__plan--column .p-business__plan-list {
  grid-template-columns: none;
}
.p-business__plan--column .p-business__plan-body {
  margin-top: 2.4rem;
}
.p-business__plan--column .p-business__plan-read {
  margin-top: 0.8rem;
}
.p-business__plan--column .p-business__plan-item {
  padding: 2rem 1.6rem 1.8rem;
}
.p-business__plan--column .p-business__plan-text {
  padding: 0;
}
.p-business__plan--column .p-business__plan-text::before {
  display: none;
}

.p-business__plan-body {
  margin-top: 2rem;
}

.p-business__plan-list {
  display: grid;
  gap: 1.7rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-business__plan-item {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 2rem 1.6rem;
  position: relative;
}
.p-business__plan-item--blue {
  background-color: #edf8f8;
}

.p-business__plan-catch {
  background-color: #217bbe;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin: -0.6rem -1.6rem 1rem;
  padding: 0.2em;
  text-align: center;
  width: calc(100% + 3.2rem);
}

.p-business__plan-stl {
  color: #217bbe;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.575;
  padding-bottom: 0.7rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.p-business__plan-stl::before {
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  --fade: 15%;
  background: #217bbe;
  background: linear-gradient(90deg, rgba(33, 123, 190, 0) 0%, #217bbe var(--fade), #217bbe calc(100% - var(--fade)), rgba(33, 123, 190, 0) 100%);
  opacity: 0.45;
}

.p-business__plan-read {
  margin-top: 1rem;
}

.p-business__plan-text {
  font-size: 1.2rem;
  padding-left: 0.8em;
  position: relative;
}
.p-business__plan-text:not(:first-child) {
  margin-top: 0.1em;
}
.p-business__plan-text::before {
  aspect-ratio: 1/1;
  background-color: #94afc4;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.6rem;
  z-index: 1;
}

.p-business__plan-note {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 1.1rem;
  padding-left: 1em;
  position: relative;
}
.p-business__plan-note::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

.p-business__support {
  padding: 6rem 0 4rem;
}

.p-business__support-img {
  margin-top: 2.8rem;
}
.p-business__support-img img {
  height: auto;
  width: 100%;
}

.p-business__support-list {
  margin-top: 2.5rem;
}

.p-business__support-item {
  padding: 2rem 0 1.8rem;
  position: relative;
}
.p-business__support-item::before {
  background-color: #e0e0e0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 -2rem;
  position: absolute;
  top: 0;
  width: calc(100% + 4rem);
}

.p-business__support-stl {
  color: #217bbe;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-business__support-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em 1em;
  margin-top: 1rem;
}

.p-business__support-content {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  padding-left: 0.8em;
  position: relative;
}
.p-business__support-content::before {
  aspect-ratio: 1/1;
  background-color: #94afc4;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.6rem;
  z-index: 1;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-contact__body {
  padding-block: 4.4rem 8rem;
}

.p-contact__progress {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 19rem;
  z-index: 1;
}
.p-contact__progress::before {
  background-color: #d9d9d9;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 2rem;
  width: 100%;
  z-index: -1;
}

.p-contact__progress-step {
  color: #94afc4;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  width: 4rem;
}
.p-contact__progress-step span {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #94afc4;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 0.5rem;
  width: 100%;
}
.p-contact__progress-step.is-active {
  color: #217bbe;
}
.p-contact__progress-step.is-active span {
  background-color: #217bbe;
}

.p-contact__head-text {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.p-contact__form {
  border-top: 1px solid #e0e0e0;
  margin-top: 2.8rem;
  padding-top: 3rem;
}
.p-contact__form input:focus {
  outline-color: #217bbe;
}

.p-contact__form-item:not(:first-child) {
  margin-top: 2.9rem;
}
.p-contact__form-item.is-required dt {
  align-items: center;
  display: flex;
}
.p-contact__form-item.is-required dt::before {
  background-color: #217bbe;
  color: #fff;
  content: "必須";
  display: inline-block;
  margin-right: 0.8rem;
  padding: 0 0.6rem;
}
.p-contact__form-item dt {
  font-size: 1.4rem;
  font-weight: 700;
}
.p-contact__form-item dd {
  margin-top: 1.2rem;
}

.p-contact__form-doui {
  margin-top: 0.3rem;
}

.p-contact__form-doui-text {
  font-size: 1.4rem;
  line-height: 1.8;
}

.p-contact__form-douichk {
  font-size: 1.4rem;
  margin-top: 2rem;
}
.p-contact__form-douichk a {
  color: #217bbe;
  text-decoration: underline;
}

.p-contact__form-btn {
  margin: 6rem auto 0;
}

.c-btn-sim__link > p,
.c-btn-sim__link input {
  color: #217bbe;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.c-btn-sim__link:has(input[disabled]) {
  opacity: 0.6;
  pointer-events: none;
}

.p-contact__form.is-confirm {
  border-top: 1px solid #e0e0e0;
  padding-top: 0;
}
.p-contact__form.is-confirm .p-contact__form-item {
  line-height: 1;
  margin-top: 0;
  padding: 2.2rem 0;
}
.p-contact__form.is-confirm .p-contact__form-item:not(:first-child) {
  border-top: 1px solid #e0e0e0;
}
.p-contact__form.is-confirm .p-contact__form-item:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.p-contact__form.is-confirm .p-contact__form-item dd {
  font-size: 1.4rem;
}

.p-contact__thanks {
  margin-top: 2.8rem;
}

.p-contact__thanks-msg {
  text-align: center;
}
.p-contact__thanks-msg dt {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-contact__thanks-msg dd {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 1.2rem;
  text-align: center;
}

.p-contact__thanks-btn {
  margin: 4.3rem auto 0;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-news__body {
  padding-block: 4.4rem 7rem;
}

.p-news__pagination {
  margin-top: 5rem;
}

.p-news-archive__body {
  padding-block: 4rem 6rem;
}

.p-news-archive__time {
  color: #8b8b8b;
  font-size: 1.2rem;
}

.p-news-archive__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 0.5rem;
  padding-bottom: 1.7rem;
  position: relative;
}
.p-news-archive__title::before {
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 -2rem;
  position: absolute;
  width: calc(100% + 4rem);
  --fade: 15%;
  background: #217bbe;
  background: linear-gradient(90deg, rgba(33, 123, 190, 0) 0%, #217bbe var(--fade), #217bbe calc(100% - var(--fade)), rgba(33, 123, 190, 0) 100%);
  opacity: 0.45;
}

.p-news-archive__content {
  margin-top: 1.5rem;
}

.p-news-archive__back {
  margin-top: 5rem;
  text-align: center;
}
.p-news-archive__back .c-btn__link {
  font-size: 1.4rem;
  padding-right: 4.7rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-page__body {
  padding-block: 4.5rem 6rem;
}

.p-page__404 {
  padding: 4rem 1.2rem 8rem;
}

.p-page__text {
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-page__text:not(:first-child) {
  margin-top: 0.9rem;
}

.p-page__group {
  border-top: 1px solid #e0e0e0;
  padding: 2rem 0;
}
.p-page__group:first-of-type {
  margin-top: 2rem;
}
.p-page__group:last-of-type {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 2rem;
}

.p-page__title {
  border-bottom: 1px solid #e0e0e0;
  color: #217bbe;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 1.8rem;
  padding-bottom: 2.2rem;
  text-align: center;
}
.p-page__title::before {
  content: attr(data-en);
  display: block;
  font-size: 5rem;
  font-weight: 400;
}

.p-page__stl {
  color: #217bbe;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.p-page__read {
  margin-top: 0.5rem;
}

.p-page__list {
  margin-top: 1rem;
}

.p-page__item {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-left: 1.1em;
  position: relative;
}
.p-page__item:not(:first-child) {
  margin-top: 0.5rem;
}
.p-page__item::before {
  content: "・";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.p-page__note {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-left: 1.1em;
  position: relative;
}
.p-page__note::before {
  content: "※";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.p-page__btn {
  margin: 3rem auto 0;
}

/* -------------------------------------------*/
/* ======================================== Base ======================================== */
:root {
  --mvMaskOpacity: 0;
  --kvDecoOpacity: 0;
  --kvMainBeforeOpacity: 1;
} /* 疑似要素や3D最適化の共通 */
.keyvisual-main,
.keyvisual {
  backface-visibility: hidden;
  isolation: isolate;
  will-change: transform, opacity;
}

.keyvisual-main {
  position: relative;
}

.keyvisual::before,
.keyvisual::after {
  backface-visibility: hidden;
  pointer-events: none;
  will-change: opacity, transform;
} /* ======================================== Top MV wrapper & mask ======================================== */
.p-top-mv {
  contain: layout paint; /* レイアウト波及を遮断 */
  height: 100dvh;
  overflow: hidden;
  position: relative;
  transform: translateZ(0.001px); /* iOSでのレイヤー固定化 */
  will-change: transform; /* 合成レイヤー昇格のヒント */
}
.p-top-mv::after {
  background: linear-gradient(to bottom, #23333f 0%, rgba(35, 51, 63, 0.67) 80%, rgba(35, 51, 63, 0.23) 95%, rgba(35, 51, 63, 0) 100%);
  content: "";
  height: 100%;
  inset: 0;
  margin: 0 0%;
  opacity: var(--mvMaskOpacity, 0);
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* ======================================== Keyvisual（Frontのみ。Backレイヤーは廃止） ======================================== */
.keyvisual {
  height: 65dvh;
  left: 50% !important;
  min-height: 420px;
  position: fixed;
  top: 13.7dvh;
  transform: translate(-50%, 0) !important;
  width: 84.5%;
  --kvMaskOpacity: 0;
  opacity: 0;
  transform-origin: top center; /* 伸縮の基点を上に */
  will-change: transform;
  z-index: 1;
}
.keyvisual:not(.keyvisual--back)::before, .keyvisual:not(.keyvisual--back)::after {
  aspect-ratio: 375/46;
  content: "";
  display: block;
  left: 0;
  opacity: var(--kvDecoOpacity, 0);
  position: absolute;
  width: 100%;
  z-index: 2;
}
.keyvisual:not(.keyvisual--back)::before {
  background: url(../images/top/fv_before_deco.webp) no-repeat top center/contain;
  top: -1px;
}
.keyvisual:not(.keyvisual--back)::after {
  background: url(../images/top/fv_after_deco.webp) no-repeat top center/contain;
  bottom: -1px;
}

/* ======================================== Keyvisual main stage ======================================== */
.keyvisual_main {
  height: 100%;
  max-height: none;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 1;
  --kvMainBeforeOpacity: 1;
} /* オーバーレイ（前面の装飾） */
.p-top-mv__overlay {
  background: url(../images/top/fv_deco.webp) no-repeat top center/cover;
  inset: 0;
  opacity: var(--kvMainBeforeOpacity, 1);
  pointer-events: none;
  position: absolute;
  transform: translateZ(0.001px);
  will-change: opacity, transform;
  z-index: 10;
} /* ======================================== Slides (wrap / layers / states) ======================================== */
.keyvisual_main_imageWrap {
  inset: 0;
  overflow: hidden;
  position: absolute;
  -webkit-mask-image: radial-gradient(circle farthest-corner at 100% 90%, #000 60%, transparent 90%);
  mask-image: radial-gradient(circle farthest-corner at 100% 90%, #000 60%, transparent 90%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-position: 50% 0;
  mask-position: 50% 0;
  transform: translateZ(0.001px);
  transition: -webkit-mask-position 2s cubic-bezier(0.3, 0.1, 0.1, 1), mask-position 2s cubic-bezier(0.3, 0.1, 0.1, 1);
  visibility: hidden;
  will-change: -webkit-mask-position, mask-position;
  z-index: 1;
}
.keyvisual_main_imageWrap.hide {
  -webkit-mask-position: -150% 0;
  mask-position: -150% 0;
}
.keyvisual_main_imageWrap.is-current {
  visibility: visible;
  z-index: 3;
}

/* 初期 z-index */
.keyvisual_main_imageWrap-1 {
  z-index: 3;
}

.keyvisual_main_imageWrap-2,
.keyvisual_main_imageWrap-3 {
  visibility: hidden;
  z-index: 1;
} /* レイヤー（filtered 下 / origin 上） */
.keyvisual_main_image {
  inset: 0;
  position: absolute;
}
.keyvisual_main_image > div {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.keyvisual_main_image-filtered {
  z-index: 1;
}

.keyvisual_main_image-origin {
  z-index: 2;
} /* ======================================== Filter（下地）＆ Zoom ======================================== */ /* フィルタは“コンテナ”に適用（opacityでの見せ消しはしない） */
.keyvisual_main_image-filtered {
  transition: filter 2s cubic-bezier(0.3, 0.1, 0.1, 1);
  will-change: filter;
}

.keyvisual_main_image-filtered.on[data-index="1"] {
  filter: brightness(150%);
}

.keyvisual_main_image-filtered.on[data-index="2"] {
  filter: brightness(110%);
}

.keyvisual_main_image-filtered.on[data-index="3"] {
  filter: brightness(130%);
}

.keyvisual_main_image-filtered.on[data-index="4"] {
  filter: brightness(120%);
}

.keyvisual_main_image-origin > div,
.keyvisual_main_image-filtered > div {
  transform: scale(1);
  transition: transform 5s linear;
}

.keyvisual_main_image-origin > div.on,
.keyvisual_main_image-filtered > div.on {
  transform: scale(1.05);
} /* ======================================== Origin mask open ======================================== */
.keyvisual_main_image-origin {
  /* 参考と同じ：左下基点の開幕（origin側） */
  -webkit-mask-image: radial-gradient(circle farthest-corner at 0% 10%, #000 60%, transparent 90%);
  mask-image: radial-gradient(circle farthest-corner at 0% 10%, #000 60%, transparent 90%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-position: 250% 0;
  mask-position: 250% 0; /* 参考と同じ：1.6s + 0.3s delay */
  transition: -webkit-mask-position 2s cubic-bezier(0.3, 0.1, 0.1, 1) 0.3s, mask-position 2s cubic-bezier(0.3, 0.1, 0.1, 1) 0.3s;
}
.keyvisual_main_image-origin.on {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

/* ======================================== Background images ======================================== */ /* Filtered */
.keyvisual_main_image-filtered[data-index="1"] > div {
  background-image: url("../images/top/fv_img01_filter.webp");
  background-position: left center;
}

.keyvisual_main_image-filtered[data-index="2"] > div {
  background-image: url("../images/top/fv_img02_filter.webp");
}

.keyvisual_main_image-filtered[data-index="3"] > div {
  background-image: url("../images/top/fv_img03_filter.webp");
}

.keyvisual_main_image-filtered[data-index="4"] > div {
  background-image: url("../images/top/fv_img04_filter.webp");
} /* Origin */
.keyvisual_main_image-origin[data-index="1"] > div {
  background-image: url("../images/top/fv_img01.webp");
  background-position: left center;
}

.keyvisual_main_image-origin[data-index="2"] > div {
  background-image: url("../images/top/fv_img02.webp");
}

.keyvisual_main_image-origin[data-index="3"] > div {
  background-image: url("../images/top/fv_img03.webp");
}

.keyvisual_main_image-origin[data-index="4"] > div {
  background-image: url("../images/top/fv_img04.webp");
} /* 共通サイズ系まとめ */
.keyvisual_left,
.keyvisual_right,
.keyvisual_main,
.keyvisual_sub,
.keyvisual_productWrap {
  height: 100%;
  width: 100%;
} /* ======================================== KV UI (pagination / progress / scroll) ======================================== */
.p-top-mv__wrap {
  left: auto;
  position: absolute;
  right: 5.7%;
  top: 80.1dvh;
  z-index: 30;
}

.p-top-mv__pagination {
  color: #646464;
  text-align: center;
  width: 6.5rem;
}
.p-top-mv__pagination span {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.p-top-mv__pagination span:nth-child(1) {
  font-size: 2.1rem;
}

.p-top-mv__prog {
  background: rgba(0, 0, 0, 0.15);
  height: 1px;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  width: 6rem;
}

.p-top-mv__prog-fill {
  background: #217bbe;
  inset: 0;
  position: absolute;
  transform-origin: left center;
}

@keyframes kvBar {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.p-top-mv__scroll {
  height: 14.9dvh;
  left: 50%;
  position: absolute;
  top: 84dvh;
  transform: translate(-50%, 0);
}
.p-top-mv__scroll::before {
  animation: scroll 3s infinite;
  background-color: #b5b5b5;
  bottom: 0;
  content: "";
  height: 46.2%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 1px;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.p-top-mv__scroll-text {
  align-items: center;
  aspect-ratio: 1/1;
  color: #5f5f5f;
  display: flex;
  font-size: 1.4rem;
  height: 66%;
  justify-content: center;
  letter-spacing: 0.05em;
  position: relative;
}
.p-top-mv__scroll-text img {
  height: auto;
  width: 47.65%;
}
.p-top-mv__scroll-text::before {
  animation: spin360 4s linear infinite;
  aspect-ratio: 1/1;
  background: url(../images/top/scroll_circle.webp) no-repeat top center/contain;
  content: "";
  inset: 0 0 auto 0;
  position: absolute;
  transform-origin: 50% 50%;
  width: 100%;
  will-change: transform;
  z-index: 1;
}

@keyframes spin360 {
  to {
    transform: rotate(360deg);
  }
}

/* ======================================== Titles ======================================== */
.p-top__title {
  color: #333333;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.32;
  position: relative;
}
.p-top__title::before {
  color: #217bbe;
  content: attr(data-en);
  display: block;
  font-family: "Marcellus", serif;
  font-size: 3.7rem;
  font-weight: 400;
  margin-bottom: -0.2rem;
}
.p-top__title--white {
  color: #fff;
}
.p-top__title--white::before {
  color: #fff;
}
.p-top__title--center {
  text-align: center;
}

/* ======================================== About section（以下は既存どおり） ======================================== */
.p-top-about {
  align-items: center;
  display: flex;
  flex-direction: column;
  opacity: 0;
  position: relative;
  transform: translateY(120%);
  z-index: 10;
}

.p-top-about__body {
  margin-top: 3rem;
}

.p-top-about__msg {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2.5;
}

.p-top-about__btn {
  margin-top: 4rem;
} /* ======================================== Business ======================================== */
.p-top-business {
  padding-block: 5rem 1.8rem;
}

.p-top-business__body {
  margin-top: 1.7rem;
}

.p-top-business__item {
  display: block;
  padding: 2.6rem 0 1.8rem;
  position: relative;
}
.p-top-business__item::before {
  background-color: #e0e0e0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
}
.p-top-business__item:hover .p-top-business__item-img,
.p-top-business__item:hover .p-top-business__item-head {
  opacity: 0.5;
}
.p-top-business__item:hover .c-btn__link::before {
  animation: btnspin 4s linear infinite;
  scale: 1.2;
}

.p-top-business__item-img {
  aspect-ratio: 335/182;
  overflow: hidden;
  transition: 0.3s;
}
.p-top-business__item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-business__item-body {
  margin-top: 1.2rem;
}

.p-top-business__item-head {
  transition: 0.3s;
}

.p-top-business__item-catch {
  font-size: 1.2rem;
}

.p-top-business__item-title {
  font-size: 1.6rem;
  font-weight: 700;
}
.p-top-business__item-title span {
  margin-left: 0.1em;
}

.p-top-business__item-btn {
  text-align: right;
} /* ======================================== View ======================================== */
.p-top-view {
  padding-top: 3.4rem;
  position: relative;
  z-index: 1;
}
.p-top-view::before {
  background-color: #edf8f8;
  content: "";
  display: block;
  height: 95%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: -1;
}

.p-top-view__img {
  margin-left: auto;
  overflow: hidden;
  position: relative;
  width: 95%;
}
.p-top-view__img img {
  display: block;
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
}

.p-top-view__text {
  bottom: 0;
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 3rem;
  font-weight: 400;
  left: 3rem;
  letter-spacing: 0.06em;
  line-height: 0.91;
  opacity: 0.7;
  position: absolute;
  writing-mode: vertical-rl;
  z-index: 2;
} /* ======================================== News ======================================== */
.p-top-news {
  padding: 5rem 0;
}

.p-top-news__body {
  margin-top: 1.6rem;
}

.p-top-news__btn {
  margin-top: 3rem;
  text-align: center;
}

/* ======================================== 初期表示の保険（Frontのみ） ======================================== */
#jsKeyvisual .keyvisual_main_imageWrap-1 {
  visibility: visible;
  z-index: 3;
}
#jsKeyvisual .keyvisual_main_imageWrap-1 .keyvisual_main_image-origin {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  visibility: visible;
}

/* Back */
.keyvisual--back {
  height: 100%;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.keyvisual_main_image-back[data-index="1"] > div {
  background-image: url("../images/top/fv_img01_back.webp");
}

.keyvisual_main_image-back[data-index="2"] > div {
  background-image: url("../images/top/fv_img02_back.webp");
}

.keyvisual_main_image-back[data-index="3"] > div {
  background-image: url("../images/top/fv_img03_back.webp");
}

.keyvisual_main_image-back[data-index="4"] > div {
  background-image: url("../images/top/fv_img04_back.webp");
}

/* Back filtered */
.keyvisual_main_image-filtered--back[data-index="1"] > div {
  background-image: url("../images/top/fv_img01_back_filter.webp");
}

.keyvisual_main_image-filtered--back[data-index="2"] > div {
  background-image: url("../images/top/fv_img02_back_filter.webp");
}

.keyvisual_main_image-filtered--back[data-index="3"] > div {
  background-image: url("../images/top/fv_img03_back_filter.webp");
}

.keyvisual_main_image-filtered--back[data-index="4"] > div {
  background-image: url("../images/top/fv_img04_back_filter.webp");
}

#jsKeyvisualBack .keyvisual_main_image-filtered,
#jsKeyvisualBack .keyvisual_main_image-filtered--back {
  filter: none !important;
}

/* ピン中は .p-top-mv 内で絶対配置に切替（iOSの fixed-in-fixed 回避） */
.keyvisual.is-pinned {
  position: absolute !important;
}

.keyvisual--back.is-pinned {
  height: 100%;
  left: 0;
  position: absolute !important;
  top: 0;
  transform: none;
  width: 100%;
}

.keyvisual_backplate {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.u-db {
  display: block;
}

.u-dn {
  display: none;
}

.u-mask--c-black {
  filter: brightness(0);
}

.u-mask--c-white {
  filter: brightness(0) invert(1);
}

.u-con--md {
  margin: 0 auto;
  padding-inline: 2rem;
}

.u-con--lg {
  margin: 0 auto;
  max-width: 90%;
}

.u-c-white {
  color: #fff;
}

.u-c--b-white {
  color: #fff;
}

.u-c-base {
  color: #edf8f8;
}

.u-b-base {
  background-color: #edf8f8;
}

.u-z-1 {
  z-index: -1;
}

.u-z1 {
  z-index: 1;
}

.u-z2 {
  z-index: 2;
}

.u-z3 {
  z-index: 3;
}

.u-z10 {
  z-index: 10;
}

.u-z50 {
  z-index: 50;
}

.u-z100 {
  z-index: 100;
}

.u-z999 {
  z-index: 999;
}

@media not all and (max-width: 1100px){
  .l-cta {
    backdrop-filter: blur(10px) brightness(1.06);
  }
  .l-header__fixed {
    left: 1.8vw;
    position: fixed;
    top: 2.8vh;
    z-index: 1;
  }
  .l-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .u-st {
    display: none !important;
  }
}

@media screen and (max-width: 1100px){
  input[type=text],
  input[type=date],
  input[type=password],
  input[type=email],
  input[type=time],
  input[type=tel],
  input[type=number] {
    padding: 10px;
  }
  textarea {
    height: 170px;
  }
  input[type=radio] + .wpcf7-list-item-label {
    margin: 0;
    padding: 10px 5px 12px 23px;
  }
  input[type=radio] + .wpcf7-list-item-label::before {
    height: 15px;
    width: 15px;
  }
  input[type=radio] + .wpcf7-list-item-label::after {
    content: "";
    height: 9px;
    left: 3px;
    width: 9px;
  }
  .l-cta {
    background: url(../images/common/cta_back_sp.webp) no-repeat top center/cover;
  }
  .l-header {
    align-items: center;
    display: flex;
    height: 7.5rem;
    left: 50%;
    max-width: var(--content_width);
    padding: 0 2rem;
    position: fixed;
    top: 0;
    transform: translate(-50%, 0);
    transition: 0.5s;
    width: 100%;
    z-index: 100;
  }
  .l-header.is-scroll {
    background-color: #fff;
  }
  .l-header__logo-link {
    width: 8.357rem;
  }
  .l-header__catch {
    display: none;
  }
  .l-main--404 .l-main__inner, .l-main--error .l-main__inner {
    padding: 80px 15px;
  }
  .l-main--404 .c-btn, .l-main--error .c-btn {
    margin-top: 30px;
  }
  body.is-open {
    overflow: hidden;
  }
  .l-navi {
    background-color: #fff;
    bottom: 0;
    display: none;
    height: 100dvh;
    left: 0;
    right: 0;
    top: 0;
    transform: none;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    z-index: -1;
  }
  .l-navi::before {
    background: url(../images/common/gnavi_back.webp) no-repeat top center/cover;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
  .l-navi__menu {
    height: 100%;
    padding: 11rem 2rem 11.4rem;
    width: 100%;
  }
  .l-navi__menu-link {
    display: inline-block;
    font-size: 1.2rem;
    padding: 2rem 2rem;
    width: 100%;
  }
  .l-navi__menu-link::before {
    display: inline-block;
    font-size: 2.2rem;
    margin-right: 1rem;
  }
  .l-navi__menu-link .nav-arrow {
    right: 2rem;
  }
  .l-navi__menu-link.is-toggle {
    pointer-events: none;
  }
  .l-navi__menu-link .toggle {
    display: none;
  }
  .l-navi__menu-link .l-navi__menu-child {
    background: none;
    box-shadow: none;
    left: 0;
    margin-top: 1rem;
    opacity: 1 !important;
    padding: 0;
    position: relative;
    top: 0;
    visibility: visible !important;
  }
  .l-navi__menu-link .l-navi__menu-child-link {
    font-size: 1.4rem;
    pointer-events: auto;
  }
  .c-kv {
    height: 22.5rem;
    padding-top: 6.5rem;
  }
  .keyvisual:not(.keyvisual--back) {
    height: 62dvh;
    max-height: 45.2rem;
    top: min(19dvh, 13.5rem);
    width: 76.5%;
  }
  .keyvisual:not(.keyvisual--back).kv-unclamp:not(.keyvisual--back) {
    max-height: inherit;
  }
  .p-top-mv__wrap {
    right: 4rem;
    top: clamp(54rem, 83dvh, 59.8rem);
  }
  .p-top-mv__scroll {
    display: none;
  }
  .p-top-mv__catch {
    left: 4.6rem;
    position: absolute;
    top: clamp(56.2rem, 86dvh, 61rem);
    width: 20rem;
    z-index: 30;
  }
  .keyvisual--back {
    top: 0;
  }
  .keyvisual_main_image-back[data-index="1"] > div {
    background-image: url("../images/top/fv_img01_back-sp.webp");
  }
  .keyvisual_main_image-back[data-index="2"] > div {
    background-image: url("../images/top/fv_img02_back-sp.webp");
  }
  .keyvisual_main_image-back[data-index="3"] > div {
    background-image: url("../images/top/fv_img03_back-sp.webp");
  }
  .keyvisual_main_image-back[data-index="4"] > div {
    background-image: url("../images/top/fv_img04_back-sp.webp");
  }
  .keyvisual_main_image-filtered--back[data-index="1"] > div {
    background-image: url("../images/top/fv_img01_back_filter-sp.webp");
  }
  .keyvisual_main_image-filtered--back[data-index="2"] > div {
    background-image: url("../images/top/fv_img02_back_filter-sp.webp");
  }
  .keyvisual_main_image-filtered--back[data-index="3"] > div {
    background-image: url("../images/top/fv_img03_back_filter-sp.webp");
  }
  .keyvisual_main_image-filtered--back[data-index="4"] > div {
    background-image: url("../images/top/fv_img04_back_filter-sp.webp");
  }
  .u-pc {
    display: none;
  }
}

@media screen and (max-width: 767px){
  .pc-only-inline {
    display: none;
  }
  .sp-only-inline {
    display: inline;
  }
}

@media not all and (max-width: 666px){
  a[href^="tel:"] {
    pointer-events: none;
  }
  .u-sp {
    display: none !important;
  }
}

@media screen and (max-width: 666px){
  :root {
    --content_width: 42rem;
  }
  .l-header__video {
    display: none;
  }
  .l-main--404 .error-link, .l-main--error .error-link {
    font-size: 1.5rem;
  }
  .u-pt {
    display: none !important;
  }
  .u-pb-wide {
    padding-bottom: 8rem;
  }
}

@media (hover: hover) and (pointer: fine){
  .l-header__logo-link {
    transition: 0.5s;
    transition-property: opacity;
  }
  .l-header__logo-link:hover {
    opacity: 0.8;
  }
  .l-main--404 .error-link::after, .l-main--error .error-link::after {
    transition: 0.5s;
    transition-property: left;
  }
  .l-main--404 .error-link:hover::after, .l-main--error .error-link:hover::after {
    left: 1rem;
  }
  .c-news__link {
    transition: 0.5s;
    transition-property: opacity;
  }
  .c-news__link:hover {
    opacity: 0.6;
  }
  .c-pagination__item a {
    transition: 0.5s;
    transition-property: opacity;
  }
  .c-pagination__item a:hover {
    opacity: 0.5;
  }
  .c-pagination__arrow a {
    transition: 0.5s;
    transition-property: opacity;
  }
  .c-pagination__arrow a:hover {
    opacity: 0.5;
  }
  .p-business__voice-link {
    transition: 0.5s;
    transition-property: opacity;
  }
  .p-business__voice-link:hover {
    opacity: 0.5;
  }
  .p-contact__form-douichk a {
    transition: 0.5s;
    transition-property: opacity;
  }
  .p-contact__form-douichk a:hover {
    opacity: 0.8;
  }
}

@media (prefers-reduced-motion: reduce){
  .js-fadein {
    transform: none !important;
  }
  .js-fadein.is-inview {
    animation: fadeOnly 360ms linear both;
  }
  @keyframes fadeOnly {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
