[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging,
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a {
  text-decoration: none;
}

a img {
  border: none;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

img {
  display: inline-block;
}

*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

:before,
:after {
  --tw-content: "";
}

html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role=button] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  background-color: #fff;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "Roboto", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-weight: 400;
  color: var(--black);
  line-height: 1.5;
}

img {
  width: 100%;
}

a,
button {
  color: var(--black);
  transition: all 0.3s;
}

*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

:root {
  --color-main: #447ade;
  --sub_color: #44b5de;
  --navy: #2454ac;
  --yellow: #fff465;
  --white: #fff;
  --black: #2f3c55;
}

@keyframes slide_y {
  0% {
    transform: translateY(-4.39238653vw);
    opacity: 0;
  }
  90% {
    transform: translateY(1.4641288433vw);
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 599px) {
  @keyframes slide_y {
    0% {
      transform: translateY(-8vw);
      opacity: 0;
    }
    90% {
      transform: translateY(2.6666666667vw);
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
}
@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  90% {
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 599px) {
  @keyframes pop {
    0% {
      opacity: 0;
      transform: scale(0.2);
    }
    90% {
      transform: scale(1.2);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
}
@keyframes swipe {
  0% {
    transform: translate(4vw);
  }
  to {
    transform: translate(-30);
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150vh;
  background-color: #fff;
  transition: all 0.6s;
  z-index: 9999;
}
@media screen and (max-width: 599px) {
  .loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150vh;
    background-color: #fff;
    transition: all 0.6s;
    z-index: 9999;
  }
}
.loading .loader {
  position: fixed;
  top: calc(50% - 1.6471449488vw);
  left: calc(50% - 1.6471449488vw);
  width: 3.2942898975vw;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(135deg, #447ade 0%, #48b9ed 100%);
  background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
  background-size: 20% 100%;
  animation: linear_ani 1s infinite linear;
}
@media screen and (max-width: 599px) {
  .loading .loader {
    top: calc(50% - 3vw);
    left: calc(50% - 3vw);
    width: 6vw;
  }
}
@keyframes linear_ani {
  0% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
  33% {
    background-size: 20% 10%, 20% 100%, 20% 100%;
  }
  50% {
    background-size: 20% 100%, 20% 10%, 20% 100%;
  }
  66% {
    background-size: 20% 100%, 20% 100%, 20% 10%;
  }
  to {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
}

body.view .loading {
  opacity: 0;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.btn-pink {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24.8901903367vw;
  height: 4.39238653vw;
  font-size: 1.2vw;
  font-weight: 700;
  background: linear-gradient(to right, #ff88b5, #ffc3b1);
  border-radius: 9999px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .btn-pink {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 65vw;
    height: 11vw;
    font-size: 4.2666666667vw;
    font-weight: 700;
    background: linear-gradient(to right, #ff88b5, #ffc3b1);
    border: none;
    border-radius: 9999px;
    box-sizing: border-box;
  }
}
.btn-pink:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.4026354319vw);
  right: 2.196193265vw;
  display: block;
  width: 2.0497803807vw;
  height: 0.8052708638vw;
  background: url(../images/cmn/arrow.svg) no-repeat center center/contain;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .btn-pink:before {
    content: "";
    position: absolute;
    top: calc(50% - 0.7333333333vw);
    right: 8vw;
    display: block;
    width: 5.0666666667vw;
    height: 2.1333333333vw;
    background: url(../images/cmn/arrow.svg) no-repeat center center/contain;
    transition: all 0.3s;
  }
}
.btn-pink:hover:before {
  transform: translate(0.7320644217vw);
}

.btn-standard {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 4.39238653vw;
  padding: 0 6.2957540264vw;
  font-size: 1.4641288433vw;
  font-weight: 700;
  border: solid 2px #242424;
  border-radius: 9999px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .btn-standard .btn-standard {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 9.3333333333vw;
    padding: 0 16vw;
    font-size: 3.7333333333vw;
    font-weight: 700;
    border: solid 2px #242424;
    border-radius: 9999px;
    box-sizing: border-box;
  }
}
.btn-standard:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.4026354319vw);
  right: 2.196193265vw;
  display: block;
  width: 2.0497803807vw;
  height: 0.8052708638vw;
  background: no-repeat center center/contain;
  background-image: url('data:image/svg+xml;utf8,<svg id="arrow" data-name="arrow" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 10.85"><g id="arrow-2" data-name="arrow"><path fill="%23242424" d="M26,10.85H0v-2h23.59l-5.44-5.44v3.25h-2V1c0-.4.24-.77.62-.92.38-.16.8-.07,1.09.22l8.85,8.85c.29.29.37.72.22,1.09-.15.37-.52.62-.92.62Z"/></g></svg>');
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .btn-standard:before {
    content: "";
    position: absolute;
    top: calc(50% - 0.7333333333vw);
    right: 4vw;
    display: block;
    width: 3.7333333333vw;
    height: 1.4666666667vw;
    background: no-repeat center center/contain;
    background-image: url('data:image/svg+xml;utf8,<svg id="arrow" data-name="arrow" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 10.85"><g id="arrow-2" data-name="arrow"><path fill="%23242424" d="M26,10.85H0v-2h23.59l-5.44-5.44v3.25h-2V1c0-.4.24-.77.62-.92.38-.16.8-.07,1.09.22l8.85,8.85c.29.29.37.72.22,1.09-.15.37-.52.62-.92.62Z"/></g></svg>');
    transition: all 0.3s;
  }
}
.btn-standard:hover:before {
  transform: translate(0.7320644217vw);
}
@media screen and (max-width: 599px) {
  .btn-standard:hover:before {
    transform: translate(1.3333333333vw);
  }
}

.header {
  position: relative;
  z-index: 9000;
}
@media screen and (max-width: 599px) {
  .header {
    position: relative;
    z-index: 9000;
  }
}

.header .header-logo {
  position: absolute;
  top: 1vw;
  left: 1.5373352855vw;
  width: 30.0878477306vw;
  max-width: 29rem;
  z-index: 9000;
}
@media screen and (max-width: 599px) {
  .header .header-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 70.6666666667vw;
    height: 4rem;
    padding: 0;
    z-index: 9000;
  }
}

.header .nav-btn {
  position: fixed;
  top: 1.5vw;
  right: 2.1229868228vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  line-height: 1;
  z-index: 9200;
}
@media screen and (max-width: 599px) {
  .header .nav-btn {
    position: fixed;
    top: 3vw;
    right: 3.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10.5vw;
    height: 10.5vw;
    line-height: 1;
    z-index: 9200;
  }
}

.header .nav-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid transparent;
  background: linear-gradient(-45deg, #44b5de, #447cde) border-box border-box;
  box-sizing: border-box;
  opacity: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .header .nav-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid transparent;
    box-sizing: border-box;
    opacity: 1;
    transition: all 0.3s;
  }
}

.header .nav-btn span {
  position: relative;
  display: block;
  width: 2rem;
  height: 1.5rem;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .header .nav-btn span {
    position: relative;
    display: block;
    width: 1.4rem;
    height: 1.2rem;
    transition: all 0.3s;
  }
}

.header .nav-btn span i {
  position: absolute;
  left: 0;
  width: 2rem;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .header .nav-btn span i {
    position: absolute;
    left: 0;
    width: 1.4rem;
    height: 1px;
    transition: all 0.3s;
  }
}

.header .nav-btn span i:nth-child(1) {
  top: 0;
}

.header .nav-btn span i:nth-child(2) {
  top: calc(50% - 1px);
}

.header .nav-btn span i:nth-child(3) {
  bottom: 0;
}

.header .nav-btn:hover span i:nth-child(1) {
  top: calc(50% - 1px);
}

.header .nav-btn:hover span i:nth-child(2) {
  transform: rotate(90deg);
}

.header .nav-btn:hover span i:nth-child(3) {
  top: calc(50% - 1px);
}

.header .nav-btn.open:before {
  opacity: 0;
}

.header .nav-btn.open span {
  transform: rotate(135deg);
}

.header .nav-btn.open span i {
  background: linear-gradient(to right, transparent 0%, transparent 100%);
  background-color: #fff;
}

.header .nav-btn.open span i:nth-child(1) {
  top: calc(50% - 1px);
}

.header .nav-btn.open span i:nth-child(2) {
  transform: rotate(90deg);
}

.header .nav-btn.open span i:nth-child(3) {
  top: calc(50% - 1px);
}

@media screen and (max-width: 599px) {
  .header .nav-btn span i:nth-child(1) {
    top: 0;
  }
  .header .nav-btn span i:nth-child(2) {
    top: calc(50% - 0.2vw);
  }
  .header .nav-btn span i:nth-child(3) {
    bottom: 0;
  }
  .header .nav-btn.open:before {
    opacity: 0;
  }
  .header .nav-btn.open span {
    transform: rotate(135deg);
  }
  .header .nav-btn.open span i {
    background: linear-gradient(to right, transparent 0%, transparent 100%);
    background-color: #fff;
  }
  .header .nav-btn.open span i:nth-child(1) {
    top: calc(50% - 1px);
  }
  .header .nav-btn.open span i:nth-child(2) {
    transform: rotate(90deg);
  }
  .header .nav-btn.open span i:nth-child(3) {
    top: calc(50% - 1px);
  }
}
.header .nav-wrap {
  position: fixed;
  top: 1.0980966325vw;
  right: -33.6749633968vw;
  width: 33.6749633968vw;
  height: calc(100vh - 2.196193265vw);
  padding: 2.196193265vw 0;
  background: linear-gradient(135deg, #447ade, #48b9ed);
  border-radius: 2.5622254758vw;
  box-sizing: border-box;
  transition: all 0.3s;
  z-index: 9100;
}

.header .nav-wrap nav {
  height: calc(100vh - 4.39238653vw);
  padding: 0 3.6603221083vw;
  overflow-y: auto;
}

.header .nav-wrap nav .links li {
  margin-top: 1.0980966325vw;
}

.header .nav-wrap nav .links li a {
  display: inline-block;
  font-size: 1.4641288433vw;
  font-weight: 700;
  color: #fff;
}

.header .nav-wrap nav .links li a .en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.317715959vw;
  font-weight: 400;
  opacity: 0.5;
}

.header .nav-wrap nav .links li a:hover {
  transform: translate(0.7320644217vw);
}

.header .nav-wrap nav .links-btn {
  margin-top: 1.0980966325vw;
  padding-top: 0.0732064422vw;
}

.header .nav-wrap nav .links-btn li {
  margin-top: 1.0980966325vw;
  text-align: center;
}

.header .nav-wrap nav .links-btn li .btn-pink {
  width: 23.4260614934vw;
  height: 4.0263543192vw;
  font-size: 1.317715959vw;
}

.header .nav-wrap nav .links-btn li .btn-orange {
  width: 23.4260614934vw;
  height: 4.0263543192vw;
  font-size: 1.317715959vw;
}

.header .nav-wrap nav .links-btn li .btn-standard {
  width: 20.4978038067vw;
  height: 3.6603221083vw;
  padding: 0;
  font-size: 1.1713030747vw;
  color: #fff;
  border: solid 1px #fff;
}

.header .nav-wrap nav .links-btn li .btn-standard:before {
  top: calc(50% - 0.2562225476vw);
  right: 1.4641288433vw;
  width: 1.1713030747vw;
  height: 0.5124450952vw;
  background: no-repeat center center/contain;
  background-image: url('data:image/svg+xml;utf8,<svg id="arrow" data-name="arrow" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 10.85"><g id="arrow-2" data-name="arrow"><path fill="%23FFF" d="M26,10.85H0v-2h23.59l-5.44-5.44v3.25h-2V1c0-.4.24-.77.62-.92.38-.16.8-.07,1.09.22l8.85,8.85c.29.29.37.72.22,1.09-.15.37-.52.62-.92.62Z"/></g></svg>');
}

.header .nav-wrap.open {
  right: 1.0980966325vw;
}

.nav-link {
  margin-top: 4rem;
}

@media screen and (max-width: 599px) {
  .header .nav-wrap {
    position: fixed;
    top: 2vw;
    right: -94.6666666667vw;
    width: 94.6666666667vw;
    height: auto;
    max-height: calc(100vh - 5.3333333333vw);
    padding: 8vw 0;
    background: linear-gradient(135deg, #447ade, #48b9ed);
    border-radius: 4.6666666667vw;
    box-sizing: border-box;
    transition: all 0.3s;
    z-index: 9100;
  }
  .header .nav-wrap nav {
    height: 100%;
    min-height: 100%;
    max-height: calc(100vh - 25.7333333333vw);
    padding: 0 8vw;
    overflow-y: auto;
  }
  .header .nav-wrap nav .links li {
    margin-top: 4.6666666667vw;
  }
  .header .nav-wrap nav .links li a {
    display: inline-block;
    font-size: 4.8vw;
    font-weight: 700;
    color: #fff;
  }
  .header .nav-wrap nav .links li a .en {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 3.7333333333vw;
    font-weight: 400;
    opacity: 0.5;
  }
  .header .nav-wrap nav .links-btn {
    margin-top: 4.6666666667vw;
    padding-top: 0.1333333333vw;
  }
  .header .nav-wrap nav .links-btn li {
    margin-top: 2.6666666667vw;
    text-align: center;
  }
  .header .nav-wrap nav .links-btn li .btn-standard {
    width: 58.6666666667vw;
    height: 10.6666666667vw;
    padding: 0;
    font-size: 3.7333333333vw;
    color: #fff;
    border: solid 1px #fff;
  }
  .header .nav-wrap nav .links-btn li .btn-standard:before {
    top: calc(50% - 0.7333333333vw);
    right: 5.3333333333vw;
    width: 3.4666666667vw;
    height: 1.4666666667vw;
    background: no-repeat center center/contain;
    background-image: url('data:image/svg+xml;utf8,<svg id="arrow" data-name="arrow" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 10.85"><g id="arrow-2" data-name="arrow"><path fill="%23FFF" d="M26,10.85H0v-2h23.59l-5.44-5.44v3.25h-2V1c0-.4.24-.77.62-.92.38-.16.8-.07,1.09.22l8.85,8.85c.29.29.37.72.22,1.09-.15.37-.52.62-.92.62Z"/></g></svg>');
  }
  .header .nav-wrap.open {
    right: 2vw;
  }
}
.main-visual {
  position: relative;
  height: 56.2225475842vw;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .main-visual {
    position: relative;
    height: 172.5333333333vw;
    z-index: 2;
  }
}
.main-visual:before {
  content: "";
  position: absolute;
  top: 6.588579795vw;
  left: 1.4641288433vw;
  display: block;
  width: 97.0717423133vw;
  height: 43.9238653001vw;
  background: url(../images/main_visual_bg.jpg) no-repeat center center/cover;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .main-visual:before {
    top: 16.1333333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 4rem);
    height: 147vw;
    background: url(../images/main_visual_bg_sp.jpg) no-repeat center center/cover;
  }
}
.main-visual .img {
  position: absolute;
  top: 50%;
  right: 5vw;
  transform: translateY(-50%);
  display: block;
  width: 47.081991vw;
  z-index: 2;
  filter: blur(2px);
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .main-visual .img {
    position: absolute;
    left: 50%;
    top: calc(50% + 1rem);
    transform: translate(-50%, -50%);
    display: block;
    width: 90vw;
    z-index: 2;
    filter: blur(2px);
    opacity: 0.8;
  }
}
@media screen and (max-width: 599px) {
  .main-visual .img img {
    position: relative;
    z-index: 3;
  }
}
.main-visual .img .img_inner {
  position: relative;
}
.main-visual .img .img_inner .point {
  position: absolute;
  left: -4%;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 599px) {
  .main-visual .img .img_inner .point {
    gap: 0.5rem;
  }
}
.main-visual .img .img_inner .point li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.980966325vw;
  height: 10.980966325vw;
  font-size: 1.3vw;
  border-radius: 100%;
  background-color: var(--yellow);
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.16);
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .main-visual .img .img_inner .point li {
    width: 8rem;
    height: 8rem;
    font-size: 1rem;
  }
}
.main-visual .img .img_inner .point li .inner {
  color: var(--sub_color);
  font-weight: 700;
  text-align: center;
  line-height: 1.8vw;
}
@media screen and (max-width: 599px) {
  .main-visual .img .img_inner .point li .inner {
    font-weight: 700;
    text-align: center;
    line-height: 1.3rem;
  }
}
.main-visual .main-inner {
  position: absolute;
  top: 50%;
  left: 1.4641288433vw;
  transform: translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .main-visual .main-inner {
    position: relative;
    height: 100%;
    z-index: 3;
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  .main-visual .main-inner .main-lead {
    position: absolute;
    top: 26vw;
    left: 2rem;
  }
}
.main-visual .main-inner .main-lead em {
  display: inline-flex;
  align-items: center;
  height: 5.8565153734vw;
  margin-bottom: 0.9516837482vw;
  padding: 0.8vw 1.7vw 1vw;
  padding-right: 0;
  font-size: 3.6603221083vw;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
  text-indent: 0.15em;
  background: linear-gradient(to right, #447ade, #44b5de);
  opacity: 0;
}
@media screen and (max-width: 599px) {
  .main-visual .main-inner .main-lead em {
    display: inline-flex;
    align-items: center;
    height: 10.9333333333vw;
    margin-bottom: 1.7333333333vw;
    padding: 0.5rem 0 0.8rem;
    padding-left: 1rem;
    font-size: 7vw;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    text-indent: 0.15em;
    background: linear-gradient(to right, #447ade, #44b5de);
    opacity: 0;
  }
}

.main-visual .main-inner .main-lead em.em-line2 {
  letter-spacing: 0;
}
@media screen and (max-width: 599px) {
  .main-visual .main-inner .main-lead em.em-line2 {
    letter-spacing: 0.05em;
  }
}

.main-visual .main-inner .main-lead_sub {
  margin-top: 1.6837481698vw;
}
@media screen and (max-width: 599px) {
  .main-visual .main-inner .main-lead_sub {
    position: absolute;
    top: 137vw;
    left: 2rem;
    line-height: 5.3333333333vw;
  }
}
.main-visual .main-inner .main-lead_sub em {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 4vw;
  margin-bottom: 1.0980966325vw;
  padding: 1vw 2.4vw;
  font-size: 1.77vw;
  font-weight: 700;
  font-family: "Robot", sans-serif;
  letter-spacing: 0.04em;
  color: var(--color-main);
  background-color: #fff;
  opacity: 0;
}
@media screen and (max-width: 599px) {
  .main-visual .main-inner .main-lead_sub em {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 10vw;
    margin-bottom: 3.3333333333vw;
    padding: 0 2.6666666667vw 0.4vw;
    font-size: 4vw;
    font-weight: 700;
    background-color: #fff;
    opacity: 0;
  }
}
.main-visual .main-inner .main-lead_sub em:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .main-visual .main-inner .main-lead_sub em:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
  }
}
.main-visual .main-inner .main-lead_sub em:after {
  content: "";
  position: absolute;
  bottom: -0.6vw;
  right: -0.6vw;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #447ade, #44b5de);
  z-index: -2;
}
@media screen and (max-width: 599px) {
  .main-visual .main-inner .main-lead_sub em:after {
    content: "";
    position: absolute;
    bottom: -1.3333333333vw;
    right: -1.3333333333vw;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #447ade, #44b5de);
    z-index: -2;
  }
}

@keyframes main_img {
  0% {
    filter: blur(2px);
    opacity: 0.8;
  }
  to {
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide_x {
  0% {
    transform: translate(-0.7320644217vw);
    opacity: 0;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.view .wrapper {
  opacity: 1;
}

body.view .main-visual .main-inner .main-lead em {
  animation: slide_x ease-out 0.3s forwards 1s;
}

body.view .main-visual .main-inner .main-lead em:first-child {
  animation: slide_x ease-out 0.3s forwards 0.8s;
}

body.view .main-visual .main-inner .main-lead_sub em {
  animation: slide_x ease-out 0.3s forwards 1.4s;
}

body.view .main-visual .main-inner .main-lead_sub em:first-child {
  animation: slide_x ease-out 0.3s forwards 1.2s;
}

body.view .main-visual .main-inner .point {
  animation: fade_in ease-out 0.3s forwards 1.5s;
}

body.view .main-visual .img {
  animation: main_img ease-out 0.3s forwards 0.3s;
}

@media screen and (max-width: 599px) {
  @keyframes main_img {
    0% {
      filter: blur(2px);
      opacity: 0.8;
    }
    to {
      filter: blur(0);
      opacity: 1;
    }
  }
  @keyframes slide_x {
    0% {
      transform: translate(-1.3333333333vw);
      opacity: 0;
    }
    to {
      transform: translate(0);
      opacity: 1;
    }
  }
  @keyframes fade_in {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  body.view .main-visual .main-inner .main-lead em {
    animation: slide_x ease-out 0.3s forwards 1s;
  }
  body.view .main-visual .main-inner .main-lead em:first-child {
    animation: slide_x ease-out 0.3s forwards 0.8s;
  }
  body.view .main-visual .main-inner .main-lead_sub em {
    animation: slide_x ease-out 0.3s forwards 1.4s;
  }
  body.view .main-visual .main-inner .main-lead_sub em:first-child {
    animation: slide_x ease-out 0.3s forwards 1.2s;
  }
  body.view .main-visual .main-inner .point {
    animation: fade_in ease-out 0.3s forwards 1.5s;
  }
  body.view .main-visual .img {
    animation: main_img ease-out 0.3s forwards 0.3s;
  }
}
.section-ttl {
  width: fit-content;
  margin: 0 auto;
}

.section .section-ttl .en {
  position: relative;
  display: block;
  width: 14vw;
  margin: 0 auto;
}

.section .section-ttl .ja {
  display: block;
  margin-top: 2.196193265vw;
  text-align: center;
}

.section .section-ttl .ja em {
  display: inline-flex;
  align-items: center;
  height: 3.953147877vw;
  margin-bottom: 0.3660322108vw;
  padding: 0 0.7320644217vw 0.2196193265vw;
  font-size: 2.5vw;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to right, #447ade, #44b5de);
}

.illustrator-slide {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin-top: 2.9282576867vw;
  overflow: hidden;
  transition: all 0.3s;
}
.illustrator-slide .illustrator-list {
  display: flex;
  align-items: center;
}
.illustrator-slide .illustrator-list li {
  width: 11.7130307467vw;
  margin: 0 1.0980966325vw;
}
.illustrator-slide.start .illustrator-list {
  animation: loop infinite linear 50s both;
}

@keyframes loop {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
@media screen and (max-width: 599px) {
  @keyframes loop {
    0% {
      transform: translate(0);
    }
    to {
      transform: translate(-100%);
    }
  }
}
.feature {
  position: relative;
  margin-top: 4vw;
  padding-bottom: 4.1vw;
}
@media screen and (max-width: 599px) {
  .feature {
    margin-top: 14vw;
  }
}
.feature .point-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 3vw;
  width: 85vw;
  margin: 10vw auto 0;
}
@media screen and (max-width: 599px) {
  .feature .point-wrap {
    flex-direction: column-reverse;
    width: 90vw;
    margin-top: 15vw;
  }
}
.feature .point-wrap .point-content {
  width: 50vw;
  padding: 0 3vw 0 0.7320644217vw;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .feature .point-wrap .point-content {
    width: 100%;
    padding: 0;
  }
}
.feature .point-wrap .num {
  display: block;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 5.5vw;
  font-weight: 300;
  letter-spacing: -0.05em;
  color: var(--sub_color);
}
@media screen and (max-width: 599px) {
  .feature .point-wrap .num {
    font-size: 13vw;
    margin-bottom: 5vw;
  }
}
.feature .point-wrap .text-s {
  font-size: 1.4641288433vw;
}
.feature .point-wrap strong {
  font-weight: 700;
  background: linear-gradient(transparent 78%, #fff465 20%);
}
.feature .point-wrap .point-ttl {
  font-size: 2vw;
  font-weight: 600;
  line-height: 2.9vw;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 1vw;
}
@media screen and (max-width: 599px) {
  .feature .point-wrap .point-ttl {
    flex-direction: column;
    align-items: flex-start;
    font-size: 5.5vw;
    line-height: 8vw;
    letter-spacing: 0.03em;
  }
}
.feature .point-wrap .point-text {
  margin-top: 1.8vw;
  font-size: 1.1vw;
  line-height: 2vw;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 599px) {
  .feature .point-wrap .point-text {
    margin-top: 5.5vw;
    font-size: 3.8vw;
    line-height: 6.8vw;
    letter-spacing: 0.06em;
  }
}
.feature .point-wrap .img {
  width: 45vw;
  display: block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .feature .point-wrap .img {
    width: 100%;
  }
}
.feature .point-wrap .img .label {
  display: block;
  width: 14vw;
  position: absolute;
  top: -2vw;
  left: -4vw;
}
@media screen and (max-width: 599px) {
  .feature .point-wrap .img .label {
    width: 35vw;
    top: -5vw;
  }
}
.feature .point-wrap .img::before {
  content: "";
  width: 40.9956076135vw;
  height: 22vw;
  background: linear-gradient(to right, #83caf4, #b1fdfa);
  position: absolute;
  top: -5vw;
  left: -11vw;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .feature .point-wrap .img::before {
    content: "";
    width: 90vw;
    height: 50vw;
    background: linear-gradient(to right, #83caf4, #b1fdfa);
    position: absolute;
    top: -7vw;
    left: -11vw;
    z-index: -1;
  }
}
.feature .point-wrap-l::after {
  content: "";
  position: absolute;
  top: -15vw;
  right: -18vw;
  display: block;
  width: 23vw;
  height: 30vw;
  background: url(../images/cmn/bg_dots.png) no-repeat;
  background-size: contain;
  z-index: -2;
}
@media screen and (max-width: 599px) {
  .feature .point-wrap-l::after {
    top: 30vw;
    right: -18vw;
    width: 48vw;
    height: 50vw;
  }
}
.feature .point-wrap-r {
  flex-direction: row;
}
@media screen and (max-width: 599px) {
  .feature .point-wrap-r {
    flex-direction: column-reverse;
    gap: 9vw;
    margin-top: 20vw;
  }
}
.feature .point-wrap-r::after {
  content: "";
  position: absolute;
  top: 11.3vw;
  right: unset;
  left: -18vw;
  display: block;
  width: 23vw;
  height: 30vw;
  background: url(../images/cmn/bg_dots.png) no-repeat;
  background-size: contain;
  z-index: -2;
}
@media screen and (max-width: 599px) {
  .feature .point-wrap-r::after {
    top: unset;
    bottom: -30vw;
    left: -15vw;
    width: 48vw;
    height: 50vw;
  }
}
.feature .point-wrap-r .point-ttl {
  gap: 1.2vw;
}
.feature .point-wrap-r .img .label {
  display: block;
  width: 14vw;
  position: absolute;
  top: -2vw;
  right: -4vw;
  left: unset;
}
@media screen and (max-width: 599px) {
  .feature .point-wrap-r .img .label {
    width: 35vw;
    top: -5vw;
  }
}
.feature .point-wrap-r .img::before {
  content: "";
  width: 40.9956076135vw;
  background: linear-gradient(to right, #83caf4, #b1fdfa);
  position: absolute;
  top: -4vw;
  left: unset;
  right: -11vw;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .feature .point-wrap-r .img::before {
    width: 90vw;
    height: 50vw;
    top: -9vw;
  }
}

.achievement {
  padding: 5.15vw 0 0;
}
@media screen and (max-width: 599px) {
  .achievement {
    padding: 13vw 0 6vw;
  }
}
.achievement .achievement_title {
  font-size: 2vw;
  font-weight: 600;
  color: var(--navy);
  width: fit-content;
  margin: 0 auto 1.8vw;
  border-bottom: solid 1px var(--sub_color);
  padding-bottom: 0.25vw;
  position: relative;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .achievement .achievement_title {
    font-size: 4.8vw;
    margin: 0 auto 5vw;
  }
}
.achievement .achievement_title::after {
  content: "";
  width: 2vw;
  height: 2vw;
  background: url(../images/cmn/icon_achieve.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% + 0.5vw);
  right: -2.5vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .achievement .achievement_title::after {
    width: 5vw;
    height: 5vw;
    top: calc(50% + 1.5vw);
    right: -6.5vw;
  }
}
.achievement .illustrator-list li {
  width: 25vw;
  margin: 0 0.8vw;
}
@media screen and (max-width: 599px) {
  .achievement .illustrator-list li {
    width: 60vw;
    margin: 0 2vw 0;
  }
}

.cv-links {
  position: relative;
}
.cv-links .link-btn {
  position: absolute;
  bottom: 1vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .cv-links .link-btn {
    bottom: 3vw;
  }
}

.study {
  padding: 6vw 0 4vw;
  position: relative;
}
@media screen and (max-width: 599px) {
  .study {
    padding: 10vw 0;
  }
}
.study::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg_study.png) no-repeat;
  background-size: cover;
  background-position-y: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .study::after {
    display: none;
  }
}
.study .study_list {
  padding: 3vw;
  position: relative;
  width: 60vw;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .study .study_list {
    width: 90vw;
    padding: 8vw 0 6vw;
  }
}
.study .study_list::before {
  content: "";
  width: 0.5vw;
  height: calc(100% - 6vw);
  background: linear-gradient(to bottom, #a3caf0, #a4a8e5, #c3a3e5, #e2a5dc);
  position: absolute;
  top: 5vw;
  left: 4vw;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .study .study_list::before {
    width: 1.5vw;
    left: 6vw;
  }
}
.study .study_list_item.first .nenji {
  color: #a3caf0;
}
.study .study_list_item.first .lead {
  background: #a3caf0;
}
.study .study_list_item.first .curriculum li {
  border: solid 1px #a3caf0;
}
.study .study_list_item.second .nenji {
  color: #a4a8e5;
}
.study .study_list_item.second .lead {
  background: #a4a8e5;
}
.study .study_list_item.second .curriculum li {
  border: solid 1px #a4a8e5;
}
.study .study_list_item.third .nenji {
  color: #c3a3e5;
}
.study .study_list_item.third .lead {
  background: #c3a3e5;
}
.study .study_list_item.third .curriculum li {
  border: solid 1px #c3a3e5;
}
.study .study_list_item.fourth .nenji {
  color: #e2a5dc;
}
.study .study_list_item.fourth .lead {
  background: #e2a5dc;
}
.study .study_list_item.fourth .curriculum li {
  border: solid 1px #e2a5dc;
}
.study .study_list_item .study_list_title {
  position: relative;
  text-align: center;
}
.study .study_list_item .study_list_title .nenji {
  font-family: "Roboto", sans-serif;
  font-size: 2.75vw;
  font-weight: 600;
  line-height: 1.8vw;
  background: var(--white);
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10vw;
  width: 6.5vw;
  height: 6.5vw;
  padding-top: 1.8vw;
  position: absolute;
  top: 50%;
  left: -2vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .study .study_list_item .study_list_title .nenji {
    font-size: 8vw;
    width: 18vw;
    height: 18vw;
    line-height: 6vw;
    padding-top: 3.3vw;
  }
}
.study .study_list_item .study_list_title .nenji span {
  color: var(--black);
  display: block;
  font-size: 1vw;
}
@media screen and (max-width: 599px) {
  .study .study_list_item .study_list_title .nenji span {
    font-size: 3.2vw;
  }
}
.study .study_list_item .study_list_title .lead {
  font-size: 2vw;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.06em;
  text-align: left;
  padding: 0.5vw 6vw;
}
@media screen and (max-width: 599px) {
  .study .study_list_item .study_list_title .lead {
    text-align: center;
    font-size: 5.2vw;
    padding: 2vw 6vw;
  }
}
.study .study_list_item.end {
  padding-top: 2vw;
}
@media screen and (max-width: 599px) {
  .study .study_list_item.end {
    padding-top: 5.5vw;
  }
}
.study .study_list_item.end .study_list_title .nenji {
  background: #de6ba5;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding-top: 1.3vw;
  padding-bottom: 1.5vw;
}
@media screen and (max-width: 599px) {
  .study .study_list_item.end .study_list_title .nenji {
    padding-top: 3.5vw;
    gap: 1.5vw;
  }
}
.study .study_list_item.end .study_list_title .nenji span {
  color: var(--white);
  font-size: 1.3vw;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 599px) {
  .study .study_list_item.end .study_list_title .nenji span {
    font-size: 4.6vw;
  }
}
.study .study_list_item.end .study_list_title .nenji .icon {
  width: 2vw;
}
@media screen and (max-width: 599px) {
  .study .study_list_item.end .study_list_title .nenji .icon {
    width: 5.8vw;
  }
}
.study .study_list_item .curriculum {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 6vw;
  gap: 0.6vw;
}
@media screen and (max-width: 599px) {
  .study .study_list_item .curriculum {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 5.5vw 6vw;
    padding-left: 12vw;
    gap: 2vw;
  }
}
.study .study_list_item .curriculum li {
  font-size: 1.25vw;
  font-weight: 600;
  border-radius: 10vw;
  padding: 0.6vw 0;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 599px) {
  .study .study_list_item .curriculum li {
    font-size: 3.8vw;
    padding: 2vw 0;
    width: 100%;
  }
}
.study .study_list_item .curriculum li span {
  font-size: 1vw;
  line-height: 1.3vw;
}
@media screen and (max-width: 599px) {
  .study .study_list_item .curriculum li span {
    font-size: 3.8vw;
  }
}

.movie {
  background: url(../images/bg_movie.png) no-repeat;
  background-size: cover;
  height: 40.9vw;
  position: relative;
}
@media screen and (max-width: 599px) {
  .movie {
    height: auto;
    background: url(../images/bg_movie_sp.png) no-repeat;
    background-size: cover;
  }
}
.movie .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .movie .inner {
    display: flex;
    flex-direction: column;
    padding: 21.5vw 5vw 32vw;
    align-items: flex-start;
  }
}
.movie .movie-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .movie .movie-ttl {
    align-items: flex-start;
    margin-bottom: 10.8vw;
  }
}
.movie .movie-ttl .en {
  width: 12.5vw;
}
@media screen and (max-width: 599px) {
  .movie .movie-ttl .en {
    width: 29.5vw;
  }
}
.movie .movie-ttl .ja {
  font-size: 1.57vw;
  color: var(--white);
  letter-spacing: 0.08em;
  margin-top: 1.4vw;
}
@media screen and (max-width: 599px) {
  .movie .movie-ttl .ja {
    font-size: 3.8vw;
  }
}
.movie .video {
  width: 40.5vw;
  height: 24.5vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .movie .video {
    width: 100%;
    height: 54.5vw;
  }
}
.movie .movie-slide {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin-top: 2.9282576867vw;
  overflow: hidden;
  transition: all 0.3s;
  padding: 1vw 0;
  border-top: solid 2px var(--white);
  border-bottom: solid 2px var(--white);
  position: absolute;
  z-index: 0;
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .movie .movie-slide {
    transform: rotate(-5deg);
  }
}
.movie .movie-slide:first-of-type {
  top: 3vw;
  left: 0;
}
@media screen and (max-width: 599px) {
  .movie .movie-slide:first-of-type {
    top: 44vw;
  }
}
.movie .movie-slide:last-of-type {
  bottom: 5vw;
  left: 0;
}
@media screen and (max-width: 599px) {
  .movie .movie-slide:last-of-type {
    bottom: 22vw;
  }
}
.movie .movie-slide .movie-list {
  display: flex;
  align-items: center;
}
.movie .movie-slide .movie-list li {
  width: 24vw;
  margin: 0 1.0980966325vw;
}
@media screen and (max-width: 599px) {
  .movie .movie-slide .movie-list li {
    width: 78vw;
    margin: 0 1.0980966325vw;
    padding: 1vw 0;
  }
}
.movie .movie-slide.start .movie-list {
  animation: loop infinite linear 25s both;
}
.movie .movie-slide:last-of-type.start .movie-list {
  animation-direction: reverse;
}
@keyframes loop {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
@media screen and (max-width: 599px) {
  @keyframes loop {
    0% {
      transform: translate(0);
    }
    to {
      transform: translate(-100%);
    }
  }
}

.teacher {
  padding-top: 4.1vw;
}
@media screen and (max-width: 599px) {
  .teacher {
    padding-top: 10.8vw;
  }
}
.teacher .section-ttl {
  font-size: 2.4vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .teacher .section-ttl {
    font-size: 5.9vw;
    margin-bottom: 8vw;
  }
}
.teacher .section-ttl .en {
  width: 7vw;
  display: block;
  margin: 0 auto 1vw;
}
@media screen and (max-width: 599px) {
  .teacher .section-ttl .en {
    width: 22vw;
  }
}
.teacher .section-ttl strong {
  display: inline-block;
  background: linear-gradient(transparent 70%, #fff465 30%);
  line-height: 1;
  font-weight: 600;
}
.teacher .book-slide {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin-top: 2.9282576867vw;
  overflow: hidden;
  transition: all 0.3s;
}
.teacher .book-slide .book-list {
  display: flex;
  align-items: flex-start;
}
.teacher .book-slide .book-list li {
  width: 11.7130307467vw;
  margin: 0 1.0980966325vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 599px) {
  .teacher .book-slide .book-list li {
    width: 41.5vw;
    margin: 0 2.2vw;
  }
}
.teacher .book-slide .book-list li img {
  display: block;
}
.teacher .book-slide .book-list li .book_author {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1.25vw;
  letter-spacing: 0.04em;
  margin-top: 1vw;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .teacher .book-slide .book-list li .book_author {
    font-size: 4.4vw;
    margin-top: 2.85vw;
  }
}
.teacher .book-slide .book-list li .book_author label {
  color: var(--sub_color);
  font-weight: 500;
  font-size: 0.85vw;
  display: block;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 599px) {
  .teacher .book-slide .book-list li .book_author label {
    font-size: 2.85vw;
  }
}
.teacher .book-slide.start .book-list {
  animation: loop infinite linear 50s both;
}
@keyframes loop {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
@media screen and (max-width: 599px) {
  @keyframes loop {
    0% {
      transform: translate(0);
    }
    to {
      transform: translate(-100%);
    }
  }
}

.voice {
  margin-top: 5.5vw;
  padding-bottom: 10.2489019034vw;
}
@media screen and (max-width: 599px) {
  .voice {
    margin-top: 15.6vw;
    padding-bottom: 13.3333333333vw;
  }
}
.voice .voice-wrap {
  display: flex;
  justify-content: center;
  margin-top: 4.6120058565vw;
}
@media screen and (max-width: 599px) {
  .voice .voice-wrap {
    flex-direction: column;
    gap: 10.5vw;
  }
}
.voice .voice-wrap .voice-content {
  width: 42vw;
  margin: 0 0.7320644217vw;
}
@media screen and (max-width: 599px) {
  .voice .voice-wrap .voice-content {
    width: 90vw;
    margin: 0 auto;
  }
}
.voice .voice-wrap .voice-ttl {
  padding: 1.6105417277vw 0;
  font-size: 1.9033674963vw;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  line-height: 2.7818448023vw;
  background-color: #c6eaff;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 599px) {
  .voice .voice-wrap .voice-ttl {
    padding: 3vw 0;
    font-size: 4.4vw;
    line-height: 6vw;
  }
}
.voice .voice-wrap .before-after {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2.196193265vw;
}
@media screen and (max-width: 599px) {
  .voice .voice-wrap .before-after {
    margin-top: 8vw;
  }
}
.voice .voice-wrap .before-after .before {
  position: relative;
  width: 11.7130307467vw;
  margin-right: 2.2693997072vw;
  padding-top: 2.4158125915vw;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .voice .voice-wrap .before-after .before {
    width: 29.4vw;
    margin-right: 3vw;
  }
}
.voice .voice-wrap .before-after .before:before {
  content: "";
  position: absolute;
  top: 4vw;
  right: -5.8565153734vw;
  display: block;
  width: 7.6134699854vw;
  height: 4.4655929722vw;
  background: url(../images/cmn/arrow_before_after.svg) no-repeat center center/contain;
}
@media screen and (max-width: 599px) {
  .voice .voice-wrap .before-after .before:before {
    width: 19vw;
    height: 8.4vw;
    top: 8vw;
    right: -14vw;
  }
}
.voice .voice-wrap .before-after .before .text {
  position: absolute;
  top: -0.1464128843vw;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 1.23vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2.3426061493vw;
  color: var(--color-main);
}
@media screen and (max-width: 599px) {
  .voice .voice-wrap .before-after .before .text {
    font-size: 2.8vw;
    top: -1.146413vw;
  }
}
.voice .voice-wrap .before-after .after {
  position: relative;
  width: 28.5505124451vw;
  padding-top: 2.4158125915vw;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .voice .voice-wrap .before-after .after {
    width: 49vw;
  }
}
.voice .voice-wrap .before-after .after .text {
  position: absolute;
  top: -0.3660322108vw;
  left: 50%;
  transform: translateX(-50%);
  width: 9.224011713vw;
  font-family: "Roboto", sans-serif;
  font-size: 1.4vw;
  letter-spacing: 0.12em;
  font-weight: 600;
  text-align: center;
  line-height: 2.3426061493vw;
  color: var(--color-main);
}
@media screen and (max-width: 599px) {
  .voice .voice-wrap .before-after .after .text {
    width: 24vw;
    font-size: 4.3vw;
    top: -1.146413vw;
  }
}
.voice .voice-wrap .before-after .after .text::before, .voice .voice-wrap .before-after .after .text::after {
  content: "";
  position: absolute;
  top: 20%;
  display: block;
  width: 1px;
  height: 60%;
  background-color: var(--color-main);
  transform: skew(40deg);
}
@media screen and (max-width: 599px) {
  .voice .voice-wrap .before-after .after .text::before, .voice .voice-wrap .before-after .after .text::after {
    height: 100%;
  }
}
.voice .voice-wrap .before-after .after .text::before {
  left: 0;
  transform: skew(40deg);
}
.voice .voice-wrap .before-after .after .text::before {
  left: unset;
  right: 0;
  transform: skew(-40deg);
}
.voice .voice-wrap .voice-text {
  width: 41.2884333821vw;
  margin: 1.2445095168vw auto 0;
  font-size: 1.1713030747vw;
  line-height: 2.3426061493vw;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .voice .voice-wrap .voice-text {
    width: 90vw;
    margin: 2vw auto 0;
    font-size: 3.75vw;
    line-height: 6.4vw;
  }
}
.voice .voice-wrap .voice_person {
  display: flex;
  align-items: center;
  width: 41.2884333821vw;
  margin: 0 auto;
  gap: 1.5vw;
}
@media screen and (max-width: 599px) {
  .voice .voice-wrap .voice_person {
    width: 90vw;
    gap: 2.5vw;
  }
}
.voice .voice-wrap .voice_person .img {
  width: 7.2vw;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .voice .voice-wrap .voice_person .img {
    width: 16vw;
  }
}
.voice .voice-wrap .voice_person .name {
  color: var(--color-main);
  font-size: 1.23vw;
  font-weight: 600;
  text-align: center;
  border: solid 1px var(--color-main);
  border-radius: 6vw;
  width: 100%;
  padding: 0.74vw;
}
@media screen and (max-width: 599px) {
  .voice .voice-wrap .voice_person .name {
    font-size: 3.5vw;
    padding: 2vw;
  }
}

.qa {
  margin-top: 8.78477306vw;
  padding-bottom: 7.3206442167vw;
}

.qa .qa-item {
  width: 79.0629575403vw;
  margin: 0 auto;
  border-bottom: solid 1px #dcdcdc;
  letter-spacing: 0.06em;
}

.qa .qa-item.first {
  margin: 2vw auto 0;
}

.qa .qa-item dt {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2vw 1.5vw;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 2.3426061493vw;
  cursor: pointer;
}

.qa .qa-item dt:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.6588579795vw);
  right: 2.196193265vw;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 15px solid #447ade;
  border-bottom: 0;
  transition: all 0.3s;
}

.qa .qa-item dt .q {
  margin-right: 2.1vw;
  padding-bottom: 0.7320644217vw;
  font-family: "Roboto", sans-serif;
  font-size: 2.4vw;
  font-weight: 400;
  line-height: 3.074670571vw;
  color: var(--color-main);
}

.qa .qa-item dt:hover:before {
  top: calc(50% + 0.0732064422vw);
}

.qa .qa-item dt.open:before {
  transform: rotate(180deg);
}

.qa .qa-item dt.open:hover:before {
  top: calc(50% - 1.3909224012vw);
}

.qa .qa-item dd {
  display: none;
  align-items: center;
  padding: 0 2vw 1.5vw;
  font-size: 1.1713030747vw;
  line-height: 2.3426061493vw;
}
.qa .qa-item dd .inner {
  display: flex;
  line-height: 1.8vw;
}

.qa .qa-item dd .a {
  margin-right: 2.1vw;
  padding-bottom: 0.7320644217vw;
  font-family: "Roboto", sans-serif;
  font-size: 2.4vw;
  font-weight: 400;
  line-height: 3.074670571vw;
  color: #1c9dfc;
}

.float-btn {
  position: fixed;
  bottom: 3%;
  left: 0;
  transition: all 0.3s;
  z-index: 8000;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .float-btn .btn-pink {
    width: 76vw;
    height: 13.5vw;
  }
}

.link-list {
  display: flex;
  justify-content: center;
}

.float-btn.on .link-list li {
  bottom: 1.4641288433vw;
}

.footer {
  position: relative;
  padding-bottom: 11.420204978vw;
}

.footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.7320644217vw;
  background: linear-gradient(to right, #a5cdff, #b4f0ff, #94d7b1, #fff9b4, #ffb4b4);
}

.footer .links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .links li {
  width: 2.3426061493vw;
  margin: 0 2.196193265vw;
}

.footer .links li a {
  display: block;
}

.footer .links li a:hover {
  transform: scale(1.2);
}

.footer .logo {
  width: 40.9956076135vw;
  margin: 4.0263543192vw auto 0;
}

.footer .copyright {
  margin-top: 2.5622254758vw;
  font-size: 0.878477306vw;
  text-align: center;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding: 4.7584187408vw 3.6603221083vw 2.5622254758vw;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 9999;
}

.modal:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 200%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal .modal-body {
  position: relative;
  width: 117.3333333333vh;
  max-width: 71.7423133236vw;
  z-index: 10;
}

.modal .modal-body .close-btn {
  position: absolute;
  top: -2.196193265vw;
  right: -2.196193265vw;
  width: 5.1244509517vw;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 100%;
  outline: transparent;
  background: none;
  transition: all 0.3s;
}

.modal .modal-body .close-btn:hover {
  transform: scale(1.05);
}

.modal .modal-body .video-stage {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.modal .modal-body .video-stage iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal .modal-body .img {
  display: block;
  width: auto;
  height: 70vh;
  margin: 0 auto;
  text-align: center;
}

.modal .modal-body .img img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.modal .modal-body .close-btn {
  position: absolute;
  top: -6.588579795vw;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.1244509517vw;
  height: 5.1244509517vw;
  line-height: 1;
  z-index: 9200;
}

.modal .modal-body .close-btn span {
  position: relative;
  display: block;
  width: 2.196193265vw;
  height: 2.196193265vw;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.modal .modal-body .close-btn span i {
  position: absolute;
  background-color: #fff;
  transition: all 0.3s;
}

.modal .modal-body .close-btn span i:nth-child(1) {
  top: calc(50% - 1px);
  left: 0;
  width: 2.196193265vw;
  height: 2px;
}

.modal .modal-body .close-btn span i:nth-child(2) {
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 2.196193265vw;
}

.modal .modal-body .close-btn:hover {
  transform: scale(1.5) rotate(135deg);
}

.lead-body {
  position: relative;
  z-index: 1;
}

.lead-body:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: calc(100% + 16.1054172767vw);
  background-color: #e5f7f9;
  z-index: 1;
}

.lead-body .lead-inner {
  position: relative;
  z-index: 1000;
}

.lead-body .lead-inner .lead-ttl {
  text-align: center;
}

.lead-body .lead-inner .lead-ttl .normal {
  display: inline-block;
  font-size: 1.5vw;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--color-main);
  line-height: 2.9282576867vw;
}

.lead-body .lead-inner .lead-ttl em {
  display: inline-flex;
  align-items: center;
  height: 4vw;
  margin-top: 1.0980966325vw;
  padding: 0 1.5vw 0.2196193265vw;
  font-size: 2.5vw;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to right, #447ade, #44b5de);
}

.lead-body .lead-inner .questions {
  position: relative;
  width: 100%;
  height: 34vw;
  margin-top: 3.6603221083vw;
}

.lead-body .lead-inner .questions:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4.831625183vw;
  border-top: solid 4.831625183vw transparent;
  border-left: solid 50vw #fff;
  border-right: solid 50vw #fff;
}

.lead-body .lead-inner .questions .question-list {
  transform: scale(0.9) translateY(1.0980966325vw);
}

.lead-body .lead-inner .questions .question-list .question {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 15vw;
  font-size: 1.4vw;
  font-weight: 600;
  color: var(--navy);
  line-height: 2.3vw;
  text-align: center;
  background: url(../images/bg_qestion.png) no-repeat;
  background-size: contain;
}

.lead-body .lead-inner .questions .question-list .question:nth-child(1) {
  top: 8.373353vw;
  left: 17.587116vw;
}

.lead-body .lead-inner .questions .question-list .question:nth-child(1):before {
  content: "";
  position: absolute;
  bottom: -1.124451vw;
  right: 3.686676vw;
  display: block;
  width: 2.9282576867vw;
  height: 4.3191800878vw;
  background: url(../images/question_mark.png) no-repeat center center/contain;
  transform: rotate(-26deg);
  z-index: 10;
}

.lead-body .lead-inner .questions .question-list .question:nth-child(2) {
  top: -1vw;
  left: 41.871157vw;
}

.lead-body .lead-inner .questions .question-list .question:nth-child(2):before {
  content: "";
  position: absolute;
  bottom: 4.218155vw;
  left: -6.297218vw;
  display: block;
  width: 3.5vw;
  height: 6.5153733529vw;
  background: url(../images/question_mark.png) no-repeat center center/contain;
  transform: rotate(-24deg);
  z-index: 10;
}

.lead-body .lead-inner .questions .question-list .question:nth-child(2):after {
  content: "";
  position: absolute;
  bottom: 4.95022vw;
  right: -4.320644vw;
  display: block;
  width: 2.513909vw;
  height: 5.270863836vw;
  background: url(../images/question_mark.png) no-repeat center center/contain;
  transform: rotate(15deg);
  z-index: 10;
}

.lead-body .lead-inner .questions .question-list .question:nth-child(3) {
  top: 6.373353vw;
  right: 14.587116vw;
}

.lead-body .lead-inner .questions .question-list .question:nth-child(3):before {
  content: "";
  position: absolute;
  bottom: -3.490483vw;
  left: 2.56369vw;
  display: block;
  width: 4.612006vw;
  height: 6.8081991215vw;
  background: url(../images/question_mark.png) no-repeat center center/contain;
  transform: rotate(15deg);
  z-index: 10;
}

.lead-body .lead-inner .questions .img {
  transform: scale(0.9) translateY(1.0980966325vw);
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 30vw;
}

.lead-skill_up {
  margin-top: 7.3206442167vw;
  position: relative;
  z-index: 3;
}

.lead-skill_up .logo {
  display: block;
  width: 40.9956076135vw;
  margin: 0 auto;
  position: absolute;
  top: -13vw;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 3px 6px rgba(36, 84, 172, 0.12));
  z-index: 20;
  background-color: var(--white);
  padding: 0 3vw 2vw;
  border-radius: 1.5vw;
}
.lead-skill_up .logo::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 1.5vw 1.6vw 0 1.6vw;
  border-color: var(--white) transparent transparent;
  position: absolute;
  bottom: -1.5vw;
  left: 50%;
  transform: translateX(-50%);
}
.lead-skill_up .logo img {
  width: 40vw;
  display: block;
  margin: 0 auto;
}
.lead-skill_up .logo span {
  font-size: 1.7vw;
  color: var(--sub_color);
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 1.5vw;
  transform: translateX(-50%);
}

.lead-skill_up .lead {
  margin-top: 3.6603221083vw;
  font-size: 1.8301610542vw;
  font-weight: 700;
  text-align: center;
  line-height: 2.5622254758vw;
}

.lead-skill_up .lead .text-m {
  display: inline-block;
  margin-top: 2.196193265vw;
  font-size: 2vw;
  line-height: 2.7818448023vw;
}

.lead-skill_up .lead .text-b {
  display: inline-block;
  margin-top: 1vw;
  font-size: 2.75vw;
  line-height: 4.0263543192vw;
}

.lead-skill_up .lead strong {
  display: inline-block;
  font-weight: 700;
  background: linear-gradient(transparent 70%, #fff465 30%);
  line-height: 1;
}

.feature:after {
  top: -27.8184480234vw;
}

.device-sp {
  display: none !important;
}

@media only screen and (max-width: 599px) {
  .device-sp {
    display: block !important;
  }
  .section .section-ttl .en {
    position: relative;
    display: block;
    width: 32vw;
    margin: 0 auto;
  }
  .section .section-ttl .ja {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    margin-top: 4vw;
    text-align: center;
  }
  .section .section-ttl .ja em {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    height: 9vw;
    margin: 0 auto;
    padding: 0 2.2666666667vw 0.8vw;
    font-size: 5.5vw;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to right, #447ade, #44b5de);
  }
  .qa {
    margin-top: 15.6vw;
    padding: 0 5vw 13.3333333333vw;
  }
  .qa .qa-item {
    margin: 0 auto;
    border-bottom: solid 1px #dcdcdc;
    width: 100%;
  }
  .qa .qa-item.first {
    margin: 5vw auto 0;
  }
  .qa .qa-item dt {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5.3333333333vw 11vw 5.3333333333vw 3.0666666667vw;
    font-size: 3.6vw;
    font-weight: 700;
    line-height: 5vw;
    cursor: pointer;
  }
  .qa .qa-item dt:before {
    content: "";
    position: absolute;
    top: calc(50% - 2vw);
    right: 3.2vw;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 8px solid #447ade;
    transition: all 0.3s;
  }
  .qa .qa-item dt .q {
    margin-right: 2.7vw;
    padding-bottom: 1.3333333333vw;
    font-family: "Roboto", sans-serif;
    font-size: 6.9333333333vw;
    line-height: 6.9333333333vw;
  }
  .qa .qa-item dt:hover:before {
    top: calc(50% + 0.1333333333vw);
  }
  .qa .qa-item dt.open:hover:before {
    top: calc(50% - 2.5333333333vw);
  }
  .qa .qa-item dd {
    display: none;
    align-items: center;
    padding: 0 11vw 5.3333333333vw 3.0666666667vw;
    font-size: 3.6vw;
    line-height: 5vw;
  }
  .qa .qa-item dd .a {
    margin-right: 2.7vw;
    padding-bottom: 1.3333333333vw;
    font-family: "Roboto", sans-serif;
    font-size: 6.9333333333vw;
    line-height: 6.9333333333vw;
  }
  .qa .qa-item dd .inner {
    line-height: 5vw;
  }
  .float-btn .link-list li {
    position: fixed;
    bottom: -34.6666666667vw;
    left: calc(50% - 37.3333333333vw);
    text-align: center;
    transition: all 0.3s;
    z-index: 8000;
  }
  .float-btn .link-list li .btn-pink {
    width: 74.6666666667vw;
    height: 14.6666666667vw;
    text-align: center;
    border: none;
  }
  .float-btn .link-list li .btn-pink:before {
    top: calc(50% - 1.3333333333vw);
    right: 4vw;
    pointer-events: none;
  }
  .float-btn .link-list li .btn-pink span {
    pointer-events: none;
  }
  .float-btn .link-list li .btn-orange {
    width: 74.6666666667vw;
    height: 14.6666666667vw;
    text-align: center;
    border: none;
  }
  .float-btn .link-list li .btn-orange:before {
    top: calc(50% - 1.3333333333vw);
    right: 4vw;
    pointer-events: none;
  }
  .float-btn .link-list li .btn-orange span {
    padding-bottom: 1.3333333333vw;
    pointer-events: none;
  }
  .float-btn .link-list li .btn-orange span em {
    font-size: 2.9333333333vw;
    text-shadow: 2px 2px 0px #fff;
    background: linear-gradient(transparent 78%, #fff 22%);
    pointer-events: none;
  }
  .float-btn.on .link-list li {
    bottom: 20vw;
  }
  .float-btn.on .link-list li:nth-child(2) {
    bottom: 2.6666666667vw;
  }
  .footer {
    position: relative;
    padding-bottom: 45.3333333333vw;
  }
  .footer:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.6666666667vw;
    background: linear-gradient(to right, #a5cdff, #b4f0ff, #94d7b1, #fff9b4, #ffb4b4);
  }
  .footer .links {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .links li {
    width: 6.9333333333vw;
    margin: 0 6.4vw;
  }
  .footer .links li a {
    display: block;
  }
  .footer .logo {
    width: 83.7333333333vw;
    margin: 10.6666666667vw auto 0;
  }
  .footer .copyright {
    margin-top: 9.3333333333vw;
    font-size: 2.4vw;
    text-align: center;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100svh;
    padding: 8.6666666667vw 6.6666666667vw 4.6666666667vw;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 9999;
  }
  .modal:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .modal .modal-body {
    position: relative;
    width: 100%;
    max-width: 130.6666666667vw;
    z-index: 10;
  }
  .modal .modal-body .close-btn {
    position: absolute;
    top: -4vw;
    right: -4vw;
    width: 9.3333333333vw;
    padding: 0;
    cursor: pointer;
    border: none;
    border-radius: 100%;
    outline: transparent;
    background: none;
    transition: all 0.3s;
  }
  .modal .modal-body .video-stage {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .modal .modal-body .video-stage iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .modal .modal-body .img {
    display: block;
    width: 100%;
    max-width: 106.6666666667vw;
    margin: 0 auto;
  }
  .modal .modal-body .close-btn {
    position: absolute;
    top: -12vw;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    line-height: 1;
    z-index: 9200;
  }
  .modal .modal-body .close-btn span {
    position: relative;
    display: block;
    width: 6vw;
    height: 6vw;
    transform: rotate(45deg);
    transition: all 0.3s;
  }
  .modal .modal-body .close-btn span i {
    position: absolute;
    background-color: #fff;
    transition: all 0.3s;
  }
  .modal .modal-body .close-btn span i:nth-child(1) {
    top: calc(50% - 0.2vw);
    left: 0;
    width: 6vw;
    height: 0.4vw;
  }
  .modal .modal-body .close-btn span i:nth-child(2) {
    top: 0;
    left: calc(50% - 0.2vw);
    width: 0.4vw;
    height: 6vw;
  }
  .lead-body {
    position: relative;
    padding: 3rem 0 0;
  }
  .lead-body:before {
    content: "";
    position: absolute;
    bottom: -20vw;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% + 80vw);
    background-color: #e5f7f9;
    z-index: 1;
  }
  .lead-body .lead-inner {
    position: relative;
    z-index: 1000;
  }
  .lead-body .lead-inner .en-problem {
    position: absolute;
    top: -10.6666666667vw;
    left: 2.6666666667vw;
    display: block;
    width: 43.3333333333vw;
  }
  .lead-body .lead-inner .lead-ttl {
    text-align: center;
  }
  .lead-body .lead-inner .lead-ttl .normal {
    display: inline-block;
    font-size: 4vw;
    font-weight: 700;
    color: #447ade;
    line-height: 5.3333333333vw;
  }
  .lead-body .lead-inner .lead-ttl em {
    display: inline-flex;
    align-items: center;
    height: 12.4vw;
    margin-top: 2vw;
    padding: 0 2.6666666667vw 0.4vw;
    font-size: 6vw;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to right, #447ade, #44b5de);
  }
  .lead-body .lead-inner .questions {
    position: relative;
    width: 100%;
    height: 100vw;
    margin-top: 3.3333333333vw;
  }
  .lead-body .lead-inner .questions:before {
    content: "";
    position: absolute;
    bottom: -20vw;
    left: 0;
    display: block;
    width: 100%;
    height: 12vw;
    border-top: solid 12vw transparent;
    border-left: solid 50vw #fff;
    border-right: solid 50vw #fff;
  }
  .lead-body .lead-inner .questions .question-list .question {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54.333333vw;
    height: 40.333333vw;
    font-size: 4vw;
    line-height: 2rem;
  }
  .lead-body .lead-inner .questions .question-list .question:nth-child(1) {
    top: 34vw;
    left: -8.333333vw;
  }
  .lead-body .lead-inner .questions .question-list .question:nth-child(1):before {
    content: "";
    position: absolute;
    bottom: -5.6vw;
    left: 13.333333vw;
    display: block;
    width: 7.333333vw;
    height: 9.866667vw;
    background: url(../images/question_mark.png) no-repeat center center/contain;
    transform: rotate(-15deg);
    z-index: 10;
  }
  .lead-body .lead-inner .questions .question-list .question:nth-child(2) {
    top: 0;
    left: 24.6666666667vw;
  }
  .lead-body .lead-inner .questions .question-list .question:nth-child(2):before {
    content: "";
    position: absolute;
    bottom: 8.066667vw;
    left: -21.666667vw;
    display: block;
    width: 10vw;
    height: 14.866667vw;
    background: url(../images/question_mark.png) no-repeat center center/contain;
    transform: rotate(-24deg);
    z-index: 10;
  }
  .lead-body .lead-inner .questions .question-list .question:nth-child(2):after {
    content: "";
    position: absolute;
    bottom: 17.066667vw;
    right: -15.733333vw;
    display: block;
    width: 10.4vw;
    height: 15.6vw;
    background: url(../images/question_mark.png) no-repeat center center/contain;
    transform: rotate(17deg);
    z-index: 10;
  }
  .lead-body .lead-inner .questions .question-list .question:nth-child(3) {
    top: 35.266667vw;
    right: -7.333333vw;
  }
  .lead-body .lead-inner .questions .question-list .question:nth-child(3):before {
    content: "";
    position: absolute;
    bottom: -5.666667vw;
    right: 10vw;
    left: unset;
    display: block;
    width: 10.4vw;
    height: 14.4vw;
    background: url(../images/question_mark.png) no-repeat center center/contain;
    transform: rotate(15deg);
    z-index: 10;
  }
  .lead-skill_up-inner {
    padding-top: 7vw;
  }
  .lead-body .lead-inner .questions .img {
    position: absolute;
    bottom: 0;
    display: block;
    width: 70vw;
  }
  .lead-skill_up {
    margin-top: 13.3333333333vw;
  }
  .lead-skill_up .logo {
    display: block;
    width: 90vw;
    margin: 0 auto;
    padding: 2vw 2vw 10vw;
    border-radius: 4vw;
  }
  .lead-skill_up .logo::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 4vw 4vw 0 4vw;
    border-color: var(--white) transparent transparent;
    position: absolute;
    bottom: -3vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .lead-skill_up .logo span {
    font-size: 4.3vw;
    bottom: 5vw;
  }
  .lead-skill_up .logo img {
    width: 80%;
  }
  .lead-skill_up .lead {
    margin-top: 13vw;
    font-size: 4vw;
    font-weight: 700;
    text-align: center;
    line-height: 4.6666666667vw;
  }
  .lead-skill_up .lead .text-m {
    display: inline-block;
    margin-top: 3.3333333333vw;
    font-size: 5.3333333333vw;
    line-height: 8vw;
  }
  .lead-skill_up .lead .text-b {
    display: inline-block;
    margin-top: 3.3333333333vw;
    font-size: 6.9333333333vw;
    line-height: 6.9333333333vw;
  }
  .lead-skill_up .lead strong {
    display: inline-block;
    font-weight: 700;
    background: linear-gradient(transparent 70%, #fff465 30%);
    line-height: 1;
  }
  .device-pc {
    display: none !important;
  }
}