/* ----------------------------------
mv
---------------------------------- */
#home .mv .swiper {
  padding: 5rem 0;
  overflow: visible;
}
#home .mv .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 70rem;
  margin: 0 2rem;
  padding: 5rem 9rem;
  border-radius: 2rem;
  box-shadow: 0 2rem 3rem rgb(4 0 0 / 0.15);
}
#home .mv .swiper-slide .mv_txt {
  position: absolute;
  top: 50%;
  left: 9rem;
  transform: translateY(-50%);
  z-index: 1;
}
#home .mv .swiper-slide .mv_txt .txt_sub {
  margin-bottom: 3.3rem;
  font-size: 2rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
}
#home .mv .swiper-slide .mv_txt .ttl_h2 {
  font-size: 6.4rem;
  font-weight: var(--bold);
  line-height: 1.3;
}
#home .mv .swiper-slide .mv_txt .ttl_h2 small {
  font-size: 4.8rem;
}
#home .mv .swiper-slide .mv_txt .txt {
  font-size: 1.8rem;
  margin-top: 6rem;
  line-height: 1.6;
}
#home .mv .swiper-slide .mv_txt .button {
  margin-top: 4rem;
}
#home .mv .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .mv .swiper-pagination-mv {
  position: absolute;
  bottom: 7rem;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  z-index: 2;
  transform: translateX(-50%);
}
#home .mv .swiper-pagination-bullet {
  margin: 0 !important;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: var(--color-gr-green);
  opacity: 0.2;
}
#home .mv .swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .mv .in {
    padding: 0 1rem;
  }
  #home .mv .swiper {
    padding: 3rem 0;
  }
  #home .mv .swiper-slide {
    height: 66rem;
    padding: 6rem 3rem;
    margin: 0 1rem;
  }
  #home .mv .swiper-slide .mv_txt {
    top: 6rem;
    left: 3rem;
    transform: unset;
  }
  #home .mv .swiper-slide .mv_txt .txt_sub {
    font-size: 1.6rem;
    margin-bottom: 2.6rem;
  }
  #home .mv .swiper-slide .mv_txt .ttl_h2 {
    font-size: 4rem;
  }
  #home .mv .swiper-slide .mv_txt .ttl_h2 small {
    font-size: 3rem;
  }
  #home .mv .swiper-slide .mv_txt .txt {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
  #home .mv .swiper-slide .mv_txt .button {
    margin-top: 3rem;
  }
  #home .mv .swiper-pagination-mv {
    bottom: 5rem;
  }
}


/* ----------------------------------
reason
---------------------------------- */
.reason {
  position: relative;
  padding: 14rem 0 24rem;
  /* background: url(../img/top/reason_bg.jpg) center/cover no-repeat; */
  overflow: hidden;
}
.reason_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reason .txt_wrap {
  position: relative;
  margin: 0 -8rem 0 auto;
  padding: 9rem 8rem;
  max-width: 76rem;
  border-radius: 5rem;
  border: 1px solid var(--color-white);
  z-index: 2;
}
.reason .txt_wrap .button {
  margin-top: 5rem;
}
.reason .txt_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  backdrop-filter: blur(2.8rem);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .reason {
    padding: 7rem 0 9rem;
    /* background-image: url(../img/top/reason_bg_sp.jpg); */
  }
  .reason .txt_wrap {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding: 7rem 3rem 6rem;
    border-radius: 2rem;
  }
  .reason .txt_wrap .button {
    margin-top: 4rem;
  }
}


/* ----------------------------------
step
---------------------------------- */
.step {
  position: relative;
  padding: 14rem 0;
  margin-top: -10rem;
  border-radius: 10rem;
  background: url(../img/top/step_bg.jpg) center/cover no-repeat;
}
.step .df_ttl {
  color: var(--color-white);
}
.step .df_ttl + .txt {
  text-align: center;
  color: var(--color-white);
  opacity: 0.7;
}
.step .swiper-area {
  position: relative;
}
.step .step_swiper {
  position: static;
  width: 54rem;
  padding: 6rem 0 5rem;
  margin: 0;
  overflow: visible;
  height: 53rem;
}
.step .step_swiper .swiper-wrapper {
  align-items: flex-end;
}
.step .swiper-area + .button {
  margin: 0 auto;
}


.step .step_swiper .swiper-slide {
  display: flex;
  gap: 4rem;
  width: 54rem;
  height: 42rem;
  padding: 6rem 8rem;
  background: var(--color-white);
  border-radius: 5rem;
  box-shadow: 0 2rem 2rem rgb(4 0 0 / 0.2);
  transition: .3s;
}
.step .step_swiper .swiper-slide:last-of-type {
  margin: 0;
}
.step .step_swiper .swiper-slide .flex_img {
  width: 14rem;
}
.step .step_swiper .swiper-slide .ttl_h3 {
  font-size: 2.4rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
}
.step .step_swiper .swiper-slide .ttl_h3 span {
  display: block;
  line-height: 1;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  color: var(--color-blue);
}
.step .step_swiper .swiper-slide .txt {
  opacity: 0.7;
  margin-top: 2.7rem;
  font-size: 1.4rem;
}
.step .step_swiper .swiper-slide .flex_txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 3rem;
  width: calc(100% - 14rem - 4rem);
}
.step .step_swiper .swiper-slide .flex_txt img {
  width: 15rem;
}
@media screen and (min-width: 768px) {
  .step .step_swiper .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.732);
    transform-origin: bottom;
    margin-right: -12.5rem;
  }
  .step .step_swiper .swiper-slide.swiper-slide-active {
    margin-left: 7.5rem;
    margin-right: -5rem;
  }
  .step .step_swiper {
    margin-left: -7.5rem;
  }
}


/* 
.step .step_swiper .swiper-slide {
  display: flex;
  gap: 2.9rem;
  width: 39rem;
  height: 30rem;
  margin-right: 2rem;
  padding: 4.3rem 5.8rem;
  background: var(--color-white);
  border-radius: 5rem;
  box-shadow: 0 2rem 2rem rgb(4 0 0 / 0.2);
}
.step .step_swiper .swiper-slide:last-of-type {
  margin: 0;
}
.step .step_swiper .swiper-slide .flex_img {
  width: 10.1rem;
}
.step .step_swiper .swiper-slide .ttl_h3 {
  font-size: 1.7rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
}
.step .step_swiper .swiper-slide .ttl_h3 span {
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 1rem;
  color: var(--color-blue);
}
.step .step_swiper .swiper-slide .txt {
  font-size: 1rem;
  opacity: 0.7;
  margin-top: 2rem;
}
.step .step_swiper .swiper-slide .flex_txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
  height: 100%;
  width: calc(100% - 10.1rem - 2.9rem);
}
.step .step_swiper .swiper-slide .flex_txt img {
  width: 10.8rem;
}
.step .step_swiper .swiper-slide.swiper-slide-active {
  width: 54rem;
  height: 42rem;
  padding: 6rem 8rem;
  gap: 4rem;
}
.step .step_swiper .swiper-slide.swiper-slide-active .ttl_h3 {
  font-size: 2.4rem;
}
.step .step_swiper .swiper-slide.swiper-slide-active .ttl_h3 span {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}
.step .step_swiper .swiper-slide.swiper-slide-active .txt {
  margin-top: 2.7rem;
  font-size: 1.4rem;
}
.step .step_swiper .swiper-slide.swiper-slide-active .flex_img {
  width: 14rem;
}
.step .step_swiper .swiper-slide.swiper-slide-active .flex_txt {
  gap: 3rem;
  width: calc(100% - 14rem - 4rem);
}
.step .step_swiper .swiper-slide.swiper-slide-active .flex_txt img {
  width: 15rem;
} */


.step .swiper-buttons {
  position: absolute;
  top: 6rem;
  right: 0;
  display: flex;
  align-items: center;
  gap: 1.9rem;
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: var(--bold);
  white-space: nowrap;
}
.step .swiper-button-prev-step,
.step .swiper-button-next-step {
  position: relative;
  width: 6rem;
  min-width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background: var(--color-white);
  box-shadow: 0 0.5rem 2rem rgb(4 0 0 / 0.2);
  cursor: pointer;
}
.step .swiper-button-prev-step::after,
.step .swiper-button-next-step::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.2rem solid var(--color-blue);
  border-right: 0.2rem solid var(--color-blue);
}
.step .swiper-button-prev-step::after {
  transform: translate(-35%, -50%) rotate(-135deg);
}
.step .swiper-button-next-step::after {
  transform: translate(-65%, -50%) rotate(45deg);
}
.step .swiper-pagination-step {
  margin-right: -1.5rem;
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: var(--bold);
}


.step .flex {
  gap: 8rem;
  align-items: center;
  padding-top: 14rem;
}
.step .flex .flex_img {
  width: 60rem;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.step .flex .flex_txt {
  width: 60rem;
}
.step .flex .flex_txt .df_ttl {
  margin-bottom: 3.8rem;
  text-align: left;
}
.step .flex .flex_txt .df_ttl .ttl_h2 {
  padding: 0;
}
.step .flex .flex_txt .df_ttl .ttl_h2::after {
  content: none;
}
.step .flex .flex_txt .df_ttl + .txt {
  text-align: left;
}
.step .flex .flex_txt .button {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .step {
    padding: 7rem 0;
    margin-top: -2rem;
    border-radius: 2rem;
    background-image: url(../img/top/step_bg_sp.jpg);
  }
  .step .step_swiper {
    padding-top: 13rem;
    padding-bottom: 4rem;
    width: auto;
    height: auto;
  }
  .step .step_swiper .swiper-slide {
    width: 32rem !important;
    height: auto !important;
    padding: 3rem 2rem !important;
    border-radius: 1rem;
    gap: 2rem !important;
    margin-right: 1rem;
  }
  .step .step_swiper .swiper-slide .flex_img {
    width: 9rem !important;
  }
  .step .step_swiper .swiper-slide .flex_txt {
    gap: 1rem !important;
    width: calc(100% - 9rem - 2rem) !important;
  }
  .step .step_swiper .swiper-slide .ttl_h3 {
    font-size: 2rem !important;
  }
  .step .step_swiper .swiper-slide .ttl_h3 span {
    font-size: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }
  .step .step_swiper .swiper-slide .txt {
    margin-top: 1.2rem !important;
    font-size: 1.4rem !important;
  }
  .step .step_swiper .swiper-slide .flex_txt img {
    width: 7.9rem !important;
  }
  .step .swiper-buttons {
    top: 6rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.4rem;
  }
  .step .swiper-pagination-step {
    font-size: 1.4rem;
  }
  .step .swiper-button-prev-step,
  .step .swiper-button-next-step {
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
  }

  .step .flex {
    flex-wrap: wrap;
    gap: 3.6rem;
    padding-top: 8rem;
  }
  .step .flex .flex_img {
    width: 100%;
  }
  .step .flex .flex_txt {
    width: 100%;
  }
  .step .flex .flex_txt .button {
    margin-top: 4rem;
  }
}


/* ----------------------------------
platform
---------------------------------- */
.platform {
  padding: 24rem 0 14rem;
  margin-top: -10rem;
  background: url(../img/top/platform_bg.jpg) center/cover no-repeat;
}
.platform * {
  color: var(--color-white);
}
.platform .in > .df_ttl {
  margin-bottom: 6rem;
}
.platform .flex {
  gap: 8.3rem;
  align-items: center;
  justify-content: space-between;
}
.platform .flex .flex_img {
  width: 65.4rem;
}
.platform .flex .flex_txt {
  width: 54rem;
}
.platform .flex .flex_txt .df_ttl {
  margin-bottom: 3rem;
}
.platform .flex .flex_txt .ttl_sub {
  margin: 0;
}
.platform .flex .flex_txt .ttl_h2.en {
  font-size: 6rem;
  padding: 0;
}
.platform .flex .flex_txt .ttl_h2.en::after {
  content: none;
}
.platform .flex .flex_txt .lead {
  font-size: 3.2rem;
  font-weight: var(--bold);
  line-height: 1.4;
}
.platform .flex .flex_txt .txt {
  margin-top: 3.9rem;
}
.platform .list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  padding-top: 11rem;
}
.platform .list .item {
  position: relative;
  width: calc(50% - 2rem);
  padding: 6rem 7rem;
  border-radius: 5rem;
  border: 1px solid rgb(255 255 255 / 0.2);
  z-index: 2;
}
.platform .list .item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: rgb(255 255 255 / 0.1);
  backdrop-filter: blur(0.8rem);
  z-index: -1;
}
.platform .list .item img {
  display: block;
  width: 5rem;
}
.platform .list .item .ttl_h3 {
  font-size: 3.2rem;
  font-weight: var(--bold);
  margin-top: 3.6rem;
  letter-spacing: 0.02em;
}
.platform .list .item .txt {
  margin-top: 3.6rem;
}
.platform .list + .button {
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .platform {
    padding: 9rem 0 7rem;
    margin-top: -2rem;
    background-image: url(../img/top/platform_bg_sp.jpg);
  }
  .platform .flex {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .platform .flex .flex_img {
    width: 100%;
  }
  .platform .flex .flex_txt {
    width: 100%;
  }
  .platform .flex .flex_txt .ttl_sub {
    margin-bottom: 1.7rem;
  }
  .platform .flex .flex_txt .ttl_h2.en {
    font-size: 3.6rem;
  }
  .platform .flex .flex_txt .lead {
    font-size: 2.4rem;
  }
  .platform .flex .flex_txt .txt {
    margin-top: 3.6rem;
  }
  .platform .list {
    gap: 1rem;
    padding-top: 6rem;
  }
  .platform .list .item {
    padding: 2rem 2rem 4rem;
    width: 100%;
    border-radius: 1rem;
  }
  .platform .list .item::after {
    border-radius: 1rem;
  }
  .platform .list .item .ttl_h3 {
    font-size: 2.4rem;
    margin-top: 3rem;
  }
  .platform .list .item .txt {
    margin-top: 2.6rem;
  }
  .platform .list + .button {
    margin-top: 4rem;
  }
}


/* ----------------------------------
products
---------------------------------- */
.products {
  padding: 14rem 0;
  background: url(../img/top/products_bg.jpg) center top 20.9rem/100% auto no-repeat;
}
.products .list {
  display: flex;
  gap: 2rem;
  margin-top: 7rem;
}
.products .list .item {
  width: calc(25% - (2rem * 3 / 4));
  padding: 4rem;
  border-radius: 2rem;
  background: rgb(255 255 255 / 0.8);
  border: 1px solid rgb(204 204 204 / 0.5);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 0.2);
}
.products .list .item img {
  width: 13rem;
  margin: 0 auto 4.5rem;
}
.products .list .item .ttl_h3 {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 2.7rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
}
.products .button {
  margin: 5rem auto 0;
}
.products .links {
  display: flex;
  gap: 4rem;
  padding-top: 14rem;
}
.products .links .link {
  position: relative;
  overflow: hidden;
  width: calc(50% - 2rem);
  padding: 23rem 4rem 4rem;
  border-radius: 2rem;
  background: rgb(255 255 255 / 0.1);
  border: 1px solid rgb(204 204 204 / 0.5);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 0.2);
}
.products .links .link .txt_wrap {
  position: relative;
  z-index: 2;
}
.products .links .link .ttl_sub {
  color: var(--color-blue);
  margin: 0;
}
.products .links .link .ttl_h2.en {
  font-size: 4.8rem;
  padding: 0;
  margin: 0;
}
.products .links .link .ttl_h2.en::after {
  content: none;
}
.products .links .link .df_ttl {
  margin-bottom: 2rem;
}
.products .links .link .txt {
  max-width: 40rem;
}
.products .links .link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products .links .link::before {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background: var(--color-gr-green);
  box-shadow: 0 0.5rem 2rem rgb(4 0 0 / 0.2);
  z-index: 1;
}
.products .links .link::after {
  position: absolute;
  bottom: 6.23rem;
  right: 6.2rem;
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.4rem;
  background: url(../img/common/button_arrow.png) center/contain no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .products {
    padding: 7rem 0;
    background: url(../img/top/products_bg_sp.jpg) center top 8.6rem/100% auto no-repeat;
  }
  .products .list {
    margin-top: 6rem;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .products .list .item {
    width: calc(50% - 0.5rem);
    border-radius: 1rem;
    padding: 4.1rem 2rem 3rem;
  }
  .products .list .item img {
    width: 5.6rem;
    margin-bottom: 3rem;
  }
  .products .links .link .ttl_sub {
    margin-bottom: 1.4rem;
  }
  .products .list .item .ttl_h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .products .list .item .txt {
    font-size: 1.2rem;
  }
  .products .button {
    margin-top: 4rem;
  }
  .products .links {
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 9rem;
  }
  .products .links .link {
    padding: 20rem 2rem 7rem;
    width: 100%;
  }
  .products .links .link .ttl_h2.en {
    font-size: 3.6rem;
  }
  .products .links .link::before {
    width: 5rem;
    height: 5rem;
    bottom: 2rem;
    right: 2rem;
  }
  .products .links .link::after {
    bottom: 3.8rem;
    right: 3.8rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}


/* ----------------------------------
img_banner
---------------------------------- */
.img_banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 40rem;
}
.img_banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .img_banner {
    height: 20rem;
  }
}


/* ----------------------------------
types
---------------------------------- */
.types {
  padding: 14rem 0;
  background: url(../img/top/type_bg.jpg) center/cover no-repeat;
}
.types * {
  color: var(--color-white);
}
.types .list {
  padding-top: 7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem 2.5rem;
}
.types .list .item {
  padding: 4.5rem 4rem 4rem;
  border-radius: 2rem;
  background: var(--color-white);
  border: 1px solid rgb(204 204 204 / 0.5);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 0.2);
  border-radius: 2rem;
  width: calc(33.33% - (2.5rem * 2 / 3));
}
.types .list .item * {
  color: var(--color-txt);
}
.types .list .item img {
  width: 10rem;
  margin: 0 auto;
}
.types .list .item .ttl_h3 {
  margin: 3rem 0;
  font-size: 2.7rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
  text-align: center;
}
.types .button {
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .types {
    padding: 7rem 0;
    background-image: url(../img/top/type_bg_sp.jpg);
  }
  .types .list {
    padding-top: 6rem;
    gap: 1rem;
  }
  .types .list .item {
    display: flex;
    align-items: center;
    gap: 2.2rem;
    width: 100%;
    padding: 3rem 2rem 3rem 2.5rem;
    border-radius: 1rem;
  }
  .types .list .item img {
    width: 5.9rem;
  }
  .types .list .item .flex_txt {
    width: calc(100% - 5.9rem - 2.2rem);
  }
  .types .list .item .ttl_h3 {
    margin: 0 0 2rem;
    font-size: 2rem;
    text-align: left;
  }
  .types .list .item .txt {
    font-size: 1.2rem;
  }
  .types .button {
    margin-top: 4rem;
  }
}


/* ----------------------------------
column
---------------------------------- */
.column {
  padding: 14rem 0 0;
}
.column .swiper {
  padding-top: 7rem;
  overflow: visible;
}
.column .swiper-slide {
  width: 29rem;
  min-width: 29rem;
  margin-right: 4rem;
}
.column .swiper-slide a {
  display: block;
}
.column .swiper-slide:last-of-type {
  margin: 0;
}
.column .swiper-slide .img {
  position: relative;
  overflow: hidden;
  height: 36rem;
  width: 100%;
  border-radius: 1rem;
}
.column .swiper-slide .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column .swiper-slide time {
  display: block;
  margin-top: 1.8rem;
  line-height: 1;
  font-size: 1.3rem;
  font-family: var(--font-en);
  font-weight: var(--regular);
  color: var(--color-blue);
  letter-spacing: 0.05em;
}
.column .swiper-slide .txt {
  margin-top: 2rem;
  line-height: 1.5;
}
.column .swiper-control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 5rem 0 0 auto;
  gap: 4rem;
}
.column .swiper-buttons {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.column .swiper-button-prev-column,
.column .swiper-button-next-column {
  position: relative;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background: var(--color-white);
  box-shadow: 0 0.5rem 2rem rgb(4 0 0 / 0.2);
  cursor: pointer;
}
.column .swiper-button-prev-column::after,
.column .swiper-button-next-column::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.2rem solid var(--color-blue);
  border-right: 0.2rem solid var(--color-blue);
}
.column .swiper-button-prev-column::after {
  transform: translate(-35%, -50%) rotate(-135deg);
}
.column .swiper-button-next-column::after {
  transform: translate(-65%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .column {
    padding: 7rem 0 0;
  }
  .column .swiper {
    padding-top: 6rem;
  }
  .column .swiper-slide {
    width: 24rem;
    min-width: 24rem;
    margin-right: 1rem;
  }
  .column .swiper-slide .img {
    height: 29.8rem;
  }
  .column .swiper-slide .txt {
    width: 22rem;
  }
  .column .swiper-control {
    gap: 1rem;
    justify-content: center;
    margin-top: 4rem;
  }
  .column .swiper-control .button {
    min-width: 22rem;
    width: 22rem;
  }
  .column .swiper-buttons {
    gap: 1rem;
  }
  .column .swiper-button-prev-column,
  .column .swiper-button-next-column {
    width: 5rem;
    height: 5rem;
  }
}


/* ----------------------------------
support
---------------------------------- */
.support {
  padding: 14rem 0;
}
.support .links {
  display: flex;
  gap: 2.5rem;
}
.support .links .link {
  position: relative;
  overflow: hidden;
  width: calc(33.33% - (2.5rem * 2 / 3));
  padding: 26.3rem 4rem 4rem;
  border-radius: 2rem;
  background: rgb(255 255 255 / 0.1);
  border: 1px solid rgb(204 204 204 / 0.5);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 0.2);
}
.support .links .link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.support .links .link .ttl_h3 {
  position: relative;
  margin-bottom: 2.8rem;
  font-size: 2.7rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
  z-index: 1;
}
.support .links .link .txt {
  position: relative;
  z-index: 1;
}
.support .links .link::before {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background: var(--color-gr-green);
  box-shadow: 0 0.5rem 2rem rgb(4 0 0 / 0.2);
  z-index: 1;
}
.support .links .link::after {
  position: absolute;
  bottom: 6.23rem;
  right: 6.2rem;
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.4rem;
  background: url(../img/common/button_arrow.png) center/contain no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .support {
    padding: 9rem 0 7rem;
  }
  .support .df_ttl.center {
    text-align: left;
  }
  .support .df_ttl.center .ttl_h2::after {
    left: 0;
    transform: unset;
  }
  .support .links {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .support .links .link {
    width: 100%;
    padding: 17.1rem 2rem 2.9rem;
  }
  .support .links .link .ttl_h3 {
    margin-bottom: 1.8rem;
    font-size: 2.4rem;
  }
  .support .links .link::before {
    width: 5rem;
    height: 5rem;
    bottom: 2rem;
    right: 2rem;
  }
  .support .links .link::after {
    bottom: 3.8rem;
    right: 3.8rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}

/* ----------------------------------
information
---------------------------------- */
.information {
  padding: 14rem 0 0;
  background: url(../img/common/footer_bg.jpg) center top/cover no-repeat;
}
.information .in {
  display: flex;
  align-items: flex-start;
  max-width: 144rem;
  background: var(--color-white);
  border-radius: 2rem;
  padding: 14rem 8rem 13.7rem;
}
.information .flex_txt {
  width: 48rem;
}
.information .flex_img {
  width: calc(100% - 48rem);
}
.information .flex_img .list .item:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}
.information .flex_img .list .item a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 3rem 0;
}
.information .flex_img .list .item:first-of-type a {
  padding-top: 0;
}
.information .flex_img .list .item a::before,
.information .flex_img .list .item a::after {
  position: absolute;
  right: 0;
  bottom: 3rem;
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  background: var(--color-blue);
}
.information .flex_img .list .item a::after {
  bottom: 3.9rem;
  right: 1rem;
  width: 0.6rem;
  height: 0.6rem;
  background: none;
  border-radius: 0;
  border-top: 0.2rem solid var(--color-white);
  border-right: 0.2rem solid var(--color-white);
  transform: rotate(45deg);
}
.information .flex_img .list .item a .img {
  position: relative;
  overflow: hidden;
  width: 20rem;
  height: 12rem;
  border-radius: 1rem;
}
.information .flex_img .list .item a .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.information .flex_img .list .item a .txt_wrap {
  width: calc(100% - 3rem - 20rem);
}
.information .flex_img .list .item a .txt_wrap .txt {
  line-height: 1.5;
}
.information .flex_img .list .item a .txt_wrap .data {
  display: flex;
  align-items: center;
  gap: 2.1rem;
  margin-top: 3.2rem;
}
.information .flex_img .list .item a .txt_wrap .data time {
  font-size: 1.3rem;
  font-weight: var(--regular);
  font-family: var(--font-en);
  color: var(--color-blue);
  letter-spacing: 0.05em;
}
.information .flex_img .list .item a .txt_wrap .data .tags {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .information {
    position: relative;
    padding: 7rem 1.6rem 0;
    background-image: url(../img/common/footer_bg_sp.jpg);
  }
  .information .in {
    display: block;
    padding: 5rem 2rem 14rem;
  }
  .information .flex_txt {
    width: 100%;
  }
  .information .flex_img {
    width: 100%;
  }
  .information .flex_img .list .item {
    border-bottom: 1px solid #cccccc !important;
  }
  .information .flex_img .list .item a {
    align-items: flex-start;
    gap: 2rem;
    padding: 2rem 0;
  }
  .information .flex_img .list .item a .img {
    width: 10rem;
    height: 6rem;
  }
  .information .flex_img .list .item a .txt_wrap {
    width: calc(100% - 10rem - 2rem);
  }
  .information .flex_img .list .item a .txt_wrap .data {
    margin-top: 2.5rem;
    display: block;
  }
  .information .flex_img .list .item a .txt_wrap .data .tags {
    margin-top: 1rem;
  }
  .information .flex_img .list .item a::before {
    bottom: 2rem;
  }
  .information .flex_img .list .item a::after {
    bottom: 2.9rem;
  }
  .information .button {
    position: absolute;
    left: 50%;
    bottom: 5rem;
    transform: translateX(-50%);
  }
}