@charset "UTF-8";
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}

@media (min-width: 391px) {
  html {
    font-size: 100%;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 54.347%;
  }
}

@media screen and (min-width: 1000px) {
  html {
    font-size: 0.8695652174vw;
  }
}

@media screen and (min-width: 1840px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}

@media screen and (min-width: 768px) {

  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.l-feature {
  margin-top: 6.0625rem;
}

.l-inner {
  width: 100%;
  max-width: 600px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1840px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-step {
  margin-top: -5rem;
}

@media screen and (min-width: 768px) {
  .l-step {
    margin-top: -39.0625rem;
  }
}

.c-sectionEnglishTitle {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  background-color: #d8dcf5;
  color: #091139;
  padding: 0 1.6875rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .c-sectionEnglishTitle {
    font-family: "Inter", sans-serif;
    font-size: 1.125rem;
    padding: 0 2.25rem;
  }
}

.c-sectionLeadTxt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .c-sectionLeadTxt {
    font-size: 1.3125rem;
  }
}

.c-sectionMainTitle {
  font-size: 2.3125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-sectionMainTitle {
    line-height: 1;
    font-size: 3.46875rem;
  }
}

.c-sectionMainTitle--small {
  font-size: 1.9375rem;
}

@media screen and (min-width: 768px) {
  .c-sectionMainTitle--small {
    font-size: 2.90625rem;
  }
}

.c-sectionMainTitle--large {
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  .c-sectionMainTitle--large {
    font-size: 4.5rem;
  }
}

.c-sectionSubTitle {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.07em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-sectionSubTitle {
    font-size: 1.6875rem;
    line-height: 1.4;
  }
}

body {
  background-color: #091139;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

body.bgColorChange {
  background-color: rgba(9, 17, 57, .001);
}

.p-career {
  background-image: url(../images/bg_experiences_02_sp.webp);
  background-repeat: no-repeat;
  background-size: 47.9375rem 29.6875rem;
  background-position: center 0rem;
  padding-top: 15rem;
  padding-bottom: 3.0625rem;
}

@media screen and (min-width: 768px) {
  .p-career {
    background-image: url(../images/bg_experiences_02_pc.webp);
    background-position: center top;
    background-size: 187.5rem 100rem;
    padding-top: 74.6875rem;
    padding-bottom: 7.4375rem;
  }
}

.p-career__leadTxt {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-career__leadTxt {
    font-size: 1.6875rem;
  }
}

.p-career__lists {
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-career__lists {
    width: 65.9217877095%;
    margin: 3.125rem auto 0;
  }
}

.p-career.bgColorChange .p-career__item {
  -webkit-box-shadow: 0 0 2.5rem rgba(9, 17, 57, .4);
  box-shadow: 0 0 2.5rem rgba(9, 17, 57, .4);
}

@media screen and (min-width: 768px) {
  .p-career.bgColorChange .p-career__item {
    -webkit-box-shadow: 0 0 2.5rem rgba(9, 17, 57, .4);
    box-shadow: 0 0 2.5rem rgba(9, 17, 57, .4);
  }
}

.p-career__item+.p-career__item {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-career__item+.p-career__item {
    margin-top: 1.75rem;
  }
}

.p-career__button {
  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;
  margin-top: 1.9375rem;
}

@media screen and (min-width: 768px) {
  .p-career__button {
    margin-top: 3.125rem;
  }
}

.p-career__button a {
  max-width: 21.875rem;
  width: 100%;
  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;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  border-radius: 50vw;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #363073), to(#5b5482));
  background-image: linear-gradient(to bottom right, #363073 0, #5b5482 100%);
  -webkit-box-shadow: 0 0 0.625rem rgba(9, 17, 57, .3);
  box-shadow: 0 0 0.625rem rgba(9, 17, 57, .3);
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-career__button a {
    max-width: 32.75rem;
    font-size: 1.40625rem;
    padding: 1.875rem 2.5rem 1.875rem 1.25rem;
  }
}

.p-career__button a::after {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 1.25rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  content: "";
  width: 1.1125rem;
  height: 1.1125rem;
  background-image: url(../images/icon_whiteArrowLeft.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .p-career__button a::after {
    width: 1.66875rem;
    height: 1.66875rem;
  }
}

.p-careerAccrdin {
  background-color: #fff;
}

.p-careerAccdin__head {
  padding: 0.9375rem;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-careerAccdin__head {
    padding: 1.875rem;
  }
}

.p-careerAccrdin__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.9375rem;
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #091139;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-careerAccrdin__title {
    font-size: 2.15625rem;
    -webkit-column-gap: 1.5625rem;
    -moz-column-gap: 1.5625rem;
    column-gap: 1.5625rem;
  }
}

.p-careerAccrdin__title::before {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0.4375rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  content: "";
  width: 1.09375rem;
  height: 0.15625rem;
  background-color: #13226b;
}

@media screen and (min-width: 768px) {
  .p-careerAccrdin__title::before {
    right: 0.5625rem;
    width: 1.640625rem;
    height: 0.234375rem;
  }
}

.p-careerAccrdin__title::after {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0.90625rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  content: "";
  height: 1.09375rem;
  width: 0.15625rem;
  background-color: #13226b;
  -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;
}

@media screen and (min-width: 768px) {
  .p-careerAccrdin__title::after {
    right: 1.25rem;
    width: 0.234375rem;
    height: 1.640625rem;
  }
}

.p-careerAccdin__head.accordionOpen .p-careerAccrdin__title:after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}

.p-careerAccrdin__title--01 {
  padding-right: 18.75%;
}

.p-careerAccrdin__title--02 {
  padding-right: 12.5%;
}

.p-careerAccrdin__title--03 {
  padding-right: 18.75%;
}

.p-careerAccrdin__num {
  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: 1.875rem;
  height: 1.875rem;
  font-family: "Inter", sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 0.165625rem rgba(255, 255, 255, .5);
  background-image: linear-gradient(-45deg, #091139 0%, #3c347b 100%);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-careerAccrdin__num {
    font-size: 2.34375rem;
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

.p-careerAccrdin__title--small {
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-careerAccrdin__title--small {
    font-size: 1.875rem;
  }
}

.p-careerAccdin__body {
  height: 0;
  overflow: hidden;
  padding: 0 0.9375rem;
}

.p-careerAccdin__bodyWrppr {
  background-image: url(../images/bg_modalGraph_sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center calc(50% - 1.875rem);
  padding: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-careerAccdin__bodyWrppr {
    background-image: url(../images/bg_modalGraph_pc.webp);
    background-position: center calc(50% - 3.4375rem);
    padding: 0.625rem 1.0625rem 2rem;
  }
}

.p-careerAccdin__answer {
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
  color: #13226b;
}

@media screen and (min-width: 768px) {
  .p-careerAccdin__answer {
    font-size: 2.15625rem;
  }
}

.p-careerAccdin__answer--small {
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-careerAccdin__answer--small {
    font-size: 1.875rem;
  }
}

.p-careerAccdin__explanation {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: #091139;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-careerAccdin__explanation {
    font-size: 1.40625rem;
    text-align: center;
    margin-top: 3rem;
  }
}

.p-careerAccdin__explanation--01 {
  padding: 0 4.6875%;
}

@media screen and (min-width: 768px) {
  .p-careerAccdin__explanation--01 {
    padding: 0;
  }
}

.p-careerAccdin__explanation--03 {
  padding: 0 3.125%;
}

.p-careerAccdin__graph {
  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;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-careerAccdin__graph {
    margin: 1.875rem 0 0;
  }
}

.p-careerAccdin__graph--01 {
  padding-left: 1.5625%;
  padding-right: 10.9375%;
}

@media screen and (min-width: 768px) {
  .p-careerAccdin__graph--01 {
    padding-left: 29.5698924731%;
    padding-right: 33.064516129%;
  }
}

.p-careerAccdin__graph--02 {
  padding: 0 2.8125%;
}

@media screen and (min-width: 768px) {
  .p-careerAccdin__graph--02 {
    padding: 0 12.7240143369%;
  }
}

.p-careerAccdin__graph--03 {
  padding: 0 3.125%;
}

@media screen and (min-width: 768px) {
  .p-careerAccdin__graph--03 {
    padding: 0 30.3091397849%;
  }
}

.p-careerAccdin__graphImg {
  height: auto;
}

.p-careerAccdin__graphImg img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.p-careerAccdin__graph--01 img {
  aspect-ratio: 0.9413754228;
}

.p-careerAccdin__graph--02 img {
  aspect-ratio: 0.8412256267;
}

@media screen and (min-width: 768px) {
  .p-careerAccdin__graph--02 img {
    aspect-ratio: 1.038701623;
  }
}

.p-careerAccdin__graph--03 img {
  aspect-ratio: 0.9669966997;
}

.p-careerAccdin__source {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #091139;
  padding: 0 2.5%;
  margin-top: 1.125rem;
}

@media screen and (min-width: 768px) {
  .p-careerAccdin__source {
    font-size: 1.125rem;
    padding: 0;
    margin-top: 2.1875rem;
  }
}

.p-experiences {
  padding-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-experiences {
    background-image: url(../images/bg_experiences_01_pc.webp);
    background-repeat: no-repeat;
    background-position: center 3.125rem;
    background-size: 120rem 61.1875rem;
    padding-top: 21.25rem;
  }
}

.p-experiences__subTitle {
  margin-top: 0.625rem;
  text-shadow: 0 0 2.26875rem rgba(255, 255, 255, .4);
}

@media screen and (min-width: 768px) {
  .p-experiences__subTitle {
    margin-top: 0.9375rem;
    text-shadow: 0 0 3.403125rem rgba(255, 255, 255, .4);
  }
}

.p-experiences__mainTitle.c-sectionMainTitle {
  font-size: 2.0625rem;
  line-height: 1.3;
  text-shadow: 0 0 2.26875rem rgba(255, 255, 255, .4);
}

@media screen and (min-width: 768px) {
  .p-experiences__mainTitle.c-sectionMainTitle {
    font-size: 3.09375rem;
    margin-top: 0.375rem;
    text-shadow: 0 0 3.403125rem rgba(255, 255, 255, .4);
  }
}

.p-experiences__mainTitle--narrowSpace {
  letter-spacing: -0.01em;
}

.p-experiences__mainTitle--small.c-sectionMainTitle--small {
  font-size: 1.75rem;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .p-experiences__mainTitle--small.c-sectionMainTitle--small {
    font-size: 2.625rem;
  }
}

.p-experiences__GlobalImage {
  display: block;
  width: 89.7435897436%;
  height: auto;
  margin: 2.9375rem auto 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-experiences__GlobalImage {
    display: none;
  }
}

.p-experiences__GlobalImage img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.9607843137;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.p-experiences__imgTxt {
  position: absolute;
  top: 19.2307692308vw;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: min(12.9487179487vw, 3.2371794872rem);
  line-height: 1;
  letter-spacing: 0.095em;
  color: #fff;
  opacity: 0.4;
  text-shadow: 0 0 0.1875rem rgba(255, 255, 255, .5);
  text-align: center;
}

.p-experiences__leadTxt {
  margin-top: 1.625rem;
}

@media screen and (min-width: 768px) {
  .p-experiences__leadTxt {
    text-align: center;
    margin-top: 2.375rem;
  }
}

.p-experiences__note {
  font-size: 10px;
  text-align: right;
}

.p-experience__swiperBox {
  margin-top: 1.4375rem;
}

@media screen and (min-width: 768px) {
  .p-experience__swiperBox {
    width: 77.6041666667%;
    max-width: 1490px;
    margin: 5.625rem auto;
  }
}

.p-experience__career {
  margin-top: -7.8125rem;
}

@media screen and (min-width: 768px) {
  .p-experience__career {
    margin-top: -71.875rem;
  }
}

.p-experienceSwiper__box {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-experienceSwiper__box {
    padding: 0 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-experienceSwiper.swiper {
    overflow: visible;
  }
}

.p-experienceSwiper__wrppr.swiper-wrapper {
  padding: 2.5rem 0 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-experienceSwiper__wrppr.swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-experienceSwiper__slide.swiper-slide {
    width: 48.6111111111%;
  }
}

@media screen and (min-width: 768px) {
  .p-experienceSwiper__slide.swiper-slide:nth-of-type(even) {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-experienceSwiper__slide.swiper-slide:nth-of-type(odd) {
    margin-top: -3rem;
  }
}

.p-experienceSwiper__location {
  font-family: "Inter", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-experienceSwiper__location {
    font-size: 0.9375rem;
  }
}

.p-experienceSwiper__location:after {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  content: "";
  width: calc(100% - 3.75rem);
  height: 1px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-experienceSwiper__location:after {
    width: calc(100% - 6.25rem);
  }
}

.p-experienceSwiper__location.p-experienceSwiper__location--coil:after {
  width: calc(100% - 2.5rem);
}

@media screen and (min-width: 768px) {
  .p-experienceSwiper__location.p-experienceSwiper__location--coil:after {
    width: calc(100% - 5rem);
  }
}

.p-experienceSwiper__mainBox {
  width: 100%;
  height: auto;
  padding-bottom: 2.375rem;
  margin-top: 1rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-experienceSwiper__mainBox {
    margin-top: 2.25rem;
    padding-bottom: 3.75rem;
  }
}

.p-experienceSwiper__title {
  position: absolute;
  top: 1.375rem;
  bottom: auto;
  left: 0;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #13226b;
  background-color: #fff;
  padding: 0.25rem 0.3125rem;
}

@media screen and (min-width: 768px) {
  .p-experienceSwiper__title {
    top: 3.125rem;
    font-size: 1.6875rem;
    padding: 0.25rem 0.4375rem 0.4375rem;
  }
}

.p-experienceSwiper__title--small {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .p-experienceSwiper__title--small {
    font-size: 1.40625rem;
  }
}

.p-experienceSwiper__txt {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #091139;
  padding: 0.75rem 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-experienceSwiper__txt {
    font-size: 1.40625rem;
    padding: 1.0625rem;
  }
}

.p-experienceSwiper__imgBox {
  display: block;
  width: 94.6022727273%;
  height: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p-experienceSwiper__imgBox {
    width: 92.8571428571%;
  }
}

.p-experienceSwiper__imgBox img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.5012077295;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-experienceSwiper__buttunPrev.swiper-button-prev,
.p-experienceSwiper__buttunNext.swiper-button-next {
  position: absolute;
  top: 50%;
  bottom: auto;
  display: block;
  width: min(16.2820512821vw, 4.5793269231rem);
  height: auto;
  aspect-ratio: 1.27;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media screen and (min-width: 768px) {

  .p-experienceSwiper__buttunPrev.swiper-button-prev,
  .p-experienceSwiper__buttunNext.swiper-button-next {
    display: none;
  }
}

.p-experienceSwiper__buttunPrev.swiper-button-prev:hover,
.p-experienceSwiper__buttunNext.swiper-button-next:hover {
  opacity: 0.7;
}

.p-experienceSwiper__buttunPrev.swiper-button-prev {
  left: 0%;
  right: auto;
  -webkit-transform: translate(0, 0) rotate(180deg);
  transform: translate(0, 0) rotate(180deg);
  background-image: url(../images/icon_innovatorsArrow_sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 450px) {
  .p-experienceSwiper__buttunPrev.swiper-button-prev {
    left: 10%;
  }
}

.p-experienceSwiper__buttunNext.swiper-button-next {
  left: auto;
  right: 0%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-image: url(../images/icon_innovatorsArrow_sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 450px) {
  .p-experienceSwiper__buttunNext.swiper-button-next {
    right: 10%;
  }
}

.p-experienceSwiper__buttunPrev.swiper-button-prev::after,
.p-experienceSwiper__buttunNext.swiper-button-next::after {
  content: none;
  display: block;
  width: 100%;
  height: 100%;
}

.p-experienceSwiper__pagination.swiper-pagination {
  position: absolute;
  top: auto;
  bottom: 0.625rem;
  left: 0;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.p-experienceSwiper__pagination.swiper-pagination .swiper-pagination-bullet {
  width: 14.1025641026%;
  height: 1px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 0;
  opacity: 1;
  margin: 0 0.09375rem;
}

.p-experienceSwiper__pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}

.p-feature {
  color: #fff;
}

.p-feature.bgColorChange {
  color: #091139;
}

.p-feature__inner.l-inner {
  padding-right: 2.1875rem;
}

.p-feature__englishTitle.c-sectionEnglishTitle {
  color: #13226b;
  background-color: #fff;
}

.p-feature.bgColorChange .p-feature__englishTitle.c-sectionEnglishTitle {
  background-color: #13226b;
  color: #fff;
}

.p-feature__subTitle.c-sectionSubTitle {
  margin-top: 0.625rem;
  text-shadow: 0px 0px 2.26875rem rgba(255, 255, 255, .4);
}

@media screen and (min-width: 768px) {
  .p-feature__subTitle.c-sectionSubTitle {
    margin-top: 0.9375rem;
    text-shadow: 0px 0px 3.403125rem rgba(255, 255, 255, .4);
  }
}

.p-feature__mainTitle {
  line-height: 1.2;
}

.p-feature__mainTitle--small {
  letter-spacing: 0.05em;
}

.p-feature__leadTxt {
  margin-top: 1.25rem;
  margin-right: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .p-feature__leadTxt {
    text-align: center;
    margin-top: 1.875rem;
  }
}

.p-feature__swiperBox {
  width: 100%;
  margin-top: -1.125rem;
}

@media screen and (min-width: 768px) {
  .p-feature__swiperBox {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 2.5rem auto 0;
  }
}

.p-featureSwiper__box {
  position: relative;
}

.p-featureSwiper.swiper {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-featureSwiper.swiper {
    width: 100%;
    overflow: visible;
  }
}

.p-featureSwiper__wrppr.swiper-wrapper {
  padding: 2.5rem 0;
}

@media screen and (min-width: 768px) {
  .p-featureSwiper__wrppr.swiper-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-featureSwiper__slide.swiper-slide {
  background-color: #091139;
  -webkit-box-shadow: 0 0 2.5rem rgba(255, 255, 255, .4);
  box-shadow: 0 0 2.5rem rgba(255, 255, 255, .4);
}

@media screen and (min-width: 768px) {
  .p-featureSwiper__slide.swiper-slide {
    max-width: 1490px;
    width: 77.6041666667%;
    height: auto;
    min-height: 24.1875rem;
    -webkit-box-shadow: 0 0 3.75rem rgba(255, 255, 255, .4);
    box-shadow: 0 0 3.75rem rgba(255, 255, 255, .4);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1000px) {
  .p-featureSwiper__slide.swiper-slide {
    aspect-ratio: 3.7209302326;
  }
}

@media screen and (min-width: 768px) {
  .p-featureSwiper__slide.swiper-slide+.p-featureSwiper__slide.swiper-slide {
    margin-top: 1.875rem;
  }
}

.p-featureSwiper__card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2.0625rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-featureSwiper__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 0 0 2.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-featureSwiper__slide:nth-of-type(even) .p-featureSwiper__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0 2.8125rem 0 0;
  }
}

.p-featureSwiper__card::before {
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  -webkit-transform: translate(-10%, -10%);
  transform: translate(-10%, -10%);
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 7.25rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.2;
  text-shadow: 0 0 0.3125rem rgba(255, 255, 255, .5);
}

@media screen and (min-width: 768px) {
  .p-featureSwiper__card::before {
    top: -0.9375rem;
    left: 0.625rem;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 10.86875rem;
    text-shadow: 0 0 0.46875rem rgba(255, 255, 255, .5);
  }
}

@media screen and (min-width: 768px) {
  .p-featureSwiper__slide:nth-of-type(even) .p-featureSwiper__card::before {
    left: auto;
    right: 0.625rem;
  }
}

.p-featureSwiper__slide--01 .p-featureSwiper__card::before {
  content: "01";
}

.p-featureSwiper__slide--02 .p-featureSwiper__card::before {
  content: "02";
}

.p-featureSwiper__slide--03 .p-featureSwiper__card::before {
  content: "03";
}

.p-featureSwiper__slide--04 .p-featureSwiper__card::before {
  content: "04";
}

.p-featureSwiper__sentence {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-featureSwiper__sentence {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 3.75rem;
  }
}

.p-featureSwiper__number {
  font-family: "Inter", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.07em;
  margin-left: 1.25rem;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  text-shadow: 0 0 0.1875rem rgba(255, 255, 255, .5);
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-featureSwiper__number {
    font-size: 0.9375rem;
    text-shadow: 0 0 0.28125rem rgba(255, 255, 255, .5);
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-featureSwiper__slide:nth-of-type(even) .p-featureSwiper__number {
    text-align: right;
  }
}

.p-featureSwiper__number::after {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  content: "";
  width: calc(100% - 4.6875rem);
  height: 1px;
  -webkit-box-shadow: 0 0 0.1875rem rgba(255, 255, 255, .5);
  box-shadow: 0 0 0.1875rem rgba(255, 255, 255, .5);
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-featureSwiper__number::after {
    width: calc(100% - 6.875rem);
    -webkit-box-shadow: 0 0 0.28125rem rgba(255, 255, 255, .5);
    box-shadow: 0 0 0.28125rem rgba(255, 255, 255, .5);
  }
}

@media screen and (min-width: 768px) {
  .p-featureSwiper__slide:nth-of-type(even) .p-featureSwiper__number:after {
    left: 0;
    right: auto;
  }
}

.p-featureSwiper__title {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-left: 1.25rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-featureSwiper__title {
    font-size: 1.96875rem;
    text-shadow: 0 0 0.28125rem rgba(255, 255, 255, .5);
    margin-top: 0.625rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-featureSwiper__slide:nth-of-type(even) .p-featureSwiper__title {
    text-align: right;
  }
}

.p-featureSwiper__imgBox {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1.375rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (min-width: 768px) {
  .p-featureSwiper__imgBox {
    width: 32.25rem;
    margin-top: 0;
  }
}

.p-featureSwiper__imgBox img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.3316129032;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (min-width: 768px) {
  .p-featureSwiper__imgBox img {
    aspect-ratio: 1.3333333333;
  }
}

.p-featureSwiper__txt {
  width: 87.0967741935%;
  min-height: 8.4375rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 1.5625rem auto 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media screen and (min-width: 768px) {
  .p-featureSwiper__txt {
    min-height: auto;
    font-size: 1.40625rem;
    margin: 0;
  }
}

@media screen and (min-width: 1000px) {
  .p-featureSwiper__txt {
    margin: 2.1875rem 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  .p-featureSwiper__slide:nth-of-type(even) .p-featureSwiper__txt {
    width: 85.4893138358%;
    margin-left: auto;
  }
}

@media screen and (min-width: 1000px) {
  .p-featureSwiper__slide:nth-of-type(even) .p-featureSwiper__txt {
    width: 74.24071991%;
  }
}

.p-featureSwiper__buttunPrev.swiper-button-prev,
.p-featureSwiper__buttunNext.swiper-button-next {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
  width: min(10.2564102564vw, 2.8846153846rem);
  height: auto;
  aspect-ratio: 1;
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media screen and (min-width: 768px) {

  .p-featureSwiper__buttunPrev.swiper-button-prev,
  .p-featureSwiper__buttunNext.swiper-button-next {
    display: none;
  }
}

.p-featureSwiper__buttunPrev.swiper-button-prev:hover,
.p-featureSwiper__buttunNext.swiper-button-next:hover {
  opacity: 0.7;
}

.p-featureSwiper__buttunPrev.swiper-button-prev {
  left: 5.1282051282%;
  right: auto;
  background-image: url(../images/icon_lavenderArrowLeft_sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 450px) {
  .p-featureSwiper__buttunPrev.swiper-button-prev {
    left: 14.4444444444%;
  }
}

.p-featureSwiper__buttunNext.swiper-button-next {
  left: auto;
  right: 5.1282051282%;
  background-image: url(../images/icon_lavenderArrowRight_sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 450px) {
  .p-featureSwiper__buttunNext.swiper-button-next {
    right: 14.4444444444%;
  }
}

.p-featureSwiper__buttunPrev.swiper-button-prev::after,
.p-featureSwiper__buttunNext.swiper-button-next::after {
  content: none;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.p-fixed-bg-img {
  width: 100%;
  height: 100vh;
  background: url(../images/bg_gradation2_sp.webp) center center/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  mix-blend-mode: overlay;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

@media screen and (min-width: 768px) {
  .p-fixed-bg-img {
    background: url(../images/bg_gradation2_pc.webp) center center/cover;
  }
}

.p-fixed-bg-img.bgColorChange {
  opacity: 1;
}

.p-footer {
  background-image: url(../images/bg_footerPlanet_sp.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-top: 37.1794871795vw;
  margin-top: 7.5rem;
}

@media screen and (min-width: 768px) {
  .p-footer {
    background-image: url(../images/bg_footerPlanet_pc.webp);
    padding-top: 33.59375vw;
  }
}

.p-footer__gradation {
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 37.3076923077vw;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(9, 17, 57, .2)), to(#091139));
  background-image: linear-gradient(to bottom, rgba(9, 17, 57, .2) 0, #091139 100%);
  padding: 6.4102564103vw 0 1.5625rem;
}

@media screen and (min-width: 768px) {
  .p-footer__gradation {
    height: 15.2604166667vw;
    padding: 1.3020833333vw 0 3.75rem;
  }
}

.p-footer__snsWrppr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.p-footer__insta,
.p-footer__linkdin {
  display: block;
  width: 1.5625rem;
  height: auto;
}

@media screen and (min-width: 768px) {

  .p-footer__insta,
  .p-footer__linkdin {
    width: 2.34375rem;
  }
}

.p-footer__insta img,
.p-footer__linkdin img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.p-footer__logo {
  width: 9.8125rem;
  height: auto;
  margin: 0.625rem auto 0;
}

@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 14.71875rem;
    margin: 0.9375rem auto 0;
  }
}

.p-footer__logo a {
  display: block;
  width: 100%;
  height: auto;
}

.p-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 4.8556701031;
}

.p-footer__copyright small,
.p-footer__copyright {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (min-width: 768px) {

  .p-footer__copyright small,
  .p-footer__copyright {
    font-size: 0.9375rem;
  }
}

.p-footer__copyright {
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 0.75rem;
  }
}

.p-fv {
  background-image: url(../images/mv_planet.webp), url(../images/bg_story_01_sp.webp);
  background-size: min(90.7692307692vw, 31.2019230769rem) min(89.4871794872vw, 30.7612179487rem), min(100.5128205128vw, 34.5512820513rem) min(99.358974359vw, 34.1546474359rem);
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% + 35.89744vw) -16.6666666667vw, 50% 42.8125rem;
}

@media screen and (min-width: 768px) {
  .p-fv {
    background-image: url(../images/mv_planet.webp), url(../images/bg_story_01_pc.webp);
    background-size: 61.09375rem 60.2rem, 120rem 52.375rem;
    background-position: calc(50% + 41.40625vw) -13.3854166667vw, 50% 54.6875rem;
  }
}

.p-fv.bgColorChange {
  color: #091139;
}

.p-fv__inner.l-inner {
  padding-top: 8.9375rem;
}

@media screen and (min-width: 768px) {
  .p-fv__inner.l-inner {
    padding-top: 11.6875rem;
    padding-left: 3.75rem;
    padding-bottom: 15.625rem;
    position: relative;
  }
}

.p-fv__catchCopy {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000028;
  background-color: #fff;
  padding: 0.4375rem 0rem 0.4375rem 0.4375rem;
}

@media screen and (min-width: 768px) {
  .p-fv__catchCopy {
    font-size: 2.0625rem;
    padding: 0.9375rem 0rem 1.125rem 0.9375rem;
  }
}

.p-fv__vertical {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.07em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-fv__vertical {
    font-size: 1.4rem;
    letter-spacing: 0.085em;
    margin-top: 2.625rem;
  }
}

.p-fv__vertical.p-fv__vertical--scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  margin-left: auto;
  margin-top: -1.875rem;
}

@media screen and (min-width: 768px) {
  .p-fv__vertical.p-fv__vertical--scroll {
    position: absolute;
    top: auto;
    bottom: 0;
    left: calc(50% + 24.0625rem);
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.p-fv__vertical.p-fv__vertical--scroll::before {
  display: block;
  content: "";
  width: 1px;
  height: 5.3125rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-fv__vertical.p-fv__vertical--scroll::before {
    height: 8.125rem;
  }
}

.bgColorChange .p-fv__vertical.p-fv__vertical--scroll::before {
  background-color: #091139;
}

.p-fv__mainTitle {
  font-size: 2.3125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.025em;
  margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-fv__mainTitle {
    font-size: 5.1875rem;
    line-height: 1.45;
    margin-top: 0;
  }
}

.p-fv__mainTitle--faculty {
  display: block;
}

.p-fv__mainTitle--department {
  display: block;
  margin-top: 0.1875rem;
}

.p-fv__englishTitle {
  font-family: "Inter", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.075em;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-fv__englishTitle {
    font-size: 1.4rem;
    letter-spacing: 0.092em;
    margin-top: 0.625rem;
  }
}

.p-fv__establish {
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-fv__establish {
    margin-top: 4.5625rem;
  }
}

.p-fv__plannning {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.07em;
}

@media screen and (min-width: 768px) {
  .p-fv__plannning {
    font-size: 1.4rem;
  }
}

.p-fv__establishTime {
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .p-fv__establishTime {
    font-size: 4.06rem;
  }
}

.p-fv__titleGroup .p-fv__notice {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  margin: .5rem 0 0;
  cursor: pointer;
}

.p-fv__titleGroup .p-notice__txt {
  margin-top: 0;
}

.p-fv__fa {
  font-size: 1rem;
  padding-top: 0.2rem;
}

@media screen and (min-width: 768px) {
  .p-fv__titleGroup .p-fv__notice {
    margin: .5rem 0 0;
    padding: 1rem 2rem;
    align-items: center;
  }

  .p-fv__fa {
    font-size: 1.3rem;
    padding-top: 0;
  }
}

.p-fv__lead {
  margin-top: 13.4375rem;
}

@media screen and (min-width: 768px) {
  .p-fv__lead {
    width: 100%;
    max-width: 53.125rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14.0625rem;
  }
}

.p-fv__leadTitle {
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-shadow: 0px 0px 1.875rem rgba(255, 255, 255, .4);
}

@media screen and (min-width: 768px) {
  .p-fv__leadTitle {
    font-size: 2.71875rem;
    text-shadow: 0px 0px 2.8125rem rgba(255, 255, 255, .4);
  }
}

.p-fv__leadTxt {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.08em;
  margin-top: 1.25rem;
  text-shadow: 0px 0px 1.875rem rgba(255, 255, 255, .4);
}

@media screen and (min-width: 768px) {
  .p-fv__leadTxt {
    font-size: 1.6875rem;
    margin-top: 1.375rem;
    text-shadow: 0px 0px 2.8125rem rgba(255, 255, 255, .4);
  }
}

.p-fv__leadCatch {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-shadow: 0px 0px 1.875rem rgba(255, 255, 255, .4);
}

@media screen and (min-width: 768px) {
  .p-fv__leadCatch {
    font-size: 2.53125rem;
    text-shadow: 0px 0px 2.8125rem rgba(255, 255, 255, .4);
  }
}

.p-fv__leadCatch--01 {
  margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-fv__leadCatch--01 {
    margin-top: 4.0625rem;
  }
}

.p-fv__leadCatch--rubyWrapper {
  position: relative;
}

.p-fv__leadCatch ruby {
  line-height: 2.1;
  letter-spacing: -0.03em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-fv__leadCatch ruby {
    letter-spacing: -0.01em;
  }
}

.p-fv__leadCatch .p-fv__leadCatch--ruby {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  -webkit-transform: translate(0, -70%);
  transform: translate(0, -70%);
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  .p-fv__leadCatch .p-fv__leadCatch--ruby {
    font-size: 0.9375rem;
  }
}

.p-fv__leadCatch--02 {
  margin-top: 2.6875rem;
}

@media screen and (min-width: 768px) {
  .p-fv__leadCatch--02 {
    margin-top: 3.4375rem;
  }
}

.p-graduateAccdin__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 4.2857142857%;
  -moz-column-gap: 4.2857142857%;
  column-gap: 4.2857142857%;
  width: 100%;
  height: auto;
  background-repeat: no-repeat, no-repeat;
  background-position: left center, center center;
  background-size: 25.8974358974% 100%, 100% 100%;
  aspect-ratio: 2.0526315789;
  -webkit-box-shadow: 0 0 2.7875rem rgba(255, 255, 255, .3);
  box-shadow: 0 0 2.7875rem rgba(255, 255, 255, .3);
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__head {
    aspect-ratio: 6.0504201681;
    background-size: 30.6944444444% 100%, 100% 100%;
  }
}

.p-graduateAccdin__head::before {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 1.375rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  content: "";
  width: 1.375rem;
  height: 0.1875rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__head::before {
    right: 2.1875rem;
    width: 1.828125rem;
    height: 0.2625rem;
  }
}

.p-graduateAccdin__head::after {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 1.9375rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  content: "";
  height: 1.375rem;
  width: 0.1875rem;
  background-color: #fff;
  -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;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__head::after {
    right: 2.9375rem;
    height: 1.828125rem;
    width: 0.2625rem;
  }
}

.p-graduateAccdin__head.accordionOpen::after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}

.p-graduateAccdin__head--01 {
  background-image: url(../images/img_graduates_01-1_sp.webp), -webkit-gradient(linear, left top, right bottom, color-stop(0, #13226b), to(#091139));
  background-image: url(../images/img_graduates_01-1_sp.webp), linear-gradient(to bottom right, #13226b 0, #091139 100%);
  padding-left: 20.5128205128%;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__head--01 {
    background-image: url(../images/img_graduates_01-1_pc.webp), -webkit-gradient(linear, left top, right bottom, color-stop(0, #13226b), to(#091139));
    background-image: url(../images/img_graduates_01-1_pc.webp), linear-gradient(to bottom right, #13226b 0, #091139 100%);
    padding-left: 32.2916666667%;
  }
}

.p-graduateAccdin__head--02 {
  background-image: url(../images/img_graduates_02-1_sp.webp), -webkit-gradient(linear, left top, right bottom, color-stop(0, #13226b), to(#091139));
  background-image: url(../images/img_graduates_02-1_sp.webp), linear-gradient(to bottom right, #13226b 0, #091139 100%);
  padding-top: 2.6315789474%;
  padding-left: 20.5128205128%;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__head--02 {
    background-image: url(../images/img_graduates_02-1_pc.webp), -webkit-gradient(linear, left top, right bottom, color-stop(0, #13226b), to(#091139));
    background-image: url(../images/img_graduates_02-1_pc.webp), linear-gradient(to bottom right, #13226b 0, #091139 100%);
    padding-top: 0;
    padding-left: 32.2916666667%;
  }
}

.p-graduateAccdin__head--03 {
  background-image: url(../images/img_graduates_03-1_sp.webp), -webkit-gradient(linear, left top, right bottom, color-stop(0, #13226b), to(#091139));
  background-image: url(../images/img_graduates_03-1_sp.webp), linear-gradient(to bottom right, #13226b 0, #091139 100%);
  padding-left: 20.5128205128%;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__head--03 {
    background-image: url(../images/img_graduates_03-1_pc.webp), -webkit-gradient(linear, left top, right bottom, color-stop(0, #13226b), to(#091139));
    background-image: url(../images/img_graduates_03-1_pc.webp), linear-gradient(to bottom right, #13226b 0, #091139 100%);
    padding-left: 32.2916666667%;
  }
}

.p-graduateAccdin__head--04 {
  background-image: url(../images/img_graduates_04-1_sp.webp), -webkit-gradient(linear, left top, right bottom, color-stop(0, #13226b), to(#091139));
  background-image: url(../images/img_graduates_04-1_sp.webp), linear-gradient(to bottom right, #13226b 0, #091139 100%);
  padding-left: 20.5128205128%;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__head--04 {
    background-image: url(../images/img_graduates_04-1_pc.webp), -webkit-gradient(linear, left top, right bottom, color-stop(0, #13226b), to(#091139));
    background-image: url(../images/img_graduates_04-1_pc.webp), linear-gradient(to bottom right, #13226b 0, #091139 100%);
    padding-left: 32.2916666667%;
  }
}

.p-graduateAccdin__head--05 {
  background-image: url(../images/img_graduates_05-1_sp.webp), -webkit-gradient(linear, left top, right bottom, color-stop(0, #13226b), to(#091139));
  background-image: url(../images/img_graduates_05-1_sp.webp), linear-gradient(to bottom right, #13226b 0, #091139 100%);
  padding-left: 20.5128205128%;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__head--05 {
    background-image: url(../images/img_graduates_05-1_pc.webp), -webkit-gradient(linear, left top, right bottom, color-stop(0, #13226b), to(#091139));
    background-image: url(../images/img_graduates_05-1_pc.webp), linear-gradient(to bottom right, #13226b 0, #091139 100%);
    padding-left: 32.2916666667%;
  }
}

.p-graduateAccdin__head--06 {
  background-image: url(../images/img_graduates_06-1_sp.webp), -webkit-gradient(linear, left top, right bottom, color-stop(0, #13226b), to(#091139));
  background-image: url(../images/img_graduates_06-1_sp.webp), linear-gradient(to bottom right, #13226b 0, #091139 100%);
  padding-left: 20.5128205128%;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__head--06 {
    background-image: url(../images/img_graduates_06-1_pc.webp), -webkit-gradient(linear, left top, right bottom, color-stop(0, #13226b), to(#091139));
    background-image: url(../images/img_graduates_06-1_pc.webp), linear-gradient(to bottom right, #13226b 0, #091139 100%);
    padding-left: 32.2916666667%;
  }
}

.p-graduateAccdin__head--07 {
  background-image: url(../images/img_graduates_07-1_sp.webp), -webkit-gradient(linear, left top, right bottom, color-stop(0, #13226b), to(#091139));
  background-image: url(../images/img_graduates_07-1_sp.webp), linear-gradient(to bottom right, #13226b 0, #091139 100%);
  padding-left: 20.5128205128%;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__head--07 {
    background-image: url(../images/img_graduates_07-1_pc.webp), -webkit-gradient(linear, left top, right bottom, color-stop(0, #13226b), to(#091139));
    background-image: url(../images/img_graduates_07-1_pc.webp), linear-gradient(to bottom right, #13226b 0, #091139 100%);
    padding-left: 32.2916666667%;
  }
}

.p-graduateAccrdin__title {
  font-size: min(5.3846153846vw, 1.8846153846rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__title {
    font-size: min(1.96875rem, 1.7708333333vw);
  }
}

.p-graduateAccrdin__headAffiliation {
  font-size: min(3.0769230769vw, 1.0769230769rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__headAffiliation {
    font-size: 1.125rem;
  }
}

.p-graduateAccrdin__headAffiliation--01 {
  margin-top: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__headAffiliation--01 {
    margin-top: 1.5625rem;
  }
}

.p-graduateAccrdin__headAffiliation--02 {
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__headAffiliation--02 {
    margin-top: 1.5625rem;
  }
}

.p-graduateAccrdin__headAffiliation--03 {
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__headAffiliation--03 {
    margin-top: 1.5625rem;
  }
}

.p-graduateAccrdin__headAffiliation--04 {
  margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__headAffiliation--04 {
    margin-top: 1.5625rem;
  }
}

.p-graduateAccrdin__headAffiliation--05 {
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__headAffiliation--05 {
    margin-top: 1.5625rem;
  }
}

.p-graduateAccrdin__headAffiliation--06 {
  margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__headAffiliation--06 {
    margin-top: 1.5625rem;
  }
}

.p-graduateAccrdin__headAffiliation--07 {
  margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__headAffiliation--07 {
    margin-top: 1.5625rem;
  }
}

.p-graduateAccrdin__headAffiliation--small {
  font-size: min(2.5641025641vw, 0.8974358974rem);
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__headAffiliation--small {
    font-size: 0.9375rem;
  }
}

.p-graduateAccrdin__headName {
  font-size: min(4.1025641026vw, 1.4358974359rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 0rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__headName {
    font-size: 1.5rem;
    margin-top: 0.3125rem;
  }
}

.p-graduateAccrdin__headGraduate {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
  padding-left: 1em;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__headGraduate {
    font-size: 1.125rem;

  }
}

.p-graduateAccdin__body {
  height: 0;
  overflow: hidden;
}

.p-graduateAccdin__bodyWrppr {
  padding-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__bodyWrppr {
    padding-bottom: 3.75rem;
  }
}

.p-graduateAccdin__bodyImgBox {
  position: relative;
}

.p-graduateAccdin__bodyImg {
  display: block;
  width: 100%;
  height: auto;
}

.p-graduateAccdin__bodyImg img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 0.7485604607;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__bodyImg img {
    aspect-ratio: 1.8461538462;
  }
}

.p-graduateAccdin__bodyMessage {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5348ad), to(#091139));
  background-image: linear-gradient(to bottom, #5348ad 0, #091139 100%);
  width: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__bodyMessage {
    font-size: 2.625rem;
  }
}

.p-graduateAccdin__bodyMessage--01 {
  padding: 1.375rem 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__bodyMessage--01 {
    padding: 1.75rem;
  }
}

.p-graduateAccdin__bodyMessage--02 {
  width: 100%;
  padding: 1.375rem 1.125rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__bodyMessage--02 {
    width: auto;
    padding: 1.75rem;
  }
}

.p-graduateAccdin__bodyMessage--03 {
  width: 100%;
  padding: 1.375rem 1.125rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__bodyMessage--03 {
    width: auto;
    padding: 1.75rem;
  }
}

.p-graduateAccdin__bodyMessage--04 {
  width: 100%;
  padding: 1.375rem 1.125rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__bodyMessage--04 {
    width: auto;
    padding: 1.75rem;
  }
}

.p-graduateAccdin__bodyMessage--05 {
  width: 100%;
  padding: 1.375rem 1.125rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__bodyMessage--05 {
    width: auto;
    padding: 1.75rem;
  }
}

.p-graduateAccdin__bodyMessage--06 {
  padding: 1.375rem 1.125rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__bodyMessage--06 {
    width: auto;
    padding: 1.75rem;
  }
}

.p-graduateAccdin__bodyMessage--07 {
  padding: 1.375rem 1.125rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__bodyMessage--07 {
    width: auto;
    padding: 1.75rem;
  }
}

.p-graduateAccdin__bodySentence {
  color: #fff;
  padding: 0 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__bodySentence {
    padding: 0 2.1875rem;
  }
}

.p-graduateAccdin__bodySentence--01 {
  margin-top: 6.75rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__bodySentence--01 {
    margin-top: 8.125rem;
  }
}

.p-graduateAccdin__bodySentence--02 {
  margin-top: 5.5rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__bodySentence--02 {
    margin-top: 7.9375rem;
  }
}

.p-graduateAccdin__bodySentence--03 {
  margin-top: 5.5rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__bodySentence--03 {
    margin-top: 7.9375rem;
  }
}

.p-graduateAccdin__bodySentence--04 {
  margin-top: 5.3125rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__bodySentence--04 {
    margin-top: 7.9375rem;
  }
}

.p-graduateAccdin__bodySentence--05 {
  margin-top: 5.3125rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__bodySentence--05 {
    margin-top: 7.9375rem;
  }
}

.p-graduateAccdin__bodySentence--06 {
  margin-top: 5.625rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__bodySentence--06 {
    margin-top: 7.9375rem;
  }
}

.p-graduateAccdin__bodySentence--07 {
  margin-top: 6.875rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccdin__bodySentence--07 {
    margin-top: 7.9375rem;
  }
}

.p-graduateAccrdin__bodyAffiliation {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__bodyAffiliation {
    font-size: 1.25rem;
  }
}

.p-graduateAccrdin__bodyAffiliation--small {
  font-size: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__bodyAffiliation--small {
    font-size: 0.9375rem;
  }
}

.p-graduateAccrdin__bodyName {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-top: 0.4375rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__bodyName {
    font-size: 2.34375rem;
  }
}

.p-graduateAccrdin__bodyGraduate {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-top: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__bodyGraduate {
    font-size: 1.125rem;
    margin-top: 0.9375rem;
  }
}

.p-graduateAccrdin__bodyTxt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.045em;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__bodyTxt {
    font-size: 1.5rem;
  }
}

.p-graduateAccrdin__bodyTxt--01 {
  margin-top: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__bodyTxt--01 {
    margin-top: 2.5rem;
  }
}

.p-graduateAccrdin__bodyTxt--02 {
  margin-top: 2.125rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__bodyTxt--02 {
    margin-top: 2.5rem;
  }
}

.p-graduateAccrdin__bodyTxt--03 {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__bodyTxt--03 {
    margin-top: 2.5rem;
  }
}

.p-graduateAccrdin__bodyTxt--04 {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__bodyTxt--04 {
    margin-top: 2.5rem;
  }
}

.p-graduateAccrdin__bodyTxt--05 {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__bodyTxt--05 {
    margin-top: 2.5rem;
  }
}

.p-graduateAccrdin__bodyTxt--06 {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__bodyTxt--06 {
    margin-top: 2.5rem;
  }
}

.p-graduateAccrdin__bodyTxt--07 {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-graduateAccrdin__bodyTxt--07 {
    margin-top: 2.5rem;
  }
}

.p-graduates {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-graduates {
    padding-top: 5.78125rem;
    padding-bottom: 8.59375rem;
  }
}

.p-graduates__englishTitle.c-sectionEnglishTitle {
  padding: 0 1.25rem;
}

.p-graduates__mainTitle {
  margin-top: 0rem;
}

.p-graduates__subTitle {
  margin-top: 0.75rem;
  text-shadow: 0 0 2.26875rem rgba(255, 255, 255, .4);
}

@media screen and (min-width: 768px) {
  .p-graduates__subTitle {
    margin-top: 0.9375rem;
    text-shadow: 0 0 3.403125rem rgba(255, 255, 255, .4);
  }
}

.p-graduates__mainTitle.c-sectionMainTitle {
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-shadow: 0 0 2.26875rem rgba(255, 255, 255, .4);
}

@media screen and (min-width: 768px) {
  .p-graduates__mainTitle.c-sectionMainTitle {
    text-shadow: 0 0 3.403125rem rgba(255, 255, 255, .4);
  }
}

.p-graduates__mainTitle.c-sectionMainTitle .p-graduates__mainTitle--small {
  font-size: 1.9375rem;
}

@media screen and (min-width: 768px) {
  .p-graduates__mainTitle.c-sectionMainTitle .p-graduates__mainTitle--small {
    font-size: 2.90625rem;
  }
}

.p-graduates__leadTxt {
  margin-top: 1.0625rem;
}

@media screen and (min-width: 768px) {
  .p-graduates__leadTxt {
    text-align: center;
    margin-top: 1.5625rem;
  }
}

.p-graduate__lists {
  width: 100%;
  max-width: 35rem;
  margin: 2.8125rem auto 0;
}

@media screen and (min-width: 768px) {
  .p-graduate__lists {
    width: 78.2608695652%;
    max-width: 90rem;
    margin: 7.5rem auto 0;
  }
}

.p-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 2.5rem;
  z-index: 50;
}

@media screen and (min-width: 768px) {
  .p-header {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 1840px;
    padding-right: 1.5625rem;
    padding-left: 2.5rem;
    padding-top: 3.75rem;
  }
}

.p-header__inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}

.p-header__logo {
  width: 9.75rem;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 15.625rem;
  }
}

.p-header__logo a {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.p-header__logo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4.875;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media screen and (min-width: 768px) {
  .p-innovator-graduates-bg {
    background-image: url(../images/bg_innovators_01_pc.webp), url(../images/bg_innovators_02_pc.webp), url(../images/bg_innovators_03_pc.webp), url(../images/bg_innovators_04_pc.webp);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 40.0625rem 54.59375rem, 40.0625rem 54.625rem, 41.6875rem 56.8125rem, 45.0625rem 61.40625rem;
    background-position: calc(50% - 40rem) 13.75rem, calc(50% + 39.6875rem) 50rem, calc(50% - 39.375rem) 83.125rem, calc(50% + 37.5rem) 121.875rem;
  }
}

.p-innovator {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-innovator {
    padding-top: 0;
    padding-bottom: 5.78125rem;
  }
}

.p-innovator.bgColorChange {
  background-image: none;
}

.p-innovator.bgColorChange .p-innovator__englishTitle.c-sectionEnglishTitle {
  color: #fff;
  background-color: #091139;
}

.p-innovator__mainTitle.c-sectionMainTitle {
  font-size: 2.0625rem;
  line-height: 1.3;
  margin-top: 0.4375rem;
  text-shadow: 0 0 2.26875rem rgba(255, 255, 255, .4);
}

@media screen and (min-width: 768px) {
  .p-innovator__mainTitle.c-sectionMainTitle {
    font-size: 3.46875rem;
    text-shadow: 0 0 3.403125rem rgba(255, 255, 255, .4);
  }
}

.p-innovator.bgColorChange .p-innovator__mainTitle.c-sectionMainTitle {
  color: #091139;
}

.p-innovator__mainTitle .c-sectionMainTitle--small {
  font-size: 1.75rem;
}

@media screen and (min-width: 768px) {
  .p-innovator__mainTitle .c-sectionMainTitle--small {
    font-size: 2.90625rem;
  }
}

.p-innovator__mainTitle--narrowSpace {
  letter-spacing: -0.01em;
}

.p-innovator__leadTxt {
  margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-innovator__leadTxt {
    text-align: center;
    margin-top: 1.875rem;
  }
}

.p-innovator.bgColorChange .p-innovator__leadTxt {
  color: #091139;
}

.p-innovator__swiperBox {
  margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-innovator__swiperBox {
    width: 64.0625%;
    max-width: 1230px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 5.75rem auto 0;
  }
}

.p-innovatorSwiper__box {
  position: relative;
}

.p-innovatorSwiper.swiper {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-innovatorSwiper.swiper {
    width: 100%;
    overflow: visible;
  }
}

.p-innovatorSwiper__wrppr.swiper-wrapper {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .p-innovatorSwiper__wrppr.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 1.875rem;
    height: auto;
  }
}

.p-innovatorSwiper__slide.swiper-slide {
  background-color: #091139;
}

.p-innovatorSwiper__card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.0625rem 1.25rem;
  background-color: rgba(255, 255, 255, .15);
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-innovatorSwiper__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-innovatorSwiper__sentence {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0.625rem;
  }
}

.p-innovatorSwiper__number {
  display: block;
  width: 6.875rem;
  height: auto;
  -webkit-transform: translateX(-0.625rem);
  transform: translateX(-0.625rem);
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-innovatorSwiper__number {
    width: 9.875rem;
  }
}

.p-innovatorSwiper__number img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 1.62;
}

.p-innovatorSwiper__title {
  color: #091139;
  margin-top: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-innovatorSwiper__title {
    margin-top: 1.375rem;
  }
}

.p-innovatorSwiper__title--narrowSpace {
  letter-spacing: -0.13em;
}

.p-innovatorSwiper__1stTitle--small {
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-innovatorSwiper__1stTitle--small {
    font-size: 1.40625rem;
  }
}

.p-innovatorSwiper__1stRowTitle {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  background-color: #fff;
  padding: 0.1875rem 0.3125rem;
}

@media screen and (min-width: 768px) {
  .p-innovatorSwiper__1stRowTitle {
    font-size: 1.6875rem;
  }
}

.p-innovatorSwiper__2ndRowTitle {
  display: inline-block;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  background-color: #fff;
  padding: 0.3125rem;
  margin-top: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .p-innovatorSwiper__2ndRowTitle {
    font-size: 1.96875rem;
    margin-top: 0.5625rem;
  }
}

.p-innovatorSwiper__explain {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-innovatorSwiper__explain {
    font-size: 1.40625rem;
    margin-top: 1.125rem;
  }
}

.p-innovatorSwiper__imgBox,
.p-innovatorSwiper__chart {
  display: block;
  width: 100%;
  height: auto;
}

.p-innovatorSwiper__imgBox {
  margin-top: 1.4375rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-innovatorSwiper__imgBox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 61.9090909091%;
    margin-top: 0;
  }
}

.p-innovatorSwiper__chart picture {
  display: block;
  width: 100%;
  height: auto;
}

.p-innovatorSwiper__chart img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 1.0532544379;
}

@media screen and (min-width: 768px) {
  .p-innovatorSwiper__chart img {
    aspect-ratio: 1.4854400698;
  }
}

.p-innovatorSwiper__graph {
  display: block;
}

.p-innovatorSwiper__graph--01 {
  position: absolute;
  top: 28.1899109792%;
  bottom: auto;
  left: 6.2507325077%;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  width: 87.1338524286%;
  height: auto;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

@media screen and (min-width: 768px) {
  .p-innovatorSwiper__graph--01 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50.25%, -40%);
    transform: translate(-50.25%, -40%);
    width: 71.2187958884%;
  }
}

.swiper-slide-active .p-innovatorSwiper__graph--01,
.scaleExpansion.p-innovatorSwiper__graph--01 {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {

  .swiper-slide-active .p-innovatorSwiper__graph--01,
  .scaleExpansion.p-innovatorSwiper__graph--01 {
    -webkit-transform: translate(-50.05%, -40%);
    transform: translate(-50.05%, -40%);
  }
}

.p-innovatorSwiper__graph--01 img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 1.3681489142;
}

.p-innovatorSwiper__graph--02 {
  position: absolute;
  top: 28.1899109792%;
  bottom: auto;
  left: 24.6122592491%;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  width: 63.681868743%;
  height: auto;
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

@media screen and (min-width: 768px) {
  .p-innovatorSwiper__graph--02 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -49.9%);
    transform: translate(-40%, -49.9%);
    width: 52.1292217327%;
  }
}

.swiper-slide-active .p-innovatorSwiper__graph--02,
.scaleExpansion.p-innovatorSwiper__graph--02 {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {

  .swiper-slide-active .p-innovatorSwiper__graph--02,
  .scaleExpansion.p-innovatorSwiper__graph--02 {
    -webkit-transform: translate(-40%, -49.9%);
    transform: translate(-40%, -49.9%);
  }
}

.p-innovatorSwiper__graph--02 img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 1.2557319224;
}

.p-innovatorSwiper__graph--03 {
  position: absolute;
  top: 14.8367952522%;
  bottom: auto;
  left: 6.4460678986%;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  width: 87.1338524286%;
  height: auto;
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

@media screen and (min-width: 768px) {
  .p-innovatorSwiper__graph--03 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    width: 71.953010279%;
  }
}

.swiper-slide-active .p-innovatorSwiper__graph--03,
.scaleExpansion.p-innovatorSwiper__graph--03 {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {

  .swiper-slide-active .p-innovatorSwiper__graph--03,
  .scaleExpansion.p-innovatorSwiper__graph--03 {
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
  }
}

.p-innovatorSwiper__graph--03 img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 1.3681489142;
}

.p-innovatorSwiper__graph--04 {
  position: absolute;
  top: 28.1899109792%;
  bottom: auto;
  left: 11.720123452%;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  width: 63.681868743%;
  height: auto;
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

@media screen and (min-width: 768px) {
  .p-innovatorSwiper__graph--04 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-60%, -49.9%);
    transform: translate(-60%, -49.9%);
    width: 52.1292217327%;
  }
}

.swiper-slide-active .p-innovatorSwiper__graph--04,
.scaleExpansion.p-innovatorSwiper__graph--04 {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {

  .swiper-slide-active .p-innovatorSwiper__graph--04,
  .scaleExpansion.p-innovatorSwiper__graph--04 {
    -webkit-transform: translate(-60%, -49.9%);
    transform: translate(-60%, -49.9%);
  }
}

.p-innovatorSwiper__graph--04 img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 1.2557319224;
}

.p-innovatorSwiper__txt {
  width: 87.0967741935%;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 1.5625rem auto 0;
}

.p-innovatorSwiper__buttunPrev.swiper-button-prev,
.p-innovatorSwiper__buttunNext.swiper-button-next {
  position: absolute;
  top: 50%;
  bottom: auto;
  display: block;
  width: min(16.2820512821vw, 4.5793269231rem);
  height: auto;
  aspect-ratio: 1.27;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media screen and (min-width: 768px) {

  .p-innovatorSwiper__buttunPrev.swiper-button-prev,
  .p-innovatorSwiper__buttunNext.swiper-button-next {
    display: none;
  }
}

.p-innovatorSwiper__buttunPrev.swiper-button-prev:hover,
.p-innovatorSwiper__buttunNext.swiper-button-next:hover {
  opacity: 0.7;
}

.p-innovatorSwiper__buttunPrev.swiper-button-prev {
  left: 0%;
  right: auto;
  -webkit-transform: translate(0, 0) rotate(180deg);
  transform: translate(0, 0) rotate(180deg);
  background-image: url(../images/icon_innovatorsArrow_sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 450px) {
  .p-innovatorSwiper__buttunPrev.swiper-button-prev {
    left: 10%;
  }
}

.p-innovatorSwiper__buttunNext.swiper-button-next {
  left: auto;
  right: 0%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-image: url(../images/icon_innovatorsArrow_sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 450px) {
  .p-innovatorSwiper__buttunNext.swiper-button-next {
    right: 10%;
  }
}

.p-innovatorSwiper__buttunPrev.swiper-button-prev::after,
.p-innovatorSwiper__buttunNext.swiper-button-next::after {
  content: none;
  display: block;
  width: 100%;
  height: 100%;
}

.p-jorney-overview-bg {
  background-image: url(../images/bg_overview_sp.webp);
  background-repeat: no-repeat;
  background-position: center calc(100% - 21.25rem);
  background-size: 47.9375rem 51.09375rem;
}

@media screen and (min-width: 768px) {
  .p-jorney-overview-bg {
    background-image: url(../images/bg_overview_pc.webp);
    background-size: 187.5rem 94.75rem;
    background-position: center calc(100% - 3.125rem);
  }
}

.p-journey {
  padding-top: 3.75rem;
  padding-bottom: 3.875rem;
}

@media screen and (min-width: 768px) {
  .p-journey {
    padding-top: 8.59375rem;
  }
}

.p-journey__inner {
  width: 100%;
  max-width: 600px;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p-journey__inner {
    max-width: 1840px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.p-journey__subTitle {
  margin-top: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-journey__subTitle {
    margin-top: 0.9375rem;
  }
}

.p-journey__mainTitle {
  font-size: 2.3125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

@media screen and (min-width: 768px) {
  .p-journey__mainTitle {
    font-size: 3.46875rem;
  }
}

.p-journey__mainTitle--large {
  font-size: 3rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .p-journey__mainTitle--large {
    font-size: 4.5rem;
  }
}

.p-journey__mainTitle--small {
  font-size: 1.9375rem;
}

@media screen and (min-width: 768px) {
  .p-journey__mainTitle--small {
    font-size: 2.90625rem;
  }
}

.p-journey__chartImgBox {
  display: block;
  width: 100%;
  height: auto;
  overflow: scroll;
  margin-top: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .p-journey__chartImgBox {
    overflow: visible;
    max-width: 93.125rem;
    width: 77.6041666667%;
    margin: 2.8125rem auto 0;
  }
}

.p-jorney__chart {
  display: block;
  width: 45.2125rem;
  height: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-jorney__chart {
    width: 100%;
  }
}

.p-jorney__chart img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
  aspect-ratio: 2.0512820513;
}

@media screen and (min-width: 768px) {
  .p-jorney__chart img {
    aspect-ratio: 1.8404907975;
  }
}

.p-journey__btn {
  margin-top: 3.4375rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-journey__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.9375rem;
  }
}

.p-journey__btn::before {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 100%;
  height: 200%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 17, 57, 0)), color-stop(50%, rgba(9, 17, 57, .7)), to(rgba(9, 17, 57, 0)));
  background: linear-gradient(180deg, rgba(9, 17, 57, 0) 0%, rgba(9, 17, 57, .7) 50%, rgba(9, 17, 57, 0) 100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
  -webkit-filter: blur(20px);
  filter: blur(20px);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-journey__btn::before {
    max-width: 35.34375rem;
  }
}

.p-journey.bgColorChange .p-journey__btn::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .7)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, 0) 100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.p-journey__btn::after {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "coming soon…";
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  font-size: 1.625rem;
  letter-spacing: 0.07em;
  font-weight: 500;
  line-height: 1;
  font-family: "Inter", sans-serif;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .p-journey__btn::after {
    font-size: 1.6875rem;
  }
}

.p-journey.bgColorChange .p-journey__btn::after {
  color: #091139;
}

.p-journey__btn p,
.p-journey__btn a {
  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;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #363073), to(#5b5482));
  background-image: linear-gradient(to bottom right, #363073 0, #5b5482 100%);
  border-radius: 50vw;
  padding: 0.9375rem 1.25rem 0.9375rem 0.9375rem;
  position: relative;
}

@media screen and (min-width: 768px) {

  .p-journey__btn p,
  .p-journey__btn a {
    font-size: 1.40625rem;
    padding: 1.5625rem 9.6875rem 1.5625rem 7.8125rem;
  }
}

.p-journey__btn p::after,
.p-journey__btn a::after {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0.625rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(../images/icon_whiteArrowLeft.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 768px) {

  .p-journey__btn p::after,
  .p-journey__btn a::after {
    right: 1.25rem;
    width: 1.66875rem;
    height: 1.66875rem;
  }
}

.p-main__wrapper {
  overflow: hidden;
}

.p-notice__contnr {
  background-color: rgba(255, 255, 255, .15);
  padding: 1.25rem;
  margin-top: 3.3125rem;
}

@media screen and (min-width: 768px) {
  .p-notice__contnr {
    width: 49.7765363128%;
    padding: 2.8125rem 3.125rem;
    margin: 12.8125rem auto 0;
  }
}

.p-notice__title {
  font-size: 0.75rem;
  color: #091139;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  background-color: #fff;
  padding: 0.3125rem 0.5625rem;
}

@media screen and (min-width: 768px) {
  .p-notice__title {
    font-size: 1.125rem;
    padding: 0.375rem 0.75rem;
  }
}

.p-notice__txt {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-notice__txt {
    font-size: 1.3125rem;
    margin-top: 1.25rem;
  }
}

.p-overview {
  padding-top: 3.875rem;
  padding-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-overview {
    padding-top: 5.75rem;
  }
}

.p-overview.bgColorChange .p-overview__englishTitle.c-sectionEnglishTitle {
  color: #fff;
  background-color: #13226b;
}

.p-overview__mainTitle {
  margin-top: 0.5rem;
  text-shadow: 0 0 2.26875rem rgba(255, 255, 255, .4);
}

@media screen and (min-width: 768px) {
  .p-overview__mainTitle {
    margin-top: 1.25rem;
    text-shadow: 0 0 3.403125rem rgba(255, 255, 255, .4);
  }
}

.p-overview__lists {
  margin-top: 1.3125rem;
}

@media screen and (min-width: 768px) {
  .p-overview__lists {
    width: 65.9217877095%;
    margin: 3.125rem auto 0;
  }
}

.p-overview__term {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-overview__term {
    padding-top: 2.25rem;
    font-size: 1.5rem;
  }
}

.p-overview__descr {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgba(181, 187, 202, .5);
  padding-bottom: 1.4375rem;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-overview__descr {
    font-size: 1.3125rem;
    padding-bottom: 2.4375rem;
  }
}

.p-overview__note {
  margin-top: 1.5rem;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .p-overview__note {
    width: 65.9217877095%;
    margin: 3.125rem auto 0;
  }
}

.p-statics {
  background-image: url(../images/bg_experiences_03_sp.webp), url(../images/bg_experiences_04_sp.webp);
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  background-position: center calc(50% - 42.1875rem), center calc(50% + 2.5rem);
  padding-top: 3.0625rem;
  padding-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-statics {
    background-image: url(../images/bg_experiences_03_pc.webp), url(../images/bg_experiences_04_pc.webp);
    background-position: center calc(50% - 25.3125rem), center calc(50% + 50rem);
    padding-top: 7.5rem;
    padding-bottom: 22.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-statics__inner.l-inner {
    width: 77.6041666667%;
    max-width: 1490px;
  }
}

.p-statics__lead {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-statics__lead {
    font-size: 1.40625rem;
  }
}

.p-statics.bgColorChange .p-statics__lead {
  color: #091139;
}

.p-statics__article {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-statics__article {
    margin-top: 3.125rem;
  }
}

.p-statics__article+.p-statics__article {
  margin-top: 3.9375rem;
}

@media screen and (min-width: 768px) {
  .p-statics__article+.p-statics__article {
    margin-top: 5.625rem;
  }
}

.p-staticsArticle__subTitle {
  font-family: "Inter", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.07em;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__subTitle {
    font-size: 0.9375rem;
  }
}

.p-statics.bgColorChange .p-staticsArticle__subTitle {
  color: #13226b;
}

.p-staticsArticle__subTitle--01,
.p-staticsArticle__subTitle--02 {
  position: relative;
}

.p-staticsArticle__subTitle--01::after,
.p-staticsArticle__subTitle--02::after {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  content: "";
  height: 1px;
  background-color: #13226b;
}

.p-staticsArticle__subTitle--01:after {
  width: calc(100% - 5.625rem);
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__subTitle--01:after {
    right: auto;
    left: 8.4375rem;
    width: 41.5rem;
  }
}

.p-staticsArticle__subTitle--02:after {
  width: calc(100% - 9.375rem);
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__subTitle--02:after {
    right: auto;
    left: 14.0625rem;
    width: 55.6875rem;
  }
}

.p-staticsArticle__title {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #fff;
  margin-top: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__title {
    font-size: 2.34375rem;
    margin-top: 1.0625rem;
  }
}

.p-statics.bgColorChange .p-staticsArticle__title {
  color: #091139;
}

.p-staticsArticle__title.p-staticsArticle__title--02 {
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.p-staticsArticle__title--small {
  font-size: 1.3125rem;
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__title--small {
    font-size: 1.96875rem;
  }
}

.p-staticsArticle__txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__txt {
    font-size: 1.3125rem;
  }
}

.p-statics.bgColorChange .p-staticsArticle__txt {
  color: #091139;
}

.p-staticsArticle__txt--01 {
  margin-top: 1.0625rem;
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__txt--01 {
    margin-top: 1.5625rem;
  }
}

.p-staticsArticle__txt--02 {
  margin-top: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__txt--02 {
    margin-top: 2.1875rem;
  }
}

.p-staticsArticle__graphCntnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2.9375rem;
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__graphCntnr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4.375rem;
  }
}

.p-staticsArticle__graphCntnr--01-02 {
  row-gap: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__graphCntnr--01-02 {
    padding: 0 2.4305555556%;
  }
}

.p-staticsArticle__graphCntnr--03-05 {
  row-gap: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__graphCntnr--03-05 {
    margin-top: 4.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__graphWrppr--01 {
    width: 49.6350364964%;
  }
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__graphWrppr--02 {
    width: 38.6861313869%;
  }
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__graphWrppr--03 {
    width: 47.9166666667%;
  }
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__graphBunch--04 {
    width: 48.6111111111%;
  }
}

.p-staticsArticle__graphWrppr--05 {
  margin-top: 1.4375rem;
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__graphWrppr--05 {
    margin-top: 2.5rem;
  }
}

.p-staticsArticle__graphTitle {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__graphTitle {
    font-size: 1.40625rem;
  }
}

.p-statics.bgColorChange .p-staticsArticle__graphTitle {
  color: #091139;
}

.p-staticsArticle__graphImg {
  height: auto;
}

.p-staticsArticle__graphImg--01 {
  width: 100%;
  margin-top: -0.1875rem;
}

.p-staticsArticle__graphImg--02 {
  width: 62.8571428571%;
  margin: 0.9375rem auto 0;
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__graphImg--02 {
    width: 100%;
    margin: 1.25rem 0 0;
  }
}

.p-staticsArticle__graphImg--03 {
  width: 100%;
  margin: 0.9375rem auto 0;
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__graphImg--03 {
    margin: 1.875rem 0 0;
  }
}

.p-staticsArticle__graphImg--04 {
  width: 100%;
  margin: 0.9375rem auto 0;
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__graphImg--04 {
    margin: 1.875rem 0 0;
  }
}

.p-staticsArticle__graphImg img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.p-staticsArticle__graphImg--01 img {
  aspect-ratio: 1.2110726644;
}

.p-staticsArticle__graphImg--02 img {
  aspect-ratio: 0.9986382206;
}

.p-staticsArticle__graphImg--03 img {
  aspect-ratio: 1.9230769231;
}

.p-staticsArticle__source {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-staticsArticle__source {
    font-size: 1.25rem;
    margin-top: 2.5rem;
  }
}

.p-statics.bgColorChange .p-staticsArticle__source {
  color: #091139;
}

.p-humanEconomy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.5625rem;
  -moz-column-gap: 1.5625rem;
  column-gap: 1.5625rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-humanEconomy {
    -webkit-column-gap: 9.375rem;
    -moz-column-gap: 9.375rem;
    column-gap: 9.375rem;
  }
}

.p-humanEconomy__economics,
.p-humanEconomy__humanities {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-shadow: 0 0 0.475rem #ccccd4;
}

@media screen and (min-width: 768px) {

  .p-humanEconomy__economics,
  .p-humanEconomy__humanities {
    font-size: 3.25rem;
  }
}

.p-humanEconomy__DGI {
  font-family: "Inter", sans-serif;
  font-size: 1.5625rem;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 0 1rem #ccccd4;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .p-humanEconomy__DGI {
    font-size: 4.75rem;
    text-shadow: 0 0 2.59375rem #ccccd4;
  }
}

.p-step {
  width: 100%;
  background-image: url(../images/bg_learning_sp.webp);
  background-size: 47.875rem 62.875rem;
  background-repeat: no-repeat;
  background-position: center -1.5625rem;
  padding-top: 10rem;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-step {
    background-image: url(../images/bg_learning_pc.webp);
    background-size: 120rem 160.4375rem;
    background-position: center 0rem;
    padding-top: 51.25rem;
  }
}

.p-step__subTitle {
  margin-top: 0.625rem;
  text-shadow: 0 0 2.26875rem rgba(255, 255, 255, .4);
}

@media screen and (min-width: 768px) {
  .p-step__subTitle {
    margin-top: 0.9375rem;
    text-shadow: 0 0 3.403125rem rgba(255, 255, 255, .4);
  }
}

.p-step__mainTitle {
  line-height: 1;
  text-shadow: 0 0 2.26875rem rgba(255, 255, 255, .4);
}

@media screen and (min-width: 768px) {
  .p-step__mainTitle {
    text-shadow: 0 0 3.403125rem rgba(255, 255, 255, .4);
  }
}

.p-step__mainTitle--small {
  letter-spacing: -0.08em;
  text-shadow: 0 0 2.26875rem rgba(255, 255, 255, .4);
}

@media screen and (min-width: 768px) {
  .p-step__mainTitle--small {
    text-shadow: 0 0 3.403125rem rgba(255, 255, 255, .4);
  }
}

.p-step__mainTitle--large {
  letter-spacing: -0.09em;
}

.p-step__leadTxt.c-sectionLeadTxt {
  min-height: 3.375rem;
  font-size: 0.9375rem;
  margin-top: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .p-step__leadTxt.c-sectionLeadTxt {
    font-size: 1.40625rem;
    margin-top: 2.5rem;
    text-align: center;
  }
}

.p-step__DGI {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-step__DGI {
    margin-top: 1.5625rem;
  }
}

.p-step__humanEconomy {
  margin-top: 2.875rem;
}

@media screen and (min-width: 768px) {
  .p-step__humanEconomy {
    margin-top: 9.6875rem;
  }
}

.p-step__swiperBox {
  margin-top: 4.6875rem;
}

@media screen and (min-width: 768px) {
  .p-step__swiperBox {
    margin-top: 2.1875rem;
  }
}

.p-stepDGI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.3203125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-shadow: 0 0 1rem #ccccd4;
  background-image: linear-gradient(70deg, rgba(211, 209, 209, .3) 45%, #fff 50%, rgba(211, 209, 209, .3) 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

@media screen and (min-width: 768px) {
  .p-stepDGI {
    font-size: 3.425rem;
  }
}

.p-stepDGI.shine {
  -webkit-animation: shine 4s;
  animation: shine 4s;
}

@-webkit-keyframes shine {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes shine {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.p-stepDGI__economics,
.p-stepDGI__humanities {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-shadow: 0 0 0.475rem #ccccd4;
}

@media screen and (min-width: 768px) {

  .p-stepDGI__economics,
  .p-stepDGI__humanities {
    font-size: 3.25rem;
  }
}

.p-stepSwiper__box {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-stepSwiper.swiper {
    width: 100%;
    height: auto;
    max-width: 1890px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-stepSwiper__wrppr.swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 2.5rem 0;
}

@media screen and (min-width: 768px) {
  .p-stepSwiper__wrppr.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 5rem;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 100%;
    height: auto;
  }
}

.p-stepSwiper__slide.swiper-slide {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2.5rem rgba(255, 255, 255, .4);
  box-shadow: 0 0 2.5rem rgba(255, 255, 255, .4);
}

@media screen and (min-width: 768px) {
  .p-stepSwiper__slide.swiper-slide {
    width: 41.2371134021%;
  }
}

@media screen and (min-width: 1000px) {
  .p-stepSwiper__slide.swiper-slide {
    width: 24.1847826087%;
  }
}

@media screen and (min-width: 1000px) {
  .p-stepSwiper__slide.swiper-slide:not(:first-of-type) {
    margin-left: 1.0869565217%;
  }
}

@media screen and (min-width: 768px) {
  .p-stepSwiper__slide.swiper-slide:first-of-type {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-stepSwiper__slide.swiper-slide:nth-of-type(2) {
    margin-top: 9.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-stepSwiper__slide.swiper-slide:nth-of-type(3) {
    margin-top: 5rem;
  }
}

.p-stepSwiper__card {
  padding: 2rem 1.5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-stepSwiper__card {
    padding: 2.8125rem 1.875rem 3.125rem;
  }
}

.p-stepSwiper__card::before {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 6.5625rem 6.5625rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-stepSwiper__card::before {
    border-width: 9.8125rem 9.8125rem 0 0;
  }
}

.p-stepSwiper__title {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  background-color: #13226b;
  padding: 0.5625rem 0rem 0.4375rem 4.1875rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-stepSwiper__title {
    font-size: 1.96875rem;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    padding: 0.9375rem 0 0.75rem 6.5625rem;
  }
}

.p-stepSwiper__title::before {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 1em;
  right: auto;
  -webkit-transform: translate(0, 0) rotate(90deg);
  transform: translate(0, 0) rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  display: block;
  content: "step";
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-shadow: 0 0 0.1875rem rgba(255, 255, 255, .5);
  opacity: 0.2;
}

@media screen and (min-width: 768px) {
  .p-stepSwiper__title::before {
    top: 0.3125rem;
    font-size: 1.5rem;
  }
}

.p-stepSwiper__title--number {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 1.125rem;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  font-family: "Inter", sans-serif;
  font-size: 4.3125rem;
  font-style: italic;
  font-weight: 500;
  line-height: 0.75;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0px 0px 0.1875rem rgba(255, 255, 255, .5);
}

@media screen and (min-width: 768px) {
  .p-stepSwiper__title--number {
    font-size: 6.46875rem;
    left: 1.6875rem;
    text-shadow: 0px 0px 0.28125rem rgba(255, 255, 255, .5);
  }
}

.p-stepSwiper__title--small {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .p-stepSwiper__title--small {
    font-size: 1.6875rem;
  }
}

.p-stepSwiper__txt {
  min-height: 4.21875rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #091139;
  margin-top: 1.5625rem;
}

@media screen and (min-width: 660px) {
  .p-stepSwiper__txt {
    font-size: 1.40625rem;
    margin-top: 2.1875rem;
    min-height: 6.328125rem;
  }
}

.p-stepSwiper__hashLists {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-stepSwiper__hashLists {
    margin-top: 1.5625rem;
  }
}

.p-stepSwiper__hashItem {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #13226b;
}

@media screen and (min-width: 768px) {
  .p-stepSwiper__hashItem {
    font-size: 1.125rem;
  }
}

.p-stepSwiper__imgBox {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1.4375rem;
}

@media screen and (min-width: 768px) {
  .p-stepSwiper__imgBox {
    margin-top: 2.1875rem;
  }
}

.p-stepSwiper__imgBox img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.5878787879;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-stepSwiper__buttunPrev.swiper-button-prev,
.p-stepSwiper__buttunNext.swiper-button-next {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
  width: min(10.2564102564vw, 2.8846153846rem);
  height: auto;
  aspect-ratio: 1;
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media screen and (min-width: 768px) {

  .p-stepSwiper__buttunPrev.swiper-button-prev,
  .p-stepSwiper__buttunNext.swiper-button-next {
    display: none;
  }
}

.p-stepSwiper__buttunPrev.swiper-button-prev:hover,
.p-stepSwiper__buttunNext.swiper-button-next:hover {
  opacity: 0.7;
}

.p-stepSwiper__buttunPrev.swiper-button-prev {
  left: 5.1282051282%;
  right: auto;
  background-image: url(../images/icon_lavenderArrowLeft_sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 450px) {
  .p-stepSwiper__buttunPrev.swiper-button-prev {
    left: 14.4444444444%;
  }
}

.p-stepSwiper__buttunNext.swiper-button-next {
  left: auto;
  right: 5.1282051282%;
  background-image: url(../images/icon_lavenderArrowRight_sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 450px) {
  .p-stepSwiper__buttunNext.swiper-button-next {
    right: 14.4444444444%;
  }
}

.p-stepSwiper__buttunPrev.swiper-button-prev::after,
.p-stepSwiper__buttunNext.swiper-button-next::after {
  content: none;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2.5rem 0 rgba(255, 255, 255, .4);
  box-shadow: 0 0 2.5rem 0 rgba(255, 255, 255, .4);
}

.p-what {
  margin-top: 7.3125rem;
}

@media screen and (min-width: 768px) {
  .p-what {
    margin-top: 22.5rem;
  }
}

.p-what__englishTitle.c-sectionEnglishTitle {
  color: #091139;
  background-color: #fff;
}

.p-what.bgColorChange .p-what__englishTitle.c-sectionEnglishTitle {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #3c3478), to(#091139));
  background-image: linear-gradient(to bottom right, #3c3478 0, #091139 100%);
}

.p-what__subTitle {
  margin-top: 0.9375rem;
}

.p-what__mainTitle--small {
  font-size: 1.9375rem;
}

@media screen and (min-width: 768px) {
  .p-what__mainTitle--small {
    font-size: 2.90625rem;
  }
}

.p-what.bgColorChange .p-what__subTitle.c-sectionSubTitle,
.p-what.bgColorChange .p-what__mainTitle.c-sectionMainTitle {
  color: #091139;
}

.p-what__cntnts {
  margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-what__cntnts {
    width: 80.4469273743%;
    margin: 5.625rem auto 0;
  }
}

.p-what__cntnts+.p-what__cntnts {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-what__cntnts+.p-what__cntnts {
    margin-top: 2.1875rem;
  }
}

.p-whatCntnts {
  padding-top: min(38.4615384615vw, 14.4230769231rem);
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-whatCntnts {
    padding-top: 0;
  }
}

.p-whatCntnts__imgBox {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 88.5714285714%;
  height: auto;
  -webkit-box-shadow: 0 0 1.00625rem rgba(255, 255, 255, .4);
  box-shadow: 0 0 1.00625rem rgba(255, 255, 255, .4);
}

@media screen and (min-width: 768px) {
  .p-whatCntnts__imgBox {
    width: 40.1388888889%;
  }
}

@media screen and (min-width: 768px) {
  .p-whatCntnts:nth-of-type(odd) .p-whatCntnts__imgBox {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media screen and (min-width: 768px) {
  .p-whatCntnts:nth-of-type(even) .p-whatCntnts__imgBox {
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 0;
    left: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.p-whatCntnts__imgBox img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 1.331797235;
}

.p-whatCntnts__sentenceBox {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #3c347b), to(#091139));
  background-image: linear-gradient(to bottom right, #3c347b 0, #091139 100%);
  padding: min(25.641025641vw, 9.6153846154rem) 1.25rem 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-whatCntnts:nth-of-type(odd) .p-whatCntnts__sentenceBox {
    width: 69.8611111111%;
    margin-left: auto;
    padding: 3.125rem 3.125rem 3.125rem 12rem;
  }
}

@media screen and (min-width: 768px) {
  .p-whatCntnts:nth-of-type(even) .p-whatCntnts__sentenceBox {
    width: 69.8611111111%;
    margin-right: auto;
    padding: 3.125rem 13.875rem 3.125rem 5.625rem;
  }
}

.p-whatCntnts__title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .p-whatCntnts__title {
    font-size: 1.96875rem;
  }
}

.p-whatCntnts__number {
  font-family: "Inter", sans-serif;
  font-size: 0.625rem;
  line-height: 1.8;
  letter-spacing: 0.07em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-whatCntnts__number {
    font-size: 0.9375rem;
    margin-top: 0.625rem;
  }
}

.p-whatCntnts__number::after {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  content: "";
  width: calc(100% - 2.8125rem);
  height: 1px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-whatCntnts__number::after {
    right: auto;
    left: 4.375rem;
    width: 30.8125rem;
  }
}

.p-whatCntnts__txt {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-whatCntnts__txt {
    font-size: 1.3125rem;
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-desktopNone {
    display: none;
  }
}

.u-inlineBlock {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */