/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
  color: #FFFFFF;
  background-color: #021221;
}
body:not(.is-finished) {
  overflow: hidden;
}
body.is-modal-open {
  overflow: hidden;
}

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-font-zenmaru {
  font-family: YakuHanRP, "Zen Maru Gothic", sans-serif;
}

.u-color-cyen {
  color: #6bf7e3;
}

.u-color-magenta {
  color: #e086f2;
}

.u-color-yellow {
  color: #ffe764;
}

.u-color-green {
  color: #84e874;
}

.u-text-italic {
  font-style: italic;
}

.u-text-condensed {
  -webkit-transform: scale(0.74, 1);
          transform: scale(0.74, 1);
}
.u-text-condensed.--left {
  -webkit-transform-origin: left;
          transform-origin: left;
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
  30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
  30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
  }
}
@-webkit-keyframes loop-slider {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@keyframes loop-slider {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes ribbon-front {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@keyframes ribbon-front {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes ribbon-back {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes ribbon-back {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.js-inview,
.js-inview-order > *:not(.js-not-animation) {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.js-inview.is-visible,
.js-inview-order > *:not(.js-not-animation).is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-section-head {
  position: relative;
  font-size: 17rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.1em;
  line-height: 1.25;
  text-align: center;
  z-index: 2;
}

.c-section-sub-head {
  position: relative;
  margin-top: 1rem;
  font-size: 6.8rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.1em;
  line-height: 1.25;
  text-align: center;
  z-index: 2;
}

.c-section-sub-head-inner {
  display: inline-block;
  padding: 0 4rem;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.c-ribbon-area {
  margin-bottom: 7.6rem;
}

.c-ribbon {
  position: relative;
  width: 100%;
}
.c-ribbon__inner {
  position: relative;
  width: 110%;
  margin-left: -5%;
  padding: 1.8rem 0 1.1rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.c-ribbon__inner.--front {
  z-index: 2;
}
.c-ribbon__inner.--back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.c-ribbon__txt {
  width: 100%;
  height: 4.1vw;
  will-change: background-position;
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
}
.c-ribbon__txt.--back {
  mix-blend-mode: difference;
}

.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5rem 4.5rem;
  z-index: 100;
}
.l-header__logo {
  width: 23rem;
}

.l-footer {
  padding: 13.2rem 0 13rem;
  border-top: 1px solid #FFFFFF;
}
.l-footer__logo {
  width: 33rem;
  margin: auto;
}
.l-footer__address {
  text-align: center;
  margin-top: 6.7rem;
}
.l-footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6rem;
  margin-top: 2.8rem;
  line-height: 1;
}
.l-footer__sns-list-item {
  width: 2.2rem;
}
.l-footer__sns-list-item.--youtube {
  width: 2.6rem;
}
.l-footer__sns-list-item img {
  width: 100%;
  max-width: none;
}
.l-footer__copyright {
  margin-top: 3rem;
  text-align: center;
}
.l-footer__copyright img {
  height: 1.5rem;
}

.l-contents {
  overflow: hidden;
}

.l-inner {
  position: relative;
  max-width: 1320px;
  width: 100%;
  padding: 0 2rem;
  margin: auto;
}

.opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #021221;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
  transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
}
.opening.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.opening__txt {
  position: relative;
  height: 18.3rem;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  overflow: hidden;
  z-index: 1;
}
.opening__txt.is-animation {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.opening__txt.is-animation::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.opening__txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 2;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s;
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s, -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s;
}
.opening__txt img {
  position: relative;
  height: 100%;
  width: auto;
  z-index: 1;
}

.mv {
  position: relative;
  padding: 33.4rem 10.2%;
}
.mv__head {
  position: relative;
  max-width: 56rem;
  width: 100%;
  z-index: 3;
}
.mv__head-img {
  opacity: 0;
  -webkit-transform: scale(3) rotate(-720deg);
          transform: scale(3) rotate(-720deg);
  -webkit-transition: opacity 1.2s ease-out, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1.2s ease-out, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1.2s ease-out, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1.2s ease-out, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.mv__head-img.is-visible {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}
.mv__head-img.--img02 {
  max-width: none;
  position: absolute;
  top: 79%;
  left: 16%;
  width: 141%;
}
.mv__object {
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.mv__object.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mv__object.--object01 {
  top: 64%;
  left: 62%;
  width: 20%;
}
.mv__object.--object02 {
  top: 75.4%;
  left: 36.6%;
  width: 13.6%;
}
.mv__object.--object03 {
  top: 32.8%;
  left: 66.3%;
  width: 9.7%;
}
.mv__object.--object04 {
  top: -4rem;
  left: 26%;
  width: 16.3%;
}
.mv__object.--object05 {
  top: 82.5%;
  left: 54.2%;
  width: 5.1%;
}
.mv__object.--object06 {
  top: 16.4%;
  left: 11.4%;
  width: 6.9%;
}
.mv__object.--object07 {
  top: -10.4rem;
  right: 11.9%;
  width: 14.9%;
}
.mv__object.--object08 {
  top: 81.4%;
  left: 1.1%;
  width: 19.7%;
}
.mv__object.--object09 {
  top: 16.8%;
  left: 62.6%;
  width: 4.4%;
}
.mv__object.--object10 {
  top: 7.7%;
  left: 47.1%;
  width: 12.7%;
}
.mv__object.--object11 {
  top: 75.5%;
  left: 28.5%;
  width: 5.7%;
}
.mv__object.--object12 {
  top: 15%;
  right: -4rem;
  width: 7.3%;
}
.mv__object.--object13 {
  top: 65.9%;
  left: 50.6%;
  width: 5.3%;
}
.mv__object.--object14 {
  top: 20.1%;
  right: 16.4%;
  width: 5.3%;
}
.mv__object.--object15 {
  top: 17.4%;
  left: -10.8rem;
  width: 12.1%;
}
.mv__object.--object16 {
  top: 24.8%;
  left: 54%;
  width: 6.5%;
}
.mv__object.--object17 {
  top: 32.4%;
  right: -7.2rem;
  width: 23.8%;
}
.mv__object.--object18 {
  top: 53.8%;
  left: 2%;
  width: 5.6%;
}
.mv__scrolldown {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  width: 6.2rem;
  right: 2.9%;
  bottom: 7.2%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.mv__scrolldown.is-visible {
  opacity: 1;
}
.mv__scrolldown > img {
  width: 22.3%;
}
.mv__scrolldown-icon {
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 9999px;
  border: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mv__scrolldown-icon-inner {
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.mv__scrolldown-icon-inner img {
  width: 0.5rem;
  -webkit-animation: scrolldown 2s ease-in-out infinite;
          animation: scrolldown 2s ease-in-out infinite;
}

.lead {
  position: relative;
  padding-top: 14rem;
  padding-bottom: 17.8rem;
  text-align: center;
}
.lead__head {
  position: relative;
  font-size: 7rem;
  font-weight: 300;
  letter-spacing: -0.1em;
  line-height: 1.25;
  z-index: 2;
}
.lead__head .large {
  font-size: 11rem;
  font-weight: 400;
  letter-spacing: -0.1em;
}
.lead__head .large span:nth-of-type(1) {
  letter-spacing: -1.6rem;
}
.lead__head .large span:nth-of-type(2) {
  letter-spacing: -3.4rem;
}
.lead__head .large span:nth-of-type(3) {
  letter-spacing: -3rem;
}
.lead__bg-txt {
  position: absolute;
  top: 55.6rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10vw;
  will-change: background-position;
  background: url(../img/lead_bg_txt.png) repeat-x left center/auto 100%;
  z-index: 1;
}
.lead__txt {
  position: relative;
  margin-top: 3.4rem;
  font-size: 3.4rem;
  font-weight: 300;
  letter-spacing: -0.1em;
  line-height: 2.18;
  z-index: 2;
}
.lead__reason {
  position: relative;
  margin-top: 16rem;
}
.lead__reason::before {
  content: "";
  display: block;
  position: absolute;
  top: -9.5rem;
  left: 0;
  right: 0;
  width: 1px;
  height: 10rem;
  margin: auto;
  background-color: #FFFFFF;
}
.lead__reason-head {
  font-size: 6.8rem;
  letter-spacing: -0.1em;
  line-height: 1.25;
}
.lead__reason-head .large {
  font-size: 11rem;
  letter-spacing: -0.1em;
}
.lead__reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5rem;
}
.lead__reason-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 31.5%;
  border-radius: 2rem;
  border-width: 1px;
}
.lead__reason-list-item:nth-child(1) {
  border-color: #6bf7e3;
}
.lead__reason-list-item:nth-child(1) .lead__reason-list-item-icon {
  border-color: #6bf7e3;
}
.lead__reason-list-item:nth-child(2) {
  border-color: #e086f2;
}
.lead__reason-list-item:nth-child(2) .lead__reason-list-item-icon {
  border-color: #e086f2;
}
.lead__reason-list-item:nth-child(3) {
  border-color: #ffe764;
}
.lead__reason-list-item:nth-child(3) .lead__reason-list-item-icon {
  border-color: #ffe764;
}
.lead__reason-list-item-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 6.5rem 1% 9.2rem;
}
.lead__reason-list-item-number {
  height: 2.75rem;
  text-align: center;
}
.lead__reason-list-item-number img {
  height: 100%;
  width: auto;
}
.lead__reason-list-item-head {
  margin-top: 2rem;
  padding-right: 2rem;
  font-size: 11rem;
  letter-spacing: -0.1em;
  line-height: 1.25;
}
.lead__reason-list-item-txt {
  margin-top: 3.6rem;
  font-size: 2.8rem;
  font-weight: 300;
  letter-spacing: -0.1em;
  line-height: 1.43;
}
.lead__reason-list-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  margin: auto;
  border: 1px solid;
  border-radius: 9999px;
  background: #021221;
}
.lead__reason-list-item-icon-inner {
  font-size: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.lead__reason-list-item-icon-inner img {
  width: 0.5rem;
}

.people {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 21rem;
}
.people__bg-object {
  position: absolute;
  max-width: none;
}
.people__bg-object.--object05 {
  top: 35.2rem;
  left: -59rem;
  width: 140rem;
}
.people__bg-object.--object06 {
  bottom: 9rem;
  left: -6rem;
  width: 28rem;
}
.people__bg-object.--object07 {
  top: 5rem;
  right: -4.2rem;
  width: 11.4rem;
}
.people__ribbon-inner {
  border-color: #6bf7e3;
}
.people__ribbon-inner.--front {
  background-color: #021221;
}
.people__ribbon-inner.--back {
  background-color: #6bf7e3;
}
.people__ribbon-txt {
  background-image: url(../img/people_ribbon_txt.png);
}
.people__head-bg {
  position: absolute;
  top: 8.4rem;
  left: 60.8%;
  width: 37.6%;
  z-index: 1;
}
.people__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10.5rem;
}
.people__block + .people__block {
  margin-top: 17.9rem;
}
.people__block-txt-area {
  width: 44%;
}
.people__block-img-area {
  position: relative;
  width: 47.4%;
  margin-top: 1.3rem;
}
.people__block-img.--back {
  position: relative;
  width: 100%;
  z-index: 2;
}
.people__block-img.--front {
  position: absolute;
  bottom: -38%;
  left: -12.8%;
  width: 59%;
  z-index: 3;
}
.people__block-img.--front.--img04 {
  left: auto;
  right: -12.8%;
}
.people__object {
  position: absolute;
  z-index: 1;
}
.people__object.--object01 {
  top: -7.6rem;
  right: -8.2rem;
  width: 13rem;
}
.people__object.--object02 {
  bottom: -15.8rem;
  right: -0.2rem;
  width: 7.4rem;
}
.people__object.--object03 {
  bottom: -20.4rem;
  left: -12.6rem;
  width: 20.5rem;
}
.people__object.--object04 {
  bottom: 4.6rem;
  right: -18.8rem;
  width: 16.7rem;
}
.people__block-lead {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: -0.1em;
}
.people__block-lead-line {
  display: inline-block;
  padding-right: 2.2em;
  border-bottom: 1px solid #6bf7e3;
}
.people__block-lead-line.--people01_02 {
  min-width: 57.8rem;
}
.people__block-tag {
  display: inline-block;
  margin-top: 4.3rem;
  padding: 1rem 2.9rem;
  border: 1px solid #6bf7e3;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.people__block-tag + .people__block-head {
  margin-top: 2.6rem;
}
.people__block-head {
  margin-top: 5.4rem;
}
.people__block-head.is-visible .people__block-head-inner {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.people__block-head.is-visible .people__block-head-inner::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.people__block-head-inner {
  position: relative;
  display: inline-block;
  padding: 1.3rem 3.3rem 1.1rem 1.3rem;
  background-color: #FFFFFF;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  overflow: hidden;
}
.people__block-head-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 2;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
}
.people__block-head-inner.--head02 {
  padding-bottom: 0;
}
.people__block-head-img {
  position: relative;
  z-index: 1;
}
.people__block-head-img.--img01 {
  width: 34.7rem;
}
.people__block-head-img.--img02 {
  width: 42.8rem;
  margin-bottom: -1rem;
}
.people__block-head-jp {
  margin-top: 1rem;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.1em;
}
.people__block-head-jp.is-visible .people__block-head-jp-inner {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.people__block-head-jp.is-visible .people__block-head-jp-inner::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.people__block-head-jp-inner {
  position: relative;
  display: inline-block;
  padding: 0.4rem 2rem 0.8rem 0.9rem;
  background-color: #FFFFFF;
  color: #021221;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  overflow: hidden;
}
.people__block-head-jp-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 2;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
}
.people__block-txt {
  margin-top: 3.3rem;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.85;
  text-align: justify;
}
.people__block-button {
  position: relative;
  display: block;
  width: 42rem;
  margin-top: 6rem;
  padding: 3.5rem 4.2rem;
  border-radius: 9999px;
  background-color: #6bf7e3;
  font-size: 3.2rem;
  font-weight: 500;
  color: #021221;
  letter-spacing: -0.1em;
  line-height: 1;
}
.people__block-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.3rem;
  height: 2.3rem;
  background: #FFFFFF;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.people__block-button-arrow {
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  width: 7rem;
  margin: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.people__message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 14.2rem;
  padding: 9rem 7.6%;
  border: 1px solid #6bf7e3;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.05);
}
.people__message-en {
  width: 10.5rem;
}
.people__message-head {
  margin-top: 2rem;
  padding-bottom: 3.5rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.33;
  border-bottom: 1px solid #6bf7e3;
  white-space: nowrap;
}
.people__message-txt {
  margin-top: 3.3rem;
  font-size: 2rem;
  line-height: 1.9;
  text-align: justify;
}
.people__message-name {
  margin-top: 1.8rem;
  font-size: 1.8rem;
  text-align: right;
}
.people__message-name .large {
  padding-left: 1rem;
  font-size: 2.6rem;
}
.people__message-txt-area {
  width: 69%;
}
.people__message-img-area {
  width: 26.2%;
  padding-top: 6rem;
}
.people__message-txt-area-sp {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #6bf7e3;
}

.environment {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 15rem;
}
.environment__bg-object {
  position: absolute;
  max-width: none;
}
.environment__bg-object.--object04 {
  top: 26.7rem;
  right: -58.3rem;
  width: 140rem;
}
.environment__ribbon-inner {
  border-color: #e086f2;
}
.environment__ribbon-inner.--front {
  background-color: #021221;
}
.environment__ribbon-inner.--back {
  background-color: #e086f2;
}
.environment__ribbon-txt {
  background-image: url(../img/environment_ribbon_txt.png);
}
.environment__head-bg {
  position: absolute;
  top: 21.2rem;
  left: -10%;
  width: 68.9%;
  z-index: 1;
}
.environment__large-txt {
  position: relative;
  margin-top: 7.2rem;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}
.environment__large-txt.--mt0 {
  margin-top: 0;
}
.environment__large-txt-inner {
  position: relative;
  padding: 0 7rem;
  display: inline-block;
}
.environment__large-txt-inner::before, .environment__large-txt-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  width: 1px;
  height: 80%;
  background: #e086f2;
}
.environment__large-txt-inner::before {
  left: 0;
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
}
.environment__large-txt-inner::after {
  right: 0;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
}
.environment__object {
  position: absolute;
  z-index: 1;
}
.environment__object.--object01 {
  top: -12rem;
  right: -13.1rem;
  width: 18rem;
}
.environment__object.--object02 {
  top: 28.3rem;
  left: -14.1rem;
  width: 7.5rem;
}
.environment__object.--object03 {
  bottom: -9.7rem;
  right: -8.1rem;
  width: 12.8rem;
}
.environment__flexbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
}
.environment__flexbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3.5rem;
  height: 7.6rem;
  margin: auto;
  background: url(../img/environment_triangle.png) no-repeat center/contain;
}
.environment__block {
  position: relative;
  width: 47.3%;
  padding: 7.2rem 6.4% 8.5rem;
  border: 1px solid #e086f2;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.05);
  z-index: 2;
}
.environment__block-head {
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #e086f2;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1;
}
.environment__block-head .large {
  display: block;
  margin-top: 2rem;
  font-size: 5rem;
  font-weight: 500;
}
.environment__block-txt {
  margin-top: 2.6rem;
  font-size: 1.8rem;
  line-height: 2.1;
}
.environment__slider {
  position: relative;
  width: 100%;
  margin-top: 11.8rem;
  padding-top: 7.6rem;
  padding-bottom: 10rem;
  border-top: 1px solid #e086f2;
  border-bottom: 1px solid #e086f2;
  overflow: hidden;
}
.environment__slider::before, .environment__slider::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e086f2;
}
.environment__slider::before {
  top: 1rem;
}
.environment__slider::after {
  bottom: 1rem;
}
.environment__slider-area {
  margin-top: 3rem;
  width: 100%;
  height: 24.6vw;
  background-image: url(../img/environment_slider.png);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
}
.environment__slider-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 3rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  -webkit-perspective: 100;
          perspective: 100;
}
.environment__slider-item {
  width: 37.4vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 1rem;
}

.learning {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 21.5rem;
}
.learning__bg-object {
  position: absolute;
  top: 34.3rem;
  left: -5.9rem;
  width: 28rem;
}
.learning__ribbon-inner {
  border-color: #ffe764;
}
.learning__ribbon-inner.--front {
  background-color: #021221;
}
.learning__ribbon-inner.--back {
  background-color: #ffe764;
}
.learning__ribbon-txt {
  background-image: url(../img/learning_ribbon_txt.png);
}
.learning__head-bg {
  position: absolute;
  top: 12.2rem;
  left: 48%;
  width: 49.8%;
  z-index: 1;
}
.learning__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 9.5rem;
}
.learning__block + .learning__block {
  margin-top: 23.8rem;
}
.learning__object {
  position: absolute;
  z-index: 1;
}
.learning__object.--object01_01 {
  top: 8.8rem;
  left: 46.2rem;
  width: 16.9rem;
}
.learning__object.--object01_02 {
  top: -2.1rem;
  left: 18rem;
  width: 3.5rem;
}
.learning__object.--object01_03 {
  top: 1.4rem;
  left: -4.3rem;
  width: 15.2rem;
}
.learning__object.--object01_04 {
  top: -6.8rem;
  right: -8rem;
  width: 12.8rem;
}
.learning__object.--object01_05 {
  top: 48.8rem;
  right: -8.8rem;
  width: 7.4rem;
}
.learning__object.--object01_06 {
  top: 63.8rem;
  right: -17.4rem;
  width: 17.9rem;
}
.learning__object.--object01_07 {
  top: 67.8rem;
  right: 40.4rem;
  width: 10.8rem;
}
.learning__object.--object01_08 {
  top: 63rem;
  left: -45.9rem;
  width: 40.2rem;
}
.learning__object.--object01_09 {
  top: 122rem;
  right: -29.5rem;
  width: 20.3rem;
}
.learning__object.--object01_10 {
  top: 120.2rem;
  left: -23.6rem;
  width: 8.7rem;
}
.learning__object.--object02_01 {
  top: 0.6rem;
  left: 51.3rem;
  width: 12rem;
}
.learning__object.--object02_02 {
  top: -1.2rem;
  left: 29.5rem;
  width: 16.2rem;
}
.learning__object.--object02_03 {
  top: -11.5rem;
  left: 12.7rem;
  width: 9.4rem;
}
.learning__object.--object02_04 {
  top: -2.9rem;
  left: -2.8rem;
  width: 6.2rem;
}
.learning__object.--object02_05 {
  top: -12.8rem;
  left: -5.5rem;
  width: 11.1rem;
  z-index: 0;
}
.learning__object.--object03_01 {
  top: -3.7rem;
  left: 45.8rem;
  width: 15.3rem;
}
.learning__object.--object03_02 {
  top: 10.6rem;
  left: 28.2rem;
  width: 9.1rem;
}
.learning__object.--object03_03 {
  top: -11.5rem;
  left: 13.7rem;
  width: 9.4rem;
}
.learning__object.--object03_04 {
  top: 0.1rem;
  left: -9.5rem;
  width: 17.8rem;
}
.learning__object.--object03_05 {
  top: -6.4rem;
  left: -8.5rem;
  width: 11.1rem;
  z-index: 0;
}
.learning__block-txt-area {
  position: relative;
  width: 35%;
  padding-top: 15.4rem;
  z-index: 2;
}
.learning__block-head-en {
  line-height: 1;
}
.learning__block-head-en.is-visible .learning__block-head-en-inner {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.learning__block-head-en.is-visible .learning__block-head-en-inner::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.learning__block-head-en-inner {
  position: relative;
  display: inline-block;
  color: #021221;
  padding: 0.8rem 2rem;
  background-color: #FFFFFF;
  line-height: 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  overflow: hidden;
}
.learning__block-head-en-inner:last-child {
  margin-top: -0.2rem;
}
.learning__block-head-en-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 2;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
}
.learning__block-head-en-inner img {
  width: auto;
  height: 2.5rem;
}
.learning__block-head-en-img.--img03_02 {
  height: 2rem;
  margin-top: -1rem;
}
.learning__block-head {
  margin-top: 3.6rem;
}
.learning__block-head.is-visible .learning__block-head-inner {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.learning__block-head.is-visible .learning__block-head-inner::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.learning__block-head-inner {
  display: inline-block;
  padding: 0.3rem 4rem 1rem 1rem;
  background-color: #FFFFFF;
  font-size: 8.6rem;
  font-weight: 500;
  letter-spacing: -0.1em;
  line-height: 1;
  color: #021221;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  overflow: hidden;
}
.learning__block-head-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 2;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
}
.learning__block-txt {
  margin-top: 4.5rem;
  font-size: 2.2rem;
  line-height: 2.1;
}
.learning__block-img-area {
  position: relative;
  width: 47.4%;
  z-index: 2;
}
.learning__block-img.--img01 {
  position: relative;
  z-index: 1;
}
.learning__block-img.--img02 {
  position: absolute;
  top: 79%;
  left: -28%;
  width: 63.5%;
  z-index: 2;
}
.learning__block-img.--img03 {
  position: absolute;
  top: 115.4%;
  left: 41.3%;
  width: 52%;
  z-index: 3;
}
.learning__other-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6rem 4%;
  width: 100%;
  margin-top: 15.2rem;
  z-index: 2;
}
.learning__vision, .learning__feature {
  width: 48%;
  padding: 5rem 3% 6rem;
  border: 1px solid #ffe764;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
}
.learning__vision-head, .learning__feature-head {
  margin-bottom: 4rem;
  padding-bottom: 2.6rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.06em;
  border-bottom: 1px solid #ffe764;
}
.learning__vision-head .small, .learning__feature-head .small {
  font-size: 2rem;
}
.learning__vision-ability {
  padding: 1rem 1rem;
  border-radius: 9999px;
  font-size: 2.6rem;
  background-color: #021221;
}
.learning__vision-tag {
  display: inline-block;
  margin-left: 1.3rem;
  padding: 0 1rem;
  border: 1px solid #FFFFFF;
  font-size: 2rem;
}
.learning__vision-cross {
  width: 4.5rem;
  margin: -0.3rem auto -0.3rem;
}
.learning__vision-triangle {
  width: 3rem;
  margin: 2rem auto 1rem;
}
.learning__vision-matome {
  font-size: 2.8rem;
  letter-spacing: -0.06em;
}
.learning__feature-head {
  margin-bottom: 2.6rem;
}
.learning__feature-txt {
  font-size: 1.8rem;
  line-height: 2;
  text-align: justify;
}
.learning__pickup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 6rem 4% 6rem;
  border: 1px solid #ffe764;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.05);
}
.learning__pickup-mark {
  position: absolute;
  top: -2.5rem;
  left: -2.5rem;
  width: 10rem;
  z-index: 2;
}
.learning__pickup-txt-area {
  position: relative;
  width: 52%;
  padding-top: 1.3rem;
  z-index: 1;
}
.learning__pickup-head {
  margin-bottom: 2.5rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: -0.06em;
}
.learning__pickup-txt {
  font-size: 1.8rem;
  line-height: 2.44;
  text-align: justify;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  -webkit-text-decoration-color: #ffe764;
          text-decoration-color: #ffe764;
  text-decoration-thickness: 1px;
  text-underline-offset: 1.5rem;
}
.learning__pickup-img-area {
  position: relative;
  width: 41.2%;
  z-index: 1;
}
.learning__block-button {
  position: relative;
  display: block;
  max-width: 64rem;
  width: 100%;
  margin: 6rem auto 0;
  padding: 3.5rem 4.2rem;
  border-radius: 9999px;
  background-color: #ffe764;
  font-size: 3.2rem;
  font-weight: 500;
  color: #021221;
  letter-spacing: -0.1em;
  line-height: 1;
}
.learning__block-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.3rem;
  height: 2.3rem;
  background: #FFFFFF;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.learning__block-button-arrow {
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  width: 7rem;
  margin: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.topic {
  position: relative;
  padding-top: 36.5rem;
  padding-bottom: 16.8rem;
  background: url(../img/topic_bg_pc.png) repeat center top #21303e;
}
.topic::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  background: url(../img/topic_bg_ellipse.png) no-repeat center top/100% auto;
}
.topic__bg-txt {
  position: absolute;
  top: 2.6rem;
  left: 0;
  width: 100%;
  z-index: 1;
}
.topic__inner {
  z-index: 2;
}
.topic__top {
  color: #84e874;
  font-weight: 500;
  text-align: center;
}
.topic__top-txt {
  font-size: 2.4rem;
  text-decoration: underline;
  text-underline-offset: 2rem;
  text-decoration-thickness: 1px;
}
.topic__top-large-txt {
  margin-top: 2.1rem;
  font-size: 4.4rem;
}
.topic__head {
  max-width: 63.1rem;
  width: 100%;
  margin: 1.5rem auto 5rem;
}
.topic__block {
  position: relative;
  border: 1px solid #84e874;
}
.topic__block::before, .topic__block::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #84e874;
}
.topic__block::before {
  left: 1rem;
}
.topic__block::after {
  right: 1rem;
}
.topic__block-top {
  position: relative;
}
.topic__block-number {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25.8rem;
  border-right: 1px solid #84e874;
}
.topic__block-number img {
  width: auto;
  height: 5.2rem;
}
.topic__block-head {
  position: relative;
  padding: 3.2rem;
  border-bottom: 1px solid #84e874;
  text-align: center;
}
.topic__block-head::before, .topic__block-head::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  background-color: #84e874;
}
.topic__block-head::before {
  right: 1rem;
  height: 105%;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}
.topic__block-head::after {
  right: 5rem;
  bottom: 0;
}
.topic__block-head img {
  width: auto;
  height: 5.7rem;
}
.topic__block-main {
  padding: 6.4rem 1% 5.7rem;
}
.topic__block-main.--topic02 {
  padding-bottom: 4.4rem;
}
.topic__block-main.--topic03 {
  padding-bottom: 7.2rem;
}
.topic__pie-chart-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1%;
}
.topic__pie-chart-block {
  position: relative;
  width: 30%;
  text-align: center;
}
.topic__pie-chart-block-head {
  position: relative;
  display: inline-block;
  padding: 0.4rem 3rem;
  font-size: 2.1rem;
  line-height: 1.62;
}
.topic__pie-chart-block-head::before, .topic__pie-chart-block-head::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1rem;
  border-top: 1px solid #84e874;
  border-bottom: 1px solid #84e874;
}
.topic__pie-chart-block-head::before {
  left: 0;
  border-left: 1px solid #84e874;
}
.topic__pie-chart-block-head::after {
  right: 0;
  border-right: 1px solid #84e874;
}
.topic__pie-chart-block-head .sup {
  font-size: 0.6em;
  vertical-align: super;
}
.topic__pie-chart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.6rem 0;
  width: 81%;
  margin: 2.2rem auto 0;
}
.topic__pie-chart-number {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.topic__pie-chart-number.--women {
  height: 8.4rem;
  width: auto;
}
.topic__pie-chart-number.--men {
  position: absolute;
  bottom: 6.5rem;
  left: 8.8rem;
  height: 6.1rem;
  width: auto;
}
.topic__pie-chart-bar {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: stroke-dashoffset 0.3s ease-out 0.7s;
  transition: stroke-dashoffset 0.3s ease-out 0.7s;
}
.topic__pie-chart-block-img {
  margin-top: 2.3rem;
  padding: 0 9.7%;
}
.topic__block-bottom {
  position: relative;
  border-top: 1px solid #84e874;
  padding-top: 5.4rem;
  padding-bottom: 6.2rem;
}
.topic__block-bottom.--topic01 {
  padding-top: 4.8rem;
  padding-bottom: 4rem;
  padding-left: 29.3%;
}
.topic__block-bottom.--topic02 {
  padding-top: 3.5rem;
  padding-right: 20%;
  padding-bottom: 4.4rem;
  padding-left: 6.2%;
}
.topic__block-bottom.--topic03 {
  padding-left: 49.2%;
}
.topic__block-bottom-img {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.topic__block-bottom-img.--topic01 {
  width: 20.7rem;
  left: 8%;
}
.topic__block-bottom-img.--topic02 {
  width: 38.7rem;
  right: 5.5%;
}
.topic__block-bottom-img.--topic03 {
  width: 35.1rem;
  left: 13%;
}
.topic__block-bottom-list {
  margin-bottom: 2.3rem;
}
.topic__block-bottom-list-item {
  position: relative;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.38;
  padding-left: 1.2em;
}
.topic__block-bottom-list-item:nth-child(n+2) {
  margin-top: 2rem;
}
.topic__block-bottom-list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #84e874;
  border-radius: 50%;
}
.topic__block-bottom-list-item img {
  height: 4rem;
  margin-left: 1.2rem;
}
.topic__block-bottom-txt {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.78;
}
.topic__block-bottom-number {
  height: 8.7rem;
  vertical-align: baseline;
}
.topic__notes {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 2;
  text-align: right;
}
.topic__notes + .topic__block {
  margin-top: 8rem;
}
.topic__bar-chart-area {
  margin-top: 0.6rem;
}
.topic__bar-chart-area.is-visible .topic__bar-chart-bar {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.topic__bar-chart-area.is-visible .topic__bar-chart-bar img {
  opacity: 1;
  visibility: visible;
}
.topic__bar-chart-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.4rem;
}
.topic__bar-chart-block.--large {
  margin-bottom: 3rem;
}
.topic__bar-chart-block:last-child {
  margin-bottom: 0;
}
.topic__bar-chart-block-head {
  width: 24.8rem;
  padding-right: 3.3rem;
  font-size: 1.8rem;
  line-height: 1.56;
  text-align: right;
}
.topic__bar-chart-block-head.--large {
  font-size: 2.6rem;
}
.topic__bar-chart-block-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.topic__bar-chart-bar {
  position: relative;
  height: 1.5rem;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
}
.topic__bar-chart-bar:nth-child(odd) {
  background-color: #84e874;
}
.topic__bar-chart-bar:nth-child(even) {
  margin-top: 1.3rem;
  background-color: #ffe764;
}
.topic__bar-chart-bar.--large {
  height: 3.8rem;
}
.topic__bar-chart-bar.--large img {
  height: 4.3rem;
}
.topic__bar-chart-bar.--bar01 {
  width: 43%;
}
.topic__bar-chart-bar.--bar02 {
  width: 68%;
}
.topic__bar-chart-bar.--bar03 {
  width: 41.8%;
}
.topic__bar-chart-bar.--bar04 {
  width: 34%;
}
.topic__bar-chart-bar.--bar05 {
  width: 22.3%;
}
.topic__bar-chart-bar.--bar06 {
  width: 11.2%;
}
.topic__bar-chart-bar.--bar07 {
  width: 22.4%;
}
.topic__bar-chart-bar.--bar08 {
  width: 11.2%;
}
.topic__bar-chart-bar.--bar09 {
  width: 5.4%;
}
.topic__bar-chart-bar.--bar10 {
  width: 3.4%;
}
.topic__bar-chart-bar img {
  position: absolute;
  top: 0;
  right: -2rem;
  bottom: 0;
  max-width: none;
  width: auto;
  height: 2.1rem;
  margin: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out 1s, visibility 0.3s ease-out 1s;
  transition: opacity 0.3s ease-out 1s, visibility 0.3s ease-out 1s;
}
.topic__bar-chart-notes-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 5.5rem;
  margin-top: 5.2rem;
  padding: 0 8rem;
}
.topic__bar-chart-note-color {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.1rem;
  background-color: #84e874;
}
.topic__bar-chart-note-color.--yellow {
  background-color: #ffe764;
}
.topic__topic03-top-txt {
  font-size: 2.4rem;
  font-weight: 500;
  color: #84e874;
  text-align: center;
}
.topic__topic03-top-txt span {
  display: inline-block;
  padding: 0.5rem 8rem;
  border: 1px solid #84e874;
}
.topic__rate-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topic__rate-area::before, .topic__rate-area::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin: auto;
}
.topic__rate-area::before {
  bottom: 8rem;
}
.topic__rate-area::after {
  bottom: 1rem;
}
.topic__rate-block {
  width: 43%;
  text-align: center;
}
.topic__rate-block-head {
  position: relative;
  display: block;
  width: 83%;
  margin: auto;
  padding: 2rem 0;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.62;
}
.topic__rate-block-head::before, .topic__rate-block-head::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1rem;
  border-top: 1px solid #84e874;
  border-bottom: 1px solid #84e874;
}
.topic__rate-block-head::before {
  left: 0;
  border-left: 1px solid #84e874;
}
.topic__rate-block-head::after {
  right: 0;
  border-right: 1px solid #84e874;
}
.topic__rate-block-head .sup {
  font-size: 0.6em;
  vertical-align: super;
}
.topic__rate-block-img {
  position: relative;
  margin-top: 3.8rem;
  font-size: 9.9rem;
  font-weight: 500;
  line-height: 1;
}
.topic__rate-block-img.is-visible img {
  -webkit-animation: scale-up 0.3s ease-out 0.5s forwards;
          animation: scale-up 0.3s ease-out 0.5s forwards;
}
.topic__rate-block-img img {
  height: 14rem;
  margin: 0 0.5rem;
  vertical-align: bottom;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.topic__rate-block-img.--img01 {
  padding-right: 2rem;
}
.topic__rate-block-img.--img01 img {
  margin: 0 0rem 0 1.4rem;
}
.topic__rate-block-img.--img02 {
  padding-left: 2rem;
}
.topic__rate-block-img.--img02 img {
  margin: 0 0.5rem;
}
.topic__rate-block-img.--img02 .small {
  left: calc(50% + 8.6rem);
}
.topic__rate-block-img .small {
  position: absolute;
  bottom: 11rem;
  left: calc(50% + 7rem);
  display: block;
  font-size: 2rem;
  font-weight: 400;
}

.bottom {
  padding: 19.5rem 0 15rem;
}
.bottom__banner {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}
.bottom__banner > a {
  position: relative;
  display: block;
}
.bottom__banner-button {
  position: absolute;
  left: 57.8%;
  top: 74.5%;
  width: 22.8%;
}
.bottom__banner-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #84e874;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.bottom__sub-banner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12.4rem;
}
.bottom__sub-banner {
  width: 48.7%;
}
.bottom__sub-banner > a {
  display: block;
  position: relative;
  overflow: hidden;
}
.bottom__sub-banner > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1rem;
  right: 0.5rem;
  width: 2.2rem;
  height: 1.1rem;
  background: url(../img/icon_tab.png) no-repeat center/contain;
  z-index: 2;
}
.bottom__sub-banner > a img {
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.bottom__sub-banner-txt-en {
  position: absolute;
  left: 0;
  bottom: 8.8rem;
  right: 0;
  width: auto;
  height: 3.9rem;
  margin: auto;
}
.bottom__sub-banner-txt-jp {
  position: absolute;
  left: 0;
  bottom: 3.3rem;
  right: 0;
  width: 100%;
  font-size: 2.2rem;
  text-align: center;
}
.bottom__button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3rem;
  margin-top: 4rem;
}
.bottom__button {
  position: relative;
  display: block;
  max-width: 39.6rem;
  width: 48.7%;
  padding: 2.3rem 0;
  font-size: 2rem;
  text-align: center;
  background-color: #1a2835;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.bottom__button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1rem;
  right: 0.5rem;
  width: 2.2rem;
  height: 1.1rem;
  background: url(../img/icon_tab.png) no-repeat center/contain;
  z-index: 2;
}

.talk {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: url(../img/talk_bg_pc.png) repeat-y center top/100% auto #021221;
  z-index: 998;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: display 0.2s allow-discrete, -webkit-transform 0.2s ease-out;
  transition: display 0.2s allow-discrete, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, display 0.2s allow-discrete;
  transition: transform 0.2s ease-out, display 0.2s allow-discrete, -webkit-transform 0.2s ease-out;
}
.talk.is-active {
  display: block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@starting-style {
  .talk.is-active {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.talk__close-button {
  position: fixed;
  top: 0;
  right: 0;
  width: 10rem;
  z-index: 2;
}
.talk__contents {
  position: relative;
  height: 100%;
  overflow: auto;
  z-index: 1;
}
.talk__contents-inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 5rem;
}
.talk__mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 50rem;
  padding-bottom: 1.8rem;
  background: url(../img/talk_mv_pc.jpg) no-repeat center top/cover;
}
.talk__head {
  max-width: 482px;
  width: 64.3%;
}
.talk__head-jp {
  font-size: 3.8rem;
  letter-spacing: -0.1em;
  text-align: center;
}
.talk__lead {
  padding-top: 9.6rem;
}
.talk__lead-head {
  margin-bottom: 4rem;
  font-size: 5.8rem;
  letter-spacing: -0.06em;
  text-align: center;
}
.talk__lead-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4.3%;
}
.talk__lead-list-item {
  width: 29.4%;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5;
}
.talk__lead-list-item-department {
  margin-top: 3rem;
}
.talk__lead-list-item-name {
  font-size: 2.6rem;
  font-weight: bold;
}
.talk__main {
  margin-top: 11.6rem;
}
.talk__block {
  position: relative;
  padding: 7rem 0;
}
.talk__block::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -6rem;
  width: calc(100vw + 6rem);
  height: 79.2rem;
  background: linear-gradient(160deg, white, rgba(255, 255, 255, 0) 80%);
  opacity: 0.3;
  z-index: 2;
}
.talk__block + .talk__block {
  margin-top: 8rem;
}
.talk__block-inner {
  position: relative;
  z-index: 3;
}
.talk__object {
  position: absolute;
  z-index: 1;
}
.talk__object.--object01 {
  width: 12.7rem;
  right: -12.6rem;
  top: -6rem;
}
.talk__object.--object02 {
  top: 43.4rem;
  left: -14rem;
  width: 17.8rem;
}
.talk__object.--object03 {
  width: 7.4rem;
  right: -4.8rem;
  top: 80.9rem;
}
.talk__block-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 3.5rem;
  position: relative;
  margin-left: 7%;
  font-size: 5.1rem;
  line-height: 1.38;
  letter-spacing: -0.06em;
}
.talk__block-head.--center {
  text-align: center;
}
.talk__block-head.--center::before {
  content: none;
}
.talk__block-head.--center .talk__block-head-txt {
  width: 100%;
  white-space: normal;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.talk__block-head::before {
  content: "";
  display: block;
  width: 10.7rem;
  height: 11.3rem;
  background: url(../img/talk_question.png) no-repeat center/100% auto;
}
.talk__block-head-txt {
  display: block;
  width: calc(100% - 14.2rem);
  -webkit-transform-origin: left;
          transform-origin: left;
  white-space: nowrap;
}
.talk__talk-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 0;
  max-width: 930px;
  width: 100%;
  margin: 5.6rem auto 0;
}
.talk__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  width: 100%;
}
.talk__flexbox.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.talk__person-area {
  width: 10.5rem;
}
.talk__person-name {
  margin-top: 0.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.talk__balloon {
  position: relative;
  width: calc(100% - 19rem);
  padding: 3.8rem 4.7rem;
  background: #FFFFFF;
  border-radius: 3rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.78;
  color: #021221;
  text-align: justify;
}
.talk__balloon::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 6rem;
  left: -2.9rem;
  width: 0;
  height: 0;
  border-bottom: 1rem solid #FFFFFF;
  border-left: 3rem solid transparent;
}
.talk__balloon.--reverse::before {
  left: auto;
  right: -2.9rem;
  border-left: none;
  border-right: 3rem solid transparent;
}
.talk__block-img {
  max-width: 1040px;
  margin: 6rem auto 0;
}
.talk__block-button {
  position: relative;
  display: block;
  width: 52rem;
  margin: 15rem auto 0;
  padding: 3.5rem 4.2rem;
  border-radius: 9999px;
  background-color: #6bf7e3;
  font-size: 3.2rem;
  font-weight: 500;
  color: #021221;
  letter-spacing: -0.1em;
  line-height: 1;
}
.talk__block-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.3rem;
  height: 2.3rem;
  background: #FFFFFF;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.talk__block-button-arrow {
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  width: 7rem;
  margin: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) and (max-width: 1320px) {
  html {
    font-size: 0.7575757576vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
  .u-pc {
    display: none !important;
  }
  .c-section-head {
    font-size: 7.8rem;
  }
  .c-section-sub-head {
    margin-top: 0.2rem;
    font-size: 2.5rem;
    white-space: nowrap;
  }
  .c-section-sub-head-inner {
    padding: 0 1rem;
  }
  .c-ribbon-area {
    margin-bottom: 2rem;
  }
  .c-ribbon__inner {
    padding: 0.7rem 0 0.5rem;
  }
  .c-ribbon__txt {
    height: 7.4vw;
  }
  .l-header {
    padding: 1rem 1.5rem;
  }
  .l-header__logo {
    width: 11.5rem;
  }
  .l-footer {
    padding: 5.3rem 0 5.3rem;
  }
  .l-footer__logo {
    width: 16.8rem;
  }
  .l-footer__address {
    margin-top: 2.9rem;
    font-size: 1rem;
  }
  .l-footer__sns-list {
    gap: 3.6rem;
    margin-top: 2.4rem;
  }
  .l-footer__sns-list-item {
    width: 3rem;
  }
  .l-footer__sns-list-item.--youtube {
    width: 3.5rem;
  }
  .l-footer__copyright {
    margin-top: 0.7rem;
  }
  .l-footer__copyright img {
    height: 1rem;
  }
  .l-inner {
    padding: 0 1.4rem;
  }
  .opening__txt {
    height: 5rem;
  }
  .mv {
    padding: 20.8rem 5.7%;
    min-height: 100svh;
  }
  .mv__head {
    width: 63%;
  }
  .mv__object.--object01 {
    top: 38.4rem;
    left: 38.5%;
    width: 36.2%;
  }
  .mv__object.--object02 {
    top: 47rem;
    left: 13.5%;
    width: 24.2%;
  }
  .mv__object.--object03 {
    top: 17.6rem;
    left: 86%;
    width: 17.9%;
  }
  .mv__object.--object04 {
    top: 5.3rem;
    left: 22.4%;
    width: 29.3%;
  }
  .mv__object.--object05 {
    top: 43.8rem;
    left: 75.4%;
    width: 9.1%;
  }
  .mv__object.--object06 {
    top: 15rem;
    left: 5.4%;
    width: 11.9%;
  }
  .mv__object.--object07 {
    top: 2.3rem;
    right: 2.9%;
    width: 27.9%;
  }
  .mv__object.--object08 {
    top: 41.7rem;
    left: -12.5%;
    width: 32.7%;
  }
  .mv__object.--object09 {
    top: 3.4rem;
    left: 47.9%;
    width: 7.4%;
  }
  .mv__object.--object10 {
    top: 13rem;
    left: 49.1%;
    width: 22.4%;
  }
  .mv__object.--object11 {
    top: 42rem;
    left: 24.5%;
    width: 10%;
  }
  .mv__object.--object12 {
    top: -1.2rem;
    right: 23.6%;
    width: 12.7%;
  }
  .mv__object.--object13 {
    top: 37.3rem;
    left: 75.4%;
    width: 9.3%;
  }
  .mv__object.--object14 {
    top: 2rem;
    right: -3.6%;
    width: 8.3%;
  }
  .mv__object.--object15 {
    top: 6rem;
    left: -9.1%;
    width: 22.2%;
  }
  .mv__object.--object16 {
    top: 18rem;
    left: 65.5%;
    width: 11.5%;
  }
  .mv__object.--object17 {
    top: 35.4rem;
    right: -31.7%;
    width: 41.3%;
  }
  .mv__object.--object18 {
    top: 31.7rem;
    left: -3.3%;
    width: 10%;
  }
  .mv__scrolldown {
    gap: 1.2rem;
    width: 2.6rem;
    right: 4.9%;
    bottom: 4.2%;
  }
  .mv__scrolldown > img {
    width: 44.6%;
  }
  .mv__scrolldown-icon {
    width: 2.6rem;
    height: 2.6rem;
  }
  .mv__scrolldown-icon-inner img {
    width: 0.3rem;
  }
  .lead {
    padding-top: 2.7rem;
    padding-bottom: 8.5rem;
  }
  .lead__head {
    margin-left: -1rem;
    font-size: 3rem;
    white-space: nowrap;
  }
  .lead__head .large {
    font-size: 4.7rem;
  }
  .lead__head .large span:nth-of-type(1) {
    letter-spacing: -0.7rem;
  }
  .lead__head .large span:nth-of-type(2) {
    letter-spacing: -1.2rem;
  }
  .lead__head .large span:nth-of-type(3) {
    letter-spacing: -0.9rem;
  }
  .lead__bg-txt {
    top: 22.6rem;
    height: 17.4vw;
  }
  .lead__txt {
    margin-top: 4rem;
    font-size: 1.8rem;
    line-height: 1.84;
    white-space: nowrap;
  }
  .lead__reason {
    margin-top: 8.4rem;
  }
  .lead__reason::before {
    top: -4.5rem;
    height: 5rem;
  }
  .lead__reason-head {
    margin-left: -1rem;
    font-size: 3.4rem;
    white-space: nowrap;
  }
  .lead__reason-head .large {
    font-size: 5.5rem;
  }
  .lead__reason-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    margin-top: 1.8rem;
  }
  .lead__reason-list-item {
    width: 100%;
    border-radius: 1rem;
  }
  .lead__reason-list-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 2% 1.7rem;
  }
  .lead__reason-list-item-head-area {
    width: 35%;
  }
  .lead__reason-list-item-number {
    height: 1.55rem;
    text-align: center;
    font-size: 1rem;
  }
  .lead__reason-list-item-head {
    margin-top: 1rem;
    padding-right: 1rem;
    font-size: 4.5rem;
  }
  .lead__reason-list-item-txt {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.8rem;
    line-height: 1.56;
    text-align: left;
  }
  .lead__reason-list-item-icon {
    top: 0;
    bottom: 0;
    left: auto;
    right: -1rem;
  }
  .people {
    padding-bottom: 10.3rem;
  }
  .people__bg-object.--object05 {
    top: 17.5rem;
    left: -38rem;
    width: 55.9rem;
  }
  .people__bg-object.--object06 {
    bottom: 1.8rem;
    left: -3.5rem;
    width: 11.3rem;
  }
  .people__head-bg {
    top: 4.4rem;
    left: 39.8%;
    width: 51.6%;
  }
  .people__block {
    margin-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .people__block + .people__block {
    margin-top: 3.6rem;
  }
  .people__block-txt-area {
    width: 100%;
    padding: 2.1rem 1.4rem;
  }
  .people__block-img-area {
    width: 88%;
  }
  .people__block-img.--front {
    width: 46.5%;
    right: -13.4%;
    bottom: -10%;
    left: auto;
  }
  .people__object.--object01 {
    top: -3.6rem;
    right: -3.5rem;
    width: 5rem;
  }
  .people__object.--object02 {
    bottom: -14.1rem;
    right: -4.2rem;
    width: 3rem;
  }
  .people__object.--object03 {
    bottom: -40.4rem;
    left: -2.9rem;
    width: 8.5rem;
  }
  .people__object.--object04 {
    display: none;
  }
  .people__block-lead {
    font-size: 1.7rem;
    line-height: 1.58;
  }
  .people__block-lead-line.--people01_02 {
    min-width: auto;
    width: 113%;
  }
  .people__block-lead-line {
    padding-right: 2.2em;
  }
  .people__block-tag {
    margin-top: 2.3rem;
    padding: 0.5rem 1.6rem;
    font-size: 1.3rem;
  }
  .people__block-tag + .people__block-head {
    margin-top: 1.9rem;
  }
  .people__block-head {
    margin-top: 2.8rem;
  }
  .people__block-head-inner {
    padding: 0.8rem 1.8rem 0.9rem 0.9rem;
  }
  .people__block-head-img.--img01 {
    width: 19.1rem;
  }
  .people__block-head-img.--img02 {
    width: 23.6rem;
    margin-bottom: -0.4rem;
  }
  .people__block-head-jp {
    margin-top: 0.3rem;
    font-size: 1.5rem;
  }
  .people__block-head-jp-inner {
    padding: 0.3rem 1rem 0.5rem 0.6rem;
  }
  .people__block-txt {
    margin-top: 1.3rem;
    font-size: 1.3rem;
  }
  .people__block-button {
    max-width: 42rem;
    width: 83%;
    margin: 3rem auto 0;
    padding: 2.3rem 2.2rem;
    font-size: 1.8rem;
  }
  .people__block-button::before {
    width: 1rem;
    height: 1rem;
  }
  .people__block-button-arrow {
    right: 1.1rem;
    width: 3.5rem;
  }
  .people__message {
    margin-top: 5rem;
    padding: 3.5rem 8% 3rem;
    border-radius: 1rem;
  }
  .people__message-en {
    width: 7.4rem;
    line-height: 1;
  }
  .people__message-head {
    margin-top: 1.5rem;
    padding-bottom: 0;
    font-size: 1.7rem;
    line-height: 1.43;
    border-bottom: none;
  }
  .people__message-txt {
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 2;
  }
  .people__message-name {
    margin-top: 1.1rem;
    font-size: 1.1rem;
  }
  .people__message-name .large {
    font-size: 1.5rem;
  }
  .people__message-txt-area {
    width: 100%;
  }
  .people__message-img-area {
    width: 100%;
    padding-top: 1rem;
  }
  .environment {
    padding-bottom: 9.2rem;
  }
  .environment__bg-object.--object04 {
    top: 14.4rem;
    right: -37.4rem;
    width: 55.9rem;
  }
  .environment__head-bg {
    top: 9.9rem;
    left: -4.5%;
    width: 94.9%;
  }
  .environment__sub-head {
    margin-left: -4rem;
  }
  .environment__large-txt {
    margin-top: 2.5rem;
    font-size: 1.6rem;
  }
  .environment__large-txt-inner {
    padding: 0 2.5rem;
  }
  .environment__object.--object02 {
    top: 28.3rem;
    left: -1.5rem;
    width: 2.9rem;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .environment__object.--object03 {
    bottom: -3.7rem;
    right: -3.8rem;
    width: 5.1rem;
  }
  .environment__flexbox {
    margin-top: 2rem;
    gap: 4.3rem;
  }
  .environment__flexbox::before {
    top: 24.3rem;
    right: 0;
    bottom: auto;
    left: 0;
    width: 2.1rem;
    height: 6.3rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .environment__block {
    width: 100%;
    border-radius: 1rem;
    padding: 2.5rem 6.4% 2.5rem;
  }
  .environment__block-head {
    padding-bottom: 2.7rem;
    font-size: 1.4rem;
  }
  .environment__block-head .large {
    margin-top: 1rem;
    font-size: 3rem;
  }
  .environment__block-txt {
    margin-top: 0.9rem;
    font-size: 1.1rem;
    line-height: 2;
  }
  .environment__slider {
    margin-top: 3.8rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .environment__slider::before {
    top: 0.5rem;
  }
  .environment__slider::after {
    bottom: 0.5rem;
  }
  .environment__slider-area {
    height: 35.2vw;
    margin-top: 1.5rem;
  }
  .environment__slider-list {
    margin-top: 1.5rem;
  }
  .environment__slider-item {
    width: 54.4vw;
    padding: 0 0.5rem;
  }
  .learning {
    padding-bottom: 7.5rem;
  }
  .learning__bg-object {
    top: 10.4rem;
    left: -2.5rem;
    width: 11.1rem;
  }
  .learning__head-bg {
    top: 5.7rem;
    left: 50%;
    width: 69.9%;
  }
  .learning__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 7rem;
  }
  .learning__block + .learning__block {
    margin-top: 13rem;
  }
  .learning__object.--object01_01 {
    top: -3.2rem;
    left: 17.5rem;
    width: 6.9rem;
  }
  .learning__object.--object01_02 {
    top: -3.5rem;
    left: 9.2rem;
    width: 1.4rem;
  }
  .learning__object.--object01_03 {
    top: -2.1rem;
    left: 0.2rem;
    width: 6.1rem;
  }
  .learning__object.--object01_04 {
    top: -2.5rem;
    right: -3.5rem;
    width: 5.6rem;
  }
  .learning__object.--object01_05 {
    top: 19.5rem;
    right: -2.1rem;
    width: 2.8rem;
  }
  .learning__object.--object01_06 {
    top: 35.8rem;
    right: -4.1rem;
    width: 7.3rem;
  }
  .learning__object.--object01_07 {
    top: 26.8rem;
    right: 6.6rem;
    width: 4.8rem;
  }
  .learning__object.--object01_08 {
    top: 27.4rem;
    left: -11rem;
    width: 16rem;
  }
  .learning__object.--object01_09 {
    top: 59.8rem;
    right: -3.4rem;
    width: 8.8rem;
  }
  .learning__object.--object01_10 {
    top: 64.2rem;
    left: -1rem;
    width: 2.1rem;
  }
  .learning__object.--object02_01 {
    top: -3.7rem;
    left: 21.7rem;
    width: 4.8rem;
  }
  .learning__object.--object02_02 {
    top: -7.9rem;
    left: 13.8rem;
    width: 6.5rem;
  }
  .learning__object.--object02_03 {
    top: -8.5rem;
    left: 8.2rem;
    width: 3.8rem;
  }
  .learning__object.--object02_04 {
    top: -5.1rem;
    left: 2rem;
    width: 2.4rem;
  }
  .learning__object.--object03_01 {
    top: -9.3rem;
    left: 20.6rem;
    width: 6.2rem;
  }
  .learning__object.--object03_02 {
    top: -3.6rem;
    left: 13.6rem;
    width: 3.7rem;
  }
  .learning__object.--object03_03 {
    top: -5.5rem;
    left: 7.7rem;
    width: 3.8rem;
  }
  .learning__object.--object03_04 {
    top: -0.6rem;
    left: 0.2rem;
    width: 7rem;
  }
  .learning__block-txt-area {
    width: 100%;
    padding: 17.2rem 4% 0;
  }
  .learning__block-head-en-inner {
    padding: 0.2rem 1.3rem;
  }
  .learning__block-head-en-inner img {
    height: 1.4rem;
  }
  .learning__block-head-en-img.--img03_02 {
    height: 1.1rem;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
  }
  .learning__block-head {
    margin-top: 1.4rem;
  }
  .learning__block-head-inner {
    padding: 0.1rem 2rem 0.4rem 0.7rem;
    font-size: 4.5rem;
  }
  .learning__block-txt {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    line-height: 2;
  }
  .learning__block-img-area {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 30%;
    z-index: 1;
  }
  .learning__block-img.--img02 {
    top: 47.8%;
    left: 0.6%;
    width: 44.5%;
  }
  .learning__block-img.--img03 {
    top: 115.4%;
    left: 59.1%;
    width: 36%;
  }
  .learning__other-area {
    margin-top: 2.7rem;
    gap: 2rem;
  }
  .learning__vision, .learning__feature {
    width: 100%;
    padding: 2.6rem 6% 2.3rem;
    border-radius: 1rem;
  }
  .learning__vision-head, .learning__feature-head {
    margin-bottom: 1.5rem;
    padding-bottom: 1.4rem;
    font-size: 1.7rem;
  }
  .learning__vision-ability {
    padding: 0.3rem 1rem;
    font-size: 1.2rem;
  }
  .learning__vision-tag {
    margin-left: 0.6rem;
    padding: 0 0.5rem;
    font-size: 1rem;
    line-height: 1.6;
  }
  .learning__vision-cross {
    width: 1.8rem;
    font-size: 0;
    margin: -0.2rem auto -0.2rem;
  }
  .learning__vision-triangle {
    width: 1.3rem;
    margin: 1rem auto 0.5rem;
    font-size: 0;
  }
  .learning__vision-matome {
    font-size: 1.4rem;
  }
  .learning__feature-head {
    margin-bottom: 1.3rem;
  }
  .learning__feature-txt {
    font-size: 1.1rem;
  }
  .learning__pickup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 3rem 6% 3rem;
  }
  .learning__pickup-mark {
    top: -1rem;
    left: -1rem;
    width: 6.8rem;
  }
  .learning__pickup-txt-area {
    width: 100%;
    padding-top: 1.4rem;
  }
  .learning__pickup-head {
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }
  .learning__pickup-txt {
    font-size: 1.1rem;
    line-height: 2;
    text-underline-offset: 0.5rem;
  }
  .learning__pickup-img-area {
    width: 100%;
  }
  .learning__block-button {
    width: 92%;
    margin: 3rem auto 0;
    padding: 2.4rem 2.5rem;
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .learning__block-button::before {
    width: 1rem;
    height: 1rem;
  }
  .learning__block-button-arrow {
    right: 1.1rem;
    width: 3.5rem;
  }
  .topic {
    padding-top: 12.7rem;
    padding-bottom: 7rem;
  }
  .topic__bg-txt {
    top: 0.4rem;
  }
  .topic__top-txt {
    font-size: 1.2rem;
    text-underline-offset: 1rem;
  }
  .topic__top-large-txt {
    margin-top: 1.1rem;
    font-size: 2.2rem;
  }
  .topic__head {
    width: 73%;
    margin: 0.6rem auto 4rem;
  }
  .topic__block::before {
    left: 0.5rem;
  }
  .topic__block::after {
    right: 0.5rem;
  }
  .topic__block-number {
    width: 12.8rem;
  }
  .topic__block-number img {
    height: 2.6rem;
  }
  .topic__block-head {
    padding: 1.5rem 2.8rem 1.5rem 12.7rem;
  }
  .topic__block-head::before {
    right: 0.5rem;
  }
  .topic__block-head::after {
    right: 2.4rem;
  }
  .topic__block-head img {
    height: 2.6rem;
  }
  .topic__block-main {
    padding: 2.8rem 1% 4.5rem;
  }
  .topic__block-main.--topic03 {
    padding-bottom: 3.7rem;
  }
  .topic__pie-chart-area {
    gap: 2rem 0;
  }
  .topic__pie-chart-block {
    width: 100%;
  }
  .topic__pie-chart-block-head {
    position: absolute;
    top: 0.4rem;
    left: 2.1rem;
    padding: 0.4rem 2.3rem;
    font-size: 1.2rem;
  }
  .topic__pie-chart-block-head.--head03 {
    padding: 0.4rem 0.9rem;
  }
  .topic__pie-chart {
    display: block;
    width: 88%;
    margin: 0 auto;
    padding-left: 48.4%;
  }
  .topic__pie-chart-number.--women {
    position: absolute;
    left: 3rem;
    bottom: 1.3rem;
    height: 6.3rem;
  }
  .topic__pie-chart-number.--women.--women01 {
    left: 2rem;
    bottom: -0.6rem;
  }
  .topic__pie-chart-number.--women.--women03 {
    left: 1rem;
  }
  .topic__pie-chart-number.--men {
    bottom: 2.9rem;
    left: 19.5rem;
    height: 2.9rem;
  }
  .topic__pie-chart-block-img {
    margin-top: 0;
    padding: 0 2rem 0 2rem;
    text-align: right;
  }
  .topic__pie-chart-block-img img {
    height: 13.3rem;
    width: auto;
    max-width: none;
  }
  .topic__pie-chart-block-img.--img03 img {
    height: 13.8rem;
  }
  .topic__block-bottom {
    padding-top: 2.2rem;
    padding-bottom: 2.4rem;
  }
  .topic__block-bottom.--topic01 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    padding-left: 39%;
  }
  .topic__block-bottom.--topic02 {
    padding-top: 1.5rem;
    padding-right: 20%;
    padding-bottom: 1.9rem;
    padding-left: 6%;
  }
  .topic__block-bottom.--topic03 {
    padding-left: 47%;
  }
  .topic__block-bottom-img.--topic01 {
    width: 10.3rem;
    left: 6.1%;
  }
  .topic__block-bottom-img.--topic02 {
    width: 19.4rem;
    right: -5.5%;
  }
  .topic__block-bottom-img.--topic03 {
    width: 17.5rem;
    right: auto;
    left: -5%;
  }
  .topic__block-bottom-list {
    margin-bottom: 1.2rem;
  }
  .topic__block-bottom-list-item {
    font-size: 1.1rem;
    line-height: 2.2;
  }
  .topic__block-bottom-list-item:nth-child(n+2) {
    margin-top: 1rem;
  }
  .topic__block-bottom-list-item::before {
    top: 0.8rem;
  }
  .topic__block-bottom-list-item img {
    height: 2rem;
    margin-left: 0.6rem;
  }
  .topic__block-bottom-txt {
    font-size: 1.8rem;
  }
  .topic__block-bottom-txt.--topic01 {
    font-size: 1.3rem;
  }
  .topic__block-bottom-number {
    height: 3.8rem;
  }
  .topic__notes {
    font-size: 0.9rem;
  }
  .topic__notes + .topic__block {
    margin-top: 4rem;
  }
  .topic__bar-chart-area {
    margin-top: 0.9rem;
  }
  .topic__bar-chart-block {
    margin-bottom: 0.8rem;
  }
  .topic__bar-chart-block.--large {
    margin-bottom: 1.1rem;
  }
  .topic__bar-chart-block-head {
    width: 11.7rem;
    padding-right: 1.3rem;
    font-size: 1.1rem;
  }
  .topic__bar-chart-block-head.--large {
    font-size: 1.5rem;
  }
  .topic__bar-chart-bar {
    height: 1rem;
  }
  .topic__bar-chart-bar:nth-child(even) {
    margin-top: 0.4rem;
  }
  .topic__bar-chart-bar.--large {
    height: 2.2rem;
  }
  .topic__bar-chart-bar.--large img {
    height: 2.1rem;
  }
  .topic__bar-chart-bar img {
    right: -1rem;
    height: 1.1rem;
  }
  .topic__bar-chart-notes-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 2.2rem;
    padding: 0 2.3rem;
    font-size: 1.1rem;
  }
  .topic__bar-chart-note-color {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.5rem;
  }
  .topic__topic03-top-txt {
    font-size: 1.2rem;
  }
  .topic__topic03-top-txt span {
    padding: 0.2rem 4.2rem;
  }
  .topic__rate-area {
    margin-top: 3.5rem;
  }
  .topic__rate-area::before, .topic__rate-area::after {
    width: 0.6rem;
    height: 0.6rem;
  }
  .topic__rate-area::before {
    bottom: 4.6rem;
  }
  .topic__rate-area::after {
    bottom: 2.6rem;
  }
  .topic__rate-block-head {
    width: 86%;
    padding: 0.2rem 0;
    font-size: 1.1rem;
  }
  .topic__rate-block-img {
    margin-top: 0.7rem;
    font-size: 3rem;
  }
  .topic__rate-block-img img {
    height: 4.5rem;
  }
  .topic__rate-block-img.--img01 {
    padding-right: 0.5rem;
  }
  .topic__rate-block-img.--img01 img {
    margin: 0 0rem 0 0.4rem;
  }
  .topic__rate-block-img.--img02 {
    padding-left: 0.5rem;
  }
  .topic__rate-block-img .small {
    position: static;
    margin-top: 1rem;
    font-size: 1.1rem;
    text-align: center;
  }
  .bottom {
    padding: 8.5rem 0 7rem;
  }
  .bottom__banner-button {
    left: 50.7%;
    top: 71.4%;
    width: 39.8%;
  }
  .bottom__banner-button::after {
    width: 0.8rem;
    height: 0.8rem;
  }
  .bottom__sub-banner-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.1rem;
    margin-top: 4.9rem;
  }
  .bottom__sub-banner {
    width: 84.7%;
  }
  .bottom__sub-banner > a::after {
    bottom: 0.3rem;
    right: 0.4rem;
    width: 0.7rem;
    height: 0.7rem;
  }
  .bottom__sub-banner-txt-en {
    bottom: 3.9rem;
    height: 1.8rem;
  }
  .bottom__sub-banner-txt-jp {
    bottom: 1.5rem;
    font-size: 1rem;
  }
  .bottom__button-area {
    gap: 0 1rem;
    margin-top: 2rem;
  }
  .bottom__button {
    width: 50%;
    padding: 1.1rem 0;
    font-size: 1.1rem;
  }
  .bottom__button::after {
    bottom: 0.3rem;
    right: 0.4rem;
    width: 0.7rem;
    height: 0.7rem;
  }
  .talk {
    background-image: url(../img/talk_bg_sp.png);
  }
  .talk__close-button {
    width: 5rem;
  }
  .talk__mv {
    height: 25rem;
    padding-bottom: 0.9rem;
    background-image: url(../img/talk_mv_sp.jpg);
  }
  .talk__head-jp {
    font-size: 1.9rem;
  }
  .talk__lead {
    padding-top: 2.1rem;
  }
  .talk__lead-head {
    margin-bottom: 2.3rem;
    font-size: 2.4rem;
  }
  .talk__lead-head > div {
    -webkit-transform-origin: left;
            transform-origin: left;
    white-space: nowrap;
  }
  .talk__lead-list {
    gap: 0 3.5%;
  }
  .talk__lead-list-item {
    width: 31%;
    font-size: 1.1rem;
  }
  .talk__lead-list-item-department {
    margin-top: 0.9rem;
  }
  .talk__lead-list-item-name {
    font-size: 1.3rem;
  }
  .talk__main {
    margin-top: 6rem;
  }
  .talk__block {
    padding: 4.7rem 0;
  }
  .talk__block::before {
    left: -1.4rem;
    width: 100vw;
    height: 50rem;
  }
  .talk__block + .talk__block {
    margin-top: 3.4rem;
  }
  .talk__object.--object01 {
    width: 5.4rem;
    right: -0.6rem;
    top: -2.9rem;
  }
  .talk__object.--object02 {
    top: auto;
    bottom: -1.1rem;
    left: -3.2rem;
    width: 7.4rem;
  }
  .talk__block-head {
    gap: 0 1.1rem;
    margin-left: 0;
    font-size: 1.7rem;
  }
  .talk__block-head.--center {
    margin-left: -2.7rem;
    font-size: 2.4rem;
  }
  .talk__block-head.--center .talk__block-head-txt {
    white-space: nowrap;
  }
  .talk__block-head::before {
    width: 4.5rem;
    height: 4.7rem;
  }
  .talk__block-head-txt {
    width: calc(100% - 5.6rem);
  }
  .talk__talk-area {
    gap: 2rem 0;
    margin: 2.4rem auto 0;
  }
  .talk__flexbox {
    gap: 1.6rem;
  }
  .talk__person-area {
    width: 5.2rem;
  }
  .talk__person-name {
    font-size: 1.2rem;
  }
  .talk__balloon {
    width: calc(100% - 6.8rem);
    padding: 1.8rem 2.4rem;
    border-radius: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.72;
  }
  .talk__balloon::before {
    bottom: 2rem;
    left: -1.4rem;
    border-bottom-width: 0.5rem;
    border-left-width: 1.5rem;
  }
  .talk__balloon.--reverse::before {
    right: -1.4rem;
    border-right-width: 1.5rem;
  }
  .talk__block-img {
    margin: 5rem auto 0;
  }
  .talk__block-button {
    max-width: 42rem;
    width: 76%;
    margin: 2rem auto 0;
    padding: 2.3rem 2.2rem;
    font-size: 1.8rem;
  }
  .talk__block-button::before {
    width: 1rem;
    height: 1rem;
  }
  .talk__block-button-arrow {
    right: 1.1rem;
    width: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
  .people__block.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .people__block-txt-area.--area02 {
    width: 40%;
  }
  .talk__block.--reverse::before {
    right: -6rem;
    left: auto;
    background: linear-gradient(200deg, white, rgba(255, 255, 255, 0) 80%);
  }
  .talk__object.--object02.--reverse {
    left: auto;
    right: -14rem;
  }
  .talk__object.--object03.--reverse {
    right: auto;
    left: -4.8rem;
  }
}
@media (hover: hover) {
  .lead__reason-list-item-link:hover .lead__reason-list-item-icon-inner {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .people__block-button:hover::before {
    top: -0.5rem;
    left: -0.5rem;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .learning__block-button:hover::before {
    top: -0.5rem;
    left: -0.5rem;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .bottom__banner > a:hover .bottom__banner-button::after {
    top: -0.5rem;
    left: -0.5rem;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .bottom__sub-banner > a:hover img:not(.bottom__sub-banner-txt-en) {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .bottom__button:hover {
    opacity: 0.7;
  }
  .talk__block-button:hover::before {
    top: -0.5rem;
    left: -0.5rem;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}