/* ----------------------------------
mv
---------------------------------- */
#mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 82rem;
}
#mv .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 82rem;
}
#mv .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}
#mv .swiper-slide-active img {
  transition-delay: 0s;
  transform: scale(1.05);
}
#mv h1 {
  position: absolute;
  width: 54rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#mv .banner {
  position: absolute;
  right: 2rem;
  bottom: 3rem;
  display: flex;
  gap: 1.5rem;
  padding: 1.3rem 1.4rem;
  background: var(--color-pink);
  z-index: 5;
}
#mv .banner .flex-img {
  position: relative;
  overflow: hidden;
  width: 11rem;
  height: 11rem;
}
#mv .banner .flex-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
#mv .banner .flex-txt {
  padding-top: 0.4rem;
  width: 25rem;
  color: var(--color-white);
}
#mv .banner .flex-txt time {
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: var(--regular);
  letter-spacing: 0.05em;
  opacity: 0.5;
}
#mv .banner .flex-txt .ttl {
  max-width: 24rem;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: var(--medium);
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#mv .banner .flex-txt .button.button-more {
  margin-top: 1.1rem;
}
#mv .scroll {
  position: absolute;
  bottom: 0;
  left: 3rem;
  width: 7.9rem;
  height: 12rem;
  z-index: 2;
}
#mv .scroll span {
  position: absolute;
  font-size: 1.4rem;
  font-family: var(--font-en);
  color: var(--color-white);
  right: 0;
  bottom: 2.6rem;
}
#mv .scroll::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -13.5rem;
  top: 0;
  width: 1px;
  height: 12rem;
  animation: scroll 2s infinite;
  z-index: 2;
  background-color: var(--color-white);
}
#mv .scroll::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: -13.5rem;
  left: 0;
  height: 12rem;
  width: 1px;
  background-color: rgb(255 255 255 / 0.2);
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 767px) {
  #mv h1 {
    width: 30rem;
  }
  #mv,
  #mv .swiper-slide {
    min-height: 73rem;
  }
  #mv .banner {
    width: calc(100% - 3rem);
    right: 1.5rem;
    bottom: 1.6rem;
    padding: 1.1rem 1.2rem;
    gap: 1.4rem;
  }
  #mv .banner .flex-img {
    width: 11.4rem;
    height: 11.4rem;
  }
  #mv .banner .flex-txt {
    width: calc(100% - 11.4rem - 1.4rem);
  }
  #mv .scroll {
    bottom: 16.1rem;
    left: 1.5rem;
  }
  #mv .scroll.nobanner {
    bottom: 0;
  }
}

/* ----------------------------------
information
---------------------------------- */
#information {
  padding-top: 8rem;
}
#information .in {
  display: flex;
  gap: 9.6rem;
  align-items: flex-start;
  justify-content: space-between;
}
#information .in .flex-txt {
  width: 33.6rem;
  margin-top: 13.3rem;
}
#information .in .flex-img {
  position: relative;
  width: calc(100% - 33.6rem - 9.6rem);
  padding: 10rem 0;
}
#information .in .flex-img::after {
  position: absolute;
  top: 0;
  left: 4.8rem;
  content: "";
  display: block;
  width: calc(50% + 50vw);
  height: 100%;
  background: var(--color-green-bg);
}
#information .in .swiper {
  position: relative;
  z-index: 2;
  width: calc(50% + 40vw);
}
#information .in .swiper-wrapper {
  display: flex;
  align-items: flex-start;
}
#information .in .swiper-slide {
  width: 27.5rem;
  min-width: 27.5rem;
  margin-right: 6rem;
}
#information .in .swiper-slide a {
  display: block;
}
#information .in .swiper-slide .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 1.3rem;
}
#information .in .swiper-slide .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
#information .in .swiper-slide img.noimage {
  background: var(--color-white);
  object-fit: contain;
  object-position: center;
  padding: 2rem;
  border: 1px solid rgb(0 73 93 / 0.2);
}
#information .in .swiper-slide .ttl {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  font-weight: var(--medium);
  letter-spacing: 0.06em;
  line-height: 1.5;
}
#information .in .swiper-slide .data {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.8rem 1rem;
}
#information .in .swiper-slide .data dt {
  width: 5rem;
  padding: 0.4rem 0;
  font-size: 1.2rem;
  background: var(--color-green);
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.06em;
}
#information .in .swiper-slide .data dd {
  width: calc(100% - 5rem - 1rem);
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #information .in .flex-txt {
    width: auto;
    margin: 0;
  }
  #information .in .df-ttl {
    margin-bottom: 4.6rem;
  }
  #information .in {
    position: relative;
    display: block;
  }
  #information .in .flex-img {
    width: auto;
    padding: 7rem 0 14rem;
  }
  #information .in .button {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  #information .in .flex-img::after {
    left: 4rem;
    width: 100%;
  }
  #information .in .swiper {
    width: 100%;
    overflow: visible;
  }
  #information .in .swiper-slide {
    margin-right: 4rem;
  }
  #information .in .swiper-slide:last-of-type {
    margin-right: 0;
  }
}



/* ----------------------------------
concept
---------------------------------- */
#concept {
  padding: 22.4rem 0 23.6rem;
}
#concept .in {
  position: relative;
}
#concept .in .flex {
  display: block;
}
#concept .in::after {
  position: absolute;
  right: -16rem;
  bottom: -20rem;
  content: "";
  width: 74.5rem;
  height: 86.5rem;
  background: url(../img/top/concept_bg_pc.png) center/contain no-repeat;
  z-index: -2;
}
#concept .df-ttl {
  position: relative;
  margin-bottom: 4.7rem;
}
#concept .df-ttl::before {
  position: absolute;
  top: -19.4rem;
  left: -17.7rem;
  content: "";
  display: block;
  width: 28rem;
  height: 28rem;
  background: url(../img/top/concept_bln.png) center/contain no-repeat;
  z-index: -1;
}
#concept .flex-txt {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#concept .flex-txt .ttl-h2-serif {
  margin-bottom: 4.4rem;
}
#concept .flex-txt .ttl-h2-serif img {
  width: 24rem;
  margin: 0 auto 1.6rem;
}
#concept .in .flex-img {
  position: absolute;
  top: -5.9rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#concept .in .flex-img picture {
  display: block;
  width: 167.8rem;
}
#concept .flex-txt .button {
  margin: 4rem auto 0;
}
#concept .shindan-links {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 3.6rem;
  width: 54rem;
  height: 11rem;
  margin: 7rem auto 0;
  padding-left: 0.6rem;
  background: var(--color-pink);
}
#concept .shindan-links::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 3.2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0 0.8rem 1rem;
  border-color: transparent transparent transparent var(--color-white);
  transform: translateY(-50%);
}
#concept .shindan-links::before {
  position: absolute;
  top: 50%;
  left: -2.8rem;
  content: "";
  display: block;
  width: 24rem;
  height: 24rem;
  border-radius: 100%;
  background: rgb(255 255 255 / 0.2);
  transform: translateY(-50%);
}
#concept .shindan-links span {
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: var(--medium);
  letter-spacing: 0.06em;
}
#concept .shindan-links img {
  width: 20.6rem;
}
@media screen and (max-width: 767px) {
  #concept {
    position: relative;
    padding: 8.8rem 0 0;
  }
  #concept .in {
    padding-bottom: 64.3rem;
  }
  #concept .in .flex {
    display: block;
  }
  #concept .flex-txt {
    width: auto;
    margin: 0;
    text-align: left;
  }
  #concept .flex-txt .button {
    margin: 3rem auto 0;
  }
  #concept .shindan-links {
    gap: 4.3rem;
    width: 100%;
    height: 12rem;
    padding-left: 1.6rem;
    margin: 6rem auto 0;
  }
  #concept .shindan-links img {
    width: 10.4rem;
  }
  #concept .shindan-links span {
    text-align: center;
    line-height: 1.33;
  }
  #concept .shindan-links::before {
    left: -10.6rem;
  }
  #concept .in .flex-img {
    position: static;
    transform: unset;
  }
  #concept .in .flex-img picture {
    position: absolute;
    width: 100%;
    margin: 0;
    bottom: 0;
    left: 0;
  }
  #concept .df-ttl::before {
    width: 21rem;
    height: 21rem;
    top: -11.9rem;
    right: -9rem;
    left: auto;
  }
  #concept .flex-txt .ttl-h2-serif img {
    width: 20rem;
    margin: 0 0 1.3rem;
  }
  #concept .flex-txt .ttl-h2-serif {
    margin-bottom: 4.8rem;
  }
  #concept .in::after {
    top: 19rem;
    bottom: auto;
    right: auto;
    left: 0;
    width: 100%;
    height: 76.4rem;
    background-image: url(../img/top/concept_bg_sp.png);
  }
}


/* ----------------------------------
house-building
---------------------------------- */
#house-building {
  padding: 27.1rem 0 0;
}
#house-building .in {
  position: relative;
  padding-bottom: 12.7rem;
  display: flex;
  align-items: center;
  max-width: 112rem;
}
#house-building .in::after {
  position: absolute;
  top: -5.5rem;
  right: -12rem;
  content: "";
  display: block;
  width: 38.1rem;
  height: 69.5rem;
  background: url(../img/top/housebuilding_bg2.png) center/contain no-repeat;
  z-index: -1;
}
#house-building .in::before {
  position: absolute;
  top: -12.3rem;
  left: -18rem;
  content: "";
  display: block;
  width: 68rem;
  height: 77.9rem;
  background: url(../img/top/housebuilding_bg1.png) center/contain no-repeat;
  z-index: -1;
}
#house-building .flex-img {
  width: 44rem;
}
#house-building .flex-img img:nth-of-type(1) {
  position: absolute;
  right: -17rem;
  bottom: 0;
  width: 30rem;
}
#house-building .flex-img img:nth-of-type(2) {
  width: 44rem;
}
#house-building .flex-txt {
  margin-left: 16.2rem;
  width: 48.3rem;
}
#house-building .flex-txt .button {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #house-building {
    padding: 9rem 0 0;
  }
  #house-building .in {
    flex-direction: column-reverse;
    gap: 5rem;
    padding-bottom: 5rem;
  }
  #house-building .df-ttl {
    margin-bottom: 4.7rem;
  }
  #house-building .flex-txt {
    margin: 0;
    width: auto;
  }
  #house-building .flex-img {
    width: 100%;
  }
  #house-building .flex-img img:nth-of-type(1) {
    position: static;
    width: 24rem;
    margin: 0 0 0 auto;
  }
  #house-building .flex-img img:nth-of-type(2) {
    width: 24rem;
    margin: 4rem 0 0 3rem;
  }
  #house-building .flex-txt .button {
    margin-top: 3.3rem;
  }
  #house-building .in::after {
    content: none;
  }
  #house-building .in::before {
    right: auto;
    left: auto;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 71rem;
    background-image: url(../img/top/housebuilding_bg1_sp.png);
  }
}


/* ----------------------------------
reason
---------------------------------- */
#reason .in {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  max-width: 112rem;
  padding: 8.3rem 0 20.4rem;
}
#reason .in::before {
  position: absolute;
  top: 1.3rem;
  left: -12rem;
  content: "";
  display: block;
  width: 30rem;
  height: 75.1rem;
  background: url(../img/top/reason_bg1.png) center/contain no-repeat;
  z-index: -1;
}
#reason .in::after {
  position: absolute;
  bottom: 13.4rem;
  right: -20.5rem;
  content: "";
  display: block;
  width: 70.5rem;
  height: 49.8rem;
  background: url(../img/top/reason_bg2.png) center/contain no-repeat;
  z-index: -1;
}
#reason .flex-img {
  width: 44rem;
}
#reason .flex-img img {
  width: 100%;
}
#reason .flex-txt {
  margin-right: 16rem;
  width: 48rem;
}
#reason .flex-txt .button {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #reason {
    padding: 4rem 0 0;
  }
  #reason .in {
    flex-direction: column-reverse;
    gap: 5rem;
    padding: 4.7rem 2rem 5rem;
  }
  #reason .df-ttl {
    margin-bottom: 4.7rem;
  }
  #reason .flex-txt {
    margin: 0;
    width: auto;
  }
  #reason .flex-txt .button {
    margin-top: 3.3rem;
  }
  #reason .flex-img {
    width: 25rem;
    margin: 0 auto;
  }
  #reason .in::after {
    width: 39rem;
    height: 47.7rem;
    bottom: 0;
    right: 0;
    background-image: url(../img/top/reason_bg2_sp.png);
  }
  #reason .in::before {
    top: -0.7rem;
    left: 0;
    width: 13.7rem;
    height: 12rem;
    background: var(--color-green-bg);
  }
}



/* ----------------------------------
custom-built-house
---------------------------------- */
#custom-built-house .in {
  padding: 10rem 0 14rem;
}
#custom-built-house .kv {
  position: relative;
  overflow: hidden;
  width: calc(50% + 50vw);
  height: 50rem;
}
#custom-built-house .kv img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
#custom-built-house .wrap {
  position: relative;
  max-width: 105rem;
  margin: 0 auto;
  padding-top: 2.6rem;
}
#custom-built-house .df-ttl {
  margin-bottom: 6.8rem;
}
#custom-built-house .wrap .button {
  position: absolute;
  right: 0;
  top: 7rem;
}
@media screen and (max-width: 767px) {
  #custom-built-house .in {
    padding: 0 0 7rem;
  }
  #custom-built-house .kv {
    width: auto;
    margin: 0 -2rem 3rem;
    height: 39rem;
  }
  #custom-built-house .wrap {
    padding: 0 2rem;
  }
  #custom-built-house .df-ttl {
    margin-bottom: 4.7rem;
  }
  #custom-built-house .wrap .button {
    position: static;
    margin: 3rem auto 0;
  }
}


/* ----------------------------------
flexs
---------------------------------- */
#flexs .in {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 14rem 0;
}
#flexs .in::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100vw;
  margin-left: calc(100% - 100vw - 24rem);
  height: 100%;
  background: var(--color-green-bg);
}
#flexs .in .card {
  position: relative;
  width: 40rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#flexs .in .card .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 0.65;
}
#flexs .in .card .txt-wrap {
  padding: 2rem 2rem 0;
}
#flexs .in .card .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#flexs .in .card .df-ttl {
  margin-bottom: 3.7rem;
}
#flexs .in .card .df-ttl .ttl-h2 {
  font-size: 4.8rem;
}
#flexs .in .card .button {
  margin-top: 4rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  #flexs .in {
    display: block;
    padding: 7rem 2rem;
    background: var(--color-green-bg);
  }
  #flexs .in::before {
    content: none;
  }
  #flexs .in .card {
    width: auto;
  }
  #flexs .in .card + .card {
    margin-top: 8rem;
  }
  #flexs .in .card .txt-wrap {
    padding: 3.8rem 0 0;
  }
  #flexs .in .card .df-ttl {
    margin-bottom: 4.7rem;
  }
  #flexs .in .card .df-ttl .ttl-h2 {
    font-size: 4.4rem;
  }
  #flexs .in .card .button {
    margin-top: 3rem;
    margin-left: 0;
  }
}


/* ----------------------------------
column
---------------------------------- */
#column {
  padding: 10.6rem 0 16.3rem;
}
#column .in {
  position: relative;
  max-width: 112rem;
}
#column .in .button {
  position: absolute;
  right: 0;
  top: 4rem;
}
#column .in .flex {
  display: grid;
  align-items: flex-start;
  gap: 3rem 10rem;
  grid-template-columns: 40rem 1fr;
}
#column .in .flex .card:first-of-type {
  grid-row: 1 / 4;
  grid-column: 1 / 2;
}
#column .in .flex .card .img-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/0.9;
  border-radius: 0.8rem;
}
#column .in .flex .card .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#column .in .flex .card .img-wrap img.noimage {
  background: var(--color-white);
  object-fit: contain;
  object-position: center;
  padding: 2rem;
  border-radius: 0.8rem;
  border: 1px solid rgb(0 73 93 / 0.2);
}
#column .in .flex .card .ttl {
  margin-bottom: 0.54rem;
  font-size: 2rem;
  font-weight: var(--medium);
  letter-spacing: 0.06em;
  line-height: 1.5;
}
#column .in .flex .card time {
  font-family: var(--font-en);
  font-weight: var(--regular);
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: var(--color-green);
  opacity: 0.5;
}
#column .in .flex .card .category {
  display: inline-block;
  margin-bottom: 1.49rem;
  padding: 0.3rem 0.7rem 0.4rem;
  background: var(--color-green);
  color: var(--color-white);
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
#column .in .flex .card .categories {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 1.49rem;
}
#column .in .flex .card .categories .category {
  margin: 0 !important;
}
#column .in .flex .card:first-of-type .img-wrap {
  margin-bottom: 1.8rem;
}
#column .in .flex .card:not(:first-of-type) {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}
#column .in .flex .card:not(:first-of-type) .img-wrap {
  width: 18rem;
  min-width: 18rem;
  aspect-ratio: 1/0.75;
}
#column .in .flex .card:not(:first-of-type) .txt-wrap {
  width: calc(100% - 18rem - 3rem);
}
#column .in .flex .card:not(:first-of-type) .ttl {
  font-size: 1.6rem;
}
#column .in .flex .card:not(:first-of-type) .category {
  margin-bottom: 1rem;
}
#column .in .flex .card:not(:first-of-type) .categories {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #column {
    padding: 9rem 0 10rem;
  }
  #column .df-ttl {
    margin-bottom: 3.7rem;
  }
  #column .in .button {
    position: static;
    margin: 4.7rem auto 0;
  }
  #column .in .flex {
    display: block;
  }
  #column .in .flex .card {
    display: block;
  }
  #column .in .flex .card:nth-of-type(2) {
    margin-top: 4.6rem !important;
  }
  #column .in .flex .card:not(:first-of-type) {
    margin-top: 2.7rem;
    gap: 2rem;
  }
  #column .in .flex .card:not(:first-of-type) .img-wrap {
    width: 8rem;
    min-width: 8rem;
    aspect-ratio: 1/1;
  }
  #column .in .flex .card:not(:first-of-type) img.noimage {
    padding: 1rem;
  }
  #column .in .flex .card:not(:first-of-type) .txt-wrap {
    width: calc(100% - 8rem - 2rem);
  }
  #column .in .flex .card:not(:first-of-type) time {
    font-size: 1.3rem;
  }
}

/* ----------------------------------
story
---------------------------------- */
#story {
  position: relative;
  padding: 24.4rem 0 14rem;
}
#story .in {
  position: relative;
}
#story .bg-txt {
  position: absolute;
  top: 0;
  left: 50%;
  height: 18.1rem;
  width: 100%;
  transform: translateX(-50%);
}
#story .bg-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 18.1rem;
  background: url(../img/top/slide_slidetxt.png) center / auto 18.1rem repeat-x;
  -webkit-animation: loop 35s linear infinite;
  animation: loop 35s linear infinite;
  transform: translateY(-50%);
}
@keyframes loop {
  0% {
    background-position: 214.4rem center;
  }
  100% {
    background-position: 0 center;
  }
}
#story .ttl-h2-serif {
  position: relative;
  max-width: 50rem;
  text-align: center;
  margin: 0 auto 5rem;
}
#story .ttl-h2-serif::before {
  position: absolute;
  top: -7.3rem;
  left: 2.7rem;
  content: "";
  width: 16rem;
  height: 16rem;
  background: url(../img/top/story_bln1.png) center/contain no-repeat;
  z-index: -1;
}
#story .txt {
  position: relative;
  max-width: 50rem;
  margin: 0 auto;
}
#story .txt::before {
  position: absolute;
  bottom: -26rem;
  right: -1.6rem;
  content: "";
  width: 18rem;
  height: 18rem;
  background: url(../img/top/story_bln2.png) center/contain no-repeat;
  z-index: -1;
}
#story .button {
  margin: 7rem auto 0;
}
#story .img1 {
  position: absolute;
  left: -14.3rem;
  top: -11.4rem;
  width: 49.1rem;
}
#story .img2 {
  position: absolute;
  right: -16.1rem;
  top: -4.4rem;
  width: 47rem;
}
@media screen and (max-width: 767px) {
  #story {
    padding: 16rem 0 0;
  }
  #story .ttl-h2-serif::before,
  #story .txt::before {
    content: none;
  }
  #story .ttl-h2-serif {
    margin-bottom: 3.7rem;
  }
  #story .img1 {
    position: static;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-bottom: -3.5rem;
  }
  #story .img2 {
    position: static;
    width: calc(100% + 4rem);
    margin-top: -13.3rem;
    margin-left: -2rem;
  }
  #story .button {
    position: relative;
    z-index: 1;
    margin-top: 4rem;
  }
  #story .bg-txt {
    top: 8.6rem;
    height: 8.6rem;
    z-index: 1;
  }
  #story .bg-txt::before {
    height: 8.6rem;
    background: url(../img/top/slide_slidetxt.png) center / auto 8.6rem repeat-x;
    -webkit-animation: loop 35s linear infinite;
    animation: loop 35s linear infinite;
  }
  @keyframes loop {
    0% {
      background-position: 102.8rem center;
    }
    100% {
      background-position: 0 center;
    }
  }
  #story .txt {
    max-width: 32rem;
  }
}


/* ----------------------------------
company
---------------------------------- */
#company {
  padding: 14.3rem 0 0;
}
#company .in {
  background: var(--color-green-bg);
  padding-bottom: 8rem;
}
#company .txt-wrap {
  transform: translateY(-4.8rem);
  text-align: center;
}
#company .df-ttl {
  margin-bottom: 6.6rem;
}
#company .flex {
  align-items: flex-start;
  justify-content: space-between;
  max-width: 112rem;
  margin: 1.8rem auto 0;
}
#company .flex .item {
  width: 52rem;
}
#company .flex .item .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 0.616;
}
#company .flex .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#company .flex .item .button {
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  #company {
    padding-top: 12.6rem;
  }
  #company .in {
    padding-bottom: 7rem;
  }
  #company .df-ttl {
    margin-bottom: 4.7rem;
  }
  #company .flex {
    display: block;
    margin-top: 4.4rem;
  }
  #company .flex .item {
    width: 100%;
  }
  #company .flex .item + .item {
    margin-top: 6.9rem;
  }
  #company .flex .item .button {
    margin-top: 3rem;
  }
  #company .txt-wrap {
    transform: translateY(-2.6rem);
  }
}