@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 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 {
  clear: both;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  color: inherit;
  border-top-width: 1px;
}

/**
 * 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 {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * 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 {
  min-width: 0;
  padding: 0;
  margin: 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 {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/**
 * 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-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

summary {
  list-style: none; /* Safari対応 */
}

summary::-webkit-details-marker {
  display: none; /* Chrome / Safari / Edge対応 */
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  html {
    font-size: clamp(9px, 2.666vw, 10px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.95vw, 15.96px);
  line-height: 1.5;
  color: #1D1D1D;
  background-color: #fff;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.86vw;
  }
}

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

a {
  display: block;
  cursor: pointer;
  text-decoration: none;
}

button {
  cursor: pointer;
}

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

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

@media screen and (max-width: 576px) {
  .md-only {
    display: none;
  }
}

.sm-only {
  display: none;
}
@media screen and (max-width: 576px) {
  .sm-only {
    display: block;
  }
}

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

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

.lg-only-inline {
  display: none;
}
@media screen and (max-width: 992px) {
  .lg-only-inline {
    display: inline;
  }
}

.cta-contents {
  background: url("../images/cta-contents_bk.webp") center/100% 100% no-repeat;
}
@media screen and (max-width: 768px) {
  .cta-contents {
    background-image: url("../images/cta-contents_bk-sp.webp");
  }
}
.cta-contents .cta-contents__inner {
  padding: min(3.21vw, 53.93px) min(1.19vw, 19.99px) min(3.15vw, 52.92px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .cta-contents .cta-contents__inner {
    padding: 11.35vw 6.04vw 11.9vw 6.28vw;
  }
}
.cta-contents .cta-contents__title {
  color: #fff;
  font-weight: 700;
  font-size: min(1.73vw, 29.06px);
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 0 0 min(2.02vw, 33.94px) min(0.3vw, 5.04px);
}
.cta-contents .cta-contents__title--sm {
  margin-bottom: min(1.96vw, 32.93px);
}
@media screen and (max-width: 768px) {
  .cta-contents .cta-contents__title--sm {
    margin-bottom: 7.97vw;
  }
}
@media screen and (max-width: 768px) {
  .cta-contents .cta-contents__title {
    font-size: 4.83vw;
    margin-bottom: 17.15vw;
    letter-spacing: 0.16em;
    transform: translateX(0.24vw);
    margin: 0 0 12.7vw 1.21vw;
  }
}
.cta-contents .cta-contents__button-area {
  width: min(70.18vw, 1179.02px);
  max-width: 117.9rem;
  display: flex;
  align-items: center;
  gap: min(0.71vw, 11.93px);
  margin-inline: auto;
}
.cta-contents .cta-contents__button-area > .cta-button {
  width: min(22.92vw, 385.06px);
  max-width: none;
}
@media screen and (max-width: 768px) {
  .cta-contents .cta-contents__button-area {
    width: 100%;
    max-width: none;
    flex-direction: column;
    gap: 2vw;
  }
  .cta-contents .cta-contents__button-area > .cta-button {
    width: 100%;
    max-width: none;
  }
}
.cta-contents .cta-bubble-button {
  position: relative;
  flex-basis: min(22.92vw, 385.06px);
  flex-shrink: 0;
  width: auto;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .cta-contents .cta-bubble-button {
    flex-basis: auto;
    width: 100%;
  }
}
.cta-contents .cta-bubble {
  width: min(18.33vw, 307.94px);
  max-width: 30.8rem;
  position: absolute;
  top: max(-4.4vw, -73.92px);
  right: max(-3.21vw, -53.93px);
}
@media screen and (max-width: 768px) {
  .cta-contents .cta-bubble {
    position: static;
    margin: 2.13vw 0 1.6vw;
    margin-inline: auto;
    width: 74.38vw;
    max-width: none;
  }
}

.title-area {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  margin-inline: auto;
}

.bk-title {
  font-family: "Lexend", sans-serif;
  font-size: min(10.35vw, 173.88px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.1em;
  color: #F2F5F9;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 51.7%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bk-title {
    top: 4.59vw;
    left: 47.29vw;
    font-size: 26.14vw;
  }
}

.title-area-main {
  position: relative;
  z-index: 1;
}

.quote-mark {
  display: inline-block;
  vertical-align: -0.1em;
}

.visually-hidden {
  position: absolute;
  width: min(0.06vw, 1.01px);
  height: min(0.06vw, 1.01px);
  padding: 0;
  margin: max(-0.06vw, -1.01px);
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
@media screen and (max-width: 768px) {
  .visually-hidden {
    width: 0.24vw;
    height: 0.24vw;
    margin: -0.24vw;
  }
}

.contact-area {
  width: min(62.02vw, 1041.94px);
  max-width: 104.2rem;
  background: #fff;
  border-radius: 2rem;
  margin-inline: auto;
  padding: min(3.78vw, 63.5px) 0 min(3.45vw, 57.96px);
  padding-right: min(6.01vw, 100.97px);
  padding-left: min(7.32vw, 122.98px);
}
@media screen and (max-width: 768px) {
  .contact-area {
    width: 100%;
    max-width: none;
    padding: 8.21vw 7.25vw 7.31vw 7.49vw;
  }
}
.contact-area--confirm {
  padding-top: min(3.84vw, 64.5px);
  padding-bottom: min(4.52vw, 76px);
}
@media screen and (max-width: 768px) {
  .contact-area--confirm {
    padding-top: 8.41vw;
    padding-bottom: 15.1vw;
  }
}

.form-area {
  width: min(48.45vw, 813.96px);
  max-width: 81.4rem;
  display: flex;
  flex-direction: column;
  gap: min(1.61vw, 27.05px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .form-area {
    width: 100%;
    max-width: none;
    gap: 5.31vw;
  }
}

.form-row {
  display: grid;
  grid-template-columns: 9.23vw 1fr;
  align-items: center;
  gap: min(1.13vw, 18.98px);
}
@media screen and (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
    gap: 1.69vw;
  }
}
@media screen and (max-width: 768px) {
  .form-row--url {
    margin-top: 0.72vw;
  }
}
.form-row--scale {
  margin-top: min(0.51vw, 8.57px);
}
@media screen and (max-width: 768px) {
  .form-row--scale {
    margin-top: 0.24vw;
  }
}
.form-row--hear {
  margin-top: min(0.3vw, 5.04px);
}
@media screen and (max-width: 768px) {
  .form-row--hear {
    margin-top: 0.24vw;
  }
}
.form-row--details {
  align-items: flex-start;
}

.form-question {
  font-size: min(0.95vw, 15.96px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.07em;
  display: flex;
  flex-direction: column;
  gap: min(0.12vw, 2.02px);
}
.form-question--requested {
  transform: translateY(min(0.12vw, 2.02px));
}
.form-question--company {
  transform: translateY(max(-0.06vw, -1.01px));
}
.form-question--name {
  transform: translateY(max(-0.09vw, -1.51px));
}
.form-question--email {
  transform: translateY(min(0.18vw, 3.02px));
}
.form-question--url {
  transform: translateY(min(0.09vw, 1.51px));
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .form-question--url {
    letter-spacing: 0.06em;
  }
}
.form-question--scale {
  transform: translateY(min(0.06vw, 1.01px));
}
@media screen and (max-width: 768px) {
  .form-question--scale {
    letter-spacing: 0.06em;
  }
}
.form-question--details {
  margin-top: min(0.36vw, 6.05px);
}
@media screen and (max-width: 768px) {
  .form-question--details {
    margin-top: 0.24vw;
  }
}
@media screen and (max-width: 768px) {
  .form-question {
    font-size: 3.48vw;
    gap: 0.97vw;
    flex-direction: row;
    margin-left: 0.97vw;
    transform: none;
  }
}

.form-required {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(0.71vw, 11.93px);
  color: #fff;
  padding: min(0.26vw, 4.4px) min(0.36vw, 6.05px) min(0.29vw, 4.8px) min(0.42vw, 7.06px);
  background: #E73867;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .form-required--requested, .form-required--email {
    transform: translateX(-0.5vw);
  }
}
.form-required--details {
  transform: translateY(min(0.09vw, 1.51px));
}
@media screen and (max-width: 768px) {
  .form-required--details {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .form-required {
    font-size: 2.61vw;
    padding: 1.06vw 1.45vw 1.16vw;
  }
}

.form-label--sm {
  font-size: min(0.71vw, 11.93px);
  display: inline-block;
  transform: translateY(min(0.06vw, 1.01px));
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .form-label--sm {
    font-size: 2.42vw;
    padding-left: 2.42vw;
    transform: translateY(0.24vw);
  }
}
.form-label--confirm {
  transform: translateY(min(0.12vw, 2.02px));
}
@media screen and (max-width: 768px) {
  .form-label--confirm {
    transform: translate(-1.1vw, 1.48vw);
  }
}

.form-box {
  width: 100%;
  height: min(3.39vw, 56.95px);
  padding: min(0.83vw, 13.94px) min(1.25vw, 21px);
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .form-box {
    margin: 0 0.24vw;
    height: 12.32vw;
    padding: 3vw 4.59vw;
    border: 0.9px solid #d9d9d9;
    border-radius: 0.72rem;
    font-size: 3.48vw;
  }
}
.form-box--radio {
  font-size: min(0.89vw, 14.95px);
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  gap: min(0.36vw, 6.05px);
  cursor: pointer;
  padding-left: min(1.19vw, 19.99px);
  padding-right: min(1.37vw, 23.02px);
}
@media screen and (max-width: 768px) {
  .form-box--radio {
    font-size: 3.26vw;
    gap: 1.43vw;
    padding-left: 4.59vw;
    padding-right: 5.56vw;
  }
}
.form-box--select {
  width: min(18.99vw, 319.03px);
  max-width: 31.9rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #d9d9d9;
}
@media screen and (max-width: 768px) {
  .form-box--select {
    width: 100%;
    max-width: none;
  }
}
.form-box--select option {
  color: #1D1D1D;
}
.form-box--select option[value=""] {
  color: #d9d9d9;
}
.form-box--select.is-selected {
  color: #1D1D1D;
}
.form-box--details {
  min-height: 11.07vw;
}
@media screen and (max-width: 768px) {
  .form-box--details {
    min-height: 50vw;
  }
}
.form-box::-moz-placeholder {
  color: #d9d9d9;
  opacity: 1;
}
.form-box::placeholder {
  color: #d9d9d9;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .form-box::-moz-placeholder {
    font-size: 3.48vw;
  }
  .form-box::placeholder {
    font-size: 3.48vw;
  }
}

.cta-button {
  width: 100%;
  max-width: 38.5rem;
  flex-shrink: 0;
  height: min(5.54vw, 93.07px);
  border-radius: 0.5rem;
  padding: min(1.79vw, 30.07px) min(1.19vw, 19.99px) min(1.96vw, 32.93px);
  background-color: #F7F7F7;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .cta-button {
    max-width: none;
    height: 18.84vw;
    border-radius: 0.45rem;
    padding: 7.35vw 2.43vw 7.55vw;
  }
}
.cta-button::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 4.6%;
  transform: translateY(-50%);
  width: min(0.6vw, 10.08px);
  height: min(0.83vw, 13.94px);
  background: url("../images/cta_arrow-pink.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .cta-button::after {
    width: 2.43vw;
    height: 3.37vw;
    right: 4.9%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cta-button:hover {
    transform: scale(1.03, 1.03);
  }
}
.cta-button .cta-button__text {
  color: #E73867;
  font-weight: 700;
  font-size: min(1.11vw, 18.65px);
  line-height: 1.4;
  letter-spacing: 0.13em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta-button .cta-button__text {
    font-size: 4.83vw;
  }
}
.cta-button .cta-button__text--sm {
  font-size: min(0.87vw, 14.62px);
}
@media screen and (max-width: 768px) {
  .cta-button .cta-button__text--sm {
    font-size: 3.66vw;
    letter-spacing: 0.14em;
  }
}
.cta-button--featured {
  background-color: #E73867;
  position: relative;
  padding: min(1.79vw, 30.07px) min(1.19vw, 19.99px) min(1.77vw, 29.74px);
}
@media screen and (max-width: 768px) {
  .cta-button--featured {
    padding: 7.26vw 2.43vw 6.01vw;
  }
}
.cta-button--featured::after {
  background: url("../images/cta_arrow.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .cta-button--featured::after {
    top: 53%;
    right: 6.3%;
  }
}
.cta-button--featured .cta-button__text {
  font-size: min(1.4vw, 23.52px);
  letter-spacing: 0.19em;
  color: #fff;
  padding-left: min(0.42vw, 7.06px);
}
@media screen and (max-width: 768px) {
  .cta-button--featured .cta-button__text {
    font-size: 4.83vw;
  }
}
.cta-button--featured .cta-button__copy {
  width: min(18.27vw, 306.94px);
  height: auto;
  position: absolute;
  top: min(0.3vw, 5.04px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .cta-button--featured .cta-button__copy {
    width: 66.7vw;
    top: 0.97vw;
  }
}
.cta-button--download {
  padding: min(1.13vw, 18.98px) min(0.6vw, 10.08px) min(1.43vw, 24.02px);
}
@media screen and (max-width: 768px) {
  .cta-button--download {
    padding: 3vw 2.43vw 4vw;
  }
  .cta-button--download::after {
    right: 4.1%;
  }
}
.cta-button--download .cta-button__text {
  line-height: 1.3;
}

.mv__cta-button {
  width: 20.06vw;
  padding: 1.61vw 1.19vw 1.55vw;
  height: 4.96vw;
  max-width: none;
}
.mv__cta-button::after {
  top: 2.58vw;
  right: 1.19vw;
  width: 0.6vw;
  height: 0.83vw;
}
@media screen and (max-width: 768px) {
  .mv__cta-button::after {
    top: 10.1vw;
    right: 5.3vw;
    width: 2.43vw;
    height: 3.37vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__cta-button {
    padding: 3.71vw 4.83vw 2.96vw;
    height: 18.84vw;
    width: 87.84vw;
  }
}
.mv__cta-button .cta-button__text {
  font-size: 1.23vw;
  letter-spacing: 0.13em;
  padding-right: 0.42vw;
}
@media screen and (max-width: 768px) {
  .mv__cta-button .cta-button__text {
    font-size: 4.83vw;
    letter-spacing: 0.14em;
    padding-right: 0;
  }
}
.mv__cta-button .cta-button__copy {
  width: 15.24vw;
  top: 0.24vw;
  left: 50.4%;
}
@media screen and (max-width: 768px) {
  .mv__cta-button .cta-button__copy {
    width: 66.67vw;
    top: 1.22vw;
  }
}
.mv__cta-button--overview {
  border: 1.8px solid #E73867;
  background: #fff;
}
.mv__cta-button--overview::after {
  top: 2.58vw;
  right: 0.89vw;
}
@media screen and (max-width: 768px) {
  .mv__cta-button--overview::after {
    top: 9.3vw;
    right: 4.1vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__cta-button--overview {
    border: 1.9px solid #E73867;
    padding-top: 3vw;
  }
}
.mv__cta-button--overview .cta-button__text {
  font-size: 1.23vw;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .mv__cta-button--overview .cta-button__text {
    font-size: 4.83vw;
    letter-spacing: 0.13em;
  }
}

.form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: min(25.6vw, 430.08px);
  max-width: 43rem;
  margin: min(0.64vw, 10.75px) auto min(2.14vw, 35.95px);
  right: min(0.65vw, 10.92px);
  padding: min(1.01vw, 16.97px) min(1.13vw, 18.98px) min(0.89vw, 14.95px) min(1.37vw, 23.02px);
  border: none;
  border-radius: 1rem;
  background: #E73867;
  box-shadow: 0 0.36vw 0 #AF1B42;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
@media screen and (max-width: 768px) {
  .form-submit {
    width: 100%;
    max-width: none;
    margin: 0.72vw auto 5.8vw;
    padding: 3.5vw 8.11vw 3.6vw 8.94vw;
    border-radius: 0.8rem;
    right: 0;
    box-shadow: 0 1.46vw 0 #AF1B42;
  }
}
.form-submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(0.95vw, 15.96px);
  transform: translateY(-50%);
  width: min(0.48vw, 8.06px);
  height: min(0.83vw, 13.94px);
  background: url("../images/sec14_button-arrow.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .form-submit::after {
    right: 3.86vw;
    width: 1.93vw;
    height: 3.38vw;
  }
}
.form-submit:hover {
  transform: translateY(min(0.12vw, 2.02px));
  box-shadow: 0 3px 0 #AF1B42;
}
@media screen and (max-width: 768px) {
  .form-submit:hover {
    transform: translateY(0.48vw);
  }
}
.form-submit:active {
  transform: translateY(min(0.3vw, 5.04px));
  box-shadow: 0 0 0 #AF1B42;
}
@media screen and (max-width: 768px) {
  .form-submit:active {
    transform: translateY(1.21vw);
  }
}
.form-submit--back {
  background: #fff;
  border: 0.83px solid #1D1D1D;
  box-shadow: 0 0.36vw 0 #B6B6B6;
}
@media screen and (max-width: 768px) {
  .form-submit--back {
    box-shadow: 0 1.16vw 0 #B6B6B6;
  }
}
.form-submit--back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: min(1.07vw, 18px);
  transform: translateY(-50%);
  width: min(0.48vw, 8.06px);
  height: min(0.83vw, 13.94px);
  background: url("../images/form_back-arrow.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .form-submit--back::before {
    width: 1.93vw;
    height: 3.38vw;
    left: 3.26vw;
  }
}
.form-submit--back::after {
  display: none;
}
.form-submit--back:hover {
  transform: translateY(min(0.12vw, 2.02px));
  box-shadow: 0 3px 0 #B6B6B6;
}
@media screen and (max-width: 768px) {
  .form-submit--back:hover {
    transform: translateY(0.48vw);
  }
}
.form-submit--back:active {
  transform: translateY(min(0.3vw, 5.04px));
  box-shadow: 0 0 0 #B6B6B6;
}
@media screen and (max-width: 768px) {
  .form-submit--back:active {
    transform: translateY(1.21vw);
  }
}
.form-submit--back, .form-submit--send {
  margin: 0;
  width: min(18.45vw, 310px);
  max-width: 30.8rem;
  right: min(0.65vw, 11px);
}
@media screen and (max-width: 768px) {
  .form-submit--back, .form-submit--send {
    width: 75.37vw;
    padding: 2.9vw 4.35vw 3.38vw 5vw;
    max-width: 31.2rem;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .form-submit--send {
    margin: 3.6vw 7.25vw 2.5vw 6.9vw;
    box-shadow: 0 1.16vw 0 #AF1B42;
  }
}
.form-submit .form-submit-text {
  font-size: min(1.49vw, 25.03px);
  font-weight: 700;
  letter-spacing: 0.17em;
  color: #fff;
}
.form-submit .form-submit-text--back {
  color: #1D1D1D;
}
@media screen and (max-width: 768px) {
  .form-submit .form-submit-text {
    font-size: 4.35vw;
  }
}
@media screen and (max-width: 768px) {
  .form-submit .form-submit-text--send, .form-submit .form-submit-text--back {
    font-size: 5.07vw;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.0392156863);
}
@media screen and (max-width: 768px) {
  .header {
    box-shadow: none;
  }
}
.header .header__inner {
  width: calc(100% - var(--header-scrollbar-adjustment, 15px));
  height: 100%;
  margin-inline: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: min(1.61vw, 27.05px);
  padding-right: 0;
  padding-bottom: min(0.3vw, 5px);
}
@media screen and (max-width: 768px) {
  .header .header__inner {
    width: 100%;
    max-width: none;
    margin-inline: auto;
    padding-left: 3.86vw;
    padding-right: 1.4vw;
    padding-bottom: 0.97vw;
  }
}
.header .logo {
  width: 8.7vw;
  margin: 0.88vw 0 0.55vw;
}
@media screen and (max-width: 768px) {
  .header .logo {
    max-width: none;
    width: 22.95vw;
    margin: 1.01rem 0 0.9rem;
  }
}
.header .logo:hover {
  opacity: 0.7;
}
.header .header__cta-area {
  height: 100%;
  display: flex;
  align-items: center;
  height: 3.81vw;
}
@media screen and (max-width: 768px) {
  .header .header__cta-area {
    height: 11.11vw;
  }
}
.header .header__tel-area {
  border: 1.5px solid #E73867;
  display: flex;
  align-items: center;
  gap: 0.85vw;
  padding: 0.42vw 1.49vw 0.39vw 1.67vw;
  position: relative;
  z-index: 2;
  height: 100%;
}
.header .header__tel-area:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .header .header__tel-area {
    padding: 2.75vw 2.6vw 2.9vw 2.6vw;
  }
}
.header .header__tel-icon {
  width: 1.88vw;
  height: auto;
  margin-top: 0.12vw;
}
@media screen and (max-width: 768px) {
  .header .header__tel-icon {
    width: 5.47vw;
  }
}
.header .header__tel-number-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #E73867;
  font-family: "Zen Kaku Gothic New", sans-serif;
  gap: 0.12vw;
}
@media screen and (max-width: 768px) {
  .header .header__tel-number-area {
    display: none;
  }
}
.header .header__tel-number {
  font-size: 1.61vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.header .header__tel-time {
  font-size: 0.83vw;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.4;
}
.header .header__contact {
  color: #fff;
  font-size: 1.07vw;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
  padding: 1.13vw 3.5vw 1.19vw 2.3vw;
  background-color: #E73867;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header .header__contact::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.95vw;
  transform: translateY(-50%);
  width: 0.42vw;
  height: 0.66vw;
  background: url("../images/cta_arrow.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .header .header__contact {
    font-size: clamp(12px, 3.1vw + 0.3px, 24.3px);
    padding: 3.68vw 7.5vw 3.3vw 4.3vw;
    letter-spacing: 0.05em;
  }
  .header .header__contact::after {
    width: clamp(1rem, 2.42vw, 1.7rem);
    height: clamp(1rem, 2.42vw, 1.7rem);
    right: 2.2vw;
  }
}
.header .header__contact:hover {
  opacity: 0.7;
}

.footer {
  width: 100%;
  background-color: #1D1D1D;
}
.footer .footer__inner {
  width: 100%;
  max-width: 56rem;
  margin-inline: auto;
  padding: min(3.51vw, 58.97px) min(1.19vw, 19.99px) min(3.33vw, 55.94px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner {
    padding: 8.7vw 2.42vw 6.3vw;
  }
}
.footer .footer__link-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: min(2.32vw, 38.98px);
}
@media screen and (max-width: 768px) {
  .footer .footer__link-area {
    display: grid;
    grid-template-columns: repeat(2, auto);
    row-gap: 2.17vw;
    margin-bottom: 6.04vw;
  }
}
.footer .footer__link-item {
  color: #fff;
  font-size: min(0.83vw, 13.94px);
  line-height: 1.7;
  letter-spacing: 0.06em;
  padding: 0 min(1.31vw, 22.01px);
}
@media screen and (max-width: 768px) {
  .footer .footer__link-item {
    font-size: 3.14vw;
    line-height: 1.4;
    padding: 0 1.5vw;
  }
}
.footer .footer__link-item:first-child {
  border-right: 1px solid #fff;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .footer .footer__link-item:first-child {
    border-right: none;
    padding-left: 1.5vw;
  }
}
.footer .footer__link-item:nth-child(2) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footer .footer__link-item:nth-child(2) {
    border-right: none;
  }
}
.footer .footer__link-item:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .footer .footer__link-item:last-child {
    padding-left: 0;
    grid-column: 1/3;
    justify-self: center;
  }
}
.footer .footer__link-item a:hover {
  opacity: 0.8;
}
.footer .footer__logo {
  display: block;
  width: min(9.85vw, 165.48px);
  margin-bottom: min(1.88vw, 31.58px);
}
.footer .footer__logo:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .footer .footer__logo {
    margin-top: 3.62vw;
    margin-bottom: 7.49vw;
    width: 31.99vw;
  }
}
.footer .copyright {
  font-size: min(0.65vw, 10.92px);
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 2.66vw;
  }
}

.mv {
  width: 100%;
}
.mv .mv__inner {
  margin-top: 3.81vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv .mv__inner {
    margin-top: 11.11vw;
    padding-top: 2.42vw;
  }
}
.mv .mv__bk {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.mv .mv__bk img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}
@media screen and (max-width: 768px) {
  .mv .mv__bk {
    max-height: none;
  }
}
.mv .mv__content-frame {
  position: relative;
}
.mv .mv__text-treat {
  position: absolute;
  top: 0.63vw;
  left: 1.95vw;
}
@media screen and (max-width: 768px) {
  .mv .mv__text-treat {
    display: none;
  }
}
.mv .mv__text-treat-img {
  width: 2.56vw;
}
.mv .mv__contents {
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 2.64vw 0 3.11vw;
  margin-left: 12.04vw;
}
@media screen and (max-width: 768px) {
  .mv .mv__contents {
    padding: 2.9vw 3.62vw 1.3vw;
    margin-left: 0;
  }
}
.mv .mv__achievements {
  width: 26.67vw;
  margin-left: 2.04vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv .mv__achievements {
    width: 76.44vw;
    max-width: none;
    margin-left: 8.26vw;
  }
}
.mv .mv__pioneer {
  width: 26.13vw;
  margin-top: -0.83vw;
  margin-left: 2vw;
  padding-left: 1.96vw;
  padding-right: 1.01vw;
  padding-bottom: 0.12vw;
  position: relative;
  z-index: 1;
  background-color: #1D1D1D;
  color: #fff;
  font-size: 1.63vw;
  -webkit-text-stroke: 1.04px #fff;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .mv .mv__pioneer {
    width: 74.89vw;
    max-width: none;
    margin-top: -2.6vw;
    margin-left: 9.6vw;
    padding-left: 5.63vw;
    padding-right: 3.1vw;
    font-size: 4.67vw;
    -webkit-text-stroke: 0.74px #fff;
  }
}
.mv .mv__pioneer span {
  font-size: 1.34vw;
  -webkit-text-stroke: 0;
  font-weight: 700;
  padding-left: 0.13vw;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .mv .mv__pioneer span {
    font-size: 3.84vw;
  }
}
.mv .mv__title {
  width: 43.05vw;
  margin: 1.6vw 0 0.4vw;
}
@media screen and (max-width: 768px) {
  .mv .mv__title {
    width: 90.78vw;
    max-width: none;
    margin: 0 0 0 0.72vw;
  }
}
.mv .mv__service {
  width: 41.04vw;
  margin-left: 1.73vw;
}
@media screen and (max-width: 768px) {
  .mv .mv__service {
    width: 64.01vw;
    max-width: none;
    margin-left: 1.21vw;
    margin-top: 1.93vw;
  }
}
.mv .mv__contents-text {
  font-size: 0.95vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.15em;
  margin: 0.71vw 0 2.68vw 2.18vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .mv .mv__contents-text {
    font-size: 3.14vw;
    letter-spacing: 0.04em;
    margin: 2.42vw 0 45.6vw 1.21vw;
    width: 60.6vw;
  }
}
.mv .mv__button-area {
  width: 40.91vw;
  margin-left: 1.89vw;
  display: flex;
  align-items: center;
  gap: 0.75vw;
}
@media screen and (max-width: 768px) {
  .mv .mv__button-area {
    width: 87.84vw;
    max-width: none;
    margin: 0 auto;
    flex-direction: column;
    gap: 2.2vw;
  }
}
.mv .mv__person {
  width: 60.95vw;
  position: absolute;
  bottom: -20vw;
  right: -1.5vw;
  z-index: 2;
}
.mv .mv__float {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  inset: 0;
}
@media screen and (max-width: 768px) {
  .mv .mv__float {
    display: none;
  }
}
.mv .mv__float-item {
  position: absolute;
  opacity: 0;
  transform: scale(0.6);
  animation-name: floatPopIn;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.mv .mv__float-item--fashion {
  width: 15vw;
  top: 7.5vw;
  right: 32.5vw;
  animation-delay: 0.5s;
}
.mv .mv__float-item--food {
  width: 16.79vw;
  top: 1.13vw;
  right: 6.37vw;
  animation-delay: 1s;
}
.mv .mv__float-item--appliances {
  width: 15.65vw;
  top: 13.63vw;
  right: 2.8vw;
  animation-delay: 1.5s;
}
@keyframes floatPopIn {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.mv .mv__certification {
  width: 20.95vw;
  position: absolute;
  bottom: 0.27vw;
  right: 0;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .mv .mv__certification {
    max-width: none;
    right: auto;
    bottom: auto;
    top: 128.1vw;
    left: 4vw;
    width: 92.16vw;
  }
}
.mv .mv__slider {
  width: 100%;
  overflow: visible;
  margin-top: 4.8vw;
}
.mv .mv__slider-swiper-wrapper {
  align-items: center;
}
.mv .mv__swiper-slide {
  width: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv .mv__slider-item-wrap {
  position: relative;
  display: inline-block;
  transform: scale(0.731);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.mv .mv__slider-item {
  width: 62.7vw;
}
.mv .mv__slider-item-sm {
  position: absolute;
  top: -4vw;
  right: -8vw;
  z-index: 2;
}
.mv .mv__slider-item-sm--food {
  width: 29.23vw;
}
.mv .mv__slider-item-sm--appliances {
  width: 15.47vw;
  top: -5vw;
  right: 0.8vw;
}
.mv .mv__slider-item-sm--fashion {
  width: 17.83vw;
  top: 0;
  right: -1vw;
}
.mv .swiper-slide-active .mv__slider-item-wrap {
  transform: scale(1);
}
.mv .mv__logo-area {
  margin: 0.74vw 0;
}
@media screen and (max-width: 768px) {
  .mv .mv__logo-area {
    margin: 4.66vw 0;
  }
}
.mv .mv-logo-slider {
  width: 100%;
  overflow: hidden;
  transform: translateZ(0);
}
.mv .mv-logo-slider__track {
  height: min(5.1554vw, 86.61px);
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .mv .mv-logo-slider__track {
    height: 15.942vw;
    display: none;
  }
}
.mv .mv-logo-slider__track--sp-top {
  display: none;
}
@media screen and (max-width: 768px) {
  .mv .mv-logo-slider__track--sp-top {
    display: flex;
  }
}
.mv .mv-logo-slider__track--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .mv .mv-logo-slider__track--sp {
    display: flex;
    margin-top: 2.9vw;
  }
}
.mv .mv-logo-slider__group {
  display: flex;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
}
.mv .mv-logo-slider__img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.mv .mv-logo-slider__img--1 {
  width: min(6.6756vw, 112.15px);
  margin-left: min(2.9798vw, 50.06px);
}
.mv .mv-logo-slider__img--2 {
  width: min(7.8476vw, 131.84px);
  margin-left: min(2.25vw, 37.8px);
}
.mv .mv-logo-slider__img--3 {
  width: min(6.6679vw, 112.02px);
  margin-left: min(2.25vw, 37.8px);
}
.mv .mv-logo-slider__img--4 {
  width: min(7.7458vw, 130.13px);
  margin-left: min(2.25vw, 37.8px);
}
.mv .mv-logo-slider__img--5 {
  width: min(11.5482vw, 194.01px);
  margin-left: min(2.8125vw, 47.25px);
}
.mv .mv-logo-slider__img--6 {
  width: min(8.919vw, 149.84px);
  margin-left: min(2.8125vw, 47.25px);
}
.mv .mv-logo-slider__img--7 {
  width: min(10.8685vw, 182.59px);
  margin-left: min(2.8125vw, 47.25px);
}
.mv .mv-logo-slider__img--8 {
  width: min(9vw, 151.2px);
  margin-left: min(2.25vw, 37.8px);
}
.mv .mv-logo-slider__img--9 {
  width: min(5.1554vw, 86.61px);
  margin-left: min(2.25vw, 37.8px);
}
.mv .mv-logo-slider__img--10 {
  width: min(8.5857vw, 144.24px);
  margin-left: min(3.4286vw, 57.6px);
}
@media screen and (max-width: 768px) {
  .mv .mv-logo-slider__img--1 {
    width: 18.8406vw;
    margin-left: 9.2144vw;
  }
  .mv .mv-logo-slider__img--2 {
    width: 23.1884vw;
    margin-left: 9.9034vw;
  }
  .mv .mv-logo-slider__img--3 {
    width: 20.6192vw;
    margin-left: 6.958vw;
  }
  .mv .mv-logo-slider__img--4 {
    width: 23.9526vw;
    margin-left: 6.958vw;
  }
  .mv .mv-logo-slider__img--5 {
    width: 35.7108vw;
    margin-left: 8.6972vw;
  }
  .mv .mv-logo-slider__img--6 {
    width: 27.5806vw;
    margin-left: 8.6972vw;
  }
  .mv .mv-logo-slider__img--7 {
    width: 33.6088vw;
    margin-left: 8.6972vw;
  }
  .mv .mv-logo-slider__img--8 {
    width: 27.8309vw;
    margin-left: 6.958vw;
  }
  .mv .mv-logo-slider__img--9 {
    width: 15.942vw;
    margin-left: 6.958vw;
  }
  .mv .mv-logo-slider__img--10 {
    width: 26.5498vw;
    margin-left: 10.6023vw;
  }
}
.mv .mv-logo-slider__track--sp .mv-logo-slider__img--6 {
  margin-left: min(2.9798vw, 50.06px);
}
@media screen and (max-width: 768px) {
  .mv .mv-logo-slider__track--sp .mv-logo-slider__img--6 {
    margin-left: 9.2144vw;
  }
}

.sec1 {
  width: 100%;
}
.sec1 .sec1__inner {
  max-width: 130.5rem;
  padding: min(5.2vw, 87.36px) min(1.19vw, 19.99px) min(4.23vw, 71.06px) min(1.13vw, 18.98px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec1 .sec1__inner {
    max-width: none;
    padding: 4.59vw 2.9vw 12.9vw 3.14vw;
  }
}
.sec1 .sec1__title-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec1 .sec1__sub-title {
  font-size: min(2.77vw, 46.54px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.25em;
  margin-left: min(0.65vw, 10.92px);
  position: relative;
}
.sec1 .sec1__sub-title::after {
  content: "";
  position: absolute;
  bottom: min(0.27vw, 4.54px);
  right: min(0.65vw, 10.92px);
  width: min(9.82vw, 164.98px);
  height: min(0.14vw, 2.35px);
  background: #1D1D1D;
}
@media screen and (max-width: 768px) {
  .sec1 .sec1__sub-title {
    font-size: 8.09vw;
    margin-left: 2vw;
  }
  .sec1 .sec1__sub-title::after {
    width: 28.74vw;
    right: 2.42vw;
    bottom: 1.1vw;
  }
}
.sec1 .sec1__bk-title {
  font-size: min(8.74vw, 146.83px);
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec1 .sec1__bk-title {
    font-size: 16.89vw;
    top: 2.7vw;
  }
}
.sec1 .sec1__title {
  font-size: min(2.32vw, 38.98px);
  font-weight: 700;
  margin-top: min(0.54vw, 9.07px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sec1 .sec1__title {
    font-size: 5.12vw;
    margin-top: 0.72vw;
  }
}
.sec1 .sec1__text {
  font-size: min(1.07vw, 17.98px);
  font-weight: 300;
  -webkit-text-stroke: 0.4px currentColor;
  line-height: 1.9;
  letter-spacing: 0.1em;
  text-align: center;
  margin: min(0.71vw, 11.93px) auto min(1.2vw, 20.16px);
}
@media screen and (max-width: 768px) {
  .sec1 .sec1__text {
    font-size: 3.38vw;
    letter-spacing: 0.08em;
    margin: 2.42vw auto 8.21vw;
    padding: 0 2.42vw;
    -webkit-text-stroke: 0.32px currentColor;
  }
}
.sec1 .sec1__achievement {
  width: min(75.2vw, 1263.36px);
  max-width: 126.5rem;
  background: url("../images/sec1_no1-bk.webp") center/100% 100% no-repeat;
  padding: min(2.32vw, 38.98px) min(1.79vw, 30.07px) min(1.55vw, 26.04px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(3.04vw, 51.07px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec1 .sec1__achievement {
    width: 100%;
    max-width: none;
    background-image: url("../images/sec1_no1-bk-sp.webp");
    gap: 9.32vw;
    padding: 6.62vw 3.48vw 4.93vw 6.52vw;
  }
}
.sec1 .sec1__achievement-text {
  width: min(62.49vw, 1049.83px);
  max-width: 104.98rem;
}
@media screen and (max-width: 768px) {
  .sec1 .sec1__achievement-text {
    width: 100%;
    max-width: none;
  }
}
.sec1 .sec1__achievement-item {
  width: min(64.16vw, 1077.89px);
  max-width: 107.79rem;
}
.sec1 .sec1__achievement-reflection {
  width: min(69.7vw, 1170.96px);
  max-width: 117.1rem;
  position: absolute;
  bottom: 0;
}
.sec1 .sec1__achievement-animation {
  transform: scale(0.6);
  opacity: 0;
}
.sec1 .sec1__achievement-animation.is-animated {
  animation-name: zoomInAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  .sec1 .sec1__achievement-sp-item {
    width: 71.16vw;
    margin-right: 3.86vw;
  }
  .sec1 .sec1__achievement-item-img-sp {
    opacity: 0;
    transform: scale(0.6);
  }
  .sec1 .sec1__achievement-item-img-sp--sp2 {
    margin-top: -1.21vw;
    margin-bottom: 4.42vw;
  }
  .sec1 .sec1__achievement-item-img-sp.is-animated {
    animation-name: zoomInAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
  }
}
@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.sec1 .sec1__bottom {
  margin-top: min(1.96vw, 32.93px);
  display: flex;
  flex-direction: column;
  gap: min(1.31vw, 22.01px);
}
@media screen and (max-width: 768px) {
  .sec1 .sec1__bottom {
    flex-direction: column;
    gap: 7.29vw;
    margin-top: 1.2vw;
  }
}
.sec1 .sec1__bottom-amazon {
  width: min(61.9vw, 1039.92px);
  max-width: 104rem;
  margin-inline: auto;
  padding-left: min(6.79vw, 114.07px);
  display: grid;
  grid-template-columns: fit-content(100%) 1fr;
  gap: min(1.06vw, 17.81px) min(1.61vw, 27.05px);
  grid-template-areas: "img1 text1" "img2 text2";
}
@media screen and (max-width: 768px) {
  .sec1 .sec1__bottom-amazon {
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
    transform: translateX(0);
    display: inline-grid;
    grid-template-columns: minmax(0, 60%) minmax(0, 40%);
    gap: 2.6vw 4.03vw;
    grid-template-areas: "img1 img1" "text1 text1" "img2 img2" "text2 text2";
    padding: 0 2.9vw;
  }
}
.sec1 .sec1__amazon-spn {
  grid-area: img1;
  width: min(14.89vw, 250.15px);
  max-width: 25.02rem;
  margin-top: min(0.77vw, 12.94px);
}
@media screen and (max-width: 768px) {
  .sec1 .sec1__amazon-spn {
    width: 48.31vw;
    max-width: none;
    justify-self: center;
    align-self: center;
    margin-top: 7.25vw;
    transform: translateX(0.48vw);
  }
}
.sec1 .sec1__amazon-ads {
  grid-area: img2;
  width: min(8vw, 134.4px);
  max-width: 13.44rem;
  justify-self: end;
  transform: translate(min(0.18vw, 3.02px), max(-0.65vw, -10.92px));
}
@media screen and (max-width: 768px) {
  .sec1 .sec1__amazon-ads {
    width: 34.54vw;
    max-width: none;
    justify-self: center;
    align-self: center;
    transform: translate(-3vw, 0.5vw);
    margin-top: 1.2vw;
  }
}
.sec1 .sec1__bottom-summary-spn {
  grid-area: text1;
}
.sec1 .sec1__bottom-summary-ads {
  grid-area: text2;
}
@media screen and (max-width: 768px) {
  .sec1 .sec1__bottom-summary-ads {
    margin-top: -3.6vw;
  }
}
.sec1 .sec1__summary-title {
  font-size: min(1.07vw, 17.98px);
  font-weight: 700;
  -webkit-text-stroke: 0.4px currentColor;
  line-height: 1.9;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: min(1.07vw, 17.98px);
}
.sec1 .sec1__summary-title::before {
  content: "";
  position: absolute;
  top: 43%;
  left: 0;
  width: min(0.52vw, 8.74px);
  height: min(0.52vw, 8.74px);
  border-radius: 50%;
  background: #A3A3A3;
}
@media screen and (max-width: 768px) {
  .sec1 .sec1__summary-title::before {
    width: 2.1vw;
    height: 2.1vw;
    top: 35%;
  }
}
.sec1 .sec1__summary-title--spn::before {
  background: #F49800;
}
.sec1 .sec1__summary-title--ads {
  letter-spacing: 0.095em;
}
.sec1 .sec1__summary-title--ads::before {
  background: #009596;
}
.sec1 .sec1__summary-title--jetro, .sec1 .sec1__summary-title--ec {
  padding-left: min(0.89vw, 14.95px);
}
.sec1 .sec1__summary-title--jetro::before {
  background: #226CC0;
}
.sec1 .sec1__summary-title--ec::before {
  background: #D24703;
}
@media screen and (max-width: 768px) {
  .sec1 .sec1__summary-title {
    padding-left: 3.86vw;
    line-height: 1.5;
    font-size: 4.35vw;
  }
  .sec1 .sec1__summary-title--ads {
    transform: translateY(0.72vw);
  }
  .sec1 .sec1__summary-title--jetro {
    transform: translateX(-0.48vw);
  }
}
.sec1 .sec1__summary-list {
  font-size: min(0.89vw, 14.95px);
  font-weight: 300;
  -webkit-text-stroke: 0.4px currentColor;
  padding-left: min(0.6vw, 10.08px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sec1 .sec1__summary-list {
    font-size: 3.38vw;
    padding-left: 0;
    line-height: 1.43;
    letter-spacing: 0.05em;
  }
  .sec1 .sec1__summary-list--ec {
    transform: translateY(1vw);
  }
}
.sec1 .sec1__summary-item:nth-child(2), .sec1 .sec1__summary-item:last-child {
  padding-left: min(0.42vw, 7.06px);
}
@media screen and (max-width: 768px) {
  .sec1 .sec1__summary-item:nth-child(2), .sec1 .sec1__summary-item:last-child {
    padding-left: 1.7vw;
  }
}
.sec1 .sec1__bottom-partner {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: min(4.05vw, 68.04px);
  padding-left: min(1.19vw, 19.99px);
}
@media screen and (max-width: 768px) {
  .sec1 .sec1__bottom-partner {
    width: auto;
    flex-direction: column;
    gap: 7.29vw;
    padding: 0 2.9vw;
  }
}
.sec1 .sec1__bottom-summary-jetro {
  position: relative;
}
.sec1 .sec1__bottom-summary-jetro::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -7%;
  width: 1px;
  height: min(4.29vw, 72.07px);
  background: #A3A3A3;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .sec1 .sec1__bottom-summary-jetro::after {
    display: none;
  }
}

.sec2 {
  width: 100%;
  background: url("../images/sec2_bk-1x.webp") center/100% 100% no-repeat;
}
@media screen and (max-width: 768px) {
  .sec2 {
    background-image: url("../images/sec2_bk-sp.webp");
  }
}
.sec2 .sec2__inner {
  width: min(91.45vw, 1536.36px);
  max-width: 153.63rem;
  padding: min(8.81vw, 148.01px) min(1.19vw, 19.99px) min(7.1vw, 119.28px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__inner {
    width: 100%;
    max-width: none;
    padding: 11.35vw 3.14vw 17.15vw 4.09vw;
  }
}
.sec2 .sec2__bk-title {
  font-size: min(8.74vw, 146.83px);
  letter-spacing: 0.2em;
  line-height: 1.5;
  top: max(-2.32vw, -38.98px);
  left: 52.3%;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__bk-title {
    font-size: 18.33vw;
    letter-spacing: 0.1em;
    top: -5%;
    left: 50.3%;
  }
}
.sec2 .sec2__title {
  font-size: min(2.67vw, 44.86px);
  font-weight: 700;
  position: relative;
  transform: translateX(max(-0.77vw, -12.94px));
  line-height: 1.72;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__title {
    font-size: 7.05vw;
    line-height: 1.5;
    transform: translate(0);
  }
}
.sec2 .sec2__title--accent {
  color: #fff;
  padding: 0 min(0.6vw, 10.08px) min(0.12vw, 2.02px);
  background: #1D1D1D;
  margin: 0 min(0.42vw, 7.06px) 0 min(0.65vw, 10.92px);
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__title--accent {
    padding: 0 1.21vw 0 1.45vw;
    margin-left: 0;
    display: inline-block;
    transform: translateX(-0.72vw);
  }
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__title--bottom {
    display: inline-block;
    transform: translate(0.72vw, 0.48vw);
  }
}
.sec2 .sec2__title::before {
  content: "";
  position: absolute;
  top: -11%;
  left: -21%;
  background: url("../images/sec2_head-treat.svg") center/cover no-repeat;
  width: min(5.83vw, 97.94px);
  height: min(4.12vw, 69.22px);
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__title::before {
    width: 14.25vw;
    height: 9.9vw;
    top: -2.8%;
    left: 88.3%;
  }
}
.sec2 .sec2__list {
  width: min(89.07vw, 1496.38px);
  max-width: 149.63rem;
  padding: min(2.4vw, 40.32px) min(4.24vw, 71.23px) min(2.55vw, 42.84px) min(4.23vw, 71.06px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: min(2.6vw, 43.68px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__list {
    width: 83.09vw;
    grid-template-columns: 1fr;
    gap: 4.83vw;
    padding: 8.65vw 0 6.46vw;
  }
}
.sec2 .sec2__list::before {
  content: "";
  position: absolute;
  top: max(-0.89vw, -14.95px);
  left: 0;
  background: url("../images/sec2_bk-treat-left.svg") center/cover no-repeat;
  width: min(5.73vw, 96.26px);
  height: min(8.48vw, 142.46px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__list::before {
    width: 15.82vw;
    height: 23.41vw;
    top: -1.2vw;
    left: -12.2vw;
  }
}
.sec2 .sec2__list::after {
  content: "";
  position: absolute;
  bottom: max(-1.37vw, -23.02px);
  right: 0;
  background: url("../images/sec2_bk-treat-right.svg") center/cover no-repeat;
  width: min(5.73vw, 96.26px);
  height: min(8.48vw, 142.46px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__list::after {
    width: 15.82vw;
    height: 23.41vw;
    bottom: -4.16vw;
    right: -10.75vw;
  }
}
.sec2 .sec2__item {
  background: #fff;
  border-radius: 1rem;
  padding: min(2.21vw, 37.13px) min(2.44vw, 40.99px) min(2.55vw, 42.84px) min(2.8vw, 47.04px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__item {
    padding: 5.8vw 5.31vw 6.76vw 7.25vw;
    transform: translateX(-0.48vw);
  }
}
.sec2 .sec2__item:first-child {
  padding-right: min(2.62vw, 44.02px);
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__item:first-child {
    padding-right: 5.06vw;
  }
}
.sec2 .sec2__item:nth-child(2) {
  padding-right: min(3.63vw, 60.98px);
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__item:nth-child(2) {
    padding-right: 8.69vw;
    padding-bottom: 7.25vw;
  }
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__item:last-child {
    margin-top: -0.48vw;
  }
}
.sec2 .sec2__item-img {
  width: min(6.43vw, 108.02px);
  max-width: 10.8rem;
  position: absolute;
  top: max(-0.9vw, -15.12px);
  right: max(-0.6vw, -10.08px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__item-img {
    width: 21.35vw;
    max-width: none;
    top: -2.6vw;
    right: -3.8vw;
  }
}
.sec2 .sec2__item-title {
  font-size: min(1.48vw, 24.86px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: min(1.6vw, 26.88px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__item-title {
    font-size: 5.31vw;
    margin-bottom: 4.57vw;
    line-height: 1.5;
  }
}
.sec2 .sec2__detail-list {
  display: flex;
  flex-direction: column;
  gap: min(0.95vw, 15.96px);
  margin-left: min(0.3vw, 5.04px);
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__detail-list {
    gap: 2.37vw;
    margin-left: 1.2vw;
  }
  .sec2 .sec2__detail-list--2 {
    gap: 2.8vw;
  }
}
.sec2 .sec2__detail-item {
  display: flex;
  gap: min(1.01vw, 16.97px);
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__detail-item {
    gap: 3.38vw;
    line-height: 1.55;
  }
}
.sec2 .sec2__detail-item:last-child {
  margin-top: min(0.1vw, 1.68px);
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__detail-item:last-child {
    margin-top: 0;
  }
}
.sec2 .sec2__detail-item:first-child .sec2__detail-icon {
  padding-top: min(0.42vw, 7.06px);
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__detail-item:first-child .sec2__detail-icon {
    padding-top: 1.69vw;
  }
}
.sec2 .sec2__detail-icon {
  width: min(1.55vw, 26.04px);
  max-width: 2.6rem;
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__detail-icon {
    width: 5.14vw;
    max-width: none;
  }
}
.sec2 .sec2__detail-text {
  font-size: min(1.01vw, 16.97px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__detail-text {
    font-size: 3.62vw;
  }
  .sec2 .sec2__detail-text--sm {
    letter-spacing: 0;
    line-height: 1.45;
  }
}
.sec2 .sec2__bottom-bg {
  font-size: min(3.54vw, 59.47px);
  font-weight: 900;
  letter-spacing: 0.45em;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__bottom-bg {
    font-size: 9.2vw;
  }
}
.sec2 .sec2__bottom-bg::before, .sec2 .sec2__bottom-bg::after {
  content: "";
  max-width: 31.52rem;
  width: min(18.76vw, 315.17px);
  height: min(0.1vw, 1.68px);
  background: #1D1D1D;
  margin-top: min(0.3vw, 5.04px);
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__bottom-bg::before, .sec2 .sec2__bottom-bg::after {
    width: 30.68vw;
    max-width: none;
    height: 1.33px;
    margin-top: 0.3vw;
  }
}
.sec2 .sec2__bottom-bg::before {
  margin-right: min(2.79vw, 46.87px);
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__bottom-bg::before {
    margin-right: 3.86vw;
  }
}
.sec2 .sec2__bottom-bg::after {
  margin-left: min(1.19vw, 19.99px);
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__bottom-bg::after {
    margin-left: 0;
  }
}
.sec2 .sec2__bottom-text {
  font-size: min(1.31vw, 22.01px);
  font-weight: 700;
  text-align: center;
  margin-top: min(0.42vw, 7.06px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__bottom-text {
    font-size: 3.86vw;
    line-height: 1.7;
    letter-spacing: 0.08em;
    margin-top: 1.21vw;
    margin-left: 1.45vw;
  }
}
.sec2 .sec2__bottom-text--accent {
  color: #E73867;
}
.sec2 .sec2__bottom-text:last-child {
  margin-top: min(0.7vw, 11.76px);
}
@media screen and (max-width: 768px) {
  .sec2 .sec2__bottom-text:last-child {
    margin-top: 0;
  }
}

.sec3 {
  width: 100%;
}
.sec3 .sec3__inner {
  width: min(88.1vw, 1480.08px);
  max-width: 148rem;
  padding: min(3.94vw, 66.19px) min(1.25vw, 21px) min(3.33vw, 55.94px) min(1.19vw, 19.99px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__inner {
    width: 93vw;
    max-width: none;
    padding: 7vw 0 19.32vw;
  }
}
.sec3 .sec3__text-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(0.6vw, 10.08px);
  margin-bottom: min(5.42vw, 91.06px);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__text-area {
    margin-bottom: 16.6vw;
  }
}
.sec3 .sec3__sub-title {
  color: #fff;
  font-size: min(1.39vw, 23.35px);
  font-weight: 700;
  letter-spacing: 0.13em;
  text-align: center;
  padding: min(0.42vw, 7.06px) min(2.74vw, 46.03px) min(0.48vw, 8.06px) min(2.86vw, 48.05px);
  background: #1D1D1D;
  border-radius: 6rem;
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__sub-title {
    font-size: 4.08vw;
    padding: 1.04vw 7.73vw 1.62vw 8.45vw;
    border-radius: 4.32rem;
  }
}
.sec3 .sec3__title {
  font-size: min(1.99vw, 33.43px);
  font-weight: 700;
  letter-spacing: 0.13em;
  text-align: center;
  margin: min(0.06vw, 1.01px) 0 min(0.95vw, 15.96px) min(0.3vw, 5.04px);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__title {
    font-size: 5.68vw;
    margin: 2.1vw 0 0 0.72vw;
  }
}
.sec3 .sec3__text {
  font-size: min(1.31vw, 22.01px);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin-left: min(0.12vw, 2.02px);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__text {
    font-size: 3.53vw;
    line-height: 1.7;
    margin-top: 1.42vw;
    margin-left: 0.48vw;
  }
}
.sec3 .sec3__text--accent {
  color: #E73867;
}
.sec3 .sec3__contents-area {
  width: min(85.65vw, 1438.92px);
  max-width: 143.9rem;
  background: url("../images/sec3_contents-bk-1x.webp") center/cover no-repeat;
  position: relative;
  padding-top: min(1.4vw, 23.52px);
  padding-right: min(6.19vw, 103.99px);
  padding-bottom: min(6.25vw, 105px);
  padding-left: min(6.19vw, 103.99px);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-area {
    width: 100%;
    background-image: url("../images/sec3_contents-bk-sp.webp");
    padding: 4.5vw 4.35vw 14.49vw;
  }
}
.sec3 .sec3__contents-inner {
  width: min(73.21vw, 1229.93px);
  max-width: 123rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-inner {
    max-width: none;
    width: 100%;
  }
}
.sec3 .sec3__contents-sub-title {
  font-size: min(2.43vw, 40.82px);
  font-weight: 700;
  letter-spacing: 0.29em;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: max(-0.12vw, -2.02px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-sub-title {
    font-size: 6.71vw;
    top: -0.48vw;
    left: 51%;
  }
}
.sec3 .sec3__contents-sub-title::before, .sec3 .sec3__contents-sub-title::after {
  content: "";
  width: min(2.01vw, 33.77px);
  height: min(0.17vw, 2.86px);
  background: #1D1D1D;
  flex-shrink: 0;
  position: relative;
  top: min(0.3vw, 5.04px);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-sub-title::before, .sec3 .sec3__contents-sub-title::after {
    width: 5.53vw;
    height: 0.47vw;
    top: 1.21vw;
  }
}
.sec3 .sec3__contents-sub-title::before {
  transform: rotate(70.02deg);
  margin-right: min(0.65vw, 10.92px);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-sub-title::before {
    left: 0.97vw;
    margin-right: 2.66vw;
  }
}
.sec3 .sec3__contents-sub-title::after {
  transform: rotate(-70.02deg);
  margin-left: max(-0.12vw, -2.02px);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-sub-title::after {
    margin-left: -0.48vw;
  }
}
.sec3 .sec3__contents-title {
  max-width: 105.07rem;
  width: min(62.54vw, 1050.67px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-title {
    width: 84.64vw;
    max-width: none;
    padding: 0 1.5vw;
  }
}
.sec3 .sec3__contents-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(2.68vw, 45.02px) min(0.36vw, 6.05px);
  margin: min(3.76vw, 63.17px) auto 0;
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-list {
    width: 84.3vw;
    grid-template-columns: 1fr;
    row-gap: 5.88vw;
    margin: 6.2vw auto 0;
  }
}
.sec3 .sec3__contents-item {
  width: min(34.7vw, 582.96px);
  max-width: 58.3rem;
  padding: min(1.46vw, 24.53px) min(2.38vw, 39.98px) min(1.07vw, 17.98px) min(2.26vw, 37.97px);
  position: relative;
  background: #fff;
  border-radius: 0.95rem;
  flex-shrink: 0;
}
.sec3 .sec3__contents-item::before {
  content: "";
  position: absolute;
  top: min(1.04vw, 17.47px);
  left: min(1.32vw, 22.18px);
  background: url("../images/sec3_item-treat-left.svg") center/cover no-repeat;
  width: min(2.57vw, 43.18px);
  height: min(2.52vw, 42.34px);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-item::before {
    top: 4.35vw;
    left: 4.64vw;
    width: 10.43vw;
    height: 10.24vw;
  }
}
.sec3 .sec3__contents-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../images/sec3_item-treat-right.svg") center/cover no-repeat;
  width: min(18.99vw, 319.03px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-item::after {
    background-image: url("../images/sec3_item-treat-right-sp.svg");
    width: 84.3vw;
    height: 67.63vw;
  }
}
.sec3 .sec3__contents-item--2, .sec3 .sec3__contents-item--4 {
  width: min(36.49vw, 613.03px);
  max-width: 61.3rem;
  padding-right: min(3.57vw, 59.98px);
  padding-left: min(2.2vw, 36.96px);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-item--2, .sec3 .sec3__contents-item--4 {
    padding-right: 4.83vw;
    padding-left: 4.83vw;
  }
}
.sec3 .sec3__contents-item--3, .sec3 .sec3__contents-item--4 {
  padding-bottom: min(2.14vw, 35.95px);
}
.sec3 .sec3__contents-item--3::after, .sec3 .sec3__contents-item--4::after {
  background-image: url("../images/sec3_item-treat-right-bg.svg");
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-item--3::after, .sec3 .sec3__contents-item--4::after {
    background-image: url("../images/sec3_item-treat-right-sp.svg");
  }
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-item {
    width: 100%;
    max-width: none;
    min-height: 114.98vw;
    padding: 6.28vw 7.25vw 6.04vw 4.83vw;
  }
}
.sec3 .sec3__contents-item-title {
  font-size: min(1.89vw, 31.75px);
  font-weight: 900;
  letter-spacing: 0.19em;
  margin-bottom: min(0.95vw, 15.96px);
  position: relative;
  z-index: 1;
}
.sec3 .sec3__contents-item-title--2 {
  margin-bottom: min(1.25vw, 21px);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-item-title--2 {
    margin-bottom: 5.07vw;
  }
}
.sec3 .sec3__contents-item-title--3, .sec3 .sec3__contents-item-title--4 {
  margin-bottom: min(0.95vw, 15.96px);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-item-title--3, .sec3 .sec3__contents-item-title--4 {
    margin-bottom: 3.86vw;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-item-title {
    font-size: 7.66vw;
    margin-left: 3.67vw;
    margin-bottom: 1.93vw;
  }
}
.sec3 .sec3__contents-item-text {
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(1.08vw, 18.14px);
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
  padding-bottom: min(0.12vw, 2.02px);
}
.sec3 .sec3__contents-item-text:after {
  content: "";
  width: min(20.42vw, 343.06px);
  height: min(0.06vw, 1.01px);
  background: #000;
  position: absolute;
  bottom: 0;
  left: -0.3rem;
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-item-text:after {
    width: 82.85vw;
    height: 0.23vw;
  }
}
.sec3 .sec3__contents-item-text--2:after {
  width: min(17.98vw, 302.06px);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-item-text--2:after {
    width: 72.95vw;
  }
}
.sec3 .sec3__contents-item-text--3::after {
  bottom: 0.1rem;
  width: min(19.11vw, 321.05px);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-item-text--3::after {
    width: 77.54vw;
  }
}
.sec3 .sec3__contents-item-text--4 {
  letter-spacing: 0.07em;
}
.sec3 .sec3__contents-item-text--4::after {
  bottom: 0.1rem;
  width: min(20.95vw, 351.96px);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-item-text--4::after {
    width: 85.02vw;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-item-text {
    margin-left: 3.67vw;
    line-height: 1.9;
    text-decoration: underline;
    text-decoration-color: #000;
    text-decoration-thickness: 0.23vw;
    text-underline-offset: 1.69vw;
    font-size: 4.35vw;
    padding-bottom: 0;
  }
  .sec3 .sec3__contents-item-text::after {
    display: none;
  }
}
.sec3 .sec3__contents-item-bottom {
  margin-top: min(1.37vw, 23.02px);
  position: relative;
  z-index: 1;
  display: flex;
}
.sec3 .sec3__contents-item-bottom--2 {
  margin-top: min(1.07vw, 17.98px);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-item-bottom--2 {
    margin-top: 4.35vw;
  }
}
.sec3 .sec3__contents-item-bottom--3, .sec3 .sec3__contents-item-bottom--4 {
  margin-top: min(1.01vw, 16.97px);
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-item-bottom--3, .sec3 .sec3__contents-item-bottom--4 {
    margin-top: 4.11vw;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-item-bottom {
    flex-direction: column;
    margin-top: 3vw;
    align-items: flex-start;
    gap: 13.04vw;
  }
}
.sec3 .sec3__contents-detail-list {
  display: flex;
  flex-direction: column;
  gap: min(0.44vw, 7.39px);
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-detail-list {
    gap: 0;
    margin-left: 3.67vw;
  }
}
.sec3 .sec3__contents-detail-item {
  font-size: min(0.89vw, 14.95px);
  letter-spacing: 0;
  line-height: 1.4;
  position: relative;
  padding-left: min(0.77vw, 12.94px);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-detail-item {
    line-height: 1.9;
    font-size: 3.62vw;
    letter-spacing: 0;
    padding-left: 3.14vw;
  }
}
.sec3 .sec3__contents-detail-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: min(0.74vw, 12.43px);
  width: min(0.42vw, 7.06px);
  height: min(0.42vw, 7.06px);
  border-radius: 50%;
  background: #BACEE2;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-detail-item::before {
    top: 3.77vw;
    width: 1.69vw;
    height: 1.69vw;
  }
}
.sec3 .sec3__contents-detail-img-area {
  z-index: 1;
  position: relative;
  bottom: min(0.6vw, 10.08px);
  left: min(0.19vw, 3.19px);
}
.sec3 .sec3__contents-detail-img-area--2 {
  left: min(1.31vw, 22.01px);
}
.sec3 .sec3__contents-detail-img-area--3 {
  bottom: max(-1.31vw, -22.01px);
  left: min(1.55vw, 26.04px);
}
.sec3 .sec3__contents-detail-img-area--4 {
  bottom: max(-1.31vw, -22.01px);
  left: min(0.48vw, 8.06px);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-detail-img-area {
    bottom: 0;
    left: 0;
  }
}
.sec3 .sec3__contents-detail-img {
  width: min(10.8vw, 181.44px);
  max-width: 18.144rem;
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-detail-img {
    width: 43.72vw;
    max-width: none;
    margin-left: 0;
    left: 4.83vw;
    bottom: 6.28vw;
  }
}
.sec3 .sec3__contents-detail-zoom {
  position: absolute;
  bottom: min(4.17vw, 70.06px);
  left: min(4.97vw, 83.5px);
  z-index: 1;
  display: inline-block;
  line-height: 0;
  opacity: 0;
  transform: scale(0.4);
}
.sec3 .sec3__contents-detail-zoom::before {
  content: "";
  position: absolute;
  left: min(1.25vw, 21px);
  bottom: min(0.24vw, 4.03px);
  width: min(0.48vw, 8.06px);
  height: min(0.48vw, 8.06px);
  border-radius: 50%;
  background: #1D1D1D;
  transform: translate(-50%, 50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-detail-zoom::before {
    display: none;
  }
}
.sec3 .sec3__contents-detail-zoom::after {
  content: "";
  position: absolute;
  left: min(1.31vw, 22.01px);
  bottom: min(0.36vw, 6.05px);
  width: min(1.61vw, 27.05px);
  height: min(0.09vw, 1.51px);
  background: #1D1D1D;
  transform-origin: left center;
  transform: rotate(-50deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-detail-zoom::after {
    display: none;
  }
}
.sec3 .sec3__contents-detail-zoom.is-animated {
  animation-name: zoomPopIn;
  animation-duration: 0.45s;
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-fill-mode: forwards;
}
.sec3 .sec3__contents-detail-zoom--2 {
  left: min(5.4vw, 90.72px);
}
.sec3 .sec3__contents-detail-zoom--2::before {
  left: min(1.61vw, 27.05px);
  bottom: min(0.6vw, 10.08px);
}
.sec3 .sec3__contents-detail-zoom--2::after {
  left: min(1.49vw, 25.03px);
  bottom: min(0.42vw, 7.06px);
}
.sec3 .sec3__contents-detail-zoom--3 {
  bottom: min(5.36vw, 90.05px);
}
.sec3 .sec3__contents-detail-zoom--3::before {
  left: min(2.03vw, 34.1px);
  bottom: max(-1.8vw, -30.24px);
}
.sec3 .sec3__contents-detail-zoom--3::after {
  left: min(1.95vw, 32.76px);
  bottom: -3.1rem;
  width: min(2.98vw, 50.06px);
  transform: rotate(-59deg);
}
.sec3 .sec3__contents-detail-zoom--4 {
  bottom: min(5.6vw, 94.08px);
  left: min(4.21vw, 70.73px);
}
.sec3 .sec3__contents-detail-zoom--4::before {
  left: min(1.19vw, 19.99px);
  bottom: max(-2.26vw, -37.97px);
}
.sec3 .sec3__contents-detail-zoom--4::after {
  left: min(1.19vw, 19.99px);
  bottom: max(-2.26vw, -37.97px);
  width: min(4.17vw, 70.06px);
  transform: rotate(-51deg);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-detail-zoom {
    bottom: -2.9vw;
    left: 32.2vw;
  }
}
@keyframes zoomPopIn {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  60% {
    opacity: 1;
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.sec3 .sec3__contents-detail-zoom-img {
  display: block;
  max-width: 20.9rem;
  width: min(12.44vw, 208.99px);
}
@media screen and (max-width: 768px) {
  .sec3 .sec3__contents-detail-zoom-img {
    max-width: none;
    width: 42.8vw;
  }
}

.sec4 {
  width: 100%;
}
.sec4 .sec4__inner {
  padding-bottom: min(1.5vw, 25.2px);
}
@media screen and (max-width: 768px) {
  .sec4 .sec4__inner {
    padding-bottom: 0;
  }
}
.sec4 .sec4__sub-title-area {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto min(1.13vw, 18.98px);
}
@media screen and (max-width: 768px) {
  .sec4 .sec4__sub-title-area {
    margin-bottom: 4.35vw;
    margin: 0 auto 4.59vw;
  }
}
.sec4 .sec4__achievement {
  width: min(28.99vw, 487.03px);
  max-width: 48.7rem;
  margin-inline: auto;
  transform: scale(0.6);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .sec4 .sec4__achievement {
    width: 82.37vw;
    max-width: none;
  }
}
.sec4 .sec4__achievement.is-animated {
  animation-name: zoomInAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.sec4 .sec4__sub-title {
  font-size: min(2.22vw, 37.3px);
  font-weight: 700;
  letter-spacing: 0.13em;
  margin-left: min(0.18vw, 3.02px);
}
@media screen and (max-width: 768px) {
  .sec4 .sec4__sub-title {
    font-size: 5.58vw;
    text-align: center;
    margin-top: 0.72vw;
    margin-left: 5.56vw;
  }
}
.sec4 .sec4__main {
  margin: 0 min(1.67vw, 28.06px) 0 min(1.55vw, 26.04px);
  padding: min(7.74vw, 130.03px) 0 min(3.11vw, 52.25px);
  background: url("../images/sec4_main-bk-1x.webp") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .sec4 .sec4__main {
    margin: 0;
    padding: 17.58vw 0 15.9vw;
    background-image: url("../images/sec4_main-bk-sp.webp");
  }
}
.sec4 .sec4__bk-title {
  top: max(-1.43vw, -24.02px);
  left: 54%;
  opacity: 0.5;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec4 .sec4__bk-title {
    opacity: 1;
    font-size: 18.33vw;
    top: -0.2rem;
    left: 52%;
  }
}
.sec4 .sec4__title {
  font-size: min(1.8vw, 30.24px);
  font-weight: 700;
  letter-spacing: 0.2em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: max(-0.18vw, -3.02px);
}
@media screen and (max-width: 768px) {
  .sec4 .sec4__title {
    font-size: 6.14vw;
    margin-bottom: 2.17vw;
  }
}
.sec4 .sec4__title::before, .sec4 .sec4__title::after {
  content: "";
  width: min(1.55vw, 26.04px);
  height: min(0.17vw, 2.86px);
  background: #1D1D1D;
  flex-shrink: 0;
  position: relative;
  top: 0.1rem;
}
@media screen and (max-width: 768px) {
  .sec4 .sec4__title::before, .sec4 .sec4__title::after {
    width: 5.19vw;
    height: 0.48vw;
  }
}
.sec4 .sec4__title::before {
  transform: rotate(68.2deg);
  margin-right: min(0.83vw, 13.94px);
}
@media screen and (max-width: 768px) {
  .sec4 .sec4__title::before {
    margin-right: 3vw;
  }
}
.sec4 .sec4__title::after {
  transform: rotate(-68.2deg);
  margin-left: min(0.54vw, 9.07px);
}
@media screen and (max-width: 768px) {
  .sec4 .sec4__title::after {
    margin-left: 1.8vw;
  }
}
.sec4 .sec4-slider {
  overflow: visible;
}
.sec4 .sec4-slider__swiper {
  width: 100%;
  overflow: visible;
  cursor: grab;
}
.sec4 .sec4-slider__swiper:active {
  cursor: grabbing;
}
.sec4 .sec4-slider__wrapper {
  align-items: center;
}
.sec4 .sec4-slider__wrapper.no-transition .sec4-slider__slide {
  transition: none !important;
}
.sec4 .sec4-slider__slide {
  width: min(51.55vw, 866.04px);
  transform: scale(0.799);
  transition: transform 0.5s ease;
}
@media screen and (max-width: 768px) {
  .sec4 .sec4-slider__slide {
    width: 88.55vw;
    transform: scale(0.899);
  }
}
.sec4 .sec4-slider__slide.swiper-slide-active {
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .sec4 .sec4-slider__slide.swiper-slide-active {
    transform: scale(1) translateX(-0.8vw);
  }
}
.sec4 .sec4-slider__slide.swiper-slide-prev {
  transform: scale(0.799) translate(min(3.7vw, 62.16px), min(0.3vw, 5.04px));
}
@media screen and (max-width: 768px) {
  .sec4 .sec4-slider__slide.swiper-slide-prev {
    transform: scale(0.899) translate(3.62vw, 1.21vw);
  }
}
.sec4 .sec4-slider__slide.swiper-slide-next {
  transform: scale(0.799) translate(max(-5.35vw, -89.88px), min(0.3vw, 5.04px));
}
@media screen and (max-width: 768px) {
  .sec4 .sec4-slider__slide.swiper-slide-next {
    transform: scale(0.899) translate(-6.04vw, 1.21vw);
  }
}
.sec4 .sec4-slider__slide img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sec4 .sec4-slider__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  margin-top: min(2.6vw, 43.68px);
  position: static;
}
@media screen and (max-width: 768px) {
  .sec4 .sec4-slider__pagination {
    gap: 1.9rem;
    margin-top: 6.74vw;
  }
}
.sec4 .sec4-slider__bullet {
  width: min(0.51vw, 8.57px);
  height: min(0.51vw, 8.57px);
  border-radius: 50%;
  background: #fff;
  opacity: 0.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sec4 .sec4-slider__bullet {
    width: 1.74vw;
    height: 1.74vw;
    background: #E73867;
    opacity: 0.3;
  }
}
.sec4 .sec4-slider__bullet.is-active {
  opacity: 1;
}

.sec5 {
  width: 100%;
}
.sec5 .sec5__inner {
  width: min(73.51vw, 1234.97px);
  max-width: 123.5rem;
  padding: min(8.15vw, 136.92px) min(1.19vw, 19.99px) min(6.07vw, 101.98px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__inner {
    width: 100%;
    max-width: none;
    padding: 13.7vw 0 11.75vw;
  }
}
.sec5 .sec5__bk-title {
  line-height: 1.5;
  left: 51%;
  font-size: min(10.35vw, 173.88px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__bk-title {
    font-size: 15.97vw;
    left: 50%;
    top: -0.7rem;
  }
}
.sec5 .sec5__title {
  font-size: min(3.03vw, 50.9px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: min(0.3vw, 5.04px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__title {
    font-size: 7.61vw;
    transform: none;
    margin-left: 1.21vw;
  }
}
.sec5 .sec5__contents {
  display: flex;
  flex-direction: column;
  margin-top: min(3.1vw, 52.08px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents {
    margin-top: 17.63vw;
  }
}
.sec5 .sec5__contents--2 {
  margin-top: min(8.1vw, 136.08px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents--2 {
    margin-top: 24.4vw;
  }
}
.sec5 .sec5__contents--3 {
  margin-top: min(6.9vw, 115.92px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents--3 {
    margin-top: 28.02vw;
  }
}
.sec5 .sec5__contents-top {
  width: min(71.13vw, 1194.98px);
  max-width: 119.5rem;
  min-height: min(13.69vw, 229.99px);
  background: rgba(233, 238, 240, 0.5);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "tag" "text";
  row-gap: min(0.6vw, 10.08px);
  align-items: start;
  position: relative;
  padding: min(1.96vw, 32.93px) min(3.93vw, 66.02px) min(1.67vw, 28.06px) min(15.06vw, 253.01px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-top {
    width: 100%;
    max-width: none;
    min-height: 81.4vw;
    row-gap: 7.25vw;
    padding: 6.28vw 8.57vw 6.28vw 12.92vw;
  }
  .sec5 .sec5__contents-top::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 3.55rem solid transparent;
    border-right: 3.55rem solid transparent;
    border-top: 2.1rem solid rgba(233, 238, 240, 0.5);
    z-index: -1;
    bottom: -2.1rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 413.98px) {
  .sec5 .sec5__contents-top::after {
    bottom: -2.04rem;
  }
}
.sec5 .sec5__contents-top--2 {
  padding-top: min(2.02vw, 33.94px);
  row-gap: min(0.42vw, 7.06px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-top--2 {
    padding-top: 6.52vw;
    row-gap: 7vw;
  }
}
.sec5 .sec5__contents-top--3 {
  padding-top: min(2.26vw, 37.97px);
  padding-right: min(4.11vw, 69.05px);
  padding-bottom: min(1.79vw, 30.07px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-top--3 {
    padding-right: 8.57vw;
    padding-top: 6.28vw;
    padding-bottom: 4.83vw;
    row-gap: 5.7vw;
  }
}
.sec5 .sec5__contents-num {
  width: min(0.6vw, 10.08px);
  position: absolute;
  top: min(1.13vw, 18.98px);
  left: min(1.73vw, 29.06px);
}
.sec5 .sec5__contents-num--3 {
  top: min(1.43vw, 24.02px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-num {
    width: 2.32vw;
    top: 6.52vw;
    left: 5.07vw;
  }
}
.sec5 .sec5__contents-top-img-area {
  grid-area: img;
  position: absolute;
  bottom: max(-0.24vw, -4.03px);
  left: min(0.6vw, 10.08px);
  width: min(13.51vw, 226.97px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-top-img-area {
    width: 32.13vw;
    left: 6.01vw;
    bottom: auto;
    top: -14.25vw;
  }
}
.sec5 .sec5__contents-top-img-area--2 {
  width: min(14.29vw, 240.07px);
  bottom: max(-0.41vw, -6.89px);
  left: min(2.27vw, 38.14px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-top-img-area--2 {
    width: 35.02vw;
    left: 9.66vw;
    top: -15.7vw;
    bottom: auto;
  }
}
.sec5 .sec5__contents-top-img-area--3 {
  left: min(0.83vw, 13.94px);
  bottom: max(-0.42vw, -7.06px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-top-img-area--3 {
    left: 7.49vw;
    top: -15.7vw;
    bottom: auto;
  }
}
.sec5 .sec5__contents-person {
  width: min(13.51vw, 226.97px);
  max-width: 22.7rem;
  position: static;
  z-index: 1;
  display: inline-block;
  opacity: 0;
  transform: scale(0.3);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-person {
    width: 100%;
    max-width: none;
  }
}
.sec5 .sec5__contents-person--2 {
  width: min(14.29vw, 240.07px);
  max-width: 24rem;
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-person--2 {
    width: 35.02vw;
    max-width: none;
  }
}
.sec5 .sec5__contents-person.is-animated {
  animation-name: personPopIn;
  animation-duration: 0.15s;
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-fill-mode: forwards;
}
@keyframes personPopIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.sec5 .sec5__contents-top-tag {
  grid-area: tag;
  font-size: min(0.89vw, 14.95px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #fff;
  padding: min(0.6vw, 10.08px) min(1.07vw, 17.98px) min(0.54vw, 9.07px);
  background: #1D1D1D;
  border-radius: 0.81rem;
  width: -moz-fit-content;
  width: fit-content;
}
.sec5 .sec5__contents-top-tag--2 {
  letter-spacing: 0.17em;
  padding: min(0.54vw, 9.07px) min(1.13vw, 18.98px) min(0.65vw, 10.92px);
}
.sec5 .sec5__contents-top-tag--3 {
  letter-spacing: 0.02em;
  padding: min(0.6vw, 10.08px) min(1.25vw, 21px) min(0.6vw, 10.08px) min(1.37vw, 23.02px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-top-tag {
    font-size: 2.9vw;
    padding: 1.74vw 4.03vw 2.13vw 3.45vw;
    border-radius: 0.65rem;
    margin-left: 32.87vw;
  }
  .sec5 .sec5__contents-top-tag--2 {
    letter-spacing: 0.09em;
    padding-bottom: 1.8vw;
  }
  .sec5 .sec5__contents-top-tag--3 {
    letter-spacing: 0.09em;
    padding-right: 2.66vw;
  }
}
.sec5 .sec5__contents-top-text-area {
  grid-area: text;
  display: flex;
  flex-direction: column;
  gap: min(0.6vw, 10.08px);
  margin-left: min(0.18vw, 3.02px);
}
.sec5 .sec5__contents-top-text-area--2 {
  gap: min(0.7vw, 11.76px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-top-text-area {
    gap: 0.5rem;
    margin-left: 0;
  }
}
.sec5 .sec5__contents-top-title {
  font-size: min(1.69vw, 28.39px);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-top-title {
    font-size: 4.59vw;
    line-height: 1.7;
  }
}
.sec5 .sec5__contents-top-text {
  font-size: min(1.01vw, 16.97px);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.sec5 .sec5__contents-top-text--3 {
  margin-top: min(0.12vw, 2.02px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-top-text--3 {
    margin-top: 0.48vw;
  }
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-top-text {
    font-size: 3.38vw;
    line-height: 1.8;
    padding-right: 3.86vw;
  }
  .sec5 .sec5__contents-top-text--2, .sec5 .sec5__contents-top-text--3 {
    padding-right: 3.38vw;
  }
  .sec5 .sec5__contents-top-text--2 {
    transform: translateY(0.72vw);
  }
}
.sec5 .sec5__contents-bottom {
  margin-top: min(2.56vw, 43.01px);
  display: flex;
  justify-content: flex-start;
  gap: min(0.77vw, 12.94px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom {
    margin: 7.73vw auto 0;
    flex-direction: column;
    gap: 2.42vw;
  }
}
.sec5 .sec5__contents-bottom--2 {
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: min(1.31vw, 22.01px);
  margin-top: min(3.33vw, 55.94px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom--2 {
    margin-top: 8.21vw;
    flex-direction: column;
    gap: 4.59vw;
  }
}
.sec5 .sec5__contents-bottom--3 {
  margin-top: min(3.87vw, 65.02px);
  gap: min(2.38vw, 39.98px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom--3 {
    margin-top: 7.97vw;
    gap: 7.97vw;
  }
}
.sec5 .sec5__contents-bottom-left {
  margin-left: min(0.71vw, 11.93px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-left {
    padding: 0 2.66vw 0 4.98vw;
    margin-left: 0;
  }
}
.sec5 .sec5__contents-bottom-left--2 {
  padding-top: min(2.5vw, 42px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-left--2 {
    padding-top: 0;
  }
}
.sec5 .sec5__contents-bottom-left--3 {
  padding-top: min(0.77vw, 12.94px);
  margin-left: min(2.14vw, 35.95px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-left--3 {
    padding-top: 0;
    margin-left: 0;
  }
}
.sec5 .sec5__contents-bottom-tag {
  display: flex;
  align-items: center;
  gap: min(0.48vw, 8.06px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-tag {
    gap: 1.8vw;
  }
}
.sec5 .sec5__contents-bottom-tag--3 {
  gap: min(0.1vw, 1.68px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-tag--3 {
    gap: 1.9vw;
  }
}
.sec5 .sec5__contents-bottom-tag-icon {
  color: #fff;
  font-size: min(1.49vw, 25.03px);
  font-weight: 900;
  text-align: center;
  position: relative;
  padding: 0 min(0.83vw, 13.94px) 0 min(0.95vw, 15.96px);
}
.sec5 .sec5__contents-bottom-tag-icon::before {
  content: "";
  width: min(2.44vw, 40.99px);
  height: min(2.44vw, 40.99px);
  border-radius: 50%;
  background: #1D1D1D;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-tag-icon::before {
    width: 9.9vw;
    height: 9.9vw;
  }
}
.sec5 .sec5__contents-bottom-tag-icon--2::before, .sec5 .sec5__contents-bottom-tag-icon--3::before {
  width: min(2.32vw, 38.98px);
  height: min(2.32vw, 38.98px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-tag-icon--2::before, .sec5 .sec5__contents-bottom-tag-icon--3::before {
    width: 9.9vw;
    height: 9.9vw;
  }
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-tag-icon {
    font-size: 6.04vw;
    padding: 0 3.38vw 0 3.86vw;
  }
}
.sec5 .sec5__contents-bottom-tag-text {
  font-size: min(1.24vw, 20.83px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-decoration-color: #1D1D1D;
  text-decoration-thickness: 1.6px;
  text-underline-offset: 0.3em;
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-tag-text {
    text-underline-offset: 0.32em;
    letter-spacing: 0.09em;
    font-size: 5.02vw;
  }
}
.sec5 .sec5__contents-bottom-title {
  font-size: min(1.67vw, 28.06px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin: min(0.85vw, 14.28px) 0 min(0.71vw, 11.93px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-title {
    font-size: 5.12vw;
    letter-spacing: 0.05em;
    margin: 4.11vw 0 2.17vw 0.48vw;
  }
}
.sec5 .sec5__contents-bottom-title--accent {
  color: #E73867;
}
.sec5 .sec5__contents-bottom-title--1 {
  padding-left: min(0.3vw, 5.04px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-title--1 {
    padding-left: 1.21vw;
  }
}
.sec5 .sec5__contents-bottom-title--2 {
  letter-spacing: 0;
  line-height: 1.575;
  margin-bottom: min(1.1vw, 18.48px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-title--2 {
    letter-spacing: 0.05em;
    margin: 3.86vw 0 1.69vw 1.93vw;
  }
}
.sec5 .sec5__contents-bottom-title--3 {
  padding-left: min(0.3vw, 5.04px);
  margin-bottom: min(0.89vw, 14.95px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-title--3 {
    margin-right: 0.72vw;
    margin-top: 3.82vw;
    margin-bottom: 2.9vw;
    padding-left: 1.21vw;
  }
}
.sec5 .sec5__contents-bottom-title--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-title--sp {
    display: inline-block;
  }
}
.sec5 .sec5__contents-bottom-text {
  line-height: 1.875;
  width: min(26.43vw, 444.02px);
  max-width: 44.4rem;
  text-spacing-trim: space-all;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-text {
    width: 100%;
    max-width: none;
    font-size: 3.38vw;
    line-height: 1.78;
  }
}
.sec5 .sec5__contents-bottom-text--1 {
  padding-left: min(0.3vw, 5.04px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-text--1 {
    padding-left: 1.21vw;
    padding-right: 4vw;
  }
}
.sec5 .sec5__contents-bottom-text--2 {
  width: min(27.98vw, 470.06px);
  max-width: 47rem;
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-text--2 {
    max-width: none;
    width: 100%;
    padding-left: 1.45vw;
    padding-right: 3vw;
  }
}
.sec5 .sec5__contents-bottom-text--3 {
  padding-left: min(0.3vw, 5.04px);
  width: min(30.77vw, 516.94px);
  max-width: 51.7rem;
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-text--3 {
    max-width: none;
    width: 100%;
    padding-right: 3vw;
    padding-left: 1.21vw;
  }
}
.sec5 .sec5__contents-bottom-note {
  font-size: min(0.71vw, 11.93px);
  line-height: 1.9;
  margin-top: min(0.42vw, 7.06px);
  padding-left: min(0.3vw, 5.04px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-note {
    font-size: 2.42vw;
    margin-top: 1.45vw;
    padding-left: 1.21vw;
  }
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-right {
    margin-inline: auto;
  }
}
.sec5 .sec5__contents-bottom-right--1 {
  max-width: 65.5rem;
  width: min(38.99vw, 655.03px);
  padding-top: min(0.95vw, 15.96px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-right--1 {
    max-width: none;
    padding: 0 3.6vw;
    width: 100%;
  }
}
.sec5 .sec5__contents-bottom-right--2 {
  max-width: 61.82rem;
  width: min(36.8vw, 618.2px);
  margin-left: min(2.62vw, 44.02px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-right--2 {
    max-width: none;
    position: relative;
    left: 3.69vw;
    margin-left: 0;
    width: 96.45vw;
  }
}
.sec5 .sec5__contents-bottom-right--3 {
  max-width: 49.67rem;
  width: min(29.57vw, 496.78px);
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-bottom-right--3 {
    max-width: none;
    width: 86.4vw;
  }
}
.sec5 .sec5__contents-list-area {
  background: #fff;
  width: min(60.06vw, 1009.01px);
  max-width: 100.9rem;
  border: 3px solid #E9EEF0;
  border-radius: 2rem;
  margin: min(3.86vw, 64.85px) auto 0;
  padding: min(2.32vw, 38.98px) min(1.19vw, 19.99px) min(1.9vw, 31.92px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-list-area {
    width: 89.61vw;
    max-width: none;
    margin-top: 8.21vw;
    padding: 7.3vw 8.1vw 5.31vw 8.2vw;
    border-width: 1.8px;
    margin: 8.89vw auto 0;
  }
}
.sec5 .sec5__contents-list-title {
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.28em;
  color: #fff;
  text-align: center;
  padding: min(0.24vw, 4.03px) min(3.21vw, 53.93px) min(0.24vw, 4.03px) min(3.57vw, 59.98px);
  background: #0C377B;
  border-radius: 2rem;
  position: absolute;
  top: min(0.06vw, 1.01px);
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-list-title {
    left: 49%;
    top: -0.3vw;
    padding: 0.97vw 13.04vw 0.97vw 14.49vw;
  }
}
.sec5 .sec5__contents-item {
  width: min(51.39vw, 863.35px);
  max-width: 86.343rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec5 .sec5__contents-item {
    max-width: none;
    width: 100%;
  }
}

.sec6 {
  width: 100%;
}
.sec6 .sec6__inner {
  margin: min(1.61vw, 27.05px) min(1.61vw, 27.05px) min(2.56vw, 43.01px);
  padding: min(4.94vw, 82.99px) min(1.19vw, 19.99px) min(7.62vw, 128.02px);
  background: url("../images/sec6_bk-1x.webp") center/100% 100% no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__inner {
    margin: 2.66vw 2.9vw 0;
    padding: 7.71vw 4.11vw 17.4vw;
    background-image: url("../images/sec6_bk-sp.webp");
  }
}
.sec6 .sec6__sub-title-area {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.sec6 .sec6__sub-title {
  font-size: min(1.6vw, 26.88px);
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-left: min(0.3vw, 5.04px);
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__sub-title {
    font-size: 4.42vw;
    margin-left: 1.21vw;
  }
}
.sec6 .sec6__achievement {
  width: min(28.99vw, 487.03px);
  max-width: 48.7rem;
  --achievement-shift-y: max(-0.89vw, -14.95px);
  transform: translateY(var(--achievement-shift-y)) scale(0.6);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__achievement {
    width: 79.47vw;
    max-width: none;
    --achievement-shift-y: -2.42vw;
  }
}
.sec6 .sec6__achievement.is-animated {
  animation-name: zoomInAnimeSec6Achievement;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes zoomInAnimeSec6Achievement {
  from {
    transform: translateY(var(--achievement-shift-y)) scale(0.6);
  }
  to {
    transform: translateY(var(--achievement-shift-y)) scale(1);
    opacity: 1;
  }
}
.sec6 .sec6__title-area {
  position: static;
}
.sec6 .sec6__bk-title {
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(90deg);
  top: min(18.87vw, 317.02px);
  left: auto;
  right: max(-18.81vw, -316.01px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__bk-title {
    font-size: 21.52vw;
    top: 38.65vw;
    right: -42.27vw;
  }
}
.sec6 .sec6__title {
  font-size: min(3.03vw, 50.9px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: min(2.5vw, 42px);
  margin-left: min(0.18vw, 3.02px);
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__title {
    font-size: 6.3vw;
    margin-bottom: 2.66vw;
    transform: translateY(-2.17vw);
    margin-left: 0.72vw;
  }
}
.sec6 .sec6__list {
  width: min(74.23vw, 1247.06px);
  max-width: 124.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(1.31vw, 22.01px);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__list {
    max-width: none;
    width: 100%;
    gap: 10.63vw;
  }
}
.sec6 .sec6__item {
  background: rgba(255, 255, 255, 0.9);
  padding: min(4.46vw, 74.93px) min(5.77vw, 96.94px) min(2.26vw, 37.97px);
  padding-left: min(9.05vw, 152.04px);
  padding-right: min(5.77vw, 96.94px);
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__item {
    width: 100%;
    max-width: none;
    padding: 8.2vw 4.59vw 6.5vw 5.8vw;
  }
}
.sec6 .sec6__item--2 {
  padding-top: min(1.7vw, 28.56px);
  padding-bottom: min(1.79vw, 30.07px);
  padding-left: min(9.35vw, 157.08px);
  padding-right: min(2.38vw, 39.98px);
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__item--2 {
    padding: 8.1vw 4.83vw 10.9vw 3.2vw;
  }
}
.sec6 .sec6__item--3 {
  padding-top: min(4.05vw, 68.04px);
  padding-bottom: min(3.15vw, 52.92px);
  padding-left: min(9.76vw, 163.97px);
  padding-right: min(3.57vw, 59.98px);
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__item--3 {
    padding: 8.3vw 2.9vw 6.5vw 5.07vw;
  }
}
.sec6 .sec6__item--4 {
  padding-bottom: min(3.75vw, 63px);
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__item--4 {
    padding: 8.2vw 0 6vw 4.83vw;
    margin-top: 4.2vw;
  }
}
.sec6 .sec6__item-top {
  display: flex;
  justify-content: center;
  gap: min(5.42vw, 91.06px);
}
.sec6 .sec6__item-top--2 {
  gap: min(4.4vw, 73.92px);
}
.sec6 .sec6__item-top--3, .sec6 .sec6__item-top--4 {
  gap: min(5.65vw, 94.92px);
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__item-top {
    flex-direction: column;
    gap: 4.7vw;
  }
  .sec6 .sec6__item-top--2 {
    gap: 4.4vw;
  }
  .sec6 .sec6__item-top--4 {
    transform: translateX(0.72vw);
  }
}
.sec6 .sec6__item-left {
  width: min(27.68vw, 465.02px);
  max-width: 46.5rem;
  position: relative;
  margin-top: min(0.54vw, 9.07px);
  margin-left: min(0.24vw, 4.03px);
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__item-left {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: 0.97vw;
  }
}
.sec6 .sec6__item-left--2 {
  margin-top: min(3.15vw, 52.92px);
  margin-left: 0;
  margin-right: min(0.3vw, 5.04px);
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__item-left--2 {
    margin: 0;
    padding-left: 3.38vw;
    margin-right: 0.6vw;
  }
}
.sec6 .sec6__item-left--3, .sec6 .sec6__item-left--4 {
  width: min(27.44vw, 460.99px);
  max-width: 46.1rem;
  margin-top: min(1.25vw, 21px);
  margin-left: min(0.36vw, 6.05px);
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__item-left--3, .sec6 .sec6__item-left--4 {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: 1.45vw;
  }
}
.sec6 .sec6__num-img {
  width: min(4.08vw, 68.54px);
  max-width: 6.85rem;
  position: absolute;
  top: max(-3.51vw, -58.97px);
  left: max(-3.74vw, -62.83px);
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__num-img {
    width: 13.25vw;
    max-width: none;
    top: -15.99vw;
    left: -9.2vw;
  }
}
.sec6 .sec6__num-img--2 {
  top: max(-3.81vw, -64.01px);
  left: max(-3.81vw, -64.01px);
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__num-img--2 {
    top: -16.2vw;
    left: -5.6vw;
  }
}
.sec6 .sec6__num-img--3 {
  top: max(-3.33vw, -55.94px);
  left: max(-3.75vw, -63px);
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__num-img--3 {
    top: -16.43vw;
    left: -9vw;
  }
}
.sec6 .sec6__num-img--4 {
  top: max(-3.15vw, -52.92px);
  left: max(-3.75vw, -63px);
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__num-img--4 {
    top: -16.45vw;
    left: -9.39vw;
  }
}
.sec6 .sec6__item-title {
  font-size: min(1.49vw, 25.03px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: min(0.89vw, 14.95px);
  text-spacing-trim: space-all;
  background: linear-gradient(94.93deg, rgba(152, 166, 180, 0.3) 12.12%, rgba(29, 29, 29, 0) 55.6%), #1D1D1D;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sec6 .sec6__item-title--4 {
  margin-bottom: min(0.6vw, 10.08px);
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__item-title--4 {
    margin-bottom: 2.42vw;
  }
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__item-title {
    font-size: 4.59vw;
    margin-bottom: 4.11vw;
    line-height: 1.52;
  }
  .sec6 .sec6__item-title--4 {
    white-space: nowrap;
  }
}
.sec6 .sec6__item-text {
  line-height: 2;
  letter-spacing: 0.1em;
  text-spacing-trim: space-all;
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__item-text {
    font-size: 3.38vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
    padding-right: 1.8vw;
  }
  .sec6 .sec6__item-text--2 {
    padding-right: 3.14vw;
  }
  .sec6 .sec6__item-text--3 {
    padding-right: 3.86vw;
  }
  .sec6 .sec6__item-text--4 {
    padding-right: 8.52vw;
  }
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__item-right {
    padding-left: 0.97vw;
  }
  .sec6 .sec6__item-right--2 {
    padding-top: 4.2vw;
  }
  .sec6 .sec6__item-right--3 {
    padding-top: 1.19vw;
    padding-left: 1.5vw;
    width: 74.1vw;
  }
  .sec6 .sec6__item-right--4 {
    padding-top: 1.1vw;
    padding-left: 1.2vw;
    width: 75.9vw;
  }
}
.sec6 .sec6__right-img img {
  width: min(26.19vw, 439.99px);
  max-width: 44rem;
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__right-img img {
    width: 100%;
    max-width: none;
  }
}
.sec6 .sec6__right-img--2 img {
  width: min(30.12vw, 506.02px);
  max-width: 50.6rem;
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__right-img--2 img {
    width: 100%;
    max-width: none;
  }
}
.sec6 .sec6__right-img--3 img {
  width: min(27.38vw, 459.98px);
  max-width: 46rem;
  padding-right: min(1.23vw, 20.66px);
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__right-img--3 img {
    padding-right: 0;
    width: 100%;
    max-width: none;
  }
}
.sec6 .sec6__step-list {
  margin-top: min(1.37vw, 23.02px);
  width: min(60.71vw, 1019.93px);
  max-width: 102rem;
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__step-list {
    margin-top: 6.1vw;
    margin-left: 1vw;
    width: 75vw;
    max-width: none;
  }
}
.sec6 .sec6__step-list--item4 {
  margin-top: min(1.19vw, 19.99px);
  width: min(47.14vw, 791.95px);
  max-width: 79.2rem;
}
@media screen and (max-width: 768px) {
  .sec6 .sec6__step-list--item4 {
    margin-top: 5.5vw;
    max-width: none;
    width: 74.8vw;
  }
}

.sec7 {
  width: 100%;
}
.sec7 .sec7__inner {
  width: min(100vw, 1680px);
  max-width: 168rem;
  padding: min(4.67vw, 78.46px) min(1.19vw, 19.99px) min(5.5vw, 92.4px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec7 .sec7__inner {
    max-width: none;
    padding: 21.9vw 0 14.25vw;
  }
}
.sec7 .sec7__title-area {
  margin-bottom: min(1.7vw, 28.56px);
}
@media screen and (max-width: 768px) {
  .sec7 .sec7__title-area {
    margin-bottom: 0;
  }
}
.sec7 .sec7__bk-title {
  font-size: min(7.26vw, 121.97px);
  white-space: nowrap;
  top: min(1.31vw, 22.01px);
  left: 50.5%;
}
@media screen and (max-width: 768px) {
  .sec7 .sec7__bk-title {
    font-size: 11.83vw;
    white-space: normal;
    letter-spacing: 0.1em;
    top: -2.9vw;
  }
}
.sec7 .sec7__title-icon {
  width: min(6.43vw, 108.02px);
  max-width: 10.8rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec7 .sec7__title-icon {
    max-width: none;
    width: 18.26vw;
  }
}
.sec7 .sec7__title {
  font-size: min(3.03vw, 50.9px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: min(0.27vw, 4.54px) 0 0 min(0.3vw, 5.04px);
}
@media screen and (max-width: 768px) {
  .sec7 .sec7__title {
    font-size: 5vw;
    margin-top: 2.17vw;
    margin: 2.09vw 0 0 1.21vw;
  }
}
@media screen and (max-width: 768px) {
  .sec7 .sec7-slider {
    transform: translateX(-1.45vw);
    cursor: grab;
  }
  .sec7 .sec7-slider:active {
    cursor: grabbing;
  }
}
.sec7 .sec7__list {
  width: min(70.79vw, 1189.27px);
  max-width: 118.92rem;
  display: flex;
  gap: min(2.02vw, 33.94px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec7 .sec7__list {
    max-width: none;
    overflow: visible;
    gap: 0;
    margin-top: -1.9vw;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .sec7 .sec7__list.swiper-wrapper {
    transform: none !important;
  }
}
.sec7 .sec7__item {
  width: min(16.25vw, 273px);
  max-width: 27.3rem;
}
@media (min-width: 769px) {
  .sec7 .sec7__item:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec7 .sec7__item {
    height: auto;
    width: 65.7vw;
    max-width: none;
  }
}
.sec7 .sec7__item:nth-child(2) {
  transform: translateX(min(0.06vw, 1.01px));
}
@media screen and (max-width: 768px) {
  .sec7 .sec7__item:nth-child(2) {
    transform: translateX(1.21vw);
  }
}
.sec7 .sec7__item:last-child {
  transform: translateX(max(-0.06vw, -1.01px));
}
@media screen and (max-width: 768px) {
  .sec7 .sec7__item:last-child {
    transform: translateX(-0.24vw);
  }
}
.sec7 .sec7__img {
  width: min(16.01vw, 268.97px);
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sec7 .sec7__img--1 {
  width: min(15.95vw, 267.96px);
}
@media screen and (max-width: 768px) {
  .sec7 .sec7__img--1 {
    width: 64.73vw;
  }
}
@media screen and (max-width: 768px) {
  .sec7 .sec7__img {
    width: 64.98vw;
  }
}
.sec7 .sec7__name-area {
  padding-bottom: min(0.62vw, 10.42px);
  margin: min(0.89vw, 14.95px) 0 min(0.83vw, 13.94px);
  position: relative;
}
.sec7 .sec7__name-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(2.2vw, 36.96px);
  height: min(0.06vw, 1.01px);
  background: #1D1D1D;
}
@media screen and (max-width: 768px) {
  .sec7 .sec7__name-area::after {
    width: 8.94vw;
    height: 0.24vw;
  }
}
.sec7 .sec7__name-area--1 {
  margin-left: min(0.18vw, 3.02px);
}
@media screen and (max-width: 768px) {
  .sec7 .sec7__name-area {
    padding-bottom: 2.51vw;
    margin: 3.62vw 0 3.38vw;
  }
  .sec7 .sec7__name-area--1 {
    margin-left: 0.72vw;
  }
}
.sec7 .sec7__name {
  font-size: min(1.31vw, 22.01px);
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .sec7 .sec7__name {
    font-size: 5.31vw;
  }
}
.sec7 .sec7__position {
  font-size: min(0.83vw, 13.94px);
  line-height: 1.4;
  padding-top: min(0.18vw, 3.02px);
  white-space: pre-wrap;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sec7 .sec7__position {
    font-size: 3.38vw;
    padding-top: 0.72vw;
  }
}
.sec7 .sec7__profile {
  font-weight: 300;
  letter-spacing: 0.08em;
  text-spacing-trim: space-all;
}
.sec7 .sec7__profile--1 {
  margin-left: min(0.18vw, 3.02px);
}
@media screen and (max-width: 768px) {
  .sec7 .sec7__profile--1 {
    margin-left: 0.72vw;
  }
}
.sec7 .sec7__profile--4 {
  margin-right: min(0.3vw, 5.04px);
}
@media screen and (max-width: 768px) {
  .sec7 .sec7__profile--4 {
    margin-right: 1.21vw;
  }
}
.sec7 .sec7__pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec7 .sec7__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6.76vw;
    gap: 4.59vw;
    position: static;
  }
  .sec7 .sec7__pagination .sec7__bullet {
    width: 1.93vw;
    height: 1.93vw;
    border-radius: 50%;
    background: #C7D4E0;
    opacity: 0.4;
    margin: 0;
  }
  .sec7 .sec7__pagination .sec7__bullet.is-active {
    opacity: 1;
  }
}

.sec8 {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec8 {
    padding: 0 1.93vw 0 2.66vw;
  }
}
.sec8::before {
  content: "";
  position: absolute;
  top: max(-0.77vw, -12.94px);
  right: calc(50% + min(97.2vw, 1632.96px) * 0.2953);
  width: min(4.7vw, 78.96px);
  height: min(4.71vw, 79.13px);
  background: url("../images/sec8_icon.svg") center/cover no-repeat;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec8::before {
    display: none;
  }
}
.sec8 .sec8__inner {
  width: min(97.2vw, 1632.96px);
  max-width: 163.3rem;
  margin-inline: auto;
  padding: min(2.81vw, 47.21px) 0 min(2.44vw, 40.99px);
  background: url("../images/sec8_bk.webp") center/100% 100% no-repeat;
  border-radius: 26rem;
  overflow: hidden;
  transform: translateX(max(-0.06vw, -1.01px));
}
@media screen and (max-width: 768px) {
  .sec8 .sec8__inner {
    width: 95.41vw;
    max-width: none;
    padding: 13vw 0 15vw;
    background-image: url("../images/sec8_bk-sp.webp");
    border-radius: 19.75rem;
    transform: translateX(-0.24vw);
  }
}
.sec8 .sec8__title {
  max-width: 94.04rem;
  width: min(55.98vw, 940.46px);
  margin-inline: auto;
  transform: translateX(min(0.06vw, 1.01px));
}
@media screen and (max-width: 768px) {
  .sec8 .sec8__title {
    max-width: none;
    width: 68.68vw;
    transform: translateX(0);
  }
}
.sec8 .sec8-slider__area {
  margin: min(2.81vw, 47.21px) 0 min(2.38vw, 39.98px);
}
@media screen and (max-width: 768px) {
  .sec8 .sec8-slider__area {
    margin: 8.48vw 0 7.25vw;
  }
}
.sec8 .sec8-slider {
  width: 100%;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}
.sec8 .sec8-slider:active {
  cursor: grabbing;
}
@media screen and (max-width: 768px) {
  .sec8 .sec8-slider--pc {
    display: none;
  }
}
.sec8 .sec8-slider--sp-top {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec8 .sec8-slider--sp-top {
    display: block;
  }
}
.sec8 .sec8-slider--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec8 .sec8-slider--sp {
    display: block;
    margin-top: 3.14vw;
  }
}
.sec8 .sec8-slider__track {
  height: min(7.68vw, 129.02px);
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .sec8 .sec8-slider__track {
    height: 21.81vw;
  }
}
.sec8 .sec8-slider__group {
  display: flex;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
}
.sec8 .sec8-slider__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
  flex-shrink: 0;
  margin-right: min(1.19vw, 19.99px);
}
.sec8 .sec8-slider__slide img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  .sec8 .sec8-slider__slide {
    margin-right: 3.38vw;
  }
}
.sec8 .sec8-slider__item {
  -o-object-fit: contain;
     object-fit: contain;
  width: min(13.69vw, 229.99px);
}
@media screen and (max-width: 768px) {
  .sec8 .sec8-slider__item {
    width: 38.89vw;
  }
}
.sec8 .sec8__channel {
  font-size: min(0.78vw, 13.1px);
  line-height: 1.41;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 min(4.76vw, 79.97px);
  white-space: pre-wrap;
}
.sec8 .sec8__channel span {
  display: inline;
}
@media (max-width: 414px) {
  .sec8 .sec8__channel span {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec8 .sec8__channel span:not(:first-child) {
    transform: translateX(0.97vw);
  }
}
@media screen and (max-width: 768px) {
  .sec8 .sec8__channel {
    font-size: 3.86vw;
    padding: 0 19.32vw;
  }
}

.sec9 {
  width: 100%;
}
.sec9 .sec9__inner {
  width: min(91.67vw, 1540.06px);
  max-width: 154rem;
  padding: min(6.73vw, 113.06px) min(1.19vw, 19.99px) min(6.13vw, 102.98px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec9 .sec9__inner {
    width: 100%;
    max-width: none;
    padding: 9.66vw 4.59vw 7.05vw 4.83vw;
  }
}
.sec9 .sec9__bk-title {
  top: max(-0.3vw, -5.04px);
  left: 51.4%;
}
@media screen and (max-width: 768px) {
  .sec9 .sec9__bk-title {
    top: -1.22vw;
    display: none;
  }
}
.sec9 .sec9__title {
  font-size: min(1.82vw, 30.58px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: min(0.12vw, 2.02px);
}
@media screen and (max-width: 768px) {
  .sec9 .sec9__title {
    font-size: 6.45vw;
    letter-spacing: 0.1em;
  }
  .sec9 .sec9__title span {
    display: none;
  }
  .sec9 .sec9__title {
    margin-left: 0.48vw;
  }
}
.sec9 .sec9__media-img {
  position: relative;
  z-index: 1;
}
.sec9 .sec9__media-img img {
  margin-top: min(1.77vw, 29.74px);
}
@media screen and (max-width: 992px) {
  .sec9 .sec9__media-img img {
    max-width: 70rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec9 .sec9__media-img img {
    margin-top: 5.31vw;
  }
}

.sec10 {
  width: 100%;
}
.sec10 .sec10__inner {
  padding: min(5vw, 84px) 0 min(3.99vw, 67.03px);
}
@media screen and (max-width: 768px) {
  .sec10 .sec10__inner {
    padding: 17.5vw 0 7.5vw;
  }
}
.sec10 .sec10__bk-title {
  top: max(-0.3vw, -5.04px);
  left: 55.2%;
  font-size: min(10.35vw, 173.88px);
}
@media screen and (max-width: 768px) {
  .sec10 .sec10__bk-title {
    font-size: 18.82vw;
    letter-spacing: 0.03em;
    top: -0.79vw;
    left: 51.2%;
  }
}
.sec10 .sec10__title {
  font-size: min(3.03vw, 50.9px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: min(0.24vw, 4.03px);
}
@media screen and (max-width: 768px) {
  .sec10 .sec10__title {
    font-size: 6.45vw;
    margin-bottom: 2.17vw;
    margin-left: 0.97vw;
  }
}
.sec10 .sec10-slider {
  width: 100%;
  overflow: visible;
  transform: translateY(max(-0.54vw, -9.07px));
}
@media screen and (max-width: 768px) {
  .sec10 .sec10-slider {
    margin-top: -0.97vw;
    transform: translateY(-2.17vw);
  }
}
.sec10 .sec10-slider__swiper {
  padding-left: min(1.73vw, 29.06px);
  cursor: grab;
}
.sec10 .sec10-slider__swiper:active {
  cursor: grabbing;
}
@media screen and (max-width: 768px) {
  .sec10 .sec10-slider__swiper {
    padding-left: 6.04vw;
  }
}
.sec10 .sec10-slider__wrapper {
  align-items: center;
}
.sec10 .sec10-slider__wrapper.no-transition .sec10-slider__slide {
  transition: none !important;
}
.sec10 .sec10-slider__slide {
  width: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec10 .sec10-slider__slide-card {
  width: auto !important;
  height: min(27.08vw, 454.94px);
  transition: transform 0.3s ease;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  .sec10 .sec10-slider__slide-card {
    height: 89.13vw;
  }
}
.sec10 .sec10__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.2rem;
  margin-top: min(2.6vw, 43.68px);
  position: static;
}
.sec10 .sec10__pagination .sec10__bullet {
  width: min(0.51vw, 8.57px);
  height: min(0.51vw, 8.57px);
  border-radius: 50%;
  background: #E73867;
  opacity: 0.3;
  margin: 0;
}
.sec10 .sec10__pagination .sec10__bullet.is-active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .sec10 .sec10__pagination {
    margin-top: 7.1vw;
    gap: 4.59vw;
  }
  .sec10 .sec10__pagination .sec10__bullet {
    width: 1.74vw;
    height: 1.74vw;
  }
}
.sec10 .sec10__bottom {
  margin: min(3.75vw, 63px) auto 0;
  padding: 0 min(1.19vw, 19.99px);
}
@media screen and (max-width: 768px) {
  .sec10 .sec10__bottom {
    margin: 12.5vw auto 0;
    padding: 0 6.28vw 0 6.52vw;
  }
}
.sec10 .sec10__bottom-title {
  font-size: min(1.9vw, 31.92px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-left: min(0.18vw, 3.02px);
}
@media screen and (max-width: 768px) {
  .sec10 .sec10__bottom-title {
    font-size: 6.18vw;
    margin-left: 0.72vw;
  }
}
.sec10 .sec10__bottom-text {
  font-size: min(1.07vw, 17.98px);
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin: min(0.83vw, 13.94px) auto min(1.37vw, 23.02px);
  transform: translateX(min(0.06vw, 1.01px));
}
@media screen and (max-width: 768px) {
  .sec10 .sec10__bottom-text {
    font-size: 3.48vw;
    margin: 4.28vw auto 4.35vw;
    padding: 0 0.24vw;
    transform: translateX(0.24vw);
  }
}
.sec10 .sec10__bottom-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  justify-content: center;
  gap: min(1.79vw, 30.07px);
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec10 .sec10__bottom-list {
    grid-template-columns: 1fr;
    gap: 4.11vw;
  }
}
.sec10 .sec10__bottom-item {
  width: min(23.87vw, 401.02px);
  max-width: 40.1rem;
  padding: min(2.26vw, 37.97px) 0 min(2.08vw, 34.94px);
  background: rgba(237, 241, 246, 0.4);
  border-radius: 3rem;
  text-spacing-trim: space-all;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec10 .sec10__bottom-item {
    max-width: none;
    width: 87.17vw;
    padding: 7.97vw 0 7.22vw;
    border-radius: 2.7rem;
  }
}
.sec10 .sec10__bottom-item:last-child {
  padding-top: min(2.38vw, 39.98px);
  padding-bottom: min(1.96vw, 32.93px);
}
@media screen and (max-width: 768px) {
  .sec10 .sec10__bottom-item:last-child {
    padding-top: 8.21vw;
    padding-bottom: 7.22vw;
  }
}
.sec10 .sec10__bottom-item-title {
  color: #333B43;
  font-size: min(1.37vw, 23.02px);
  font-weight: 700;
  margin-bottom: min(0.48vw, 8.06px);
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec10 .sec10__bottom-item-title {
    font-size: 5vw;
    margin-bottom: 1.93vw;
  }
}
.sec10 .sec10__bottom-item-text {
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .sec10 .sec10__bottom-item-text {
    font-size: 3.48vw;
  }
}

.sec11 {
  width: 100%;
  padding: 0 min(1.61vw, 27.05px) min(1.61vw, 27.05px);
}
@media screen and (max-width: 768px) {
  .sec11 {
    padding: 0 2.9vw 2.9vw;
  }
}
.sec11 .sec11__inner {
  padding: min(8.21vw, 137.93px) min(1.19vw, 19.99px) min(3.45vw, 57.96px);
  margin-inline: auto;
  background: url("../images/sec11_bk-1x.webp") center/100% 100% no-repeat;
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__inner {
    padding: 17.58vw 2.17vw 12.56vw;
    background-image: url("../images/sec11_bk-sp.webp");
  }
}
.sec11 .sec11__bk-title {
  top: max(-1.07vw, -17.98px);
  left: 50%;
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__bk-title {
    top: -4.34vw;
    left: 54%;
  }
}
.sec11 .sec11__title {
  font-size: min(3.03vw, 50.9px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: min(1.07vw, 17.98px);
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__title {
    font-size: 6.45vw;
    margin-left: 0.72vw;
  }
}
.sec11 .sec11__top-text {
  font-size: min(1.07vw, 17.98px);
  letter-spacing: 0.05em;
  line-height: 1.9;
  text-align: center;
  margin: min(0.77vw, 12.94px) auto min(3.35vw, 56.28px);
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__top-text {
    font-size: 3.38vw;
    margin: 1.74vw auto 4.83vw;
  }
}
.sec11 .sec11__plan-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  justify-content: center;
  gap: min(1.2vw, 20.16px);
  max-width: 127.2rem;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-list {
    grid-template-columns: 1fr;
    gap: 4.59vw;
    align-items: center;
  }
}
.sec11 .sec11__plan-list--bottom {
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.01vw, 16.97px);
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-list--bottom {
    gap: 2.9vw;
    grid-template-columns: 1fr;
  }
}
.sec11 .sec11__plan-item {
  width: min(24.46vw, 410.93px);
  max-width: 41.1rem;
  min-height: min(14.17vw, 238.06px);
  background-color: #fff;
  border-radius: 0.98rem;
  padding-bottom: min(2.32vw, 38.98px);
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-item {
    width: 82.85vw;
    max-width: none;
    min-height: 50vw;
    padding-bottom: 4.83vw;
  }
}
.sec11 .sec11__plan-item--consul {
  padding-bottom: min(2.14vw, 35.95px);
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-item--consul {
    padding-bottom: 4.83vw;
  }
}
.sec11 .sec11__plan-item--vendor {
  padding-bottom: min(2.08vw, 34.94px);
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-item--vendor {
    padding-bottom: 5.07vw;
  }
}
.sec11 .sec11__plan-item--bottom {
  width: min(22.2vw, 372.96px);
  max-width: 37.3rem;
  min-height: min(9.88vw, 165.98px);
  padding-bottom: min(0.89vw, 14.95px);
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-item--bottom {
    width: 77.85vw;
    max-width: none;
    min-height: 40.1vw;
    padding-bottom: 3.62vw;
  }
}
.sec11 .sec11__plan-item--abroad {
  padding-bottom: min(1.13vw, 18.98px);
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-item--abroad {
    padding-bottom: 4.59vw;
  }
}
.sec11 .sec11__plan-title {
  font-size: min(1.23vw, 20.66px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background: #1D1D1D;
  border-radius: 0.98rem 0.98rem 0 0;
  padding: min(1.07vw, 18px) 0 min(1.37vw, 23.02px) min(0.24vw, 4.03px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-title {
    font-size: 4.25vw;
    padding: 4.83vw 0 4.44vw 0.97vw;
  }
}
.sec11 .sec11__plan-title--bottom {
  font-size: min(0.95vw, 15.96px);
  padding: min(1vw, 16.8px) 0 min(0.9vw, 15.12px);
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-title--bottom {
    font-size: 3.86vw;
    padding: 3.53vw 0 3.96vw;
  }
}
.sec11 .sec11__plan-text {
  font-size: min(0.89vw, 14.95px);
  line-height: 1.9;
  text-align: center;
  padding: min(1.75vw, 29.4px) min(1.37vw, 23.02px) min(0.89vw, 14.95px) min(1.49vw, 25.03px);
  font-feature-settings: "palt" 0;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-text {
    letter-spacing: 0.15em;
    line-height: 1.5;
    padding: 4.35vw 12.08vw 0 12.56vw;
    font-size: 3.62vw;
  }
}
.sec11 .sec11__plan-text--consul {
  padding-bottom: min(0.92vw, 15.46px);
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-text--consul {
    padding: 4.13vw 16.43vw 0;
  }
}
.sec11 .sec11__plan-text--vendor {
  padding-top: min(1.11vw, 18.65px);
  padding-bottom: min(0.06vw, 1.01px);
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-text--vendor {
    padding: 4.49vw 7.97vw 0.24vw;
  }
}
.sec11 .sec11__plan-text--bottom {
  font-size: min(0.83vw, 13.94px);
  padding: min(0.77vw, 12.94px) min(2.68vw, 45.02px) min(0.3vw, 5.04px) min(2.68vw, 45.02px);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-text--bottom {
    letter-spacing: 0.05em;
    font-size: 3.38vw;
    padding: 3.14vw 4.83vw 1.21vw 4.83vw;
  }
}
.sec11 .sec11__plan-text--abroad {
  line-height: 1.4;
  padding: min(0.77vw, 12.94px) min(5.36vw, 90.05px) min(0.89vw, 14.95px) min(5.36vw, 90.05px);
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-text--abroad {
    padding: 3.14vw 15.7vw 3.62vw;
  }
}
.sec11 .sec11__plan-price {
  font-size: min(1.31vw, 22.01px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  margin-right: min(1.07vw, 17.98px);
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-price {
    margin-right: 0;
    margin-left: 0.97vw;
    font-size: 5.31vw;
  }
}
.sec11 .sec11__plan-price--consul {
  margin-right: min(0.89vw, 14.95px);
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-price--consul {
    margin-right: 0;
  }
}
.sec11 .sec11__plan-price--vendor {
  margin-right: min(0.48vw, 8.06px);
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-price--vendor {
    margin-right: 0;
  }
}
.sec11 .sec11__plan-price--bottom {
  font-size: min(1.08vw, 18.14px);
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-price--bottom {
    font-size: 4.37vw;
  }
}
.sec11 .sec11__plan-month {
  transform: translateY(max(-0.12vw, -2.02px));
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-month {
    transform: translateY(-0.48vw);
  }
}
.sec11 .sec11__plan-month--abroad {
  transform: translateX(min(0.06vw, 1.01px));
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-month--abroad {
    transform: translateX(0.24vw);
  }
}
.sec11 .sec11__plan-yen {
  font-size: min(2.74vw, 46.03px);
  padding-left: min(0.6vw, 10.08px);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-yen {
    font-size: 11.11vw;
    padding-left: 2.42vw;
  }
}
.sec11 .sec11__plan-yen--consul {
  font-size: min(2.83vw, 47.54px);
  padding-left: min(0.6vw, 10.08px);
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-yen--consul {
    font-size: 11.5vw;
    padding-left: 2.42vw;
  }
}
.sec11 .sec11__plan-yen--vendor {
  font-size: min(2.72vw, 45.7px);
  padding-left: min(0.48vw, 8.06px);
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-yen--vendor {
    font-size: 11.04vw;
    padding-left: 1.93vw;
  }
}
.sec11 .sec11__plan-yen--sm {
  font-size: min(1.83vw, 30.74px);
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-yen--sm {
    font-size: 7.44vw;
  }
}
.sec11 .sec11__plan-yen--ad {
  font-size: min(1.74vw, 29.23px);
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-yen--ad {
    font-size: 7.08vw;
  }
}
.sec11 .sec11__plan-yen--ad-sm {
  font-size: min(1.17vw, 19.66px);
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-yen--ad-sm {
    font-size: 4.76vw;
  }
}
.sec11 .sec11__plan-yen--abroad {
  font-size: min(1.4vw, 23.52px);
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__plan-yen--abroad {
    font-size: 5.68vw;
  }
}
.sec11 .sec11__support {
  width: min(75.71vw, 1271.93px);
  max-width: 127.2rem;
  margin: min(1.19vw, 19.99px) auto min(3.01vw, 50.644px);
  padding: min(3.15vw, 52.92px) min(1.19vw, 19.99px) min(3.87vw, 65.02px);
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__support {
    width: 100%;
    max-width: none;
    margin: 5.3vw auto 3.38vw;
    padding: 5.8vw 3.38vw 5.56vw 3.14vw;
  }
}
.sec11 .sec11__support-title {
  font-size: min(1.54vw, 25.87px);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: min(2.38vw, 39.98px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__support-title {
    font-size: 4.32vw;
    margin-bottom: 5.31vw;
  }
}
.sec11 .sec11__support-item {
  width: min(52.14vw, 875.95px);
  max-width: 87.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__support-item {
    width: 82.37vw;
    max-width: none;
  }
}
.sec11 .sec11__bottom-text {
  font-size: min(1.01vw, 16.97px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: min(3.01vw, 50.644px);
}
@media screen and (max-width: 768px) {
  .sec11 .sec11__bottom-text {
    font-size: 3.38vw;
    margin-bottom: 9.42vw;
    transform: translateY(2.9vw);
  }
}

.sec12 {
  width: 100%;
}
.sec12 .sec12__inner {
  width: min(86.8vw, 1458.24px);
  max-width: 145.83rem;
  padding: min(8.63vw, 144.98px) min(1.19vw, 19.99px) min(5.12vw, 86.02px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__inner {
    width: 100%;
    max-width: none;
    padding: 16.8vw 7.25vw 13.29vw;
  }
}
.sec12 .sec12__bk-title {
  top: max(-2.02vw, -33.94px);
  left: 52%;
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__bk-title {
    top: -5.07vw;
    left: 51.3%;
  }
}
.sec12 .sec12__title {
  font-size: min(2.26vw, 37.97px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: min(0.24vw, 4.03px);
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__title {
    font-size: 6.45vw;
    margin-left: 0.97vw;
  }
}
.sec12 .sec12__title--after {
  text-align: center;
  margin-left: min(0.24vw, 4.03px);
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__title--after {
    margin-left: 0.97vw;
  }
}
.sec12 .sec12__top-text {
  font-size: min(1.07vw, 17.98px);
  line-height: 1.9;
  text-align: center;
  margin-top: min(1.01vw, 16.97px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__top-text {
    font-size: 3.38vw;
    margin-top: 3.38vw;
  }
}
.sec12 .sec12__before-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: min(4.23vw, 71.06px) auto min(6.73vw, 113.06px);
  width: min(78.81vw, 1324.01px);
  max-width: 132.4rem;
  gap: min(3vw, 50.4px);
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__before-list {
    flex-direction: column;
    margin: 11.35vw auto 27vw;
    gap: 9vw;
  }
}
.sec12 .sec12__before-item {
  position: relative;
}
.sec12 .sec12__before-item:not(:last-child)::after {
  content: "";
  width: min(1.4vw, 23.52px);
  height: min(1.01vw, 16.97px);
  position: absolute;
  top: 44.5%;
  right: -12%;
  background: url("../images/sec12_arrow.svg") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__before-item:not(:last-child)::after {
    transform: rotate(90deg) translate(50%, -50%);
    top: auto;
    bottom: -3.9vw;
    right: 49%;
    width: 6.28vw;
    height: 4.1vw;
  }
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__before-item:nth-child(3), .sec12 .sec12__before-item:last-child {
    margin-top: 0.72vw;
  }
}
.sec12 .sec12__before-item-inner {
  padding: min(3.57vw, 59.98px) 0 min(1.86vw, 31.25px);
  padding-right: min(1.25vw, 21px);
  padding-left: min(1.19vw, 19.99px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #F4F7FA;
  border-radius: 1.12rem;
  width: min(17.38vw, 291.98px);
  min-height: min(17.38vw, 291.98px);
}
.sec12 .sec12__before-item-inner--1 {
  padding-bottom: min(3.46vw, 58.13px);
  transform: translateX(max(-0.18vw, -3.02px));
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__before-item-inner--1 {
    padding-bottom: 14.06vw;
    transform: translateX(0);
  }
}
.sec12 .sec12__before-item-inner--2 {
  padding-top: min(3.69vw, 61.99px);
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__before-item-inner--2 {
    padding-top: 14.98vw;
  }
}
.sec12 .sec12__before-item-inner--4 {
  padding-left: min(0.95vw, 15.96px);
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__before-item-inner--4 {
    padding-left: 3.86vw;
  }
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__before-item-inner {
    width: 85.51vw;
    min-height: 45.17vw;
    justify-content: center;
    padding: 5.8vw 3.62vw 6.52vw;
  }
  .sec12 .sec12__before-item-inner--1 {
    padding-top: 2.42vw;
  }
  .sec12 .sec12__before-item-inner--2, .sec12 .sec12__before-item-inner--3, .sec12 .sec12__before-item-inner--4 {
    padding-top: 0.24vw;
  }
}
.sec12 .sec12__before-num {
  font-family: "Lexend", sans-serif;
  color: #fff;
  font-size: min(1.67vw, 28.06px);
  font-weight: 300;
  line-height: 1;
  padding: 0 min(1.22vw, 20.5px) 0 min(1.22vw, 20.5px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec12 .sec12__before-num--3 {
  left: 51%;
}
.sec12 .sec12__before-num--4 {
  left: 51%;
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__before-num {
    font-size: 6.76vw;
    padding: 0 4.47vw;
    top: 5.07vw;
    left: 3.74vw;
  }
}
.sec12 .sec12__before-num::before {
  content: "";
  width: min(3.19vw, 53.59px);
  height: min(3.19vw, 53.59px);
  border-radius: 50%;
  background: #1D1D1D;
  position: absolute;
  top: -40%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__before-num::before {
    width: 12.95vw;
    height: 12.95vw;
  }
}
.sec12 .sec12__before-icon {
  width: min(2.38vw, 39.98px);
  max-width: 3.998rem;
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__before-icon {
    width: 8.94vw;
    max-width: none;
  }
}
.sec12 .sec12__before-icon--2 {
  width: min(2.32vw, 38.98px);
  max-width: 3.898rem;
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__before-icon--2 {
    width: 8.45vw;
    max-width: none;
  }
}
.sec12 .sec12__before-icon--3 {
  width: min(2.08vw, 34.94px);
  max-width: 3.494rem;
  transform: translateX(min(0.12vw, 2.02px));
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__before-icon--3 {
    width: 6.6vw;
    max-width: none;
    transform: none;
  }
}
.sec12 .sec12__before-icon--4 {
  width: min(2.44vw, 40.99px);
  max-width: 4.099rem;
  transform: translateX(min(0.42vw, 7.06px));
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__before-icon--4 {
    width: 7.73vw;
    max-width: none;
    transform: none;
  }
}
.sec12 .sec12__before-title {
  color: #07264B;
  font-size: min(1.43vw, 24.02px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: min(0.15vw, 2.52px);
}
.sec12 .sec12__before-title--2 {
  letter-spacing: 0.04em;
}
.sec12 .sec12__before-title--3 {
  transform: translateX(min(0.18vw, 3.02px));
  letter-spacing: 0.05em;
}
.sec12 .sec12__before-title--4 {
  transform: translateX(min(0.12vw, 2.02px));
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__before-title--4 {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__before-title {
    font-size: 5.5vw;
    margin-top: 0;
  }
  .sec12 .sec12__before-title--2, .sec12 .sec12__before-title--3, .sec12 .sec12__before-title--4 {
    transform: translateY(1.3vw);
  }
}
.sec12 .sec12__before-text {
  line-height: 1.7;
  letter-spacing: 0.08em;
  transform: translateY(max(-0.12vw, -2.02px));
  padding: 0 min(0.36vw, 6.05px);
  font-size: min(0.95vw, 15.96px);
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__before-text {
    font-size: 3.62vw;
    transform: translateY(4.71vw);
    text-align: center;
    padding: 0 1.45vw;
  }
}
.sec12 .sec12__before-text--3 {
  transform: translate(min(0.6vw, 10.08px), max(-0.12vw, -2.02px));
}
.sec12 .sec12__before-text--4 {
  transform: translate(min(0.3vw, 5.04px), max(-0.24vw, -4.03px));
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__before-text--2, .sec12 .sec12__before-text--3, .sec12 .sec12__before-text--4 {
    transform: translateY(4.11vw);
  }
}
.sec12 .sec12__after-list-area {
  position: relative;
  height: min(24.05vw, 404.04px);
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__after-list-area {
    height: auto;
    margin-top: 6.52vw;
    position: static;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
  }
}
.sec12 .sec12__after-list {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__after-list {
    flex-direction: column;
    padding-top: 3.14vw;
  }
}
.sec12 .sec12__after-item {
  padding-bottom: min(3.63vw, 60.98px);
  position: absolute;
  opacity: 0;
  transform: scale(0.6);
}
.sec12 .sec12__after-item.is-animated {
  animation-name: afterItemPopIn;
  animation-duration: 0.45s;
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-fill-mode: forwards;
}
.sec12 .sec12__after-item:before {
  content: "";
  position: absolute;
  width: min(0.14vw, 2.35px);
  background: rgba(219, 225, 230, 0.6);
  top: min(1.9vw, 31.92px);
  bottom: 0;
  left: min(1.15vw, 19.32px);
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__after-item:before {
    width: 33.82vw;
    height: 1.94px;
    bottom: auto;
    left: 0;
    top: 3.74vw;
  }
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__after-item {
    padding: 0 0 10.87vw 6.52vw;
    position: relative;
  }
}
.sec12 .sec12__after-item:first-child {
  bottom: 0;
  left: 0.9%;
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__after-item:first-child {
    left: 0;
    padding-top: 0.48vw;
    padding-bottom: 10.73vw;
  }
}
.sec12 .sec12__after-item:nth-child(2) {
  bottom: 12.8%;
  left: 23%;
  padding-bottom: min(1.73vw, 29.06px);
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__after-item:nth-child(2) {
    bottom: auto;
    left: auto;
    padding-bottom: 9.66vw;
  }
}
.sec12 .sec12__after-item:nth-child(3) {
  bottom: 22.5%;
  left: 49.4%;
  padding-bottom: min(1.96vw, 32.93px);
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__after-item:nth-child(3) {
    bottom: auto;
    left: auto;
    padding-bottom: 8.45vw;
  }
}
.sec12 .sec12__after-item:last-child {
  bottom: 33%;
  left: 75%;
  padding-bottom: min(2.44vw, 40.99px);
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__after-item:last-child {
    bottom: auto;
    left: auto;
    padding-bottom: 5.39vw;
  }
}
@keyframes afterItemPopIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  60% {
    opacity: 1;
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.sec12 .sec12__after-month {
  color: #E73867;
  font-size: min(1.01vw, 16.97px);
  line-height: 1.7;
  letter-spacing: 0.08em;
  display: inline-block;
  padding-left: min(0.86vw, 14.45px);
  padding-bottom: min(0.18vw, 3.02px);
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__after-month {
    margin-left: 24.88vw;
    padding-left: 9.86vw;
    padding-bottom: 0;
    position: relative;
    font-size: 4.11vw;
  }
  .sec12 .sec12__after-month::before {
    content: "";
    position: absolute;
    width: 7.25vw;
    height: 7vw;
    background: url("../images/sec12_after-icon.svg") center/cover no-repeat;
    top: 0;
    left: 0;
  }
}
.sec12 .sec12__after-title {
  font-size: min(1.23vw, 20.66px);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: min(3.1vw, 52.08px);
  margin-bottom: min(0.76vw, 12.77px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__after-title {
    font-size: 4.98vw;
    padding-left: 0;
    margin: 1.67vw 0 1.14vw;
  }
}
.sec12 .sec12__after-title::before {
  content: "";
  position: absolute;
  width: min(2.24vw, 37.63px);
  height: min(2.17vw, 36.46px);
  background: url("../images/sec12_after-icon.svg") center/cover no-repeat;
  top: max(-0.24vw, -4.03px);
  left: min(0.12vw, 2.02px);
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__after-title::before {
    display: none;
  }
}
.sec12 .sec12__after-detail-list {
  font-size: min(1.01vw, 16.97px);
  line-height: 1.7;
  letter-spacing: 0.08em;
  padding-left: min(3.1vw, 52.08px);
  text-spacing-trim: space-all;
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__after-detail-list {
    padding-left: 0;
    font-size: 4.11vw;
  }
}
.sec12 .sec12__after-list-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec12 .sec12__after-list-img img {
  width: 100%;
  height: auto;
  max-width: 141.8rem;
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__after-list-img {
    position: static;
    transform: translateX(3.86vw);
  }
  .sec12 .sec12__after-list-img img {
    height: 212.56vw;
    width: auto;
  }
}
.sec12 .sec12__after-note {
  font-size: min(0.71vw, 11.93px);
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: min(2.47vw, 41.5px);
}
@media screen and (max-width: 768px) {
  .sec12 .sec12__after-note {
    min-width: 80.43vw;
    font-size: 2.42vw;
    margin-top: 6.04vw;
  }
}

.sec13 {
  width: 100%;
  padding: 0 min(1.61vw, 27.05px) min(1.67vw, 28.06px);
}
@media screen and (max-width: 768px) {
  .sec13 {
    padding: 0 2.9vw 7vw;
  }
}
.sec13 .sec13__inner {
  padding: min(7.08vw, 118.94px) min(1.19vw, 19.99px) min(2.98vw, 50.06px);
  margin-inline: auto;
  background: url("../images/sec13_bk-1x.webp") center/100% 100% no-repeat;
}
@media screen and (max-width: 768px) {
  .sec13 .sec13__inner {
    padding: 17.58vw 0.72vw 8.79vw 2.66vw;
    background-image: url("../images/sec13_bk-sp.webp");
  }
}
.sec13 .sec13__bk-title {
  top: max(-1.01vw, -16.97px);
  left: 54%;
}
@media screen and (max-width: 768px) {
  .sec13 .sec13__bk-title {
    top: -4.1vw;
  }
}
.sec13 .sec13__title {
  font-size: min(2.26vw, 37.97px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: min(0.3vw, 5.04px);
}
@media screen and (max-width: 768px) {
  .sec13 .sec13__title {
    font-size: 6.43vw;
    margin-left: -1.21vw;
  }
}
.sec13 .sec13__faq-area {
  display: flex;
  justify-content: space-between;
  gap: min(4.4vw, 73.92px);
  margin: min(3.97vw, 66.7px) auto;
  width: min(76.07vw, 1277.98px);
  max-width: 127.8rem;
  transform: translateX(max(-0.54vw, -9.07px));
}
@media screen and (max-width: 768px) {
  .sec13 .sec13__faq-area {
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: none;
    margin: 4.83vw 0 0;
    padding-left: 2.42vw;
    transform: translateX(-2.17vw);
  }
}
.sec13 .sec13__faq-column {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sec13 .sec13__faq-column--left .sec13__faq-question-text {
  letter-spacing: 0.1em;
}
.sec13 .sec13__faq-item {
  width: 100%;
  border-bottom: 2px solid #fff;
  transition: padding-bottom 0.3s ease;
}
.sec13 .sec13__faq-item.is-open .sec13__faq-question {
  padding-bottom: min(1.01vw, 16.97px);
}
.sec13 .sec13__faq-item.is-open .sec13__faq-question::after {
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .sec13 .sec13__faq-item.is-open .sec13__faq-question {
    padding-bottom: 2.42vw;
  }
}
.sec13 .sec13__faq-question {
  position: relative;
  display: flex;
  align-items: center;
  padding: min(2.17vw, 36.46px) min(1.7vw, 28.56px) min(1.73vw, 29.06px) min(1.31vw, 22.01px);
  cursor: pointer;
  transition: padding-bottom 0.3s ease;
}
@media screen and (max-width: 768px) {
  .sec13 .sec13__faq-question {
    padding: 6.16vw 6.88vw 4.95vw 1.93vw;
  }
}
.sec13 .sec13__faq-question::before, .sec13 .sec13__faq-question::after {
  position: absolute;
  content: "";
  top: calc(50% + (min(2.17vw, 36.46px) - min(1.73vw, 29.06px)) / 2);
  right: min(1.7vw, 28.56px);
  width: 1px;
  height: min(0.89vw, 15.01px);
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .sec13 .sec13__faq-question::before, .sec13 .sec13__faq-question::after {
    width: 0.8px;
    height: 2.9vw;
    right: 3.99vw;
    top: calc(50% + 0.605vw);
  }
}
.sec13 .sec13__faq-question::before {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s ease;
}
.sec13 .sec13__faq-question::after {
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.sec13 .sec13__faq-question-text {
  font-size: min(1.01vw, 16.97px);
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  position: relative;
  padding-left: min(2.02vw, 33.94px);
}
@media screen and (max-width: 768px) {
  .sec13 .sec13__faq-question-text {
    font-size: 3.62vw;
    padding-left: 6.52vw;
  }
}
.sec13 .sec13__faq-question-text::before {
  content: "q";
  font-family: "Lexend", sans-serif;
  color: #E73867;
  font-size: min(1.49vw, 25.03px);
  font-weight: 300;
  line-height: 0.3;
  text-transform: uppercase;
  position: absolute;
  top: min(0.48vw, 8.06px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec13 .sec13__faq-question-text::before {
    font-size: 5.56vw;
    top: 1.93vw;
  }
}
.sec13 .sec13__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  transition: max-height 0.3s ease;
}
.sec13 .sec13__faq-answer-text {
  font-size: min(0.89vw, 14.95px);
  letter-spacing: 0.04em;
  padding: 0 min(1.19vw, 19.99px) 0 min(2.02vw, 33.94px);
  margin-bottom: min(1.61vw, 27.05px);
}
@media screen and (max-width: 768px) {
  .sec13 .sec13__faq-answer-text {
    font-size: 3.38vw;
    padding: 0 8.45vw;
    margin-bottom: 4.83vw;
  }
}

.sec14 {
  width: 100%;
  background: url("../images/sec14_bk-1x.webp") center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .sec14 {
    background-image: url("../images/sec14_bk-sp.webp");
  }
}
.sec14 .sec14__inner {
  padding: min(5.89vw, 98.95px) min(1.19vw, 19.99px) min(6.61vw, 111.05px);
  width: min(100vw, 1680px);
  max-width: 168rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__inner {
    padding: 11.84vw 5.31vw 10.9vw 5.31vw;
    max-width: none;
  }
}
.sec14 .sec14__title {
  font-size: min(2.26vw, 37.97px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: min(2.26vw, 37.97px);
  text-align: center;
  scroll-margin-top: 5.81vw;
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__title {
    font-size: 6.45vw;
    margin-bottom: 3.62vw;
    margin-left: 0.97vw;
    scroll-margin-top: 14.11vw;
  }
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__title-lead {
    display: inline-block;
    transform: translateX(1.4vw);
  }
}
.sec14 .sec14__top-text {
  font-size: min(1.07vw, 17.98px);
  line-height: 1.9;
  text-align: center;
  margin-bottom: min(2.44vw, 40.99px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__top-text {
    font-size: 3.38vw;
    margin-bottom: 7vw;
    padding: 0 0.97vw;
    line-height: 1.95;
  }
}
.sec14 .sec14__contact-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: min(1.31vw, 22.01px);
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__contact-top {
    margin-right: 0;
  }
}
.sec14 .sec14__sub-title {
  font-size: min(1.49vw, 25.03px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: min(1.88vw, 31.58px);
  margin-left: min(0.18vw, 3.02px);
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__sub-title {
    font-size: 4.83vw;
    margin-left: 0;
    margin-bottom: 4.1vw;
  }
}
.sec14 .sec14__sub-text {
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__sub-text {
    font-size: 3.38vw;
  }
}
.sec14 .sec14__tel-area {
  display: flex;
  align-items: center;
  gap: min(0.85vw, 14.28px);
  padding: min(0.42vw, 7.06px) min(1.6vw, 26.88px);
  background: #fff;
  border: 1.5px solid #E73867;
  color: #E73867;
  margin: 2.38vw 0;
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__tel-area {
    gap: 3.12vw;
    padding: 1.69vw 6.04vw 1.45vw;
    border: 1.35px solid #E73867;
    margin: 6.2vw 0;
  }
}
.sec14 .sec14__tel-area:hover {
  opacity: 0.7;
}
.sec14 .sec14__tel-icon {
  width: min(1.88vw, 31.58px);
  height: min(1.87vw, 31.42px);
  transform: translate(min(0.12vw, 2.02px), min(0.12vw, 2.02px));
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__tel-icon {
    width: 6.84vw;
    height: 6.84vw;
  }
}
.sec14 .sec14__tel-number-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(0.06vw, 1.01px);
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__tel-number-area {
    gap: 0.24vw;
  }
}
.sec14 .sec14__tel-number {
  font-size: min(1.61vw, 27px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__tel-number {
    font-size: 5.87vw;
  }
}
.sec14 .sec14__tel-time {
  font-size: min(0.83vw, 14px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__tel-time {
    font-size: 3.04vw;
    letter-spacing: 0.05em;
  }
}
.sec14 .sec14__fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.sec14 .sec14__form-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.sec14 .sec14__form-radio-mark {
  position: relative;
  flex-shrink: 0;
  width: min(0.95vw, 15.96px);
  height: min(0.95vw, 15.96px);
  border: 1.2px solid #d9d9d9;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__form-radio-mark {
    width: 3.62vw;
    height: 3.62vw;
    border: 1.3px solid #d9d9d9;
  }
}
.sec14 .sec14__form-radio-mark::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(0.6vw, 10.08px);
  height: min(0.6vw, 10.08px);
  border-radius: 50%;
  background: #E73867;
  opacity: 0;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__form-radio-mark::after {
    width: 2.17vw;
    height: 2.17vw;
  }
}
.sec14 .sec14__form-radio:checked + .sec14__form-radio-mark::after {
  opacity: 1;
}
.sec14 .sec14__details-area {
  position: relative;
}
.sec14 .sec14__form-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  color: #d9d9d9;
  padding: min(1.13vw, 18.98px) min(1.25vw, 21px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__form-placeholder {
    padding: 4.59vw;
    font-size: 3.48vw;
  }
}
.sec14 .sec14__form-placeholder.hidden {
  display: none;
}
.sec14 .sec14__form-policy-label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: min(0.65vw, 10.92px);
  cursor: pointer;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin: min(1.15vw, 19.32px) min(1.37vw, 23.02px) 0 0;
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__form-policy-label {
    gap: 2.13vw;
    font-size: 3.09vw;
    margin: 0;
  }
}
.sec14 .sec14__form-policy-error {
  display: none;
  font-size: min(0.89vw, 14.95px);
  font-weight: 500;
  color: #E73867;
  text-align: center;
  margin-top: min(0.6vw, 10.08px);
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__form-policy-error {
    font-size: 3.14vw;
    margin-top: 1.93vw;
  }
}
.sec14 .sec14__form-policy-error.is-visible {
  display: block;
}
.sec14 .sec14__form-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  margin-top: min(0.12vw, 2.02px);
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__form-checkbox {
    margin-top: 0.48vw;
  }
}
.sec14 .sec14__form-checkbox-mark {
  position: relative;
  flex-shrink: 0;
  width: min(1.43vw, 24.02px);
  height: min(1.43vw, 24.02px);
  border: 1.5px solid #d9d9d9;
  border-radius: 0.25rem;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__form-checkbox-mark {
    width: 4.64vw;
    height: 4.61vw;
    border-radius: 0.2rem;
    border: 1.2px solid #d9d9d9;
  }
}
.sec14 .sec14__form-checkbox-mark::after {
  content: "";
  position: absolute;
  left: min(0.48vw, 8.06px);
  top: min(0.12vw, 2.02px);
  width: min(0.42vw, 7.06px);
  height: min(0.77vw, 12.94px);
  border-right: 2px solid #E73867;
  border-bottom: 2px solid #E73867;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__form-checkbox-mark::after {
    top: 0;
    left: 1.21vw;
    width: 1.69vw;
    height: 3.14vw;
  }
}
.sec14 .sec14__form-checkbox:checked + .sec14__form-checkbox-mark::after {
  opacity: 1;
}
.sec14 .form-radio-area {
  display: flex;
  align-items: center;
  gap: min(0.48vw, 8.06px);
}
@media screen and (max-width: 768px) {
  .sec14 .form-radio-area {
    flex-direction: column;
    gap: 1.93vw;
  }
}
.sec14 .sec14__form-select-wrap {
  width: min(18.99vw, 319.03px);
  max-width: 31.9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__form-select-wrap {
    width: 100%;
    max-width: none;
  }
}
.sec14 .sec14__form-select-wrap::after {
  content: "";
  position: absolute;
  top: 52.2%;
  right: min(1.07vw, 17.98px);
  width: min(0.83vw, 13.94px);
  height: min(1.31vw, 22.01px);
  background: url("../images/sec14_select-arrow.svg") no-repeat center/contain;
  pointer-events: none;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__form-select-wrap::after {
    right: 2.9vw;
    width: 3.38vw;
    height: 5.31vw;
  }
}
.sec14 .sec14__form-policy-link {
  display: inline-flex;
}
.sec14 .sec14__form-policy-link a {
  border-bottom: 1px solid #1D1D1D;
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__form-policy-link a {
    border-bottom: 0.8px solid #1D1D1D;
  }
}
.sec14 .sec14__form-policy-link a:hover {
  opacity: 0.7;
}
.sec14 .sec14__form-note {
  font-size: min(0.89vw, 14.95px);
  font-weight: 300;
  line-height: 1.85;
  letter-spacing: 0.06em;
  text-align: center;
  margin-right: min(1.19vw, 19.99px);
  transform: translateY(max(-0.06vw, -1.01px));
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__form-note {
    font-size: 2.42vw;
    letter-spacing: 0.04em;
    margin-right: 0;
    transform: none;
  }
}
.sec14 .sec14__form-note-link {
  display: inline-flex;
  text-decoration: underline;
  text-underline-offset: 0.1vw;
}
@media screen and (max-width: 768px) {
  .sec14 .sec14__form-note-link {
    text-decoration-thickness: 0.25px;
    text-underline-offset: 0.3vw;
  }
}
.sec14 .sec14__form-note-link:hover {
  opacity: 0.7;
}

.confirm {
  width: 100%;
  background: url("../images/confirm_bk.webp") center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .confirm {
    background-image: url("../images/confirm_bk-sp.webp");
  }
}
.confirm .confirm__inner {
  padding: min(7.02vw, 117.94px) min(1.19vw, 19.99px);
  margin-top: min(3.81vw, 64.01px);
}
@media screen and (max-width: 768px) {
  .confirm .confirm__inner {
    margin-top: 10.87vw;
    padding: 15.94vw 5.31vw 16.43vw;
  }
}
.confirm .confirm__title {
  font-size: min(1.49vw, 25.03px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: min(5.09vw, 85.51px);
  padding-right: 1.05vw;
}
@media screen and (max-width: 768px) {
  .confirm .confirm__title {
    font-size: 4.83vw;
    margin-bottom: 8.21vw;
    padding-right: 0;
  }
}
.confirm .confirm__error-message {
  font-size: min(0.96vw, 16.13px);
  font-weight: 500;
  color: #E73867;
  text-align: center;
  margin-top: min(-3.57vw, -60px);
  margin-bottom: min(2.38vw, 40px);
}
@media screen and (max-width: 768px) {
  .confirm .confirm__error-message {
    font-size: 3.62vw;
    margin-top: -4.83vw;
    margin-bottom: 6.04vw;
  }
}
.confirm .confirm__area {
  gap: min(1.43vw, 24px);
}
@media screen and (max-width: 768px) {
  .confirm .confirm__area {
    gap: 6.04vw;
  }
}
.confirm .confirm__button-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(1.13vw, 19px);
  padding-left: min(0.06vw, 1.01px);
  margin-top: min(2.98vw, 50px);
}
@media screen and (max-width: 768px) {
  .confirm .confirm__button-area {
    flex-direction: column-reverse;
    gap: 0.86vw;
    margin-top: 1.7vw;
    padding-left: 0.24vw;
  }
}
.confirm .confirm__row--name, .confirm .confirm__row--email, .confirm .confirm__row--tel, .confirm .confirm__row--url {
  margin-top: min(0.18vw, 3px);
}
.confirm .confirm__row--scale {
  margin-top: min(0.65vw, 11px);
}
.confirm .confirm__row--hear {
  margin-top: min(0.24vw, 4px);
}
.confirm .confirm__row--details {
  align-items: flex-start;
  margin-top: min(-0.1vw, -2px);
}
@media screen and (max-width: 768px) {
  .confirm .confirm__row {
    gap: 1.93vw;
  }
  .confirm .confirm__row--name {
    margin-top: -1.7vw;
  }
  .confirm .confirm__row--requested {
    gap: 1.69vw;
  }
  .confirm .confirm__row--company {
    margin-top: -0.72vw;
  }
  .confirm .confirm__row--email {
    margin-top: -0.97vw;
  }
  .confirm .confirm__row--tel {
    margin-top: -0.72vw;
  }
  .confirm .confirm__row--url {
    margin-top: -0.72vw;
  }
  .confirm .confirm__row--scale {
    margin-top: -0.72vw;
  }
  .confirm .confirm__row--hear {
    margin-top: -0.97vw;
  }
  .confirm .confirm__row--details {
    margin-top: -1.48vw;
  }
}
.confirm .confirm__question {
  letter-spacing: 0.08em;
}
.confirm .confirm__question--email {
  transform: translateY(0.2vw);
}
.confirm .confirm__question--hear {
  transform: translateY(min(0.24vw, 4.03px));
}
@media screen and (max-width: 768px) {
  .confirm .confirm__question--hear {
    transform: translateY(0.24vw);
  }
}
.confirm .confirm__question--company {
  margin-bottom: min(0.36vw, 6.05px);
}
@media screen and (max-width: 768px) {
  .confirm .confirm__question--company {
    margin: 0;
    transform: translateX(0.72vw);
    margin-bottom: 1.45vw;
  }
}
.confirm .confirm__question--url {
  letter-spacing: 0.075em;
  white-space: nowrap;
  transform: translateY(max(-0.12vw, -2.02px));
}
@media screen and (max-width: 768px) {
  .confirm .confirm__question--url {
    transform: none;
  }
}
.confirm .confirm__question--scale {
  transform: translateY(min(0.18vw, 3.02px));
}
@media screen and (max-width: 768px) {
  .confirm .confirm__question--scale {
    transform: translateY(0.18vw);
  }
}
.confirm .confirm__question--details {
  margin-top: 0.6vw;
  transform: translateY(min(0.54vw, 9.07px));
}
@media screen and (max-width: 768px) {
  .confirm .confirm__question--details {
    transform: translateY(0.54vw);
  }
}
@media screen and (max-width: 768px) {
  .confirm .confirm__question {
    letter-spacing: 0.06em;
  }
}
.confirm .confirm__answer {
  padding: min(0.71vw, 11.93px) min(1.19vw, 19.99px);
  letter-spacing: 0;
}
.confirm .confirm__answer--requested {
  padding: min(0.83vw, 13.94px) min(1.43vw, 24.02px);
}
@media screen and (max-width: 768px) {
  .confirm .confirm__answer--requested {
    height: 12.08vw;
    padding: 3.38vw 5.8vw;
  }
}
@media screen and (max-width: 768px) {
  .confirm .confirm__answer--company {
    transform: translateY(0.17vw);
  }
}
.confirm .confirm__answer--scale, .confirm .confirm__answer--hear {
  width: min(18.99vw, 319.03px);
}
@media screen and (max-width: 768px) {
  .confirm .confirm__answer--scale, .confirm .confirm__answer--hear {
    width: 100%;
  }
}
.confirm .confirm__answer-details {
  padding-top: min(1.01vw, 16.97px);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .confirm .confirm__answer-details {
    padding-top: 4.11vw;
  }
}
@media screen and (max-width: 768px) {
  .confirm .confirm__answer {
    padding: 2.9vw 4.83vw;
  }
}

.thanks {
  width: 100%;
  background: url("../images/thanks_bk.webp") center top/cover no-repeat;
  padding: min(6.85vw, 115.08px) 0 min(8.1vw, 136.08px);
  margin-top: min(3.81vw, 64.01px);
}
@media screen and (max-width: 768px) {
  .thanks {
    padding: 8.87vw 5.07vw 11.2vw;
    background-image: url("../images/thanks_bk-sp.webp");
    margin-top: 11.11vw;
  }
}
.thanks .thanks__inner {
  width: min(54.82vw, 920.98px);
  max-width: 92.1rem;
  margin-inline: auto;
  padding: 0 min(1.43vw, 24.02px) 0 min(1.37vw, 23.02px);
}
@media screen and (max-width: 768px) {
  .thanks .thanks__inner {
    width: 100%;
    max-width: none;
    padding: 0;
  }
}
.thanks .thanks__title {
  font-size: min(2.47vw, 41.5px);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: min(2.5vw, 42px);
  margin-left: min(0.6vw, 10.08px);
}
@media screen and (max-width: 768px) {
  .thanks .thanks__title {
    font-size: 6.16vw;
    margin-bottom: 5.1vw;
    letter-spacing: 0.1em;
    margin-left: 0.6vw;
  }
}
.thanks .thanks__head-area {
  display: flex;
  flex-direction: column;
  gap: min(1.31vw, 22.01px);
  justify-content: center;
  margin-bottom: min(2.68vw, 45.02px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks .thanks__head-area {
    margin-bottom: 8.94vw;
    margin-left: 0.5vw;
    gap: 0;
  }
}
.thanks .thanks__head-text {
  font-size: min(1.07vw, 17.98px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .thanks .thanks__head-text {
    font-size: 3.86vw;
    line-height: 2.13;
  }
}
.thanks .thanks__mail-error {
  width: min(52.38vw, 879.98px);
  max-width: 87.4rem;
  background-color: #fff;
  border-radius: 0.65rem;
  padding: min(2.02vw, 33.94px) min(3.0952vw, 52px) min(2.07vw, 34.78px) min(3.15vw, 52.92px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .thanks .thanks__mail-error {
    width: 100%;
    padding: 8.4vw 5.52vw 10.18vw 4.35vw;
  }
}
.thanks .thanks__mail-error-head {
  padding-left: min(1.19vw, 19.99px);
  font-size: min(0.93vw, 15.62px);
  letter-spacing: 0.2em;
  position: relative;
  margin-bottom: min(1.73vw, 29.06px);
  width: -moz-fit-content;
  width: fit-content;
}
.thanks .thanks__mail-error-head::before {
  content: "■";
  position: absolute;
  width: min(0.77vw, 12.94px);
  height: min(0.77vw, 12.94px);
  top: 5%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .thanks .thanks__mail-error-head::before {
    width: 3.14vw;
    height: 3.14vw;
    top: 0;
    left: 2.9vw;
  }
}
.thanks .thanks__mail-error-head::after {
  content: "";
  width: min(11.96vw, 200.93px);
  height: min(0.06vw, 1.01px);
  position: absolute;
  bottom: -0.6rem;
  right: 0.6rem;
  background: #1D1D1D;
}
@media screen and (max-width: 768px) {
  .thanks .thanks__mail-error-head::after {
    width: 48.55vw;
    height: 0.24vw;
    bottom: -1vw;
    right: -0.97vw;
  }
}
@media screen and (max-width: 768px) {
  .thanks .thanks__mail-error-head {
    padding-left: 7.25vw;
    letter-spacing: 0.15em;
    margin-bottom: 6.4vw;
    font-size: 3.77vw;
  }
}
.thanks .thanks__mail-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.thanks .thanks__mail-text {
  font-size: min(0.93vw, 15.62px);
  letter-spacing: 0.09em;
  padding-left: min(1.19vw, 19.99px);
  position: relative;
  justify-self: center;
}
.thanks .thanks__mail-text::before {
  content: "・";
  position: absolute;
  width: min(0.77vw, 12.94px);
  height: min(0.77vw, 12.94px);
  top: 4%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .thanks .thanks__mail-text::before {
    width: 3.14vw;
    height: 3.14vw;
    top: 0;
  }
}
.thanks .thanks__mail-text:first-child {
  margin-bottom: min(1.19vw, 19.99px);
}
@media screen and (max-width: 768px) {
  .thanks .thanks__mail-text:first-child {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .thanks .thanks__mail-text {
    letter-spacing: 0.05em;
    font-size: 3.79vw;
    padding-left: 4vw;
    line-height: 1.47;
  }
  .thanks .thanks__mail-text--domain {
    letter-spacing: 0.07em;
  }
}
.thanks .thanks__note {
  font-size: min(0.89vw, 14.95px);
  letter-spacing: 0.1em;
  width: min(49.88vw, 837.98px);
  max-width: 83.8rem;
  margin-top: min(0.71vw, 11.93px);
  justify-self: center;
  transform: translateX(0.25vw);
}
@media screen and (max-width: 768px) {
  .thanks .thanks__note {
    width: 100%;
    font-size: 2.9vw;
    margin-left: 6.14vw;
    margin-top: 2.8vw;
  }
}/*# sourceMappingURL=style.css.map */
