:root {
  --color-brand: #115BE6;
  --color-brand-sub: #105BE6;
  --color-brand-light: #FFFFFF;
  --color-error: #dc3545;
  --color-main-bg: #FFFFFF;
  --color-sidebar-bg: #F5F5F5;
  --color-header-bg: #FFFFFF;
  --color-footer-bg: #2E2E2E;
  --color-surface: #F5F5F5;
  --color-button: #FF690B;
  --color-label-eiken: #E61912;
  --color-text: #0F0F0F;
  --color-text-sub: #A3A3A3;
  --color-text-on-dark: #FFFFFF;
  --color-text-link: #115BE6;
  --color-text-red: #E61912;
  --color-accent: #F0E92A;
  --color-Glimmer: #FF680D;
  --color-Twinkle: #FBB42E;
  --color-Sparkle: #1BC43B;
  --color-Shine: #1DC39D;
  --color-Glow: #34CCD9;
  --color-Flare: #0277DE;
  --color-Radiant: #8746DB;
}

.story {
  width: 100%;
  overflow-x: hidden;
}
.story .story__inner {
  width: 1006px;
  margin: 0 auto;
}
@media (max-width: 1320px) {
  .story .story__inner {
    width: 800px;
  }
}
@media (max-width: 1023px) {
  .story .story__inner {
    width: 100%;
  }
}
.story .story__inner .story__item {
  display: flex;
  column-gap: 6px;
  position: relative;
}
@media (max-width: 1023px) {
  .story .story__inner .story__item {
    flex-direction: column;
    align-items: center;
  }
}
.story .story__inner .story__item:not(:first-child) {
  margin-top: 240px;
}
@media (max-width: 1023px) {
  .story .story__inner .story__item:not(:first-child) {
    margin-top: 80px;
  }
}
.story .story__inner .story__item::before, .story .story__inner .story__item::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 70px;
  z-index: -1;
  background-color: #F4F4F4;
}
@media (max-width: 1320px) {
  .story .story__inner .story__item::before, .story .story__inner .story__item::after {
    left: 48px;
  }
}
@media (max-width: 1023px) {
  .story .story__inner .story__item::before, .story .story__inner .story__item::after {
    bottom: auto;
    top: 1px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.story .story__inner .story__item::before {
  width: 180px;
  height: 480px;
}
@media (max-width: 1320px) {
  .story .story__inner .story__item::before {
    height: 562px;
  }
}
@media (max-width: 1023px) {
  .story .story__inner .story__item::before {
    height: 985px;
  }
}
.story .story__inner .story__item::after {
  width: 872px;
  height: 180px;
  transform: translate(0, 100%);
  border-radius: 0px 60px;
}
@media (max-width: 1320px) {
  .story .story__inner .story__item::after {
    width: 704px;
  }
}
@media (max-width: 1023px) {
  .story .story__inner .story__item::after {
    display: none;
  }
}
.story .story__inner .story__item:first-child::before {
  height: 220px;
}
@media (max-width: 1320px) {
  .story .story__inner .story__item:first-child::before {
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .story .story__inner .story__item:first-child::before {
    height: 985px;
  }
}
.story .story__inner .story__item:last-child::before {
  height: 50px;
  bottom: auto;
  top: -40px;
}
@media (max-width: 1023px) {
  .story .story__inner .story__item:last-child::before {
    height: 650px;
    top: 1px;
  }
}
.story .story__inner .story__item:last-child::after {
  display: none;
}
.story .story__inner .story__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .story .story__inner .story__item:nth-of-type(even) {
    flex-direction: column;
  }
}
.story .story__inner .story__item:nth-of-type(even)::before, .story .story__inner .story__item:nth-of-type(even)::after {
  left: auto;
  right: 64px;
}
@media (max-width: 1320px) {
  .story .story__inner .story__item:nth-of-type(even)::before, .story .story__inner .story__item:nth-of-type(even)::after {
    right: 48px;
  }
}
@media (max-width: 1023px) {
  .story .story__inner .story__item:nth-of-type(even)::before, .story .story__inner .story__item:nth-of-type(even)::after {
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
}
.story .story__inner .story__item:nth-of-type(even)::after {
  border-radius: 60px 0px;
}
.story .story__inner .story__item .story__info {
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1320px) {
  .story .story__inner .story__item .story__info {
    width: 280px;
  }
}
@media (max-width: 1023px) {
  .story .story__inner .story__item .story__info {
    width: 320px;
  }
}
.story .story__inner .story__item .story__info .story__image {
  width: 260px;
}
.story .story__inner .story__item .story__info .story__age {
  height: 32px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: var(--color-text-on-dark);
  background-color: var(--label-color);
  border-radius: 24px;
  padding: 0 24px;
  margin-top: 16px;
}
.story .story__inner .story__item .story__info .story__age.story__age--Radiant {
  font-size: 1.6rem;
  padding: 0 30px;
}
.story .story__inner .story__item .story__info .story__age .story__age-number {
  font-size: 1.8rem;
}
.story .story__inner .story__item .story__info .story__title {
  margin-top: 4px;
}
.story .story__inner .story__item .story__info .story__title .story__title-en {
  font-size: 3rem;
  line-height: 1.367;
}
@media (max-width: 1320px) {
  .story .story__inner .story__item .story__info .story__title .story__title-en {
    font-size: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .story .story__inner .story__item .story__info .story__title .story__title-en {
    font-size: 3rem;
  }
}
.story .story__inner .story__item .story__info .story__title .story__title-ja {
  font-size: 1.8rem;
  line-height: 1.444;
  color: var(--color-text-sub);
  margin-left: 14px;
}
@media (max-width: 1320px) {
  .story .story__inner .story__item .story__info .story__title .story__title-ja {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .story .story__inner .story__item .story__info .story__title .story__title-ja {
    font-size: 1.8rem;
  }
}
.story .story__inner .story__item .story__info .story__lead {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 10px;
}
@media (max-width: 1320px) {
  .story .story__inner .story__item .story__info .story__lead {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .story .story__inner .story__item .story__info .story__lead {
    font-size: 1.6rem;
  }
}
.story .story__inner .story__item:first-child .story__info {
  padding-top: 62px;
}
@media (max-width: 1023px) {
  .story .story__inner .story__item:first-child .story__info {
    padding-top: 0;
  }
}
.story .story__inner .story__item .story__contents {
  width: 680px;
  height: 420px;
  display: flex;
  position: relative;
  padding-top: 40px;
}
@media (max-width: 1320px) {
  .story .story__inner .story__item .story__contents {
    width: 510px;
    height: 500px;
  }
}
@media (max-width: 1023px) {
  .story .story__inner .story__item .story__contents {
    width: 100%;
    height: 498px;
    padding-top: 0;
    margin-top: 28px;
  }
}
.story .story__inner .story__item .story__contents .story__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.story .story__inner .story__item .story__contents .story__content .content__title {
  width: 178px;
  height: 41px;
  line-height: 41px;
  border-radius: 21px;
}
@media (max-width: 1023px) {
  .story .story__inner .story__item .story__contents .story__content .content__title {
    width: 150px;
    height: 34px;
    line-height: 34px;
  }
}
.story .story__inner .story__item .story__contents .story__content--vision {
  width: 380px;
  height: 380px;
  background-color: var(--color-brand);
}
@media (max-width: 1320px) {
  .story .story__inner .story__item .story__contents .story__content--vision {
    width: 310px;
    height: 310px;
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 1023px) {
  .story .story__inner .story__item .story__contents .story__content--vision {
    width: 290px;
    height: 290px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-71%);
  }
}
.story .story__inner .story__item .story__contents .story__content--vision .content__title {
  font-size: 2.2rem;
  color: var(--color-brand);
  background-color: var(--color-main-bg);
}
@media (max-width: 1320px) {
  .story .story__inner .story__item .story__contents .story__content--vision .content__title {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  .story .story__inner .story__item .story__contents .story__content--vision .content__title {
    font-size: 1.8rem;
  }
}
.story .story__inner .story__item .story__contents .story__content--vision .content__text {
  width: 250px;
  font-size: 1.8rem;
  line-height: 1.667;
  color: var(--color-text-on-dark);
  margin-top: 30px;
}
@media (max-width: 1320px) {
  .story .story__inner .story__item .story__contents .story__content--vision .content__text {
    width: 230px;
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .story .story__inner .story__item .story__contents .story__content--vision .content__text {
    width: 201px;
    font-size: 1.5rem;
    line-height: 1.7333333333;
    margin-top: 18px;
  }
}
.story .story__inner .story__item .story__contents .story__content--vision .story__link {
  width: 170px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  color: var(--color-text-on-dark);
  border: 1px solid var(--color-brand-light);
  border-radius: 8px;
  padding: 0 14px;
  margin-top: 40px;
}
@media (max-width: 1320px) {
  .story .story__inner .story__item .story__contents .story__content--vision .story__link {
    width: 160px;
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .story .story__inner .story__item .story__contents .story__content--vision .story__link {
    width: 112px;
    height: 40px;
    font-size: 1.4rem;
    padding: 0 11px;
    margin-top: 18px;
    margin-right: 89px;
  }
}
.story .story__inner .story__item .story__contents .story__content--vision .story__link .u-arrow {
  width: 18px;
  height: 18px;
  border: 1px solid var(--color-brand-light);
  border-radius: 50%;
}
.story .story__inner .story__item .story__contents .story__content--vision .story__link .u-arrow::before, .story .story__inner .story__item .story__contents .story__content--vision .story__link .u-arrow::after {
  width: 5.2px;
  right: calc(50% - 2.6px);
  background-color: var(--color-brand-light);
}
.story .story__inner .story__item .story__contents .story__content--vision .story__link .u-arrow::before {
  transform: rotate(45deg);
}
.story .story__inner .story__item .story__contents .story__content--vision .story__link .u-arrow::after {
  transform: rotate(-45deg);
}
.story .story__inner .story__item .story__contents .story__content--english {
  width: 340px;
  height: 340px;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--color-main-bg);
  border: 4px solid var(--color-label-eiken);
  padding-top: 64px;
}
@media (max-width: 1320px) {
  .story .story__inner .story__item .story__contents .story__content--english {
    width: 295px;
    height: 295px;
    padding-top: 45px;
  }
}
@media (max-width: 1023px) {
  .story .story__inner .story__item .story__contents .story__content--english {
    width: 290px;
    height: 290px;
    top: auto;
    bottom: -5px;
    right: 50%;
    transform: translateX(68%);
    padding-top: 40px;
  }
}
.story .story__inner .story__item .story__contents .story__content--english .content__title {
  font-size: 1.8rem;
  color: var(--color-text-on-dark);
  background-color: var(--color-label-eiken);
}
.story .story__inner .story__item .story__contents .story__content--english .english__list {
  margin-top: 28px;
}
@media (max-width: 1320px) {
  .story .story__inner .story__item .story__contents .story__content--english .english__list {
    margin-top: 25px;
  }
}
.story .story__inner .story__item .story__contents .story__content--english .english__list .english__item {
  min-width: 254px;
  max-width: 286px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.625;
  padding-left: 14px;
}
@media (max-width: 1320px) {
  .story .story__inner .story__item .story__contents .story__content--english .english__list .english__item {
    min-width: 214px;
    max-width: 248px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .story .story__inner .story__item .story__contents .story__content--english .english__list .english__item {
    min-width: 194px;
    max-width: 229px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding-left: 12px;
  }
}
.story .story__inner .story__item .story__contents .story__content--english .english__list .english__item::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: var(--color-label-eiken);
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .story .story__inner .story__item .story__contents .story__content--english .english__list .english__item::before {
    width: 5px;
    height: 5px;
    top: 9.5px;
  }
}
.story .story__inner .story__item:nth-of-type(even) .story__info {
  width: 304px;
}
@media (max-width: 1320px) {
  .story .story__inner .story__item:nth-of-type(even) .story__info {
    width: 280px;
  }
}
@media (max-width: 1023px) {
  .story .story__inner .story__item:nth-of-type(even) .story__info {
    width: 320px;
  }
}
.story .story__inner .story__item:nth-of-type(even) .story__contents {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .story .story__inner .story__item:nth-of-type(even) .story__contents {
    flex-direction: row;
  }
}
.story .story__inner .story__item:nth-of-type(even) .story__contents .story__content--english {
  right: auto;
  left: 0;
}
@media (max-width: 1023px) {
  .story .story__inner .story__item:nth-of-type(even) .story__contents .story__content--english {
    left: auto;
    bottom: -7px;
    right: 50%;
    transform: translateX(68%);
  }
}/*# sourceMappingURL=page-story.css.map */