@charset "UTF-8";
/*! destyle.css v4.0.0 | 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*/
  scroll-behavior: smooth;
}

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

img {
  max-width: 100%;
}

/* ====================================
body
==================================== */
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  color: hsl(0, 0%, 10%);
  font-size: clamp(0.875rem, 0.82rem + 0.22vw, 1rem);
  line-height: 2;
  letter-spacing: normal;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
main {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #luxy {
    position: static !important;
    overflow: visible !important;
    transform: none !important;
  }
}

.inner {
  max-width: min(1100px, 94%);
  margin-inline: auto;
}
.inner__small {
  max-width: min(960px, 94%);
  margin-inline: auto;
}
.inner__mid {
  max-width: min(1400px, 94%);
  margin-inline: auto;
}
.inner__large {
  max-width: min(1720px, 94%);
  margin-inline: auto;
}

/* ====================================
font
==================================== */
*[class*=b-en-] {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}

*[class*=b-min-] {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}

*[class*=b-yugo-] {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}

.b-min-100 {
  font-weight: 100;
}

.b-yugo-100 {
  font-weight: 100;
}

.b-en-100 {
  font-weight: 100;
}

.b-min-200 {
  font-weight: 200;
}

.b-yugo-200 {
  font-weight: 200;
}

.b-en-200 {
  font-weight: 200;
}

.b-min-300 {
  font-weight: 300;
}

.b-yugo-300 {
  font-weight: 300;
}

.b-en-300 {
  font-weight: 300;
}

.b-min-400 {
  font-weight: 400;
}

.b-yugo-400 {
  font-weight: 400;
}

.b-en-400 {
  font-weight: 400;
}

.b-min-500 {
  font-weight: 500;
}

.b-yugo-500 {
  font-weight: 500;
}

.b-en-500 {
  font-weight: 500;
}

.b-min-700 {
  font-weight: 700;
}

.b-yugo-700 {
  font-weight: 700;
}

.b-en-700 {
  font-weight: 700;
}

.b-min-900 {
  font-weight: 900;
}

.b-yugo-900 {
  font-weight: 900;
}

.b-en-900 {
  font-weight: 900;
}

/* ====================================
color
==================================== */
.b-cl-main {
  color: hsl(241, 41%, 35%);
}

.b-cl-sub {
  color: hsl(222, 22%, 63%);
}

.b-cl-ac {
  color: hsl(61, 100%, 89%);
}

.b-cl-btn {
  color: hsl(45, 3%, 27%);
}

.b-cl-black {
  color: hsl(0, 0%, 10%) !important;
}

.b-cl-white {
  color: hsl(0, 0%, 100%) !important;
}

/* ====================================
br
==================================== */
@media screen and (max-width: 768px) {
  .b-pc-only {
    display: none;
  }
}

.b-sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .b-sp-only {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

/* ====================================
splide
==================================== */
.splide__pagination {
  margin-block-start: 1rem;
}
.splide__pagination__page {
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid hsl(0, 0%, 10%);
  margin-inline: 0.5em;
}
.splide__pagination__page.is-active {
  background: hsl(241, 41%, 35%);
}

.splide__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.splide__arrow svg {
  display: none;
}
.splide__arrow--prev, .splide__arrow--next {
  width: clamp(32px, 4.5833333333vw, 88px);
  aspect-ratio: 1/1;
  border: 1px solid hsl(0, 0%, 10%);
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s ease-in-out;
}
.splide__arrow--prev:hover, .splide__arrow--next:hover {
  background-color: #ddd;
  mix-blend-mode: color-burn;
}
.splide__arrow--prev:before, .splide__arrow--next:before {
  content: "";
  width: clamp(16px, 1.25vw, 24px);
  height: clamp(16px, 1.25vw, 24px);
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  left: 45%;
  bottom: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .splide__arrow--prev:before, .splide__arrow--next:before {
    width: 10px;
    height: 10px;
  }
}
.splide__arrow--prev {
  transform: rotate(180deg);
}
/* ====================================
tab
==================================== */
.js-tab__link,
.js-sub-tab__link {
  cursor: pointer;
}
.js-tab__content,
.js-sub-tab__content {
  display: none;
}
.js-tab__content.active,
.js-sub-tab__content.active {
  display: block;
}

/* ====================================
accordion
==================================== */
.js-faq__arrow {
  align-self: center;
  border: 2px solid hsl(0, 0%, 100%);
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  position: relative;
  transform: rotate(180deg);
  transition: 0.5s ease-out;
}
.js-faq__arrow > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 2px;
  height: 10px;
  border-radius: 9999px;
  background-color: hsl(0, 0%, 100%);
}
.js-faq__arrow > span::before, .js-faq__arrow > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 8px;
  border-radius: 9999px;
  background-color: hsl(0, 0%, 100%);
  transform-origin: 50% 1px;
}
.js-faq__arrow > span::before {
  transform: rotate(45deg);
}
.js-faq__arrow > span::after {
  transform: rotate(-45deg);
}
.js-faq .is-open .js-faq__arrow {
  transform: rotate(0deg);
}
.js-faq dd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
/* ====================================
modal
==================================== */
.js-modal {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.js-modal::backdrop {
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}
.js-modal.open {
  opacity: 1;
  transform: scale(1);
}
.js-modal.open::backdrop {
  background: rgba(0, 0, 0, 0.8);
}
.js-modal.closing {
  opacity: 0;
  transform: scale(0.9);
}
.js-modal.closing::backdrop {
  background: rgba(0, 0, 0, 0);
}

.c-modal__content {
  max-width: min(940px, 96%);
  padding-block: 2.5rem;
  padding-inline: 2rem;
}
.c-modal__btn {
  width: 100%;
  text-align: center;
  padding-block: 1em;
  border-block-start: 1px solid hsla(241, 41%, 35%, 0.3);
  border-block-end: 1px solid hsla(241, 41%, 35%, 0.3);
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-modal__btn {
    padding-block: 0.5em;
  }
}
.c-modal__btn:hover {
  color: hsl(222, 22%, 63%);
}

.b-animation--fade-up, .b-animation--fade-mv, .b-animation--file-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}
.b-animation--fade-up.visible, .b-animation--fade-mv.visible, .b-animation--file-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.b-animation--fade-mv.visible, .b-animation--file-in.visible {
  transition-delay: var(--fade-delay, 0s);
}
.b-animation--fade-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 1s ease, transform 1s ease;
}
.b-animation--fade-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.b-animation--fade-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 1s ease, transform 1s ease;
}
.b-animation--fade-right.visible {
  opacity: 1;
  transform: translateX(0);
}
.b-animation--clip {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 1s ease;
  transition: clip-path 1s ease;
  transition: clip-path 1s ease, -webkit-clip-path 1s ease;
}
.b-animation--clip.visible {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.b-animation--clip {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 1s ease;
  transition: clip-path 1s ease;
  transition: clip-path 1s ease, -webkit-clip-path 1s ease;
}
.b-animation--clip.visible {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.b-animation--underline {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 70%, hsl(61, 100%, 89%) 70%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 0.5s ease;
}
.b-animation--underline.visible {
  background-size: 100% 100%;
  transition-delay: 1s;
}

.c-bg__gradation {
  background: linear-gradient(135deg, #1e73fd, #2fb5ff);
}

.c-underline {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 70%, hsl(12, 84%, 88%) 70%);
}

.c-drop-shadow {
  filter: drop-shadow(-20px 20px 0px hsla(241, 41%, 35%, 0.3));
}

.c-text-shadow {
  text-shadow: 3px 3px 10px rgb(255, 255, 255), -3px -3px 10px rgb(255, 255, 255), 3px -3px 10px rgb(255, 255, 255), -3px 3px 10px rgb(255, 255, 255);
}

.c-fit-auto {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.c-ul > li {
  list-style: disc;
  margin-inline-start: 1em;
}
/* ====================================
point
==================================== */
/* ====================================
blog
==================================== */
.c-blog > li {
  padding-block-end: 2em;
  border-bottom: 2px solid hsl(0, 0%, 100%);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0 2em;
}
@media screen and (max-width: 768px) {
  .c-blog > li {
    flex-direction: column;
  }
}
.c-blog > li:not(:last-child) {
  margin-block-end: 2em;
}
.c-blog__date {
  padding-inline: 1em;
}
@media screen and (max-width: 768px) {
  .c-blog__date {
    padding-inline: 0;
  }
}
.c-blog__ttl {
  font-size: clamp(1rem, 0.95rem + 0.22vw, 1.125rem);
  margin-block-end: 1em;
}
.pagination > ul {
  margin-inline: auto;
  margin-block-start: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.pagination a,
.pagination span {
  position: relative;
  font-size: 1.25rem;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsl(45, 3%, 27%);
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  color: hsl(45, 3%, 27%);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .pagination a,
  .pagination span {
    font-size: 0.8125rem;
  }
}
.pagination a:hover,
.pagination span:hover {
  color: hsl(0, 0%, 100%);
  background-color: hsl(45, 3%, 27%);
}
.pagination .current {
  color: hsl(0, 0%, 100%);
  background-color: hsl(45, 3%, 27%);
}
.pagination .disabled a {
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0.5em;
}

/* ====================================
breadcrumbs
==================================== */
.breadcrumbs {
  display: block;
  width: 100%;
  padding-block: 0.5rem;
}
.breadcrumbs span {
  font-size: clamp(0.75rem, 0.7rem + 0.22vw, 0.875rem);
}
.breadcrumbs span a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  display: inline-flex;
}

/* ====================================
fixed
==================================== */
.pagetop {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: clamp(1.75rem, 1.23rem + 2.21vw, 3rem);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  font-size: 0.875rem;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 2%;
    bottom: 4rem;
  }
}
.pagetop.active {
  opacity: 1;
}

.sns {
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sns {
    width: 100%;
    top: auto;
    bottom: 0;
    transform: translate(0, 0%);
  }
}
.sns.active {
  opacity: 1;
}
.sns__box {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .sns__box {
    flex-direction: row;
    background: hsla(0, 0%, 100%, 0.8);
    padding-inline: 1%;
    padding-block: 0.25rem;
  }
}
.sns__btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.625rem;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  font-size: clamp(1.125rem, 0.97rem + 0.66vw, 1.5rem);
  line-height: 1.2;
  color: hsl(0, 0%, 100%);
  padding-block: 0.7em;
  padding-inline: 1em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .sns__btn {
    justify-content: center;
    flex-basis: 100%;
    font-size: 0.875rem;
    border-radius: 0;
    padding-inline: 1em;
    writing-mode: horizontal-tb;
  }
}
.sns__btn img {
  width: 24px;
}
@media screen and (max-width: 768px) {
  .sns__btn img {
    width: 18px;
  }
}
.sns__btn.link01 {
  background: hsl(241, 41%, 35%);
}
.sns__btn.link02 {
  background: url(../img/cmn/link_bg03.webp) no-repeat center/cover;
}

/* ====================================
table
==================================== */
.c-tbl {
  width: 100%;
}
.c-tbl th,
.c-tbl td {
  padding-block: 1.5em;
  border-block-end: 1px solid hsla(241, 41%, 35%, 0.2);
  line-height: 1.4285714286;
}
.c-tbl th {
  text-wrap: nowrap;
  padding-inline-start: 1.2em;
}
.c-tbl td {
  padding-inline: 1.2em;
}

.c-tblB li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4.5833333333vw;
  padding-block: 1em;
}
.c-tblB li span {
  position: relative;
  z-index: 1;
  background: hsl(0, 0%, 95%);
  padding-inline: 1em;
}
.c-tblB li span:first-child {
  flex-basis: 160px;
}
@media screen and (max-width: 768px) {
  .c-tblB li span:first-child {
    flex-basis: auto;
  }
}
.c-tblB li span:last-child {
  flex: 1;
}
.c-tblB li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: hsl(0, 0%, 10%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

/* ====================================
faq
==================================== */
/* ====================================
flow
==================================== */
.c-flowB {
  border-left: 8px solid #ddd;
}
.c-flowB__item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-template-areas: "num ttl" "num box";
  gap: 1rem 2.5rem;
}
.c-flowB__item:not(:last-child) {
  margin-block-end: 4em;
}
@media screen and (max-width: 768px) {
  .c-flowB__item {
    gap: 1rem 1.125rem;
  }
}
.c-flowB__num {
  grid-area: num;
  align-self: baseline;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.c-flowB__num span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  width: 50px;
  line-height: 1;
  aspect-ratio: 1/1;
  font-size: clamp(1.5rem, 1.09rem + 1.77vw, 2.5rem);
  background: hsl(241, 41%, 35%);
  color: hsl(0, 0%, 100%);
}
@media screen and (max-width: 768px) {
  .c-flowB__num span {
    width: 32px;
  }
}
.c-flowB__num::before {
  content: "";
  width: 27px;
  height: 3px;
  background-color: #ddd;
}
@media screen and (max-width: 768px) {
  .c-flowB__num::before {
    width: 16px;
  }
}
.c-flowB__ttl {
  grid-area: ttl;
  font-size: clamp(1.125rem, 0.97rem + 0.66vw, 1.5rem);
  line-height: 1;
  color: hsl(222, 22%, 63%);
}
.c-flowB__box {
  grid-area: box;
}

/* ====================================
menu
==================================== */
.c-priceB__ul {
  flex-basis: 46% !important;
}
.c-priceB__ul > li {
  margin-block-end: clamp(2.25rem, 1.52rem + 3.09vw, 4rem);
}
@media screen and (max-width: 768px) {
  .c-priceB__ul > li .l-sec__h4 {
    margin-inline: auto;
    display: block;
  }
}
.c-priceB__dl {
  border-block-start: 2px solid hsla(241, 41%, 35%, 0.8);
  border-block-end: 2px solid hsla(241, 41%, 35%, 0.8);
}
.c-priceB__dl dt {
  background: hsla(241, 41%, 35%, 0.1);
  text-align: center;
  padding-block: 0.2em;
  padding-inline: 0.5em;
}
.c-priceB__dl dt:not(:first-child) {
  border-top: 2px solid hsla(241, 41%, 35%, 0.2);
}
.c-priceB__dl dd {
  padding-block: 0.5em;
  padding-inline: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5em;
}
.c-priceB__dl dd span {
  text-align: right;
  flex: 1;
  line-height: 1;
  font-size: clamp(1rem, 0.95rem + 0.22vw, 1.125rem);
  order: 2;
  white-space: nowrap;
}
.c-priceB__dl dd span small {
  line-height: 1.2;
  font-size: 0.75rem;
}
.c-priceB__dl dd span:not([class*=not]):before {
  content: "¥";
  font-size: clamp(0.875rem, 0.82rem + 0.22vw, 1rem);
  margin-inline-end: 0.25rem;
}
.c-priceB__txt {
  flex-basis: 100%;
}

.section__ttl {
  display: none;
}

.red {
  color: red;
}

.button_box {
  width: -moz-fit-content;
  width: fit-content;
  margin-block-start: 1.5em;
  margin-inline: auto;
}

.l-sec__flex.--center > * {
  width: 200px;
}

/* ====================================
	タイトルコンポーネント
==================================== */
.c-ttlA {
  font-size: clamp(1.1875rem, 0.95rem + 0.99vw, 1.75rem);
  line-height: 1;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .c-ttlA {
    font-size: 0.875rem;
  }
}
.c-ttlA::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: min(112px, calc(40 / 375 * 100vw));
  background: hsl(241, 41%, 35%);
  margin-inline-start: 0.5em;
}

.c-ttlB {
  font-size: clamp(2rem, 3.125vw, 3.75rem);
  line-height: 1.2;
}
.c-ttlB.--center {
  text-align: center;
}
.c-ttlB .en {
  text-transform: uppercase;
  color: hsl(241, 41%, 35%);
}
.c-ttlB .jp {
  display: block;
  font-size: clamp(1rem, 0.95rem + 0.22vw, 1.125rem);
}

/* ====================================
   ボタンコンポーネント
   ==================================== */
.c-btn {
  display: block;
  align-items: center;
  gap: 2.0833333333vw;
  background: hsl(241, 41%, 35%);
  color: hsl(0, 0%, 100%);
  line-height: 1;
  padding-block: 1em;
  padding-inline: 1em;
  border-radius: 2em;
  width: 200px;
  text-align: center;
}
.c-btn:hover {
  opacity: 0.8;
}

.c-btnB {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.5rem;
  color: hsl(0, 0%, 100%);
  background: hsl(241, 41%, 35%);
  line-height: 1;
  padding-inline: 2em;
  padding-block: 1em;
  border-radius: 30px;
  font-size: clamp(1rem, 0.95rem + 0.22vw, 1.125rem);
}
.c-btnB img {
  width: 20px;
  filter: brightness(0) invert(1);
}
.c-btnB.--noImg::before {
  content: "";
}

/* ====================================
空白アイコン
==================================== */
.c-check-icon {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  margin-inline-end: 0.5em;
}
.c-check-icon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid hsl(0, 0%, 10%);
}
.c-check-icon:after {
  content: "";
  display: block;
  width: 130%;
  left: 0;
  bottom: 2px;
  position: absolute;
  aspect-ratio: 172/123;
  background: url("../img/cmn/icon_check.webp") no-repeat center;
  background-size: contain;
}

.c-blank-icon {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-inline-start: 6px;
  margin-block-start: 6px;
}
.c-blank-icon:before, .c-blank-icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: hsl(0, 0%, 10%);
  transition: 0.3s ease;
}
.c-blank-icon:before {
  top: -2px;
  left: 0;
  border-width: 1px;
}
.c-blank-icon:after {
  top: 1px;
  left: 3px;
  border-width: 0 1px 1px 0;
}

/* ====================================
   hover
   ==================================== */
.b-hover__txt {
  display: inline-block;
  overflow: hidden;
  color: transparent;
  position: relative;
  text-shadow: 0 -1.5em 0 hsl(0, 0%, 100%), 0 0 0 hsl(0, 0%, 100%);
  transition: text-shadow 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.b-hover__txt:hover {
  text-shadow: 0 0 0 hsl(0, 0%, 100%), 0 1.5em 0 hsl(0, 0%, 100%);
}

.b-hover__bg {
  position: relative;
  overflow: hidden;
}
.b-hover__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: hsl(222, 22%, 63%);
  mix-blend-mode: color-burn;
  transition: 0.3s;
}
.b-hover__bg:hover::before {
  width: 100%;
}

.b-hover__line {
  position: relative;
}
.b-hover__line::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: hsl(241, 41%, 35%);
  transition: all 0.3s ease;
}
.b-hover__line:hover::before {
  width: calc(100% - 1em);
}

.b-hover__shadow {
  transition: 0.3s;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.12)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.22));
}
.b-hover__shadow:hover {
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.15)) drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  transform: translateY(-4px);
}

/* ====================================
form-style
==================================== */
@media screen and (max-width: 768px) {
  .c-contact th,
  .c-contact td {
    display: block;
  }
  .c-contact th {
    padding-block-end: 0;
    border-block-end: 0;
  }
  .c-contact td {
    padding-block-start: 0.8em;
  }
}

/* ====================================
form
==================================== */
:root {
  --form-padding: 0.5em;
  --form-background: #ddd;
  --form-border: 2px solid #ccc;
  --form-radius: 5px;
}

.c-form .required {
  color: red;
}
.c-form input {
  padding: var(--form-padding);
  border: var(--form-border);
  border-radius: var(--form-radius);
  line-height: 1;
}
.c-form input[type=text], .c-form input[type=tel], .c-form input[type=email] {
  width: 100%;
  background: var(--form-background);
}
.c-form input[type=file] {
  background: none;
}
.c-form input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.c-form input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
.c-form input[type=date] {
  -webkit-appearance: date;
  -moz-appearance: date;
  appearance: date;
}
.c-form input::-moz-placeholder {
  font-size: 0.875rem;
}
.c-form input::placeholder {
  font-size: 0.875rem;
}
.c-form textarea {
  width: 100% !important;
  padding: var(--form-padding);
  background: var(--form-background);
  border: var(--form-border);
  border-radius: var(--form-radius);
}
.c-form textarea::-moz-placeholder {
  font-size: 0.875rem;
}
.c-form textarea::placeholder {
  font-size: 0.875rem;
}
.c-form select {
  padding: var(--form-padding);
  background: var(--form-background);
  border: var(--form-border);
  border-radius: var(--form-radius);
}
.c-form__ul > li:not(:last-child) {
  margin-block-end: 1.5em;
}
.c-form__flex {
  margin-block-start: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0.5em 2em;
}
@media screen and (max-width: 768px) {
  .c-form__flex {
    gap: 0.5em 1em;
  }
}
.c-form__time .wpcf7-form-control-wrap {
  margin-inline-end: 0.5em;
}
@media screen and (max-width: 768px) {
  .c-form__calendar {
    flex-basis: 50%;
  }
}
.c-form__btn {
  margin-block-start: 1em;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-form__btn input {
  background: hsl(241, 41%, 35%);
  color: hsl(0, 0%, 100%);
  padding-inline: 1em;
  padding-block: 0.8em;
  width: 160px;
  text-align: center;
}
.c-form__btn input:hover {
  opacity: 0.8;
}

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

.wpcf7-form-control.wpcf7-radio {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  position: relative;
  margin: 0;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5em;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
  content: "";
  display: block;
  background: var(--form-background);
  border: var(--form-border);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::after {
  position: absolute;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: hsl(241, 41%, 35%);
  box-shadow: inset 0 0 0 2px #fff;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  position: relative;
  margin: 0;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5em;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: block;
  background: var(--form-background);
  border: var(--form-border);
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: -4px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: url("../img/cmn/icon_check.webp") no-repeat center;
  background-size: contain;
  transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  opacity: 1;
}
.wpcf7-form-control.wpcf7-number {
  background: var(--form-background);
  border: var(--form-border);
  margin-inline-end: 0.5em;
  max-width: 56px;
}
.wpcf7-form-control.wpcf7-number::after {
  content: "歳";
  display: inline-block;
}
.wpcf7-form-control.wpcf7-date {
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-select {
  cursor: pointer;
}
.l-header {
  width: 100%;
  position: fixed;
  z-index: 999;
  transition: all 0.5s ease;
  padding-block: 1.25rem;
  background: hsl(0, 0%, 100%);
}
.l-header.active {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.l-header.is-hide {
  transform: translateY(-100%);
}
.l-header.is-show {
  transform: translateY(0);
}
.l-header__grid {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-header__grid {
    align-items: center;
  }
}
.l-header__logo {
  font-size: clamp(1rem, 2.0833333333vw, 2.5rem);
  line-height: 1;
}
.l-header__menu {
  width: 100%;
  justify-self: end;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 1em;
}
@media screen and (max-width: 1024px) {
  .l-header__menu.b-pc-only {
    display: none;
  }
}
.l-header__menu.b-sp-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__menu.b-sp-only {
    display: block;
    width: 50px;
  }
}
.l-header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 1rem;
    margin-block-end: 1.5rem;
  }
}
.l-header__nav > a {
  display: block;
  text-align: center;
  padding-inline: 1.5em;
}
.l-header__nav > a:not(:last-child) {
  border-inline-end: 1px solid hsl(0, 0%, 100%);
}
@media screen and (max-width: 1024px) {
  .l-header__nav > a:not(:last-child) {
    border-inline-end: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav > a {
    padding-inline: 0;
    line-height: 1.6;
  }
}
.l-header__sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.125rem;
}
.l-header__sns .icon {
  width: 19px;
}
.l-header__sns .icon img {
  display: block;
  aspect-ratio: 1/1;
}
.l-header__tel a {
  display: block;
  font-size: clamp(0.875rem, 1.6666666667vw, 2rem);
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .l-header__tel a {
    margin-block-start: 1em;
    font-size: clamp(1.25rem, 0.94rem + 1.33vw, 2rem);
  }
}
.l-header__tel a small {
  font-size: clamp(1.125rem, 0.97rem + 0.66vw, 1.5rem);
}
.l-header__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 5.5rem 0;
}
.l-header__hamburger {
  cursor: pointer;
  margin-inline: auto;
  position: relative;
  z-index: 999;
  width: 20px;
  height: 12px;
}
.l-header__hamburger span {
  position: absolute;
  background: hsl(0, 0%, 10%);
  height: 2px;
  width: 20px;
  left: 0;
  border-radius: 10px;
}
.l-header__hamburger--top {
  top: 0;
  transition: 0.5s;
}
.l-header__hamburger--middle {
  top: 6px;
  transition: 0.5s;
}
.l-header__hamburger--bottom {
  top: 12px;
  transition: 0.5s;
}
.l-header__hamburger.active .l-header__hamburger--top {
  transform: translateY(6px) rotate(45deg);
}
.l-header__hamburger.active .l-header__hamburger--middle {
  opacity: 0;
}
.l-header__hamburger.active .l-header__hamburger--bottom {
  transform: translateY(-6px) rotate(-45deg);
}
.l-header__bg {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 998;
  padding-inline: 10vw;
  background: hsla(0, 0%, 100%, 0.95);
}
.l-header__bg.active {
  right: 0;
}
.l-header__bg .l-header__nav a {
  display: block;
}
.l-header.active .l-header__nav a {
  display: block;
}
/* ====================================
	フッターレイアウト
==================================== */
.l-footer {
  background: hsl(0, 0%, 10%);
  padding-block: 2.5em;
  color: hsl(0, 0%, 100%);
}
.l-footer__flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2rem 1.5rem;
  margin-block-end: 1em;
}
@media screen and (max-width: 768px) {
  .l-footer__flex {
    flex-direction: column;
  }
}
.l-footer__sns {
  filter: brightness(0) invert(1);
}
.l-footer__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    grid-template-rows: repeat(6, auto);
  }
}
.l-footer__nav > a {
  display: block;
  line-height: 1;
  padding-inline-start: 1.5em;
}
@media screen and (max-width: 599px) {
  .l-footer__nav > a {
    font-size: 0.75rem;
    padding-inline-start: 1em;
  }
}
.l-footer__nav > a:not(:last-child) {
  padding-inline-end: 1.5em;
  border-inline-end: 1px solid hsl(0, 0%, 100%);
}
@media screen and (max-width: 599px) {
  .l-footer__nav > a:not(:last-child) {
    padding-inline-end: 1em;
  }
}
.l-footer__copy {
  text-align: right;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-block-start: 2rem;
    text-align: center;
  }
}

/* ====================================
TOP
==================================== */
.top-mv {
  background: url(../img/top/mainvisual_bg_01.webp) no-repeat center left/cover;
  height: min(744px, calc(450 / 375 * 100vw));
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-mv {
    background: url(../img/top/mainvisual_bg_01.webp) no-repeat center left 20%/cover;
  }
}
.top-mv__inner {
  position: relative;
  flex: 1;
  height: 100%;
}
.top-mv__box {
  position: absolute;
  left: 0;
  bottom: 20%;
}
.top-mv__ttl {
  color: hsl(241, 41%, 35%);
  text-shadow: 2px 2px 2px hsl(0, 0%, 100%), -2px 2px 2px hsl(0, 0%, 100%), 2px -2px 2px hsl(0, 0%, 100%), -2px -2px 2px hsl(0, 0%, 100%);
}
.top-mv__ttl span {
  font-size: max(4.1666666667vw, 2rem);
  font-weight: bold;
  display: block;
}
.top-mv__ttl small {
  font-size: clamp(1.125rem, 0.97rem + 0.66vw, 1.5rem);
}

.top-info {
  position: relative;
  color: hsl(0, 0%, 100%);
}
.top-info::after {
  content: "";
  display: block;
  width: min(888px, 46.25vw);
  aspect-ratio: 888/621;
  background: url(../img/top/greeting_bg.webp) no-repeat center/contain;
  position: absolute;
  inset: 60% 0 auto auto;
  z-index: -1;
}
.top-info__inner {
  position: relative;
  padding-block: clamp(2.75rem, 1.82rem + 3.98vw, 5rem);
}
.top-info__inner::before {
  content: "";
  width: 100vw;
  inset: 0 auto 0 0;
  background: hsl(241, 41%, 35%);
  border-radius: 0 0 0 1.5625vw;
  position: absolute;
  z-index: 1;
}
.top-info__flex {
  position: relative;
  z-index: 2;
  padding-inline: 5.2083333333vw;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .top-info__flex {
    flex-direction: column;
  }
}
.top-info__flex--right {
  flex: 1;
}
.top-info__ttl {
  font-size: clamp(1.25rem, 0.94rem + 1.33vw, 2rem);
}
.top-info__ttl .en {
  color: hsl(0, 0%, 100%);
}

.top-greeting {
  position: relative;
  margin-block-start: clamp(7rem, 4.1rem + 12.38vw, 14rem);
  padding-block-start: clamp(4.25rem, 2.7rem + 6.63vw, 8rem);
  padding-block-end: clamp(7rem, 4.1rem + 12.38vw, 14rem);
}
.top-greeting::before {
  content: "";
  width: min(416px, 20vw);
  aspect-ratio: 416/736;
  background: hsl(241, 41%, 35%);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.top-greeting__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  z-index: 2;
  row-gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-greeting__flex {
    flex-direction: column;
  }
}
.top-greeting__img {
  flex-basis: 45%;
  width: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 0.5208333333vw;
  overflow: hidden;
}
.top-greeting__box {
  flex-basis: 50%;
}
.top-greeting__ttl {
  margin-block-end: 0.5em;
}
.top-greeting__txt {
  font-size: clamp(1rem, 0.95rem + 0.22vw, 1.125rem);
  letter-spacing: 0.075em;
  line-height: 2.1111111111;
  width: min(480px, 100%);
}
.top-greeting__img--right {
  position: absolute;
  width: min(360px, 18.75vw);
  inset: auto 0 0 auto;
}
@media screen and (max-width: 768px) {
  .top-greeting__img--right {
    display: none;
  }
}

.top-point {
  padding-block: clamp(3.5rem, 2.26rem + 5.3vw, 6.5rem);
  background: hsl(0, 0%, 95%);
  counter-reset: number 0;
}
.top-point__ttl {
  margin-block-end: 2em;
}
.top-point__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  row-gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-point__flex {
    flex-direction: column;
  }
}
.top-point__flex:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .top-point__flex:nth-child(2n) {
    flex-direction: column;
  }
}
.top-point__flex:not(:last-child) {
  margin-block-end: 5em;
}
.top-point__img {
  flex-basis: 50%;
  width: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 0.5208333333vw;
  overflow: hidden;
}
.top-point__box {
  flex-basis: 50%;
  width: 100%;
  padding-inline: 4.5833333333vw;
}
.top-point__cp {
  font-size: clamp(1.25rem, 0.94rem + 1.33vw, 2rem);
  font-weight: bold;
  border-block-end: 2px solid hsl(0, 0%, 10%);
  margin-block-end: 0.5em;
}
.top-point__cp::before {
  display: block;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: clamp(2rem, 4.5833333333vw, 5.5rem);
  line-height: 1;
  color: hsl(241, 41%, 35%);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
}

.top-privacy {
  padding-block-start: clamp(4.25rem, 2.7rem + 6.63vw, 8rem);
  padding-block-end: clamp(3.5rem, 2.26rem + 5.3vw, 6.5rem);
  position: relative;
}
.top-privacy::before {
  content: "";
  display: block;
  width: min(464px, 24.1666666667vw);
  aspect-ratio: 464/736;
  background: hsl(241, 41%, 35%);
  position: absolute;
  inset: 0 0 auto auto;
  z-index: 1;
}
.top-privacy::after {
  content: "";
  display: block;
  width: min(855px, 44.53125vw);
  aspect-ratio: 855/542;
  background: url(../img/top/support_bg.webp) no-repeat center/contain;
  position: absolute;
  inset: auto auto -10% 0;
  z-index: -1;
}
.top-privacy__inner {
  position: relative;
  z-index: 2;
}
.top-privacy__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  row-gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-privacy__flex {
    flex-direction: column;
  }
}
.top-privacy__img {
  flex-basis: 42%;
  width: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 0.5208333333vw;
  overflow: hidden;
}
.top-privacy__box {
  flex-basis: 50%;
  width: 100%;
  padding-inline: 4.5833333333vw;
}
.top-privacy__cp {
  font-size: clamp(1.25rem, 0.94rem + 1.33vw, 2rem);
  line-height: 1.4;
  font-weight: 600;
  color: hsl(241, 41%, 35%);
  margin-block-end: 1em;
}
.top-privacy__cp > span {
  font-size: 110%;
}
.top-map__box {
  width: 100%;
  height: min(400px, calc(350 / 375 * 100vw));
  overflow: hidden;
}
.top-map__box iframe {
  width: 100%;
  height: calc(min(400px, calc(350 / 375 * 100vw)) + 300px);
  margin-top: -150px;
}

.card_img{
  width: 80%;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
.card_img{
  width: 100%;
}
}