@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

:root {
  --color-00_black: #000000;
  --color-00_white: #ffffff;
  --color-01_black: #544f4f;
  --color-01_white: #f4f4f3;
  --color-01_gray: #d6d7d7;
  --color-01_pink: #f84157;
  --color-01_blue: #0066a4;
  --color-01-beige: #fff5b2;
  --color-01_yellow: #fece00;
  --color-01_red: #f7434e;
  --color-01_purple: #cc93f4;
  --color-01_green: #8ebbc0;
  --color-02_gray: #f4f4f3;
  --color-02_blue: #dfe6eb;
  --color-02_white: #e9ecec;
  --color-02_green: #12a9a9;
  --color-03-gray: #707070;
  --color-03_blue: #1c5a80;
}

/* default setting */
html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: var(--color-00_white);
  color: var(--color-01_black);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.933;
}
a {
  color: var(--color-01_navy);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ol,
ul,
dl,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

em,
i {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  display: block;
  height: auto;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

/* SP style */
@media print, screen and (max-width: 749px) {
  .pc {
    display: none !important;
  }
}
/* PC style */
@media print, screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}
/* inview */
/* plugins */
/* Slider */
/* Icons */
@font-face {
  font-style: normal;
  font-weight: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 20px;
  line-height: 0px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 20px;
  line-height: 0px;
  outline: none;
  padding: 5px;
  width: 20px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  content: "•";
  font-family: "slick";
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* blocks */
/* --------------------
 * Beginner
 * -------------------- */
.Beginner {
  position: relative;
}
.Beginner::before {
  background-color: #e8f0f1;
  -webkit-clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0 96%);
  clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0 96%);
  content: "";
  display: block;
  -webkit-filter: drop-shadow(0 0 clamp(14.9333333333px, 4.6666666667vw, 35px) rgba(45, 37, 7, 0.8));
  filter: drop-shadow(0 0 clamp(14.9333333333px, 4.6666666667vw, 35px) rgba(45, 37, 7, 0.8));
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.Beginner .Beginner__inner {
  overflow: hidden;
  padding: clamp(64px, 20vw, 150px) 0 clamp(42.6666666667px, 13.3333333333vw, 100px);
  position: relative;
  z-index: 1;
}
.Beginner .Beginner__welcome {
  color: var(--color-00_white);
  font-family: "Outfit", sans-serif;
  font-size: clamp(61.8666666667px, 19.3333333333vw, 145px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: clamp(-60px, -8vw, -25.6px);
  top: clamp(128px, 40vw, 300px);
  -webkit-transform: rotate(90deg) translateX(100%);
  transform: rotate(90deg) translateX(100%);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.Beginner .Beginner__title {
  margin: 0 auto clamp(21.3333333333px, 6.6666666667vw, 50px);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Beginner .Beginner__title:before {
  background-image: url("../images/beginner_icon.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: clamp(67.84px, 21.2vw, 159px);
  left: clamp(-25px, -3.3333333333vw, -10.6666666667px);
  position: absolute;
  top: clamp(-85px, -11.3333333333vw, -36.2666666667px);
  width: clamp(49.92px, 15.6vw, 117px);
}
.Beginner .Beginner__titleMain {
  font-size: clamp(19.2px, 6vw, 45px);
  line-height: 1.2;
  text-align: center;
}
.Beginner .Beginner__titleMain em {
  font-size: clamp(25.6px, 8vw, 60px);
  font-weight: 600;
}
.Beginner .Beginner__text {
  font-size: clamp(14.5066666667px, 4.5333333333vw, 34px);
  line-height: 1.55;
  margin: 0 clamp(32px, 10vw, 75px) clamp(21.3333333333px, 6.6666666667vw, 50px);
}
.Beginner .Beginner__text em {
  background-color: var(--color-00_white);
  color: var(--color-01_blue);
}
.Beginner .Beginner__image2 {
  margin-top: clamp(-30px, -4vw, -12.8px);
}

/* --------------------
 * Bring
 * -------------------- */
.Bring {
  background-image: url("../images/bring_bg.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: clamp(285.8666666667px, 89.3333333333vw, 670px);
  padding-top: clamp(55.4666666667px, 17.3333333333vw, 130px);
}
.Bring .Bring__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-02_green);
  border-radius: clamp(16.2133333333px, 5.0666666667vw, 38px);
  color: var(--color-00_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(19.2px, 6vw, 45px);
  height: clamp(32.4266666667px, 10.1333333333vw, 76px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin: 0 auto clamp(12.8px, 4vw, 30px);
  padding: 0 clamp(21.3333333333px, 6.6666666667vw, 50px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Bring .Bring__list {
  margin: 0 auto clamp(12.8px, 4vw, 30px);
  width: clamp(200.5333333333px, 62.6666666667vw, 470px);
}
.Bring .Bring__list li {
  gap: clamp(6.4px, 2vw, 15px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: clamp(0.8533333333px, 0.2666666667vw, 2px) solid var(--color-03-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(17.0666666667px, 5.3333333333vw, 40px);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1;
  padding: clamp(6.4px, 2vw, 15px) 0;
}
.Bring .Bring__list li:before {
  border: clamp(1.28px, 0.4vw, 3px) solid var(--color-02_green);
  content: "";
  display: block;
  height: clamp(14.08px, 4.4vw, 33px);
  width: clamp(14.08px, 4.4vw, 33px);
}
.Bring .Bring__text {
  font-size: clamp(15.36px, 4.8vw, 36px);
  line-height: 1.2;
  text-align: center;
}

/* --------------------
 * Campaign
 * -------------------- */
.Campaign {
  background-color: var(--color-02_gray);
}
/* --------------------
 * Card
 * -------------------- */
.Card {
  background-color: var(--color-00_white);
  border-radius: clamp(6.4px, 2vw, 15px);
  -webkit-box-shadow: 0 clamp(8.5333333333px, 2.6666666667vw, 20px) clamp(10.24px, 3.2vw, 24px) rgba(4, 23, 25, 0.3);
  box-shadow: 0 clamp(8.5333333333px, 2.6666666667vw, 20px) clamp(10.24px, 3.2vw, 24px) rgba(4, 23, 25, 0.3);
  padding: clamp(12.8px, 4vw, 30px);
  width: clamp(277.3333333333px, 86.6666666667vw, 650px);
}
.Card .Card__title {
  background-color: var(--color-01_blue);
  border-radius: clamp(3.4133333333px, 1.0666666667vw, 8px);
  color: var(--color-00_white);
  margin-bottom: clamp(12.8px, 4vw, 30px);
  padding: clamp(2.1333333333px, 0.6666666667vw, 5px) 0;
  text-align: center;
}
.Card .Card__titleMain {
  font-size: clamp(13.6533333333px, 4.2666666667vw, 32px);
  line-height: 1.2;
}
.Card .Card__titleMain em {
  font-size: clamp(18.3466666667px, 5.7333333333vw, 43px);
  font-weight: 600;
}
.Card .Card__photo1 {
  margin-bottom: clamp(12.8px, 4vw, 30px);
}
.Card .Card__target {
  gap: clamp(8.5333333333px, 2.6666666667vw, 20px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 clamp(-30px, -4vw, -12.8px) clamp(6.4px, 2vw, 15px) 0;
}
.Card .Card__targetText1 {
  color: var(--color-01_blue);
  display: block;
  font-size: clamp(14.5066666667px, 4.5333333333vw, 34px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
  text-align: left;
}
.Card .Card__targetText1.-small {
  font-size: clamp(13.6533333333px, 4.2666666667vw, 32px);
  line-height: 1.2;
}
.Card .Card__targetText2 {
  padding: clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(6.4px, 2vw, 15px);
  position: relative;
}
.Card .Card__targetText2 span {
  color: var(--color-00_white);
  display: block;
  font-size: clamp(11.9466666667px, 3.7333333333vw, 28px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.Card .Card__targetText2:before {
  background-color: var(--color-01_blue);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-8deg);
  transform: skewX(-8deg);
  width: 100%;
  z-index: 0;
}
.Card .Card__targetText2.-beginner::after {
  background-image: url("../images/reason_icon_beginner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: clamp(27.3066666667px, 8.5333333333vw, 64px);
  position: absolute;
  right: clamp(-40px, -5.3333333333vw, -17.0666666667px);
  top: clamp(-15px, -2vw, -6.4px);
  width: clamp(20.0533333333px, 6.2666666667vw, 47px);
}
.Card .Card__text {
  font-size: clamp(14.08px, 4.4vw, 33px);
  letter-spacing: 0;
  line-height: 1.55;
  margin-bottom: clamp(12.8px, 4vw, 30px);
}

/* --------------------
 * Card2
 * -------------------- */
.Card2 {
  background-color: var(--color-00_white);
  border-radius: clamp(6.4px, 2vw, 15px);
  -webkit-box-shadow: clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(8.5333333333px, 2.6666666667vw, 20px) rgba(4, 23, 25, 0.2);
  box-shadow: clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(8.5333333333px, 2.6666666667vw, 20px) rgba(4, 23, 25, 0.2);
  overflow: hidden;
  width: clamp(234.6666666667px, 73.3333333333vw, 550px);
}
.Card2 .Card2__photo {
  -webkit-box-shadow: 0 clamp(2.1333333333px, 0.6666666667vw, 5px) clamp(4.2666666667px, 1.3333333333vw, 10px) rgba(4, 23, 25, 0.2);
  box-shadow: 0 clamp(2.1333333333px, 0.6666666667vw, 5px) clamp(4.2666666667px, 1.3333333333vw, 10px) rgba(4, 23, 25, 0.2);
  margin-bottom: clamp(12.8px, 4vw, 30px);
}
.Card2 .Card2__content {
  padding: clamp(2.1333333333px, 0.6666666667vw, 5px) clamp(12.8px, 4vw, 30px) clamp(12.8px, 4vw, 30px);
}
.Card2 .Card2__title {
  font-size: clamp(17.0666666667px, 5.3333333333vw, 40px);
  line-height: 1.2;
  margin-bottom: clamp(6.4px, 2vw, 15px);
}
.Card2 .Card2__text {
  font-size: clamp(11.9466666667px, 3.7333333333vw, 28px);
  letter-spacing: 0;
  line-height: 1.55;
}

/* --------------------
 * Card3
 * -------------------- */
.Card3 {
  background-color: var(--color-00_white);
  -webkit-box-shadow: clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(8.5333333333px, 2.6666666667vw, 20px) rgba(4, 23, 25, 0.2);
  box-shadow: clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(8.5333333333px, 2.6666666667vw, 20px) rgba(4, 23, 25, 0.2);
  overflow: hidden;
  width: clamp(234.6666666667px, 73.3333333333vw, 550px);
}
.Card3 .Card3__video {
  aspect-ratio: 16/9;
}
.Card3 .Card3__video iframe {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.Card3 .Card3__content {
  padding: clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(12.8px, 4vw, 30px) clamp(12.8px, 4vw, 30px);
}
.Card3 .Card3__text {
  font-size: clamp(12.8px, 4vw, 30px);
  letter-spacing: 0;
  line-height: 1.55;
}

/* --------------------
 * Cta
 * -------------------- */
.Cta {
  padding: clamp(10.6666666667px, 3.3333333333vw, 25px) 0;
}
.Cta.-gray {
  background-color: var(--color-01_white);
}
.Cta.-fixed {
  bottom: 0;
  opacity: 0;
  padding-bottom: 0;
  pointer-events: none;
  position: fixed;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  width: clamp(320px, 100vw, 750px);
  z-index: 999;
}
.Cta.-fixed.-show {
  opacity: 1;
  pointer-events: auto;
}
.Cta.-fixed .Cta__title {
  display: none;
}
.Cta.-fixed .Cta__text {
  display: none;
}
.Cta.-fixed .Cta__btnList {
  background-color: var(--color-00_white);
  margin-bottom: 0;
}
.Cta.-fixed .Cta__btnList::after {
  content: none;
}
.Cta .Cta__title {
  font-size: clamp(11.9466666667px, 3.7333333333vw, 28px);
  font-weight: 600;
  line-height: 1;
  margin-bottom: clamp(16.2133333333px, 5.0666666667vw, 38px);
  text-align: center;
}
.Cta .Cta__title em {
  color: var(--color-01_blue);
  font-size: clamp(14.9333333333px, 4.6666666667vw, 35px);
}
.Cta .Cta__btnWrapper {
  position: relative;
}
.Cta .Cta__btnList {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: clamp(8.5333333333px, 2.6666666667vw, 20px);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.Cta .Cta__btnList::after {
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ctaLoop;
  animation-name: ctaLoop;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.Cta .Cta__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
  z-index: 1;
}
.Cta .Cta__btn a {
  display: block;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.Cta .Cta__btn a:hover {
  opacity: 0.8;
}
.Cta .Cta__btnCall {
  display: block;
  width: 100%;
  aspect-ratio: 25 / 8; /* 横長比率。画像に合わせて調整 */
  background-image: url('../images/cta_btn1.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px; /* テキスト非表示 */
}
.Cta .Cta__fukidashi {
  height: clamp(22.6133333333px, 7.0666666667vw, 53px);
  pointer-events: none;
  position: absolute;
  right: clamp(21.3333333333px, 6.6666666667vw, 50px);
  top: clamp(-26px, -3.4666666667vw, -11.0933333333px);
  width: clamp(119.04px, 37.2vw, 279px);
  z-index: 2;
}
.Cta .Cta__text {
  gap: clamp(2.1333333333px, 0.6666666667vw, 5px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(11.9466666667px, 3.7333333333vw, 28px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
.Cta .Cta__text::before {
  background-image: url("../images/cta_icon_beginner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: clamp(19.2px, 6vw, 45px);
  width: clamp(19.2px, 6vw, 45px);
}
.Cta .Cta__studio {
  display: block;
  margin-top: clamp(-20px, -2.6666666667vw, -8.5333333333px);
}
.Cta .Cta__studio a {
  display: block;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.Cta .Cta__studio a:hover {
  opacity: 0.8;
}

@-webkit-keyframes ctaLoop {
  0% {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
  100% {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
  }
}

@keyframes ctaLoop {
  0% {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
  100% {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
  }
}
/* --------------------
 * Flow
 * -------------------- */
.Flow {
  background-color: #e8f0f1;
}
.Flow .Flow_titleSub {
  margin-bottom: clamp(12.8px, 4vw, 30px);
}
.Flow .Flow_titleMain {
  color: var(--color-01_blue);
  font-size: clamp(23.4666666667px, 7.3333333333vw, 55px);
  line-height: 1;
  margin-bottom: clamp(25.6px, 8vw, 60px);
  text-align: center;
}
.Flow .Flow_titleMain em {
  font-size: clamp(29.8666666667px, 9.3333333333vw, 70px);
  font-weight: 600;
}
.Flow .Flow__step {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: drop-shadow(0 clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(8.5333333333px, 2.6666666667vw, 20px) rgba(4, 23, 25, 0.2));
  filter: drop-shadow(0 clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(8.5333333333px, 2.6666666667vw, 20px) rgba(4, 23, 25, 0.2));
  margin: 0 auto clamp(12.8px, 4vw, 30px);
  width: clamp(283.3066666667px, 88.5333333333vw, 664px);
}
.Flow .Flow__step.-step1 {
  background-image: url("../images/flow_step1.webp");
  height: clamp(210.3466666667px, 65.7333333333vw, 493px);
}
.Flow .Flow__step.-step2 {
  background-image: url("../images/flow_step2.webp");
  height: clamp(183.8933333333px, 57.4666666667vw, 431px);
}
.Flow .Flow__step.-step3 {
  background-image: url("../images/flow_step3.webp");
  height: clamp(183.8933333333px, 57.4666666667vw, 431px);
}
.Flow .Flow__step.-step4 {
  background-image: url("../images/flow_step4.webp");
  height: clamp(183.8933333333px, 57.4666666667vw, 431px);
}
.Flow .Flow__step.-step5 {
  background-image: url("../images/flow_step5.webp");
  height: clamp(194.56px, 60.8vw, 456px);
}
.Flow .Flow__content {
  margin: 0 0 0 auto;
  padding: clamp(10.6666666667px, 3.3333333333vw, 25px) clamp(8.5333333333px, 2.6666666667vw, 20px) 0 clamp(12.8px, 4vw, 30px);
  width: clamp(166.4px, 52vw, 390px);
}
.Flow .Flow__no {
  color: var(--color-01_blue);
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: clamp(20.48px, 6.4vw, 48px);
  font-style: normal;
  font-weight: 400;
  font-weight: 600;
  line-height: 1;
  margin-bottom: clamp(4.2666666667px, 1.3333333333vw, 10px);
  opacity: 0.4;
}
.Flow .Flow__tilte {
  color: var(--color-01_blue);
  font-size: clamp(15.36px, 4.8vw, 36px);
  font-weight: 600;
  line-height: 1;
  margin-bottom: clamp(6.4px, 2vw, 15px);
}
.Flow .Flow__text {
  font-size: clamp(9.8133333333px, 3.0666666667vw, 23px);
  line-height: 1.55;
}

/* --------------------
 * Footer
 * -------------------- */
.Footer {
  padding: clamp(21.3333333333px, 6.6666666667vw, 50px) 0;
  text-align: center;
}
.Footer .Footer__logo {
  margin: 0 auto clamp(21.3333333333px, 6.6666666667vw, 50px);
  width: clamp(157.8666666667px, 49.3333333333vw, 370px);
}
.Footer .Footer__menu li {
  margin-bottom: clamp(12.8px, 4vw, 30px);
}
.Footer .Footer__menu li:last-child {
  margin: 0;
}
.Footer .Footer__menu a {
  color: var(--color-01_black);
  display: block;
  font-size: clamp(11.0933333333px, 3.4666666667vw, 26px);
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Footer .Footer__menu a:hover {
  opacity: 0.6;
}

/* --------------------
 * Lesson
 * -------------------- */
.Lesson {
  background-color: var(--color-01_green);
  margin-top: clamp(-150px, -20vw, -64px);
  overflow: hidden;
  padding-bottom: clamp(42.6666666667px, 13.3333333333vw, 100px);
  padding-top: clamp(64px, 20vw, 150px);
}
.Lesson .Lesson__title1Wrapper {
  margin-bottom: clamp(17.0666666667px, 5.3333333333vw, 40px);
  overflow: hidden;
  padding: clamp(12.8px, 4vw, 30px) 0;
  position: relative;
}
.Lesson .Lesson__title1Wrapper:before {
  background-color: var(--color-02_green);
  content: "";
  display: block;
  height: clamp(51.2px, 16vw, 120px);
  left: 0;
  margin: 0 -5%;
  opacity: 0.4;
  position: absolute;
  top: clamp(14.9333333333px, 4.6666666667vw, 35px);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  width: 110%;
  z-index: 1;
}
.Lesson .Lesson__title1 {
  background-color: var(--color-02_blue);
  -webkit-box-shadow: clamp(0.8533333333px, 0.2666666667vw, 2px) 0 clamp(4.2666666667px, 1.3333333333vw, 10px) rgba(44, 44, 44, 0.2);
  box-shadow: clamp(0.8533333333px, 0.2666666667vw, 2px) 0 clamp(4.2666666667px, 1.3333333333vw, 10px) rgba(44, 44, 44, 0.2);
  color: var(--color-01_blue);
  margin: 0 -5%;
  padding: clamp(8.5333333333px, 2.6666666667vw, 20px) 0;
  position: relative;
  text-align: center;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  width: 110%;
  z-index: 2;
}
.Lesson .Lesson__title1Sub {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: clamp(12.8px, 4vw, 30px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: clamp(2.1333333333px, 0.6666666667vw, 5px);
}
.Lesson .Lesson__title1Main {
  display: block;
  font-size: clamp(17.0666666667px, 5.3333333333vw, 40px);
  line-height: 1;
}
.Lesson .Lesson__title1Main em {
  font-size: clamp(25.6px, 8vw, 60px);
  font-weight: 600;
}
.Lesson .Lesson__layout {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 clamp(21.3333333333px, 6.6666666667vw, 50px) clamp(64px, 20vw, 150px);
}
.Lesson .Lesson__pin {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-00_white);
  -webkit-box-shadow: clamp(8.5333333333px, 2.6666666667vw, 20px) 0 clamp(8.5333333333px, 2.6666666667vw, 20px) rgba(4, 23, 25, 0.2);
  box-shadow: clamp(8.5333333333px, 2.6666666667vw, 20px) 0 clamp(8.5333333333px, 2.6666666667vw, 20px) rgba(4, 23, 25, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: clamp(98.1333333333px, 30.6666666667vw, 230px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: clamp(136.5333333333px, 42.6666666667vw, 320px);
}
.Lesson .Lesson__pin:nth-child(1) {
  -webkit-transform: rotate(3.4deg);
  transform: rotate(3.4deg);
}
.Lesson .Lesson__pin:nth-child(2) {
  -webkit-transform: translateY(clamp(34.1333333333px, 10.6666666667vw, 80px)) rotate(-2.6deg);
  transform: translateY(clamp(34.1333333333px, 10.6666666667vw, 80px)) rotate(-2.6deg);
}
.Lesson .Lesson__pin::before {
  background-image: url("../images/lesson_icon_check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: clamp(12.8px, 4vw, 30px);
  left: calc(50% - clamp(6.4px, 2vw, 15px));
  position: absolute;
  top: clamp(-12px, -1.6vw, -5.12px);
  width: clamp(12.8px, 4vw, 30px);
}
.Lesson .Lesson__pinText {
  font-size: clamp(11.9466666667px, 3.7333333333vw, 28px);
  line-height: 1.3;
  text-align: center;
}
.Lesson .Lesson__pinText em {
  background-color: var(--color-01_pink);
  color: var(--color-00_white);
}
.Lesson .Lesson__title2 {
  margin-bottom: clamp(21.3333333333px, 6.6666666667vw, 50px);
}
.Lesson .Lesson__title2Sub {
  color: var(--color-00_white);
  font-family: "Outfit", sans-serif;
  font-size: clamp(42.6666666667px, 13.3333333333vw, 100px);
  font-style: normal;
  font-weight: 400;
  font-weight: 600;
  line-height: 1;
  opacity: 0.2;
}
.Lesson .Lesson__title2Main {
  color: var(--color-00_white);
  font-size: clamp(17.92px, 5.6vw, 42px);
  font-weight: 600;
  line-height: 1.3;
  margin-top: clamp(-60px, -8vw, -25.6px);
  text-align: center;
}
.Lesson .Lesson__title2Main em {
  font-size: clamp(22.1866666667px, 6.9333333333vw, 52px);
}
.Lesson .Lesson__slider1Wrapper {
  position: relative;
}
.Lesson .Lesson__slider1Content {
  padding: clamp(10.6666666667px, 3.3333333333vw, 25px) clamp(21.3333333333px, 6.6666666667vw, 50px) clamp(21.3333333333px, 6.6666666667vw, 50px);
}
.Lesson .Lesson__sliderArrow {
  height: clamp(18.7733333333px, 5.8666666667vw, 44px);
  left: 0;
  position: absolute;
  top: clamp(213.3333333333px, 66.6666666667vw, 500px);
  width: 100%;
}
.Lesson .Lesson__sliderArrow .slick-prev {
  left: clamp(9.3866666667px, 2.9333333333vw, 22px);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.Lesson .Lesson__sliderArrow .slick-next {
  right: clamp(9.3866666667px, 2.9333333333vw, 22px);
}
.Lesson .Lesson__sliderArrow .slick-arrow {
  background-image: url("../images/lesson_icon_slide.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  font-size: 0;
  height: clamp(18.7733333333px, 5.8666666667vw, 44px);
  position: absolute;
  top: 0;
  width: clamp(18.7733333333px, 5.8666666667vw, 44px);
}
.Lesson .Lesson__sliderArrow .slick-arrow::before {
  content: none;
}
.Lesson .Lesson__slider2Wrapper {
  padding-bottom: clamp(21.3333333333px, 6.6666666667vw, 50px);
  position: relative;
}
.Lesson .Lesson__slider2Wrapper .slick-slider {
  margin-bottom: 0;
}
.Lesson .Lesson__slider2Content {
  padding: 0 0 clamp(8.5333333333px, 2.6666666667vw, 20px);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.Lesson .Lesson__slider2Content.slick-current {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.Lesson .Lesson__sliderDots {
  bottom: 0;
  height: clamp(21.3333333333px, 6.6666666667vw, 50px);
  left: 0;
  position: absolute;
  width: 100%;
}
.Lesson .Lesson__sliderDots .slick-dots {
  gap: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
}
.Lesson .Lesson__sliderDots .slick-dots li {
  display: block;
  height: clamp(21.3333333333px, 6.6666666667vw, 50px);
  margin: 0;
  width: clamp(21.3333333333px, 6.6666666667vw, 50px);
}
.Lesson .Lesson__sliderDots .slick-dots li button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: clamp(21.3333333333px, 6.6666666667vw, 50px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  width: clamp(21.3333333333px, 6.6666666667vw, 50px);
}
.Lesson .Lesson__sliderDots .slick-dots li button:before {
  background-color: var(--color-01_black);
  border-radius: 50%;
  bottom: auto;
  content: "";
  display: block;
  height: clamp(5.12px, 1.6vw, 12px);
  left: auto;
  position: relative;
  right: auto;
  top: auto;
  width: clamp(5.12px, 1.6vw, 12px);
}

/* --------------------
 * Mv
 * -------------------- */
.Mv {
  background-color: var(--color-02_gray);
  position: relative;
}
.Mv .Mv__logo {
  left: clamp(12.8px, 4vw, 30px);
  position: absolute;
  top: clamp(8.5333333333px, 2.6666666667vw, 20px);
  width: clamp(98.1333333333px, 30.6666666667vw, 230px);
  z-index: 2;
}
.Mv .Mv__ranking {
  gap: clamp(8.5333333333px, 2.6666666667vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: clamp(12.8px, 4vw, 30px);
  top: 0;
  z-index: 2;
}
.Mv .Mv__rank {
  -webkit-filter: drop-shadow(0 clamp(0.8533333333px, 0.2666666667vw, 2px) clamp(17.0666666667px, 5.3333333333vw, 40px) rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 clamp(0.8533333333px, 0.2666666667vw, 2px) clamp(17.0666666667px, 5.3333333333vw, 40px) rgba(0, 0, 0, 0.3));
  height: clamp(118.1866666667px, 36.9333333333vw, 277px);
  width: clamp(61.44px, 19.2vw, 144px);
}
.Mv .Mv__image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/mv.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: clamp(234.6666666667px, 73.3333333333vw, 550px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.Mv .Mv__lead {
  color: var(--color-00_white);
  -webkit-filter: drop-shadow(0 clamp(0.8533333333px, 0.2666666667vw, 2px) clamp(2.56px, 0.8vw, 6px) rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0 clamp(0.8533333333px, 0.2666666667vw, 2px) clamp(2.56px, 0.8vw, 6px) rgba(0, 0, 0, 0.6));
  font-size: clamp(19.2px, 6vw, 45px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: clamp(21.3333333333px, 6.6666666667vw, 50px) clamp(21.3333333333px, 6.6666666667vw, 50px) 0;
  width: 100%;
}
.Mv .Mv__lead span {
  display: block;
}
.Mv .Mv__lead span:first-child {
  text-align: left;
}
.Mv .Mv__lead span:last-child {
  text-align: right;
}
.Mv .Mv__content {
  padding: clamp(14.9333333333px, 4.6666666667vw, 35px) 0 0;
}
.Mv .Mv__title1 {
  margin: 0 auto clamp(8.5333333333px, 2.6666666667vw, 20px);
  width: clamp(247.4666666667px, 77.3333333333vw, 580px);
}
.Mv .Mv__title2 {
  margin: 0 auto clamp(8.5333333333px, 2.6666666667vw, 20px);
  width: clamp(309.3333333333px, 96.6666666667vw, 725px);
}
.Mv .Mv__text1 {
  font-size: clamp(9.8133333333px, 3.0666666667vw, 23px);
  line-height: 1;
  margin-bottom: clamp(6.4px, 2vw, 15px);
  text-align: center;
}
.Mv .Mv__text2 {
  font-size: clamp(4.6933333333px, 1.4666666667vw, 11px);
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: clamp(4.2666666667px, 1.3333333333vw, 10px);
  padding: 0 clamp(12.8px, 4vw, 30px);
  text-align: justify;
}
/* --------------------
 * Note
 * -------------------- */
.Note {
  background-color: var(--color-01_white);
  padding: 0 0 clamp(21.3333333333px, 6.6666666667vw, 50px) 0;
}
.Note .Note__text {
  font-size: clamp(5.12px, 1.6vw, 12px);
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0 clamp(12.8px, 4vw, 30px);
  text-align: justify;
}

/* --------------------
 * Price
 * -------------------- */
.Price {
  background-color: var(--color-00_white);
  padding-top: clamp(34.1333333333px, 10.6666666667vw, 80px);
}
.Price .Price__top {
  background-color: var(--color-01_white);
  padding: 0 clamp(14.9333333333px, 4.6666666667vw, 35px) clamp(34.1333333333px, 10.6666666667vw, 80px);
}
.Price .Price__titleInner {
  margin: 0 auto clamp(8.5333333333px, 2.6666666667vw, 20px);
  text-align: center;
  -webkit-transform: translateY(clamp(-40px, -5.3333333333vw, -17.0666666667px));
  transform: translateY(clamp(-40px, -5.3333333333vw, -17.0666666667px));
}
.Price .Price__titleSub {
  color: var(--color-01_blue);
  font-family: "Outfit", sans-serif;
  font-size: clamp(42.6666666667px, 13.3333333333vw, 100px);
  font-style: normal;
  font-weight: 400;
  font-weight: 600;
  line-height: 1;
  opacity: 0.2;
}
.Price .Price__titleMain {
  font-size: clamp(25.6px, 8vw, 60px);
  font-weight: 600;
  line-height: 1;
  margin-top: clamp(-40px, -5.3333333333vw, -17.0666666667px);
}
.Price .Price__text {
  font-size: clamp(14.5066666667px, 4.5333333333vw, 34px);
  line-height: 1.55;
  margin-bottom: clamp(21.3333333333px, 6.6666666667vw, 50px);
  text-align: center;
}
.Price .Price__text em {
  color: var(--color-01_blue);
  font-weight: 600;
}
.Price .Price__list {
  background-color: var(--color-00_white);
  -webkit-box-shadow: clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(8.5333333333px, 2.6666666667vw, 20px) rgba(4, 23, 25, 0.2);
  box-shadow: clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(8.5333333333px, 2.6666666667vw, 20px) rgba(4, 23, 25, 0.2);
  margin: 0 auto clamp(21.3333333333px, 6.6666666667vw, 50px);
  padding: clamp(17.0666666667px, 5.3333333333vw, 40px) clamp(12.8px, 4vw, 30px);
  width: clamp(290.1333333333px, 90.6666666667vw, 680px);
}
.Price .Price__content {
  margin-bottom: clamp(34.1333333333px, 10.6666666667vw, 80px);
}
.Price .Price__content:last-child {
  margin-bottom: 0;
}
.Price .Price__title2 {
  color: var(--color-00_white);
  padding: clamp(12.8px, 4vw, 30px);
  position: relative;
}
.Price .Price__title2.-group1 {
  background-color: #0066a4;
}
.Price .Price__title2.-group2 {
  background-color: #0f5f90;
}
.Price .Price__title2.-group3 {
  background-color: #1c5a80;
}
.Price .Price__title2.-group4 {
  background-color: #125075;
}
.Price .Price__photo {
  -webkit-filter: drop-shadow(0 clamp(2.1333333333px, 0.6666666667vw, 5px) clamp(4.2666666667px, 1.3333333333vw, 10px) rgba(4, 23, 25, 0.4));
  filter: drop-shadow(0 clamp(2.1333333333px, 0.6666666667vw, 5px) clamp(4.2666666667px, 1.3333333333vw, 10px) rgba(4, 23, 25, 0.4));
  position: absolute;
}
.Price .Price__photo.-group1 {
  height: clamp(70.8266666667px, 22.1333333333vw, 166px);
  right: clamp(4.2666666667px, 1.3333333333vw, 10px);
  top: clamp(-55px, -7.3333333333vw, -23.4666666667px);
  width: clamp(89.6px, 28vw, 210px);
}
.Price .Price__photo.-group2 {
  height: clamp(70.4px, 22vw, 165px);
  right: clamp(6.4px, 2vw, 15px);
  top: clamp(-55px, -7.3333333333vw, -23.4666666667px);
  width: clamp(89.6px, 28vw, 210px);
}
.Price .Price__photo.-group3 {
  height: clamp(77.2266666667px, 24.1333333333vw, 181px);
  right: clamp(-45px, -6vw, -19.2px);
  top: clamp(-55px, -7.3333333333vw, -23.4666666667px);
  width: clamp(120.7466666667px, 37.7333333333vw, 283px);
}
.Price .Price__photo.-group4 {
  height: clamp(70.8266666667px, 22.1333333333vw, 166px);
  right: clamp(4.2666666667px, 1.3333333333vw, 10px);
  top: clamp(-60px, -8vw, -25.6px);
  width: clamp(89.6px, 28vw, 210px);
}
.Price .Price__title2Main {
  display: block;
  font-size: clamp(13.6533333333px, 4.2666666667vw, 32px);
  font-weight: 600;
  line-height: 1;
  margin-bottom: clamp(4.2666666667px, 1.3333333333vw, 10px);
}
.Price .Price__title2Main.-small {
  font-size: clamp(12.8px, 4vw, 30px);
}
.Price .Price__title2Sub {
  display: block;
  font-size: clamp(10.24px, 3.2vw, 24px);
  font-weight: 600;
  line-height: 1;
}
.Price .Price__table {
  border-collapse: collapse;
  margin: 0 clamp(-10px, -1.3333333333vw, -4.2666666667px);
  width: calc(100% + clamp(8.5333333333px, 2.6666666667vw, 20px));
}
.Price .Price__table th,
.Price .Price__table td {
  border: clamp(4.2666666667px, 1.3333333333vw, 10px) solid var(--color-00_white);
  font-size: clamp(12.3733333333px, 3.8666666667vw, 29px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  padding: clamp(10.6666666667px, 3.3333333333vw, 25px) 0;
  text-align: center;
}
.Price .Price__table th span,
.Price .Price__table td span {
  font-size: clamp(8.5333333333px, 2.6666666667vw, 20px);
}
.Price .Price__table tr:nth-child(even) th,
.Price .Price__table tr:nth-child(even) td {
  background-color: #e7e7e7;
}
.Price .Price__table td:first-child {
  width: clamp(98.1333333333px, 30.6666666667vw, 230px);
}

/* --------------------
 * Problem
 * -------------------- */
.Problem .Problem__top {
  background-image: url("../images/problem_bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: clamp(785.0666666667px, 245.3333333333vw, 1840px);
  padding-top: clamp(29.8666666667px, 9.3333333333vw, 70px);
}
.Problem .Problem__title1 {
  margin-bottom: clamp(29.8666666667px, 9.3333333333vw, 70px);
  width: clamp(226.1333333333px, 70.6666666667vw, 530px);
}
.Problem .Problem__list1 {
  margin: 0 0 clamp(64px, 20vw, 150px) clamp(12.8px, 4vw, 30px);
}
.Problem .Problem__list1 li {
  gap: clamp(4.2666666667px, 1.3333333333vw, 10px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: clamp(6.4px, 2vw, 15px);
  padding: clamp(8.5333333333px, 2.6666666667vw, 20px) clamp(6.4px, 2vw, 15px);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Problem .Problem__list1 li:last-child {
  margin-bottom: 0;
}
.Problem .Problem__list1 li:nth-child(1) {
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.Problem .Problem__list1 li:nth-child(2) {
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
}
.Problem .Problem__list1 li:nth-child(3) {
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.Problem .Problem__list1 li:nth-child(4) {
  -webkit-transform: rotate(1.5deg);
  transform: rotate(1.5deg);
}
.Problem .Problem__list1 li::before {
  background-image: url("../images/problem_icon_check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: clamp(11.9466666667px, 3.7333333333vw, 28px);
  width: clamp(11.9466666667px, 3.7333333333vw, 28px);
}
.Problem .Problem__list1Text {
  color: var(--color-00_white);
  font-size: clamp(11.9466666667px, 3.7333333333vw, 28px);
  font-weight: 600;
  line-height: 1;
}
.Problem .Problem__list1Text span {
  font-size: clamp(9.3866666667px, 2.9333333333vw, 22px);
}
.Problem .Problem__title2 {
  margin-bottom: clamp(42.6666666667px, 13.3333333333vw, 100px);
  text-align: center;
}
.Problem .Problem__title2Line1 {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(32px, 10vw, 75px);
  font-style: normal;
  font-weight: 600;
  font-weight: 400;
  letter-spacing: -0.2em;
  line-height: 1;
  margin: 0 auto clamp(8.5333333333px, 2.6666666667vw, 20px) clamp(42.6666666667px, 13.3333333333vw, 100px);
  padding: 0 clamp(12.8px, 4vw, 30px) 0 clamp(8.5333333333px, 2.6666666667vw, 20px);
  position: relative;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Problem .Problem__title2Line1::before, .Problem .Problem__title2Line1::after {
  background-color: var(--color-01_black);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 1px;
}
.Problem .Problem__title2Line1::before {
  left: 0;
  top: 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.Problem .Problem__title2Line1::after {
  right: 0;
  top: 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.Problem .Problem__title2Line2 {
  color: var(--color-00_white);
  display: block;
  font-size: clamp(25.6px, 8vw, 60px);
  font-weight: 600;
  line-height: 1;
  margin: 0 auto clamp(8.5333333333px, 2.6666666667vw, 20px);
  padding: clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(8.5333333333px, 2.6666666667vw, 20px);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Problem .Problem__title2Line2 span {
  position: relative;
  z-index: 1;
}
.Problem .Problem__title2Line2 small {
  font-size: clamp(18.3466666667px, 5.7333333333vw, 43px);
}
.Problem .Problem__title2Line2::before {
  background-color: var(--color-01_pink);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  width: 100%;
  z-index: 0;
}
.Problem .Problem__title2Line3 {
  display: block;
  font-size: clamp(21.3333333333px, 6.6666666667vw, 50px);
  font-weight: 600;
  line-height: 1;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Problem .Problem__list2 {
  margin-left: clamp(29.8666666667px, 9.3333333333vw, 70px);
}
.Problem .Problem__list2 li {
  -webkit-filter: drop-shadow(0 0 clamp(6.8266666667px, 2.1333333333vw, 16px) white) drop-shadow(0 0 clamp(3.4133333333px, 1.0666666667vw, 8px) white);
  filter: drop-shadow(0 0 clamp(6.8266666667px, 2.1333333333vw, 16px) white) drop-shadow(0 0 clamp(3.4133333333px, 1.0666666667vw, 8px) white);
  font-size: clamp(12.8px, 4vw, 30px);
  line-height: 1;
  margin-bottom: clamp(17.0666666667px, 5.3333333333vw, 40px);
  padding-left: clamp(25.6px, 8vw, 60px);
  position: relative;
}
.Problem .Problem__list2 li:nth-child(1)::before {
  content: "1";
}
.Problem .Problem__list2 li:nth-child(2)::before {
  content: "2";
}
.Problem .Problem__list2 li:nth-child(3)::before {
  content: "3";
}
.Problem .Problem__list2 li::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-01_pink);
  border-radius: 50%;
  color: var(--color-00_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(12.8px, 4vw, 30px);
  height: clamp(22.1866666667px, 6.9333333333vw, 52px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: clamp(-5px, -0.6666666667vw, -2.1333333333px);
  width: clamp(22.1866666667px, 6.9333333333vw, 52px);
}
.Problem .Problem__list2 li:last-child {
  margin-bottom: 0;
}
.Problem .Problem__list2 li em {
  font-size: clamp(17.0666666667px, 5.3333333333vw, 40px);
  font-weight: 600;
}

/* --------------------
 * QA
 * -------------------- */
.QA {
  background-color: var(--color-00_white);
  padding-top: clamp(34.1333333333px, 10.6666666667vw, 80px);
}
.QA .QA__top {
  background-color: var(--color-01_white);
  padding-bottom: clamp(34.1333333333px, 10.6666666667vw, 80px);
}
.QA .QA__titleInner {
  margin: 0 auto clamp(8.5333333333px, 2.6666666667vw, 20px);
  text-align: center;
  -webkit-transform: translateY(clamp(-40px, -5.3333333333vw, -17.0666666667px));
  transform: translateY(clamp(-40px, -5.3333333333vw, -17.0666666667px));
}
.QA .QA__titleSub {
  color: var(--color-01_blue);
  font-family: "Outfit", sans-serif;
  font-size: clamp(42.6666666667px, 13.3333333333vw, 100px);
  font-style: normal;
  font-weight: 400;
  font-weight: 600;
  line-height: 1;
  opacity: 0.2;
}
.QA .QA__titleMain {
  font-size: clamp(25.6px, 8vw, 60px);
  font-weight: 600;
  line-height: 1;
  margin-top: clamp(-30px, -4vw, -12.8px);
}
.QA .QA__content {
  background-color: var(--color-00_white);
  margin: 0 auto clamp(12.8px, 4vw, 30px);
  width: clamp(290.1333333333px, 90.6666666667vw, 680px);
}
.QA .QA__content:last-child {
  margin-bottom: 0;
}
.QA .QA__content.-open .QA__icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.QA .QA__inner.-q {
  display: block;
}
.QA .QA__inner.-a {
  display: none;
}
.QA .QA__question {
  gap: clamp(8.5333333333px, 2.6666666667vw, 20px);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: clamp(17.0666666667px, 5.3333333333vw, 40px);
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.QA .QA__question:hover {
  opacity: 0.6;
}
.QA .QA__question:before {
  background-image: url("../images/qa_question.webp");
}
.QA .QA__answer {
  gap: clamp(8.5333333333px, 2.6666666667vw, 20px);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: clamp(17.0666666667px, 5.3333333333vw, 40px);
}
.QA .QA__answer:before {
  background-image: url("../images/qa_answer.webp");
}
.QA .QA__question:before,
.QA .QA__answer:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 clamp(25.6px, 8vw, 60px);
  flex: 0 0 clamp(25.6px, 8vw, 60px);
  height: clamp(25.6px, 8vw, 60px);
  width: clamp(25.6px, 8vw, 60px);
}
.QA .QA__questionText {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: clamp(14.5066666667px, 4.5333333333vw, 34px);
  line-height: 1.2;
  margin-top: clamp(4.2666666667px, 1.3333333333vw, 10px);
}
.QA .QA__answerText {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: clamp(11.9466666667px, 3.7333333333vw, 28px);
  line-height: 1.6;
  margin-top: clamp(4.2666666667px, 1.3333333333vw, 10px);
}
.QA .QA__icon {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 clamp(12.8px, 4vw, 30px);
  flex: 0 0 clamp(12.8px, 4vw, 30px);
  height: clamp(12.8px, 4vw, 30px);
  margin-top: clamp(6.4px, 2vw, 15px);
  position: relative;
  width: clamp(12.8px, 4vw, 30px);
}
.QA .QA__icon:before, .QA .QA__icon:after {
  background-color: var(--color-01_black);
  content: "";
  display: block;
  height: clamp(1.28px, 0.4vw, 3px);
  left: 0;
  position: absolute;
  top: clamp(6.4px, 2vw, 15px);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  width: clamp(12.8px, 4vw, 30px);
}
.QA .QA__icon:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* --------------------
 * Rate
 * -------------------- */
.Rate {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: clamp(0.8533333333px, 0.2666666667vw, 2px) solid var(--color-01_blue);
  border-radius: clamp(13.6533333333px, 4.2666666667vw, 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: clamp(27.3066666667px, 8.5333333333vw, 64px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Rate .Rate__text {
  color: var(--color-00_black);
  font-size: clamp(8.5333333333px, 2.6666666667vw, 20px);
  letter-spacing: -0.05em;
  line-height: 1;
}
.Rate .Rate__star {
  font-size: clamp(8.5333333333px, 2.6666666667vw, 20px);
  line-height: 1;
  margin-right: clamp(4.2666666667px, 1.3333333333vw, 10px);
}
.Rate .Rate__star span {
  color: #b4b4b4;
}
.Rate .Rate__star.-star1 span:nth-child(1) {
  color: var(--color-01_blue);
}
.Rate .Rate__star.-star2 span:nth-child(1) {
  color: var(--color-01_blue);
}
.Rate .Rate__star.-star2 span:nth-child(2) {
  color: var(--color-01_blue);
}
.Rate .Rate__star.-star3 span {
  color: var(--color-01_blue);
}

/* --------------------
 * Reason
 * -------------------- */
.Reason {
  background-image: url("../images/reason_bg.webp");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: clamp(42.6666666667px, 13.3333333333vw, 100px) 0;
}
.Reason .Reason__title1 {
  margin: 0 auto clamp(34.1333333333px, 10.6666666667vw, 80px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Reason .Reason__title1Sub {
  gap: clamp(4.2666666667px, 1.3333333333vw, 10px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Outfit", sans-serif;
  font-size: clamp(17.0666666667px, 5.3333333333vw, 40px);
  font-style: normal;
  font-weight: 400;
  font-weight: 600;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  opacity: 0.3;
}
.Reason .Reason__title1Sub::before, .Reason .Reason__title1Sub::after {
  background-color: var(--color-01_black);
  content: "";
  display: block;
  height: clamp(0.8533333333px, 0.2666666667vw, 2px);
  width: 100%;
}
.Reason .Reason__title1Main {
  font-size: clamp(34.1333333333px, 10.6666666667vw, 80px);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.Reason .Reason__title1Main span {
  font-size: clamp(19.2px, 6vw, 45px);
  font-weight: 400;
}
.Reason .Reason__content {
  margin: 0 clamp(38.4px, 12vw, 90px) clamp(25.6px, 8vw, 60px) clamp(29.8666666667px, 9.3333333333vw, 70px);
}
.Reason .Reason__content:last-child {
  margin-bottom: 0;
}
.Reason .Reason__content .Reason__photo {
  margin-left: clamp(-70px, -9.3333333333vw, -29.8666666667px);
}
.Reason .Reason__content.-right {
  margin: 0 clamp(21.3333333333px, 6.6666666667vw, 50px) clamp(25.6px, 8vw, 60px) clamp(38.4px, 12vw, 90px);
}
.Reason .Reason__content.-right .Reason__photo {
  margin-right: clamp(-50px, -6.6666666667vw, -21.3333333333px);
}
.Reason .Reason__content.-right .Reason__title2 {
  text-align: right;
}
.Reason .Reason__content.-right .Reason__title2 {
  margin-left: clamp(-50px, -6.6666666667vw, -21.3333333333px);
}
.Reason .Reason__title2 {
  color: var(--color-01_blue);
  margin-bottom: clamp(8.5333333333px, 2.6666666667vw, 20px);
  margin-top: clamp(-25px, -3.3333333333vw, -10.6666666667px);
}
.Reason .Reason__point {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: clamp(12.8px, 4vw, 30px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  opacity: 0.6;
}
.Reason .Reason__point span {
  font-size: clamp(29.8666666667px, 9.3333333333vw, 70px);
  font-weight: 600;
}
.Reason .Reason__title2Main {
  font-size: clamp(21.3333333333px, 6.6666666667vw, 50px);
  font-weight: 600;
  line-height: 1.3;
}
.Reason .Reason__title2Main.-small {
  font-size: clamp(20.48px, 6.4vw, 48px);
}
.Reason .Reason__text {
  font-size: clamp(14.5066666667px, 4.5333333333vw, 34px);
  line-height: 1.55;
}

/* --------------------
 * Review
 * -------------------- */
.Review {
  background-color: var(--color-00_white);
  background-image: url("../images/review_bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: clamp(42.6666666667px, 13.3333333333vw, 100px);
  padding-top: clamp(25.6px, 8vw, 60px);
}
.Review .Review__title {
  margin: 0 auto clamp(8.5333333333px, 2.6666666667vw, 20px);
  text-align: center;
}
.Review .Review__titleSub {
  margin: 0 auto clamp(8.5333333333px, 2.6666666667vw, 20px);
  width: clamp(75.0933333333px, 23.4666666667vw, 176px);
}
.Review .Review__titleMain {
  background-color: var(--color-00_white);
  color: var(--color-02_green);
  display: block;
  font-size: clamp(21.3333333333px, 6.6666666667vw, 50px);
  font-weight: 600;
  line-height: 1;
  margin: 0 auto clamp(12.8px, 4vw, 30px);
  padding: clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(12.8px, 4vw, 30px) clamp(6.4px, 2vw, 15px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Review .Review__titleMain em {
  font-size: clamp(28.5866666667px, 8.9333333333vw, 67px);
}
.Review .Review__text {
  color: var(--color-00_white);
  font-size: clamp(14.5066666667px, 4.5333333333vw, 34px);
  line-height: 1.55;
  margin-bottom: clamp(12.8px, 4vw, 30px);
  text-align: center;
}
.Review .Review__sliderWrapper {
  padding-bottom: clamp(21.3333333333px, 6.6666666667vw, 50px);
  position: relative;
}
.Review .Review__sliderWrapper .slick-slider {
  margin-bottom: 0;
}
.Review .Review__sliderContent {
  padding: 0 0 clamp(8.5333333333px, 2.6666666667vw, 20px);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.Review .Review__sliderContent.slick-current {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.Review .Review__sliderDots {
  bottom: 0;
  height: clamp(21.3333333333px, 6.6666666667vw, 50px);
  left: 0;
  position: absolute;
  width: 100%;
}
.Review .Review__sliderDots .slick-dots {
  gap: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
}
.Review .Review__sliderDots .slick-dots li {
  display: block;
  height: clamp(21.3333333333px, 6.6666666667vw, 50px);
  margin: 0;
  width: clamp(21.3333333333px, 6.6666666667vw, 50px);
}
.Review .Review__sliderDots .slick-dots li button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: clamp(21.3333333333px, 6.6666666667vw, 50px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  width: clamp(21.3333333333px, 6.6666666667vw, 50px);
}
.Review .Review__sliderDots .slick-dots li button:before {
  background-color: var(--color-01_black);
  border-radius: 50%;
  bottom: auto;
  content: "";
  display: block;
  height: clamp(5.12px, 1.6vw, 12px);
  left: auto;
  position: relative;
  right: auto;
  top: auto;
  width: clamp(5.12px, 1.6vw, 12px);
}

/* --------------------
 * Root
 * -------------------- */
.Root {
  background-color: #fff;
  -webkit-box-shadow: 0 0 clamp(8.5333333333px, 2.6666666667vw, 20px) rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 clamp(8.5333333333px, 2.6666666667vw, 20px) rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  min-height: 100vh;
  padding-bottom: clamp(51.2px, 16vw, 120px);
  position: relative;
  width: clamp(320px, 100vw, 750px);
  z-index: 1;
}

/* --------------------
 * Sample
 * -------------------- */
.Sample {
  background-color: #1358be;
  height: 100vh;
  overflow: hidden;
  padding: clamp(42.6666666667px, 13.3333333333vw, 100px) 0;
}
.Sample .Sample__btn {
  height: clamp(76.8px, 24vw, 180px);
  margin: 0 auto;
  position: relative;
  width: clamp(294.4px, 92vw, 690px);
}
.Sample .Sample__btnMain {
  background-color: #f9d028;
  border: clamp(2.56px, 0.8vw, 6px) solid #031c42;
  border-radius: clamp(8.5333333333px, 2.6666666667vw, 20px);
  -webkit-filter: drop-shadow(0 clamp(4.2666666667px, 1.3333333333vw, 10px) 0 #031c42);
  filter: drop-shadow(0 clamp(4.2666666667px, 1.3333333333vw, 10px) 0 #031c42);
  height: clamp(76.8px, 24vw, 180px);
  position: relative;
  width: clamp(294.4px, 92vw, 690px);
  z-index: 10;
}
.Sample .Sample__btnInner {
  border: clamp(2.56px, 0.8vw, 6px) solid #fff;
  border-radius: clamp(5.9733333333px, 1.8666666667vw, 14px);
  height: 100%;
  width: 100%;
}
.Sample .Sample__light {
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: loop;
  animation-name: loop;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  background-color: #fff;
  border-radius: clamp(8.5333333333px, 2.6666666667vw, 20px);
  height: clamp(81.0666666667px, 25.3333333333vw, 190px);
  position: absolute;
  width: clamp(294.4px, 92vw, 690px);
  z-index: 1;
}
.Sample .Sample__light.-l1 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}
.Sample .Sample__light.-l2 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.Sample .Sample__light.-l3 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes loop {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1, 1.4);
    transform: scale(1.1, 1.4);
  }
}

@keyframes loop {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1, 1.4);
    transform: scale(1.1, 1.4);
  }
}
/* --------------------
 * Studio
 * -------------------- */
.Studio {
  background-color: var(--color-00_white);
  padding-top: clamp(34.1333333333px, 10.6666666667vw, 80px);
}
.Studio .Studio__top {
  background-color: var(--color-01_white);
  padding: 0 clamp(14.9333333333px, 4.6666666667vw, 35px) clamp(34.1333333333px, 10.6666666667vw, 80px);
}
.Studio .Studio__titleInner {
  margin: 0 auto clamp(8.5333333333px, 2.6666666667vw, 20px);
  text-align: center;
  -webkit-transform: translateY(clamp(-40px, -5.3333333333vw, -17.0666666667px));
  transform: translateY(clamp(-40px, -5.3333333333vw, -17.0666666667px));
}
.Studio .Studio__titleSub {
  color: var(--color-01_blue);
  font-family: "Outfit", sans-serif;
  font-size: clamp(42.6666666667px, 13.3333333333vw, 100px);
  font-style: normal;
  font-weight: 400;
  font-weight: 600;
  line-height: 1;
  opacity: 0.2;
}
.Studio .Studio__titleMain {
  font-size: clamp(25.6px, 8vw, 60px);
  font-weight: 600;
  line-height: 1;
  margin-top: clamp(-40px, -5.3333333333vw, -17.0666666667px);
}
.Studio .Studio__map {
  background-color: var(--color-00_white);
  margin-bottom: clamp(34.1333333333px, 10.6666666667vw, 80px);
  position: relative;
}
.Studio .Studio__text1 {
  font-size: clamp(14.5066666667px, 4.5333333333vw, 34px);
  line-height: 1.55;
  margin-bottom: clamp(8.5333333333px, 2.6666666667vw, 20px);
  text-align: center;
}
.Studio .Studio__text1 em {
  color: var(--color-01_blue);
  font-weight: 600;
}
.Studio .Studio__text2 {
  font-size: clamp(10.24px, 3.2vw, 24px);
  line-height: 1.5;
  margin-bottom: clamp(21.3333333333px, 6.6666666667vw, 50px);
  text-align: center;
}
.Studio .Studio__text3 {
  bottom: clamp(6.4px, 2vw, 15px);
  font-size: clamp(10.24px, 3.2vw, 24px);
  line-height: 1.5;
  pointer-events: none;
  position: absolute;
  right: clamp(2.1333333333px, 0.6666666667vw, 5px);
  text-align: right;
}

/* --------------------
 * StudioArea
 * -------------------- */
.StudioArea {
  background-color: var(--color-00_white);
  margin-bottom: clamp(12.8px, 4vw, 30px);
}
.StudioArea:last-child {
  margin-bottom: 0;
}
.StudioArea .StudioArea__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: clamp(17.0666666667px, 5.3333333333vw, 40px) clamp(12.8px, 4vw, 30px);
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.StudioArea .StudioArea__title:hover {
  opacity: 0.6;
}
.StudioArea .StudioArea__title.-open .StudioArea__icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.StudioArea .StudioArea__titleText {
  color: var(--color-01_blue);
  font-size: clamp(14.5066666667px, 4.5333333333vw, 34px);
  font-weight: 600;
  line-height: 1.2;
}
.StudioArea .StudioArea__icon {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 clamp(12.8px, 4vw, 30px);
  flex: 0 0 clamp(12.8px, 4vw, 30px);
  height: clamp(12.8px, 4vw, 30px);
  position: relative;
  width: clamp(12.8px, 4vw, 30px);
}
.StudioArea .StudioArea__icon:before, .StudioArea .StudioArea__icon:after {
  background-color: var(--color-01_black);
  content: "";
  display: block;
  height: clamp(1.28px, 0.4vw, 3px);
  left: 0;
  position: absolute;
  top: clamp(6.4px, 2vw, 15px);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  width: clamp(12.8px, 4vw, 30px);
}
.StudioArea .StudioArea__icon:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.StudioArea .StudioArea__content {
  display: none;
  padding: 0 clamp(12.8px, 4vw, 30px);
}

/* --------------------
 * StudioCity
 * -------------------- */
.StudioCity {
  border-bottom: 1px solid var(--color-01_gray);
}
.StudioCity:last-child {
  border-bottom: none;
}
.StudioCity .StudioCity__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: clamp(12.8px, 4vw, 30px) clamp(12.8px, 4vw, 30px);
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.StudioCity .StudioCity__title:hover {
  opacity: 0.6;
}
.StudioCity .StudioCity__title.-open .StudioCity__icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.StudioCity .StudioCity__titleText {
  color: var(--color-01_blue);
  font-size: clamp(11.9466666667px, 3.7333333333vw, 28px);
  line-height: 1.2;
}
.StudioCity .StudioCity__icon {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 clamp(10.24px, 3.2vw, 24px);
  flex: 0 0 clamp(10.24px, 3.2vw, 24px);
  height: clamp(10.24px, 3.2vw, 24px);
  position: relative;
  width: clamp(10.24px, 3.2vw, 24px);
}
.StudioCity .StudioCity__icon:before, .StudioCity .StudioCity__icon:after {
  background-color: var(--color-01_black);
  content: "";
  display: block;
  height: clamp(1.28px, 0.4vw, 3px);
  left: 0;
  position: absolute;
  top: clamp(6.4px, 2vw, 15px);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  width: clamp(10.24px, 3.2vw, 24px);
}
.StudioCity .StudioCity__icon:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.StudioCity .StudioCity__content {
  display: none;
}

/* --------------------
 * StudioShop
 * -------------------- */
.StudioShop {
  border-top: 1px solid var(--color-01_gray);
  padding: clamp(10.6666666667px, 3.3333333333vw, 25px) clamp(12.8px, 4vw, 30px) clamp(17.0666666667px, 5.3333333333vw, 40px);
}
.StudioShop .StudioShop__title {
  color: var(--color-01_blue);
  font-size: clamp(11.9466666667px, 3.7333333333vw, 28px);
  line-height: 1.2;
  margin-bottom: clamp(6.4px, 2vw, 15px);
}
.StudioShop .StudioShop__text {
  font-size: clamp(11.9466666667px, 3.7333333333vw, 28px);
  line-height: 1.6;
  margin-bottom: clamp(8.5333333333px, 2.6666666667vw, 20px);
}
.StudioShop .StudioShop__button a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-01_pink);
  color: var(--color-00_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: clamp(6.4px, 2vw, 15px) 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.StudioShop .StudioShop__button a:hover {
  opacity: 0.7;
}
.StudioShop .StudioShop__button span {
  font-size: clamp(14.5066666667px, 4.5333333333vw, 34px);
  line-height: 1;
}

/* chatform LP */
.StudioShop > a {
  display: block;
}
.StudioShop ._address h5 {
  color: var(--color-01_blue);
  font-size: clamp(11.9466666667px, 3.7333333333vw, 28px);
  line-height: 1.2;
  margin-bottom: clamp(6.4px, 2vw, 15px);
}
.StudioShop ._address p {
  font-size: clamp(11.9466666667px, 3.7333333333vw, 28px);
  line-height: 1.6;
  margin-bottom: clamp(8.5333333333px, 2.6666666667vw, 20px);
}
.StudioShop ._btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-01_pink);
  color: var(--color-00_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: clamp(6.4px, 2vw, 15px) 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  font-size: clamp(14.5066666667px, 4.5333333333vw, 34px);
  line-height: 1;
}
.StudioShop ._btn:hover {
  opacity: 0.7;
}
/* --------------------
 * Wellbeing
 * -------------------- */
.Wellbeing {
  background-color: var(--color-00_white);
  background-image: url("../images/wellbeing_bg.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: clamp(320px, 100vw, 750px);
}
.Wellbeing .Wellbeing__title {
  background-color: #f5f2ee;
  -webkit-filter: drop-shadow(0 clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(3.4133333333px, 1.0666666667vw, 8px) rgba(45, 46, 46, 0.25));
  filter: drop-shadow(0 clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(3.4133333333px, 1.0666666667vw, 8px) rgba(45, 46, 46, 0.25));
  margin-bottom: clamp(34.1333333333px, 10.6666666667vw, 80px);
  padding: clamp(12.8px, 4vw, 30px) 0;
  position: relative;
}
.Wellbeing .Wellbeing__title::after {
  background-color: #f5f2ee;
  bottom: clamp(-19px, -2.5333333333vw, -8.1066666667px);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  display: block;
  height: clamp(8.5333333333px, 2.6666666667vw, 20px);
  left: calc(50% - clamp(6.4px, 2vw, 15px));
  position: absolute;
  width: clamp(12.8px, 4vw, 30px);
}
.Wellbeing .Wellbeing__titleMain {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(13.6533333333px, 4.2666666667vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.Wellbeing .Wellbeing__titleMain em {
  font-size: clamp(22.6133333333px, 7.0666666667vw, 53px);
  letter-spacing: -0.1em;
}
.Wellbeing .Wellbeing__text {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(12.8px, 4vw, 30px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.66;
  text-align: center;
}
.Wellbeing .Wellbeing__text em {
  color: var(--color-01_blue);
}

/* --------------------
 * What
 * -------------------- */
.What {
  background-color: var(--color-02_blue);
  margin-bottom: clamp(-226px, -30.1333333333vw, -96.4266666667px);
}
.What .What__inner {
  background-image: url("../images/whta_bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  height: clamp(439.4666666667px, 137.3333333333vw, 1030px);
  padding: clamp(42.6666666667px, 13.3333333333vw, 100px) clamp(40.5333333333px, 12.6666666667vw, 95px) 0;
  -webkit-transform: translateY(clamp(-226px, -30.1333333333vw, -96.4266666667px));
  transform: translateY(clamp(-226px, -30.1333333333vw, -96.4266666667px));
}
.What .What__title {
  color: var(--color-01_blue);
  font-size: clamp(25.6px, 8vw, 60px);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: clamp(8.5333333333px, 2.6666666667vw, 20px);
  text-align: center;
}
.What .What__text {
  font-size: clamp(14.5066666667px, 4.5333333333vw, 34px);
  line-height: 1.55;
  margin-bottom: clamp(12.8px, 4vw, 30px);
}
.What .What__text em {
  color: var(--color-01_blue);
  font-weight: 600;
}
.What .What__movie video {
  width: 100%;
}

/* --------------------
 * Why
 * -------------------- */
.Why {
  background-color: var(--color-01_green);
  overflow: hidden;
  padding-bottom: clamp(59.7333333333px, 18.6666666667vw, 140px);
  padding-top: clamp(4.2666666667px, 1.3333333333vw, 10px);
  position: relative;
}
.Why::before {
  background-color: var(--color-02_blue);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  content: "";
  display: block;
  height: clamp(51.2px, 16vw, 120px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.Why .Why__title1 {
  margin-bottom: clamp(51.2px, 16vw, 120px);
}
.Why .Why__title1Sub {
  color: var(--color-01_blue);
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: clamp(46.9333333333px, 14.6666666667vw, 110px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: clamp(8.5333333333px, 2.6666666667vw, 20px);
  text-align: center;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.Why .Why__title1Main {
  background-image: url("../images/why_fukidashi.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--color-00_white);
  display: block;
  font-size: clamp(18.3466666667px, 5.7333333333vw, 43px);
  font-weight: 600;
  height: clamp(48.64px, 15.2vw, 114px);
  line-height: 1;
  margin: 0 auto;
  padding-top: clamp(6.4px, 2vw, 15px);
  text-align: center;
  width: clamp(281.6px, 88vw, 660px);
}
.Why .Why__title1Main em {
  font-size: clamp(23.4666666667px, 7.3333333333vw, 55px);
}
.Why .Why__content {
  background-color: var(--color-00_white);
  border-radius: 0 clamp(6.4px, 2vw, 15px) clamp(6.4px, 2vw, 15px) 0;
  margin: 0 clamp(14.9333333333px, 4.6666666667vw, 35px) clamp(34.1333333333px, 10.6666666667vw, 80px) 0;
  padding: clamp(42.6666666667px, 13.3333333333vw, 100px) clamp(25.6px, 8vw, 60px) clamp(25.6px, 8vw, 60px);
  position: relative;
}
.Why .Why__content.-right {
  border-radius: clamp(6.4px, 2vw, 15px) 0 0 clamp(6.4px, 2vw, 15px);
  margin: 0 0 clamp(34.1333333333px, 10.6666666667vw, 80px) clamp(14.9333333333px, 4.6666666667vw, 35px);
}
.Why .Why__content.-right .Why__title2 {
  text-align: right;
}
.Why .Why__content:last-child {
  margin-bottom: 0;
}
.Why .Why__photo {
  -webkit-box-shadow: 0 clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(12.8px, 4vw, 30px) rgba(18, 31, 32, 0.4);
  box-shadow: 0 clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(12.8px, 4vw, 30px) rgba(18, 31, 32, 0.4);
  position: absolute;
  width: clamp(162.1333333333px, 50.6666666667vw, 380px);
}
.Why .Why__photo.-p1 {
  right: clamp(-80px, -10.6666666667vw, -34.1333333333px);
  top: clamp(-100px, -13.3333333333vw, -42.6666666667px);
  -webkit-transform: rotate(3.48deg);
  transform: rotate(3.48deg);
}
.Why .Why__photo.-p2 {
  left: clamp(-80px, -10.6666666667vw, -34.1333333333px);
  top: clamp(-100px, -13.3333333333vw, -42.6666666667px);
  -webkit-transform: rotate(-6.34deg);
  transform: rotate(-6.34deg);
}
.Why .Why__photo.-p3 {
  right: clamp(-80px, -10.6666666667vw, -34.1333333333px);
  top: clamp(-100px, -13.3333333333vw, -42.6666666667px);
  -webkit-transform: rotate(3.25deg);
  transform: rotate(3.25deg);
}
.Why .Why__title2 {
  color: var(--color-01_blue);
  margin-bottom: clamp(8.5333333333px, 2.6666666667vw, 20px);
  margin-top: clamp(-25px, -3.3333333333vw, -10.6666666667px);
}
.Why .Why__point {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: clamp(17.0666666667px, 5.3333333333vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  opacity: 0.4;
}
.Why .Why__point span {
  font-size: clamp(38.4px, 12vw, 90px);
  font-weight: 600;
}
.Why .Why__title2Main {
  font-size: clamp(17.0666666667px, 5.3333333333vw, 40px);
  font-weight: 600;
  line-height: 1.3;
}
.Why .Why__text {
  font-size: clamp(11.9466666667px, 3.7333333333vw, 28px);
  line-height: 1.55;
}