#story {
  --black: #333;
  --main: #0d2089;
  --white: #fff;
  --sub: #fd0000;
}
#story img {
  width: 100%;
}
#story p {
  margin-bottom: 0;
}
#story h1,
#story h2,
#story h3,
#story h4,
#story h5,
#story h6 {
  margin: 0;
}
#story a {
  text-decoration: none;
}
#story .button {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #story .button {
    gap: 32px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 520px) {
  #story .button {
    gap: 32px;
  }
}
#story .button-parent {
  display: inline-block;
  padding: 6px 20px;
  background: linear-gradient(90deg, #5b6ed6 0%, #0d2089 100%);
  position: relative;
  width: fit-content;
}
#story .button-parent::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: url(/assets/img/history/story_button-icon.webp) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
#story .button-text {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  display: block;
  text-decoration: none;
  width: fit-content;
  padding-right: 40px;
}
#story .storyHead {
  padding: 64px 0;
  background: url(/assets/img/history/story_head-bg.webp) no-repeat center center/cover;
}
#story .storyHead #wrap {
  margin-bottom: 0;
}
#story .storyHead__title {
  max-width: 428px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  #story .storyHead__title {
    max-width: 70vw;
  }
}
#story .storyHead__text {
  margin: 0 auto;
  max-width: 670px;
  margin-top: 28px;
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 3.2px;
}
#story .storyMain__button {
  margin-top: 60px;
}
#story .storyMain__container {
  margin-top: 60px;
}
#story .storyMain__title {
  line-height: 1.75;
}
#story .storyMain__title-number {
  color: var(--sub);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}
#story .storyMain__title-main {
  color: var(--main);
  font-size: 36px;
  font-weight: 800;
  font-family: YuMincho;
  margin: 0;
}
@media screen and (max-width: 520px) {
  #story .storyMain__title-main {
    font-size: 24px;
  }
}
#story .storyMain__title-sub {
  color: var(--black);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 2.6px;
  font-family: YuMincho;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 520px) {
  #story .storyMain__title-sub {
    font-size: 20px;
    text-align: center;
  }
}
#story .storyMain__title-sub::before, #story .storyMain__title-sub::after {
  content: "";
  background-color: #d9d9d9;
  height: 1px;
  flex-grow: 1;
}
#story .storyMain__title-sub::before {
  margin-right: 20px;
}
#story .storyMain__title-sub::after {
  margin-left: 20px;
}
#story .storyMain__contents {
  margin-bottom: 48px;
}
#story .storyMain__contents .profile .profileHead {
  display: flex;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  #story .storyMain__contents .profile .profileHead {
    flex-direction: column-reverse;
    align-items: center;
  }
}
#story .storyMain__contents .profile .profileHead__col {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 48px 48px 0;
}
@media screen and (max-width: 520px) {
  #story .storyMain__contents .profile .profileHead__col {
    padding: 0;
    margin-top: 48px;
  }
}
#story .storyMain__contents .profile .profileHead__text {
  height: 100%;
  display: grid;
  place-items: center;
}
#story .storyMain__contents .profile .profileHead__text-year {
  font-family: YuMincho;
  font-size: 50px;
  font-weight: 800;
  line-height: normal;
  color: rgba(0, 0, 0, 0);
  background: linear-gradient(180deg, #0d2089 0%, #858fb5 100%);
  background-clip: text;
}
@media screen and (max-width: 520px) {
  #story .storyMain__contents .profile .profileHead__text-year {
    font-size: 36px;
  }
}
#story .storyMain__contents .profile .profileHead__text-summary {
  color: var(--main);
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 3.2px;
}
#story .storyMain__contents .profile .profileHead__detail {
  height: fit-content;
  line-height: normal;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #story .storyMain__contents .profile .profileHead__detail {
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  #story .storyMain__contents .profile .profileHead__detail {
    margin-top: 24px;
  }
}
#story .storyMain__contents .profile .profileHead__detail .in-name {
  color: var(--main);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 6px;
  margin: 0;
}
@media screen and (max-width: 520px) {
  #story .storyMain__contents .profile .profileHead__detail .in-name {
    font-size: 24px;
  }
}
#story .storyMain__contents .profile .profileHead__detail .in-expert {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #story .storyMain__contents .profile .profileHead__detail .in-expert {
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  #story .storyMain__contents .profile .profileHead__detail .in-expert {
    font-size: 16px;
  }
}
#story .storyMain__contents .profile .profileHead__detail .in-year {
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.8px;
  border-radius: 26px;
  display: inline-block;
  padding: 4px 10px;
  background: var(--main);
  margin-top: 8px;
}
#story .storyMain__contents .profile .profileHead__image {
  max-width: 375px;
}
#story .storyMain__contents .profile .profileMain {
  display: flex;
  gap: 34px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  #story .storyMain__contents .profile .profileMain {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 520px) {
  #story .storyMain__contents .profile .profileMain {
    gap: 16px;
  }
}
#story .storyMain__contents .profile .profileMain__image {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 270px;
}
#story .storyMain__contents .profile .profileMain__image-figure {
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.8px;
  white-space: nowrap;
}
#story .storyMain__contents .profile .profileMain__text {
  margin: auto 0;
  width: 100%;
}
#story .storyMain__contents .profile .profileMain__text-summary {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 3.2px;
  max-width: 470px;
  margin: 0 auto;
}
#story .storyMain__contents .content {
  margin-top: 48px;
}
#story .storyMain__contents .content__title {
  display: flex;
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  #story .storyMain__contents .content__title {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
#story .storyMain__contents .content__title-year {
  color: var(--main);
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 520px) {
  #story .storyMain__contents .content__title-year {
    font-size: 20px;
  }
}
#story .storyMain__contents .content__title-text {
  color: var(--black);
  font-family: YuMincho;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 520px) {
  #story .storyMain__contents .content__title-text {
    font-size: 20px;
  }
}
#story .storyMain__contents .content__body {
  display: flex;
  gap: 27px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  #story .storyMain__contents .content__body {
    flex-direction: column;
    align-items: center;
  }
}
#story .storyMain__contents .content__body-image {
  flex-shrink: 0;
  max-width: 330px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 520px) {
  #story .storyMain__contents .content__body-image {
    gap: 16px;
  }
}
#story .storyMain__contents .content__body-image__figure {
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.8px;
}
#story .storyMain__contents .content__body-text {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 3.2px;
}
#story .storyFoot {
  border-radius: 120px 120px 0 0;
  background-image: url(/assets/img/history/story_foot-bg.webp), linear-gradient(90deg, #0d2089 0%, #5a6395 100%);
  background-repeat: no-repeat;
  background-position: left, center;
  background-size: contain;
  padding-top: 70px;
  padding-bottom: 60px;
}
@media screen and (max-width: 520px) {
  #story .storyFoot {
    border-radius: 64px 64px 0 0;
  }
}
#story .storyFoot__inner {
  max-width: min(980px, 100% - 40px);
  margin: 0 auto;
}
#story .storyFoot__title {
  text-align: left;
}
#story .storyFoot__title-text {
  color: var(--main);
  font-family: YuMincho;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 4px;
  background: var(--white);
  display: inline-block;
  padding: 10px;
}
#story .storyFoot__body {
  display: flex;
  gap: 29px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #story .storyFoot__body {
    flex-direction: column-reverse;
    align-items: center;
  }
}
#story .storyFoot__body-text {
  display: flex;
  flex-direction: column;
  gap: 23px;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 3.2px;
}
#story .storyFoot__body-text .text__reference {
  text-align: right;
}
#story .storyFoot__body-image {
  max-width: 250px;
  flex-shrink: 0;
}
@media screen and (max-width: 520px) {
  #story .storyFoot__body-image {
    max-width: 100%;
  }
}
#story .storyFoot__button {
  margin-block: 48px;
}