@charset "UTF-8";
.breadcrumb {
  position: absolute;
  top: 78px;
  left: 0;
  z-index: var(--z-base);
  width: 100%;
  padding: 0 calc(12 * var(--px)) 10px;
  overflow-x: auto;
}
.breadcrumb-list {
  display: flex;
  gap: calc(8 * var(--px));
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-blue);
}
.breadcrumb-list-item {
  display: flex;
  flex-shrink: 0;
  gap: calc(8 * var(--px));
  align-items: center;
  font-size: calc(0.625 * var(--rem));
  font-weight: 500;
  line-height: 1.3;
  pointer-events: auto;
}
.breadcrumb-list-item:not(:first-child)::before {
  content: '／';
}
.breadcrumb-list-item:last-child {
  padding-right: calc(12 * var(--px));
}
.breadcrumb-list-link-text {
  display: inline-block;
}
.breadcrumb-list-arrow {
  width: calc(9 * var(--px));
  height: calc(12 * var(--px));
}

@media screen and (min-width: 960px) {
  .breadcrumb {
    top: calc(108 * var(--px));
    width: 58.57vw;
    padding: 0 0 0 calc(52 * var(--px));
  }
  .breadcrumb-list {
    flex-wrap: wrap;
    background-color: transparent;
  }
  .breadcrumb-list-item {
    font-size: calc(0.8125 * var(--rem));
  }
  .breadcrumb-list-link-text {
    padding-bottom: 1px;
  }
}
.fv {
  position: relative;
  z-index: 1;
}
.fv-inner {
  padding: calc(120 * var(--px)) 0 0;
}
.fv-head {
  display: flex;
  flex-direction: column;
  gap: calc(1.3125 * var(--rem));
  padding: 0 calc(16 * var(--px));
  color: var(--color-blue);
  opacity: var(--init-opacity);
}
.fv-head-sub {
  display: flex;
  align-items: center;
  margin-left: calc(-11 * var(--px));
}
.fv-head-sub-en {
  font-family: var(--font-oswald);
  font-size: calc(0.875 * var(--rem));
  font-weight: 400;
  line-height: 1.24;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.fv-head-sub-en .parentheses {
  font-size: calc(0.9375 * var(--rem));
}
.fv-head-sub-ja {
  margin-left: calc(-6 * var(--px));
  font-size: calc(0.875 * var(--rem));
  font-weight: 500;
  line-height: 1;
}
.fv-head-main {
  display: flex;
  gap: calc(7 * var(--px));
}
.fv-head-main-index {
  flex-shrink: 0;
  margin-top: calc(0.3125 * var(--rem));
  font-family: var(--font-oswald);
  font-size: calc(1.75 * var(--rem));
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.09em;
}
.fv-head-main-text {
  position: relative;
  padding-left: calc(21 * var(--px));
  font-size: calc(1.75 * var(--rem));
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.fv-head-main-text::before {
  position: absolute;
  top: calc(1.0625 * var(--rem));
  left: 0;
  width: calc(12 * var(--px));
  height: 2px;
  content: '';
  background-color: currentcolor;
}
.fv-body {
  position: relative;
  padding-left: calc(16 * var(--px));
  margin-top: calc(1.75 * var(--rem));
}
.fv-mv {
  width: 100%;
  height: 104.5vw;
  overflow: hidden;
  opacity: var(--init-opacity);
  clip-path: inset(20px 10px round 32px);
}
@media (scripting: none) {
  .fv-mv {
    clip-path: inset(0 0 round 32px);
  }
}
.fv-mv-image {
  transform: scale(1.1);
}
@media (scripting: none) {
  .fv-mv-image {
    transform: scale(1);
  }
}
.fv-copy {
  position: absolute;
  top: calc(32 * var(--px));
  left: 0;
  display: flex;
  flex-direction: column;
  font-family: var(--font-shippori-antique);
  font-size: calc(1.25 * var(--rem));
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-blue);
  letter-spacing: 0.04em;
  opacity: var(--init-opacity);
}
.fv-copy-item {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(0.1875 * var(--rem)) 0 0 calc(16 * var(--px));
  overflow: hidden;
}
.fv-copy-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  border-radius: 0 calc(10 * var(--px)) calc(10 * var(--px)) 0;
}
.fv-copy-item:first-child .fv-copy-item-bg {
  border-radius: 0 calc(10 * var(--px)) 0 0;
}
.fv-copy-item:nth-child(2) {
  padding: calc(0.0625 * var(--rem)) 0 calc(0.1875 * var(--rem))
    calc(16 * var(--px));
}
.fv-copy-item:last-child {
  padding: 0 0 calc(0.25 * var(--rem)) calc(16 * var(--px));
}
.fv-copy.--top .fv-copy-item:first-child .fv-copy-item-bg {
  border-radius: 0 calc(10 * var(--px)) calc(10 * var(--px)) 0;
}
.fv-copy.--top .fv-copy-item:last-child .fv-copy-item-bg {
  border-radius: 0 0 calc(10 * var(--px));
}
.fv-copy.--same .fv-copy-item:first-child .fv-copy-item-bg {
  border-radius: 0 calc(10 * var(--px)) 0 0;
}
.fv-copy.--same .fv-copy-item:last-child .fv-copy-item-bg {
  border-radius: 0 0 calc(10 * var(--px));
}
.fv-copy.--three .fv-copy-item:first-child .fv-copy-item-bg {
  border-radius: 0 calc(10 * var(--px)) calc(10 * var(--px)) 0;
}
.fv-copy.--three-top-middle
  .fv-head-copy-item:first-child
  .fv-head-copy-item-bg {
  border-radius: 0 calc(10 * var(--px)) 0 0;
}
.fv-copy.--three-top-middle
  .fv-head-copy-item:nth-child(2)
  .fv-head-copy-item-bg {
  border-radius: 0 0 calc(10 * var(--px));
}
.fv-copy.--three-top-middle
  .fv-head-copy-item:last-child
  .fv-head-copy-item-bg {
  border-radius: 0 0 calc(10 * var(--px));
}

.about-inner {
  padding: calc(139 * var(--px)) 0 calc(2 * var(--rem)) calc(16 * var(--px));
  margin-top: calc(-108 * var(--px));
  color: var(--color-white);
  background:
    linear-gradient(240deg, #008096 40.43%, #2299b1 72.59%, #79b8dc 109.85%),
    #0c2c84;
}
.about-project-inner {
  display: grid;
  grid-template-columns: 1fr;
  opacity: var(--init-opacity);
}
.about-project-headline {
  font-family: var(--font-oswald);
  font-size: calc(1.75 * var(--rem));
  font-weight: 400;
  line-height: 1.24;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.about-project-summary {
  padding-right: calc(16 * var(--px));
  margin-top: calc(1.5 * var(--rem));
  font-size: calc(0.9375 * var(--rem));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.about-project-image {
  display: flex;
  flex-direction: column;
  gap: calc(0.125 * var(--rem));
  align-items: flex-end;
}
.about-project-image-inner {
  width: 72vw;
  height: 56vw;
  margin-top: calc(2.125 * var(--rem));
  clip-path: inset(0 0 round 56px 0 0 56px);
}
@media (scripting: none) {
  .about-project-image-inner {
    clip-path: inset(0 0 round 56px 0 0 56px);
  }
}
.about-project-image-note {
  padding-right: calc(16 * var(--px));
  font-size: calc(0.75 * var(--rem));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.about-profile {
  margin-top: calc(2.5 * var(--rem));
}
.about-profile-inner {
  display: flex;
  flex-direction: column;
  gap: calc(1.5 * var(--rem));
  opacity: var(--init-opacity);
}
.about-profile-info {
  display: flex;
  gap: 4.5vw;
}
.about-profile-info-image {
  flex-shrink: 0;
  width: 34vw;
  height: 32vw;
  clip-path: inset(0 0 round 28px);
}
@media (scripting: none) {
  .about-profile-info-image {
    clip-path: inset(0 0 round 28px);
  }
}
.about-profile-info-text {
  display: flex;
  flex-direction: column;
  gap: calc(0.5 * var(--rem));
  margin-top: calc(63 * var(--px));
  font-size: calc(0.9375 * var(--rem));
  font-weight: 500;
  line-height: 1.3;
}
.about-profile-text {
  padding-right: calc(16 * var(--px));
  font-size: calc(0.9375 * var(--rem));
  font-weight: 400;
  line-height: 1.6;
}
.about-note {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(0.5 * var(--rem)) calc(16 * var(--px)) 0 auto;
  font-size: calc(0.75 * var(--rem));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.story1 {
  margin-top: calc(4 * var(--rem));
  overflow: hidden;
}
.story1-head {
  padding: 0 calc(16 * var(--px));
}
.story1-head-title {
  display: flex;
  flex-direction: column;
  font-family: var(--font-shippori-antique);
  font-size: calc(1.75 * var(--rem));
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-blue);
  letter-spacing: 0.04em;
}
.story1-body {
  display: flex;
  flex-direction: column;
  gap: calc(3.5 * var(--rem));
  margin-top: calc(2.5 * var(--rem));
}
.story1-section {
  display: flex;
  flex-direction: column;
  gap: calc(1.75 * var(--rem));
}
.story1-section.--1 {
  gap: calc(2 * var(--rem));
}
.story1-section-content {
  display: flex;
  flex-direction: column;
  gap: calc(1.75 * var(--rem));
  padding: 0 calc(16 * var(--px));
  opacity: var(--init-opacity);
}
.story1-section-headline {
  font-family: var(--font-shippori-antique);
  font-size: calc(1.25 * var(--rem));
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.story1-section-text {
  display: flex;
  flex-direction: column;
  gap: calc(1.5 * var(--rem));
  font-size: calc(0.9375 * var(--rem));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.story1-section-text .small {
  font-size: calc(0.8125 * var(--rem));
}
.story1-section-image {
  display: flex;
  opacity: var(--init-opacity);
}
.story1-section-image.--1,
.story1-section-image.--3 {
  justify-content: flex-end;
}
.story1-section-image-inner.--1 {
  width: 92vw;
  height: 82.25vw;
  clip-path: inset(0 0 round 9999px 0 0 9999px);
}
@media (scripting: none) {
  .story1-section-image-inner.--1 {
    clip-path: inset(0 0 round 9999px 0 0 9999px);
  }
}
.story1-section-image-inner.--2 {
  width: 88vw;
  height: 74.5vw;
  clip-path: inset(0 0 round 0 52px 0 0);
}
@media (scripting: none) {
  .story1-section-image-inner.--2 {
    clip-path: inset(0 0 round 0 52px 0 0);
  }
}
.story1-section-image-inner.--3 {
  width: 92vw;
  height: 70vw;
  clip-path: inset(0 0 round 52px 0 0 52px);
}
@media (scripting: none) {
  .story1-section-image-inner.--3 {
    clip-path: inset(0 0 round 52px 0 0 52px);
  }
}
.story1-section-image-img {
  transform: scale(1.1);
}
@media (scripting: none) {
  .story1-section-image-img {
    transform: scale(1);
  }
}
.story1-bottom {
  margin-top: calc(56 * var(--px));
}
.story1-bottom-image {
  width: 100%;
  height: 77.5vw;
}

.story2 {
  margin-top: calc(3.5 * var(--rem));
  overflow: hidden;
}
.story2-head {
  padding: 0 calc(16 * var(--px));
}
.story2-head-title {
  display: flex;
  flex-direction: column;
  font-family: var(--font-shippori-antique);
  font-size: calc(1.75 * var(--rem));
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-blue);
  letter-spacing: 0.04em;
}
.story2-body {
  display: flex;
  flex-direction: column;
  gap: calc(3.5 * var(--rem));
  margin-top: calc(2.5 * var(--rem));
}
.story2-section {
  display: flex;
  flex-direction: column;
  gap: calc(2 * var(--rem));
}
.story2-section-content {
  display: flex;
  flex-direction: column;
  gap: calc(1.75 * var(--rem));
  padding: 0 calc(16 * var(--px));
  opacity: var(--init-opacity);
}
.story2-section-headline {
  font-family: var(--font-shippori-antique);
  font-size: calc(1.25 * var(--rem));
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.story2-section-text {
  display: flex;
  flex-direction: column;
  gap: calc(1.5 * var(--rem));
  font-size: calc(0.9375 * var(--rem));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.story2-section-image {
  display: flex;
  opacity: var(--init-opacity);
}
.story2-section-image.--1 {
  justify-content: flex-end;
}
.story2-section-image-inner.--1 {
  width: 92vw;
  height: 82.25vw;
  clip-path: inset(0 0 round 9999px 0 0 9999px);
}
@media (scripting: none) {
  .story2-section-image-inner.--1 {
    clip-path: inset(0 0 round 9999px 0 0 9999px);
  }
}
.story2-section-image-inner.--2 {
  width: 88vw;
  height: 74.5vw;
  clip-path: inset(0 0 round 0 52px 0 0);
}
@media (scripting: none) {
  .story2-section-image-inner.--2 {
    clip-path: inset(0 0 round 0 52px 0 0);
  }
}
.story2-section-image-img {
  transform: scale(1.1);
}
@media (scripting: none) {
  .story2-section-image-img {
    transform: scale(1);
  }
}
.story2-bottom {
  margin-top: calc(80 * var(--px));
}
.story2-bottom-image {
  width: 100%;
  height: 77.5vw;
}

.bottom {
  position: relative;
  width: 100%;
  margin-top: calc(80 * var(--px));
}
.bottom-image {
  width: 100%;
  height: 130.5vw;
}
.bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(56 * var(--px)) 0;
}
.bottom-back {
  position: relative;
  display: flex;
  gap: calc(8 * var(--px));
  align-items: center;
  justify-content: center;
  padding: calc(0.625 * var(--rem)) calc(16 * var(--px))
    calc(0.625 * var(--rem)) calc(10 * var(--px));
  overflow: hidden;
  color: var(--color-white);
  background-color: var(--color-blue);
  border-radius: 9999px;
}
.bottom-back-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-green);
  border-radius: 9999px;
  opacity: var(--init-opacity);
}
.bottom-back-arrow {
  position: relative;
  z-index: 1;
  width: calc(10 * var(--px));
  height: calc(6 * var(--px));
}
.bottom-back-text {
  position: relative;
  z-index: 1;
  font-size: calc(0.75 * var(--rem));
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 960px) {
  .fv-inner {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    padding: calc(185 * var(--px)) 0 0;
  }
  .fv-head {
    grid-column: 3/39;
    gap: calc(0.3125 * var(--rem));
    padding: 0;
  }
  .fv-head-sub-en {
    font-size: calc(1 * var(--rem));
    font-weight: 500;
  }
  .fv-head-sub-en .parentheses {
    font-size: calc(1 * var(--rem));
  }
  .fv-head-sub-ja {
    font-size: calc(1.25 * var(--rem));
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  .fv-head-main {
    gap: calc(5 * var(--px));
  }
  .fv-head-main-index {
    font-size: calc(3 * var(--rem));
    line-height: 1.24;
  }
  .fv-head-main-text {
    padding-left: calc(28 * var(--px));
    font-size: calc(3.25 * var(--rem));
  }
  .fv-head-main-text::before {
    top: calc(1.875 * var(--rem));
    width: calc(20 * var(--px));
    height: 4px;
  }
  .fv-body {
    grid-column: 2/40;
    padding-left: 0;
    margin-top: calc(3.25 * var(--rem));
  }
  .fv-mv {
    height: 61.49vw;
    clip-path: inset(40px 40px round 80px);
  }
}
@media screen and (min-width: 960px) and (scripting: none) {
  .fv-mv {
    clip-path: inset(0 0 round 80px);
  }
}
@media screen and (min-width: 960px) {
  .fv-copy {
    top: calc(56 * var(--px));
    left: 4.98vw;
    font-size: calc(1.75 * var(--rem));
  }
  .fv-copy-item:first-child .fv-copy-item-bg {
    border-radius: calc(10 * var(--px)) calc(10 * var(--px)) 0 0;
  }
  .fv-copy-item:last-child .fv-copy-item-bg {
    border-radius: 0 calc(10 * var(--px)) calc(10 * var(--px));
  }
  .fv-copy.--top .fv-copy-item:first-child .fv-copy-item-bg {
    border-radius: calc(10 * var(--px)) calc(10 * var(--px))
      calc(10 * var(--px)) 0;
  }
  .fv-copy.--top .fv-copy-item:last-child .fv-copy-item-bg {
    border-radius: 0 0 calc(10 * var(--px)) calc(10 * var(--px));
  }
  .fv-copy.--same .fv-copy-item:first-child .fv-copy-item-bg {
    border-radius: calc(10 * var(--px)) calc(10 * var(--px)) 0 0;
  }
  .fv-copy.--same .fv-copy-item:last-child .fv-copy-item-bg {
    border-radius: 0 0 calc(10 * var(--px)) calc(10 * var(--px));
  }
  .fv-copy.--three .fv-copy-item:first-child .fv-copy-item-bg {
    border-radius: calc(10 * var(--px)) calc(10 * var(--px))
      calc(10 * var(--px)) 0;
  }
  .fv-copy.--three-top-middle .fv-copy-item:first-child .fv-copy-item-bg {
    border-radius: calc(10 * var(--px)) calc(10 * var(--px)) 0 0;
  }
  .fv-copy.--three-top-middle .fv-copy-item:last-child .fv-copy-item-bg {
    border-radius: 0 0 calc(10 * var(--px)) calc(10 * var(--px));
  }
  .about {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
  .about-inner {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(40, 1fr);
    grid-column: 1/41;
    padding: calc(299 * var(--px)) 0 calc(65 * var(--px));
    margin-top: calc(-180 * var(--px));
  }
  .about-project {
    grid-column: 5/37;
  }
  .about-project-inner {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(32, 1fr);
    align-items: center;
  }
  .about-project-content {
    grid-column: 13/33;
    padding-bottom: calc(1.75 * var(--rem));
  }
  .about-project-headline {
    font-size: calc(2 * var(--rem));
  }
  .about-project-summary {
    padding-right: 0;
    font-size: calc(1 * var(--rem));
    line-height: 2.4;
  }
  .about-project-image {
    grid-row: 1;
    grid-column: 1/11;
    gap: calc(0.5 * var(--rem));
    align-items: flex-start;
  }
  .about-project-image-inner {
    width: 100%;
    height: 23.43vw;
    margin-top: 0;
    clip-path: inset(0 0 round 80px);
  }
}
@media screen and (min-width: 960px) and (scripting: none) {
  .about-project-image-inner {
    clip-path: inset(0 0 round 80px);
  }
}
@media screen and (min-width: 960px) {
  .about-project-image-note {
    padding-right: 0;
  }
  .about-profile {
    grid-column: 1/41;
    padding-top: calc(76 * var(--px));
    margin-top: calc(90 * var(--px));
    border-top: solid 1px var(--color-white);
  }
  .about-profile-inner {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(40, 1fr);
    grid-gap: 0;
    gap: 0;
    align-items: center;
  }
  .about-profile-info {
    grid-column: 5/19;
    gap: 1.32vw;
    align-items: center;
  }
  .about-profile-info-image {
    width: 13.84vw;
    height: 13.03vw;
    clip-path: inset(0 0 round 40px);
  }
}
@media screen and (min-width: 960px) and (scripting: none) {
  .about-profile-info-image {
    clip-path: inset(0 0 round 40px);
  }
}
@media screen and (min-width: 960px) {
  .about-profile-info-text {
    gap: calc(0.875 * var(--rem));
    margin-top: 0;
    font-size: calc(1 * var(--rem));
  }
  .about-profile-text {
    grid-column: 19/37;
    padding-right: 0;
    padding-left: calc(18 * var(--px));
    font-size: calc(1 * var(--rem));
    line-height: 1.8;
  }
  .about-note {
    grid-column: 3/39;
    margin: calc(1 * var(--rem)) 0 0 auto;
  }
  .story1 {
    margin-top: calc(7.1875 * var(--rem));
  }
  .story1-inner {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
  .story1-head {
    grid-column: 3/39;
    padding: 0;
  }
  .story1-head-title {
    flex-direction: row;
    flex-wrap: wrap;
    font-size: calc(2.5 * var(--rem));
  }
  .story1-body {
    grid-column: 1/41;
    gap: calc(7.5 * var(--rem));
    margin-top: 0;
  }
  .story1-section {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(40, 1fr);
    grid-gap: 0;
    gap: 0;
    align-items: center;
  }
  .story1-section.--1 {
    gap: 0;
  }
  .story1-section.--flex-start {
    align-items: flex-start;
  }
  .story1-section-content {
    gap: calc(2.5 * var(--rem));
    padding: 0;
  }
  .story1-section-content.--1 {
    grid-column: 3/21;
    padding: calc(5 * var(--rem)) 0.73vw calc(5.125 * var(--rem)) 0;
  }
  .story1-section-content.--2 {
    grid-column: 19/39;
    padding-left: 2.2vw;
  }
  .story1-section-content.--3 {
    grid-column: 3/22;
  }
  .story1-section-headline {
    font-size: calc(2 * var(--rem));
  }
  .story1-section-text {
    gap: calc(2.125 * var(--rem));
    font-size: calc(1 * var(--rem));
    line-height: 1.7;
  }
  .story1-section-text .small {
    font-size: calc(0.875 * var(--rem));
  }
  .story1-section-image {
    display: flex;
  }
  .story1-section-image.--1 {
    grid-column: 22/41;
  }
  .story1-section-image.--2 {
    grid-row: 1;
    grid-column: 1/18;
  }
  .story1-section-image.--3 {
    grid-column: 24/41;
  }
  .story1-section-image-inner.--1 {
    width: 100%;
    height: 48.83vw;
    clip-path: inset(0 0 round 22.84vw 0 0 22.84vw);
  }
}
@media screen and (min-width: 960px) and (scripting: none) {
  .story1-section-image-inner.--1 {
    clip-path: inset(0 0 round 22.84vw 0 0 22.84vw);
  }
}
@media screen and (min-width: 960px) {
  .story1-section-image-inner.--2 {
    width: 100%;
    height: 39.09vw;
    clip-path: inset(0 0 round 0 80px 0 0);
  }
}
@media screen and (min-width: 960px) and (scripting: none) {
  .story1-section-image-inner.--2 {
    clip-path: inset(0 0 round 0 80px 0 0);
  }
}
@media screen and (min-width: 960px) {
  .story1-section-image-inner.--3 {
    width: 100%;
    height: 39.09vw;
    clip-path: inset(0 0 round 80px 0 0 80px);
  }
}
@media screen and (min-width: 960px) and (scripting: none) {
  .story1-section-image-inner.--3 {
    clip-path: inset(0 0 round 80px 0 0 80px);
  }
}
@media screen and (min-width: 960px) {
  .story1-bottom {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(40, 1fr);
    margin-top: calc(120 * var(--px));
  }
  .story1-bottom-image {
    grid-column: 2/40;
    height: 51.24vw;
  }
  .story2 {
    margin-top: calc(7.375 * var(--rem));
  }
  .story2-inner {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
  .story2-head {
    grid-column: 3/39;
    padding: 0;
  }
  .story2-head-title {
    flex-direction: row;
    flex-wrap: wrap;
    font-size: calc(2.5 * var(--rem));
  }
  .story2-body {
    grid-column: 1/41;
    gap: calc(2.5 * var(--rem));
    margin-top: 0;
  }
  .story2-section {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(40, 1fr);
    grid-gap: 0;
    gap: 0;
    align-items: center;
  }
  .story2-section.--1 {
    gap: 0;
  }
  .story2-section-content {
    gap: calc(2.5 * var(--rem));
    padding: 0;
  }
  .story2-section-content.--1 {
    grid-column: 3/21;
    padding: calc(5 * var(--rem)) 0.73vw calc(5.125 * var(--rem)) 0;
  }
  .story2-section-content.--2 {
    grid-column: 19/38;
    padding: calc(5 * var(--rem)) 0.44vw calc(5 * var(--rem)) 0;
  }
  .story2-section-headline {
    font-size: calc(2 * var(--rem));
  }
  .story2-section-text {
    gap: calc(2.125 * var(--rem));
    font-size: calc(1 * var(--rem));
    line-height: 1.7;
  }
  .story2-section-image {
    display: flex;
  }
  .story2-section-image.--1 {
    grid-column: 22/41;
  }
  .story2-section-image.--2 {
    grid-row: 1;
    grid-column: 1/18;
  }
  .story2-section-image-inner.--1 {
    width: 100%;
    height: 48.83vw;
    clip-path: inset(0 0 round 22.84vw 0 0 22.84vw);
  }
}
@media screen and (min-width: 960px) and (scripting: none) {
  .story2-section-image-inner.--1 {
    clip-path: inset(0 0 round 22.84vw 0 0 22.84vw);
  }
}
@media screen and (min-width: 960px) {
  .story2-section-image-inner.--2 {
    width: 100%;
    height: 33.24vw;
    clip-path: inset(0 0 round 0 80px 0 0);
  }
}
@media screen and (min-width: 960px) and (scripting: none) {
  .story2-section-image-inner.--2 {
    clip-path: inset(0 0 round 0 80px 0 0);
  }
}
@media screen and (min-width: 960px) {
  .bottom {
    margin-top: calc(120 * var(--px));
  }
  .bottom-image {
    height: 51.24vw;
  }
  .bottom-content {
    padding: calc(80 * var(--px)) 0 calc(96 * var(--px));
  }
  .bottom-back {
    padding: calc(0.625 * var(--rem)) calc(32 * var(--px))
      calc(0.625 * var(--rem)) calc(26 * var(--px));
  }
  .bottom-back-text {
    font-size: calc(0.875 * var(--rem));
  }
}
@media (any-hover: hover) {
  .bottom-back-arrow {
    transition: transform 0.4s var(--ease-out-quart);
  }
  .bottom-back:hover .bottom-back-arrow {
    transform: translateX(-50%);
  }
}
